@syncfusion/ej2-angular-treemap 22.1.34-ngcc → 22.1.34

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 (223) hide show
  1. package/README.md +42 -116
  2. package/esm2020/public_api.mjs +3 -0
  3. package/esm2020/src/index.mjs +7 -0
  4. package/esm2020/src/treemap/colormapping.directive.mjs +46 -0
  5. package/esm2020/src/treemap/levels.directive.mjs +66 -0
  6. package/esm2020/src/treemap/treemap-all.module.mjs +47 -0
  7. package/esm2020/src/treemap/treemap.component.mjs +126 -0
  8. package/esm2020/src/treemap/treemap.module.mjs +43 -0
  9. package/esm2020/syncfusion-ej2-angular-treemap.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-treemap.mjs +316 -0
  11. package/fesm2015/syncfusion-ej2-angular-treemap.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-treemap.mjs +316 -0
  13. package/fesm2020/syncfusion-ej2-angular-treemap.mjs.map +1 -0
  14. package/license +10 -0
  15. package/package.json +43 -13
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/treemap/colormapping.directive.d.ts +9 -4
  18. package/src/treemap/levels.directive.d.ts +21 -17
  19. package/src/treemap/treemap-all.module.d.ts +6 -0
  20. package/src/treemap/treemap.component.d.ts +4 -1
  21. package/src/treemap/treemap.module.d.ts +8 -0
  22. package/syncfusion-ej2-angular-treemap.d.ts +5 -0
  23. package/@syncfusion/ej2-angular-treemap.es5.js +0 -387
  24. package/@syncfusion/ej2-angular-treemap.es5.js.map +0 -1
  25. package/@syncfusion/ej2-angular-treemap.js +0 -355
  26. package/@syncfusion/ej2-angular-treemap.js.map +0 -1
  27. package/CHANGELOG.md +0 -90
  28. package/dist/ej2-angular-treemap.umd.js +0 -520
  29. package/dist/ej2-angular-treemap.umd.js.map +0 -1
  30. package/dist/ej2-angular-treemap.umd.min.js +0 -11
  31. package/dist/ej2-angular-treemap.umd.min.js.map +0 -1
  32. package/ej2-angular-treemap.d.ts +0 -5
  33. package/ej2-angular-treemap.metadata.json +0 -1
  34. package/postinstall/tagchange.js +0 -18
  35. package/schematics/collection.json +0 -110
  36. package/schematics/generators/treemap-default/index.d.ts +0 -3
  37. package/schematics/generators/treemap-default/index.js +0 -8
  38. package/schematics/generators/treemap-default/sample-details.d.ts +0 -5
  39. package/schematics/generators/treemap-default/sample-details.js +0 -7
  40. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  41. package/schematics/generators/treemap-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  42. package/schematics/generators/treemap-default/schema.d.ts +0 -3
  43. package/schematics/generators/treemap-default/schema.js +0 -2
  44. package/schematics/generators/treemap-default/schema.json +0 -125
  45. package/schematics/generators/treemap-desaturation-color/index.d.ts +0 -3
  46. package/schematics/generators/treemap-desaturation-color/index.js +0 -8
  47. package/schematics/generators/treemap-desaturation-color/sample-details.d.ts +0 -5
  48. package/schematics/generators/treemap-desaturation-color/sample-details.js +0 -7
  49. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  50. package/schematics/generators/treemap-desaturation-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  51. package/schematics/generators/treemap-desaturation-color/schema.d.ts +0 -3
  52. package/schematics/generators/treemap-desaturation-color/schema.js +0 -2
  53. package/schematics/generators/treemap-desaturation-color/schema.json +0 -125
  54. package/schematics/generators/treemap-drilldown/index.d.ts +0 -3
  55. package/schematics/generators/treemap-drilldown/index.js +0 -8
  56. package/schematics/generators/treemap-drilldown/sample-details.d.ts +0 -5
  57. package/schematics/generators/treemap-drilldown/sample-details.js +0 -7
  58. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  59. package/schematics/generators/treemap-drilldown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  60. package/schematics/generators/treemap-drilldown/schema.d.ts +0 -3
  61. package/schematics/generators/treemap-drilldown/schema.js +0 -2
  62. package/schematics/generators/treemap-drilldown/schema.json +0 -125
  63. package/schematics/generators/treemap-equal-color/index.d.ts +0 -3
  64. package/schematics/generators/treemap-equal-color/index.js +0 -8
  65. package/schematics/generators/treemap-equal-color/sample-details.d.ts +0 -5
  66. package/schematics/generators/treemap-equal-color/sample-details.js +0 -7
  67. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  68. package/schematics/generators/treemap-equal-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  69. package/schematics/generators/treemap-equal-color/schema.d.ts +0 -3
  70. package/schematics/generators/treemap-equal-color/schema.js +0 -2
  71. package/schematics/generators/treemap-equal-color/schema.json +0 -125
  72. package/schematics/generators/treemap-highlight/index.d.ts +0 -3
  73. package/schematics/generators/treemap-highlight/index.js +0 -8
  74. package/schematics/generators/treemap-highlight/sample-details.d.ts +0 -5
  75. package/schematics/generators/treemap-highlight/sample-details.js +0 -7
  76. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  77. package/schematics/generators/treemap-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  78. package/schematics/generators/treemap-highlight/schema.d.ts +0 -3
  79. package/schematics/generators/treemap-highlight/schema.js +0 -2
  80. package/schematics/generators/treemap-highlight/schema.json +0 -125
  81. package/schematics/generators/treemap-label-hide/index.d.ts +0 -3
  82. package/schematics/generators/treemap-label-hide/index.js +0 -8
  83. package/schematics/generators/treemap-label-hide/sample-details.d.ts +0 -5
  84. package/schematics/generators/treemap-label-hide/sample-details.js +0 -7
  85. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  86. package/schematics/generators/treemap-label-hide/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  87. package/schematics/generators/treemap-label-hide/schema.d.ts +0 -3
  88. package/schematics/generators/treemap-label-hide/schema.js +0 -2
  89. package/schematics/generators/treemap-label-hide/schema.json +0 -125
  90. package/schematics/generators/treemap-label-trim/index.d.ts +0 -3
  91. package/schematics/generators/treemap-label-trim/index.js +0 -8
  92. package/schematics/generators/treemap-label-trim/sample-details.d.ts +0 -5
  93. package/schematics/generators/treemap-label-trim/sample-details.js +0 -7
  94. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  95. package/schematics/generators/treemap-label-trim/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  96. package/schematics/generators/treemap-label-trim/schema.d.ts +0 -3
  97. package/schematics/generators/treemap-label-trim/schema.js +0 -2
  98. package/schematics/generators/treemap-label-trim/schema.json +0 -125
  99. package/schematics/generators/treemap-label-wrap/index.d.ts +0 -3
  100. package/schematics/generators/treemap-label-wrap/index.js +0 -8
  101. package/schematics/generators/treemap-label-wrap/sample-details.d.ts +0 -5
  102. package/schematics/generators/treemap-label-wrap/sample-details.js +0 -7
  103. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  104. package/schematics/generators/treemap-label-wrap/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  105. package/schematics/generators/treemap-label-wrap/schema.d.ts +0 -3
  106. package/schematics/generators/treemap-label-wrap/schema.js +0 -2
  107. package/schematics/generators/treemap-label-wrap/schema.json +0 -125
  108. package/schematics/generators/treemap-label-wrapbyword/index.d.ts +0 -3
  109. package/schematics/generators/treemap-label-wrapbyword/index.js +0 -8
  110. package/schematics/generators/treemap-label-wrapbyword/sample-details.d.ts +0 -5
  111. package/schematics/generators/treemap-label-wrapbyword/sample-details.js +0 -7
  112. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  113. package/schematics/generators/treemap-label-wrapbyword/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  114. package/schematics/generators/treemap-label-wrapbyword/schema.d.ts +0 -3
  115. package/schematics/generators/treemap-label-wrapbyword/schema.js +0 -2
  116. package/schematics/generators/treemap-label-wrapbyword/schema.json +0 -125
  117. package/schematics/generators/treemap-layout-squarified/index.d.ts +0 -3
  118. package/schematics/generators/treemap-layout-squarified/index.js +0 -8
  119. package/schematics/generators/treemap-layout-squarified/sample-details.d.ts +0 -5
  120. package/schematics/generators/treemap-layout-squarified/sample-details.js +0 -7
  121. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  122. package/schematics/generators/treemap-layout-squarified/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  123. package/schematics/generators/treemap-layout-squarified/schema.d.ts +0 -3
  124. package/schematics/generators/treemap-layout-squarified/schema.js +0 -2
  125. package/schematics/generators/treemap-layout-squarified/schema.json +0 -125
  126. package/schematics/generators/treemap-layout-type-four/index.d.ts +0 -3
  127. package/schematics/generators/treemap-layout-type-four/index.js +0 -8
  128. package/schematics/generators/treemap-layout-type-four/sample-details.d.ts +0 -5
  129. package/schematics/generators/treemap-layout-type-four/sample-details.js +0 -7
  130. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  131. package/schematics/generators/treemap-layout-type-four/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  132. package/schematics/generators/treemap-layout-type-four/schema.d.ts +0 -3
  133. package/schematics/generators/treemap-layout-type-four/schema.js +0 -2
  134. package/schematics/generators/treemap-layout-type-four/schema.json +0 -125
  135. package/schematics/generators/treemap-layout-type-three/index.d.ts +0 -3
  136. package/schematics/generators/treemap-layout-type-three/index.js +0 -8
  137. package/schematics/generators/treemap-layout-type-three/sample-details.d.ts +0 -5
  138. package/schematics/generators/treemap-layout-type-three/sample-details.js +0 -7
  139. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  140. package/schematics/generators/treemap-layout-type-three/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  141. package/schematics/generators/treemap-layout-type-three/schema.d.ts +0 -3
  142. package/schematics/generators/treemap-layout-type-three/schema.js +0 -2
  143. package/schematics/generators/treemap-layout-type-three/schema.json +0 -125
  144. package/schematics/generators/treemap-layout-type-two/index.d.ts +0 -3
  145. package/schematics/generators/treemap-layout-type-two/index.js +0 -8
  146. package/schematics/generators/treemap-layout-type-two/sample-details.d.ts +0 -5
  147. package/schematics/generators/treemap-layout-type-two/sample-details.js +0 -7
  148. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  149. package/schematics/generators/treemap-layout-type-two/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  150. package/schematics/generators/treemap-layout-type-two/schema.d.ts +0 -3
  151. package/schematics/generators/treemap-layout-type-two/schema.js +0 -2
  152. package/schematics/generators/treemap-layout-type-two/schema.json +0 -125
  153. package/schematics/generators/treemap-leaf/index.d.ts +0 -3
  154. package/schematics/generators/treemap-leaf/index.js +0 -8
  155. package/schematics/generators/treemap-leaf/sample-details.d.ts +0 -5
  156. package/schematics/generators/treemap-leaf/sample-details.js +0 -7
  157. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  158. package/schematics/generators/treemap-leaf/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  159. package/schematics/generators/treemap-leaf/schema.d.ts +0 -3
  160. package/schematics/generators/treemap-leaf/schema.js +0 -2
  161. package/schematics/generators/treemap-leaf/schema.json +0 -125
  162. package/schematics/generators/treemap-legend-default/index.d.ts +0 -3
  163. package/schematics/generators/treemap-legend-default/index.js +0 -8
  164. package/schematics/generators/treemap-legend-default/sample-details.d.ts +0 -5
  165. package/schematics/generators/treemap-legend-default/sample-details.js +0 -7
  166. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  167. package/schematics/generators/treemap-legend-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  168. package/schematics/generators/treemap-legend-default/schema.d.ts +0 -3
  169. package/schematics/generators/treemap-legend-default/schema.js +0 -2
  170. package/schematics/generators/treemap-legend-default/schema.json +0 -125
  171. package/schematics/generators/treemap-legend-interaction/index.d.ts +0 -3
  172. package/schematics/generators/treemap-legend-interaction/index.js +0 -8
  173. package/schematics/generators/treemap-legend-interaction/sample-details.d.ts +0 -5
  174. package/schematics/generators/treemap-legend-interaction/sample-details.js +0 -7
  175. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  176. package/schematics/generators/treemap-legend-interaction/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  177. package/schematics/generators/treemap-legend-interaction/schema.d.ts +0 -3
  178. package/schematics/generators/treemap-legend-interaction/schema.js +0 -2
  179. package/schematics/generators/treemap-legend-interaction/schema.json +0 -125
  180. package/schematics/generators/treemap-level/index.d.ts +0 -3
  181. package/schematics/generators/treemap-level/index.js +0 -8
  182. package/schematics/generators/treemap-level/sample-details.d.ts +0 -5
  183. package/schematics/generators/treemap-level/sample-details.js +0 -7
  184. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  185. package/schematics/generators/treemap-level/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  186. package/schematics/generators/treemap-level/schema.d.ts +0 -3
  187. package/schematics/generators/treemap-level/schema.js +0 -2
  188. package/schematics/generators/treemap-level/schema.json +0 -125
  189. package/schematics/generators/treemap-range-color/index.d.ts +0 -3
  190. package/schematics/generators/treemap-range-color/index.js +0 -8
  191. package/schematics/generators/treemap-range-color/sample-details.d.ts +0 -5
  192. package/schematics/generators/treemap-range-color/sample-details.js +0 -7
  193. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  194. package/schematics/generators/treemap-range-color/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  195. package/schematics/generators/treemap-range-color/schema.d.ts +0 -3
  196. package/schematics/generators/treemap-range-color/schema.js +0 -2
  197. package/schematics/generators/treemap-range-color/schema.json +0 -125
  198. package/schematics/generators/treemap-selection/index.d.ts +0 -3
  199. package/schematics/generators/treemap-selection/index.js +0 -8
  200. package/schematics/generators/treemap-selection/sample-details.d.ts +0 -5
  201. package/schematics/generators/treemap-selection/sample-details.js +0 -7
  202. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  203. package/schematics/generators/treemap-selection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  204. package/schematics/generators/treemap-selection/schema.d.ts +0 -3
  205. package/schematics/generators/treemap-selection/schema.js +0 -2
  206. package/schematics/generators/treemap-selection/schema.json +0 -125
  207. package/schematics/generators/treemap-tooltip/index.d.ts +0 -3
  208. package/schematics/generators/treemap-tooltip/index.js +0 -8
  209. package/schematics/generators/treemap-tooltip/sample-details.d.ts +0 -5
  210. package/schematics/generators/treemap-tooltip/sample-details.js +0 -7
  211. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  212. package/schematics/generators/treemap-tooltip/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  213. package/schematics/generators/treemap-tooltip/schema.d.ts +0 -3
  214. package/schematics/generators/treemap-tooltip/schema.js +0 -2
  215. package/schematics/generators/treemap-tooltip/schema.json +0 -125
  216. package/schematics/ng-add/index.d.ts +0 -3
  217. package/schematics/ng-add/index.js +0 -9
  218. package/schematics/ng-add/schema.d.ts +0 -13
  219. package/schematics/ng-add/schema.js +0 -2
  220. package/schematics/ng-add/schema.json +0 -34
  221. package/schematics/tsconfig.json +0 -25
  222. package/schematics/utils/lib-details.d.ts +0 -4
  223. package/schematics/utils/lib-details.js +0 -6
@@ -1,7 +1,8 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
- * Represents the directive to configure and render level leaf items in the treemap.
5
+ * Level Directive
5
6
  * ```html
6
7
  * <e-levels>
7
8
  * <e-level></e-level>
@@ -14,80 +15,81 @@ export declare class LevelDirective extends ComplexBase<LevelDirective> {
14
15
  childColorMapping: any;
15
16
  tags: string[];
16
17
  /**
17
- * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
18
+ * Enables or disables the automatic filling of the colors in the items in the treemap component.
18
19
  * @default false
19
20
  */
20
21
  autoFill: any;
21
22
  /**
22
23
  * Sets and gets the options for customizing the color and width of the border of
23
- * the level leaf items of the treemap.
24
+ * the levels of the treemap component.
24
25
  */
25
26
  border: any;
26
27
  /**
27
- * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
28
+ * Sets and gets the options for customizing the color-mapping in the treemap component.
28
29
  */
29
30
  colorMapping: any;
30
31
  /**
31
- * Sets and gets the fill color of the level leaf item in the treemap.
32
+ * Sets and gets the fill color of the level in the treemap component.
32
33
  * @default null
33
34
  */
34
35
  fill: any;
35
36
  /**
36
- * Sets and gets the gap between the level leaf items in the treemap.
37
+ * Sets and gets the gap between the levels in the treemap component.
37
38
  * @default 0
38
39
  */
39
40
  groupGap: any;
40
41
  /**
41
- * Sets and gets the padding of level leaf items in the treemap.
42
+ * Sets and gets the padding of levels in the treemap component.
42
43
  * @default 10
43
44
  */
44
45
  groupPadding: any;
45
46
  /**
46
- * Sets and gets the value path from the data source in the treemap to render the item.
47
+ * Sets and gets the value path from the data source in the treemap component to render the item.
47
48
  * @default null
48
49
  */
49
50
  groupPath: any;
50
51
  /**
51
- * Sets and gets the alignment of the header of the treemap.
52
+ * Sets and gets the alignment of the header of the treemap component.
52
53
  * @default 'Near'
53
54
  */
54
55
  headerAlignment: any;
55
56
  /**
56
- * Sets and gets the string to format the header label of the level leaf items in the treemap.
57
+ * Sets and gets the format of header of the levels in the treemap component.
57
58
  * @default null
58
59
  */
59
60
  headerFormat: any;
60
61
  /**
61
- * Sets and gets the height of header in the treemap.
62
+ * Sets and gets the height of header in the treemap component.
62
63
  * @default 20
63
64
  */
64
65
  headerHeight: any;
65
66
  /**
66
- * Sets and gets the options for customizing the text style of header label of the level leaf item.
67
+ * Sets and gets the options for customizing the style of header of the treemap component.
67
68
  */
68
69
  headerStyle: any;
69
70
  /**
70
- * Sets and gets the opacity in the level leaf item of the treemap.
71
+ * Sets and gets the opacity in the treemap component.
71
72
  * @default 1
72
73
  */
73
74
  opacity: any;
74
75
  /**
75
- * Shows or hides the header in level leaf item of the treemap.
76
+ * Shows or hides the header in level of the treemap component.
76
77
  * @default true
77
78
  */
78
79
  showHeader: any;
79
80
  /**
80
- * Sets and gets the options for customizing the template position of the treemap.
81
+ * Sets and gets the options for customizing the template position of the treemap component.
81
82
  * @default 'TopLeft'
82
83
  */
83
84
  templatePosition: any;
84
85
  /**
85
- * Sets and gets the template for header in the treemap.
86
+ * Sets and gets the template for header in the treemap component.
86
87
  * @default null
87
- * @asptype string
88
88
  */
89
89
  headerTemplate: any;
90
90
  constructor(viewContainerRef: ViewContainerRef);
91
+ static ɵfac: i0.ɵɵFactoryDeclaration<LevelDirective, never>;
92
+ 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"]>;
91
93
  }
92
94
  /**
93
95
  * Level Array Directive
@@ -95,4 +97,6 @@ export declare class LevelDirective extends ComplexBase<LevelDirective> {
95
97
  */
96
98
  export declare class LevelsDirective extends ArrayBase<LevelsDirective> {
97
99
  constructor();
100
+ static ɵfac: i0.ɵɵFactoryDeclaration<LevelsDirective, never>;
101
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LevelsDirective, "ej-treemap>e-levels", never, {}, {}, ["children"]>;
98
102
  }
@@ -1,4 +1,7 @@
1
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";
2
5
  export declare const TreeMapTooltipService: ValueProvider;
3
6
  export declare const TreeMapLegendService: ValueProvider;
4
7
  export declare const TreeMapHighlightService: ValueProvider;
@@ -10,4 +13,7 @@ export declare const ImageExportService: ValueProvider;
10
13
  * NgModule definition for the TreeMap component with providers.
11
14
  */
12
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>;
13
19
  }
@@ -2,11 +2,12 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { TreeMap } from '@syncfusion/ej2-treemap';
4
4
  import { LevelsDirective } from './levels.directive';
5
+ import * as i0 from "@angular/core";
5
6
  export declare const inputs: string[];
6
7
  export declare const outputs: string[];
7
8
  export declare const twoWays: string[];
8
9
  /**
9
- * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
10
+ * TreeMap Component
10
11
  * ```html
11
12
  * <ej-treemap></ej-treemap>
12
13
  * ```
@@ -47,4 +48,6 @@ export declare class TreeMapComponent extends TreeMap implements IComponentBase
47
48
  ngAfterContentChecked(): void;
48
49
  registerEvents: (eventList: string[]) => void;
49
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"; "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>;
50
53
  }
@@ -1,5 +1,13 @@
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";
1
6
  /**
2
7
  * NgModule definition for the TreeMap component.
3
8
  */
4
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>;
5
13
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-treemap" />
5
+ export * from './public_api';
@@ -1,387 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
- import { ImageExport, PdfExport, Print, TreeMap, TreeMapHighlight, TreeMapLegend, TreeMapSelection, TreeMapTooltip } from '@syncfusion/ej2-treemap';
14
- import { CommonModule } from '@angular/common';
15
- var input = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
16
- var outputs = [];
17
- var ColorMappingDirective = /** @class */ (function (_super) {
18
- __extends(ColorMappingDirective, _super);
19
- /**
20
- * @param {?} viewContainerRef
21
- */
22
- function ColorMappingDirective(viewContainerRef) {
23
- var _this = _super.call(this) || this;
24
- _this.viewContainerRef = viewContainerRef;
25
- setValue('currentInstance', _this, _this.viewContainerRef);
26
- _this.registerEvents(outputs);
27
- _this.directivePropList = input;
28
- return _this;
29
- }
30
- return ColorMappingDirective;
31
- }(ComplexBase));
32
- ColorMappingDirective.decorators = [
33
- { type: Directive, args: [{
34
- selector: 'e-levels>e-colorMappings>e-colorMapping',
35
- inputs: input,
36
- outputs: outputs,
37
- queries: {}
38
- },] },
39
- ];
40
- /**
41
- * @nocollapse
42
- */
43
- ColorMappingDirective.ctorParameters = function () { return [
44
- { type: ViewContainerRef, },
45
- ]; };
46
- /**
47
- * ColorMapping Array Directive
48
- */
49
- var ColorMappingsDirective = /** @class */ (function (_super) {
50
- __extends(ColorMappingsDirective, _super);
51
- function ColorMappingsDirective() {
52
- return _super.call(this, 'colormapping') || this;
53
- }
54
- return ColorMappingsDirective;
55
- }(ArrayBase));
56
- ColorMappingsDirective.decorators = [
57
- { type: Directive, args: [{
58
- selector: 'e-levels>e-colorMappings',
59
- queries: {
60
- children: new ContentChildren(ColorMappingDirective)
61
- },
62
- },] },
63
- ];
64
- /**
65
- * @nocollapse
66
- */
67
- ColorMappingsDirective.ctorParameters = function () { return []; };
68
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
69
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
70
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
71
- r = Reflect.decorate(decorators, target, key, desc);
72
- else
73
- for (var i = decorators.length - 1; i >= 0; i--)
74
- if (d = decorators[i])
75
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
76
- return c > 3 && r && Object.defineProperty(target, key, r), r;
77
- };
78
- var __metadata = (this && this.__metadata) || function (k, v) {
79
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
80
- return Reflect.metadata(k, v);
81
- };
82
- var input$1 = ['autoFill', 'border', 'colorMapping', 'fill', 'groupGap', 'groupPadding', 'groupPath', 'headerAlignment', 'headerFormat', 'headerHeight', 'headerStyle', 'headerTemplate', 'opacity', 'showHeader', 'templatePosition'];
83
- var outputs$1 = [];
84
- /**
85
- * Represents the directive to configure and render level leaf items in the treemap.
86
- * ```html
87
- * <e-levels>
88
- * <e-level></e-level>
89
- * </e-levels>
90
- * ```
91
- */
92
- var LevelDirective = /** @class */ (function (_super) {
93
- __extends(LevelDirective, _super);
94
- /**
95
- * @param {?} viewContainerRef
96
- */
97
- function LevelDirective(viewContainerRef) {
98
- var _this = _super.call(this) || this;
99
- _this.viewContainerRef = viewContainerRef;
100
- _this.tags = ['colorMapping'];
101
- setValue('currentInstance', _this, _this.viewContainerRef);
102
- _this.registerEvents(outputs$1);
103
- _this.directivePropList = input$1;
104
- return _this;
105
- }
106
- return LevelDirective;
107
- }(ComplexBase));
108
- LevelDirective.decorators = [
109
- { type: Directive, args: [{
110
- selector: 'e-levels>e-level',
111
- inputs: input$1,
112
- outputs: outputs$1,
113
- queries: {
114
- childColorMapping: new ContentChild(ColorMappingsDirective)
115
- }
116
- },] },
117
- ];
118
- /**
119
- * @nocollapse
120
- */
121
- LevelDirective.ctorParameters = function () { return [
122
- { type: ViewContainerRef, },
123
- ]; };
124
- LevelDirective.propDecorators = {
125
- 'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
126
- };
127
- __decorate([
128
- Template(),
129
- __metadata("design:type", Object)
130
- ], LevelDirective.prototype, "headerTemplate", void 0);
131
- /**
132
- * Level Array Directive
133
- */
134
- var LevelsDirective = /** @class */ (function (_super) {
135
- __extends(LevelsDirective, _super);
136
- function LevelsDirective() {
137
- return _super.call(this, 'levels') || this;
138
- }
139
- return LevelsDirective;
140
- }(ArrayBase));
141
- LevelsDirective.decorators = [
142
- { type: Directive, args: [{
143
- selector: 'ej-treemap>e-levels',
144
- queries: {
145
- children: new ContentChildren(LevelDirective)
146
- },
147
- },] },
148
- ];
149
- /**
150
- * @nocollapse
151
- */
152
- LevelsDirective.ctorParameters = function () { return []; };
153
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
154
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
155
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
156
- r = Reflect.decorate(decorators, target, key, desc);
157
- else
158
- for (var i = decorators.length - 1; i >= 0; i--)
159
- if (d = decorators[i])
160
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
161
- return c > 3 && r && Object.defineProperty(target, key, r), r;
162
- };
163
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
164
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
165
- return Reflect.metadata(k, v);
166
- };
167
- var inputs = ['allowImageExport', 'allowPdfExport', 'allowPrint', 'background', 'border', 'breadcrumbConnector', 'colorValuePath', 'dataSource', 'description', 'drillDownView', 'enableBreadcrumb', 'enableDrillDown', 'enablePersistence', 'enableRtl', 'equalColorValuePath', 'format', 'height', 'highlightSettings', 'initialDrillDown', 'layoutType', 'leafItemSettings', 'legendSettings', 'levels', 'locale', 'margin', 'palette', 'query', 'rangeColorValuePath', 'renderDirection', 'selectionSettings', 'tabIndex', 'theme', 'titleSettings', 'tooltipSettings', 'useGroupingSeparator', 'weightValuePath', 'width'];
168
- var outputs$2 = ['beforePrint', 'click', 'doubleClick', 'drillEnd', 'drillStart', 'itemClick', 'itemHighlight', 'itemMove', 'itemRendering', 'itemSelected', 'legendItemRendering', 'legendRendering', 'load', 'loaded', 'mouseMove', 'resize', 'rightClick', 'tooltipRendering'];
169
- var twoWays = [''];
170
- /**
171
- * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.
172
- * ```html
173
- * <ej-treemap></ej-treemap>
174
- * ```
175
- */
176
- var TreeMapComponent = /** @class */ (function (_super) {
177
- __extends(TreeMapComponent, _super);
178
- /**
179
- * @param {?} ngEle
180
- * @param {?} srenderer
181
- * @param {?} viewContainerRef
182
- * @param {?} injector
183
- */
184
- function TreeMapComponent(ngEle, srenderer, viewContainerRef, injector) {
185
- var _this = _super.call(this) || this;
186
- _this.ngEle = ngEle;
187
- _this.srenderer = srenderer;
188
- _this.viewContainerRef = viewContainerRef;
189
- _this.injector = injector;
190
- _this.tags = ['levels'];
191
- _this.element = _this.ngEle.nativeElement;
192
- _this.injectedModules = _this.injectedModules || [];
193
- try {
194
- var mod = _this.injector.get('TreeMapTreeMapTooltip');
195
- if (_this.injectedModules.indexOf(mod) === -1) {
196
- _this.injectedModules.push(mod);
197
- }
198
- }
199
- catch (_a) { }
200
- try {
201
- var mod = _this.injector.get('TreeMapTreeMapLegend');
202
- if (_this.injectedModules.indexOf(mod) === -1) {
203
- _this.injectedModules.push(mod);
204
- }
205
- }
206
- catch (_b) { }
207
- try {
208
- var mod = _this.injector.get('TreeMapTreeMapHighlight');
209
- if (_this.injectedModules.indexOf(mod) === -1) {
210
- _this.injectedModules.push(mod);
211
- }
212
- }
213
- catch (_c) { }
214
- try {
215
- var mod = _this.injector.get('TreeMapTreeMapSelection');
216
- if (_this.injectedModules.indexOf(mod) === -1) {
217
- _this.injectedModules.push(mod);
218
- }
219
- }
220
- catch (_d) { }
221
- try {
222
- var mod = _this.injector.get('TreeMapPrint');
223
- if (_this.injectedModules.indexOf(mod) === -1) {
224
- _this.injectedModules.push(mod);
225
- }
226
- }
227
- catch (_e) { }
228
- try {
229
- var mod = _this.injector.get('TreeMapPdfExport');
230
- if (_this.injectedModules.indexOf(mod) === -1) {
231
- _this.injectedModules.push(mod);
232
- }
233
- }
234
- catch (_f) { }
235
- try {
236
- var mod = _this.injector.get('TreeMapImageExport');
237
- if (_this.injectedModules.indexOf(mod) === -1) {
238
- _this.injectedModules.push(mod);
239
- }
240
- }
241
- catch (_g) { }
242
- _this.registerEvents(outputs$2);
243
- _this.addTwoWay.call(_this, twoWays);
244
- setValue('currentInstance', _this, _this.viewContainerRef);
245
- _this.context = new ComponentBase();
246
- return _this;
247
- }
248
- /**
249
- * @return {?}
250
- */
251
- TreeMapComponent.prototype.ngOnInit = function () {
252
- this.context.ngOnInit(this);
253
- };
254
- /**
255
- * @return {?}
256
- */
257
- TreeMapComponent.prototype.ngAfterViewInit = function () {
258
- this.context.ngAfterViewInit(this);
259
- };
260
- /**
261
- * @return {?}
262
- */
263
- TreeMapComponent.prototype.ngOnDestroy = function () {
264
- this.context.ngOnDestroy(this);
265
- };
266
- /**
267
- * @return {?}
268
- */
269
- TreeMapComponent.prototype.ngAfterContentChecked = function () {
270
- this.tagObjects[0].instance = this.childLevels;
271
- this.context.ngAfterContentChecked(this);
272
- };
273
- return TreeMapComponent;
274
- }(TreeMap));
275
- TreeMapComponent.decorators = [
276
- { type: Component, args: [{
277
- selector: 'ejs-treemap',
278
- inputs: inputs,
279
- outputs: outputs$2,
280
- template: '',
281
- changeDetection: ChangeDetectionStrategy.OnPush,
282
- queries: {
283
- childLevels: new ContentChild(LevelsDirective)
284
- }
285
- },] },
286
- ];
287
- /**
288
- * @nocollapse
289
- */
290
- TreeMapComponent.ctorParameters = function () { return [
291
- { type: ElementRef, },
292
- { type: Renderer2, },
293
- { type: ViewContainerRef, },
294
- { type: Injector, },
295
- ]; };
296
- TreeMapComponent.propDecorators = {
297
- 'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate',] },],
298
- 'leafItemSettings_labelTemplate': [{ type: ContentChild, args: ['leafItemSettingsLabelTemplate',] },],
299
- };
300
- __decorate$1([
301
- Template(),
302
- __metadata$1("design:type", Object)
303
- ], TreeMapComponent.prototype, "tooltipSettings_template", void 0);
304
- __decorate$1([
305
- Template(),
306
- __metadata$1("design:type", Object)
307
- ], TreeMapComponent.prototype, "leafItemSettings_labelTemplate", void 0);
308
- TreeMapComponent = __decorate$1([
309
- ComponentMixins([ComponentBase]),
310
- __metadata$1("design:paramtypes", [ElementRef,
311
- Renderer2,
312
- ViewContainerRef,
313
- Injector])
314
- ], TreeMapComponent);
315
- /**
316
- * NgModule definition for the TreeMap component.
317
- */
318
- var TreeMapModule = /** @class */ (function () {
319
- function TreeMapModule() {
320
- }
321
- return TreeMapModule;
322
- }());
323
- TreeMapModule.decorators = [
324
- { type: NgModule, args: [{
325
- imports: [CommonModule],
326
- declarations: [
327
- TreeMapComponent,
328
- ColorMappingDirective,
329
- ColorMappingsDirective,
330
- LevelDirective,
331
- LevelsDirective
332
- ],
333
- exports: [
334
- TreeMapComponent,
335
- ColorMappingDirective,
336
- ColorMappingsDirective,
337
- LevelDirective,
338
- LevelsDirective
339
- ]
340
- },] },
341
- ];
342
- /**
343
- * @nocollapse
344
- */
345
- TreeMapModule.ctorParameters = function () { return []; };
346
- var TreeMapTooltipService = { provide: 'TreeMapTreeMapTooltip', useValue: TreeMapTooltip };
347
- var TreeMapLegendService = { provide: 'TreeMapTreeMapLegend', useValue: TreeMapLegend };
348
- var TreeMapHighlightService = { provide: 'TreeMapTreeMapHighlight', useValue: TreeMapHighlight };
349
- var TreeMapSelectionService = { provide: 'TreeMapTreeMapSelection', useValue: TreeMapSelection };
350
- var PrintService = { provide: 'TreeMapPrint', useValue: Print };
351
- var PdfExportService = { provide: 'TreeMapPdfExport', useValue: PdfExport };
352
- var ImageExportService = { provide: 'TreeMapImageExport', useValue: ImageExport };
353
- /**
354
- * NgModule definition for the TreeMap component with providers.
355
- */
356
- var TreeMapAllModule = /** @class */ (function () {
357
- function TreeMapAllModule() {
358
- }
359
- return TreeMapAllModule;
360
- }());
361
- TreeMapAllModule.decorators = [
362
- { type: NgModule, args: [{
363
- imports: [CommonModule, TreeMapModule],
364
- exports: [
365
- TreeMapModule
366
- ],
367
- providers: [
368
- TreeMapTooltipService,
369
- TreeMapLegendService,
370
- TreeMapHighlightService,
371
- TreeMapSelectionService,
372
- PrintService,
373
- PdfExportService,
374
- ImageExportService
375
- ]
376
- },] },
377
- ];
378
- /**
379
- * @nocollapse
380
- */
381
- TreeMapAllModule.ctorParameters = function () { return []; };
382
- /**
383
- * Generated bundle index. Do not edit.
384
- */
385
- export { ColorMappingDirective, ColorMappingsDirective, LevelDirective, LevelsDirective, TreeMapComponent, TreeMapModule, TreeMapAllModule, TreeMapTooltipService, TreeMapLegendService, TreeMapHighlightService, TreeMapSelectionService, PrintService, PdfExportService, ImageExportService, inputs as ɵa, outputs$2 as ɵb };
386
- export { TreeMap, LevelsData, Border, Margin, Font, CommonTitleSettings, SubTitleSettings, TitleSettings, ColorMapping, LegendSettings, InitialDrillSettings, LeafItemSettings, TooltipSettings, SelectionSettings, HighlightSettings, LevelSettings, load, loaded, beforePrint, itemRendering, drillStart, drillEnd, itemSelected, itemHighlight, tooltipRendering, itemClick, itemMove, click, doubleClick, rightClick, mouseMove, legendItemRendering, legendRendering, resize, defaultFont, Theme, getThemeStyle, Size, stringToNumber, Rect, RectOption, PathOption, measureText, TextOption, textTrim, Location, findPosition, createTextStyle, renderTextElement, setItemTemplateContent, getElement, itemsToOrder, isContainsData, findChildren, findHightLightItems, getTemplateFunction, convertElement, findLabelLocation, measureElement, getArea, getShortestEdge, convertToContainer, convertToRect, getMousePosition, colorMap, deSaturationColor, colorCollections, rgbToHex, getColorByValue, getGradientColor, getPercentageColor, getPercentage, wordWrap, textWrap, hide, orderByArea, maintainSelection, legendMaintain, removeClassNames, applyOptions, textFormatter, formatValue, ColorValue, convertToHexCode, componentToHex, convertHexToColor, colorNameToHex, drawSymbol, renderLegendShape, isParentItem, TreeMapAjax, removeShape, removeLegend, setColor, removeSelectionWithHighlight, getLegendIndex, pushCollection, triggerDownload, removeElement, TreeMapLegend, LayoutPanel, TreeMapHighlight, TreeMapSelection, TreeMapTooltip, ImageExport, PdfExport, Print } from '@syncfusion/ej2-treemap';
387
- //# sourceMappingURL=ej2-angular-treemap.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-treemap.es5.js","sources":["~/@syncfusion/ej2-angular-treemap/ej2-angular-treemap.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap-all.module.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap.module.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/treemap.component.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/levels.directive.ts","~/@syncfusion/ej2-angular-treemap/src/treemap/colormapping.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {ColorMappingDirective,ColorMappingsDirective,LevelDirective,LevelsDirective,TreeMapComponent,TreeMapModule,TreeMapAllModule,TreeMapTooltipService,TreeMapLegendService,TreeMapHighlightService,TreeMapSelectionService,PrintService,PdfExportService,ImageExportService,TreeMap,LevelsData,TreeMapModel,LevelsDataModel,Border,Margin,Font,CommonTitleSettings,SubTitleSettings,TitleSettings,ColorMapping,LegendSettings,InitialDrillSettings,LeafItemSettings,TooltipSettings,SelectionSettings,HighlightSettings,LevelSettings,BorderModel,MarginModel,FontModel,CommonTitleSettingsModel,SubTitleSettingsModel,TitleSettingsModel,ColorMappingModel,LegendSettingsModel,InitialDrillSettingsModel,LeafItemSettingsModel,TooltipSettingsModel,SelectionSettingsModel,HighlightSettingsModel,LevelSettingsModel,load,loaded,beforePrint,itemRendering,drillStart,drillEnd,itemSelected,itemHighlight,tooltipRendering,itemClick,itemMove,click,doubleClick,rightClick,mouseMove,legendItemRendering,legendRendering,resize,defaultFont,ITreeMapEventArgs,IPrintEventArgs,ILoadEventArgs,ILoadedEventArgs,IItemRenderingEventArgs,IDrillStartEventArgs,IDrillEndEventArgs,IItemClickEventArgs,IItemDataEventArgs,IItemMoveEventArgs,IClickEventArgs,IDoubleClickEventArgs,IRightClickEventArgs,IMouseMoveEventArgs,IItemSelectedEventArgs,IItemHighlightEventArgs,ITreeMapTooltipRenderEventArgs,ITreeMapTooltipArgs,ILegendItemRenderingEventArgs,ILegendRenderingEventArgs,IResizeEventArgs,IFontMapping,IShapes,IThemeStyle,Theme,getThemeStyle,LabelPosition,LayoutMode,Alignment,HighLightMode,SelectionMode,ExportType,LabelAlignment,LegendShape,LegendPosition,LegendMode,LegendOrientation,LabelIntersectAction,LabelPlacement,TreeMapTheme,RenderingMode,MarkerShape,Size,stringToNumber,Rect,RectOption,PathOption,measureText,TextOption,textTrim,Location,findPosition,createTextStyle,renderTextElement,setItemTemplateContent,getElement,itemsToOrder,isContainsData,findChildren,findHightLightItems,getTemplateFunction,convertElement,findLabelLocation,measureElement,getArea,getShortestEdge,convertToContainer,convertToRect,getMousePosition,colorMap,deSaturationColor,colorCollections,rgbToHex,getColorByValue,getGradientColor,getPercentageColor,getPercentage,wordWrap,textWrap,hide,orderByArea,maintainSelection,legendMaintain,removeClassNames,applyOptions,textFormatter,formatValue,ColorValue,convertToHexCode,componentToHex,convertHexToColor,colorNameToHex,drawSymbol,renderLegendShape,isParentItem,TreeMapAjax,removeShape,removeLegend,setColor,removeSelectionWithHighlight,getLegendIndex,pushCollection,triggerDownload,removeElement,TreeMapLegend,LayoutPanel,TreeMapHighlight,TreeMapSelection,TreeMapTooltip,ImageExport,PdfExport,Print} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/treemap/treemap.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { LevelDirective, LevelsDirective } from './levels.directive';\nimport { TreeMapComponent } from './treemap.component';\nimport { TreeMapModule } from './treemap.module';\nimport {TreeMapTooltip, TreeMapLegend, TreeMapHighlight, TreeMapSelection, Print, PdfExport, ImageExport} from '@syncfusion/ej2-treemap';\n\n\nexport const /** @type {?} */ TreeMapTooltipService: ValueProvider = { provide: 'TreeMapTreeMapTooltip', useValue: TreeMapTooltip};\nexport const /** @type {?} */ TreeMapLegendService: ValueProvider = { provide: 'TreeMapTreeMapLegend', useValue: TreeMapLegend};\nexport const /** @type {?} */ TreeMapHighlightService: ValueProvider = { provide: 'TreeMapTreeMapHighlight', useValue: TreeMapHighlight};\nexport const /** @type {?} */ TreeMapSelectionService: ValueProvider = { provide: 'TreeMapTreeMapSelection', useValue: TreeMapSelection};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'TreeMapPrint', useValue: Print};\nexport const /** @type {?} */ PdfExportService: ValueProvider = { provide: 'TreeMapPdfExport', useValue: PdfExport};\nexport const /** @type {?} */ ImageExportService: ValueProvider = { provide: 'TreeMapImageExport', useValue: ImageExport};\n/**\n * NgModule definition for the TreeMap component with providers.\n */\nexport class TreeMapAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TreeMapModule],\n exports: [\n TreeMapModule\n ],\n providers:[\n TreeMapTooltipService,\n TreeMapLegendService,\n TreeMapHighlightService,\n TreeMapSelectionService,\n PrintService,\n PdfExportService,\n ImageExportService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeMapAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeMapAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeMapAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { LevelDirective, LevelsDirective } from './levels.directive';\nimport { TreeMapComponent } from './treemap.component';\n/**\n * NgModule definition for the TreeMap component.\n */\nexport class TreeMapModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TreeMapComponent,\n ColorMappingDirective,\n ColorMappingsDirective,\n LevelDirective,\n LevelsDirective\n ],\n exports: [\n TreeMapComponent,\n ColorMappingDirective,\n ColorMappingsDirective,\n LevelDirective,\n LevelsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeMapModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeMapModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeMapModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { TreeMap } from '@syncfusion/ej2-treemap';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { LevelsDirective } from './levels.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowImageExport','allowPdfExport','allowPrint','background','border','breadcrumbConnector','colorValuePath','dataSource','description','drillDownView','enableBreadcrumb','enableDrillDown','enablePersistence','enableRtl','equalColorValuePath','format','height','highlightSettings','initialDrillDown','layoutType','leafItemSettings','legendSettings','levels','locale','margin','palette','query','rangeColorValuePath','renderDirection','selectionSettings','tabIndex','theme','titleSettings','tooltipSettings','useGroupingSeparator','weightValuePath','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforePrint','click','doubleClick','drillEnd','drillStart','itemClick','itemHighlight','itemMove','itemRendering','itemSelected','legendItemRendering','legendRendering','load','loaded','mouseMove','resize','rightClick','tooltipRendering'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular TreeMap component. It is used to visualize both hierarchical and flat data.\n * ```html\n * <ej-treemap></ej-treemap>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class TreeMapComponent extends TreeMap implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforePrint: any;\n\tclick: any;\n\tdoubleClick: any;\n\tdrillEnd: any;\n\tdrillStart: any;\n\titemClick: any;\n\titemHighlight: any;\n\titemMove: any;\n\titemRendering: any;\n\titemSelected: any;\n\tlegendItemRendering: any;\n\tlegendRendering: any;\n\tload: any;\n\tloaded: any;\n\tmouseMove: any;\n\tresize: any;\n\trightClick: any;\npublic tooltipRendering: any;\npublic childLevels: QueryList<LevelsDirective>;\npublic tags: string[] = ['levels'];\n \n @Template()\npublic tooltipSettings_template: any;\n \n @Template()\npublic leafItemSettings_labelTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('TreeMapTreeMapTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapTreeMapLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapTreeMapHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapTreeMapSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('TreeMapImageExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childLevels;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-treemap',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childLevels: new ContentChild(LevelsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n'leafItemSettings_labelTemplate': [{ type: ContentChild, args: ['leafItemSettingsLabelTemplate', ] },],\n};\n}\n\nfunction TreeMapComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeMapComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeMapComponent.ctorParameters;\n/** @type {?} */\nTreeMapComponent.propDecorators;\n/** @type {?} */\nTreeMapComponent.prototype.context;\n/** @type {?} */\nTreeMapComponent.prototype.tagObjects;\n/** @type {?} */\nTreeMapComponent.prototype.beforePrint;\n/** @type {?} */\nTreeMapComponent.prototype.click;\n/** @type {?} */\nTreeMapComponent.prototype.doubleClick;\n/** @type {?} */\nTreeMapComponent.prototype.drillEnd;\n/** @type {?} */\nTreeMapComponent.prototype.drillStart;\n/** @type {?} */\nTreeMapComponent.prototype.itemClick;\n/** @type {?} */\nTreeMapComponent.prototype.itemHighlight;\n/** @type {?} */\nTreeMapComponent.prototype.itemMove;\n/** @type {?} */\nTreeMapComponent.prototype.itemRendering;\n/** @type {?} */\nTreeMapComponent.prototype.itemSelected;\n/** @type {?} */\nTreeMapComponent.prototype.legendItemRendering;\n/** @type {?} */\nTreeMapComponent.prototype.legendRendering;\n/** @type {?} */\nTreeMapComponent.prototype.load;\n/** @type {?} */\nTreeMapComponent.prototype.loaded;\n/** @type {?} */\nTreeMapComponent.prototype.mouseMove;\n/** @type {?} */\nTreeMapComponent.prototype.resize;\n/** @type {?} */\nTreeMapComponent.prototype.rightClick;\n/** @type {?} */\nTreeMapComponent.prototype.tooltipRendering;\n/** @type {?} */\nTreeMapComponent.prototype.childLevels;\n/** @type {?} */\nTreeMapComponent.prototype.tags;\n/** @type {?} */\nTreeMapComponent.prototype.tooltipSettings_template;\n/** @type {?} */\nTreeMapComponent.prototype.leafItemSettings_labelTemplate;\n/** @type {?} */\nTreeMapComponent.prototype.registerEvents;\n/** @type {?} */\nTreeMapComponent.prototype.addTwoWay;\n/** @type {?} */\nTreeMapComponent.prototype.ngEle;\n/** @type {?} */\nTreeMapComponent.prototype.srenderer;\n/** @type {?} */\nTreeMapComponent.prototype.viewContainerRef;\n/** @type {?} */\nTreeMapComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColorMappingsDirective } from './colormapping.directive';\n\nlet /** @type {?} */ input: string[] = ['autoFill', 'border', 'colorMapping', 'fill', 'groupGap', 'groupPadding', 'groupPath', 'headerAlignment', 'headerFormat', 'headerHeight', 'headerStyle', 'headerTemplate', 'opacity', 'showHeader', 'templatePosition'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to configure and render level leaf items in the treemap.\n * ```html\n * <e-levels>\n * <e-level></e-level>\n * </e-levels>\n * ```\n */\nexport class LevelDirective extends ComplexBase<LevelDirective> {\npublic directivePropList: any;\npublic childColorMapping: any;\npublic tags: string[] = ['colorMapping'];\n/**\n * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.\n * \\@default false\n */\npublic autoFill: any;\n/**\n * Sets and gets the options for customizing the color and width of the border of \n * the level leaf items of the treemap.\n */\npublic border: any;\n/**\n * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.\n */\npublic colorMapping: any;\n/**\n * Sets and gets the fill color of the level leaf item in the treemap.\n * \\@default null\n */\npublic fill: any;\n/**\n * Sets and gets the gap between the level leaf items in the treemap.\n * \\@default 0\n */\npublic groupGap: any;\n/**\n * Sets and gets the padding of level leaf items in the treemap.\n * \\@default 10\n */\npublic groupPadding: any;\n/**\n * Sets and gets the value path from the data source in the treemap to render the item.\n * \\@default null\n */\npublic groupPath: any;\n/**\n * Sets and gets the alignment of the header of the treemap.\n * \\@default 'Near'\n */\npublic headerAlignment: any;\n/**\n * Sets and gets the string to format the header label of the level leaf items in the treemap.\n * \\@default null\n */\npublic headerFormat: any;\n/**\n * Sets and gets the height of header in the treemap.\n * \\@default 20\n */\npublic headerHeight: any;\n/**\n * Sets and gets the options for customizing the text style of header label of the level leaf item.\n */\npublic headerStyle: any;\n/**\n * Sets and gets the opacity in the level leaf item of the treemap.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * Shows or hides the header in level leaf item of the treemap.\n * \\@default true\n */\npublic showHeader: any;\n/**\n * Sets and gets the options for customizing the template position of the treemap.\n * \\@default 'TopLeft'\n */\npublic templatePosition: any;\n/**\n * Sets and gets the template for header in the treemap.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public headerTemplate: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-levels>e-level',\n inputs: input,\n outputs: outputs, \n queries: {\n childColorMapping: new ContentChild(ColorMappingsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n};\n}\n\nfunction LevelDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLevelDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLevelDirective.ctorParameters;\n/** @type {?} */\nLevelDirective.propDecorators;\n/** @type {?} */\nLevelDirective.prototype.directivePropList;\n/** @type {?} */\nLevelDirective.prototype.childColorMapping;\n/** @type {?} */\nLevelDirective.prototype.tags;\n/**\n * Enables or disables the automatic filling of the colors from the palette in the items of the treemap.\n * \\@default false\n * @type {?}\n */\nLevelDirective.prototype.autoFill;\n/**\n * Sets and gets the options for customizing the color and width of the border of \n * the level leaf items of the treemap.\n * @type {?}\n */\nLevelDirective.prototype.border;\n/**\n * Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.\n * @type {?}\n */\nLevelDirective.prototype.colorMapping;\n/**\n * Sets and gets the fill color of the level leaf item in the treemap.\n * \\@default null\n * @type {?}\n */\nLevelDirective.prototype.fill;\n/**\n * Sets and gets the gap between the level leaf items in the treemap.\n * \\@default 0\n * @type {?}\n */\nLevelDirective.prototype.groupGap;\n/**\n * Sets and gets the padding of level leaf items in the treemap.\n * \\@default 10\n * @type {?}\n */\nLevelDirective.prototype.groupPadding;\n/**\n * Sets and gets the value path from the data source in the treemap to render the item.\n * \\@default null\n * @type {?}\n */\nLevelDirective.prototype.groupPath;\n/**\n * Sets and gets the alignment of the header of the treemap.\n * \\@default 'Near'\n * @type {?}\n */\nLevelDirective.prototype.headerAlignment;\n/**\n * Sets and gets the string to format the header label of the level leaf items in the treemap.\n * \\@default null\n * @type {?}\n */\nLevelDirective.prototype.headerFormat;\n/**\n * Sets and gets the height of header in the treemap.\n * \\@default 20\n * @type {?}\n */\nLevelDirective.prototype.headerHeight;\n/**\n * Sets and gets the options for customizing the text style of header label of the level leaf item.\n * @type {?}\n */\nLevelDirective.prototype.headerStyle;\n/**\n * Sets and gets the opacity in the level leaf item of the treemap.\n * \\@default 1\n * @type {?}\n */\nLevelDirective.prototype.opacity;\n/**\n * Shows or hides the header in level leaf item of the treemap.\n * \\@default true\n * @type {?}\n */\nLevelDirective.prototype.showHeader;\n/**\n * Sets and gets the options for customizing the template position of the treemap.\n * \\@default 'TopLeft'\n * @type {?}\n */\nLevelDirective.prototype.templatePosition;\n/**\n * Sets and gets the template for header in the treemap.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nLevelDirective.prototype.headerTemplate;\n/** @type {?} */\nLevelDirective.prototype.viewContainerRef;\n}\n\n/**\n * Level Array Directive\n */\nexport class LevelsDirective extends ArrayBase<LevelsDirective> {\nconstructor() {\n super('levels');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-treemap>e-levels',\n queries: {\n children: new ContentChildren(LevelDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction LevelsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLevelsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLevelsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {\npublic directivePropList: any;\n/**\n * Sets and gets the color for the color-mapping in treemap.\n * \\@default null\n */\npublic color: any;\n/**\n * Sets and gets the value from which the range of color mapping starts.\n * \\@default null\n */\npublic from: any;\n/**\n * Sets and gets the label text for the legend when it is rendered based on color mapping.\n * \\@default null\n */\npublic label: any;\n/**\n * Sets and gets the maximum opacity for the color-mapping in the treemap.\n * \\@default null\n */\npublic maxOpacity: any;\n/**\n * Sets and gets the minimum opacity for the color-mapping in the treemap.\n * \\@default null\n */\npublic minOpacity: any;\n/**\n * Enables or disables the visibility of the legend for color mapping in the treemap.\n * \\@default true\n */\npublic showLegend: any;\n/**\n * Sets and gets the value to which the range of color mapping ends.\n * \\@default null\n */\npublic to: any;\n/**\n * Sets and gets the value for the color-mapping from the data source.\n * \\@default null\n */\npublic value: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-levels>e-colorMappings>e-colorMapping',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ColorMappingDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingDirective.ctorParameters;\n/** @type {?} */\nColorMappingDirective.prototype.directivePropList;\n/**\n * Sets and gets the color for the color-mapping in treemap.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.color;\n/**\n * Sets and gets the value from which the range of color mapping starts.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.from;\n/**\n * Sets and gets the label text for the legend when it is rendered based on color mapping.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.label;\n/**\n * Sets and gets the maximum opacity for the color-mapping in the treemap.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.maxOpacity;\n/**\n * Sets and gets the minimum opacity for the color-mapping in the treemap.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.minOpacity;\n/**\n * Enables or disables the visibility of the legend for color mapping in the treemap.\n * \\@default true\n * @type {?}\n */\nColorMappingDirective.prototype.showLegend;\n/**\n * Sets and gets the value to which the range of color mapping ends.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.to;\n/**\n * Sets and gets the value for the color-mapping from the data source.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.value;\n/** @type {?} */\nColorMappingDirective.prototype.viewContainerRef;\n}\n\n/**\n * ColorMapping Array Directive\n */\nexport class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {\nconstructor() {\n super('colormapping');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-levels>e-colorMappings',\n queries: {\n children: new ContentChildren(ColorMappingDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColorMappingsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","input"],"mappings":"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"}