@syncfusion/ej2-angular-navigations 20.2.38 → 20.2.39-ngcc

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