@covalent/echarts 4.16.0-beta.2 → 4.16.1

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 (132) hide show
  1. package/bar/bar.component.d.ts +1 -1
  2. package/bar/package.json +10 -0
  3. package/base/axis/axis.component.d.ts +1 -1
  4. package/base/axis/x-axis.component.d.ts +1 -1
  5. package/base/axis/y-axis.component.d.ts +1 -1
  6. package/base/chart.component.d.ts +1 -1
  7. package/base/dataset/dataset.component.d.ts +1 -1
  8. package/base/package.json +10 -0
  9. package/base/series/series.component.d.ts +1 -1
  10. package/esm2020/bar/bar.component.mjs +4 -4
  11. package/esm2020/bar/bar.module.mjs +5 -5
  12. package/esm2020/base/axis/axis.component.mjs +4 -4
  13. package/esm2020/base/axis/x-axis.component.mjs +4 -4
  14. package/esm2020/base/axis/y-axis.component.mjs +4 -4
  15. package/esm2020/base/base.module.mjs +5 -5
  16. package/esm2020/base/chart-options.service.mjs +4 -4
  17. package/esm2020/base/chart.component.mjs +4 -4
  18. package/esm2020/base/dataset/dataset.component.mjs +4 -4
  19. package/esm2020/base/series/series.component.mjs +4 -4
  20. package/esm2020/graph/graph.component.mjs +4 -4
  21. package/esm2020/graph/graph.module.mjs +5 -5
  22. package/esm2020/line/line.component.mjs +4 -4
  23. package/esm2020/line/line.module.mjs +5 -5
  24. package/esm2020/map/map.component.mjs +4 -4
  25. package/esm2020/map/map.module.mjs +5 -5
  26. package/esm2020/pie/pie.component.mjs +4 -4
  27. package/esm2020/pie/pie.module.mjs +5 -5
  28. package/esm2020/sankey/sankey.component.mjs +4 -4
  29. package/esm2020/sankey/sankey.module.mjs +5 -5
  30. package/esm2020/scatter/scatter.component.mjs +4 -4
  31. package/esm2020/scatter/scatter.module.mjs +5 -5
  32. package/esm2020/toolbox/toolbox.component.mjs +7 -7
  33. package/esm2020/toolbox/toolbox.module.mjs +5 -5
  34. package/esm2020/tooltip/series-tooltip.component.mjs +4 -4
  35. package/esm2020/tooltip/tooltip.component.mjs +7 -7
  36. package/esm2020/tooltip/tooltip.module.mjs +5 -5
  37. package/esm2020/tree/tree.component.mjs +4 -4
  38. package/esm2020/tree/tree.module.mjs +5 -5
  39. package/esm2020/treemap/treemap.component.mjs +4 -4
  40. package/esm2020/treemap/treemap.module.mjs +5 -5
  41. package/esm2020/wordcloud/wordcloud.component.mjs +4 -4
  42. package/esm2020/wordcloud/wordcloud.module.mjs +5 -5
  43. package/fesm2015/covalent-echarts-bar.mjs +7 -7
  44. package/fesm2015/covalent-echarts-bar.mjs.map +1 -1
  45. package/fesm2015/covalent-echarts-base.mjs +25 -25
  46. package/fesm2015/covalent-echarts-base.mjs.map +1 -1
  47. package/fesm2015/covalent-echarts-graph.mjs +7 -7
  48. package/fesm2015/covalent-echarts-graph.mjs.map +1 -1
  49. package/fesm2015/covalent-echarts-line.mjs +7 -7
  50. package/fesm2015/covalent-echarts-line.mjs.map +1 -1
  51. package/fesm2015/covalent-echarts-map.mjs +7 -7
  52. package/fesm2015/covalent-echarts-map.mjs.map +1 -1
  53. package/fesm2015/covalent-echarts-pie.mjs +7 -7
  54. package/fesm2015/covalent-echarts-pie.mjs.map +1 -1
  55. package/fesm2015/covalent-echarts-sankey.mjs +7 -7
  56. package/fesm2015/covalent-echarts-sankey.mjs.map +1 -1
  57. package/fesm2015/covalent-echarts-scatter.mjs +7 -7
  58. package/fesm2015/covalent-echarts-scatter.mjs.map +1 -1
  59. package/fesm2015/covalent-echarts-toolbox.mjs +10 -10
  60. package/fesm2015/covalent-echarts-toolbox.mjs.map +1 -1
  61. package/fesm2015/covalent-echarts-tooltip.mjs +13 -13
  62. package/fesm2015/covalent-echarts-tooltip.mjs.map +1 -1
  63. package/fesm2015/covalent-echarts-tree.mjs +7 -7
  64. package/fesm2015/covalent-echarts-tree.mjs.map +1 -1
  65. package/fesm2015/covalent-echarts-treemap.mjs +7 -7
  66. package/fesm2015/covalent-echarts-treemap.mjs.map +1 -1
  67. package/fesm2015/covalent-echarts-wordcloud.mjs +7 -7
  68. package/fesm2015/covalent-echarts-wordcloud.mjs.map +1 -1
  69. package/fesm2020/covalent-echarts-bar.mjs +7 -7
  70. package/fesm2020/covalent-echarts-bar.mjs.map +1 -1
  71. package/fesm2020/covalent-echarts-base.mjs +25 -25
  72. package/fesm2020/covalent-echarts-base.mjs.map +1 -1
  73. package/fesm2020/covalent-echarts-graph.mjs +7 -7
  74. package/fesm2020/covalent-echarts-graph.mjs.map +1 -1
  75. package/fesm2020/covalent-echarts-line.mjs +7 -7
  76. package/fesm2020/covalent-echarts-line.mjs.map +1 -1
  77. package/fesm2020/covalent-echarts-map.mjs +7 -7
  78. package/fesm2020/covalent-echarts-map.mjs.map +1 -1
  79. package/fesm2020/covalent-echarts-pie.mjs +7 -7
  80. package/fesm2020/covalent-echarts-pie.mjs.map +1 -1
  81. package/fesm2020/covalent-echarts-sankey.mjs +7 -7
  82. package/fesm2020/covalent-echarts-sankey.mjs.map +1 -1
  83. package/fesm2020/covalent-echarts-scatter.mjs +7 -7
  84. package/fesm2020/covalent-echarts-scatter.mjs.map +1 -1
  85. package/fesm2020/covalent-echarts-toolbox.mjs +10 -10
  86. package/fesm2020/covalent-echarts-toolbox.mjs.map +1 -1
  87. package/fesm2020/covalent-echarts-tooltip.mjs +13 -13
  88. package/fesm2020/covalent-echarts-tooltip.mjs.map +1 -1
  89. package/fesm2020/covalent-echarts-tree.mjs +7 -7
  90. package/fesm2020/covalent-echarts-tree.mjs.map +1 -1
  91. package/fesm2020/covalent-echarts-treemap.mjs +7 -7
  92. package/fesm2020/covalent-echarts-treemap.mjs.map +1 -1
  93. package/fesm2020/covalent-echarts-wordcloud.mjs +7 -7
  94. package/fesm2020/covalent-echarts-wordcloud.mjs.map +1 -1
  95. package/graph/graph.component.d.ts +1 -1
  96. package/graph/package.json +10 -0
  97. package/line/line.component.d.ts +1 -1
  98. package/line/package.json +10 -0
  99. package/map/map.component.d.ts +1 -1
  100. package/map/package.json +10 -0
  101. package/package.json +18 -18
  102. package/pie/package.json +10 -0
  103. package/pie/pie.component.d.ts +1 -1
  104. package/sankey/package.json +10 -0
  105. package/sankey/sankey.component.d.ts +1 -1
  106. package/scatter/package.json +10 -0
  107. package/scatter/scatter.component.d.ts +1 -1
  108. package/toolbox/package.json +10 -0
  109. package/toolbox/toolbox.component.d.ts +2 -2
  110. package/tooltip/package.json +10 -0
  111. package/tooltip/series-tooltip.component.d.ts +1 -1
  112. package/tooltip/tooltip.component.d.ts +2 -2
  113. package/tree/package.json +10 -0
  114. package/tree/tree.component.d.ts +1 -1
  115. package/treemap/package.json +10 -0
  116. package/treemap/treemap.component.d.ts +1 -1
  117. package/wordcloud/package.json +10 -0
  118. package/wordcloud/wordcloud.component.d.ts +1 -1
  119. /package/bar/{index.d.ts → covalent-echarts-bar.d.ts} +0 -0
  120. /package/base/{index.d.ts → covalent-echarts-base.d.ts} +0 -0
  121. /package/{index.d.ts → covalent-echarts.d.ts} +0 -0
  122. /package/graph/{index.d.ts → covalent-echarts-graph.d.ts} +0 -0
  123. /package/line/{index.d.ts → covalent-echarts-line.d.ts} +0 -0
  124. /package/map/{index.d.ts → covalent-echarts-map.d.ts} +0 -0
  125. /package/pie/{index.d.ts → covalent-echarts-pie.d.ts} +0 -0
  126. /package/sankey/{index.d.ts → covalent-echarts-sankey.d.ts} +0 -0
  127. /package/scatter/{index.d.ts → covalent-echarts-scatter.d.ts} +0 -0
  128. /package/toolbox/{index.d.ts → covalent-echarts-toolbox.d.ts} +0 -0
  129. /package/tooltip/{index.d.ts → covalent-echarts-tooltip.d.ts} +0 -0
  130. /package/tree/{index.d.ts → covalent-echarts-tree.d.ts} +0 -0
  131. /package/treemap/{index.d.ts → covalent-echarts-treemap.d.ts} +0 -0
  132. /package/wordcloud/{index.d.ts → covalent-echarts-wordcloud.d.ts} +0 -0
@@ -82,5 +82,5 @@ export declare class TdChartSeriesLineComponent extends TdSeriesDirective implem
82
82
  constructor(_optionsService: TdChartOptionsService);
83
83
  getConfig(): any;
84
84
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesLineComponent, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesLineComponent, "td-chart-series[td-line]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "coordinateSystem": "coordinateSystem"; "xAxisIndex": "xAxisIndex"; "yAxisIndex": "yAxisIndex"; "polarIndex": "polarIndex"; "symbol": "symbol"; "symbolSize": "symbolSize"; "symbolRotate": "symbolRotate"; "symbolKeepAspect": "symbolKeepAspect"; "symbolOffset": "symbolOffset"; "showSymbol": "showSymbol"; "showAllSymbol": "showAllSymbol"; "hoverAnimation": "hoverAnimation"; "legendHoverLink": "legendHoverLink"; "stack": "stack"; "cursor": "cursor"; "connectNulls": "connectNulls"; "clipOverflow": "clipOverflow"; "step": "step"; "label": "label"; "itemStyle": "itemStyle"; "lineStyle": "lineStyle"; "areaStyle": "areaStyle"; "emphasis": "emphasis"; "smooth": "smooth"; "smoothMonotone": "smoothMonotone"; "sampling": "sampling"; "dimensions": "dimensions"; "encode": "encode"; "seriesLayoutBy": "seriesLayoutBy"; "datasetIndex": "datasetIndex"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "zlevel": "zlevel"; "z": "z"; "silent": "silent"; }, {}, never, never, false>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesLineComponent, "td-chart-series[td-line]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "coordinateSystem": "coordinateSystem"; "xAxisIndex": "xAxisIndex"; "yAxisIndex": "yAxisIndex"; "polarIndex": "polarIndex"; "symbol": "symbol"; "symbolSize": "symbolSize"; "symbolRotate": "symbolRotate"; "symbolKeepAspect": "symbolKeepAspect"; "symbolOffset": "symbolOffset"; "showSymbol": "showSymbol"; "showAllSymbol": "showAllSymbol"; "hoverAnimation": "hoverAnimation"; "legendHoverLink": "legendHoverLink"; "stack": "stack"; "cursor": "cursor"; "connectNulls": "connectNulls"; "clipOverflow": "clipOverflow"; "step": "step"; "label": "label"; "itemStyle": "itemStyle"; "lineStyle": "lineStyle"; "areaStyle": "areaStyle"; "emphasis": "emphasis"; "smooth": "smooth"; "smoothMonotone": "smoothMonotone"; "sampling": "sampling"; "dimensions": "dimensions"; "encode": "encode"; "seriesLayoutBy": "seriesLayoutBy"; "datasetIndex": "datasetIndex"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "zlevel": "zlevel"; "z": "z"; "silent": "silent"; }, {}, never, never>;
86
86
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-line.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-line.mjs",
4
+ "esm2020": "../esm2020/line/covalent-echarts-line.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-line.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-line.mjs",
7
+ "typings": "covalent-echarts-line.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/line"
10
+ }
@@ -71,5 +71,5 @@ export declare class TdChartSeriesMapComponent extends TdSeriesDirective impleme
71
71
  constructor(_optionsService: TdChartOptionsService);
72
72
  getConfig(): any;
73
73
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesMapComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesMapComponent, "td-chart-series[td-map]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "map": "map"; "roam": "roam"; "center": "center"; "aspectScale": "aspectScale"; "boudingCoords": "boudingCoords"; "zoom": "zoom"; "scaleLimit": "scaleLimit"; "nameMap": "nameMap"; "selectedMode": "selectedMode"; "label": "label"; "itemStyle": "itemStyle"; "zLevel": "zLevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "layoutCenter": "layoutCenter"; "layoutSize": "layoutSize"; "geoIndex": "geoIndex"; "mapValueCalculation": "mapValueCalculation"; "showLegendSymbol": "showLegendSymbol"; "seriesLayoutBy": "seriesLayoutBy"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "silent": "silent"; }, {}, never, never, false>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesMapComponent, "td-chart-series[td-map]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "map": "map"; "roam": "roam"; "center": "center"; "aspectScale": "aspectScale"; "boudingCoords": "boudingCoords"; "zoom": "zoom"; "scaleLimit": "scaleLimit"; "nameMap": "nameMap"; "selectedMode": "selectedMode"; "label": "label"; "itemStyle": "itemStyle"; "zLevel": "zLevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "layoutCenter": "layoutCenter"; "layoutSize": "layoutSize"; "geoIndex": "geoIndex"; "mapValueCalculation": "mapValueCalculation"; "showLegendSymbol": "showLegendSymbol"; "seriesLayoutBy": "seriesLayoutBy"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "silent": "silent"; }, {}, never, never>;
75
75
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-map.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-map.mjs",
4
+ "esm2020": "../esm2020/map/covalent-echarts-map.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-map.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-map.mjs",
7
+ "typings": "covalent-echarts-map.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/map"
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/echarts",
3
- "version": "4.16.0-beta.2",
3
+ "version": "4.16.1",
4
4
  "description": "Teradata UI Platform Echarts Module",
5
5
  "keywords": [
6
6
  "angular",
@@ -19,8 +19,8 @@
19
19
  "license": "MIT",
20
20
  "author": "Teradata UX",
21
21
  "peerDependencies": {
22
- "@angular/common": "^14.2.12",
23
- "@angular/core": "^14.2.12",
22
+ "@angular/common": "^13.2.0",
23
+ "@angular/core": "^13.2.0",
24
24
  "echarts": "^5.3.0",
25
25
  "echarts-wordcloud": "^2.0.0",
26
26
  "rxjs": "^7.4.0"
@@ -33,13 +33,13 @@
33
33
  "esm2020": "esm2020/covalent-echarts.mjs",
34
34
  "fesm2020": "fesm2020/covalent-echarts.mjs",
35
35
  "fesm2015": "fesm2015/covalent-echarts.mjs",
36
- "typings": "index.d.ts",
36
+ "typings": "covalent-echarts.d.ts",
37
37
  "exports": {
38
38
  "./package.json": {
39
39
  "default": "./package.json"
40
40
  },
41
41
  ".": {
42
- "types": "./index.d.ts",
42
+ "types": "./covalent-echarts.d.ts",
43
43
  "esm2020": "./esm2020/covalent-echarts.mjs",
44
44
  "es2020": "./fesm2020/covalent-echarts.mjs",
45
45
  "es2015": "./fesm2015/covalent-echarts.mjs",
@@ -47,7 +47,7 @@
47
47
  "default": "./fesm2020/covalent-echarts.mjs"
48
48
  },
49
49
  "./bar": {
50
- "types": "./bar/index.d.ts",
50
+ "types": "./bar/covalent-echarts-bar.d.ts",
51
51
  "esm2020": "./esm2020/bar/covalent-echarts-bar.mjs",
52
52
  "es2020": "./fesm2020/covalent-echarts-bar.mjs",
53
53
  "es2015": "./fesm2015/covalent-echarts-bar.mjs",
@@ -55,7 +55,7 @@
55
55
  "default": "./fesm2020/covalent-echarts-bar.mjs"
56
56
  },
57
57
  "./base": {
58
- "types": "./base/index.d.ts",
58
+ "types": "./base/covalent-echarts-base.d.ts",
59
59
  "esm2020": "./esm2020/base/covalent-echarts-base.mjs",
60
60
  "es2020": "./fesm2020/covalent-echarts-base.mjs",
61
61
  "es2015": "./fesm2015/covalent-echarts-base.mjs",
@@ -63,7 +63,7 @@
63
63
  "default": "./fesm2020/covalent-echarts-base.mjs"
64
64
  },
65
65
  "./graph": {
66
- "types": "./graph/index.d.ts",
66
+ "types": "./graph/covalent-echarts-graph.d.ts",
67
67
  "esm2020": "./esm2020/graph/covalent-echarts-graph.mjs",
68
68
  "es2020": "./fesm2020/covalent-echarts-graph.mjs",
69
69
  "es2015": "./fesm2015/covalent-echarts-graph.mjs",
@@ -71,7 +71,7 @@
71
71
  "default": "./fesm2020/covalent-echarts-graph.mjs"
72
72
  },
73
73
  "./line": {
74
- "types": "./line/index.d.ts",
74
+ "types": "./line/covalent-echarts-line.d.ts",
75
75
  "esm2020": "./esm2020/line/covalent-echarts-line.mjs",
76
76
  "es2020": "./fesm2020/covalent-echarts-line.mjs",
77
77
  "es2015": "./fesm2015/covalent-echarts-line.mjs",
@@ -79,7 +79,7 @@
79
79
  "default": "./fesm2020/covalent-echarts-line.mjs"
80
80
  },
81
81
  "./map": {
82
- "types": "./map/index.d.ts",
82
+ "types": "./map/covalent-echarts-map.d.ts",
83
83
  "esm2020": "./esm2020/map/covalent-echarts-map.mjs",
84
84
  "es2020": "./fesm2020/covalent-echarts-map.mjs",
85
85
  "es2015": "./fesm2015/covalent-echarts-map.mjs",
@@ -87,7 +87,7 @@
87
87
  "default": "./fesm2020/covalent-echarts-map.mjs"
88
88
  },
89
89
  "./pie": {
90
- "types": "./pie/index.d.ts",
90
+ "types": "./pie/covalent-echarts-pie.d.ts",
91
91
  "esm2020": "./esm2020/pie/covalent-echarts-pie.mjs",
92
92
  "es2020": "./fesm2020/covalent-echarts-pie.mjs",
93
93
  "es2015": "./fesm2015/covalent-echarts-pie.mjs",
@@ -95,7 +95,7 @@
95
95
  "default": "./fesm2020/covalent-echarts-pie.mjs"
96
96
  },
97
97
  "./sankey": {
98
- "types": "./sankey/index.d.ts",
98
+ "types": "./sankey/covalent-echarts-sankey.d.ts",
99
99
  "esm2020": "./esm2020/sankey/covalent-echarts-sankey.mjs",
100
100
  "es2020": "./fesm2020/covalent-echarts-sankey.mjs",
101
101
  "es2015": "./fesm2015/covalent-echarts-sankey.mjs",
@@ -103,7 +103,7 @@
103
103
  "default": "./fesm2020/covalent-echarts-sankey.mjs"
104
104
  },
105
105
  "./scatter": {
106
- "types": "./scatter/index.d.ts",
106
+ "types": "./scatter/covalent-echarts-scatter.d.ts",
107
107
  "esm2020": "./esm2020/scatter/covalent-echarts-scatter.mjs",
108
108
  "es2020": "./fesm2020/covalent-echarts-scatter.mjs",
109
109
  "es2015": "./fesm2015/covalent-echarts-scatter.mjs",
@@ -111,7 +111,7 @@
111
111
  "default": "./fesm2020/covalent-echarts-scatter.mjs"
112
112
  },
113
113
  "./toolbox": {
114
- "types": "./toolbox/index.d.ts",
114
+ "types": "./toolbox/covalent-echarts-toolbox.d.ts",
115
115
  "esm2020": "./esm2020/toolbox/covalent-echarts-toolbox.mjs",
116
116
  "es2020": "./fesm2020/covalent-echarts-toolbox.mjs",
117
117
  "es2015": "./fesm2015/covalent-echarts-toolbox.mjs",
@@ -119,7 +119,7 @@
119
119
  "default": "./fesm2020/covalent-echarts-toolbox.mjs"
120
120
  },
121
121
  "./tooltip": {
122
- "types": "./tooltip/index.d.ts",
122
+ "types": "./tooltip/covalent-echarts-tooltip.d.ts",
123
123
  "esm2020": "./esm2020/tooltip/covalent-echarts-tooltip.mjs",
124
124
  "es2020": "./fesm2020/covalent-echarts-tooltip.mjs",
125
125
  "es2015": "./fesm2015/covalent-echarts-tooltip.mjs",
@@ -127,7 +127,7 @@
127
127
  "default": "./fesm2020/covalent-echarts-tooltip.mjs"
128
128
  },
129
129
  "./tree": {
130
- "types": "./tree/index.d.ts",
130
+ "types": "./tree/covalent-echarts-tree.d.ts",
131
131
  "esm2020": "./esm2020/tree/covalent-echarts-tree.mjs",
132
132
  "es2020": "./fesm2020/covalent-echarts-tree.mjs",
133
133
  "es2015": "./fesm2015/covalent-echarts-tree.mjs",
@@ -135,7 +135,7 @@
135
135
  "default": "./fesm2020/covalent-echarts-tree.mjs"
136
136
  },
137
137
  "./treemap": {
138
- "types": "./treemap/index.d.ts",
138
+ "types": "./treemap/covalent-echarts-treemap.d.ts",
139
139
  "esm2020": "./esm2020/treemap/covalent-echarts-treemap.mjs",
140
140
  "es2020": "./fesm2020/covalent-echarts-treemap.mjs",
141
141
  "es2015": "./fesm2015/covalent-echarts-treemap.mjs",
@@ -143,7 +143,7 @@
143
143
  "default": "./fesm2020/covalent-echarts-treemap.mjs"
144
144
  },
145
145
  "./wordcloud": {
146
- "types": "./wordcloud/index.d.ts",
146
+ "types": "./wordcloud/covalent-echarts-wordcloud.d.ts",
147
147
  "esm2020": "./esm2020/wordcloud/covalent-echarts-wordcloud.mjs",
148
148
  "es2020": "./fesm2020/covalent-echarts-wordcloud.mjs",
149
149
  "es2015": "./fesm2015/covalent-echarts-wordcloud.mjs",
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-pie.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-pie.mjs",
4
+ "esm2020": "../esm2020/pie/covalent-echarts-pie.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-pie.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-pie.mjs",
7
+ "typings": "covalent-echarts-pie.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/pie"
10
+ }
@@ -60,5 +60,5 @@ export declare class TdChartSeriesPieComponent extends TdSeriesDirective impleme
60
60
  constructor(_optionsService: TdChartOptionsService);
61
61
  getConfig(): any;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesPieComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesPieComponent, "td-chart-series[td-pie]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "legendHoverLink": "legendHoverLink"; "hoverAnimation": "hoverAnimation"; "hoverOffset": "hoverOffset"; "selectedMode": "selectedMode"; "selectedOffset": "selectedOffset"; "clockwise": "clockwise"; "startAngle": "startAngle"; "minAngle": "minAngle"; "minShowLabelAngle": "minShowLabelAngle"; "roseType": "roseType"; "avoidLabelOverlap": "avoidLabelOverlap"; "stillShowZeroSum": "stillShowZeroSum"; "cursor": "cursor"; "labelLine": "labelLine"; "label": "label"; "itemStyle": "itemStyle"; "emphasis": "emphasis"; "seriesLayoutBy": "seriesLayoutBy"; "datasetIndex": "datasetIndex"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "zlevel": "zlevel"; "z": "z"; "center": "center"; "radius": "radius"; }, {}, never, never, false>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesPieComponent, "td-chart-series[td-pie]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "legendHoverLink": "legendHoverLink"; "hoverAnimation": "hoverAnimation"; "hoverOffset": "hoverOffset"; "selectedMode": "selectedMode"; "selectedOffset": "selectedOffset"; "clockwise": "clockwise"; "startAngle": "startAngle"; "minAngle": "minAngle"; "minShowLabelAngle": "minShowLabelAngle"; "roseType": "roseType"; "avoidLabelOverlap": "avoidLabelOverlap"; "stillShowZeroSum": "stillShowZeroSum"; "cursor": "cursor"; "labelLine": "labelLine"; "label": "label"; "itemStyle": "itemStyle"; "emphasis": "emphasis"; "seriesLayoutBy": "seriesLayoutBy"; "datasetIndex": "datasetIndex"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "zlevel": "zlevel"; "z": "z"; "center": "center"; "radius": "radius"; }, {}, never, never>;
64
64
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-sankey.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-sankey.mjs",
4
+ "esm2020": "../esm2020/sankey/covalent-echarts-sankey.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-sankey.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-sankey.mjs",
7
+ "typings": "covalent-echarts-sankey.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/sankey"
10
+ }
@@ -61,5 +61,5 @@ export declare class TdChartSeriesSankeyComponent extends TdSeriesDirective impl
61
61
  constructor(_optionsService: TdChartOptionsService);
62
62
  getConfig(): any;
63
63
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesSankeyComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesSankeyComponent, "td-chart-series[td-sankey]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "zlevel": "zlevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; "nodeWidth": "nodeWidth"; "nodeGap": "nodeGap"; "layoutIterations": "layoutIterations"; "orient": "orient"; "draggable": "draggable"; "focusNodeAdjacency": "focusNodeAdjacency"; "label": "label"; "itemStyle": "itemStyle"; "lineStyle": "lineStyle"; "emphasis": "emphasis"; "nodes": "nodes"; "links": "links"; "edges": "edges"; "silent": "silent"; }, {}, never, never, false>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesSankeyComponent, "td-chart-series[td-sankey]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "zlevel": "zlevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; "nodeWidth": "nodeWidth"; "nodeGap": "nodeGap"; "layoutIterations": "layoutIterations"; "orient": "orient"; "draggable": "draggable"; "focusNodeAdjacency": "focusNodeAdjacency"; "label": "label"; "itemStyle": "itemStyle"; "lineStyle": "lineStyle"; "emphasis": "emphasis"; "nodes": "nodes"; "links": "links"; "edges": "edges"; "silent": "silent"; }, {}, never, never>;
65
65
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-scatter.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-scatter.mjs",
4
+ "esm2020": "../esm2020/scatter/covalent-echarts-scatter.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-scatter.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-scatter.mjs",
7
+ "typings": "covalent-echarts-scatter.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/scatter"
10
+ }
@@ -72,5 +72,5 @@ export declare class TdChartSeriesScatterComponent extends TdSeriesDirective imp
72
72
  constructor(_optionsService: TdChartOptionsService);
73
73
  getConfig(): any;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesScatterComponent, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesScatterComponent, "td-chart-series[td-scatter]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "coordinateSystem": "coordinateSystem"; "xAxisIndex": "xAxisIndex"; "yAxisIndex": "yAxisIndex"; "polarIndex": "polarIndex"; "geoIndex": "geoIndex"; "calendarIndex": "calendarIndex"; "hoverAnimation": "hoverAnimation"; "legendHoverLink": "legendHoverLink"; "symbol": "symbol"; "symbolSize": "symbolSize"; "symbolRotate": "symbolRotate"; "symbolKeepAspect": "symbolKeepAspect"; "symbolOffset": "symbolOffset"; "large": "large"; "largeThreshold": "largeThreshold"; "cursor": "cursor"; "label": "label"; "itemStyle": "itemStyle"; "emphasis": "emphasis"; "progressive": "progressive"; "progressiveThreshold": "progressiveThreshold"; "dimensions": "dimensions"; "encode": "encode"; "seriesLayoutBy": "seriesLayoutBy"; "datasetIndex": "datasetIndex"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "zlevel": "zlevel"; "z": "z"; "silent": "silent"; }, {}, never, never, false>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesScatterComponent, "td-chart-series[td-scatter]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "coordinateSystem": "coordinateSystem"; "xAxisIndex": "xAxisIndex"; "yAxisIndex": "yAxisIndex"; "polarIndex": "polarIndex"; "geoIndex": "geoIndex"; "calendarIndex": "calendarIndex"; "hoverAnimation": "hoverAnimation"; "legendHoverLink": "legendHoverLink"; "symbol": "symbol"; "symbolSize": "symbolSize"; "symbolRotate": "symbolRotate"; "symbolKeepAspect": "symbolKeepAspect"; "symbolOffset": "symbolOffset"; "large": "large"; "largeThreshold": "largeThreshold"; "cursor": "cursor"; "label": "label"; "itemStyle": "itemStyle"; "emphasis": "emphasis"; "progressive": "progressive"; "progressiveThreshold": "progressiveThreshold"; "dimensions": "dimensions"; "encode": "encode"; "seriesLayoutBy": "seriesLayoutBy"; "datasetIndex": "datasetIndex"; "markPoint": "markPoint"; "markLine": "markLine"; "markArea": "markArea"; "zlevel": "zlevel"; "z": "z"; "silent": "silent"; }, {}, never, never>;
76
76
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-toolbox.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-toolbox.mjs",
4
+ "esm2020": "../esm2020/toolbox/covalent-echarts-toolbox.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-toolbox.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-toolbox.mjs",
7
+ "typings": "covalent-echarts-toolbox.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/toolbox"
10
+ }
@@ -102,7 +102,7 @@ export interface ITdToolboxFeature {
102
102
  }
103
103
  export declare class TdChartViewDataFormatterDirective {
104
104
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartViewDataFormatterDirective, never>;
105
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartViewDataFormatterDirective, "ng-template[tdViewDataFormatter]", never, {}, {}, never, never, false>;
105
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartViewDataFormatterDirective, "ng-template[tdViewDataFormatter]", never, {}, {}, never>;
106
106
  }
107
107
  export declare class TdChartToolboxComponent implements OnChanges, OnDestroy {
108
108
  private _changeDetectorRef;
@@ -138,5 +138,5 @@ export declare class TdChartToolboxComponent implements OnChanges, OnDestroy {
138
138
  private _checkFormatterTemplate;
139
139
  private _optionToContentFormatter;
140
140
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartToolboxComponent, never>;
141
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartToolboxComponent, "td-chart-toolbox", never, { "config": "config"; "show": "show"; "trigger": "trigger"; "orient": "orient"; "itemSize": "itemSize"; "itemGap": "itemGap"; "showTitle": "showTitle"; "label": "label"; "feature": "feature"; "iconStyle": "iconStyle"; "zlevel": "zlevel"; "z": "z"; "transitionDuration": "transitionDuration"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; }, {}, ["formatterTemplate"], never, false>;
141
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartToolboxComponent, "td-chart-toolbox", never, { "config": "config"; "show": "show"; "trigger": "trigger"; "orient": "orient"; "itemSize": "itemSize"; "itemGap": "itemGap"; "showTitle": "showTitle"; "label": "label"; "feature": "feature"; "iconStyle": "iconStyle"; "zlevel": "zlevel"; "z": "z"; "transitionDuration": "transitionDuration"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; }, {}, ["formatterTemplate"], never>;
142
142
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-tooltip.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-tooltip.mjs",
4
+ "esm2020": "../esm2020/tooltip/covalent-echarts-tooltip.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-tooltip.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-tooltip.mjs",
7
+ "typings": "covalent-echarts-tooltip.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/tooltip"
10
+ }
@@ -32,5 +32,5 @@ export declare class TdSeriesTooltipComponent implements OnChanges, OnDestroy {
32
32
  private _formatter;
33
33
  private _removeOption;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<TdSeriesTooltipComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<TdSeriesTooltipComponent, "td-chart-series-tooltip", never, { "config": "config"; "formatter": "formatter"; "position": "position"; "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "borderWidth": "borderWidth"; "padding": "padding"; "textStyle": "textStyle"; "extraCssText": "extraCssText"; }, {}, ["formatterTemplate"], never, false>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdSeriesTooltipComponent, "td-chart-series-tooltip", never, { "config": "config"; "formatter": "formatter"; "position": "position"; "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "borderWidth": "borderWidth"; "padding": "padding"; "textStyle": "textStyle"; "extraCssText": "extraCssText"; }, {}, ["formatterTemplate"], never>;
36
36
  }
@@ -7,7 +7,7 @@ export declare class TdTooltipContext {
7
7
  }
8
8
  export declare class TdChartTooltipFormatterDirective {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartTooltipFormatterDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartTooltipFormatterDirective, "ng-template[tdTooltipFormatter]", never, {}, {}, never, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartTooltipFormatterDirective, "ng-template[tdTooltipFormatter]", never, {}, {}, never>;
11
11
  }
12
12
  export declare class TdChartTooltipComponent implements OnChanges, OnDestroy {
13
13
  private _changeDetectorRef;
@@ -45,5 +45,5 @@ export declare class TdChartTooltipComponent implements OnChanges, OnDestroy {
45
45
  private _removeOption;
46
46
  private _formatter;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartTooltipComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartTooltipComponent, "td-chart-tooltip", never, { "config": "config"; "show": "show"; "trigger": "trigger"; "axisPointer": "axisPointer"; "showContent": "showContent"; "alwaysShowContent": "alwaysShowContent"; "triggerOn": "triggerOn"; "showDelay": "showDelay"; "hideDelay": "hideDelay"; "enterable": "enterable"; "renderMode": "renderMode"; "confine": "confine"; "transitionDuration": "transitionDuration"; "position": "position"; "formatter": "formatter"; "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "borderWidth": "borderWidth"; "padding": "padding"; "textStyle": "textStyle"; "extraCssText": "extraCssText"; }, {}, ["formatterTemplate"], never, false>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartTooltipComponent, "td-chart-tooltip", never, { "config": "config"; "show": "show"; "trigger": "trigger"; "axisPointer": "axisPointer"; "showContent": "showContent"; "alwaysShowContent": "alwaysShowContent"; "triggerOn": "triggerOn"; "showDelay": "showDelay"; "hideDelay": "hideDelay"; "enterable": "enterable"; "renderMode": "renderMode"; "confine": "confine"; "transitionDuration": "transitionDuration"; "position": "position"; "formatter": "formatter"; "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "borderWidth": "borderWidth"; "padding": "padding"; "textStyle": "textStyle"; "extraCssText": "extraCssText"; }, {}, ["formatterTemplate"], never>;
49
49
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-tree.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-tree.mjs",
4
+ "esm2020": "../esm2020/tree/covalent-echarts-tree.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-tree.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-tree.mjs",
7
+ "typings": "covalent-echarts-tree.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/tree"
10
+ }
@@ -78,6 +78,6 @@ export declare class TdChartSeriesTreeComponent extends TdSeriesDirective implem
78
78
  constructor(_optionsService: TdChartOptionsService);
79
79
  getConfig(): any;
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesTreeComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesTreeComponent, "td-chart-series[td-tree]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "zlevel": "zlevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; "layout": "layout"; "orient": "orient"; "symbol": "symbol"; "symbolSize": "symbolSize"; "symbolRotate": "symbolRotate"; "symbolKeepAspect": "symbolKeepAspect"; "roam": "roam"; "expandAndCollapse": "expandAndCollapse"; "initialTreeDepth": "initialTreeDepth"; "itemStyle": "itemStyle"; "label": "label"; "lineStyle": "lineStyle"; "leaves": "leaves"; "emphasis": "emphasis"; }, {}, never, never, false>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesTreeComponent, "td-chart-series[td-tree]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "zlevel": "zlevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; "layout": "layout"; "orient": "orient"; "symbol": "symbol"; "symbolSize": "symbolSize"; "symbolRotate": "symbolRotate"; "symbolKeepAspect": "symbolKeepAspect"; "roam": "roam"; "expandAndCollapse": "expandAndCollapse"; "initialTreeDepth": "initialTreeDepth"; "itemStyle": "itemStyle"; "label": "label"; "lineStyle": "lineStyle"; "leaves": "leaves"; "emphasis": "emphasis"; }, {}, never, never>;
82
82
  }
83
83
  export {};
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-treemap.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-treemap.mjs",
4
+ "esm2020": "../esm2020/treemap/covalent-echarts-treemap.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-treemap.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-treemap.mjs",
7
+ "typings": "covalent-echarts-treemap.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/treemap"
10
+ }
@@ -129,6 +129,6 @@ export declare class TdChartSeriesTreemapComponent extends TdSeriesDirective imp
129
129
  constructor(_optionsService: TdChartOptionsService);
130
130
  getConfig(): any;
131
131
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesTreemapComponent, never>;
132
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesTreemapComponent, "td-chart-series[td-treemap]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "zlevel": "zlevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; "squareRatio": "squareRatio"; "leafDepth": "leafDepth"; "drillDownIcon": "drillDownIcon"; "roam": "roam"; "nodeClick": "nodeClick"; "zoomToNodeRatio": "zoomToNodeRatio"; "levels": "levels"; "silent": "silent"; "visualDimension": "visualDimension"; "visualMin": "visualMin"; "visualMax": "visualMax"; "colorAlpha": "colorAlpha"; "colorSaturation": "colorSaturation"; "colorMappingBy": "colorMappingBy"; "visibleMin": "visibleMin"; "childrenVisibleMin": "childrenVisibleMin"; "itemStyle": "itemStyle"; "label": "label"; "upperLabel": "upperLabel"; "breadcrumb": "breadcrumb"; "emphasis": "emphasis"; }, {}, never, never, false>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesTreemapComponent, "td-chart-series[td-treemap]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "zlevel": "zlevel"; "z": "z"; "left": "left"; "top": "top"; "right": "right"; "bottom": "bottom"; "width": "width"; "height": "height"; "squareRatio": "squareRatio"; "leafDepth": "leafDepth"; "drillDownIcon": "drillDownIcon"; "roam": "roam"; "nodeClick": "nodeClick"; "zoomToNodeRatio": "zoomToNodeRatio"; "levels": "levels"; "silent": "silent"; "visualDimension": "visualDimension"; "visualMin": "visualMin"; "visualMax": "visualMax"; "colorAlpha": "colorAlpha"; "colorSaturation": "colorSaturation"; "colorMappingBy": "colorMappingBy"; "visibleMin": "visibleMin"; "childrenVisibleMin": "childrenVisibleMin"; "itemStyle": "itemStyle"; "label": "label"; "upperLabel": "upperLabel"; "breadcrumb": "breadcrumb"; "emphasis": "emphasis"; }, {}, never, never>;
133
133
  }
134
134
  export {};
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../fesm2015/covalent-echarts-wordcloud.mjs",
3
+ "es2020": "../fesm2020/covalent-echarts-wordcloud.mjs",
4
+ "esm2020": "../esm2020/wordcloud/covalent-echarts-wordcloud.mjs",
5
+ "fesm2020": "../fesm2020/covalent-echarts-wordcloud.mjs",
6
+ "fesm2015": "../fesm2015/covalent-echarts-wordcloud.mjs",
7
+ "typings": "covalent-echarts-wordcloud.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@covalent/echarts/wordcloud"
10
+ }
@@ -51,5 +51,5 @@ export declare class TdChartSeriesWordcloudComponent extends TdSeriesDirective i
51
51
  constructor(_optionsService: TdChartOptionsService);
52
52
  getConfig(): any;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesWordcloudComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesWordcloudComponent, "td-chart-series[td-wordCloud]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "shape": "shape"; "left": "left"; "top": "top"; "width": "width"; "height": "height"; "right": "right"; "bottom": "bottom"; "sizeRange": "sizeRange"; "rotationRange": "rotationRange"; "rotationStep": "rotationStep"; "gridSize": "gridSize"; "drawOutOfBound": "drawOutOfBound"; "textStyle": "textStyle"; }, {}, never, never, false>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesWordcloudComponent, "td-chart-series[td-wordCloud]", never, { "config": "config"; "id": "id"; "name": "name"; "color": "color"; "data": "data"; "animation": "animation"; "animationThreshold": "animationThreshold"; "animationDuration": "animationDuration"; "animationEasing": "animationEasing"; "animationDelay": "animationDelay"; "animationDurationUpdate": "animationDurationUpdate"; "animationEasingUpdate": "animationEasingUpdate"; "animationDelayUpdate": "animationDelayUpdate"; "tooltip": "tooltip"; "shape": "shape"; "left": "left"; "top": "top"; "width": "width"; "height": "height"; "right": "right"; "bottom": "bottom"; "sizeRange": "sizeRange"; "rotationRange": "rotationRange"; "rotationStep": "rotationStep"; "gridSize": "gridSize"; "drawOutOfBound": "drawOutOfBound"; "textStyle": "textStyle"; }, {}, never, never>;
55
55
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes