@syncfusion/ej2-angular-navigations 16.4.47 → 16.4.52-46585

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (837) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1506 -1
  6. package/README.md +226 -112
  7. package/dist/ej2-angular-navigations.umd.js +2106 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +2 -10
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +14 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +133 -156
  14. package/postinstall/tagchange.js +18 -0
  15. package/{index.d.ts → public_api.d.ts} +0 -3
  16. package/schematics/collection.json +107 -7
  17. package/schematics/generators/accordion-default/index.d.ts +3 -0
  18. package/schematics/generators/accordion-default/index.js +8 -0
  19. package/schematics/generators/accordion-default/index.ts +8 -0
  20. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  21. package/schematics/generators/accordion-default/sample-details.js +7 -0
  22. package/schematics/generators/accordion-default/sample-details.ts +5 -0
  23. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  24. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  25. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  26. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  27. package/schematics/generators/accordion-default/schema.js +2 -0
  28. package/schematics/generators/accordion-default/schema.json +125 -0
  29. package/schematics/generators/accordion-default/schema.ts +3 -0
  30. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  31. package/schematics/generators/accordion-html-template/index.js +8 -0
  32. package/schematics/generators/accordion-html-template/index.ts +8 -0
  33. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  34. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  35. package/schematics/generators/accordion-html-template/sample-details.ts +5 -0
  36. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  37. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  38. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  39. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  40. package/schematics/generators/accordion-html-template/schema.js +2 -0
  41. package/schematics/generators/accordion-html-template/schema.json +125 -0
  42. package/schematics/generators/accordion-html-template/schema.ts +3 -0
  43. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  44. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  45. package/schematics/generators/accordion-multiple-expand/index.ts +8 -0
  46. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  47. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  48. package/schematics/generators/accordion-multiple-expand/sample-details.ts +5 -0
  49. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  50. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  51. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  52. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  53. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  54. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  55. package/schematics/generators/accordion-multiple-expand/schema.ts +3 -0
  56. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  57. package/schematics/generators/accordion-nested/index.js +8 -0
  58. package/schematics/generators/accordion-nested/index.ts +8 -0
  59. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  60. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  61. package/schematics/generators/accordion-nested/sample-details.ts +5 -0
  62. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  63. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  64. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  65. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  66. package/schematics/generators/accordion-nested/schema.js +2 -0
  67. package/schematics/generators/accordion-nested/schema.json +125 -0
  68. package/schematics/generators/accordion-nested/schema.ts +3 -0
  69. package/schematics/generators/contextmenu-default/index.ts +8 -0
  70. package/schematics/generators/contextmenu-default/sample-details.ts +5 -0
  71. package/schematics/generators/contextmenu-default/schema.json +3 -2
  72. package/schematics/generators/contextmenu-default/schema.ts +3 -0
  73. package/schematics/generators/menu-default/index.ts +8 -0
  74. package/schematics/generators/menu-default/sample-details.ts +5 -0
  75. package/schematics/generators/menu-default/schema.json +3 -2
  76. package/schematics/generators/menu-default/schema.ts +3 -0
  77. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  78. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  79. package/schematics/generators/sidebar-backdrop/index.ts +8 -0
  80. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  81. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  82. package/schematics/generators/sidebar-backdrop/sample-details.ts +5 -0
  83. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  84. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  85. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +29 -0
  86. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  87. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  88. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  89. package/schematics/generators/sidebar-backdrop/schema.ts +3 -0
  90. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  91. package/schematics/generators/sidebar-dock/index.js +8 -0
  92. package/schematics/generators/sidebar-dock/index.ts +8 -0
  93. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  94. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  95. package/schematics/generators/sidebar-dock/sample-details.ts +5 -0
  96. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  97. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  98. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  99. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  100. package/schematics/generators/sidebar-dock/schema.js +2 -0
  101. package/schematics/generators/sidebar-dock/schema.json +125 -0
  102. package/schematics/generators/sidebar-dock/schema.ts +3 -0
  103. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  104. package/schematics/generators/sidebar-target/index.js +8 -0
  105. package/schematics/generators/sidebar-target/index.ts +8 -0
  106. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  107. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  108. package/schematics/generators/sidebar-target/sample-details.ts +5 -0
  109. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  110. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  111. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  112. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  113. package/schematics/generators/sidebar-target/schema.js +2 -0
  114. package/schematics/generators/sidebar-target/schema.json +125 -0
  115. package/schematics/generators/sidebar-target/schema.ts +3 -0
  116. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  117. package/schematics/generators/sidebar-types/index.js +8 -0
  118. package/schematics/generators/sidebar-types/index.ts +8 -0
  119. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  120. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  121. package/schematics/generators/sidebar-types/sample-details.ts +5 -0
  122. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  123. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  124. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -0
  125. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  126. package/schematics/generators/sidebar-types/schema.js +2 -0
  127. package/schematics/generators/sidebar-types/schema.json +125 -0
  128. package/schematics/generators/sidebar-types/schema.ts +3 -0
  129. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  130. package/schematics/generators/tab-html-template/index.js +8 -0
  131. package/schematics/generators/tab-html-template/index.ts +8 -0
  132. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  133. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  134. package/schematics/generators/tab-html-template/sample-details.ts +5 -0
  135. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  136. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  137. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  138. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  139. package/schematics/generators/tab-html-template/schema.js +2 -0
  140. package/schematics/generators/tab-html-template/schema.json +125 -0
  141. package/schematics/generators/tab-html-template/schema.ts +3 -0
  142. package/schematics/generators/tab-icon/index.d.ts +3 -0
  143. package/schematics/generators/tab-icon/index.js +8 -0
  144. package/schematics/generators/tab-icon/index.ts +8 -0
  145. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  146. package/schematics/generators/tab-icon/sample-details.js +7 -0
  147. package/schematics/generators/tab-icon/sample-details.ts +5 -0
  148. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  149. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  150. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +17 -0
  151. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  152. package/schematics/generators/tab-icon/schema.js +2 -0
  153. package/schematics/generators/tab-icon/schema.json +125 -0
  154. package/schematics/generators/tab-icon/schema.ts +3 -0
  155. package/schematics/generators/tab-nested/index.d.ts +3 -0
  156. package/schematics/generators/tab-nested/index.js +8 -0
  157. package/schematics/generators/tab-nested/index.ts +8 -0
  158. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  159. package/schematics/generators/tab-nested/sample-details.js +7 -0
  160. package/schematics/generators/tab-nested/sample-details.ts +5 -0
  161. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  162. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  163. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  164. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  165. package/schematics/generators/tab-nested/schema.js +2 -0
  166. package/schematics/generators/tab-nested/schema.json +125 -0
  167. package/schematics/generators/tab-nested/schema.ts +3 -0
  168. package/schematics/generators/tab-popup/index.d.ts +3 -0
  169. package/schematics/generators/tab-popup/index.js +8 -0
  170. package/schematics/generators/tab-popup/index.ts +8 -0
  171. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  172. package/schematics/generators/tab-popup/sample-details.js +7 -0
  173. package/schematics/generators/tab-popup/sample-details.ts +5 -0
  174. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  175. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  176. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  177. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  178. package/schematics/generators/tab-popup/schema.js +2 -0
  179. package/schematics/generators/tab-popup/schema.json +125 -0
  180. package/schematics/generators/tab-popup/schema.ts +3 -0
  181. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  182. package/schematics/generators/tab-scrollable/index.js +8 -0
  183. package/schematics/generators/tab-scrollable/index.ts +8 -0
  184. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  185. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  186. package/schematics/generators/tab-scrollable/sample-details.ts +5 -0
  187. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  188. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  189. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  190. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  191. package/schematics/generators/tab-scrollable/schema.js +2 -0
  192. package/schematics/generators/tab-scrollable/schema.json +125 -0
  193. package/schematics/generators/tab-scrollable/schema.ts +3 -0
  194. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  195. package/schematics/generators/tab-vertical/index.js +8 -0
  196. package/schematics/generators/tab-vertical/index.ts +8 -0
  197. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  198. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  199. package/schematics/generators/tab-vertical/sample-details.ts +5 -0
  200. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  201. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  202. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  203. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  204. package/schematics/generators/tab-vertical/schema.js +2 -0
  205. package/schematics/generators/tab-vertical/schema.json +125 -0
  206. package/schematics/generators/tab-vertical/schema.ts +3 -0
  207. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  208. package/schematics/generators/toolbar-alignment/index.js +8 -0
  209. package/schematics/generators/toolbar-alignment/index.ts +8 -0
  210. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  211. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  212. package/schematics/generators/toolbar-alignment/sample-details.ts +5 -0
  213. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  214. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  215. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  216. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  217. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  218. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  219. package/schematics/generators/toolbar-alignment/schema.ts +3 -0
  220. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  221. package/schematics/generators/toolbar-extended/index.js +8 -0
  222. package/schematics/generators/toolbar-extended/index.ts +8 -0
  223. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  224. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  225. package/schematics/generators/toolbar-extended/sample-details.ts +5 -0
  226. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  227. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  228. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  229. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  230. package/schematics/generators/toolbar-extended/schema.js +2 -0
  231. package/schematics/generators/toolbar-extended/schema.json +125 -0
  232. package/schematics/generators/toolbar-extended/schema.ts +3 -0
  233. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  234. package/schematics/generators/toolbar-html-template/index.js +8 -0
  235. package/schematics/generators/toolbar-html-template/index.ts +8 -0
  236. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  237. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  238. package/schematics/generators/toolbar-html-template/sample-details.ts +5 -0
  239. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  240. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  241. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  242. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  243. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  244. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  245. package/schematics/generators/toolbar-html-template/schema.ts +3 -0
  246. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  247. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  248. package/schematics/generators/toolbar-multi-row/index.ts +8 -0
  249. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  250. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  251. package/schematics/generators/toolbar-multi-row/sample-details.ts +5 -0
  252. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  253. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  254. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  255. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  256. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  257. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  258. package/schematics/generators/toolbar-multi-row/schema.ts +3 -0
  259. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  260. package/schematics/generators/toolbar-popup/index.js +8 -0
  261. package/schematics/generators/toolbar-popup/index.ts +8 -0
  262. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  263. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  264. package/schematics/generators/toolbar-popup/sample-details.ts +5 -0
  265. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  266. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  267. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  268. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  269. package/schematics/generators/toolbar-popup/schema.js +2 -0
  270. package/schematics/generators/toolbar-popup/schema.json +125 -0
  271. package/schematics/generators/toolbar-popup/schema.ts +3 -0
  272. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  273. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  274. package/schematics/generators/toolbar-scrollable/index.ts +8 -0
  275. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  276. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  277. package/schematics/generators/toolbar-scrollable/sample-details.ts +5 -0
  278. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  279. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  280. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  281. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  282. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  283. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  284. package/schematics/generators/toolbar-scrollable/schema.ts +3 -0
  285. package/schematics/generators/treeview-checkbox/index.ts +8 -0
  286. package/schematics/generators/treeview-checkbox/sample-details.ts +5 -0
  287. package/schematics/generators/treeview-checkbox/schema.json +3 -2
  288. package/schematics/generators/treeview-checkbox/schema.ts +3 -0
  289. package/schematics/generators/treeview-default/index.ts +8 -0
  290. package/schematics/generators/treeview-default/sample-details.ts +5 -0
  291. package/schematics/generators/treeview-default/schema.json +3 -2
  292. package/schematics/generators/treeview-default/schema.ts +3 -0
  293. package/schematics/generators/treeview-draganddrop/index.ts +8 -0
  294. package/schematics/generators/treeview-draganddrop/sample-details.ts +5 -0
  295. package/schematics/generators/treeview-draganddrop/schema.json +3 -2
  296. package/schematics/generators/treeview-draganddrop/schema.ts +3 -0
  297. package/schematics/generators/treeview-multiselection/index.ts +8 -0
  298. package/schematics/generators/treeview-multiselection/sample-details.ts +5 -0
  299. package/schematics/generators/treeview-multiselection/schema.json +3 -2
  300. package/schematics/generators/treeview-multiselection/schema.ts +3 -0
  301. package/schematics/generators/treeview-nodeediting/index.ts +8 -0
  302. package/schematics/generators/treeview-nodeediting/sample-details.ts +5 -0
  303. package/schematics/generators/treeview-nodeediting/schema.json +3 -2
  304. package/schematics/generators/treeview-nodeediting/schema.ts +3 -0
  305. package/schematics/generators/treeview-remotedata/index.ts +8 -0
  306. package/schematics/generators/treeview-remotedata/sample-details.ts +5 -0
  307. package/schematics/generators/treeview-remotedata/schema.json +3 -2
  308. package/schematics/generators/treeview-remotedata/schema.ts +3 -0
  309. package/schematics/generators/treeview-treetemplate/index.ts +8 -0
  310. package/schematics/generators/treeview-treetemplate/sample-details.ts +5 -0
  311. package/schematics/generators/treeview-treetemplate/schema.json +3 -2
  312. package/schematics/generators/treeview-treetemplate/schema.ts +3 -0
  313. package/schematics/ng-add/index.ts +10 -0
  314. package/schematics/ng-add/schema.json +1 -1
  315. package/schematics/ng-add/schema.ts +30 -0
  316. package/schematics/tsconfig.json +25 -0
  317. package/schematics/utils/lib-details.d.ts +3 -3
  318. package/schematics/utils/lib-details.js +3 -3
  319. package/schematics/utils/lib-details.ts +4 -0
  320. package/src/accordion/accordion.component.d.ts +22 -3
  321. package/src/accordion/items.directive.d.ts +24 -7
  322. package/src/appbar/appbar-all.module.d.ts +5 -0
  323. package/src/appbar/appbar.component.d.ts +29 -0
  324. package/src/appbar/appbar.module.d.ts +5 -0
  325. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
  326. package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
  327. package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
  328. package/src/breadcrumb/items.directive.d.ts +46 -0
  329. package/src/carousel/carousel-all.module.d.ts +5 -0
  330. package/src/carousel/carousel.component.d.ts +58 -0
  331. package/src/carousel/carousel.module.d.ts +5 -0
  332. package/src/carousel/items.directive.d.ts +46 -0
  333. package/src/context-menu/contextmenu.component.d.ts +9 -0
  334. package/src/index.d.ts +11 -0
  335. package/src/menu/items.directive.d.ts +1 -0
  336. package/src/menu/menu.component.d.ts +12 -2
  337. package/src/sidebar/sidebar.component.d.ts +7 -0
  338. package/src/tab/items.directive.d.ts +25 -1
  339. package/src/tab/tab.component.d.ts +18 -4
  340. package/src/toolbar/items.directive.d.ts +39 -19
  341. package/src/toolbar/toolbar.component.d.ts +10 -3
  342. package/src/treeview/treeview.component.d.ts +26 -2
  343. package/styles/accordion/bootstrap-dark.css +267 -181
  344. package/styles/accordion/bootstrap.css +258 -172
  345. package/styles/accordion/bootstrap4.css +525 -0
  346. package/styles/accordion/bootstrap4.scss +1 -0
  347. package/styles/accordion/bootstrap5-dark.css +527 -0
  348. package/styles/accordion/bootstrap5-dark.scss +1 -0
  349. package/styles/accordion/bootstrap5.css +527 -0
  350. package/styles/accordion/bootstrap5.scss +1 -0
  351. package/styles/accordion/fabric-dark.css +266 -164
  352. package/styles/accordion/fabric.css +266 -164
  353. package/styles/accordion/fluent-dark.css +526 -0
  354. package/styles/accordion/fluent-dark.scss +1 -0
  355. package/styles/accordion/fluent.css +526 -0
  356. package/styles/accordion/fluent.scss +1 -0
  357. package/styles/accordion/highcontrast-light.css +525 -0
  358. package/styles/accordion/highcontrast-light.scss +1 -0
  359. package/styles/accordion/highcontrast.css +243 -232
  360. package/styles/accordion/material-dark.css +268 -173
  361. package/styles/accordion/material.css +264 -169
  362. package/styles/accordion/tailwind-dark.css +527 -0
  363. package/styles/accordion/tailwind-dark.scss +1 -0
  364. package/styles/accordion/tailwind.css +527 -0
  365. package/styles/accordion/tailwind.scss +1 -0
  366. package/styles/appbar/bootstrap-dark.css +247 -0
  367. package/styles/appbar/bootstrap-dark.scss +1 -0
  368. package/styles/appbar/bootstrap.css +247 -0
  369. package/styles/appbar/bootstrap.scss +1 -0
  370. package/styles/appbar/bootstrap4.css +247 -0
  371. package/styles/appbar/bootstrap4.scss +1 -0
  372. package/styles/appbar/bootstrap5-dark.css +247 -0
  373. package/styles/appbar/bootstrap5-dark.scss +1 -0
  374. package/styles/appbar/bootstrap5.css +247 -0
  375. package/styles/appbar/bootstrap5.scss +1 -0
  376. package/styles/appbar/fabric-dark.css +247 -0
  377. package/styles/appbar/fabric-dark.scss +1 -0
  378. package/styles/appbar/fabric.css +247 -0
  379. package/styles/appbar/fabric.scss +1 -0
  380. package/styles/appbar/fluent-dark.css +247 -0
  381. package/styles/appbar/fluent-dark.scss +1 -0
  382. package/styles/appbar/fluent.css +247 -0
  383. package/styles/appbar/fluent.scss +1 -0
  384. package/styles/appbar/highcontrast-light.css +247 -0
  385. package/styles/appbar/highcontrast-light.scss +1 -0
  386. package/styles/appbar/highcontrast.css +247 -0
  387. package/styles/appbar/highcontrast.scss +1 -0
  388. package/styles/appbar/material-dark.css +248 -0
  389. package/styles/appbar/material-dark.scss +1 -0
  390. package/styles/appbar/material.css +248 -0
  391. package/styles/appbar/material.scss +1 -0
  392. package/styles/appbar/tailwind-dark.css +248 -0
  393. package/styles/appbar/tailwind-dark.scss +1 -0
  394. package/styles/appbar/tailwind.css +248 -0
  395. package/styles/appbar/tailwind.scss +1 -0
  396. package/styles/bootstrap-dark.css +5500 -3485
  397. package/styles/bootstrap-dark.scss +4 -0
  398. package/styles/bootstrap.css +5417 -3557
  399. package/styles/bootstrap.scss +4 -0
  400. package/styles/bootstrap4.css +10166 -0
  401. package/styles/bootstrap4.scss +13 -0
  402. package/styles/bootstrap5-dark.css +10207 -0
  403. package/styles/bootstrap5-dark.scss +13 -0
  404. package/styles/bootstrap5.css +10207 -0
  405. package/styles/bootstrap5.scss +13 -0
  406. package/styles/breadcrumb/bootstrap-dark.css +395 -0
  407. package/styles/breadcrumb/bootstrap-dark.scss +1 -0
  408. package/styles/breadcrumb/bootstrap.css +395 -0
  409. package/styles/breadcrumb/bootstrap.scss +1 -0
  410. package/styles/breadcrumb/bootstrap4.css +395 -0
  411. package/styles/breadcrumb/bootstrap4.scss +1 -0
  412. package/styles/breadcrumb/bootstrap5-dark.css +409 -0
  413. package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
  414. package/styles/breadcrumb/bootstrap5.css +409 -0
  415. package/styles/breadcrumb/bootstrap5.scss +1 -0
  416. package/styles/breadcrumb/fabric-dark.css +395 -0
  417. package/styles/breadcrumb/fabric-dark.scss +1 -0
  418. package/styles/breadcrumb/fabric.css +395 -0
  419. package/styles/breadcrumb/fabric.scss +1 -0
  420. package/styles/breadcrumb/fluent-dark.css +371 -0
  421. package/styles/breadcrumb/fluent-dark.scss +1 -0
  422. package/styles/breadcrumb/fluent.css +371 -0
  423. package/styles/breadcrumb/fluent.scss +1 -0
  424. package/styles/breadcrumb/highcontrast-light.css +402 -0
  425. package/styles/breadcrumb/highcontrast-light.scss +1 -0
  426. package/styles/breadcrumb/highcontrast.css +402 -0
  427. package/styles/breadcrumb/highcontrast.scss +1 -0
  428. package/styles/breadcrumb/material-dark.css +379 -0
  429. package/styles/breadcrumb/material-dark.scss +1 -0
  430. package/styles/breadcrumb/material.css +379 -0
  431. package/styles/breadcrumb/material.scss +1 -0
  432. package/styles/breadcrumb/tailwind-dark.css +402 -0
  433. package/styles/breadcrumb/tailwind-dark.scss +1 -0
  434. package/styles/breadcrumb/tailwind.css +402 -0
  435. package/styles/breadcrumb/tailwind.scss +1 -0
  436. package/styles/carousel/bootstrap-dark.css +264 -0
  437. package/styles/carousel/bootstrap-dark.scss +1 -0
  438. package/styles/carousel/bootstrap.css +264 -0
  439. package/styles/carousel/bootstrap.scss +1 -0
  440. package/styles/carousel/bootstrap4.css +264 -0
  441. package/styles/carousel/bootstrap4.scss +1 -0
  442. package/styles/carousel/bootstrap5-dark.css +264 -0
  443. package/styles/carousel/bootstrap5-dark.scss +1 -0
  444. package/styles/carousel/bootstrap5.css +264 -0
  445. package/styles/carousel/bootstrap5.scss +1 -0
  446. package/styles/carousel/fabric-dark.css +264 -0
  447. package/styles/carousel/fabric-dark.scss +1 -0
  448. package/styles/carousel/fabric.css +264 -0
  449. package/styles/carousel/fabric.scss +1 -0
  450. package/styles/carousel/fluent-dark.css +264 -0
  451. package/styles/carousel/fluent-dark.scss +1 -0
  452. package/styles/carousel/fluent.css +264 -0
  453. package/styles/carousel/fluent.scss +1 -0
  454. package/styles/carousel/highcontrast-light.css +264 -0
  455. package/styles/carousel/highcontrast-light.scss +1 -0
  456. package/styles/carousel/highcontrast.css +264 -0
  457. package/styles/carousel/highcontrast.scss +1 -0
  458. package/styles/carousel/material-dark.css +265 -0
  459. package/styles/carousel/material-dark.scss +1 -0
  460. package/styles/carousel/material.css +265 -0
  461. package/styles/carousel/material.scss +1 -0
  462. package/styles/carousel/tailwind-dark.css +265 -0
  463. package/styles/carousel/tailwind-dark.scss +1 -0
  464. package/styles/carousel/tailwind.css +265 -0
  465. package/styles/carousel/tailwind.scss +1 -0
  466. package/styles/context-menu/bootstrap-dark.css +203 -112
  467. package/styles/context-menu/bootstrap.css +203 -111
  468. package/styles/context-menu/bootstrap4.css +367 -0
  469. package/styles/context-menu/bootstrap4.scss +1 -0
  470. package/styles/context-menu/bootstrap5-dark.css +355 -0
  471. package/styles/context-menu/bootstrap5-dark.scss +1 -0
  472. package/styles/context-menu/bootstrap5.css +355 -0
  473. package/styles/context-menu/bootstrap5.scss +1 -0
  474. package/styles/context-menu/fabric-dark.css +204 -113
  475. package/styles/context-menu/fabric.css +202 -110
  476. package/styles/context-menu/fluent-dark.css +363 -0
  477. package/styles/context-menu/fluent-dark.scss +1 -0
  478. package/styles/context-menu/fluent.css +363 -0
  479. package/styles/context-menu/fluent.scss +1 -0
  480. package/styles/context-menu/highcontrast-light.css +366 -0
  481. package/styles/context-menu/highcontrast-light.scss +1 -0
  482. package/styles/context-menu/highcontrast.css +202 -110
  483. package/styles/context-menu/material-dark.css +221 -112
  484. package/styles/context-menu/material.css +225 -114
  485. package/styles/context-menu/tailwind-dark.css +380 -0
  486. package/styles/context-menu/tailwind-dark.scss +1 -0
  487. package/styles/context-menu/tailwind.css +380 -0
  488. package/styles/context-menu/tailwind.scss +1 -0
  489. package/styles/fabric-dark.css +6281 -4215
  490. package/styles/fabric-dark.scss +4 -0
  491. package/styles/fabric.css +5956 -4045
  492. package/styles/fabric.scss +4 -0
  493. package/styles/fluent-dark.css +10172 -0
  494. package/styles/fluent-dark.scss +13 -0
  495. package/styles/fluent.css +10172 -0
  496. package/styles/fluent.scss +13 -0
  497. package/styles/h-scroll/bootstrap-dark.css +53 -66
  498. package/styles/h-scroll/bootstrap.css +32 -80
  499. package/styles/h-scroll/bootstrap4.css +260 -0
  500. package/styles/h-scroll/bootstrap4.scss +1 -0
  501. package/styles/h-scroll/bootstrap5-dark.css +280 -0
  502. package/styles/h-scroll/bootstrap5-dark.scss +1 -0
  503. package/styles/h-scroll/bootstrap5.css +280 -0
  504. package/styles/h-scroll/bootstrap5.scss +1 -0
  505. package/styles/h-scroll/fabric-dark.css +54 -67
  506. package/styles/h-scroll/fabric.css +32 -80
  507. package/styles/h-scroll/fluent-dark.css +280 -0
  508. package/styles/h-scroll/fluent-dark.scss +1 -0
  509. package/styles/h-scroll/fluent.css +280 -0
  510. package/styles/h-scroll/fluent.scss +1 -0
  511. package/styles/h-scroll/highcontrast-light.css +259 -0
  512. package/styles/h-scroll/highcontrast-light.scss +1 -0
  513. package/styles/h-scroll/highcontrast.css +26 -89
  514. package/styles/h-scroll/material-dark.css +56 -70
  515. package/styles/h-scroll/material.css +33 -82
  516. package/styles/h-scroll/tailwind-dark.css +281 -0
  517. package/styles/h-scroll/tailwind-dark.scss +1 -0
  518. package/styles/h-scroll/tailwind.css +281 -0
  519. package/styles/h-scroll/tailwind.scss +1 -0
  520. package/styles/highcontrast-light.css +10029 -0
  521. package/styles/highcontrast-light.scss +13 -0
  522. package/styles/highcontrast.css +6035 -4466
  523. package/styles/highcontrast.scss +4 -0
  524. package/styles/material-dark.css +7913 -5586
  525. package/styles/material-dark.scss +4 -0
  526. package/styles/material.css +5982 -3808
  527. package/styles/material.scss +4 -0
  528. package/styles/menu/bootstrap-dark.css +715 -320
  529. package/styles/menu/bootstrap.css +696 -302
  530. package/styles/menu/bootstrap4.css +1126 -0
  531. package/styles/menu/bootstrap4.scss +1 -0
  532. package/styles/menu/bootstrap5-dark.css +1083 -0
  533. package/styles/menu/bootstrap5-dark.scss +1 -0
  534. package/styles/menu/bootstrap5.css +1083 -0
  535. package/styles/menu/bootstrap5.scss +1 -0
  536. package/styles/menu/fabric-dark.css +714 -319
  537. package/styles/menu/fabric.css +694 -299
  538. package/styles/menu/fluent-dark.css +1106 -0
  539. package/styles/menu/fluent-dark.scss +1 -0
  540. package/styles/menu/fluent.css +1106 -0
  541. package/styles/menu/fluent.scss +1 -0
  542. package/styles/menu/highcontrast-light.css +1088 -0
  543. package/styles/menu/highcontrast-light.scss +1 -0
  544. package/styles/menu/highcontrast.css +696 -301
  545. package/styles/menu/material-dark.css +713 -320
  546. package/styles/menu/material.css +697 -304
  547. package/styles/menu/tailwind-dark.css +1102 -0
  548. package/styles/menu/tailwind-dark.scss +1 -0
  549. package/styles/menu/tailwind.css +1102 -0
  550. package/styles/menu/tailwind.scss +1 -0
  551. package/styles/pager/bootstrap-dark.css +688 -0
  552. package/styles/pager/bootstrap-dark.scss +1 -0
  553. package/styles/pager/bootstrap.css +688 -0
  554. package/styles/pager/bootstrap.scss +1 -0
  555. package/styles/pager/bootstrap4.css +688 -0
  556. package/styles/pager/bootstrap4.scss +1 -0
  557. package/styles/pager/bootstrap5-dark.css +723 -0
  558. package/styles/pager/bootstrap5-dark.scss +1 -0
  559. package/styles/pager/bootstrap5.css +723 -0
  560. package/styles/pager/bootstrap5.scss +1 -0
  561. package/styles/pager/fabric-dark.css +688 -0
  562. package/styles/pager/fabric-dark.scss +1 -0
  563. package/styles/pager/fabric.css +688 -0
  564. package/styles/pager/fabric.scss +1 -0
  565. package/styles/pager/fluent-dark.css +690 -0
  566. package/styles/pager/fluent-dark.scss +1 -0
  567. package/styles/pager/fluent.css +690 -0
  568. package/styles/pager/fluent.scss +1 -0
  569. package/styles/pager/highcontrast-light.css +688 -0
  570. package/styles/pager/highcontrast-light.scss +1 -0
  571. package/styles/pager/highcontrast.css +688 -0
  572. package/styles/pager/highcontrast.scss +1 -0
  573. package/styles/pager/material-dark.css +689 -0
  574. package/styles/pager/material-dark.scss +1 -0
  575. package/styles/pager/material.css +689 -0
  576. package/styles/pager/material.scss +1 -0
  577. package/styles/pager/tailwind-dark.css +815 -0
  578. package/styles/pager/tailwind-dark.scss +1 -0
  579. package/styles/pager/tailwind.css +815 -0
  580. package/styles/pager/tailwind.scss +1 -0
  581. package/styles/sidebar/bootstrap-dark.css +29 -25
  582. package/styles/sidebar/bootstrap.css +29 -25
  583. package/styles/sidebar/bootstrap4.css +149 -0
  584. package/styles/sidebar/bootstrap4.scss +1 -0
  585. package/styles/sidebar/bootstrap5-dark.css +147 -0
  586. package/styles/sidebar/bootstrap5-dark.scss +1 -0
  587. package/styles/sidebar/bootstrap5.css +147 -0
  588. package/styles/sidebar/bootstrap5.scss +1 -0
  589. package/styles/sidebar/fabric-dark.css +29 -25
  590. package/styles/sidebar/fabric.css +29 -25
  591. package/styles/sidebar/fluent-dark.css +147 -0
  592. package/styles/sidebar/fluent-dark.scss +1 -0
  593. package/styles/sidebar/fluent.css +147 -0
  594. package/styles/sidebar/fluent.scss +1 -0
  595. package/styles/sidebar/highcontrast-light.css +149 -0
  596. package/styles/sidebar/highcontrast-light.scss +1 -0
  597. package/styles/sidebar/highcontrast.css +30 -26
  598. package/styles/sidebar/material-dark.css +29 -25
  599. package/styles/sidebar/material.css +29 -25
  600. package/styles/sidebar/tailwind-dark.css +148 -0
  601. package/styles/sidebar/tailwind-dark.scss +1 -0
  602. package/styles/sidebar/tailwind.css +148 -0
  603. package/styles/sidebar/tailwind.scss +1 -0
  604. package/styles/tab/bootstrap-dark.css +1226 -1067
  605. package/styles/tab/bootstrap.css +1173 -1106
  606. package/styles/tab/bootstrap4.css +4031 -0
  607. package/styles/tab/bootstrap4.scss +1 -0
  608. package/styles/tab/bootstrap5-dark.css +4029 -0
  609. package/styles/tab/bootstrap5-dark.scss +1 -0
  610. package/styles/tab/bootstrap5.css +4029 -0
  611. package/styles/tab/bootstrap5.scss +1 -0
  612. package/styles/tab/fabric-dark.css +1212 -1096
  613. package/styles/tab/fabric.css +1173 -1148
  614. package/styles/tab/fluent-dark.css +4031 -0
  615. package/styles/tab/fluent-dark.scss +1 -0
  616. package/styles/tab/fluent.css +4031 -0
  617. package/styles/tab/fluent.scss +1 -0
  618. package/styles/tab/highcontrast-light.css +4022 -0
  619. package/styles/tab/highcontrast-light.scss +1 -0
  620. package/styles/tab/highcontrast.css +1086 -1215
  621. package/styles/tab/material-dark.css +1334 -955
  622. package/styles/tab/material.css +1280 -992
  623. package/styles/tab/tailwind-dark.css +4046 -0
  624. package/styles/tab/tailwind-dark.scss +1 -0
  625. package/styles/tab/tailwind.css +4046 -0
  626. package/styles/tab/tailwind.scss +1 -0
  627. package/styles/tailwind-dark.css +10351 -0
  628. package/styles/tailwind-dark.scss +13 -0
  629. package/styles/tailwind.css +10351 -0
  630. package/styles/tailwind.scss +13 -0
  631. package/styles/toolbar/bootstrap-dark.css +768 -1105
  632. package/styles/toolbar/bootstrap.css +761 -1111
  633. package/styles/toolbar/bootstrap4.css +1071 -0
  634. package/styles/toolbar/bootstrap4.scss +1 -0
  635. package/styles/toolbar/bootstrap5-dark.css +1082 -0
  636. package/styles/toolbar/bootstrap5-dark.scss +1 -0
  637. package/styles/toolbar/bootstrap5.css +1082 -0
  638. package/styles/toolbar/bootstrap5.scss +1 -0
  639. package/styles/toolbar/fabric-dark.css +779 -1042
  640. package/styles/toolbar/fabric.css +767 -1041
  641. package/styles/toolbar/fluent-dark.css +1081 -0
  642. package/styles/toolbar/fluent-dark.scss +1 -0
  643. package/styles/toolbar/fluent.css +1081 -0
  644. package/styles/toolbar/fluent.scss +1 -0
  645. package/styles/toolbar/highcontrast-light.css +1070 -0
  646. package/styles/toolbar/highcontrast-light.scss +1 -0
  647. package/styles/toolbar/highcontrast.css +744 -1089
  648. package/styles/toolbar/material-dark.css +747 -1010
  649. package/styles/toolbar/material.css +753 -1027
  650. package/styles/toolbar/tailwind-dark.css +1082 -0
  651. package/styles/toolbar/tailwind-dark.scss +1 -0
  652. package/styles/toolbar/tailwind.css +1082 -0
  653. package/styles/toolbar/tailwind.scss +1 -0
  654. package/styles/treeview/bootstrap-dark.css +230 -172
  655. package/styles/treeview/bootstrap.css +230 -168
  656. package/styles/treeview/bootstrap4.css +829 -0
  657. package/styles/treeview/bootstrap4.scss +1 -0
  658. package/styles/treeview/bootstrap5-dark.css +847 -0
  659. package/styles/treeview/bootstrap5-dark.scss +1 -0
  660. package/styles/treeview/bootstrap5.css +847 -0
  661. package/styles/treeview/bootstrap5.scss +1 -0
  662. package/styles/treeview/fabric-dark.css +230 -168
  663. package/styles/treeview/fabric.css +230 -168
  664. package/styles/treeview/fluent-dark.css +852 -0
  665. package/styles/treeview/fluent-dark.scss +1 -0
  666. package/styles/treeview/fluent.css +852 -0
  667. package/styles/treeview/fluent.scss +1 -0
  668. package/styles/treeview/highcontrast-light.css +736 -0
  669. package/styles/treeview/highcontrast-light.scss +1 -0
  670. package/styles/treeview/highcontrast.css +230 -171
  671. package/styles/treeview/material-dark.css +242 -172
  672. package/styles/treeview/material.css +238 -167
  673. package/styles/treeview/tailwind-dark.css +840 -0
  674. package/styles/treeview/tailwind-dark.scss +1 -0
  675. package/styles/treeview/tailwind.css +840 -0
  676. package/styles/treeview/tailwind.scss +1 -0
  677. package/styles/v-scroll/bootstrap-dark.css +25 -51
  678. package/styles/v-scroll/bootstrap.css +13 -58
  679. package/styles/v-scroll/bootstrap4.css +202 -0
  680. package/styles/v-scroll/bootstrap4.scss +1 -0
  681. package/styles/v-scroll/bootstrap5-dark.css +202 -0
  682. package/styles/v-scroll/bootstrap5-dark.scss +1 -0
  683. package/styles/v-scroll/bootstrap5.css +202 -0
  684. package/styles/v-scroll/bootstrap5.scss +1 -0
  685. package/styles/v-scroll/fabric-dark.css +26 -52
  686. package/styles/v-scroll/fabric.css +14 -59
  687. package/styles/v-scroll/fluent-dark.css +202 -0
  688. package/styles/v-scroll/fluent-dark.scss +1 -0
  689. package/styles/v-scroll/fluent.css +202 -0
  690. package/styles/v-scroll/fluent.scss +1 -0
  691. package/styles/v-scroll/highcontrast-light.css +201 -0
  692. package/styles/v-scroll/highcontrast-light.scss +1 -0
  693. package/styles/v-scroll/highcontrast.css +14 -74
  694. package/styles/v-scroll/material-dark.css +23 -50
  695. package/styles/v-scroll/material.css +12 -58
  696. package/styles/v-scroll/tailwind-dark.css +203 -0
  697. package/styles/v-scroll/tailwind-dark.scss +1 -0
  698. package/styles/v-scroll/tailwind.css +203 -0
  699. package/styles/v-scroll/tailwind.scss +1 -0
  700. package/accordion.d.ts +0 -4
  701. package/accordion.js +0 -5
  702. package/accordion.js.map +0 -1
  703. package/accordion.metadata.json +0 -1
  704. package/context-menu.d.ts +0 -4
  705. package/context-menu.js +0 -5
  706. package/context-menu.js.map +0 -1
  707. package/context-menu.metadata.json +0 -1
  708. package/index.js +0 -5
  709. package/index.js.map +0 -1
  710. package/index.metadata.json +0 -1
  711. package/license +0 -10
  712. package/menu.d.ts +0 -4
  713. package/menu.js +0 -5
  714. package/menu.js.map +0 -1
  715. package/menu.metadata.json +0 -1
  716. package/sidebar.d.ts +0 -4
  717. package/sidebar.js +0 -5
  718. package/sidebar.js.map +0 -1
  719. package/sidebar.metadata.json +0 -1
  720. package/src/accordion/accordion-all.module.js +0 -24
  721. package/src/accordion/accordion-all.module.js.map +0 -1
  722. package/src/accordion/accordion-all.module.metadata.json +0 -1
  723. package/src/accordion/accordion.component.js +0 -83
  724. package/src/accordion/accordion.component.js.map +0 -1
  725. package/src/accordion/accordion.component.metadata.json +0 -1
  726. package/src/accordion/accordion.module.js +0 -31
  727. package/src/accordion/accordion.module.js.map +0 -1
  728. package/src/accordion/accordion.module.metadata.json +0 -1
  729. package/src/accordion/index.d.ts +0 -4
  730. package/src/accordion/index.js +0 -5
  731. package/src/accordion/index.js.map +0 -1
  732. package/src/accordion/index.metadata.json +0 -1
  733. package/src/accordion/items.directive.js +0 -94
  734. package/src/accordion/items.directive.js.map +0 -1
  735. package/src/accordion/items.directive.metadata.json +0 -1
  736. package/src/context-menu/contextmenu-all.module.js +0 -24
  737. package/src/context-menu/contextmenu-all.module.js.map +0 -1
  738. package/src/context-menu/contextmenu-all.module.metadata.json +0 -1
  739. package/src/context-menu/contextmenu.component.js +0 -80
  740. package/src/context-menu/contextmenu.component.js.map +0 -1
  741. package/src/context-menu/contextmenu.component.metadata.json +0 -1
  742. package/src/context-menu/contextmenu.module.js +0 -26
  743. package/src/context-menu/contextmenu.module.js.map +0 -1
  744. package/src/context-menu/contextmenu.module.metadata.json +0 -1
  745. package/src/context-menu/index.d.ts +0 -3
  746. package/src/context-menu/index.js +0 -4
  747. package/src/context-menu/index.js.map +0 -1
  748. package/src/context-menu/index.metadata.json +0 -1
  749. package/src/index.js +0 -27
  750. package/src/index.js.map +0 -1
  751. package/src/index.metadata.json +0 -1
  752. package/src/menu/index.d.ts +0 -4
  753. package/src/menu/index.js +0 -5
  754. package/src/menu/index.js.map +0 -1
  755. package/src/menu/index.metadata.json +0 -1
  756. package/src/menu/items.directive.js +0 -61
  757. package/src/menu/items.directive.js.map +0 -1
  758. package/src/menu/items.directive.metadata.json +0 -1
  759. package/src/menu/menu-all.module.js +0 -24
  760. package/src/menu/menu-all.module.js.map +0 -1
  761. package/src/menu/menu-all.module.metadata.json +0 -1
  762. package/src/menu/menu.component.js +0 -91
  763. package/src/menu/menu.component.js.map +0 -1
  764. package/src/menu/menu.component.metadata.json +0 -1
  765. package/src/menu/menu.module.js +0 -31
  766. package/src/menu/menu.module.js.map +0 -1
  767. package/src/menu/menu.module.metadata.json +0 -1
  768. package/src/sidebar/index.d.ts +0 -3
  769. package/src/sidebar/index.js +0 -4
  770. package/src/sidebar/index.js.map +0 -1
  771. package/src/sidebar/index.metadata.json +0 -1
  772. package/src/sidebar/sidebar-all.module.js +0 -24
  773. package/src/sidebar/sidebar-all.module.js.map +0 -1
  774. package/src/sidebar/sidebar-all.module.metadata.json +0 -1
  775. package/src/sidebar/sidebar.component.js +0 -79
  776. package/src/sidebar/sidebar.component.js.map +0 -1
  777. package/src/sidebar/sidebar.component.metadata.json +0 -1
  778. package/src/sidebar/sidebar.module.js +0 -26
  779. package/src/sidebar/sidebar.module.js.map +0 -1
  780. package/src/sidebar/sidebar.module.metadata.json +0 -1
  781. package/src/tab/index.d.ts +0 -4
  782. package/src/tab/index.js +0 -5
  783. package/src/tab/index.js.map +0 -1
  784. package/src/tab/index.metadata.json +0 -1
  785. package/src/tab/items.directive.js +0 -94
  786. package/src/tab/items.directive.js.map +0 -1
  787. package/src/tab/items.directive.metadata.json +0 -1
  788. package/src/tab/tab-all.module.js +0 -24
  789. package/src/tab/tab-all.module.js.map +0 -1
  790. package/src/tab/tab-all.module.metadata.json +0 -1
  791. package/src/tab/tab.component.js +0 -83
  792. package/src/tab/tab.component.js.map +0 -1
  793. package/src/tab/tab.component.metadata.json +0 -1
  794. package/src/tab/tab.module.js +0 -31
  795. package/src/tab/tab.module.js.map +0 -1
  796. package/src/tab/tab.module.metadata.json +0 -1
  797. package/src/toolbar/index.d.ts +0 -4
  798. package/src/toolbar/index.js +0 -5
  799. package/src/toolbar/index.js.map +0 -1
  800. package/src/toolbar/index.metadata.json +0 -1
  801. package/src/toolbar/items.directive.js +0 -89
  802. package/src/toolbar/items.directive.js.map +0 -1
  803. package/src/toolbar/items.directive.metadata.json +0 -1
  804. package/src/toolbar/toolbar-all.module.js +0 -24
  805. package/src/toolbar/toolbar-all.module.js.map +0 -1
  806. package/src/toolbar/toolbar-all.module.metadata.json +0 -1
  807. package/src/toolbar/toolbar.component.js +0 -83
  808. package/src/toolbar/toolbar.component.js.map +0 -1
  809. package/src/toolbar/toolbar.component.metadata.json +0 -1
  810. package/src/toolbar/toolbar.module.js +0 -31
  811. package/src/toolbar/toolbar.module.js.map +0 -1
  812. package/src/toolbar/toolbar.module.metadata.json +0 -1
  813. package/src/treeview/index.d.ts +0 -3
  814. package/src/treeview/index.js +0 -4
  815. package/src/treeview/index.js.map +0 -1
  816. package/src/treeview/index.metadata.json +0 -1
  817. package/src/treeview/treeview-all.module.js +0 -24
  818. package/src/treeview/treeview-all.module.js.map +0 -1
  819. package/src/treeview/treeview-all.module.metadata.json +0 -1
  820. package/src/treeview/treeview.component.js +0 -87
  821. package/src/treeview/treeview.component.js.map +0 -1
  822. package/src/treeview/treeview.component.metadata.json +0 -1
  823. package/src/treeview/treeview.module.js +0 -26
  824. package/src/treeview/treeview.module.js.map +0 -1
  825. package/src/treeview/treeview.module.metadata.json +0 -1
  826. package/tab.d.ts +0 -4
  827. package/tab.js +0 -5
  828. package/tab.js.map +0 -1
  829. package/tab.metadata.json +0 -1
  830. package/toolbar.d.ts +0 -4
  831. package/toolbar.js +0 -5
  832. package/toolbar.js.map +0 -1
  833. package/toolbar.metadata.json +0 -1
  834. package/treeview.d.ts +0 -4
  835. package/treeview.js +0 -5
  836. package/treeview.js.map +0 -1
  837. package/treeview.metadata.json +0 -1
@@ -0,0 +1,2106 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-navigations'), require('@angular/common')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-navigations', '@angular/common'], factory) :
4
+ (factory((global['ej2-angular-navigations'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.navigations,global.ng.common));
5
+ }(this, (function (exports,core,ej2AngularBase,ej2Navigations,common) { 'use strict';
6
+
7
+ var __extends = (this && this.__extends) || (function () {
8
+ var extendStatics = Object.setPrototypeOf ||
9
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
10
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
11
+ return function (d, b) {
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
18
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
20
+ r = Reflect.decorate(decorators, target, key, desc);
21
+ else
22
+ for (var i = decorators.length - 1; i >= 0; i--)
23
+ if (d = decorators[i])
24
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
25
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
26
+ };
27
+ var __metadata = (this && this.__metadata) || function (k, v) {
28
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
29
+ return Reflect.metadata(k, v);
30
+ };
31
+ var input = ['content', 'cssClass', 'disabled', 'expanded', 'header', 'iconCss', 'id', 'visible'];
32
+ var outputs = [];
33
+ /**
34
+ * 'e-accordionitem' directive represent a item of the Angular Accordion.
35
+ * It must be contained in a Accordion component(`ejs-accordion`).
36
+ * ```html
37
+ * <ejs-accordion>
38
+ * <e-accordionitems>
39
+ * <e-accordionitem header='Header1'></e-accordionitem>
40
+ * <e-accordionitem header='Header2' content='Content2'></e-accordionitem>
41
+ * </e-accordionitems>
42
+ * </ejs-accordion>
43
+ * ```
44
+ */
45
+ var AccordionItemDirective = /** @class */ (function (_super) {
46
+ __extends(AccordionItemDirective, _super);
47
+ /**
48
+ * @param {?} viewContainerRef
49
+ */
50
+ function AccordionItemDirective(viewContainerRef) {
51
+ var _this = _super.call(this) || this;
52
+ _this.viewContainerRef = viewContainerRef;
53
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
54
+ _this.registerEvents(outputs);
55
+ _this.directivePropList = input;
56
+ return _this;
57
+ }
58
+ return AccordionItemDirective;
59
+ }(ej2AngularBase.ComplexBase));
60
+ AccordionItemDirective.decorators = [
61
+ { type: core.Directive, args: [{
62
+ selector: 'e-accordionitems>e-accordionitem',
63
+ inputs: input,
64
+ outputs: outputs,
65
+ queries: {}
66
+ },] },
67
+ ];
68
+ /**
69
+ * @nocollapse
70
+ */
71
+ AccordionItemDirective.ctorParameters = function () { return [
72
+ { type: core.ViewContainerRef, },
73
+ ]; };
74
+ AccordionItemDirective.propDecorators = {
75
+ 'header': [{ type: core.ContentChild, args: ['header',] },],
76
+ 'content': [{ type: core.ContentChild, args: ['content',] },],
77
+ };
78
+ __decorate([
79
+ ej2AngularBase.Template(),
80
+ __metadata("design:type", Object)
81
+ ], AccordionItemDirective.prototype, "header", void 0);
82
+ __decorate([
83
+ ej2AngularBase.Template(),
84
+ __metadata("design:type", Object)
85
+ ], AccordionItemDirective.prototype, "content", void 0);
86
+ /**
87
+ * AccordionItem Array Directive
88
+ */
89
+ var AccordionItemsDirective = /** @class */ (function (_super) {
90
+ __extends(AccordionItemsDirective, _super);
91
+ function AccordionItemsDirective() {
92
+ return _super.call(this, 'items') || this;
93
+ }
94
+ return AccordionItemsDirective;
95
+ }(ej2AngularBase.ArrayBase));
96
+ AccordionItemsDirective.decorators = [
97
+ { type: core.Directive, args: [{
98
+ selector: 'ejs-accordion>e-accordionitems',
99
+ queries: {
100
+ children: new core.ContentChildren(AccordionItemDirective)
101
+ },
102
+ },] },
103
+ ];
104
+ /**
105
+ * @nocollapse
106
+ */
107
+ AccordionItemsDirective.ctorParameters = function () { return []; };
108
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
109
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
110
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
111
+ r = Reflect.decorate(decorators, target, key, desc);
112
+ else
113
+ for (var i = decorators.length - 1; i >= 0; i--)
114
+ if (d = decorators[i])
115
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
116
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
117
+ };
118
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
119
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
120
+ return Reflect.metadata(k, v);
121
+ };
122
+ var inputs = ['animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width'];
123
+ var outputs$1 = ['clicked', 'created', 'destroyed', 'expanded', 'expanding', 'expandedIndicesChange'];
124
+ var twoWays = ['expandedIndices'];
125
+ /**
126
+ * Represents the Angular Accordion Component.
127
+ * ```html
128
+ * <ejs-accordion></ejs-accordion>
129
+ * ```
130
+ */
131
+ exports.AccordionComponent = /** @class */ (function (_super) {
132
+ __extends(AccordionComponent, _super);
133
+ /**
134
+ * @param {?} ngEle
135
+ * @param {?} srenderer
136
+ * @param {?} viewContainerRef
137
+ * @param {?} injector
138
+ */
139
+ function AccordionComponent(ngEle, srenderer, viewContainerRef, injector) {
140
+ var _this = _super.call(this) || this;
141
+ _this.ngEle = ngEle;
142
+ _this.srenderer = srenderer;
143
+ _this.viewContainerRef = viewContainerRef;
144
+ _this.injector = injector;
145
+ _this.tags = ['items'];
146
+ _this.element = _this.ngEle.nativeElement;
147
+ _this.injectedModules = _this.injectedModules || [];
148
+ _this.registerEvents(outputs$1);
149
+ _this.addTwoWay.call(_this, twoWays);
150
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
151
+ _this.containerContext = new ej2AngularBase.ComponentBase();
152
+ return _this;
153
+ }
154
+ /**
155
+ * @return {?}
156
+ */
157
+ AccordionComponent.prototype.ngOnInit = function () {
158
+ this.containerContext.ngOnInit(this);
159
+ };
160
+ /**
161
+ * @return {?}
162
+ */
163
+ AccordionComponent.prototype.ngAfterViewInit = function () {
164
+ this.containerContext.ngAfterViewInit(this);
165
+ };
166
+ /**
167
+ * @return {?}
168
+ */
169
+ AccordionComponent.prototype.ngOnDestroy = function () {
170
+ this.containerContext.ngOnDestroy(this);
171
+ };
172
+ /**
173
+ * @return {?}
174
+ */
175
+ AccordionComponent.prototype.ngAfterContentChecked = function () {
176
+ this.tagObjects[0].instance = this.childItems;
177
+ this.containerContext.ngAfterContentChecked(this);
178
+ };
179
+ return AccordionComponent;
180
+ }(ej2Navigations.Accordion));
181
+ exports.AccordionComponent.decorators = [
182
+ { type: core.Component, args: [{
183
+ selector: 'ejs-accordion',
184
+ inputs: inputs,
185
+ outputs: outputs$1,
186
+ template: "<ng-content select='div'></ng-content>",
187
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
188
+ queries: {
189
+ childItems: new core.ContentChild(AccordionItemsDirective)
190
+ }
191
+ },] },
192
+ ];
193
+ /**
194
+ * @nocollapse
195
+ */
196
+ exports.AccordionComponent.ctorParameters = function () { return [
197
+ { type: core.ElementRef, },
198
+ { type: core.Renderer2, },
199
+ { type: core.ViewContainerRef, },
200
+ { type: core.Injector, },
201
+ ]; };
202
+ exports.AccordionComponent.propDecorators = {
203
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
204
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
205
+ };
206
+ __decorate$1([
207
+ ej2AngularBase.Template(),
208
+ __metadata$1("design:type", Object)
209
+ ], exports.AccordionComponent.prototype, "headerTemplate", void 0);
210
+ __decorate$1([
211
+ ej2AngularBase.Template(),
212
+ __metadata$1("design:type", Object)
213
+ ], exports.AccordionComponent.prototype, "itemTemplate", void 0);
214
+ exports.AccordionComponent = __decorate$1([
215
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
216
+ __metadata$1("design:paramtypes", [core.ElementRef,
217
+ core.Renderer2,
218
+ core.ViewContainerRef,
219
+ core.Injector])
220
+ ], exports.AccordionComponent);
221
+ /**
222
+ * NgModule definition for the Accordion component.
223
+ */
224
+ var AccordionModule = /** @class */ (function () {
225
+ function AccordionModule() {
226
+ }
227
+ return AccordionModule;
228
+ }());
229
+ AccordionModule.decorators = [
230
+ { type: core.NgModule, args: [{
231
+ imports: [common.CommonModule],
232
+ declarations: [
233
+ exports.AccordionComponent,
234
+ AccordionItemDirective,
235
+ AccordionItemsDirective
236
+ ],
237
+ exports: [
238
+ exports.AccordionComponent,
239
+ AccordionItemDirective,
240
+ AccordionItemsDirective
241
+ ]
242
+ },] },
243
+ ];
244
+ /**
245
+ * @nocollapse
246
+ */
247
+ AccordionModule.ctorParameters = function () { return []; };
248
+ /**
249
+ * NgModule definition for the Accordion component with providers.
250
+ */
251
+ var AccordionAllModule = /** @class */ (function () {
252
+ function AccordionAllModule() {
253
+ }
254
+ return AccordionAllModule;
255
+ }());
256
+ AccordionAllModule.decorators = [
257
+ { type: core.NgModule, args: [{
258
+ imports: [common.CommonModule, AccordionModule],
259
+ exports: [
260
+ AccordionModule
261
+ ],
262
+ providers: []
263
+ },] },
264
+ ];
265
+ /**
266
+ * @nocollapse
267
+ */
268
+ AccordionAllModule.ctorParameters = function () { return []; };
269
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
270
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
271
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
272
+ r = Reflect.decorate(decorators, target, key, desc);
273
+ else
274
+ for (var i = decorators.length - 1; i >= 0; i--)
275
+ if (d = decorators[i])
276
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
277
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
278
+ };
279
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
280
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
281
+ return Reflect.metadata(k, v);
282
+ };
283
+ var input$1 = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
284
+ var outputs$2 = ['click'];
285
+ /**
286
+ * 'e-item' directive represent a item of the Angular Toolbar.
287
+ * It must be contained in a Toolbar component(`ejs-toolbar`).
288
+ * ```html
289
+ * <ejs-toolbar>
290
+ * <e-items>
291
+ * <e-item text='Cut'></e-item>
292
+ * <e-item text='Copy'></e-item>
293
+ * </e-items>
294
+ * </ejs-toolbar>
295
+ * ```
296
+ */
297
+ var ItemDirective = /** @class */ (function (_super) {
298
+ __extends(ItemDirective, _super);
299
+ /**
300
+ * @param {?} viewContainerRef
301
+ */
302
+ function ItemDirective(viewContainerRef) {
303
+ var _this = _super.call(this) || this;
304
+ _this.viewContainerRef = viewContainerRef;
305
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
306
+ _this.registerEvents(outputs$2);
307
+ _this.directivePropList = input$1;
308
+ return _this;
309
+ }
310
+ return ItemDirective;
311
+ }(ej2AngularBase.ComplexBase));
312
+ ItemDirective.decorators = [
313
+ { type: core.Directive, args: [{
314
+ selector: 'e-items>e-item',
315
+ inputs: input$1,
316
+ outputs: outputs$2,
317
+ queries: {}
318
+ },] },
319
+ ];
320
+ /**
321
+ * @nocollapse
322
+ */
323
+ ItemDirective.ctorParameters = function () { return [
324
+ { type: core.ViewContainerRef, },
325
+ ]; };
326
+ ItemDirective.propDecorators = {
327
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
328
+ };
329
+ __decorate$2([
330
+ ej2AngularBase.Template(),
331
+ __metadata$2("design:type", Object)
332
+ ], ItemDirective.prototype, "template", void 0);
333
+ /**
334
+ * Item Array Directive
335
+ */
336
+ var ItemsDirective = /** @class */ (function (_super) {
337
+ __extends(ItemsDirective, _super);
338
+ function ItemsDirective() {
339
+ return _super.call(this, 'items') || this;
340
+ }
341
+ return ItemsDirective;
342
+ }(ej2AngularBase.ArrayBase));
343
+ ItemsDirective.decorators = [
344
+ { type: core.Directive, args: [{
345
+ selector: 'ejs-toolbar>e-items',
346
+ queries: {
347
+ children: new core.ContentChildren(ItemDirective)
348
+ },
349
+ },] },
350
+ ];
351
+ /**
352
+ * @nocollapse
353
+ */
354
+ ItemsDirective.ctorParameters = function () { return []; };
355
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
356
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
357
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
358
+ r = Reflect.decorate(decorators, target, key, desc);
359
+ else
360
+ for (var i = decorators.length - 1; i >= 0; i--)
361
+ if (d = decorators[i])
362
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
363
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
364
+ };
365
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
366
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
367
+ return Reflect.metadata(k, v);
368
+ };
369
+ var inputs$1 = ['allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width'];
370
+ var outputs$3 = ['beforeCreate', 'clicked', 'created', 'destroyed'];
371
+ var twoWays$1 = [''];
372
+ /**
373
+ * Represents the Angular Toolbar Component.
374
+ * ```html
375
+ * <ejs-toolbar></ejs-toolbar>
376
+ * ```
377
+ */
378
+ exports.ToolbarComponent = /** @class */ (function (_super) {
379
+ __extends(ToolbarComponent, _super);
380
+ /**
381
+ * @param {?} ngEle
382
+ * @param {?} srenderer
383
+ * @param {?} viewContainerRef
384
+ * @param {?} injector
385
+ */
386
+ function ToolbarComponent(ngEle, srenderer, viewContainerRef, injector) {
387
+ var _this = _super.call(this) || this;
388
+ _this.ngEle = ngEle;
389
+ _this.srenderer = srenderer;
390
+ _this.viewContainerRef = viewContainerRef;
391
+ _this.injector = injector;
392
+ _this.tags = ['items'];
393
+ _this.element = _this.ngEle.nativeElement;
394
+ _this.injectedModules = _this.injectedModules || [];
395
+ _this.registerEvents(outputs$3);
396
+ _this.addTwoWay.call(_this, twoWays$1);
397
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
398
+ _this.containerContext = new ej2AngularBase.ComponentBase();
399
+ return _this;
400
+ }
401
+ /**
402
+ * @return {?}
403
+ */
404
+ ToolbarComponent.prototype.ngOnInit = function () {
405
+ this.containerContext.ngOnInit(this);
406
+ };
407
+ /**
408
+ * @return {?}
409
+ */
410
+ ToolbarComponent.prototype.ngAfterViewInit = function () {
411
+ this.containerContext.ngAfterViewInit(this);
412
+ };
413
+ /**
414
+ * @return {?}
415
+ */
416
+ ToolbarComponent.prototype.ngOnDestroy = function () {
417
+ this.containerContext.ngOnDestroy(this);
418
+ };
419
+ /**
420
+ * @return {?}
421
+ */
422
+ ToolbarComponent.prototype.ngAfterContentChecked = function () {
423
+ this.tagObjects[0].instance = this.childItems;
424
+ this.containerContext.ngAfterContentChecked(this);
425
+ };
426
+ return ToolbarComponent;
427
+ }(ej2Navigations.Toolbar));
428
+ exports.ToolbarComponent.decorators = [
429
+ { type: core.Component, args: [{
430
+ selector: 'ejs-toolbar',
431
+ inputs: inputs$1,
432
+ outputs: outputs$3,
433
+ template: "<ng-content select='div'></ng-content>",
434
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
435
+ queries: {
436
+ childItems: new core.ContentChild(ItemsDirective)
437
+ }
438
+ },] },
439
+ ];
440
+ /**
441
+ * @nocollapse
442
+ */
443
+ exports.ToolbarComponent.ctorParameters = function () { return [
444
+ { type: core.ElementRef, },
445
+ { type: core.Renderer2, },
446
+ { type: core.ViewContainerRef, },
447
+ { type: core.Injector, },
448
+ ]; };
449
+ exports.ToolbarComponent = __decorate$3([
450
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
451
+ __metadata$3("design:paramtypes", [core.ElementRef,
452
+ core.Renderer2,
453
+ core.ViewContainerRef,
454
+ core.Injector])
455
+ ], exports.ToolbarComponent);
456
+ /**
457
+ * NgModule definition for the Toolbar component.
458
+ */
459
+ var ToolbarModule = /** @class */ (function () {
460
+ function ToolbarModule() {
461
+ }
462
+ return ToolbarModule;
463
+ }());
464
+ ToolbarModule.decorators = [
465
+ { type: core.NgModule, args: [{
466
+ imports: [common.CommonModule],
467
+ declarations: [
468
+ exports.ToolbarComponent,
469
+ ItemDirective,
470
+ ItemsDirective
471
+ ],
472
+ exports: [
473
+ exports.ToolbarComponent,
474
+ ItemDirective,
475
+ ItemsDirective
476
+ ]
477
+ },] },
478
+ ];
479
+ /**
480
+ * @nocollapse
481
+ */
482
+ ToolbarModule.ctorParameters = function () { return []; };
483
+ /**
484
+ * NgModule definition for the Toolbar component with providers.
485
+ */
486
+ var ToolbarAllModule = /** @class */ (function () {
487
+ function ToolbarAllModule() {
488
+ }
489
+ return ToolbarAllModule;
490
+ }());
491
+ ToolbarAllModule.decorators = [
492
+ { type: core.NgModule, args: [{
493
+ imports: [common.CommonModule, ToolbarModule],
494
+ exports: [
495
+ ToolbarModule
496
+ ],
497
+ providers: []
498
+ },] },
499
+ ];
500
+ /**
501
+ * @nocollapse
502
+ */
503
+ ToolbarAllModule.ctorParameters = function () { return []; };
504
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
505
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
506
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
507
+ r = Reflect.decorate(decorators, target, key, desc);
508
+ else
509
+ for (var i = decorators.length - 1; i >= 0; i--)
510
+ if (d = decorators[i])
511
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
512
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
513
+ };
514
+ var __metadata$4 = (this && this.__metadata) || function (k, v) {
515
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
516
+ return Reflect.metadata(k, v);
517
+ };
518
+ var inputs$2 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template'];
519
+ var outputs$4 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
520
+ var twoWays$2 = [''];
521
+ /**
522
+ * Represents the EJ2 Angular ContextMenu Component.
523
+ * ```html
524
+ * <div id='target'>Right click / Touch hold to open the ContextMenu</div>
525
+ * <ejs-contextmenu target='#target' [items]='menuItems'></ejs-contextmenu>
526
+ * ```
527
+ */
528
+ exports.ContextMenuComponent = /** @class */ (function (_super) {
529
+ __extends(ContextMenuComponent, _super);
530
+ /**
531
+ * @param {?} ngEle
532
+ * @param {?} srenderer
533
+ * @param {?} viewContainerRef
534
+ * @param {?} injector
535
+ */
536
+ function ContextMenuComponent(ngEle, srenderer, viewContainerRef, injector) {
537
+ var _this = _super.call(this) || this;
538
+ _this.ngEle = ngEle;
539
+ _this.srenderer = srenderer;
540
+ _this.viewContainerRef = viewContainerRef;
541
+ _this.injector = injector;
542
+ _this.element = _this.ngEle.nativeElement;
543
+ _this.injectedModules = _this.injectedModules || [];
544
+ _this.registerEvents(outputs$4);
545
+ _this.addTwoWay.call(_this, twoWays$2);
546
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
547
+ _this.context = new ej2AngularBase.ComponentBase();
548
+ return _this;
549
+ }
550
+ /**
551
+ * @return {?}
552
+ */
553
+ ContextMenuComponent.prototype.ngOnInit = function () {
554
+ this.context.ngOnInit(this);
555
+ };
556
+ /**
557
+ * @return {?}
558
+ */
559
+ ContextMenuComponent.prototype.ngAfterViewInit = function () {
560
+ this.context.ngAfterViewInit(this);
561
+ };
562
+ /**
563
+ * @return {?}
564
+ */
565
+ ContextMenuComponent.prototype.ngOnDestroy = function () {
566
+ this.context.ngOnDestroy(this);
567
+ };
568
+ /**
569
+ * @return {?}
570
+ */
571
+ ContextMenuComponent.prototype.ngAfterContentChecked = function () {
572
+ this.context.ngAfterContentChecked(this);
573
+ };
574
+ return ContextMenuComponent;
575
+ }(ej2Navigations.ContextMenu));
576
+ exports.ContextMenuComponent.decorators = [
577
+ { type: core.Component, args: [{
578
+ selector: 'ejs-contextmenu',
579
+ inputs: inputs$2,
580
+ outputs: outputs$4,
581
+ template: '',
582
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
583
+ queries: {}
584
+ },] },
585
+ ];
586
+ /**
587
+ * @nocollapse
588
+ */
589
+ exports.ContextMenuComponent.ctorParameters = function () { return [
590
+ { type: core.ElementRef, },
591
+ { type: core.Renderer2, },
592
+ { type: core.ViewContainerRef, },
593
+ { type: core.Injector, },
594
+ ]; };
595
+ exports.ContextMenuComponent = __decorate$4([
596
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
597
+ __metadata$4("design:paramtypes", [core.ElementRef,
598
+ core.Renderer2,
599
+ core.ViewContainerRef,
600
+ core.Injector])
601
+ ], exports.ContextMenuComponent);
602
+ /**
603
+ * NgModule definition for the ContextMenu component.
604
+ */
605
+ var ContextMenuModule = /** @class */ (function () {
606
+ function ContextMenuModule() {
607
+ }
608
+ return ContextMenuModule;
609
+ }());
610
+ ContextMenuModule.decorators = [
611
+ { type: core.NgModule, args: [{
612
+ imports: [common.CommonModule],
613
+ declarations: [
614
+ exports.ContextMenuComponent
615
+ ],
616
+ exports: [
617
+ exports.ContextMenuComponent
618
+ ]
619
+ },] },
620
+ ];
621
+ /**
622
+ * @nocollapse
623
+ */
624
+ ContextMenuModule.ctorParameters = function () { return []; };
625
+ /**
626
+ * NgModule definition for the ContextMenu component with providers.
627
+ */
628
+ var ContextMenuAllModule = /** @class */ (function () {
629
+ function ContextMenuAllModule() {
630
+ }
631
+ return ContextMenuAllModule;
632
+ }());
633
+ ContextMenuAllModule.decorators = [
634
+ { type: core.NgModule, args: [{
635
+ imports: [common.CommonModule, ContextMenuModule],
636
+ exports: [
637
+ ContextMenuModule
638
+ ],
639
+ providers: []
640
+ },] },
641
+ ];
642
+ /**
643
+ * @nocollapse
644
+ */
645
+ ContextMenuAllModule.ctorParameters = function () { return []; };
646
+ var input$2 = ['disabled', 'iconCss', 'text', 'url'];
647
+ var outputs$5 = [];
648
+ /**
649
+ * `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
650
+ * It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
651
+ * ```html
652
+ * <ejs-breadcrumb>
653
+ * <e-breadcrumb-items>
654
+ * <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
655
+ * <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
656
+ * </e-breadcrumb-items>
657
+ * </ejs-breadcrumb>
658
+ * ```
659
+ */
660
+ var BreadcrumbItemDirective = /** @class */ (function (_super) {
661
+ __extends(BreadcrumbItemDirective, _super);
662
+ /**
663
+ * @param {?} viewContainerRef
664
+ */
665
+ function BreadcrumbItemDirective(viewContainerRef) {
666
+ var _this = _super.call(this) || this;
667
+ _this.viewContainerRef = viewContainerRef;
668
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
669
+ _this.registerEvents(outputs$5);
670
+ _this.directivePropList = input$2;
671
+ return _this;
672
+ }
673
+ return BreadcrumbItemDirective;
674
+ }(ej2AngularBase.ComplexBase));
675
+ BreadcrumbItemDirective.decorators = [
676
+ { type: core.Directive, args: [{
677
+ selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',
678
+ inputs: input$2,
679
+ outputs: outputs$5,
680
+ queries: {}
681
+ },] },
682
+ ];
683
+ /**
684
+ * @nocollapse
685
+ */
686
+ BreadcrumbItemDirective.ctorParameters = function () { return [
687
+ { type: core.ViewContainerRef, },
688
+ ]; };
689
+ /**
690
+ * BreadcrumbItem Array Directive
691
+ */
692
+ var BreadcrumbItemsDirective = /** @class */ (function (_super) {
693
+ __extends(BreadcrumbItemsDirective, _super);
694
+ function BreadcrumbItemsDirective() {
695
+ return _super.call(this, 'items') || this;
696
+ }
697
+ return BreadcrumbItemsDirective;
698
+ }(ej2AngularBase.ArrayBase));
699
+ BreadcrumbItemsDirective.decorators = [
700
+ { type: core.Directive, args: [{
701
+ selector: 'ejs-breadcrumb>e-breadcrumb-items',
702
+ queries: {
703
+ children: new core.ContentChildren(BreadcrumbItemDirective)
704
+ },
705
+ },] },
706
+ ];
707
+ /**
708
+ * @nocollapse
709
+ */
710
+ BreadcrumbItemsDirective.ctorParameters = function () { return []; };
711
+ var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
712
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
713
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
714
+ r = Reflect.decorate(decorators, target, key, desc);
715
+ else
716
+ for (var i = decorators.length - 1; i >= 0; i--)
717
+ if (d = decorators[i])
718
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
719
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
720
+ };
721
+ var __metadata$5 = (this && this.__metadata) || function (k, v) {
722
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
723
+ return Reflect.metadata(k, v);
724
+ };
725
+ var inputs$3 = ['activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url'];
726
+ var outputs$6 = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
727
+ var twoWays$3 = ['activeItem'];
728
+ /**
729
+ * Represents the EJ2 Angular Breadcrumb Component.
730
+ * ```html
731
+ * <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
732
+ * ```
733
+ */
734
+ exports.BreadcrumbComponent = /** @class */ (function (_super) {
735
+ __extends(BreadcrumbComponent, _super);
736
+ /**
737
+ * @param {?} ngEle
738
+ * @param {?} srenderer
739
+ * @param {?} viewContainerRef
740
+ * @param {?} injector
741
+ */
742
+ function BreadcrumbComponent(ngEle, srenderer, viewContainerRef, injector) {
743
+ var _this = _super.call(this) || this;
744
+ _this.ngEle = ngEle;
745
+ _this.srenderer = srenderer;
746
+ _this.viewContainerRef = viewContainerRef;
747
+ _this.injector = injector;
748
+ _this.tags = ['items'];
749
+ _this.element = _this.ngEle.nativeElement;
750
+ _this.injectedModules = _this.injectedModules || [];
751
+ _this.registerEvents(outputs$6);
752
+ _this.addTwoWay.call(_this, twoWays$3);
753
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
754
+ _this.context = new ej2AngularBase.ComponentBase();
755
+ return _this;
756
+ }
757
+ /**
758
+ * @return {?}
759
+ */
760
+ BreadcrumbComponent.prototype.ngOnInit = function () {
761
+ this.context.ngOnInit(this);
762
+ };
763
+ /**
764
+ * @return {?}
765
+ */
766
+ BreadcrumbComponent.prototype.ngAfterViewInit = function () {
767
+ this.context.ngAfterViewInit(this);
768
+ };
769
+ /**
770
+ * @return {?}
771
+ */
772
+ BreadcrumbComponent.prototype.ngOnDestroy = function () {
773
+ this.context.ngOnDestroy(this);
774
+ };
775
+ /**
776
+ * @return {?}
777
+ */
778
+ BreadcrumbComponent.prototype.ngAfterContentChecked = function () {
779
+ this.tagObjects[0].instance = this.childItems;
780
+ this.context.ngAfterContentChecked(this);
781
+ };
782
+ return BreadcrumbComponent;
783
+ }(ej2Navigations.Breadcrumb));
784
+ exports.BreadcrumbComponent.decorators = [
785
+ { type: core.Component, args: [{
786
+ selector: 'ejs-breadcrumb',
787
+ inputs: inputs$3,
788
+ outputs: outputs$6,
789
+ template: '',
790
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
791
+ queries: {
792
+ childItems: new core.ContentChild(BreadcrumbItemsDirective)
793
+ }
794
+ },] },
795
+ ];
796
+ /**
797
+ * @nocollapse
798
+ */
799
+ exports.BreadcrumbComponent.ctorParameters = function () { return [
800
+ { type: core.ElementRef, },
801
+ { type: core.Renderer2, },
802
+ { type: core.ViewContainerRef, },
803
+ { type: core.Injector, },
804
+ ]; };
805
+ exports.BreadcrumbComponent.propDecorators = {
806
+ 'separatorTemplate': [{ type: core.ContentChild, args: ['separatorTemplate',] },],
807
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
808
+ };
809
+ __decorate$5([
810
+ ej2AngularBase.Template(),
811
+ __metadata$5("design:type", Object)
812
+ ], exports.BreadcrumbComponent.prototype, "separatorTemplate", void 0);
813
+ __decorate$5([
814
+ ej2AngularBase.Template(),
815
+ __metadata$5("design:type", Object)
816
+ ], exports.BreadcrumbComponent.prototype, "itemTemplate", void 0);
817
+ exports.BreadcrumbComponent = __decorate$5([
818
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
819
+ __metadata$5("design:paramtypes", [core.ElementRef,
820
+ core.Renderer2,
821
+ core.ViewContainerRef,
822
+ core.Injector])
823
+ ], exports.BreadcrumbComponent);
824
+ /**
825
+ * NgModule definition for the Breadcrumb component.
826
+ */
827
+ var BreadcrumbModule = /** @class */ (function () {
828
+ function BreadcrumbModule() {
829
+ }
830
+ return BreadcrumbModule;
831
+ }());
832
+ BreadcrumbModule.decorators = [
833
+ { type: core.NgModule, args: [{
834
+ imports: [common.CommonModule],
835
+ declarations: [
836
+ exports.BreadcrumbComponent,
837
+ BreadcrumbItemDirective,
838
+ BreadcrumbItemsDirective
839
+ ],
840
+ exports: [
841
+ exports.BreadcrumbComponent,
842
+ BreadcrumbItemDirective,
843
+ BreadcrumbItemsDirective
844
+ ]
845
+ },] },
846
+ ];
847
+ /**
848
+ * @nocollapse
849
+ */
850
+ BreadcrumbModule.ctorParameters = function () { return []; };
851
+ /**
852
+ * NgModule definition for the Breadcrumb component with providers.
853
+ */
854
+ var BreadcrumbAllModule = /** @class */ (function () {
855
+ function BreadcrumbAllModule() {
856
+ }
857
+ return BreadcrumbAllModule;
858
+ }());
859
+ BreadcrumbAllModule.decorators = [
860
+ { type: core.NgModule, args: [{
861
+ imports: [common.CommonModule, BreadcrumbModule],
862
+ exports: [
863
+ BreadcrumbModule
864
+ ],
865
+ providers: []
866
+ },] },
867
+ ];
868
+ /**
869
+ * @nocollapse
870
+ */
871
+ BreadcrumbAllModule.ctorParameters = function () { return []; };
872
+ var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
873
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
874
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
875
+ r = Reflect.decorate(decorators, target, key, desc);
876
+ else
877
+ for (var i = decorators.length - 1; i >= 0; i--)
878
+ if (d = decorators[i])
879
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
880
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
881
+ };
882
+ var __metadata$6 = (this && this.__metadata) || function (k, v) {
883
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
884
+ return Reflect.metadata(k, v);
885
+ };
886
+ var input$3 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
887
+ var outputs$7 = [];
888
+ /**
889
+ * `e-carousel-item` directive represent a item of the Angular Carousel.
890
+ * It must be contained in a Carousel component(`ejs-carousel`).
891
+ * ```html
892
+ * <ejs-carousel>
893
+ * <e-carousel-items>
894
+ * <e-carousel-item template='#item1'></e-carousel-item>
895
+ * <e-carousel-item template='#item2'></e-carousel-item>
896
+ * </e-carousel-items>
897
+ * </ejs-carousel>
898
+ * ```
899
+ */
900
+ var CarouselItemDirective = /** @class */ (function (_super) {
901
+ __extends(CarouselItemDirective, _super);
902
+ /**
903
+ * @param {?} viewContainerRef
904
+ */
905
+ function CarouselItemDirective(viewContainerRef) {
906
+ var _this = _super.call(this) || this;
907
+ _this.viewContainerRef = viewContainerRef;
908
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
909
+ _this.registerEvents(outputs$7);
910
+ _this.directivePropList = input$3;
911
+ return _this;
912
+ }
913
+ return CarouselItemDirective;
914
+ }(ej2AngularBase.ComplexBase));
915
+ CarouselItemDirective.decorators = [
916
+ { type: core.Directive, args: [{
917
+ selector: 'ejs-carousel>e-carousel-items>e-carousel-item',
918
+ inputs: input$3,
919
+ outputs: outputs$7,
920
+ queries: {}
921
+ },] },
922
+ ];
923
+ /**
924
+ * @nocollapse
925
+ */
926
+ CarouselItemDirective.ctorParameters = function () { return [
927
+ { type: core.ViewContainerRef, },
928
+ ]; };
929
+ CarouselItemDirective.propDecorators = {
930
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
931
+ };
932
+ __decorate$6([
933
+ ej2AngularBase.Template(),
934
+ __metadata$6("design:type", Object)
935
+ ], CarouselItemDirective.prototype, "template", void 0);
936
+ /**
937
+ * CarouselItem Array Directive
938
+ */
939
+ var CarouselItemsDirective = /** @class */ (function (_super) {
940
+ __extends(CarouselItemsDirective, _super);
941
+ function CarouselItemsDirective() {
942
+ return _super.call(this, 'items') || this;
943
+ }
944
+ return CarouselItemsDirective;
945
+ }(ej2AngularBase.ArrayBase));
946
+ CarouselItemsDirective.decorators = [
947
+ { type: core.Directive, args: [{
948
+ selector: 'ejs-carousel>e-carousel-items',
949
+ queries: {
950
+ children: new core.ContentChildren(CarouselItemDirective)
951
+ },
952
+ },] },
953
+ ];
954
+ /**
955
+ * @nocollapse
956
+ */
957
+ CarouselItemsDirective.ctorParameters = function () { return []; };
958
+ var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
959
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
960
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
961
+ r = Reflect.decorate(decorators, target, key, desc);
962
+ else
963
+ for (var i = decorators.length - 1; i >= 0; i--)
964
+ if (d = decorators[i])
965
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
966
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
967
+ };
968
+ var __metadata$7 = (this && this.__metadata) || function (k, v) {
969
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
970
+ return Reflect.metadata(k, v);
971
+ };
972
+ var inputs$4 = ['animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width'];
973
+ var outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
974
+ var twoWays$4 = ['selectedIndex'];
975
+ /**
976
+ * Represents the EJ2 Angular Carousel Component.
977
+ * ```html
978
+ * <ejs-carousel [items]='carouselItems'></ejs-carousel>
979
+ * ```
980
+ */
981
+ exports.CarouselComponent = /** @class */ (function (_super) {
982
+ __extends(CarouselComponent, _super);
983
+ /**
984
+ * @param {?} ngEle
985
+ * @param {?} srenderer
986
+ * @param {?} viewContainerRef
987
+ * @param {?} injector
988
+ */
989
+ function CarouselComponent(ngEle, srenderer, viewContainerRef, injector) {
990
+ var _this = _super.call(this) || this;
991
+ _this.ngEle = ngEle;
992
+ _this.srenderer = srenderer;
993
+ _this.viewContainerRef = viewContainerRef;
994
+ _this.injector = injector;
995
+ _this.tags = ['items'];
996
+ _this.element = _this.ngEle.nativeElement;
997
+ _this.injectedModules = _this.injectedModules || [];
998
+ _this.registerEvents(outputs$8);
999
+ _this.addTwoWay.call(_this, twoWays$4);
1000
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1001
+ _this.context = new ej2AngularBase.ComponentBase();
1002
+ return _this;
1003
+ }
1004
+ /**
1005
+ * @return {?}
1006
+ */
1007
+ CarouselComponent.prototype.ngOnInit = function () {
1008
+ this.context.ngOnInit(this);
1009
+ };
1010
+ /**
1011
+ * @return {?}
1012
+ */
1013
+ CarouselComponent.prototype.ngAfterViewInit = function () {
1014
+ this.context.ngAfterViewInit(this);
1015
+ };
1016
+ /**
1017
+ * @return {?}
1018
+ */
1019
+ CarouselComponent.prototype.ngOnDestroy = function () {
1020
+ this.context.ngOnDestroy(this);
1021
+ };
1022
+ /**
1023
+ * @return {?}
1024
+ */
1025
+ CarouselComponent.prototype.ngAfterContentChecked = function () {
1026
+ this.tagObjects[0].instance = this.childItems;
1027
+ this.context.ngAfterContentChecked(this);
1028
+ };
1029
+ return CarouselComponent;
1030
+ }(ej2Navigations.Carousel));
1031
+ exports.CarouselComponent.decorators = [
1032
+ { type: core.Component, args: [{
1033
+ selector: 'ejs-carousel',
1034
+ inputs: inputs$4,
1035
+ outputs: outputs$8,
1036
+ template: '',
1037
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1038
+ queries: {
1039
+ childItems: new core.ContentChild(CarouselItemsDirective)
1040
+ }
1041
+ },] },
1042
+ ];
1043
+ /**
1044
+ * @nocollapse
1045
+ */
1046
+ exports.CarouselComponent.ctorParameters = function () { return [
1047
+ { type: core.ElementRef, },
1048
+ { type: core.Renderer2, },
1049
+ { type: core.ViewContainerRef, },
1050
+ { type: core.Injector, },
1051
+ ]; };
1052
+ exports.CarouselComponent.propDecorators = {
1053
+ 'indicatorsTemplate': [{ type: core.ContentChild, args: ['indicatorsTemplate',] },],
1054
+ 'nextButtonTemplate': [{ type: core.ContentChild, args: ['nextButtonTemplate',] },],
1055
+ 'previousButtonTemplate': [{ type: core.ContentChild, args: ['previousButtonTemplate',] },],
1056
+ 'playButtonTemplate': [{ type: core.ContentChild, args: ['playButtonTemplate',] },],
1057
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
1058
+ };
1059
+ __decorate$7([
1060
+ ej2AngularBase.Template(),
1061
+ __metadata$7("design:type", Object)
1062
+ ], exports.CarouselComponent.prototype, "indicatorsTemplate", void 0);
1063
+ __decorate$7([
1064
+ ej2AngularBase.Template(),
1065
+ __metadata$7("design:type", Object)
1066
+ ], exports.CarouselComponent.prototype, "nextButtonTemplate", void 0);
1067
+ __decorate$7([
1068
+ ej2AngularBase.Template(),
1069
+ __metadata$7("design:type", Object)
1070
+ ], exports.CarouselComponent.prototype, "previousButtonTemplate", void 0);
1071
+ __decorate$7([
1072
+ ej2AngularBase.Template(),
1073
+ __metadata$7("design:type", Object)
1074
+ ], exports.CarouselComponent.prototype, "playButtonTemplate", void 0);
1075
+ __decorate$7([
1076
+ ej2AngularBase.Template(),
1077
+ __metadata$7("design:type", Object)
1078
+ ], exports.CarouselComponent.prototype, "itemTemplate", void 0);
1079
+ exports.CarouselComponent = __decorate$7([
1080
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1081
+ __metadata$7("design:paramtypes", [core.ElementRef,
1082
+ core.Renderer2,
1083
+ core.ViewContainerRef,
1084
+ core.Injector])
1085
+ ], exports.CarouselComponent);
1086
+ /**
1087
+ * NgModule definition for the Carousel component.
1088
+ */
1089
+ var CarouselModule = /** @class */ (function () {
1090
+ function CarouselModule() {
1091
+ }
1092
+ return CarouselModule;
1093
+ }());
1094
+ CarouselModule.decorators = [
1095
+ { type: core.NgModule, args: [{
1096
+ imports: [common.CommonModule],
1097
+ declarations: [
1098
+ exports.CarouselComponent,
1099
+ CarouselItemDirective,
1100
+ CarouselItemsDirective
1101
+ ],
1102
+ exports: [
1103
+ exports.CarouselComponent,
1104
+ CarouselItemDirective,
1105
+ CarouselItemsDirective
1106
+ ]
1107
+ },] },
1108
+ ];
1109
+ /**
1110
+ * @nocollapse
1111
+ */
1112
+ CarouselModule.ctorParameters = function () { return []; };
1113
+ /**
1114
+ * NgModule definition for the Carousel component with providers.
1115
+ */
1116
+ var CarouselAllModule = /** @class */ (function () {
1117
+ function CarouselAllModule() {
1118
+ }
1119
+ return CarouselAllModule;
1120
+ }());
1121
+ CarouselAllModule.decorators = [
1122
+ { type: core.NgModule, args: [{
1123
+ imports: [common.CommonModule, CarouselModule],
1124
+ exports: [
1125
+ CarouselModule
1126
+ ],
1127
+ providers: []
1128
+ },] },
1129
+ ];
1130
+ /**
1131
+ * @nocollapse
1132
+ */
1133
+ CarouselAllModule.ctorParameters = function () { return []; };
1134
+ var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
1135
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1136
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1137
+ r = Reflect.decorate(decorators, target, key, desc);
1138
+ else
1139
+ for (var i = decorators.length - 1; i >= 0; i--)
1140
+ if (d = decorators[i])
1141
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1142
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1143
+ };
1144
+ var __metadata$8 = (this && this.__metadata) || function (k, v) {
1145
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1146
+ return Reflect.metadata(k, v);
1147
+ };
1148
+ var input$4 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'tabIndex', 'visible'];
1149
+ var outputs$9 = [];
1150
+ /**
1151
+ * 'e-tabitem' directive represent a item of the Angular Tab.
1152
+ * It must be contained in a Tab component(`ejs-tab`).
1153
+ * ```html
1154
+ * <ejs-tab>
1155
+ * <e-tabitems>
1156
+ * <e-tabitem [header]='Header 1' [content]='Content 1'></e-tabitem>
1157
+ * <e-tabitem [header]='Header 2' [content]='Content 2'></e-tabitem>
1158
+ * <e-tabitems>
1159
+ * </ejs-tab>
1160
+ * ```
1161
+ */
1162
+ var TabItemDirective = /** @class */ (function (_super) {
1163
+ __extends(TabItemDirective, _super);
1164
+ /**
1165
+ * @param {?} viewContainerRef
1166
+ */
1167
+ function TabItemDirective(viewContainerRef) {
1168
+ var _this = _super.call(this) || this;
1169
+ _this.viewContainerRef = viewContainerRef;
1170
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1171
+ _this.registerEvents(outputs$9);
1172
+ _this.directivePropList = input$4;
1173
+ return _this;
1174
+ }
1175
+ return TabItemDirective;
1176
+ }(ej2AngularBase.ComplexBase));
1177
+ TabItemDirective.decorators = [
1178
+ { type: core.Directive, args: [{
1179
+ selector: 'e-tabitems>e-tabitem',
1180
+ inputs: input$4,
1181
+ outputs: outputs$9,
1182
+ queries: {}
1183
+ },] },
1184
+ ];
1185
+ /**
1186
+ * @nocollapse
1187
+ */
1188
+ TabItemDirective.ctorParameters = function () { return [
1189
+ { type: core.ViewContainerRef, },
1190
+ ]; };
1191
+ TabItemDirective.propDecorators = {
1192
+ 'content': [{ type: core.ContentChild, args: ['content',] },],
1193
+ 'header_text': [{ type: core.ContentChild, args: ['headerText',] },],
1194
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
1195
+ };
1196
+ __decorate$8([
1197
+ ej2AngularBase.Template(),
1198
+ __metadata$8("design:type", Object)
1199
+ ], TabItemDirective.prototype, "content", void 0);
1200
+ __decorate$8([
1201
+ ej2AngularBase.Template(),
1202
+ __metadata$8("design:type", Object)
1203
+ ], TabItemDirective.prototype, "header_text", void 0);
1204
+ __decorate$8([
1205
+ ej2AngularBase.Template(),
1206
+ __metadata$8("design:type", Object)
1207
+ ], TabItemDirective.prototype, "headerTemplate", void 0);
1208
+ /**
1209
+ * TabItem Array Directive
1210
+ */
1211
+ var TabItemsDirective = /** @class */ (function (_super) {
1212
+ __extends(TabItemsDirective, _super);
1213
+ function TabItemsDirective() {
1214
+ return _super.call(this, 'items') || this;
1215
+ }
1216
+ return TabItemsDirective;
1217
+ }(ej2AngularBase.ArrayBase));
1218
+ TabItemsDirective.decorators = [
1219
+ { type: core.Directive, args: [{
1220
+ selector: 'ejs-tab>e-tabitems',
1221
+ queries: {
1222
+ children: new core.ContentChildren(TabItemDirective)
1223
+ },
1224
+ },] },
1225
+ ];
1226
+ /**
1227
+ * @nocollapse
1228
+ */
1229
+ TabItemsDirective.ctorParameters = function () { return []; };
1230
+ var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
1231
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1232
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1233
+ r = Reflect.decorate(decorators, target, key, desc);
1234
+ else
1235
+ for (var i = decorators.length - 1; i >= 0; i--)
1236
+ if (d = decorators[i])
1237
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1238
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1239
+ };
1240
+ var __metadata$9 = (this && this.__metadata) || function (k, v) {
1241
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1242
+ return Reflect.metadata(k, v);
1243
+ };
1244
+ var inputs$5 = ['allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
1245
+ var outputs$10 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
1246
+ var twoWays$5 = [''];
1247
+ /**
1248
+ * Represents the Angular Tab Component.
1249
+ * ```html
1250
+ * <ejs-tab></ejs-tab>
1251
+ * ```
1252
+ */
1253
+ exports.TabComponent = /** @class */ (function (_super) {
1254
+ __extends(TabComponent, _super);
1255
+ /**
1256
+ * @param {?} ngEle
1257
+ * @param {?} srenderer
1258
+ * @param {?} viewContainerRef
1259
+ * @param {?} injector
1260
+ */
1261
+ function TabComponent(ngEle, srenderer, viewContainerRef, injector) {
1262
+ var _this = _super.call(this) || this;
1263
+ _this.ngEle = ngEle;
1264
+ _this.srenderer = srenderer;
1265
+ _this.viewContainerRef = viewContainerRef;
1266
+ _this.injector = injector;
1267
+ _this.tags = ['items'];
1268
+ _this.element = _this.ngEle.nativeElement;
1269
+ _this.injectedModules = _this.injectedModules || [];
1270
+ _this.registerEvents(outputs$10);
1271
+ _this.addTwoWay.call(_this, twoWays$5);
1272
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1273
+ _this.containerContext = new ej2AngularBase.ComponentBase();
1274
+ return _this;
1275
+ }
1276
+ /**
1277
+ * @return {?}
1278
+ */
1279
+ TabComponent.prototype.ngOnInit = function () {
1280
+ this.containerContext.ngOnInit(this);
1281
+ };
1282
+ /**
1283
+ * @return {?}
1284
+ */
1285
+ TabComponent.prototype.ngAfterViewInit = function () {
1286
+ this.containerContext.ngAfterViewInit(this);
1287
+ };
1288
+ /**
1289
+ * @return {?}
1290
+ */
1291
+ TabComponent.prototype.ngOnDestroy = function () {
1292
+ this.containerContext.ngOnDestroy(this);
1293
+ };
1294
+ /**
1295
+ * @return {?}
1296
+ */
1297
+ TabComponent.prototype.ngAfterContentChecked = function () {
1298
+ this.tagObjects[0].instance = this.childItems;
1299
+ this.containerContext.ngAfterContentChecked(this);
1300
+ };
1301
+ return TabComponent;
1302
+ }(ej2Navigations.Tab));
1303
+ exports.TabComponent.decorators = [
1304
+ { type: core.Component, args: [{
1305
+ selector: 'ejs-tab',
1306
+ inputs: inputs$5,
1307
+ outputs: outputs$10,
1308
+ template: "<ng-content select='div'></ng-content>",
1309
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1310
+ queries: {
1311
+ childItems: new core.ContentChild(TabItemsDirective)
1312
+ }
1313
+ },] },
1314
+ ];
1315
+ /**
1316
+ * @nocollapse
1317
+ */
1318
+ exports.TabComponent.ctorParameters = function () { return [
1319
+ { type: core.ElementRef, },
1320
+ { type: core.Renderer2, },
1321
+ { type: core.ViewContainerRef, },
1322
+ { type: core.Injector, },
1323
+ ]; };
1324
+ exports.TabComponent = __decorate$9([
1325
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1326
+ __metadata$9("design:paramtypes", [core.ElementRef,
1327
+ core.Renderer2,
1328
+ core.ViewContainerRef,
1329
+ core.Injector])
1330
+ ], exports.TabComponent);
1331
+ /**
1332
+ * NgModule definition for the Tab component.
1333
+ */
1334
+ var TabModule = /** @class */ (function () {
1335
+ function TabModule() {
1336
+ }
1337
+ return TabModule;
1338
+ }());
1339
+ TabModule.decorators = [
1340
+ { type: core.NgModule, args: [{
1341
+ imports: [common.CommonModule],
1342
+ declarations: [
1343
+ exports.TabComponent,
1344
+ TabItemDirective,
1345
+ TabItemsDirective
1346
+ ],
1347
+ exports: [
1348
+ exports.TabComponent,
1349
+ TabItemDirective,
1350
+ TabItemsDirective
1351
+ ]
1352
+ },] },
1353
+ ];
1354
+ /**
1355
+ * @nocollapse
1356
+ */
1357
+ TabModule.ctorParameters = function () { return []; };
1358
+ /**
1359
+ * NgModule definition for the Tab component with providers.
1360
+ */
1361
+ var TabAllModule = /** @class */ (function () {
1362
+ function TabAllModule() {
1363
+ }
1364
+ return TabAllModule;
1365
+ }());
1366
+ TabAllModule.decorators = [
1367
+ { type: core.NgModule, args: [{
1368
+ imports: [common.CommonModule, TabModule],
1369
+ exports: [
1370
+ TabModule
1371
+ ],
1372
+ providers: []
1373
+ },] },
1374
+ ];
1375
+ /**
1376
+ * @nocollapse
1377
+ */
1378
+ TabAllModule.ctorParameters = function () { return []; };
1379
+ var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
1380
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1381
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1382
+ r = Reflect.decorate(decorators, target, key, desc);
1383
+ else
1384
+ for (var i = decorators.length - 1; i >= 0; i--)
1385
+ if (d = decorators[i])
1386
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1387
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1388
+ };
1389
+ var __metadata$10 = (this && this.__metadata) || function (k, v) {
1390
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1391
+ return Reflect.metadata(k, v);
1392
+ };
1393
+ var inputs$6 = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
1394
+ var outputs$11 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
1395
+ var twoWays$6 = [''];
1396
+ /**
1397
+ * 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.
1398
+ * ```html
1399
+ * <ej-treeview allowDragAndDrop='true'></ej-treeview>
1400
+ * ```
1401
+ */
1402
+ exports.TreeViewComponent = /** @class */ (function (_super) {
1403
+ __extends(TreeViewComponent, _super);
1404
+ /**
1405
+ * @param {?} ngEle
1406
+ * @param {?} srenderer
1407
+ * @param {?} viewContainerRef
1408
+ * @param {?} injector
1409
+ */
1410
+ function TreeViewComponent(ngEle, srenderer, viewContainerRef, injector) {
1411
+ var _this = _super.call(this) || this;
1412
+ _this.ngEle = ngEle;
1413
+ _this.srenderer = srenderer;
1414
+ _this.viewContainerRef = viewContainerRef;
1415
+ _this.injector = injector;
1416
+ _this.element = _this.ngEle.nativeElement;
1417
+ _this.injectedModules = _this.injectedModules || [];
1418
+ _this.registerEvents(outputs$11);
1419
+ _this.addTwoWay.call(_this, twoWays$6);
1420
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1421
+ _this.context = new ej2AngularBase.ComponentBase();
1422
+ return _this;
1423
+ }
1424
+ /**
1425
+ * @return {?}
1426
+ */
1427
+ TreeViewComponent.prototype.ngOnInit = function () {
1428
+ this.context.ngOnInit(this);
1429
+ };
1430
+ /**
1431
+ * @return {?}
1432
+ */
1433
+ TreeViewComponent.prototype.ngAfterViewInit = function () {
1434
+ this.context.ngAfterViewInit(this);
1435
+ };
1436
+ /**
1437
+ * @return {?}
1438
+ */
1439
+ TreeViewComponent.prototype.ngOnDestroy = function () {
1440
+ this.context.ngOnDestroy(this);
1441
+ };
1442
+ /**
1443
+ * @return {?}
1444
+ */
1445
+ TreeViewComponent.prototype.ngAfterContentChecked = function () {
1446
+ this.context.ngAfterContentChecked(this);
1447
+ };
1448
+ return TreeViewComponent;
1449
+ }(ej2Navigations.TreeView));
1450
+ exports.TreeViewComponent.decorators = [
1451
+ { type: core.Component, args: [{
1452
+ selector: 'ejs-treeview',
1453
+ inputs: inputs$6,
1454
+ outputs: outputs$11,
1455
+ template: '',
1456
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1457
+ queries: {}
1458
+ },] },
1459
+ ];
1460
+ /**
1461
+ * @nocollapse
1462
+ */
1463
+ exports.TreeViewComponent.ctorParameters = function () { return [
1464
+ { type: core.ElementRef, },
1465
+ { type: core.Renderer2, },
1466
+ { type: core.ViewContainerRef, },
1467
+ { type: core.Injector, },
1468
+ ]; };
1469
+ exports.TreeViewComponent.propDecorators = {
1470
+ 'nodeTemplate': [{ type: core.ContentChild, args: ['nodeTemplate',] },],
1471
+ };
1472
+ __decorate$10([
1473
+ ej2AngularBase.Template(),
1474
+ __metadata$10("design:type", Object)
1475
+ ], exports.TreeViewComponent.prototype, "nodeTemplate", void 0);
1476
+ exports.TreeViewComponent = __decorate$10([
1477
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1478
+ __metadata$10("design:paramtypes", [core.ElementRef,
1479
+ core.Renderer2,
1480
+ core.ViewContainerRef,
1481
+ core.Injector])
1482
+ ], exports.TreeViewComponent);
1483
+ /**
1484
+ * NgModule definition for the TreeView component.
1485
+ */
1486
+ var TreeViewModule = /** @class */ (function () {
1487
+ function TreeViewModule() {
1488
+ }
1489
+ return TreeViewModule;
1490
+ }());
1491
+ TreeViewModule.decorators = [
1492
+ { type: core.NgModule, args: [{
1493
+ imports: [common.CommonModule],
1494
+ declarations: [
1495
+ exports.TreeViewComponent
1496
+ ],
1497
+ exports: [
1498
+ exports.TreeViewComponent
1499
+ ]
1500
+ },] },
1501
+ ];
1502
+ /**
1503
+ * @nocollapse
1504
+ */
1505
+ TreeViewModule.ctorParameters = function () { return []; };
1506
+ /**
1507
+ * NgModule definition for the TreeView component with providers.
1508
+ */
1509
+ var TreeViewAllModule = /** @class */ (function () {
1510
+ function TreeViewAllModule() {
1511
+ }
1512
+ return TreeViewAllModule;
1513
+ }());
1514
+ TreeViewAllModule.decorators = [
1515
+ { type: core.NgModule, args: [{
1516
+ imports: [common.CommonModule, TreeViewModule],
1517
+ exports: [
1518
+ TreeViewModule
1519
+ ],
1520
+ providers: []
1521
+ },] },
1522
+ ];
1523
+ /**
1524
+ * @nocollapse
1525
+ */
1526
+ TreeViewAllModule.ctorParameters = function () { return []; };
1527
+ var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
1528
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1529
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1530
+ r = Reflect.decorate(decorators, target, key, desc);
1531
+ else
1532
+ for (var i = decorators.length - 1; i >= 0; i--)
1533
+ if (d = decorators[i])
1534
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1535
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1536
+ };
1537
+ var __metadata$11 = (this && this.__metadata) || function (k, v) {
1538
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1539
+ return Reflect.metadata(k, v);
1540
+ };
1541
+ var inputs$7 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
1542
+ var outputs$12 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
1543
+ var twoWays$7 = ['isOpen'];
1544
+ /**
1545
+ * Represents the Essential JS 2 Angular Sidebar Component.
1546
+ * ```html
1547
+ * <ejs-sidebar></ejs-sidebar>
1548
+ * ```
1549
+ */
1550
+ exports.SidebarComponent = /** @class */ (function (_super) {
1551
+ __extends(SidebarComponent, _super);
1552
+ /**
1553
+ * @param {?} ngEle
1554
+ * @param {?} srenderer
1555
+ * @param {?} viewContainerRef
1556
+ * @param {?} injector
1557
+ */
1558
+ function SidebarComponent(ngEle, srenderer, viewContainerRef, injector) {
1559
+ var _this = _super.call(this) || this;
1560
+ _this.ngEle = ngEle;
1561
+ _this.srenderer = srenderer;
1562
+ _this.viewContainerRef = viewContainerRef;
1563
+ _this.injector = injector;
1564
+ _this.element = _this.ngEle.nativeElement;
1565
+ _this.injectedModules = _this.injectedModules || [];
1566
+ _this.registerEvents(outputs$12);
1567
+ _this.addTwoWay.call(_this, twoWays$7);
1568
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1569
+ _this.containerContext = new ej2AngularBase.ComponentBase();
1570
+ return _this;
1571
+ }
1572
+ /**
1573
+ * @return {?}
1574
+ */
1575
+ SidebarComponent.prototype.ngOnInit = function () {
1576
+ this.containerContext.ngOnInit(this);
1577
+ };
1578
+ /**
1579
+ * @return {?}
1580
+ */
1581
+ SidebarComponent.prototype.ngAfterViewInit = function () {
1582
+ this.containerContext.ngAfterViewInit(this);
1583
+ };
1584
+ /**
1585
+ * @return {?}
1586
+ */
1587
+ SidebarComponent.prototype.ngOnDestroy = function () {
1588
+ this.containerContext.ngOnDestroy(this);
1589
+ };
1590
+ /**
1591
+ * @return {?}
1592
+ */
1593
+ SidebarComponent.prototype.ngAfterContentChecked = function () {
1594
+ this.containerContext.ngAfterContentChecked(this);
1595
+ };
1596
+ return SidebarComponent;
1597
+ }(ej2Navigations.Sidebar));
1598
+ exports.SidebarComponent.decorators = [
1599
+ { type: core.Component, args: [{
1600
+ selector: 'ejs-sidebar',
1601
+ inputs: inputs$7,
1602
+ outputs: outputs$12,
1603
+ template: "<ng-content ></ng-content>",
1604
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1605
+ queries: {}
1606
+ },] },
1607
+ ];
1608
+ /**
1609
+ * @nocollapse
1610
+ */
1611
+ exports.SidebarComponent.ctorParameters = function () { return [
1612
+ { type: core.ElementRef, },
1613
+ { type: core.Renderer2, },
1614
+ { type: core.ViewContainerRef, },
1615
+ { type: core.Injector, },
1616
+ ]; };
1617
+ exports.SidebarComponent = __decorate$11([
1618
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1619
+ __metadata$11("design:paramtypes", [core.ElementRef,
1620
+ core.Renderer2,
1621
+ core.ViewContainerRef,
1622
+ core.Injector])
1623
+ ], exports.SidebarComponent);
1624
+ /**
1625
+ * NgModule definition for the Sidebar component.
1626
+ */
1627
+ var SidebarModule = /** @class */ (function () {
1628
+ function SidebarModule() {
1629
+ }
1630
+ return SidebarModule;
1631
+ }());
1632
+ SidebarModule.decorators = [
1633
+ { type: core.NgModule, args: [{
1634
+ imports: [common.CommonModule],
1635
+ declarations: [
1636
+ exports.SidebarComponent
1637
+ ],
1638
+ exports: [
1639
+ exports.SidebarComponent
1640
+ ]
1641
+ },] },
1642
+ ];
1643
+ /**
1644
+ * @nocollapse
1645
+ */
1646
+ SidebarModule.ctorParameters = function () { return []; };
1647
+ /**
1648
+ * NgModule definition for the Sidebar component with providers.
1649
+ */
1650
+ var SidebarAllModule = /** @class */ (function () {
1651
+ function SidebarAllModule() {
1652
+ }
1653
+ return SidebarAllModule;
1654
+ }());
1655
+ SidebarAllModule.decorators = [
1656
+ { type: core.NgModule, args: [{
1657
+ imports: [common.CommonModule, SidebarModule],
1658
+ exports: [
1659
+ SidebarModule
1660
+ ],
1661
+ providers: []
1662
+ },] },
1663
+ ];
1664
+ /**
1665
+ * @nocollapse
1666
+ */
1667
+ SidebarAllModule.ctorParameters = function () { return []; };
1668
+ var input$5 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
1669
+ var outputs$13 = [];
1670
+ var MenuItemDirective = /** @class */ (function (_super) {
1671
+ __extends(MenuItemDirective, _super);
1672
+ /**
1673
+ * @param {?} viewContainerRef
1674
+ */
1675
+ function MenuItemDirective(viewContainerRef) {
1676
+ var _this = _super.call(this) || this;
1677
+ _this.viewContainerRef = viewContainerRef;
1678
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1679
+ _this.registerEvents(outputs$13);
1680
+ _this.directivePropList = input$5;
1681
+ return _this;
1682
+ }
1683
+ return MenuItemDirective;
1684
+ }(ej2AngularBase.ComplexBase));
1685
+ MenuItemDirective.decorators = [
1686
+ { type: core.Directive, args: [{
1687
+ selector: 'ejs-menu>e-menu-items>e-menu-item>',
1688
+ inputs: input$5,
1689
+ outputs: outputs$13,
1690
+ queries: {}
1691
+ },] },
1692
+ ];
1693
+ /**
1694
+ * @nocollapse
1695
+ */
1696
+ MenuItemDirective.ctorParameters = function () { return [
1697
+ { type: core.ViewContainerRef, },
1698
+ ]; };
1699
+ /**
1700
+ * MenuItem Array Directive
1701
+ */
1702
+ var MenuItemsDirective = /** @class */ (function (_super) {
1703
+ __extends(MenuItemsDirective, _super);
1704
+ function MenuItemsDirective() {
1705
+ return _super.call(this, 'items') || this;
1706
+ }
1707
+ return MenuItemsDirective;
1708
+ }(ej2AngularBase.ArrayBase));
1709
+ MenuItemsDirective.decorators = [
1710
+ { type: core.Directive, args: [{
1711
+ selector: 'ejs-menu>e-menu-items',
1712
+ queries: {
1713
+ children: new core.ContentChildren(MenuItemDirective)
1714
+ },
1715
+ },] },
1716
+ ];
1717
+ /**
1718
+ * @nocollapse
1719
+ */
1720
+ MenuItemsDirective.ctorParameters = function () { return []; };
1721
+ var __decorate$12 = (this && this.__decorate) || function (decorators, target, key, desc) {
1722
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1723
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1724
+ r = Reflect.decorate(decorators, target, key, desc);
1725
+ else
1726
+ for (var i = decorators.length - 1; i >= 0; i--)
1727
+ if (d = decorators[i])
1728
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1729
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1730
+ };
1731
+ var __metadata$12 = (this && this.__metadata) || function (k, v) {
1732
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1733
+ return Reflect.metadata(k, v);
1734
+ };
1735
+ var inputs$8 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
1736
+ var outputs$14 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
1737
+ var twoWays$8 = [''];
1738
+ /**
1739
+ * Represents the EJ2 Angular Menu Component.
1740
+ * ```html
1741
+ * <ejs-menu [items]='menuItems'></ejs-menu>
1742
+ * ```
1743
+ */
1744
+ exports.MenuComponent = /** @class */ (function (_super) {
1745
+ __extends(MenuComponent, _super);
1746
+ /**
1747
+ * @param {?} ngEle
1748
+ * @param {?} srenderer
1749
+ * @param {?} viewContainerRef
1750
+ * @param {?} injector
1751
+ */
1752
+ function MenuComponent(ngEle, srenderer, viewContainerRef, injector) {
1753
+ var _this = _super.call(this) || this;
1754
+ _this.ngEle = ngEle;
1755
+ _this.srenderer = srenderer;
1756
+ _this.viewContainerRef = viewContainerRef;
1757
+ _this.injector = injector;
1758
+ _this.tags = ['items'];
1759
+ _this.element = _this.ngEle.nativeElement;
1760
+ _this.injectedModules = _this.injectedModules || [];
1761
+ _this.registerEvents(outputs$14);
1762
+ _this.addTwoWay.call(_this, twoWays$8);
1763
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1764
+ _this.context = new ej2AngularBase.ComponentBase();
1765
+ return _this;
1766
+ }
1767
+ /**
1768
+ * @return {?}
1769
+ */
1770
+ MenuComponent.prototype.ngOnInit = function () {
1771
+ this.context.ngOnInit(this);
1772
+ };
1773
+ /**
1774
+ * @return {?}
1775
+ */
1776
+ MenuComponent.prototype.ngAfterViewInit = function () {
1777
+ this.context.ngAfterViewInit(this);
1778
+ };
1779
+ /**
1780
+ * @return {?}
1781
+ */
1782
+ MenuComponent.prototype.ngOnDestroy = function () {
1783
+ this.context.ngOnDestroy(this);
1784
+ };
1785
+ /**
1786
+ * @return {?}
1787
+ */
1788
+ MenuComponent.prototype.ngAfterContentChecked = function () {
1789
+ this.tagObjects[0].instance = this.childItems;
1790
+ this.context.ngAfterContentChecked(this);
1791
+ };
1792
+ return MenuComponent;
1793
+ }(ej2Navigations.Menu));
1794
+ exports.MenuComponent.decorators = [
1795
+ { type: core.Component, args: [{
1796
+ selector: 'ejs-menu',
1797
+ inputs: inputs$8,
1798
+ outputs: outputs$14,
1799
+ template: '',
1800
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1801
+ queries: {
1802
+ childItems: new core.ContentChild(MenuItemsDirective)
1803
+ }
1804
+ },] },
1805
+ ];
1806
+ /**
1807
+ * @nocollapse
1808
+ */
1809
+ exports.MenuComponent.ctorParameters = function () { return [
1810
+ { type: core.ElementRef, },
1811
+ { type: core.Renderer2, },
1812
+ { type: core.ViewContainerRef, },
1813
+ { type: core.Injector, },
1814
+ ]; };
1815
+ exports.MenuComponent.propDecorators = {
1816
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
1817
+ };
1818
+ __decorate$12([
1819
+ ej2AngularBase.Template(),
1820
+ __metadata$12("design:type", Object)
1821
+ ], exports.MenuComponent.prototype, "template", void 0);
1822
+ exports.MenuComponent = __decorate$12([
1823
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1824
+ __metadata$12("design:paramtypes", [core.ElementRef,
1825
+ core.Renderer2,
1826
+ core.ViewContainerRef,
1827
+ core.Injector])
1828
+ ], exports.MenuComponent);
1829
+ /**
1830
+ * NgModule definition for the Menu component.
1831
+ */
1832
+ var MenuModule = /** @class */ (function () {
1833
+ function MenuModule() {
1834
+ }
1835
+ return MenuModule;
1836
+ }());
1837
+ MenuModule.decorators = [
1838
+ { type: core.NgModule, args: [{
1839
+ imports: [common.CommonModule],
1840
+ declarations: [
1841
+ exports.MenuComponent,
1842
+ MenuItemDirective,
1843
+ MenuItemsDirective
1844
+ ],
1845
+ exports: [
1846
+ exports.MenuComponent,
1847
+ MenuItemDirective,
1848
+ MenuItemsDirective
1849
+ ]
1850
+ },] },
1851
+ ];
1852
+ /**
1853
+ * @nocollapse
1854
+ */
1855
+ MenuModule.ctorParameters = function () { return []; };
1856
+ /**
1857
+ * NgModule definition for the Menu component with providers.
1858
+ */
1859
+ var MenuAllModule = /** @class */ (function () {
1860
+ function MenuAllModule() {
1861
+ }
1862
+ return MenuAllModule;
1863
+ }());
1864
+ MenuAllModule.decorators = [
1865
+ { type: core.NgModule, args: [{
1866
+ imports: [common.CommonModule, MenuModule],
1867
+ exports: [
1868
+ MenuModule
1869
+ ],
1870
+ providers: []
1871
+ },] },
1872
+ ];
1873
+ /**
1874
+ * @nocollapse
1875
+ */
1876
+ MenuAllModule.ctorParameters = function () { return []; };
1877
+ var __decorate$13 = (this && this.__decorate) || function (decorators, target, key, desc) {
1878
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1879
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1880
+ r = Reflect.decorate(decorators, target, key, desc);
1881
+ else
1882
+ for (var i = decorators.length - 1; i >= 0; i--)
1883
+ if (d = decorators[i])
1884
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1885
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1886
+ };
1887
+ var __metadata$13 = (this && this.__metadata) || function (k, v) {
1888
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1889
+ return Reflect.metadata(k, v);
1890
+ };
1891
+ var inputs$9 = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
1892
+ var outputs$15 = ['created', 'destroyed'];
1893
+ var twoWays$9 = [''];
1894
+ /**
1895
+ * Represents the Essential JS 2 Angular AppBar Component.
1896
+ * ```html
1897
+ * <ejs-appbar></ejs-appbar>
1898
+ * ```
1899
+ */
1900
+ exports.AppBarComponent = /** @class */ (function (_super) {
1901
+ __extends(AppBarComponent, _super);
1902
+ /**
1903
+ * @param {?} ngEle
1904
+ * @param {?} srenderer
1905
+ * @param {?} viewContainerRef
1906
+ * @param {?} injector
1907
+ */
1908
+ function AppBarComponent(ngEle, srenderer, viewContainerRef, injector) {
1909
+ var _this = _super.call(this) || this;
1910
+ _this.ngEle = ngEle;
1911
+ _this.srenderer = srenderer;
1912
+ _this.viewContainerRef = viewContainerRef;
1913
+ _this.injector = injector;
1914
+ _this.element = _this.ngEle.nativeElement;
1915
+ _this.injectedModules = _this.injectedModules || [];
1916
+ _this.registerEvents(outputs$15);
1917
+ _this.addTwoWay.call(_this, twoWays$9);
1918
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1919
+ _this.containerContext = new ej2AngularBase.ComponentBase();
1920
+ return _this;
1921
+ }
1922
+ /**
1923
+ * @return {?}
1924
+ */
1925
+ AppBarComponent.prototype.ngOnInit = function () {
1926
+ this.containerContext.ngOnInit(this);
1927
+ };
1928
+ /**
1929
+ * @return {?}
1930
+ */
1931
+ AppBarComponent.prototype.ngAfterViewInit = function () {
1932
+ this.containerContext.ngAfterViewInit(this);
1933
+ };
1934
+ /**
1935
+ * @return {?}
1936
+ */
1937
+ AppBarComponent.prototype.ngOnDestroy = function () {
1938
+ this.containerContext.ngOnDestroy(this);
1939
+ };
1940
+ /**
1941
+ * @return {?}
1942
+ */
1943
+ AppBarComponent.prototype.ngAfterContentChecked = function () {
1944
+ this.containerContext.ngAfterContentChecked(this);
1945
+ };
1946
+ return AppBarComponent;
1947
+ }(ej2Navigations.AppBar));
1948
+ exports.AppBarComponent.decorators = [
1949
+ { type: core.Component, args: [{
1950
+ selector: 'ejs-appbar',
1951
+ inputs: inputs$9,
1952
+ outputs: outputs$15,
1953
+ template: "<ng-content ></ng-content>",
1954
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1955
+ queries: {}
1956
+ },] },
1957
+ ];
1958
+ /**
1959
+ * @nocollapse
1960
+ */
1961
+ exports.AppBarComponent.ctorParameters = function () { return [
1962
+ { type: core.ElementRef, },
1963
+ { type: core.Renderer2, },
1964
+ { type: core.ViewContainerRef, },
1965
+ { type: core.Injector, },
1966
+ ]; };
1967
+ exports.AppBarComponent = __decorate$13([
1968
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1969
+ __metadata$13("design:paramtypes", [core.ElementRef,
1970
+ core.Renderer2,
1971
+ core.ViewContainerRef,
1972
+ core.Injector])
1973
+ ], exports.AppBarComponent);
1974
+ /**
1975
+ * NgModule definition for the AppBar component.
1976
+ */
1977
+ var AppBarModule = /** @class */ (function () {
1978
+ function AppBarModule() {
1979
+ }
1980
+ return AppBarModule;
1981
+ }());
1982
+ AppBarModule.decorators = [
1983
+ { type: core.NgModule, args: [{
1984
+ imports: [common.CommonModule],
1985
+ declarations: [
1986
+ exports.AppBarComponent
1987
+ ],
1988
+ exports: [
1989
+ exports.AppBarComponent
1990
+ ]
1991
+ },] },
1992
+ ];
1993
+ /**
1994
+ * @nocollapse
1995
+ */
1996
+ AppBarModule.ctorParameters = function () { return []; };
1997
+ /**
1998
+ * NgModule definition for the AppBar component with providers.
1999
+ */
2000
+ var AppBarAllModule = /** @class */ (function () {
2001
+ function AppBarAllModule() {
2002
+ }
2003
+ return AppBarAllModule;
2004
+ }());
2005
+ AppBarAllModule.decorators = [
2006
+ { type: core.NgModule, args: [{
2007
+ imports: [common.CommonModule, AppBarModule],
2008
+ exports: [
2009
+ AppBarModule
2010
+ ],
2011
+ providers: []
2012
+ },] },
2013
+ ];
2014
+ /**
2015
+ * @nocollapse
2016
+ */
2017
+ AppBarAllModule.ctorParameters = function () { return []; };
2018
+
2019
+ exports.AccordionItemDirective = AccordionItemDirective;
2020
+ exports.AccordionItemsDirective = AccordionItemsDirective;
2021
+ exports.AccordionModule = AccordionModule;
2022
+ exports.AccordionAllModule = AccordionAllModule;
2023
+ exports.ItemDirective = ItemDirective;
2024
+ exports.ItemsDirective = ItemsDirective;
2025
+ exports.ToolbarModule = ToolbarModule;
2026
+ exports.ToolbarAllModule = ToolbarAllModule;
2027
+ exports.ContextMenuModule = ContextMenuModule;
2028
+ exports.ContextMenuAllModule = ContextMenuAllModule;
2029
+ exports.BreadcrumbItemDirective = BreadcrumbItemDirective;
2030
+ exports.BreadcrumbItemsDirective = BreadcrumbItemsDirective;
2031
+ exports.BreadcrumbModule = BreadcrumbModule;
2032
+ exports.BreadcrumbAllModule = BreadcrumbAllModule;
2033
+ exports.CarouselItemDirective = CarouselItemDirective;
2034
+ exports.CarouselItemsDirective = CarouselItemsDirective;
2035
+ exports.CarouselModule = CarouselModule;
2036
+ exports.CarouselAllModule = CarouselAllModule;
2037
+ exports.TabItemDirective = TabItemDirective;
2038
+ exports.TabItemsDirective = TabItemsDirective;
2039
+ exports.TabModule = TabModule;
2040
+ exports.TabAllModule = TabAllModule;
2041
+ exports.TreeViewModule = TreeViewModule;
2042
+ exports.TreeViewAllModule = TreeViewAllModule;
2043
+ exports.SidebarModule = SidebarModule;
2044
+ exports.SidebarAllModule = SidebarAllModule;
2045
+ exports.MenuItemDirective = MenuItemDirective;
2046
+ exports.MenuItemsDirective = MenuItemsDirective;
2047
+ exports.MenuModule = MenuModule;
2048
+ exports.MenuAllModule = MenuAllModule;
2049
+ exports.AppBarModule = AppBarModule;
2050
+ exports.AppBarAllModule = AppBarAllModule;
2051
+ exports.ɵa = inputs;
2052
+ exports.ɵb = outputs$1;
2053
+ exports.ɵs = inputs$9;
2054
+ exports.ɵt = outputs$15;
2055
+ exports.ɵg = inputs$3;
2056
+ exports.ɵh = outputs$6;
2057
+ exports.ɵi = inputs$4;
2058
+ exports.ɵj = outputs$8;
2059
+ exports.ɵe = inputs$2;
2060
+ exports.ɵf = outputs$4;
2061
+ exports.ɵq = inputs$8;
2062
+ exports.ɵr = outputs$14;
2063
+ exports.ɵo = inputs$7;
2064
+ exports.ɵp = outputs$12;
2065
+ exports.ɵk = inputs$5;
2066
+ exports.ɵl = outputs$10;
2067
+ exports.ɵc = inputs$1;
2068
+ exports.ɵd = outputs$3;
2069
+ exports.ɵm = inputs$6;
2070
+ exports.ɵn = outputs$11;
2071
+ exports.MenuAnimationSettings = ej2Navigations.MenuAnimationSettings;
2072
+ exports.MenuItem = ej2Navigations.MenuItem;
2073
+ exports.FieldSettings = ej2Navigations.FieldSettings;
2074
+ exports.HScroll = ej2Navigations.HScroll;
2075
+ exports.VScroll = ej2Navigations.VScroll;
2076
+ exports.addScrolling = ej2Navigations.addScrolling;
2077
+ exports.destroyScroll = ej2Navigations.destroyScroll;
2078
+ exports.Item = ej2Navigations.Item;
2079
+ exports.Toolbar = ej2Navigations.Toolbar;
2080
+ exports.AccordionActionSettings = ej2Navigations.AccordionActionSettings;
2081
+ exports.AccordionAnimationSettings = ej2Navigations.AccordionAnimationSettings;
2082
+ exports.AccordionItem = ej2Navigations.AccordionItem;
2083
+ exports.Accordion = ej2Navigations.Accordion;
2084
+ exports.ContextMenu = ej2Navigations.ContextMenu;
2085
+ exports.Menu = ej2Navigations.Menu;
2086
+ exports.TabActionSettings = ej2Navigations.TabActionSettings;
2087
+ exports.TabAnimationSettings = ej2Navigations.TabAnimationSettings;
2088
+ exports.Header = ej2Navigations.Header;
2089
+ exports.TabItem = ej2Navigations.TabItem;
2090
+ exports.Tab = ej2Navigations.Tab;
2091
+ exports.FieldsSettings = ej2Navigations.FieldsSettings;
2092
+ exports.ActionSettings = ej2Navigations.ActionSettings;
2093
+ exports.NodeAnimationSettings = ej2Navigations.NodeAnimationSettings;
2094
+ exports.TreeView = ej2Navigations.TreeView;
2095
+ exports.Sidebar = ej2Navigations.Sidebar;
2096
+ exports.BreadcrumbOverflowMode = ej2Navigations.BreadcrumbOverflowMode;
2097
+ exports.BreadcrumbItem = ej2Navigations.BreadcrumbItem;
2098
+ exports.Breadcrumb = ej2Navigations.Breadcrumb;
2099
+ exports.CarouselItem = ej2Navigations.CarouselItem;
2100
+ exports.Carousel = ej2Navigations.Carousel;
2101
+ exports.AppBar = ej2Navigations.AppBar;
2102
+
2103
+ Object.defineProperty(exports, '__esModule', { value: true });
2104
+
2105
+ })));
2106
+ //# sourceMappingURL=ej2-angular-navigations.umd.js.map