@covalent/echarts 9.1.2 → 10.0.0

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 (159) hide show
  1. package/bar/bar.component.d.ts +1 -1
  2. package/bar/bar.module.d.ts +5 -2
  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/base.module.d.ts +5 -2
  7. package/base/chart.component.d.ts +1 -1
  8. package/base/dataset/dataset.component.d.ts +1 -1
  9. package/base/series/series.component.d.ts +1 -1
  10. package/clustering/clustering.component.d.ts +1 -1
  11. package/clustering/clustering.module.d.ts +5 -2
  12. package/fesm2022/covalent-echarts-bar.mjs +110 -105
  13. package/fesm2022/covalent-echarts-bar.mjs.map +1 -1
  14. package/fesm2022/covalent-echarts-base.mjs +264 -257
  15. package/fesm2022/covalent-echarts-base.mjs.map +1 -1
  16. package/fesm2022/covalent-echarts-clustering.mjs +136 -131
  17. package/fesm2022/covalent-echarts-clustering.mjs.map +1 -1
  18. package/fesm2022/covalent-echarts-graph.mjs +144 -139
  19. package/fesm2022/covalent-echarts-graph.mjs.map +1 -1
  20. package/fesm2022/covalent-echarts-histogram.mjs +58 -53
  21. package/fesm2022/covalent-echarts-histogram.mjs.map +1 -1
  22. package/fesm2022/covalent-echarts-line.mjs +126 -121
  23. package/fesm2022/covalent-echarts-line.mjs.map +1 -1
  24. package/fesm2022/covalent-echarts-map.mjs +108 -103
  25. package/fesm2022/covalent-echarts-map.mjs.map +1 -1
  26. package/fesm2022/covalent-echarts-pie.mjs +106 -101
  27. package/fesm2022/covalent-echarts-pie.mjs.map +1 -1
  28. package/fesm2022/covalent-echarts-regression.mjs +60 -55
  29. package/fesm2022/covalent-echarts-regression.mjs.map +1 -1
  30. package/fesm2022/covalent-echarts-sankey.mjs +98 -93
  31. package/fesm2022/covalent-echarts-sankey.mjs.map +1 -1
  32. package/fesm2022/covalent-echarts-scatter.mjs +116 -111
  33. package/fesm2022/covalent-echarts-scatter.mjs.map +1 -1
  34. package/fesm2022/covalent-echarts-toolbox.mjs +92 -73
  35. package/fesm2022/covalent-echarts-toolbox.mjs.map +1 -1
  36. package/fesm2022/covalent-echarts-tooltip.mjs +151 -115
  37. package/fesm2022/covalent-echarts-tooltip.mjs.map +1 -1
  38. package/fesm2022/covalent-echarts-tree.mjs +98 -93
  39. package/fesm2022/covalent-echarts-tree.mjs.map +1 -1
  40. package/fesm2022/covalent-echarts-treemap.mjs +122 -117
  41. package/fesm2022/covalent-echarts-treemap.mjs.map +1 -1
  42. package/fesm2022/covalent-echarts-wordcloud.mjs +82 -77
  43. package/fesm2022/covalent-echarts-wordcloud.mjs.map +1 -1
  44. package/graph/graph.component.d.ts +1 -1
  45. package/graph/graph.module.d.ts +5 -2
  46. package/histogram/histogram.component.d.ts +1 -1
  47. package/histogram/histogram.module.d.ts +5 -2
  48. package/line/line.component.d.ts +1 -1
  49. package/line/line.module.d.ts +5 -2
  50. package/map/map.component.d.ts +1 -1
  51. package/map/map.module.d.ts +5 -2
  52. package/package.json +14 -45
  53. package/pie/pie.component.d.ts +1 -1
  54. package/pie/pie.module.d.ts +5 -2
  55. package/regression/regression.component.d.ts +1 -1
  56. package/regression/regression.module.d.ts +5 -2
  57. package/sankey/sankey.component.d.ts +1 -1
  58. package/sankey/sankey.module.d.ts +5 -2
  59. package/scatter/scatter.component.d.ts +1 -1
  60. package/scatter/scatter.module.d.ts +5 -2
  61. package/toolbox/toolbox.component.d.ts +2 -2
  62. package/toolbox/toolbox.module.d.ts +5 -2
  63. package/tooltip/series-tooltip.component.d.ts +1 -1
  64. package/tooltip/tooltip.component.d.ts +2 -2
  65. package/tooltip/tooltip.module.d.ts +5 -2
  66. package/tree/tree.component.d.ts +1 -1
  67. package/tree/tree.module.d.ts +5 -2
  68. package/treemap/treemap.component.d.ts +1 -1
  69. package/treemap/treemap.module.d.ts +5 -2
  70. package/wordcloud/wordcloud.component.d.ts +1 -1
  71. package/wordcloud/wordcloud.module.d.ts +5 -2
  72. package/esm2022/bar/bar.component.mjs +0 -163
  73. package/esm2022/bar/bar.module.mjs +0 -19
  74. package/esm2022/bar/covalent-echarts-bar.mjs +0 -5
  75. package/esm2022/bar/public_api.mjs +0 -3
  76. package/esm2022/base/axis/axis.component.mjs +0 -157
  77. package/esm2022/base/axis/axis.interface.mjs +0 -2
  78. package/esm2022/base/axis/x-axis.component.mjs +0 -56
  79. package/esm2022/base/axis/y-axis.component.mjs +0 -56
  80. package/esm2022/base/base.module.mjs +0 -35
  81. package/esm2022/base/base.types.mjs +0 -2
  82. package/esm2022/base/chart-options.service.mjs +0 -63
  83. package/esm2022/base/chart.component.mjs +0 -211
  84. package/esm2022/base/covalent-echarts-base.mjs +0 -5
  85. package/esm2022/base/dataset/dataset.component.mjs +0 -57
  86. package/esm2022/base/public_api.mjs +0 -10
  87. package/esm2022/base/series/series.component.mjs +0 -106
  88. package/esm2022/base/series/series.interface.mjs +0 -2
  89. package/esm2022/base/themes/aqua-splash.mjs +0 -487
  90. package/esm2022/base/themes/california-coast.mjs +0 -460
  91. package/esm2022/base/themes/hawaiian-sunrise.mjs +0 -460
  92. package/esm2022/base/themes/passion-flower.mjs +0 -460
  93. package/esm2022/base/themes/razzleberry-pie.mjs +0 -487
  94. package/esm2022/base/themes/teradata-classic.mjs +0 -487
  95. package/esm2022/base/themes/teradata-default.mjs +0 -460
  96. package/esm2022/base/themes/urban-sunrise.mjs +0 -460
  97. package/esm2022/base/themes/volcanic-eruption.mjs +0 -460
  98. package/esm2022/base/utils/assign-defined.mjs +0 -25
  99. package/esm2022/base/utils/echarts.mjs +0 -49
  100. package/esm2022/base/utils/index.mjs +0 -3
  101. package/esm2022/clustering/clustering.component.mjs +0 -275
  102. package/esm2022/clustering/clustering.module.mjs +0 -21
  103. package/esm2022/clustering/covalent-echarts-clustering.mjs +0 -5
  104. package/esm2022/clustering/public_api.mjs +0 -3
  105. package/esm2022/covalent-echarts.mjs +0 -5
  106. package/esm2022/graph/covalent-echarts-graph.mjs +0 -5
  107. package/esm2022/graph/graph.component.mjs +0 -230
  108. package/esm2022/graph/graph.module.mjs +0 -21
  109. package/esm2022/graph/public_api.mjs +0 -3
  110. package/esm2022/histogram/covalent-echarts-histogram.mjs +0 -5
  111. package/esm2022/histogram/histogram.component.mjs +0 -127
  112. package/esm2022/histogram/histogram.module.mjs +0 -21
  113. package/esm2022/histogram/public_api.mjs +0 -3
  114. package/esm2022/line/covalent-echarts-line.mjs +0 -5
  115. package/esm2022/line/line.component.mjs +0 -195
  116. package/esm2022/line/line.module.mjs +0 -19
  117. package/esm2022/line/public_api.mjs +0 -3
  118. package/esm2022/map/covalent-echarts-map.mjs +0 -5
  119. package/esm2022/map/map.component.mjs +0 -159
  120. package/esm2022/map/map.module.mjs +0 -19
  121. package/esm2022/map/public_api.mjs +0 -3
  122. package/esm2022/pie/covalent-echarts-pie.mjs +0 -5
  123. package/esm2022/pie/pie.component.mjs +0 -153
  124. package/esm2022/pie/pie.module.mjs +0 -19
  125. package/esm2022/pie/public_api.mjs +0 -3
  126. package/esm2022/public_api.mjs +0 -2
  127. package/esm2022/regression/covalent-echarts-regression.mjs +0 -5
  128. package/esm2022/regression/public_api.mjs +0 -3
  129. package/esm2022/regression/regression.component.mjs +0 -140
  130. package/esm2022/regression/regression.module.mjs +0 -21
  131. package/esm2022/sankey/covalent-echarts-sankey.mjs +0 -5
  132. package/esm2022/sankey/public_api.mjs +0 -3
  133. package/esm2022/sankey/sankey.component.mjs +0 -139
  134. package/esm2022/sankey/sankey.module.mjs +0 -21
  135. package/esm2022/scatter/covalent-echarts-scatter.mjs +0 -5
  136. package/esm2022/scatter/public_api.mjs +0 -3
  137. package/esm2022/scatter/scatter.component.mjs +0 -175
  138. package/esm2022/scatter/scatter.module.mjs +0 -21
  139. package/esm2022/toolbox/covalent-echarts-toolbox.mjs +0 -5
  140. package/esm2022/toolbox/public_api.mjs +0 -3
  141. package/esm2022/toolbox/toolbox.component.mjs +0 -149
  142. package/esm2022/toolbox/toolbox.module.mjs +0 -24
  143. package/esm2022/tooltip/covalent-echarts-tooltip.mjs +0 -5
  144. package/esm2022/tooltip/public_api.mjs +0 -4
  145. package/esm2022/tooltip/series-tooltip.component.mjs +0 -112
  146. package/esm2022/tooltip/tooltip.component.mjs +0 -168
  147. package/esm2022/tooltip/tooltip.module.mjs +0 -28
  148. package/esm2022/tree/covalent-echarts-tree.mjs +0 -5
  149. package/esm2022/tree/public_api.mjs +0 -3
  150. package/esm2022/tree/tree.component.mjs +0 -139
  151. package/esm2022/tree/tree.module.mjs +0 -19
  152. package/esm2022/treemap/covalent-echarts-treemap.mjs +0 -5
  153. package/esm2022/treemap/public_api.mjs +0 -3
  154. package/esm2022/treemap/treemap.component.mjs +0 -182
  155. package/esm2022/treemap/treemap.module.mjs +0 -21
  156. package/esm2022/wordcloud/covalent-echarts-wordcloud.mjs +0 -5
  157. package/esm2022/wordcloud/public_api.mjs +0 -3
  158. package/esm2022/wordcloud/wordcloud.component.mjs +0 -106
  159. package/esm2022/wordcloud/wordcloud.module.mjs +0 -21
@@ -64,5 +64,5 @@ export declare class TdChartSeriesBarComponent extends TdSeriesDirective impleme
64
64
  constructor(_optionsService: TdChartOptionsService);
65
65
  getConfig(): any;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesBarComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesBarComponent, "td-chart-series[td-bar]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "barMaxWidth": { "alias": "barMaxWidth"; "required": false; }; "barMinHeight": { "alias": "barMinHeight"; "required": false; }; "barGap": { "alias": "barGap"; "required": false; }; "barCategoryGap": { "alias": "barCategoryGap"; "required": false; }; "large": { "alias": "large"; "required": false; }; "largeThreshold": { "alias": "largeThreshold"; "required": false; }; "progressive": { "alias": "progressive"; "required": false; }; "progressiveThreshold": { "alias": "progressiveThreshold"; "required": false; }; "progressiveChunkMode": { "alias": "progressiveChunkMode"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "encode": { "alias": "encode"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "datasetIndex": { "alias": "datasetIndex"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesBarComponent, "td-chart-series[td-bar]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "barMaxWidth": { "alias": "barMaxWidth"; "required": false; }; "barMinHeight": { "alias": "barMinHeight"; "required": false; }; "barGap": { "alias": "barGap"; "required": false; }; "barCategoryGap": { "alias": "barCategoryGap"; "required": false; }; "large": { "alias": "large"; "required": false; }; "largeThreshold": { "alias": "largeThreshold"; "required": false; }; "progressive": { "alias": "progressive"; "required": false; }; "progressiveThreshold": { "alias": "progressiveThreshold"; "required": false; }; "progressiveChunkMode": { "alias": "progressiveChunkMode"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "encode": { "alias": "encode"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "datasetIndex": { "alias": "datasetIndex"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never, true, never>;
68
68
  }
@@ -1,10 +1,13 @@
1
1
  import { Type } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./bar.component";
4
- import * as i2 from "@angular/common";
5
4
  export declare const BAR_MODULE_COMPONENTS: Type<any>[];
5
+ /**
6
+ * @deprecated This module is deprecated and will be removed in future versions.
7
+ * Please migrate to using standalone components as soon as possible.
8
+ */
6
9
  export declare class CovalentBarEchartsModule {
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentBarEchartsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBarEchartsModule, [typeof i1.TdChartSeriesBarComponent], [typeof i2.CommonModule], [typeof i1.TdChartSeriesBarComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBarEchartsModule, never, [typeof i1.TdChartSeriesBarComponent], [typeof i1.TdChartSeriesBarComponent]>;
9
12
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentBarEchartsModule>;
10
13
  }
@@ -44,5 +44,5 @@ export declare abstract class TdChartAxisDirective implements OnChanges, OnInit,
44
44
  private _setOptions;
45
45
  private _removeOption;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartAxisDirective, never>;
47
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartAxisDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never, false, never>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartAxisDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never, true, never>;
48
48
  }
@@ -6,5 +6,5 @@ export declare class TdChartXAxisComponent extends TdChartAxisDirective {
6
6
  position: TdXAxisPosition;
7
7
  constructor(_optionsService: TdChartOptionsService);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartXAxisComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartXAxisComponent, "td-chart-x-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartXAxisComponent, "td-chart-x-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
10
10
  }
@@ -6,5 +6,5 @@ export declare class TdChartYAxisComponent extends TdChartAxisDirective {
6
6
  position: TdYAxisPosition;
7
7
  constructor(_optionsService: TdChartOptionsService);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartYAxisComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartYAxisComponent, "td-chart-y-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartYAxisComponent, "td-chart-y-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
10
10
  }
@@ -4,10 +4,13 @@ import * as i1 from "./chart.component";
4
4
  import * as i2 from "./axis/x-axis.component";
5
5
  import * as i3 from "./axis/y-axis.component";
6
6
  import * as i4 from "./dataset/dataset.component";
7
- import * as i5 from "@angular/common";
8
7
  export declare const BASE_MODULE_COMPONENTS: Type<any>[];
8
+ /**
9
+ * @deprecated This module is deprecated and will be removed in future versions.
10
+ * Please migrate to using standalone components as soon as possible.
11
+ */
9
12
  export declare class CovalentBaseEchartsModule {
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentBaseEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBaseEchartsModule, [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent], [typeof i5.CommonModule], [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBaseEchartsModule, never, [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent], [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent]>;
12
15
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentBaseEchartsModule>;
13
16
  }
@@ -56,5 +56,5 @@ export declare class TdChartComponent implements AfterViewInit, OnChanges, OnDes
56
56
  private _initializeChart;
57
57
  private _disposeChart;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartComponent, "td-chart", never, { "config": { "alias": "config"; "required": false; }; "group": { "alias": "group"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "renderer": { "alias": "renderer"; "required": false; }; }, { "chartClick": "chartClick"; "chartDblclick": "chartDblclick"; "chartContextmenu": "chartContextmenu"; "magicTypeChanged": "magicTypeChanged"; "dataViewChanged": "dataViewChanged"; "datazoom": "datazoom"; "restore": "restore"; }, never, never, false, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartComponent, "td-chart", never, { "config": { "alias": "config"; "required": false; }; "group": { "alias": "group"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "renderer": { "alias": "renderer"; "required": false; }; }, { "chartClick": "chartClick"; "chartDblclick": "chartDblclick"; "chartContextmenu": "chartContextmenu"; "magicTypeChanged": "magicTypeChanged"; "dataViewChanged": "dataViewChanged"; "datazoom": "datazoom"; "restore": "restore"; }, never, never, true, never>;
60
60
  }
@@ -15,5 +15,5 @@ export declare class TdDatasetComponent implements OnChanges, OnDestroy {
15
15
  private _setOptions;
16
16
  private _removeOption;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<TdDatasetComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TdDatasetComponent, "td-chart-dataset", never, { "id": { "alias": "id"; "required": false; }; "config": { "alias": "config"; "required": false; }; "source": { "alias": "source"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdDatasetComponent, "td-chart-dataset", never, { "id": { "alias": "id"; "required": false; }; "config": { "alias": "config"; "required": false; }; "source": { "alias": "source"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
@@ -40,5 +40,5 @@ export declare abstract class TdSeriesDirective implements ITdSeries, OnChanges,
40
40
  private _setOptions;
41
41
  private _removeOption;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<TdSeriesDirective, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdSeriesDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdSeriesDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
44
44
  }
@@ -100,5 +100,5 @@ export declare class TdChartSeriesClusteringComponent extends TdSeriesDirective
100
100
  getConfig(): any;
101
101
  private setOptions;
102
102
  static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesClusteringComponent, never>;
103
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesClusteringComponent, "td-chart-series[td-clustering]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "clusterCount": { "alias": "clusterCount"; "required": false; }; "showCentroids": { "alias": "showCentroids"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "edgeLabel": { "alias": "edgeLabel"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "edgeSymbol": { "alias": "edgeSymbol"; "required": false; }; "edgeSymbolSize": { "alias": "edgeSymbolSize"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "left": { "alias": "left"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "links": { "alias": "links"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "nodeScaleRatio": { "alias": "nodeScaleRatio"; "required": false; }; "polarIndex": { "alias": "polarIndex"; "required": false; }; "right": { "alias": "right"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "symbolOffset": { "alias": "symbolOffset"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "z": { "alias": "z"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; }, {}, never, never, false, never>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesClusteringComponent, "td-chart-series[td-clustering]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "clusterCount": { "alias": "clusterCount"; "required": false; }; "showCentroids": { "alias": "showCentroids"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "edgeLabel": { "alias": "edgeLabel"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "edgeSymbol": { "alias": "edgeSymbol"; "required": false; }; "edgeSymbolSize": { "alias": "edgeSymbolSize"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "left": { "alias": "left"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "links": { "alias": "links"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "nodeScaleRatio": { "alias": "nodeScaleRatio"; "required": false; }; "polarIndex": { "alias": "polarIndex"; "required": false; }; "right": { "alias": "right"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "symbolOffset": { "alias": "symbolOffset"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "z": { "alias": "z"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; }, {}, never, never, true, never>;
104
104
  }
@@ -1,10 +1,13 @@
1
1
  import { Type } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./clustering.component";
4
- import * as i2 from "@angular/common";
5
4
  export declare const CLUSTERING_MODULE_COMPONENTS: Type<any>[];
5
+ /**
6
+ * @deprecated This module is deprecated and will be removed in future versions.
7
+ * Please migrate to using standalone components as soon as possible.
8
+ */
6
9
  export declare class CovalentClusteringEchartsModule {
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CovalentClusteringEchartsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentClusteringEchartsModule, [typeof i1.TdChartSeriesClusteringComponent], [typeof i2.CommonModule], [typeof i1.TdChartSeriesClusteringComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentClusteringEchartsModule, never, [typeof i1.TdChartSeriesClusteringComponent], [typeof i1.TdChartSeriesClusteringComponent]>;
9
12
  static ɵinj: i0.ɵɵInjectorDeclaration<CovalentClusteringEchartsModule>;
10
13
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { forwardRef, Component, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
4
3
  import * as i1 from '@covalent/echarts/base';
5
4
  import { TdSeriesDirective } from '@covalent/echarts/base';
6
5
 
6
+ const _c0 = ["td-bar", ""];
7
7
  class TdChartSeriesBarComponent extends TdSeriesDirective {
8
8
  coordinateSystem;
9
9
  xAxisIndex;
@@ -68,115 +68,120 @@ class TdChartSeriesBarComponent extends TdSeriesDirective {
68
68
  z: this.z,
69
69
  };
70
70
  }
71
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartSeriesBarComponent, deps: [{ token: i1.TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
72
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: TdChartSeriesBarComponent, selector: "td-chart-series[td-bar]", inputs: { 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", legendHoverLink: "legendHoverLink", stack: "stack", cursor: "cursor", label: "label", itemStyle: "itemStyle", emphasis: "emphasis", barWidth: "barWidth", barMaxWidth: "barMaxWidth", barMinHeight: "barMinHeight", barGap: "barGap", barCategoryGap: "barCategoryGap", large: "large", largeThreshold: "largeThreshold", progressive: "progressive", progressiveThreshold: "progressiveThreshold", progressiveChunkMode: "progressiveChunkMode", dimensions: "dimensions", encode: "encode", seriesLayoutBy: "seriesLayoutBy", datasetIndex: "datasetIndex", markPoint: "markPoint", markLine: "markLine", markArea: "markArea", zlevel: "zlevel", z: "z" }, providers: [
73
- {
74
- provide: TdSeriesDirective,
75
- useExisting: forwardRef(() => TdChartSeriesBarComponent),
76
- },
77
- ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
71
+ static ɵfac = function TdChartSeriesBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartSeriesBarComponent)(i0.ɵɵdirectiveInject(i1.TdChartOptionsService)); };
72
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartSeriesBarComponent, selectors: [["td-chart-series", "td-bar", ""]], inputs: { 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", legendHoverLink: "legendHoverLink", stack: "stack", cursor: "cursor", label: "label", itemStyle: "itemStyle", emphasis: "emphasis", barWidth: "barWidth", barMaxWidth: "barMaxWidth", barMinHeight: "barMinHeight", barGap: "barGap", barCategoryGap: "barCategoryGap", large: "large", largeThreshold: "largeThreshold", progressive: "progressive", progressiveThreshold: "progressiveThreshold", progressiveChunkMode: "progressiveChunkMode", dimensions: "dimensions", encode: "encode", seriesLayoutBy: "seriesLayoutBy", datasetIndex: "datasetIndex", markPoint: "markPoint", markLine: "markLine", markArea: "markArea", zlevel: "zlevel", z: "z" }, features: [i0.ɵɵProvidersFeature([
73
+ {
74
+ provide: TdSeriesDirective,
75
+ useExisting: forwardRef(() => TdChartSeriesBarComponent),
76
+ },
77
+ ]), i0.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 0, vars: 0, template: function TdChartSeriesBarComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartSeriesBarComponent, decorators: [{
80
- type: Component,
81
- args: [{
82
- selector: 'td-chart-series[td-bar]',
83
- template: '',
84
- changeDetection: ChangeDetectionStrategy.OnPush,
85
- inputs: [
86
- 'config',
87
- 'id',
88
- 'name',
89
- 'color',
90
- 'data',
91
- 'animation',
92
- 'animationThreshold',
93
- 'animationDuration',
94
- 'animationEasing',
95
- 'animationDelay',
96
- 'animationDurationUpdate',
97
- 'animationEasingUpdate',
98
- 'animationDelayUpdate',
99
- 'tooltip',
100
- ],
101
- providers: [
102
- {
103
- provide: TdSeriesDirective,
104
- useExisting: forwardRef(() => TdChartSeriesBarComponent),
105
- },
106
- ],
107
- }]
108
- }], ctorParameters: () => [{ type: i1.TdChartOptionsService }], propDecorators: { coordinateSystem: [{
109
- type: Input
110
- }], xAxisIndex: [{
111
- type: Input
112
- }], yAxisIndex: [{
113
- type: Input
114
- }], legendHoverLink: [{
115
- type: Input
116
- }], stack: [{
117
- type: Input
118
- }], cursor: [{
119
- type: Input
120
- }], label: [{
121
- type: Input
122
- }], itemStyle: [{
123
- type: Input
124
- }], emphasis: [{
125
- type: Input
126
- }], barWidth: [{
127
- type: Input
128
- }], barMaxWidth: [{
129
- type: Input
130
- }], barMinHeight: [{
131
- type: Input
132
- }], barGap: [{
133
- type: Input
134
- }], barCategoryGap: [{
135
- type: Input
136
- }], large: [{
137
- type: Input
138
- }], largeThreshold: [{
139
- type: Input
140
- }], progressive: [{
141
- type: Input
142
- }], progressiveThreshold: [{
143
- type: Input
144
- }], progressiveChunkMode: [{
145
- type: Input
146
- }], dimensions: [{
147
- type: Input
148
- }], encode: [{
149
- type: Input
150
- }], seriesLayoutBy: [{
151
- type: Input
152
- }], datasetIndex: [{
153
- type: Input
154
- }], markPoint: [{
155
- type: Input
156
- }], markLine: [{
157
- type: Input
158
- }], markArea: [{
159
- type: Input
160
- }], zlevel: [{
161
- type: Input
162
- }], z: [{
163
- type: Input
164
- }] } });
79
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartSeriesBarComponent, [{
80
+ type: Component,
81
+ args: [{
82
+ selector: 'td-chart-series[td-bar]',
83
+ template: '',
84
+ changeDetection: ChangeDetectionStrategy.OnPush,
85
+ inputs: [
86
+ 'config',
87
+ 'id',
88
+ 'name',
89
+ 'color',
90
+ 'data',
91
+ 'animation',
92
+ 'animationThreshold',
93
+ 'animationDuration',
94
+ 'animationEasing',
95
+ 'animationDelay',
96
+ 'animationDurationUpdate',
97
+ 'animationEasingUpdate',
98
+ 'animationDelayUpdate',
99
+ 'tooltip',
100
+ ],
101
+ providers: [
102
+ {
103
+ provide: TdSeriesDirective,
104
+ useExisting: forwardRef(() => TdChartSeriesBarComponent),
105
+ },
106
+ ],
107
+ }]
108
+ }], () => [{ type: i1.TdChartOptionsService }], { coordinateSystem: [{
109
+ type: Input
110
+ }], xAxisIndex: [{
111
+ type: Input
112
+ }], yAxisIndex: [{
113
+ type: Input
114
+ }], legendHoverLink: [{
115
+ type: Input
116
+ }], stack: [{
117
+ type: Input
118
+ }], cursor: [{
119
+ type: Input
120
+ }], label: [{
121
+ type: Input
122
+ }], itemStyle: [{
123
+ type: Input
124
+ }], emphasis: [{
125
+ type: Input
126
+ }], barWidth: [{
127
+ type: Input
128
+ }], barMaxWidth: [{
129
+ type: Input
130
+ }], barMinHeight: [{
131
+ type: Input
132
+ }], barGap: [{
133
+ type: Input
134
+ }], barCategoryGap: [{
135
+ type: Input
136
+ }], large: [{
137
+ type: Input
138
+ }], largeThreshold: [{
139
+ type: Input
140
+ }], progressive: [{
141
+ type: Input
142
+ }], progressiveThreshold: [{
143
+ type: Input
144
+ }], progressiveChunkMode: [{
145
+ type: Input
146
+ }], dimensions: [{
147
+ type: Input
148
+ }], encode: [{
149
+ type: Input
150
+ }], seriesLayoutBy: [{
151
+ type: Input
152
+ }], datasetIndex: [{
153
+ type: Input
154
+ }], markPoint: [{
155
+ type: Input
156
+ }], markLine: [{
157
+ type: Input
158
+ }], markArea: [{
159
+ type: Input
160
+ }], zlevel: [{
161
+ type: Input
162
+ }], z: [{
163
+ type: Input
164
+ }] }); })();
165
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartSeriesBarComponent, { className: "TdChartSeriesBarComponent", filePath: "bar.component.ts", lineNumber: 83 }); })();
165
166
 
166
167
  const BAR_MODULE_COMPONENTS = [TdChartSeriesBarComponent];
168
+ /**
169
+ * @deprecated This module is deprecated and will be removed in future versions.
170
+ * Please migrate to using standalone components as soon as possible.
171
+ */
167
172
  class CovalentBarEchartsModule {
168
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
169
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, declarations: [TdChartSeriesBarComponent], imports: [CommonModule], exports: [TdChartSeriesBarComponent] });
170
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, imports: [CommonModule] });
173
+ static ɵfac = function CovalentBarEchartsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CovalentBarEchartsModule)(); };
174
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CovalentBarEchartsModule });
175
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({});
171
176
  }
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, decorators: [{
173
- type: NgModule,
174
- args: [{
175
- imports: [CommonModule],
176
- declarations: [BAR_MODULE_COMPONENTS],
177
- exports: [BAR_MODULE_COMPONENTS],
178
- }]
179
- }] });
177
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CovalentBarEchartsModule, [{
178
+ type: NgModule,
179
+ args: [{
180
+ imports: [BAR_MODULE_COMPONENTS],
181
+ exports: [BAR_MODULE_COMPONENTS],
182
+ }]
183
+ }], null, null); })();
184
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CovalentBarEchartsModule, { imports: [TdChartSeriesBarComponent], exports: [TdChartSeriesBarComponent] }); })();
180
185
 
181
186
  /**
182
187
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"covalent-echarts-bar.mjs","sources":["../../../../libs/angular-echarts/bar/src/bar.component.ts","../../../../libs/angular-echarts/bar/src/bar.module.ts","../../../../libs/angular-echarts/bar/src/covalent-echarts-bar.ts"],"sourcesContent":["import {\n Component,\n Input,\n ChangeDetectionStrategy,\n forwardRef,\n} from '@angular/core';\nimport {\n TdChartOptionsService,\n TdCoordinateSystem,\n ITdItemStyle,\n ITdEmphasis,\n TdSeriesLayoutBy,\n ITdMarkPoint,\n ITdMarkLine,\n ITdMarkArea,\n ITdSeries,\n ITdLabel,\n TdProgressiveChunkMode,\n TdSeriesDirective,\n} from '@covalent/echarts/base';\n\nexport interface ITdBarSeries extends ITdSeries {\n legendHoverLink?: boolean;\n coordinateSystem?: TdCoordinateSystem;\n xAxisIndex?: number;\n yAxisIndex?: number;\n Label?: ITdLabel;\n itemStyle?: ITdItemStyle;\n emphasis?: ITdEmphasis;\n stack?: string;\n cursor?: string;\n barWidth?: number | string;\n barMaxWidth?: number | string;\n barMinHeight?: number;\n barGap?: string;\n barCategoryGap?: string;\n large?: boolean;\n largeThreshold?: number;\n progressive?: number;\n progressiveThreshold?: number;\n progressiveChunkMode?: TdProgressiveChunkMode;\n dimensions?: any[];\n encode?: any;\n seriesLayoutBy?: TdSeriesLayoutBy;\n datasetIndex?: number;\n data?: any[];\n markPoint?: ITdMarkPoint;\n markLine?: ITdMarkLine;\n markArea?: ITdMarkArea;\n Zlevel?: 0;\n z?: number;\n silent?: boolean;\n}\n\n@Component({\n selector: 'td-chart-series[td-bar]',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n inputs: [\n 'config',\n 'id',\n 'name',\n 'color',\n 'data',\n\n 'animation',\n 'animationThreshold',\n 'animationDuration',\n 'animationEasing',\n 'animationDelay',\n 'animationDurationUpdate',\n 'animationEasingUpdate',\n 'animationDelayUpdate',\n 'tooltip',\n ],\n providers: [\n {\n provide: TdSeriesDirective,\n useExisting: forwardRef(() => TdChartSeriesBarComponent),\n },\n ],\n})\nexport class TdChartSeriesBarComponent\n extends TdSeriesDirective\n implements ITdBarSeries\n{\n @Input() coordinateSystem?: TdCoordinateSystem;\n @Input() xAxisIndex?: number;\n @Input() yAxisIndex?: number;\n @Input() legendHoverLink?: boolean;\n @Input() stack?: string;\n @Input() cursor?: string;\n @Input() label?: any;\n @Input() itemStyle?: ITdItemStyle;\n @Input() emphasis?: ITdEmphasis;\n @Input() barWidth?: number;\n @Input() barMaxWidth?: number;\n @Input() barMinHeight?: number;\n @Input() barGap?: string;\n @Input() barCategoryGap?: string;\n @Input() large?: boolean;\n @Input() largeThreshold?: number;\n @Input() progressive?: number;\n @Input() progressiveThreshold?: number;\n @Input() progressiveChunkMode?: TdProgressiveChunkMode;\n @Input() dimensions?: any[];\n @Input() encode: any;\n @Input() seriesLayoutBy?: TdSeriesLayoutBy;\n @Input() datasetIndex?: number;\n @Input() markPoint?: ITdMarkPoint;\n @Input() markLine?: ITdMarkLine;\n @Input() markArea?: ITdMarkArea;\n @Input() zlevel?: number;\n @Input() z?: number;\n\n constructor(_optionsService: TdChartOptionsService) {\n super('bar', _optionsService);\n }\n\n getConfig(): any {\n return {\n coordinateSystem: this.coordinateSystem,\n xAxisIndex: this.xAxisIndex,\n yAxisIndex: this.yAxisIndex,\n legendHoverLink: this.legendHoverLink,\n stack: this.stack,\n cursor: this.cursor,\n label: this.label,\n itemStyle: this.itemStyle,\n emphasis: this.emphasis,\n barWidth: this.barWidth,\n barMaxWidth: this.barMaxWidth,\n barMinHeight: this.barMinHeight,\n barGap: this.barGap,\n barCategoryGap: this.barCategoryGap,\n large: this.large,\n largeThreshold: this.largeThreshold,\n progressive: this.progressive,\n progressiveThreshold: this.progressiveThreshold,\n progressiveChunkMode: this.progressiveChunkMode,\n dimensions: this.dimensions,\n encode: this.encode,\n seriesLayoutBy: this.seriesLayoutBy,\n datasetIndex: this.datasetIndex,\n markPoint: this.markPoint,\n markLine: this.markLine,\n markArea: this.markArea,\n zlevel: this.zlevel,\n z: this.z,\n };\n }\n}\n","import { NgModule, Type } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { TdChartSeriesBarComponent } from './bar.component';\n\nexport const BAR_MODULE_COMPONENTS: Type<any>[] = [TdChartSeriesBarComponent];\n\n@NgModule({\n imports: [CommonModule],\n declarations: [BAR_MODULE_COMPONENTS],\n exports: [BAR_MODULE_COMPONENTS],\n})\nexport class CovalentBarEchartsModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"covalent-echarts-bar.mjs","sources":["../../../../libs/angular-echarts/bar/src/bar.component.ts","../../../../libs/angular-echarts/bar/src/bar.module.ts","../../../../libs/angular-echarts/bar/src/covalent-echarts-bar.ts"],"sourcesContent":["import {\n Component,\n Input,\n ChangeDetectionStrategy,\n forwardRef,\n} from '@angular/core';\nimport {\n TdChartOptionsService,\n TdCoordinateSystem,\n ITdItemStyle,\n ITdEmphasis,\n TdSeriesLayoutBy,\n ITdMarkPoint,\n ITdMarkLine,\n ITdMarkArea,\n ITdSeries,\n ITdLabel,\n TdProgressiveChunkMode,\n TdSeriesDirective,\n} from '@covalent/echarts/base';\n\nexport interface ITdBarSeries extends ITdSeries {\n legendHoverLink?: boolean;\n coordinateSystem?: TdCoordinateSystem;\n xAxisIndex?: number;\n yAxisIndex?: number;\n Label?: ITdLabel;\n itemStyle?: ITdItemStyle;\n emphasis?: ITdEmphasis;\n stack?: string;\n cursor?: string;\n barWidth?: number | string;\n barMaxWidth?: number | string;\n barMinHeight?: number;\n barGap?: string;\n barCategoryGap?: string;\n large?: boolean;\n largeThreshold?: number;\n progressive?: number;\n progressiveThreshold?: number;\n progressiveChunkMode?: TdProgressiveChunkMode;\n dimensions?: any[];\n encode?: any;\n seriesLayoutBy?: TdSeriesLayoutBy;\n datasetIndex?: number;\n data?: any[];\n markPoint?: ITdMarkPoint;\n markLine?: ITdMarkLine;\n markArea?: ITdMarkArea;\n Zlevel?: 0;\n z?: number;\n silent?: boolean;\n}\n\n@Component({\n selector: 'td-chart-series[td-bar]',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n inputs: [\n 'config',\n 'id',\n 'name',\n 'color',\n 'data',\n\n 'animation',\n 'animationThreshold',\n 'animationDuration',\n 'animationEasing',\n 'animationDelay',\n 'animationDurationUpdate',\n 'animationEasingUpdate',\n 'animationDelayUpdate',\n 'tooltip',\n ],\n providers: [\n {\n provide: TdSeriesDirective,\n useExisting: forwardRef(() => TdChartSeriesBarComponent),\n },\n ],\n})\nexport class TdChartSeriesBarComponent\n extends TdSeriesDirective\n implements ITdBarSeries\n{\n @Input() coordinateSystem?: TdCoordinateSystem;\n @Input() xAxisIndex?: number;\n @Input() yAxisIndex?: number;\n @Input() legendHoverLink?: boolean;\n @Input() stack?: string;\n @Input() cursor?: string;\n @Input() label?: any;\n @Input() itemStyle?: ITdItemStyle;\n @Input() emphasis?: ITdEmphasis;\n @Input() barWidth?: number;\n @Input() barMaxWidth?: number;\n @Input() barMinHeight?: number;\n @Input() barGap?: string;\n @Input() barCategoryGap?: string;\n @Input() large?: boolean;\n @Input() largeThreshold?: number;\n @Input() progressive?: number;\n @Input() progressiveThreshold?: number;\n @Input() progressiveChunkMode?: TdProgressiveChunkMode;\n @Input() dimensions?: any[];\n @Input() encode: any;\n @Input() seriesLayoutBy?: TdSeriesLayoutBy;\n @Input() datasetIndex?: number;\n @Input() markPoint?: ITdMarkPoint;\n @Input() markLine?: ITdMarkLine;\n @Input() markArea?: ITdMarkArea;\n @Input() zlevel?: number;\n @Input() z?: number;\n\n constructor(_optionsService: TdChartOptionsService) {\n super('bar', _optionsService);\n }\n\n getConfig(): any {\n return {\n coordinateSystem: this.coordinateSystem,\n xAxisIndex: this.xAxisIndex,\n yAxisIndex: this.yAxisIndex,\n legendHoverLink: this.legendHoverLink,\n stack: this.stack,\n cursor: this.cursor,\n label: this.label,\n itemStyle: this.itemStyle,\n emphasis: this.emphasis,\n barWidth: this.barWidth,\n barMaxWidth: this.barMaxWidth,\n barMinHeight: this.barMinHeight,\n barGap: this.barGap,\n barCategoryGap: this.barCategoryGap,\n large: this.large,\n largeThreshold: this.largeThreshold,\n progressive: this.progressive,\n progressiveThreshold: this.progressiveThreshold,\n progressiveChunkMode: this.progressiveChunkMode,\n dimensions: this.dimensions,\n encode: this.encode,\n seriesLayoutBy: this.seriesLayoutBy,\n datasetIndex: this.datasetIndex,\n markPoint: this.markPoint,\n markLine: this.markLine,\n markArea: this.markArea,\n zlevel: this.zlevel,\n z: this.z,\n };\n }\n}\n","import { NgModule, Type } from '@angular/core';\nimport { TdChartSeriesBarComponent } from './bar.component';\n\nexport const BAR_MODULE_COMPONENTS: Type<any>[] = [TdChartSeriesBarComponent];\n\n/**\n * @deprecated This module is deprecated and will be removed in future versions.\n * Please migrate to using standalone components as soon as possible.\n */\n@NgModule({\n imports: [BAR_MODULE_COMPONENTS],\n exports: [BAR_MODULE_COMPONENTS],\n})\nexport class CovalentBarEchartsModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}