@covalent/echarts 10.4.0-beta.3 → 11.0.0-beta.1
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.
- package/bar/index.d.ts +82 -3
- package/base/index.d.ts +603 -3
- package/clustering/index.d.ts +117 -3
- package/fesm2022/covalent-echarts-bar.mjs +1 -1
- package/fesm2022/covalent-echarts-bar.mjs.map +1 -1
- package/fesm2022/covalent-echarts-base.mjs +1 -1
- package/fesm2022/covalent-echarts-base.mjs.map +1 -1
- package/fesm2022/covalent-echarts-clustering.mjs +1 -1
- package/fesm2022/covalent-echarts-clustering.mjs.map +1 -1
- package/fesm2022/covalent-echarts-graph.mjs +1 -1
- package/fesm2022/covalent-echarts-graph.mjs.map +1 -1
- package/fesm2022/covalent-echarts-histogram.mjs +1 -1
- package/fesm2022/covalent-echarts-histogram.mjs.map +1 -1
- package/fesm2022/covalent-echarts-line.mjs +1 -1
- package/fesm2022/covalent-echarts-line.mjs.map +1 -1
- package/fesm2022/covalent-echarts-map.mjs +1 -1
- package/fesm2022/covalent-echarts-map.mjs.map +1 -1
- package/fesm2022/covalent-echarts-pie.mjs +1 -1
- package/fesm2022/covalent-echarts-pie.mjs.map +1 -1
- package/fesm2022/covalent-echarts-regression.mjs +1 -1
- package/fesm2022/covalent-echarts-regression.mjs.map +1 -1
- package/fesm2022/covalent-echarts-sankey.mjs +1 -1
- package/fesm2022/covalent-echarts-sankey.mjs.map +1 -1
- package/fesm2022/covalent-echarts-scatter.mjs +1 -1
- package/fesm2022/covalent-echarts-scatter.mjs.map +1 -1
- package/fesm2022/covalent-echarts-toolbox.mjs +1 -1
- package/fesm2022/covalent-echarts-toolbox.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tooltip.mjs +1 -1
- package/fesm2022/covalent-echarts-tooltip.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tree.mjs +1 -1
- package/fesm2022/covalent-echarts-tree.mjs.map +1 -1
- package/fesm2022/covalent-echarts-treemap.mjs +1 -1
- package/fesm2022/covalent-echarts-treemap.mjs.map +1 -1
- package/fesm2022/covalent-echarts-wordcloud.mjs +1 -1
- package/fesm2022/covalent-echarts-wordcloud.mjs.map +1 -1
- package/fesm2022/covalent-echarts.mjs.map +1 -1
- package/graph/index.d.ts +143 -3
- package/histogram/index.d.ts +32 -3
- package/index.d.ts +2 -5
- package/line/index.d.ts +100 -3
- package/map/index.d.ts +89 -3
- package/package.json +4 -4
- package/pie/index.d.ts +78 -3
- package/regression/index.d.ts +35 -3
- package/sankey/index.d.ts +79 -3
- package/scatter/index.d.ts +90 -3
- package/toolbox/index.d.ts +155 -3
- package/tooltip/index.d.ts +94 -3
- package/tree/index.d.ts +96 -3
- package/treemap/index.d.ts +147 -3
- package/wordcloud/index.d.ts +69 -3
- package/bar/bar.component.d.ts +0 -68
- package/bar/bar.module.d.ts +0 -13
- package/bar/public_api.d.ts +0 -2
- package/base/axis/axis.component.d.ts +0 -48
- package/base/axis/axis.interface.d.ts +0 -157
- package/base/axis/x-axis.component.d.ts +0 -10
- package/base/axis/y-axis.component.d.ts +0 -10
- package/base/base.module.d.ts +0 -16
- package/base/base.types.d.ts +0 -141
- package/base/chart-options.service.d.ts +0 -17
- package/base/chart.component.d.ts +0 -60
- package/base/dataset/dataset.component.d.ts +0 -19
- package/base/public_api.d.ts +0 -12
- package/base/series/series.component.d.ts +0 -44
- package/base/series/series.interface.d.ts +0 -84
- package/base/themes/aqua-splash.d.ts +0 -459
- package/base/themes/california-coast.d.ts +0 -459
- package/base/themes/hawaiian-sunrise.d.ts +0 -459
- package/base/themes/passion-flower.d.ts +0 -459
- package/base/themes/razzleberry-pie.d.ts +0 -459
- package/base/themes/teradata-classic.d.ts +0 -459
- package/base/themes/teradata-default.d.ts +0 -459
- package/base/themes/urban-sunrise.d.ts +0 -459
- package/base/themes/volcanic-eruption.d.ts +0 -459
- package/base/utils/assign-defined.d.ts +0 -1
- package/base/utils/echarts.d.ts +0 -15
- package/base/utils/index.d.ts +0 -2
- package/clustering/clustering.component.d.ts +0 -104
- package/clustering/clustering.module.d.ts +0 -13
- package/clustering/public_api.d.ts +0 -2
- package/graph/graph.component.d.ts +0 -129
- package/graph/graph.module.d.ts +0 -13
- package/graph/public_api.d.ts +0 -2
- package/histogram/histogram.component.d.ts +0 -19
- package/histogram/histogram.module.d.ts +0 -13
- package/histogram/public_api.d.ts +0 -2
- package/line/line.component.d.ts +0 -86
- package/line/line.module.d.ts +0 -13
- package/line/public_api.d.ts +0 -2
- package/map/map.component.d.ts +0 -75
- package/map/map.module.d.ts +0 -13
- package/map/public_api.d.ts +0 -2
- package/pie/pie.component.d.ts +0 -64
- package/pie/pie.module.d.ts +0 -13
- package/pie/public_api.d.ts +0 -2
- package/public_api.d.ts +0 -1
- package/regression/public_api.d.ts +0 -2
- package/regression/regression.component.d.ts +0 -22
- package/regression/regression.module.d.ts +0 -13
- package/sankey/public_api.d.ts +0 -2
- package/sankey/sankey.component.d.ts +0 -65
- package/sankey/sankey.module.d.ts +0 -13
- package/scatter/public_api.d.ts +0 -2
- package/scatter/scatter.component.d.ts +0 -76
- package/scatter/scatter.module.d.ts +0 -13
- package/toolbox/public_api.d.ts +0 -2
- package/toolbox/toolbox.component.d.ts +0 -142
- package/toolbox/toolbox.module.d.ts +0 -13
- package/tooltip/public_api.d.ts +0 -3
- package/tooltip/series-tooltip.component.d.ts +0 -36
- package/tooltip/tooltip.component.d.ts +0 -49
- package/tooltip/tooltip.module.d.ts +0 -14
- package/tree/public_api.d.ts +0 -2
- package/tree/tree.component.d.ts +0 -83
- package/tree/tree.module.d.ts +0 -13
- package/treemap/public_api.d.ts +0 -2
- package/treemap/treemap.component.d.ts +0 -134
- package/treemap/treemap.module.d.ts +0 -13
- package/wordcloud/public_api.d.ts +0 -2
- package/wordcloud/wordcloud.component.d.ts +0 -55
- package/wordcloud/wordcloud.module.d.ts +0 -13
package/bar/index.d.ts
CHANGED
|
@@ -1,5 +1,84 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Type } from '@angular/core';
|
|
3
|
+
import { TdSeriesDirective, ITdSeries, TdCoordinateSystem, ITdLabel, ITdItemStyle, ITdEmphasis, TdProgressiveChunkMode, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea, TdChartOptionsService } from '@covalent/echarts/base';
|
|
4
|
+
|
|
5
|
+
interface ITdBarSeries extends ITdSeries {
|
|
6
|
+
legendHoverLink?: boolean;
|
|
7
|
+
coordinateSystem?: TdCoordinateSystem;
|
|
8
|
+
xAxisIndex?: number;
|
|
9
|
+
yAxisIndex?: number;
|
|
10
|
+
Label?: ITdLabel;
|
|
11
|
+
itemStyle?: ITdItemStyle;
|
|
12
|
+
emphasis?: ITdEmphasis;
|
|
13
|
+
stack?: string;
|
|
14
|
+
cursor?: string;
|
|
15
|
+
barWidth?: number | string;
|
|
16
|
+
barMaxWidth?: number | string;
|
|
17
|
+
barMinHeight?: number;
|
|
18
|
+
barGap?: string;
|
|
19
|
+
barCategoryGap?: string;
|
|
20
|
+
large?: boolean;
|
|
21
|
+
largeThreshold?: number;
|
|
22
|
+
progressive?: number;
|
|
23
|
+
progressiveThreshold?: number;
|
|
24
|
+
progressiveChunkMode?: TdProgressiveChunkMode;
|
|
25
|
+
dimensions?: any[];
|
|
26
|
+
encode?: any;
|
|
27
|
+
seriesLayoutBy?: TdSeriesLayoutBy;
|
|
28
|
+
datasetIndex?: number;
|
|
29
|
+
data?: any[];
|
|
30
|
+
markPoint?: ITdMarkPoint;
|
|
31
|
+
markLine?: ITdMarkLine;
|
|
32
|
+
markArea?: ITdMarkArea;
|
|
33
|
+
Zlevel?: 0;
|
|
34
|
+
z?: number;
|
|
35
|
+
silent?: boolean;
|
|
36
|
+
}
|
|
37
|
+
declare class TdChartSeriesBarComponent extends TdSeriesDirective implements ITdBarSeries {
|
|
38
|
+
coordinateSystem?: TdCoordinateSystem;
|
|
39
|
+
xAxisIndex?: number;
|
|
40
|
+
yAxisIndex?: number;
|
|
41
|
+
legendHoverLink?: boolean;
|
|
42
|
+
stack?: string;
|
|
43
|
+
cursor?: string;
|
|
44
|
+
label?: any;
|
|
45
|
+
itemStyle?: ITdItemStyle;
|
|
46
|
+
emphasis?: ITdEmphasis;
|
|
47
|
+
barWidth?: number;
|
|
48
|
+
barMaxWidth?: number;
|
|
49
|
+
barMinHeight?: number;
|
|
50
|
+
barGap?: string;
|
|
51
|
+
barCategoryGap?: string;
|
|
52
|
+
large?: boolean;
|
|
53
|
+
largeThreshold?: number;
|
|
54
|
+
progressive?: number;
|
|
55
|
+
progressiveThreshold?: number;
|
|
56
|
+
progressiveChunkMode?: TdProgressiveChunkMode;
|
|
57
|
+
dimensions?: any[];
|
|
58
|
+
encode: any;
|
|
59
|
+
seriesLayoutBy?: TdSeriesLayoutBy;
|
|
60
|
+
datasetIndex?: number;
|
|
61
|
+
markPoint?: ITdMarkPoint;
|
|
62
|
+
markLine?: ITdMarkLine;
|
|
63
|
+
markArea?: ITdMarkArea;
|
|
64
|
+
zlevel?: number;
|
|
65
|
+
z?: number;
|
|
66
|
+
constructor(_optionsService: TdChartOptionsService);
|
|
67
|
+
getConfig(): any;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesBarComponent, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesBarComponent, "td-chart-series[td-bar]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "barMaxWidth": { "alias": "barMaxWidth"; "required": false; }; "barMinHeight": { "alias": "barMinHeight"; "required": false; }; "barGap": { "alias": "barGap"; "required": false; }; "barCategoryGap": { "alias": "barCategoryGap"; "required": false; }; "large": { "alias": "large"; "required": false; }; "largeThreshold": { "alias": "largeThreshold"; "required": false; }; "progressive": { "alias": "progressive"; "required": false; }; "progressiveThreshold": { "alias": "progressiveThreshold"; "required": false; }; "progressiveChunkMode": { "alias": "progressiveChunkMode"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "encode": { "alias": "encode"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "datasetIndex": { "alias": "datasetIndex"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never, true, never>;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
declare const BAR_MODULE_COMPONENTS: Type<any>[];
|
|
1
73
|
/**
|
|
2
|
-
*
|
|
74
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
75
|
+
* Please migrate to using standalone components as soon as possible.
|
|
3
76
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
77
|
+
declare class CovalentBarEchartsModule {
|
|
78
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentBarEchartsModule, never>;
|
|
79
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBarEchartsModule, never, [typeof TdChartSeriesBarComponent], [typeof TdChartSeriesBarComponent]>;
|
|
80
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentBarEchartsModule>;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export { BAR_MODULE_COMPONENTS, CovalentBarEchartsModule, TdChartSeriesBarComponent };
|
|
84
|
+
export type { ITdBarSeries };
|