@covalent/echarts 10.4.0-beta.3 → 11.0.0-beta.2

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 (122) hide show
  1. package/bar/index.d.ts +82 -3
  2. package/base/index.d.ts +603 -3
  3. package/clustering/index.d.ts +117 -3
  4. package/fesm2022/covalent-echarts-bar.mjs +1 -1
  5. package/fesm2022/covalent-echarts-bar.mjs.map +1 -1
  6. package/fesm2022/covalent-echarts-base.mjs +1 -1
  7. package/fesm2022/covalent-echarts-base.mjs.map +1 -1
  8. package/fesm2022/covalent-echarts-clustering.mjs +1 -1
  9. package/fesm2022/covalent-echarts-clustering.mjs.map +1 -1
  10. package/fesm2022/covalent-echarts-graph.mjs +1 -1
  11. package/fesm2022/covalent-echarts-graph.mjs.map +1 -1
  12. package/fesm2022/covalent-echarts-histogram.mjs +1 -1
  13. package/fesm2022/covalent-echarts-histogram.mjs.map +1 -1
  14. package/fesm2022/covalent-echarts-line.mjs +1 -1
  15. package/fesm2022/covalent-echarts-line.mjs.map +1 -1
  16. package/fesm2022/covalent-echarts-map.mjs +1 -1
  17. package/fesm2022/covalent-echarts-map.mjs.map +1 -1
  18. package/fesm2022/covalent-echarts-pie.mjs +1 -1
  19. package/fesm2022/covalent-echarts-pie.mjs.map +1 -1
  20. package/fesm2022/covalent-echarts-regression.mjs +1 -1
  21. package/fesm2022/covalent-echarts-regression.mjs.map +1 -1
  22. package/fesm2022/covalent-echarts-sankey.mjs +1 -1
  23. package/fesm2022/covalent-echarts-sankey.mjs.map +1 -1
  24. package/fesm2022/covalent-echarts-scatter.mjs +1 -1
  25. package/fesm2022/covalent-echarts-scatter.mjs.map +1 -1
  26. package/fesm2022/covalent-echarts-toolbox.mjs +1 -1
  27. package/fesm2022/covalent-echarts-toolbox.mjs.map +1 -1
  28. package/fesm2022/covalent-echarts-tooltip.mjs +1 -1
  29. package/fesm2022/covalent-echarts-tooltip.mjs.map +1 -1
  30. package/fesm2022/covalent-echarts-tree.mjs +1 -1
  31. package/fesm2022/covalent-echarts-tree.mjs.map +1 -1
  32. package/fesm2022/covalent-echarts-treemap.mjs +1 -1
  33. package/fesm2022/covalent-echarts-treemap.mjs.map +1 -1
  34. package/fesm2022/covalent-echarts-wordcloud.mjs +1 -1
  35. package/fesm2022/covalent-echarts-wordcloud.mjs.map +1 -1
  36. package/fesm2022/covalent-echarts.mjs.map +1 -1
  37. package/graph/index.d.ts +143 -3
  38. package/histogram/index.d.ts +32 -3
  39. package/index.d.ts +2 -5
  40. package/line/index.d.ts +100 -3
  41. package/map/index.d.ts +89 -3
  42. package/package.json +4 -4
  43. package/pie/index.d.ts +78 -3
  44. package/regression/index.d.ts +35 -3
  45. package/sankey/index.d.ts +79 -3
  46. package/scatter/index.d.ts +90 -3
  47. package/toolbox/index.d.ts +155 -3
  48. package/tooltip/index.d.ts +94 -3
  49. package/tree/index.d.ts +96 -3
  50. package/treemap/index.d.ts +147 -3
  51. package/wordcloud/index.d.ts +69 -3
  52. package/bar/bar.component.d.ts +0 -68
  53. package/bar/bar.module.d.ts +0 -13
  54. package/bar/public_api.d.ts +0 -2
  55. package/base/axis/axis.component.d.ts +0 -48
  56. package/base/axis/axis.interface.d.ts +0 -157
  57. package/base/axis/x-axis.component.d.ts +0 -10
  58. package/base/axis/y-axis.component.d.ts +0 -10
  59. package/base/base.module.d.ts +0 -16
  60. package/base/base.types.d.ts +0 -141
  61. package/base/chart-options.service.d.ts +0 -17
  62. package/base/chart.component.d.ts +0 -60
  63. package/base/dataset/dataset.component.d.ts +0 -19
  64. package/base/public_api.d.ts +0 -12
  65. package/base/series/series.component.d.ts +0 -44
  66. package/base/series/series.interface.d.ts +0 -84
  67. package/base/themes/aqua-splash.d.ts +0 -459
  68. package/base/themes/california-coast.d.ts +0 -459
  69. package/base/themes/hawaiian-sunrise.d.ts +0 -459
  70. package/base/themes/passion-flower.d.ts +0 -459
  71. package/base/themes/razzleberry-pie.d.ts +0 -459
  72. package/base/themes/teradata-classic.d.ts +0 -459
  73. package/base/themes/teradata-default.d.ts +0 -459
  74. package/base/themes/urban-sunrise.d.ts +0 -459
  75. package/base/themes/volcanic-eruption.d.ts +0 -459
  76. package/base/utils/assign-defined.d.ts +0 -1
  77. package/base/utils/echarts.d.ts +0 -15
  78. package/base/utils/index.d.ts +0 -2
  79. package/clustering/clustering.component.d.ts +0 -104
  80. package/clustering/clustering.module.d.ts +0 -13
  81. package/clustering/public_api.d.ts +0 -2
  82. package/graph/graph.component.d.ts +0 -129
  83. package/graph/graph.module.d.ts +0 -13
  84. package/graph/public_api.d.ts +0 -2
  85. package/histogram/histogram.component.d.ts +0 -19
  86. package/histogram/histogram.module.d.ts +0 -13
  87. package/histogram/public_api.d.ts +0 -2
  88. package/line/line.component.d.ts +0 -86
  89. package/line/line.module.d.ts +0 -13
  90. package/line/public_api.d.ts +0 -2
  91. package/map/map.component.d.ts +0 -75
  92. package/map/map.module.d.ts +0 -13
  93. package/map/public_api.d.ts +0 -2
  94. package/pie/pie.component.d.ts +0 -64
  95. package/pie/pie.module.d.ts +0 -13
  96. package/pie/public_api.d.ts +0 -2
  97. package/public_api.d.ts +0 -1
  98. package/regression/public_api.d.ts +0 -2
  99. package/regression/regression.component.d.ts +0 -22
  100. package/regression/regression.module.d.ts +0 -13
  101. package/sankey/public_api.d.ts +0 -2
  102. package/sankey/sankey.component.d.ts +0 -65
  103. package/sankey/sankey.module.d.ts +0 -13
  104. package/scatter/public_api.d.ts +0 -2
  105. package/scatter/scatter.component.d.ts +0 -76
  106. package/scatter/scatter.module.d.ts +0 -13
  107. package/toolbox/public_api.d.ts +0 -2
  108. package/toolbox/toolbox.component.d.ts +0 -142
  109. package/toolbox/toolbox.module.d.ts +0 -13
  110. package/tooltip/public_api.d.ts +0 -3
  111. package/tooltip/series-tooltip.component.d.ts +0 -36
  112. package/tooltip/tooltip.component.d.ts +0 -49
  113. package/tooltip/tooltip.module.d.ts +0 -14
  114. package/tree/public_api.d.ts +0 -2
  115. package/tree/tree.component.d.ts +0 -83
  116. package/tree/tree.module.d.ts +0 -13
  117. package/treemap/public_api.d.ts +0 -2
  118. package/treemap/treemap.component.d.ts +0 -134
  119. package/treemap/treemap.module.d.ts +0 -13
  120. package/wordcloud/public_api.d.ts +0 -2
  121. package/wordcloud/wordcloud.component.d.ts +0 -55
  122. package/wordcloud/wordcloud.module.d.ts +0 -13
@@ -1,129 +0,0 @@
1
- import { TdChartOptionsService, TdCoordinateSystem, ITdItemStyle, ITdEmphasis, ITdMarkPoint, ITdMarkLine, ITdMarkArea, ITdSeries, ITdLabel, TdSeriesDirective, TdMarkPointSymbol, ITdLineStyle, ITdEdgeLabel } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- export interface ITdCategories {
4
- name?: string;
5
- symbol?: TdMarkPointSymbol | string;
6
- symbolSize?: number | any[];
7
- symbolRotate?: number;
8
- symbolKeepAspect?: boolean;
9
- symbolOffset: any[];
10
- itemStyle: ITdItemStyle;
11
- label: ITdLabel;
12
- emphasis: ITdEmphasis;
13
- }
14
- export interface ITdGraphForce {
15
- initLayout?: string;
16
- repulsion?: any | number;
17
- gravity?: number;
18
- edgeLength?: any | number;
19
- layoutAnimation?: boolean;
20
- }
21
- export type TdGraphLayout = 'none' | 'circular' | 'force';
22
- export interface ITdGraphSeries extends ITdSeries {
23
- legendHoverLink?: boolean;
24
- coordinateSystem?: TdCoordinateSystem;
25
- xAxisIndex?: number;
26
- yAxisIndex?: number;
27
- polarIndex?: number;
28
- calendarIndex?: number;
29
- geoIndex?: number;
30
- hoverAnimation?: boolean;
31
- circular?: object;
32
- force?: ITdGraphForce;
33
- layout?: TdGraphLayout;
34
- nodeScaleRatio?: boolean;
35
- draggable?: boolean;
36
- symbol?: TdMarkPointSymbol | string;
37
- symbolSize?: number | any[] | Function;
38
- symbolRotate?: number;
39
- symbolKeepAspect?: boolean;
40
- symbolOffset?: any[];
41
- focusNodeAdjacency?: boolean;
42
- edgeSymbol?: any[] | string;
43
- edgeSymbolSize?: number;
44
- cursor?: string;
45
- roam?: boolean;
46
- expandAndCollapse?: boolean;
47
- initialTreeDepth?: number;
48
- itemStyle?: ITdItemStyle;
49
- lineStyle?: ITdLineStyle;
50
- label?: ITdLabel;
51
- edgeLabel?: ITdEdgeLabel;
52
- emphasis?: ITdEmphasis;
53
- categories?: ITdCategories;
54
- data?: any[];
55
- nodes?: any[];
56
- links?: any[];
57
- edges?: any[];
58
- markPoint?: ITdMarkPoint;
59
- markLine?: ITdMarkLine;
60
- markArea?: ITdMarkArea;
61
- zlevel?: number;
62
- z?: number;
63
- silent?: boolean;
64
- left?: string | number;
65
- top?: string | number;
66
- right?: string | number;
67
- bottom?: string | number;
68
- width?: string | number;
69
- height?: string | number;
70
- animation?: boolean;
71
- animationThreshold?: number;
72
- animationDuration?: number | Function;
73
- animationEasing?: string;
74
- animationDelay?: number | Function;
75
- animationDurationUpdate?: number | Function;
76
- animationEasingUpdate?: string;
77
- animationDelayUpdate?: number | Function;
78
- }
79
- export declare class TdChartSeriesGraphComponent extends TdSeriesDirective implements ITdGraphSeries {
80
- legendHoverLink?: boolean;
81
- coordinateSystem?: TdCoordinateSystem;
82
- xAxisIndex?: number;
83
- yAxisIndex?: number;
84
- polarIndex?: number;
85
- calendarIndex?: number;
86
- geoIndex?: number;
87
- hoverAnimation?: boolean;
88
- circular?: object;
89
- force?: ITdGraphForce;
90
- layout?: TdGraphLayout;
91
- nodeScaleRatio?: boolean;
92
- draggable?: boolean;
93
- symbol?: TdMarkPointSymbol | string;
94
- symbolSize?: number | any[] | Function;
95
- symbolRotate?: number;
96
- symbolKeepAspect?: boolean;
97
- symbolOffset?: any[];
98
- focusNodeAdjacency?: boolean;
99
- edgeSymbol?: any[] | string;
100
- edgeSymbolSize?: number;
101
- cursor?: string;
102
- roam?: boolean;
103
- initialTreeDepth?: number;
104
- itemStyle?: ITdItemStyle;
105
- lineStyle?: ITdLineStyle;
106
- label?: ITdLabel;
107
- edgeLabel?: ITdEdgeLabel;
108
- emphasis?: ITdEmphasis;
109
- categories?: ITdCategories;
110
- nodes?: any[];
111
- links?: any[];
112
- edges?: any[];
113
- markPoint?: ITdMarkPoint;
114
- markLine?: ITdMarkLine;
115
- markArea?: ITdMarkArea;
116
- zlevel?: number;
117
- z?: number;
118
- silent?: boolean;
119
- left?: string | number;
120
- top?: string | number;
121
- right?: string | number;
122
- bottom?: string | number;
123
- width?: string | number;
124
- height?: string | number;
125
- constructor(_optionsService: TdChartOptionsService);
126
- getConfig(): any;
127
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesGraphComponent, never>;
128
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesGraphComponent, "td-chart-series[td-graph]", 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; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "polarIndex": { "alias": "polarIndex"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "force": { "alias": "force"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "nodeScaleRatio": { "alias": "nodeScaleRatio"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "symbolOffset": { "alias": "symbolOffset"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "edgeSymbol": { "alias": "edgeSymbol"; "required": false; }; "edgeSymbolSize": { "alias": "edgeSymbolSize"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "roam": { "alias": "roam"; "required": false; }; "initialTreeDepth": { "alias": "initialTreeDepth"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "edgeLabel": { "alias": "edgeLabel"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "links": { "alias": "links"; "required": false; }; "edges": { "alias": "edges"; "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; }; "silent": { "alias": "silent"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, true, never>;
129
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./graph.component";
4
- export declare const GRAPH_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
- */
9
- export declare class CovalentGraphEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentGraphEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentGraphEchartsModule, never, [typeof i1.TdChartSeriesGraphComponent], [typeof i1.TdChartSeriesGraphComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentGraphEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './graph.module';
2
- export * from './graph.component';
@@ -1,19 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import { TdChartOptionsService } from '@covalent/echarts/base';
3
- import { ITdBarSeries, TdChartSeriesBarComponent } from '@covalent/echarts/bar';
4
- import * as i0 from "@angular/core";
5
- export type TdHistogramBinningMethod = 'squareRoot' | 'scott' | 'freedmanDiaconis' | 'sturges';
6
- export interface ITdHistogramSeries extends ITdBarSeries {
7
- data?: number[] | number[][];
8
- method?: TdHistogramBinningMethod;
9
- }
10
- export declare class TdChartSeriesHistogramComponent extends TdChartSeriesBarComponent implements ITdHistogramSeries, OnChanges {
11
- source?: number[] | number[][];
12
- method?: TdHistogramBinningMethod;
13
- constructor(_optionsService: TdChartOptionsService);
14
- ngOnChanges(): void;
15
- getConfig(): any;
16
- private setOptions;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesHistogramComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesHistogramComponent, "td-chart-series[td-histogram]", 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; }; "source": { "alias": "source"; "required": false; }; "method": { "alias": "method"; "required": false; }; }, {}, never, never, true, never>;
19
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./histogram.component";
4
- export declare const HISTOGRAM_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
- */
9
- export declare class CovalentHistogramEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentHistogramEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentHistogramEchartsModule, never, [typeof i1.TdChartSeriesHistogramComponent], [typeof i1.TdChartSeriesHistogramComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentHistogramEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './histogram.module';
2
- export * from './histogram.component';
@@ -1,86 +0,0 @@
1
- import { TdChartOptionsService, TdCoordinateSystem, TdMarkPointSymbol, ITdLabel, ITdItemStyle, ITdLineStyle, ITdAreaStyle, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea, ITdEmphasis, ITdSeries, ITdShadow, TdSeriesDirective } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- export type TdSampling = 'average' | 'max' | 'min' | 'sum';
4
- export interface ITdLineSeries extends ITdSeries, ITdShadow {
5
- coordinateSystem?: TdCoordinateSystem;
6
- xAxisIndex?: number;
7
- yAxisIndex?: number;
8
- polarIndex?: number;
9
- symbol?: TdMarkPointSymbol | string;
10
- symbolSize?: number | any[] | Function;
11
- symbolRotate?: number;
12
- symbolKeepAspect?: boolean;
13
- symbolOffset?: any[];
14
- showSymbol?: boolean;
15
- showAllSymbol?: boolean | 'auto';
16
- hoverAnimation?: boolean;
17
- legendHoverLink?: boolean;
18
- stack?: string;
19
- cursor?: string;
20
- connectNulls?: boolean;
21
- clipOverflow?: boolean;
22
- step?: string | boolean;
23
- label?: ITdLabel;
24
- itemStyle?: ITdItemStyle;
25
- lineStyle?: ITdLineStyle;
26
- width?: number;
27
- opacity?: number;
28
- areaStyle?: ITdAreaStyle;
29
- emphasis?: ITdEmphasis;
30
- smooth?: boolean | number;
31
- smoothMonotone?: string;
32
- sampling?: TdSampling;
33
- dimensions?: any[];
34
- encode?: any;
35
- seriesLayoutBy?: TdSeriesLayoutBy;
36
- datasetIndex?: number;
37
- data?: any[];
38
- markPoint?: ITdMarkPoint;
39
- markLine?: ITdMarkLine;
40
- markArea?: ITdMarkArea;
41
- zlevel?: number;
42
- z?: number;
43
- silent?: boolean;
44
- }
45
- export declare class TdChartSeriesLineComponent extends TdSeriesDirective implements ITdLineSeries {
46
- coordinateSystem?: TdCoordinateSystem;
47
- xAxisIndex?: number;
48
- yAxisIndex?: number;
49
- polarIndex?: number;
50
- symbol?: TdMarkPointSymbol | string;
51
- symbolSize?: number | any[] | Function;
52
- symbolRotate?: number;
53
- symbolKeepAspect?: boolean;
54
- symbolOffset?: any[];
55
- showSymbol?: boolean;
56
- showAllSymbol?: boolean;
57
- hoverAnimation?: boolean;
58
- legendHoverLink?: boolean;
59
- stack?: string;
60
- cursor?: string;
61
- connectNulls?: boolean;
62
- clipOverflow?: boolean;
63
- step?: string | boolean;
64
- label?: ITdLabel;
65
- itemStyle?: ITdItemStyle;
66
- lineStyle?: ITdLineStyle;
67
- areaStyle?: ITdAreaStyle;
68
- emphasis?: ITdEmphasis;
69
- smooth?: boolean | number;
70
- smoothMonotone?: string;
71
- sampling?: TdSampling;
72
- dimensions?: any[];
73
- encode: any;
74
- seriesLayoutBy?: TdSeriesLayoutBy;
75
- datasetIndex?: number;
76
- markPoint?: ITdMarkPoint;
77
- markLine?: ITdMarkLine;
78
- markArea?: ITdMarkArea;
79
- zlevel?: number;
80
- z?: number;
81
- silent?: boolean;
82
- constructor(_optionsService: TdChartOptionsService);
83
- getConfig(): any;
84
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesLineComponent, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesLineComponent, "td-chart-series[td-line]", 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; }; "polarIndex": { "alias": "polarIndex"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "symbolOffset": { "alias": "symbolOffset"; "required": false; }; "showSymbol": { "alias": "showSymbol"; "required": false; }; "showAllSymbol": { "alias": "showAllSymbol"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "connectNulls": { "alias": "connectNulls"; "required": false; }; "clipOverflow": { "alias": "clipOverflow"; "required": false; }; "step": { "alias": "step"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "areaStyle": { "alias": "areaStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "smooth": { "alias": "smooth"; "required": false; }; "smoothMonotone": { "alias": "smoothMonotone"; "required": false; }; "sampling": { "alias": "sampling"; "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; }; "silent": { "alias": "silent"; "required": false; }; }, {}, never, never, true, never>;
86
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./line.component";
4
- export declare const LINE_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
- */
9
- export declare class CovalentLineEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentLineEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentLineEchartsModule, never, [typeof i1.TdChartSeriesLineComponent], [typeof i1.TdChartSeriesLineComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentLineEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './line.module';
2
- export * from './line.component';
@@ -1,75 +0,0 @@
1
- import { TdChartOptionsService, ITdItemStyle, ITdMarkPoint, ITdMarkLine, ITdMarkArea, ITdSeries, ITdLabel, TdSeriesDirective } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- export type TdMapValueCalculation = 'sum' | 'average' | 'max' | 'min';
4
- export type TdMapSeriesLayoutBy = 'column' | 'row';
5
- export interface ITdMapScaleLimit {
6
- min?: number;
7
- max?: number;
8
- }
9
- export interface ITdMapItemStyle {
10
- areaColor?: ITdItemStyle;
11
- emphasis?: ITdItemStyle;
12
- }
13
- export interface ITdMapSeries extends ITdSeries {
14
- map?: string;
15
- roam?: boolean;
16
- center?: number[];
17
- aspectScale?: number;
18
- boudingCoords?: any[];
19
- zoom?: number;
20
- scaleLimit?: ITdMapScaleLimit;
21
- nameMap?: object;
22
- selectedMode?: boolean | string;
23
- label?: ITdLabel;
24
- itemStyle?: ITdMapItemStyle;
25
- zLevel?: number;
26
- z?: number;
27
- left?: string | number;
28
- top?: string | number;
29
- right?: string | number;
30
- bottom?: string | number;
31
- layoutCenter?: any[];
32
- layoutSize?: any[];
33
- geoIndex?: number;
34
- mapValueCalculation?: TdMapValueCalculation;
35
- showLegendSymbol?: boolean;
36
- seriesLayoutBy?: string;
37
- data?: any[];
38
- markPoint?: ITdMarkPoint;
39
- markLine?: ITdMarkLine;
40
- markArea?: ITdMarkArea;
41
- silent?: boolean;
42
- }
43
- export declare class TdChartSeriesMapComponent extends TdSeriesDirective implements ITdMapSeries {
44
- map?: string;
45
- roam?: boolean;
46
- center?: number[];
47
- aspectScale?: number;
48
- boudingCoords?: any[];
49
- zoom?: number;
50
- scaleLimit?: ITdMapScaleLimit;
51
- nameMap?: object;
52
- selectedMode?: boolean | string;
53
- label?: ITdLabel;
54
- itemStyle?: ITdMapItemStyle;
55
- zLevel?: number;
56
- z?: number;
57
- left?: string | number;
58
- top?: string | number;
59
- right?: string | number;
60
- bottom?: string | number;
61
- layoutCenter?: any[];
62
- layoutSize?: any[];
63
- geoIndex?: number;
64
- mapValueCalculation?: TdMapValueCalculation;
65
- showLegendSymbol?: boolean;
66
- seriesLayoutBy?: string;
67
- markPoint?: ITdMarkPoint;
68
- markLine?: ITdMarkLine;
69
- markArea?: ITdMarkArea;
70
- silent?: boolean;
71
- constructor(_optionsService: TdChartOptionsService);
72
- getConfig(): any;
73
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesMapComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesMapComponent, "td-chart-series[td-map]", 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; }; "map": { "alias": "map"; "required": false; }; "roam": { "alias": "roam"; "required": false; }; "center": { "alias": "center"; "required": false; }; "aspectScale": { "alias": "aspectScale"; "required": false; }; "boudingCoords": { "alias": "boudingCoords"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "scaleLimit": { "alias": "scaleLimit"; "required": false; }; "nameMap": { "alias": "nameMap"; "required": false; }; "selectedMode": { "alias": "selectedMode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "zLevel": { "alias": "zLevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "layoutCenter": { "alias": "layoutCenter"; "required": false; }; "layoutSize": { "alias": "layoutSize"; "required": false; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "mapValueCalculation": { "alias": "mapValueCalculation"; "required": false; }; "showLegendSymbol": { "alias": "showLegendSymbol"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; }, {}, never, never, true, never>;
75
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./map.component";
4
- export declare const MAP_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
- */
9
- export declare class CovalentMapEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentMapEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentMapEchartsModule, never, [typeof i1.TdChartSeriesMapComponent], [typeof i1.TdChartSeriesMapComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentMapEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './map.module';
2
- export * from './map.component';
@@ -1,64 +0,0 @@
1
- import { TdChartOptionsService, ITdItemStyle, ITdEmphasis, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea, ITdSeries, ITdLabel, ITdLabelLine, TdSeriesDirective } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- export interface ITdPieSeries extends ITdSeries {
4
- legendHoverLink?: boolean;
5
- hoverAnimation?: boolean;
6
- hoverOffset?: number;
7
- selectedMode?: boolean | string;
8
- selectedOffset?: number;
9
- clockwise?: boolean;
10
- startAngle?: number;
11
- minAngle?: number;
12
- minShowLabelAngle?: number;
13
- roseType?: boolean | string;
14
- avoidLabelOverlap?: boolean;
15
- stillShowZeroSum?: boolean;
16
- cursor?: string;
17
- labelLine?: ITdLabelLine;
18
- Label?: ITdLabel;
19
- itemStyle?: ITdItemStyle;
20
- emphasis?: ITdEmphasis;
21
- seriesLayoutBy?: TdSeriesLayoutBy;
22
- datasetIndex?: number;
23
- data?: any[];
24
- markPoint?: ITdMarkPoint;
25
- markLine?: ITdMarkLine;
26
- markArea?: ITdMarkArea;
27
- Zlevel?: 0;
28
- z?: number;
29
- center?: object;
30
- radius?: number | string | any[];
31
- silent?: boolean;
32
- }
33
- export declare class TdChartSeriesPieComponent extends TdSeriesDirective implements ITdPieSeries {
34
- legendHoverLink?: boolean;
35
- hoverAnimation?: boolean;
36
- hoverOffset?: number;
37
- selectedMode?: boolean | string;
38
- selectedOffset?: number;
39
- clockwise?: boolean;
40
- startAngle?: number;
41
- minAngle?: number;
42
- minShowLabelAngle?: number;
43
- roseType?: boolean | string;
44
- avoidLabelOverlap?: boolean;
45
- stillShowZeroSum?: boolean;
46
- cursor?: string;
47
- labelLine?: object;
48
- label?: any;
49
- itemStyle?: ITdItemStyle;
50
- emphasis?: ITdEmphasis;
51
- seriesLayoutBy?: TdSeriesLayoutBy;
52
- datasetIndex?: number;
53
- markPoint?: ITdMarkPoint;
54
- markLine?: ITdMarkLine;
55
- markArea?: ITdMarkArea;
56
- zlevel?: number;
57
- z?: number;
58
- center?: object;
59
- radius?: number | string | any[];
60
- constructor(_optionsService: TdChartOptionsService);
61
- getConfig(): any;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesPieComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesPieComponent, "td-chart-series[td-pie]", 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; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "hoverOffset": { "alias": "hoverOffset"; "required": false; }; "selectedMode": { "alias": "selectedMode"; "required": false; }; "selectedOffset": { "alias": "selectedOffset"; "required": false; }; "clockwise": { "alias": "clockwise"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "minAngle": { "alias": "minAngle"; "required": false; }; "minShowLabelAngle": { "alias": "minShowLabelAngle"; "required": false; }; "roseType": { "alias": "roseType"; "required": false; }; "avoidLabelOverlap": { "alias": "avoidLabelOverlap"; "required": false; }; "stillShowZeroSum": { "alias": "stillShowZeroSum"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "labelLine": { "alias": "labelLine"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "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; }; "center": { "alias": "center"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, true, never>;
64
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./pie.component";
4
- export declare const PIE_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
- */
9
- export declare class CovalentPieEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentPieEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentPieEchartsModule, never, [typeof i1.TdChartSeriesPieComponent], [typeof i1.TdChartSeriesPieComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentPieEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './pie.module';
2
- export * from './pie.component';
package/public_api.d.ts DELETED
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export * from './regression.module';
2
- export * from './regression.component';
@@ -1,22 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import { TdChartOptionsService } from '@covalent/echarts/base';
3
- import { ITdScatterSeries, TdChartSeriesScatterComponent } from '@covalent/echarts/scatter';
4
- import * as i0 from "@angular/core";
5
- export type TdRegressionType = 'linear' | 'exponential' | 'logarithmic' | 'polynomial';
6
- export interface ITdRegressionSeries extends ITdScatterSeries {
7
- data?: number[][];
8
- regressionType?: TdRegressionType;
9
- polinomialOrder?: number;
10
- }
11
- export declare class TdChartSeriesRegressionComponent extends TdChartSeriesScatterComponent implements ITdRegressionSeries, OnChanges {
12
- data?: number[][];
13
- regressionType?: TdRegressionType;
14
- polinomialOrder?: number;
15
- constructor(_optionsService: TdChartOptionsService);
16
- ngOnChanges(): void;
17
- getConfig(): any;
18
- private setOptions;
19
- private render;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesRegressionComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesRegressionComponent, "td-chart-series[td-regression]", 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; }; "regressionType": { "alias": "regressionType"; "required": false; }; "polinomialOrder": { "alias": "polinomialOrder"; "required": false; }; }, {}, never, never, true, never>;
22
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./regression.component";
4
- export declare const REGRESSION_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
- */
9
- export declare class CovalentRegressionEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentRegressionEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentRegressionEchartsModule, never, [typeof i1.TdChartSeriesRegressionComponent], [typeof i1.TdChartSeriesRegressionComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentRegressionEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './sankey.module';
2
- export * from './sankey.component';
@@ -1,65 +0,0 @@
1
- import { TdChartOptionsService, ITdLabel, ITdItemStyle, ITdEmphasis, ITdSeries, TdSeriesDirective, ITdShadow, ITdLineCurveStyle } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- export type TdSankeyOrient = 'horizontal' | 'vertical';
4
- export type TdSankeyFocusNodeAdjacency = boolean | 'allEdges' | 'outEdges' | 'inEdges';
5
- export interface ITdSankeyEmphasisLineStyle extends ITdShadow {
6
- color?: any;
7
- opacity?: number;
8
- curveness?: number;
9
- }
10
- export interface ITdSankeyEmphasis extends ITdEmphasis {
11
- lineStyle: ITdSankeyEmphasisLineStyle;
12
- }
13
- export interface ITdSankeySeries extends ITdSeries {
14
- zlevel?: number;
15
- z?: number;
16
- left?: string | number;
17
- top?: string | number;
18
- right?: string | number;
19
- bottom?: string | number;
20
- width?: string | number;
21
- height?: string | number;
22
- nodeWidth?: number;
23
- nodeGap?: number;
24
- layoutIterations?: number;
25
- orient?: TdSankeyOrient;
26
- draggable?: boolean;
27
- focusNodeAdjacency?: TdSankeyFocusNodeAdjacency;
28
- label?: ITdLabel;
29
- itemStyle?: ITdItemStyle;
30
- lineStyle?: ITdLineCurveStyle;
31
- emphasis?: ITdEmphasis;
32
- data?: any[];
33
- nodes?: any[];
34
- links?: any[];
35
- edges?: any[];
36
- silent?: boolean;
37
- }
38
- export declare class TdChartSeriesSankeyComponent extends TdSeriesDirective implements ITdSankeySeries {
39
- zlevel?: number;
40
- z?: number;
41
- left?: string | number;
42
- top?: string | number;
43
- right?: string | number;
44
- bottom?: string | number;
45
- width?: string | number;
46
- height?: string | number;
47
- nodeWidth?: number;
48
- nodeGap?: number;
49
- layoutIterations?: number;
50
- orient?: TdSankeyOrient;
51
- draggable?: boolean;
52
- focusNodeAdjacency?: TdSankeyFocusNodeAdjacency;
53
- label?: ITdLabel;
54
- itemStyle?: ITdItemStyle;
55
- lineStyle?: ITdLineCurveStyle;
56
- emphasis?: ITdEmphasis;
57
- nodes?: any[];
58
- links?: any[];
59
- edges?: any[];
60
- silent?: boolean;
61
- constructor(_optionsService: TdChartOptionsService);
62
- getConfig(): any;
63
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesSankeyComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesSankeyComponent, "td-chart-series[td-sankey]", 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; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "nodeWidth": { "alias": "nodeWidth"; "required": false; }; "nodeGap": { "alias": "nodeGap"; "required": false; }; "layoutIterations": { "alias": "layoutIterations"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "links": { "alias": "links"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; }, {}, never, never, true, never>;
65
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./sankey.component";
4
- export declare const SANKEY_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
- */
9
- export declare class CovalentSankeyEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSankeyEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentSankeyEchartsModule, never, [typeof i1.TdChartSeriesSankeyComponent], [typeof i1.TdChartSeriesSankeyComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentSankeyEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './scatter.module';
2
- export * from './scatter.component';