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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (834) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1508 -1
  6. package/README.md +226 -112
  7. package/dist/ej2-angular-navigations.umd.js +2106 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +2 -10
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +14 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +133 -156
  14. package/postinstall/tagchange.js +18 -0
  15. package/{index.d.ts → public_api.d.ts} +0 -3
  16. package/schematics/collection.json +107 -7
  17. package/schematics/generators/accordion-default/index.d.ts +3 -0
  18. package/schematics/generators/accordion-default/index.js +8 -0
  19. package/schematics/generators/accordion-default/index.ts +8 -0
  20. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  21. package/schematics/generators/accordion-default/sample-details.js +7 -0
  22. package/schematics/generators/accordion-default/sample-details.ts +5 -0
  23. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  24. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  25. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  26. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  27. package/schematics/generators/accordion-default/schema.js +2 -0
  28. package/schematics/generators/accordion-default/schema.json +125 -0
  29. package/schematics/generators/accordion-default/schema.ts +3 -0
  30. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  31. package/schematics/generators/accordion-html-template/index.js +8 -0
  32. package/schematics/generators/accordion-html-template/index.ts +8 -0
  33. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  34. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  35. package/schematics/generators/accordion-html-template/sample-details.ts +5 -0
  36. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  37. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  38. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  39. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  40. package/schematics/generators/accordion-html-template/schema.js +2 -0
  41. package/schematics/generators/accordion-html-template/schema.json +125 -0
  42. package/schematics/generators/accordion-html-template/schema.ts +3 -0
  43. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  44. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  45. package/schematics/generators/accordion-multiple-expand/index.ts +8 -0
  46. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  47. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  48. package/schematics/generators/accordion-multiple-expand/sample-details.ts +5 -0
  49. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  50. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  51. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  52. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  53. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  54. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  55. package/schematics/generators/accordion-multiple-expand/schema.ts +3 -0
  56. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  57. package/schematics/generators/accordion-nested/index.js +8 -0
  58. package/schematics/generators/accordion-nested/index.ts +8 -0
  59. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  60. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  61. package/schematics/generators/accordion-nested/sample-details.ts +5 -0
  62. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  63. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  64. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  65. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  66. package/schematics/generators/accordion-nested/schema.js +2 -0
  67. package/schematics/generators/accordion-nested/schema.json +125 -0
  68. package/schematics/generators/accordion-nested/schema.ts +3 -0
  69. package/schematics/generators/contextmenu-default/index.ts +8 -0
  70. package/schematics/generators/contextmenu-default/sample-details.ts +5 -0
  71. package/schematics/generators/contextmenu-default/schema.json +3 -2
  72. package/schematics/generators/contextmenu-default/schema.ts +3 -0
  73. package/schematics/generators/menu-default/index.ts +8 -0
  74. package/schematics/generators/menu-default/sample-details.ts +5 -0
  75. package/schematics/generators/menu-default/schema.json +3 -2
  76. package/schematics/generators/menu-default/schema.ts +3 -0
  77. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  78. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  79. package/schematics/generators/sidebar-backdrop/index.ts +8 -0
  80. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  81. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  82. package/schematics/generators/sidebar-backdrop/sample-details.ts +5 -0
  83. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  84. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  85. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +29 -0
  86. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  87. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  88. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  89. package/schematics/generators/sidebar-backdrop/schema.ts +3 -0
  90. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  91. package/schematics/generators/sidebar-dock/index.js +8 -0
  92. package/schematics/generators/sidebar-dock/index.ts +8 -0
  93. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  94. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  95. package/schematics/generators/sidebar-dock/sample-details.ts +5 -0
  96. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  97. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  98. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  99. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  100. package/schematics/generators/sidebar-dock/schema.js +2 -0
  101. package/schematics/generators/sidebar-dock/schema.json +125 -0
  102. package/schematics/generators/sidebar-dock/schema.ts +3 -0
  103. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  104. package/schematics/generators/sidebar-target/index.js +8 -0
  105. package/schematics/generators/sidebar-target/index.ts +8 -0
  106. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  107. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  108. package/schematics/generators/sidebar-target/sample-details.ts +5 -0
  109. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  110. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  111. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  112. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  113. package/schematics/generators/sidebar-target/schema.js +2 -0
  114. package/schematics/generators/sidebar-target/schema.json +125 -0
  115. package/schematics/generators/sidebar-target/schema.ts +3 -0
  116. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  117. package/schematics/generators/sidebar-types/index.js +8 -0
  118. package/schematics/generators/sidebar-types/index.ts +8 -0
  119. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  120. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  121. package/schematics/generators/sidebar-types/sample-details.ts +5 -0
  122. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  123. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  124. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -0
  125. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  126. package/schematics/generators/sidebar-types/schema.js +2 -0
  127. package/schematics/generators/sidebar-types/schema.json +125 -0
  128. package/schematics/generators/sidebar-types/schema.ts +3 -0
  129. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  130. package/schematics/generators/tab-html-template/index.js +8 -0
  131. package/schematics/generators/tab-html-template/index.ts +8 -0
  132. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  133. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  134. package/schematics/generators/tab-html-template/sample-details.ts +5 -0
  135. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  136. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  137. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  138. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  139. package/schematics/generators/tab-html-template/schema.js +2 -0
  140. package/schematics/generators/tab-html-template/schema.json +125 -0
  141. package/schematics/generators/tab-html-template/schema.ts +3 -0
  142. package/schematics/generators/tab-icon/index.d.ts +3 -0
  143. package/schematics/generators/tab-icon/index.js +8 -0
  144. package/schematics/generators/tab-icon/index.ts +8 -0
  145. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  146. package/schematics/generators/tab-icon/sample-details.js +7 -0
  147. package/schematics/generators/tab-icon/sample-details.ts +5 -0
  148. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  149. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  150. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +17 -0
  151. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  152. package/schematics/generators/tab-icon/schema.js +2 -0
  153. package/schematics/generators/tab-icon/schema.json +125 -0
  154. package/schematics/generators/tab-icon/schema.ts +3 -0
  155. package/schematics/generators/tab-nested/index.d.ts +3 -0
  156. package/schematics/generators/tab-nested/index.js +8 -0
  157. package/schematics/generators/tab-nested/index.ts +8 -0
  158. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  159. package/schematics/generators/tab-nested/sample-details.js +7 -0
  160. package/schematics/generators/tab-nested/sample-details.ts +5 -0
  161. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  162. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  163. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  164. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  165. package/schematics/generators/tab-nested/schema.js +2 -0
  166. package/schematics/generators/tab-nested/schema.json +125 -0
  167. package/schematics/generators/tab-nested/schema.ts +3 -0
  168. package/schematics/generators/tab-popup/index.d.ts +3 -0
  169. package/schematics/generators/tab-popup/index.js +8 -0
  170. package/schematics/generators/tab-popup/index.ts +8 -0
  171. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  172. package/schematics/generators/tab-popup/sample-details.js +7 -0
  173. package/schematics/generators/tab-popup/sample-details.ts +5 -0
  174. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  175. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  176. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  177. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  178. package/schematics/generators/tab-popup/schema.js +2 -0
  179. package/schematics/generators/tab-popup/schema.json +125 -0
  180. package/schematics/generators/tab-popup/schema.ts +3 -0
  181. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  182. package/schematics/generators/tab-scrollable/index.js +8 -0
  183. package/schematics/generators/tab-scrollable/index.ts +8 -0
  184. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  185. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  186. package/schematics/generators/tab-scrollable/sample-details.ts +5 -0
  187. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  188. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  189. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  190. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  191. package/schematics/generators/tab-scrollable/schema.js +2 -0
  192. package/schematics/generators/tab-scrollable/schema.json +125 -0
  193. package/schematics/generators/tab-scrollable/schema.ts +3 -0
  194. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  195. package/schematics/generators/tab-vertical/index.js +8 -0
  196. package/schematics/generators/tab-vertical/index.ts +8 -0
  197. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  198. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  199. package/schematics/generators/tab-vertical/sample-details.ts +5 -0
  200. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  201. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  202. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  203. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  204. package/schematics/generators/tab-vertical/schema.js +2 -0
  205. package/schematics/generators/tab-vertical/schema.json +125 -0
  206. package/schematics/generators/tab-vertical/schema.ts +3 -0
  207. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  208. package/schematics/generators/toolbar-alignment/index.js +8 -0
  209. package/schematics/generators/toolbar-alignment/index.ts +8 -0
  210. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  211. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  212. package/schematics/generators/toolbar-alignment/sample-details.ts +5 -0
  213. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  214. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  215. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  216. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  217. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  218. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  219. package/schematics/generators/toolbar-alignment/schema.ts +3 -0
  220. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  221. package/schematics/generators/toolbar-extended/index.js +8 -0
  222. package/schematics/generators/toolbar-extended/index.ts +8 -0
  223. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  224. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  225. package/schematics/generators/toolbar-extended/sample-details.ts +5 -0
  226. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  227. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  228. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  229. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  230. package/schematics/generators/toolbar-extended/schema.js +2 -0
  231. package/schematics/generators/toolbar-extended/schema.json +125 -0
  232. package/schematics/generators/toolbar-extended/schema.ts +3 -0
  233. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  234. package/schematics/generators/toolbar-html-template/index.js +8 -0
  235. package/schematics/generators/toolbar-html-template/index.ts +8 -0
  236. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  237. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  238. package/schematics/generators/toolbar-html-template/sample-details.ts +5 -0
  239. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  240. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  241. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  242. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  243. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  244. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  245. package/schematics/generators/toolbar-html-template/schema.ts +3 -0
  246. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  247. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  248. package/schematics/generators/toolbar-multi-row/index.ts +8 -0
  249. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  250. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  251. package/schematics/generators/toolbar-multi-row/sample-details.ts +5 -0
  252. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  253. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  254. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  255. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  256. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  257. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  258. package/schematics/generators/toolbar-multi-row/schema.ts +3 -0
  259. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  260. package/schematics/generators/toolbar-popup/index.js +8 -0
  261. package/schematics/generators/toolbar-popup/index.ts +8 -0
  262. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  263. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  264. package/schematics/generators/toolbar-popup/sample-details.ts +5 -0
  265. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  266. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  267. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  268. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  269. package/schematics/generators/toolbar-popup/schema.js +2 -0
  270. package/schematics/generators/toolbar-popup/schema.json +125 -0
  271. package/schematics/generators/toolbar-popup/schema.ts +3 -0
  272. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  273. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  274. package/schematics/generators/toolbar-scrollable/index.ts +8 -0
  275. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  276. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  277. package/schematics/generators/toolbar-scrollable/sample-details.ts +5 -0
  278. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  279. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  280. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  281. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  282. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  283. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  284. package/schematics/generators/toolbar-scrollable/schema.ts +3 -0
  285. package/schematics/generators/treeview-checkbox/index.ts +8 -0
  286. package/schematics/generators/treeview-checkbox/sample-details.ts +5 -0
  287. package/schematics/generators/treeview-checkbox/schema.json +3 -2
  288. package/schematics/generators/treeview-checkbox/schema.ts +3 -0
  289. package/schematics/generators/treeview-default/index.ts +8 -0
  290. package/schematics/generators/treeview-default/sample-details.ts +5 -0
  291. package/schematics/generators/treeview-default/schema.json +3 -2
  292. package/schematics/generators/treeview-default/schema.ts +3 -0
  293. package/schematics/generators/treeview-draganddrop/index.ts +8 -0
  294. package/schematics/generators/treeview-draganddrop/sample-details.ts +5 -0
  295. package/schematics/generators/treeview-draganddrop/schema.json +3 -2
  296. package/schematics/generators/treeview-draganddrop/schema.ts +3 -0
  297. package/schematics/generators/treeview-multiselection/index.ts +8 -0
  298. package/schematics/generators/treeview-multiselection/sample-details.ts +5 -0
  299. package/schematics/generators/treeview-multiselection/schema.json +3 -2
  300. package/schematics/generators/treeview-multiselection/schema.ts +3 -0
  301. package/schematics/generators/treeview-nodeediting/index.ts +8 -0
  302. package/schematics/generators/treeview-nodeediting/sample-details.ts +5 -0
  303. package/schematics/generators/treeview-nodeediting/schema.json +3 -2
  304. package/schematics/generators/treeview-nodeediting/schema.ts +3 -0
  305. package/schematics/generators/treeview-remotedata/index.ts +8 -0
  306. package/schematics/generators/treeview-remotedata/sample-details.ts +5 -0
  307. package/schematics/generators/treeview-remotedata/schema.json +3 -2
  308. package/schematics/generators/treeview-remotedata/schema.ts +3 -0
  309. package/schematics/generators/treeview-treetemplate/index.ts +8 -0
  310. package/schematics/generators/treeview-treetemplate/sample-details.ts +5 -0
  311. package/schematics/generators/treeview-treetemplate/schema.json +3 -2
  312. package/schematics/generators/treeview-treetemplate/schema.ts +3 -0
  313. package/schematics/ng-add/index.ts +10 -0
  314. package/schematics/ng-add/schema.json +1 -1
  315. package/schematics/ng-add/schema.ts +30 -0
  316. package/schematics/tsconfig.json +25 -0
  317. package/schematics/utils/lib-details.d.ts +3 -3
  318. package/schematics/utils/lib-details.js +3 -3
  319. package/schematics/utils/lib-details.ts +4 -0
  320. package/src/accordion/accordion.component.d.ts +22 -3
  321. package/src/accordion/items.directive.d.ts +24 -7
  322. package/src/appbar/appbar-all.module.d.ts +5 -0
  323. package/src/appbar/appbar.component.d.ts +29 -0
  324. package/src/appbar/appbar.module.d.ts +5 -0
  325. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
  326. package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
  327. package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
  328. package/src/breadcrumb/items.directive.d.ts +46 -0
  329. package/src/carousel/carousel-all.module.d.ts +5 -0
  330. package/src/carousel/carousel.component.d.ts +58 -0
  331. package/src/carousel/carousel.module.d.ts +5 -0
  332. package/src/carousel/items.directive.d.ts +46 -0
  333. package/src/context-menu/contextmenu.component.d.ts +9 -0
  334. package/src/index.d.ts +12 -0
  335. package/src/menu/items.directive.d.ts +45 -0
  336. package/src/menu/menu.component.d.ts +13 -1
  337. package/src/sidebar/sidebar.component.d.ts +7 -0
  338. package/src/tab/items.directive.d.ts +25 -1
  339. package/src/tab/tab.component.d.ts +18 -4
  340. package/src/toolbar/items.directive.d.ts +39 -19
  341. package/src/toolbar/toolbar.component.d.ts +10 -3
  342. package/src/treeview/treeview.component.d.ts +26 -2
  343. package/styles/accordion/bootstrap-dark.css +267 -181
  344. package/styles/accordion/bootstrap.css +258 -172
  345. package/styles/accordion/bootstrap4.css +525 -0
  346. package/styles/accordion/bootstrap4.scss +1 -0
  347. package/styles/accordion/bootstrap5-dark.css +527 -0
  348. package/styles/accordion/bootstrap5-dark.scss +1 -0
  349. package/styles/accordion/bootstrap5.css +527 -0
  350. package/styles/accordion/bootstrap5.scss +1 -0
  351. package/styles/accordion/fabric-dark.css +266 -164
  352. package/styles/accordion/fabric.css +266 -164
  353. package/styles/accordion/fluent-dark.css +526 -0
  354. package/styles/accordion/fluent-dark.scss +1 -0
  355. package/styles/accordion/fluent.css +526 -0
  356. package/styles/accordion/fluent.scss +1 -0
  357. package/styles/accordion/highcontrast-light.css +525 -0
  358. package/styles/accordion/highcontrast-light.scss +1 -0
  359. package/styles/accordion/highcontrast.css +243 -232
  360. package/styles/accordion/material-dark.css +268 -173
  361. package/styles/accordion/material.css +264 -169
  362. package/styles/accordion/tailwind-dark.css +527 -0
  363. package/styles/accordion/tailwind-dark.scss +1 -0
  364. package/styles/accordion/tailwind.css +527 -0
  365. package/styles/accordion/tailwind.scss +1 -0
  366. package/styles/appbar/bootstrap-dark.css +247 -0
  367. package/styles/appbar/bootstrap-dark.scss +1 -0
  368. package/styles/appbar/bootstrap.css +247 -0
  369. package/styles/appbar/bootstrap.scss +1 -0
  370. package/styles/appbar/bootstrap4.css +247 -0
  371. package/styles/appbar/bootstrap4.scss +1 -0
  372. package/styles/appbar/bootstrap5-dark.css +247 -0
  373. package/styles/appbar/bootstrap5-dark.scss +1 -0
  374. package/styles/appbar/bootstrap5.css +247 -0
  375. package/styles/appbar/bootstrap5.scss +1 -0
  376. package/styles/appbar/fabric-dark.css +247 -0
  377. package/styles/appbar/fabric-dark.scss +1 -0
  378. package/styles/appbar/fabric.css +247 -0
  379. package/styles/appbar/fabric.scss +1 -0
  380. package/styles/appbar/fluent-dark.css +247 -0
  381. package/styles/appbar/fluent-dark.scss +1 -0
  382. package/styles/appbar/fluent.css +247 -0
  383. package/styles/appbar/fluent.scss +1 -0
  384. package/styles/appbar/highcontrast-light.css +247 -0
  385. package/styles/appbar/highcontrast-light.scss +1 -0
  386. package/styles/appbar/highcontrast.css +247 -0
  387. package/styles/appbar/highcontrast.scss +1 -0
  388. package/styles/appbar/material-dark.css +248 -0
  389. package/styles/appbar/material-dark.scss +1 -0
  390. package/styles/appbar/material.css +248 -0
  391. package/styles/appbar/material.scss +1 -0
  392. package/styles/appbar/tailwind-dark.css +248 -0
  393. package/styles/appbar/tailwind-dark.scss +1 -0
  394. package/styles/appbar/tailwind.css +248 -0
  395. package/styles/appbar/tailwind.scss +1 -0
  396. package/styles/bootstrap-dark.css +5503 -3478
  397. package/styles/bootstrap-dark.scss +4 -0
  398. package/styles/bootstrap.css +5420 -3550
  399. package/styles/bootstrap.scss +4 -0
  400. package/styles/bootstrap4.css +10166 -0
  401. package/styles/bootstrap4.scss +13 -0
  402. package/styles/bootstrap5-dark.css +10207 -0
  403. package/styles/bootstrap5-dark.scss +13 -0
  404. package/styles/bootstrap5.css +10207 -0
  405. package/styles/bootstrap5.scss +13 -0
  406. package/styles/breadcrumb/bootstrap-dark.css +395 -0
  407. package/styles/breadcrumb/bootstrap-dark.scss +1 -0
  408. package/styles/breadcrumb/bootstrap.css +395 -0
  409. package/styles/breadcrumb/bootstrap.scss +1 -0
  410. package/styles/breadcrumb/bootstrap4.css +395 -0
  411. package/styles/breadcrumb/bootstrap4.scss +1 -0
  412. package/styles/breadcrumb/bootstrap5-dark.css +409 -0
  413. package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
  414. package/styles/breadcrumb/bootstrap5.css +409 -0
  415. package/styles/breadcrumb/bootstrap5.scss +1 -0
  416. package/styles/breadcrumb/fabric-dark.css +395 -0
  417. package/styles/breadcrumb/fabric-dark.scss +1 -0
  418. package/styles/breadcrumb/fabric.css +395 -0
  419. package/styles/breadcrumb/fabric.scss +1 -0
  420. package/styles/breadcrumb/fluent-dark.css +371 -0
  421. package/styles/breadcrumb/fluent-dark.scss +1 -0
  422. package/styles/breadcrumb/fluent.css +371 -0
  423. package/styles/breadcrumb/fluent.scss +1 -0
  424. package/styles/breadcrumb/highcontrast-light.css +402 -0
  425. package/styles/breadcrumb/highcontrast-light.scss +1 -0
  426. package/styles/breadcrumb/highcontrast.css +402 -0
  427. package/styles/breadcrumb/highcontrast.scss +1 -0
  428. package/styles/breadcrumb/material-dark.css +379 -0
  429. package/styles/breadcrumb/material-dark.scss +1 -0
  430. package/styles/breadcrumb/material.css +379 -0
  431. package/styles/breadcrumb/material.scss +1 -0
  432. package/styles/breadcrumb/tailwind-dark.css +402 -0
  433. package/styles/breadcrumb/tailwind-dark.scss +1 -0
  434. package/styles/breadcrumb/tailwind.css +402 -0
  435. package/styles/breadcrumb/tailwind.scss +1 -0
  436. package/styles/carousel/bootstrap-dark.css +264 -0
  437. package/styles/carousel/bootstrap-dark.scss +1 -0
  438. package/styles/carousel/bootstrap.css +264 -0
  439. package/styles/carousel/bootstrap.scss +1 -0
  440. package/styles/carousel/bootstrap4.css +264 -0
  441. package/styles/carousel/bootstrap4.scss +1 -0
  442. package/styles/carousel/bootstrap5-dark.css +264 -0
  443. package/styles/carousel/bootstrap5-dark.scss +1 -0
  444. package/styles/carousel/bootstrap5.css +264 -0
  445. package/styles/carousel/bootstrap5.scss +1 -0
  446. package/styles/carousel/fabric-dark.css +264 -0
  447. package/styles/carousel/fabric-dark.scss +1 -0
  448. package/styles/carousel/fabric.css +264 -0
  449. package/styles/carousel/fabric.scss +1 -0
  450. package/styles/carousel/fluent-dark.css +264 -0
  451. package/styles/carousel/fluent-dark.scss +1 -0
  452. package/styles/carousel/fluent.css +264 -0
  453. package/styles/carousel/fluent.scss +1 -0
  454. package/styles/carousel/highcontrast-light.css +264 -0
  455. package/styles/carousel/highcontrast-light.scss +1 -0
  456. package/styles/carousel/highcontrast.css +264 -0
  457. package/styles/carousel/highcontrast.scss +1 -0
  458. package/styles/carousel/material-dark.css +265 -0
  459. package/styles/carousel/material-dark.scss +1 -0
  460. package/styles/carousel/material.css +265 -0
  461. package/styles/carousel/material.scss +1 -0
  462. package/styles/carousel/tailwind-dark.css +265 -0
  463. package/styles/carousel/tailwind-dark.scss +1 -0
  464. package/styles/carousel/tailwind.css +265 -0
  465. package/styles/carousel/tailwind.scss +1 -0
  466. package/styles/context-menu/bootstrap-dark.css +206 -108
  467. package/styles/context-menu/bootstrap.css +206 -107
  468. package/styles/context-menu/bootstrap4.css +367 -0
  469. package/styles/context-menu/bootstrap4.scss +1 -0
  470. package/styles/context-menu/bootstrap5-dark.css +355 -0
  471. package/styles/context-menu/bootstrap5-dark.scss +1 -0
  472. package/styles/context-menu/bootstrap5.css +355 -0
  473. package/styles/context-menu/bootstrap5.scss +1 -0
  474. package/styles/context-menu/fabric-dark.css +207 -109
  475. package/styles/context-menu/fabric.css +205 -106
  476. package/styles/context-menu/fluent-dark.css +363 -0
  477. package/styles/context-menu/fluent-dark.scss +1 -0
  478. package/styles/context-menu/fluent.css +363 -0
  479. package/styles/context-menu/fluent.scss +1 -0
  480. package/styles/context-menu/highcontrast-light.css +366 -0
  481. package/styles/context-menu/highcontrast-light.scss +1 -0
  482. package/styles/context-menu/highcontrast.css +205 -106
  483. package/styles/context-menu/material-dark.css +223 -107
  484. package/styles/context-menu/material.css +228 -110
  485. package/styles/context-menu/tailwind-dark.css +380 -0
  486. package/styles/context-menu/tailwind-dark.scss +1 -0
  487. package/styles/context-menu/tailwind.css +380 -0
  488. package/styles/context-menu/tailwind.scss +1 -0
  489. package/styles/fabric-dark.css +5766 -3690
  490. package/styles/fabric-dark.scss +4 -0
  491. package/styles/fabric.css +5959 -4038
  492. package/styles/fabric.scss +4 -0
  493. package/styles/fluent-dark.css +10172 -0
  494. package/styles/fluent-dark.scss +13 -0
  495. package/styles/fluent.css +10172 -0
  496. package/styles/fluent.scss +13 -0
  497. package/styles/h-scroll/bootstrap-dark.css +53 -66
  498. package/styles/h-scroll/bootstrap.css +32 -80
  499. package/styles/h-scroll/bootstrap4.css +260 -0
  500. package/styles/h-scroll/bootstrap4.scss +1 -0
  501. package/styles/h-scroll/bootstrap5-dark.css +280 -0
  502. package/styles/h-scroll/bootstrap5-dark.scss +1 -0
  503. package/styles/h-scroll/bootstrap5.css +280 -0
  504. package/styles/h-scroll/bootstrap5.scss +1 -0
  505. package/styles/h-scroll/fabric-dark.css +54 -67
  506. package/styles/h-scroll/fabric.css +32 -80
  507. package/styles/h-scroll/fluent-dark.css +280 -0
  508. package/styles/h-scroll/fluent-dark.scss +1 -0
  509. package/styles/h-scroll/fluent.css +280 -0
  510. package/styles/h-scroll/fluent.scss +1 -0
  511. package/styles/h-scroll/highcontrast-light.css +259 -0
  512. package/styles/h-scroll/highcontrast-light.scss +1 -0
  513. package/styles/h-scroll/highcontrast.css +26 -89
  514. package/styles/h-scroll/material-dark.css +56 -70
  515. package/styles/h-scroll/material.css +33 -82
  516. package/styles/h-scroll/tailwind-dark.css +281 -0
  517. package/styles/h-scroll/tailwind-dark.scss +1 -0
  518. package/styles/h-scroll/tailwind.css +281 -0
  519. package/styles/h-scroll/tailwind.scss +1 -0
  520. package/styles/highcontrast-light.css +10029 -0
  521. package/styles/highcontrast-light.scss +13 -0
  522. package/styles/highcontrast.css +6039 -4460
  523. package/styles/highcontrast.scss +4 -0
  524. package/styles/material-dark.css +6282 -3945
  525. package/styles/material-dark.scss +4 -0
  526. package/styles/material.css +6210 -4026
  527. package/styles/material.scss +4 -0
  528. package/styles/menu/bootstrap-dark.css +717 -319
  529. package/styles/menu/bootstrap.css +701 -304
  530. package/styles/menu/bootstrap4.css +1126 -0
  531. package/styles/menu/bootstrap4.scss +1 -0
  532. package/styles/menu/bootstrap5-dark.css +1083 -0
  533. package/styles/menu/bootstrap5-dark.scss +1 -0
  534. package/styles/menu/bootstrap5.css +1083 -0
  535. package/styles/menu/bootstrap5.scss +1 -0
  536. package/styles/menu/fabric-dark.css +716 -318
  537. package/styles/menu/fabric.css +696 -298
  538. package/styles/menu/fluent-dark.css +1106 -0
  539. package/styles/menu/fluent-dark.scss +1 -0
  540. package/styles/menu/fluent.css +1106 -0
  541. package/styles/menu/fluent.scss +1 -0
  542. package/styles/menu/highcontrast-light.css +1088 -0
  543. package/styles/menu/highcontrast-light.scss +1 -0
  544. package/styles/menu/highcontrast.css +698 -300
  545. package/styles/menu/material-dark.css +715 -319
  546. package/styles/menu/material.css +699 -303
  547. package/styles/menu/tailwind-dark.css +1102 -0
  548. package/styles/menu/tailwind-dark.scss +1 -0
  549. package/styles/menu/tailwind.css +1102 -0
  550. package/styles/menu/tailwind.scss +1 -0
  551. package/styles/pager/bootstrap-dark.css +688 -0
  552. package/styles/pager/bootstrap-dark.scss +1 -0
  553. package/styles/pager/bootstrap.css +688 -0
  554. package/styles/pager/bootstrap.scss +1 -0
  555. package/styles/pager/bootstrap4.css +688 -0
  556. package/styles/pager/bootstrap4.scss +1 -0
  557. package/styles/pager/bootstrap5-dark.css +723 -0
  558. package/styles/pager/bootstrap5-dark.scss +1 -0
  559. package/styles/pager/bootstrap5.css +723 -0
  560. package/styles/pager/bootstrap5.scss +1 -0
  561. package/styles/pager/fabric-dark.css +688 -0
  562. package/styles/pager/fabric-dark.scss +1 -0
  563. package/styles/pager/fabric.css +688 -0
  564. package/styles/pager/fabric.scss +1 -0
  565. package/styles/pager/fluent-dark.css +690 -0
  566. package/styles/pager/fluent-dark.scss +1 -0
  567. package/styles/pager/fluent.css +690 -0
  568. package/styles/pager/fluent.scss +1 -0
  569. package/styles/pager/highcontrast-light.css +688 -0
  570. package/styles/pager/highcontrast-light.scss +1 -0
  571. package/styles/pager/highcontrast.css +688 -0
  572. package/styles/pager/highcontrast.scss +1 -0
  573. package/styles/pager/material-dark.css +689 -0
  574. package/styles/pager/material-dark.scss +1 -0
  575. package/styles/pager/material.css +689 -0
  576. package/styles/pager/material.scss +1 -0
  577. package/styles/pager/tailwind-dark.css +815 -0
  578. package/styles/pager/tailwind-dark.scss +1 -0
  579. package/styles/pager/tailwind.css +815 -0
  580. package/styles/pager/tailwind.scss +1 -0
  581. package/styles/sidebar/bootstrap-dark.css +29 -25
  582. package/styles/sidebar/bootstrap.css +29 -25
  583. package/styles/sidebar/bootstrap4.css +149 -0
  584. package/styles/sidebar/bootstrap4.scss +1 -0
  585. package/styles/sidebar/bootstrap5-dark.css +147 -0
  586. package/styles/sidebar/bootstrap5-dark.scss +1 -0
  587. package/styles/sidebar/bootstrap5.css +147 -0
  588. package/styles/sidebar/bootstrap5.scss +1 -0
  589. package/styles/sidebar/fabric-dark.css +29 -25
  590. package/styles/sidebar/fabric.css +29 -25
  591. package/styles/sidebar/fluent-dark.css +147 -0
  592. package/styles/sidebar/fluent-dark.scss +1 -0
  593. package/styles/sidebar/fluent.css +147 -0
  594. package/styles/sidebar/fluent.scss +1 -0
  595. package/styles/sidebar/highcontrast-light.css +149 -0
  596. package/styles/sidebar/highcontrast-light.scss +1 -0
  597. package/styles/sidebar/highcontrast.css +30 -26
  598. package/styles/sidebar/material-dark.css +29 -25
  599. package/styles/sidebar/material.css +29 -25
  600. package/styles/sidebar/tailwind-dark.css +148 -0
  601. package/styles/sidebar/tailwind-dark.scss +1 -0
  602. package/styles/sidebar/tailwind.css +148 -0
  603. package/styles/sidebar/tailwind.scss +1 -0
  604. package/styles/tab/bootstrap-dark.css +1226 -1067
  605. package/styles/tab/bootstrap.css +1173 -1106
  606. package/styles/tab/bootstrap4.css +4031 -0
  607. package/styles/tab/bootstrap4.scss +1 -0
  608. package/styles/tab/bootstrap5-dark.css +4029 -0
  609. package/styles/tab/bootstrap5-dark.scss +1 -0
  610. package/styles/tab/bootstrap5.css +4029 -0
  611. package/styles/tab/bootstrap5.scss +1 -0
  612. package/styles/tab/fabric-dark.css +1212 -1096
  613. package/styles/tab/fabric.css +1173 -1148
  614. package/styles/tab/fluent-dark.css +4031 -0
  615. package/styles/tab/fluent-dark.scss +1 -0
  616. package/styles/tab/fluent.css +4031 -0
  617. package/styles/tab/fluent.scss +1 -0
  618. package/styles/tab/highcontrast-light.css +4022 -0
  619. package/styles/tab/highcontrast-light.scss +1 -0
  620. package/styles/tab/highcontrast.css +1086 -1215
  621. package/styles/tab/material-dark.css +1334 -955
  622. package/styles/tab/material.css +1280 -992
  623. package/styles/tab/tailwind-dark.css +4046 -0
  624. package/styles/tab/tailwind-dark.scss +1 -0
  625. package/styles/tab/tailwind.css +4046 -0
  626. package/styles/tab/tailwind.scss +1 -0
  627. package/styles/tailwind-dark.css +10351 -0
  628. package/styles/tailwind-dark.scss +13 -0
  629. package/styles/tailwind.css +10351 -0
  630. package/styles/tailwind.scss +13 -0
  631. package/styles/toolbar/bootstrap-dark.css +768 -1105
  632. package/styles/toolbar/bootstrap.css +761 -1111
  633. package/styles/toolbar/bootstrap4.css +1071 -0
  634. package/styles/toolbar/bootstrap4.scss +1 -0
  635. package/styles/toolbar/bootstrap5-dark.css +1082 -0
  636. package/styles/toolbar/bootstrap5-dark.scss +1 -0
  637. package/styles/toolbar/bootstrap5.css +1082 -0
  638. package/styles/toolbar/bootstrap5.scss +1 -0
  639. package/styles/toolbar/fabric-dark.css +779 -1042
  640. package/styles/toolbar/fabric.css +767 -1041
  641. package/styles/toolbar/fluent-dark.css +1081 -0
  642. package/styles/toolbar/fluent-dark.scss +1 -0
  643. package/styles/toolbar/fluent.css +1081 -0
  644. package/styles/toolbar/fluent.scss +1 -0
  645. package/styles/toolbar/highcontrast-light.css +1070 -0
  646. package/styles/toolbar/highcontrast-light.scss +1 -0
  647. package/styles/toolbar/highcontrast.css +744 -1089
  648. package/styles/toolbar/material-dark.css +747 -1010
  649. package/styles/toolbar/material.css +753 -1027
  650. package/styles/toolbar/tailwind-dark.css +1082 -0
  651. package/styles/toolbar/tailwind-dark.scss +1 -0
  652. package/styles/toolbar/tailwind.css +1082 -0
  653. package/styles/toolbar/tailwind.scss +1 -0
  654. package/styles/treeview/bootstrap-dark.css +230 -172
  655. package/styles/treeview/bootstrap.css +230 -168
  656. package/styles/treeview/bootstrap4.css +829 -0
  657. package/styles/treeview/bootstrap4.scss +1 -0
  658. package/styles/treeview/bootstrap5-dark.css +847 -0
  659. package/styles/treeview/bootstrap5-dark.scss +1 -0
  660. package/styles/treeview/bootstrap5.css +847 -0
  661. package/styles/treeview/bootstrap5.scss +1 -0
  662. package/styles/treeview/fabric-dark.css +230 -168
  663. package/styles/treeview/fabric.css +230 -168
  664. package/styles/treeview/fluent-dark.css +852 -0
  665. package/styles/treeview/fluent-dark.scss +1 -0
  666. package/styles/treeview/fluent.css +852 -0
  667. package/styles/treeview/fluent.scss +1 -0
  668. package/styles/treeview/highcontrast-light.css +736 -0
  669. package/styles/treeview/highcontrast-light.scss +1 -0
  670. package/styles/treeview/highcontrast.css +230 -171
  671. package/styles/treeview/material-dark.css +242 -172
  672. package/styles/treeview/material.css +238 -167
  673. package/styles/treeview/tailwind-dark.css +840 -0
  674. package/styles/treeview/tailwind-dark.scss +1 -0
  675. package/styles/treeview/tailwind.css +840 -0
  676. package/styles/treeview/tailwind.scss +1 -0
  677. package/styles/v-scroll/bootstrap-dark.css +25 -51
  678. package/styles/v-scroll/bootstrap.css +13 -58
  679. package/styles/v-scroll/bootstrap4.css +202 -0
  680. package/styles/v-scroll/bootstrap4.scss +1 -0
  681. package/styles/v-scroll/bootstrap5-dark.css +202 -0
  682. package/styles/v-scroll/bootstrap5-dark.scss +1 -0
  683. package/styles/v-scroll/bootstrap5.css +202 -0
  684. package/styles/v-scroll/bootstrap5.scss +1 -0
  685. package/styles/v-scroll/fabric-dark.css +26 -52
  686. package/styles/v-scroll/fabric.css +14 -59
  687. package/styles/v-scroll/fluent-dark.css +202 -0
  688. package/styles/v-scroll/fluent-dark.scss +1 -0
  689. package/styles/v-scroll/fluent.css +202 -0
  690. package/styles/v-scroll/fluent.scss +1 -0
  691. package/styles/v-scroll/highcontrast-light.css +201 -0
  692. package/styles/v-scroll/highcontrast-light.scss +1 -0
  693. package/styles/v-scroll/highcontrast.css +14 -74
  694. package/styles/v-scroll/material-dark.css +23 -50
  695. package/styles/v-scroll/material.css +12 -58
  696. package/styles/v-scroll/tailwind-dark.css +203 -0
  697. package/styles/v-scroll/tailwind-dark.scss +1 -0
  698. package/styles/v-scroll/tailwind.css +203 -0
  699. package/styles/v-scroll/tailwind.scss +1 -0
  700. package/accordion.d.ts +0 -4
  701. package/accordion.js +0 -5
  702. package/accordion.js.map +0 -1
  703. package/accordion.metadata.json +0 -1
  704. package/context-menu.d.ts +0 -4
  705. package/context-menu.js +0 -5
  706. package/context-menu.js.map +0 -1
  707. package/context-menu.metadata.json +0 -1
  708. package/index.js +0 -5
  709. package/index.js.map +0 -1
  710. package/index.metadata.json +0 -1
  711. package/license +0 -10
  712. package/menu.d.ts +0 -4
  713. package/menu.js +0 -5
  714. package/menu.js.map +0 -1
  715. package/menu.metadata.json +0 -1
  716. package/sidebar.d.ts +0 -4
  717. package/sidebar.js +0 -5
  718. package/sidebar.js.map +0 -1
  719. package/sidebar.metadata.json +0 -1
  720. package/src/accordion/accordion-all.module.js +0 -24
  721. package/src/accordion/accordion-all.module.js.map +0 -1
  722. package/src/accordion/accordion-all.module.metadata.json +0 -1
  723. package/src/accordion/accordion.component.js +0 -83
  724. package/src/accordion/accordion.component.js.map +0 -1
  725. package/src/accordion/accordion.component.metadata.json +0 -1
  726. package/src/accordion/accordion.module.js +0 -31
  727. package/src/accordion/accordion.module.js.map +0 -1
  728. package/src/accordion/accordion.module.metadata.json +0 -1
  729. package/src/accordion/index.d.ts +0 -4
  730. package/src/accordion/index.js +0 -5
  731. package/src/accordion/index.js.map +0 -1
  732. package/src/accordion/index.metadata.json +0 -1
  733. package/src/accordion/items.directive.js +0 -94
  734. package/src/accordion/items.directive.js.map +0 -1
  735. package/src/accordion/items.directive.metadata.json +0 -1
  736. package/src/context-menu/contextmenu-all.module.js +0 -24
  737. package/src/context-menu/contextmenu-all.module.js.map +0 -1
  738. package/src/context-menu/contextmenu-all.module.metadata.json +0 -1
  739. package/src/context-menu/contextmenu.component.js +0 -80
  740. package/src/context-menu/contextmenu.component.js.map +0 -1
  741. package/src/context-menu/contextmenu.component.metadata.json +0 -1
  742. package/src/context-menu/contextmenu.module.js +0 -26
  743. package/src/context-menu/contextmenu.module.js.map +0 -1
  744. package/src/context-menu/contextmenu.module.metadata.json +0 -1
  745. package/src/context-menu/index.d.ts +0 -3
  746. package/src/context-menu/index.js +0 -4
  747. package/src/context-menu/index.js.map +0 -1
  748. package/src/context-menu/index.metadata.json +0 -1
  749. package/src/index.js +0 -26
  750. package/src/index.js.map +0 -1
  751. package/src/index.metadata.json +0 -1
  752. package/src/menu/index.d.ts +0 -3
  753. package/src/menu/index.js +0 -4
  754. package/src/menu/index.js.map +0 -1
  755. package/src/menu/index.metadata.json +0 -1
  756. package/src/menu/menu-all.module.js +0 -24
  757. package/src/menu/menu-all.module.js.map +0 -1
  758. package/src/menu/menu-all.module.metadata.json +0 -1
  759. package/src/menu/menu.component.js +0 -87
  760. package/src/menu/menu.component.js.map +0 -1
  761. package/src/menu/menu.component.metadata.json +0 -1
  762. package/src/menu/menu.module.js +0 -26
  763. package/src/menu/menu.module.js.map +0 -1
  764. package/src/menu/menu.module.metadata.json +0 -1
  765. package/src/sidebar/index.d.ts +0 -3
  766. package/src/sidebar/index.js +0 -4
  767. package/src/sidebar/index.js.map +0 -1
  768. package/src/sidebar/index.metadata.json +0 -1
  769. package/src/sidebar/sidebar-all.module.js +0 -24
  770. package/src/sidebar/sidebar-all.module.js.map +0 -1
  771. package/src/sidebar/sidebar-all.module.metadata.json +0 -1
  772. package/src/sidebar/sidebar.component.js +0 -79
  773. package/src/sidebar/sidebar.component.js.map +0 -1
  774. package/src/sidebar/sidebar.component.metadata.json +0 -1
  775. package/src/sidebar/sidebar.module.js +0 -26
  776. package/src/sidebar/sidebar.module.js.map +0 -1
  777. package/src/sidebar/sidebar.module.metadata.json +0 -1
  778. package/src/tab/index.d.ts +0 -4
  779. package/src/tab/index.js +0 -5
  780. package/src/tab/index.js.map +0 -1
  781. package/src/tab/index.metadata.json +0 -1
  782. package/src/tab/items.directive.js +0 -94
  783. package/src/tab/items.directive.js.map +0 -1
  784. package/src/tab/items.directive.metadata.json +0 -1
  785. package/src/tab/tab-all.module.js +0 -24
  786. package/src/tab/tab-all.module.js.map +0 -1
  787. package/src/tab/tab-all.module.metadata.json +0 -1
  788. package/src/tab/tab.component.js +0 -83
  789. package/src/tab/tab.component.js.map +0 -1
  790. package/src/tab/tab.component.metadata.json +0 -1
  791. package/src/tab/tab.module.js +0 -31
  792. package/src/tab/tab.module.js.map +0 -1
  793. package/src/tab/tab.module.metadata.json +0 -1
  794. package/src/toolbar/index.d.ts +0 -4
  795. package/src/toolbar/index.js +0 -5
  796. package/src/toolbar/index.js.map +0 -1
  797. package/src/toolbar/index.metadata.json +0 -1
  798. package/src/toolbar/items.directive.js +0 -89
  799. package/src/toolbar/items.directive.js.map +0 -1
  800. package/src/toolbar/items.directive.metadata.json +0 -1
  801. package/src/toolbar/toolbar-all.module.js +0 -24
  802. package/src/toolbar/toolbar-all.module.js.map +0 -1
  803. package/src/toolbar/toolbar-all.module.metadata.json +0 -1
  804. package/src/toolbar/toolbar.component.js +0 -83
  805. package/src/toolbar/toolbar.component.js.map +0 -1
  806. package/src/toolbar/toolbar.component.metadata.json +0 -1
  807. package/src/toolbar/toolbar.module.js +0 -31
  808. package/src/toolbar/toolbar.module.js.map +0 -1
  809. package/src/toolbar/toolbar.module.metadata.json +0 -1
  810. package/src/treeview/index.d.ts +0 -3
  811. package/src/treeview/index.js +0 -4
  812. package/src/treeview/index.js.map +0 -1
  813. package/src/treeview/index.metadata.json +0 -1
  814. package/src/treeview/treeview-all.module.js +0 -24
  815. package/src/treeview/treeview-all.module.js.map +0 -1
  816. package/src/treeview/treeview-all.module.metadata.json +0 -1
  817. package/src/treeview/treeview.component.js +0 -87
  818. package/src/treeview/treeview.component.js.map +0 -1
  819. package/src/treeview/treeview.component.metadata.json +0 -1
  820. package/src/treeview/treeview.module.js +0 -26
  821. package/src/treeview/treeview.module.js.map +0 -1
  822. package/src/treeview/treeview.module.metadata.json +0 -1
  823. package/tab.d.ts +0 -4
  824. package/tab.js +0 -5
  825. package/tab.js.map +0 -1
  826. package/tab.metadata.json +0 -1
  827. package/toolbar.d.ts +0 -4
  828. package/toolbar.js +0 -5
  829. package/toolbar.js.map +0 -1
  830. package/toolbar.metadata.json +0 -1
  831. package/treeview.d.ts +0 -4
  832. package/treeview.js +0 -5
  833. package/treeview.js.map +0 -1
  834. package/treeview.metadata.json +0 -1
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"TabAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"exports":[{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"providers":[]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"TabAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"exports":[{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"providers":[]}]}]}}}]
@@ -1,83 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
12
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
13
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
14
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
- return c > 3 && r && Object.defineProperty(target, key, r), r;
16
- };
17
- var __metadata = (this && this.__metadata) || function (k, v) {
18
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
- };
20
- import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, ContentChild } from '@angular/core';
21
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
22
- import { Tab } from '@syncfusion/ej2-navigations';
23
- import { TabItemsDirective } from './items.directive';
24
- export var inputs = ['animation', 'cssClass', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'locale', 'overflowMode', 'selectedItem', 'showCloseButton', 'width'];
25
- export var outputs = ['added', 'adding', 'created', 'destroyed', 'removed', 'removing', 'selected', 'selecting'];
26
- export var twoWays = [''];
27
- /**
28
- * Represents the EJ2 Angular Tab Component.
29
- * ```html
30
- * <ejs-tab overflowMode= 'Popup'></ejs-tab>
31
- * ```
32
- */
33
- var TabComponent = /** @class */ (function (_super) {
34
- __extends(TabComponent, _super);
35
- function TabComponent(ngEle, srenderer, viewContainerRef, injector) {
36
- var _this = _super.call(this) || this;
37
- _this.ngEle = ngEle;
38
- _this.srenderer = srenderer;
39
- _this.viewContainerRef = viewContainerRef;
40
- _this.injector = injector;
41
- _this.tags = ['items'];
42
- _this.element = _this.ngEle.nativeElement;
43
- _this.injectedModules = _this.injectedModules || [];
44
- _this.registerEvents(outputs);
45
- _this.addTwoWay.call(_this, twoWays);
46
- setValue('currentInstance', _this, _this.viewContainerRef);
47
- return _this;
48
- }
49
- TabComponent.prototype.ngOnInit = function () {
50
- };
51
- TabComponent.prototype.ngAfterViewInit = function () {
52
- };
53
- TabComponent.prototype.ngOnDestroy = function () {
54
- };
55
- TabComponent.prototype.ngAfterContentChecked = function () {
56
- };
57
- TabComponent.decorators = [
58
- { type: Component, args: [{
59
- selector: 'ejs-tab',
60
- inputs: inputs,
61
- outputs: outputs,
62
- template: "<ng-content select='div'></ng-content>",
63
- changeDetection: ChangeDetectionStrategy.OnPush,
64
- queries: {
65
- childItems: new ContentChild(TabItemsDirective)
66
- }
67
- },] },
68
- ];
69
- /** @nocollapse */
70
- TabComponent.ctorParameters = function () { return [
71
- { type: ElementRef, },
72
- { type: Renderer2, },
73
- { type: ViewContainerRef, },
74
- { type: Injector, },
75
- ]; };
76
- TabComponent = __decorate([
77
- ComponentMixins([ComponentBase]),
78
- __metadata("design:paramtypes", [ElementRef, Renderer2, ViewContainerRef, Injector])
79
- ], TabComponent);
80
- return TabComponent;
81
- }(Tab));
82
- export { TabComponent };
83
- //# sourceMappingURL=tab.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["tab.component.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,SAAA,EAAW,UAAA,EAAY,gBAAA,EAAkB,SAAA,EAAW,QAAA,EAAU,uBAAA,EAAwC,YAAA,EAAa,MAAO,eAAA,CAAgB;AACnJ,OAAO,EAAE,aAAA,EAAe,eAAA,EAAsE,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAC7I,OAAO,EAAE,GAAA,EAAI,MAAO,6BAAA,CAA8B;AAElD,OAAO,EAAE,iBAAA,EAAkB,MAAO,mBAAA,CAAoB;AAEtD,MAAM,CAAC,IAAM,MAAA,GAAmB,CAAA,WAAE,EAAW,UAAC,EAAU,mBAAC,EAAmB,WAAC,EAAW,iBAAC,EAAiB,QAAC,EAAQ,kBAAC,EAAkB,OAAC,EAAO,QAAC,EAAQ,cAAC,EAAc,cAAC,EAAc,iBAAC,EAAiB,OAAC,CAAO,CAAC;AAChN,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,OAAE,EAAO,QAAC,EAAQ,SAAC,EAAS,WAAC,EAAW,SAAC,EAAS,UAAC,EAAU,UAAC,EAAU,WAAC,CAAW,CAAC;AACtH,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,EAAE,CAAE,CAAC;AAEtC;;;;;GAKG;AAGH;IAAkC,gCAAG;IAKjC,sBAAoB,KAAiB,EAAU,SAAoB,EAAU,gBAAiC,EAAU,QAAkB;QAA1I,YACI,iBAAO,SAOV;QARmB,WAAK,GAAL,KAAK,CAAY;QAAU,eAAS,GAAT,SAAS,CAAW;QAAU,sBAAgB,GAAhB,gBAAgB,CAAiB;QAAU,cAAQ,GAAR,QAAQ,CAAU;QAHnI,UAAI,GAAa,CAAC,OAAO,CAAC,CAAC;QAK9B,KAAI,CAAC,OAAO,GAAG,KAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,KAAI,CAAC,eAAe,GAAG,KAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAElD,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,KAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;;IAC7D,CAAC;IAEM,+BAAQ,GAAf;IACA,CAAC;IAEM,sCAAe,GAAtB;IACA,CAAC;IAEM,kCAAW,GAAlB;IACA,CAAC;IAEM,4CAAqB,GAA5B;IACA,CAAC;IAIE,uBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,MAAM;oBACd,OAAO,EAAE,OAAO;oBAChB,QAAQ,EAAE,wCAAwC;oBAClD,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,OAAO,EAAE;wBACL,UAAU,EAAE,IAAI,YAAY,CAAC,iBAAiB,CAAC;qBAClD;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,2BAAc,GAAmE,cAAM,OAAA;QAC9F,EAAC,IAAI,EAAE,UAAU,GAAG;QACpB,EAAC,IAAI,EAAE,SAAS,GAAG;QACnB,EAAC,IAAI,EAAE,gBAAgB,GAAG;QAC1B,EAAC,IAAI,EAAE,QAAQ,GAAG;KACjB,EAL6F,CAK7F,CAAC;IA/CW,YAAY;QADxB,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;yCAMF,UAAU,EAAqB,SAAS,EAA2B,gBAAgB,EAAoB,QAAQ;OALjI,YAAY,CAgDxB;IAAD,mBAAC;CAhDD,AAgDC,CAhDiC,GAAG,GAgDpC;SAhDY,YAAY","file":"tab.component.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"inputs":["animation","cssClass","enablePersistence","enableRtl","headerPlacement","height","heightAdjustMode","items","locale","overflowMode","selectedItem","showCloseButton","width"],"outputs":["added","adding","created","destroyed","removed","removing","selected","selecting"],"twoWays":[""],"TabComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Tab"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-tab","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}},{"__symbolic":"module","version":1,"metadata":{"inputs":["animation","cssClass","enablePersistence","enableRtl","headerPlacement","height","heightAdjustMode","items","locale","overflowMode","selectedItem","showCloseButton","width"],"outputs":["added","adding","created","destroyed","removed","removing","selected","selecting"],"twoWays":[""],"TabComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Tab"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-tab","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}}]
@@ -1,31 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { TabItemDirective, TabItemsDirective } from './items.directive';
4
- import { TabComponent } from './tab.component';
5
- /**
6
- * NgModule definition for the Tab component.
7
- */
8
- var TabModule = /** @class */ (function () {
9
- function TabModule() {
10
- }
11
- TabModule.decorators = [
12
- { type: NgModule, args: [{
13
- imports: [CommonModule],
14
- declarations: [
15
- TabComponent,
16
- TabItemDirective,
17
- TabItemsDirective
18
- ],
19
- exports: [
20
- TabComponent,
21
- TabItemDirective,
22
- TabItemsDirective
23
- ]
24
- },] },
25
- ];
26
- /** @nocollapse */
27
- TabModule.ctorParameters = function () { return []; };
28
- return TabModule;
29
- }());
30
- export { TabModule };
31
- //# sourceMappingURL=tab.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["tab.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAS,MAAO,eAAA,CAAgB;AACzC,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAC/C,OAAO,EAAE,gBAAA,EAAkB,iBAAA,EAAkB,MAAO,mBAAA,CAAoB;AACxE,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAE/C;;GAEG;AAEH;IAAA;IAkBA,CAAC;IAlB+B,oBAAU,GAA0B;QACpE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACV,YAAY;wBACZ,gBAAgB;wBAChB,iBAAiB;qBACpB;oBACD,OAAO,EAAE;wBACL,YAAY;wBACZ,gBAAgB;wBAChB,iBAAiB;qBACpB;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,wBAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,gBAAC;CAlBD,AAkBC,IAAA;SAlBY,SAAS","file":"tab.module.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"TabModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"TabModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}]}]}}}]
@@ -1,4 +0,0 @@
1
- export { ItemDirective, ItemsDirective } from './items.directive';
2
- export { ToolbarComponent } from './toolbar.component';
3
- export { ToolbarModule } from './toolbar.module';
4
- export { ToolbarAllModule } from './toolbar-all.module';
@@ -1,5 +0,0 @@
1
- export { ItemDirective, ItemsDirective } from './items.directive';
2
- export { ToolbarComponent } from './toolbar.component';
3
- export { ToolbarModule } from './toolbar.module';
4
- export { ToolbarAllModule } from './toolbar-all.module';
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,cAAc,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC","file":"index.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./items.directive","export":["ItemDirective","ItemsDirective"]},{"from":"./toolbar.component","export":["ToolbarComponent"]},{"from":"./toolbar.module","export":["ToolbarModule"]},{"from":"./toolbar-all.module","export":["ToolbarAllModule"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./items.directive","export":["ItemDirective","ItemsDirective"]},{"from":"./toolbar.component","export":["ToolbarComponent"]},{"from":"./toolbar.module","export":["ToolbarModule"]},{"from":"./toolbar-all.module","export":["ToolbarAllModule"]}]}]
@@ -1,89 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
12
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
13
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
14
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
- return c > 3 && r && Object.defineProperty(target, key, r), r;
16
- };
17
- var __metadata = (this && this.__metadata) || function (k, v) {
18
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
- };
20
- import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';
21
- import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
22
- import { Template } from '@syncfusion/ej2-angular-base';
23
- var input = ['align', 'cssClass', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'template', 'text', 'tooltipText', 'type', 'width'];
24
- var outputs = ['click'];
25
- /**
26
- * ItemDirective represent a item of the Essential JS 2 Angular Toolbar.
27
- * ```html
28
- * <ejs-toolbar >
29
- * <e-items>
30
- * <e-item text='Cut'></e-item>
31
- * <e-item text='Copy'></e-item>
32
- * </e-items>
33
- * </ejs-toolbar>
34
- * ```
35
- */
36
- var ItemDirective = /** @class */ (function (_super) {
37
- __extends(ItemDirective, _super);
38
- function ItemDirective(viewContainerRef) {
39
- var _this = _super.call(this) || this;
40
- _this.viewContainerRef = viewContainerRef;
41
- setValue('currentInstance', _this, _this.viewContainerRef);
42
- _this.registerEvents(outputs);
43
- return _this;
44
- }
45
- ItemDirective.decorators = [
46
- { type: Directive, args: [{
47
- selector: 'e-items>e-item',
48
- inputs: input,
49
- outputs: outputs,
50
- queries: {}
51
- },] },
52
- ];
53
- /** @nocollapse */
54
- ItemDirective.ctorParameters = function () { return [
55
- { type: ViewContainerRef, },
56
- ]; };
57
- ItemDirective.propDecorators = {
58
- 'template': [{ type: ContentChild, args: ['template',] },],
59
- };
60
- __decorate([
61
- Template(),
62
- __metadata("design:type", Object)
63
- ], ItemDirective.prototype, "template", void 0);
64
- return ItemDirective;
65
- }(ComplexBase));
66
- export { ItemDirective };
67
- /**
68
- * Item Array Directive
69
- * @private
70
- */
71
- var ItemsDirective = /** @class */ (function (_super) {
72
- __extends(ItemsDirective, _super);
73
- function ItemsDirective() {
74
- return _super.call(this, 'items') || this;
75
- }
76
- ItemsDirective.decorators = [
77
- { type: Directive, args: [{
78
- selector: 'ejs-toolbar>e-items',
79
- queries: {
80
- children: new ContentChildren(ItemDirective)
81
- },
82
- },] },
83
- ];
84
- /** @nocollapse */
85
- ItemsDirective.ctorParameters = function () { return []; };
86
- return ItemsDirective;
87
- }(ArrayBase));
88
- export { ItemsDirective };
89
- //# sourceMappingURL=items.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["items.directive.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,SAAA,EAAW,gBAAA,EAAkB,eAAA,EAAiB,YAAA,EAAa,MAAO,eAAA,CAAgB;AAC3F,OAAO,EAAE,WAAA,EAAa,SAAA,EAAW,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAChF,OAAO,EAAE,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAGxD,IAAI,KAAA,GAAkB,CAAA,OAAE,EAAQ,UAAA,EAAY,gBAAA,EAAkB,IAAA,EAAM,UAAA,EAAY,YAAA,EAAc,mBAAA,EAAqB,YAAA,EAAc,YAAA,EAAc,UAAA,EAAY,MAAA,EAAQ,aAAA,EAAe,MAAA,EAAQ,OAAA,CAAQ,CAAC;AACnM,IAAI,OAAA,GAAoB,CAAA,OAAE,CAAO,CAAC;AAClC;;;;;;;;;;GAUG;AAEH;IAAmC,iCAA0B;IAmGzD,uBAAoB,gBAAiC;QAArD,YACI,iBAAO,SAGV;QAJmB,sBAAgB,GAAhB,gBAAgB,CAAiB;QAEjD,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;QACzD,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;;IACjC,CAAC;IACE,wBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,gBAAgB;oBAC1B,MAAM,EAAE,KAAK;oBACb,OAAO,EAAE,OAAO;oBAChB,OAAO,EAAE,EAER;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,4BAAc,GAAmE,cAAM,OAAA;QAC9F,EAAC,IAAI,EAAE,gBAAgB,GAAG;KACzB,EAF6F,CAE7F,CAAC;IACK,4BAAc,GAA2C;QAChE,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,UAAU,EAAG,EAAE,EAAE;KAC1D,CAAC;IAvBE;QADC,QAAQ,EAAE;;mDACU;IAwBzB,oBAAC;CAzHD,AAyHC,CAzHkC,WAAW,GAyH7C;SAzHY,aAAa;AA2H1B;;;GAGG;AAEH;IAAoC,kCAAyB;IACzD;eACI,kBAAM,OAAO,CAAC;IAClB,CAAC;IACE,yBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,qBAAqB;oBAC/B,OAAO,EAAE;wBACL,QAAQ,EAAE,IAAI,eAAe,CAAC,aAAa,CAAC;qBAC/C;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,6BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,qBAAC;CAfD,AAeC,CAfmC,SAAS,GAe5C;SAfY,cAAc","file":"items.directive.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"ItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-items>e-item","inputs":["align","cssClass","htmlAttributes","id","overflow","prefixIcon","showAlwaysInPopup","showTextOn","suffixIcon","template","text","tooltipText","type","width"],"outputs":["click"],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-toolbar>e-items","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}},{"__symbolic":"module","version":1,"metadata":{"ItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-items>e-item","inputs":["align","cssClass","htmlAttributes","id","overflow","prefixIcon","showAlwaysInPopup","showTextOn","suffixIcon","template","text","tooltipText","type","width"],"outputs":["click"],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-toolbar>e-items","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}}]
@@ -1,24 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { ToolbarModule } from './toolbar.module';
4
- /**
5
- * NgModule definition for the Toolbar component with providers.
6
- */
7
- var ToolbarAllModule = /** @class */ (function () {
8
- function ToolbarAllModule() {
9
- }
10
- ToolbarAllModule.decorators = [
11
- { type: NgModule, args: [{
12
- imports: [CommonModule, ToolbarModule],
13
- exports: [
14
- ToolbarModule
15
- ],
16
- providers: []
17
- },] },
18
- ];
19
- /** @nocollapse */
20
- ToolbarAllModule.ctorParameters = function () { return []; };
21
- return ToolbarAllModule;
22
- }());
23
- export { ToolbarAllModule };
24
- //# sourceMappingURL=toolbar-all.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["toolbar-all.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAwB,MAAO,eAAA,CAAgB;AACxD,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAG/C,OAAO,EAAE,aAAA,EAAc,MAAO,kBAAA,CAAmB;AAMjD;;GAEG;AAEH;IAAA;IAcA,CAAC;IAdsC,2BAAU,GAA0B;QAC3E,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,EAAE,aAAa,CAAC;oBACtC,OAAO,EAAE;wBACL,aAAa;qBAChB;oBACD,SAAS,EAAC,EAET;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,+BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,uBAAC;CAdD,AAcC,IAAA;SAdY,gBAAgB","file":"toolbar-all.module.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"ToolbarAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"exports":[{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"providers":[]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"ToolbarAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"exports":[{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"providers":[]}]}]}}}]
@@ -1,83 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
12
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
13
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
14
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
- return c > 3 && r && Object.defineProperty(target, key, r), r;
16
- };
17
- var __metadata = (this && this.__metadata) || function (k, v) {
18
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
- };
20
- import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, ContentChild } from '@angular/core';
21
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
22
- import { Toolbar } from '@syncfusion/ej2-navigations';
23
- import { ItemsDirective } from './items.directive';
24
- export var inputs = ['enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'width'];
25
- export var outputs = ['beforeCreate', 'clicked', 'created', 'destroyed'];
26
- export var twoWays = [''];
27
- /**
28
- * Represents the Essential JS 2 Angular Toolbar Component.
29
- * ```html
30
- * <ejs-toolbar></ejs-toolbar>
31
- * ```
32
- */
33
- var ToolbarComponent = /** @class */ (function (_super) {
34
- __extends(ToolbarComponent, _super);
35
- function ToolbarComponent(ngEle, srenderer, viewContainerRef, injector) {
36
- var _this = _super.call(this) || this;
37
- _this.ngEle = ngEle;
38
- _this.srenderer = srenderer;
39
- _this.viewContainerRef = viewContainerRef;
40
- _this.injector = injector;
41
- _this.tags = ['items'];
42
- _this.element = _this.ngEle.nativeElement;
43
- _this.injectedModules = _this.injectedModules || [];
44
- _this.registerEvents(outputs);
45
- _this.addTwoWay.call(_this, twoWays);
46
- setValue('currentInstance', _this, _this.viewContainerRef);
47
- return _this;
48
- }
49
- ToolbarComponent.prototype.ngOnInit = function () {
50
- };
51
- ToolbarComponent.prototype.ngAfterViewInit = function () {
52
- };
53
- ToolbarComponent.prototype.ngOnDestroy = function () {
54
- };
55
- ToolbarComponent.prototype.ngAfterContentChecked = function () {
56
- };
57
- ToolbarComponent.decorators = [
58
- { type: Component, args: [{
59
- selector: 'ejs-toolbar',
60
- inputs: inputs,
61
- outputs: outputs,
62
- template: "<ng-content select='div'></ng-content>",
63
- changeDetection: ChangeDetectionStrategy.OnPush,
64
- queries: {
65
- childItems: new ContentChild(ItemsDirective)
66
- }
67
- },] },
68
- ];
69
- /** @nocollapse */
70
- ToolbarComponent.ctorParameters = function () { return [
71
- { type: ElementRef, },
72
- { type: Renderer2, },
73
- { type: ViewContainerRef, },
74
- { type: Injector, },
75
- ]; };
76
- ToolbarComponent = __decorate([
77
- ComponentMixins([ComponentBase]),
78
- __metadata("design:paramtypes", [ElementRef, Renderer2, ViewContainerRef, Injector])
79
- ], ToolbarComponent);
80
- return ToolbarComponent;
81
- }(Toolbar));
82
- export { ToolbarComponent };
83
- //# sourceMappingURL=toolbar.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["toolbar.component.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,SAAA,EAAW,UAAA,EAAY,gBAAA,EAAkB,SAAA,EAAW,QAAA,EAAU,uBAAA,EAAwC,YAAA,EAAa,MAAO,eAAA,CAAgB;AACnJ,OAAO,EAAE,aAAA,EAAe,eAAA,EAAsE,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAC7I,OAAO,EAAE,OAAA,EAAQ,MAAO,6BAAA,CAA8B;AAEtD,OAAO,EAAE,cAAA,EAAe,MAAO,mBAAA,CAAoB;AAEnD,MAAM,CAAC,IAAM,MAAA,GAAmB,CAAA,mBAAE,EAAmB,WAAC,EAAW,QAAC,EAAQ,OAAC,EAAO,QAAC,EAAQ,cAAC,EAAc,OAAC,CAAO,CAAC;AACnH,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,cAAE,EAAc,SAAC,EAAS,SAAC,EAAS,WAAC,CAAW,CAAC;AAClF,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,EAAE,CAAE,CAAC;AAEtC;;;;;GAKG;AAGH;IAAsC,oCAAO;IAKzC,0BAAoB,KAAiB,EAAU,SAAoB,EAAU,gBAAiC,EAAU,QAAkB;QAA1I,YACI,iBAAO,SAOV;QARmB,WAAK,GAAL,KAAK,CAAY;QAAU,eAAS,GAAT,SAAS,CAAW;QAAU,sBAAgB,GAAhB,gBAAgB,CAAiB;QAAU,cAAQ,GAAR,QAAQ,CAAU;QAHnI,UAAI,GAAa,CAAC,OAAO,CAAC,CAAC;QAK9B,KAAI,CAAC,OAAO,GAAG,KAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,KAAI,CAAC,eAAe,GAAG,KAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAElD,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,KAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;;IAC7D,CAAC;IAEM,mCAAQ,GAAf;IACA,CAAC;IAEM,0CAAe,GAAtB;IACA,CAAC;IAEM,sCAAW,GAAlB;IACA,CAAC;IAEM,gDAAqB,GAA5B;IACA,CAAC;IAIE,2BAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,aAAa;oBACvB,MAAM,EAAE,MAAM;oBACd,OAAO,EAAE,OAAO;oBAChB,QAAQ,EAAE,wCAAwC;oBAClD,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,OAAO,EAAE;wBACL,UAAU,EAAE,IAAI,YAAY,CAAC,cAAc,CAAC;qBAC/C;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,+BAAc,GAAmE,cAAM,OAAA;QAC9F,EAAC,IAAI,EAAE,UAAU,GAAG;QACpB,EAAC,IAAI,EAAE,SAAS,GAAG;QACnB,EAAC,IAAI,EAAE,gBAAgB,GAAG;QAC1B,EAAC,IAAI,EAAE,QAAQ,GAAG;KACjB,EAL6F,CAK7F,CAAC;IA/CW,gBAAgB;QAD5B,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;yCAMF,UAAU,EAAqB,SAAS,EAA2B,gBAAgB,EAAoB,QAAQ;OALjI,gBAAgB,CAgD5B;IAAD,uBAAC;CAhDD,AAgDC,CAhDqC,OAAO,GAgD5C;SAhDY,gBAAgB","file":"toolbar.component.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"inputs":["enablePersistence","enableRtl","height","items","locale","overflowMode","width"],"outputs":["beforeCreate","clicked","created","destroyed"],"twoWays":[""],"ToolbarComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Toolbar"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-toolbar","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}},{"__symbolic":"module","version":1,"metadata":{"inputs":["enablePersistence","enableRtl","height","items","locale","overflowMode","width"],"outputs":["beforeCreate","clicked","created","destroyed"],"twoWays":[""],"ToolbarComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Toolbar"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-toolbar","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}}]
@@ -1,31 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { ItemDirective, ItemsDirective } from './items.directive';
4
- import { ToolbarComponent } from './toolbar.component';
5
- /**
6
- * NgModule definition for the Toolbar component.
7
- */
8
- var ToolbarModule = /** @class */ (function () {
9
- function ToolbarModule() {
10
- }
11
- ToolbarModule.decorators = [
12
- { type: NgModule, args: [{
13
- imports: [CommonModule],
14
- declarations: [
15
- ToolbarComponent,
16
- ItemDirective,
17
- ItemsDirective
18
- ],
19
- exports: [
20
- ToolbarComponent,
21
- ItemDirective,
22
- ItemsDirective
23
- ]
24
- },] },
25
- ];
26
- /** @nocollapse */
27
- ToolbarModule.ctorParameters = function () { return []; };
28
- return ToolbarModule;
29
- }());
30
- export { ToolbarModule };
31
- //# sourceMappingURL=toolbar.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["toolbar.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAS,MAAO,eAAA,CAAgB;AACzC,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAC/C,OAAO,EAAE,aAAA,EAAe,cAAA,EAAe,MAAO,mBAAA,CAAoB;AAClE,OAAO,EAAE,gBAAA,EAAiB,MAAO,qBAAA,CAAsB;AAEvD;;GAEG;AAEH;IAAA;IAkBA,CAAC;IAlBmC,wBAAU,GAA0B;QACxE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACV,gBAAgB;wBAChB,aAAa;wBACb,cAAc;qBACjB;oBACD,OAAO,EAAE;wBACL,gBAAgB;wBAChB,aAAa;wBACb,cAAc;qBACjB;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,4BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,oBAAC;CAlBD,AAkBC,IAAA;SAlBY,aAAa","file":"toolbar.module.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"ToolbarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"ToolbarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}]}]}}}]
@@ -1,3 +0,0 @@
1
- export { TreeViewComponent } from './treeview.component';
2
- export { TreeViewModule } from './treeview.module';
3
- export { TreeViewAllModule } from './treeview-all.module';
@@ -1,4 +0,0 @@
1
- export { TreeViewComponent } from './treeview.component';
2
- export { TreeViewModule } from './treeview.module';
3
- export { TreeViewAllModule } from './treeview-all.module';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC","file":"index.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./treeview.component","export":["TreeViewComponent"]},{"from":"./treeview.module","export":["TreeViewModule"]},{"from":"./treeview-all.module","export":["TreeViewAllModule"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./treeview.component","export":["TreeViewComponent"]},{"from":"./treeview.module","export":["TreeViewModule"]},{"from":"./treeview-all.module","export":["TreeViewAllModule"]}]}]
@@ -1,24 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { TreeViewModule } from './treeview.module';
4
- /**
5
- * NgModule definition for the TreeView component with providers.
6
- */
7
- var TreeViewAllModule = /** @class */ (function () {
8
- function TreeViewAllModule() {
9
- }
10
- TreeViewAllModule.decorators = [
11
- { type: NgModule, args: [{
12
- imports: [CommonModule, TreeViewModule],
13
- exports: [
14
- TreeViewModule
15
- ],
16
- providers: []
17
- },] },
18
- ];
19
- /** @nocollapse */
20
- TreeViewAllModule.ctorParameters = function () { return []; };
21
- return TreeViewAllModule;
22
- }());
23
- export { TreeViewAllModule };
24
- //# sourceMappingURL=treeview-all.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["treeview-all.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAwB,MAAO,eAAA,CAAgB;AACxD,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAE/C,OAAO,EAAE,cAAA,EAAe,MAAO,mBAAA,CAAoB;AAMnD;;GAEG;AAEH;IAAA;IAcA,CAAC;IAduC,4BAAU,GAA0B;QAC5E,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,EAAE,cAAc,CAAC;oBACvC,OAAO,EAAE;wBACL,cAAc;qBACjB;oBACD,SAAS,EAAC,EAET;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,gCAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,wBAAC;CAdD,AAcC,IAAA;SAdY,iBAAiB","file":"treeview-all.module.js","sourceRoot":""}
@@ -1 +0,0 @@
1
- [{"__symbolic":"module","version":3,"metadata":{"TreeViewAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"exports":[{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"providers":[]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"TreeViewAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"exports":[{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"providers":[]}]}]}}}]
@@ -1,87 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
12
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
13
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
14
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
- return c > 3 && r && Object.defineProperty(target, key, r), r;
16
- };
17
- var __metadata = (this && this.__metadata) || function (k, v) {
18
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
- };
20
- import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, Renderer2, Injector, ContentChild } from '@angular/core';
21
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
22
- import { TreeView } from '@syncfusion/ej2-navigations';
23
- import { Template } from '@syncfusion/ej2-angular-base';
24
- export var inputs = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
25
- export var outputs = ['created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
26
- export var twoWays = [''];
27
- /**
28
- * TreeView component is used to represent the hierarchical data in tree like structure with advanced functions to perform edit, drag and drop, selection with check-box and more.
29
- * ```html
30
- * <ej-treeview allowDragAndDrop='true'></ej-treeview>
31
- * ```
32
- */
33
- var TreeViewComponent = /** @class */ (function (_super) {
34
- __extends(TreeViewComponent, _super);
35
- function TreeViewComponent(ngEle, srenderer, viewContainerRef, injector) {
36
- var _this = _super.call(this) || this;
37
- _this.ngEle = ngEle;
38
- _this.srenderer = srenderer;
39
- _this.viewContainerRef = viewContainerRef;
40
- _this.injector = injector;
41
- _this.element = _this.ngEle.nativeElement;
42
- _this.injectedModules = _this.injectedModules || [];
43
- _this.registerEvents(outputs);
44
- _this.addTwoWay.call(_this, twoWays);
45
- setValue('currentInstance', _this, _this.viewContainerRef);
46
- return _this;
47
- }
48
- TreeViewComponent.prototype.ngOnInit = function () {
49
- };
50
- TreeViewComponent.prototype.ngAfterViewInit = function () {
51
- };
52
- TreeViewComponent.prototype.ngOnDestroy = function () {
53
- };
54
- TreeViewComponent.prototype.ngAfterContentChecked = function () {
55
- };
56
- TreeViewComponent.decorators = [
57
- { type: Component, args: [{
58
- selector: 'ejs-treeview',
59
- inputs: inputs,
60
- outputs: outputs,
61
- template: '',
62
- changeDetection: ChangeDetectionStrategy.OnPush,
63
- queries: {}
64
- },] },
65
- ];
66
- /** @nocollapse */
67
- TreeViewComponent.ctorParameters = function () { return [
68
- { type: ElementRef, },
69
- { type: Renderer2, },
70
- { type: ViewContainerRef, },
71
- { type: Injector, },
72
- ]; };
73
- TreeViewComponent.propDecorators = {
74
- 'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
75
- };
76
- __decorate([
77
- Template(),
78
- __metadata("design:type", Object)
79
- ], TreeViewComponent.prototype, "nodeTemplate", void 0);
80
- TreeViewComponent = __decorate([
81
- ComponentMixins([ComponentBase]),
82
- __metadata("design:paramtypes", [ElementRef, Renderer2, ViewContainerRef, Injector])
83
- ], TreeViewComponent);
84
- return TreeViewComponent;
85
- }(TreeView));
86
- export { TreeViewComponent };
87
- //# sourceMappingURL=treeview.component.js.map