@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
@@ -1,6 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Injectable, Optional, SkipSelf, EventEmitter, Component, ChangeDetectionStrategy, Input, Output, Directive, NgModule } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
4
3
  import { BehaviorSubject, Subject, fromEvent, merge, timer } from 'rxjs';
5
4
  import { takeUntil, debounceTime, distinctUntilChanged, tap } from 'rxjs/operators';
6
5
 
@@ -48,12 +47,12 @@ class TdChartOptionsService {
48
47
  listen() {
49
48
  return this._optionsSubject.asObservable();
50
49
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartOptionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
52
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartOptionsService });
50
+ static ɵfac = function TdChartOptionsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartOptionsService)(); };
51
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TdChartOptionsService, factory: TdChartOptionsService.ɵfac });
53
52
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartOptionsService, decorators: [{
55
- type: Injectable
56
- }] });
53
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartOptionsService, [{
54
+ type: Injectable
55
+ }], null, null); })();
57
56
  function CHART_PROVIDER_FACTORY(parent) {
58
57
  return parent || new TdChartOptionsService();
59
58
  }
@@ -4524,35 +4523,36 @@ class TdChartComponent {
4524
4523
  }
4525
4524
  this._destroy.next(true);
4526
4525
  }
4527
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
4528
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: TdChartComponent, selector: "td-chart", inputs: { config: "config", group: "group", themeName: "themeName", renderer: "renderer" }, outputs: { chartClick: "chartClick", chartDblclick: "chartDblclick", chartContextmenu: "chartContextmenu", magicTypeChanged: "magicTypeChanged", dataViewChanged: "dataViewChanged", datazoom: "datazoom", restore: "restore" }, providers: [CHART_PROVIDER], usesOnChanges: true, ngImport: i0, template: '', isInline: true, styles: [":host{display:block;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4526
+ static ɵfac = function TdChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(TdChartOptionsService)); };
4527
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartComponent, selectors: [["td-chart"]], inputs: { config: "config", group: "group", themeName: "themeName", renderer: "renderer" }, outputs: { chartClick: "chartClick", chartDblclick: "chartDblclick", chartContextmenu: "chartContextmenu", magicTypeChanged: "magicTypeChanged", dataViewChanged: "dataViewChanged", datazoom: "datazoom", restore: "restore" }, features: [i0.ɵɵProvidersFeature([CHART_PROVIDER]), i0.ɵɵNgOnChangesFeature], decls: 0, vars: 0, template: function TdChartComponent_Template(rf, ctx) { }, styles: ["[_nghost-%COMP%]{display:block;width:100%}"], changeDetection: 0 });
4529
4528
  }
4530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartComponent, decorators: [{
4531
- type: Component,
4532
- args: [{ selector: 'td-chart', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [CHART_PROVIDER], styles: [":host{display:block;width:100%}\n"] }]
4533
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: TdChartOptionsService }], propDecorators: { config: [{
4534
- type: Input
4535
- }], group: [{
4536
- type: Input
4537
- }], themeName: [{
4538
- type: Input
4539
- }], renderer: [{
4540
- type: Input
4541
- }], chartClick: [{
4542
- type: Output
4543
- }], chartDblclick: [{
4544
- type: Output
4545
- }], chartContextmenu: [{
4546
- type: Output
4547
- }], magicTypeChanged: [{
4548
- type: Output
4549
- }], dataViewChanged: [{
4550
- type: Output
4551
- }], datazoom: [{
4552
- type: Output
4553
- }], restore: [{
4554
- type: Output
4555
- }] } });
4529
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartComponent, [{
4530
+ type: Component,
4531
+ args: [{ selector: 'td-chart', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [CHART_PROVIDER], styles: [":host{display:block;width:100%}\n"] }]
4532
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: TdChartOptionsService }], { config: [{
4533
+ type: Input
4534
+ }], group: [{
4535
+ type: Input
4536
+ }], themeName: [{
4537
+ type: Input
4538
+ }], renderer: [{
4539
+ type: Input
4540
+ }], chartClick: [{
4541
+ type: Output
4542
+ }], chartDblclick: [{
4543
+ type: Output
4544
+ }], chartContextmenu: [{
4545
+ type: Output
4546
+ }], magicTypeChanged: [{
4547
+ type: Output
4548
+ }], dataViewChanged: [{
4549
+ type: Output
4550
+ }], datazoom: [{
4551
+ type: Output
4552
+ }], restore: [{
4553
+ type: Output
4554
+ }] }); })();
4555
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartComponent, { className: "TdChartComponent", filePath: "chart.component.ts", lineNumber: 33 }); })();
4556
4556
 
4557
4557
  class TdChartAxisDirective {
4558
4558
  _axisOption;
@@ -4639,174 +4639,176 @@ class TdChartAxisDirective {
4639
4639
  _removeOption() {
4640
4640
  this._optionsService.clearOption(this._axisOption);
4641
4641
  }
4642
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartAxisDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
4643
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: TdChartAxisDirective, inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z" }, usesOnChanges: true, ngImport: i0 });
4642
+ static ɵfac = function TdChartAxisDirective_Factory(__ngFactoryType__) { i0.ɵɵinvalidFactory(); };
4643
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TdChartAxisDirective, inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z" }, features: [i0.ɵɵNgOnChangesFeature] });
4644
4644
  }
4645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartAxisDirective, decorators: [{
4646
- type: Directive
4647
- }], ctorParameters: () => [{ type: undefined }, { type: TdChartOptionsService }], propDecorators: { config: [{
4648
- type: Input
4649
- }], id: [{
4650
- type: Input
4651
- }], show: [{
4652
- type: Input
4653
- }], gridIndex: [{
4654
- type: Input
4655
- }], offset: [{
4656
- type: Input
4657
- }], type: [{
4658
- type: Input
4659
- }], name: [{
4660
- type: Input
4661
- }], nameLocation: [{
4662
- type: Input
4663
- }], nameTextStyle: [{
4664
- type: Input
4665
- }], nameGap: [{
4666
- type: Input
4667
- }], nameRotate: [{
4668
- type: Input
4669
- }], inverse: [{
4670
- type: Input
4671
- }], boundaryGap: [{
4672
- type: Input
4673
- }], min: [{
4674
- type: Input
4675
- }], max: [{
4676
- type: Input
4677
- }], scale: [{
4678
- type: Input
4679
- }], minInterval: [{
4680
- type: Input
4681
- }], interval: [{
4682
- type: Input
4683
- }], logBase: [{
4684
- type: Input
4685
- }], silent: [{
4686
- type: Input
4687
- }], triggerEvent: [{
4688
- type: Input
4689
- }], axisLine: [{
4690
- type: Input
4691
- }], axisTick: [{
4692
- type: Input
4693
- }], axisLabel: [{
4694
- type: Input
4695
- }], splitLine: [{
4696
- type: Input
4697
- }], splitArea: [{
4698
- type: Input
4699
- }], data: [{
4700
- type: Input
4701
- }], axisPointer: [{
4702
- type: Input
4703
- }], zlevel: [{
4704
- type: Input
4705
- }], z: [{
4706
- type: Input
4707
- }] } });
4645
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartAxisDirective, [{
4646
+ type: Directive
4647
+ }], () => [{ type: undefined }, { type: TdChartOptionsService }], { config: [{
4648
+ type: Input
4649
+ }], id: [{
4650
+ type: Input
4651
+ }], show: [{
4652
+ type: Input
4653
+ }], gridIndex: [{
4654
+ type: Input
4655
+ }], offset: [{
4656
+ type: Input
4657
+ }], type: [{
4658
+ type: Input
4659
+ }], name: [{
4660
+ type: Input
4661
+ }], nameLocation: [{
4662
+ type: Input
4663
+ }], nameTextStyle: [{
4664
+ type: Input
4665
+ }], nameGap: [{
4666
+ type: Input
4667
+ }], nameRotate: [{
4668
+ type: Input
4669
+ }], inverse: [{
4670
+ type: Input
4671
+ }], boundaryGap: [{
4672
+ type: Input
4673
+ }], min: [{
4674
+ type: Input
4675
+ }], max: [{
4676
+ type: Input
4677
+ }], scale: [{
4678
+ type: Input
4679
+ }], minInterval: [{
4680
+ type: Input
4681
+ }], interval: [{
4682
+ type: Input
4683
+ }], logBase: [{
4684
+ type: Input
4685
+ }], silent: [{
4686
+ type: Input
4687
+ }], triggerEvent: [{
4688
+ type: Input
4689
+ }], axisLine: [{
4690
+ type: Input
4691
+ }], axisTick: [{
4692
+ type: Input
4693
+ }], axisLabel: [{
4694
+ type: Input
4695
+ }], splitLine: [{
4696
+ type: Input
4697
+ }], splitArea: [{
4698
+ type: Input
4699
+ }], data: [{
4700
+ type: Input
4701
+ }], axisPointer: [{
4702
+ type: Input
4703
+ }], zlevel: [{
4704
+ type: Input
4705
+ }], z: [{
4706
+ type: Input
4707
+ }] }); })();
4708
4708
 
4709
4709
  class TdChartXAxisComponent extends TdChartAxisDirective {
4710
4710
  position;
4711
4711
  constructor(_optionsService) {
4712
4712
  super('xAxis', _optionsService);
4713
4713
  }
4714
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartXAxisComponent, deps: [{ token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
4715
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: TdChartXAxisComponent, selector: "td-chart-x-axis", inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z", position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4714
+ static ɵfac = function TdChartXAxisComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartXAxisComponent)(i0.ɵɵdirectiveInject(TdChartOptionsService)); };
4715
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartXAxisComponent, selectors: [["td-chart-x-axis"]], inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z", position: "position" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function TdChartXAxisComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
4716
4716
  }
4717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartXAxisComponent, decorators: [{
4718
- type: Component,
4719
- args: [{
4720
- selector: 'td-chart-x-axis',
4721
- template: '',
4722
- inputs: [
4723
- 'config',
4724
- 'id',
4725
- 'show',
4726
- 'gridIndex',
4727
- 'offset',
4728
- 'type',
4729
- 'name',
4730
- 'nameLocation',
4731
- 'nameTextStyle',
4732
- 'nameGap',
4733
- 'nameRotate',
4734
- 'inverse',
4735
- 'boundaryGap',
4736
- 'min',
4737
- 'max',
4738
- 'scale',
4739
- 'minInterval',
4740
- 'interval',
4741
- 'logBase',
4742
- 'silent',
4743
- 'triggerEvent',
4744
- 'axisLine',
4745
- 'axisTick',
4746
- 'axisLabel',
4747
- 'splitLine',
4748
- 'splitArea',
4749
- 'data',
4750
- 'axisPointer',
4751
- 'zlevel',
4752
- 'z',
4753
- ],
4754
- changeDetection: ChangeDetectionStrategy.OnPush,
4755
- }]
4756
- }], ctorParameters: () => [{ type: TdChartOptionsService }], propDecorators: { position: [{
4757
- type: Input
4758
- }] } });
4717
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartXAxisComponent, [{
4718
+ type: Component,
4719
+ args: [{
4720
+ selector: 'td-chart-x-axis',
4721
+ template: '',
4722
+ inputs: [
4723
+ 'config',
4724
+ 'id',
4725
+ 'show',
4726
+ 'gridIndex',
4727
+ 'offset',
4728
+ 'type',
4729
+ 'name',
4730
+ 'nameLocation',
4731
+ 'nameTextStyle',
4732
+ 'nameGap',
4733
+ 'nameRotate',
4734
+ 'inverse',
4735
+ 'boundaryGap',
4736
+ 'min',
4737
+ 'max',
4738
+ 'scale',
4739
+ 'minInterval',
4740
+ 'interval',
4741
+ 'logBase',
4742
+ 'silent',
4743
+ 'triggerEvent',
4744
+ 'axisLine',
4745
+ 'axisTick',
4746
+ 'axisLabel',
4747
+ 'splitLine',
4748
+ 'splitArea',
4749
+ 'data',
4750
+ 'axisPointer',
4751
+ 'zlevel',
4752
+ 'z',
4753
+ ],
4754
+ changeDetection: ChangeDetectionStrategy.OnPush,
4755
+ }]
4756
+ }], () => [{ type: TdChartOptionsService }], { position: [{
4757
+ type: Input
4758
+ }] }); })();
4759
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartXAxisComponent, { className: "TdChartXAxisComponent", filePath: "axis/x-axis.component.ts", lineNumber: 44 }); })();
4759
4760
 
4760
4761
  class TdChartYAxisComponent extends TdChartAxisDirective {
4761
4762
  position;
4762
4763
  constructor(_optionsService) {
4763
4764
  super('yAxis', _optionsService);
4764
4765
  }
4765
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartYAxisComponent, deps: [{ token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
4766
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: TdChartYAxisComponent, selector: "td-chart-y-axis", inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z", position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4766
+ static ɵfac = function TdChartYAxisComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartYAxisComponent)(i0.ɵɵdirectiveInject(TdChartOptionsService)); };
4767
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartYAxisComponent, selectors: [["td-chart-y-axis"]], inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z", position: "position" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function TdChartYAxisComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
4767
4768
  }
4768
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartYAxisComponent, decorators: [{
4769
- type: Component,
4770
- args: [{
4771
- selector: 'td-chart-y-axis',
4772
- template: '',
4773
- inputs: [
4774
- 'config',
4775
- 'id',
4776
- 'show',
4777
- 'gridIndex',
4778
- 'offset',
4779
- 'type',
4780
- 'name',
4781
- 'nameLocation',
4782
- 'nameTextStyle',
4783
- 'nameGap',
4784
- 'nameRotate',
4785
- 'inverse',
4786
- 'boundaryGap',
4787
- 'min',
4788
- 'max',
4789
- 'scale',
4790
- 'minInterval',
4791
- 'interval',
4792
- 'logBase',
4793
- 'silent',
4794
- 'triggerEvent',
4795
- 'axisLine',
4796
- 'axisTick',
4797
- 'axisLabel',
4798
- 'splitLine',
4799
- 'splitArea',
4800
- 'data',
4801
- 'axisPointer',
4802
- 'zlevel',
4803
- 'z',
4804
- ],
4805
- changeDetection: ChangeDetectionStrategy.OnPush,
4806
- }]
4807
- }], ctorParameters: () => [{ type: TdChartOptionsService }], propDecorators: { position: [{
4808
- type: Input
4809
- }] } });
4769
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartYAxisComponent, [{
4770
+ type: Component,
4771
+ args: [{
4772
+ selector: 'td-chart-y-axis',
4773
+ template: '',
4774
+ inputs: [
4775
+ 'config',
4776
+ 'id',
4777
+ 'show',
4778
+ 'gridIndex',
4779
+ 'offset',
4780
+ 'type',
4781
+ 'name',
4782
+ 'nameLocation',
4783
+ 'nameTextStyle',
4784
+ 'nameGap',
4785
+ 'nameRotate',
4786
+ 'inverse',
4787
+ 'boundaryGap',
4788
+ 'min',
4789
+ 'max',
4790
+ 'scale',
4791
+ 'minInterval',
4792
+ 'interval',
4793
+ 'logBase',
4794
+ 'silent',
4795
+ 'triggerEvent',
4796
+ 'axisLine',
4797
+ 'axisTick',
4798
+ 'axisLabel',
4799
+ 'splitLine',
4800
+ 'splitArea',
4801
+ 'data',
4802
+ 'axisPointer',
4803
+ 'zlevel',
4804
+ 'z',
4805
+ ],
4806
+ changeDetection: ChangeDetectionStrategy.OnPush,
4807
+ }]
4808
+ }], () => [{ type: TdChartOptionsService }], { position: [{
4809
+ type: Input
4810
+ }] }); })();
4811
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartYAxisComponent, { className: "TdChartYAxisComponent", filePath: "axis/y-axis.component.ts", lineNumber: 44 }); })();
4810
4812
 
4811
4813
  class TdDatasetComponent {
4812
4814
  _optionsService;
@@ -4838,27 +4840,28 @@ class TdDatasetComponent {
4838
4840
  _removeOption() {
4839
4841
  this._optionsService.clearOption('dataset');
4840
4842
  }
4841
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdDatasetComponent, deps: [{ token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
4842
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: TdDatasetComponent, selector: "td-chart-dataset", inputs: { id: "id", config: "config", source: "source", dimensions: "dimensions", sourceHeader: "sourceHeader" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4843
+ static ɵfac = function TdDatasetComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdDatasetComponent)(i0.ɵɵdirectiveInject(TdChartOptionsService)); };
4844
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdDatasetComponent, selectors: [["td-chart-dataset"]], inputs: { id: "id", config: "config", source: "source", dimensions: "dimensions", sourceHeader: "sourceHeader" }, features: [i0.ɵɵNgOnChangesFeature], decls: 0, vars: 0, template: function TdDatasetComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
4843
4845
  }
4844
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdDatasetComponent, decorators: [{
4845
- type: Component,
4846
- args: [{
4847
- template: '',
4848
- selector: 'td-chart-dataset',
4849
- changeDetection: ChangeDetectionStrategy.OnPush,
4850
- }]
4851
- }], ctorParameters: () => [{ type: TdChartOptionsService }], propDecorators: { id: [{
4852
- type: Input
4853
- }], config: [{
4854
- type: Input
4855
- }], source: [{
4856
- type: Input
4857
- }], dimensions: [{
4858
- type: Input
4859
- }], sourceHeader: [{
4860
- type: Input
4861
- }] } });
4846
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdDatasetComponent, [{
4847
+ type: Component,
4848
+ args: [{
4849
+ template: '',
4850
+ selector: 'td-chart-dataset',
4851
+ changeDetection: ChangeDetectionStrategy.OnPush,
4852
+ }]
4853
+ }], () => [{ type: TdChartOptionsService }], { id: [{
4854
+ type: Input
4855
+ }], config: [{
4856
+ type: Input
4857
+ }], source: [{
4858
+ type: Input
4859
+ }], dimensions: [{
4860
+ type: Input
4861
+ }], sourceHeader: [{
4862
+ type: Input
4863
+ }] }); })();
4864
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdDatasetComponent, { className: "TdDatasetComponent", filePath: "dataset/dataset.component.ts", lineNumber: 16 }); })();
4862
4865
 
4863
4866
  const BASE_MODULE_COMPONENTS = [
4864
4867
  TdChartComponent,
@@ -4867,25 +4870,29 @@ const BASE_MODULE_COMPONENTS = [
4867
4870
  TdDatasetComponent,
4868
4871
  ];
4869
4872
  registerDefaultThemes();
4873
+ /**
4874
+ * @deprecated This module is deprecated and will be removed in future versions.
4875
+ * Please migrate to using standalone components as soon as possible.
4876
+ */
4870
4877
  class CovalentBaseEchartsModule {
4871
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBaseEchartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4872
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: CovalentBaseEchartsModule, declarations: [TdChartComponent,
4873
- TdChartXAxisComponent,
4874
- TdChartYAxisComponent,
4875
- TdDatasetComponent], imports: [CommonModule], exports: [TdChartComponent,
4876
- TdChartXAxisComponent,
4877
- TdChartYAxisComponent,
4878
- TdDatasetComponent] });
4879
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBaseEchartsModule, imports: [CommonModule] });
4878
+ static ɵfac = function CovalentBaseEchartsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CovalentBaseEchartsModule)(); };
4879
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CovalentBaseEchartsModule });
4880
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({});
4880
4881
  }
4881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBaseEchartsModule, decorators: [{
4882
- type: NgModule,
4883
- args: [{
4884
- imports: [CommonModule],
4885
- declarations: [BASE_MODULE_COMPONENTS],
4886
- exports: [BASE_MODULE_COMPONENTS],
4887
- }]
4888
- }] });
4882
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CovalentBaseEchartsModule, [{
4883
+ type: NgModule,
4884
+ args: [{
4885
+ imports: [BASE_MODULE_COMPONENTS],
4886
+ exports: [BASE_MODULE_COMPONENTS],
4887
+ }]
4888
+ }], null, null); })();
4889
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CovalentBaseEchartsModule, { imports: [TdChartComponent,
4890
+ TdChartXAxisComponent,
4891
+ TdChartYAxisComponent,
4892
+ TdDatasetComponent], exports: [TdChartComponent,
4893
+ TdChartXAxisComponent,
4894
+ TdChartYAxisComponent,
4895
+ TdDatasetComponent] }); })();
4889
4896
 
4890
4897
  class TdSeriesDirective {
4891
4898
  optionsService;
@@ -4953,40 +4960,40 @@ class TdSeriesDirective {
4953
4960
  _removeOption() {
4954
4961
  this.optionsService.removeArrayOption('series', this._state);
4955
4962
  }
4956
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdSeriesDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
4957
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: TdSeriesDirective, 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" }, usesOnChanges: true, ngImport: i0 });
4963
+ static ɵfac = function TdSeriesDirective_Factory(__ngFactoryType__) { i0.ɵɵinvalidFactory(); };
4964
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TdSeriesDirective, 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" }, features: [i0.ɵɵNgOnChangesFeature] });
4958
4965
  }
4959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdSeriesDirective, decorators: [{
4960
- type: Directive
4961
- }], ctorParameters: () => [{ type: undefined }, { type: TdChartOptionsService }], propDecorators: { config: [{
4962
- type: Input
4963
- }], id: [{
4964
- type: Input
4965
- }], name: [{
4966
- type: Input
4967
- }], color: [{
4968
- type: Input
4969
- }], data: [{
4970
- type: Input
4971
- }], animation: [{
4972
- type: Input
4973
- }], animationThreshold: [{
4974
- type: Input
4975
- }], animationDuration: [{
4976
- type: Input
4977
- }], animationEasing: [{
4978
- type: Input
4979
- }], animationDelay: [{
4980
- type: Input
4981
- }], animationDurationUpdate: [{
4982
- type: Input
4983
- }], animationEasingUpdate: [{
4984
- type: Input
4985
- }], animationDelayUpdate: [{
4986
- type: Input
4987
- }], tooltip: [{
4988
- type: Input
4989
- }] } });
4966
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdSeriesDirective, [{
4967
+ type: Directive
4968
+ }], () => [{ type: undefined }, { type: TdChartOptionsService }], { config: [{
4969
+ type: Input
4970
+ }], id: [{
4971
+ type: Input
4972
+ }], name: [{
4973
+ type: Input
4974
+ }], color: [{
4975
+ type: Input
4976
+ }], data: [{
4977
+ type: Input
4978
+ }], animation: [{
4979
+ type: Input
4980
+ }], animationThreshold: [{
4981
+ type: Input
4982
+ }], animationDuration: [{
4983
+ type: Input
4984
+ }], animationEasing: [{
4985
+ type: Input
4986
+ }], animationDelay: [{
4987
+ type: Input
4988
+ }], animationDurationUpdate: [{
4989
+ type: Input
4990
+ }], animationEasingUpdate: [{
4991
+ type: Input
4992
+ }], animationDelayUpdate: [{
4993
+ type: Input
4994
+ }], tooltip: [{
4995
+ type: Input
4996
+ }] }); })();
4990
4997
 
4991
4998
  /**
4992
4999
  * Generated bundle index. Do not edit.