@syncfusion/ej2-angular-treemap 32.2.3 → 33.1.44-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/LICENSE +10 -0
  6. package/dist/ej2-angular-treemap.umd.js +520 -0
  7. package/dist/ej2-angular-treemap.umd.js.map +1 -0
  8. package/dist/ej2-angular-treemap.umd.min.js +11 -0
  9. package/dist/ej2-angular-treemap.umd.min.js.map +1 -0
  10. package/ej2-angular-treemap.d.ts +5 -0
  11. package/ej2-angular-treemap.metadata.json +1 -0
  12. package/package.json +10 -23
  13. package/public_api.d.ts +1 -1
  14. package/schematics/collection.json +10 -109
  15. package/schematics/ng-add/index.ts +10 -10
  16. package/schematics/ng-add/schema.json +34 -34
  17. package/schematics/ng-add/schema.ts +30 -30
  18. package/schematics/tsconfig.json +25 -25
  19. package/schematics/utils/lib-details.d.ts +2 -2
  20. package/schematics/utils/lib-details.js +2 -2
  21. package/schematics/utils/lib-details.ts +4 -4
  22. package/src/index.d.ts +6 -6
  23. package/src/treemap/colormapping.directive.d.ts +54 -59
  24. package/src/treemap/levels.directive.d.ts +98 -103
  25. package/src/treemap/treemap-all.module.d.ts +13 -19
  26. package/src/treemap/treemap.component.d.ts +50 -53
  27. package/src/treemap/treemap.module.d.ts +5 -13
  28. package/CHANGELOG.md +0 -89
  29. package/esm2020/public_api.mjs +0 -2
  30. package/esm2020/src/index.mjs +0 -7
  31. package/esm2020/src/treemap/colormapping.directive.mjs +0 -46
  32. package/esm2020/src/treemap/levels.directive.mjs +0 -66
  33. package/esm2020/src/treemap/treemap-all.module.mjs +0 -47
  34. package/esm2020/src/treemap/treemap.component.mjs +0 -126
  35. package/esm2020/src/treemap/treemap.module.mjs +0 -43
  36. package/esm2020/syncfusion-ej2-angular-treemap.mjs +0 -5
  37. package/fesm2015/syncfusion-ej2-angular-treemap.mjs +0 -314
  38. package/fesm2015/syncfusion-ej2-angular-treemap.mjs.map +0 -1
  39. package/fesm2020/syncfusion-ej2-angular-treemap.mjs +0 -314
  40. package/fesm2020/syncfusion-ej2-angular-treemap.mjs.map +0 -1
  41. package/schematics/generators/treemap-default/index.d.ts +0 -3
  42. package/schematics/generators/treemap-default/index.js +0 -8
  43. package/schematics/generators/treemap-default/index.ts +0 -8
  44. package/schematics/generators/treemap-default/sample-details.d.ts +0 -5
  45. package/schematics/generators/treemap-default/sample-details.js +0 -7
  46. package/schematics/generators/treemap-default/sample-details.ts +0 -5
  47. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  48. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  49. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -60
  50. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
  51. package/schematics/generators/treemap-default/schema.d.ts +0 -3
  52. package/schematics/generators/treemap-default/schema.js +0 -2
  53. package/schematics/generators/treemap-default/schema.json +0 -125
  54. package/schematics/generators/treemap-default/schema.ts +0 -3
  55. package/schematics/generators/treemap-desaturation-color/index.d.ts +0 -3
  56. package/schematics/generators/treemap-desaturation-color/index.js +0 -8
  57. package/schematics/generators/treemap-desaturation-color/index.ts +0 -8
  58. package/schematics/generators/treemap-desaturation-color/sample-details.d.ts +0 -5
  59. package/schematics/generators/treemap-desaturation-color/sample-details.js +0 -7
  60. package/schematics/generators/treemap-desaturation-color/sample-details.ts +0 -5
  61. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  62. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  63. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -48
  64. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +0 -20
  65. package/schematics/generators/treemap-desaturation-color/schema.d.ts +0 -3
  66. package/schematics/generators/treemap-desaturation-color/schema.js +0 -2
  67. package/schematics/generators/treemap-desaturation-color/schema.json +0 -125
  68. package/schematics/generators/treemap-desaturation-color/schema.ts +0 -3
  69. package/schematics/generators/treemap-drilldown/index.d.ts +0 -3
  70. package/schematics/generators/treemap-drilldown/index.js +0 -8
  71. package/schematics/generators/treemap-drilldown/index.ts +0 -8
  72. package/schematics/generators/treemap-drilldown/sample-details.d.ts +0 -5
  73. package/schematics/generators/treemap-drilldown/sample-details.js +0 -7
  74. package/schematics/generators/treemap-drilldown/sample-details.ts +0 -5
  75. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  76. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  77. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
  78. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/assets/drilldown-sample.ts +0 -261
  79. package/schematics/generators/treemap-drilldown/schema.d.ts +0 -3
  80. package/schematics/generators/treemap-drilldown/schema.js +0 -2
  81. package/schematics/generators/treemap-drilldown/schema.json +0 -125
  82. package/schematics/generators/treemap-drilldown/schema.ts +0 -3
  83. package/schematics/generators/treemap-equal-color/index.d.ts +0 -3
  84. package/schematics/generators/treemap-equal-color/index.js +0 -8
  85. package/schematics/generators/treemap-equal-color/index.ts +0 -8
  86. package/schematics/generators/treemap-equal-color/sample-details.d.ts +0 -5
  87. package/schematics/generators/treemap-equal-color/sample-details.js +0 -7
  88. package/schematics/generators/treemap-equal-color/sample-details.ts +0 -5
  89. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  90. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  91. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -53
  92. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +0 -20
  93. package/schematics/generators/treemap-equal-color/schema.d.ts +0 -3
  94. package/schematics/generators/treemap-equal-color/schema.js +0 -2
  95. package/schematics/generators/treemap-equal-color/schema.json +0 -125
  96. package/schematics/generators/treemap-equal-color/schema.ts +0 -3
  97. package/schematics/generators/treemap-highlight/index.d.ts +0 -3
  98. package/schematics/generators/treemap-highlight/index.js +0 -8
  99. package/schematics/generators/treemap-highlight/index.ts +0 -8
  100. package/schematics/generators/treemap-highlight/sample-details.d.ts +0 -5
  101. package/schematics/generators/treemap-highlight/sample-details.js +0 -7
  102. package/schematics/generators/treemap-highlight/sample-details.ts +0 -5
  103. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  104. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  105. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -64
  106. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
  107. package/schematics/generators/treemap-highlight/schema.d.ts +0 -3
  108. package/schematics/generators/treemap-highlight/schema.js +0 -2
  109. package/schematics/generators/treemap-highlight/schema.json +0 -125
  110. package/schematics/generators/treemap-highlight/schema.ts +0 -3
  111. package/schematics/generators/treemap-label-hide/index.d.ts +0 -3
  112. package/schematics/generators/treemap-label-hide/index.js +0 -8
  113. package/schematics/generators/treemap-label-hide/index.ts +0 -8
  114. package/schematics/generators/treemap-label-hide/sample-details.d.ts +0 -5
  115. package/schematics/generators/treemap-label-hide/sample-details.js +0 -7
  116. package/schematics/generators/treemap-label-hide/sample-details.ts +0 -5
  117. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  118. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  119. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -55
  120. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
  121. package/schematics/generators/treemap-label-hide/schema.d.ts +0 -3
  122. package/schematics/generators/treemap-label-hide/schema.js +0 -2
  123. package/schematics/generators/treemap-label-hide/schema.json +0 -125
  124. package/schematics/generators/treemap-label-hide/schema.ts +0 -3
  125. package/schematics/generators/treemap-label-trim/index.d.ts +0 -3
  126. package/schematics/generators/treemap-label-trim/index.js +0 -8
  127. package/schematics/generators/treemap-label-trim/index.ts +0 -8
  128. package/schematics/generators/treemap-label-trim/sample-details.d.ts +0 -5
  129. package/schematics/generators/treemap-label-trim/sample-details.js +0 -7
  130. package/schematics/generators/treemap-label-trim/sample-details.ts +0 -5
  131. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  132. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  133. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -55
  134. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
  135. package/schematics/generators/treemap-label-trim/schema.d.ts +0 -3
  136. package/schematics/generators/treemap-label-trim/schema.js +0 -2
  137. package/schematics/generators/treemap-label-trim/schema.json +0 -125
  138. package/schematics/generators/treemap-label-trim/schema.ts +0 -3
  139. package/schematics/generators/treemap-label-wrap/index.d.ts +0 -3
  140. package/schematics/generators/treemap-label-wrap/index.js +0 -8
  141. package/schematics/generators/treemap-label-wrap/index.ts +0 -8
  142. package/schematics/generators/treemap-label-wrap/sample-details.d.ts +0 -5
  143. package/schematics/generators/treemap-label-wrap/sample-details.js +0 -7
  144. package/schematics/generators/treemap-label-wrap/sample-details.ts +0 -5
  145. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  146. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  147. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -58
  148. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
  149. package/schematics/generators/treemap-label-wrap/schema.d.ts +0 -3
  150. package/schematics/generators/treemap-label-wrap/schema.js +0 -2
  151. package/schematics/generators/treemap-label-wrap/schema.json +0 -125
  152. package/schematics/generators/treemap-label-wrap/schema.ts +0 -3
  153. package/schematics/generators/treemap-label-wrapbyword/index.d.ts +0 -3
  154. package/schematics/generators/treemap-label-wrapbyword/index.js +0 -8
  155. package/schematics/generators/treemap-label-wrapbyword/index.ts +0 -8
  156. package/schematics/generators/treemap-label-wrapbyword/sample-details.d.ts +0 -5
  157. package/schematics/generators/treemap-label-wrapbyword/sample-details.js +0 -7
  158. package/schematics/generators/treemap-label-wrapbyword/sample-details.ts +0 -5
  159. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  160. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  161. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -55
  162. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/assets/country-population.ts +0 -407
  163. package/schematics/generators/treemap-label-wrapbyword/schema.d.ts +0 -3
  164. package/schematics/generators/treemap-label-wrapbyword/schema.js +0 -2
  165. package/schematics/generators/treemap-label-wrapbyword/schema.json +0 -125
  166. package/schematics/generators/treemap-label-wrapbyword/schema.ts +0 -3
  167. package/schematics/generators/treemap-layout-squarified/index.d.ts +0 -3
  168. package/schematics/generators/treemap-layout-squarified/index.js +0 -8
  169. package/schematics/generators/treemap-layout-squarified/index.ts +0 -8
  170. package/schematics/generators/treemap-layout-squarified/sample-details.d.ts +0 -5
  171. package/schematics/generators/treemap-layout-squarified/sample-details.js +0 -7
  172. package/schematics/generators/treemap-layout-squarified/sample-details.ts +0 -5
  173. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  174. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  175. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
  176. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
  177. package/schematics/generators/treemap-layout-squarified/schema.d.ts +0 -3
  178. package/schematics/generators/treemap-layout-squarified/schema.js +0 -2
  179. package/schematics/generators/treemap-layout-squarified/schema.json +0 -125
  180. package/schematics/generators/treemap-layout-squarified/schema.ts +0 -3
  181. package/schematics/generators/treemap-layout-type-four/index.d.ts +0 -3
  182. package/schematics/generators/treemap-layout-type-four/index.js +0 -8
  183. package/schematics/generators/treemap-layout-type-four/index.ts +0 -8
  184. package/schematics/generators/treemap-layout-type-four/sample-details.d.ts +0 -5
  185. package/schematics/generators/treemap-layout-type-four/sample-details.js +0 -7
  186. package/schematics/generators/treemap-layout-type-four/sample-details.ts +0 -5
  187. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  188. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  189. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
  190. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
  191. package/schematics/generators/treemap-layout-type-four/schema.d.ts +0 -3
  192. package/schematics/generators/treemap-layout-type-four/schema.js +0 -2
  193. package/schematics/generators/treemap-layout-type-four/schema.json +0 -125
  194. package/schematics/generators/treemap-layout-type-four/schema.ts +0 -3
  195. package/schematics/generators/treemap-layout-type-three/index.d.ts +0 -3
  196. package/schematics/generators/treemap-layout-type-three/index.js +0 -8
  197. package/schematics/generators/treemap-layout-type-three/index.ts +0 -8
  198. package/schematics/generators/treemap-layout-type-three/sample-details.d.ts +0 -5
  199. package/schematics/generators/treemap-layout-type-three/sample-details.js +0 -7
  200. package/schematics/generators/treemap-layout-type-three/sample-details.ts +0 -5
  201. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  202. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  203. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
  204. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
  205. package/schematics/generators/treemap-layout-type-three/schema.d.ts +0 -3
  206. package/schematics/generators/treemap-layout-type-three/schema.js +0 -2
  207. package/schematics/generators/treemap-layout-type-three/schema.json +0 -125
  208. package/schematics/generators/treemap-layout-type-three/schema.ts +0 -3
  209. package/schematics/generators/treemap-layout-type-two/index.d.ts +0 -3
  210. package/schematics/generators/treemap-layout-type-two/index.js +0 -8
  211. package/schematics/generators/treemap-layout-type-two/index.ts +0 -8
  212. package/schematics/generators/treemap-layout-type-two/sample-details.d.ts +0 -5
  213. package/schematics/generators/treemap-layout-type-two/sample-details.js +0 -7
  214. package/schematics/generators/treemap-layout-type-two/sample-details.ts +0 -5
  215. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  216. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  217. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
  218. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
  219. package/schematics/generators/treemap-layout-type-two/schema.d.ts +0 -3
  220. package/schematics/generators/treemap-layout-type-two/schema.js +0 -2
  221. package/schematics/generators/treemap-layout-type-two/schema.json +0 -125
  222. package/schematics/generators/treemap-layout-type-two/schema.ts +0 -3
  223. package/schematics/generators/treemap-leaf/index.d.ts +0 -3
  224. package/schematics/generators/treemap-leaf/index.js +0 -8
  225. package/schematics/generators/treemap-leaf/index.ts +0 -8
  226. package/schematics/generators/treemap-leaf/sample-details.d.ts +0 -5
  227. package/schematics/generators/treemap-leaf/sample-details.js +0 -7
  228. package/schematics/generators/treemap-leaf/sample-details.ts +0 -5
  229. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  230. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  231. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
  232. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/assets/econmics.ts +0 -14
  233. package/schematics/generators/treemap-leaf/schema.d.ts +0 -3
  234. package/schematics/generators/treemap-leaf/schema.js +0 -2
  235. package/schematics/generators/treemap-leaf/schema.json +0 -125
  236. package/schematics/generators/treemap-leaf/schema.ts +0 -3
  237. package/schematics/generators/treemap-legend-default/index.d.ts +0 -3
  238. package/schematics/generators/treemap-legend-default/index.js +0 -8
  239. package/schematics/generators/treemap-legend-default/index.ts +0 -8
  240. package/schematics/generators/treemap-legend-default/sample-details.d.ts +0 -5
  241. package/schematics/generators/treemap-legend-default/sample-details.js +0 -7
  242. package/schematics/generators/treemap-legend-default/sample-details.ts +0 -5
  243. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  244. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  245. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -57
  246. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +0 -57
  247. package/schematics/generators/treemap-legend-default/schema.d.ts +0 -3
  248. package/schematics/generators/treemap-legend-default/schema.js +0 -2
  249. package/schematics/generators/treemap-legend-default/schema.json +0 -125
  250. package/schematics/generators/treemap-legend-default/schema.ts +0 -3
  251. package/schematics/generators/treemap-legend-interaction/index.d.ts +0 -3
  252. package/schematics/generators/treemap-legend-interaction/index.js +0 -8
  253. package/schematics/generators/treemap-legend-interaction/index.ts +0 -8
  254. package/schematics/generators/treemap-legend-interaction/sample-details.d.ts +0 -5
  255. package/schematics/generators/treemap-legend-interaction/sample-details.js +0 -7
  256. package/schematics/generators/treemap-legend-interaction/sample-details.ts +0 -5
  257. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  258. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  259. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -58
  260. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/assets/election-data.ts +0 -57
  261. package/schematics/generators/treemap-legend-interaction/schema.d.ts +0 -3
  262. package/schematics/generators/treemap-legend-interaction/schema.js +0 -2
  263. package/schematics/generators/treemap-legend-interaction/schema.json +0 -125
  264. package/schematics/generators/treemap-legend-interaction/schema.ts +0 -3
  265. package/schematics/generators/treemap-level/index.d.ts +0 -3
  266. package/schematics/generators/treemap-level/index.js +0 -8
  267. package/schematics/generators/treemap-level/index.ts +0 -8
  268. package/schematics/generators/treemap-level/sample-details.d.ts +0 -5
  269. package/schematics/generators/treemap-level/sample-details.js +0 -7
  270. package/schematics/generators/treemap-level/sample-details.ts +0 -5
  271. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  272. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  273. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -58
  274. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
  275. package/schematics/generators/treemap-level/schema.d.ts +0 -3
  276. package/schematics/generators/treemap-level/schema.js +0 -2
  277. package/schematics/generators/treemap-level/schema.json +0 -125
  278. package/schematics/generators/treemap-level/schema.ts +0 -3
  279. package/schematics/generators/treemap-range-color/index.d.ts +0 -3
  280. package/schematics/generators/treemap-range-color/index.js +0 -8
  281. package/schematics/generators/treemap-range-color/index.ts +0 -8
  282. package/schematics/generators/treemap-range-color/sample-details.d.ts +0 -5
  283. package/schematics/generators/treemap-range-color/sample-details.js +0 -7
  284. package/schematics/generators/treemap-range-color/sample-details.ts +0 -5
  285. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  286. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  287. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -59
  288. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/assets/metals.ts +0 -20
  289. package/schematics/generators/treemap-range-color/schema.d.ts +0 -3
  290. package/schematics/generators/treemap-range-color/schema.js +0 -2
  291. package/schematics/generators/treemap-range-color/schema.json +0 -125
  292. package/schematics/generators/treemap-range-color/schema.ts +0 -3
  293. package/schematics/generators/treemap-selection/index.d.ts +0 -3
  294. package/schematics/generators/treemap-selection/index.js +0 -8
  295. package/schematics/generators/treemap-selection/index.ts +0 -8
  296. package/schematics/generators/treemap-selection/sample-details.d.ts +0 -5
  297. package/schematics/generators/treemap-selection/sample-details.js +0 -7
  298. package/schematics/generators/treemap-selection/sample-details.ts +0 -5
  299. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  300. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  301. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -64
  302. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/assets/car-sale.ts +0 -35
  303. package/schematics/generators/treemap-selection/schema.d.ts +0 -3
  304. package/schematics/generators/treemap-selection/schema.js +0 -2
  305. package/schematics/generators/treemap-selection/schema.json +0 -125
  306. package/schematics/generators/treemap-selection/schema.ts +0 -3
  307. package/schematics/generators/treemap-tooltip/index.d.ts +0 -3
  308. package/schematics/generators/treemap-tooltip/index.js +0 -8
  309. package/schematics/generators/treemap-tooltip/index.ts +0 -8
  310. package/schematics/generators/treemap-tooltip/sample-details.d.ts +0 -5
  311. package/schematics/generators/treemap-tooltip/sample-details.js +0 -7
  312. package/schematics/generators/treemap-tooltip/sample-details.ts +0 -5
  313. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  314. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  315. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -90
  316. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/assets/airport-count.ts +0 -21
  317. package/schematics/generators/treemap-tooltip/schema.d.ts +0 -3
  318. package/schematics/generators/treemap-tooltip/schema.js +0 -2
  319. package/schematics/generators/treemap-tooltip/schema.json +0 -125
  320. package/schematics/generators/treemap-tooltip/schema.ts +0 -3
  321. package/syncfusion-ej2-angular-treemap.d.ts +0 -5
@@ -1,59 +1,54 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * Sets and gets the color for the color-mapping in treemap.
9
- * @default null
10
- */
11
- color: any;
12
- /**
13
- * Sets and gets the value from which the range of color mapping starts.
14
- * @default null
15
- */
16
- from: any;
17
- /**
18
- * Sets and gets the label text for the legend when it is rendered based on color mapping.
19
- * @default null
20
- */
21
- label: any;
22
- /**
23
- * Sets and gets the maximum opacity for the color-mapping in the treemap.
24
- * @default null
25
- */
26
- maxOpacity: any;
27
- /**
28
- * Sets and gets the minimum opacity for the color-mapping in the treemap.
29
- * @default null
30
- */
31
- minOpacity: any;
32
- /**
33
- * Enables or disables the visibility of the legend for color mapping in the treemap.
34
- * @default true
35
- */
36
- showLegend: any;
37
- /**
38
- * Sets and gets the value to which the range of color mapping ends.
39
- * @default null
40
- */
41
- to: any;
42
- /**
43
- * Sets and gets the value for the color-mapping from the data source.
44
- * @default null
45
- */
46
- value: any;
47
- constructor(viewContainerRef: ViewContainerRef);
48
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingDirective, "e-levels>e-colorMappings>e-colorMapping", never, { "color": "color"; "from": "from"; "label": "label"; "maxOpacity": "maxOpacity"; "minOpacity": "minOpacity"; "showLegend": "showLegend"; "to": "to"; "value": "value"; }, {}, never>;
50
- }
51
- /**
52
- * ColorMapping Array Directive
53
- * @private
54
- */
55
- export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
56
- constructor();
57
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingsDirective, never>;
58
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingsDirective, "e-levels>e-colorMappings", never, {}, {}, ["children"]>;
59
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * Sets and gets the color for the color-mapping in treemap.
8
+ * @default null
9
+ */
10
+ color: any;
11
+ /**
12
+ * Sets and gets the value from which the range of color mapping starts.
13
+ * @default null
14
+ */
15
+ from: any;
16
+ /**
17
+ * Sets and gets the label text for the legend when it is rendered based on color mapping.
18
+ * @default null
19
+ */
20
+ label: any;
21
+ /**
22
+ * Sets and gets the maximum opacity for the color-mapping in the treemap.
23
+ * @default null
24
+ */
25
+ maxOpacity: any;
26
+ /**
27
+ * Sets and gets the minimum opacity for the color-mapping in the treemap.
28
+ * @default null
29
+ */
30
+ minOpacity: any;
31
+ /**
32
+ * Enables or disables the visibility of the legend for color mapping in the treemap.
33
+ * @default true
34
+ */
35
+ showLegend: any;
36
+ /**
37
+ * Sets and gets the value to which the range of color mapping ends.
38
+ * @default null
39
+ */
40
+ to: any;
41
+ /**
42
+ * Sets and gets the value for the color-mapping from the data source.
43
+ * @default null
44
+ */
45
+ value: any;
46
+ constructor(viewContainerRef: ViewContainerRef);
47
+ }
48
+ /**
49
+ * ColorMapping Array Directive
50
+ * @private
51
+ */
52
+ export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
53
+ constructor();
54
+ }
@@ -1,103 +1,98 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Represents the directive to configure and render level leaf items in the treemap.
6
- * ```html
7
- * <e-levels>
8
- * <e-level></e-level>
9
- * </e-levels>
10
- * ```
11
- */
12
- export declare class LevelDirective extends ComplexBase<LevelDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- childColorMapping: any;
16
- tags: string[];
17
- /**
18
- * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
19
- * @default false
20
- */
21
- autoFill: any;
22
- /**
23
- * Sets and gets the options for customizing the color and width of the border of
24
- * the level leaf items of the treemap.
25
- */
26
- border: any;
27
- /**
28
- * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
29
- */
30
- colorMapping: any;
31
- /**
32
- * Sets and gets the fill color of the level leaf item in the treemap.
33
- * @default null
34
- */
35
- fill: any;
36
- /**
37
- * Sets and gets the gap between the level leaf items in the treemap.
38
- * @default 0
39
- */
40
- groupGap: any;
41
- /**
42
- * Sets and gets the padding of level leaf items in the treemap.
43
- * @default 10
44
- */
45
- groupPadding: any;
46
- /**
47
- * Sets and gets the value path from the data source in the treemap to render the item.
48
- * @default null
49
- */
50
- groupPath: any;
51
- /**
52
- * Sets and gets the alignment of the header of the treemap.
53
- * @default 'Near'
54
- */
55
- headerAlignment: any;
56
- /**
57
- * Sets and gets the string to format the header label of the level leaf items in the treemap.
58
- * @default null
59
- */
60
- headerFormat: any;
61
- /**
62
- * Sets and gets the height of header in the treemap.
63
- * @default 20
64
- */
65
- headerHeight: any;
66
- /**
67
- * Sets and gets the options for customizing the text style of header label of the level leaf item.
68
- */
69
- headerStyle: any;
70
- /**
71
- * Sets and gets the opacity in the level leaf item of the treemap.
72
- * @default 1
73
- */
74
- opacity: any;
75
- /**
76
- * Shows or hides the header in level leaf item of the treemap.
77
- * @default true
78
- */
79
- showHeader: any;
80
- /**
81
- * Sets and gets the options for customizing the template position of the treemap.
82
- * @default 'TopLeft'
83
- */
84
- templatePosition: any;
85
- /**
86
- * Sets and gets the template for header in the treemap.
87
- * @default null
88
- * @asptype string
89
- */
90
- headerTemplate: any;
91
- constructor(viewContainerRef: ViewContainerRef);
92
- static ɵfac: i0.ɵɵFactoryDeclaration<LevelDirective, never>;
93
- static ɵdir: i0.ɵɵDirectiveDeclaration<LevelDirective, "e-levels>e-level", never, { "autoFill": "autoFill"; "border": "border"; "colorMapping": "colorMapping"; "fill": "fill"; "groupGap": "groupGap"; "groupPadding": "groupPadding"; "groupPath": "groupPath"; "headerAlignment": "headerAlignment"; "headerFormat": "headerFormat"; "headerHeight": "headerHeight"; "headerStyle": "headerStyle"; "headerTemplate": "headerTemplate"; "opacity": "opacity"; "showHeader": "showHeader"; "templatePosition": "templatePosition"; }, {}, ["headerTemplate", "childColorMapping"]>;
94
- }
95
- /**
96
- * Level Array Directive
97
- * @private
98
- */
99
- export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
100
- constructor();
101
- static ɵfac: i0.ɵɵFactoryDeclaration<LevelsDirective, never>;
102
- static ɵdir: i0.ɵɵDirectiveDeclaration<LevelsDirective, "ej-treemap>e-levels", never, {}, {}, ["children"]>;
103
- }
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,19 +1,13 @@
1
- import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./treemap.module";
5
- export declare const TreeMapTooltipService: ValueProvider;
6
- export declare const TreeMapLegendService: ValueProvider;
7
- export declare const TreeMapHighlightService: ValueProvider;
8
- export declare const TreeMapSelectionService: ValueProvider;
9
- export declare const PrintService: ValueProvider;
10
- export declare const PdfExportService: ValueProvider;
11
- export declare const ImageExportService: ValueProvider;
12
- /**
13
- * NgModule definition for the TreeMap component with providers.
14
- */
15
- export declare class TreeMapAllModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeMapAllModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeMapAllModule, never, [typeof i1.CommonModule, typeof i2.TreeMapModule], [typeof i2.TreeMapModule]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeMapAllModule>;
19
- }
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,53 +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
- import * as i0 from "@angular/core";
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
11
- * ```html
12
- * <ej-treemap></ej-treemap>
13
- * ```
14
- */
15
- export declare class TreeMapComponent extends TreeMap implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- beforePrint: any;
23
- click: any;
24
- doubleClick: any;
25
- drillEnd: any;
26
- drillStart: any;
27
- itemClick: any;
28
- itemHighlight: any;
29
- itemMove: any;
30
- itemRendering: any;
31
- itemSelected: any;
32
- legendItemRendering: any;
33
- legendRendering: any;
34
- load: any;
35
- loaded: any;
36
- mouseMove: any;
37
- resize: any;
38
- rightClick: any;
39
- tooltipRendering: any;
40
- childLevels: QueryList<LevelsDirective>;
41
- tags: string[];
42
- tooltipSettings_template: any;
43
- leafItemSettings_labelTemplate: any;
44
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
45
- ngOnInit(): void;
46
- ngAfterViewInit(): void;
47
- ngOnDestroy(): void;
48
- ngAfterContentChecked(): void;
49
- registerEvents: (eventList: string[]) => void;
50
- addTwoWay: (propList: string[]) => void;
51
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeMapComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeMapComponent, "ejs-treemap", never, { "allowImageExport": "allowImageExport"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "background": "background"; "border": "border"; "breadcrumbConnector": "breadcrumbConnector"; "colorValuePath": "colorValuePath"; "dataSource": "dataSource"; "description": "description"; "drillDownView": "drillDownView"; "enableBreadcrumb": "enableBreadcrumb"; "enableDrillDown": "enableDrillDown"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "equalColorValuePath": "equalColorValuePath"; "format": "format"; "height": "height"; "highlightSettings": "highlightSettings"; "initialDrillDown": "initialDrillDown"; "layoutType": "layoutType"; "leafItemSettings": "leafItemSettings"; "legendSettings": "legendSettings"; "levels": "levels"; "locale": "locale"; "margin": "margin"; "palette": "palette"; "query": "query"; "rangeColorValuePath": "rangeColorValuePath"; "renderDirection": "renderDirection"; "selectionSettings": "selectionSettings"; "tabIndex": "tabIndex"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipSettings": "tooltipSettings"; "useGroupingSeparator": "useGroupingSeparator"; "weightValuePath": "weightValuePath"; "width": "width"; }, { "beforePrint": "beforePrint"; "click": "click"; "doubleClick": "doubleClick"; "drillEnd": "drillEnd"; "drillStart": "drillStart"; "itemClick": "itemClick"; "itemHighlight": "itemHighlight"; "itemMove": "itemMove"; "itemRendering": "itemRendering"; "itemSelected": "itemSelected"; "legendItemRendering": "legendItemRendering"; "legendRendering": "legendRendering"; "load": "load"; "loaded": "loaded"; "mouseMove": "mouseMove"; "resize": "resize"; "rightClick": "rightClick"; "tooltipRendering": "tooltipRendering"; }, ["tooltipSettings_template", "leafItemSettings_labelTemplate", "childLevels"], never>;
53
- }
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,13 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./treemap.component";
3
- import * as i2 from "./colormapping.directive";
4
- import * as i3 from "./levels.directive";
5
- import * as i4 from "@angular/common";
6
- /**
7
- * NgModule definition for the TreeMap component.
8
- */
9
- export declare class TreeMapModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeMapModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeMapModule, [typeof i1.TreeMapComponent, typeof i2.ColorMappingDirective, typeof i2.ColorMappingsDirective, typeof i3.LevelDirective, typeof i3.LevelsDirective], [typeof i4.CommonModule], [typeof i1.TreeMapComponent, typeof i2.ColorMappingDirective, typeof i2.ColorMappingsDirective, typeof i3.LevelDirective, typeof i3.LevelsDirective]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<TreeMapModule>;
13
- }
1
+ /**
2
+ * NgModule definition for the TreeMap component.
3
+ */
4
+ export declare class TreeMapModule {
5
+ }
package/CHANGELOG.md DELETED
@@ -1,89 +0,0 @@
1
- <!-- markdownlint-disable MD010 -->
2
-
3
- <!-- markdownlint-disable MD030 -->
4
-
5
- <!-- markdownlint-disable MD004 -->
6
-
7
- # Changelog
8
-
9
- ## [Unreleased]
10
-
11
- ### TreeMap
12
-
13
- #### Bug Fixes
14
-
15
- - `#I800564` - Treemap labels render properly across multiple lines when `<br>` tags are used in `labelFormat`.
16
-
17
- ## 18.2.44 (2020-07-07)
18
-
19
- ### TreeMap
20
-
21
- #### New Features
22
-
23
- - `#280380` - `isResized` argument is exposed in the `loaded` event arguments for indicating that the component is resized.
24
-
25
- #### Bug Fixes
26
-
27
- - `#280380` - Color of the treemap item will be maintained when the fill color of the selection settings is not provided.
28
-
29
- ## 17.1.48 (2019-05-21)
30
-
31
- ### TreeMap
32
-
33
- #### Bug Fixes
34
-
35
- - `#I235721` - The issue with color value in individual nodes of levels in treemap has been resolved.
36
-
37
- ## 17.1.44 (2019-05-07)
38
-
39
- ### TreeMap
40
-
41
- #### Bug Fixes
42
-
43
- - `#I234615` - The issue with value from the "fill" property is not applied when we have both the "fill" and "colorValuePath" APIs has been fixed.
44
-
45
- ## 17.1.42 (2019-04-23)
46
-
47
- ### TreeMap
48
-
49
- #### Bug Fixes
50
-
51
- - `#I233284` – The issue of breaking the treemap, if data contains the "_" character in its value has been fixed.
52
-
53
- ## 17.1.32-beta (2019-03-13)
54
-
55
- ### TreeMap
56
-
57
- #### New Features
58
-
59
- - The right-to-left (RTL) rendering support has been provided.
60
- - Load on-demand option has been provided to load and render the child items dynamically.
61
- - Responsive support has been provided to the TreeMap legend.
62
- - The 'doubleClick', 'rightClick', and 'legendRendering' events have been provided in TreeMap.
63
-
64
- ## 16.4.40-beta (2018-12-10)
65
-
66
- ### TreeMap
67
-
68
- #### New Features
69
-
70
- - Support has been added for desaturation color mapping.
71
- - Support has been added to hide specific legend items and bind legend text from data source.
72
- - Support has been added for highlighting or selecting the legend items along with shapes.
73
- - Support has been added to bind colors for the items from the data source.
74
-
75
- ## 16.2.41 (2018-06-25)
76
-
77
- ### TreeMap
78
-
79
- The TreeMap is used to displayed the hierarchical or multi-level data to visualize the nested rectangles.
80
-
81
- - **Layout Mode** - TreeMap supports different type of layouts like Squarified, SliceAndDiceHorizontal, SliceAndDiceVertical and SliceAndDiceAuto.
82
- - **Legend** - TreeMap supports legend feature with different mode. Default and Interactive.
83
- - **LabelTemplate** - Leaf item labels can be customized by the label template.
84
- - **ColorMapping** - TreeMap supports the color mapping feature. It used to customize the leaf item fill colors based on range or values.
85
- - **User-Interactions** - TreeMap supports the Drilldown, Tooltip, Highlight and Selection user interaction features.
86
- - **Print and Export** - TreeMap supports printing and exporting as different file types.## 18.1.36-beta (2020-03-19)
87
-
88
- - `#258211` - Support to customize the header of the treemap items is provided in the `itemRendering` and `itemClick` events.
89
-
@@ -1,2 +0,0 @@
1
- export * from './src/index';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
@@ -1,7 +0,0 @@
1
- export { ColorMappingDirective, ColorMappingsDirective } from './treemap/colormapping.directive';
2
- export { LevelDirective, LevelsDirective } from './treemap/levels.directive';
3
- export { TreeMapComponent } from './treemap/treemap.component';
4
- export { TreeMapModule } from './treemap/treemap.module';
5
- export { TreeMapAllModule, TreeMapTooltipService, TreeMapLegendService, TreeMapHighlightService, TreeMapSelectionService, PrintService, PdfExportService, ImageExportService } from './treemap/treemap-all.module';
6
- export * from '@syncfusion/ej2-treemap';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLHFCQUFxQixFQUFDLHNCQUFzQixFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDOUYsT0FBTyxFQUFDLGNBQWMsRUFBQyxlQUFlLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUMsTUFBTSw2QkFBNkIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLHFCQUFxQixFQUFFLG9CQUFvQixFQUFFLHVCQUF1QixFQUFFLHVCQUF1QixFQUFFLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ25OLGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0NvbG9yTWFwcGluZ0RpcmVjdGl2ZSxDb2xvck1hcHBpbmdzRGlyZWN0aXZlfSBmcm9tICcuL3RyZWVtYXAvY29sb3JtYXBwaW5nLmRpcmVjdGl2ZSc7XG5leHBvcnQge0xldmVsRGlyZWN0aXZlLExldmVsc0RpcmVjdGl2ZX0gZnJvbSAnLi90cmVlbWFwL2xldmVscy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgVHJlZU1hcENvbXBvbmVudH0gZnJvbSAnLi90cmVlbWFwL3RyZWVtYXAuY29tcG9uZW50JztcbmV4cG9ydCB7IFRyZWVNYXBNb2R1bGUgfSBmcm9tICcuL3RyZWVtYXAvdHJlZW1hcC5tb2R1bGUnO1xuZXhwb3J0IHsgVHJlZU1hcEFsbE1vZHVsZSwgVHJlZU1hcFRvb2x0aXBTZXJ2aWNlLCBUcmVlTWFwTGVnZW5kU2VydmljZSwgVHJlZU1hcEhpZ2hsaWdodFNlcnZpY2UsIFRyZWVNYXBTZWxlY3Rpb25TZXJ2aWNlLCBQcmludFNlcnZpY2UsIFBkZkV4cG9ydFNlcnZpY2UsIEltYWdlRXhwb3J0U2VydmljZSB9IGZyb20gJy4vdHJlZW1hcC90cmVlbWFwLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXRyZWVtYXAnOyJdfQ==
@@ -1,46 +0,0 @@
1
- import { Directive, ContentChildren } from '@angular/core';
2
- import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- let input = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
5
- let outputs = [];
6
- export class ColorMappingDirective extends ComplexBase {
7
- constructor(viewContainerRef) {
8
- super();
9
- this.viewContainerRef = viewContainerRef;
10
- setValue('currentInstance', this, this.viewContainerRef);
11
- this.registerEvents(outputs);
12
- this.directivePropList = input;
13
- }
14
- }
15
- ColorMappingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
16
- ColorMappingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColorMappingDirective, selector: "e-levels>e-colorMappings>e-colorMapping", inputs: { color: "color", from: "from", label: "label", maxOpacity: "maxOpacity", minOpacity: "minOpacity", showLegend: "showLegend", to: "to", value: "value" }, usesInheritance: true, ngImport: i0 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingDirective, decorators: [{
18
- type: Directive,
19
- args: [{
20
- selector: 'e-levels>e-colorMappings>e-colorMapping',
21
- inputs: input,
22
- outputs: outputs,
23
- queries: {}
24
- }]
25
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
26
- /**
27
- * ColorMapping Array Directive
28
- * @private
29
- */
30
- export class ColorMappingsDirective extends ArrayBase {
31
- constructor() {
32
- super('colormapping');
33
- }
34
- }
35
- ColorMappingsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
36
- ColorMappingsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColorMappingsDirective, selector: "e-levels>e-colorMappings", queries: [{ propertyName: "children", predicate: ColorMappingDirective }], usesInheritance: true, ngImport: i0 });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorMappingsDirective, decorators: [{
38
- type: Directive,
39
- args: [{
40
- selector: 'e-levels>e-colorMappings',
41
- queries: {
42
- children: new ContentChildren(ColorMappingDirective)
43
- },
44
- }]
45
- }], ctorParameters: function () { return []; } });
46
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3JtYXBwaW5nLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90cmVlbWFwL2NvbG9ybWFwcGluZy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBb0IsZUFBZSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdFLE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUloRixJQUFJLEtBQUssR0FBYSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLElBQUksRUFBRSxPQUFPLENBQUMsQ0FBQztBQUMxRyxJQUFJLE9BQU8sR0FBYSxFQUFFLENBQUM7QUFVM0IsTUFBTSxPQUFPLHFCQUFzQixTQUFRLFdBQWtDO0lBOEN6RSxZQUFvQixnQkFBaUM7UUFDakQsS0FBSyxFQUFFLENBQUM7UUFEUSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBRWpELFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7O2tIQW5EUSxxQkFBcUI7c0dBQXJCLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQVJqQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx5Q0FBeUM7b0JBQ25ELE1BQU0sRUFBRSxLQUFLO29CQUNiLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsRUFFUjtpQkFDSjs7QUF1REQ7OztHQUdHO0FBT0gsTUFBTSxPQUFPLHNCQUF1QixTQUFRLFNBQWlDO0lBQ3pFO1FBQ0ksS0FBSyxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQzFCLENBQUM7O21IQUhRLHNCQUFzQjt1R0FBdEIsc0JBQXNCLHlGQUhHLHFCQUFxQjsyRkFHOUMsc0JBQXNCO2tCQU5sQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLE9BQU8sRUFBRTt3QkFDTCxRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMscUJBQXFCLENBQUM7cUJBQ3ZEO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBDb250ZW50Q2hpbGRyZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBsZXhCYXNlLCBBcnJheUJhc2UsIHNldFZhbHVlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5cblxuXG5sZXQgaW5wdXQ6IHN0cmluZ1tdID0gWydjb2xvcicsICdmcm9tJywgJ2xhYmVsJywgJ21heE9wYWNpdHknLCAnbWluT3BhY2l0eScsICdzaG93TGVnZW5kJywgJ3RvJywgJ3ZhbHVlJ107XG5sZXQgb3V0cHV0czogc3RyaW5nW10gPSBbXTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlLWxldmVscz5lLWNvbG9yTWFwcGluZ3M+ZS1jb2xvck1hcHBpbmcnLFxuICAgIGlucHV0czogaW5wdXQsXG4gICAgb3V0cHV0czogb3V0cHV0cywgICAgXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBDb2xvck1hcHBpbmdEaXJlY3RpdmUgZXh0ZW5kcyBDb21wbGV4QmFzZTxDb2xvck1hcHBpbmdEaXJlY3RpdmU+IHtcbiAgICBwdWJsaWMgZGlyZWN0aXZlUHJvcExpc3Q6IGFueTtcblx0XG5cblxuICAgIC8qKiBcbiAgICAgKiBTZXRzIGFuZCBnZXRzIHRoZSBjb2xvciBmb3IgdGhlIGNvbG9yLW1hcHBpbmcgaW4gdHJlZW1hcC5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIGNvbG9yOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIHZhbHVlIGZyb20gd2hpY2ggdGhlIHJhbmdlIG9mIGNvbG9yIG1hcHBpbmcgc3RhcnRzLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKi9cbiAgICBwdWJsaWMgZnJvbTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTZXRzIGFuZCBnZXRzIHRoZSBsYWJlbCB0ZXh0IGZvciB0aGUgbGVnZW5kIHdoZW4gaXQgaXMgcmVuZGVyZWQgYmFzZWQgb24gY29sb3IgbWFwcGluZy5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIGxhYmVsOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIG1heGltdW0gb3BhY2l0eSBmb3IgdGhlIGNvbG9yLW1hcHBpbmcgaW4gdGhlIHRyZWVtYXAuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqL1xuICAgIHB1YmxpYyBtYXhPcGFjaXR5OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIG1pbmltdW0gb3BhY2l0eSBmb3IgdGhlIGNvbG9yLW1hcHBpbmcgaW4gdGhlIHRyZWVtYXAuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqL1xuICAgIHB1YmxpYyBtaW5PcGFjaXR5OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIEVuYWJsZXMgb3IgZGlzYWJsZXMgdGhlIHZpc2liaWxpdHkgb2YgdGhlIGxlZ2VuZCBmb3IgY29sb3IgbWFwcGluZyBpbiB0aGUgdHJlZW1hcC5cbiAgICAgKiBAZGVmYXVsdCB0cnVlXG4gICAgICovXG4gICAgcHVibGljIHNob3dMZWdlbmQ6IGFueTtcbiAgICAvKiogXG4gICAgICogU2V0cyBhbmQgZ2V0cyB0aGUgdmFsdWUgdG8gd2hpY2ggdGhlIHJhbmdlIG9mIGNvbG9yIG1hcHBpbmcgZW5kcy5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIHRvOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNldHMgYW5kIGdldHMgdGhlIHZhbHVlIGZvciB0aGUgY29sb3ItbWFwcGluZyBmcm9tIHRoZSBkYXRhIHNvdXJjZS5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIHZhbHVlOiBhbnk7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5kaXJlY3RpdmVQcm9wTGlzdCA9IGlucHV0O1xuICAgIH1cbn1cblxuLyoqXG4gKiBDb2xvck1hcHBpbmcgQXJyYXkgRGlyZWN0aXZlXG4gKiBAcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2UtbGV2ZWxzPmUtY29sb3JNYXBwaW5ncycsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZHJlbjogbmV3IENvbnRlbnRDaGlsZHJlbihDb2xvck1hcHBpbmdEaXJlY3RpdmUpXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgQ29sb3JNYXBwaW5nc0RpcmVjdGl2ZSBleHRlbmRzIEFycmF5QmFzZTxDb2xvck1hcHBpbmdzRGlyZWN0aXZlPiB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdjb2xvcm1hcHBpbmcnKTtcbiAgICB9XG59Il19