@syncfusion/ej2-angular-navigations 22.1.34 → 22.1.35

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 (301) hide show
  1. package/README.md +218 -134
  2. package/esm2020/src/accordion/accordion.component.mjs +1 -1
  3. package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
  4. package/esm2020/src/appbar/appbar.component.mjs +59 -0
  5. package/esm2020/src/appbar/appbar.module.mjs +25 -0
  6. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +1 -1
  7. package/esm2020/src/carousel/carousel.component.mjs +3 -3
  8. package/esm2020/src/carousel/items.directive.mjs +1 -1
  9. package/esm2020/src/index.mjs +4 -1
  10. package/esm2020/src/menu/menu.component.mjs +1 -1
  11. package/esm2020/src/tab/items.directive.mjs +3 -3
  12. package/esm2020/src/toolbar/items.directive.mjs +3 -3
  13. package/esm2020/src/treeview/treeview.component.mjs +1 -1
  14. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +181 -88
  15. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  16. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +181 -88
  17. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/schematics/collection.json +155 -0
  20. package/schematics/generators/accordion-default/index.d.ts +3 -0
  21. package/schematics/generators/accordion-default/index.js +8 -0
  22. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  23. package/schematics/generators/accordion-default/sample-details.js +7 -0
  24. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  25. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -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-html-template/index.d.ts +3 -0
  30. package/schematics/generators/accordion-html-template/index.js +8 -0
  31. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  32. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  33. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  34. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  35. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  36. package/schematics/generators/accordion-html-template/schema.js +2 -0
  37. package/schematics/generators/accordion-html-template/schema.json +125 -0
  38. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  39. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  40. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  41. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  42. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  43. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  44. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  45. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  46. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  47. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  48. package/schematics/generators/accordion-nested/index.js +8 -0
  49. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  50. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  51. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  52. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  53. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  54. package/schematics/generators/accordion-nested/schema.js +2 -0
  55. package/schematics/generators/accordion-nested/schema.json +125 -0
  56. package/schematics/generators/contextmenu-default/index.d.ts +3 -0
  57. package/schematics/generators/contextmenu-default/index.js +8 -0
  58. package/schematics/generators/contextmenu-default/sample-details.d.ts +5 -0
  59. package/schematics/generators/contextmenu-default/sample-details.js +7 -0
  60. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  61. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  62. package/schematics/generators/contextmenu-default/schema.d.ts +3 -0
  63. package/schematics/generators/contextmenu-default/schema.js +2 -0
  64. package/schematics/generators/contextmenu-default/schema.json +125 -0
  65. package/schematics/generators/menu-default/index.d.ts +3 -0
  66. package/schematics/generators/menu-default/index.js +8 -0
  67. package/schematics/generators/menu-default/sample-details.d.ts +5 -0
  68. package/schematics/generators/menu-default/sample-details.js +7 -0
  69. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +52 -0
  70. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  71. package/schematics/generators/menu-default/schema.d.ts +3 -0
  72. package/schematics/generators/menu-default/schema.js +2 -0
  73. package/schematics/generators/menu-default/schema.json +125 -0
  74. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  75. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  76. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  77. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  78. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  79. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  80. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  81. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  82. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  83. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  84. package/schematics/generators/sidebar-dock/index.js +8 -0
  85. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  86. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  87. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  88. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  89. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  90. package/schematics/generators/sidebar-dock/schema.js +2 -0
  91. package/schematics/generators/sidebar-dock/schema.json +125 -0
  92. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  93. package/schematics/generators/sidebar-target/index.js +8 -0
  94. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  95. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  96. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  97. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  98. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  99. package/schematics/generators/sidebar-target/schema.js +2 -0
  100. package/schematics/generators/sidebar-target/schema.json +125 -0
  101. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  102. package/schematics/generators/sidebar-types/index.js +8 -0
  103. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  104. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  105. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  106. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  107. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  108. package/schematics/generators/sidebar-types/schema.js +2 -0
  109. package/schematics/generators/sidebar-types/schema.json +125 -0
  110. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  111. package/schematics/generators/tab-html-template/index.js +8 -0
  112. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  113. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  114. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  115. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  116. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  117. package/schematics/generators/tab-html-template/schema.js +2 -0
  118. package/schematics/generators/tab-html-template/schema.json +125 -0
  119. package/schematics/generators/tab-icon/index.d.ts +3 -0
  120. package/schematics/generators/tab-icon/index.js +8 -0
  121. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  122. package/schematics/generators/tab-icon/sample-details.js +7 -0
  123. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  124. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  125. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  126. package/schematics/generators/tab-icon/schema.js +2 -0
  127. package/schematics/generators/tab-icon/schema.json +125 -0
  128. package/schematics/generators/tab-nested/index.d.ts +3 -0
  129. package/schematics/generators/tab-nested/index.js +8 -0
  130. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  131. package/schematics/generators/tab-nested/sample-details.js +7 -0
  132. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  133. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  134. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  135. package/schematics/generators/tab-nested/schema.js +2 -0
  136. package/schematics/generators/tab-nested/schema.json +125 -0
  137. package/schematics/generators/tab-popup/index.d.ts +3 -0
  138. package/schematics/generators/tab-popup/index.js +8 -0
  139. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  140. package/schematics/generators/tab-popup/sample-details.js +7 -0
  141. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  142. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  143. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  144. package/schematics/generators/tab-popup/schema.js +2 -0
  145. package/schematics/generators/tab-popup/schema.json +125 -0
  146. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  147. package/schematics/generators/tab-scrollable/index.js +8 -0
  148. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  149. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  150. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  151. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  152. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  153. package/schematics/generators/tab-scrollable/schema.js +2 -0
  154. package/schematics/generators/tab-scrollable/schema.json +125 -0
  155. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  156. package/schematics/generators/tab-vertical/index.js +8 -0
  157. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  158. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  159. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  160. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  161. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  162. package/schematics/generators/tab-vertical/schema.js +2 -0
  163. package/schematics/generators/tab-vertical/schema.json +125 -0
  164. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  165. package/schematics/generators/toolbar-alignment/index.js +8 -0
  166. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  167. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  168. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  169. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  170. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  171. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  172. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  173. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  174. package/schematics/generators/toolbar-extended/index.js +8 -0
  175. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  176. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  177. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  178. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  179. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  180. package/schematics/generators/toolbar-extended/schema.js +2 -0
  181. package/schematics/generators/toolbar-extended/schema.json +125 -0
  182. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  183. package/schematics/generators/toolbar-html-template/index.js +8 -0
  184. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  185. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  186. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  187. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  188. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  189. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  190. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  191. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  192. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  193. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  194. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  195. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  196. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  197. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  198. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  199. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  200. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  201. package/schematics/generators/toolbar-popup/index.js +8 -0
  202. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  203. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  204. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  205. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  206. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  207. package/schematics/generators/toolbar-popup/schema.js +2 -0
  208. package/schematics/generators/toolbar-popup/schema.json +125 -0
  209. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  210. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  211. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  212. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  213. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  214. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  215. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  216. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  217. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  218. package/schematics/generators/treeview-checkbox/index.d.ts +3 -0
  219. package/schematics/generators/treeview-checkbox/index.js +8 -0
  220. package/schematics/generators/treeview-checkbox/sample-details.d.ts +5 -0
  221. package/schematics/generators/treeview-checkbox/sample-details.js +7 -0
  222. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  223. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  224. package/schematics/generators/treeview-checkbox/schema.d.ts +3 -0
  225. package/schematics/generators/treeview-checkbox/schema.js +2 -0
  226. package/schematics/generators/treeview-checkbox/schema.json +125 -0
  227. package/schematics/generators/treeview-default/index.d.ts +3 -0
  228. package/schematics/generators/treeview-default/index.js +8 -0
  229. package/schematics/generators/treeview-default/sample-details.d.ts +5 -0
  230. package/schematics/generators/treeview-default/sample-details.js +7 -0
  231. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  232. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  233. package/schematics/generators/treeview-default/schema.d.ts +3 -0
  234. package/schematics/generators/treeview-default/schema.js +2 -0
  235. package/schematics/generators/treeview-default/schema.json +125 -0
  236. package/schematics/generators/treeview-draganddrop/index.d.ts +3 -0
  237. package/schematics/generators/treeview-draganddrop/index.js +8 -0
  238. package/schematics/generators/treeview-draganddrop/sample-details.d.ts +5 -0
  239. package/schematics/generators/treeview-draganddrop/sample-details.js +7 -0
  240. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  241. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  242. package/schematics/generators/treeview-draganddrop/schema.d.ts +3 -0
  243. package/schematics/generators/treeview-draganddrop/schema.js +2 -0
  244. package/schematics/generators/treeview-draganddrop/schema.json +125 -0
  245. package/schematics/generators/treeview-multiselection/index.d.ts +3 -0
  246. package/schematics/generators/treeview-multiselection/index.js +8 -0
  247. package/schematics/generators/treeview-multiselection/sample-details.d.ts +5 -0
  248. package/schematics/generators/treeview-multiselection/sample-details.js +7 -0
  249. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  250. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  251. package/schematics/generators/treeview-multiselection/schema.d.ts +3 -0
  252. package/schematics/generators/treeview-multiselection/schema.js +2 -0
  253. package/schematics/generators/treeview-multiselection/schema.json +125 -0
  254. package/schematics/generators/treeview-nodeediting/index.d.ts +3 -0
  255. package/schematics/generators/treeview-nodeediting/index.js +8 -0
  256. package/schematics/generators/treeview-nodeediting/sample-details.d.ts +5 -0
  257. package/schematics/generators/treeview-nodeediting/sample-details.js +7 -0
  258. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  259. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  260. package/schematics/generators/treeview-nodeediting/schema.d.ts +3 -0
  261. package/schematics/generators/treeview-nodeediting/schema.js +2 -0
  262. package/schematics/generators/treeview-nodeediting/schema.json +125 -0
  263. package/schematics/generators/treeview-remotedata/index.d.ts +3 -0
  264. package/schematics/generators/treeview-remotedata/index.js +8 -0
  265. package/schematics/generators/treeview-remotedata/sample-details.d.ts +5 -0
  266. package/schematics/generators/treeview-remotedata/sample-details.js +7 -0
  267. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  268. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  269. package/schematics/generators/treeview-remotedata/schema.d.ts +3 -0
  270. package/schematics/generators/treeview-remotedata/schema.js +2 -0
  271. package/schematics/generators/treeview-remotedata/schema.json +125 -0
  272. package/schematics/generators/treeview-treetemplate/index.d.ts +3 -0
  273. package/schematics/generators/treeview-treetemplate/index.js +8 -0
  274. package/schematics/generators/treeview-treetemplate/sample-details.d.ts +5 -0
  275. package/schematics/generators/treeview-treetemplate/sample-details.js +7 -0
  276. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  277. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
  278. package/schematics/generators/treeview-treetemplate/schema.d.ts +3 -0
  279. package/schematics/generators/treeview-treetemplate/schema.js +2 -0
  280. package/schematics/generators/treeview-treetemplate/schema.json +125 -0
  281. package/schematics/ng-add/index.d.ts +3 -0
  282. package/schematics/ng-add/index.js +9 -0
  283. package/schematics/ng-add/schema.d.ts +13 -0
  284. package/schematics/ng-add/schema.js +2 -0
  285. package/schematics/ng-add/schema.json +34 -0
  286. package/schematics/tsconfig.json +25 -0
  287. package/schematics/utils/lib-details.d.ts +4 -0
  288. package/schematics/utils/lib-details.js +6 -0
  289. package/schematics/utils/lib-details.ts +3 -3
  290. package/src/accordion/accordion.component.d.ts +2 -0
  291. package/src/appbar/appbar-all.module.d.ts +11 -0
  292. package/src/appbar/appbar.component.d.ts +32 -0
  293. package/src/appbar/appbar.module.d.ts +11 -0
  294. package/src/breadcrumb/breadcrumb.component.d.ts +2 -0
  295. package/src/carousel/carousel.component.d.ts +6 -1
  296. package/src/carousel/items.directive.d.ts +1 -0
  297. package/src/index.d.ts +3 -0
  298. package/src/menu/menu.component.d.ts +1 -0
  299. package/src/tab/items.directive.d.ts +9 -1
  300. package/src/toolbar/items.directive.d.ts +25 -16
  301. package/src/treeview/treeview.component.d.ts +3 -0
package/README.md CHANGED
@@ -1,194 +1,278 @@
1
- # ej2-angular-navigations
1
+ # Angular Navigation Components
2
2
 
3
- ![ej2-angular-navigations](https://ej2.syncfusion.com/products/images/navigations/readMe.gif)
3
+ ## What's Included in the Angular Navigation Package
4
4
 
5
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials).
5
+ The Angular Navigation package includes the following list of components.
6
6
 
7
- > A free [community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
7
+ ### Angular Accordion
8
8
 
9
- ## Setup
9
+ The [Angular Accordion](https://www.syncfusion.com/angular-components/angular-accordion?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is a container-based control with vertically collapsible panels (vertical accordion) and stacked headers that expand or collapse one or more panels at a time within the available space.
10
10
 
11
- To install `Navigations` and its dependent packages, use the following command.
11
+ <p align="center">
12
+ <a href="https://ej2.syncfusion.com/angular/documentation/accordion/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
13
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/accordion/default">Online demos</a> .
14
+ <a href="https://www.syncfusion.com/angular-components/angular-accordion?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
15
+ </p>
12
16
 
13
- ```sh
14
- npm install @syncfusion/ej2-angular-navigations
15
- ```
17
+ <p align="center">
18
+ <img alt="Angular Accordion Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-accordion.png">
19
+ </p>
16
20
 
17
- ## Components included
21
+ #### Key features
18
22
 
19
- Following list of components are available in the package
23
+ * [Rendering](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/accordion/default) - Can be rendered based on the items collection and HTML elements.
24
+ * [Expand mode](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/accordion/default) - Supports to define single or multiple expand mode for Accordion panels.
25
+ * RTL Support - Supports right-to-left alignment.
26
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/accordion/accessibility) - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Accordion by using keyboard shortcuts.
20
27
 
21
- * Accordion - Vertically collapsible content panel that displays one or more panels at a time within the available space.
28
+ ### Angular AppBar
22
29
 
23
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/accordion/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=accordion)
24
- * [API References](https://ej2.syncfusion.com/angular/documentation/accordion/api-accordion.html?utm_source=npm&utm_campaign=accordion)
25
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html)
26
- * [Product Page](https://www.syncfusion.com/products/angular/accordion)
30
+ The [Angular AppBar](https://www.syncfusion.com/angular-components/angular-appbar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
27
31
 
28
- * Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
32
+ <p align="center">
33
+ <a href="https://ej2.syncfusion.com/angular/documentation/appbar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
34
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/material/appbar/default">Online demos</a> .
35
+ <a href="https://www.syncfusion.com/angular-components/angular-appbar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
36
+ </p>
29
37
 
30
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
31
- * [API References](https://ej2.syncfusion.com/angular/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb)
32
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default)
33
- * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-breadcrumb)
38
+ <p align="center">
39
+ <img alt="Angular AppBar Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-appbar.PNG">
40
+ </p>
34
41
 
35
- * Carousel - The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
42
+ #### Key features
36
43
 
37
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/carousel/getting-started?lang=typescript&utm_source=npm&utm_campaign=carousel)
38
- * [API References](https://ej2.syncfusion.com/angular/documentation/api/carousel?utm_source=npm&utm_campaign=carousel)
39
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=carousel#/material/carousel/default)
40
- * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-carousel)
44
+ * [Modes](https://ej2.syncfusion.com/angular/documentation/appbar/size-and-color) - Regular, Prominent, and Dense modes that define the AppBar height.
45
+ * [Content arrangement](https://ej2.syncfusion.com/angular/documentation/appbar/design) - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
46
+ * [Color](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/appbar/color) - Primary, Light, Dark, and Inherit options to customize the AppBar color.
47
+ * [Position](https://ej2.syncfusion.com/angular/documentation/appbar/position) - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
41
48
 
42
- * ContextMenu - Graphical user interface that appears on the user right click/touch hold action. It has the support to provide nested level menu items.
49
+ ### Angular Breadcrumb
43
50
 
44
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/context-menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=context-menu)
45
- * [API References](https://ej2.syncfusion.com/angular/documentation/api/context-menu?utm_source=npm&utm_campaign=context-menu)
46
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=contextmenu#/material/context-menu/default)
47
- * [Product Page](https://www.syncfusion.com/angular-ui-components/context-menu)
51
+ The [Angular Breadcrumb](https://www.syncfusion.com/angular-components/angular-breadcrumb?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is a graphical user interface that serves as a navigation header for your web application or site. It helps to identify or highlight the current location within the hierarchical structure of a website. It has several built-in features such as templates, icons, binding to location, overflow mode, and UI customizations.
48
52
 
49
- * Sidebar - Expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
53
+ <p align="center">
54
+ <a href="https://ej2.syncfusion.com/angular/documentation/breadcrumb/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
55
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/material/breadcrumb/default">Online demos</a> .
56
+ <a href="https://www.syncfusion.com/angular-components/angular-breadcrumb?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
57
+ </p>
50
58
 
51
- * [Getting started](https://ej2.syncfusion.com/angular/documentation/sidebar/getting-started?lang=typescript&utm_source=npm&utm_campaign=sidebar#getting-started)
52
- * [API references](https://ej2.syncfusion.com/angular/documentation/api/sidebar?utm_source=npm&utm_campaign=sidebar)
53
- * [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=tab#/material/sidebar/default)
54
- * [Product page](https://www.syncfusion.com/products/angular-ui-components/sidebar)
59
+ <p align="center">
60
+ <img alt="Angular Breadcrumb Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-breadcrumb.png">
61
+ </p>
55
62
 
56
- * Tab - Content panel to show multiple contents in a specific space, one at a time.
63
+ #### Key features
57
64
 
58
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/tab/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=tab)
59
- * [API References](https://ej2.syncfusion.com/angular/documentation/tab/api-tab.html?utm_source=npm&utm_campaign=tab)
60
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=tab#/material/tab/default.html)
61
- * [Product Page](https://www.syncfusion.com/products/angular/tab)
65
+ * [Icons](https://ej2.syncfusion.com/angular/documentation/breadcrumb/icons) - Icons can be specified in Breadcrumb items.
66
+ * [Template](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/breadcrumb/template-and-customization) - Supports template for item and separator.
67
+ * [Bind to location](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/breadcrumb/bind-to-location) - Supports items to be rendered based on the URL or current location.
68
+ * [Overflow mode](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/breadcrumb/overflow-modes) - Used to limit the number of breadcrumb items to be displayed.
69
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/breadcrumb/accessibility) - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
62
70
 
63
- * Toolbar - Displays a group of command buttons arranged horizontally.
71
+ ### Angular Carousel
64
72
 
65
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/toolbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=toolbar)
66
- * [API References](https://ej2.syncfusion.com/angular/documentation/toolbar/api-toolbar.html?utm_source=npm&utm_campaign=toolbar)
67
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=toolbar#/material/toolbar/default.html)
68
- * [Product Page](https://www.syncfusion.com/products/angular/toolbar)
73
+ The [Angular Carousel](https://www.syncfusion.com/angular-components/angular-carousel?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
69
74
 
70
- * TreeView - Represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.
75
+ <p align="center">
76
+ <a href="https://ej2.syncfusion.com/angular/documentation/carousel/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
77
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/material/carousel/default">Online demos</a> .
78
+ <a href="https://www.syncfusion.com/angular-components/angular-carousel?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
79
+ </p>
71
80
 
72
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/treeview/getting-started.html?utm_source=npm&utm_campaign=treeview)
73
- * [API References](https://ej2.syncfusion.com/angular/documentation/api/treeview?utm_source=npm&utm_campaign=treeview)
74
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=treeview#/material/treeview/default)
75
- * [Product Page](https://www.syncfusion.com/angular-ui-components/treeview)
81
+ <p align="center">
82
+ <img alt="Angular Carousel Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-carousel.PNG">
83
+ </p>
76
84
 
77
- * Menu - Graphical user interface that serves as navigation header for your application or site. It has the support to provide nested level menu items that can be populated from a data source such as an array of JavaScript objects.
85
+ #### Key features
78
86
 
79
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=menu)
80
- * [API References](https://ej2.syncfusion.com/angular/documentation/api/menu?utm_source=npm&utm_campaign=menu)
81
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=menu#/material/menu/default)
82
- * [Product Page](https://www.syncfusion.com/angular-ui-components/menu)
87
+ * [Rendering](https://ej2.syncfusion.com/angular/documentation/carousel/populating-items) - The Carousel component can be rendered based on the items collection and data binding.
88
+ * [Animation](https://ej2.syncfusion.com/angular/documentation/carousel/animations-and-transitions) - Supports animation effects for moving previous/next item of Carousel.
89
+ * [Template support](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/carousel/templates) - The Carousel component items and buttons can also be rendered with custom templates.
90
+ * [Keyboard support](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/carousel/keyboard-navigation) - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
91
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/carousel/accessibility) - The Carousel provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.
83
92
 
84
- ## Supported Frameworks
93
+ ### Angular ContextMenu
85
94
 
86
- `Navigation` component is also offered in following list of frameworks.
95
+ The [Angular ContextMenu](https://www.syncfusion.com/angular-components/angular-context-menu?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is a graphical user interface control that appears when the user right-clicks or performs a touch and hold action.
87
96
 
88
- 1. [JavaScript](https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/navigations?utm_source=npm&utm_campaign=navigation)
89
- 2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation)
90
- 3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation)
91
- 4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/accordion)
92
- 5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/accordion)
93
- 6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/accordion)
97
+ <p align="center">
98
+ <a href="https://ej2.syncfusion.com/angular/documentation/context-menu/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
99
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/context-menu/default">Online demos</a> .
100
+ <a href="https://www.syncfusion.com/angular-components/angular-context-menu?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
101
+ </p>
94
102
 
95
- ## Use-case samples / Showcase samples
103
+ <p align="center">
104
+ <img alt="Angular ContextMenu Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-context-menu.png">
105
+ </p>
96
106
 
97
- Sidebar component is used in the following samples.
107
+ #### Key features
98
108
 
99
- * Expanse tracker ([Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/?utm_source=npm&utm_campaign=sidebar#/dashboard))
100
- * Web mail ([Source](https://github.com/syncfusion/ej2-showcase-angular-webmail), [Live Demo](https://ej2.syncfusion.com/showcase/angular/webmail/?utm_source=npm&utm_campaign=sidebar))
109
+ * [Separator](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/context-menu/default) - Supports menu items grouping by using the Separator.
110
+ * [Icons and Navigations](https://ej2.syncfusion.com/angular/documentation/context-menu/icons-and-navigation) - Supports items to have Icons and Navigation URL's.
111
+ * [Template and Multilevel nesting](https://ej2.syncfusion.com/angular/documentation/context-menu/templates) - Supports template and multilevel nesting in ContextMenu.
112
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/context-menu/accessibility) - Provided with built-in accessibility support that helps to access all the ContextMenu component features through the keyboard, screen readers, or other assistive technology devices.
101
113
 
102
- ## Key Features
114
+ ### Angular Sidebar
103
115
 
104
- ### Accordion
116
+ The [Angular Sidebar](https://www.syncfusion.com/angular-components/angular-sidebar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
105
117
 
106
- 1. **Rendering** - Can be rendered based on the items collection and HTML elements.
107
- 2. **Expand Mode** - Supports to define single or multiple expand mode for Accordion panels.
108
- 3. **RTL Support** - Supports right-to-left alignment.
109
- 4. **Accessibility** - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Accordion by using keyboard shortcuts.
118
+ <p align="center">
119
+ <a href="https://ej2.syncfusion.com/angular/documentation/sidebar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
120
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/sidebar/default">Online demos</a> .
121
+ <a href="https://www.syncfusion.com/angular-components/angular-sidebar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
122
+ </p>
110
123
 
111
- ### Breadcrumb
124
+ <p align="center">
125
+ <img alt="Angular Sidebar Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-sidebar.png">
126
+ </p>
112
127
 
113
- 1. **Icons** - Icons can be specified in Breadcrumb items.
114
- 2. **Template** - Supports template for item and separator.
115
- 3. **Bind To Location** - Supports items to be rendered based on the URL or current location.
116
- 4. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
117
- 5. **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
128
+ #### Key features
118
129
 
119
- ### Carousel
130
+ * [Target](https://ej2.syncfusion.com/angular/documentation/sidebar/custom-context) - The sidebar can be initialized in any HTML element other than the body element.
131
+ * [Types](https://ej2.syncfusion.com/angular/documentation/sidebar/types) - Provides complete control over the appearance of the sidebar component. The different types of the sidebar control give flexibility to view or hide the content (primary/secondary) over/above the main content by pushing, sliding, or overlaying it.
132
+ * [Left or right positions](https://ej2.syncfusion.com/angular/documentation/sidebar/types) - The sidebar control can be positioned to the left or right side of the main content area. This option allows placement of two sidebars in a page, at the left and right, to show primary content and secondary content, simultaneously.
133
+ * [Docking](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/sidebar/docking-sidebar) - Docking lets the sidebar occupy a small vertical area in a page always and typically contains shortened view of navigation options.
134
+ * [Auto close](https://ej2.syncfusion.com/angular/documentation/sidebar/auto-close) - Auto closing the sidebar control’s content allows the main content area to be more readable based on screen resolution.
120
135
 
121
- 1. **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
122
- 2. **Animation** - Supports animation effects for moving previous/next item of Carousel.
123
- 3. **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
124
- 4. **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
125
- 5. **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
136
+ ### Angular Tab
126
137
 
127
- ### ContextMenu
138
+ The [Angular Tab](https://www.syncfusion.com/angular-components/angular-tabs?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is a simple user interface (tabs UI) for organizing related content and occupying a compact space. The tabs are aligned horizontally, and each tab is associated with its header.
128
139
 
129
- 1. **Separator** - Supports menu items grouping by using the Separator.
130
- 2. **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
131
- 3. **Template and Multilevel Nesting** - Supports template and multilevel nesting in ContextMenu.
132
- 4. **Accessibility** - Provided with built-in accessibility support that helps to access all the ContextMenu component features through the keyboard, screen readers, or other assistive technology devices.
140
+ <p align="center">
141
+ <a href="https://ej2.syncfusion.com/angular/documentation/tab/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
142
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/tab/default">Online demos</a> .
143
+ <a href="https://www.syncfusion.com/angular-components/angular-tabs?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
144
+ </p>
133
145
 
134
- ### Toolbar
146
+ <p align="center">
147
+ <img alt="Angular Tab Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-tabs.png">
148
+ </p>
135
149
 
136
- 1. **Scrollable** - Scrollable display mode displays Toolbar commands in a single line with horizontal scrolling enabled when the commands overflow available space.
137
- 2. **Popup** - Popup display mode displays commands in the popup when the commands overflow available space.
138
- 3. **Template Support** - The Toolbar component can also be rendered based on the given HTML element aside from item based collection rendering.
139
- 4. **Keyboard Support** - By default, the Toolbar allows interaction with commands by using keyboard shortcuts.
140
- 5. **RTL Support** - The Toolbar supports right-to-left alignment.
141
- 6. **Accessibility** - The Toolbar provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.
150
+ #### Key features
142
151
 
143
- ### Tab
152
+ * [Rendering](https://ej2.syncfusion.com/angular/documentation/tab/adaptive) - Can be rendered based on the items collection and HTML elements.
153
+ * [Adaptive](https://ej2.syncfusion.com/angular/documentation/tab/adaptive) - Supports responsive rendering with scrollable Tabs and popup menu.
154
+ * [Customization](https://ej2.syncfusion.com/angular/documentation/tab/style) - Provides customization support for header with icons and orientation.
155
+ * [Animation](https://ej2.syncfusion.com/angular/documentation/tab/how-to/set-custom-animation) - Supports animation effects for moving previous/next contents of Tab.
156
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/tab/accessibility) - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Tab headers by using keyboard shortcuts.
144
157
 
145
- 1. **Rendering** - Can be rendered based on the items collection and HTML elements.
146
- 2. **Adaptive** - Supports responsive rendering with scrollable Tabs and popup menu.
147
- 3. **Customization** - Provides customization support for header with icons and orientation.
148
- 4. **Animation** - Supports animation effects for moving previous/next contents of Tab.
149
- 5. **Accessibility** - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Tab headers by using keyboard shortcuts.
158
+ ### Angular Toolbar
150
159
 
151
- ### Sidebar
160
+ The [Angular Toolbar](https://www.syncfusion.com/angular-components/angular-toolbar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is a feature-rich control that provides an interface for selecting a command from a collection of commands.
152
161
 
153
- 1. **Target** - The sidebar can be initialized in any HTML element other than the body element.
154
- 2. **Types** - Provides complete control over the appearance of the sidebar component. The different types of the sidebar control give flexibility to view or hide the content (primary/secondary) over/above the main content by pushing, sliding, or overlaying it.
155
- 3. **Left or right positions** - The sidebar control can be positioned to the left or right side of the main content area. This option allows placement of two sidebars in a page, at the left and right, to show primary content and secondary content, simultaneously.
156
- 4. **Docking** - Docking lets the sidebar occupy a small vertical area in a page always and typically contains shortened view of navigation options.
157
- 5. **Auto close** - Auto closing the sidebar control’s content allows the main content area to be more readable based on screen resolution.
162
+ <p align="center">
163
+ <a href="https://ej2.syncfusion.com/angular/documentation/toolbar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
164
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/toolbar/default">Online demos</a> .
165
+ <a href="https://www.syncfusion.com/angular-components/angular-toolbar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
166
+ </p>
158
167
 
159
- ### TreeView
168
+ <p align="center">
169
+ <img alt="Angular Toolbar Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-toolbar.png">
170
+ </p>
160
171
 
161
- 1. **Data Binding** - Binds the TreeView component with an array of JavaScript objects or DataManager.
162
- 2. **CheckBox** - Allows you to select more than one node in TreeView without affecting the UI appearance.
163
- 3. **Drag and Drop** - Allows you to drag and drop any node in TreeView.
164
- 4. **Multi Selection** - Allows you to select more than one node in TreeView.
165
- 5. **Node Editing** - Allows you to change the text of a node in TreeView.
166
- 6. **Sorting** - Allows display of the TreeView nodes in an ascending or a descending order.
167
- 7. **Template** - Allows you to customize the nodes in TreeView.
168
- 8. **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.
172
+ #### Key features
169
173
 
170
- ### Menu
174
+ * [Scrollable](https://ej2.syncfusion.com/angular/documentation/toolbar/responsive-mode#scrollable) - Scrollable display mode displays Toolbar commands in a single line with horizontal scrolling enabled when the commands overflow available space.
175
+ * [Popup](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/toolbar/popup) - Popup display mode displays commands in the popup when the commands overflow available space.
176
+ * [Template support](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/toolbar/template) - The Toolbar component can also be rendered based on the given HTML element aside from item based collection rendering.
177
+ * [Keyboard support](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/toolbar/keyboard-interaction) - By default, the Toolbar allows interaction with commands by using keyboard shortcuts.
178
+ * RTL Support - The Toolbar supports right-to-left alignment.
179
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/toolbar/accessibility) - The Toolbar provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.
171
180
 
172
- 1. **Rendering** - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
173
- 2. **Separator** - Supports menu items grouping by using the Separator.
174
- 3. **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
175
- 4. **Template and Multilevel Nesting** - Supports template and multilevel nesting in Menu.
176
- 5. **Accessibility** - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
181
+ ### Angular TreeView
177
182
 
178
- ## Support
183
+ The [Angular TreeView](https://www.syncfusion.com/angular-components/angular-treeview?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is a graphical user interface control that to represents hierarchical data in a tree structure.
184
+
185
+ <p align="center">
186
+ <a href="https://ej2.syncfusion.com/angular/documentation/treeview/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
187
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/treeview/default">Online demos</a> .
188
+ <a href="https://www.syncfusion.com/angular-components/angular-treeview?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
189
+ </p>
190
+
191
+ <p align="center">
192
+ <img alt="Angular TreeView Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-treeview.png">
193
+ </p>
194
+
195
+ #### Key features
196
+
197
+ * [Data binding](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/treeview/plain-data) - Binds the TreeView component with an array of JavaScript objects or DataManager.
198
+ * [CheckBox](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/treeview/treeview-checkbox) - Allows you to select more than one node in TreeView without affecting the UI appearance.
199
+ * [Drag and drop](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/treeview/drag-and-drop) - Allows you to drag and drop any node in TreeView.
200
+ * [Multi selection](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/treeview/multiple-selection) - Allows you to select more than one node in TreeView.
201
+ * [Node editing](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/treeview/node-editing) - Allows you to change the text of a node in TreeView.
202
+ * [Sorting](https://ej2.syncfusion.com/angular/documentation/treeview/how-to/sorting-treeview-level-wise) - Allows display of the TreeView nodes in an ascending or a descending order.
203
+ * [Template](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/treeview/template) - Allows you to customize the nodes in TreeView.
204
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/treeview/accessibility) - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.
205
+
206
+ ### Angular Menu
207
+
208
+ The [Angular Menu](https://www.syncfusion.com/angular-components/angular-menu-bar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm) component is a graphical user interface control that serves as a navigation header for your web application or site. It supports data binding, templates, icons, multilevel nesting, and horizontal and vertical menus.
209
+
210
+ <p align="center">
211
+ <a href="https://ej2.syncfusion.com/angular/documentation/menu/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Getting Started</a> .
212
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/menu/default">Online demos</a> .
213
+ <a href="https://www.syncfusion.com/angular-components/angular-menu-bar?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm">Learn more</a>
214
+ </p>
215
+
216
+ <p align="center">
217
+ <img alt="Angular Menu Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-menu-bar.png">
218
+ </p>
219
+
220
+ #### Key features
221
+
222
+ * [Rendering](https://ej2.syncfusion.com/angular/documentation/menu/getting-started) - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
223
+ * [Separator](https://ej2.syncfusion.com/angular/documentation/menu/getting-started#group-menu-items-with-separator) - Supports menu items grouping by using the Separator.
224
+ * [Icons and Navigations](https://ej2.syncfusion.com/angular/documentation/menu/icons-and-sub-menu-items) - Supports items to have Icons and Navigation URL's.
225
+ * [Template and Multilevel nesting](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/menu/template) - Supports template and multilevel nesting in Menu.
226
+ * [Hamburger Menu](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm#/bootstrap5/menu/hamburger-mode) - Supports Hamburger Menu that provides an adaptive view.
227
+ * [Accessibility](https://ej2.syncfusion.com/angular/documentation/menu/accessibility) - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
228
+
229
+ <p align="center">
230
+ Trusted by the world's leading companies
231
+ <a href="https://www.syncfusion.com/">
232
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
233
+ </a>
234
+ </p>
179
235
 
180
- Product support is available for through following mediums.
236
+ ## Setup
237
+
238
+ To install `navigations` and its dependent packages, use the following command.
239
+
240
+ ```sh
241
+ npm install @syncfusion/ej2-angular-navigations
242
+ ```
243
+
244
+ ## Supported frameworks
245
+
246
+ Navigation components are also offered in following list of frameworks.
181
247
 
182
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=navigation) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=navigation).
183
- * New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new).
184
- * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=navigation) with tag `syncfusion` and `ej2`.
248
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
249
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
185
250
 
186
- ## License
251
+ ## Showcase samples
187
252
 
188
- Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=navigation).
253
+ * Expanse Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/?utm_source=npm&utm_campaign=sidebar#/dashboard)
254
+ * Web Mail - [Source](https://github.com/syncfusion/ej2-showcase-angular-webmail), [Live Demo](https://ej2.syncfusion.com/showcase/angular/webmail/?utm_source=npm&utm_campaign=sidebar)
255
+
256
+ ## Support
257
+
258
+ Product support is available through following mediums.
259
+
260
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
261
+ * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm)
262
+ * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
263
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm)
264
+ * Live chat
189
265
 
190
266
  ## Changelog
191
267
 
192
- Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation)
268
+ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
269
+
270
+ ## License and copyright
271
+
272
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
273
+
274
+ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
275
+
276
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=navigation) for more info.
193
277
 
194
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
278
+ &copy; Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -74,4 +74,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
74
74
  type: ContentChild,
75
75
  args: ['itemTemplate']
76
76
  }] } });
77
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBcUQsdUJBQXVCLEVBQTRCLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5SixPQUFPLEVBQUUsYUFBYSxFQUFFLGVBQWUsRUFBdUQsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0ksT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFFNUQsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFhLENBQUMsV0FBVyxFQUFDLFlBQVksRUFBQyxxQkFBcUIsRUFBQyxtQkFBbUIsRUFBQyxXQUFXLEVBQUMsWUFBWSxFQUFDLGlCQUFpQixFQUFDLGdCQUFnQixFQUFDLFFBQVEsRUFBQyxjQUFjLEVBQUMsT0FBTyxFQUFDLFFBQVEsRUFBQyxPQUFPLENBQUMsQ0FBQztBQUNsTixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxTQUFTLEVBQUMsU0FBUyxFQUFDLFdBQVcsRUFBQyxVQUFVLEVBQUMsV0FBVyxFQUFDLHVCQUF1QixDQUFDLENBQUM7QUFDbEgsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsaUJBQWlCLENBQUMsQ0FBQztBQUVyRDs7Ozs7R0FLRztJQVlVLGtCQUFrQixTQUFsQixrQkFBbUIsU0FBUSxTQUFTO0lBMEI3QyxZQUFvQixLQUFpQixFQUFVLFNBQW9CLEVBQVUsZ0JBQWlDLEVBQVUsUUFBa0I7UUFDdEksS0FBSyxFQUFFLENBQUM7UUFEUSxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBVztRQUFVLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFVO1FBaEJuSSxTQUFJLEdBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQWtCOUIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGdCQUFnQixHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTSxxQkFBcUI7UUFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUM5QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEQsQ0FBQztDQUlKLENBQUE7K0dBeERZLGtCQUFrQjttR0FBbEIsa0JBQWtCLHN6QkFKTSx1QkFBdUIsdUVBSDlDLHdDQUF3QztBQXdCbEQ7SUFEQyxRQUFRLEVBQUU7MERBQ2dCO0FBTzNCO0lBREMsUUFBUSxFQUFFO3dEQUNjO0FBeEJoQixrQkFBa0I7SUFEOUIsZUFBZSxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUM7R0FDcEIsa0JBQWtCLENBd0Q5QjtTQXhEWSxrQkFBa0I7MkZBQWxCLGtCQUFrQjtrQkFYOUIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsZUFBZTtvQkFDekIsTUFBTSxFQUFFLE1BQU07b0JBQ2QsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLFFBQVEsRUFBRSx3Q0FBd0M7b0JBQ2xELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxPQUFPLEVBQUU7d0JBQ0wsVUFBVSxFQUFFLElBQUksWUFBWSxDQUFDLHVCQUF1QixDQUFDO3FCQUN4RDtpQkFDSjsrS0FtQlUsY0FBYztzQkFGcEIsWUFBWTt1QkFBQyxnQkFBZ0I7Z0JBU3ZCLFlBQVk7c0JBRmxCLFlBQVk7dUJBQUMsY0FBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFF1ZXJ5TGlzdCwgVmFsdWVQcm92aWRlciwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBDb21wb25lbnRNaXhpbnMsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IEFjY29yZGlvbiB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1uYXZpZ2F0aW9ucyc7XG5pbXBvcnQgeyBUZW1wbGF0ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgQWNjb3JkaW9uSXRlbXNEaXJlY3RpdmUgfSBmcm9tICcuL2l0ZW1zLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCBjb25zdCBpbnB1dHM6IHN0cmluZ1tdID0gWydhbmltYXRpb24nLCdkYXRhU291cmNlJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnZXhwYW5kTW9kZScsJ2V4cGFuZGVkSW5kaWNlcycsJ2hlYWRlclRlbXBsYXRlJywnaGVpZ2h0JywnaXRlbVRlbXBsYXRlJywnaXRlbXMnLCdsb2NhbGUnLCd3aWR0aCddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydjbGlja2VkJywnY3JlYXRlZCcsJ2Rlc3Ryb3llZCcsJ2V4cGFuZGVkJywnZXhwYW5kaW5nJywnZXhwYW5kZWRJbmRpY2VzQ2hhbmdlJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJ2V4cGFuZGVkSW5kaWNlcyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgQWNjb3JkaW9uIENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxlanMtYWNjb3JkaW9uPjwvZWpzLWFjY29yZGlvbj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1hY2NvcmRpb24nLFxuICAgIGlucHV0czogaW5wdXRzLFxuICAgIG91dHB1dHM6IG91dHB1dHMsXG4gICAgdGVtcGxhdGU6IGA8bmctY29udGVudCBzZWxlY3Q9J2Rpdic+PC9uZy1jb250ZW50PmAsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZEl0ZW1zOiBuZXcgQ29udGVudENoaWxkKEFjY29yZGlvbkl0ZW1zRGlyZWN0aXZlKVxuICAgIH1cbn0pXG5AQ29tcG9uZW50TWl4aW5zKFtDb21wb25lbnRCYXNlXSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25Db21wb25lbnQgZXh0ZW5kcyBBY2NvcmRpb24gaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGNvbnRhaW5lckNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0Y2xpY2tlZDogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdGRlc3Ryb3llZDogYW55O1xuXHRleHBhbmRlZDogYW55O1xuXHRleHBhbmRpbmc6IGFueTtcblx0cHVibGljIGV4cGFuZGVkSW5kaWNlc0NoYW5nZTogYW55O1xuICAgIHB1YmxpYyBjaGlsZEl0ZW1zOiBRdWVyeUxpc3Q8QWNjb3JkaW9uSXRlbXNEaXJlY3RpdmU+O1xuICAgIHB1YmxpYyB0YWdzOiBzdHJpbmdbXSA9IFsnaXRlbXMnXTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBoZWFkZXIgdGl0bGUgdGVtcGxhdGUgb3B0aW9uIGZvciBhY2NvcmRpb24gaXRlbXMuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ2hlYWRlclRlbXBsYXRlJylcbiAgICBAVGVtcGxhdGUoKVxuICAgIHB1YmxpYyBoZWFkZXJUZW1wbGF0ZTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTcGVjaWZpZXMgdGhlIHRlbXBsYXRlIG9wdGlvbiBmb3IgYWNjb3JkaW9uIGl0ZW1zLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKi9cbiAgICBAQ29udGVudENoaWxkKCdpdGVtVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGl0ZW1UZW1wbGF0ZTogYW55O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnRhZ09iamVjdHNbMF0uaW5zdGFuY2UgPSB0aGlzLmNoaWxkSXRlbXM7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0=
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBcUQsdUJBQXVCLEVBQTRCLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5SixPQUFPLEVBQUUsYUFBYSxFQUFFLGVBQWUsRUFBdUQsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0ksT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFFNUQsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFhLENBQUMsV0FBVyxFQUFDLFlBQVksRUFBQyxxQkFBcUIsRUFBQyxtQkFBbUIsRUFBQyxXQUFXLEVBQUMsWUFBWSxFQUFDLGlCQUFpQixFQUFDLGdCQUFnQixFQUFDLFFBQVEsRUFBQyxjQUFjLEVBQUMsT0FBTyxFQUFDLFFBQVEsRUFBQyxPQUFPLENBQUMsQ0FBQztBQUNsTixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxTQUFTLEVBQUMsU0FBUyxFQUFDLFdBQVcsRUFBQyxVQUFVLEVBQUMsV0FBVyxFQUFDLHVCQUF1QixDQUFDLENBQUM7QUFDbEgsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsaUJBQWlCLENBQUMsQ0FBQztBQUVyRDs7Ozs7R0FLRztJQVlVLGtCQUFrQixTQUFsQixrQkFBbUIsU0FBUSxTQUFTO0lBNEI3QyxZQUFvQixLQUFpQixFQUFVLFNBQW9CLEVBQVUsZ0JBQWlDLEVBQVUsUUFBa0I7UUFDdEksS0FBSyxFQUFFLENBQUM7UUFEUSxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBVztRQUFVLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFVO1FBbEJuSSxTQUFJLEdBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQW9COUIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGdCQUFnQixHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTSxxQkFBcUI7UUFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUM5QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEQsQ0FBQztDQUlKLENBQUE7K0dBMURZLGtCQUFrQjttR0FBbEIsa0JBQWtCLHN6QkFKTSx1QkFBdUIsdUVBSDlDLHdDQUF3QztBQXlCbEQ7SUFEQyxRQUFRLEVBQUU7MERBQ2dCO0FBUTNCO0lBREMsUUFBUSxFQUFFO3dEQUNjO0FBMUJoQixrQkFBa0I7SUFEOUIsZUFBZSxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUM7R0FDcEIsa0JBQWtCLENBMEQ5QjtTQTFEWSxrQkFBa0I7MkZBQWxCLGtCQUFrQjtrQkFYOUIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsZUFBZTtvQkFDekIsTUFBTSxFQUFFLE1BQU07b0JBQ2QsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLFFBQVEsRUFBRSx3Q0FBd0M7b0JBQ2xELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxPQUFPLEVBQUU7d0JBQ0wsVUFBVSxFQUFFLElBQUksWUFBWSxDQUFDLHVCQUF1QixDQUFDO3FCQUN4RDtpQkFDSjsrS0FvQlUsY0FBYztzQkFGcEIsWUFBWTt1QkFBQyxnQkFBZ0I7Z0JBVXZCLFlBQVk7c0JBRmxCLFlBQVk7dUJBQUMsY0FBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFF1ZXJ5TGlzdCwgVmFsdWVQcm92aWRlciwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBDb21wb25lbnRNaXhpbnMsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IEFjY29yZGlvbiB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1uYXZpZ2F0aW9ucyc7XG5pbXBvcnQgeyBUZW1wbGF0ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgQWNjb3JkaW9uSXRlbXNEaXJlY3RpdmUgfSBmcm9tICcuL2l0ZW1zLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCBjb25zdCBpbnB1dHM6IHN0cmluZ1tdID0gWydhbmltYXRpb24nLCdkYXRhU291cmNlJywnZW5hYmxlSHRtbFNhbml0aXplcicsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnZXhwYW5kTW9kZScsJ2V4cGFuZGVkSW5kaWNlcycsJ2hlYWRlclRlbXBsYXRlJywnaGVpZ2h0JywnaXRlbVRlbXBsYXRlJywnaXRlbXMnLCdsb2NhbGUnLCd3aWR0aCddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydjbGlja2VkJywnY3JlYXRlZCcsJ2Rlc3Ryb3llZCcsJ2V4cGFuZGVkJywnZXhwYW5kaW5nJywnZXhwYW5kZWRJbmRpY2VzQ2hhbmdlJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJ2V4cGFuZGVkSW5kaWNlcyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgQWNjb3JkaW9uIENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxlanMtYWNjb3JkaW9uPjwvZWpzLWFjY29yZGlvbj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1hY2NvcmRpb24nLFxuICAgIGlucHV0czogaW5wdXRzLFxuICAgIG91dHB1dHM6IG91dHB1dHMsXG4gICAgdGVtcGxhdGU6IGA8bmctY29udGVudCBzZWxlY3Q9J2Rpdic+PC9uZy1jb250ZW50PmAsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZEl0ZW1zOiBuZXcgQ29udGVudENoaWxkKEFjY29yZGlvbkl0ZW1zRGlyZWN0aXZlKVxuICAgIH1cbn0pXG5AQ29tcG9uZW50TWl4aW5zKFtDb21wb25lbnRCYXNlXSlcbmV4cG9ydCBjbGFzcyBBY2NvcmRpb25Db21wb25lbnQgZXh0ZW5kcyBBY2NvcmRpb24gaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGNvbnRhaW5lckNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0Y2xpY2tlZDogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdGRlc3Ryb3llZDogYW55O1xuXHRleHBhbmRlZDogYW55O1xuXHRleHBhbmRpbmc6IGFueTtcblx0cHVibGljIGV4cGFuZGVkSW5kaWNlc0NoYW5nZTogYW55O1xuICAgIHB1YmxpYyBjaGlsZEl0ZW1zOiBRdWVyeUxpc3Q8QWNjb3JkaW9uSXRlbXNEaXJlY3RpdmU+O1xuICAgIHB1YmxpYyB0YWdzOiBzdHJpbmdbXSA9IFsnaXRlbXMnXTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBoZWFkZXIgdGl0bGUgdGVtcGxhdGUgb3B0aW9uIGZvciBhY2NvcmRpb24gaXRlbXMuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ2hlYWRlclRlbXBsYXRlJylcbiAgICBAVGVtcGxhdGUoKVxuICAgIHB1YmxpYyBoZWFkZXJUZW1wbGF0ZTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTcGVjaWZpZXMgdGhlIHRlbXBsYXRlIG9wdGlvbiBmb3IgYWNjb3JkaW9uIGl0ZW1zLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKiBAYXNwdHlwZSBzdHJpbmdcbiAgICAgKi9cbiAgICBAQ29udGVudENoaWxkKCdpdGVtVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGl0ZW1UZW1wbGF0ZTogYW55O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnRhZ09iamVjdHNbMF0uaW5zdGFuY2UgPSB0aGlzLmNoaWxkSXRlbXM7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0=
@@ -0,0 +1,23 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { AppBarModule } from './appbar.module';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * NgModule definition for the AppBar component with providers.
7
+ */
8
+ export class AppBarAllModule {
9
+ }
10
+ AppBarAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ AppBarAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, imports: [CommonModule, AppBarModule], exports: [AppBarModule] });
12
+ AppBarAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, providers: [], imports: [[CommonModule, AppBarModule], AppBarModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ imports: [CommonModule, AppBarModule],
17
+ exports: [
18
+ AppBarModule
19
+ ],
20
+ providers: []
21
+ }]
22
+ }] });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwYmFyLWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwYmFyL2FwcGJhci1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTS9DOztHQUVHO0FBVUgsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxZQVJkLFlBQVksRUFBRSxZQUFZLGFBRWhDLFlBQVk7NkdBTVAsZUFBZSxhQUpkLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUMsRUFFakMsWUFBWTsyRkFNUCxlQUFlO2tCQVQzQixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUM7b0JBQ3JDLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3FCQUNmO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBcHBCYXJDb21wb25lbnQgfSBmcm9tICcuL2FwcGJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQXBwQmFyTW9kdWxlIH0gZnJvbSAnLi9hcHBiYXIubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBBcHBCYXIgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEFwcEJhck1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBBcHBCYXJNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgQXBwQmFyQWxsTW9kdWxlIHsgfSJdfQ==
@@ -0,0 +1,59 @@
1
+ import { __decorate } from "tslib";
2
+ import { Component, ChangeDetectionStrategy } from '@angular/core';
3
+ import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
4
+ import { AppBar } from '@syncfusion/ej2-navigations';
5
+ import * as i0 from "@angular/core";
6
+ export const inputs = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
7
+ export const outputs = ['created', 'destroyed'];
8
+ export const twoWays = [''];
9
+ /**
10
+ * Represents the Essential JS 2 Angular AppBar Component.
11
+ * ```html
12
+ * <ejs-appbar></ejs-appbar>
13
+ * ```
14
+ */
15
+ let AppBarComponent = class AppBarComponent extends AppBar {
16
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
17
+ super();
18
+ this.ngEle = ngEle;
19
+ this.srenderer = srenderer;
20
+ this.viewContainerRef = viewContainerRef;
21
+ this.injector = injector;
22
+ this.element = this.ngEle.nativeElement;
23
+ this.injectedModules = this.injectedModules || [];
24
+ this.registerEvents(outputs);
25
+ this.addTwoWay.call(this, twoWays);
26
+ setValue('currentInstance', this, this.viewContainerRef);
27
+ this.containerContext = new ComponentBase();
28
+ }
29
+ ngOnInit() {
30
+ this.containerContext.ngOnInit(this);
31
+ }
32
+ ngAfterViewInit() {
33
+ this.containerContext.ngAfterViewInit(this);
34
+ }
35
+ ngOnDestroy() {
36
+ this.containerContext.ngOnDestroy(this);
37
+ }
38
+ ngAfterContentChecked() {
39
+ this.containerContext.ngAfterContentChecked(this);
40
+ }
41
+ };
42
+ AppBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
43
+ AppBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: AppBarComponent, selector: "ejs-appbar", inputs: { colorMode: "colorMode", cssClass: "cssClass", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", isSticky: "isSticky", locale: "locale", mode: "mode", position: "position" }, outputs: { created: "created", destroyed: "destroyed" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
44
+ AppBarComponent = __decorate([
45
+ ComponentMixins([ComponentBase])
46
+ ], AppBarComponent);
47
+ export { AppBarComponent };
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarComponent, decorators: [{
49
+ type: Component,
50
+ args: [{
51
+ selector: 'ejs-appbar',
52
+ inputs: inputs,
53
+ outputs: outputs,
54
+ template: `<ng-content ></ng-content>`,
55
+ changeDetection: ChangeDetectionStrategy.OnPush,
56
+ queries: {}
57
+ }]
58
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
59
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHBiYXIvYXBwYmFyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBcUQsdUJBQXVCLEVBQTRCLE1BQU0sZUFBZSxDQUFDO0FBQ2hKLE9BQU8sRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUF1RCxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM3SSxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBSXJELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLFdBQVcsRUFBQyxVQUFVLEVBQUMsbUJBQW1CLEVBQUMsV0FBVyxFQUFDLGdCQUFnQixFQUFDLFVBQVUsRUFBQyxRQUFRLEVBQUMsTUFBTSxFQUFDLFVBQVUsQ0FBQyxDQUFDO0FBQ2hKLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLFNBQVMsRUFBQyxXQUFXLENBQUMsQ0FBQztBQUN6RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxFQUFFLENBQUMsQ0FBQztBQUV0Qzs7Ozs7R0FLRztJQVlVLGVBQWUsU0FBZixlQUFnQixTQUFRLE1BQU07SUFRdkMsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUV0SSxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsZ0JBQWdCLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNqRCxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVNLHFCQUFxQjtRQUV4QixJQUFJLENBQUMsZ0JBQWdCLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEQsQ0FBQztDQUlKLENBQUE7NEdBdENZLGVBQWU7Z0dBQWYsZUFBZSwwV0FQZCw0QkFBNEI7QUFPN0IsZUFBZTtJQUQzQixlQUFlLENBQUMsQ0FBQyxhQUFhLENBQUMsQ0FBQztHQUNwQixlQUFlLENBc0MzQjtTQXRDWSxlQUFlOzJGQUFmLGVBQWU7a0JBWDNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLFlBQVk7b0JBQ3RCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsNEJBQTRCO29CQUN0QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLEVBRVI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBRdWVyeUxpc3QsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIENvbXBvbmVudE1peGlucywgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgQXBwQmFyIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLW5hdmlnYXRpb25zJztcblxuXG5cbmV4cG9ydCBjb25zdCBpbnB1dHM6IHN0cmluZ1tdID0gWydjb2xvck1vZGUnLCdjc3NDbGFzcycsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnaHRtbEF0dHJpYnV0ZXMnLCdpc1N0aWNreScsJ2xvY2FsZScsJ21vZGUnLCdwb3NpdGlvbiddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydjcmVhdGVkJywnZGVzdHJveWVkJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEVzc2VudGlhbCBKUyAyIEFuZ3VsYXIgQXBwQmFyIENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxlanMtYXBwYmFyPjwvZWpzLWFwcGJhcj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1hcHBiYXInLFxuICAgIGlucHV0czogaW5wdXRzLFxuICAgIG91dHB1dHM6IG91dHB1dHMsXG4gICAgdGVtcGxhdGU6IGA8bmctY29udGVudCA+PC9uZy1jb250ZW50PmAsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIEFwcEJhckNvbXBvbmVudCBleHRlbmRzIEFwcEJhciBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgY29udGFpbmVyQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdHB1YmxpYyBkZXN0cm95ZWQ6IGFueTtcblxuXG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5lbGVtZW50ID0gdGhpcy5uZ0VsZS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcyA9IHRoaXMuaW5qZWN0ZWRNb2R1bGVzIHx8IFtdO1xuXG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuYWRkVHdvV2F5LmNhbGwodGhpcywgdHdvV2F5cyk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQgID0gbmV3IENvbXBvbmVudEJhc2UoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uSW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlclZpZXdJbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nT25EZXN0cm95KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyQ29udGVudENoZWNrZWQoKTogdm9pZCB7XG4gICAgICAgIFxuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19