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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (834) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1508 -1
  6. package/README.md +226 -112
  7. package/dist/ej2-angular-navigations.umd.js +2106 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +2 -10
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +14 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +133 -156
  14. package/postinstall/tagchange.js +18 -0
  15. package/{index.d.ts → public_api.d.ts} +0 -3
  16. package/schematics/collection.json +107 -7
  17. package/schematics/generators/accordion-default/index.d.ts +3 -0
  18. package/schematics/generators/accordion-default/index.js +8 -0
  19. package/schematics/generators/accordion-default/index.ts +8 -0
  20. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  21. package/schematics/generators/accordion-default/sample-details.js +7 -0
  22. package/schematics/generators/accordion-default/sample-details.ts +5 -0
  23. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  24. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  25. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  26. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  27. package/schematics/generators/accordion-default/schema.js +2 -0
  28. package/schematics/generators/accordion-default/schema.json +125 -0
  29. package/schematics/generators/accordion-default/schema.ts +3 -0
  30. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  31. package/schematics/generators/accordion-html-template/index.js +8 -0
  32. package/schematics/generators/accordion-html-template/index.ts +8 -0
  33. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  34. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  35. package/schematics/generators/accordion-html-template/sample-details.ts +5 -0
  36. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  37. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  38. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  39. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  40. package/schematics/generators/accordion-html-template/schema.js +2 -0
  41. package/schematics/generators/accordion-html-template/schema.json +125 -0
  42. package/schematics/generators/accordion-html-template/schema.ts +3 -0
  43. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  44. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  45. package/schematics/generators/accordion-multiple-expand/index.ts +8 -0
  46. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  47. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  48. package/schematics/generators/accordion-multiple-expand/sample-details.ts +5 -0
  49. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  50. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  51. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  52. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  53. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  54. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  55. package/schematics/generators/accordion-multiple-expand/schema.ts +3 -0
  56. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  57. package/schematics/generators/accordion-nested/index.js +8 -0
  58. package/schematics/generators/accordion-nested/index.ts +8 -0
  59. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  60. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  61. package/schematics/generators/accordion-nested/sample-details.ts +5 -0
  62. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  63. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  64. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  65. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  66. package/schematics/generators/accordion-nested/schema.js +2 -0
  67. package/schematics/generators/accordion-nested/schema.json +125 -0
  68. package/schematics/generators/accordion-nested/schema.ts +3 -0
  69. package/schematics/generators/contextmenu-default/index.ts +8 -0
  70. package/schematics/generators/contextmenu-default/sample-details.ts +5 -0
  71. package/schematics/generators/contextmenu-default/schema.json +3 -2
  72. package/schematics/generators/contextmenu-default/schema.ts +3 -0
  73. package/schematics/generators/menu-default/index.ts +8 -0
  74. package/schematics/generators/menu-default/sample-details.ts +5 -0
  75. package/schematics/generators/menu-default/schema.json +3 -2
  76. package/schematics/generators/menu-default/schema.ts +3 -0
  77. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  78. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  79. package/schematics/generators/sidebar-backdrop/index.ts +8 -0
  80. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  81. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  82. package/schematics/generators/sidebar-backdrop/sample-details.ts +5 -0
  83. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  84. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  85. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +29 -0
  86. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  87. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  88. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  89. package/schematics/generators/sidebar-backdrop/schema.ts +3 -0
  90. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  91. package/schematics/generators/sidebar-dock/index.js +8 -0
  92. package/schematics/generators/sidebar-dock/index.ts +8 -0
  93. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  94. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  95. package/schematics/generators/sidebar-dock/sample-details.ts +5 -0
  96. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  97. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  98. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  99. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  100. package/schematics/generators/sidebar-dock/schema.js +2 -0
  101. package/schematics/generators/sidebar-dock/schema.json +125 -0
  102. package/schematics/generators/sidebar-dock/schema.ts +3 -0
  103. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  104. package/schematics/generators/sidebar-target/index.js +8 -0
  105. package/schematics/generators/sidebar-target/index.ts +8 -0
  106. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  107. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  108. package/schematics/generators/sidebar-target/sample-details.ts +5 -0
  109. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  110. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  111. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  112. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  113. package/schematics/generators/sidebar-target/schema.js +2 -0
  114. package/schematics/generators/sidebar-target/schema.json +125 -0
  115. package/schematics/generators/sidebar-target/schema.ts +3 -0
  116. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  117. package/schematics/generators/sidebar-types/index.js +8 -0
  118. package/schematics/generators/sidebar-types/index.ts +8 -0
  119. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  120. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  121. package/schematics/generators/sidebar-types/sample-details.ts +5 -0
  122. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  123. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  124. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -0
  125. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  126. package/schematics/generators/sidebar-types/schema.js +2 -0
  127. package/schematics/generators/sidebar-types/schema.json +125 -0
  128. package/schematics/generators/sidebar-types/schema.ts +3 -0
  129. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  130. package/schematics/generators/tab-html-template/index.js +8 -0
  131. package/schematics/generators/tab-html-template/index.ts +8 -0
  132. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  133. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  134. package/schematics/generators/tab-html-template/sample-details.ts +5 -0
  135. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  136. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  137. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  138. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  139. package/schematics/generators/tab-html-template/schema.js +2 -0
  140. package/schematics/generators/tab-html-template/schema.json +125 -0
  141. package/schematics/generators/tab-html-template/schema.ts +3 -0
  142. package/schematics/generators/tab-icon/index.d.ts +3 -0
  143. package/schematics/generators/tab-icon/index.js +8 -0
  144. package/schematics/generators/tab-icon/index.ts +8 -0
  145. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  146. package/schematics/generators/tab-icon/sample-details.js +7 -0
  147. package/schematics/generators/tab-icon/sample-details.ts +5 -0
  148. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  149. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  150. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +17 -0
  151. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  152. package/schematics/generators/tab-icon/schema.js +2 -0
  153. package/schematics/generators/tab-icon/schema.json +125 -0
  154. package/schematics/generators/tab-icon/schema.ts +3 -0
  155. package/schematics/generators/tab-nested/index.d.ts +3 -0
  156. package/schematics/generators/tab-nested/index.js +8 -0
  157. package/schematics/generators/tab-nested/index.ts +8 -0
  158. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  159. package/schematics/generators/tab-nested/sample-details.js +7 -0
  160. package/schematics/generators/tab-nested/sample-details.ts +5 -0
  161. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  162. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  163. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  164. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  165. package/schematics/generators/tab-nested/schema.js +2 -0
  166. package/schematics/generators/tab-nested/schema.json +125 -0
  167. package/schematics/generators/tab-nested/schema.ts +3 -0
  168. package/schematics/generators/tab-popup/index.d.ts +3 -0
  169. package/schematics/generators/tab-popup/index.js +8 -0
  170. package/schematics/generators/tab-popup/index.ts +8 -0
  171. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  172. package/schematics/generators/tab-popup/sample-details.js +7 -0
  173. package/schematics/generators/tab-popup/sample-details.ts +5 -0
  174. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  175. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  176. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  177. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  178. package/schematics/generators/tab-popup/schema.js +2 -0
  179. package/schematics/generators/tab-popup/schema.json +125 -0
  180. package/schematics/generators/tab-popup/schema.ts +3 -0
  181. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  182. package/schematics/generators/tab-scrollable/index.js +8 -0
  183. package/schematics/generators/tab-scrollable/index.ts +8 -0
  184. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  185. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  186. package/schematics/generators/tab-scrollable/sample-details.ts +5 -0
  187. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  188. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  189. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  190. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  191. package/schematics/generators/tab-scrollable/schema.js +2 -0
  192. package/schematics/generators/tab-scrollable/schema.json +125 -0
  193. package/schematics/generators/tab-scrollable/schema.ts +3 -0
  194. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  195. package/schematics/generators/tab-vertical/index.js +8 -0
  196. package/schematics/generators/tab-vertical/index.ts +8 -0
  197. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  198. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  199. package/schematics/generators/tab-vertical/sample-details.ts +5 -0
  200. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  201. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  202. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  203. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  204. package/schematics/generators/tab-vertical/schema.js +2 -0
  205. package/schematics/generators/tab-vertical/schema.json +125 -0
  206. package/schematics/generators/tab-vertical/schema.ts +3 -0
  207. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  208. package/schematics/generators/toolbar-alignment/index.js +8 -0
  209. package/schematics/generators/toolbar-alignment/index.ts +8 -0
  210. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  211. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  212. package/schematics/generators/toolbar-alignment/sample-details.ts +5 -0
  213. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  214. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  215. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  216. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  217. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  218. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  219. package/schematics/generators/toolbar-alignment/schema.ts +3 -0
  220. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  221. package/schematics/generators/toolbar-extended/index.js +8 -0
  222. package/schematics/generators/toolbar-extended/index.ts +8 -0
  223. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  224. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  225. package/schematics/generators/toolbar-extended/sample-details.ts +5 -0
  226. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  227. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  228. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  229. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  230. package/schematics/generators/toolbar-extended/schema.js +2 -0
  231. package/schematics/generators/toolbar-extended/schema.json +125 -0
  232. package/schematics/generators/toolbar-extended/schema.ts +3 -0
  233. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  234. package/schematics/generators/toolbar-html-template/index.js +8 -0
  235. package/schematics/generators/toolbar-html-template/index.ts +8 -0
  236. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  237. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  238. package/schematics/generators/toolbar-html-template/sample-details.ts +5 -0
  239. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  240. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  241. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  242. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  243. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  244. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  245. package/schematics/generators/toolbar-html-template/schema.ts +3 -0
  246. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  247. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  248. package/schematics/generators/toolbar-multi-row/index.ts +8 -0
  249. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  250. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  251. package/schematics/generators/toolbar-multi-row/sample-details.ts +5 -0
  252. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  253. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  254. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  255. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  256. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  257. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  258. package/schematics/generators/toolbar-multi-row/schema.ts +3 -0
  259. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  260. package/schematics/generators/toolbar-popup/index.js +8 -0
  261. package/schematics/generators/toolbar-popup/index.ts +8 -0
  262. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  263. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  264. package/schematics/generators/toolbar-popup/sample-details.ts +5 -0
  265. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  266. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  267. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  268. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  269. package/schematics/generators/toolbar-popup/schema.js +2 -0
  270. package/schematics/generators/toolbar-popup/schema.json +125 -0
  271. package/schematics/generators/toolbar-popup/schema.ts +3 -0
  272. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  273. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  274. package/schematics/generators/toolbar-scrollable/index.ts +8 -0
  275. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  276. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  277. package/schematics/generators/toolbar-scrollable/sample-details.ts +5 -0
  278. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  279. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  280. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  281. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  282. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  283. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  284. package/schematics/generators/toolbar-scrollable/schema.ts +3 -0
  285. package/schematics/generators/treeview-checkbox/index.ts +8 -0
  286. package/schematics/generators/treeview-checkbox/sample-details.ts +5 -0
  287. package/schematics/generators/treeview-checkbox/schema.json +3 -2
  288. package/schematics/generators/treeview-checkbox/schema.ts +3 -0
  289. package/schematics/generators/treeview-default/index.ts +8 -0
  290. package/schematics/generators/treeview-default/sample-details.ts +5 -0
  291. package/schematics/generators/treeview-default/schema.json +3 -2
  292. package/schematics/generators/treeview-default/schema.ts +3 -0
  293. package/schematics/generators/treeview-draganddrop/index.ts +8 -0
  294. package/schematics/generators/treeview-draganddrop/sample-details.ts +5 -0
  295. package/schematics/generators/treeview-draganddrop/schema.json +3 -2
  296. package/schematics/generators/treeview-draganddrop/schema.ts +3 -0
  297. package/schematics/generators/treeview-multiselection/index.ts +8 -0
  298. package/schematics/generators/treeview-multiselection/sample-details.ts +5 -0
  299. package/schematics/generators/treeview-multiselection/schema.json +3 -2
  300. package/schematics/generators/treeview-multiselection/schema.ts +3 -0
  301. package/schematics/generators/treeview-nodeediting/index.ts +8 -0
  302. package/schematics/generators/treeview-nodeediting/sample-details.ts +5 -0
  303. package/schematics/generators/treeview-nodeediting/schema.json +3 -2
  304. package/schematics/generators/treeview-nodeediting/schema.ts +3 -0
  305. package/schematics/generators/treeview-remotedata/index.ts +8 -0
  306. package/schematics/generators/treeview-remotedata/sample-details.ts +5 -0
  307. package/schematics/generators/treeview-remotedata/schema.json +3 -2
  308. package/schematics/generators/treeview-remotedata/schema.ts +3 -0
  309. package/schematics/generators/treeview-treetemplate/index.ts +8 -0
  310. package/schematics/generators/treeview-treetemplate/sample-details.ts +5 -0
  311. package/schematics/generators/treeview-treetemplate/schema.json +3 -2
  312. package/schematics/generators/treeview-treetemplate/schema.ts +3 -0
  313. package/schematics/ng-add/index.ts +10 -0
  314. package/schematics/ng-add/schema.json +1 -1
  315. package/schematics/ng-add/schema.ts +30 -0
  316. package/schematics/tsconfig.json +25 -0
  317. package/schematics/utils/lib-details.d.ts +3 -3
  318. package/schematics/utils/lib-details.js +3 -3
  319. package/schematics/utils/lib-details.ts +4 -0
  320. package/src/accordion/accordion.component.d.ts +22 -3
  321. package/src/accordion/items.directive.d.ts +24 -7
  322. package/src/appbar/appbar-all.module.d.ts +5 -0
  323. package/src/appbar/appbar.component.d.ts +29 -0
  324. package/src/appbar/appbar.module.d.ts +5 -0
  325. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
  326. package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
  327. package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
  328. package/src/breadcrumb/items.directive.d.ts +46 -0
  329. package/src/carousel/carousel-all.module.d.ts +5 -0
  330. package/src/carousel/carousel.component.d.ts +58 -0
  331. package/src/carousel/carousel.module.d.ts +5 -0
  332. package/src/carousel/items.directive.d.ts +46 -0
  333. package/src/context-menu/contextmenu.component.d.ts +9 -0
  334. package/src/index.d.ts +12 -0
  335. package/src/menu/items.directive.d.ts +45 -0
  336. package/src/menu/menu.component.d.ts +13 -1
  337. package/src/sidebar/sidebar.component.d.ts +7 -0
  338. package/src/tab/items.directive.d.ts +25 -1
  339. package/src/tab/tab.component.d.ts +18 -4
  340. package/src/toolbar/items.directive.d.ts +39 -19
  341. package/src/toolbar/toolbar.component.d.ts +10 -3
  342. package/src/treeview/treeview.component.d.ts +26 -2
  343. package/styles/accordion/bootstrap-dark.css +267 -181
  344. package/styles/accordion/bootstrap.css +258 -172
  345. package/styles/accordion/bootstrap4.css +525 -0
  346. package/styles/accordion/bootstrap4.scss +1 -0
  347. package/styles/accordion/bootstrap5-dark.css +527 -0
  348. package/styles/accordion/bootstrap5-dark.scss +1 -0
  349. package/styles/accordion/bootstrap5.css +527 -0
  350. package/styles/accordion/bootstrap5.scss +1 -0
  351. package/styles/accordion/fabric-dark.css +266 -164
  352. package/styles/accordion/fabric.css +266 -164
  353. package/styles/accordion/fluent-dark.css +526 -0
  354. package/styles/accordion/fluent-dark.scss +1 -0
  355. package/styles/accordion/fluent.css +526 -0
  356. package/styles/accordion/fluent.scss +1 -0
  357. package/styles/accordion/highcontrast-light.css +525 -0
  358. package/styles/accordion/highcontrast-light.scss +1 -0
  359. package/styles/accordion/highcontrast.css +243 -232
  360. package/styles/accordion/material-dark.css +268 -173
  361. package/styles/accordion/material.css +264 -169
  362. package/styles/accordion/tailwind-dark.css +527 -0
  363. package/styles/accordion/tailwind-dark.scss +1 -0
  364. package/styles/accordion/tailwind.css +527 -0
  365. package/styles/accordion/tailwind.scss +1 -0
  366. package/styles/appbar/bootstrap-dark.css +247 -0
  367. package/styles/appbar/bootstrap-dark.scss +1 -0
  368. package/styles/appbar/bootstrap.css +247 -0
  369. package/styles/appbar/bootstrap.scss +1 -0
  370. package/styles/appbar/bootstrap4.css +247 -0
  371. package/styles/appbar/bootstrap4.scss +1 -0
  372. package/styles/appbar/bootstrap5-dark.css +247 -0
  373. package/styles/appbar/bootstrap5-dark.scss +1 -0
  374. package/styles/appbar/bootstrap5.css +247 -0
  375. package/styles/appbar/bootstrap5.scss +1 -0
  376. package/styles/appbar/fabric-dark.css +247 -0
  377. package/styles/appbar/fabric-dark.scss +1 -0
  378. package/styles/appbar/fabric.css +247 -0
  379. package/styles/appbar/fabric.scss +1 -0
  380. package/styles/appbar/fluent-dark.css +247 -0
  381. package/styles/appbar/fluent-dark.scss +1 -0
  382. package/styles/appbar/fluent.css +247 -0
  383. package/styles/appbar/fluent.scss +1 -0
  384. package/styles/appbar/highcontrast-light.css +247 -0
  385. package/styles/appbar/highcontrast-light.scss +1 -0
  386. package/styles/appbar/highcontrast.css +247 -0
  387. package/styles/appbar/highcontrast.scss +1 -0
  388. package/styles/appbar/material-dark.css +248 -0
  389. package/styles/appbar/material-dark.scss +1 -0
  390. package/styles/appbar/material.css +248 -0
  391. package/styles/appbar/material.scss +1 -0
  392. package/styles/appbar/tailwind-dark.css +248 -0
  393. package/styles/appbar/tailwind-dark.scss +1 -0
  394. package/styles/appbar/tailwind.css +248 -0
  395. package/styles/appbar/tailwind.scss +1 -0
  396. package/styles/bootstrap-dark.css +5503 -3478
  397. package/styles/bootstrap-dark.scss +4 -0
  398. package/styles/bootstrap.css +5420 -3550
  399. package/styles/bootstrap.scss +4 -0
  400. package/styles/bootstrap4.css +10166 -0
  401. package/styles/bootstrap4.scss +13 -0
  402. package/styles/bootstrap5-dark.css +10207 -0
  403. package/styles/bootstrap5-dark.scss +13 -0
  404. package/styles/bootstrap5.css +10207 -0
  405. package/styles/bootstrap5.scss +13 -0
  406. package/styles/breadcrumb/bootstrap-dark.css +395 -0
  407. package/styles/breadcrumb/bootstrap-dark.scss +1 -0
  408. package/styles/breadcrumb/bootstrap.css +395 -0
  409. package/styles/breadcrumb/bootstrap.scss +1 -0
  410. package/styles/breadcrumb/bootstrap4.css +395 -0
  411. package/styles/breadcrumb/bootstrap4.scss +1 -0
  412. package/styles/breadcrumb/bootstrap5-dark.css +409 -0
  413. package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
  414. package/styles/breadcrumb/bootstrap5.css +409 -0
  415. package/styles/breadcrumb/bootstrap5.scss +1 -0
  416. package/styles/breadcrumb/fabric-dark.css +395 -0
  417. package/styles/breadcrumb/fabric-dark.scss +1 -0
  418. package/styles/breadcrumb/fabric.css +395 -0
  419. package/styles/breadcrumb/fabric.scss +1 -0
  420. package/styles/breadcrumb/fluent-dark.css +371 -0
  421. package/styles/breadcrumb/fluent-dark.scss +1 -0
  422. package/styles/breadcrumb/fluent.css +371 -0
  423. package/styles/breadcrumb/fluent.scss +1 -0
  424. package/styles/breadcrumb/highcontrast-light.css +402 -0
  425. package/styles/breadcrumb/highcontrast-light.scss +1 -0
  426. package/styles/breadcrumb/highcontrast.css +402 -0
  427. package/styles/breadcrumb/highcontrast.scss +1 -0
  428. package/styles/breadcrumb/material-dark.css +379 -0
  429. package/styles/breadcrumb/material-dark.scss +1 -0
  430. package/styles/breadcrumb/material.css +379 -0
  431. package/styles/breadcrumb/material.scss +1 -0
  432. package/styles/breadcrumb/tailwind-dark.css +402 -0
  433. package/styles/breadcrumb/tailwind-dark.scss +1 -0
  434. package/styles/breadcrumb/tailwind.css +402 -0
  435. package/styles/breadcrumb/tailwind.scss +1 -0
  436. package/styles/carousel/bootstrap-dark.css +264 -0
  437. package/styles/carousel/bootstrap-dark.scss +1 -0
  438. package/styles/carousel/bootstrap.css +264 -0
  439. package/styles/carousel/bootstrap.scss +1 -0
  440. package/styles/carousel/bootstrap4.css +264 -0
  441. package/styles/carousel/bootstrap4.scss +1 -0
  442. package/styles/carousel/bootstrap5-dark.css +264 -0
  443. package/styles/carousel/bootstrap5-dark.scss +1 -0
  444. package/styles/carousel/bootstrap5.css +264 -0
  445. package/styles/carousel/bootstrap5.scss +1 -0
  446. package/styles/carousel/fabric-dark.css +264 -0
  447. package/styles/carousel/fabric-dark.scss +1 -0
  448. package/styles/carousel/fabric.css +264 -0
  449. package/styles/carousel/fabric.scss +1 -0
  450. package/styles/carousel/fluent-dark.css +264 -0
  451. package/styles/carousel/fluent-dark.scss +1 -0
  452. package/styles/carousel/fluent.css +264 -0
  453. package/styles/carousel/fluent.scss +1 -0
  454. package/styles/carousel/highcontrast-light.css +264 -0
  455. package/styles/carousel/highcontrast-light.scss +1 -0
  456. package/styles/carousel/highcontrast.css +264 -0
  457. package/styles/carousel/highcontrast.scss +1 -0
  458. package/styles/carousel/material-dark.css +265 -0
  459. package/styles/carousel/material-dark.scss +1 -0
  460. package/styles/carousel/material.css +265 -0
  461. package/styles/carousel/material.scss +1 -0
  462. package/styles/carousel/tailwind-dark.css +265 -0
  463. package/styles/carousel/tailwind-dark.scss +1 -0
  464. package/styles/carousel/tailwind.css +265 -0
  465. package/styles/carousel/tailwind.scss +1 -0
  466. package/styles/context-menu/bootstrap-dark.css +206 -108
  467. package/styles/context-menu/bootstrap.css +206 -107
  468. package/styles/context-menu/bootstrap4.css +367 -0
  469. package/styles/context-menu/bootstrap4.scss +1 -0
  470. package/styles/context-menu/bootstrap5-dark.css +355 -0
  471. package/styles/context-menu/bootstrap5-dark.scss +1 -0
  472. package/styles/context-menu/bootstrap5.css +355 -0
  473. package/styles/context-menu/bootstrap5.scss +1 -0
  474. package/styles/context-menu/fabric-dark.css +207 -109
  475. package/styles/context-menu/fabric.css +205 -106
  476. package/styles/context-menu/fluent-dark.css +363 -0
  477. package/styles/context-menu/fluent-dark.scss +1 -0
  478. package/styles/context-menu/fluent.css +363 -0
  479. package/styles/context-menu/fluent.scss +1 -0
  480. package/styles/context-menu/highcontrast-light.css +366 -0
  481. package/styles/context-menu/highcontrast-light.scss +1 -0
  482. package/styles/context-menu/highcontrast.css +205 -106
  483. package/styles/context-menu/material-dark.css +223 -107
  484. package/styles/context-menu/material.css +228 -110
  485. package/styles/context-menu/tailwind-dark.css +380 -0
  486. package/styles/context-menu/tailwind-dark.scss +1 -0
  487. package/styles/context-menu/tailwind.css +380 -0
  488. package/styles/context-menu/tailwind.scss +1 -0
  489. package/styles/fabric-dark.css +5766 -3690
  490. package/styles/fabric-dark.scss +4 -0
  491. package/styles/fabric.css +5959 -4038
  492. package/styles/fabric.scss +4 -0
  493. package/styles/fluent-dark.css +10172 -0
  494. package/styles/fluent-dark.scss +13 -0
  495. package/styles/fluent.css +10172 -0
  496. package/styles/fluent.scss +13 -0
  497. package/styles/h-scroll/bootstrap-dark.css +53 -66
  498. package/styles/h-scroll/bootstrap.css +32 -80
  499. package/styles/h-scroll/bootstrap4.css +260 -0
  500. package/styles/h-scroll/bootstrap4.scss +1 -0
  501. package/styles/h-scroll/bootstrap5-dark.css +280 -0
  502. package/styles/h-scroll/bootstrap5-dark.scss +1 -0
  503. package/styles/h-scroll/bootstrap5.css +280 -0
  504. package/styles/h-scroll/bootstrap5.scss +1 -0
  505. package/styles/h-scroll/fabric-dark.css +54 -67
  506. package/styles/h-scroll/fabric.css +32 -80
  507. package/styles/h-scroll/fluent-dark.css +280 -0
  508. package/styles/h-scroll/fluent-dark.scss +1 -0
  509. package/styles/h-scroll/fluent.css +280 -0
  510. package/styles/h-scroll/fluent.scss +1 -0
  511. package/styles/h-scroll/highcontrast-light.css +259 -0
  512. package/styles/h-scroll/highcontrast-light.scss +1 -0
  513. package/styles/h-scroll/highcontrast.css +26 -89
  514. package/styles/h-scroll/material-dark.css +56 -70
  515. package/styles/h-scroll/material.css +33 -82
  516. package/styles/h-scroll/tailwind-dark.css +281 -0
  517. package/styles/h-scroll/tailwind-dark.scss +1 -0
  518. package/styles/h-scroll/tailwind.css +281 -0
  519. package/styles/h-scroll/tailwind.scss +1 -0
  520. package/styles/highcontrast-light.css +10029 -0
  521. package/styles/highcontrast-light.scss +13 -0
  522. package/styles/highcontrast.css +6039 -4460
  523. package/styles/highcontrast.scss +4 -0
  524. package/styles/material-dark.css +6282 -3945
  525. package/styles/material-dark.scss +4 -0
  526. package/styles/material.css +6210 -4026
  527. package/styles/material.scss +4 -0
  528. package/styles/menu/bootstrap-dark.css +717 -319
  529. package/styles/menu/bootstrap.css +701 -304
  530. package/styles/menu/bootstrap4.css +1126 -0
  531. package/styles/menu/bootstrap4.scss +1 -0
  532. package/styles/menu/bootstrap5-dark.css +1083 -0
  533. package/styles/menu/bootstrap5-dark.scss +1 -0
  534. package/styles/menu/bootstrap5.css +1083 -0
  535. package/styles/menu/bootstrap5.scss +1 -0
  536. package/styles/menu/fabric-dark.css +716 -318
  537. package/styles/menu/fabric.css +696 -298
  538. package/styles/menu/fluent-dark.css +1106 -0
  539. package/styles/menu/fluent-dark.scss +1 -0
  540. package/styles/menu/fluent.css +1106 -0
  541. package/styles/menu/fluent.scss +1 -0
  542. package/styles/menu/highcontrast-light.css +1088 -0
  543. package/styles/menu/highcontrast-light.scss +1 -0
  544. package/styles/menu/highcontrast.css +698 -300
  545. package/styles/menu/material-dark.css +715 -319
  546. package/styles/menu/material.css +699 -303
  547. package/styles/menu/tailwind-dark.css +1102 -0
  548. package/styles/menu/tailwind-dark.scss +1 -0
  549. package/styles/menu/tailwind.css +1102 -0
  550. package/styles/menu/tailwind.scss +1 -0
  551. package/styles/pager/bootstrap-dark.css +688 -0
  552. package/styles/pager/bootstrap-dark.scss +1 -0
  553. package/styles/pager/bootstrap.css +688 -0
  554. package/styles/pager/bootstrap.scss +1 -0
  555. package/styles/pager/bootstrap4.css +688 -0
  556. package/styles/pager/bootstrap4.scss +1 -0
  557. package/styles/pager/bootstrap5-dark.css +723 -0
  558. package/styles/pager/bootstrap5-dark.scss +1 -0
  559. package/styles/pager/bootstrap5.css +723 -0
  560. package/styles/pager/bootstrap5.scss +1 -0
  561. package/styles/pager/fabric-dark.css +688 -0
  562. package/styles/pager/fabric-dark.scss +1 -0
  563. package/styles/pager/fabric.css +688 -0
  564. package/styles/pager/fabric.scss +1 -0
  565. package/styles/pager/fluent-dark.css +690 -0
  566. package/styles/pager/fluent-dark.scss +1 -0
  567. package/styles/pager/fluent.css +690 -0
  568. package/styles/pager/fluent.scss +1 -0
  569. package/styles/pager/highcontrast-light.css +688 -0
  570. package/styles/pager/highcontrast-light.scss +1 -0
  571. package/styles/pager/highcontrast.css +688 -0
  572. package/styles/pager/highcontrast.scss +1 -0
  573. package/styles/pager/material-dark.css +689 -0
  574. package/styles/pager/material-dark.scss +1 -0
  575. package/styles/pager/material.css +689 -0
  576. package/styles/pager/material.scss +1 -0
  577. package/styles/pager/tailwind-dark.css +815 -0
  578. package/styles/pager/tailwind-dark.scss +1 -0
  579. package/styles/pager/tailwind.css +815 -0
  580. package/styles/pager/tailwind.scss +1 -0
  581. package/styles/sidebar/bootstrap-dark.css +29 -25
  582. package/styles/sidebar/bootstrap.css +29 -25
  583. package/styles/sidebar/bootstrap4.css +149 -0
  584. package/styles/sidebar/bootstrap4.scss +1 -0
  585. package/styles/sidebar/bootstrap5-dark.css +147 -0
  586. package/styles/sidebar/bootstrap5-dark.scss +1 -0
  587. package/styles/sidebar/bootstrap5.css +147 -0
  588. package/styles/sidebar/bootstrap5.scss +1 -0
  589. package/styles/sidebar/fabric-dark.css +29 -25
  590. package/styles/sidebar/fabric.css +29 -25
  591. package/styles/sidebar/fluent-dark.css +147 -0
  592. package/styles/sidebar/fluent-dark.scss +1 -0
  593. package/styles/sidebar/fluent.css +147 -0
  594. package/styles/sidebar/fluent.scss +1 -0
  595. package/styles/sidebar/highcontrast-light.css +149 -0
  596. package/styles/sidebar/highcontrast-light.scss +1 -0
  597. package/styles/sidebar/highcontrast.css +30 -26
  598. package/styles/sidebar/material-dark.css +29 -25
  599. package/styles/sidebar/material.css +29 -25
  600. package/styles/sidebar/tailwind-dark.css +148 -0
  601. package/styles/sidebar/tailwind-dark.scss +1 -0
  602. package/styles/sidebar/tailwind.css +148 -0
  603. package/styles/sidebar/tailwind.scss +1 -0
  604. package/styles/tab/bootstrap-dark.css +1226 -1067
  605. package/styles/tab/bootstrap.css +1173 -1106
  606. package/styles/tab/bootstrap4.css +4031 -0
  607. package/styles/tab/bootstrap4.scss +1 -0
  608. package/styles/tab/bootstrap5-dark.css +4029 -0
  609. package/styles/tab/bootstrap5-dark.scss +1 -0
  610. package/styles/tab/bootstrap5.css +4029 -0
  611. package/styles/tab/bootstrap5.scss +1 -0
  612. package/styles/tab/fabric-dark.css +1212 -1096
  613. package/styles/tab/fabric.css +1173 -1148
  614. package/styles/tab/fluent-dark.css +4031 -0
  615. package/styles/tab/fluent-dark.scss +1 -0
  616. package/styles/tab/fluent.css +4031 -0
  617. package/styles/tab/fluent.scss +1 -0
  618. package/styles/tab/highcontrast-light.css +4022 -0
  619. package/styles/tab/highcontrast-light.scss +1 -0
  620. package/styles/tab/highcontrast.css +1086 -1215
  621. package/styles/tab/material-dark.css +1334 -955
  622. package/styles/tab/material.css +1280 -992
  623. package/styles/tab/tailwind-dark.css +4046 -0
  624. package/styles/tab/tailwind-dark.scss +1 -0
  625. package/styles/tab/tailwind.css +4046 -0
  626. package/styles/tab/tailwind.scss +1 -0
  627. package/styles/tailwind-dark.css +10351 -0
  628. package/styles/tailwind-dark.scss +13 -0
  629. package/styles/tailwind.css +10351 -0
  630. package/styles/tailwind.scss +13 -0
  631. package/styles/toolbar/bootstrap-dark.css +768 -1105
  632. package/styles/toolbar/bootstrap.css +761 -1111
  633. package/styles/toolbar/bootstrap4.css +1071 -0
  634. package/styles/toolbar/bootstrap4.scss +1 -0
  635. package/styles/toolbar/bootstrap5-dark.css +1082 -0
  636. package/styles/toolbar/bootstrap5-dark.scss +1 -0
  637. package/styles/toolbar/bootstrap5.css +1082 -0
  638. package/styles/toolbar/bootstrap5.scss +1 -0
  639. package/styles/toolbar/fabric-dark.css +779 -1042
  640. package/styles/toolbar/fabric.css +767 -1041
  641. package/styles/toolbar/fluent-dark.css +1081 -0
  642. package/styles/toolbar/fluent-dark.scss +1 -0
  643. package/styles/toolbar/fluent.css +1081 -0
  644. package/styles/toolbar/fluent.scss +1 -0
  645. package/styles/toolbar/highcontrast-light.css +1070 -0
  646. package/styles/toolbar/highcontrast-light.scss +1 -0
  647. package/styles/toolbar/highcontrast.css +744 -1089
  648. package/styles/toolbar/material-dark.css +747 -1010
  649. package/styles/toolbar/material.css +753 -1027
  650. package/styles/toolbar/tailwind-dark.css +1082 -0
  651. package/styles/toolbar/tailwind-dark.scss +1 -0
  652. package/styles/toolbar/tailwind.css +1082 -0
  653. package/styles/toolbar/tailwind.scss +1 -0
  654. package/styles/treeview/bootstrap-dark.css +230 -172
  655. package/styles/treeview/bootstrap.css +230 -168
  656. package/styles/treeview/bootstrap4.css +829 -0
  657. package/styles/treeview/bootstrap4.scss +1 -0
  658. package/styles/treeview/bootstrap5-dark.css +847 -0
  659. package/styles/treeview/bootstrap5-dark.scss +1 -0
  660. package/styles/treeview/bootstrap5.css +847 -0
  661. package/styles/treeview/bootstrap5.scss +1 -0
  662. package/styles/treeview/fabric-dark.css +230 -168
  663. package/styles/treeview/fabric.css +230 -168
  664. package/styles/treeview/fluent-dark.css +852 -0
  665. package/styles/treeview/fluent-dark.scss +1 -0
  666. package/styles/treeview/fluent.css +852 -0
  667. package/styles/treeview/fluent.scss +1 -0
  668. package/styles/treeview/highcontrast-light.css +736 -0
  669. package/styles/treeview/highcontrast-light.scss +1 -0
  670. package/styles/treeview/highcontrast.css +230 -171
  671. package/styles/treeview/material-dark.css +242 -172
  672. package/styles/treeview/material.css +238 -167
  673. package/styles/treeview/tailwind-dark.css +840 -0
  674. package/styles/treeview/tailwind-dark.scss +1 -0
  675. package/styles/treeview/tailwind.css +840 -0
  676. package/styles/treeview/tailwind.scss +1 -0
  677. package/styles/v-scroll/bootstrap-dark.css +25 -51
  678. package/styles/v-scroll/bootstrap.css +13 -58
  679. package/styles/v-scroll/bootstrap4.css +202 -0
  680. package/styles/v-scroll/bootstrap4.scss +1 -0
  681. package/styles/v-scroll/bootstrap5-dark.css +202 -0
  682. package/styles/v-scroll/bootstrap5-dark.scss +1 -0
  683. package/styles/v-scroll/bootstrap5.css +202 -0
  684. package/styles/v-scroll/bootstrap5.scss +1 -0
  685. package/styles/v-scroll/fabric-dark.css +26 -52
  686. package/styles/v-scroll/fabric.css +14 -59
  687. package/styles/v-scroll/fluent-dark.css +202 -0
  688. package/styles/v-scroll/fluent-dark.scss +1 -0
  689. package/styles/v-scroll/fluent.css +202 -0
  690. package/styles/v-scroll/fluent.scss +1 -0
  691. package/styles/v-scroll/highcontrast-light.css +201 -0
  692. package/styles/v-scroll/highcontrast-light.scss +1 -0
  693. package/styles/v-scroll/highcontrast.css +14 -74
  694. package/styles/v-scroll/material-dark.css +23 -50
  695. package/styles/v-scroll/material.css +12 -58
  696. package/styles/v-scroll/tailwind-dark.css +203 -0
  697. package/styles/v-scroll/tailwind-dark.scss +1 -0
  698. package/styles/v-scroll/tailwind.css +203 -0
  699. package/styles/v-scroll/tailwind.scss +1 -0
  700. package/accordion.d.ts +0 -4
  701. package/accordion.js +0 -5
  702. package/accordion.js.map +0 -1
  703. package/accordion.metadata.json +0 -1
  704. package/context-menu.d.ts +0 -4
  705. package/context-menu.js +0 -5
  706. package/context-menu.js.map +0 -1
  707. package/context-menu.metadata.json +0 -1
  708. package/index.js +0 -5
  709. package/index.js.map +0 -1
  710. package/index.metadata.json +0 -1
  711. package/license +0 -10
  712. package/menu.d.ts +0 -4
  713. package/menu.js +0 -5
  714. package/menu.js.map +0 -1
  715. package/menu.metadata.json +0 -1
  716. package/sidebar.d.ts +0 -4
  717. package/sidebar.js +0 -5
  718. package/sidebar.js.map +0 -1
  719. package/sidebar.metadata.json +0 -1
  720. package/src/accordion/accordion-all.module.js +0 -24
  721. package/src/accordion/accordion-all.module.js.map +0 -1
  722. package/src/accordion/accordion-all.module.metadata.json +0 -1
  723. package/src/accordion/accordion.component.js +0 -83
  724. package/src/accordion/accordion.component.js.map +0 -1
  725. package/src/accordion/accordion.component.metadata.json +0 -1
  726. package/src/accordion/accordion.module.js +0 -31
  727. package/src/accordion/accordion.module.js.map +0 -1
  728. package/src/accordion/accordion.module.metadata.json +0 -1
  729. package/src/accordion/index.d.ts +0 -4
  730. package/src/accordion/index.js +0 -5
  731. package/src/accordion/index.js.map +0 -1
  732. package/src/accordion/index.metadata.json +0 -1
  733. package/src/accordion/items.directive.js +0 -94
  734. package/src/accordion/items.directive.js.map +0 -1
  735. package/src/accordion/items.directive.metadata.json +0 -1
  736. package/src/context-menu/contextmenu-all.module.js +0 -24
  737. package/src/context-menu/contextmenu-all.module.js.map +0 -1
  738. package/src/context-menu/contextmenu-all.module.metadata.json +0 -1
  739. package/src/context-menu/contextmenu.component.js +0 -80
  740. package/src/context-menu/contextmenu.component.js.map +0 -1
  741. package/src/context-menu/contextmenu.component.metadata.json +0 -1
  742. package/src/context-menu/contextmenu.module.js +0 -26
  743. package/src/context-menu/contextmenu.module.js.map +0 -1
  744. package/src/context-menu/contextmenu.module.metadata.json +0 -1
  745. package/src/context-menu/index.d.ts +0 -3
  746. package/src/context-menu/index.js +0 -4
  747. package/src/context-menu/index.js.map +0 -1
  748. package/src/context-menu/index.metadata.json +0 -1
  749. package/src/index.js +0 -26
  750. package/src/index.js.map +0 -1
  751. package/src/index.metadata.json +0 -1
  752. package/src/menu/index.d.ts +0 -3
  753. package/src/menu/index.js +0 -4
  754. package/src/menu/index.js.map +0 -1
  755. package/src/menu/index.metadata.json +0 -1
  756. package/src/menu/menu-all.module.js +0 -24
  757. package/src/menu/menu-all.module.js.map +0 -1
  758. package/src/menu/menu-all.module.metadata.json +0 -1
  759. package/src/menu/menu.component.js +0 -87
  760. package/src/menu/menu.component.js.map +0 -1
  761. package/src/menu/menu.component.metadata.json +0 -1
  762. package/src/menu/menu.module.js +0 -26
  763. package/src/menu/menu.module.js.map +0 -1
  764. package/src/menu/menu.module.metadata.json +0 -1
  765. package/src/sidebar/index.d.ts +0 -3
  766. package/src/sidebar/index.js +0 -4
  767. package/src/sidebar/index.js.map +0 -1
  768. package/src/sidebar/index.metadata.json +0 -1
  769. package/src/sidebar/sidebar-all.module.js +0 -24
  770. package/src/sidebar/sidebar-all.module.js.map +0 -1
  771. package/src/sidebar/sidebar-all.module.metadata.json +0 -1
  772. package/src/sidebar/sidebar.component.js +0 -79
  773. package/src/sidebar/sidebar.component.js.map +0 -1
  774. package/src/sidebar/sidebar.component.metadata.json +0 -1
  775. package/src/sidebar/sidebar.module.js +0 -26
  776. package/src/sidebar/sidebar.module.js.map +0 -1
  777. package/src/sidebar/sidebar.module.metadata.json +0 -1
  778. package/src/tab/index.d.ts +0 -4
  779. package/src/tab/index.js +0 -5
  780. package/src/tab/index.js.map +0 -1
  781. package/src/tab/index.metadata.json +0 -1
  782. package/src/tab/items.directive.js +0 -94
  783. package/src/tab/items.directive.js.map +0 -1
  784. package/src/tab/items.directive.metadata.json +0 -1
  785. package/src/tab/tab-all.module.js +0 -24
  786. package/src/tab/tab-all.module.js.map +0 -1
  787. package/src/tab/tab-all.module.metadata.json +0 -1
  788. package/src/tab/tab.component.js +0 -83
  789. package/src/tab/tab.component.js.map +0 -1
  790. package/src/tab/tab.component.metadata.json +0 -1
  791. package/src/tab/tab.module.js +0 -31
  792. package/src/tab/tab.module.js.map +0 -1
  793. package/src/tab/tab.module.metadata.json +0 -1
  794. package/src/toolbar/index.d.ts +0 -4
  795. package/src/toolbar/index.js +0 -5
  796. package/src/toolbar/index.js.map +0 -1
  797. package/src/toolbar/index.metadata.json +0 -1
  798. package/src/toolbar/items.directive.js +0 -89
  799. package/src/toolbar/items.directive.js.map +0 -1
  800. package/src/toolbar/items.directive.metadata.json +0 -1
  801. package/src/toolbar/toolbar-all.module.js +0 -24
  802. package/src/toolbar/toolbar-all.module.js.map +0 -1
  803. package/src/toolbar/toolbar-all.module.metadata.json +0 -1
  804. package/src/toolbar/toolbar.component.js +0 -83
  805. package/src/toolbar/toolbar.component.js.map +0 -1
  806. package/src/toolbar/toolbar.component.metadata.json +0 -1
  807. package/src/toolbar/toolbar.module.js +0 -31
  808. package/src/toolbar/toolbar.module.js.map +0 -1
  809. package/src/toolbar/toolbar.module.metadata.json +0 -1
  810. package/src/treeview/index.d.ts +0 -3
  811. package/src/treeview/index.js +0 -4
  812. package/src/treeview/index.js.map +0 -1
  813. package/src/treeview/index.metadata.json +0 -1
  814. package/src/treeview/treeview-all.module.js +0 -24
  815. package/src/treeview/treeview-all.module.js.map +0 -1
  816. package/src/treeview/treeview-all.module.metadata.json +0 -1
  817. package/src/treeview/treeview.component.js +0 -87
  818. package/src/treeview/treeview.component.js.map +0 -1
  819. package/src/treeview/treeview.component.metadata.json +0 -1
  820. package/src/treeview/treeview.module.js +0 -26
  821. package/src/treeview/treeview.module.js.map +0 -1
  822. package/src/treeview/treeview.module.metadata.json +0 -1
  823. package/tab.d.ts +0 -4
  824. package/tab.js +0 -5
  825. package/tab.js.map +0 -1
  826. package/tab.metadata.json +0 -1
  827. package/toolbar.d.ts +0 -4
  828. package/toolbar.js +0 -5
  829. package/toolbar.js.map +0 -1
  830. package/toolbar.metadata.json +0 -1
  831. package/treeview.d.ts +0 -4
  832. package/treeview.js +0 -5
  833. package/treeview.js.map +0 -1
  834. package/treeview.metadata.json +0 -1
@@ -0,0 +1,30 @@
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^16.4.44";
3
- export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule";
4
- export declare const themeVer = "~16.4.44";
2
+ export declare const pkgVer = "^21.1.37";
3
+ export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
+ export declare const themeVer = "~21.1.37";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-navigations';
4
- exports.pkgVer = '^16.4.44';
5
- exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
6
- exports.themeVer = '~16.4.44';
4
+ exports.pkgVer = '^21.1.37';
5
+ exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
+ exports.themeVer = '~21.1.37';
@@ -0,0 +1,4 @@
1
+ export const pkgName = '@syncfusion/ej2-angular-navigations';
2
+ export const pkgVer = '^21.1.37';
3
+ export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
+ export const themeVer = '~21.1.37';
@@ -1,11 +1,12 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Accordion } from '@syncfusion/ej2-navigations';
4
+ import { AccordionItemsDirective } from './items.directive';
4
5
  export declare const inputs: string[];
5
6
  export declare const outputs: string[];
6
7
  export declare const twoWays: string[];
7
8
  /**
8
- * Represents the Essential JS 2 Angular Accordion Component.
9
+ * Represents the Angular Accordion Component.
9
10
  * ```html
10
11
  * <ejs-accordion></ejs-accordion>
11
12
  * ```
@@ -15,8 +16,26 @@ export declare class AccordionComponent extends Accordion implements IComponentB
15
16
  private srenderer;
16
17
  private viewContainerRef;
17
18
  private injector;
18
- childItems: any;
19
+ containerContext: any;
20
+ tagObjects: any;
21
+ clicked: any;
22
+ created: any;
23
+ destroyed: any;
24
+ expanded: any;
25
+ expanding: any;
26
+ expandedIndicesChange: any;
27
+ childItems: QueryList<AccordionItemsDirective>;
19
28
  tags: string[];
29
+ /**
30
+ * Specifies the header title template option for accordion items.
31
+ * @default null
32
+ */
33
+ headerTemplate: any;
34
+ /**
35
+ * Specifies the template option for accordion items.
36
+ * @default null
37
+ */
38
+ itemTemplate: any;
20
39
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
21
40
  ngOnInit(): void;
22
41
  ngAfterViewInit(): void;
@@ -1,9 +1,10 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  /**
4
- * ItemDirective represent a item of the Essential JS 2 Angular Accordion.
4
+ * 'e-accordionitem' directive represent a item of the Angular Accordion.
5
+ * It must be contained in a Accordion component(`ejs-accordion`).
5
6
  * ```html
6
- * <ejs-accordion >
7
+ * <ejs-accordion>
7
8
  * <e-accordionitems>
8
9
  * <e-accordionitem header='Header1'></e-accordionitem>
9
10
  * <e-accordionitem header='Header2' content='Content2'></e-accordionitem>
@@ -13,14 +14,20 @@ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
13
14
  */
14
15
  export declare class AccordionItemDirective extends ComplexBase<AccordionItemDirective> {
15
16
  private viewContainerRef;
17
+ directivePropList: any;
16
18
  /**
17
19
  * Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.
18
- * @default undefined
20
+ * @default null
19
21
  */
20
22
  cssClass: any;
23
+ /**
24
+ * Sets true to disable an accordion item.
25
+ * @default false
26
+ */
27
+ disabled: any;
21
28
  /**
22
29
  * Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.
23
- * @default 'false'
30
+ * @default false
24
31
  */
25
32
  expanded: any;
26
33
  /**
@@ -28,15 +35,25 @@ export declare class AccordionItemDirective extends ComplexBase<AccordionItemDir
28
35
  * Add the css classes to the `iconCss` property and write the css styles to the defined class to set images/icons.
29
36
  * Adding icon is applicable only to the header.
30
37
  *
31
- * @default undefined
38
+ * @default null
32
39
  */
33
40
  iconCss: any;
41
+ /**
42
+ * Sets unique ID to accordion item.
43
+ * @default null
44
+ */
45
+ id: any;
46
+ /**
47
+ * Sets false to hide an accordion item.
48
+ * @default true
49
+ */
50
+ visible: any;
34
51
  /**
35
52
  * Sets the header text to be displayed for the Accordion item.
36
53
  * You can set the title of the Accordion item using `header` property.
37
54
  * It also supports to include the title as `HTML element`, `string`, or `query selector`.
38
55
  *
39
- * @default undefined
56
+ * @default null
40
57
  */
41
58
  header: any;
42
59
  /**
@@ -44,7 +61,7 @@ export declare class AccordionItemDirective extends ComplexBase<AccordionItemDir
44
61
  * You can set the content of the Accordion item using `content` property.
45
62
  * It also supports to include the title as `HTML element`, `string`, or `query selector`.
46
63
  *
47
- * @default undefined
64
+ * @default null
48
65
  */
49
66
  content: any;
50
67
  constructor(viewContainerRef: ViewContainerRef);
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the AppBar component with providers.
3
+ */
4
+ export declare class AppBarAllModule {
5
+ }
@@ -0,0 +1,29 @@
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { AppBar } from '@syncfusion/ej2-navigations';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the Essential JS 2 Angular AppBar Component.
9
+ * ```html
10
+ * <ejs-appbar></ejs-appbar>
11
+ * ```
12
+ */
13
+ export declare class AppBarComponent extends AppBar implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ containerContext: any;
19
+ tagObjects: any;
20
+ created: any;
21
+ destroyed: any;
22
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
23
+ ngOnInit(): void;
24
+ ngAfterViewInit(): void;
25
+ ngOnDestroy(): void;
26
+ ngAfterContentChecked(): void;
27
+ registerEvents: (eventList: string[]) => void;
28
+ addTwoWay: (propList: string[]) => void;
29
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the AppBar component.
3
+ */
4
+ export declare class AppBarModule {
5
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Breadcrumb component with providers.
3
+ */
4
+ export declare class BreadcrumbAllModule {
5
+ }
@@ -0,0 +1,44 @@
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Breadcrumb } from '@syncfusion/ej2-navigations';
4
+ import { BreadcrumbItemsDirective } from './items.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the EJ2 Angular Breadcrumb Component.
10
+ * ```html
11
+ * <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
12
+ * ```
13
+ */
14
+ export declare class BreadcrumbComponent extends Breadcrumb implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ beforeItemRender: any;
22
+ created: any;
23
+ itemClick: any;
24
+ activeItemChange: any;
25
+ childItems: QueryList<BreadcrumbItemsDirective>;
26
+ tags: string[];
27
+ /**
28
+ * Specifies the separator template for Breadcrumb.
29
+ * @default '/'
30
+ */
31
+ separatorTemplate: any;
32
+ /**
33
+ * Specifies the template for Breadcrumb item.
34
+ * @default null
35
+ */
36
+ itemTemplate: any;
37
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
38
+ ngOnInit(): void;
39
+ ngAfterViewInit(): void;
40
+ ngOnDestroy(): void;
41
+ ngAfterContentChecked(): void;
42
+ registerEvents: (eventList: string[]) => void;
43
+ addTwoWay: (propList: string[]) => void;
44
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Breadcrumb component.
3
+ */
4
+ export declare class BreadcrumbModule {
5
+ }
@@ -0,0 +1,46 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
5
+ * It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
6
+ * ```html
7
+ * <ejs-breadcrumb>
8
+ * <e-breadcrumb-items>
9
+ * <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
10
+ * <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
11
+ * </e-breadcrumb-items>
12
+ * </ejs-breadcrumb>
13
+ * ```
14
+ */
15
+ export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.
20
+ * @default false
21
+ */
22
+ disabled: any;
23
+ /**
24
+ * Defines a class/multiple classes separated by a space for the item that is used to include an icon.
25
+ * @default null
26
+ */
27
+ iconCss: any;
28
+ /**
29
+ * Specifies the text content of the Breadcrumb item.
30
+ * @default ''
31
+ */
32
+ text: any;
33
+ /**
34
+ * Specifies the Url of the Breadcrumb item that will be activated when clicked.
35
+ * @default ''
36
+ */
37
+ url: any;
38
+ constructor(viewContainerRef: ViewContainerRef);
39
+ }
40
+ /**
41
+ * BreadcrumbItem Array Directive
42
+ * @private
43
+ */
44
+ export declare class BreadcrumbItemsDirective extends ArrayBase<BreadcrumbItemsDirective> {
45
+ constructor();
46
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Carousel component with providers.
3
+ */
4
+ export declare class CarouselAllModule {
5
+ }
@@ -0,0 +1,58 @@
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Carousel } from '@syncfusion/ej2-navigations';
4
+ import { CarouselItemsDirective } from './items.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the EJ2 Angular Carousel Component.
10
+ * ```html
11
+ * <ejs-carousel [items]='carouselItems'></ejs-carousel>
12
+ * ```
13
+ */
14
+ export declare class CarouselComponent extends Carousel implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ slideChanged: any;
22
+ slideChanging: any;
23
+ selectedIndexChange: any;
24
+ childItems: QueryList<CarouselItemsDirective>;
25
+ tags: string[];
26
+ /**
27
+ * Accepts the template for indicator buttons.
28
+ * @default null
29
+ */
30
+ indicatorsTemplate: any;
31
+ /**
32
+ * Accepts the template for next navigation button.
33
+ * @default null
34
+ */
35
+ nextButtonTemplate: any;
36
+ /**
37
+ * Accepts the template for previous navigation button.
38
+ * @default null
39
+ */
40
+ previousButtonTemplate: any;
41
+ /**
42
+ * Accepts the template for play/pause button.
43
+ * @default null
44
+ */
45
+ playButtonTemplate: any;
46
+ /**
47
+ * Specifies the template option for carousel items.
48
+ * @default null
49
+ */
50
+ itemTemplate: any;
51
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
52
+ ngOnInit(): void;
53
+ ngAfterViewInit(): void;
54
+ ngOnDestroy(): void;
55
+ ngAfterContentChecked(): void;
56
+ registerEvents: (eventList: string[]) => void;
57
+ addTwoWay: (propList: string[]) => void;
58
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the Carousel component.
3
+ */
4
+ export declare class CarouselModule {
5
+ }
@@ -0,0 +1,46 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * `e-carousel-item` directive represent a item of the Angular Carousel.
5
+ * It must be contained in a Carousel component(`ejs-carousel`).
6
+ * ```html
7
+ * <ejs-carousel>
8
+ * <e-carousel-items>
9
+ * <e-carousel-item template='#item1'></e-carousel-item>
10
+ * <e-carousel-item template='#item2'></e-carousel-item>
11
+ * </e-carousel-items>
12
+ * </ejs-carousel>
13
+ * ```
14
+ */
15
+ export declare class CarouselItemDirective extends ComplexBase<CarouselItemDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.
20
+ * @default null
21
+ */
22
+ cssClass: any;
23
+ /**
24
+ * Accepts HTML attributes/custom attributes to add in individual carousel item.
25
+ * @default null
26
+ */
27
+ htmlAttributes: any;
28
+ /**
29
+ * Accepts the interval duration in milliseconds for individual carousel item transition.
30
+ * @default null
31
+ */
32
+ interval: any;
33
+ /**
34
+ * Accepts the template for individual carousel item.
35
+ * @default null
36
+ */
37
+ template: any;
38
+ constructor(viewContainerRef: ViewContainerRef);
39
+ }
40
+ /**
41
+ * CarouselItem Array Directive
42
+ * @private
43
+ */
44
+ export declare class CarouselItemsDirective extends ArrayBase<CarouselItemsDirective> {
45
+ constructor();
46
+ }
@@ -16,6 +16,15 @@ export declare class ContextMenuComponent extends ContextMenu implements ICompon
16
16
  private srenderer;
17
17
  private viewContainerRef;
18
18
  private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ beforeClose: any;
22
+ beforeItemRender: any;
23
+ beforeOpen: any;
24
+ created: any;
25
+ onClose: any;
26
+ onOpen: any;
27
+ select: any;
19
28
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
20
29
  ngOnInit(): void;
21
30
  ngAfterViewInit(): void;
package/src/index.d.ts CHANGED
@@ -9,6 +9,14 @@ export { ToolbarAllModule } from './toolbar/toolbar-all.module';
9
9
  export { ContextMenuComponent } from './context-menu/contextmenu.component';
10
10
  export { ContextMenuModule } from './context-menu/contextmenu.module';
11
11
  export { ContextMenuAllModule } from './context-menu/contextmenu-all.module';
12
+ export { BreadcrumbItemDirective, BreadcrumbItemsDirective } from './breadcrumb/items.directive';
13
+ export { BreadcrumbComponent } from './breadcrumb/breadcrumb.component';
14
+ export { BreadcrumbModule } from './breadcrumb/breadcrumb.module';
15
+ export { BreadcrumbAllModule } from './breadcrumb/breadcrumb-all.module';
16
+ export { CarouselItemDirective, CarouselItemsDirective } from './carousel/items.directive';
17
+ export { CarouselComponent } from './carousel/carousel.component';
18
+ export { CarouselModule } from './carousel/carousel.module';
19
+ export { CarouselAllModule } from './carousel/carousel-all.module';
12
20
  export { TabItemDirective, TabItemsDirective } from './tab/items.directive';
13
21
  export { TabComponent } from './tab/tab.component';
14
22
  export { TabModule } from './tab/tab.module';
@@ -19,7 +27,11 @@ export { TreeViewAllModule } from './treeview/treeview-all.module';
19
27
  export { SidebarComponent } from './sidebar/sidebar.component';
20
28
  export { SidebarModule } from './sidebar/sidebar.module';
21
29
  export { SidebarAllModule } from './sidebar/sidebar-all.module';
30
+ export { MenuItemDirective, MenuItemsDirective } from './menu/items.directive';
22
31
  export { MenuComponent } from './menu/menu.component';
23
32
  export { MenuModule } from './menu/menu.module';
24
33
  export { MenuAllModule } from './menu/menu-all.module';
34
+ export { AppBarComponent } from './appbar/appbar.component';
35
+ export { AppBarModule } from './appbar/appbar.module';
36
+ export { AppBarAllModule } from './appbar/appbar-all.module';
25
37
  export * from '@syncfusion/ej2-navigations';
@@ -0,0 +1,45 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class MenuItemDirective extends ComplexBase<MenuItemDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.
8
+ * Menu Item can include font icon and sprite image.
9
+ * @default null
10
+ */
11
+ iconCss: any;
12
+ /**
13
+ * Specifies the id for menu item.
14
+ * @default ''
15
+ */
16
+ id: any;
17
+ /**
18
+ * Specifies the sub menu items that is the array of MenuItem model.
19
+ * @default []
20
+ */
21
+ items: any;
22
+ /**
23
+ * Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.
24
+ * @default false
25
+ */
26
+ separator: any;
27
+ /**
28
+ * Specifies text for menu item.
29
+ * @default ''
30
+ */
31
+ text: any;
32
+ /**
33
+ * Specifies url for menu item that creates the anchor link to navigate to the url provided.
34
+ * @default ''
35
+ */
36
+ url: any;
37
+ constructor(viewContainerRef: ViewContainerRef);
38
+ }
39
+ /**
40
+ * MenuItem Array Directive
41
+ * @private
42
+ */
43
+ export declare class MenuItemsDirective extends ArrayBase<MenuItemsDirective> {
44
+ constructor();
45
+ }
@@ -1,6 +1,7 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Menu } from '@syncfusion/ej2-navigations';
4
+ import { MenuItemsDirective } from './items.directive';
4
5
  export declare const inputs: string[];
5
6
  export declare const outputs: string[];
6
7
  export declare const twoWays: string[];
@@ -15,6 +16,17 @@ export declare class MenuComponent extends Menu implements IComponentBase {
15
16
  private srenderer;
16
17
  private viewContainerRef;
17
18
  private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ beforeClose: any;
22
+ beforeItemRender: any;
23
+ beforeOpen: any;
24
+ created: any;
25
+ onClose: any;
26
+ onOpen: any;
27
+ select: any;
28
+ childItems: QueryList<MenuItemsDirective>;
29
+ tags: string[];
18
30
  /**
19
31
  * Specifies the template for Menu item.
20
32
  * @default null
@@ -15,6 +15,13 @@ export declare class SidebarComponent extends Sidebar implements IComponentBase
15
15
  private srenderer;
16
16
  private viewContainerRef;
17
17
  private injector;
18
+ containerContext: any;
19
+ tagObjects: any;
20
+ change: any;
21
+ close: any;
22
+ created: any;
23
+ destroyed: any;
24
+ open: any;
18
25
  isOpenChange: any;
19
26
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
20
27
  ngOnInit(): void;
@@ -1,7 +1,8 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  /**
4
- * TabItemDirective represent a item of the EJ2 Angular Tab.
4
+ * 'e-tabitem' directive represent a item of the Angular Tab.
5
+ * It must be contained in a Tab component(`ejs-tab`).
5
6
  * ```html
6
7
  * <ejs-tab>
7
8
  * <e-tabitems>
@@ -13,6 +14,7 @@ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
13
14
  */
14
15
  export declare class TabItemDirective extends ComplexBase<TabItemDirective> {
15
16
  private viewContainerRef;
17
+ directivePropList: any;
16
18
  /**
17
19
  * Sets the CSS classes to the Tab item to customize its styles.
18
20
  * @default ''
@@ -28,12 +30,34 @@ export declare class TabItemDirective extends ComplexBase<TabItemDirective> {
28
30
  * @default {}
29
31
  */
30
32
  header: any;
33
+ /**
34
+ * Sets unique ID to Tab item.
35
+ * @default null
36
+ */
37
+ id: any;
38
+ /**
39
+ * Specifies the tab order of the Tabs items. When positive values assigned, it allows to switch focus to the next/previous tabs items with Tab/ShiftTab keys.
40
+ * By default, user can able to switch between items only via arrow keys.
41
+ * If the value is set to 0 for all tabs items, then tab switches based on element order.
42
+ * @default -1
43
+ */
44
+ tabIndex: any;
45
+ /**
46
+ * Sets false to hide the Tab item.
47
+ * @default true
48
+ */
49
+ visible: any;
31
50
  /**
32
51
  * Specifies the content of Tab item, that is displayed when concern item header is selected.
33
52
  * @default ''
34
53
  */
35
54
  content: any;
36
55
  header_text: any;
56
+ /**
57
+ * Specifies the header text of Tab item.
58
+ * @default null
59
+ */
60
+ headerTemplate: any;
37
61
  constructor(viewContainerRef: ViewContainerRef);
38
62
  }
39
63
  /**