@syncfusion/ej2-angular-treemap 31.2.12 → 32.1.19

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 (289) hide show
  1. package/package.json +4 -4
  2. package/schematics/collection.json +109 -10
  3. package/schematics/generators/treemap-default/index.d.ts +3 -0
  4. package/schematics/generators/treemap-default/index.js +8 -0
  5. package/schematics/generators/treemap-default/index.ts +8 -0
  6. package/schematics/generators/treemap-default/sample-details.d.ts +5 -0
  7. package/schematics/generators/treemap-default/sample-details.js +7 -0
  8. package/schematics/generators/treemap-default/sample-details.ts +5 -0
  9. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  10. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  11. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +60 -0
  12. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  13. package/schematics/generators/treemap-default/schema.d.ts +3 -0
  14. package/schematics/generators/treemap-default/schema.js +2 -0
  15. package/schematics/generators/treemap-default/schema.json +125 -0
  16. package/schematics/generators/treemap-default/schema.ts +3 -0
  17. package/schematics/generators/treemap-desaturation-color/index.d.ts +3 -0
  18. package/schematics/generators/treemap-desaturation-color/index.js +8 -0
  19. package/schematics/generators/treemap-desaturation-color/index.ts +8 -0
  20. package/schematics/generators/treemap-desaturation-color/sample-details.d.ts +5 -0
  21. package/schematics/generators/treemap-desaturation-color/sample-details.js +7 -0
  22. package/schematics/generators/treemap-desaturation-color/sample-details.ts +5 -0
  23. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  24. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
  25. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +48 -0
  26. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +20 -0
  27. package/schematics/generators/treemap-desaturation-color/schema.d.ts +3 -0
  28. package/schematics/generators/treemap-desaturation-color/schema.js +2 -0
  29. package/schematics/generators/treemap-desaturation-color/schema.json +125 -0
  30. package/schematics/generators/treemap-desaturation-color/schema.ts +3 -0
  31. package/schematics/generators/treemap-drilldown/index.d.ts +3 -0
  32. package/schematics/generators/treemap-drilldown/index.js +8 -0
  33. package/schematics/generators/treemap-drilldown/index.ts +8 -0
  34. package/schematics/generators/treemap-drilldown/sample-details.d.ts +5 -0
  35. package/schematics/generators/treemap-drilldown/sample-details.js +7 -0
  36. package/schematics/generators/treemap-drilldown/sample-details.ts +5 -0
  37. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  38. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  39. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  40. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/assets/drilldown-sample.ts +261 -0
  41. package/schematics/generators/treemap-drilldown/schema.d.ts +3 -0
  42. package/schematics/generators/treemap-drilldown/schema.js +2 -0
  43. package/schematics/generators/treemap-drilldown/schema.json +125 -0
  44. package/schematics/generators/treemap-drilldown/schema.ts +3 -0
  45. package/schematics/generators/treemap-equal-color/index.d.ts +3 -0
  46. package/schematics/generators/treemap-equal-color/index.js +8 -0
  47. package/schematics/generators/treemap-equal-color/index.ts +8 -0
  48. package/schematics/generators/treemap-equal-color/sample-details.d.ts +5 -0
  49. package/schematics/generators/treemap-equal-color/sample-details.js +7 -0
  50. package/schematics/generators/treemap-equal-color/sample-details.ts +5 -0
  51. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  52. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
  53. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +53 -0
  54. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +20 -0
  55. package/schematics/generators/treemap-equal-color/schema.d.ts +3 -0
  56. package/schematics/generators/treemap-equal-color/schema.js +2 -0
  57. package/schematics/generators/treemap-equal-color/schema.json +125 -0
  58. package/schematics/generators/treemap-equal-color/schema.ts +3 -0
  59. package/schematics/generators/treemap-highlight/index.d.ts +3 -0
  60. package/schematics/generators/treemap-highlight/index.js +8 -0
  61. package/schematics/generators/treemap-highlight/index.ts +8 -0
  62. package/schematics/generators/treemap-highlight/sample-details.d.ts +5 -0
  63. package/schematics/generators/treemap-highlight/sample-details.js +7 -0
  64. package/schematics/generators/treemap-highlight/sample-details.ts +5 -0
  65. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  66. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  67. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +64 -0
  68. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  69. package/schematics/generators/treemap-highlight/schema.d.ts +3 -0
  70. package/schematics/generators/treemap-highlight/schema.js +2 -0
  71. package/schematics/generators/treemap-highlight/schema.json +125 -0
  72. package/schematics/generators/treemap-highlight/schema.ts +3 -0
  73. package/schematics/generators/treemap-label-hide/index.d.ts +3 -0
  74. package/schematics/generators/treemap-label-hide/index.js +8 -0
  75. package/schematics/generators/treemap-label-hide/index.ts +8 -0
  76. package/schematics/generators/treemap-label-hide/sample-details.d.ts +5 -0
  77. package/schematics/generators/treemap-label-hide/sample-details.js +7 -0
  78. package/schematics/generators/treemap-label-hide/sample-details.ts +5 -0
  79. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  80. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  81. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +55 -0
  82. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  83. package/schematics/generators/treemap-label-hide/schema.d.ts +3 -0
  84. package/schematics/generators/treemap-label-hide/schema.js +2 -0
  85. package/schematics/generators/treemap-label-hide/schema.json +125 -0
  86. package/schematics/generators/treemap-label-hide/schema.ts +3 -0
  87. package/schematics/generators/treemap-label-trim/index.d.ts +3 -0
  88. package/schematics/generators/treemap-label-trim/index.js +8 -0
  89. package/schematics/generators/treemap-label-trim/index.ts +8 -0
  90. package/schematics/generators/treemap-label-trim/sample-details.d.ts +5 -0
  91. package/schematics/generators/treemap-label-trim/sample-details.js +7 -0
  92. package/schematics/generators/treemap-label-trim/sample-details.ts +5 -0
  93. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  94. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  95. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +55 -0
  96. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  97. package/schematics/generators/treemap-label-trim/schema.d.ts +3 -0
  98. package/schematics/generators/treemap-label-trim/schema.js +2 -0
  99. package/schematics/generators/treemap-label-trim/schema.json +125 -0
  100. package/schematics/generators/treemap-label-trim/schema.ts +3 -0
  101. package/schematics/generators/treemap-label-wrap/index.d.ts +3 -0
  102. package/schematics/generators/treemap-label-wrap/index.js +8 -0
  103. package/schematics/generators/treemap-label-wrap/index.ts +8 -0
  104. package/schematics/generators/treemap-label-wrap/sample-details.d.ts +5 -0
  105. package/schematics/generators/treemap-label-wrap/sample-details.js +7 -0
  106. package/schematics/generators/treemap-label-wrap/sample-details.ts +5 -0
  107. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  108. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  109. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +58 -0
  110. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  111. package/schematics/generators/treemap-label-wrap/schema.d.ts +3 -0
  112. package/schematics/generators/treemap-label-wrap/schema.js +2 -0
  113. package/schematics/generators/treemap-label-wrap/schema.json +125 -0
  114. package/schematics/generators/treemap-label-wrap/schema.ts +3 -0
  115. package/schematics/generators/treemap-label-wrapbyword/index.d.ts +3 -0
  116. package/schematics/generators/treemap-label-wrapbyword/index.js +8 -0
  117. package/schematics/generators/treemap-label-wrapbyword/index.ts +8 -0
  118. package/schematics/generators/treemap-label-wrapbyword/sample-details.d.ts +5 -0
  119. package/schematics/generators/treemap-label-wrapbyword/sample-details.js +7 -0
  120. package/schematics/generators/treemap-label-wrapbyword/sample-details.ts +5 -0
  121. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  122. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  123. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +55 -0
  124. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  125. package/schematics/generators/treemap-label-wrapbyword/schema.d.ts +3 -0
  126. package/schematics/generators/treemap-label-wrapbyword/schema.js +2 -0
  127. package/schematics/generators/treemap-label-wrapbyword/schema.json +125 -0
  128. package/schematics/generators/treemap-label-wrapbyword/schema.ts +3 -0
  129. package/schematics/generators/treemap-layout-squarified/index.d.ts +3 -0
  130. package/schematics/generators/treemap-layout-squarified/index.js +8 -0
  131. package/schematics/generators/treemap-layout-squarified/index.ts +8 -0
  132. package/schematics/generators/treemap-layout-squarified/sample-details.d.ts +5 -0
  133. package/schematics/generators/treemap-layout-squarified/sample-details.js +7 -0
  134. package/schematics/generators/treemap-layout-squarified/sample-details.ts +5 -0
  135. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  136. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  137. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  138. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  139. package/schematics/generators/treemap-layout-squarified/schema.d.ts +3 -0
  140. package/schematics/generators/treemap-layout-squarified/schema.js +2 -0
  141. package/schematics/generators/treemap-layout-squarified/schema.json +125 -0
  142. package/schematics/generators/treemap-layout-squarified/schema.ts +3 -0
  143. package/schematics/generators/treemap-layout-type-four/index.d.ts +3 -0
  144. package/schematics/generators/treemap-layout-type-four/index.js +8 -0
  145. package/schematics/generators/treemap-layout-type-four/index.ts +8 -0
  146. package/schematics/generators/treemap-layout-type-four/sample-details.d.ts +5 -0
  147. package/schematics/generators/treemap-layout-type-four/sample-details.js +7 -0
  148. package/schematics/generators/treemap-layout-type-four/sample-details.ts +5 -0
  149. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  150. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  151. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  152. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  153. package/schematics/generators/treemap-layout-type-four/schema.d.ts +3 -0
  154. package/schematics/generators/treemap-layout-type-four/schema.js +2 -0
  155. package/schematics/generators/treemap-layout-type-four/schema.json +125 -0
  156. package/schematics/generators/treemap-layout-type-four/schema.ts +3 -0
  157. package/schematics/generators/treemap-layout-type-three/index.d.ts +3 -0
  158. package/schematics/generators/treemap-layout-type-three/index.js +8 -0
  159. package/schematics/generators/treemap-layout-type-three/index.ts +8 -0
  160. package/schematics/generators/treemap-layout-type-three/sample-details.d.ts +5 -0
  161. package/schematics/generators/treemap-layout-type-three/sample-details.js +7 -0
  162. package/schematics/generators/treemap-layout-type-three/sample-details.ts +5 -0
  163. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  164. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  165. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  166. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  167. package/schematics/generators/treemap-layout-type-three/schema.d.ts +3 -0
  168. package/schematics/generators/treemap-layout-type-three/schema.js +2 -0
  169. package/schematics/generators/treemap-layout-type-three/schema.json +125 -0
  170. package/schematics/generators/treemap-layout-type-three/schema.ts +3 -0
  171. package/schematics/generators/treemap-layout-type-two/index.d.ts +3 -0
  172. package/schematics/generators/treemap-layout-type-two/index.js +8 -0
  173. package/schematics/generators/treemap-layout-type-two/index.ts +8 -0
  174. package/schematics/generators/treemap-layout-type-two/sample-details.d.ts +5 -0
  175. package/schematics/generators/treemap-layout-type-two/sample-details.js +7 -0
  176. package/schematics/generators/treemap-layout-type-two/sample-details.ts +5 -0
  177. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  178. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  179. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  180. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  181. package/schematics/generators/treemap-layout-type-two/schema.d.ts +3 -0
  182. package/schematics/generators/treemap-layout-type-two/schema.js +2 -0
  183. package/schematics/generators/treemap-layout-type-two/schema.json +125 -0
  184. package/schematics/generators/treemap-layout-type-two/schema.ts +3 -0
  185. package/schematics/generators/treemap-leaf/index.d.ts +3 -0
  186. package/schematics/generators/treemap-leaf/index.js +8 -0
  187. package/schematics/generators/treemap-leaf/index.ts +8 -0
  188. package/schematics/generators/treemap-leaf/sample-details.d.ts +5 -0
  189. package/schematics/generators/treemap-leaf/sample-details.js +7 -0
  190. package/schematics/generators/treemap-leaf/sample-details.ts +5 -0
  191. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  192. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  193. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  194. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  195. package/schematics/generators/treemap-leaf/schema.d.ts +3 -0
  196. package/schematics/generators/treemap-leaf/schema.js +2 -0
  197. package/schematics/generators/treemap-leaf/schema.json +125 -0
  198. package/schematics/generators/treemap-leaf/schema.ts +3 -0
  199. package/schematics/generators/treemap-legend-default/index.d.ts +3 -0
  200. package/schematics/generators/treemap-legend-default/index.js +8 -0
  201. package/schematics/generators/treemap-legend-default/index.ts +8 -0
  202. package/schematics/generators/treemap-legend-default/sample-details.d.ts +5 -0
  203. package/schematics/generators/treemap-legend-default/sample-details.js +7 -0
  204. package/schematics/generators/treemap-legend-default/sample-details.ts +5 -0
  205. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  206. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  207. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +57 -0
  208. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +57 -0
  209. package/schematics/generators/treemap-legend-default/schema.d.ts +3 -0
  210. package/schematics/generators/treemap-legend-default/schema.js +2 -0
  211. package/schematics/generators/treemap-legend-default/schema.json +125 -0
  212. package/schematics/generators/treemap-legend-default/schema.ts +3 -0
  213. package/schematics/generators/treemap-legend-interaction/index.d.ts +3 -0
  214. package/schematics/generators/treemap-legend-interaction/index.js +8 -0
  215. package/schematics/generators/treemap-legend-interaction/index.ts +8 -0
  216. package/schematics/generators/treemap-legend-interaction/sample-details.d.ts +5 -0
  217. package/schematics/generators/treemap-legend-interaction/sample-details.js +7 -0
  218. package/schematics/generators/treemap-legend-interaction/sample-details.ts +5 -0
  219. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  220. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  221. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +58 -0
  222. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +57 -0
  223. package/schematics/generators/treemap-legend-interaction/schema.d.ts +3 -0
  224. package/schematics/generators/treemap-legend-interaction/schema.js +2 -0
  225. package/schematics/generators/treemap-legend-interaction/schema.json +125 -0
  226. package/schematics/generators/treemap-legend-interaction/schema.ts +3 -0
  227. package/schematics/generators/treemap-level/index.d.ts +3 -0
  228. package/schematics/generators/treemap-level/index.js +8 -0
  229. package/schematics/generators/treemap-level/index.ts +8 -0
  230. package/schematics/generators/treemap-level/sample-details.d.ts +5 -0
  231. package/schematics/generators/treemap-level/sample-details.js +7 -0
  232. package/schematics/generators/treemap-level/sample-details.ts +5 -0
  233. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  234. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  235. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +58 -0
  236. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  237. package/schematics/generators/treemap-level/schema.d.ts +3 -0
  238. package/schematics/generators/treemap-level/schema.js +2 -0
  239. package/schematics/generators/treemap-level/schema.json +125 -0
  240. package/schematics/generators/treemap-level/schema.ts +3 -0
  241. package/schematics/generators/treemap-range-color/index.d.ts +3 -0
  242. package/schematics/generators/treemap-range-color/index.js +8 -0
  243. package/schematics/generators/treemap-range-color/index.ts +8 -0
  244. package/schematics/generators/treemap-range-color/sample-details.d.ts +5 -0
  245. package/schematics/generators/treemap-range-color/sample-details.js +7 -0
  246. package/schematics/generators/treemap-range-color/sample-details.ts +5 -0
  247. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  248. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  249. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +59 -0
  250. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +20 -0
  251. package/schematics/generators/treemap-range-color/schema.d.ts +3 -0
  252. package/schematics/generators/treemap-range-color/schema.js +2 -0
  253. package/schematics/generators/treemap-range-color/schema.json +125 -0
  254. package/schematics/generators/treemap-range-color/schema.ts +3 -0
  255. package/schematics/generators/treemap-selection/index.d.ts +3 -0
  256. package/schematics/generators/treemap-selection/index.js +8 -0
  257. package/schematics/generators/treemap-selection/index.ts +8 -0
  258. package/schematics/generators/treemap-selection/sample-details.d.ts +5 -0
  259. package/schematics/generators/treemap-selection/sample-details.js +7 -0
  260. package/schematics/generators/treemap-selection/sample-details.ts +5 -0
  261. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  262. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  263. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +64 -0
  264. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  265. package/schematics/generators/treemap-selection/schema.d.ts +3 -0
  266. package/schematics/generators/treemap-selection/schema.js +2 -0
  267. package/schematics/generators/treemap-selection/schema.json +125 -0
  268. package/schematics/generators/treemap-selection/schema.ts +3 -0
  269. package/schematics/generators/treemap-tooltip/index.d.ts +3 -0
  270. package/schematics/generators/treemap-tooltip/index.js +8 -0
  271. package/schematics/generators/treemap-tooltip/index.ts +8 -0
  272. package/schematics/generators/treemap-tooltip/sample-details.d.ts +5 -0
  273. package/schematics/generators/treemap-tooltip/sample-details.js +7 -0
  274. package/schematics/generators/treemap-tooltip/sample-details.ts +5 -0
  275. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  276. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  277. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +90 -0
  278. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/assets/airport-count.ts +21 -0
  279. package/schematics/generators/treemap-tooltip/schema.d.ts +3 -0
  280. package/schematics/generators/treemap-tooltip/schema.js +2 -0
  281. package/schematics/generators/treemap-tooltip/schema.json +125 -0
  282. package/schematics/generators/treemap-tooltip/schema.ts +3 -0
  283. package/schematics/ng-add/index.ts +10 -10
  284. package/schematics/ng-add/schema.json +34 -34
  285. package/schematics/ng-add/schema.ts +30 -30
  286. package/schematics/tsconfig.json +25 -25
  287. package/schematics/utils/lib-details.d.ts +2 -2
  288. package/schematics/utils/lib-details.js +2 -2
  289. package/schematics/utils/lib-details.ts +4 -4
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "treemap-desaturation-color",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "treemap-desaturation-color"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+
3
+ export interface Schema extends ComponentSchema { }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,8 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
3
+ import { Schema } from './schema';
4
+ import * as sampleDetails from './sample-details';
5
+
6
+ export default function (options: Schema): Rule {
7
+ return componentBuilder(options, sampleDetails);
8
+ }
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'treemap';
4
+ exports.sampleName = 'drilldown';
5
+ exports.diModules = 'TreeMapTooltip';
6
+ exports.packageName = '@syncfusion/ej2-angular-treemap';
7
+ exports.libModules = 'TreeMapModule';
@@ -0,0 +1,5 @@
1
+ export const componentName: string = 'treemap';
2
+ export const sampleName: string = 'drilldown';
3
+ export const diModules: string = 'TreeMapTooltip';
4
+ export const packageName: string = '@syncfusion/ej2-angular-treemap';
5
+ export const libModules: string = 'TreeMapModule';
@@ -0,0 +1,13 @@
1
+ <div class="control-section">
2
+ <ejs-treemap id='container' #treemap style="display:block;" [titleSettings] = 'titleSettings' [dataSource] ='dataSource' [weightValuePath] ='weightValuePath'
3
+ [tooltipSettings] = 'tooltipSettings' [leafItemSettings] = 'leafItemSettings' [palette] ='palette' format ='n' useGroupingSeparator ="true" enableDrillDown = "true" (load)='load($event)' (drillStart)='drillStart($event)'(tooltipRendering)='tooltipRendering($event)' >
4
+ <e-levels>
5
+ <e-level groupPath= 'Continent' fill= '#336699' [border]='border' > </e-level>
6
+ <e-level groupPath= 'States' fill= '#336699' [border]='border' > </e-level>
7
+ <e-level groupPath= 'Region' showHeader= 'false' fill= '#336699' [border]='border' >
8
+ </e-level>
9
+ </e-levels>
10
+ </ejs-treemap>
11
+ </div>
12
+
13
+
@@ -0,0 +1,56 @@
1
+ /* eslint-disable */
2
+ import { Component, ViewEncapsulation, ViewChild } from '@angular/core';
3
+ import { TreeMap, TreeMapTooltip, IDrillStartEventArgs, ITreeMapTooltipRenderEventArgs } from '@syncfusion/ej2-angular-treemap';
4
+ import { DrillDown } from './assets/drilldown-sample';
5
+ import { ILoadEventArgs, TreeMapTheme } from '@syncfusion/ej2-angular-treemap';
6
+ TreeMap.Inject(TreeMapTooltip);
7
+
8
+ @Component({
9
+ selector: '<%=dasherize(selector)%>',
10
+ templateUrl: '<%=dasherize(name)%>.component.html',
11
+ styleUrls: ['<%=dasherize(name)%>.component.css'],
12
+ encapsulation: ViewEncapsulation.None
13
+ })
14
+ export class <%= classify(name) %>Component {
15
+ @ViewChild('treemap')
16
+ public treemap: TreeMap;
17
+ public load = (args: ILoadEventArgs) => {
18
+ let theme: string = location.hash.split('/')[1];
19
+ theme = theme ? theme : 'Material';
20
+ args.treemap.theme = <TreeMapTheme>(theme.charAt(0).toUpperCase() + theme.slice(1));
21
+ }
22
+ public drillStart = (args: IDrillStartEventArgs) => {
23
+ if (args.item[Object.keys(args.item)[0]].length === 1) {
24
+ args.treemap.levels[2].showHeader = true;
25
+ }else {
26
+ args.treemap.levels[2].showHeader = false;
27
+ }
28
+ }
29
+ tooltipRendering = (args: ITreeMapTooltipRenderEventArgs) => {
30
+ // eslint-disable-next-line
31
+ if (args.item['groupIndex'] !== 2 ) {
32
+ args.cancel = true;
33
+ }
34
+ }
35
+ public palette: string[] = ['#9999ff', '#CCFF99', '#FFFF99', '#FF9999', '#FF99FF', '#FFCC66'];
36
+ public titleSettings: object = {
37
+ text: 'List of countries by population',
38
+ textStyle: { size: '15px'}
39
+ };
40
+ public dataSource: object[] = DrillDown;
41
+ public weightValuePath: string = 'Population';
42
+ public tooltipSettings: object = {
43
+ visible: true,
44
+ format: '${Name} : ${Population}'
45
+ };
46
+ public leafItemSettings: object = {
47
+ labelPath: 'Name',
48
+ showLabels: false,
49
+ labelStyle: { size: '0px' },
50
+ border: { color: 'black', width: 0.5 }
51
+ };
52
+ border: object = {
53
+ color: 'black',
54
+ width: 0.5
55
+ };
56
+ };
@@ -0,0 +1,261 @@
1
+ /**
2
+ * drill down sample
3
+ */
4
+ /* eslint-disable */
5
+ export let DrillDown: Object[] = [
6
+ { Continent:[
7
+ { Name: "Africa",Population: 1216130000, States: [
8
+ { Name: "Eastern Africa",Population:410637987, Region:[
9
+ { Name:"Ethiopia", Population: 107534882},
10
+ { Name:"Tanzania", Population: 59091392},
11
+ { Name:"Kenya", Population: 50950879},
12
+ { Name:"Uganda", Population: 44270563},
13
+ { Name:"Mozambique", Population: 30528673},
14
+ { Name:"Madagascar", Population: 26262810},
15
+ { Name:"Malawi", Population: 19164728},
16
+ { Name:"Zambia", Population: 17609178},
17
+ { Name:"Zimbabwe", Population: 16913261},
18
+ { Name:"Somalia", Population: 15181925},
19
+ { Name:"South, Sudan", Population: 12919053},
20
+ { Name:"Rwanda", Population: 12501156},
21
+ { Name:"Burundi", Population: 11216450},
22
+ { Name:"Eritrea", Population: 5187948},
23
+ { Name:"Mauritius", Population: 1268315},
24
+ { Name:"Djibouti", Population: 971408},
25
+ { Name:"Réunion", Population: 883247},
26
+ { Name:"Comoros", Population: 832347},
27
+ { Name:"Mayotte", Population: 259682},
28
+ { Name:"Seychelles", Population: 95235},
29
+ ] },
30
+ { Name: "Middle Africa",Population:158562976, Region:[
31
+ { Name:"Democratic, Republic of the Congo", Population: 84004989},
32
+ { Name:"Angola", Population: 30774205},
33
+ { Name:"Cameroon", Population: 24678234},
34
+ { Name:"Chad", Population: 15353184},
35
+ { Name:"Congo", Population: 5399895},
36
+ { Name:"Central African, Republic", Population: 4737423},
37
+ { Name:"Gabon", Population: 2067561},
38
+ { Name:"Equatorial Guinea", Population: 1313894},
39
+ { Name:"Sao Tome and Principe", Population: 208818},
40
+ ] },
41
+ { Name: "Northern Africa",Population:229385603, Region: [
42
+ { Name:"Egypt", Population: 99375741},
43
+ { Name:"Algeria", Population: 42008054},
44
+ { Name:"Sudan", Population: 41511526},
45
+ { Name:"Morocco", Population: 36191805},
46
+ { Name:"Tunisia", Population: 11659174},
47
+ { Name:"Libya", Population: 6470956},
48
+ { Name:"Western, Sahara", Population: 567421},
49
+ ] },
50
+ { Name: "Southern Africa",Population:64292365, Region:[
51
+ { Name:"South Africa", Population: 57398421},
52
+ { Name:"Namibia", Population: 2587801},
53
+ { Name:"Botswana", Population: 2333201},
54
+ { Name:"Lesotho", Population: 2263010},
55
+ { Name:"Swaziland", Population: 1391385},
56
+ ] },
57
+ { Name: "Western Africa", Population:362201579, Region:[
58
+ { Name:"Nigeria", Population: 195875237},
59
+ { Name:"Ghana", Population: 29463643},
60
+ { Name:"Côte d'Ivoire", Population: 24905843},
61
+ { Name:"Niger", Population: 22311375},
62
+ { Name:"Burkina Faso", Population: 19751651},
63
+ { Name:"Mali", Population: 19107706},
64
+ { Name:"Senegal", Population: 16294270},
65
+ { Name:"Guinea", Population: 13052608},
66
+ { Name:"Benin", Population: 11485674},
67
+ { Name:"Togo", Population: 7990926},
68
+ { Name:"Sierra Leone", Population: 7719729},
69
+ { Name:"Liberia", Population: 4853516},
70
+ { Name:"Mauritania", Population: 4540068},
71
+ { Name:"Gambia", Population: 2163765},
72
+ { Name:"Guinea-Bissau", Population: 1907268},
73
+ { Name:"Cabo Verde", Population: 553335},
74
+ { Name:"Saint Helena", Population: 4074},
75
+ ] },
76
+ ]
77
+ }]
78
+ },
79
+
80
+
81
+
82
+ { Continent:[
83
+ {
84
+ Name: "Asia", Population:4436224000, States:[
85
+ {Name: "Central Asia", Population: 69787760, Region:[
86
+ { Name:"Uzbekistan", Population: 32364996 },
87
+ { Name:"Kazakhstan", Population: 18403860 },
88
+ { Name:"Tajikistan", Population: 9107211 },
89
+ { Name:"Kyrgyzstan", Population: 6132932 },
90
+ { Name:"Turkmenistan", Population: 5851466 },
91
+ ] },
92
+ {Name: "Eastern Asia", Population:1641908531, Region:[
93
+ { Name:"China", Population: 1415045928},
94
+ { Name:"Japan", Population: 127185332 },
95
+ { Name:"South Korea", Population: 51164435 },
96
+ { Name:"North Korea", Population:25610672 },
97
+ { Name:"Taiwan", Population: 23694089 },
98
+ { Name:"Hong Kong", Population: 7428887 },
99
+ { Name:"Mongolia", Population: 3121772},
100
+ { Name:"Macao", Population: 632418 },
101
+ ] },
102
+ {Name: "Southeastern Asia", Population:641775797, Region: [
103
+ { Name:"Indonesia", Population: 266794980 },
104
+ { Name:"Philippines", Population: 106512074 },
105
+ { Name:"Viet Nam", Population: 96491146 },
106
+ { Name:"Thailand", Population: 69183173 },
107
+ { Name:"Myanmar", Population: 53855735 },
108
+ { Name:"Malaysia", Population: 32042458 },
109
+ { Name:"Cambodia", Population: 16245729 },
110
+ { Name:"Laos", Population: 6961210 },
111
+ { Name:"Singapore", Population: 5791901},
112
+ { Name:"Timor-Leste", Population: 1324094},
113
+ { Name:"Brunei Darussalam", Population: 434076},
114
+ ] },
115
+ {Name: "Southern Asia", Population: 1846266634, Region: [
116
+ { Name:"India", Population: 1354051854},
117
+ { Name:"Pakistan", Population: 200813818},
118
+ { Name:"Bangladesh", Population: 166368149},
119
+ { Name:"Iran", Population: 82011735},
120
+ { Name:"Afghanistan", Population: 36373176},
121
+ { Name:"Nepal", Population: 29624035},
122
+ { Name:"Sri Lanka", Population: 20950041},
123
+ { Name:"Bhutan", Population: 817054},
124
+ { Name:"Maldives", Population: 444259},
125
+ ]},
126
+ {Name: "Western Asia", Population:262938009, Region: [
127
+ { Name:"Turkey", Population: 81916871},
128
+ { Name:"Iraq", Population: 39339753},
129
+ { Name:"Saudi Arabia", Population: 33554343},
130
+ { Name:"Yemen", Population: 28915284},
131
+ { Name:"Syria", Population: 18284407},
132
+ { Name:"Azerbaijan", Population: 9923914},
133
+ { Name:"Jordan", Population: 9903802},
134
+ { Name:"United Arab Emirates", Population: 9541615},
135
+ { Name:"Israel", Population: 8452841},
136
+ { Name:"Lebanon", Population: 6093509},
137
+ { Name:"State of Palestine", Population: 5052776},
138
+ { Name:"Oman", Population: 4829946},
139
+ { Name:"Kuwait", Population: 4197128},
140
+ { Name:"Georgia", Population: 3907131},
141
+ { Name:"Armenia", Population: 2934152},
142
+ { Name:"Qatar", Population: 2694849},
143
+ { Name:"Bahrain", Population: 1566993},
144
+ { Name:"Cyprus", Population: 1189085},
145
+ ] },
146
+ ]
147
+ }]
148
+ },
149
+
150
+
151
+ { Continent:[
152
+ {
153
+ Name: "North America", Population:579024000, States:[
154
+
155
+ {Name:"Central America", Population:174988756 , Region:[
156
+ { Name:"Mexico", Population: 130759074 },
157
+ { Name:"Guatemala", Population: 17245346 },
158
+ { Name:"Honduras", Population: 9417167 },
159
+ { Name:"El, Salvador", Population: 6411558},
160
+ { Name:"Nicaragua", Population: 6284757 },
161
+ { Name:"Costa, Rica", Population: 4953199},
162
+ { Name:"Panama", Population: 4162618 },
163
+ { Name:"Belize", Population: 382444 },
164
+ ]},
165
+ { Name:"Northern America", Population:358593810, Region:[
166
+ { Name:"U.S.", Population:3267667480 },
167
+ { Name:"Canada", Population:36953765},
168
+ { Name:"Bermuda", Population:61070 },
169
+ { Name:"Greenland", Population:56565},
170
+ { Name:"Saint Pierre & Miquelon", Population:6342 },
171
+ ]},
172
+ ]
173
+ }]
174
+ },
175
+
176
+
177
+ {
178
+ Continent:[
179
+ {
180
+ Name:"South America", Population: 422535000, States:[
181
+ {Name:"Brazil", Population:204519000},
182
+ {Name:"Colombia", Population:48549000 },
183
+ {Name:"Argentina", Population:43132000 },
184
+ {Name:"Peru", Population:31153000 },
185
+ {Name:"Venezuela", Population:30620000},
186
+ {Name:"Chile", Population:18006000 },
187
+ {Name:"Ecuador", Population:16279000},
188
+ {Name:"Bolivia", Population:10520000},
189
+ {Name:"Paraguay", Population:7003000},
190
+ {Name:"Uruguay", Population:3310000},
191
+ {Name:"Guyana", Population:747000},
192
+ {Name:"Suriname", Population:560000 },
193
+ {Name:"French Guiana", Population:262000},
194
+ {Name:"Falkland Islands", Population:3000 },
195
+ ]},
196
+ ]},
197
+
198
+
199
+ { Continent:[
200
+ {
201
+ Name: "Europe", Population:738849000, States:[
202
+ {Name:"Eastern Europe", Population:291953328, Region:[
203
+ {Name:"Russia", Population:143964709 },
204
+ {Name:"Ukraine", Population: 44009214},
205
+ {Name:"Poland", Population:38104832 },
206
+ {Name:"Romania", Population:19580634 },
207
+ {Name:"Crech, Republic", Population:10625250 },
208
+ {Name:"Hungary", Population:9688847 },
209
+ {Name:"Belarus", Population:9452113 },
210
+ {Name:"Bulgaria", Population: 7036848},
211
+ {Name:"Slovakia", Population: 5449816},
212
+ {Name:"Moldova", Population:4041065 },
213
+ ] },
214
+ {Name:"Northern Europe", Population:103642971, Region:[
215
+ { Name:"United Kingdom", Population: 66573504},
216
+ { Name:"Sweden", Population: 9982709},
217
+ { Name:"Denmark", Population: 5754356},
218
+ { Name:"Finland", Population: 5542517},
219
+ { Name:"Norway", Population: 5353363},
220
+ { Name:"Ireland", Population: 4803748},
221
+ { Name:"Lithuania", Population: 2876475},
222
+ { Name:"Latvia", Population: 1929938},
223
+ { Name:"Estonia", Population: 1306788},
224
+ { Name:"Iceland", Population: 337780},
225
+ { Name:"Channel Islands", Population: 166083},
226
+ { Name:"Isle of Man", Population: 84831},
227
+ { Name:"Faeroe Islands", Population: 49489},
228
+ ] },
229
+ {Name:"Southern Europe", Population:152172107, Region:[
230
+ { Name:"Italy",Population: 59290969 },
231
+ { Name:"Spain",Population: 46397452},
232
+ { Name:"Greece",Population: 11142161 },
233
+ { Name:"Portugal",Population: 10291196},
234
+ { Name:"Serbia",Population: 8762027 },
235
+ { Name:"Croatia",Population: 4164783 },
236
+ { Name:"Bosnia and Herzegovina",Population: 3503554 },
237
+ { Name:"Albania",Population: 2934363 },
238
+ { Name:"Macedonia",Population: 2085051 },
239
+ { Name:"Slovenia",Population: 2081260 },
240
+ { Name:"Montenegro",Population: 629219},
241
+ { Name:"Malta",Population: 432089 },
242
+ { Name:"Andorra",Population: 76953 },
243
+ { Name:"Gibraltar",Population: 34733 },
244
+ { Name:"San Marino",Population: 33557 },
245
+ { Name:"Holy, See",Population: 801 },
246
+ ]},
247
+ {Name:"Western Europe", Population:92746859, Region:[
248
+ { Name:"Germany", Population: 82293457 },
249
+ { Name:"France", Population: 65233271 },
250
+ { Name:"Netherlands", Population: 17084459 },
251
+ { Name:"Belgium", Population: 11498519 },
252
+ { Name:"Austria", Population: 8751820 },
253
+ { Name:"Switzerland", Population: 8544034 },
254
+ { Name:"Luxembourg", Population: 590321 },
255
+ { Name:"Monaco", Population: 38897 },
256
+ { Name:"Liechtenstein", Population: 38155 },
257
+ ]},
258
+ ]
259
+ }]
260
+ },
261
+ ]
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "treemap-drilldown",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "treemap-drilldown"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+
3
+ export interface Schema extends ComponentSchema { }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;