@syncfusion/ej2-angular-navigations 20.2.50 → 20.3.47-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 (1190) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1805 -0
  6. package/README.md +14 -0
  7. package/dist/ej2-angular-navigations.umd.js +2113 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +14 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +19 -30
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/collection.json +155 -0
  16. package/schematics/generators/accordion-default/index.d.ts +3 -0
  17. package/schematics/generators/accordion-default/index.js +8 -0
  18. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  19. package/schematics/generators/accordion-default/sample-details.js +7 -0
  20. package/{styles/sidebar/_layout.scss → schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css} +0 -0
  21. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  22. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  23. package/schematics/generators/accordion-default/schema.js +2 -0
  24. package/schematics/generators/accordion-default/schema.json +125 -0
  25. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  26. package/schematics/generators/accordion-html-template/index.js +8 -0
  27. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  28. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  29. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  30. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  31. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  32. package/schematics/generators/accordion-html-template/schema.js +2 -0
  33. package/schematics/generators/accordion-html-template/schema.json +125 -0
  34. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  35. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  36. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  37. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  38. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  39. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  40. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  41. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  42. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  43. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  44. package/schematics/generators/accordion-nested/index.js +8 -0
  45. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  46. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  47. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  48. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  49. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  50. package/schematics/generators/accordion-nested/schema.js +2 -0
  51. package/schematics/generators/accordion-nested/schema.json +125 -0
  52. package/schematics/generators/contextmenu-default/index.d.ts +3 -0
  53. package/schematics/generators/contextmenu-default/index.js +8 -0
  54. package/schematics/generators/contextmenu-default/sample-details.d.ts +5 -0
  55. package/schematics/generators/contextmenu-default/sample-details.js +7 -0
  56. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  57. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  58. package/schematics/generators/contextmenu-default/schema.d.ts +3 -0
  59. package/schematics/generators/contextmenu-default/schema.js +2 -0
  60. package/schematics/generators/contextmenu-default/schema.json +125 -0
  61. package/schematics/generators/menu-default/index.d.ts +3 -0
  62. package/schematics/generators/menu-default/index.js +8 -0
  63. package/schematics/generators/menu-default/sample-details.d.ts +5 -0
  64. package/schematics/generators/menu-default/sample-details.js +7 -0
  65. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +52 -0
  66. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  67. package/schematics/generators/menu-default/schema.d.ts +3 -0
  68. package/schematics/generators/menu-default/schema.js +2 -0
  69. package/schematics/generators/menu-default/schema.json +125 -0
  70. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  71. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  72. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  73. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  74. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  75. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  76. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  77. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  78. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  79. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  80. package/schematics/generators/sidebar-dock/index.js +8 -0
  81. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  82. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  83. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  84. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  85. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  86. package/schematics/generators/sidebar-dock/schema.js +2 -0
  87. package/schematics/generators/sidebar-dock/schema.json +125 -0
  88. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  89. package/schematics/generators/sidebar-target/index.js +8 -0
  90. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  91. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  92. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  93. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  94. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  95. package/schematics/generators/sidebar-target/schema.js +2 -0
  96. package/schematics/generators/sidebar-target/schema.json +125 -0
  97. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  98. package/schematics/generators/sidebar-types/index.js +8 -0
  99. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  100. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  101. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  102. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  103. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  104. package/schematics/generators/sidebar-types/schema.js +2 -0
  105. package/schematics/generators/sidebar-types/schema.json +125 -0
  106. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  107. package/schematics/generators/tab-html-template/index.js +8 -0
  108. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  109. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  110. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  111. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  112. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  113. package/schematics/generators/tab-html-template/schema.js +2 -0
  114. package/schematics/generators/tab-html-template/schema.json +125 -0
  115. package/schematics/generators/tab-icon/index.d.ts +3 -0
  116. package/schematics/generators/tab-icon/index.js +8 -0
  117. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  118. package/schematics/generators/tab-icon/sample-details.js +7 -0
  119. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  120. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  121. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  122. package/schematics/generators/tab-icon/schema.js +2 -0
  123. package/schematics/generators/tab-icon/schema.json +125 -0
  124. package/schematics/generators/tab-nested/index.d.ts +3 -0
  125. package/schematics/generators/tab-nested/index.js +8 -0
  126. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  127. package/schematics/generators/tab-nested/sample-details.js +7 -0
  128. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  129. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  130. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  131. package/schematics/generators/tab-nested/schema.js +2 -0
  132. package/schematics/generators/tab-nested/schema.json +125 -0
  133. package/schematics/generators/tab-popup/index.d.ts +3 -0
  134. package/schematics/generators/tab-popup/index.js +8 -0
  135. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  136. package/schematics/generators/tab-popup/sample-details.js +7 -0
  137. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  138. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  139. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  140. package/schematics/generators/tab-popup/schema.js +2 -0
  141. package/schematics/generators/tab-popup/schema.json +125 -0
  142. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  143. package/schematics/generators/tab-scrollable/index.js +8 -0
  144. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  145. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  146. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  147. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  148. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  149. package/schematics/generators/tab-scrollable/schema.js +2 -0
  150. package/schematics/generators/tab-scrollable/schema.json +125 -0
  151. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  152. package/schematics/generators/tab-vertical/index.js +8 -0
  153. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  154. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  155. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  156. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  157. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  158. package/schematics/generators/tab-vertical/schema.js +2 -0
  159. package/schematics/generators/tab-vertical/schema.json +125 -0
  160. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  161. package/schematics/generators/toolbar-alignment/index.js +8 -0
  162. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  163. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  164. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  165. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  166. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  167. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  168. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  169. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  170. package/schematics/generators/toolbar-extended/index.js +8 -0
  171. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  172. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  173. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  174. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  175. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  176. package/schematics/generators/toolbar-extended/schema.js +2 -0
  177. package/schematics/generators/toolbar-extended/schema.json +125 -0
  178. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  179. package/schematics/generators/toolbar-html-template/index.js +8 -0
  180. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  181. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  182. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  183. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  184. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  185. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  186. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  187. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  188. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  189. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  190. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  191. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  192. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  193. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  194. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  195. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  196. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  197. package/schematics/generators/toolbar-popup/index.js +8 -0
  198. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  199. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  200. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  201. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  202. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  203. package/schematics/generators/toolbar-popup/schema.js +2 -0
  204. package/schematics/generators/toolbar-popup/schema.json +125 -0
  205. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  206. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  207. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  208. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  209. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  210. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  211. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  212. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  213. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  214. package/schematics/generators/treeview-checkbox/index.d.ts +3 -0
  215. package/schematics/generators/treeview-checkbox/index.js +8 -0
  216. package/schematics/generators/treeview-checkbox/sample-details.d.ts +5 -0
  217. package/schematics/generators/treeview-checkbox/sample-details.js +7 -0
  218. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  219. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  220. package/schematics/generators/treeview-checkbox/schema.d.ts +3 -0
  221. package/schematics/generators/treeview-checkbox/schema.js +2 -0
  222. package/schematics/generators/treeview-checkbox/schema.json +125 -0
  223. package/schematics/generators/treeview-default/index.d.ts +3 -0
  224. package/schematics/generators/treeview-default/index.js +8 -0
  225. package/schematics/generators/treeview-default/sample-details.d.ts +5 -0
  226. package/schematics/generators/treeview-default/sample-details.js +7 -0
  227. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  228. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  229. package/schematics/generators/treeview-default/schema.d.ts +3 -0
  230. package/schematics/generators/treeview-default/schema.js +2 -0
  231. package/schematics/generators/treeview-default/schema.json +125 -0
  232. package/schematics/generators/treeview-draganddrop/index.d.ts +3 -0
  233. package/schematics/generators/treeview-draganddrop/index.js +8 -0
  234. package/schematics/generators/treeview-draganddrop/sample-details.d.ts +5 -0
  235. package/schematics/generators/treeview-draganddrop/sample-details.js +7 -0
  236. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  237. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  238. package/schematics/generators/treeview-draganddrop/schema.d.ts +3 -0
  239. package/schematics/generators/treeview-draganddrop/schema.js +2 -0
  240. package/schematics/generators/treeview-draganddrop/schema.json +125 -0
  241. package/schematics/generators/treeview-multiselection/index.d.ts +3 -0
  242. package/schematics/generators/treeview-multiselection/index.js +8 -0
  243. package/schematics/generators/treeview-multiselection/sample-details.d.ts +5 -0
  244. package/schematics/generators/treeview-multiselection/sample-details.js +7 -0
  245. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  246. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  247. package/schematics/generators/treeview-multiselection/schema.d.ts +3 -0
  248. package/schematics/generators/treeview-multiselection/schema.js +2 -0
  249. package/schematics/generators/treeview-multiselection/schema.json +125 -0
  250. package/schematics/generators/treeview-nodeediting/index.d.ts +3 -0
  251. package/schematics/generators/treeview-nodeediting/index.js +8 -0
  252. package/schematics/generators/treeview-nodeediting/sample-details.d.ts +5 -0
  253. package/schematics/generators/treeview-nodeediting/sample-details.js +7 -0
  254. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  255. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  256. package/schematics/generators/treeview-nodeediting/schema.d.ts +3 -0
  257. package/schematics/generators/treeview-nodeediting/schema.js +2 -0
  258. package/schematics/generators/treeview-nodeediting/schema.json +125 -0
  259. package/schematics/generators/treeview-remotedata/index.d.ts +3 -0
  260. package/schematics/generators/treeview-remotedata/index.js +8 -0
  261. package/schematics/generators/treeview-remotedata/sample-details.d.ts +5 -0
  262. package/schematics/generators/treeview-remotedata/sample-details.js +7 -0
  263. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  264. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  265. package/schematics/generators/treeview-remotedata/schema.d.ts +3 -0
  266. package/schematics/generators/treeview-remotedata/schema.js +2 -0
  267. package/schematics/generators/treeview-remotedata/schema.json +125 -0
  268. package/schematics/generators/treeview-treetemplate/index.d.ts +3 -0
  269. package/schematics/generators/treeview-treetemplate/index.js +8 -0
  270. package/schematics/generators/treeview-treetemplate/sample-details.d.ts +5 -0
  271. package/schematics/generators/treeview-treetemplate/sample-details.js +7 -0
  272. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  273. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
  274. package/schematics/generators/treeview-treetemplate/schema.d.ts +3 -0
  275. package/schematics/generators/treeview-treetemplate/schema.js +2 -0
  276. package/schematics/generators/treeview-treetemplate/schema.json +125 -0
  277. package/schematics/ng-add/index.d.ts +3 -0
  278. package/schematics/ng-add/index.js +9 -0
  279. package/schematics/ng-add/schema.d.ts +13 -0
  280. package/schematics/ng-add/schema.js +2 -0
  281. package/schematics/ng-add/schema.json +34 -0
  282. package/schematics/tsconfig.json +25 -0
  283. package/schematics/utils/lib-details.d.ts +4 -0
  284. package/schematics/utils/lib-details.js +6 -0
  285. package/schematics/utils/lib-details.ts +3 -3
  286. package/src/accordion/accordion-all.module.d.ts +0 -6
  287. package/src/accordion/accordion.component.d.ts +0 -3
  288. package/src/accordion/accordion.module.d.ts +0 -7
  289. package/src/accordion/items.directive.d.ts +0 -5
  290. package/src/appbar/appbar-all.module.d.ts +5 -0
  291. package/src/appbar/appbar.component.d.ts +29 -0
  292. package/src/appbar/appbar.module.d.ts +5 -0
  293. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  294. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  295. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  296. package/src/breadcrumb/items.directive.d.ts +0 -5
  297. package/src/carousel/carousel-all.module.d.ts +0 -6
  298. package/src/carousel/carousel.component.d.ts +0 -3
  299. package/src/carousel/carousel.module.d.ts +0 -7
  300. package/src/carousel/items.directive.d.ts +0 -5
  301. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  302. package/src/context-menu/contextmenu.component.d.ts +0 -3
  303. package/src/context-menu/contextmenu.module.d.ts +0 -6
  304. package/src/index.d.ts +3 -0
  305. package/src/menu/items.directive.d.ts +0 -5
  306. package/src/menu/menu-all.module.d.ts +0 -6
  307. package/src/menu/menu.component.d.ts +0 -3
  308. package/src/menu/menu.module.d.ts +0 -7
  309. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  310. package/src/sidebar/sidebar.component.d.ts +0 -3
  311. package/src/sidebar/sidebar.module.d.ts +0 -6
  312. package/src/tab/items.directive.d.ts +0 -5
  313. package/src/tab/tab-all.module.d.ts +0 -6
  314. package/src/tab/tab.component.d.ts +0 -3
  315. package/src/tab/tab.module.d.ts +0 -7
  316. package/src/toolbar/items.directive.d.ts +0 -5
  317. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  318. package/src/toolbar/toolbar.component.d.ts +0 -3
  319. package/src/toolbar/toolbar.module.d.ts +0 -7
  320. package/src/treeview/treeview-all.module.d.ts +0 -6
  321. package/src/treeview/treeview.component.d.ts +0 -3
  322. package/src/treeview/treeview.module.d.ts +0 -6
  323. package/styles/accordion/bootstrap-dark.css +1 -0
  324. package/styles/accordion/bootstrap-dark.scss +1 -4
  325. package/styles/accordion/bootstrap.css +1 -0
  326. package/styles/accordion/bootstrap.scss +1 -4
  327. package/styles/accordion/bootstrap4.css +1 -0
  328. package/styles/accordion/bootstrap4.scss +1 -4
  329. package/styles/accordion/bootstrap5-dark.css +2 -0
  330. package/styles/accordion/bootstrap5-dark.scss +1 -4
  331. package/styles/accordion/bootstrap5.css +2 -0
  332. package/styles/accordion/bootstrap5.scss +1 -4
  333. package/styles/accordion/fabric-dark.css +1 -0
  334. package/styles/accordion/fabric-dark.scss +1 -4
  335. package/styles/accordion/fabric.css +1 -0
  336. package/styles/accordion/fabric.scss +1 -4
  337. package/styles/accordion/fluent-dark.css +1 -0
  338. package/styles/accordion/fluent-dark.scss +1 -4
  339. package/styles/accordion/fluent.css +1 -0
  340. package/styles/accordion/fluent.scss +1 -4
  341. package/styles/accordion/highcontrast-light.css +1 -0
  342. package/styles/accordion/highcontrast-light.scss +1 -4
  343. package/styles/accordion/highcontrast.css +1 -0
  344. package/styles/accordion/highcontrast.scss +1 -4
  345. package/styles/accordion/material-dark.css +1 -0
  346. package/styles/accordion/material-dark.scss +1 -4
  347. package/styles/accordion/material.css +1 -0
  348. package/styles/accordion/material.scss +1 -4
  349. package/styles/accordion/tailwind-dark.css +1 -0
  350. package/styles/accordion/tailwind-dark.scss +1 -4
  351. package/styles/accordion/tailwind.css +1 -0
  352. package/styles/accordion/tailwind.scss +1 -4
  353. package/styles/appbar/bootstrap-dark.css +244 -0
  354. package/styles/appbar/bootstrap-dark.scss +1 -0
  355. package/styles/appbar/bootstrap.css +244 -0
  356. package/styles/appbar/bootstrap.scss +1 -0
  357. package/styles/appbar/bootstrap4.css +244 -0
  358. package/styles/appbar/bootstrap4.scss +1 -0
  359. package/styles/appbar/bootstrap5-dark.css +244 -0
  360. package/styles/appbar/bootstrap5-dark.scss +1 -0
  361. package/styles/appbar/bootstrap5.css +244 -0
  362. package/styles/appbar/bootstrap5.scss +1 -0
  363. package/styles/appbar/fabric-dark.css +244 -0
  364. package/styles/appbar/fabric-dark.scss +1 -0
  365. package/styles/appbar/fabric.css +244 -0
  366. package/styles/appbar/fabric.scss +1 -0
  367. package/styles/appbar/fluent-dark.css +244 -0
  368. package/styles/appbar/fluent-dark.scss +1 -0
  369. package/styles/appbar/fluent.css +244 -0
  370. package/styles/appbar/fluent.scss +1 -0
  371. package/styles/appbar/highcontrast-light.css +244 -0
  372. package/styles/appbar/highcontrast-light.scss +1 -0
  373. package/styles/appbar/highcontrast.css +244 -0
  374. package/styles/appbar/highcontrast.scss +1 -0
  375. package/styles/appbar/material-dark.css +245 -0
  376. package/styles/appbar/material-dark.scss +1 -0
  377. package/styles/appbar/material.css +245 -0
  378. package/styles/appbar/material.scss +1 -0
  379. package/styles/appbar/tailwind-dark.css +245 -0
  380. package/styles/appbar/tailwind-dark.scss +1 -0
  381. package/styles/appbar/tailwind.css +245 -0
  382. package/styles/appbar/tailwind.scss +1 -0
  383. package/styles/bootstrap-dark.css +340 -21
  384. package/styles/bootstrap-dark.scss +1 -0
  385. package/styles/bootstrap.css +345 -26
  386. package/styles/bootstrap.scss +1 -0
  387. package/styles/bootstrap4.css +348 -29
  388. package/styles/bootstrap4.scss +1 -0
  389. package/styles/bootstrap5-dark.css +360 -36
  390. package/styles/bootstrap5-dark.scss +1 -0
  391. package/styles/bootstrap5.css +360 -36
  392. package/styles/bootstrap5.scss +1 -0
  393. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  394. package/styles/breadcrumb/bootstrap.scss +1 -4
  395. package/styles/breadcrumb/bootstrap4.scss +1 -4
  396. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  397. package/styles/breadcrumb/bootstrap5.scss +1 -4
  398. package/styles/breadcrumb/fabric-dark.scss +1 -4
  399. package/styles/breadcrumb/fabric.scss +1 -4
  400. package/styles/breadcrumb/fluent-dark.scss +1 -4
  401. package/styles/breadcrumb/fluent.scss +1 -4
  402. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  403. package/styles/breadcrumb/highcontrast.scss +1 -4
  404. package/styles/breadcrumb/material-dark.scss +1 -4
  405. package/styles/breadcrumb/material.scss +1 -4
  406. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  407. package/styles/breadcrumb/tailwind.scss +1 -4
  408. package/styles/carousel/bootstrap-dark.css +46 -11
  409. package/styles/carousel/bootstrap-dark.scss +1 -5
  410. package/styles/carousel/bootstrap.css +46 -11
  411. package/styles/carousel/bootstrap.scss +1 -5
  412. package/styles/carousel/bootstrap4.css +46 -11
  413. package/styles/carousel/bootstrap4.scss +1 -5
  414. package/styles/carousel/bootstrap5-dark.css +46 -11
  415. package/styles/carousel/bootstrap5-dark.scss +1 -5
  416. package/styles/carousel/bootstrap5.css +46 -11
  417. package/styles/carousel/bootstrap5.scss +1 -5
  418. package/styles/carousel/fabric-dark.css +46 -11
  419. package/styles/carousel/fabric-dark.scss +1 -5
  420. package/styles/carousel/fabric.css +46 -11
  421. package/styles/carousel/fabric.scss +1 -5
  422. package/styles/carousel/fluent-dark.css +46 -11
  423. package/styles/carousel/fluent-dark.scss +1 -5
  424. package/styles/carousel/fluent.css +46 -11
  425. package/styles/carousel/fluent.scss +1 -5
  426. package/styles/carousel/highcontrast-light.css +46 -11
  427. package/styles/carousel/highcontrast-light.scss +1 -5
  428. package/styles/carousel/highcontrast.css +46 -11
  429. package/styles/carousel/highcontrast.scss +1 -5
  430. package/styles/carousel/material-dark.css +46 -11
  431. package/styles/carousel/material-dark.scss +1 -5
  432. package/styles/carousel/material.css +46 -11
  433. package/styles/carousel/material.scss +1 -5
  434. package/styles/carousel/tailwind-dark.css +46 -11
  435. package/styles/carousel/tailwind-dark.scss +1 -5
  436. package/styles/carousel/tailwind.css +46 -11
  437. package/styles/carousel/tailwind.scss +1 -5
  438. package/styles/context-menu/bootstrap-dark.scss +1 -7
  439. package/styles/context-menu/bootstrap.scss +1 -7
  440. package/styles/context-menu/bootstrap4.css +2 -2
  441. package/styles/context-menu/bootstrap4.scss +1 -7
  442. package/styles/context-menu/bootstrap5-dark.css +3 -3
  443. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  444. package/styles/context-menu/bootstrap5.css +3 -3
  445. package/styles/context-menu/bootstrap5.scss +1 -7
  446. package/styles/context-menu/fabric-dark.scss +1 -7
  447. package/styles/context-menu/fabric.scss +1 -7
  448. package/styles/context-menu/fluent-dark.css +1 -1
  449. package/styles/context-menu/fluent-dark.scss +1 -7
  450. package/styles/context-menu/fluent.css +1 -1
  451. package/styles/context-menu/fluent.scss +1 -7
  452. package/styles/context-menu/highcontrast-light.scss +1 -7
  453. package/styles/context-menu/highcontrast.scss +1 -7
  454. package/styles/context-menu/material-dark.scss +1 -7
  455. package/styles/context-menu/material.scss +1 -7
  456. package/styles/context-menu/tailwind-dark.css +1 -1
  457. package/styles/context-menu/tailwind-dark.scss +1 -7
  458. package/styles/context-menu/tailwind.css +1 -1
  459. package/styles/context-menu/tailwind.scss +1 -7
  460. package/styles/fabric-dark.css +340 -21
  461. package/styles/fabric-dark.scss +1 -0
  462. package/styles/fabric.css +340 -21
  463. package/styles/fabric.scss +1 -0
  464. package/styles/fluent-dark.css +352 -33
  465. package/styles/fluent-dark.scss +1 -0
  466. package/styles/fluent.css +352 -33
  467. package/styles/fluent.scss +1 -0
  468. package/styles/h-scroll/bootstrap-dark.css +0 -2
  469. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  470. package/styles/h-scroll/bootstrap.css +0 -2
  471. package/styles/h-scroll/bootstrap.scss +1 -4
  472. package/styles/h-scroll/bootstrap4.css +0 -2
  473. package/styles/h-scroll/bootstrap4.scss +1 -4
  474. package/styles/h-scroll/bootstrap5-dark.css +0 -2
  475. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  476. package/styles/h-scroll/bootstrap5.css +0 -2
  477. package/styles/h-scroll/bootstrap5.scss +1 -4
  478. package/styles/h-scroll/fabric-dark.css +0 -2
  479. package/styles/h-scroll/fabric-dark.scss +1 -4
  480. package/styles/h-scroll/fabric.css +0 -2
  481. package/styles/h-scroll/fabric.scss +1 -4
  482. package/styles/h-scroll/fluent-dark.css +0 -2
  483. package/styles/h-scroll/fluent-dark.scss +1 -4
  484. package/styles/h-scroll/fluent.css +0 -2
  485. package/styles/h-scroll/fluent.scss +1 -4
  486. package/styles/h-scroll/highcontrast-light.css +0 -2
  487. package/styles/h-scroll/highcontrast-light.scss +1 -4
  488. package/styles/h-scroll/highcontrast.css +0 -2
  489. package/styles/h-scroll/highcontrast.scss +1 -4
  490. package/styles/h-scroll/material-dark.css +0 -2
  491. package/styles/h-scroll/material-dark.scss +1 -4
  492. package/styles/h-scroll/material.css +0 -2
  493. package/styles/h-scroll/material.scss +1 -4
  494. package/styles/h-scroll/tailwind-dark.css +0 -2
  495. package/styles/h-scroll/tailwind-dark.scss +1 -4
  496. package/styles/h-scroll/tailwind.css +0 -2
  497. package/styles/h-scroll/tailwind.scss +1 -4
  498. package/styles/highcontrast-light.css +339 -20
  499. package/styles/highcontrast-light.scss +1 -0
  500. package/styles/highcontrast.css +339 -20
  501. package/styles/highcontrast.scss +1 -0
  502. package/styles/material-dark.css +339 -20
  503. package/styles/material-dark.scss +1 -0
  504. package/styles/material.css +339 -20
  505. package/styles/material.scss +1 -0
  506. package/styles/menu/bootstrap-dark.css +22 -0
  507. package/styles/menu/bootstrap-dark.scss +1 -8
  508. package/styles/menu/bootstrap.css +22 -0
  509. package/styles/menu/bootstrap.scss +1 -8
  510. package/styles/menu/bootstrap4.css +22 -0
  511. package/styles/menu/bootstrap4.scss +1 -8
  512. package/styles/menu/bootstrap5-dark.css +23 -1
  513. package/styles/menu/bootstrap5-dark.scss +1 -8
  514. package/styles/menu/bootstrap5.css +23 -1
  515. package/styles/menu/bootstrap5.scss +1 -8
  516. package/styles/menu/fabric-dark.css +22 -0
  517. package/styles/menu/fabric-dark.scss +1 -8
  518. package/styles/menu/fabric.css +22 -0
  519. package/styles/menu/fabric.scss +1 -8
  520. package/styles/menu/fluent-dark.css +23 -1
  521. package/styles/menu/fluent-dark.scss +1 -8
  522. package/styles/menu/fluent.css +23 -1
  523. package/styles/menu/fluent.scss +1 -8
  524. package/styles/menu/highcontrast-light.css +22 -0
  525. package/styles/menu/highcontrast-light.scss +1 -8
  526. package/styles/menu/highcontrast.css +22 -0
  527. package/styles/menu/highcontrast.scss +1 -8
  528. package/styles/menu/material-dark.css +22 -0
  529. package/styles/menu/material-dark.scss +1 -8
  530. package/styles/menu/material.css +22 -0
  531. package/styles/menu/material.scss +1 -8
  532. package/styles/menu/tailwind-dark.css +23 -1
  533. package/styles/menu/tailwind-dark.scss +1 -8
  534. package/styles/menu/tailwind.css +23 -1
  535. package/styles/menu/tailwind.scss +1 -8
  536. package/styles/pager/bootstrap-dark.css +5 -3
  537. package/styles/pager/bootstrap-dark.scss +1 -4
  538. package/styles/pager/bootstrap.css +10 -8
  539. package/styles/pager/bootstrap.scss +1 -4
  540. package/styles/pager/bootstrap4.css +11 -9
  541. package/styles/pager/bootstrap4.scss +1 -4
  542. package/styles/pager/bootstrap5-dark.css +14 -12
  543. package/styles/pager/bootstrap5-dark.scss +1 -4
  544. package/styles/pager/bootstrap5.css +14 -12
  545. package/styles/pager/bootstrap5.scss +1 -4
  546. package/styles/pager/fabric-dark.css +5 -3
  547. package/styles/pager/fabric-dark.scss +1 -4
  548. package/styles/pager/fabric.css +5 -3
  549. package/styles/pager/fabric.scss +1 -4
  550. package/styles/pager/fluent-dark.css +6 -4
  551. package/styles/pager/fluent-dark.scss +1 -4
  552. package/styles/pager/fluent.css +6 -4
  553. package/styles/pager/fluent.scss +1 -4
  554. package/styles/pager/highcontrast-light.css +4 -2
  555. package/styles/pager/highcontrast-light.scss +1 -4
  556. package/styles/pager/highcontrast.css +4 -2
  557. package/styles/pager/highcontrast.scss +1 -4
  558. package/styles/pager/material-dark.css +4 -2
  559. package/styles/pager/material-dark.scss +1 -4
  560. package/styles/pager/material.css +4 -2
  561. package/styles/pager/material.scss +1 -4
  562. package/styles/pager/tailwind-dark.css +19 -17
  563. package/styles/pager/tailwind-dark.scss +1 -4
  564. package/styles/pager/tailwind.css +19 -17
  565. package/styles/pager/tailwind.scss +1 -4
  566. package/styles/sidebar/bootstrap-dark.css +4 -0
  567. package/styles/sidebar/bootstrap-dark.scss +1 -3
  568. package/styles/sidebar/bootstrap.css +4 -0
  569. package/styles/sidebar/bootstrap.scss +1 -3
  570. package/styles/sidebar/bootstrap4.css +4 -0
  571. package/styles/sidebar/bootstrap4.scss +1 -3
  572. package/styles/sidebar/bootstrap5-dark.css +4 -0
  573. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  574. package/styles/sidebar/bootstrap5.css +4 -0
  575. package/styles/sidebar/bootstrap5.scss +1 -3
  576. package/styles/sidebar/fabric-dark.css +4 -0
  577. package/styles/sidebar/fabric-dark.scss +1 -3
  578. package/styles/sidebar/fabric.css +4 -0
  579. package/styles/sidebar/fabric.scss +1 -3
  580. package/styles/sidebar/fluent-dark.css +4 -0
  581. package/styles/sidebar/fluent-dark.scss +1 -3
  582. package/styles/sidebar/fluent.css +4 -0
  583. package/styles/sidebar/fluent.scss +1 -3
  584. package/styles/sidebar/highcontrast-light.css +4 -0
  585. package/styles/sidebar/highcontrast-light.scss +1 -3
  586. package/styles/sidebar/highcontrast.css +4 -0
  587. package/styles/sidebar/highcontrast.scss +1 -3
  588. package/styles/sidebar/material-dark.css +4 -0
  589. package/styles/sidebar/material-dark.scss +1 -3
  590. package/styles/sidebar/material.css +4 -0
  591. package/styles/sidebar/material.scss +1 -3
  592. package/styles/sidebar/tailwind-dark.css +4 -0
  593. package/styles/sidebar/tailwind-dark.scss +1 -3
  594. package/styles/sidebar/tailwind.css +4 -0
  595. package/styles/sidebar/tailwind.scss +1 -3
  596. package/styles/tab/bootstrap-dark.css +1 -1
  597. package/styles/tab/bootstrap-dark.scss +1 -5
  598. package/styles/tab/bootstrap.css +1 -1
  599. package/styles/tab/bootstrap.scss +1 -5
  600. package/styles/tab/bootstrap4.css +1 -1
  601. package/styles/tab/bootstrap4.scss +1 -5
  602. package/styles/tab/bootstrap5-dark.css +5 -2
  603. package/styles/tab/bootstrap5-dark.scss +1 -5
  604. package/styles/tab/bootstrap5.css +5 -2
  605. package/styles/tab/bootstrap5.scss +1 -5
  606. package/styles/tab/fabric-dark.css +1 -1
  607. package/styles/tab/fabric-dark.scss +1 -5
  608. package/styles/tab/fabric.css +1 -1
  609. package/styles/tab/fabric.scss +1 -5
  610. package/styles/tab/fluent-dark.css +5 -5
  611. package/styles/tab/fluent-dark.scss +1 -5
  612. package/styles/tab/fluent.css +5 -5
  613. package/styles/tab/fluent.scss +1 -5
  614. package/styles/tab/highcontrast-light.css +1 -1
  615. package/styles/tab/highcontrast-light.scss +1 -5
  616. package/styles/tab/highcontrast.css +1 -1
  617. package/styles/tab/highcontrast.scss +1 -5
  618. package/styles/tab/material-dark.css +1 -1
  619. package/styles/tab/material-dark.scss +1 -5
  620. package/styles/tab/material.css +1 -1
  621. package/styles/tab/material.scss +1 -5
  622. package/styles/tab/tailwind-dark.css +1 -1
  623. package/styles/tab/tailwind-dark.scss +1 -5
  624. package/styles/tab/tailwind.css +1 -1
  625. package/styles/tab/tailwind.scss +1 -5
  626. package/styles/tailwind-dark.css +359 -38
  627. package/styles/tailwind-dark.scss +1 -0
  628. package/styles/tailwind.css +359 -38
  629. package/styles/tailwind.scss +1 -0
  630. package/styles/toolbar/bootstrap-dark.css +10 -2
  631. package/styles/toolbar/bootstrap-dark.scss +1 -8
  632. package/styles/toolbar/bootstrap.css +10 -2
  633. package/styles/toolbar/bootstrap.scss +1 -8
  634. package/styles/toolbar/bootstrap4.css +10 -2
  635. package/styles/toolbar/bootstrap4.scss +1 -8
  636. package/styles/toolbar/bootstrap5-dark.css +12 -3
  637. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  638. package/styles/toolbar/bootstrap5.css +12 -3
  639. package/styles/toolbar/bootstrap5.scss +1 -8
  640. package/styles/toolbar/fabric-dark.css +10 -2
  641. package/styles/toolbar/fabric-dark.scss +1 -8
  642. package/styles/toolbar/fabric.css +10 -2
  643. package/styles/toolbar/fabric.scss +1 -8
  644. package/styles/toolbar/fluent-dark.css +15 -7
  645. package/styles/toolbar/fluent-dark.scss +1 -8
  646. package/styles/toolbar/fluent.css +15 -7
  647. package/styles/toolbar/fluent.scss +1 -8
  648. package/styles/toolbar/highcontrast-light.css +10 -2
  649. package/styles/toolbar/highcontrast-light.scss +1 -8
  650. package/styles/toolbar/highcontrast.css +10 -2
  651. package/styles/toolbar/highcontrast.scss +1 -8
  652. package/styles/toolbar/material-dark.css +10 -2
  653. package/styles/toolbar/material-dark.scss +1 -8
  654. package/styles/toolbar/material.css +10 -2
  655. package/styles/toolbar/material.scss +1 -8
  656. package/styles/toolbar/tailwind-dark.css +11 -3
  657. package/styles/toolbar/tailwind-dark.scss +1 -8
  658. package/styles/toolbar/tailwind.css +11 -3
  659. package/styles/toolbar/tailwind.scss +1 -8
  660. package/styles/treeview/bootstrap-dark.css +6 -0
  661. package/styles/treeview/bootstrap-dark.scss +1 -6
  662. package/styles/treeview/bootstrap.css +6 -0
  663. package/styles/treeview/bootstrap.scss +1 -6
  664. package/styles/treeview/bootstrap4.css +6 -0
  665. package/styles/treeview/bootstrap4.scss +1 -6
  666. package/styles/treeview/bootstrap5-dark.css +6 -0
  667. package/styles/treeview/bootstrap5-dark.scss +1 -6
  668. package/styles/treeview/bootstrap5.css +6 -0
  669. package/styles/treeview/bootstrap5.scss +1 -6
  670. package/styles/treeview/fabric-dark.css +6 -0
  671. package/styles/treeview/fabric-dark.scss +1 -6
  672. package/styles/treeview/fabric.css +6 -0
  673. package/styles/treeview/fabric.scss +1 -6
  674. package/styles/treeview/fluent-dark.css +6 -0
  675. package/styles/treeview/fluent-dark.scss +1 -6
  676. package/styles/treeview/fluent.css +6 -0
  677. package/styles/treeview/fluent.scss +1 -6
  678. package/styles/treeview/highcontrast-light.css +6 -0
  679. package/styles/treeview/highcontrast-light.scss +1 -6
  680. package/styles/treeview/highcontrast.css +6 -0
  681. package/styles/treeview/highcontrast.scss +1 -6
  682. package/styles/treeview/material-dark.css +6 -0
  683. package/styles/treeview/material-dark.scss +1 -6
  684. package/styles/treeview/material.css +6 -0
  685. package/styles/treeview/material.scss +1 -6
  686. package/styles/treeview/tailwind-dark.css +7 -0
  687. package/styles/treeview/tailwind-dark.scss +1 -6
  688. package/styles/treeview/tailwind.css +7 -0
  689. package/styles/treeview/tailwind.scss +1 -6
  690. package/styles/v-scroll/bootstrap-dark.css +0 -2
  691. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  692. package/styles/v-scroll/bootstrap.css +0 -2
  693. package/styles/v-scroll/bootstrap.scss +1 -4
  694. package/styles/v-scroll/bootstrap4.css +0 -2
  695. package/styles/v-scroll/bootstrap4.scss +1 -4
  696. package/styles/v-scroll/bootstrap5-dark.css +0 -2
  697. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  698. package/styles/v-scroll/bootstrap5.css +0 -2
  699. package/styles/v-scroll/bootstrap5.scss +1 -4
  700. package/styles/v-scroll/fabric-dark.css +0 -2
  701. package/styles/v-scroll/fabric-dark.scss +1 -4
  702. package/styles/v-scroll/fabric.css +0 -2
  703. package/styles/v-scroll/fabric.scss +1 -4
  704. package/styles/v-scroll/fluent-dark.css +0 -2
  705. package/styles/v-scroll/fluent-dark.scss +1 -4
  706. package/styles/v-scroll/fluent.css +0 -2
  707. package/styles/v-scroll/fluent.scss +1 -4
  708. package/styles/v-scroll/highcontrast-light.css +0 -2
  709. package/styles/v-scroll/highcontrast-light.scss +1 -4
  710. package/styles/v-scroll/highcontrast.css +0 -2
  711. package/styles/v-scroll/highcontrast.scss +1 -4
  712. package/styles/v-scroll/material-dark.css +0 -2
  713. package/styles/v-scroll/material-dark.scss +1 -4
  714. package/styles/v-scroll/material.css +0 -2
  715. package/styles/v-scroll/material.scss +1 -4
  716. package/styles/v-scroll/tailwind-dark.css +0 -2
  717. package/styles/v-scroll/tailwind-dark.scss +1 -4
  718. package/styles/v-scroll/tailwind.css +0 -2
  719. package/styles/v-scroll/tailwind.scss +1 -4
  720. package/esm2020/public_api.mjs +0 -3
  721. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  722. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  723. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  724. package/esm2020/src/accordion/items.directive.mjs +0 -72
  725. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  726. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  727. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  728. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  729. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  730. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  731. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  732. package/esm2020/src/carousel/items.directive.mjs +0 -66
  733. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  734. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  735. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  736. package/esm2020/src/index.mjs +0 -35
  737. package/esm2020/src/menu/items.directive.mjs +0 -46
  738. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  739. package/esm2020/src/menu/menu.component.mjs +0 -71
  740. package/esm2020/src/menu/menu.module.mjs +0 -34
  741. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  742. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  743. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  744. package/esm2020/src/tab/items.directive.mjs +0 -78
  745. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  746. package/esm2020/src/tab/tab.component.mjs +0 -64
  747. package/esm2020/src/tab/tab.module.mjs +0 -34
  748. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  749. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  750. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  751. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  752. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  753. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  754. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  755. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  756. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1352
  757. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  758. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1352
  759. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  760. package/styles/accordion/_all.scss +0 -2
  761. package/styles/accordion/_bootstrap-dark-definition.scss +0 -72
  762. package/styles/accordion/_bootstrap-definition.scss +0 -80
  763. package/styles/accordion/_bootstrap4-definition.scss +0 -86
  764. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  765. package/styles/accordion/_bootstrap5-definition.scss +0 -85
  766. package/styles/accordion/_fabric-dark-definition.scss +0 -79
  767. package/styles/accordion/_fabric-definition.scss +0 -83
  768. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  769. package/styles/accordion/_fluent-definition.scss +0 -85
  770. package/styles/accordion/_fusionnew-definition.scss +0 -85
  771. package/styles/accordion/_highcontrast-definition.scss +0 -110
  772. package/styles/accordion/_highcontrast-light-definition.scss +0 -108
  773. package/styles/accordion/_layout.scss +0 -417
  774. package/styles/accordion/_material-dark-definition.scss +0 -79
  775. package/styles/accordion/_material-definition.scss +0 -76
  776. package/styles/accordion/_material3-definition.scss +0 -85
  777. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  778. package/styles/accordion/_tailwind-definition.scss +0 -83
  779. package/styles/accordion/_theme.scss +0 -548
  780. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  781. package/styles/accordion/icons/_bootstrap.scss +0 -17
  782. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  783. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  784. package/styles/accordion/icons/_bootstrap5.scss +0 -18
  785. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  786. package/styles/accordion/icons/_fabric.scss +0 -17
  787. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  788. package/styles/accordion/icons/_fluent.scss +0 -18
  789. package/styles/accordion/icons/_fusionnew.scss +0 -18
  790. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  791. package/styles/accordion/icons/_highcontrast.scss +0 -17
  792. package/styles/accordion/icons/_material-dark.scss +0 -17
  793. package/styles/accordion/icons/_material.scss +0 -17
  794. package/styles/accordion/icons/_material3.scss +0 -18
  795. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  796. package/styles/accordion/icons/_tailwind.scss +0 -18
  797. package/styles/breadcrumb/_all.scss +0 -2
  798. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -55
  799. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  800. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  801. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  802. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  803. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  804. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  805. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  806. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  807. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  808. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  809. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  810. package/styles/breadcrumb/_layout.scss +0 -490
  811. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  812. package/styles/breadcrumb/_material-definition.scss +0 -50
  813. package/styles/breadcrumb/_material3-definition.scss +0 -59
  814. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  815. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  816. package/styles/breadcrumb/_theme.scss +0 -159
  817. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  818. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  819. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  820. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  821. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  822. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  823. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  824. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  825. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  826. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  827. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  828. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  829. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  830. package/styles/breadcrumb/icons/_material.scss +0 -25
  831. package/styles/breadcrumb/icons/_material3.scss +0 -25
  832. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  833. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  834. package/styles/carousel/_all.scss +0 -2
  835. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  836. package/styles/carousel/_bootstrap-definition.scss +0 -22
  837. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  838. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  839. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  840. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  841. package/styles/carousel/_fabric-definition.scss +0 -22
  842. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  843. package/styles/carousel/_fluent-definition.scss +0 -22
  844. package/styles/carousel/_fusionnew-definition.scss +0 -22
  845. package/styles/carousel/_highcontrast-definition.scss +0 -22
  846. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  847. package/styles/carousel/_layout.scss +0 -179
  848. package/styles/carousel/_material-dark-definition.scss +0 -22
  849. package/styles/carousel/_material-definition.scss +0 -22
  850. package/styles/carousel/_material3-definition.scss +0 -22
  851. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  852. package/styles/carousel/_tailwind-definition.scss +0 -22
  853. package/styles/carousel/_theme.scss +0 -56
  854. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  855. package/styles/carousel/icons/_bootstrap.scss +0 -30
  856. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  857. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  858. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  859. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  860. package/styles/carousel/icons/_fabric.scss +0 -30
  861. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  862. package/styles/carousel/icons/_fluent.scss +0 -30
  863. package/styles/carousel/icons/_fusionnew.scss +0 -30
  864. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  865. package/styles/carousel/icons/_highcontrast.scss +0 -30
  866. package/styles/carousel/icons/_material-dark.scss +0 -30
  867. package/styles/carousel/icons/_material.scss +0 -30
  868. package/styles/carousel/icons/_material3.scss +0 -30
  869. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  870. package/styles/carousel/icons/_tailwind.scss +0 -30
  871. package/styles/context-menu/_all.scss +0 -2
  872. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -52
  873. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  874. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  875. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  876. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  877. package/styles/context-menu/_fabric-dark-definition.scss +0 -52
  878. package/styles/context-menu/_fabric-definition.scss +0 -50
  879. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  880. package/styles/context-menu/_fluent-definition.scss +0 -52
  881. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  882. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  883. package/styles/context-menu/_highcontrast-light-definition.scss +0 -52
  884. package/styles/context-menu/_layout-mixin.scss +0 -169
  885. package/styles/context-menu/_layout.scss +0 -149
  886. package/styles/context-menu/_material-dark-definition.scss +0 -52
  887. package/styles/context-menu/_material-definition.scss +0 -50
  888. package/styles/context-menu/_material3-definition.scss +0 -52
  889. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  890. package/styles/context-menu/_tailwind-definition.scss +0 -53
  891. package/styles/context-menu/_theme-mixin.scss +0 -59
  892. package/styles/context-menu/_theme.scss +0 -49
  893. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -32
  894. package/styles/context-menu/icons/_bootstrap.scss +0 -32
  895. package/styles/context-menu/icons/_bootstrap4.scss +0 -32
  896. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  897. package/styles/context-menu/icons/_bootstrap5.scss +0 -32
  898. package/styles/context-menu/icons/_fabric-dark.scss +0 -32
  899. package/styles/context-menu/icons/_fabric.scss +0 -32
  900. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  901. package/styles/context-menu/icons/_fluent.scss +0 -32
  902. package/styles/context-menu/icons/_fusionnew.scss +0 -32
  903. package/styles/context-menu/icons/_highcontrast-light.scss +0 -32
  904. package/styles/context-menu/icons/_highcontrast.scss +0 -32
  905. package/styles/context-menu/icons/_material-dark.scss +0 -32
  906. package/styles/context-menu/icons/_material.scss +0 -32
  907. package/styles/context-menu/icons/_material3.scss +0 -32
  908. package/styles/context-menu/icons/_tailwind-dark.scss +0 -32
  909. package/styles/context-menu/icons/_tailwind.scss +0 -32
  910. package/styles/h-scroll/_all.scss +0 -2
  911. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -49
  912. package/styles/h-scroll/_bootstrap-definition.scss +0 -50
  913. package/styles/h-scroll/_bootstrap4-definition.scss +0 -49
  914. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  915. package/styles/h-scroll/_bootstrap5-definition.scss +0 -78
  916. package/styles/h-scroll/_fabric-dark-definition.scss +0 -50
  917. package/styles/h-scroll/_fabric-definition.scss +0 -48
  918. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  919. package/styles/h-scroll/_fluent-definition.scss +0 -78
  920. package/styles/h-scroll/_fusionnew-definition.scss +0 -78
  921. package/styles/h-scroll/_highcontrast-definition.scss +0 -52
  922. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -54
  923. package/styles/h-scroll/_layout.scss +0 -202
  924. package/styles/h-scroll/_material-dark-definition.scss +0 -77
  925. package/styles/h-scroll/_material-definition.scss +0 -77
  926. package/styles/h-scroll/_material3-definition.scss +0 -78
  927. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  928. package/styles/h-scroll/_tailwind-definition.scss +0 -78
  929. package/styles/h-scroll/_theme.scss +0 -162
  930. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -50
  931. package/styles/h-scroll/icons/_bootstrap.scss +0 -50
  932. package/styles/h-scroll/icons/_bootstrap4.scss +0 -50
  933. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  934. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  935. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  936. package/styles/h-scroll/icons/_fabric.scss +0 -49
  937. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  938. package/styles/h-scroll/icons/_fluent.scss +0 -49
  939. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  940. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  941. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  942. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  943. package/styles/h-scroll/icons/_material.scss +0 -49
  944. package/styles/h-scroll/icons/_material3.scss +0 -49
  945. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  946. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  947. package/styles/menu/_all.scss +0 -2
  948. package/styles/menu/_bootstrap-dark-definition.scss +0 -63
  949. package/styles/menu/_bootstrap-definition.scss +0 -65
  950. package/styles/menu/_bootstrap4-definition.scss +0 -64
  951. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  952. package/styles/menu/_bootstrap5-definition.scss +0 -67
  953. package/styles/menu/_fabric-dark-definition.scss +0 -63
  954. package/styles/menu/_fabric-definition.scss +0 -64
  955. package/styles/menu/_fluent-dark-definition.scss +0 -1
  956. package/styles/menu/_fluent-definition.scss +0 -68
  957. package/styles/menu/_fusionnew-definition.scss +0 -67
  958. package/styles/menu/_highcontrast-definition.scss +0 -65
  959. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  960. package/styles/menu/_layout.scss +0 -708
  961. package/styles/menu/_material-dark-definition.scss +0 -63
  962. package/styles/menu/_material-definition.scss +0 -64
  963. package/styles/menu/_material3-definition.scss +0 -67
  964. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  965. package/styles/menu/_tailwind-definition.scss +0 -67
  966. package/styles/menu/_theme.scss +0 -261
  967. package/styles/menu/icons/_bootstrap-dark.scss +0 -133
  968. package/styles/menu/icons/_bootstrap.scss +0 -133
  969. package/styles/menu/icons/_bootstrap4.scss +0 -133
  970. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  971. package/styles/menu/icons/_bootstrap5.scss +0 -133
  972. package/styles/menu/icons/_fabric-dark.scss +0 -133
  973. package/styles/menu/icons/_fabric.scss +0 -133
  974. package/styles/menu/icons/_fluent-dark.scss +0 -1
  975. package/styles/menu/icons/_fluent.scss +0 -133
  976. package/styles/menu/icons/_fusionnew.scss +0 -133
  977. package/styles/menu/icons/_highcontrast-light.scss +0 -133
  978. package/styles/menu/icons/_highcontrast.scss +0 -133
  979. package/styles/menu/icons/_material-dark.scss +0 -133
  980. package/styles/menu/icons/_material.scss +0 -133
  981. package/styles/menu/icons/_material3.scss +0 -133
  982. package/styles/menu/icons/_tailwind-dark.scss +0 -133
  983. package/styles/menu/icons/_tailwind.scss +0 -133
  984. package/styles/pager/_all.scss +0 -2
  985. package/styles/pager/_bootstrap-dark-definition.scss +0 -132
  986. package/styles/pager/_bootstrap-definition.scss +0 -132
  987. package/styles/pager/_bootstrap4-definition.scss +0 -131
  988. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  989. package/styles/pager/_bootstrap5-definition.scss +0 -146
  990. package/styles/pager/_fabric-dark-definition.scss +0 -131
  991. package/styles/pager/_fabric-definition.scss +0 -130
  992. package/styles/pager/_fluent-dark-definition.scss +0 -1
  993. package/styles/pager/_fluent-definition.scss +0 -133
  994. package/styles/pager/_fusionnew-definition.scss +0 -146
  995. package/styles/pager/_highcontrast-definition.scss +0 -130
  996. package/styles/pager/_highcontrast-light-definition.scss +0 -130
  997. package/styles/pager/_layout.scss +0 -899
  998. package/styles/pager/_material-dark-definition.scss +0 -132
  999. package/styles/pager/_material-definition.scss +0 -131
  1000. package/styles/pager/_material3-definition.scss +0 -146
  1001. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  1002. package/styles/pager/_tailwind-definition.scss +0 -132
  1003. package/styles/pager/_theme.scss +0 -153
  1004. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  1005. package/styles/pager/icons/_bootstrap.scss +0 -49
  1006. package/styles/pager/icons/_bootstrap4.scss +0 -49
  1007. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  1008. package/styles/pager/icons/_bootstrap5.scss +0 -50
  1009. package/styles/pager/icons/_fabric-dark.scss +0 -50
  1010. package/styles/pager/icons/_fabric.scss +0 -50
  1011. package/styles/pager/icons/_fluent-dark.scss +0 -1
  1012. package/styles/pager/icons/_fluent.scss +0 -50
  1013. package/styles/pager/icons/_fusionnew.scss +0 -50
  1014. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  1015. package/styles/pager/icons/_highcontrast.scss +0 -41
  1016. package/styles/pager/icons/_material-dark.scss +0 -50
  1017. package/styles/pager/icons/_material.scss +0 -41
  1018. package/styles/pager/icons/_material3.scss +0 -50
  1019. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  1020. package/styles/pager/icons/_tailwind.scss +0 -50
  1021. package/styles/sidebar/_all.scss +0 -3
  1022. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  1023. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  1024. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  1025. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  1026. package/styles/sidebar/_bootstrap5-definition.scss +0 -5
  1027. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  1028. package/styles/sidebar/_fabric-definition.scss +0 -6
  1029. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  1030. package/styles/sidebar/_fluent-definition.scss +0 -5
  1031. package/styles/sidebar/_fusionnew-definition.scss +0 -5
  1032. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  1033. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  1034. package/styles/sidebar/_icons.scss +0 -1
  1035. package/styles/sidebar/_material-dark-definition.scss +0 -4
  1036. package/styles/sidebar/_material-definition.scss +0 -6
  1037. package/styles/sidebar/_material3-definition.scss +0 -5
  1038. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  1039. package/styles/sidebar/_tailwind-definition.scss +0 -5
  1040. package/styles/sidebar/_theme.scss +0 -191
  1041. package/styles/tab/_all.scss +0 -2
  1042. package/styles/tab/_bootstrap-dark-definition.scss +0 -397
  1043. package/styles/tab/_bootstrap-definition.scss +0 -407
  1044. package/styles/tab/_bootstrap4-definition.scss +0 -411
  1045. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  1046. package/styles/tab/_bootstrap5-definition.scss +0 -401
  1047. package/styles/tab/_fabric-dark-definition.scss +0 -406
  1048. package/styles/tab/_fabric-definition.scss +0 -422
  1049. package/styles/tab/_fluent-dark-definition.scss +0 -1
  1050. package/styles/tab/_fluent-definition.scss +0 -409
  1051. package/styles/tab/_fusionnew-definition.scss +0 -401
  1052. package/styles/tab/_highcontrast-definition.scss +0 -446
  1053. package/styles/tab/_highcontrast-light-definition.scss +0 -435
  1054. package/styles/tab/_icons.scss +0 -43
  1055. package/styles/tab/_layout.scss +0 -4115
  1056. package/styles/tab/_material-dark-definition.scss +0 -418
  1057. package/styles/tab/_material-definition.scss +0 -428
  1058. package/styles/tab/_material3-definition.scss +0 -401
  1059. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  1060. package/styles/tab/_tailwind-definition.scss +0 -431
  1061. package/styles/tab/_theme.scss +0 -2026
  1062. package/styles/tab/icons/_bootstrap-dark.scss +0 -140
  1063. package/styles/tab/icons/_bootstrap.scss +0 -140
  1064. package/styles/tab/icons/_bootstrap4.scss +0 -140
  1065. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  1066. package/styles/tab/icons/_bootstrap5.scss +0 -141
  1067. package/styles/tab/icons/_fabric-dark.scss +0 -140
  1068. package/styles/tab/icons/_fabric.scss +0 -140
  1069. package/styles/tab/icons/_fluent-dark.scss +0 -1
  1070. package/styles/tab/icons/_fluent.scss +0 -141
  1071. package/styles/tab/icons/_fusionnew.scss +0 -141
  1072. package/styles/tab/icons/_highcontrast-light.scss +0 -140
  1073. package/styles/tab/icons/_highcontrast.scss +0 -140
  1074. package/styles/tab/icons/_material-dark.scss +0 -140
  1075. package/styles/tab/icons/_material.scss +0 -140
  1076. package/styles/tab/icons/_material3.scss +0 -141
  1077. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  1078. package/styles/tab/icons/_tailwind.scss +0 -141
  1079. package/styles/toolbar/_all.scss +0 -2
  1080. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -142
  1081. package/styles/toolbar/_bootstrap-definition.scss +0 -141
  1082. package/styles/toolbar/_bootstrap4-definition.scss +0 -146
  1083. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  1084. package/styles/toolbar/_bootstrap5-definition.scss +0 -162
  1085. package/styles/toolbar/_fabric-dark-definition.scss +0 -161
  1086. package/styles/toolbar/_fabric-definition.scss +0 -147
  1087. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  1088. package/styles/toolbar/_fluent-definition.scss +0 -150
  1089. package/styles/toolbar/_fusionnew-definition.scss +0 -162
  1090. package/styles/toolbar/_highcontrast-definition.scss +0 -157
  1091. package/styles/toolbar/_highcontrast-light-definition.scss +0 -172
  1092. package/styles/toolbar/_layout.scss +0 -1468
  1093. package/styles/toolbar/_material-dark-definition.scss +0 -186
  1094. package/styles/toolbar/_material-definition.scss +0 -171
  1095. package/styles/toolbar/_material3-definition.scss +0 -162
  1096. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  1097. package/styles/toolbar/_tailwind-definition.scss +0 -150
  1098. package/styles/toolbar/_theme.scss +0 -553
  1099. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  1100. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  1101. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  1102. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  1103. package/styles/toolbar/icons/_bootstrap5.scss +0 -17
  1104. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  1105. package/styles/toolbar/icons/_fabric.scss +0 -16
  1106. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  1107. package/styles/toolbar/icons/_fluent.scss +0 -17
  1108. package/styles/toolbar/icons/_fusionnew.scss +0 -17
  1109. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  1110. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  1111. package/styles/toolbar/icons/_material-dark.scss +0 -16
  1112. package/styles/toolbar/icons/_material.scss +0 -16
  1113. package/styles/toolbar/icons/_material3.scss +0 -17
  1114. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  1115. package/styles/toolbar/icons/_tailwind.scss +0 -17
  1116. package/styles/treeview/_all.scss +0 -2
  1117. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  1118. package/styles/treeview/_bootstrap-definition.scss +0 -113
  1119. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  1120. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  1121. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  1122. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  1123. package/styles/treeview/_fabric-definition.scss +0 -112
  1124. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  1125. package/styles/treeview/_fluent-definition.scss +0 -120
  1126. package/styles/treeview/_fusionnew-definition.scss +0 -120
  1127. package/styles/treeview/_highcontrast-definition.scss +0 -118
  1128. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  1129. package/styles/treeview/_layout.scss +0 -1034
  1130. package/styles/treeview/_material-dark-definition.scss +0 -114
  1131. package/styles/treeview/_material-definition.scss +0 -112
  1132. package/styles/treeview/_material3-definition.scss +0 -120
  1133. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  1134. package/styles/treeview/_tailwind-definition.scss +0 -124
  1135. package/styles/treeview/_theme.scss +0 -361
  1136. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  1137. package/styles/treeview/icons/_bootstrap.scss +0 -39
  1138. package/styles/treeview/icons/_bootstrap4.scss +0 -40
  1139. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  1140. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  1141. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  1142. package/styles/treeview/icons/_fabric.scss +0 -43
  1143. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  1144. package/styles/treeview/icons/_fluent.scss +0 -43
  1145. package/styles/treeview/icons/_fusionnew.scss +0 -43
  1146. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  1147. package/styles/treeview/icons/_highcontrast.scss +0 -43
  1148. package/styles/treeview/icons/_material-dark.scss +0 -43
  1149. package/styles/treeview/icons/_material.scss +0 -43
  1150. package/styles/treeview/icons/_material3.scss +0 -43
  1151. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  1152. package/styles/treeview/icons/_tailwind.scss +0 -43
  1153. package/styles/v-scroll/_all.scss +0 -2
  1154. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -50
  1155. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  1156. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  1157. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  1158. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  1159. package/styles/v-scroll/_fabric-dark-definition.scss +0 -51
  1160. package/styles/v-scroll/_fabric-definition.scss +0 -50
  1161. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  1162. package/styles/v-scroll/_fluent-definition.scss +0 -49
  1163. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  1164. package/styles/v-scroll/_highcontrast-definition.scss +0 -51
  1165. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  1166. package/styles/v-scroll/_layout.scss +0 -162
  1167. package/styles/v-scroll/_material-dark-definition.scss +0 -78
  1168. package/styles/v-scroll/_material-definition.scss +0 -77
  1169. package/styles/v-scroll/_material3-definition.scss +0 -49
  1170. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  1171. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  1172. package/styles/v-scroll/_theme.scss +0 -133
  1173. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  1174. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  1175. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  1176. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  1177. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  1178. package/styles/v-scroll/icons/_fabric-dark.scss +0 -26
  1179. package/styles/v-scroll/icons/_fabric.scss +0 -26
  1180. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  1181. package/styles/v-scroll/icons/_fluent.scss +0 -27
  1182. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  1183. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -26
  1184. package/styles/v-scroll/icons/_highcontrast.scss +0 -26
  1185. package/styles/v-scroll/icons/_material-dark.scss +0 -26
  1186. package/styles/v-scroll/icons/_material.scss +0 -26
  1187. package/styles/v-scroll/icons/_material3.scss +0 -27
  1188. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  1189. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  1190. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -0,0 +1,118 @@
1
+ <ejs-tab heightAdjustMode='Auto' overflowMode="Popup">
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-popup",
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-popup"
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 = '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
+ }