@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
package/graph/index.d.ts CHANGED
@@ -1,5 +1,145 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Type } from '@angular/core';
3
+ import { TdSeriesDirective, ITdSeries, TdCoordinateSystem, TdMarkPointSymbol, ITdItemStyle, ITdLineStyle, ITdLabel, ITdEdgeLabel, ITdEmphasis, ITdMarkPoint, ITdMarkLine, ITdMarkArea, TdChartOptionsService } from '@covalent/echarts/base';
4
+
5
+ interface ITdCategories {
6
+ name?: string;
7
+ symbol?: TdMarkPointSymbol | string;
8
+ symbolSize?: number | any[];
9
+ symbolRotate?: number;
10
+ symbolKeepAspect?: boolean;
11
+ symbolOffset: any[];
12
+ itemStyle: ITdItemStyle;
13
+ label: ITdLabel;
14
+ emphasis: ITdEmphasis;
15
+ }
16
+ interface ITdGraphForce {
17
+ initLayout?: string;
18
+ repulsion?: any | number;
19
+ gravity?: number;
20
+ edgeLength?: any | number;
21
+ layoutAnimation?: boolean;
22
+ }
23
+ type TdGraphLayout = 'none' | 'circular' | 'force';
24
+ interface ITdGraphSeries extends ITdSeries {
25
+ legendHoverLink?: boolean;
26
+ coordinateSystem?: TdCoordinateSystem;
27
+ xAxisIndex?: number;
28
+ yAxisIndex?: number;
29
+ polarIndex?: number;
30
+ calendarIndex?: number;
31
+ geoIndex?: number;
32
+ hoverAnimation?: boolean;
33
+ circular?: object;
34
+ force?: ITdGraphForce;
35
+ layout?: TdGraphLayout;
36
+ nodeScaleRatio?: boolean;
37
+ draggable?: boolean;
38
+ symbol?: TdMarkPointSymbol | string;
39
+ symbolSize?: number | any[] | Function;
40
+ symbolRotate?: number;
41
+ symbolKeepAspect?: boolean;
42
+ symbolOffset?: any[];
43
+ focusNodeAdjacency?: boolean;
44
+ edgeSymbol?: any[] | string;
45
+ edgeSymbolSize?: number;
46
+ cursor?: string;
47
+ roam?: boolean;
48
+ expandAndCollapse?: boolean;
49
+ initialTreeDepth?: number;
50
+ itemStyle?: ITdItemStyle;
51
+ lineStyle?: ITdLineStyle;
52
+ label?: ITdLabel;
53
+ edgeLabel?: ITdEdgeLabel;
54
+ emphasis?: ITdEmphasis;
55
+ categories?: ITdCategories;
56
+ data?: any[];
57
+ nodes?: any[];
58
+ links?: any[];
59
+ edges?: any[];
60
+ markPoint?: ITdMarkPoint;
61
+ markLine?: ITdMarkLine;
62
+ markArea?: ITdMarkArea;
63
+ zlevel?: number;
64
+ z?: number;
65
+ silent?: boolean;
66
+ left?: string | number;
67
+ top?: string | number;
68
+ right?: string | number;
69
+ bottom?: string | number;
70
+ width?: string | number;
71
+ height?: string | number;
72
+ animation?: boolean;
73
+ animationThreshold?: number;
74
+ animationDuration?: number | Function;
75
+ animationEasing?: string;
76
+ animationDelay?: number | Function;
77
+ animationDurationUpdate?: number | Function;
78
+ animationEasingUpdate?: string;
79
+ animationDelayUpdate?: number | Function;
80
+ }
81
+ declare class TdChartSeriesGraphComponent extends TdSeriesDirective implements ITdGraphSeries {
82
+ legendHoverLink?: boolean;
83
+ coordinateSystem?: TdCoordinateSystem;
84
+ xAxisIndex?: number;
85
+ yAxisIndex?: number;
86
+ polarIndex?: number;
87
+ calendarIndex?: number;
88
+ geoIndex?: number;
89
+ hoverAnimation?: boolean;
90
+ circular?: object;
91
+ force?: ITdGraphForce;
92
+ layout?: TdGraphLayout;
93
+ nodeScaleRatio?: boolean;
94
+ draggable?: boolean;
95
+ symbol?: TdMarkPointSymbol | string;
96
+ symbolSize?: number | any[] | Function;
97
+ symbolRotate?: number;
98
+ symbolKeepAspect?: boolean;
99
+ symbolOffset?: any[];
100
+ focusNodeAdjacency?: boolean;
101
+ edgeSymbol?: any[] | string;
102
+ edgeSymbolSize?: number;
103
+ cursor?: string;
104
+ roam?: boolean;
105
+ initialTreeDepth?: number;
106
+ itemStyle?: ITdItemStyle;
107
+ lineStyle?: ITdLineStyle;
108
+ label?: ITdLabel;
109
+ edgeLabel?: ITdEdgeLabel;
110
+ emphasis?: ITdEmphasis;
111
+ categories?: ITdCategories;
112
+ nodes?: any[];
113
+ links?: any[];
114
+ edges?: any[];
115
+ markPoint?: ITdMarkPoint;
116
+ markLine?: ITdMarkLine;
117
+ markArea?: ITdMarkArea;
118
+ zlevel?: number;
119
+ z?: number;
120
+ silent?: boolean;
121
+ left?: string | number;
122
+ top?: string | number;
123
+ right?: string | number;
124
+ bottom?: string | number;
125
+ width?: string | number;
126
+ height?: string | number;
127
+ constructor(_optionsService: TdChartOptionsService);
128
+ getConfig(): any;
129
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesGraphComponent, never>;
130
+ 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>;
131
+ }
132
+
133
+ declare const GRAPH_MODULE_COMPONENTS: Type<any>[];
1
134
  /**
2
- * Generated bundle index. Do not edit.
135
+ * @deprecated This module is deprecated and will be removed in future versions.
136
+ * Please migrate to using standalone components as soon as possible.
3
137
  */
4
- /// <amd-module name="@covalent/echarts/graph" />
5
- export * from './public_api';
138
+ declare class CovalentGraphEchartsModule {
139
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentGraphEchartsModule, never>;
140
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentGraphEchartsModule, never, [typeof TdChartSeriesGraphComponent], [typeof TdChartSeriesGraphComponent]>;
141
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentGraphEchartsModule>;
142
+ }
143
+
144
+ export { CovalentGraphEchartsModule, GRAPH_MODULE_COMPONENTS, TdChartSeriesGraphComponent };
145
+ export type { ITdCategories, ITdGraphForce, ITdGraphSeries, TdGraphLayout };
@@ -1,5 +1,34 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnChanges, Type } from '@angular/core';
3
+ import { TdChartOptionsService } from '@covalent/echarts/base';
4
+ import { TdChartSeriesBarComponent, ITdBarSeries } from '@covalent/echarts/bar';
5
+
6
+ type TdHistogramBinningMethod = 'squareRoot' | 'scott' | 'freedmanDiaconis' | 'sturges';
7
+ interface ITdHistogramSeries extends ITdBarSeries {
8
+ data?: number[] | number[][];
9
+ method?: TdHistogramBinningMethod;
10
+ }
11
+ declare class TdChartSeriesHistogramComponent extends TdChartSeriesBarComponent implements ITdHistogramSeries, OnChanges {
12
+ source?: number[] | number[][];
13
+ method?: TdHistogramBinningMethod;
14
+ constructor(_optionsService: TdChartOptionsService);
15
+ ngOnChanges(): void;
16
+ getConfig(): any;
17
+ private setOptions;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesHistogramComponent, never>;
19
+ 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>;
20
+ }
21
+
22
+ declare const HISTOGRAM_MODULE_COMPONENTS: Type<any>[];
1
23
  /**
2
- * Generated bundle index. Do not edit.
24
+ * @deprecated This module is deprecated and will be removed in future versions.
25
+ * Please migrate to using standalone components as soon as possible.
3
26
  */
4
- /// <amd-module name="@covalent/echarts/histogram" />
5
- export * from './public_api';
27
+ declare class CovalentHistogramEchartsModule {
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentHistogramEchartsModule, never>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentHistogramEchartsModule, never, [typeof TdChartSeriesHistogramComponent], [typeof TdChartSeriesHistogramComponent]>;
30
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentHistogramEchartsModule>;
31
+ }
32
+
33
+ export { CovalentHistogramEchartsModule, HISTOGRAM_MODULE_COMPONENTS, TdChartSeriesHistogramComponent };
34
+ export type { ITdHistogramSeries, TdHistogramBinningMethod };
package/index.d.ts CHANGED
@@ -1,5 +1,2 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@covalent/echarts" />
5
- export * from './public_api';
1
+
2
+ export { };
package/line/index.d.ts CHANGED
@@ -1,5 +1,102 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Type } from '@angular/core';
3
+ import { TdSeriesDirective, ITdSeries, ITdShadow, TdCoordinateSystem, TdMarkPointSymbol, ITdLabel, ITdItemStyle, ITdLineStyle, ITdAreaStyle, ITdEmphasis, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea, TdChartOptionsService } from '@covalent/echarts/base';
4
+
5
+ type TdSampling = 'average' | 'max' | 'min' | 'sum';
6
+ interface ITdLineSeries extends ITdSeries, ITdShadow {
7
+ coordinateSystem?: TdCoordinateSystem;
8
+ xAxisIndex?: number;
9
+ yAxisIndex?: number;
10
+ polarIndex?: number;
11
+ symbol?: TdMarkPointSymbol | string;
12
+ symbolSize?: number | any[] | Function;
13
+ symbolRotate?: number;
14
+ symbolKeepAspect?: boolean;
15
+ symbolOffset?: any[];
16
+ showSymbol?: boolean;
17
+ showAllSymbol?: boolean | 'auto';
18
+ hoverAnimation?: boolean;
19
+ legendHoverLink?: boolean;
20
+ stack?: string;
21
+ cursor?: string;
22
+ connectNulls?: boolean;
23
+ clipOverflow?: boolean;
24
+ step?: string | boolean;
25
+ label?: ITdLabel;
26
+ itemStyle?: ITdItemStyle;
27
+ lineStyle?: ITdLineStyle;
28
+ width?: number;
29
+ opacity?: number;
30
+ areaStyle?: ITdAreaStyle;
31
+ emphasis?: ITdEmphasis;
32
+ smooth?: boolean | number;
33
+ smoothMonotone?: string;
34
+ sampling?: TdSampling;
35
+ dimensions?: any[];
36
+ encode?: any;
37
+ seriesLayoutBy?: TdSeriesLayoutBy;
38
+ datasetIndex?: number;
39
+ data?: any[];
40
+ markPoint?: ITdMarkPoint;
41
+ markLine?: ITdMarkLine;
42
+ markArea?: ITdMarkArea;
43
+ zlevel?: number;
44
+ z?: number;
45
+ silent?: boolean;
46
+ }
47
+ declare class TdChartSeriesLineComponent extends TdSeriesDirective implements ITdLineSeries {
48
+ coordinateSystem?: TdCoordinateSystem;
49
+ xAxisIndex?: number;
50
+ yAxisIndex?: number;
51
+ polarIndex?: number;
52
+ symbol?: TdMarkPointSymbol | string;
53
+ symbolSize?: number | any[] | Function;
54
+ symbolRotate?: number;
55
+ symbolKeepAspect?: boolean;
56
+ symbolOffset?: any[];
57
+ showSymbol?: boolean;
58
+ showAllSymbol?: boolean;
59
+ hoverAnimation?: boolean;
60
+ legendHoverLink?: boolean;
61
+ stack?: string;
62
+ cursor?: string;
63
+ connectNulls?: boolean;
64
+ clipOverflow?: boolean;
65
+ step?: string | boolean;
66
+ label?: ITdLabel;
67
+ itemStyle?: ITdItemStyle;
68
+ lineStyle?: ITdLineStyle;
69
+ areaStyle?: ITdAreaStyle;
70
+ emphasis?: ITdEmphasis;
71
+ smooth?: boolean | number;
72
+ smoothMonotone?: string;
73
+ sampling?: TdSampling;
74
+ dimensions?: any[];
75
+ encode: any;
76
+ seriesLayoutBy?: TdSeriesLayoutBy;
77
+ datasetIndex?: number;
78
+ markPoint?: ITdMarkPoint;
79
+ markLine?: ITdMarkLine;
80
+ markArea?: ITdMarkArea;
81
+ zlevel?: number;
82
+ z?: number;
83
+ silent?: boolean;
84
+ constructor(_optionsService: TdChartOptionsService);
85
+ getConfig(): any;
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesLineComponent, never>;
87
+ 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>;
88
+ }
89
+
90
+ declare const LINE_MODULE_COMPONENTS: Type<any>[];
1
91
  /**
2
- * Generated bundle index. Do not edit.
92
+ * @deprecated This module is deprecated and will be removed in future versions.
93
+ * Please migrate to using standalone components as soon as possible.
3
94
  */
4
- /// <amd-module name="@covalent/echarts/line" />
5
- export * from './public_api';
95
+ declare class CovalentLineEchartsModule {
96
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentLineEchartsModule, never>;
97
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentLineEchartsModule, never, [typeof TdChartSeriesLineComponent], [typeof TdChartSeriesLineComponent]>;
98
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentLineEchartsModule>;
99
+ }
100
+
101
+ export { CovalentLineEchartsModule, LINE_MODULE_COMPONENTS, TdChartSeriesLineComponent };
102
+ export type { ITdLineSeries, TdSampling };
package/map/index.d.ts CHANGED
@@ -1,5 +1,91 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Type } from '@angular/core';
3
+ import { TdSeriesDirective, ITdSeries, ITdLabel, ITdItemStyle, ITdMarkPoint, ITdMarkLine, ITdMarkArea, TdChartOptionsService } from '@covalent/echarts/base';
4
+
5
+ type TdMapValueCalculation = 'sum' | 'average' | 'max' | 'min';
6
+ type TdMapSeriesLayoutBy = 'column' | 'row';
7
+ interface ITdMapScaleLimit {
8
+ min?: number;
9
+ max?: number;
10
+ }
11
+ interface ITdMapItemStyle {
12
+ areaColor?: ITdItemStyle;
13
+ emphasis?: ITdItemStyle;
14
+ }
15
+ interface ITdMapSeries extends ITdSeries {
16
+ map?: string;
17
+ roam?: boolean;
18
+ center?: number[];
19
+ aspectScale?: number;
20
+ boudingCoords?: any[];
21
+ zoom?: number;
22
+ scaleLimit?: ITdMapScaleLimit;
23
+ nameMap?: object;
24
+ selectedMode?: boolean | string;
25
+ label?: ITdLabel;
26
+ itemStyle?: ITdMapItemStyle;
27
+ zLevel?: number;
28
+ z?: number;
29
+ left?: string | number;
30
+ top?: string | number;
31
+ right?: string | number;
32
+ bottom?: string | number;
33
+ layoutCenter?: any[];
34
+ layoutSize?: any[];
35
+ geoIndex?: number;
36
+ mapValueCalculation?: TdMapValueCalculation;
37
+ showLegendSymbol?: boolean;
38
+ seriesLayoutBy?: string;
39
+ data?: any[];
40
+ markPoint?: ITdMarkPoint;
41
+ markLine?: ITdMarkLine;
42
+ markArea?: ITdMarkArea;
43
+ silent?: boolean;
44
+ }
45
+ declare class TdChartSeriesMapComponent extends TdSeriesDirective implements ITdMapSeries {
46
+ map?: string;
47
+ roam?: boolean;
48
+ center?: number[];
49
+ aspectScale?: number;
50
+ boudingCoords?: any[];
51
+ zoom?: number;
52
+ scaleLimit?: ITdMapScaleLimit;
53
+ nameMap?: object;
54
+ selectedMode?: boolean | string;
55
+ label?: ITdLabel;
56
+ itemStyle?: ITdMapItemStyle;
57
+ zLevel?: number;
58
+ z?: number;
59
+ left?: string | number;
60
+ top?: string | number;
61
+ right?: string | number;
62
+ bottom?: string | number;
63
+ layoutCenter?: any[];
64
+ layoutSize?: any[];
65
+ geoIndex?: number;
66
+ mapValueCalculation?: TdMapValueCalculation;
67
+ showLegendSymbol?: boolean;
68
+ seriesLayoutBy?: string;
69
+ markPoint?: ITdMarkPoint;
70
+ markLine?: ITdMarkLine;
71
+ markArea?: ITdMarkArea;
72
+ silent?: boolean;
73
+ constructor(_optionsService: TdChartOptionsService);
74
+ getConfig(): any;
75
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesMapComponent, never>;
76
+ 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>;
77
+ }
78
+
79
+ declare const MAP_MODULE_COMPONENTS: Type<any>[];
1
80
  /**
2
- * Generated bundle index. Do not edit.
81
+ * @deprecated This module is deprecated and will be removed in future versions.
82
+ * Please migrate to using standalone components as soon as possible.
3
83
  */
4
- /// <amd-module name="@covalent/echarts/map" />
5
- export * from './public_api';
84
+ declare class CovalentMapEchartsModule {
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentMapEchartsModule, never>;
86
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentMapEchartsModule, never, [typeof TdChartSeriesMapComponent], [typeof TdChartSeriesMapComponent]>;
87
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentMapEchartsModule>;
88
+ }
89
+
90
+ export { CovalentMapEchartsModule, MAP_MODULE_COMPONENTS, TdChartSeriesMapComponent };
91
+ export type { ITdMapItemStyle, ITdMapScaleLimit, ITdMapSeries, TdMapSeriesLayoutBy, TdMapValueCalculation };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/echarts",
3
- "version": "10.4.0-beta.3",
3
+ "version": "11.0.0-beta.2",
4
4
  "description": "Teradata UI Platform Echarts Module",
5
5
  "keywords": [
6
6
  "angular",
@@ -19,8 +19,8 @@
19
19
  "license": "MIT",
20
20
  "author": "Teradata UX",
21
21
  "peerDependencies": {
22
- "@angular/common": "19.x.x",
23
- "@angular/core": "19.x.x",
22
+ "@angular/common": "20.x.x",
23
+ "@angular/core": "20.x.x",
24
24
  "echarts": "^5.4.3"
25
25
  },
26
26
  "optionalDependencies": {
@@ -107,6 +107,6 @@
107
107
  },
108
108
  "sideEffects": false,
109
109
  "scripts": {
110
- "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
110
+ "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
111
111
  }
112
112
  }
package/pie/index.d.ts CHANGED
@@ -1,5 +1,80 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Type } from '@angular/core';
3
+ import { TdSeriesDirective, ITdSeries, ITdLabelLine, ITdLabel, ITdItemStyle, ITdEmphasis, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea, TdChartOptionsService } from '@covalent/echarts/base';
4
+
5
+ interface ITdPieSeries extends ITdSeries {
6
+ legendHoverLink?: boolean;
7
+ hoverAnimation?: boolean;
8
+ hoverOffset?: number;
9
+ selectedMode?: boolean | string;
10
+ selectedOffset?: number;
11
+ clockwise?: boolean;
12
+ startAngle?: number;
13
+ minAngle?: number;
14
+ minShowLabelAngle?: number;
15
+ roseType?: boolean | string;
16
+ avoidLabelOverlap?: boolean;
17
+ stillShowZeroSum?: boolean;
18
+ cursor?: string;
19
+ labelLine?: ITdLabelLine;
20
+ Label?: ITdLabel;
21
+ itemStyle?: ITdItemStyle;
22
+ emphasis?: ITdEmphasis;
23
+ seriesLayoutBy?: TdSeriesLayoutBy;
24
+ datasetIndex?: number;
25
+ data?: any[];
26
+ markPoint?: ITdMarkPoint;
27
+ markLine?: ITdMarkLine;
28
+ markArea?: ITdMarkArea;
29
+ Zlevel?: 0;
30
+ z?: number;
31
+ center?: object;
32
+ radius?: number | string | any[];
33
+ silent?: boolean;
34
+ }
35
+ declare class TdChartSeriesPieComponent extends TdSeriesDirective implements ITdPieSeries {
36
+ legendHoverLink?: boolean;
37
+ hoverAnimation?: boolean;
38
+ hoverOffset?: number;
39
+ selectedMode?: boolean | string;
40
+ selectedOffset?: number;
41
+ clockwise?: boolean;
42
+ startAngle?: number;
43
+ minAngle?: number;
44
+ minShowLabelAngle?: number;
45
+ roseType?: boolean | string;
46
+ avoidLabelOverlap?: boolean;
47
+ stillShowZeroSum?: boolean;
48
+ cursor?: string;
49
+ labelLine?: object;
50
+ label?: any;
51
+ itemStyle?: ITdItemStyle;
52
+ emphasis?: ITdEmphasis;
53
+ seriesLayoutBy?: TdSeriesLayoutBy;
54
+ datasetIndex?: number;
55
+ markPoint?: ITdMarkPoint;
56
+ markLine?: ITdMarkLine;
57
+ markArea?: ITdMarkArea;
58
+ zlevel?: number;
59
+ z?: number;
60
+ center?: object;
61
+ radius?: number | string | any[];
62
+ constructor(_optionsService: TdChartOptionsService);
63
+ getConfig(): any;
64
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesPieComponent, never>;
65
+ 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>;
66
+ }
67
+
68
+ declare const PIE_MODULE_COMPONENTS: Type<any>[];
1
69
  /**
2
- * Generated bundle index. Do not edit.
70
+ * @deprecated This module is deprecated and will be removed in future versions.
71
+ * Please migrate to using standalone components as soon as possible.
3
72
  */
4
- /// <amd-module name="@covalent/echarts/pie" />
5
- export * from './public_api';
73
+ declare class CovalentPieEchartsModule {
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentPieEchartsModule, never>;
75
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentPieEchartsModule, never, [typeof TdChartSeriesPieComponent], [typeof TdChartSeriesPieComponent]>;
76
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentPieEchartsModule>;
77
+ }
78
+
79
+ export { CovalentPieEchartsModule, PIE_MODULE_COMPONENTS, TdChartSeriesPieComponent };
80
+ export type { ITdPieSeries };
@@ -1,5 +1,37 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnChanges, Type } from '@angular/core';
3
+ import { TdChartOptionsService } from '@covalent/echarts/base';
4
+ import { TdChartSeriesScatterComponent, ITdScatterSeries } from '@covalent/echarts/scatter';
5
+
6
+ type TdRegressionType = 'linear' | 'exponential' | 'logarithmic' | 'polynomial';
7
+ interface ITdRegressionSeries extends ITdScatterSeries {
8
+ data?: number[][];
9
+ regressionType?: TdRegressionType;
10
+ polinomialOrder?: number;
11
+ }
12
+ declare class TdChartSeriesRegressionComponent extends TdChartSeriesScatterComponent implements ITdRegressionSeries, OnChanges {
13
+ data?: number[][];
14
+ regressionType?: TdRegressionType;
15
+ polinomialOrder?: number;
16
+ constructor(_optionsService: TdChartOptionsService);
17
+ ngOnChanges(): void;
18
+ getConfig(): any;
19
+ private setOptions;
20
+ private render;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesRegressionComponent, never>;
22
+ 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>;
23
+ }
24
+
25
+ declare const REGRESSION_MODULE_COMPONENTS: Type<any>[];
1
26
  /**
2
- * Generated bundle index. Do not edit.
27
+ * @deprecated This module is deprecated and will be removed in future versions.
28
+ * Please migrate to using standalone components as soon as possible.
3
29
  */
4
- /// <amd-module name="@covalent/echarts/regression" />
5
- export * from './public_api';
30
+ declare class CovalentRegressionEchartsModule {
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentRegressionEchartsModule, never>;
32
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentRegressionEchartsModule, never, [typeof TdChartSeriesRegressionComponent], [typeof TdChartSeriesRegressionComponent]>;
33
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentRegressionEchartsModule>;
34
+ }
35
+
36
+ export { CovalentRegressionEchartsModule, REGRESSION_MODULE_COMPONENTS, TdChartSeriesRegressionComponent };
37
+ export type { ITdRegressionSeries, TdRegressionType };