@syncfusion/ej2-angular-charts 28.2.11 → 29.1.33-ngcc
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/@syncfusion/ej2-angular-charts.es5.js +5013 -0
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-charts.js +4731 -0
- package/@syncfusion/ej2-angular-charts.js.map +1 -0
- package/README.md +1 -1
- package/dist/ej2-angular-charts.umd.js +5700 -0
- package/dist/ej2-angular-charts.umd.js.map +1 -0
- package/dist/ej2-angular-charts.umd.min.js +11 -0
- package/dist/ej2-angular-charts.umd.min.js.map +1 -0
- package/ej2-angular-charts.d.ts +13 -0
- package/ej2-angular-charts.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -28
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +0 -6
- package/src/accumulation-chart/accumulationchart.component.d.ts +1 -3
- package/src/accumulation-chart/accumulationchart.module.d.ts +0 -8
- package/src/accumulation-chart/annotations.directive.d.ts +2 -7
- package/src/accumulation-chart/series.directive.d.ts +8 -5
- package/src/bullet-chart/bulletchart-all.module.d.ts +0 -6
- package/src/bullet-chart/bulletchart.component.d.ts +0 -3
- package/src/bullet-chart/bulletchart.module.d.ts +0 -7
- package/src/bullet-chart/ranges.directive.d.ts +0 -5
- package/src/chart/annotations.directive.d.ts +3 -8
- package/src/chart/axes.directive.d.ts +7 -6
- package/src/chart/categories.directive.d.ts +0 -5
- package/src/chart/chart-all.module.d.ts +0 -6
- package/src/chart/chart.component.d.ts +0 -3
- package/src/chart/chart.module.d.ts +0 -19
- package/src/chart/columns.directive.d.ts +0 -5
- package/src/chart/indicators.directive.d.ts +0 -5
- package/src/chart/multilevellabels.directive.d.ts +0 -5
- package/src/chart/rangecolorsettings.directive.d.ts +0 -5
- package/src/chart/rows.directive.d.ts +0 -5
- package/src/chart/segments.directive.d.ts +0 -5
- package/src/chart/selecteddataindexes.directive.d.ts +0 -5
- package/src/chart/series.directive.d.ts +16 -5
- package/src/chart/striplines.directive.d.ts +0 -5
- package/src/chart/trendlines.directive.d.ts +1 -6
- package/src/chart3d/axes.directive.d.ts +1 -6
- package/src/chart3d/chart3d-all.module.d.ts +0 -6
- package/src/chart3d/chart3d.component.d.ts +0 -3
- package/src/chart3d/chart3d.module.d.ts +0 -11
- package/src/chart3d/columns.directive.d.ts +0 -5
- package/src/chart3d/rows.directive.d.ts +0 -5
- package/src/chart3d/selecteddataindexes.directive.d.ts +0 -5
- package/src/chart3d/series.directive.d.ts +0 -5
- package/src/circularchart3d/circularchart3d-all.module.d.ts +0 -6
- package/src/circularchart3d/circularchart3d.component.d.ts +0 -3
- package/src/circularchart3d/circularchart3d.module.d.ts +0 -8
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +0 -5
- package/src/circularchart3d/series.directive.d.ts +0 -5
- package/src/range-navigator/rangenavigator-all.module.d.ts +0 -6
- package/src/range-navigator/rangenavigator.component.d.ts +0 -3
- package/src/range-navigator/rangenavigator.module.d.ts +0 -7
- package/src/range-navigator/series.directive.d.ts +0 -5
- package/src/smithchart/series.directive.d.ts +0 -5
- package/src/smithchart/smithchart-all.module.d.ts +0 -6
- package/src/smithchart/smithchart.component.d.ts +0 -3
- package/src/smithchart/smithchart.module.d.ts +0 -7
- package/src/sparkline/rangebandsettings.directive.d.ts +0 -5
- package/src/sparkline/sparkline-all.module.d.ts +0 -6
- package/src/sparkline/sparkline.component.d.ts +0 -3
- package/src/sparkline/sparkline.module.d.ts +0 -7
- package/src/stock-chart/annotations.directive.d.ts +0 -5
- package/src/stock-chart/axes.directive.d.ts +0 -5
- package/src/stock-chart/indicators.directive.d.ts +0 -5
- package/src/stock-chart/periods.directive.d.ts +0 -5
- package/src/stock-chart/rows.directive.d.ts +0 -5
- package/src/stock-chart/selecteddataindexes.directive.d.ts +0 -5
- package/src/stock-chart/series.directive.d.ts +5 -5
- package/src/stock-chart/stockchart-all.module.d.ts +0 -6
- package/src/stock-chart/stockchart.component.d.ts +1 -3
- package/src/stock-chart/stockchart.module.d.ts +0 -15
- package/src/stock-chart/stockevents.directive.d.ts +0 -5
- package/src/stock-chart/trendlines.directive.d.ts +1 -6
- package/CHANGELOG.md +0 -3442
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
- package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
- package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
- package/esm2020/src/chart/annotations.directive.mjs +0 -60
- package/esm2020/src/chart/axes.directive.mjs +0 -58
- package/esm2020/src/chart/categories.directive.mjs +0 -59
- package/esm2020/src/chart/chart-all.module.mjs +0 -203
- package/esm2020/src/chart/chart.component.mjs +0 -518
- package/esm2020/src/chart/chart.module.mjs +0 -142
- package/esm2020/src/chart/columns.directive.mjs +0 -52
- package/esm2020/src/chart/indicators.directive.mjs +0 -54
- package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
- package/esm2020/src/chart/rows.directive.mjs +0 -52
- package/esm2020/src/chart/segments.directive.mjs +0 -58
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart/series.directive.mjs +0 -68
- package/esm2020/src/chart/striplines.directive.mjs +0 -56
- package/esm2020/src/chart/trendlines.directive.mjs +0 -58
- package/esm2020/src/chart3d/axes.directive.mjs +0 -52
- package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
- package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
- package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
- package/esm2020/src/chart3d/columns.directive.mjs +0 -52
- package/esm2020/src/chart3d/rows.directive.mjs +0 -52
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart3d/series.directive.mjs +0 -62
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
- package/esm2020/src/index.mjs +0 -64
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
- package/esm2020/src/range-navigator/series.directive.mjs +0 -54
- package/esm2020/src/smithchart/series.directive.mjs +0 -46
- package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
- package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
- package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
- package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
- package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
- package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
- package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
- package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
- package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
- package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/series.directive.mjs +0 -58
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
- package/esm2020/src/stock-chart/stockchart.component.mjs +0 -330
- package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
- package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
- package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
- package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4359
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4359
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/syncfusion-ej2-angular-charts.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-charts@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-charts@28.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-charts@28.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-buQKuAHLkUozxbDc1QiqNNfPvI3vx6Fd3dPyenhUOdyKrOggBYmysRVhgukOe9HOuTVIc7s9N8iYcl/ojlXAyg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-charts",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-28.1.33.tgz",
|
|
23
|
+
"_shasum": "3cb24a6f313bd0e29d5be37749cdd0d816a65d89",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-charts@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,29 +31,14 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-charts": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~29.1.33",
|
|
35
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
36
|
+
"@syncfusion/ej2-charts": "29.1.33"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"exports": {
|
|
43
|
-
"./package.json": {
|
|
44
|
-
"default": "./package.json"
|
|
45
|
-
},
|
|
46
|
-
".": {
|
|
47
|
-
"types": "./syncfusion-ej2-angular-charts.d.ts",
|
|
48
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
49
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
50
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
51
|
-
"node": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
52
|
-
"default": "./fesm2020/syncfusion-ej2-angular-charts.mjs"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-charts.js",
|
|
57
42
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
43
|
"keywords": [
|
|
59
44
|
"angular",
|
|
@@ -72,7 +57,9 @@
|
|
|
72
57
|
"angular-circularchart3d"
|
|
73
58
|
],
|
|
74
59
|
"license": "SEE LICENSE IN license",
|
|
75
|
-
"
|
|
60
|
+
"main": "dist/ej2-angular-charts.umd.js",
|
|
61
|
+
"metadata": "ej2-angular-charts.metadata.json",
|
|
62
|
+
"module": "@syncfusion/ej2-angular-charts.es5.js",
|
|
76
63
|
"name": "@syncfusion/ej2-angular-charts",
|
|
77
64
|
"repository": {
|
|
78
65
|
"type": "git",
|
|
@@ -80,6 +67,6 @@
|
|
|
80
67
|
},
|
|
81
68
|
"schematics": "./schematics/collection.json",
|
|
82
69
|
"sideEffects": false,
|
|
83
|
-
"typings": "
|
|
84
|
-
"version": "
|
|
70
|
+
"typings": "ej2-angular-charts.d.ts",
|
|
71
|
+
"version": "29.1.33-ngcc"
|
|
85
72
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-charts";
|
|
2
|
-
export declare const pkgVer = "^28.
|
|
2
|
+
export declare const pkgVer = "^28.1.33";
|
|
3
3
|
export declare const moduleName = "ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule";
|
|
4
|
-
export declare const themeVer = "~28.
|
|
4
|
+
export declare const themeVer = "~28.1.33";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-charts';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^29.1.33';
|
|
5
5
|
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~29.1.33';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-charts';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^29.1.33';
|
|
3
3
|
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~29.1.33';
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./accumulationchart.module";
|
|
5
2
|
export declare const PieSeriesService: ValueProvider;
|
|
6
3
|
export declare const FunnelSeriesService: ValueProvider;
|
|
7
4
|
export declare const PyramidSeriesService: ValueProvider;
|
|
@@ -15,7 +12,4 @@ export declare const AccumulationAnnotationService: ValueProvider;
|
|
|
15
12
|
* NgModule definition for the AccumulationChart component with providers.
|
|
16
13
|
*/
|
|
17
14
|
export declare class AccumulationChartAllModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartAllModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartAllModule, never, [typeof i1.CommonModule, typeof i2.AccumulationChartModule], [typeof i2.AccumulationChartModule]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartAllModule>;
|
|
21
15
|
}
|
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { AccumulationChart } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { AccumulationSeriesCollectionDirective } from './series.directive';
|
|
5
5
|
import { AccumulationAnnotationsDirective } from './annotations.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
@@ -23,6 +22,7 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
|
|
|
23
22
|
afterExport: any;
|
|
24
23
|
animationComplete: any;
|
|
25
24
|
annotationRender: any;
|
|
25
|
+
beforeExport: any;
|
|
26
26
|
beforePrint: any;
|
|
27
27
|
beforeResize: any;
|
|
28
28
|
chartDoubleClick: any;
|
|
@@ -55,6 +55,4 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
|
|
|
55
55
|
ngAfterContentChecked(): void;
|
|
56
56
|
registerEvents: (eventList: string[]) => void;
|
|
57
57
|
addTwoWay: (propList: string[]) => void;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccumulationChartComponent, "ejs-accumulationchart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "annotations": "annotations"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "center": "center"; "centerLabel": "centerLabel"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "enableAnimation": "enableAnimation"; "enableBorderOnMouseMove": "enableBorderOnMouseMove"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSmartLabels": "enableSmartLabels"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "pointClick": "pointClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAnnotations"], never>;
|
|
60
58
|
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./accumulationchart.component";
|
|
3
|
-
import * as i2 from "./series.directive";
|
|
4
|
-
import * as i3 from "./annotations.directive";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
1
|
/**
|
|
7
2
|
* NgModule definition for the AccumulationChart component.
|
|
8
3
|
*/
|
|
9
4
|
export declare class AccumulationChartModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartModule, [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective], [typeof i4.CommonModule], [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartModule>;
|
|
13
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* AccumulationAnnotations Directive
|
|
6
5
|
* ```html
|
|
@@ -32,7 +31,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
32
31
|
* * Far - Aligns the annotation element to the bottom side.
|
|
33
32
|
* * Center - Aligns the annotation element to the midpoint.
|
|
34
33
|
* @default 'Center'
|
|
35
|
-
|
|
34
|
+
|
|
36
35
|
*/
|
|
37
36
|
horizontalAlignment: any;
|
|
38
37
|
/**
|
|
@@ -50,7 +49,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
50
49
|
* * Bottom - Aligns the annotation element to the bottom side.
|
|
51
50
|
* * Middle - Aligns the annotation element to the midpoint.
|
|
52
51
|
* @default 'Middle'
|
|
53
|
-
|
|
52
|
+
|
|
54
53
|
*/
|
|
55
54
|
verticalAlignment: any;
|
|
56
55
|
/**
|
|
@@ -71,8 +70,6 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
71
70
|
*/
|
|
72
71
|
content: any;
|
|
73
72
|
constructor(viewContainerRef: ViewContainerRef);
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationDirective, never>;
|
|
75
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationDirective, "e-accumulation-annotations>e-accumulation-annotation", never, { "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "y": "y"; }, {}, ["content"]>;
|
|
76
73
|
}
|
|
77
74
|
/**
|
|
78
75
|
* AccumulationAnnotation Array Directive
|
|
@@ -80,6 +77,4 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
80
77
|
*/
|
|
81
78
|
export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
|
|
82
79
|
constructor();
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationsDirective, never>;
|
|
84
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationsDirective, "ej-accumulationchart>e-accumulation-annotations", never, {}, {}, ["children"]>;
|
|
85
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* AccumulationSeries Directive
|
|
6
5
|
* ```html
|
|
@@ -95,6 +94,14 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
95
94
|
* @default '30%'
|
|
96
95
|
*/
|
|
97
96
|
explodeOffset: any;
|
|
97
|
+
/**
|
|
98
|
+
* Defines the rendering mode for the funnel chart.
|
|
99
|
+
* Available options are:
|
|
100
|
+
* * Standard - Displays a funnel shape that narrows down to a point.
|
|
101
|
+
* * Trapezoid - Displays a funnel shape with parallel sides near the top.
|
|
102
|
+
* @default 'Standard'
|
|
103
|
+
*/
|
|
104
|
+
funnelMode: any;
|
|
98
105
|
/**
|
|
99
106
|
* Defines the distance between the segments of a funnel or pyramid series.
|
|
100
107
|
* The range is from 0 to 1.
|
|
@@ -227,8 +234,6 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
227
234
|
yName: any;
|
|
228
235
|
dataLabel_template: any;
|
|
229
236
|
constructor(viewContainerRef: ViewContainerRef);
|
|
230
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesDirective, never>;
|
|
231
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesDirective, "e-accumulation-series-collection>e-accumulation-series", never, { "accessibility": "accessibility"; "animation": "animation"; "applyPattern": "applyPattern"; "border": "border"; "borderRadius": "borderRadius"; "dashArray": "dashArray"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "endAngle": "endAngle"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "gapRatio": "gapRatio"; "groupMode": "groupMode"; "groupTo": "groupTo"; "height": "height"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "neckHeight": "neckHeight"; "neckWidth": "neckWidth"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "pyramidMode": "pyramidMode"; "query": "query"; "radius": "radius"; "selectionStyle": "selectionStyle"; "startAngle": "startAngle"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
|
|
232
237
|
}
|
|
233
238
|
/**
|
|
234
239
|
* AccumulationSeries Array Directive
|
|
@@ -236,6 +241,4 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
236
241
|
*/
|
|
237
242
|
export declare class AccumulationSeriesCollectionDirective extends ArrayBase<AccumulationSeriesCollectionDirective> {
|
|
238
243
|
constructor();
|
|
239
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesCollectionDirective, never>;
|
|
240
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesCollectionDirective, "ej-accumulationchart>e-accumulation-series-collection", never, {}, {}, ["children"]>;
|
|
241
244
|
}
|
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./bulletchart.module";
|
|
5
2
|
export declare const BulletTooltipService: ValueProvider;
|
|
6
3
|
export declare const BulletChartLegendService: ValueProvider;
|
|
7
4
|
/**
|
|
8
5
|
* NgModule definition for the BulletChart component with providers.
|
|
9
6
|
*/
|
|
10
7
|
export declare class BulletChartAllModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartAllModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartAllModule, never, [typeof i1.CommonModule, typeof i2.BulletChartModule], [typeof i2.BulletChartModule]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartAllModule>;
|
|
14
8
|
}
|
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { BulletChart } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { BulletRangeCollectionDirective } from './ranges.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare const inputs: string[];
|
|
7
6
|
export declare const outputs: string[];
|
|
8
7
|
export declare const twoWays: string[];
|
|
@@ -36,6 +35,4 @@ export declare class BulletChartComponent extends BulletChart implements ICompon
|
|
|
36
35
|
ngAfterContentChecked(): void;
|
|
37
36
|
registerEvents: (eventList: string[]) => void;
|
|
38
37
|
addTwoWay: (propList: string[]) => void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BulletChartComponent, "ejs-bulletchart", never, { "animation": "animation"; "border": "border"; "categoryField": "categoryField"; "categoryLabelStyle": "categoryLabelStyle"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "enableGroupSeparator": "enableGroupSeparator"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "interval": "interval"; "labelFormat": "labelFormat"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "legendSettings": "legendSettings"; "locale": "locale"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "opposedPosition": "opposedPosition"; "orientation": "orientation"; "query": "query"; "ranges": "ranges"; "subtitle": "subtitle"; "subtitleStyle": "subtitleStyle"; "tabIndex": "tabIndex"; "targetColor": "targetColor"; "targetField": "targetField"; "targetTypes": "targetTypes"; "targetWidth": "targetWidth"; "theme": "theme"; "tickPosition": "tickPosition"; "title": "title"; "titlePosition": "titlePosition"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "type": "type"; "valueBorder": "valueBorder"; "valueField": "valueField"; "valueFill": "valueFill"; "valueHeight": "valueHeight"; "width": "width"; }, { "beforePrint": "beforePrint"; "bulletChartMouseClick": "bulletChartMouseClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childRanges"], never>;
|
|
41
38
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./bulletchart.component";
|
|
3
|
-
import * as i2 from "./ranges.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the BulletChart component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class BulletChartModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartModule, [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective], [typeof i3.CommonModule], [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartModule>;
|
|
12
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* BulletRange Directive
|
|
6
5
|
* ```html
|
|
@@ -59,8 +58,6 @@ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirecti
|
|
|
59
58
|
*/
|
|
60
59
|
shape: any;
|
|
61
60
|
constructor(viewContainerRef: ViewContainerRef);
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeDirective, never>;
|
|
63
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeDirective, "e-bullet-range-collection>e-bullet-range", never, { "color": "color"; "end": "end"; "index": "index"; "legendImageUrl": "legendImageUrl"; "name": "name"; "opacity": "opacity"; "shape": "shape"; }, {}, never>;
|
|
64
61
|
}
|
|
65
62
|
/**
|
|
66
63
|
* BulletRange Array Directive
|
|
@@ -68,6 +65,4 @@ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirecti
|
|
|
68
65
|
*/
|
|
69
66
|
export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
|
|
70
67
|
constructor();
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeCollectionDirective, never>;
|
|
72
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeCollectionDirective, "ej-bulletchart>e-bullet-range-collection", never, {}, {}, ["children"]>;
|
|
73
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* Annotation Directive
|
|
6
5
|
* ```html
|
|
@@ -25,7 +24,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
25
24
|
/**
|
|
26
25
|
* A description for the annotation that provides additional information about its content for screen readers.
|
|
27
26
|
* @default null
|
|
28
|
-
|
|
27
|
+
|
|
29
28
|
*/
|
|
30
29
|
description: any;
|
|
31
30
|
/**
|
|
@@ -35,7 +34,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
35
34
|
* * Far - Aligns the annotation element to the right side.
|
|
36
35
|
* * Center - Aligns the annotation element to the midpoint.
|
|
37
36
|
* @default 'Center'
|
|
38
|
-
|
|
37
|
+
|
|
39
38
|
*/
|
|
40
39
|
horizontalAlignment: any;
|
|
41
40
|
/**
|
|
@@ -53,7 +52,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
53
52
|
* * Bottom - Aligns the annotation element to the bottom side.
|
|
54
53
|
* * Middle - Aligns the annotation element to the midpoint.
|
|
55
54
|
* @default 'Middle'
|
|
56
|
-
|
|
55
|
+
|
|
57
56
|
*/
|
|
58
57
|
verticalAlignment: any;
|
|
59
58
|
/**
|
|
@@ -87,8 +86,6 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
87
86
|
*/
|
|
88
87
|
content: any;
|
|
89
88
|
constructor(viewContainerRef: ViewContainerRef);
|
|
90
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationDirective, never>;
|
|
91
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationDirective, "e-annotations>e-annotation", never, { "accessibility": "accessibility"; "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "xAxisName": "xAxisName"; "y": "y"; "yAxisName": "yAxisName"; }, {}, ["content"]>;
|
|
92
89
|
}
|
|
93
90
|
/**
|
|
94
91
|
* Annotation Array Directive
|
|
@@ -96,6 +93,4 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
96
93
|
*/
|
|
97
94
|
export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
|
|
98
95
|
constructor();
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
|
|
100
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ejs-chart>e-annotations", never, {}, {}, ["children"]>;
|
|
101
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* Axis Directive
|
|
6
5
|
* ```html
|
|
@@ -77,6 +76,12 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
77
76
|
* @default false
|
|
78
77
|
*/
|
|
79
78
|
enableTrim: any;
|
|
79
|
+
/**
|
|
80
|
+
* Specifies whether the axis labels should be wrapped based on the specified `maximumLabelWidth`.
|
|
81
|
+
* When set to `true`, the axis labels will automatically wrap to fit within the available width defined by `maximumLabelWidth`.
|
|
82
|
+
* @default false
|
|
83
|
+
*/
|
|
84
|
+
enableWrap: any;
|
|
80
85
|
/**
|
|
81
86
|
* Specifies the interval for the axis.
|
|
82
87
|
* @default null
|
|
@@ -282,7 +287,7 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
282
287
|
/**
|
|
283
288
|
* Specifies the format type to be used in date-time formatting.
|
|
284
289
|
* @default 'DateTime'
|
|
285
|
-
|
|
290
|
+
|
|
286
291
|
*/
|
|
287
292
|
skeletonType: any;
|
|
288
293
|
/**
|
|
@@ -367,8 +372,6 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
367
372
|
*/
|
|
368
373
|
zoomPosition: any;
|
|
369
374
|
constructor(viewContainerRef: ViewContainerRef);
|
|
370
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AxisDirective, never>;
|
|
371
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AxisDirective, "e-axes>e-axis", never, { "border": "border"; "coefficient": "coefficient"; "columnIndex": "columnIndex"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableScrollbarOnZooming": "enableScrollbarOnZooming"; "enableTrim": "enableTrim"; "interval": "interval"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "lineBreakAlignment": "lineBreakAlignment"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "multiLevelLabels": "multiLevelLabels"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "scrollbarSettings": "scrollbarSettings"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "startFromZero": "startFromZero"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, ["childStripLines", "childMultiLevelLabels"]>;
|
|
372
375
|
}
|
|
373
376
|
/**
|
|
374
377
|
* Axis Array Directive
|
|
@@ -376,6 +379,4 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
376
379
|
*/
|
|
377
380
|
export declare class AxesDirective extends ArrayBase<AxesDirective> {
|
|
378
381
|
constructor();
|
|
379
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AxesDirective, never>;
|
|
380
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AxesDirective, "ejs-chart>e-axes", never, {}, {}, ["children"]>;
|
|
381
382
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* MultiLevelLabels Directive
|
|
6
5
|
* ```html
|
|
@@ -60,8 +59,6 @@ export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
|
|
|
60
59
|
*/
|
|
61
60
|
text: any;
|
|
62
61
|
constructor(viewContainerRef: ViewContainerRef);
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryDirective, never>;
|
|
64
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CategoryDirective, "e-multilevellabel>e-categories>e-category", never, { "customAttributes": "customAttributes"; "end": "end"; "maximumTextWidth": "maximumTextWidth"; "start": "start"; "text": "text"; "type": "type"; }, {}, never>;
|
|
65
62
|
}
|
|
66
63
|
/**
|
|
67
64
|
* Category Array Directive
|
|
@@ -69,6 +66,4 @@ export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
|
|
|
69
66
|
*/
|
|
70
67
|
export declare class CategoriesDirective extends ArrayBase<CategoriesDirective> {
|
|
71
68
|
constructor();
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesDirective, never>;
|
|
73
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CategoriesDirective, "e-multilevellabel>e-categories", never, {}, {}, ["children"]>;
|
|
74
69
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./chart.module";
|
|
5
2
|
export declare const LineSeriesService: ValueProvider;
|
|
6
3
|
export declare const ScatterSeriesService: ValueProvider;
|
|
7
4
|
export declare const ColumnSeriesService: ValueProvider;
|
|
@@ -65,7 +62,4 @@ export declare const HighlightService: ValueProvider;
|
|
|
65
62
|
* NgModule definition for the Chart component with providers.
|
|
66
63
|
*/
|
|
67
64
|
export declare class ChartAllModule {
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartAllModule, never>;
|
|
69
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartAllModule, never, [typeof i1.CommonModule, typeof i2.ChartModule], [typeof i2.ChartModule]>;
|
|
70
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ChartAllModule>;
|
|
71
65
|
}
|
|
@@ -9,7 +9,6 @@ import { RangeColorSettingsDirective } from './rangecolorsettings.directive';
|
|
|
9
9
|
import { AnnotationsDirective } from './annotations.directive';
|
|
10
10
|
import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
11
11
|
import { IndicatorsDirective } from './indicators.directive';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
12
|
export declare const inputs: string[];
|
|
14
13
|
export declare const outputs: string[];
|
|
15
14
|
export declare const twoWays: string[];
|
|
@@ -84,6 +83,4 @@ export declare class ChartComponent extends Chart implements IComponentBase {
|
|
|
84
83
|
ngAfterContentChecked(): void;
|
|
85
84
|
registerEvents: (eventList: string[]) => void;
|
|
86
85
|
addTwoWay: (propList: string[]) => void;
|
|
87
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "ejs-chart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "allowMultiSelection": "allowMultiSelection"; "annotations": "annotations"; "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "chartArea": "chartArea"; "columns": "columns"; "crosshair": "crosshair"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "description": "description"; "enableAnimation": "enableAnimation"; "enableAutoIntervalOnBothAxis": "enableAutoIntervalOnBothAxis"; "enableCanvas": "enableCanvas"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "indicators": "indicators"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "palettes": "palettes"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rangeColorSettings": "rangeColorSettings"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "tabIndex": "tabIndex"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "axisLabelClick": "axisLabelClick"; "axisLabelRender": "axisLabelRender"; "axisMultiLabelRender": "axisMultiLabelRender"; "axisRangeCalculated": "axisRangeCalculated"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "drag": "drag"; "dragComplete": "dragComplete"; "dragEnd": "dragEnd"; "dragStart": "dragStart"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "multiLevelLabelClick": "multiLevelLabelClick"; "onZooming": "onZooming"; "pointClick": "pointClick"; "pointDoubleClick": "pointDoubleClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "scrollChanged": "scrollChanged"; "scrollEnd": "scrollEnd"; "scrollStart": "scrollStart"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "sharedTooltipRender": "sharedTooltipRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "zoomComplete": "zoomComplete"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAxes", "childRows", "childColumns", "childRangeColorSettings", "childAnnotations", "childSelectedDataIndexes", "childIndicators"], never>;
|
|
89
86
|
}
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./chart.component";
|
|
3
|
-
import * as i2 from "./trendlines.directive";
|
|
4
|
-
import * as i3 from "./segments.directive";
|
|
5
|
-
import * as i4 from "./series.directive";
|
|
6
|
-
import * as i5 from "./striplines.directive";
|
|
7
|
-
import * as i6 from "./categories.directive";
|
|
8
|
-
import * as i7 from "./multilevellabels.directive";
|
|
9
|
-
import * as i8 from "./axes.directive";
|
|
10
|
-
import * as i9 from "./rows.directive";
|
|
11
|
-
import * as i10 from "./columns.directive";
|
|
12
|
-
import * as i11 from "./rangecolorsettings.directive";
|
|
13
|
-
import * as i12 from "./annotations.directive";
|
|
14
|
-
import * as i13 from "./selecteddataindexes.directive";
|
|
15
|
-
import * as i14 from "./indicators.directive";
|
|
16
|
-
import * as i15 from "@angular/common";
|
|
17
1
|
/**
|
|
18
2
|
* NgModule definition for the Chart component.
|
|
19
3
|
*/
|
|
20
4
|
export declare class ChartModule {
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective], [typeof i15.CommonModule], [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective]>;
|
|
23
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
|
|
24
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* Column Directive
|
|
6
5
|
* ```html
|
|
@@ -21,8 +20,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
21
20
|
*/
|
|
22
21
|
width: any;
|
|
23
22
|
constructor(viewContainerRef: ViewContainerRef);
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "border": "border"; "width": "width"; }, {}, never>;
|
|
26
23
|
}
|
|
27
24
|
/**
|
|
28
25
|
* Column Array Directive
|
|
@@ -30,6 +27,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
30
27
|
*/
|
|
31
28
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
32
29
|
constructor();
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-chart>e-columns", never, {}, {}, ["children"]>;
|
|
35
30
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* Indicator Directive
|
|
6
5
|
* ```html
|
|
@@ -241,8 +240,6 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
241
240
|
*/
|
|
242
241
|
yAxisName: any;
|
|
243
242
|
constructor(viewContainerRef: ViewContainerRef);
|
|
244
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorDirective, never>;
|
|
245
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorDirective, "e-indicators>e-indicator", never, { "accessibility": "accessibility"; "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "colorName": "colorName"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "enableComplexProperty": "enableComplexProperty"; "fastPeriod": "fastPeriod"; "field": "field"; "fill": "fill"; "high": "high"; "kPeriod": "kPeriod"; "low": "low"; "lowerLine": "lowerLine"; "macdLine": "macdLine"; "macdNegativeColor": "macdNegativeColor"; "macdPositiveColor": "macdPositiveColor"; "macdType": "macdType"; "open": "open"; "overBought": "overBought"; "overSold": "overSold"; "period": "period"; "periodLine": "periodLine"; "pointColorMapping": "pointColorMapping"; "query": "query"; "segmentAxis": "segmentAxis"; "segments": "segments"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
|
|
246
243
|
}
|
|
247
244
|
/**
|
|
248
245
|
* Indicator Array Directive
|
|
@@ -250,6 +247,4 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
250
247
|
*/
|
|
251
248
|
export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
|
|
252
249
|
constructor();
|
|
253
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsDirective, never>;
|
|
254
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorsDirective, "ej-chart>e-indicators", never, {}, {}, ["children"]>;
|
|
255
250
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* MultiLevelLabel Directive
|
|
6
5
|
* ```html
|
|
@@ -48,8 +47,6 @@ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabe
|
|
|
48
47
|
*/
|
|
49
48
|
textStyle: any;
|
|
50
49
|
constructor(viewContainerRef: ViewContainerRef);
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelDirective, never>;
|
|
52
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelDirective, "e-axis>e-multilevellabels>e-multilevellabel", never, { "alignment": "alignment"; "border": "border"; "categories": "categories"; "overflow": "overflow"; "textStyle": "textStyle"; }, {}, ["childCategories"]>;
|
|
53
50
|
}
|
|
54
51
|
/**
|
|
55
52
|
* MultiLevelLabel Array Directive
|
|
@@ -57,6 +54,4 @@ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabe
|
|
|
57
54
|
*/
|
|
58
55
|
export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
|
|
59
56
|
constructor();
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelsDirective, never>;
|
|
61
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelsDirective, "e-axis>e-multilevellabels", never, {}, {}, ["children"]>;
|
|
62
57
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* RangeColorSetting Directive
|
|
6
5
|
* ```html
|
|
@@ -27,8 +26,6 @@ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSe
|
|
|
27
26
|
*/
|
|
28
27
|
start: any;
|
|
29
28
|
constructor(viewContainerRef: ViewContainerRef);
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingDirective, "e-rangecolorsettings>e-rangecolorsetting", never, { "colors": "colors"; "end": "end"; "label": "label"; "start": "start"; }, {}, never>;
|
|
32
29
|
}
|
|
33
30
|
/**
|
|
34
31
|
* RangeColorSetting Array Directive
|
|
@@ -36,6 +33,4 @@ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSe
|
|
|
36
33
|
*/
|
|
37
34
|
export declare class RangeColorSettingsDirective extends ArrayBase<RangeColorSettingsDirective> {
|
|
38
35
|
constructor();
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingsDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingsDirective, "ejs-chart>e-rangecolorsettings", never, {}, {}, ["children"]>;
|
|
41
36
|
}
|