@syncfusion/ej2-angular-treemap 31.2.12 → 32.1.19-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/@syncfusion/ej2-angular-treemap.es5.js +387 -0
  2. package/@syncfusion/ej2-angular-treemap.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-treemap.js +355 -0
  4. package/@syncfusion/ej2-angular-treemap.js.map +1 -0
  5. package/CHANGELOG.md +8 -1
  6. package/README.md +7 -15
  7. package/dist/ej2-angular-treemap.umd.js +511 -0
  8. package/dist/ej2-angular-treemap.umd.js.map +1 -0
  9. package/dist/ej2-angular-treemap.umd.min.js +2 -0
  10. package/dist/ej2-angular-treemap.umd.min.js.map +1 -0
  11. package/ej2-angular-treemap.d.ts +5 -0
  12. package/ej2-angular-treemap.metadata.json +1 -0
  13. package/license +10 -0
  14. package/package.json +48 -30
  15. package/postinstall/tagchange.js +18 -0
  16. package/schematics/collection.json +109 -10
  17. package/schematics/generators/treemap-default/index.d.ts +3 -0
  18. package/schematics/generators/treemap-default/index.js +8 -0
  19. package/schematics/generators/treemap-default/index.ts +8 -0
  20. package/schematics/generators/treemap-default/sample-details.d.ts +5 -0
  21. package/schematics/generators/treemap-default/sample-details.js +7 -0
  22. package/schematics/generators/treemap-default/sample-details.ts +5 -0
  23. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  24. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  25. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +60 -0
  26. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  27. package/schematics/generators/treemap-default/schema.d.ts +3 -0
  28. package/schematics/generators/treemap-default/schema.js +2 -0
  29. package/schematics/generators/treemap-default/schema.json +125 -0
  30. package/schematics/generators/treemap-default/schema.ts +3 -0
  31. package/schematics/generators/treemap-desaturation-color/index.d.ts +3 -0
  32. package/schematics/generators/treemap-desaturation-color/index.js +8 -0
  33. package/schematics/generators/treemap-desaturation-color/index.ts +8 -0
  34. package/schematics/generators/treemap-desaturation-color/sample-details.d.ts +5 -0
  35. package/schematics/generators/treemap-desaturation-color/sample-details.js +7 -0
  36. package/schematics/generators/treemap-desaturation-color/sample-details.ts +5 -0
  37. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  38. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
  39. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +48 -0
  40. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +20 -0
  41. package/schematics/generators/treemap-desaturation-color/schema.d.ts +3 -0
  42. package/schematics/generators/treemap-desaturation-color/schema.js +2 -0
  43. package/schematics/generators/treemap-desaturation-color/schema.json +125 -0
  44. package/schematics/generators/treemap-desaturation-color/schema.ts +3 -0
  45. package/schematics/generators/treemap-drilldown/index.d.ts +3 -0
  46. package/schematics/generators/treemap-drilldown/index.js +8 -0
  47. package/schematics/generators/treemap-drilldown/index.ts +8 -0
  48. package/schematics/generators/treemap-drilldown/sample-details.d.ts +5 -0
  49. package/schematics/generators/treemap-drilldown/sample-details.js +7 -0
  50. package/schematics/generators/treemap-drilldown/sample-details.ts +5 -0
  51. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  52. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  53. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  54. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/assets/drilldown-sample.ts +261 -0
  55. package/schematics/generators/treemap-drilldown/schema.d.ts +3 -0
  56. package/schematics/generators/treemap-drilldown/schema.js +2 -0
  57. package/schematics/generators/treemap-drilldown/schema.json +125 -0
  58. package/schematics/generators/treemap-drilldown/schema.ts +3 -0
  59. package/schematics/generators/treemap-equal-color/index.d.ts +3 -0
  60. package/schematics/generators/treemap-equal-color/index.js +8 -0
  61. package/schematics/generators/treemap-equal-color/index.ts +8 -0
  62. package/schematics/generators/treemap-equal-color/sample-details.d.ts +5 -0
  63. package/schematics/generators/treemap-equal-color/sample-details.js +7 -0
  64. package/schematics/generators/treemap-equal-color/sample-details.ts +5 -0
  65. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  66. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
  67. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +53 -0
  68. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +20 -0
  69. package/schematics/generators/treemap-equal-color/schema.d.ts +3 -0
  70. package/schematics/generators/treemap-equal-color/schema.js +2 -0
  71. package/schematics/generators/treemap-equal-color/schema.json +125 -0
  72. package/schematics/generators/treemap-equal-color/schema.ts +3 -0
  73. package/schematics/generators/treemap-highlight/index.d.ts +3 -0
  74. package/schematics/generators/treemap-highlight/index.js +8 -0
  75. package/schematics/generators/treemap-highlight/index.ts +8 -0
  76. package/schematics/generators/treemap-highlight/sample-details.d.ts +5 -0
  77. package/schematics/generators/treemap-highlight/sample-details.js +7 -0
  78. package/schematics/generators/treemap-highlight/sample-details.ts +5 -0
  79. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  80. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  81. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +64 -0
  82. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  83. package/schematics/generators/treemap-highlight/schema.d.ts +3 -0
  84. package/schematics/generators/treemap-highlight/schema.js +2 -0
  85. package/schematics/generators/treemap-highlight/schema.json +125 -0
  86. package/schematics/generators/treemap-highlight/schema.ts +3 -0
  87. package/schematics/generators/treemap-label-hide/index.d.ts +3 -0
  88. package/schematics/generators/treemap-label-hide/index.js +8 -0
  89. package/schematics/generators/treemap-label-hide/index.ts +8 -0
  90. package/schematics/generators/treemap-label-hide/sample-details.d.ts +5 -0
  91. package/schematics/generators/treemap-label-hide/sample-details.js +7 -0
  92. package/schematics/generators/treemap-label-hide/sample-details.ts +5 -0
  93. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  94. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  95. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +55 -0
  96. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  97. package/schematics/generators/treemap-label-hide/schema.d.ts +3 -0
  98. package/schematics/generators/treemap-label-hide/schema.js +2 -0
  99. package/schematics/generators/treemap-label-hide/schema.json +125 -0
  100. package/schematics/generators/treemap-label-hide/schema.ts +3 -0
  101. package/schematics/generators/treemap-label-trim/index.d.ts +3 -0
  102. package/schematics/generators/treemap-label-trim/index.js +8 -0
  103. package/schematics/generators/treemap-label-trim/index.ts +8 -0
  104. package/schematics/generators/treemap-label-trim/sample-details.d.ts +5 -0
  105. package/schematics/generators/treemap-label-trim/sample-details.js +7 -0
  106. package/schematics/generators/treemap-label-trim/sample-details.ts +5 -0
  107. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  108. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  109. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +55 -0
  110. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  111. package/schematics/generators/treemap-label-trim/schema.d.ts +3 -0
  112. package/schematics/generators/treemap-label-trim/schema.js +2 -0
  113. package/schematics/generators/treemap-label-trim/schema.json +125 -0
  114. package/schematics/generators/treemap-label-trim/schema.ts +3 -0
  115. package/schematics/generators/treemap-label-wrap/index.d.ts +3 -0
  116. package/schematics/generators/treemap-label-wrap/index.js +8 -0
  117. package/schematics/generators/treemap-label-wrap/index.ts +8 -0
  118. package/schematics/generators/treemap-label-wrap/sample-details.d.ts +5 -0
  119. package/schematics/generators/treemap-label-wrap/sample-details.js +7 -0
  120. package/schematics/generators/treemap-label-wrap/sample-details.ts +5 -0
  121. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  122. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  123. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +58 -0
  124. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  125. package/schematics/generators/treemap-label-wrap/schema.d.ts +3 -0
  126. package/schematics/generators/treemap-label-wrap/schema.js +2 -0
  127. package/schematics/generators/treemap-label-wrap/schema.json +125 -0
  128. package/schematics/generators/treemap-label-wrap/schema.ts +3 -0
  129. package/schematics/generators/treemap-label-wrapbyword/index.d.ts +3 -0
  130. package/schematics/generators/treemap-label-wrapbyword/index.js +8 -0
  131. package/schematics/generators/treemap-label-wrapbyword/index.ts +8 -0
  132. package/schematics/generators/treemap-label-wrapbyword/sample-details.d.ts +5 -0
  133. package/schematics/generators/treemap-label-wrapbyword/sample-details.js +7 -0
  134. package/schematics/generators/treemap-label-wrapbyword/sample-details.ts +5 -0
  135. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  136. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  137. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +55 -0
  138. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +407 -0
  139. package/schematics/generators/treemap-label-wrapbyword/schema.d.ts +3 -0
  140. package/schematics/generators/treemap-label-wrapbyword/schema.js +2 -0
  141. package/schematics/generators/treemap-label-wrapbyword/schema.json +125 -0
  142. package/schematics/generators/treemap-label-wrapbyword/schema.ts +3 -0
  143. package/schematics/generators/treemap-layout-squarified/index.d.ts +3 -0
  144. package/schematics/generators/treemap-layout-squarified/index.js +8 -0
  145. package/schematics/generators/treemap-layout-squarified/index.ts +8 -0
  146. package/schematics/generators/treemap-layout-squarified/sample-details.d.ts +5 -0
  147. package/schematics/generators/treemap-layout-squarified/sample-details.js +7 -0
  148. package/schematics/generators/treemap-layout-squarified/sample-details.ts +5 -0
  149. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  150. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  151. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  152. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  153. package/schematics/generators/treemap-layout-squarified/schema.d.ts +3 -0
  154. package/schematics/generators/treemap-layout-squarified/schema.js +2 -0
  155. package/schematics/generators/treemap-layout-squarified/schema.json +125 -0
  156. package/schematics/generators/treemap-layout-squarified/schema.ts +3 -0
  157. package/schematics/generators/treemap-layout-type-four/index.d.ts +3 -0
  158. package/schematics/generators/treemap-layout-type-four/index.js +8 -0
  159. package/schematics/generators/treemap-layout-type-four/index.ts +8 -0
  160. package/schematics/generators/treemap-layout-type-four/sample-details.d.ts +5 -0
  161. package/schematics/generators/treemap-layout-type-four/sample-details.js +7 -0
  162. package/schematics/generators/treemap-layout-type-four/sample-details.ts +5 -0
  163. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  164. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  165. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  166. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  167. package/schematics/generators/treemap-layout-type-four/schema.d.ts +3 -0
  168. package/schematics/generators/treemap-layout-type-four/schema.js +2 -0
  169. package/schematics/generators/treemap-layout-type-four/schema.json +125 -0
  170. package/schematics/generators/treemap-layout-type-four/schema.ts +3 -0
  171. package/schematics/generators/treemap-layout-type-three/index.d.ts +3 -0
  172. package/schematics/generators/treemap-layout-type-three/index.js +8 -0
  173. package/schematics/generators/treemap-layout-type-three/index.ts +8 -0
  174. package/schematics/generators/treemap-layout-type-three/sample-details.d.ts +5 -0
  175. package/schematics/generators/treemap-layout-type-three/sample-details.js +7 -0
  176. package/schematics/generators/treemap-layout-type-three/sample-details.ts +5 -0
  177. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  178. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  179. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  180. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  181. package/schematics/generators/treemap-layout-type-three/schema.d.ts +3 -0
  182. package/schematics/generators/treemap-layout-type-three/schema.js +2 -0
  183. package/schematics/generators/treemap-layout-type-three/schema.json +125 -0
  184. package/schematics/generators/treemap-layout-type-three/schema.ts +3 -0
  185. package/schematics/generators/treemap-layout-type-two/index.d.ts +3 -0
  186. package/schematics/generators/treemap-layout-type-two/index.js +8 -0
  187. package/schematics/generators/treemap-layout-type-two/index.ts +8 -0
  188. package/schematics/generators/treemap-layout-type-two/sample-details.d.ts +5 -0
  189. package/schematics/generators/treemap-layout-type-two/sample-details.js +7 -0
  190. package/schematics/generators/treemap-layout-type-two/sample-details.ts +5 -0
  191. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  192. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  193. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  194. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  195. package/schematics/generators/treemap-layout-type-two/schema.d.ts +3 -0
  196. package/schematics/generators/treemap-layout-type-two/schema.js +2 -0
  197. package/schematics/generators/treemap-layout-type-two/schema.json +125 -0
  198. package/schematics/generators/treemap-layout-type-two/schema.ts +3 -0
  199. package/schematics/generators/treemap-leaf/index.d.ts +3 -0
  200. package/schematics/generators/treemap-leaf/index.js +8 -0
  201. package/schematics/generators/treemap-leaf/index.ts +8 -0
  202. package/schematics/generators/treemap-leaf/sample-details.d.ts +5 -0
  203. package/schematics/generators/treemap-leaf/sample-details.js +7 -0
  204. package/schematics/generators/treemap-leaf/sample-details.ts +5 -0
  205. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  206. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  207. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +56 -0
  208. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +14 -0
  209. package/schematics/generators/treemap-leaf/schema.d.ts +3 -0
  210. package/schematics/generators/treemap-leaf/schema.js +2 -0
  211. package/schematics/generators/treemap-leaf/schema.json +125 -0
  212. package/schematics/generators/treemap-leaf/schema.ts +3 -0
  213. package/schematics/generators/treemap-legend-default/index.d.ts +3 -0
  214. package/schematics/generators/treemap-legend-default/index.js +8 -0
  215. package/schematics/generators/treemap-legend-default/index.ts +8 -0
  216. package/schematics/generators/treemap-legend-default/sample-details.d.ts +5 -0
  217. package/schematics/generators/treemap-legend-default/sample-details.js +7 -0
  218. package/schematics/generators/treemap-legend-default/sample-details.ts +5 -0
  219. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  220. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  221. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +57 -0
  222. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +57 -0
  223. package/schematics/generators/treemap-legend-default/schema.d.ts +3 -0
  224. package/schematics/generators/treemap-legend-default/schema.js +2 -0
  225. package/schematics/generators/treemap-legend-default/schema.json +125 -0
  226. package/schematics/generators/treemap-legend-default/schema.ts +3 -0
  227. package/schematics/generators/treemap-legend-interaction/index.d.ts +3 -0
  228. package/schematics/generators/treemap-legend-interaction/index.js +8 -0
  229. package/schematics/generators/treemap-legend-interaction/index.ts +8 -0
  230. package/schematics/generators/treemap-legend-interaction/sample-details.d.ts +5 -0
  231. package/schematics/generators/treemap-legend-interaction/sample-details.js +7 -0
  232. package/schematics/generators/treemap-legend-interaction/sample-details.ts +5 -0
  233. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  234. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  235. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +58 -0
  236. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +57 -0
  237. package/schematics/generators/treemap-legend-interaction/schema.d.ts +3 -0
  238. package/schematics/generators/treemap-legend-interaction/schema.js +2 -0
  239. package/schematics/generators/treemap-legend-interaction/schema.json +125 -0
  240. package/schematics/generators/treemap-legend-interaction/schema.ts +3 -0
  241. package/schematics/generators/treemap-level/index.d.ts +3 -0
  242. package/schematics/generators/treemap-level/index.js +8 -0
  243. package/schematics/generators/treemap-level/index.ts +8 -0
  244. package/schematics/generators/treemap-level/sample-details.d.ts +5 -0
  245. package/schematics/generators/treemap-level/sample-details.js +7 -0
  246. package/schematics/generators/treemap-level/sample-details.ts +5 -0
  247. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  248. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  249. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +58 -0
  250. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  251. package/schematics/generators/treemap-level/schema.d.ts +3 -0
  252. package/schematics/generators/treemap-level/schema.js +2 -0
  253. package/schematics/generators/treemap-level/schema.json +125 -0
  254. package/schematics/generators/treemap-level/schema.ts +3 -0
  255. package/schematics/generators/treemap-range-color/index.d.ts +3 -0
  256. package/schematics/generators/treemap-range-color/index.js +8 -0
  257. package/schematics/generators/treemap-range-color/index.ts +8 -0
  258. package/schematics/generators/treemap-range-color/sample-details.d.ts +5 -0
  259. package/schematics/generators/treemap-range-color/sample-details.js +7 -0
  260. package/schematics/generators/treemap-range-color/sample-details.ts +5 -0
  261. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  262. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  263. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +59 -0
  264. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +20 -0
  265. package/schematics/generators/treemap-range-color/schema.d.ts +3 -0
  266. package/schematics/generators/treemap-range-color/schema.js +2 -0
  267. package/schematics/generators/treemap-range-color/schema.json +125 -0
  268. package/schematics/generators/treemap-range-color/schema.ts +3 -0
  269. package/schematics/generators/treemap-selection/index.d.ts +3 -0
  270. package/schematics/generators/treemap-selection/index.js +8 -0
  271. package/schematics/generators/treemap-selection/index.ts +8 -0
  272. package/schematics/generators/treemap-selection/sample-details.d.ts +5 -0
  273. package/schematics/generators/treemap-selection/sample-details.js +7 -0
  274. package/schematics/generators/treemap-selection/sample-details.ts +5 -0
  275. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  276. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  277. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +64 -0
  278. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +35 -0
  279. package/schematics/generators/treemap-selection/schema.d.ts +3 -0
  280. package/schematics/generators/treemap-selection/schema.js +2 -0
  281. package/schematics/generators/treemap-selection/schema.json +125 -0
  282. package/schematics/generators/treemap-selection/schema.ts +3 -0
  283. package/schematics/generators/treemap-tooltip/index.d.ts +3 -0
  284. package/schematics/generators/treemap-tooltip/index.js +8 -0
  285. package/schematics/generators/treemap-tooltip/index.ts +8 -0
  286. package/schematics/generators/treemap-tooltip/sample-details.d.ts +5 -0
  287. package/schematics/generators/treemap-tooltip/sample-details.js +7 -0
  288. package/schematics/generators/treemap-tooltip/sample-details.ts +5 -0
  289. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  290. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  291. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +90 -0
  292. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/assets/airport-count.ts +21 -0
  293. package/schematics/generators/treemap-tooltip/schema.d.ts +3 -0
  294. package/schematics/generators/treemap-tooltip/schema.js +2 -0
  295. package/schematics/generators/treemap-tooltip/schema.json +125 -0
  296. package/schematics/generators/treemap-tooltip/schema.ts +3 -0
  297. package/schematics/ng-add/index.ts +10 -10
  298. package/schematics/ng-add/schema.json +34 -34
  299. package/schematics/ng-add/schema.ts +30 -30
  300. package/schematics/tsconfig.json +25 -25
  301. package/schematics/utils/lib-details.d.ts +2 -2
  302. package/schematics/utils/lib-details.js +2 -2
  303. package/schematics/utils/lib-details.ts +4 -4
  304. package/src/treemap/colormapping.directive.d.ts +0 -5
  305. package/src/treemap/levels.directive.d.ts +0 -5
  306. package/src/treemap/treemap-all.module.d.ts +0 -6
  307. package/src/treemap/treemap.component.d.ts +0 -3
  308. package/src/treemap/treemap.module.d.ts +0 -8
  309. package/esm2020/public_api.mjs +0 -2
  310. package/esm2020/src/index.mjs +0 -7
  311. package/esm2020/src/treemap/colormapping.directive.mjs +0 -46
  312. package/esm2020/src/treemap/levels.directive.mjs +0 -66
  313. package/esm2020/src/treemap/treemap-all.module.mjs +0 -47
  314. package/esm2020/src/treemap/treemap.component.mjs +0 -126
  315. package/esm2020/src/treemap/treemap.module.mjs +0 -43
  316. package/esm2020/syncfusion-ej2-angular-treemap.mjs +0 -5
  317. package/fesm2015/syncfusion-ej2-angular-treemap.mjs +0 -314
  318. package/fesm2015/syncfusion-ej2-angular-treemap.mjs.map +0 -1
  319. package/fesm2020/syncfusion-ej2-angular-treemap.mjs +0 -314
  320. package/fesm2020/syncfusion-ej2-angular-treemap.mjs.map +0 -1
  321. package/syncfusion-ej2-angular-treemap.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-treemap.umd.min.js","sources":["~/@syncfusion/ej2-angular-treemap/src/treemap/colormapping.directive.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/levels.directive.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap.component.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap.module.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {\npublic directivePropList: any;\n/**\n * Sets and gets the color for the color-mapping in treemap.\n * \\@default null\n */\npublic color: any;\n/**\n * Sets and gets the value from which the range of color mapping starts.\n * \\@default null\n */\npublic from: any;\n/**\n * Sets and gets the label text for the legend when it is rendered based on color mapping.\n * \\@default null\n */\npublic label: any;\n/**\n * Sets and gets the maximum opacity for the color-mapping in the treemap.\n * \\@default null\n */\npublic maxOpacity: any;\n/**\n * Sets and gets the minimum opacity for the color-mapping in the treemap.\n * \\@default null\n */\npublic minOpacity: any;\n/**\n * Enables or disables the visibility of the legend for color mapping in the treemap.\n * \\@default true\n */\npublic showLegend: any;\n/**\n * Sets and gets the value to which the range of color mapping ends.\n * \\@default null\n */\npublic to: any;\n/**\n * Sets and gets the value for the color-mapping from the data source.\n * \\@default null\n */\npublic value: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-levels>e-colorMappings>e-colorMapping',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ColorMappingDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingDirective.ctorParameters;\n/** @type {?} */\nColorMappingDirective.prototype.directivePropList;\n/**\n * Sets and gets the color for the color-mapping in treemap.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.color;\n/**\n * Sets and gets the value from which the range of color mapping starts.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.from;\n/**\n * Sets and gets the label text for the legend when it is rendered based on color mapping.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.label;\n/**\n * Sets and gets the maximum opacity for the color-mapping in the treemap.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.maxOpacity;\n/**\n * Sets and gets the minimum opacity for the color-mapping in the treemap.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.minOpacity;\n/**\n * Enables or disables the visibility of the legend for color mapping in the treemap.\n * \\@default true\n * @type {?}\n */\nColorMappingDirective.prototype.showLegend;\n/**\n * Sets and gets the value to which the range of color mapping ends.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.to;\n/**\n * Sets and gets the value for the color-mapping from the data source.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.value;\n/** @type {?} */\nColorMappingDirective.prototype.viewContainerRef;\n}\n\n/**\n * ColorMapping Array Directive\n */\nexport class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {\nconstructor() {\n super('colormapping');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-levels>e-colorMappings',\n queries: {\n children: new ContentChildren(ColorMappingDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColorMappingsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColorMappingsDirective } from './colormapping.directive';\n\nlet /** @type {?} */ input: string[] = ['autoFill', 'border', 'colorMapping', 'fill', 'groupGap', 'groupPadding', 'groupPath', 'headerAlignment', 'headerFormat', 'headerHeight', 'headerStyle', 'headerTemplate', 'opacity', 'showHeader', 'templatePosition'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to configure and render level leaf items in the treemap.\n * ```html\n * <e-levels>\n * <e-level></e-level>\n * </e-levels>\n * ```\n */\nexport class LevelDirective extends ComplexBase<LevelDirective> {\npublic directivePropList: any;\npublic childColorMapping: any;\npublic tags: string[] = ['colorMapping'];\n/**\n * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.\n * \\@default false\n */\npublic autoFill: any;\n/**\n * Sets and gets the options for customizing the color and width of the border of \n * the level leaf items of the treemap.\n */\npublic border: any;\n/**\n * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.\n */\npublic colorMapping: any;\n/**\n * Sets and gets the fill color of the level leaf item in the treemap.\n * \\@default null\n */\npublic fill: any;\n/**\n * Sets and gets the gap between the level leaf items in the treemap.\n * \\@default 0\n */\npublic groupGap: any;\n/**\n * Sets and gets the padding of level leaf items in the treemap.\n * \\@default 10\n */\npublic groupPadding: any;\n/**\n * Sets and gets the value path from the data source in the treemap to render the item.\n * \\@default null\n */\npublic groupPath: any;\n/**\n * Sets and gets the alignment of the header of the treemap.\n * \\@default 'Near'\n */\npublic headerAlignment: any;\n/**\n * Sets and gets the string to format the header label of the level leaf items in the treemap.\n * \\@default null\n */\npublic headerFormat: any;\n/**\n * Sets and gets the height of header in the treemap.\n * \\@default 20\n */\npublic headerHeight: any;\n/**\n * Sets and gets the options for customizing the text style of header label of the level leaf item.\n */\npublic headerStyle: any;\n/**\n * Sets and gets the opacity in the level leaf item of the treemap.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * Shows or hides the header in level leaf item of the treemap.\n * \\@default true\n */\npublic showHeader: any;\n/**\n * Sets and gets the options for customizing the template position of the treemap.\n * \\@default 'TopLeft'\n */\npublic templatePosition: any;\n/**\n * Sets and gets the template for header in the treemap.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public headerTemplate: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-levels>e-level',\n inputs: input,\n outputs: outputs, \n queries: {\n childColorMapping: new ContentChild(ColorMappingsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n};\n}\n\nfunction LevelDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLevelDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLevelDirective.ctorParameters;\n/** @type {?} */\nLevelDirective.propDecorators;\n/** @type {?} */\nLevelDirective.prototype.directivePropList;\n/** @type {?} */\nLevelDirective.prototype.childColorMapping;\n/** @type {?} */\nLevelDirective.prototype.tags;\n/**\n * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.\n * \\@default false\n * @type {?}\n */\nLevelDirective.prototype.autoFill;\n/**\n * Sets and gets the options for customizing the color and width of the border of \n * the level leaf items of the treemap.\n * @type {?}\n */\nLevelDirective.prototype.border;\n/**\n * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.\n * @type {?}\n */\nLevelDirective.prototype.colorMapping;\n/**\n * Sets and gets the fill color of the level leaf item in the treemap.\n * \\@default null\n * @type {?}\n */\nLevelDirective.prototype.fill;\n/**\n * Sets and gets the gap between the level leaf items in the treemap.\n * \\@default 0\n * @type {?}\n */\nLevelDirective.prototype.groupGap;\n/**\n * Sets and gets the padding of level leaf items in the treemap.\n * \\@default 10\n * @type {?}\n */\nLevelDirective.prototype.groupPadding;\n/**\n * Sets and gets the value path from the data source in the treemap to render the item.\n * \\@default null\n * @type {?}\n */\nLevelDirective.prototype.groupPath;\n/**\n * Sets and gets the alignment of the header of the treemap.\n * \\@default 'Near'\n * @type {?}\n */\nLevelDirective.prototype.headerAlignment;\n/**\n * Sets and gets the string to format the header label of the level leaf items in the treemap.\n * \\@default null\n * @type {?}\n */\nLevelDirective.prototype.headerFormat;\n/**\n * Sets and gets the height of header in the treemap.\n * \\@default 20\n * @type {?}\n */\nLevelDirective.prototype.headerHeight;\n/**\n * Sets and gets the options for customizing the text style of header label of the level leaf item.\n * @type {?}\n */\nLevelDirective.prototype.headerStyle;\n/**\n * Sets and gets the opacity in the level leaf item of the treemap.\n * \\@default 1\n * @type {?}\n */\nLevelDirective.prototype.opacity;\n/**\n * Shows or hides the header in level leaf item of the treemap.\n * \\@default true\n * @type {?}\n */\nLevelDirective.prototype.showHeader;\n/**\n * Sets and gets the options for customizing the template position of the treemap.\n * \\@default 'TopLeft'\n * @type {?}\n */\nLevelDirective.prototype.templatePosition;\n/**\n * Sets and gets the template for header in the treemap.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nLevelDirective.prototype.headerTemplate;\n/** @type {?} */\nLevelDirective.prototype.viewContainerRef;\n}\n\n/**\n * Level Array Directive\n */\nexport class LevelsDirective extends ArrayBase<LevelsDirective> {\nconstructor() {\n super('levels');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-treemap>e-levels',\n queries: {\n children: new ContentChildren(LevelDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction LevelsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLevelsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLevelsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { TreeMap } from '@syncfusion/ej2-treemap';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { LevelsDirective } from './levels.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowImageExport','allowPdfExport','allowPrint','background','border','breadcrumbConnector','colorValuePath','dataSource','description','drillDownView','enableBreadcrumb','enableDrillDown','enablePersistence','enableRtl','equalColorValuePath','format','height','highlightSettings','initialDrillDown','layoutType','leafItemSettings','legendSettings','levels','locale','margin','palette','query','rangeColorValuePath','renderDirection','selectionSettings','tabIndex','theme','titleSettings','tooltipSettings','useGroupingSeparator','weightValuePath','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforePrint','click','doubleClick','drillEnd','drillStart','itemClick','itemHighlight','itemMove','itemRendering','itemSelected','legendItemRendering','legendRendering','load','loaded','mouseMove','resize','rightClick','tooltipRendering'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.\n * ```html\n * <ej-treemap></ej-treemap>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class TreeMapComponent extends TreeMap implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforePrint: any;\n\tclick: any;\n\tdoubleClick: any;\n\tdrillEnd: any;\n\tdrillStart: any;\n\titemClick: any;\n\titemHighlight: any;\n\titemMove: any;\n\titemRendering: any;\n\titemSelected: any;\n\tlegendItemRendering: any;\n\tlegendRendering: any;\n\tload: any;\n\tloaded: any;\n\tmouseMove: any;\n\tresize: any;\n\trightClick: any;\npublic tooltipRendering: any;\npublic childLevels: QueryList<LevelsDirective>;\npublic tags: string[] = ['levels'];\n \n @Template()\npublic tooltipSettings_template: any;\n \n @Template()\npublic leafItemSettings_labelTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('TreeMapTreeMapTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapTreeMapLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapTreeMapHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapTreeMapSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapImageExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childLevels;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-treemap',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childLevels: new ContentChild(LevelsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n'leafItemSettings_labelTemplate': [{ type: ContentChild, args: ['leafItemSettingsLabelTemplate', ] },],\n};\n}\n\nfunction TreeMapComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeMapComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeMapComponent.ctorParameters;\n/** @type {?} */\nTreeMapComponent.propDecorators;\n/** @type {?} */\nTreeMapComponent.prototype.context;\n/** @type {?} */\nTreeMapComponent.prototype.tagObjects;\n/** @type {?} */\nTreeMapComponent.prototype.beforePrint;\n/** @type {?} */\nTreeMapComponent.prototype.click;\n/** @type {?} */\nTreeMapComponent.prototype.doubleClick;\n/** @type {?} */\nTreeMapComponent.prototype.drillEnd;\n/** @type {?} */\nTreeMapComponent.prototype.drillStart;\n/** @type {?} */\nTreeMapComponent.prototype.itemClick;\n/** @type {?} */\nTreeMapComponent.prototype.itemHighlight;\n/** @type {?} */\nTreeMapComponent.prototype.itemMove;\n/** @type {?} */\nTreeMapComponent.prototype.itemRendering;\n/** @type {?} */\nTreeMapComponent.prototype.itemSelected;\n/** @type {?} */\nTreeMapComponent.prototype.legendItemRendering;\n/** @type {?} */\nTreeMapComponent.prototype.legendRendering;\n/** @type {?} */\nTreeMapComponent.prototype.load;\n/** @type {?} */\nTreeMapComponent.prototype.loaded;\n/** @type {?} */\nTreeMapComponent.prototype.mouseMove;\n/** @type {?} */\nTreeMapComponent.prototype.resize;\n/** @type {?} */\nTreeMapComponent.prototype.rightClick;\n/** @type {?} */\nTreeMapComponent.prototype.tooltipRendering;\n/** @type {?} */\nTreeMapComponent.prototype.childLevels;\n/** @type {?} */\nTreeMapComponent.prototype.tags;\n/** @type {?} */\nTreeMapComponent.prototype.tooltipSettings_template;\n/** @type {?} */\nTreeMapComponent.prototype.leafItemSettings_labelTemplate;\n/** @type {?} */\nTreeMapComponent.prototype.registerEvents;\n/** @type {?} */\nTreeMapComponent.prototype.addTwoWay;\n/** @type {?} */\nTreeMapComponent.prototype.ngEle;\n/** @type {?} */\nTreeMapComponent.prototype.srenderer;\n/** @type {?} */\nTreeMapComponent.prototype.viewContainerRef;\n/** @type {?} */\nTreeMapComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { LevelDirective, LevelsDirective } from './levels.directive';\nimport { TreeMapComponent } from './treemap.component';\n/**\n * NgModule definition for the TreeMap component.\n */\nexport class TreeMapModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TreeMapComponent,\n ColorMappingDirective,\n ColorMappingsDirective,\n LevelDirective,\n LevelsDirective\n ],\n exports: [\n TreeMapComponent,\n ColorMappingDirective,\n ColorMappingsDirective,\n LevelDirective,\n LevelsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeMapModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeMapModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeMapModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { LevelDirective, LevelsDirective } from './levels.directive';\nimport { TreeMapComponent } from './treemap.component';\nimport { TreeMapModule } from './treemap.module';\nimport {TreeMapTooltip, TreeMapLegend, TreeMapHighlight, TreeMapSelection, Print, PdfExport, ImageExport} from '@syncfusion/ej2-treemap';\n\n\nexport const /** @type {?} */ TreeMapTooltipService: ValueProvider = { provide: 'TreeMapTreeMapTooltip', useValue: TreeMapTooltip};\nexport const /** @type {?} */ TreeMapLegendService: ValueProvider = { provide: 'TreeMapTreeMapLegend', useValue: TreeMapLegend};\nexport const /** @type {?} */ TreeMapHighlightService: ValueProvider = { provide: 'TreeMapTreeMapHighlight', useValue: TreeMapHighlight};\nexport const /** @type {?} */ TreeMapSelectionService: ValueProvider = { provide: 'TreeMapTreeMapSelection', useValue: TreeMapSelection};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'TreeMapPrint', useValue: Print};\nexport const /** @type {?} */ PdfExportService: ValueProvider = { provide: 'TreeMapPdfExport', useValue: PdfExport};\nexport const /** @type {?} */ ImageExportService: ValueProvider = { provide: 'TreeMapImageExport', useValue: ImageExport};\n/**\n * NgModule definition for the TreeMap component with providers.\n */\nexport class TreeMapAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TreeMapModule],\n exports: [\n TreeMapModule\n ],\n providers:[\n TreeMapTooltipService,\n TreeMapLegendService,\n TreeMapHighlightService,\n TreeMapSelectionService,\n PrintService,\n PdfExportService,\n ImageExportService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeMapAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeMapAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeMapAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["input","outputs","ColorMappingDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","ColorMappingsDirective","ArrayBase","children","ContentChildren","LevelDirective","tags","childColorMapping","ContentChild","propDecorators","headerTemplate","__decorate","Template","prototype","LevelsDirective","twoWays","exports","TreeMapComponent","ngEle","srenderer","injector","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","addTwoWay","context","ComponentBase","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childLevels","TreeMap","Component","template","changeDetection","ChangeDetectionStrategy","OnPush","ElementRef","Renderer2","Injector","tooltipSettings_template","leafItemSettings_labelTemplate","ComponentMixins","__metadata","TreeMapModule","NgModule","imports","CommonModule","declarations","TreeMapTooltipService","provide","useValue","TreeMapTooltip","TreeMapLegendService","TreeMapLegend","TreeMapHighlightService","TreeMapHighlight","TreeMapSelectionService","TreeMapSelection","PrintService","Print","PdfExportService","PdfExport","ImageExportService","ImageExport","TreeMapAllModule","providers"],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵa, outputs as ɵb } from './src/treemap/treemap.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-treemap"}],"metadata":{"ɵa":["allowImageExport","allowPdfExport","allowPrint","background","border","breadcrumbConnector","colorValuePath","dataSource","description","drillDownView","enableBreadcrumb","enableDrillDown","enablePersistence","enableRtl","equalColorValuePath","format","height","highlightSettings","initialDrillDown","layoutType","leafItemSettings","legendSettings","levels","locale","margin","palette","query","rangeColorValuePath","renderDirection","selectionSettings","tabIndex","theme","titleSettings","tooltipSettings","useGroupingSeparator","weightValuePath","width"],"ɵb":["beforePrint","click","doubleClick","drillEnd","drillStart","itemClick","itemHighlight","itemMove","itemRendering","itemSelected","legendItemRendering","legendRendering","load","loaded","mouseMove","resize","rightClick","tooltipRendering"],"ColorMappingDirective":{"__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-levels>e-colorMappings>e-colorMapping","inputs":["color","from","label","maxOpacity","minOpacity","showLegend","to","value"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ColorMappingsDirective":{"__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":"e-levels>e-colorMappings","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ColorMappingDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"LevelDirective":{"__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-levels>e-level","inputs":["autoFill","border","colorMapping","fill","groupGap","groupPadding","groupPath","headerAlignment","headerFormat","headerHeight","headerStyle","headerTemplate","opacity","showHeader","templatePosition"],"outputs":[],"queries":{"childColorMapping":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ColorMappingsDirective"}]}}}]}],"members":{"headerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["headerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"LevelsDirective":{"__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":"ej-treemap>e-levels","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"LevelDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"TreeMapComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"TreeMap"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-treemap","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childLevels":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"LevelsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"tooltipSettings_template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["tooltipSettingsTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"leafItemSettings_labelTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["leafItemSettingsLabelTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__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"}]}},"TreeMapModule":{"__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","name":"TreeMapComponent"},{"__symbolic":"reference","name":"ColorMappingDirective"},{"__symbolic":"reference","name":"ColorMappingsDirective"},{"__symbolic":"reference","name":"LevelDirective"},{"__symbolic":"reference","name":"LevelsDirective"}],"exports":[{"__symbolic":"reference","name":"TreeMapComponent"},{"__symbolic":"reference","name":"ColorMappingDirective"},{"__symbolic":"reference","name":"ColorMappingsDirective"},{"__symbolic":"reference","name":"LevelDirective"},{"__symbolic":"reference","name":"LevelsDirective"}]}]}],"members":{}},"TreeMapAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"TreeMapModule"}],"exports":[{"__symbolic":"reference","name":"TreeMapModule"}],"providers":[{"__symbolic":"reference","name":"TreeMapTooltipService"},{"__symbolic":"reference","name":"TreeMapLegendService"},{"__symbolic":"reference","name":"TreeMapHighlightService"},{"__symbolic":"reference","name":"TreeMapSelectionService"},{"__symbolic":"reference","name":"PrintService"},{"__symbolic":"reference","name":"PdfExportService"},{"__symbolic":"reference","name":"ImageExportService"}]}]}],"members":{}},"TreeMapTooltipService":{"provide":"TreeMapTreeMapTooltip","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"TreeMapTooltip"}},"TreeMapLegendService":{"provide":"TreeMapTreeMapLegend","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"TreeMapLegend"}},"TreeMapHighlightService":{"provide":"TreeMapTreeMapHighlight","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"TreeMapHighlight"}},"TreeMapSelectionService":{"provide":"TreeMapTreeMapSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"TreeMapSelection"}},"PrintService":{"provide":"TreeMapPrint","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"Print"}},"PdfExportService":{"provide":"TreeMapPdfExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"PdfExport"}},"ImageExportService":{"provide":"TreeMapImageExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-treemap","name":"ImageExport"}}},"origins":{"ɵa":"./src/treemap/treemap.component","ɵb":"./src/treemap/treemap.component","ColorMappingDirective":"./src/treemap/colormapping.directive","ColorMappingsDirective":"./src/treemap/colormapping.directive","LevelDirective":"./src/treemap/levels.directive","LevelsDirective":"./src/treemap/levels.directive","TreeMapComponent":"./src/treemap/treemap.component","TreeMapModule":"./src/treemap/treemap.module","TreeMapAllModule":"./src/treemap/treemap-all.module","TreeMapTooltipService":"./src/treemap/treemap-all.module","TreeMapLegendService":"./src/treemap/treemap-all.module","TreeMapHighlightService":"./src/treemap/treemap-all.module","TreeMapSelectionService":"./src/treemap/treemap-all.module","PrintService":"./src/treemap/treemap-all.module","PdfExportService":"./src/treemap/treemap-all.module","ImageExportService":"./src/treemap/treemap-all.module"},"importAs":"@syncfusion/ej2-angular-treemap"}
package/license ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/package.json CHANGED
@@ -1,43 +1,61 @@
1
1
  {
2
- "name": "@syncfusion/ej2-angular-treemap",
3
- "version": "31.2.12",
4
- "description": "Essential JS 2 TreeMap Components for Angular",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "schematics": "./schematics/collection.json",
2
+ "_from": "@syncfusion/ej2-angular-treemap@*",
3
+ "_id": "@syncfusion/ej2-angular-treemap@25.1.35",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-pqULNzASuS0kr9i3biM8AfI0cKsYVeXLHh1koyxxWVx+N7G8AOQadlwiHeRa6rXinjhtpNH1wRlls2jPgZXUgg==",
6
+ "_location": "/@syncfusion/ej2-angular-treemap",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-angular-treemap@*",
12
+ "name": "@syncfusion/ej2-angular-treemap",
13
+ "escapedName": "@syncfusion%2fej2-angular-treemap",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-angular-treemap/-/ej2-angular-treemap-25.1.35.tgz",
23
+ "_shasum": "5d8d1dbbd1ba509742c1daa9aca7daf50dc8caa1",
24
+ "_spec": "@syncfusion/ej2-angular-treemap@*",
25
+ "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
8
33
  "dependencies": {
9
- "@syncfusion/ej2-base": "~31.2.12",
10
- "@syncfusion/ej2-angular-base": "~31.2.12",
11
- "@syncfusion/ej2-treemap": "31.2.12"
34
+ "@syncfusion/ej2-angular-base": "~32.1.19",
35
+ "@syncfusion/ej2-base": "~32.1.19",
36
+ "@syncfusion/ej2-treemap": "32.1.19"
12
37
  },
38
+ "deprecated": false,
39
+ "description": "Essential JS 2 TreeMap Components for Angular",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-treemap.js",
42
+ "homepage": "https://www.syncfusion.com/angular-components",
13
43
  "keywords": [
14
44
  "angular",
15
45
  "ng-treemap",
16
46
  "ej2-ng-treemap"
17
47
  ],
48
+ "license": "SEE LICENSE IN license",
49
+ "main": "dist/ej2-angular-treemap.umd.js",
50
+ "metadata": "ej2-angular-treemap.metadata.json",
51
+ "module": "@syncfusion/ej2-angular-treemap.es5.js",
52
+ "name": "@syncfusion/ej2-angular-treemap",
18
53
  "repository": {
19
54
  "type": "git",
20
- "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
55
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
21
56
  },
57
+ "schematics": "./schematics/collection.json",
22
58
  "sideEffects": false,
23
- "module": "fesm2015/syncfusion-ej2-angular-treemap.mjs",
24
- "es2020": "fesm2020/syncfusion-ej2-angular-treemap.mjs",
25
- "esm2020": "esm2020/syncfusion-ej2-angular-treemap.mjs",
26
- "fesm2020": "fesm2020/syncfusion-ej2-angular-treemap.mjs",
27
- "fesm2015": "fesm2015/syncfusion-ej2-angular-treemap.mjs",
28
- "typings": "syncfusion-ej2-angular-treemap.d.ts",
29
- "exports": {
30
- "./package.json": {
31
- "default": "./package.json"
32
- },
33
- ".": {
34
- "types": "./syncfusion-ej2-angular-treemap.d.ts",
35
- "esm2020": "./esm2020/syncfusion-ej2-angular-treemap.mjs",
36
- "es2020": "./fesm2020/syncfusion-ej2-angular-treemap.mjs",
37
- "es2015": "./fesm2015/syncfusion-ej2-angular-treemap.mjs",
38
- "node": "./fesm2015/syncfusion-ej2-angular-treemap.mjs",
39
- "default": "./fesm2020/syncfusion-ej2-angular-treemap.mjs"
40
- }
41
- },
42
- "homepage": "https://www.syncfusion.com/angular-components"
59
+ "typings": "ej2-angular-treemap.d.ts",
60
+ "version": "32.1.19-ngcc"
43
61
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-treemap'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -1,11 +1,110 @@
1
1
  {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- }
9
- }
10
- }
11
-
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ },
9
+ "treemap-default": {
10
+ "description": "Create an Angular TreeMap component with default",
11
+ "factory": "./generators/treemap-default",
12
+ "schema": "./generators/treemap-default/schema.json"
13
+ },
14
+ "treemap-desaturation-color": {
15
+ "description": "Create an Angular TreeMap component with desaturation colormapping",
16
+ "factory": "./generators/treemap-desaturation-color",
17
+ "schema": "./generators/treemap-desaturation-color/schema.json"
18
+ },
19
+ "treemap-drilldown": {
20
+ "description": "Create an Angular TreeMap component with Drilldown",
21
+ "factory": "./generators/treemap-drilldown",
22
+ "schema": "./generators/treemap-drilldown/schema.json"
23
+ },
24
+ "treemap-equal-color": {
25
+ "description": "Create an Angular TreeMap component with equal colormapping",
26
+ "factory": "./generators/treemap-equal-color",
27
+ "schema": "./generators/treemap-equal-color/schema.json"
28
+ },
29
+ "treemap-highlight": {
30
+ "description": "Create an Angular TreeMap component with Highlight",
31
+ "factory": "./generators/treemap-highlight",
32
+ "schema": "./generators/treemap-highlight/schema.json"
33
+ },
34
+ "treemap-label-hide": {
35
+ "description": "Create an Angular TreeMap component with labelMode",
36
+ "factory": "./generators/treemap-label-hide",
37
+ "schema": "./generators/treemap-label-hide/schema.json"
38
+ },
39
+ "treemap-label-trim": {
40
+ "description": "Create an Angular TreeMap component with labelMode",
41
+ "factory": "./generators/treemap-label-trim",
42
+ "schema": "./generators/treemap-label-trim/schema.json"
43
+ },
44
+ "treemap-label-wrap": {
45
+ "description": "Create an Angular TreeMap component with labelMode",
46
+ "factory": "./generators/treemap-label-wrap",
47
+ "schema": "./generators/treemap-label-wrap/schema.json"
48
+ },
49
+ "treemap-label-wrapbyword": {
50
+ "description": "Create an Angular TreeMap component with labelMode",
51
+ "factory": "./generators/treemap-label-wrapbyword",
52
+ "schema": "./generators/treemap-label-wrapbyword/schema.json"
53
+ },
54
+ "treemap-layout-squarified": {
55
+ "description": "Create an Angular TreeMap component with layout-squarified",
56
+ "factory": "./generators/treemap-layout-squarified",
57
+ "schema": "./generators/treemap-layout-squarified/schema.json"
58
+ },
59
+ "treemap-layout-type-four": {
60
+ "description": "Create an Angular TreeMap component with layout-type-four",
61
+ "factory": "./generators/treemap-layout-type-four",
62
+ "schema": "./generators/treemap-layout-type-four/schema.json"
63
+ },
64
+ "treemap-layout-type-three": {
65
+ "description": "Create an Angular TreeMap component with layout-type-three",
66
+ "factory": "./generators/treemap-layout-type-three",
67
+ "schema": "./generators/treemap-layout-type-three/schema.json"
68
+ },
69
+ "treemap-layout-type-two": {
70
+ "description": "Create an Angular TreeMap component with layout-type-two",
71
+ "factory": "./generators/treemap-layout-type-two",
72
+ "schema": "./generators/treemap-layout-type-two/schema.json"
73
+ },
74
+ "treemap-leaf": {
75
+ "description": "Create an Angular TreeMap component with leaf",
76
+ "factory": "./generators/treemap-leaf",
77
+ "schema": "./generators/treemap-leaf/schema.json"
78
+ },
79
+ "treemap-legend-default": {
80
+ "description": "Create an Angular TreeMap component with legendmode",
81
+ "factory": "./generators/treemap-legend-default",
82
+ "schema": "./generators/treemap-legend-default/schema.json"
83
+ },
84
+ "treemap-legend-interaction": {
85
+ "description": "Create an Angular TreeMap component with legendmode",
86
+ "factory": "./generators/treemap-legend-interaction",
87
+ "schema": "./generators/treemap-legend-interaction/schema.json"
88
+ },
89
+ "treemap-level": {
90
+ "description": "Create an Angular TreeMap component with level",
91
+ "factory": "./generators/treemap-level",
92
+ "schema": "./generators/treemap-level/schema.json"
93
+ },
94
+ "treemap-range-color": {
95
+ "description": "Create an Angular TreeMap component with range colormapping",
96
+ "factory": "./generators/treemap-range-color",
97
+ "schema": "./generators/treemap-range-color/schema.json"
98
+ },
99
+ "treemap-selection": {
100
+ "description": "Create an Angular TreeMap component with Selection",
101
+ "factory": "./generators/treemap-selection",
102
+ "schema": "./generators/treemap-selection/schema.json"
103
+ },
104
+ "treemap-tooltip": {
105
+ "description": "Create an Angular TreeMap component with tooltip",
106
+ "factory": "./generators/treemap-tooltip",
107
+ "schema": "./generators/treemap-tooltip/schema.json"
108
+ }
109
+ }
110
+ }
@@ -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 = 'default';
5
+ exports.diModules = 'TreeMapTooltip,TreeMapLegend';
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 = 'default';
3
+ export const diModules: string = 'TreeMapTooltip,TreeMapLegend';
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
+ <div align='center'>
3
+ <ejs-treemap id='container' #treemap style="display:block;" [titleSettings] = 'titleSettings' [dataSource] ='dataSource' [weightValuePath] ='weightValuePath'
4
+ [tooltipSettings] = 'tooltipSettings' [palette] ='palette' [legendSettings] = 'legendSettings' [leafItemSettings] = 'leafItemSettings' format='n' useGroupingSeparator="true" (load)='load($event)' (itemClick)='itemClick($event)' (itemMove)='itemMove($event)' >
5
+ <e-levels>
6
+ <e-level groupPath= 'Continent' [border]='border'>
7
+ </e-level>
8
+ </e-levels>
9
+ </ejs-treemap>
10
+ </div>
11
+ </div>
12
+
13
+
@@ -0,0 +1,60 @@
1
+ /* eslint-disable */
2
+ import { Component, ViewEncapsulation } from '@angular/core';
3
+ import { TreeMap, TreeMapTooltip, TreeMapLegend } from '@syncfusion/ej2-angular-treemap';
4
+ import { CarSales } from './assets/car-sale';
5
+ import { IItemMoveEventArgs, ILoadEventArgs, TreeMapTheme, IItemClickEventArgs } from '@syncfusion/ej2-angular-treemap';
6
+
7
+ TreeMap.Inject(TreeMapTooltip, TreeMapLegend);
8
+
9
+ @Component({
10
+ selector: '<%=dasherize(selector)%>',
11
+ templateUrl: '<%=dasherize(name)%>.component.html',
12
+ styleUrls: ['<%=dasherize(name)%>.component.css'],
13
+ encapsulation: ViewEncapsulation.None
14
+ })
15
+ export class <%= classify(name) %>Component {
16
+ public itemMove= (args: IItemMoveEventArgs) => {
17
+ args.item['data'].Sales = args.item['weight'];
18
+ args.treemap.tooltipSettings.format = args.item['groupIndex'] === 0 ? 'Country: ${Continent}<br>Sales: ${Sales}' :
19
+ 'Country: ${Continent}<br>Company: ${Company}<br>Sales: ${Sales}';
20
+ }
21
+ public itemClick= (args: IItemClickEventArgs) => {
22
+ args.item['data'].Sales = args.item['weight'];
23
+ args.treemap.tooltipSettings.format = args.item['groupIndex'] === 0 ? 'Country: ${Continent}<br>Sales: ${Sales}' :
24
+ 'Country: ${Continent}<br>Company: ${Company}<br>Sales: ${Sales}';
25
+ }
26
+ public load = (args: ILoadEventArgs) => {
27
+ let theme: string = location.hash.split('/')[1];
28
+ theme = theme ? theme : 'Material';
29
+ args.treemap.theme = <TreeMapTheme>(theme.charAt(0).toUpperCase() + theme.slice(1));
30
+ }
31
+ titleSettings: object = {
32
+ text: 'Car Sales by Country - 2017',
33
+ textStyle: {
34
+ size: '15px'
35
+ }
36
+ };
37
+ public tooltipSettings: object = {
38
+ visible: true,
39
+ format: 'Country: ${Continent}<br>Company: ${Company}<br>Sales: ${Sales}'
40
+ };
41
+ public legendSettings: object = {
42
+ visible: true,
43
+ position: 'Top',
44
+ shape: 'Rectangle'
45
+ };
46
+ dataSource: object[] = CarSales;
47
+ weightValuePath: string = 'Sales';
48
+ palette: string[] = ['#C33764', '#AB3566', '#993367', '#853169', '#742F6A', '#632D6C', '#532C6D', '#412A6F', '#312870', '#1D2671'];
49
+ leafItemSettings: object = {
50
+ labelPath: 'Company',
51
+ border: { color: 'white', width: 0.5 }
52
+ };
53
+ border: object = {
54
+ color: 'white',
55
+ width: 0.5
56
+ };
57
+ constructor() {
58
+ //code
59
+ };
60
+ }
@@ -0,0 +1,35 @@
1
+ /* eslint-disable */
2
+ export let CarSales: object[] = [
3
+ {Continent: "China", Company: "Volkswagen", Sales: 3005994 },
4
+ {Continent: "China", Company: "General Motors", Sales: 1230044 },
5
+ {Continent: "China", Company: "Honda", Sales: 1197023 },
6
+ {Continent: "United States", Company: "General Motors", Sales:3042775 },
7
+ {Continent: "United States", Company: "Ford", Sales:2599193 },
8
+ {Continent: "United States", Company: "Toyota", Sales:2449587 },
9
+ {Continent: "Japan",Company: "Toyota", Sales:1527977 },
10
+ {Continent: "Japan", Company: "Honda", Sales:706982 },
11
+ {Continent: "Japan", Company: "Suzuki", Sales:623041 },
12
+ {Continent: "Germany",Company: "Volkswagen", Sales:655977 },
13
+ {Continent: "Germany", Company: "Mercedes", Sales:310845 },
14
+ {Continent: "Germany", Company: "BMW", Sales:261931 },
15
+ { Continent: "United Kingdom", Company: "Ford ", Sales:319442 },
16
+ {Continent: "United Kingdom", Company: "Vauxhall", Sales: 251146 },
17
+ { Continent: "United Kingdom", Company: "Volkswagen", Sales:206994 },
18
+ {Continent: "India", Company: "Maruti Suzuki", Sales:1443654 },
19
+ {Continent: "India", Company: "Hyundai", Sales:476241 },
20
+ {Continent: "India", Company: "Mahindra", Sales:205041 },
21
+ {Continent: "France", Company: "Renault", Sales:408183 },
22
+ {Continent: "France", Company: "Peugeot", Sales:336242 },
23
+ {Continent: "France", Company: "Citroen", Sales:194986 },
24
+ { Continent: "Brazil", Company: "Flat Chrysler", Sales:368842 },
25
+ { Continent: "Brazil", Company: "General Motors", Sales: 348351 },
26
+ { Continent: "Brazil", Company: "Volkswagen", Sales: 245895 },
27
+ {Continent: "Italy", Company: "Flat Chrysler", Sales:386260 },
28
+ {Continent: "Italy", Company: "Volkswagen", Sales: 138984 },
29
+ {Continent: "Italy", Company: "Ford", Sales: 125144 },
30
+ {Continent: "Canada", Company: "Ford", Sales:305086},
31
+ {Continent: "Canada", Company: "FCA", Sales:278011 },
32
+ {Continent: "Canada", Company: "GM", Sales: 266884 },
33
+
34
+
35
+ ]
@@ -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 });