@covalent/echarts 9.1.3 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bar/bar.component.d.ts +1 -1
- package/bar/bar.module.d.ts +5 -2
- package/base/axis/axis.component.d.ts +1 -1
- package/base/axis/x-axis.component.d.ts +1 -1
- package/base/axis/y-axis.component.d.ts +1 -1
- package/base/base.module.d.ts +5 -2
- package/base/chart.component.d.ts +1 -1
- package/base/dataset/dataset.component.d.ts +1 -1
- package/base/series/series.component.d.ts +1 -1
- package/clustering/clustering.component.d.ts +1 -1
- package/clustering/clustering.module.d.ts +5 -2
- package/fesm2022/covalent-echarts-bar.mjs +110 -105
- package/fesm2022/covalent-echarts-bar.mjs.map +1 -1
- package/fesm2022/covalent-echarts-base.mjs +264 -257
- package/fesm2022/covalent-echarts-base.mjs.map +1 -1
- package/fesm2022/covalent-echarts-clustering.mjs +136 -131
- package/fesm2022/covalent-echarts-clustering.mjs.map +1 -1
- package/fesm2022/covalent-echarts-graph.mjs +144 -139
- package/fesm2022/covalent-echarts-graph.mjs.map +1 -1
- package/fesm2022/covalent-echarts-histogram.mjs +58 -53
- package/fesm2022/covalent-echarts-histogram.mjs.map +1 -1
- package/fesm2022/covalent-echarts-line.mjs +126 -121
- package/fesm2022/covalent-echarts-line.mjs.map +1 -1
- package/fesm2022/covalent-echarts-map.mjs +108 -103
- package/fesm2022/covalent-echarts-map.mjs.map +1 -1
- package/fesm2022/covalent-echarts-pie.mjs +106 -101
- package/fesm2022/covalent-echarts-pie.mjs.map +1 -1
- package/fesm2022/covalent-echarts-regression.mjs +60 -55
- package/fesm2022/covalent-echarts-regression.mjs.map +1 -1
- package/fesm2022/covalent-echarts-sankey.mjs +98 -93
- package/fesm2022/covalent-echarts-sankey.mjs.map +1 -1
- package/fesm2022/covalent-echarts-scatter.mjs +116 -111
- package/fesm2022/covalent-echarts-scatter.mjs.map +1 -1
- package/fesm2022/covalent-echarts-toolbox.mjs +92 -73
- package/fesm2022/covalent-echarts-toolbox.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tooltip.mjs +151 -115
- package/fesm2022/covalent-echarts-tooltip.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tree.mjs +98 -93
- package/fesm2022/covalent-echarts-tree.mjs.map +1 -1
- package/fesm2022/covalent-echarts-treemap.mjs +122 -117
- package/fesm2022/covalent-echarts-treemap.mjs.map +1 -1
- package/fesm2022/covalent-echarts-wordcloud.mjs +82 -77
- package/fesm2022/covalent-echarts-wordcloud.mjs.map +1 -1
- package/graph/graph.component.d.ts +1 -1
- package/graph/graph.module.d.ts +5 -2
- package/histogram/histogram.component.d.ts +1 -1
- package/histogram/histogram.module.d.ts +5 -2
- package/line/line.component.d.ts +1 -1
- package/line/line.module.d.ts +5 -2
- package/map/map.component.d.ts +1 -1
- package/map/map.module.d.ts +5 -2
- package/package.json +14 -45
- package/pie/pie.component.d.ts +1 -1
- package/pie/pie.module.d.ts +5 -2
- package/regression/regression.component.d.ts +1 -1
- package/regression/regression.module.d.ts +5 -2
- package/sankey/sankey.component.d.ts +1 -1
- package/sankey/sankey.module.d.ts +5 -2
- package/scatter/scatter.component.d.ts +1 -1
- package/scatter/scatter.module.d.ts +5 -2
- package/toolbox/toolbox.component.d.ts +2 -2
- package/toolbox/toolbox.module.d.ts +5 -2
- package/tooltip/series-tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.component.d.ts +2 -2
- package/tooltip/tooltip.module.d.ts +5 -2
- package/tree/tree.component.d.ts +1 -1
- package/tree/tree.module.d.ts +5 -2
- package/treemap/treemap.component.d.ts +1 -1
- package/treemap/treemap.module.d.ts +5 -2
- package/wordcloud/wordcloud.component.d.ts +1 -1
- package/wordcloud/wordcloud.module.d.ts +5 -2
- package/esm2022/bar/bar.component.mjs +0 -163
- package/esm2022/bar/bar.module.mjs +0 -19
- package/esm2022/bar/covalent-echarts-bar.mjs +0 -5
- package/esm2022/bar/public_api.mjs +0 -3
- package/esm2022/base/axis/axis.component.mjs +0 -157
- package/esm2022/base/axis/axis.interface.mjs +0 -2
- package/esm2022/base/axis/x-axis.component.mjs +0 -56
- package/esm2022/base/axis/y-axis.component.mjs +0 -56
- package/esm2022/base/base.module.mjs +0 -35
- package/esm2022/base/base.types.mjs +0 -2
- package/esm2022/base/chart-options.service.mjs +0 -63
- package/esm2022/base/chart.component.mjs +0 -211
- package/esm2022/base/covalent-echarts-base.mjs +0 -5
- package/esm2022/base/dataset/dataset.component.mjs +0 -57
- package/esm2022/base/public_api.mjs +0 -10
- package/esm2022/base/series/series.component.mjs +0 -106
- package/esm2022/base/series/series.interface.mjs +0 -2
- package/esm2022/base/themes/aqua-splash.mjs +0 -487
- package/esm2022/base/themes/california-coast.mjs +0 -460
- package/esm2022/base/themes/hawaiian-sunrise.mjs +0 -460
- package/esm2022/base/themes/passion-flower.mjs +0 -460
- package/esm2022/base/themes/razzleberry-pie.mjs +0 -487
- package/esm2022/base/themes/teradata-classic.mjs +0 -487
- package/esm2022/base/themes/teradata-default.mjs +0 -460
- package/esm2022/base/themes/urban-sunrise.mjs +0 -460
- package/esm2022/base/themes/volcanic-eruption.mjs +0 -460
- package/esm2022/base/utils/assign-defined.mjs +0 -25
- package/esm2022/base/utils/echarts.mjs +0 -49
- package/esm2022/base/utils/index.mjs +0 -3
- package/esm2022/clustering/clustering.component.mjs +0 -275
- package/esm2022/clustering/clustering.module.mjs +0 -21
- package/esm2022/clustering/covalent-echarts-clustering.mjs +0 -5
- package/esm2022/clustering/public_api.mjs +0 -3
- package/esm2022/covalent-echarts.mjs +0 -5
- package/esm2022/graph/covalent-echarts-graph.mjs +0 -5
- package/esm2022/graph/graph.component.mjs +0 -230
- package/esm2022/graph/graph.module.mjs +0 -21
- package/esm2022/graph/public_api.mjs +0 -3
- package/esm2022/histogram/covalent-echarts-histogram.mjs +0 -5
- package/esm2022/histogram/histogram.component.mjs +0 -127
- package/esm2022/histogram/histogram.module.mjs +0 -21
- package/esm2022/histogram/public_api.mjs +0 -3
- package/esm2022/line/covalent-echarts-line.mjs +0 -5
- package/esm2022/line/line.component.mjs +0 -195
- package/esm2022/line/line.module.mjs +0 -19
- package/esm2022/line/public_api.mjs +0 -3
- package/esm2022/map/covalent-echarts-map.mjs +0 -5
- package/esm2022/map/map.component.mjs +0 -159
- package/esm2022/map/map.module.mjs +0 -19
- package/esm2022/map/public_api.mjs +0 -3
- package/esm2022/pie/covalent-echarts-pie.mjs +0 -5
- package/esm2022/pie/pie.component.mjs +0 -153
- package/esm2022/pie/pie.module.mjs +0 -19
- package/esm2022/pie/public_api.mjs +0 -3
- package/esm2022/public_api.mjs +0 -2
- package/esm2022/regression/covalent-echarts-regression.mjs +0 -5
- package/esm2022/regression/public_api.mjs +0 -3
- package/esm2022/regression/regression.component.mjs +0 -140
- package/esm2022/regression/regression.module.mjs +0 -21
- package/esm2022/sankey/covalent-echarts-sankey.mjs +0 -5
- package/esm2022/sankey/public_api.mjs +0 -3
- package/esm2022/sankey/sankey.component.mjs +0 -139
- package/esm2022/sankey/sankey.module.mjs +0 -21
- package/esm2022/scatter/covalent-echarts-scatter.mjs +0 -5
- package/esm2022/scatter/public_api.mjs +0 -3
- package/esm2022/scatter/scatter.component.mjs +0 -175
- package/esm2022/scatter/scatter.module.mjs +0 -21
- package/esm2022/toolbox/covalent-echarts-toolbox.mjs +0 -5
- package/esm2022/toolbox/public_api.mjs +0 -3
- package/esm2022/toolbox/toolbox.component.mjs +0 -149
- package/esm2022/toolbox/toolbox.module.mjs +0 -24
- package/esm2022/tooltip/covalent-echarts-tooltip.mjs +0 -5
- package/esm2022/tooltip/public_api.mjs +0 -4
- package/esm2022/tooltip/series-tooltip.component.mjs +0 -112
- package/esm2022/tooltip/tooltip.component.mjs +0 -168
- package/esm2022/tooltip/tooltip.module.mjs +0 -28
- package/esm2022/tree/covalent-echarts-tree.mjs +0 -5
- package/esm2022/tree/public_api.mjs +0 -3
- package/esm2022/tree/tree.component.mjs +0 -139
- package/esm2022/tree/tree.module.mjs +0 -19
- package/esm2022/treemap/covalent-echarts-treemap.mjs +0 -5
- package/esm2022/treemap/public_api.mjs +0 -3
- package/esm2022/treemap/treemap.component.mjs +0 -182
- package/esm2022/treemap/treemap.module.mjs +0 -21
- package/esm2022/wordcloud/covalent-echarts-wordcloud.mjs +0 -5
- package/esm2022/wordcloud/public_api.mjs +0 -3
- package/esm2022/wordcloud/wordcloud.component.mjs +0 -106
- package/esm2022/wordcloud/wordcloud.module.mjs +0 -21
package/pie/pie.component.d.ts
CHANGED
|
@@ -60,5 +60,5 @@ export declare class TdChartSeriesPieComponent extends TdSeriesDirective impleme
|
|
|
60
60
|
constructor(_optionsService: TdChartOptionsService);
|
|
61
61
|
getConfig(): any;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesPieComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesPieComponent, "td-chart-series[td-pie]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "hoverOffset": { "alias": "hoverOffset"; "required": false; }; "selectedMode": { "alias": "selectedMode"; "required": false; }; "selectedOffset": { "alias": "selectedOffset"; "required": false; }; "clockwise": { "alias": "clockwise"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "minAngle": { "alias": "minAngle"; "required": false; }; "minShowLabelAngle": { "alias": "minShowLabelAngle"; "required": false; }; "roseType": { "alias": "roseType"; "required": false; }; "avoidLabelOverlap": { "alias": "avoidLabelOverlap"; "required": false; }; "stillShowZeroSum": { "alias": "stillShowZeroSum"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "labelLine": { "alias": "labelLine"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "datasetIndex": { "alias": "datasetIndex"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "center": { "alias": "center"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never,
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesPieComponent, "td-chart-series[td-pie]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "hoverOffset": { "alias": "hoverOffset"; "required": false; }; "selectedMode": { "alias": "selectedMode"; "required": false; }; "selectedOffset": { "alias": "selectedOffset"; "required": false; }; "clockwise": { "alias": "clockwise"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "minAngle": { "alias": "minAngle"; "required": false; }; "minShowLabelAngle": { "alias": "minShowLabelAngle"; "required": false; }; "roseType": { "alias": "roseType"; "required": false; }; "avoidLabelOverlap": { "alias": "avoidLabelOverlap"; "required": false; }; "stillShowZeroSum": { "alias": "stillShowZeroSum"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "labelLine": { "alias": "labelLine"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "datasetIndex": { "alias": "datasetIndex"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "center": { "alias": "center"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, true, never>;
|
|
64
64
|
}
|
package/pie/pie.module.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./pie.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
4
|
export declare const PIE_MODULE_COMPONENTS: Type<any>[];
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
7
|
+
* Please migrate to using standalone components as soon as possible.
|
|
8
|
+
*/
|
|
6
9
|
export declare class CovalentPieEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentPieEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentPieEchartsModule, [typeof i1.TdChartSeriesPieComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentPieEchartsModule, never, [typeof i1.TdChartSeriesPieComponent], [typeof i1.TdChartSeriesPieComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentPieEchartsModule>;
|
|
10
13
|
}
|
|
@@ -18,5 +18,5 @@ export declare class TdChartSeriesRegressionComponent extends TdChartSeriesScatt
|
|
|
18
18
|
private setOptions;
|
|
19
19
|
private render;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesRegressionComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesRegressionComponent, "td-chart-series[td-regression]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "regressionType": { "alias": "regressionType"; "required": false; }; "polinomialOrder": { "alias": "polinomialOrder"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesRegressionComponent, "td-chart-series[td-regression]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "regressionType": { "alias": "regressionType"; "required": false; }; "polinomialOrder": { "alias": "polinomialOrder"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./regression.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
4
|
export declare const REGRESSION_MODULE_COMPONENTS: Type<any>[];
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
7
|
+
* Please migrate to using standalone components as soon as possible.
|
|
8
|
+
*/
|
|
6
9
|
export declare class CovalentRegressionEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentRegressionEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentRegressionEchartsModule, [typeof i1.TdChartSeriesRegressionComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentRegressionEchartsModule, never, [typeof i1.TdChartSeriesRegressionComponent], [typeof i1.TdChartSeriesRegressionComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentRegressionEchartsModule>;
|
|
10
13
|
}
|
|
@@ -61,5 +61,5 @@ export declare class TdChartSeriesSankeyComponent extends TdSeriesDirective impl
|
|
|
61
61
|
constructor(_optionsService: TdChartOptionsService);
|
|
62
62
|
getConfig(): any;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesSankeyComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesSankeyComponent, "td-chart-series[td-sankey]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "nodeWidth": { "alias": "nodeWidth"; "required": false; }; "nodeGap": { "alias": "nodeGap"; "required": false; }; "layoutIterations": { "alias": "layoutIterations"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "links": { "alias": "links"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; }, {}, never, never,
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesSankeyComponent, "td-chart-series[td-sankey]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "nodeWidth": { "alias": "nodeWidth"; "required": false; }; "nodeGap": { "alias": "nodeGap"; "required": false; }; "layoutIterations": { "alias": "layoutIterations"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "links": { "alias": "links"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; }, {}, never, never, true, never>;
|
|
65
65
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./sankey.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
4
|
export declare const SANKEY_MODULE_COMPONENTS: Type<any>[];
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
7
|
+
* Please migrate to using standalone components as soon as possible.
|
|
8
|
+
*/
|
|
6
9
|
export declare class CovalentSankeyEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentSankeyEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentSankeyEchartsModule, [typeof i1.TdChartSeriesSankeyComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentSankeyEchartsModule, never, [typeof i1.TdChartSeriesSankeyComponent], [typeof i1.TdChartSeriesSankeyComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentSankeyEchartsModule>;
|
|
10
13
|
}
|
|
@@ -72,5 +72,5 @@ export declare class TdChartSeriesScatterComponent extends TdSeriesDirective imp
|
|
|
72
72
|
constructor(_optionsService: TdChartOptionsService);
|
|
73
73
|
getConfig(): any;
|
|
74
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,
|
|
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
76
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./scatter.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
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
|
+
*/
|
|
6
9
|
export declare class CovalentScatterEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentScatterEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentScatterEchartsModule, [typeof i1.TdChartSeriesScatterComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentScatterEchartsModule, never, [typeof i1.TdChartSeriesScatterComponent], [typeof i1.TdChartSeriesScatterComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentScatterEchartsModule>;
|
|
10
13
|
}
|
|
@@ -102,7 +102,7 @@ export interface ITdToolboxFeature {
|
|
|
102
102
|
}
|
|
103
103
|
export declare class TdChartViewDataFormatterDirective {
|
|
104
104
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartViewDataFormatterDirective, never>;
|
|
105
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartViewDataFormatterDirective, "ng-template[tdViewDataFormatter]", never, {}, {}, never, never,
|
|
105
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartViewDataFormatterDirective, "ng-template[tdViewDataFormatter]", never, {}, {}, never, never, true, never>;
|
|
106
106
|
}
|
|
107
107
|
export declare class TdChartToolboxComponent implements OnChanges, OnDestroy {
|
|
108
108
|
private _changeDetectorRef;
|
|
@@ -138,5 +138,5 @@ export declare class TdChartToolboxComponent implements OnChanges, OnDestroy {
|
|
|
138
138
|
private _checkFormatterTemplate;
|
|
139
139
|
private _optionToContentFormatter;
|
|
140
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,
|
|
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
142
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./toolbox.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
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
|
+
*/
|
|
6
9
|
export declare class CovalentToolboxEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentToolboxEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentToolboxEchartsModule, [typeof i1.TdChartToolboxComponent, typeof i1.TdChartViewDataFormatterDirective], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentToolboxEchartsModule, never, [typeof i1.TdChartToolboxComponent, typeof i1.TdChartViewDataFormatterDirective], [typeof i1.TdChartToolboxComponent, typeof i1.TdChartViewDataFormatterDirective]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentToolboxEchartsModule>;
|
|
10
13
|
}
|
|
@@ -32,5 +32,5 @@ export declare class TdSeriesTooltipComponent implements OnChanges, OnDestroy {
|
|
|
32
32
|
private _formatter;
|
|
33
33
|
private _removeOption;
|
|
34
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,
|
|
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
36
|
}
|
|
@@ -7,7 +7,7 @@ export declare class TdTooltipContext {
|
|
|
7
7
|
}
|
|
8
8
|
export declare class TdChartTooltipFormatterDirective {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartTooltipFormatterDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartTooltipFormatterDirective, "ng-template[tdTooltipFormatter]", never, {}, {}, never, never,
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartTooltipFormatterDirective, "ng-template[tdTooltipFormatter]", never, {}, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
12
12
|
export declare class TdChartTooltipComponent implements OnChanges, OnDestroy {
|
|
13
13
|
private _changeDetectorRef;
|
|
@@ -45,5 +45,5 @@ export declare class TdChartTooltipComponent implements OnChanges, OnDestroy {
|
|
|
45
45
|
private _removeOption;
|
|
46
46
|
private _formatter;
|
|
47
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,
|
|
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
49
|
}
|
|
@@ -2,10 +2,13 @@ import { Type } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./tooltip.component";
|
|
4
4
|
import * as i2 from "./series-tooltip.component";
|
|
5
|
-
import * as i3 from "@angular/common";
|
|
6
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
|
+
*/
|
|
7
10
|
export declare class CovalentTooltipEchartsModule {
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentTooltipEchartsModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTooltipEchartsModule, [typeof i1.TdChartTooltipComponent, typeof i1.TdChartTooltipFormatterDirective, typeof i2.TdSeriesTooltipComponent], [typeof
|
|
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]>;
|
|
10
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentTooltipEchartsModule>;
|
|
11
14
|
}
|
package/tree/tree.component.d.ts
CHANGED
|
@@ -78,6 +78,6 @@ export declare class TdChartSeriesTreeComponent extends TdSeriesDirective implem
|
|
|
78
78
|
constructor(_optionsService: TdChartOptionsService);
|
|
79
79
|
getConfig(): any;
|
|
80
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,
|
|
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
82
|
}
|
|
83
83
|
export {};
|
package/tree/tree.module.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./tree.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
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
|
+
*/
|
|
6
9
|
export declare class CovalentTreeEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentTreeEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTreeEchartsModule, [typeof i1.TdChartSeriesTreeComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTreeEchartsModule, never, [typeof i1.TdChartSeriesTreeComponent], [typeof i1.TdChartSeriesTreeComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentTreeEchartsModule>;
|
|
10
13
|
}
|
|
@@ -129,6 +129,6 @@ export declare class TdChartSeriesTreemapComponent extends TdSeriesDirective imp
|
|
|
129
129
|
constructor(_optionsService: TdChartOptionsService);
|
|
130
130
|
getConfig(): any;
|
|
131
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,
|
|
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
133
|
}
|
|
134
134
|
export {};
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./treemap.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
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
|
+
*/
|
|
6
9
|
export declare class CovalentTreemapEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentTreemapEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTreemapEchartsModule, [typeof i1.TdChartSeriesTreemapComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentTreemapEchartsModule, never, [typeof i1.TdChartSeriesTreemapComponent], [typeof i1.TdChartSeriesTreemapComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentTreemapEchartsModule>;
|
|
10
13
|
}
|
|
@@ -51,5 +51,5 @@ export declare class TdChartSeriesWordcloudComponent extends TdSeriesDirective i
|
|
|
51
51
|
constructor(_optionsService: TdChartOptionsService);
|
|
52
52
|
getConfig(): any;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesWordcloudComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesWordcloudComponent, "td-chart-series[td-wordCloud]", 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; }; "shape": { "alias": "shape"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "sizeRange": { "alias": "sizeRange"; "required": false; }; "rotationRange": { "alias": "rotationRange"; "required": false; }; "rotationStep": { "alias": "rotationStep"; "required": false; }; "gridSize": { "alias": "gridSize"; "required": false; }; "drawOutOfBound": { "alias": "drawOutOfBound"; "required": false; }; "textStyle": { "alias": "textStyle"; "required": false; }; }, {}, never, never,
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesWordcloudComponent, "td-chart-series[td-wordCloud]", 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; }; "shape": { "alias": "shape"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "sizeRange": { "alias": "sizeRange"; "required": false; }; "rotationRange": { "alias": "rotationRange"; "required": false; }; "rotationStep": { "alias": "rotationStep"; "required": false; }; "gridSize": { "alias": "gridSize"; "required": false; }; "drawOutOfBound": { "alias": "drawOutOfBound"; "required": false; }; "textStyle": { "alias": "textStyle"; "required": false; }; }, {}, never, never, true, never>;
|
|
55
55
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./wordcloud.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
4
|
export declare const WORDCLOUD_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
|
+
*/
|
|
6
9
|
export declare class CovalentWordcloudEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentWordcloudEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentWordcloudEchartsModule, [typeof i1.TdChartSeriesWordcloudComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentWordcloudEchartsModule, never, [typeof i1.TdChartSeriesWordcloudComponent], [typeof i1.TdChartSeriesWordcloudComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentWordcloudEchartsModule>;
|
|
10
13
|
}
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import { Component, Input, ChangeDetectionStrategy, forwardRef, } from '@angular/core';
|
|
2
|
-
import { TdChartOptionsService, TdSeriesDirective, } from '@covalent/echarts/base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@covalent/echarts/base";
|
|
5
|
-
export class TdChartSeriesBarComponent extends TdSeriesDirective {
|
|
6
|
-
coordinateSystem;
|
|
7
|
-
xAxisIndex;
|
|
8
|
-
yAxisIndex;
|
|
9
|
-
legendHoverLink;
|
|
10
|
-
stack;
|
|
11
|
-
cursor;
|
|
12
|
-
label;
|
|
13
|
-
itemStyle;
|
|
14
|
-
emphasis;
|
|
15
|
-
barWidth;
|
|
16
|
-
barMaxWidth;
|
|
17
|
-
barMinHeight;
|
|
18
|
-
barGap;
|
|
19
|
-
barCategoryGap;
|
|
20
|
-
large;
|
|
21
|
-
largeThreshold;
|
|
22
|
-
progressive;
|
|
23
|
-
progressiveThreshold;
|
|
24
|
-
progressiveChunkMode;
|
|
25
|
-
dimensions;
|
|
26
|
-
encode;
|
|
27
|
-
seriesLayoutBy;
|
|
28
|
-
datasetIndex;
|
|
29
|
-
markPoint;
|
|
30
|
-
markLine;
|
|
31
|
-
markArea;
|
|
32
|
-
zlevel;
|
|
33
|
-
z;
|
|
34
|
-
constructor(_optionsService) {
|
|
35
|
-
super('bar', _optionsService);
|
|
36
|
-
}
|
|
37
|
-
getConfig() {
|
|
38
|
-
return {
|
|
39
|
-
coordinateSystem: this.coordinateSystem,
|
|
40
|
-
xAxisIndex: this.xAxisIndex,
|
|
41
|
-
yAxisIndex: this.yAxisIndex,
|
|
42
|
-
legendHoverLink: this.legendHoverLink,
|
|
43
|
-
stack: this.stack,
|
|
44
|
-
cursor: this.cursor,
|
|
45
|
-
label: this.label,
|
|
46
|
-
itemStyle: this.itemStyle,
|
|
47
|
-
emphasis: this.emphasis,
|
|
48
|
-
barWidth: this.barWidth,
|
|
49
|
-
barMaxWidth: this.barMaxWidth,
|
|
50
|
-
barMinHeight: this.barMinHeight,
|
|
51
|
-
barGap: this.barGap,
|
|
52
|
-
barCategoryGap: this.barCategoryGap,
|
|
53
|
-
large: this.large,
|
|
54
|
-
largeThreshold: this.largeThreshold,
|
|
55
|
-
progressive: this.progressive,
|
|
56
|
-
progressiveThreshold: this.progressiveThreshold,
|
|
57
|
-
progressiveChunkMode: this.progressiveChunkMode,
|
|
58
|
-
dimensions: this.dimensions,
|
|
59
|
-
encode: this.encode,
|
|
60
|
-
seriesLayoutBy: this.seriesLayoutBy,
|
|
61
|
-
datasetIndex: this.datasetIndex,
|
|
62
|
-
markPoint: this.markPoint,
|
|
63
|
-
markLine: this.markLine,
|
|
64
|
-
markArea: this.markArea,
|
|
65
|
-
zlevel: this.zlevel,
|
|
66
|
-
z: this.z,
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartSeriesBarComponent, deps: [{ token: i1.TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
70
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: TdChartSeriesBarComponent, selector: "td-chart-series[td-bar]", inputs: { config: "config", id: "id", name: "name", color: "color", data: "data", animation: "animation", animationThreshold: "animationThreshold", animationDuration: "animationDuration", animationEasing: "animationEasing", animationDelay: "animationDelay", animationDurationUpdate: "animationDurationUpdate", animationEasingUpdate: "animationEasingUpdate", animationDelayUpdate: "animationDelayUpdate", tooltip: "tooltip", coordinateSystem: "coordinateSystem", xAxisIndex: "xAxisIndex", yAxisIndex: "yAxisIndex", legendHoverLink: "legendHoverLink", stack: "stack", cursor: "cursor", label: "label", itemStyle: "itemStyle", emphasis: "emphasis", barWidth: "barWidth", barMaxWidth: "barMaxWidth", barMinHeight: "barMinHeight", barGap: "barGap", barCategoryGap: "barCategoryGap", large: "large", largeThreshold: "largeThreshold", progressive: "progressive", progressiveThreshold: "progressiveThreshold", progressiveChunkMode: "progressiveChunkMode", dimensions: "dimensions", encode: "encode", seriesLayoutBy: "seriesLayoutBy", datasetIndex: "datasetIndex", markPoint: "markPoint", markLine: "markLine", markArea: "markArea", zlevel: "zlevel", z: "z" }, providers: [
|
|
71
|
-
{
|
|
72
|
-
provide: TdSeriesDirective,
|
|
73
|
-
useExisting: forwardRef(() => TdChartSeriesBarComponent),
|
|
74
|
-
},
|
|
75
|
-
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
76
|
-
}
|
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TdChartSeriesBarComponent, decorators: [{
|
|
78
|
-
type: Component,
|
|
79
|
-
args: [{
|
|
80
|
-
selector: 'td-chart-series[td-bar]',
|
|
81
|
-
template: '',
|
|
82
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
83
|
-
inputs: [
|
|
84
|
-
'config',
|
|
85
|
-
'id',
|
|
86
|
-
'name',
|
|
87
|
-
'color',
|
|
88
|
-
'data',
|
|
89
|
-
'animation',
|
|
90
|
-
'animationThreshold',
|
|
91
|
-
'animationDuration',
|
|
92
|
-
'animationEasing',
|
|
93
|
-
'animationDelay',
|
|
94
|
-
'animationDurationUpdate',
|
|
95
|
-
'animationEasingUpdate',
|
|
96
|
-
'animationDelayUpdate',
|
|
97
|
-
'tooltip',
|
|
98
|
-
],
|
|
99
|
-
providers: [
|
|
100
|
-
{
|
|
101
|
-
provide: TdSeriesDirective,
|
|
102
|
-
useExisting: forwardRef(() => TdChartSeriesBarComponent),
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
}]
|
|
106
|
-
}], ctorParameters: () => [{ type: i1.TdChartOptionsService }], propDecorators: { coordinateSystem: [{
|
|
107
|
-
type: Input
|
|
108
|
-
}], xAxisIndex: [{
|
|
109
|
-
type: Input
|
|
110
|
-
}], yAxisIndex: [{
|
|
111
|
-
type: Input
|
|
112
|
-
}], legendHoverLink: [{
|
|
113
|
-
type: Input
|
|
114
|
-
}], stack: [{
|
|
115
|
-
type: Input
|
|
116
|
-
}], cursor: [{
|
|
117
|
-
type: Input
|
|
118
|
-
}], label: [{
|
|
119
|
-
type: Input
|
|
120
|
-
}], itemStyle: [{
|
|
121
|
-
type: Input
|
|
122
|
-
}], emphasis: [{
|
|
123
|
-
type: Input
|
|
124
|
-
}], barWidth: [{
|
|
125
|
-
type: Input
|
|
126
|
-
}], barMaxWidth: [{
|
|
127
|
-
type: Input
|
|
128
|
-
}], barMinHeight: [{
|
|
129
|
-
type: Input
|
|
130
|
-
}], barGap: [{
|
|
131
|
-
type: Input
|
|
132
|
-
}], barCategoryGap: [{
|
|
133
|
-
type: Input
|
|
134
|
-
}], large: [{
|
|
135
|
-
type: Input
|
|
136
|
-
}], largeThreshold: [{
|
|
137
|
-
type: Input
|
|
138
|
-
}], progressive: [{
|
|
139
|
-
type: Input
|
|
140
|
-
}], progressiveThreshold: [{
|
|
141
|
-
type: Input
|
|
142
|
-
}], progressiveChunkMode: [{
|
|
143
|
-
type: Input
|
|
144
|
-
}], dimensions: [{
|
|
145
|
-
type: Input
|
|
146
|
-
}], encode: [{
|
|
147
|
-
type: Input
|
|
148
|
-
}], seriesLayoutBy: [{
|
|
149
|
-
type: Input
|
|
150
|
-
}], datasetIndex: [{
|
|
151
|
-
type: Input
|
|
152
|
-
}], markPoint: [{
|
|
153
|
-
type: Input
|
|
154
|
-
}], markLine: [{
|
|
155
|
-
type: Input
|
|
156
|
-
}], markArea: [{
|
|
157
|
-
type: Input
|
|
158
|
-
}], zlevel: [{
|
|
159
|
-
type: Input
|
|
160
|
-
}], z: [{
|
|
161
|
-
type: Input
|
|
162
|
-
}] } });
|
|
163
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1lY2hhcnRzL2Jhci9zcmMvYmFyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULEtBQUssRUFDTCx1QkFBdUIsRUFDdkIsVUFBVSxHQUNYLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFDTCxxQkFBcUIsRUFXckIsaUJBQWlCLEdBQ2xCLE1BQU0sd0JBQXdCLENBQUM7OztBQStEaEMsTUFBTSxPQUFPLHlCQUNYLFNBQVEsaUJBQWlCO0lBR2hCLGdCQUFnQixDQUFzQjtJQUN0QyxVQUFVLENBQVU7SUFDcEIsVUFBVSxDQUFVO0lBQ3BCLGVBQWUsQ0FBVztJQUMxQixLQUFLLENBQVU7SUFDZixNQUFNLENBQVU7SUFDaEIsS0FBSyxDQUFPO0lBQ1osU0FBUyxDQUFnQjtJQUN6QixRQUFRLENBQWU7SUFDdkIsUUFBUSxDQUFVO0lBQ2xCLFdBQVcsQ0FBVTtJQUNyQixZQUFZLENBQVU7SUFDdEIsTUFBTSxDQUFVO0lBQ2hCLGNBQWMsQ0FBVTtJQUN4QixLQUFLLENBQVc7SUFDaEIsY0FBYyxDQUFVO0lBQ3hCLFdBQVcsQ0FBVTtJQUNyQixvQkFBb0IsQ0FBVTtJQUM5QixvQkFBb0IsQ0FBMEI7SUFDOUMsVUFBVSxDQUFTO0lBQ25CLE1BQU0sQ0FBTTtJQUNaLGNBQWMsQ0FBb0I7SUFDbEMsWUFBWSxDQUFVO0lBQ3RCLFNBQVMsQ0FBZ0I7SUFDekIsUUFBUSxDQUFlO0lBQ3ZCLFFBQVEsQ0FBZTtJQUN2QixNQUFNLENBQVU7SUFDaEIsQ0FBQyxDQUFVO0lBRXBCLFlBQVksZUFBc0M7UUFDaEQsS0FBSyxDQUFDLEtBQUssRUFBRSxlQUFlLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRUQsU0FBUztRQUNQLE9BQU87WUFDTCxnQkFBZ0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO1lBQ3ZDLFVBQVUsRUFBRSxJQUFJLENBQUMsVUFBVTtZQUMzQixVQUFVLEVBQUUsSUFBSSxDQUFDLFVBQVU7WUFDM0IsZUFBZSxFQUFFLElBQUksQ0FBQyxlQUFlO1lBQ3JDLEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSztZQUNqQixNQUFNLEVBQUUsSUFBSSxDQUFDLE1BQU07WUFDbkIsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLO1lBQ2pCLFNBQVMsRUFBRSxJQUFJLENBQUMsU0FBUztZQUN6QixRQUFRLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDdkIsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRO1lBQ3ZCLFdBQVcsRUFBRSxJQUFJLENBQUMsV0FBVztZQUM3QixZQUFZLEVBQUUsSUFBSSxDQUFDLFlBQVk7WUFDL0IsTUFBTSxFQUFFLElBQUksQ0FBQyxNQUFNO1lBQ25CLGNBQWMsRUFBRSxJQUFJLENBQUMsY0FBYztZQUNuQyxLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUs7WUFDakIsY0FBYyxFQUFFLElBQUksQ0FBQyxjQUFjO1lBQ25DLFdBQVcsRUFBRSxJQUFJLENBQUMsV0FBVztZQUM3QixvQkFBb0IsRUFBRSxJQUFJLENBQUMsb0JBQW9CO1lBQy9DLG9CQUFvQixFQUFFLElBQUksQ0FBQyxvQkFBb0I7WUFDL0MsVUFBVSxFQUFFLElBQUksQ0FBQyxVQUFVO1lBQzNCLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTTtZQUNuQixjQUFjLEVBQUUsSUFBSSxDQUFDLGNBQWM7WUFDbkMsWUFBWSxFQUFFLElBQUksQ0FBQyxZQUFZO1lBQy9CLFNBQVMsRUFBRSxJQUFJLENBQUMsU0FBUztZQUN6QixRQUFRLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDdkIsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRO1lBQ3ZCLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTTtZQUNuQixDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7U0FDVixDQUFDO0lBQ0osQ0FBQzt3R0FwRVUseUJBQXlCOzRGQUF6Qix5QkFBeUIsa3JDQVB6QjtZQUNUO2dCQUNFLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMseUJBQXlCLENBQUM7YUFDekQ7U0FDRixpREF4QlMsRUFBRTs7NEZBMEJELHlCQUF5QjtrQkE1QnJDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE1BQU0sRUFBRTt3QkFDTixRQUFRO3dCQUNSLElBQUk7d0JBQ0osTUFBTTt3QkFDTixPQUFPO3dCQUNQLE1BQU07d0JBRU4sV0FBVzt3QkFDWCxvQkFBb0I7d0JBQ3BCLG1CQUFtQjt3QkFDbkIsaUJBQWlCO3dCQUNqQixnQkFBZ0I7d0JBQ2hCLHlCQUF5Qjt3QkFDekIsdUJBQXVCO3dCQUN2QixzQkFBc0I7d0JBQ3RCLFNBQVM7cUJBQ1Y7b0JBQ0QsU0FBUyxFQUFFO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLDBCQUEwQixDQUFDO3lCQUN6RDtxQkFDRjtpQkFDRjswRkFLVSxnQkFBZ0I7c0JBQXhCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csb0JBQW9CO3NCQUE1QixLQUFLO2dCQUNHLG9CQUFvQjtzQkFBNUIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLENBQUM7c0JBQVQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBmb3J3YXJkUmVmLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIFRkQ2hhcnRPcHRpb25zU2VydmljZSxcbiAgVGRDb29yZGluYXRlU3lzdGVtLFxuICBJVGRJdGVtU3R5bGUsXG4gIElUZEVtcGhhc2lzLFxuICBUZFNlcmllc0xheW91dEJ5LFxuICBJVGRNYXJrUG9pbnQsXG4gIElUZE1hcmtMaW5lLFxuICBJVGRNYXJrQXJlYSxcbiAgSVRkU2VyaWVzLFxuICBJVGRMYWJlbCxcbiAgVGRQcm9ncmVzc2l2ZUNodW5rTW9kZSxcbiAgVGRTZXJpZXNEaXJlY3RpdmUsXG59IGZyb20gJ0Bjb3ZhbGVudC9lY2hhcnRzL2Jhc2UnO1xuXG5leHBvcnQgaW50ZXJmYWNlIElUZEJhclNlcmllcyBleHRlbmRzIElUZFNlcmllcyB7XG4gIGxlZ2VuZEhvdmVyTGluaz86IGJvb2xlYW47XG4gIGNvb3JkaW5hdGVTeXN0ZW0/OiBUZENvb3JkaW5hdGVTeXN0ZW07XG4gIHhBeGlzSW5kZXg/OiBudW1iZXI7XG4gIHlBeGlzSW5kZXg/OiBudW1iZXI7XG4gIExhYmVsPzogSVRkTGFiZWw7XG4gIGl0ZW1TdHlsZT86IElUZEl0ZW1TdHlsZTtcbiAgZW1waGFzaXM/OiBJVGRFbXBoYXNpcztcbiAgc3RhY2s/OiBzdHJpbmc7XG4gIGN1cnNvcj86IHN0cmluZztcbiAgYmFyV2lkdGg/OiBudW1iZXIgfCBzdHJpbmc7XG4gIGJhck1heFdpZHRoPzogbnVtYmVyIHwgc3RyaW5nO1xuICBiYXJNaW5IZWlnaHQ/OiBudW1iZXI7XG4gIGJhckdhcD86IHN0cmluZztcbiAgYmFyQ2F0ZWdvcnlHYXA/OiBzdHJpbmc7XG4gIGxhcmdlPzogYm9vbGVhbjtcbiAgbGFyZ2VUaHJlc2hvbGQ/OiBudW1iZXI7XG4gIHByb2dyZXNzaXZlPzogbnVtYmVyO1xuICBwcm9ncmVzc2l2ZVRocmVzaG9sZD86IG51bWJlcjtcbiAgcHJvZ3Jlc3NpdmVDaHVua01vZGU/OiBUZFByb2dyZXNzaXZlQ2h1bmtNb2RlO1xuICBkaW1lbnNpb25zPzogYW55W107XG4gIGVuY29kZT86IGFueTtcbiAgc2VyaWVzTGF5b3V0Qnk/OiBUZFNlcmllc0xheW91dEJ5O1xuICBkYXRhc2V0SW5kZXg/OiBudW1iZXI7XG4gIGRhdGE/OiBhbnlbXTtcbiAgbWFya1BvaW50PzogSVRkTWFya1BvaW50O1xuICBtYXJrTGluZT86IElUZE1hcmtMaW5lO1xuICBtYXJrQXJlYT86IElUZE1hcmtBcmVhO1xuICBabGV2ZWw/OiAwO1xuICB6PzogbnVtYmVyO1xuICBzaWxlbnQ/OiBib29sZWFuO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd0ZC1jaGFydC1zZXJpZXNbdGQtYmFyXScsXG4gIHRlbXBsYXRlOiAnJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGlucHV0czogW1xuICAgICdjb25maWcnLFxuICAgICdpZCcsXG4gICAgJ25hbWUnLFxuICAgICdjb2xvcicsXG4gICAgJ2RhdGEnLFxuXG4gICAgJ2FuaW1hdGlvbicsXG4gICAgJ2FuaW1hdGlvblRocmVzaG9sZCcsXG4gICAgJ2FuaW1hdGlvbkR1cmF0aW9uJyxcbiAgICAnYW5pbWF0aW9uRWFzaW5nJyxcbiAgICAnYW5pbWF0aW9uRGVsYXknLFxuICAgICdhbmltYXRpb25EdXJhdGlvblVwZGF0ZScsXG4gICAgJ2FuaW1hdGlvbkVhc2luZ1VwZGF0ZScsXG4gICAgJ2FuaW1hdGlvbkRlbGF5VXBkYXRlJyxcbiAgICAndG9vbHRpcCcsXG4gIF0sXG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IFRkU2VyaWVzRGlyZWN0aXZlLFxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gVGRDaGFydFNlcmllc0JhckNvbXBvbmVudCksXG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgVGRDaGFydFNlcmllc0JhckNvbXBvbmVudFxuICBleHRlbmRzIFRkU2VyaWVzRGlyZWN0aXZlXG4gIGltcGxlbWVudHMgSVRkQmFyU2VyaWVzXG57XG4gIEBJbnB1dCgpIGNvb3JkaW5hdGVTeXN0ZW0/OiBUZENvb3JkaW5hdGVTeXN0ZW07XG4gIEBJbnB1dCgpIHhBeGlzSW5kZXg/OiBudW1iZXI7XG4gIEBJbnB1dCgpIHlBeGlzSW5kZXg/OiBudW1iZXI7XG4gIEBJbnB1dCgpIGxlZ2VuZEhvdmVyTGluaz86IGJvb2xlYW47XG4gIEBJbnB1dCgpIHN0YWNrPzogc3RyaW5nO1xuICBASW5wdXQoKSBjdXJzb3I/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIGxhYmVsPzogYW55O1xuICBASW5wdXQoKSBpdGVtU3R5bGU/OiBJVGRJdGVtU3R5bGU7XG4gIEBJbnB1dCgpIGVtcGhhc2lzPzogSVRkRW1waGFzaXM7XG4gIEBJbnB1dCgpIGJhcldpZHRoPzogbnVtYmVyO1xuICBASW5wdXQoKSBiYXJNYXhXaWR0aD86IG51bWJlcjtcbiAgQElucHV0KCkgYmFyTWluSGVpZ2h0PzogbnVtYmVyO1xuICBASW5wdXQoKSBiYXJHYXA/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIGJhckNhdGVnb3J5R2FwPzogc3RyaW5nO1xuICBASW5wdXQoKSBsYXJnZT86IGJvb2xlYW47XG4gIEBJbnB1dCgpIGxhcmdlVGhyZXNob2xkPzogbnVtYmVyO1xuICBASW5wdXQoKSBwcm9ncmVzc2l2ZT86IG51bWJlcjtcbiAgQElucHV0KCkgcHJvZ3Jlc3NpdmVUaHJlc2hvbGQ/OiBudW1iZXI7XG4gIEBJbnB1dCgpIHByb2dyZXNzaXZlQ2h1bmtNb2RlPzogVGRQcm9ncmVzc2l2ZUNodW5rTW9kZTtcbiAgQElucHV0KCkgZGltZW5zaW9ucz86IGFueVtdO1xuICBASW5wdXQoKSBlbmNvZGU6IGFueTtcbiAgQElucHV0KCkgc2VyaWVzTGF5b3V0Qnk/OiBUZFNlcmllc0xheW91dEJ5O1xuICBASW5wdXQoKSBkYXRhc2V0SW5kZXg/OiBudW1iZXI7XG4gIEBJbnB1dCgpIG1hcmtQb2ludD86IElUZE1hcmtQb2ludDtcbiAgQElucHV0KCkgbWFya0xpbmU/OiBJVGRNYXJrTGluZTtcbiAgQElucHV0KCkgbWFya0FyZWE/OiBJVGRNYXJrQXJlYTtcbiAgQElucHV0KCkgemxldmVsPzogbnVtYmVyO1xuICBASW5wdXQoKSB6PzogbnVtYmVyO1xuXG4gIGNvbnN0cnVjdG9yKF9vcHRpb25zU2VydmljZTogVGRDaGFydE9wdGlvbnNTZXJ2aWNlKSB7XG4gICAgc3VwZXIoJ2JhcicsIF9vcHRpb25zU2VydmljZSk7XG4gIH1cblxuICBnZXRDb25maWcoKTogYW55IHtcbiAgICByZXR1cm4ge1xuICAgICAgY29vcmRpbmF0ZVN5c3RlbTogdGhpcy5jb29yZGluYXRlU3lzdGVtLFxuICAgICAgeEF4aXNJbmRleDogdGhpcy54QXhpc0luZGV4LFxuICAgICAgeUF4aXNJbmRleDogdGhpcy55QXhpc0luZGV4LFxuICAgICAgbGVnZW5kSG92ZXJMaW5rOiB0aGlzLmxlZ2VuZEhvdmVyTGluayxcbiAgICAgIHN0YWNrOiB0aGlzLnN0YWNrLFxuICAgICAgY3Vyc29yOiB0aGlzLmN1cnNvcixcbiAgICAgIGxhYmVsOiB0aGlzLmxhYmVsLFxuICAgICAgaXRlbVN0eWxlOiB0aGlzLml0ZW1TdHlsZSxcbiAgICAgIGVtcGhhc2lzOiB0aGlzLmVtcGhhc2lzLFxuICAgICAgYmFyV2lkdGg6IHRoaXMuYmFyV2lkdGgsXG4gICAgICBiYXJNYXhXaWR0aDogdGhpcy5iYXJNYXhXaWR0aCxcbiAgICAgIGJhck1pbkhlaWdodDogdGhpcy5iYXJNaW5IZWlnaHQsXG4gICAgICBiYXJHYXA6IHRoaXMuYmFyR2FwLFxuICAgICAgYmFyQ2F0ZWdvcnlHYXA6IHRoaXMuYmFyQ2F0ZWdvcnlHYXAsXG4gICAgICBsYXJnZTogdGhpcy5sYXJnZSxcbiAgICAgIGxhcmdlVGhyZXNob2xkOiB0aGlzLmxhcmdlVGhyZXNob2xkLFxuICAgICAgcHJvZ3Jlc3NpdmU6IHRoaXMucHJvZ3Jlc3NpdmUsXG4gICAgICBwcm9ncmVzc2l2ZVRocmVzaG9sZDogdGhpcy5wcm9ncmVzc2l2ZVRocmVzaG9sZCxcbiAgICAgIHByb2dyZXNzaXZlQ2h1bmtNb2RlOiB0aGlzLnByb2dyZXNzaXZlQ2h1bmtNb2RlLFxuICAgICAgZGltZW5zaW9uczogdGhpcy5kaW1lbnNpb25zLFxuICAgICAgZW5jb2RlOiB0aGlzLmVuY29kZSxcbiAgICAgIHNlcmllc0xheW91dEJ5OiB0aGlzLnNlcmllc0xheW91dEJ5LFxuICAgICAgZGF0YXNldEluZGV4OiB0aGlzLmRhdGFzZXRJbmRleCxcbiAgICAgIG1hcmtQb2ludDogdGhpcy5tYXJrUG9pbnQsXG4gICAgICBtYXJrTGluZTogdGhpcy5tYXJrTGluZSxcbiAgICAgIG1hcmtBcmVhOiB0aGlzLm1hcmtBcmVhLFxuICAgICAgemxldmVsOiB0aGlzLnpsZXZlbCxcbiAgICAgIHo6IHRoaXMueixcbiAgICB9O1xuICB9XG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { TdChartSeriesBarComponent } from './bar.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export const BAR_MODULE_COMPONENTS = [TdChartSeriesBarComponent];
|
|
6
|
-
export class CovalentBarEchartsModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, declarations: [TdChartSeriesBarComponent], imports: [CommonModule], exports: [TdChartSeriesBarComponent] });
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, imports: [CommonModule] });
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBarEchartsModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
declarations: [BAR_MODULE_COMPONENTS],
|
|
16
|
-
exports: [BAR_MODULE_COMPONENTS],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1lY2hhcnRzL2Jhci9zcmMvYmFyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFRLE1BQU0sZUFBZSxDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFFNUQsTUFBTSxDQUFDLE1BQU0scUJBQXFCLEdBQWdCLENBQUMseUJBQXlCLENBQUMsQ0FBQztBQU85RSxNQUFNLE9BQU8sd0JBQXdCO3dHQUF4Qix3QkFBd0I7eUdBQXhCLHdCQUF3QixpQkFQYyx5QkFBeUIsYUFHaEUsWUFBWSxhQUgyQix5QkFBeUI7eUdBTy9ELHdCQUF3QixZQUp6QixZQUFZOzs0RkFJWCx3QkFBd0I7a0JBTHBDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDckMsT0FBTyxFQUFFLENBQUMscUJBQXFCLENBQUM7aUJBQ2pDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFR5cGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7IFRkQ2hhcnRTZXJpZXNCYXJDb21wb25lbnQgfSBmcm9tICcuL2Jhci5jb21wb25lbnQnO1xuXG5leHBvcnQgY29uc3QgQkFSX01PRFVMRV9DT01QT05FTlRTOiBUeXBlPGFueT5bXSA9IFtUZENoYXJ0U2VyaWVzQmFyQ29tcG9uZW50XTtcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGRlY2xhcmF0aW9uczogW0JBUl9NT0RVTEVfQ09NUE9ORU5UU10sXG4gIGV4cG9ydHM6IFtCQVJfTU9EVUxFX0NPTVBPTkVOVFNdLFxufSlcbmV4cG9ydCBjbGFzcyBDb3ZhbGVudEJhckVjaGFydHNNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public_api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY292YWxlbnQtZWNoYXJ0cy1iYXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXItZWNoYXJ0cy9iYXIvc3JjL2NvdmFsZW50LWVjaGFydHMtYmFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './bar.module';
|
|
2
|
-
export * from './bar.component';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1lY2hhcnRzL2Jhci9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9iYXIubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vYmFyLmNvbXBvbmVudCc7XG4iXX0=
|