@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,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "treemap-layout-type-two",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "treemap-layout-type-two"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'treemap';
4
- exports.sampleName = 'leaf';
5
- exports.diModules = 'TreeMapTooltip';
6
- exports.packageName = '@syncfusion/ej2-angular-treemap';
7
- exports.libModules = 'TreeMapModule';
@@ -1,8 +0,0 @@
1
- <div class="control-section">
2
- <ejs-treemap id='container' #treemap style="display:block;" [titleSettings] = 'titleSettings' [dataSource] ='dataSource' [weightValuePath] ='weightValuePath' [leafItemSettings] ='leafItemSettings'
3
- [tooltipSettings] = 'tooltipSettings' layoutType ='Squarified' [rangeColorValuePath] = 'rangeColorValuePath' (load)='load($event)' >
4
- </ejs-treemap>
5
- </div>
6
-
7
-
8
-
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "treemap-leaf",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "treemap-leaf"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'treemap';
4
- exports.sampleName = 'legend-default';
5
- exports.diModules = 'TreeMapTooltip,TreeMapLegend';
6
- exports.packageName = '@syncfusion/ej2-angular-treemap';
7
- exports.libModules = 'TreeMapModule';
@@ -1,7 +0,0 @@
1
- <div class="control-section">
2
- <ejs-treemap id='container' #treemap style="display:block;" [dataSource] ='dataSource' [weightValuePath] ='weightValuePath'
3
- [titleSettings] = 'titleSettings' [legendSettings] = 'legendSettings' [leafItemSettings] = 'leafItemSettings' [tooltipSettings] = 'tooltipSettings'
4
- [equalColorValuePath] = 'equalColorValuePath' format = 'n' useGroupingSeparator = 'true' (load)='load($event)' >
5
- </ejs-treemap>
6
-
7
- </div>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "treemap-legend-default",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "treemap-legend-default"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'treemap';
4
- exports.sampleName = 'legend-interaction';
5
- exports.diModules = 'TreeMapTooltip,TreeMapLegend';
6
- exports.packageName = '@syncfusion/ej2-angular-treemap';
7
- exports.libModules = 'TreeMapModule';
@@ -1,7 +0,0 @@
1
- <div class="control-section">
2
- <ejs-treemap id='container' #treemap style="display:block;" [dataSource] ='dataSource' [weightValuePath] ='weightValuePath'
3
- [titleSettings] = 'titleSettings' [legendSettings] = 'legendSettings' [leafItemSettings] = 'leafItemSettings' [tooltipSettings] = 'tooltipSettings'
4
- [equalColorValuePath] = 'equalColorValuePath' format = 'n' useGroupingSeparator = 'true' (load)='load($event)' >
5
- </ejs-treemap>
6
-
7
- </div>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "treemap-legend-interaction",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "treemap-legend-interaction"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;