@syncfusion/ej2-angular-navigations 20.2.46 → 20.2.48-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 (1136) 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 +1773 -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 +15 -29
  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/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.css +0 -1
  319. package/styles/accordion/bootstrap-dark.scss +1 -4
  320. package/styles/accordion/bootstrap.css +0 -1
  321. package/styles/accordion/bootstrap.scss +1 -4
  322. package/styles/accordion/bootstrap4.css +0 -1
  323. package/styles/accordion/bootstrap4.scss +1 -4
  324. package/styles/accordion/bootstrap5-dark.css +0 -2
  325. package/styles/accordion/bootstrap5-dark.scss +1 -4
  326. package/styles/accordion/bootstrap5.css +0 -2
  327. package/styles/accordion/bootstrap5.scss +1 -4
  328. package/styles/accordion/fabric-dark.css +0 -1
  329. package/styles/accordion/fabric-dark.scss +1 -4
  330. package/styles/accordion/fabric.css +0 -1
  331. package/styles/accordion/fabric.scss +1 -4
  332. package/styles/accordion/fluent-dark.css +0 -1
  333. package/styles/accordion/fluent-dark.scss +1 -4
  334. package/styles/accordion/fluent.css +0 -1
  335. package/styles/accordion/fluent.scss +1 -4
  336. package/styles/accordion/highcontrast-light.css +0 -1
  337. package/styles/accordion/highcontrast-light.scss +1 -4
  338. package/styles/accordion/highcontrast.css +0 -1
  339. package/styles/accordion/highcontrast.scss +1 -4
  340. package/styles/accordion/material-dark.css +0 -1
  341. package/styles/accordion/material-dark.scss +1 -4
  342. package/styles/accordion/material.css +0 -1
  343. package/styles/accordion/material.scss +1 -4
  344. package/styles/accordion/tailwind-dark.css +0 -1
  345. package/styles/accordion/tailwind-dark.scss +1 -4
  346. package/styles/accordion/tailwind.css +0 -1
  347. package/styles/accordion/tailwind.scss +1 -4
  348. package/styles/bootstrap-dark.css +15 -96
  349. package/styles/bootstrap.css +15 -96
  350. package/styles/bootstrap4.css +15 -96
  351. package/styles/bootstrap5-dark.css +19 -105
  352. package/styles/bootstrap5.css +19 -105
  353. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  354. package/styles/breadcrumb/bootstrap.scss +1 -4
  355. package/styles/breadcrumb/bootstrap4.scss +1 -4
  356. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  357. package/styles/breadcrumb/bootstrap5.scss +1 -4
  358. package/styles/breadcrumb/fabric-dark.scss +1 -4
  359. package/styles/breadcrumb/fabric.scss +1 -4
  360. package/styles/breadcrumb/fluent-dark.scss +1 -4
  361. package/styles/breadcrumb/fluent.scss +1 -4
  362. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  363. package/styles/breadcrumb/highcontrast.scss +1 -4
  364. package/styles/breadcrumb/material-dark.scss +1 -4
  365. package/styles/breadcrumb/material.scss +1 -4
  366. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  367. package/styles/breadcrumb/tailwind.scss +1 -4
  368. package/styles/carousel/bootstrap-dark.css +11 -36
  369. package/styles/carousel/bootstrap-dark.scss +1 -5
  370. package/styles/carousel/bootstrap.css +11 -36
  371. package/styles/carousel/bootstrap.scss +1 -5
  372. package/styles/carousel/bootstrap4.css +11 -36
  373. package/styles/carousel/bootstrap4.scss +1 -5
  374. package/styles/carousel/bootstrap5-dark.css +11 -36
  375. package/styles/carousel/bootstrap5-dark.scss +1 -5
  376. package/styles/carousel/bootstrap5.css +11 -36
  377. package/styles/carousel/bootstrap5.scss +1 -5
  378. package/styles/carousel/fabric-dark.css +11 -36
  379. package/styles/carousel/fabric-dark.scss +1 -5
  380. package/styles/carousel/fabric.css +11 -36
  381. package/styles/carousel/fabric.scss +1 -5
  382. package/styles/carousel/fluent-dark.css +11 -36
  383. package/styles/carousel/fluent-dark.scss +1 -5
  384. package/styles/carousel/fluent.css +11 -36
  385. package/styles/carousel/fluent.scss +1 -5
  386. package/styles/carousel/highcontrast-light.css +11 -36
  387. package/styles/carousel/highcontrast-light.scss +1 -5
  388. package/styles/carousel/highcontrast.css +11 -36
  389. package/styles/carousel/highcontrast.scss +1 -5
  390. package/styles/carousel/material-dark.css +11 -36
  391. package/styles/carousel/material-dark.scss +1 -5
  392. package/styles/carousel/material.css +11 -36
  393. package/styles/carousel/material.scss +1 -5
  394. package/styles/carousel/tailwind-dark.css +11 -36
  395. package/styles/carousel/tailwind-dark.scss +1 -5
  396. package/styles/carousel/tailwind.css +11 -36
  397. package/styles/carousel/tailwind.scss +1 -5
  398. package/styles/context-menu/bootstrap-dark.css +0 -14
  399. package/styles/context-menu/bootstrap-dark.scss +1 -7
  400. package/styles/context-menu/bootstrap.css +0 -14
  401. package/styles/context-menu/bootstrap.scss +1 -7
  402. package/styles/context-menu/bootstrap4.css +0 -14
  403. package/styles/context-menu/bootstrap4.scss +1 -7
  404. package/styles/context-menu/bootstrap5-dark.css +1 -15
  405. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  406. package/styles/context-menu/bootstrap5.css +1 -15
  407. package/styles/context-menu/bootstrap5.scss +1 -7
  408. package/styles/context-menu/fabric-dark.css +0 -14
  409. package/styles/context-menu/fabric-dark.scss +1 -7
  410. package/styles/context-menu/fabric.css +0 -14
  411. package/styles/context-menu/fabric.scss +1 -7
  412. package/styles/context-menu/fluent-dark.css +1 -15
  413. package/styles/context-menu/fluent-dark.scss +1 -7
  414. package/styles/context-menu/fluent.css +1 -15
  415. package/styles/context-menu/fluent.scss +1 -7
  416. package/styles/context-menu/highcontrast-light.css +0 -14
  417. package/styles/context-menu/highcontrast-light.scss +1 -7
  418. package/styles/context-menu/highcontrast.css +0 -14
  419. package/styles/context-menu/highcontrast.scss +1 -7
  420. package/styles/context-menu/material-dark.css +0 -14
  421. package/styles/context-menu/material-dark.scss +1 -7
  422. package/styles/context-menu/material.css +0 -14
  423. package/styles/context-menu/material.scss +1 -7
  424. package/styles/context-menu/tailwind-dark.css +1 -15
  425. package/styles/context-menu/tailwind-dark.scss +1 -7
  426. package/styles/context-menu/tailwind.css +1 -15
  427. package/styles/context-menu/tailwind.scss +1 -7
  428. package/styles/fabric-dark.css +15 -96
  429. package/styles/fabric.css +15 -96
  430. package/styles/fluent-dark.css +22 -103
  431. package/styles/fluent.css +22 -103
  432. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  433. package/styles/h-scroll/bootstrap.scss +1 -4
  434. package/styles/h-scroll/bootstrap4.scss +1 -4
  435. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  436. package/styles/h-scroll/bootstrap5.scss +1 -4
  437. package/styles/h-scroll/fabric-dark.scss +1 -4
  438. package/styles/h-scroll/fabric.scss +1 -4
  439. package/styles/h-scroll/fluent-dark.scss +1 -4
  440. package/styles/h-scroll/fluent.scss +1 -4
  441. package/styles/h-scroll/highcontrast-light.scss +1 -4
  442. package/styles/h-scroll/highcontrast.scss +1 -4
  443. package/styles/h-scroll/material-dark.scss +1 -4
  444. package/styles/h-scroll/material.scss +1 -4
  445. package/styles/h-scroll/tailwind-dark.scss +1 -4
  446. package/styles/h-scroll/tailwind.scss +1 -4
  447. package/styles/highcontrast-light.css +14 -95
  448. package/styles/highcontrast.css +14 -95
  449. package/styles/material-dark.css +14 -95
  450. package/styles/material.css +14 -95
  451. package/styles/menu/bootstrap-dark.css +0 -27
  452. package/styles/menu/bootstrap-dark.scss +1 -8
  453. package/styles/menu/bootstrap.css +0 -27
  454. package/styles/menu/bootstrap.scss +1 -8
  455. package/styles/menu/bootstrap4.css +0 -27
  456. package/styles/menu/bootstrap4.scss +1 -8
  457. package/styles/menu/bootstrap5-dark.css +1 -28
  458. package/styles/menu/bootstrap5-dark.scss +1 -8
  459. package/styles/menu/bootstrap5.css +1 -28
  460. package/styles/menu/bootstrap5.scss +1 -8
  461. package/styles/menu/fabric-dark.css +0 -27
  462. package/styles/menu/fabric-dark.scss +1 -8
  463. package/styles/menu/fabric.css +0 -27
  464. package/styles/menu/fabric.scss +1 -8
  465. package/styles/menu/fluent-dark.css +1 -28
  466. package/styles/menu/fluent-dark.scss +1 -8
  467. package/styles/menu/fluent.css +1 -28
  468. package/styles/menu/fluent.scss +1 -8
  469. package/styles/menu/highcontrast-light.css +0 -27
  470. package/styles/menu/highcontrast-light.scss +1 -8
  471. package/styles/menu/highcontrast.css +0 -27
  472. package/styles/menu/highcontrast.scss +1 -8
  473. package/styles/menu/material-dark.css +0 -27
  474. package/styles/menu/material-dark.scss +1 -8
  475. package/styles/menu/material.css +0 -27
  476. package/styles/menu/material.scss +1 -8
  477. package/styles/menu/tailwind-dark.css +1 -28
  478. package/styles/menu/tailwind-dark.scss +1 -8
  479. package/styles/menu/tailwind.css +1 -28
  480. package/styles/menu/tailwind.scss +1 -8
  481. package/styles/pager/bootstrap-dark.css +3 -5
  482. package/styles/pager/bootstrap-dark.scss +1 -4
  483. package/styles/pager/bootstrap.css +3 -5
  484. package/styles/pager/bootstrap.scss +1 -4
  485. package/styles/pager/bootstrap4.css +3 -5
  486. package/styles/pager/bootstrap4.scss +1 -4
  487. package/styles/pager/bootstrap5-dark.css +3 -5
  488. package/styles/pager/bootstrap5-dark.scss +1 -4
  489. package/styles/pager/bootstrap5.css +3 -5
  490. package/styles/pager/bootstrap5.scss +1 -4
  491. package/styles/pager/fabric-dark.css +3 -5
  492. package/styles/pager/fabric-dark.scss +1 -4
  493. package/styles/pager/fabric.css +3 -5
  494. package/styles/pager/fabric.scss +1 -4
  495. package/styles/pager/fluent-dark.css +3 -5
  496. package/styles/pager/fluent-dark.scss +1 -4
  497. package/styles/pager/fluent.css +3 -5
  498. package/styles/pager/fluent.scss +1 -4
  499. package/styles/pager/highcontrast-light.css +2 -4
  500. package/styles/pager/highcontrast-light.scss +1 -4
  501. package/styles/pager/highcontrast.css +2 -4
  502. package/styles/pager/highcontrast.scss +1 -4
  503. package/styles/pager/material-dark.css +2 -4
  504. package/styles/pager/material-dark.scss +1 -4
  505. package/styles/pager/material.css +2 -4
  506. package/styles/pager/material.scss +1 -4
  507. package/styles/pager/tailwind-dark.css +3 -5
  508. package/styles/pager/tailwind-dark.scss +1 -4
  509. package/styles/pager/tailwind.css +3 -5
  510. package/styles/pager/tailwind.scss +1 -4
  511. package/styles/sidebar/bootstrap-dark.css +0 -4
  512. package/styles/sidebar/bootstrap-dark.scss +1 -3
  513. package/styles/sidebar/bootstrap.css +0 -4
  514. package/styles/sidebar/bootstrap.scss +1 -3
  515. package/styles/sidebar/bootstrap4.css +0 -4
  516. package/styles/sidebar/bootstrap4.scss +1 -3
  517. package/styles/sidebar/bootstrap5-dark.css +0 -4
  518. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  519. package/styles/sidebar/bootstrap5.css +0 -4
  520. package/styles/sidebar/bootstrap5.scss +1 -3
  521. package/styles/sidebar/fabric-dark.css +0 -4
  522. package/styles/sidebar/fabric-dark.scss +1 -3
  523. package/styles/sidebar/fabric.css +0 -4
  524. package/styles/sidebar/fabric.scss +1 -3
  525. package/styles/sidebar/fluent-dark.css +0 -4
  526. package/styles/sidebar/fluent-dark.scss +1 -3
  527. package/styles/sidebar/fluent.css +0 -4
  528. package/styles/sidebar/fluent.scss +1 -3
  529. package/styles/sidebar/highcontrast-light.css +0 -4
  530. package/styles/sidebar/highcontrast-light.scss +1 -3
  531. package/styles/sidebar/highcontrast.css +0 -4
  532. package/styles/sidebar/highcontrast.scss +1 -3
  533. package/styles/sidebar/material-dark.css +0 -4
  534. package/styles/sidebar/material-dark.scss +1 -3
  535. package/styles/sidebar/material.css +0 -4
  536. package/styles/sidebar/material.scss +1 -3
  537. package/styles/sidebar/tailwind-dark.css +0 -4
  538. package/styles/sidebar/tailwind-dark.scss +1 -3
  539. package/styles/sidebar/tailwind.css +0 -4
  540. package/styles/sidebar/tailwind.scss +1 -3
  541. package/styles/tab/bootstrap-dark.css +1 -1
  542. package/styles/tab/bootstrap-dark.scss +1 -5
  543. package/styles/tab/bootstrap.css +1 -1
  544. package/styles/tab/bootstrap.scss +1 -5
  545. package/styles/tab/bootstrap4.css +1 -1
  546. package/styles/tab/bootstrap4.scss +1 -5
  547. package/styles/tab/bootstrap5-dark.css +2 -5
  548. package/styles/tab/bootstrap5-dark.scss +1 -5
  549. package/styles/tab/bootstrap5.css +2 -5
  550. package/styles/tab/bootstrap5.scss +1 -5
  551. package/styles/tab/fabric-dark.css +1 -1
  552. package/styles/tab/fabric-dark.scss +1 -5
  553. package/styles/tab/fabric.css +1 -1
  554. package/styles/tab/fabric.scss +1 -5
  555. package/styles/tab/fluent-dark.css +5 -5
  556. package/styles/tab/fluent-dark.scss +1 -5
  557. package/styles/tab/fluent.css +5 -5
  558. package/styles/tab/fluent.scss +1 -5
  559. package/styles/tab/highcontrast-light.css +1 -1
  560. package/styles/tab/highcontrast-light.scss +1 -5
  561. package/styles/tab/highcontrast.css +1 -1
  562. package/styles/tab/highcontrast.scss +1 -5
  563. package/styles/tab/material-dark.css +1 -1
  564. package/styles/tab/material-dark.scss +1 -5
  565. package/styles/tab/material.css +1 -1
  566. package/styles/tab/material.scss +1 -5
  567. package/styles/tab/tailwind-dark.css +1 -1
  568. package/styles/tab/tailwind-dark.scss +1 -5
  569. package/styles/tab/tailwind.css +1 -1
  570. package/styles/tab/tailwind.scss +1 -5
  571. package/styles/tailwind-dark.css +18 -99
  572. package/styles/tailwind.css +18 -99
  573. package/styles/toolbar/bootstrap-dark.css +0 -2
  574. package/styles/toolbar/bootstrap-dark.scss +1 -8
  575. package/styles/toolbar/bootstrap.css +0 -2
  576. package/styles/toolbar/bootstrap.scss +1 -8
  577. package/styles/toolbar/bootstrap4.css +0 -2
  578. package/styles/toolbar/bootstrap4.scss +1 -8
  579. package/styles/toolbar/bootstrap5-dark.css +1 -4
  580. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  581. package/styles/toolbar/bootstrap5.css +1 -4
  582. package/styles/toolbar/bootstrap5.scss +1 -8
  583. package/styles/toolbar/fabric-dark.css +0 -2
  584. package/styles/toolbar/fabric-dark.scss +1 -8
  585. package/styles/toolbar/fabric.css +0 -2
  586. package/styles/toolbar/fabric.scss +1 -8
  587. package/styles/toolbar/fluent-dark.css +1 -3
  588. package/styles/toolbar/fluent-dark.scss +1 -8
  589. package/styles/toolbar/fluent.css +1 -3
  590. package/styles/toolbar/fluent.scss +1 -8
  591. package/styles/toolbar/highcontrast-light.css +0 -2
  592. package/styles/toolbar/highcontrast-light.scss +1 -8
  593. package/styles/toolbar/highcontrast.css +0 -2
  594. package/styles/toolbar/highcontrast.scss +1 -8
  595. package/styles/toolbar/material-dark.css +0 -2
  596. package/styles/toolbar/material-dark.scss +1 -8
  597. package/styles/toolbar/material.css +0 -2
  598. package/styles/toolbar/material.scss +1 -8
  599. package/styles/toolbar/tailwind-dark.css +1 -3
  600. package/styles/toolbar/tailwind-dark.scss +1 -8
  601. package/styles/toolbar/tailwind.css +1 -3
  602. package/styles/toolbar/tailwind.scss +1 -8
  603. package/styles/treeview/bootstrap-dark.css +0 -6
  604. package/styles/treeview/bootstrap-dark.scss +1 -6
  605. package/styles/treeview/bootstrap.css +0 -6
  606. package/styles/treeview/bootstrap.scss +1 -6
  607. package/styles/treeview/bootstrap4.css +0 -6
  608. package/styles/treeview/bootstrap4.scss +1 -6
  609. package/styles/treeview/bootstrap5-dark.css +0 -6
  610. package/styles/treeview/bootstrap5-dark.scss +1 -6
  611. package/styles/treeview/bootstrap5.css +0 -6
  612. package/styles/treeview/bootstrap5.scss +1 -6
  613. package/styles/treeview/fabric-dark.css +0 -6
  614. package/styles/treeview/fabric-dark.scss +1 -6
  615. package/styles/treeview/fabric.css +0 -6
  616. package/styles/treeview/fabric.scss +1 -6
  617. package/styles/treeview/fluent-dark.css +0 -6
  618. package/styles/treeview/fluent-dark.scss +1 -6
  619. package/styles/treeview/fluent.css +0 -6
  620. package/styles/treeview/fluent.scss +1 -6
  621. package/styles/treeview/highcontrast-light.css +0 -6
  622. package/styles/treeview/highcontrast-light.scss +1 -6
  623. package/styles/treeview/highcontrast.css +0 -6
  624. package/styles/treeview/highcontrast.scss +1 -6
  625. package/styles/treeview/material-dark.css +0 -6
  626. package/styles/treeview/material-dark.scss +1 -6
  627. package/styles/treeview/material.css +0 -6
  628. package/styles/treeview/material.scss +1 -6
  629. package/styles/treeview/tailwind-dark.css +0 -6
  630. package/styles/treeview/tailwind-dark.scss +1 -6
  631. package/styles/treeview/tailwind.css +0 -6
  632. package/styles/treeview/tailwind.scss +1 -6
  633. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  634. package/styles/v-scroll/bootstrap.scss +1 -4
  635. package/styles/v-scroll/bootstrap4.scss +1 -4
  636. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  637. package/styles/v-scroll/bootstrap5.scss +1 -4
  638. package/styles/v-scroll/fabric-dark.scss +1 -4
  639. package/styles/v-scroll/fabric.scss +1 -4
  640. package/styles/v-scroll/fluent-dark.scss +1 -4
  641. package/styles/v-scroll/fluent.scss +1 -4
  642. package/styles/v-scroll/highcontrast-light.scss +1 -4
  643. package/styles/v-scroll/highcontrast.scss +1 -4
  644. package/styles/v-scroll/material-dark.scss +1 -4
  645. package/styles/v-scroll/material.scss +1 -4
  646. package/styles/v-scroll/tailwind-dark.scss +1 -4
  647. package/styles/v-scroll/tailwind.scss +1 -4
  648. package/esm2020/public_api.mjs +0 -3
  649. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  650. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  651. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  652. package/esm2020/src/accordion/items.directive.mjs +0 -72
  653. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  654. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  655. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  656. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  657. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  658. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  659. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  660. package/esm2020/src/carousel/items.directive.mjs +0 -66
  661. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  662. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  663. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  664. package/esm2020/src/index.mjs +0 -35
  665. package/esm2020/src/menu/items.directive.mjs +0 -46
  666. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  667. package/esm2020/src/menu/menu.component.mjs +0 -71
  668. package/esm2020/src/menu/menu.module.mjs +0 -34
  669. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  670. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  671. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  672. package/esm2020/src/tab/items.directive.mjs +0 -78
  673. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  674. package/esm2020/src/tab/tab.component.mjs +0 -64
  675. package/esm2020/src/tab/tab.module.mjs +0 -34
  676. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  677. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  678. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  679. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  680. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  681. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  682. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  683. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  684. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1352
  685. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  686. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1352
  687. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  688. package/styles/accordion/_all.scss +0 -2
  689. package/styles/accordion/_bootstrap-dark-definition.scss +0 -75
  690. package/styles/accordion/_bootstrap-definition.scss +0 -80
  691. package/styles/accordion/_bootstrap4-definition.scss +0 -89
  692. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  693. package/styles/accordion/_bootstrap5-definition.scss +0 -85
  694. package/styles/accordion/_fabric-dark-definition.scss +0 -78
  695. package/styles/accordion/_fabric-definition.scss +0 -83
  696. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  697. package/styles/accordion/_fluent-definition.scss +0 -84
  698. package/styles/accordion/_fusionnew-definition.scss +0 -85
  699. package/styles/accordion/_highcontrast-definition.scss +0 -110
  700. package/styles/accordion/_highcontrast-light-definition.scss +0 -108
  701. package/styles/accordion/_layout.scss +0 -416
  702. package/styles/accordion/_material-dark-definition.scss +0 -81
  703. package/styles/accordion/_material-definition.scss +0 -77
  704. package/styles/accordion/_material3-definition.scss +0 -85
  705. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  706. package/styles/accordion/_tailwind-definition.scss +0 -82
  707. package/styles/accordion/_theme.scss +0 -549
  708. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  709. package/styles/accordion/icons/_bootstrap.scss +0 -17
  710. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  711. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  712. package/styles/accordion/icons/_bootstrap5.scss +0 -17
  713. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  714. package/styles/accordion/icons/_fabric.scss +0 -17
  715. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  716. package/styles/accordion/icons/_fluent.scss +0 -17
  717. package/styles/accordion/icons/_fusionnew.scss +0 -17
  718. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  719. package/styles/accordion/icons/_highcontrast.scss +0 -17
  720. package/styles/accordion/icons/_material-dark.scss +0 -17
  721. package/styles/accordion/icons/_material.scss +0 -17
  722. package/styles/accordion/icons/_material3.scss +0 -17
  723. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  724. package/styles/accordion/icons/_tailwind.scss +0 -17
  725. package/styles/appbar/_all.scss +0 -2
  726. package/styles/appbar/_bootstrap-dark-definition.scss +0 -5
  727. package/styles/appbar/_bootstrap-definition.scss +0 -5
  728. package/styles/appbar/_bootstrap4-definition.scss +0 -5
  729. package/styles/appbar/_bootstrap5-definition.scss +0 -5
  730. package/styles/appbar/_fabric-dark-definition.scss +0 -5
  731. package/styles/appbar/_fabric-definition.scss +0 -5
  732. package/styles/appbar/_fluent-definition.scss +0 -5
  733. package/styles/appbar/_fusionnew-definition.scss +0 -5
  734. package/styles/appbar/_highcontrast-definition.scss +0 -5
  735. package/styles/appbar/_highcontrast-light-definition.scss +0 -5
  736. package/styles/appbar/_layout.scss +0 -72
  737. package/styles/appbar/_material-dark-definition.scss +0 -5
  738. package/styles/appbar/_material-definition.scss +0 -5
  739. package/styles/appbar/_material3-definition.scss +0 -5
  740. package/styles/appbar/_tailwind-definition.scss +0 -5
  741. package/styles/appbar/_theme.scss +0 -143
  742. package/styles/breadcrumb/_all.scss +0 -3
  743. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -54
  744. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  745. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  746. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  747. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  748. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  749. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  750. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  751. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  752. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  753. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  754. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  755. package/styles/breadcrumb/_layout.scss +0 -491
  756. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  757. package/styles/breadcrumb/_material-definition.scss +0 -50
  758. package/styles/breadcrumb/_material3-definition.scss +0 -59
  759. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  760. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  761. package/styles/breadcrumb/_theme.scss +0 -160
  762. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  763. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  764. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  765. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  766. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  767. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  768. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  769. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  770. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  771. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  772. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  773. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  774. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  775. package/styles/breadcrumb/icons/_material.scss +0 -25
  776. package/styles/breadcrumb/icons/_material3.scss +0 -25
  777. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  778. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  779. package/styles/carousel/_all.scss +0 -2
  780. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  781. package/styles/carousel/_bootstrap-definition.scss +0 -22
  782. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  783. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  784. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  785. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  786. package/styles/carousel/_fabric-definition.scss +0 -22
  787. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  788. package/styles/carousel/_fluent-definition.scss +0 -22
  789. package/styles/carousel/_fusionnew-definition.scss +0 -22
  790. package/styles/carousel/_highcontrast-definition.scss +0 -22
  791. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  792. package/styles/carousel/_layout.scss +0 -210
  793. package/styles/carousel/_material-dark-definition.scss +0 -22
  794. package/styles/carousel/_material-definition.scss +0 -22
  795. package/styles/carousel/_material3-definition.scss +0 -22
  796. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  797. package/styles/carousel/_tailwind-definition.scss +0 -22
  798. package/styles/carousel/_theme.scss +0 -56
  799. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  800. package/styles/carousel/icons/_bootstrap.scss +0 -30
  801. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  802. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  803. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  804. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  805. package/styles/carousel/icons/_fabric.scss +0 -30
  806. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  807. package/styles/carousel/icons/_fluent.scss +0 -30
  808. package/styles/carousel/icons/_fusionnew.scss +0 -30
  809. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  810. package/styles/carousel/icons/_highcontrast.scss +0 -30
  811. package/styles/carousel/icons/_material-dark.scss +0 -30
  812. package/styles/carousel/icons/_material.scss +0 -30
  813. package/styles/carousel/icons/_material3.scss +0 -30
  814. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  815. package/styles/carousel/icons/_tailwind.scss +0 -30
  816. package/styles/context-menu/_all.scss +0 -2
  817. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -53
  818. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  819. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  820. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  821. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  822. package/styles/context-menu/_fabric-dark-definition.scss +0 -53
  823. package/styles/context-menu/_fabric-definition.scss +0 -50
  824. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  825. package/styles/context-menu/_fluent-definition.scss +0 -52
  826. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  827. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  828. package/styles/context-menu/_highcontrast-light-definition.scss +0 -53
  829. package/styles/context-menu/_layout-mixin.scss +0 -168
  830. package/styles/context-menu/_layout.scss +0 -150
  831. package/styles/context-menu/_material-dark-definition.scss +0 -53
  832. package/styles/context-menu/_material-definition.scss +0 -50
  833. package/styles/context-menu/_material3-definition.scss +0 -52
  834. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  835. package/styles/context-menu/_tailwind-definition.scss +0 -53
  836. package/styles/context-menu/_theme-mixin.scss +0 -59
  837. package/styles/context-menu/_theme.scss +0 -64
  838. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -33
  839. package/styles/context-menu/icons/_bootstrap.scss +0 -33
  840. package/styles/context-menu/icons/_bootstrap4.scss +0 -33
  841. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  842. package/styles/context-menu/icons/_bootstrap5.scss +0 -33
  843. package/styles/context-menu/icons/_fabric-dark.scss +0 -33
  844. package/styles/context-menu/icons/_fabric.scss +0 -33
  845. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  846. package/styles/context-menu/icons/_fluent.scss +0 -33
  847. package/styles/context-menu/icons/_fusionnew.scss +0 -33
  848. package/styles/context-menu/icons/_highcontrast-light.scss +0 -33
  849. package/styles/context-menu/icons/_highcontrast.scss +0 -33
  850. package/styles/context-menu/icons/_material-dark.scss +0 -33
  851. package/styles/context-menu/icons/_material.scss +0 -33
  852. package/styles/context-menu/icons/_material3.scss +0 -33
  853. package/styles/context-menu/icons/_tailwind-dark.scss +0 -33
  854. package/styles/context-menu/icons/_tailwind.scss +0 -33
  855. package/styles/h-scroll/_all.scss +0 -2
  856. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -50
  857. package/styles/h-scroll/_bootstrap-definition.scss +0 -49
  858. package/styles/h-scroll/_bootstrap4-definition.scss +0 -49
  859. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  860. package/styles/h-scroll/_bootstrap5-definition.scss +0 -76
  861. package/styles/h-scroll/_fabric-dark-definition.scss +0 -51
  862. package/styles/h-scroll/_fabric-definition.scss +0 -48
  863. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  864. package/styles/h-scroll/_fluent-definition.scss +0 -76
  865. package/styles/h-scroll/_fusionnew-definition.scss +0 -76
  866. package/styles/h-scroll/_highcontrast-definition.scss +0 -52
  867. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -55
  868. package/styles/h-scroll/_layout.scss +0 -201
  869. package/styles/h-scroll/_material-dark-definition.scss +0 -78
  870. package/styles/h-scroll/_material-definition.scss +0 -75
  871. package/styles/h-scroll/_material3-definition.scss +0 -76
  872. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  873. package/styles/h-scroll/_tailwind-definition.scss +0 -76
  874. package/styles/h-scroll/_theme.scss +0 -160
  875. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -49
  876. package/styles/h-scroll/icons/_bootstrap.scss +0 -49
  877. package/styles/h-scroll/icons/_bootstrap4.scss +0 -49
  878. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  879. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  880. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  881. package/styles/h-scroll/icons/_fabric.scss +0 -49
  882. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  883. package/styles/h-scroll/icons/_fluent.scss +0 -49
  884. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  885. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  886. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  887. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  888. package/styles/h-scroll/icons/_material.scss +0 -49
  889. package/styles/h-scroll/icons/_material3.scss +0 -49
  890. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  891. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  892. package/styles/menu/_all.scss +0 -2
  893. package/styles/menu/_bootstrap-dark-definition.scss +0 -64
  894. package/styles/menu/_bootstrap-definition.scss +0 -65
  895. package/styles/menu/_bootstrap4-definition.scss +0 -64
  896. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  897. package/styles/menu/_bootstrap5-definition.scss +0 -67
  898. package/styles/menu/_fabric-dark-definition.scss +0 -64
  899. package/styles/menu/_fabric-definition.scss +0 -64
  900. package/styles/menu/_fluent-dark-definition.scss +0 -1
  901. package/styles/menu/_fluent-definition.scss +0 -67
  902. package/styles/menu/_fusionnew-definition.scss +0 -67
  903. package/styles/menu/_highcontrast-definition.scss +0 -65
  904. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  905. package/styles/menu/_layout.scss +0 -709
  906. package/styles/menu/_material-dark-definition.scss +0 -64
  907. package/styles/menu/_material-definition.scss +0 -64
  908. package/styles/menu/_material3-definition.scss +0 -67
  909. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  910. package/styles/menu/_tailwind-definition.scss +0 -66
  911. package/styles/menu/_theme.scss +0 -287
  912. package/styles/menu/icons/_bootstrap-dark.scss +0 -134
  913. package/styles/menu/icons/_bootstrap.scss +0 -134
  914. package/styles/menu/icons/_bootstrap4.scss +0 -134
  915. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  916. package/styles/menu/icons/_bootstrap5.scss +0 -134
  917. package/styles/menu/icons/_fabric-dark.scss +0 -134
  918. package/styles/menu/icons/_fabric.scss +0 -134
  919. package/styles/menu/icons/_fluent-dark.scss +0 -1
  920. package/styles/menu/icons/_fluent.scss +0 -134
  921. package/styles/menu/icons/_fusionnew.scss +0 -134
  922. package/styles/menu/icons/_highcontrast-light.scss +0 -134
  923. package/styles/menu/icons/_highcontrast.scss +0 -134
  924. package/styles/menu/icons/_material-dark.scss +0 -134
  925. package/styles/menu/icons/_material.scss +0 -134
  926. package/styles/menu/icons/_material3.scss +0 -134
  927. package/styles/menu/icons/_tailwind-dark.scss +0 -134
  928. package/styles/menu/icons/_tailwind.scss +0 -134
  929. package/styles/pager/_all.scss +0 -2
  930. package/styles/pager/_bootstrap-dark-definition.scss +0 -131
  931. package/styles/pager/_bootstrap-definition.scss +0 -131
  932. package/styles/pager/_bootstrap4-definition.scss +0 -131
  933. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  934. package/styles/pager/_bootstrap5-definition.scss +0 -146
  935. package/styles/pager/_fabric-dark-definition.scss +0 -131
  936. package/styles/pager/_fabric-definition.scss +0 -129
  937. package/styles/pager/_fluent-dark-definition.scss +0 -1
  938. package/styles/pager/_fluent-definition.scss +0 -133
  939. package/styles/pager/_fusionnew-definition.scss +0 -146
  940. package/styles/pager/_highcontrast-definition.scss +0 -129
  941. package/styles/pager/_highcontrast-light-definition.scss +0 -131
  942. package/styles/pager/_layout.scss +0 -896
  943. package/styles/pager/_material-dark-definition.scss +0 -132
  944. package/styles/pager/_material-definition.scss +0 -130
  945. package/styles/pager/_material3-definition.scss +0 -146
  946. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  947. package/styles/pager/_tailwind-definition.scss +0 -132
  948. package/styles/pager/_theme.scss +0 -152
  949. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  950. package/styles/pager/icons/_bootstrap.scss +0 -50
  951. package/styles/pager/icons/_bootstrap4.scss +0 -50
  952. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  953. package/styles/pager/icons/_bootstrap5.scss +0 -50
  954. package/styles/pager/icons/_fabric-dark.scss +0 -50
  955. package/styles/pager/icons/_fabric.scss +0 -50
  956. package/styles/pager/icons/_fluent-dark.scss +0 -1
  957. package/styles/pager/icons/_fluent.scss +0 -50
  958. package/styles/pager/icons/_fusionnew.scss +0 -50
  959. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  960. package/styles/pager/icons/_highcontrast.scss +0 -46
  961. package/styles/pager/icons/_material-dark.scss +0 -50
  962. package/styles/pager/icons/_material.scss +0 -46
  963. package/styles/pager/icons/_material3.scss +0 -50
  964. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  965. package/styles/pager/icons/_tailwind.scss +0 -50
  966. package/styles/sidebar/_all.scss +0 -3
  967. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  968. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  969. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  970. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  971. package/styles/sidebar/_bootstrap5-definition.scss +0 -6
  972. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  973. package/styles/sidebar/_fabric-definition.scss +0 -4
  974. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  975. package/styles/sidebar/_fluent-definition.scss +0 -6
  976. package/styles/sidebar/_fusionnew-definition.scss +0 -6
  977. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  978. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  979. package/styles/sidebar/_icons.scss +0 -1
  980. package/styles/sidebar/_layout.scss +0 -1
  981. package/styles/sidebar/_material-dark-definition.scss +0 -4
  982. package/styles/sidebar/_material-definition.scss +0 -6
  983. package/styles/sidebar/_material3-definition.scss +0 -6
  984. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  985. package/styles/sidebar/_tailwind-definition.scss +0 -6
  986. package/styles/sidebar/_theme.scss +0 -182
  987. package/styles/tab/_all.scss +0 -2
  988. package/styles/tab/_bootstrap-dark-definition.scss +0 -398
  989. package/styles/tab/_bootstrap-definition.scss +0 -407
  990. package/styles/tab/_bootstrap4-definition.scss +0 -411
  991. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  992. package/styles/tab/_bootstrap5-definition.scss +0 -401
  993. package/styles/tab/_fabric-dark-definition.scss +0 -406
  994. package/styles/tab/_fabric-definition.scss +0 -421
  995. package/styles/tab/_fluent-dark-definition.scss +0 -1
  996. package/styles/tab/_fluent-definition.scss +0 -409
  997. package/styles/tab/_fusionnew-definition.scss +0 -401
  998. package/styles/tab/_highcontrast-definition.scss +0 -445
  999. package/styles/tab/_highcontrast-light-definition.scss +0 -433
  1000. package/styles/tab/_icons.scss +0 -44
  1001. package/styles/tab/_layout.scss +0 -4113
  1002. package/styles/tab/_material-dark-definition.scss +0 -417
  1003. package/styles/tab/_material-definition.scss +0 -427
  1004. package/styles/tab/_material3-definition.scss +0 -401
  1005. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  1006. package/styles/tab/_tailwind-definition.scss +0 -430
  1007. package/styles/tab/_theme.scss +0 -2024
  1008. package/styles/tab/icons/_bootstrap-dark.scss +0 -141
  1009. package/styles/tab/icons/_bootstrap.scss +0 -141
  1010. package/styles/tab/icons/_bootstrap4.scss +0 -141
  1011. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  1012. package/styles/tab/icons/_bootstrap5.scss +0 -141
  1013. package/styles/tab/icons/_fabric-dark.scss +0 -141
  1014. package/styles/tab/icons/_fabric.scss +0 -141
  1015. package/styles/tab/icons/_fluent-dark.scss +0 -1
  1016. package/styles/tab/icons/_fluent.scss +0 -141
  1017. package/styles/tab/icons/_fusionnew.scss +0 -141
  1018. package/styles/tab/icons/_highcontrast-light.scss +0 -141
  1019. package/styles/tab/icons/_highcontrast.scss +0 -141
  1020. package/styles/tab/icons/_material-dark.scss +0 -141
  1021. package/styles/tab/icons/_material.scss +0 -141
  1022. package/styles/tab/icons/_material3.scss +0 -141
  1023. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  1024. package/styles/tab/icons/_tailwind.scss +0 -141
  1025. package/styles/toolbar/_all.scss +0 -2
  1026. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -143
  1027. package/styles/toolbar/_bootstrap-definition.scss +0 -141
  1028. package/styles/toolbar/_bootstrap4-definition.scss +0 -146
  1029. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  1030. package/styles/toolbar/_bootstrap5-definition.scss +0 -162
  1031. package/styles/toolbar/_fabric-dark-definition.scss +0 -162
  1032. package/styles/toolbar/_fabric-definition.scss +0 -147
  1033. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  1034. package/styles/toolbar/_fluent-definition.scss +0 -150
  1035. package/styles/toolbar/_fusionnew-definition.scss +0 -162
  1036. package/styles/toolbar/_highcontrast-definition.scss +0 -157
  1037. package/styles/toolbar/_highcontrast-light-definition.scss +0 -173
  1038. package/styles/toolbar/_layout.scss +0 -1440
  1039. package/styles/toolbar/_material-dark-definition.scss +0 -184
  1040. package/styles/toolbar/_material-definition.scss +0 -170
  1041. package/styles/toolbar/_material3-definition.scss +0 -162
  1042. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  1043. package/styles/toolbar/_tailwind-definition.scss +0 -150
  1044. package/styles/toolbar/_theme.scss +0 -550
  1045. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  1046. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  1047. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  1048. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  1049. package/styles/toolbar/icons/_bootstrap5.scss +0 -16
  1050. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  1051. package/styles/toolbar/icons/_fabric.scss +0 -16
  1052. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  1053. package/styles/toolbar/icons/_fluent.scss +0 -16
  1054. package/styles/toolbar/icons/_fusionnew.scss +0 -16
  1055. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  1056. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  1057. package/styles/toolbar/icons/_material-dark.scss +0 -16
  1058. package/styles/toolbar/icons/_material.scss +0 -16
  1059. package/styles/toolbar/icons/_material3.scss +0 -16
  1060. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  1061. package/styles/toolbar/icons/_tailwind.scss +0 -16
  1062. package/styles/treeview/_all.scss +0 -2
  1063. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  1064. package/styles/treeview/_bootstrap-definition.scss +0 -113
  1065. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  1066. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  1067. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  1068. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  1069. package/styles/treeview/_fabric-definition.scss +0 -112
  1070. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  1071. package/styles/treeview/_fluent-definition.scss +0 -120
  1072. package/styles/treeview/_fusionnew-definition.scss +0 -120
  1073. package/styles/treeview/_highcontrast-definition.scss +0 -118
  1074. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  1075. package/styles/treeview/_layout.scss +0 -1036
  1076. package/styles/treeview/_material-dark-definition.scss +0 -114
  1077. package/styles/treeview/_material-definition.scss +0 -112
  1078. package/styles/treeview/_material3-definition.scss +0 -120
  1079. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  1080. package/styles/treeview/_tailwind-definition.scss +0 -124
  1081. package/styles/treeview/_theme.scss +0 -364
  1082. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  1083. package/styles/treeview/icons/_bootstrap.scss +0 -39
  1084. package/styles/treeview/icons/_bootstrap4.scss +0 -39
  1085. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  1086. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  1087. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  1088. package/styles/treeview/icons/_fabric.scss +0 -43
  1089. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  1090. package/styles/treeview/icons/_fluent.scss +0 -43
  1091. package/styles/treeview/icons/_fusionnew.scss +0 -43
  1092. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  1093. package/styles/treeview/icons/_highcontrast.scss +0 -43
  1094. package/styles/treeview/icons/_material-dark.scss +0 -43
  1095. package/styles/treeview/icons/_material.scss +0 -43
  1096. package/styles/treeview/icons/_material3.scss +0 -43
  1097. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  1098. package/styles/treeview/icons/_tailwind.scss +0 -43
  1099. package/styles/v-scroll/_all.scss +0 -2
  1100. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -51
  1101. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  1102. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  1103. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  1104. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  1105. package/styles/v-scroll/_fabric-dark-definition.scss +0 -52
  1106. package/styles/v-scroll/_fabric-definition.scss +0 -50
  1107. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  1108. package/styles/v-scroll/_fluent-definition.scss +0 -49
  1109. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  1110. package/styles/v-scroll/_highcontrast-definition.scss +0 -51
  1111. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -53
  1112. package/styles/v-scroll/_layout.scss +0 -163
  1113. package/styles/v-scroll/_material-dark-definition.scss +0 -79
  1114. package/styles/v-scroll/_material-definition.scss +0 -77
  1115. package/styles/v-scroll/_material3-definition.scss +0 -49
  1116. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  1117. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  1118. package/styles/v-scroll/_theme.scss +0 -134
  1119. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  1120. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  1121. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  1122. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  1123. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  1124. package/styles/v-scroll/icons/_fabric-dark.scss +0 -27
  1125. package/styles/v-scroll/icons/_fabric.scss +0 -27
  1126. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  1127. package/styles/v-scroll/icons/_fluent.scss +0 -27
  1128. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  1129. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -27
  1130. package/styles/v-scroll/icons/_highcontrast.scss +0 -27
  1131. package/styles/v-scroll/icons/_material-dark.scss +0 -27
  1132. package/styles/v-scroll/icons/_material.scss +0 -27
  1133. package/styles/v-scroll/icons/_material3.scss +0 -27
  1134. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  1135. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  1136. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'tab';
4
+ exports.sampleName = 'scrollable';
5
+ exports.diModules = null;
6
+ exports.packageName = '@syncfusion/ej2-angular-navigations';
7
+ exports.libModules = 'TabModule';
@@ -0,0 +1,9 @@
1
+ .e-tab {
2
+ max-width: 500px;
3
+ margin: auto;
4
+ }
5
+
6
+ .e-tab .e-content {
7
+ padding: 10px;
8
+ text-align: justify;
9
+ }
@@ -0,0 +1,118 @@
1
+ <ejs-tab heightAdjustMode='Auto' overflowMode="Scrollable">
2
+ <e-tabitems>
3
+ <e-tabitem>
4
+ <ng-template #headerText>
5
+ HTML
6
+ </ng-template>
7
+ <ng-template #content>
8
+ HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create
9
+ web pages. Along
10
+ with CSS, and JavaScript, HTML is a cornerstone technology, used by most websites to create visually
11
+ engaging web
12
+ pages, user interfaces for web applications, and user interfaces for many mobile applications. Web
13
+ browsers can read
14
+ HTML files and render them into visible or audible web pages. HTML describes the structure of a website
15
+ semantically
16
+ along with cues for presentation, making it a markup language, rather than a programming language.
17
+ </ng-template>
18
+ </e-tabitem>
19
+ <e-tabitem>
20
+ <ng-template #headerText>
21
+ C Sharp(C#)
22
+ </ng-template>
23
+ <ng-template #content>
24
+ C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its
25
+ development team is led
26
+ by Anders Hejlsberg. The most recent version is C# 5.0, which was released on August 15, 2012.
27
+ </ng-template>
28
+ </e-tabitem>
29
+ <e-tabitem>
30
+ <ng-template #headerText>
31
+ Java
32
+ </ng-template>
33
+ <ng-template #content>
34
+ Java is a set of computer software and specifications developed by Sun Microsystems, later acquired by
35
+ Oracle Corporation,
36
+ that provides a system for developing application software and deploying it in a cross-platform
37
+ computing environment.
38
+ Java is used in a wide variety of computing platforms from embedded devices and mobile phones to
39
+ enterprise servers
40
+ and supercomputers. While less common, Java applets run in secure, sandboxed environments to provide
41
+ many features
42
+ of native applications and can be embedded in HTML pages.
43
+ </ng-template>
44
+ </e-tabitem>
45
+ <e-tabitem>
46
+ <ng-template #headerText>
47
+ VB.Net
48
+ </ng-template>
49
+ <ng-template #content>
50
+ The command-line compiler, VBC.EXE, is installed as part of the freeware .NET Framework SDK. Mono also
51
+ includes a command-line
52
+ VB.NET compiler. The most recent version is VB 2012, which was released on August 15, 2012.
53
+ </ng-template>
54
+ </e-tabitem>
55
+ <e-tabitem>
56
+ <ng-template #headerText>
57
+ Xamarin
58
+ </ng-template>
59
+ <ng-template #content>
60
+ Xamarin is a San Francisco, California based software company created in May 2011[3] by the engineers
61
+ that created Mono,[4]
62
+ Mono for Android and MonoTouch that are cross-platform implementations of the Common Language
63
+ Infrastructure (CLI)
64
+ and Common Language Specifications (often called Microsoft .NET). With a C#-shared codebase, developers
65
+ can use Xamarin
66
+ tools to write native Android, iOS, and Windows apps with native user interfaces and share code across
67
+ multiple platforms.[5]
68
+ Xamarin has over 1 million developers in more than 120 countries around the World as of May 2015.
69
+ </ng-template>
70
+ </e-tabitem>
71
+ <e-tabitem>
72
+ <ng-template #headerText>
73
+ ASP.NET
74
+ </ng-template>
75
+ <ng-template #content>
76
+ ASP.NET is an open-source server-side web application framework designed for web development to produce
77
+ dynamic web pages.
78
+ It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web
79
+ services.
80
+ It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to
81
+ Microsoft\'\s
82
+ Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing
83
+ programmers
84
+ to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows
85
+ ASP.NET components
86
+ to process SOAP messages.
87
+ </ng-template>
88
+ </e-tabitem>
89
+ <e-tabitem>
90
+ <ng-template #headerText>
91
+ ASP.NET MVC
92
+ </ng-template>
93
+ <ng-template #content>
94
+ The ASP.NET MVC is a web application framework developed by Microsoft, which implements the
95
+ model–view–controller (MVC) pattern.
96
+ It is open-source software, apart from the ASP.NET Web Forms component which is proprietary. In the
97
+ later versions
98
+ of ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages)
99
+ will merge into
100
+ a unified MVC 6.The project is called ASP.NET vNext.
101
+ </ng-template>
102
+ </e-tabitem>
103
+ <e-tabitem>
104
+ <ng-template #headerText>
105
+ JavaScript
106
+ </ng-template>
107
+ <ng-template #content>
108
+ JavaScript (JS) is an interpreted computer programming language. It was originally implemented as part
109
+ of web browsers so
110
+ that client-side scripts could interact with the user, control the browser, communicate asynchronously,
111
+ and alter
112
+ the document content that was displayed.[5] More recently, however, it has become common in both game
113
+ development
114
+ and the creation of desktop applications.
115
+ </ng-template>
116
+ </e-tabitem>
117
+ </e-tabitems>
118
+ </ejs-tab>
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "tab-scrollable",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "tab-scrollable"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'tab';
4
+ exports.sampleName = 'vertical';
5
+ exports.diModules = null;
6
+ exports.packageName = '@syncfusion/ej2-angular-navigations';
7
+ exports.libModules = 'TabModule';
@@ -0,0 +1,9 @@
1
+ .e-tab {
2
+ max-width: 500px;
3
+ margin: auto;
4
+ }
5
+
6
+ .e-tab .e-content {
7
+ padding: 10px;
8
+ text-align: justify;
9
+ }
@@ -0,0 +1,118 @@
1
+ <ejs-tab heightAdjustMode='None' height='250px' overflowMode="Scrollable" headerPlacement="Left">
2
+ <e-tabitems>
3
+ <e-tabitem>
4
+ <ng-template #headerText>
5
+ HTML
6
+ </ng-template>
7
+ <ng-template #content>
8
+ HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create
9
+ web pages. Along
10
+ with CSS, and JavaScript, HTML is a cornerstone technology, used by most websites to create visually
11
+ engaging web
12
+ pages, user interfaces for web applications, and user interfaces for many mobile applications. Web
13
+ browsers can read
14
+ HTML files and render them into visible or audible web pages. HTML describes the structure of a website
15
+ semantically
16
+ along with cues for presentation, making it a markup language, rather than a programming language.
17
+ </ng-template>
18
+ </e-tabitem>
19
+ <e-tabitem>
20
+ <ng-template #headerText>
21
+ C Sharp(C#)
22
+ </ng-template>
23
+ <ng-template #content>
24
+ C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its
25
+ development team is led
26
+ by Anders Hejlsberg. The most recent version is C# 5.0, which was released on August 15, 2012.
27
+ </ng-template>
28
+ </e-tabitem>
29
+ <e-tabitem>
30
+ <ng-template #headerText>
31
+ Java
32
+ </ng-template>
33
+ <ng-template #content>
34
+ Java is a set of computer software and specifications developed by Sun Microsystems, later acquired by
35
+ Oracle Corporation,
36
+ that provides a system for developing application software and deploying it in a cross-platform
37
+ computing environment.
38
+ Java is used in a wide variety of computing platforms from embedded devices and mobile phones to
39
+ enterprise servers
40
+ and supercomputers. While less common, Java applets run in secure, sandboxed environments to provide
41
+ many features
42
+ of native applications and can be embedded in HTML pages.
43
+ </ng-template>
44
+ </e-tabitem>
45
+ <e-tabitem>
46
+ <ng-template #headerText>
47
+ VB.Net
48
+ </ng-template>
49
+ <ng-template #content>
50
+ The command-line compiler, VBC.EXE, is installed as part of the freeware .NET Framework SDK. Mono also
51
+ includes a command-line
52
+ VB.NET compiler. The most recent version is VB 2012, which was released on August 15, 2012.
53
+ </ng-template>
54
+ </e-tabitem>
55
+ <e-tabitem>
56
+ <ng-template #headerText>
57
+ Xamarin
58
+ </ng-template>
59
+ <ng-template #content>
60
+ Xamarin is a San Francisco, California based software company created in May 2011[3] by the engineers
61
+ that created Mono,[4]
62
+ Mono for Android and MonoTouch that are cross-platform implementations of the Common Language
63
+ Infrastructure (CLI)
64
+ and Common Language Specifications (often called Microsoft .NET). With a C#-shared codebase, developers
65
+ can use Xamarin
66
+ tools to write native Android, iOS, and Windows apps with native user interfaces and share code across
67
+ multiple platforms.[5]
68
+ Xamarin has over 1 million developers in more than 120 countries around the World as of May 2015.
69
+ </ng-template>
70
+ </e-tabitem>
71
+ <e-tabitem>
72
+ <ng-template #headerText>
73
+ ASP.NET
74
+ </ng-template>
75
+ <ng-template #content>
76
+ ASP.NET is an open-source server-side web application framework designed for web development to produce
77
+ dynamic web pages.
78
+ It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web
79
+ services.
80
+ It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to
81
+ Microsoft\'\s
82
+ Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing
83
+ programmers
84
+ to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows
85
+ ASP.NET components
86
+ to process SOAP messages.
87
+ </ng-template>
88
+ </e-tabitem>
89
+ <e-tabitem>
90
+ <ng-template #headerText>
91
+ ASP.NET MVC
92
+ </ng-template>
93
+ <ng-template #content>
94
+ The ASP.NET MVC is a web application framework developed by Microsoft, which implements the
95
+ model–view–controller (MVC) pattern.
96
+ It is open-source software, apart from the ASP.NET Web Forms component which is proprietary. In the
97
+ later versions
98
+ of ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages)
99
+ will merge into
100
+ a unified MVC 6.The project is called ASP.NET vNext.
101
+ </ng-template>
102
+ </e-tabitem>
103
+ <e-tabitem>
104
+ <ng-template #headerText>
105
+ JavaScript
106
+ </ng-template>
107
+ <ng-template #content>
108
+ JavaScript (JS) is an interpreted computer programming language. It was originally implemented as part
109
+ of web browsers so
110
+ that client-side scripts could interact with the user, control the browser, communicate asynchronously,
111
+ and alter
112
+ the document content that was displayed.[5] More recently, however, it has become common in both game
113
+ development
114
+ and the creation of desktop applications.
115
+ </ng-template>
116
+ </e-tabitem>
117
+ </e-tabitems>
118
+ </ejs-tab>
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "tab-vertical",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "tab-vertical"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'toolbar';
4
+ exports.sampleName = 'alignment';
5
+ exports.diModules = null;
6
+ exports.packageName = '@syncfusion/ej2-angular-navigations';
7
+ exports.libModules = 'ToolbarModule';