@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,76 +0,0 @@
1
- import { TdChartOptionsService, TdCoordinateSystem, TdMarkPointSymbol, ITdMarkPoint, ITdItemStyle, ITdLabel, ITdEmphasis, TdSeriesLayoutBy, ITdMarkLine, ITdMarkArea, TdSeriesDirective, ITdSeries } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- export interface ITdScatterSeries extends ITdSeries {
4
- coordinateSystem?: TdCoordinateSystem;
5
- xAxisIndex?: number;
6
- yAxisIndex?: number;
7
- polarIndex?: number;
8
- geoIndex?: number;
9
- calendarIndex?: number;
10
- hoverAnimation?: boolean;
11
- legendHoverLink?: boolean;
12
- symbol?: TdMarkPointSymbol | string;
13
- symbolSize?: number | any[] | Function;
14
- symbolRotate?: number;
15
- symbolKeepAspect?: boolean;
16
- symbolOffset?: any[];
17
- large?: boolean;
18
- largeThreshold?: number;
19
- cursor?: string;
20
- connectNulls?: boolean;
21
- clipOverflow?: boolean;
22
- step?: boolean;
23
- label?: ITdLabel;
24
- itemStyle?: any;
25
- emphasis?: ITdEmphasis;
26
- progressive?: number;
27
- progressiveThreshold?: number;
28
- dimensions?: any[];
29
- encode?: any;
30
- seriesLayoutBy?: TdSeriesLayoutBy;
31
- datasetIndex?: number;
32
- data?: any[];
33
- markPoint?: ITdMarkPoint;
34
- markLine?: ITdMarkLine;
35
- markArea?: ITdMarkArea;
36
- zlevel?: number;
37
- z?: number;
38
- silent?: boolean;
39
- }
40
- export declare class TdChartSeriesScatterComponent extends TdSeriesDirective implements ITdScatterSeries {
41
- coordinateSystem?: TdCoordinateSystem;
42
- xAxisIndex?: number;
43
- yAxisIndex?: number;
44
- polarIndex?: number;
45
- geoIndex?: number;
46
- calendarIndex?: number;
47
- hoverAnimation?: boolean;
48
- legendHoverLink?: boolean;
49
- symbol?: TdMarkPointSymbol | string;
50
- symbolSize?: number | any[] | Function;
51
- symbolRotate?: number;
52
- symbolKeepAspect?: boolean;
53
- symbolOffset?: any[];
54
- large?: boolean;
55
- largeThreshold?: number;
56
- cursor?: string;
57
- label?: ITdLabel;
58
- itemStyle?: ITdItemStyle;
59
- emphasis?: ITdEmphasis;
60
- progressive?: number;
61
- progressiveThreshold?: number;
62
- dimensions?: any[];
63
- encode?: any;
64
- seriesLayoutBy?: TdSeriesLayoutBy;
65
- datasetIndex?: number;
66
- markPoint?: ITdMarkPoint;
67
- markLine?: ITdMarkLine;
68
- markArea?: ITdMarkArea;
69
- zlevel?: number;
70
- z?: number;
71
- silent?: boolean;
72
- constructor(_optionsService: TdChartOptionsService);
73
- getConfig(): any;
74
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesScatterComponent, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesScatterComponent, "td-chart-series[td-scatter]", 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; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "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; }; "large": { "alias": "large"; "required": false; }; "largeThreshold": { "alias": "largeThreshold"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "progressive": { "alias": "progressive"; "required": false; }; "progressiveThreshold": { "alias": "progressiveThreshold"; "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>;
76
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./scatter.component";
4
- export declare const SCATTER_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 CovalentScatterEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentScatterEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentScatterEchartsModule, never, [typeof i1.TdChartSeriesScatterComponent], [typeof i1.TdChartSeriesScatterComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentScatterEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './toolbox.module';
2
- export * from './toolbox.component';
@@ -1,142 +0,0 @@
1
- import { TemplateRef, ElementRef, ChangeDetectorRef, OnChanges, OnDestroy } from '@angular/core';
2
- import { TdChartOptionsService, ITdLabel, ITdShadow, ITdItemStyle, TdTextPosition, TdTextAlign } from '@covalent/echarts/base';
3
- import * as i0 from "@angular/core";
4
- export type TdToolboxOrient = 'horizontal' | 'vertical';
5
- export type TdImageType = 'png' | 'jpeg';
6
- export interface ITdAcceptedBrushTypes {
7
- rect?: string;
8
- polygon?: string;
9
- lineX?: string;
10
- lineY?: string;
11
- keep?: string;
12
- clear?: string;
13
- }
14
- export interface ITdAcceptedMagicTypes {
15
- line?: string;
16
- bar?: string;
17
- stack?: string;
18
- tiled?: string;
19
- }
20
- export interface ITdToolboxIconEmphasis extends ITdItemStyle, ITdShadow {
21
- }
22
- export interface ITdFeatureIconStyle extends ITdItemStyle, ITdShadow {
23
- textPosition?: TdTextPosition;
24
- textAlign?: TdTextAlign;
25
- emphasis?: ITdToolboxIconEmphasis;
26
- }
27
- export interface ITdZoomTitles {
28
- zoom?: string;
29
- back?: string;
30
- }
31
- export interface ITdSaveAsImage {
32
- type?: TdImageType;
33
- name?: string;
34
- backgroundColor?: any;
35
- excludeComponents?: string[];
36
- show?: boolean;
37
- title?: string;
38
- icon?: string;
39
- iconStyle?: ITdFeatureIconStyle;
40
- pixelRatio?: number;
41
- }
42
- export interface ITdRestore {
43
- show?: boolean;
44
- title?: string;
45
- icon?: string;
46
- iconStyle?: ITdFeatureIconStyle;
47
- }
48
- export interface ITdDataView {
49
- show?: boolean;
50
- title?: string;
51
- icon?: string;
52
- iconStyle?: ITdFeatureIconStyle;
53
- readOnly?: boolean;
54
- optionToContent?: Function;
55
- contentToOption?: Function;
56
- lang?: string[];
57
- textareaColor?: string;
58
- textareaBorderColor?: string;
59
- textColor?: string;
60
- buttonColor?: string;
61
- buttonTextColor?: string;
62
- }
63
- export interface ITdDataZoom {
64
- show?: boolean;
65
- title?: ITdZoomTitles;
66
- icon?: ITdZoomTitles;
67
- iconStyle?: ITdFeatureIconStyle;
68
- xAxisIndex?: number | number[] | boolean;
69
- yAxisIndex?: number | number[] | boolean;
70
- }
71
- export interface ITdMagicType {
72
- show?: boolean;
73
- type?: string[];
74
- title?: ITdAcceptedMagicTypes;
75
- icon?: ITdAcceptedMagicTypes;
76
- iconStyle?: ITdFeatureIconStyle;
77
- option?: {
78
- line?: object;
79
- bar?: object;
80
- stack?: object;
81
- tiled?: object;
82
- };
83
- seriesIndex?: {
84
- line?: any[];
85
- bar?: any[];
86
- stack?: any[];
87
- tiled?: any[];
88
- };
89
- }
90
- export interface ITdBrush {
91
- type?: any[];
92
- icon?: ITdAcceptedBrushTypes;
93
- title?: ITdAcceptedBrushTypes;
94
- }
95
- export interface ITdToolboxFeature {
96
- saveAsImage?: ITdSaveAsImage;
97
- restore?: ITdRestore;
98
- dataView?: ITdDataView;
99
- dataZoom?: ITdDataZoom;
100
- magicType?: ITdMagicType;
101
- brush?: ITdBrush;
102
- }
103
- export declare class TdChartViewDataFormatterDirective {
104
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartViewDataFormatterDirective, never>;
105
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartViewDataFormatterDirective, "ng-template[tdViewDataFormatter]", never, {}, {}, never, never, true, never>;
106
- }
107
- export declare class TdChartToolboxComponent implements OnChanges, OnDestroy {
108
- private _changeDetectorRef;
109
- private _elementRef;
110
- private _optionsService;
111
- private _state;
112
- config: any;
113
- show: boolean;
114
- trigger?: string;
115
- orient?: TdToolboxOrient;
116
- itemSize?: number;
117
- itemGap?: number;
118
- showTitle?: boolean | undefined;
119
- label?: ITdLabel;
120
- feature?: ITdToolboxFeature;
121
- iconStyle?: ITdFeatureIconStyle;
122
- zlevel?: number;
123
- z?: number;
124
- transitionDuration: number;
125
- left: string | number;
126
- top: string | number;
127
- right: string | number;
128
- bottom: string | number;
129
- width: string | number;
130
- height: string | number;
131
- formatterTemplate: TemplateRef<any>;
132
- fullTemplate: TemplateRef<any>;
133
- constructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, _optionsService: TdChartOptionsService);
134
- ngOnChanges(): void;
135
- ngOnDestroy(): void;
136
- private _setOptions;
137
- private _removeOption;
138
- private _checkFormatterTemplate;
139
- private _optionToContentFormatter;
140
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartToolboxComponent, never>;
141
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartToolboxComponent, "td-chart-toolbox", never, { "config": { "alias": "config"; "required": false; }; "show": { "alias": "show"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "itemGap": { "alias": "itemGap"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "iconStyle": { "alias": "iconStyle"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "transitionDuration": { "alias": "transitionDuration"; "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; }; }, {}, ["formatterTemplate"], never, true, never>;
142
- }
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./toolbox.component";
4
- export declare const TOOLBOX_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 CovalentToolboxEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentToolboxEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentToolboxEchartsModule, never, [typeof i1.TdChartToolboxComponent, typeof i1.TdChartViewDataFormatterDirective], [typeof i1.TdChartToolboxComponent, typeof i1.TdChartViewDataFormatterDirective]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentToolboxEchartsModule>;
13
- }
@@ -1,3 +0,0 @@
1
- export * from './tooltip.module';
2
- export * from './tooltip.component';
3
- export * from './series-tooltip.component';
@@ -1,36 +0,0 @@
1
- import { TemplateRef, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy } from '@angular/core';
2
- import { TdSeriesDirective } from '@covalent/echarts/base';
3
- import { TdTooltipContext } from './tooltip.component';
4
- import * as i0 from "@angular/core";
5
- export declare class TdSeriesTooltipComponent implements OnChanges, OnDestroy {
6
- private _changeDetectorRef;
7
- private _elementRef;
8
- private _seriesComponent;
9
- private _state;
10
- _context: TdTooltipContext;
11
- config?: any;
12
- formatter?: any;
13
- position?: string | string[] | number[];
14
- backgroundColor?: string | undefined;
15
- borderColor?: string | undefined;
16
- borderWidth?: number | undefined;
17
- padding?: number | undefined;
18
- textStyle?: {
19
- color: string;
20
- } | undefined;
21
- extraCssText?: string;
22
- formatterTemplate: TemplateRef<any>;
23
- fullTemplate: TemplateRef<any>;
24
- constructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, _seriesComponent: TdSeriesDirective);
25
- ngOnChanges(): void;
26
- ngOnDestroy(): void;
27
- private _setOptions;
28
- /**
29
- * Formatter for tooltip
30
- *
31
- */
32
- private _formatter;
33
- private _removeOption;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<TdSeriesTooltipComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<TdSeriesTooltipComponent, "td-chart-series-tooltip", never, { "config": { "alias": "config"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "position": { "alias": "position"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "textStyle": { "alias": "textStyle"; "required": false; }; "extraCssText": { "alias": "extraCssText"; "required": false; }; }, {}, ["formatterTemplate"], never, true, never>;
36
- }
@@ -1,49 +0,0 @@
1
- import { TemplateRef, ElementRef, ChangeDetectorRef, OnChanges, OnDestroy } from '@angular/core';
2
- import { TdChartOptionsService, TdTooltipTrigger, TdTooltipTriggerOn, TdTooltipPosition } from '@covalent/echarts/base';
3
- import * as i0 from "@angular/core";
4
- export declare class TdTooltipContext {
5
- $implicit: any;
6
- ticket: string;
7
- }
8
- export declare class TdChartTooltipFormatterDirective {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartTooltipFormatterDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartTooltipFormatterDirective, "ng-template[tdTooltipFormatter]", never, {}, {}, never, never, true, never>;
11
- }
12
- export declare class TdChartTooltipComponent implements OnChanges, OnDestroy {
13
- private _changeDetectorRef;
14
- private _elementRef;
15
- private _optionsService;
16
- private _state;
17
- _context: TdTooltipContext;
18
- config: any;
19
- show?: boolean | undefined;
20
- trigger?: TdTooltipTrigger;
21
- axisPointer: any;
22
- showContent?: boolean | undefined;
23
- alwaysShowContent?: boolean | undefined;
24
- triggerOn?: TdTooltipTriggerOn;
25
- showDelay?: number | undefined;
26
- hideDelay?: number | undefined;
27
- enterable?: boolean | undefined;
28
- renderMode?: 'html' | 'richText';
29
- confine: boolean;
30
- transitionDuration: number;
31
- position?: TdTooltipPosition;
32
- formatter?: string | Function;
33
- backgroundColor?: string | undefined;
34
- borderColor?: string | undefined;
35
- borderWidth?: number | undefined;
36
- padding?: number | undefined;
37
- textStyle: any;
38
- extraCssText?: string;
39
- formatterTemplate: TemplateRef<any>;
40
- fullTemplate: TemplateRef<any>;
41
- constructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, _optionsService: TdChartOptionsService);
42
- ngOnChanges(): void;
43
- ngOnDestroy(): void;
44
- private _setOptions;
45
- private _removeOption;
46
- private _formatter;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartTooltipComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartTooltipComponent, "td-chart-tooltip", never, { "config": { "alias": "config"; "required": false; }; "show": { "alias": "show"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "showContent": { "alias": "showContent"; "required": false; }; "alwaysShowContent": { "alias": "alwaysShowContent"; "required": false; }; "triggerOn": { "alias": "triggerOn"; "required": false; }; "showDelay": { "alias": "showDelay"; "required": false; }; "hideDelay": { "alias": "hideDelay"; "required": false; }; "enterable": { "alias": "enterable"; "required": false; }; "renderMode": { "alias": "renderMode"; "required": false; }; "confine": { "alias": "confine"; "required": false; }; "transitionDuration": { "alias": "transitionDuration"; "required": false; }; "position": { "alias": "position"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "textStyle": { "alias": "textStyle"; "required": false; }; "extraCssText": { "alias": "extraCssText"; "required": false; }; }, {}, ["formatterTemplate"], never, true, never>;
49
- }
@@ -1,14 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./tooltip.component";
4
- import * as i2 from "./series-tooltip.component";
5
- export declare const TOOLTIP_MODULE_COMPONENTS: Type<any>[];
6
- /**
7
- * @deprecated This module is deprecated and will be removed in future versions.
8
- * Please migrate to using standalone components as soon as possible.
9
- */
10
- export declare class CovalentTooltipEchartsModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentTooltipEchartsModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTooltipEchartsModule, never, [typeof i1.TdChartTooltipComponent, typeof i1.TdChartTooltipFormatterDirective, typeof i2.TdSeriesTooltipComponent], [typeof i1.TdChartTooltipComponent, typeof i1.TdChartTooltipFormatterDirective, typeof i2.TdSeriesTooltipComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentTooltipEchartsModule>;
14
- }
@@ -1,2 +0,0 @@
1
- export * from './tree.module';
2
- export * from './tree.component';
@@ -1,83 +0,0 @@
1
- import { TdChartOptionsService, ITdItemStyle, TdMarkPointSymbol, ITdLabel, ITdLineStyle, ITdSeries, TdSeriesDirective, ITdEmphasis, ITdShadow } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * ECHART OPTION DOCS
5
- * https://ecomfe.github.io/echarts-doc/public/en/option.html#series-tree
6
- *
7
- */
8
- /**
9
- * LR - from left to right
10
- * RL - from right to left
11
- * TB - from top to bottom
12
- * BT - from bottom to top
13
- */
14
- export type TdTreeOrient = 'LR' | 'RL' | 'TB' | 'BT';
15
- export type TdTreeLayout = 'orthogonal' | 'radial';
16
- export interface ITdTreeEmphasisLineStyle extends ITdShadow {
17
- color?: any;
18
- width?: number;
19
- curveness?: number;
20
- }
21
- export interface ITdTreeEmphasis extends ITdEmphasis {
22
- lineStyle: ITdTreeEmphasisLineStyle;
23
- }
24
- export interface ITdTreeLeaves {
25
- label?: ITdLabel;
26
- itemStyle?: ITdItemStyle;
27
- emphasis?: ITdEmphasis;
28
- }
29
- interface ITdTreeSeries extends ITdSeries {
30
- zlevel?: number;
31
- z?: number;
32
- left?: string | number;
33
- top?: string | number;
34
- right?: string | number;
35
- bottom?: string | number;
36
- width?: string | number;
37
- height?: string | number;
38
- layout?: TdTreeLayout;
39
- orient?: TdTreeOrient;
40
- symbol?: TdMarkPointSymbol | string;
41
- symbolSize?: number;
42
- symbolRotate?: number;
43
- symbolKeepAspect?: boolean;
44
- symbolOffset?: any[];
45
- roam?: boolean | string;
46
- expandAndCollapse?: boolean;
47
- initialTreeDepth?: number;
48
- itemStyle?: ITdItemStyle;
49
- label?: ITdLabel;
50
- lineStyle?: ITdLineStyle;
51
- leaves?: ITdTreeLeaves;
52
- emphasis?: ITdTreeEmphasis;
53
- data?: any[];
54
- }
55
- export declare class TdChartSeriesTreeComponent extends TdSeriesDirective implements ITdTreeSeries {
56
- zlevel?: number;
57
- z?: number;
58
- left?: string | number;
59
- top?: string | number;
60
- right?: string | number;
61
- bottom?: string | number;
62
- width?: string | number;
63
- height?: string | number;
64
- layout?: TdTreeLayout;
65
- orient?: TdTreeOrient;
66
- symbol?: TdMarkPointSymbol | string;
67
- symbolSize?: number;
68
- symbolRotate?: number;
69
- symbolKeepAspect?: boolean;
70
- roam?: boolean | string;
71
- expandAndCollapse?: boolean;
72
- initialTreeDepth?: number;
73
- itemStyle?: ITdItemStyle;
74
- label?: ITdLabel;
75
- lineStyle?: ITdLineStyle;
76
- leaves?: ITdTreeLeaves;
77
- emphasis?: ITdTreeEmphasis;
78
- constructor(_optionsService: TdChartOptionsService);
79
- getConfig(): any;
80
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesTreeComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesTreeComponent, "td-chart-series[td-tree]", 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; }; "layout": { "alias": "layout"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "roam": { "alias": "roam"; "required": false; }; "expandAndCollapse": { "alias": "expandAndCollapse"; "required": false; }; "initialTreeDepth": { "alias": "initialTreeDepth"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "leaves": { "alias": "leaves"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; }, {}, never, never, true, never>;
82
- }
83
- export {};
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./tree.component";
4
- export declare const TREE_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 CovalentTreeEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentTreeEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTreeEchartsModule, never, [typeof i1.TdChartSeriesTreeComponent], [typeof i1.TdChartSeriesTreeComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentTreeEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './treemap.module';
2
- export * from './treemap.component';
@@ -1,134 +0,0 @@
1
- import { TdChartOptionsService, ITdItemStyle, ITdSeriesTooltip, ITdLabel, ITdSeries, TdSeriesDirective, ITdEmphasis, ITdShadow } from '@covalent/echarts/base';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * ECHART OPTION DOCS
5
- * https://ecomfe.github.io/echarts-examples/public/index.html#chart-type-treemap
6
- *
7
- */
8
- export interface ITdTreemapEmphasisLineStyle extends ITdShadow {
9
- color?: any;
10
- width?: number;
11
- curveness?: number;
12
- }
13
- export interface ITdTreemapEmphasis extends ITdEmphasis {
14
- lineStyle: ITdTreemapEmphasisLineStyle;
15
- }
16
- export interface ITdTreemapUpperLabel {
17
- show?: boolean;
18
- position?: string | any[];
19
- distance?: string | number;
20
- rotate?: string | number;
21
- offset?: any[];
22
- formatter?: string;
23
- color?: any;
24
- fontStyle?: string;
25
- fontWeight?: string;
26
- fontFamily?: string;
27
- fontSize?: string | number;
28
- align?: string;
29
- verticalAlign?: string;
30
- lineHeight?: string | number;
31
- backgroundColor?: any;
32
- borderColor?: string;
33
- borderWidth?: string | number;
34
- borderRadius?: string | number;
35
- padding?: number | any[];
36
- shadowColor?: string;
37
- shadowBlur?: string | number;
38
- shadowOffsetX?: string | number;
39
- shadowOffsetY?: string | number;
40
- width?: string | number;
41
- height?: string | number;
42
- textBorderColor?: string;
43
- textBorderWidth?: string | number;
44
- textShadowColor?: string;
45
- textShadowBlur?: string | number;
46
- textShadowOffsetX?: string | number;
47
- textShadowOffsetY?: string | number;
48
- rich?: any;
49
- ellipsis?: any;
50
- }
51
- export interface ITdTreemapBreadcrumb {
52
- show?: boolean;
53
- left?: string | number;
54
- top?: string | number;
55
- right?: string | number;
56
- bottom?: string | number;
57
- height?: string | number;
58
- emptyItemWidth?: string | number;
59
- itemStyle?: ITdItemStyle;
60
- emphasis?: ITdTreemapEmphasis;
61
- }
62
- interface ITdTreemapSeries extends ITdSeries {
63
- zlevel?: number;
64
- z?: number;
65
- left?: string | number;
66
- top?: string | number;
67
- right?: string | number;
68
- bottom?: string | number;
69
- width?: string | number;
70
- height?: string | number;
71
- squareRatio?: string | number;
72
- leafDepth?: string | number;
73
- drillDownIcon?: string;
74
- roam?: boolean | string;
75
- nodeClick?: boolean | string;
76
- zoomToNodeRatio?: string | number;
77
- levels?: any[];
78
- silent?: boolean;
79
- visualDimension?: string | number;
80
- visualMin?: string | number;
81
- visualMax?: string | number;
82
- colorAlpha?: any[];
83
- colorSaturation?: string | number;
84
- colorMappingBy?: string;
85
- visibleMin?: string | number;
86
- childrenVisibleMin?: string | number;
87
- itemStyle?: ITdItemStyle;
88
- label?: ITdLabel;
89
- upperLabel?: ITdTreemapUpperLabel;
90
- breadcrumb?: ITdTreemapBreadcrumb;
91
- emphasis?: ITdTreemapEmphasis;
92
- data?: any[];
93
- }
94
- export declare class TdChartSeriesTreemapComponent extends TdSeriesDirective implements ITdTreemapSeries {
95
- config?: any;
96
- id?: string;
97
- name?: string;
98
- data?: any;
99
- zlevel?: number;
100
- z?: number;
101
- left?: string | number;
102
- top?: string | number;
103
- right?: string | number;
104
- bottom?: string | number;
105
- width?: string | number;
106
- height?: string | number;
107
- squareRatio?: string | number;
108
- leafDepth?: string | number;
109
- drillDownIcon?: string;
110
- roam?: boolean | string;
111
- nodeClick?: boolean | string;
112
- zoomToNodeRatio?: string | number;
113
- levels?: any[];
114
- silent?: boolean;
115
- visualDimension?: string | number;
116
- visualMin?: string | number;
117
- visualMax?: string | number;
118
- colorAlpha?: any[];
119
- colorSaturation?: string | number;
120
- colorMappingBy?: string;
121
- visibleMin?: string | number;
122
- childrenVisibleMin?: string | number;
123
- itemStyle?: ITdItemStyle;
124
- label?: ITdLabel;
125
- upperLabel?: ITdTreemapUpperLabel;
126
- breadcrumb?: ITdTreemapBreadcrumb;
127
- emphasis?: ITdTreemapEmphasis;
128
- tooltip: ITdSeriesTooltip;
129
- constructor(_optionsService: TdChartOptionsService);
130
- getConfig(): any;
131
- static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesTreemapComponent, never>;
132
- static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesTreemapComponent, "td-chart-series[td-treemap]", 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; }; "squareRatio": { "alias": "squareRatio"; "required": false; }; "leafDepth": { "alias": "leafDepth"; "required": false; }; "drillDownIcon": { "alias": "drillDownIcon"; "required": false; }; "roam": { "alias": "roam"; "required": false; }; "nodeClick": { "alias": "nodeClick"; "required": false; }; "zoomToNodeRatio": { "alias": "zoomToNodeRatio"; "required": false; }; "levels": { "alias": "levels"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "visualDimension": { "alias": "visualDimension"; "required": false; }; "visualMin": { "alias": "visualMin"; "required": false; }; "visualMax": { "alias": "visualMax"; "required": false; }; "colorAlpha": { "alias": "colorAlpha"; "required": false; }; "colorSaturation": { "alias": "colorSaturation"; "required": false; }; "colorMappingBy": { "alias": "colorMappingBy"; "required": false; }; "visibleMin": { "alias": "visibleMin"; "required": false; }; "childrenVisibleMin": { "alias": "childrenVisibleMin"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "upperLabel": { "alias": "upperLabel"; "required": false; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; }, {}, never, never, true, never>;
133
- }
134
- export {};
@@ -1,13 +0,0 @@
1
- import { Type } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./treemap.component";
4
- export declare const TREEMAP_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 CovalentTreemapEchartsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CovalentTreemapEchartsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTreemapEchartsModule, never, [typeof i1.TdChartSeriesTreemapComponent], [typeof i1.TdChartSeriesTreemapComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CovalentTreemapEchartsModule>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './wordcloud.module';
2
- export * from './wordcloud.component';