@syncfusion/ej2-angular-treemap 31.2.12-ngcc → 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 (309) hide show
  1. package/@syncfusion/ej2-angular-treemap.es5.js +386 -386
  2. package/@syncfusion/ej2-angular-treemap.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-treemap.js +335 -335
  4. package/@syncfusion/ej2-angular-treemap.js.map +1 -1
  5. package/CHANGELOG.md +90 -0
  6. package/dist/ej2-angular-treemap.umd.js +376 -385
  7. package/dist/ej2-angular-treemap.umd.js.map +1 -1
  8. package/dist/ej2-angular-treemap.umd.min.js +1 -10
  9. package/dist/ej2-angular-treemap.umd.min.js.map +1 -1
  10. package/ej2-angular-treemap.d.ts +5 -5
  11. package/ej2-angular-treemap.metadata.json +1 -1
  12. package/{LICENSE → license} +10 -10
  13. package/package.json +46 -15
  14. package/postinstall/tagchange.js +18 -0
  15. package/public_api.d.ts +1 -1
  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/index.d.ts +6 -6
  305. package/src/treemap/colormapping.directive.d.ts +54 -54
  306. package/src/treemap/levels.directive.d.ts +98 -98
  307. package/src/treemap/treemap-all.module.d.ts +13 -13
  308. package/src/treemap/treemap.component.d.ts +50 -50
  309. package/src/treemap/treemap.module.d.ts +5 -5
@@ -1,98 +1,98 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Represents the directive to configure and render level leaf items in the treemap.
5
- * ```html
6
- * <e-levels>
7
- * <e-level></e-level>
8
- * </e-levels>
9
- * ```
10
- */
11
- export declare class LevelDirective extends ComplexBase<LevelDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- childColorMapping: any;
15
- tags: string[];
16
- /**
17
- * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
18
- * @default false
19
- */
20
- autoFill: any;
21
- /**
22
- * Sets and gets the options for customizing the color and width of the border of
23
- * the level leaf items of the treemap.
24
- */
25
- border: any;
26
- /**
27
- * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
28
- */
29
- colorMapping: any;
30
- /**
31
- * Sets and gets the fill color of the level leaf item in the treemap.
32
- * @default null
33
- */
34
- fill: any;
35
- /**
36
- * Sets and gets the gap between the level leaf items in the treemap.
37
- * @default 0
38
- */
39
- groupGap: any;
40
- /**
41
- * Sets and gets the padding of level leaf items in the treemap.
42
- * @default 10
43
- */
44
- groupPadding: any;
45
- /**
46
- * Sets and gets the value path from the data source in the treemap to render the item.
47
- * @default null
48
- */
49
- groupPath: any;
50
- /**
51
- * Sets and gets the alignment of the header of the treemap.
52
- * @default 'Near'
53
- */
54
- headerAlignment: any;
55
- /**
56
- * Sets and gets the string to format the header label of the level leaf items in the treemap.
57
- * @default null
58
- */
59
- headerFormat: any;
60
- /**
61
- * Sets and gets the height of header in the treemap.
62
- * @default 20
63
- */
64
- headerHeight: any;
65
- /**
66
- * Sets and gets the options for customizing the text style of header label of the level leaf item.
67
- */
68
- headerStyle: any;
69
- /**
70
- * Sets and gets the opacity in the level leaf item of the treemap.
71
- * @default 1
72
- */
73
- opacity: any;
74
- /**
75
- * Shows or hides the header in level leaf item of the treemap.
76
- * @default true
77
- */
78
- showHeader: any;
79
- /**
80
- * Sets and gets the options for customizing the template position of the treemap.
81
- * @default 'TopLeft'
82
- */
83
- templatePosition: any;
84
- /**
85
- * Sets and gets the template for header in the treemap.
86
- * @default null
87
- * @asptype string
88
- */
89
- headerTemplate: any;
90
- constructor(viewContainerRef: ViewContainerRef);
91
- }
92
- /**
93
- * Level Array Directive
94
- * @private
95
- */
96
- export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
97
- constructor();
98
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Represents the directive to configure and render level leaf items in the treemap.
5
+ * ```html
6
+ * <e-levels>
7
+ * <e-level></e-level>
8
+ * </e-levels>
9
+ * ```
10
+ */
11
+ export declare class LevelDirective extends ComplexBase<LevelDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ childColorMapping: any;
15
+ tags: string[];
16
+ /**
17
+ * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
18
+ * @default false
19
+ */
20
+ autoFill: any;
21
+ /**
22
+ * Sets and gets the options for customizing the color and width of the border of
23
+ * the level leaf items of the treemap.
24
+ */
25
+ border: any;
26
+ /**
27
+ * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
28
+ */
29
+ colorMapping: any;
30
+ /**
31
+ * Sets and gets the fill color of the level leaf item in the treemap.
32
+ * @default null
33
+ */
34
+ fill: any;
35
+ /**
36
+ * Sets and gets the gap between the level leaf items in the treemap.
37
+ * @default 0
38
+ */
39
+ groupGap: any;
40
+ /**
41
+ * Sets and gets the padding of level leaf items in the treemap.
42
+ * @default 10
43
+ */
44
+ groupPadding: any;
45
+ /**
46
+ * Sets and gets the value path from the data source in the treemap to render the item.
47
+ * @default null
48
+ */
49
+ groupPath: any;
50
+ /**
51
+ * Sets and gets the alignment of the header of the treemap.
52
+ * @default 'Near'
53
+ */
54
+ headerAlignment: any;
55
+ /**
56
+ * Sets and gets the string to format the header label of the level leaf items in the treemap.
57
+ * @default null
58
+ */
59
+ headerFormat: any;
60
+ /**
61
+ * Sets and gets the height of header in the treemap.
62
+ * @default 20
63
+ */
64
+ headerHeight: any;
65
+ /**
66
+ * Sets and gets the options for customizing the text style of header label of the level leaf item.
67
+ */
68
+ headerStyle: any;
69
+ /**
70
+ * Sets and gets the opacity in the level leaf item of the treemap.
71
+ * @default 1
72
+ */
73
+ opacity: any;
74
+ /**
75
+ * Shows or hides the header in level leaf item of the treemap.
76
+ * @default true
77
+ */
78
+ showHeader: any;
79
+ /**
80
+ * Sets and gets the options for customizing the template position of the treemap.
81
+ * @default 'TopLeft'
82
+ */
83
+ templatePosition: any;
84
+ /**
85
+ * Sets and gets the template for header in the treemap.
86
+ * @default null
87
+ * @asptype string
88
+ */
89
+ headerTemplate: any;
90
+ constructor(viewContainerRef: ViewContainerRef);
91
+ }
92
+ /**
93
+ * Level Array Directive
94
+ * @private
95
+ */
96
+ export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
97
+ constructor();
98
+ }
@@ -1,13 +1,13 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const TreeMapTooltipService: ValueProvider;
3
- export declare const TreeMapLegendService: ValueProvider;
4
- export declare const TreeMapHighlightService: ValueProvider;
5
- export declare const TreeMapSelectionService: ValueProvider;
6
- export declare const PrintService: ValueProvider;
7
- export declare const PdfExportService: ValueProvider;
8
- export declare const ImageExportService: ValueProvider;
9
- /**
10
- * NgModule definition for the TreeMap component with providers.
11
- */
12
- export declare class TreeMapAllModule {
13
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const TreeMapTooltipService: ValueProvider;
3
+ export declare const TreeMapLegendService: ValueProvider;
4
+ export declare const TreeMapHighlightService: ValueProvider;
5
+ export declare const TreeMapSelectionService: ValueProvider;
6
+ export declare const PrintService: ValueProvider;
7
+ export declare const PdfExportService: ValueProvider;
8
+ export declare const ImageExportService: ValueProvider;
9
+ /**
10
+ * NgModule definition for the TreeMap component with providers.
11
+ */
12
+ export declare class TreeMapAllModule {
13
+ }
@@ -1,50 +1,50 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { TreeMap } from '@syncfusion/ej2-treemap';
4
- import { LevelsDirective } from './levels.directive';
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
10
- * ```html
11
- * <ej-treemap></ej-treemap>
12
- * ```
13
- */
14
- export declare class TreeMapComponent extends TreeMap implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- context: any;
20
- tagObjects: any;
21
- beforePrint: any;
22
- click: any;
23
- doubleClick: any;
24
- drillEnd: any;
25
- drillStart: any;
26
- itemClick: any;
27
- itemHighlight: any;
28
- itemMove: any;
29
- itemRendering: any;
30
- itemSelected: any;
31
- legendItemRendering: any;
32
- legendRendering: any;
33
- load: any;
34
- loaded: any;
35
- mouseMove: any;
36
- resize: any;
37
- rightClick: any;
38
- tooltipRendering: any;
39
- childLevels: QueryList<LevelsDirective>;
40
- tags: string[];
41
- tooltipSettings_template: any;
42
- leafItemSettings_labelTemplate: any;
43
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
44
- ngOnInit(): void;
45
- ngAfterViewInit(): void;
46
- ngOnDestroy(): void;
47
- ngAfterContentChecked(): void;
48
- registerEvents: (eventList: string[]) => void;
49
- addTwoWay: (propList: string[]) => void;
50
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { TreeMap } from '@syncfusion/ej2-treemap';
4
+ import { LevelsDirective } from './levels.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
10
+ * ```html
11
+ * <ej-treemap></ej-treemap>
12
+ * ```
13
+ */
14
+ export declare class TreeMapComponent extends TreeMap implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ beforePrint: any;
22
+ click: any;
23
+ doubleClick: any;
24
+ drillEnd: any;
25
+ drillStart: any;
26
+ itemClick: any;
27
+ itemHighlight: any;
28
+ itemMove: any;
29
+ itemRendering: any;
30
+ itemSelected: any;
31
+ legendItemRendering: any;
32
+ legendRendering: any;
33
+ load: any;
34
+ loaded: any;
35
+ mouseMove: any;
36
+ resize: any;
37
+ rightClick: any;
38
+ tooltipRendering: any;
39
+ childLevels: QueryList<LevelsDirective>;
40
+ tags: string[];
41
+ tooltipSettings_template: any;
42
+ leafItemSettings_labelTemplate: any;
43
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
44
+ ngOnInit(): void;
45
+ ngAfterViewInit(): void;
46
+ ngOnDestroy(): void;
47
+ ngAfterContentChecked(): void;
48
+ registerEvents: (eventList: string[]) => void;
49
+ addTwoWay: (propList: string[]) => void;
50
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the TreeMap component.
3
- */
4
- export declare class TreeMapModule {
5
- }
1
+ /**
2
+ * NgModule definition for the TreeMap component.
3
+ */
4
+ export declare class TreeMapModule {
5
+ }