@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,511 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-treemap'), require('@angular/common')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-treemap', '@angular/common'], factory) :
4
+ (factory((global['ej2-angular-treemap'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.treemap,global.ng.common));
5
+ }(this, (function (exports,core,ej2AngularBase,ej2Treemap,common) { 'use strict';
6
+
7
+ var __extends = (this && this.__extends) || (function () {
8
+ var extendStatics = Object.setPrototypeOf ||
9
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
10
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
11
+ return function (d, b) {
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var input = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
18
+ var outputs = [];
19
+ var ColorMappingDirective = /** @class */ (function (_super) {
20
+ __extends(ColorMappingDirective, _super);
21
+ /**
22
+ * @param {?} viewContainerRef
23
+ */
24
+ function ColorMappingDirective(viewContainerRef) {
25
+ var _this = _super.call(this) || this;
26
+ _this.viewContainerRef = viewContainerRef;
27
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
28
+ _this.registerEvents(outputs);
29
+ _this.directivePropList = input;
30
+ return _this;
31
+ }
32
+ return ColorMappingDirective;
33
+ }(ej2AngularBase.ComplexBase));
34
+ ColorMappingDirective.decorators = [
35
+ { type: core.Directive, args: [{
36
+ selector: 'e-levels>e-colorMappings>e-colorMapping',
37
+ inputs: input,
38
+ outputs: outputs,
39
+ queries: {}
40
+ },] },
41
+ ];
42
+ /**
43
+ * @nocollapse
44
+ */
45
+ ColorMappingDirective.ctorParameters = function () { return [
46
+ { type: core.ViewContainerRef, },
47
+ ]; };
48
+ /**
49
+ * ColorMapping Array Directive
50
+ */
51
+ var ColorMappingsDirective = /** @class */ (function (_super) {
52
+ __extends(ColorMappingsDirective, _super);
53
+ function ColorMappingsDirective() {
54
+ return _super.call(this, 'colormapping') || this;
55
+ }
56
+ return ColorMappingsDirective;
57
+ }(ej2AngularBase.ArrayBase));
58
+ ColorMappingsDirective.decorators = [
59
+ { type: core.Directive, args: [{
60
+ selector: 'e-levels>e-colorMappings',
61
+ queries: {
62
+ children: new core.ContentChildren(ColorMappingDirective)
63
+ },
64
+ },] },
65
+ ];
66
+ /**
67
+ * @nocollapse
68
+ */
69
+ ColorMappingsDirective.ctorParameters = function () { return []; };
70
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
71
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
72
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
73
+ r = Reflect.decorate(decorators, target, key, desc);
74
+ else
75
+ for (var i = decorators.length - 1; i >= 0; i--)
76
+ if (d = decorators[i])
77
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
78
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
79
+ };
80
+ var __metadata = (this && this.__metadata) || function (k, v) {
81
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
82
+ return Reflect.metadata(k, v);
83
+ };
84
+ var input$1 = ['autoFill', 'border', 'colorMapping', 'fill', 'groupGap', 'groupPadding', 'groupPath', 'headerAlignment', 'headerFormat', 'headerHeight', 'headerStyle', 'headerTemplate', 'opacity', 'showHeader', 'templatePosition'];
85
+ var outputs$1 = [];
86
+ /**
87
+ * Represents the directive to configure and render level leaf items in the treemap.
88
+ * ```html
89
+ * <e-levels>
90
+ * <e-level></e-level>
91
+ * </e-levels>
92
+ * ```
93
+ */
94
+ var LevelDirective = /** @class */ (function (_super) {
95
+ __extends(LevelDirective, _super);
96
+ /**
97
+ * @param {?} viewContainerRef
98
+ */
99
+ function LevelDirective(viewContainerRef) {
100
+ var _this = _super.call(this) || this;
101
+ _this.viewContainerRef = viewContainerRef;
102
+ _this.tags = ['colorMapping'];
103
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
104
+ _this.registerEvents(outputs$1);
105
+ _this.directivePropList = input$1;
106
+ return _this;
107
+ }
108
+ return LevelDirective;
109
+ }(ej2AngularBase.ComplexBase));
110
+ LevelDirective.decorators = [
111
+ { type: core.Directive, args: [{
112
+ selector: 'e-levels>e-level',
113
+ inputs: input$1,
114
+ outputs: outputs$1,
115
+ queries: {
116
+ childColorMapping: new core.ContentChild(ColorMappingsDirective)
117
+ }
118
+ },] },
119
+ ];
120
+ /**
121
+ * @nocollapse
122
+ */
123
+ LevelDirective.ctorParameters = function () { return [
124
+ { type: core.ViewContainerRef, },
125
+ ]; };
126
+ LevelDirective.propDecorators = {
127
+ 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
128
+ };
129
+ __decorate([
130
+ ej2AngularBase.Template(),
131
+ __metadata("design:type", Object)
132
+ ], LevelDirective.prototype, "headerTemplate", void 0);
133
+ /**
134
+ * Level Array Directive
135
+ */
136
+ var LevelsDirective = /** @class */ (function (_super) {
137
+ __extends(LevelsDirective, _super);
138
+ function LevelsDirective() {
139
+ return _super.call(this, 'levels') || this;
140
+ }
141
+ return LevelsDirective;
142
+ }(ej2AngularBase.ArrayBase));
143
+ LevelsDirective.decorators = [
144
+ { type: core.Directive, args: [{
145
+ selector: 'ej-treemap>e-levels',
146
+ queries: {
147
+ children: new core.ContentChildren(LevelDirective)
148
+ },
149
+ },] },
150
+ ];
151
+ /**
152
+ * @nocollapse
153
+ */
154
+ LevelsDirective.ctorParameters = function () { return []; };
155
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
156
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
157
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
158
+ r = Reflect.decorate(decorators, target, key, desc);
159
+ else
160
+ for (var i = decorators.length - 1; i >= 0; i--)
161
+ if (d = decorators[i])
162
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
163
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
164
+ };
165
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
166
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
167
+ return Reflect.metadata(k, v);
168
+ };
169
+ var inputs = ['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'];
170
+ var outputs$2 = ['beforePrint', 'click', 'doubleClick', 'drillEnd', 'drillStart', 'itemClick', 'itemHighlight', 'itemMove', 'itemRendering', 'itemSelected', 'legendItemRendering', 'legendRendering', 'load', 'loaded', 'mouseMove', 'resize', 'rightClick', 'tooltipRendering'];
171
+ var twoWays = [''];
172
+ /**
173
+ * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
174
+ * ```html
175
+ * <ej-treemap></ej-treemap>
176
+ * ```
177
+ */
178
+ exports.TreeMapComponent = /** @class */ (function (_super) {
179
+ __extends(TreeMapComponent, _super);
180
+ /**
181
+ * @param {?} ngEle
182
+ * @param {?} srenderer
183
+ * @param {?} viewContainerRef
184
+ * @param {?} injector
185
+ */
186
+ function TreeMapComponent(ngEle, srenderer, viewContainerRef, injector) {
187
+ var _this = _super.call(this) || this;
188
+ _this.ngEle = ngEle;
189
+ _this.srenderer = srenderer;
190
+ _this.viewContainerRef = viewContainerRef;
191
+ _this.injector = injector;
192
+ _this.tags = ['levels'];
193
+ _this.element = _this.ngEle.nativeElement;
194
+ _this.injectedModules = _this.injectedModules || [];
195
+ try {
196
+ var mod = _this.injector.get('TreeMapTreeMapTooltip');
197
+ if (_this.injectedModules.indexOf(mod) === -1) {
198
+ _this.injectedModules.push(mod);
199
+ }
200
+ }
201
+ catch (_a) { }
202
+ try {
203
+ var mod = _this.injector.get('TreeMapTreeMapLegend');
204
+ if (_this.injectedModules.indexOf(mod) === -1) {
205
+ _this.injectedModules.push(mod);
206
+ }
207
+ }
208
+ catch (_b) { }
209
+ try {
210
+ var mod = _this.injector.get('TreeMapTreeMapHighlight');
211
+ if (_this.injectedModules.indexOf(mod) === -1) {
212
+ _this.injectedModules.push(mod);
213
+ }
214
+ }
215
+ catch (_c) { }
216
+ try {
217
+ var mod = _this.injector.get('TreeMapTreeMapSelection');
218
+ if (_this.injectedModules.indexOf(mod) === -1) {
219
+ _this.injectedModules.push(mod);
220
+ }
221
+ }
222
+ catch (_d) { }
223
+ try {
224
+ var mod = _this.injector.get('TreeMapPrint');
225
+ if (_this.injectedModules.indexOf(mod) === -1) {
226
+ _this.injectedModules.push(mod);
227
+ }
228
+ }
229
+ catch (_e) { }
230
+ try {
231
+ var mod = _this.injector.get('TreeMapPdfExport');
232
+ if (_this.injectedModules.indexOf(mod) === -1) {
233
+ _this.injectedModules.push(mod);
234
+ }
235
+ }
236
+ catch (_f) { }
237
+ try {
238
+ var mod = _this.injector.get('TreeMapImageExport');
239
+ if (_this.injectedModules.indexOf(mod) === -1) {
240
+ _this.injectedModules.push(mod);
241
+ }
242
+ }
243
+ catch (_g) { }
244
+ _this.registerEvents(outputs$2);
245
+ _this.addTwoWay.call(_this, twoWays);
246
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
247
+ _this.context = new ej2AngularBase.ComponentBase();
248
+ return _this;
249
+ }
250
+ /**
251
+ * @return {?}
252
+ */
253
+ TreeMapComponent.prototype.ngOnInit = function () {
254
+ this.context.ngOnInit(this);
255
+ };
256
+ /**
257
+ * @return {?}
258
+ */
259
+ TreeMapComponent.prototype.ngAfterViewInit = function () {
260
+ this.context.ngAfterViewInit(this);
261
+ };
262
+ /**
263
+ * @return {?}
264
+ */
265
+ TreeMapComponent.prototype.ngOnDestroy = function () {
266
+ this.context.ngOnDestroy(this);
267
+ };
268
+ /**
269
+ * @return {?}
270
+ */
271
+ TreeMapComponent.prototype.ngAfterContentChecked = function () {
272
+ this.tagObjects[0].instance = this.childLevels;
273
+ this.context.ngAfterContentChecked(this);
274
+ };
275
+ return TreeMapComponent;
276
+ }(ej2Treemap.TreeMap));
277
+ exports.TreeMapComponent.decorators = [
278
+ { type: core.Component, args: [{
279
+ selector: 'ejs-treemap',
280
+ inputs: inputs,
281
+ outputs: outputs$2,
282
+ template: '',
283
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
284
+ queries: {
285
+ childLevels: new core.ContentChild(LevelsDirective)
286
+ }
287
+ },] },
288
+ ];
289
+ /**
290
+ * @nocollapse
291
+ */
292
+ exports.TreeMapComponent.ctorParameters = function () { return [
293
+ { type: core.ElementRef, },
294
+ { type: core.Renderer2, },
295
+ { type: core.ViewContainerRef, },
296
+ { type: core.Injector, },
297
+ ]; };
298
+ exports.TreeMapComponent.propDecorators = {
299
+ 'tooltipSettings_template': [{ type: core.ContentChild, args: ['tooltipSettingsTemplate',] },],
300
+ 'leafItemSettings_labelTemplate': [{ type: core.ContentChild, args: ['leafItemSettingsLabelTemplate',] },],
301
+ };
302
+ __decorate$1([
303
+ ej2AngularBase.Template(),
304
+ __metadata$1("design:type", Object)
305
+ ], exports.TreeMapComponent.prototype, "tooltipSettings_template", void 0);
306
+ __decorate$1([
307
+ ej2AngularBase.Template(),
308
+ __metadata$1("design:type", Object)
309
+ ], exports.TreeMapComponent.prototype, "leafItemSettings_labelTemplate", void 0);
310
+ exports.TreeMapComponent = __decorate$1([
311
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
312
+ __metadata$1("design:paramtypes", [core.ElementRef,
313
+ core.Renderer2,
314
+ core.ViewContainerRef,
315
+ core.Injector])
316
+ ], exports.TreeMapComponent);
317
+ /**
318
+ * NgModule definition for the TreeMap component.
319
+ */
320
+ var TreeMapModule = /** @class */ (function () {
321
+ function TreeMapModule() {
322
+ }
323
+ return TreeMapModule;
324
+ }());
325
+ TreeMapModule.decorators = [
326
+ { type: core.NgModule, args: [{
327
+ imports: [common.CommonModule],
328
+ declarations: [
329
+ exports.TreeMapComponent,
330
+ ColorMappingDirective,
331
+ ColorMappingsDirective,
332
+ LevelDirective,
333
+ LevelsDirective
334
+ ],
335
+ exports: [
336
+ exports.TreeMapComponent,
337
+ ColorMappingDirective,
338
+ ColorMappingsDirective,
339
+ LevelDirective,
340
+ LevelsDirective
341
+ ]
342
+ },] },
343
+ ];
344
+ /**
345
+ * @nocollapse
346
+ */
347
+ TreeMapModule.ctorParameters = function () { return []; };
348
+ var TreeMapTooltipService = { provide: 'TreeMapTreeMapTooltip', useValue: ej2Treemap.TreeMapTooltip };
349
+ var TreeMapLegendService = { provide: 'TreeMapTreeMapLegend', useValue: ej2Treemap.TreeMapLegend };
350
+ var TreeMapHighlightService = { provide: 'TreeMapTreeMapHighlight', useValue: ej2Treemap.TreeMapHighlight };
351
+ var TreeMapSelectionService = { provide: 'TreeMapTreeMapSelection', useValue: ej2Treemap.TreeMapSelection };
352
+ var PrintService = { provide: 'TreeMapPrint', useValue: ej2Treemap.Print };
353
+ var PdfExportService = { provide: 'TreeMapPdfExport', useValue: ej2Treemap.PdfExport };
354
+ var ImageExportService = { provide: 'TreeMapImageExport', useValue: ej2Treemap.ImageExport };
355
+ /**
356
+ * NgModule definition for the TreeMap component with providers.
357
+ */
358
+ var TreeMapAllModule = /** @class */ (function () {
359
+ function TreeMapAllModule() {
360
+ }
361
+ return TreeMapAllModule;
362
+ }());
363
+ TreeMapAllModule.decorators = [
364
+ { type: core.NgModule, args: [{
365
+ imports: [common.CommonModule, TreeMapModule],
366
+ exports: [
367
+ TreeMapModule
368
+ ],
369
+ providers: [
370
+ TreeMapTooltipService,
371
+ TreeMapLegendService,
372
+ TreeMapHighlightService,
373
+ TreeMapSelectionService,
374
+ PrintService,
375
+ PdfExportService,
376
+ ImageExportService
377
+ ]
378
+ },] },
379
+ ];
380
+ /**
381
+ * @nocollapse
382
+ */
383
+ TreeMapAllModule.ctorParameters = function () { return []; };
384
+
385
+ exports.ColorMappingDirective = ColorMappingDirective;
386
+ exports.ColorMappingsDirective = ColorMappingsDirective;
387
+ exports.LevelDirective = LevelDirective;
388
+ exports.LevelsDirective = LevelsDirective;
389
+ exports.TreeMapModule = TreeMapModule;
390
+ exports.TreeMapAllModule = TreeMapAllModule;
391
+ exports.TreeMapTooltipService = TreeMapTooltipService;
392
+ exports.TreeMapLegendService = TreeMapLegendService;
393
+ exports.TreeMapHighlightService = TreeMapHighlightService;
394
+ exports.TreeMapSelectionService = TreeMapSelectionService;
395
+ exports.PrintService = PrintService;
396
+ exports.PdfExportService = PdfExportService;
397
+ exports.ImageExportService = ImageExportService;
398
+ exports.ɵa = inputs;
399
+ exports.ɵb = outputs$2;
400
+ exports.TreeMap = ej2Treemap.TreeMap;
401
+ exports.LevelsData = ej2Treemap.LevelsData;
402
+ exports.Border = ej2Treemap.Border;
403
+ exports.Margin = ej2Treemap.Margin;
404
+ exports.Font = ej2Treemap.Font;
405
+ exports.CommonTitleSettings = ej2Treemap.CommonTitleSettings;
406
+ exports.SubTitleSettings = ej2Treemap.SubTitleSettings;
407
+ exports.TitleSettings = ej2Treemap.TitleSettings;
408
+ exports.ColorMapping = ej2Treemap.ColorMapping;
409
+ exports.LegendSettings = ej2Treemap.LegendSettings;
410
+ exports.InitialDrillSettings = ej2Treemap.InitialDrillSettings;
411
+ exports.LeafItemSettings = ej2Treemap.LeafItemSettings;
412
+ exports.TooltipSettings = ej2Treemap.TooltipSettings;
413
+ exports.SelectionSettings = ej2Treemap.SelectionSettings;
414
+ exports.HighlightSettings = ej2Treemap.HighlightSettings;
415
+ exports.LevelSettings = ej2Treemap.LevelSettings;
416
+ exports.load = ej2Treemap.load;
417
+ exports.loaded = ej2Treemap.loaded;
418
+ exports.beforePrint = ej2Treemap.beforePrint;
419
+ exports.itemRendering = ej2Treemap.itemRendering;
420
+ exports.drillStart = ej2Treemap.drillStart;
421
+ exports.drillEnd = ej2Treemap.drillEnd;
422
+ exports.itemSelected = ej2Treemap.itemSelected;
423
+ exports.itemHighlight = ej2Treemap.itemHighlight;
424
+ exports.tooltipRendering = ej2Treemap.tooltipRendering;
425
+ exports.itemClick = ej2Treemap.itemClick;
426
+ exports.itemMove = ej2Treemap.itemMove;
427
+ exports.click = ej2Treemap.click;
428
+ exports.doubleClick = ej2Treemap.doubleClick;
429
+ exports.rightClick = ej2Treemap.rightClick;
430
+ exports.mouseMove = ej2Treemap.mouseMove;
431
+ exports.legendItemRendering = ej2Treemap.legendItemRendering;
432
+ exports.legendRendering = ej2Treemap.legendRendering;
433
+ exports.resize = ej2Treemap.resize;
434
+ exports.defaultFont = ej2Treemap.defaultFont;
435
+ exports.Theme = ej2Treemap.Theme;
436
+ exports.getThemeStyle = ej2Treemap.getThemeStyle;
437
+ exports.Size = ej2Treemap.Size;
438
+ exports.stringToNumber = ej2Treemap.stringToNumber;
439
+ exports.Rect = ej2Treemap.Rect;
440
+ exports.RectOption = ej2Treemap.RectOption;
441
+ exports.PathOption = ej2Treemap.PathOption;
442
+ exports.measureText = ej2Treemap.measureText;
443
+ exports.TextOption = ej2Treemap.TextOption;
444
+ exports.textTrim = ej2Treemap.textTrim;
445
+ exports.Location = ej2Treemap.Location;
446
+ exports.findPosition = ej2Treemap.findPosition;
447
+ exports.createTextStyle = ej2Treemap.createTextStyle;
448
+ exports.renderTextElement = ej2Treemap.renderTextElement;
449
+ exports.setItemTemplateContent = ej2Treemap.setItemTemplateContent;
450
+ exports.getElement = ej2Treemap.getElement;
451
+ exports.itemsToOrder = ej2Treemap.itemsToOrder;
452
+ exports.isContainsData = ej2Treemap.isContainsData;
453
+ exports.findChildren = ej2Treemap.findChildren;
454
+ exports.findHightLightItems = ej2Treemap.findHightLightItems;
455
+ exports.getTemplateFunction = ej2Treemap.getTemplateFunction;
456
+ exports.convertElement = ej2Treemap.convertElement;
457
+ exports.findLabelLocation = ej2Treemap.findLabelLocation;
458
+ exports.measureElement = ej2Treemap.measureElement;
459
+ exports.getArea = ej2Treemap.getArea;
460
+ exports.getShortestEdge = ej2Treemap.getShortestEdge;
461
+ exports.convertToContainer = ej2Treemap.convertToContainer;
462
+ exports.convertToRect = ej2Treemap.convertToRect;
463
+ exports.getMousePosition = ej2Treemap.getMousePosition;
464
+ exports.colorMap = ej2Treemap.colorMap;
465
+ exports.deSaturationColor = ej2Treemap.deSaturationColor;
466
+ exports.colorCollections = ej2Treemap.colorCollections;
467
+ exports.rgbToHex = ej2Treemap.rgbToHex;
468
+ exports.getColorByValue = ej2Treemap.getColorByValue;
469
+ exports.getGradientColor = ej2Treemap.getGradientColor;
470
+ exports.getPercentageColor = ej2Treemap.getPercentageColor;
471
+ exports.getPercentage = ej2Treemap.getPercentage;
472
+ exports.wordWrap = ej2Treemap.wordWrap;
473
+ exports.textWrap = ej2Treemap.textWrap;
474
+ exports.hide = ej2Treemap.hide;
475
+ exports.orderByArea = ej2Treemap.orderByArea;
476
+ exports.maintainSelection = ej2Treemap.maintainSelection;
477
+ exports.legendMaintain = ej2Treemap.legendMaintain;
478
+ exports.removeClassNames = ej2Treemap.removeClassNames;
479
+ exports.applyOptions = ej2Treemap.applyOptions;
480
+ exports.textFormatter = ej2Treemap.textFormatter;
481
+ exports.formatValue = ej2Treemap.formatValue;
482
+ exports.ColorValue = ej2Treemap.ColorValue;
483
+ exports.convertToHexCode = ej2Treemap.convertToHexCode;
484
+ exports.componentToHex = ej2Treemap.componentToHex;
485
+ exports.convertHexToColor = ej2Treemap.convertHexToColor;
486
+ exports.colorNameToHex = ej2Treemap.colorNameToHex;
487
+ exports.drawSymbol = ej2Treemap.drawSymbol;
488
+ exports.renderLegendShape = ej2Treemap.renderLegendShape;
489
+ exports.isParentItem = ej2Treemap.isParentItem;
490
+ exports.TreeMapAjax = ej2Treemap.TreeMapAjax;
491
+ exports.removeShape = ej2Treemap.removeShape;
492
+ exports.removeLegend = ej2Treemap.removeLegend;
493
+ exports.setColor = ej2Treemap.setColor;
494
+ exports.removeSelectionWithHighlight = ej2Treemap.removeSelectionWithHighlight;
495
+ exports.getLegendIndex = ej2Treemap.getLegendIndex;
496
+ exports.pushCollection = ej2Treemap.pushCollection;
497
+ exports.triggerDownload = ej2Treemap.triggerDownload;
498
+ exports.removeElement = ej2Treemap.removeElement;
499
+ exports.TreeMapLegend = ej2Treemap.TreeMapLegend;
500
+ exports.LayoutPanel = ej2Treemap.LayoutPanel;
501
+ exports.TreeMapHighlight = ej2Treemap.TreeMapHighlight;
502
+ exports.TreeMapSelection = ej2Treemap.TreeMapSelection;
503
+ exports.TreeMapTooltip = ej2Treemap.TreeMapTooltip;
504
+ exports.ImageExport = ej2Treemap.ImageExport;
505
+ exports.PdfExport = ej2Treemap.PdfExport;
506
+ exports.Print = ej2Treemap.Print;
507
+
508
+ Object.defineProperty(exports, '__esModule', { value: true });
509
+
510
+ })));
511
+ //# sourceMappingURL=ej2-angular-treemap.umd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-treemap.umd.js","sources":["~/@syncfusion/ej2-angular-treemap/src/treemap/treemap-all.module.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap.module.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap.component.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/levels.directive.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/colormapping.directive.ts"],"sourcesContent":["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","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 { 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 { 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 { 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"],"names":["CommonModule","NgModule","ImageExport","PdfExport","Print","TreeMapSelection","TreeMapHighlight","TreeMapLegend","TreeMapTooltip","TreeMapComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","Template","ContentChild","ChangeDetectionStrategy","outputs","Component","TreeMap","setValue","ContentChildren","Directive","ArrayBase","input","ComplexBase"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-treemap"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-treemap","@angular/common"],t):t(e["ej2-angular-treemap"]={},e.ng.core,e.ej2.angular.base,e.ej2.treemap,e.ng.common)}(this,function(e,t,r,n,o){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),a=["color","from","label","maxOpacity","minOpacity","showLegend","to","value"],l=[],c=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(l),n.directivePropList=a,n}return i(t,e),t}(r.ComplexBase);c.decorators=[{type:t.Directive,args:[{selector:"e-levels>e-colorMappings>e-colorMapping",inputs:a,outputs:l,queries:{}}]}],c.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var p=function(e){function t(){return e.call(this,"colormapping")||this}return i(t,e),t}(r.ArrayBase);p.decorators=[{type:t.Directive,args:[{selector:"e-levels>e-colorMappings",queries:{children:new t.ContentChildren(c)}}]}],p.ctorParameters=function(){return[]};var s=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},d=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},g=["autoFill","border","colorMapping","fill","groupGap","groupPadding","groupPath","headerAlignment","headerFormat","headerHeight","headerStyle","headerTemplate","opacity","showHeader","templatePosition"],u=[],m=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,n.tags=["colorMapping"],r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(u),n.directivePropList=g,n}return i(t,e),t}(r.ComplexBase);m.decorators=[{type:t.Directive,args:[{selector:"e-levels>e-level",inputs:g,outputs:u,queries:{childColorMapping:new t.ContentChild(p)}}]}],m.ctorParameters=function(){return[{type:t.ViewContainerRef}]},m.propDecorators={headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}]},s([r.Template(),d("design:type",Object)],m.prototype,"headerTemplate",void 0);var h=function(e){function t(){return e.call(this,"levels")||this}return i(t,e),t}(r.ArrayBase);h.decorators=[{type:t.Directive,args:[{selector:"ej-treemap>e-levels",queries:{children:new t.ContentChildren(m)}}]}],h.ctorParameters=function(){return[]};var f=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},T=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},M=["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"],v=["beforePrint","click","doubleClick","drillEnd","drillStart","itemClick","itemHighlight","itemMove","itemRendering","itemSelected","legendItemRendering","legendRendering","load","loaded","mouseMove","resize","rightClick","tooltipRendering"],C=[""];e.TreeMapComponent=function(e){function t(t,n,o,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=o,a.injector=i,a.tags=["levels"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var l=a.injector.get("TreeMapTreeMapTooltip");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(c){}try{l=a.injector.get("TreeMapTreeMapLegend");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(p){}try{l=a.injector.get("TreeMapTreeMapHighlight");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(s){}try{l=a.injector.get("TreeMapTreeMapSelection");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(d){}try{l=a.injector.get("TreeMapPrint");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(g){}try{l=a.injector.get("TreeMapPdfExport");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(u){}try{l=a.injector.get("TreeMapImageExport");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(m){}return a.registerEvents(v),a.addTwoWay.call(a,C),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return i(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childLevels,this.context.ngAfterContentChecked(this)},t}(n.TreeMap),e.TreeMapComponent.decorators=[{type:t.Component,args:[{selector:"ejs-treemap",inputs:M,outputs:v,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childLevels:new t.ContentChild(h)}}]}],e.TreeMapComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.TreeMapComponent.propDecorators={tooltipSettings_template:[{type:t.ContentChild,args:["tooltipSettingsTemplate"]}],leafItemSettings_labelTemplate:[{type:t.ContentChild,args:["leafItemSettingsLabelTemplate"]}]},f([r.Template(),T("design:type",Object)],e.TreeMapComponent.prototype,"tooltipSettings_template",void 0),f([r.Template(),T("design:type",Object)],e.TreeMapComponent.prototype,"leafItemSettings_labelTemplate",void 0),e.TreeMapComponent=f([r.ComponentMixins([r.ComponentBase]),T("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TreeMapComponent);var y=function(){return function(){}}();y.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.TreeMapComponent,c,p,m,h],exports:[e.TreeMapComponent,c,p,m,h]}]}],y.ctorParameters=function(){return[]};var S={provide:"TreeMapTreeMapTooltip",useValue:n.TreeMapTooltip},x={provide:"TreeMapTreeMapLegend",useValue:n.TreeMapLegend},P={provide:"TreeMapTreeMapHighlight",useValue:n.TreeMapHighlight},j={provide:"TreeMapTreeMapSelection",useValue:n.TreeMapSelection},b={provide:"TreeMapPrint",useValue:n.Print},R={provide:"TreeMapPdfExport",useValue:n.PdfExport},w={provide:"TreeMapImageExport",useValue:n.ImageExport},O=function(){return function(){}}();O.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,y],exports:[y],providers:[S,x,P,j,b,R,w]}]}],O.ctorParameters=function(){return[]},e.ColorMappingDirective=c,e.ColorMappingsDirective=p,e.LevelDirective=m,e.LevelsDirective=h,e.TreeMapModule=y,e.TreeMapAllModule=O,e.TreeMapTooltipService=S,e.TreeMapLegendService=x,e.TreeMapHighlightService=P,e.TreeMapSelectionService=j,e.PrintService=b,e.PdfExportService=R,e.ImageExportService=w,e.ɵa=M,e.ɵb=v,e.TreeMap=n.TreeMap,e.LevelsData=n.LevelsData,e.Border=n.Border,e.Margin=n.Margin,e.Font=n.Font,e.CommonTitleSettings=n.CommonTitleSettings,e.SubTitleSettings=n.SubTitleSettings,e.TitleSettings=n.TitleSettings,e.ColorMapping=n.ColorMapping,e.LegendSettings=n.LegendSettings,e.InitialDrillSettings=n.InitialDrillSettings,e.LeafItemSettings=n.LeafItemSettings,e.TooltipSettings=n.TooltipSettings,e.SelectionSettings=n.SelectionSettings,e.HighlightSettings=n.HighlightSettings,e.LevelSettings=n.LevelSettings,e.load=n.load,e.loaded=n.loaded,e.beforePrint=n.beforePrint,e.itemRendering=n.itemRendering,e.drillStart=n.drillStart,e.drillEnd=n.drillEnd,e.itemSelected=n.itemSelected,e.itemHighlight=n.itemHighlight,e.tooltipRendering=n.tooltipRendering,e.itemClick=n.itemClick,e.itemMove=n.itemMove,e.click=n.click,e.doubleClick=n.doubleClick,e.rightClick=n.rightClick,e.mouseMove=n.mouseMove,e.legendItemRendering=n.legendItemRendering,e.legendRendering=n.legendRendering,e.resize=n.resize,e.defaultFont=n.defaultFont,e.Theme=n.Theme,e.getThemeStyle=n.getThemeStyle,e.Size=n.Size,e.stringToNumber=n.stringToNumber,e.Rect=n.Rect,e.RectOption=n.RectOption,e.PathOption=n.PathOption,e.measureText=n.measureText,e.TextOption=n.TextOption,e.textTrim=n.textTrim,e.Location=n.Location,e.findPosition=n.findPosition,e.createTextStyle=n.createTextStyle,e.renderTextElement=n.renderTextElement,e.setItemTemplateContent=n.setItemTemplateContent,e.getElement=n.getElement,e.itemsToOrder=n.itemsToOrder,e.isContainsData=n.isContainsData,e.findChildren=n.findChildren,e.findHightLightItems=n.findHightLightItems,e.getTemplateFunction=n.getTemplateFunction,e.convertElement=n.convertElement,e.findLabelLocation=n.findLabelLocation,e.measureElement=n.measureElement,e.getArea=n.getArea,e.getShortestEdge=n.getShortestEdge,e.convertToContainer=n.convertToContainer,e.convertToRect=n.convertToRect,e.getMousePosition=n.getMousePosition,e.colorMap=n.colorMap,e.deSaturationColor=n.deSaturationColor,e.colorCollections=n.colorCollections,e.rgbToHex=n.rgbToHex,e.getColorByValue=n.getColorByValue,e.getGradientColor=n.getGradientColor,e.getPercentageColor=n.getPercentageColor,e.getPercentage=n.getPercentage,e.wordWrap=n.wordWrap,e.textWrap=n.textWrap,e.hide=n.hide,e.orderByArea=n.orderByArea,e.maintainSelection=n.maintainSelection,e.legendMaintain=n.legendMaintain,e.removeClassNames=n.removeClassNames,e.applyOptions=n.applyOptions,e.textFormatter=n.textFormatter,e.formatValue=n.formatValue,e.ColorValue=n.ColorValue,e.convertToHexCode=n.convertToHexCode,e.componentToHex=n.componentToHex,e.convertHexToColor=n.convertHexToColor,e.colorNameToHex=n.colorNameToHex,e.drawSymbol=n.drawSymbol,e.renderLegendShape=n.renderLegendShape,e.isParentItem=n.isParentItem,e.TreeMapAjax=n.TreeMapAjax,e.removeShape=n.removeShape,e.removeLegend=n.removeLegend,e.setColor=n.setColor,e.removeSelectionWithHighlight=n.removeSelectionWithHighlight,e.getLegendIndex=n.getLegendIndex,e.pushCollection=n.pushCollection,e.triggerDownload=n.triggerDownload,e.removeElement=n.removeElement,e.TreeMapLegend=n.TreeMapLegend,e.LayoutPanel=n.LayoutPanel,e.TreeMapHighlight=n.TreeMapHighlight,e.TreeMapSelection=n.TreeMapSelection,e.TreeMapTooltip=n.TreeMapTooltip,e.ImageExport=n.ImageExport,e.PdfExport=n.PdfExport,e.Print=n.Print,Object.defineProperty(e,"__esModule",{value:!0})});
2
+ //# sourceMappingURL=ej2-angular-treemap.umd.min.js.map