@syncfusion/ej2-angular-charts 29.2.11-ngcc → 29.2.11
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/CHANGELOG.md +3541 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
- package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
- package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
- package/esm2020/src/chart/annotations.directive.mjs +60 -0
- package/esm2020/src/chart/axes.directive.mjs +58 -0
- package/esm2020/src/chart/categories.directive.mjs +59 -0
- package/esm2020/src/chart/chart-all.module.mjs +203 -0
- package/esm2020/src/chart/chart.component.mjs +518 -0
- package/esm2020/src/chart/chart.module.mjs +142 -0
- package/esm2020/src/chart/columns.directive.mjs +52 -0
- package/esm2020/src/chart/indicators.directive.mjs +54 -0
- package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
- package/esm2020/src/chart/rows.directive.mjs +52 -0
- package/esm2020/src/chart/segments.directive.mjs +58 -0
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart/series.directive.mjs +68 -0
- package/esm2020/src/chart/striplines.directive.mjs +56 -0
- package/esm2020/src/chart/trendlines.directive.mjs +58 -0
- package/esm2020/src/chart3d/axes.directive.mjs +52 -0
- package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
- package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
- package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
- package/esm2020/src/chart3d/columns.directive.mjs +52 -0
- package/esm2020/src/chart3d/rows.directive.mjs +52 -0
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart3d/series.directive.mjs +62 -0
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
- package/esm2020/src/index.mjs +64 -0
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
- package/esm2020/src/range-navigator/series.directive.mjs +54 -0
- package/esm2020/src/smithchart/series.directive.mjs +46 -0
- package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
- package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
- package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
- package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
- package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
- package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
- package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
- package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
- package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
- package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/series.directive.mjs +58 -0
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
- package/esm2020/src/stock-chart/stockchart.component.mjs +330 -0
- package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
- package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
- package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
- package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +4359 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +4359 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/package.json +20 -7
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +6 -0
- package/src/accumulation-chart/accumulationchart.component.d.ts +3 -0
- package/src/accumulation-chart/accumulationchart.module.d.ts +8 -0
- package/src/accumulation-chart/annotations.directive.d.ts +7 -2
- package/src/accumulation-chart/series.directive.d.ts +5 -0
- package/src/bullet-chart/bulletchart-all.module.d.ts +6 -0
- package/src/bullet-chart/bulletchart.component.d.ts +3 -0
- package/src/bullet-chart/bulletchart.module.d.ts +7 -0
- package/src/bullet-chart/ranges.directive.d.ts +5 -0
- package/src/chart/annotations.directive.d.ts +8 -3
- package/src/chart/axes.directive.d.ts +6 -1
- package/src/chart/categories.directive.d.ts +5 -0
- package/src/chart/chart-all.module.d.ts +6 -0
- package/src/chart/chart.component.d.ts +3 -0
- package/src/chart/chart.module.d.ts +19 -0
- package/src/chart/columns.directive.d.ts +5 -0
- package/src/chart/indicators.directive.d.ts +5 -0
- package/src/chart/multilevellabels.directive.d.ts +5 -0
- package/src/chart/rangecolorsettings.directive.d.ts +5 -0
- package/src/chart/rows.directive.d.ts +5 -0
- package/src/chart/segments.directive.d.ts +5 -0
- package/src/chart/selecteddataindexes.directive.d.ts +5 -0
- package/src/chart/series.directive.d.ts +5 -0
- package/src/chart/striplines.directive.d.ts +5 -0
- package/src/chart/trendlines.directive.d.ts +6 -1
- package/src/chart3d/axes.directive.d.ts +6 -1
- package/src/chart3d/chart3d-all.module.d.ts +6 -0
- package/src/chart3d/chart3d.component.d.ts +3 -0
- package/src/chart3d/chart3d.module.d.ts +11 -0
- package/src/chart3d/columns.directive.d.ts +5 -0
- package/src/chart3d/rows.directive.d.ts +5 -0
- package/src/chart3d/selecteddataindexes.directive.d.ts +5 -0
- package/src/chart3d/series.directive.d.ts +5 -0
- package/src/circularchart3d/circularchart3d-all.module.d.ts +6 -0
- package/src/circularchart3d/circularchart3d.component.d.ts +3 -0
- package/src/circularchart3d/circularchart3d.module.d.ts +8 -0
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +5 -0
- package/src/circularchart3d/series.directive.d.ts +5 -0
- package/src/range-navigator/rangenavigator-all.module.d.ts +6 -0
- package/src/range-navigator/rangenavigator.component.d.ts +3 -0
- package/src/range-navigator/rangenavigator.module.d.ts +7 -0
- package/src/range-navigator/series.directive.d.ts +5 -0
- package/src/smithchart/series.directive.d.ts +5 -0
- package/src/smithchart/smithchart-all.module.d.ts +6 -0
- package/src/smithchart/smithchart.component.d.ts +3 -0
- package/src/smithchart/smithchart.module.d.ts +7 -0
- package/src/sparkline/rangebandsettings.directive.d.ts +5 -0
- package/src/sparkline/sparkline-all.module.d.ts +6 -0
- package/src/sparkline/sparkline.component.d.ts +3 -0
- package/src/sparkline/sparkline.module.d.ts +7 -0
- package/src/stock-chart/annotations.directive.d.ts +5 -0
- package/src/stock-chart/axes.directive.d.ts +5 -0
- package/src/stock-chart/indicators.directive.d.ts +5 -0
- package/src/stock-chart/periods.directive.d.ts +5 -0
- package/src/stock-chart/rows.directive.d.ts +5 -0
- package/src/stock-chart/selecteddataindexes.directive.d.ts +5 -0
- package/src/stock-chart/series.directive.d.ts +5 -0
- package/src/stock-chart/stockchart-all.module.d.ts +6 -0
- package/src/stock-chart/stockchart.component.d.ts +3 -0
- package/src/stock-chart/stockchart.module.d.ts +15 -0
- package/src/stock-chart/stockevents.directive.d.ts +5 -0
- package/src/stock-chart/trendlines.directive.d.ts +6 -1
- package/syncfusion-ej2-angular-charts.d.ts +5 -0
- package/@syncfusion/ej2-angular-charts.es5.js +0 -5013
- package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-charts.js +0 -4731
- package/@syncfusion/ej2-angular-charts.js.map +0 -1
- package/dist/ej2-angular-charts.umd.js +0 -5700
- package/dist/ej2-angular-charts.umd.js.map +0 -1
- package/dist/ej2-angular-charts.umd.min.js +0 -11
- package/dist/ej2-angular-charts.umd.min.js.map +0 -1
- package/ej2-angular-charts.d.ts +0 -13
- package/ej2-angular-charts.metadata.json +0 -1
- package/license +0 -10
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* StripLine Directive
|
|
5
6
|
* ```html
|
|
@@ -156,6 +157,8 @@ export declare class StripLineDirective extends ComplexBase<StripLineDirective>
|
|
|
156
157
|
*/
|
|
157
158
|
zIndex: any;
|
|
158
159
|
constructor(viewContainerRef: ViewContainerRef);
|
|
160
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StripLineDirective, never>;
|
|
161
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StripLineDirective, "e-axis>e-striplines>e-stripline", never, { "border": "border"; "color": "color"; "dashArray": "dashArray"; "end": "end"; "horizontalAlignment": "horizontalAlignment"; "imageUrl": "imageUrl"; "isRepeat": "isRepeat"; "isSegmented": "isSegmented"; "opacity": "opacity"; "repeatEvery": "repeatEvery"; "repeatUntil": "repeatUntil"; "rotation": "rotation"; "segmentAxisName": "segmentAxisName"; "segmentEnd": "segmentEnd"; "segmentStart": "segmentStart"; "size": "size"; "sizeType": "sizeType"; "start": "start"; "startFromAxis": "startFromAxis"; "text": "text"; "textStyle": "textStyle"; "verticalAlignment": "verticalAlignment"; "visible": "visible"; "zIndex": "zIndex"; }, {}, never>;
|
|
159
162
|
}
|
|
160
163
|
/**
|
|
161
164
|
* StripLine Array Directive
|
|
@@ -163,4 +166,6 @@ export declare class StripLineDirective extends ComplexBase<StripLineDirective>
|
|
|
163
166
|
*/
|
|
164
167
|
export declare class StripLinesDirective extends ArrayBase<StripLinesDirective> {
|
|
165
168
|
constructor();
|
|
169
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StripLinesDirective, never>;
|
|
170
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StripLinesDirective, "e-axis>e-striplines", never, {}, {}, ["children"]>;
|
|
166
171
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Series Directive
|
|
5
6
|
* ```html
|
|
@@ -73,7 +74,7 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
73
74
|
legendShape: any;
|
|
74
75
|
/**
|
|
75
76
|
* Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
|
|
76
|
-
|
|
77
|
+
* @deprecated
|
|
77
78
|
*/
|
|
78
79
|
marker: any;
|
|
79
80
|
/**
|
|
@@ -102,6 +103,8 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
102
103
|
*/
|
|
103
104
|
width: any;
|
|
104
105
|
constructor(viewContainerRef: ViewContainerRef);
|
|
106
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendlineDirective, never>;
|
|
107
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TrendlineDirective, "e-series>e-trendlines>e-trendline", never, { "accessibility": "accessibility"; "animation": "animation"; "backwardForecast": "backwardForecast"; "dashArray": "dashArray"; "enableTooltip": "enableTooltip"; "fill": "fill"; "forwardForecast": "forwardForecast"; "intercept": "intercept"; "legendShape": "legendShape"; "marker": "marker"; "name": "name"; "period": "period"; "polynomialOrder": "polynomialOrder"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, never>;
|
|
105
108
|
}
|
|
106
109
|
/**
|
|
107
110
|
* Trendline Array Directive
|
|
@@ -109,4 +112,6 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
109
112
|
*/
|
|
110
113
|
export declare class TrendlinesDirective extends ArrayBase<TrendlinesDirective> {
|
|
111
114
|
constructor();
|
|
115
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendlinesDirective, never>;
|
|
116
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TrendlinesDirective, "e-series>e-trendlines", never, {}, {}, ["children"]>;
|
|
112
117
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Axis3D Directive
|
|
5
6
|
* ```html
|
|
@@ -207,7 +208,7 @@ export declare class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirecti
|
|
|
207
208
|
/**
|
|
208
209
|
* It specifies the type of format to be used in dateTime format process.
|
|
209
210
|
* @default 'DateTime'
|
|
210
|
-
|
|
211
|
+
* @deprecated
|
|
211
212
|
*/
|
|
212
213
|
skeletonType: any;
|
|
213
214
|
/**
|
|
@@ -256,6 +257,8 @@ export declare class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirecti
|
|
|
256
257
|
*/
|
|
257
258
|
visible: any;
|
|
258
259
|
constructor(viewContainerRef: ViewContainerRef);
|
|
260
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DAxisDirective, never>;
|
|
261
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DAxisDirective, "e-chart3daxes>e-chart3daxis", never, { "columnIndex": "columnIndex"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableTrim": "enableTrim"; "interval": "interval"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "name": "name"; "opposedPosition": "opposedPosition"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startFromZero": "startFromZero"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; }, {}, never>;
|
|
259
262
|
}
|
|
260
263
|
/**
|
|
261
264
|
* Chart3DAxis Array Directive
|
|
@@ -263,4 +266,6 @@ export declare class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirecti
|
|
|
263
266
|
*/
|
|
264
267
|
export declare class Chart3DAxesDirective extends ArrayBase<Chart3DAxesDirective> {
|
|
265
268
|
constructor();
|
|
269
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DAxesDirective, never>;
|
|
270
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DAxesDirective, "ejs-chart3d>e-chart3daxes", never, {}, {}, ["children"]>;
|
|
266
271
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
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 "./chart3d.module";
|
|
2
5
|
export declare const ColumnSeries3DService: ValueProvider;
|
|
3
6
|
export declare const StackingColumnSeries3DService: ValueProvider;
|
|
4
7
|
export declare const BarSeries3DService: ValueProvider;
|
|
@@ -17,4 +20,7 @@ export declare const Highlight3DService: ValueProvider;
|
|
|
17
20
|
* NgModule definition for the Chart3D component with providers.
|
|
18
21
|
*/
|
|
19
22
|
export declare class Chart3DAllModule {
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DAllModule, never>;
|
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Chart3DAllModule, never, [typeof i1.CommonModule, typeof i2.Chart3DModule], [typeof i2.Chart3DModule]>;
|
|
25
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<Chart3DAllModule>;
|
|
20
26
|
}
|
|
@@ -6,6 +6,7 @@ import { Chart3DAxesDirective } from './axes.directive';
|
|
|
6
6
|
import { Chart3DRowsDirective } from './rows.directive';
|
|
7
7
|
import { Chart3DColumnsDirective } from './columns.directive';
|
|
8
8
|
import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export declare const inputs: string[];
|
|
10
11
|
export declare const outputs: string[];
|
|
11
12
|
export declare const twoWays: string[];
|
|
@@ -59,4 +60,6 @@ export declare class Chart3DComponent extends Chart3D implements IComponentBase
|
|
|
59
60
|
ngAfterContentChecked(): void;
|
|
60
61
|
registerEvents: (eventList: string[]) => void;
|
|
61
62
|
addTwoWay: (propList: string[]) => void;
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DComponent, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Chart3DComponent, "ejs-chart3d", never, { "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "columns": "columns"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "depth": "depth"; "description": "description"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRotation": "enableRotation"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "palettes": "palettes"; "perspectiveAngle": "perspectiveAngle"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rotation": "rotation"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "tilt": "tilt"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "wallColor": "wallColor"; "wallSize": "wallSize"; "width": "width"; }, { "afterExport": "afterExport"; "axisLabelRender": "axisLabelRender"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chart3DMouseClick": "chart3DMouseClick"; "chart3DMouseDown": "chart3DMouseDown"; "chart3DMouseLeave": "chart3DMouseLeave"; "chart3DMouseMove": "chart3DMouseMove"; "chart3DMouseUp": "chart3DMouseUp"; "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", "childAxes", "childRows", "childColumns", "childSelectedDataIndexes"], never>;
|
|
62
65
|
}
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./chart3d.component";
|
|
3
|
+
import * as i2 from "./series.directive";
|
|
4
|
+
import * as i3 from "./axes.directive";
|
|
5
|
+
import * as i4 from "./rows.directive";
|
|
6
|
+
import * as i5 from "./columns.directive";
|
|
7
|
+
import * as i6 from "./selecteddataindexes.directive";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
1
9
|
/**
|
|
2
10
|
* NgModule definition for the Chart3D component.
|
|
3
11
|
*/
|
|
4
12
|
export declare class Chart3DModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Chart3DModule, [typeof i1.Chart3DComponent, typeof i2.Chart3DSeriesDirective, typeof i2.Chart3DSeriesCollectionDirective, typeof i3.Chart3DAxisDirective, typeof i3.Chart3DAxesDirective, typeof i4.Chart3DRowDirective, typeof i4.Chart3DRowsDirective, typeof i5.Chart3DColumnDirective, typeof i5.Chart3DColumnsDirective, typeof i6.Chart3DSelectedDataIndexDirective, typeof i6.Chart3DSelectedDataIndexesDirective], [typeof i7.CommonModule], [typeof i1.Chart3DComponent, typeof i2.Chart3DSeriesDirective, typeof i2.Chart3DSeriesCollectionDirective, typeof i3.Chart3DAxisDirective, typeof i3.Chart3DAxesDirective, typeof i4.Chart3DRowDirective, typeof i4.Chart3DRowsDirective, typeof i5.Chart3DColumnDirective, typeof i5.Chart3DColumnsDirective, typeof i6.Chart3DSelectedDataIndexDirective, typeof i6.Chart3DSelectedDataIndexesDirective]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<Chart3DModule>;
|
|
5
16
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Column3D Directive
|
|
5
6
|
* ```html
|
|
@@ -16,6 +17,8 @@ export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDir
|
|
|
16
17
|
*/
|
|
17
18
|
width: any;
|
|
18
19
|
constructor(viewContainerRef: ViewContainerRef);
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DColumnDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DColumnDirective, "e-chart3d-columns>e-chart3d-columns", never, { "width": "width"; }, {}, never>;
|
|
19
22
|
}
|
|
20
23
|
/**
|
|
21
24
|
* Chart3DColumn Array Directive
|
|
@@ -23,4 +26,6 @@ export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDir
|
|
|
23
26
|
*/
|
|
24
27
|
export declare class Chart3DColumnsDirective extends ArrayBase<Chart3DColumnsDirective> {
|
|
25
28
|
constructor();
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DColumnsDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DColumnsDirective, "ejs-chart3d>e-chart3d-columns", never, {}, {}, ["children"]>;
|
|
26
31
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Row3D Directive
|
|
5
6
|
* ```html
|
|
@@ -16,6 +17,8 @@ export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective
|
|
|
16
17
|
*/
|
|
17
18
|
height: any;
|
|
18
19
|
constructor(viewContainerRef: ViewContainerRef);
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DRowDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DRowDirective, "e-chart3d-rows>e-chart3d-row", never, { "height": "height"; }, {}, never>;
|
|
19
22
|
}
|
|
20
23
|
/**
|
|
21
24
|
* Chart3DRow Array Directive
|
|
@@ -23,4 +26,6 @@ export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective
|
|
|
23
26
|
*/
|
|
24
27
|
export declare class Chart3DRowsDirective extends ArrayBase<Chart3DRowsDirective> {
|
|
25
28
|
constructor();
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DRowsDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DRowsDirective, "ejs-chart3d>e-chart3d-rows", never, {}, {}, ["children"]>;
|
|
26
31
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Selected Data Directive
|
|
5
6
|
* ```html
|
|
@@ -22,6 +23,8 @@ export declare class Chart3DSelectedDataIndexDirective extends ComplexBase<Chart
|
|
|
22
23
|
*/
|
|
23
24
|
series: any;
|
|
24
25
|
constructor(viewContainerRef: ViewContainerRef);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSelectedDataIndexDirective, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSelectedDataIndexDirective, "e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
|
|
25
28
|
}
|
|
26
29
|
/**
|
|
27
30
|
* Chart3DSelectedDataIndex Array Directive
|
|
@@ -29,4 +32,6 @@ export declare class Chart3DSelectedDataIndexDirective extends ComplexBase<Chart
|
|
|
29
32
|
*/
|
|
30
33
|
export declare class Chart3DSelectedDataIndexesDirective extends ArrayBase<Chart3DSelectedDataIndexesDirective> {
|
|
31
34
|
constructor();
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSelectedDataIndexesDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSelectedDataIndexesDirective, "ejs-chart3d>e-chart3d-selecteddataindexes", never, {}, {}, ["children"]>;
|
|
32
37
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Series3D Directive
|
|
5
6
|
* ```html
|
|
@@ -162,6 +163,8 @@ export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDir
|
|
|
162
163
|
yName: any;
|
|
163
164
|
dataLabel_template: any;
|
|
164
165
|
constructor(viewContainerRef: ViewContainerRef);
|
|
166
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSeriesDirective, never>;
|
|
167
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSeriesDirective, "e-chart3d-series-collection>e-chart3d-series", never, { "animation": "animation"; "columnFacet": "columnFacet"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "fill": "fill"; "groupName": "groupName"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "opacity": "opacity"; "pointColorMapping": "pointColorMapping"; "query": "query"; "size": "size"; "stackingGroup": "stackingGroup"; "tooltipFormat": "tooltipFormat"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
|
|
165
168
|
}
|
|
166
169
|
/**
|
|
167
170
|
* Chart3DSeries Array Directive
|
|
@@ -169,4 +172,6 @@ export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDir
|
|
|
169
172
|
*/
|
|
170
173
|
export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
|
|
171
174
|
constructor();
|
|
175
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSeriesCollectionDirective, never>;
|
|
176
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSeriesCollectionDirective, "ejs-chart3d>e-chart3d-series-collection", never, {}, {}, ["children"]>;
|
|
172
177
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
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 "./circularchart3d.module";
|
|
2
5
|
export declare const PieSeries3DService: ValueProvider;
|
|
3
6
|
export declare const CircularChartTooltip3DService: ValueProvider;
|
|
4
7
|
export declare const CircularChartLegend3DService: ValueProvider;
|
|
@@ -10,4 +13,7 @@ export declare const CircularChartExport3DService: ValueProvider;
|
|
|
10
13
|
* NgModule definition for the CircularChart3D component with providers.
|
|
11
14
|
*/
|
|
12
15
|
export declare class CircularChart3DAllModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DAllModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CircularChart3DAllModule, never, [typeof i1.CommonModule, typeof i2.CircularChart3DModule], [typeof i2.CircularChart3DModule]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CircularChart3DAllModule>;
|
|
13
19
|
}
|
|
@@ -3,6 +3,7 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { CircularChart3D } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { CircularChart3DSeriesCollectionDirective } from './series.directive';
|
|
5
5
|
import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare const inputs: string[];
|
|
7
8
|
export declare const outputs: string[];
|
|
8
9
|
export declare const twoWays: string[];
|
|
@@ -52,4 +53,6 @@ export declare class CircularChart3DComponent extends CircularChart3D implements
|
|
|
52
53
|
ngAfterContentChecked(): void;
|
|
53
54
|
registerEvents: (eventList: string[]) => void;
|
|
54
55
|
addTwoWay: (propList: string[]) => void;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DComponent, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CircularChart3DComponent, "ejs-circularchart3d", never, { "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "dataSource": "dataSource"; "depth": "depth"; "enableAnimation": "enableAnimation"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRotation": "enableRotation"; "enableRtl": "enableRtl"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "rotation": "rotation"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "tilt": "tilt"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "circularChart3DMouseClick": "circularChart3DMouseClick"; "circularChart3DMouseDown": "circularChart3DMouseDown"; "circularChart3DMouseLeave": "circularChart3DMouseLeave"; "circularChart3DMouseMove": "circularChart3DMouseMove"; "circularChart3DMouseUp": "circularChart3DMouseUp"; "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", "childSelectedDataIndexes"], never>;
|
|
55
58
|
}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./circularchart3d.component";
|
|
3
|
+
import * as i2 from "./series.directive";
|
|
4
|
+
import * as i3 from "./selecteddataindexes.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
1
6
|
/**
|
|
2
7
|
* NgModule definition for the CircularChart3D component.
|
|
3
8
|
*/
|
|
4
9
|
export declare class CircularChart3DModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CircularChart3DModule, [typeof i1.CircularChart3DComponent, typeof i2.CircularChart3DSeriesDirective, typeof i2.CircularChart3DSeriesCollectionDirective, typeof i3.CircularChart3DSelectedDataIndexDirective, typeof i3.CircularChart3DSelectedDataIndexesDirective], [typeof i4.CommonModule], [typeof i1.CircularChart3DComponent, typeof i2.CircularChart3DSeriesDirective, typeof i2.CircularChart3DSeriesCollectionDirective, typeof i3.CircularChart3DSelectedDataIndexDirective, typeof i3.CircularChart3DSelectedDataIndexesDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CircularChart3DModule>;
|
|
5
13
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Selected Data Directive
|
|
5
6
|
* ```html
|
|
@@ -22,6 +23,8 @@ export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBa
|
|
|
22
23
|
*/
|
|
23
24
|
series: any;
|
|
24
25
|
constructor(viewContainerRef: ViewContainerRef);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSelectedDataIndexDirective, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSelectedDataIndexDirective, "e-circularchart3d-selecteddataindexes>e-circularchart3d-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
|
|
25
28
|
}
|
|
26
29
|
/**
|
|
27
30
|
* CircularChart3DSelectedDataIndex Array Directive
|
|
@@ -29,4 +32,6 @@ export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBa
|
|
|
29
32
|
*/
|
|
30
33
|
export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
|
|
31
34
|
constructor();
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSelectedDataIndexesDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSelectedDataIndexesDirective, "ejs-circularchart3d>e-circularchart3d-selecteddataindexes", never, {}, {}, ["children"]>;
|
|
32
37
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Circular3D Series Directive
|
|
5
6
|
* ```html
|
|
@@ -132,6 +133,8 @@ export declare class CircularChart3DSeriesDirective extends ComplexBase<Circular
|
|
|
132
133
|
yName: any;
|
|
133
134
|
dataLabel_template: any;
|
|
134
135
|
constructor(viewContainerRef: ViewContainerRef);
|
|
136
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesDirective, never>;
|
|
137
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesDirective, "e-circularchart3d-series-collection>e-circularchart3d-series", never, { "animation": "animation"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "query": "query"; "radius": "radius"; "tooltipMappingName": "tooltipMappingName"; "visible": "visible"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
|
|
135
138
|
}
|
|
136
139
|
/**
|
|
137
140
|
* CircularChart3DSeries Array Directive
|
|
@@ -139,4 +142,6 @@ export declare class CircularChart3DSeriesDirective extends ComplexBase<Circular
|
|
|
139
142
|
*/
|
|
140
143
|
export declare class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {
|
|
141
144
|
constructor();
|
|
145
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesCollectionDirective, never>;
|
|
146
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesCollectionDirective, "ej-circularchart3d>e-circularchart3d-series-collection", never, {}, {}, ["children"]>;
|
|
142
147
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
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 "./rangenavigator.module";
|
|
2
5
|
export declare const RangeTooltipService: ValueProvider;
|
|
3
6
|
export declare const PeriodSelectorService: ValueProvider;
|
|
4
7
|
/**
|
|
5
8
|
* NgModule definition for the RangeNavigator component with providers.
|
|
6
9
|
*/
|
|
7
10
|
export declare class RangeNavigatorAllModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorAllModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorAllModule, never, [typeof i1.CommonModule, typeof i2.RangeNavigatorModule], [typeof i2.RangeNavigatorModule]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorAllModule>;
|
|
8
14
|
}
|
|
@@ -2,6 +2,7 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { RangeNavigator } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { RangenavigatorSeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare const inputs: string[];
|
|
6
7
|
export declare const outputs: string[];
|
|
7
8
|
export declare const twoWays: string[];
|
|
@@ -38,4 +39,6 @@ export declare class RangeNavigatorComponent extends RangeNavigator implements I
|
|
|
38
39
|
ngAfterContentChecked(): void;
|
|
39
40
|
registerEvents: (eventList: string[]) => void;
|
|
40
41
|
addTwoWay: (propList: string[]) => void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RangeNavigatorComponent, "ejs-rangenavigator", never, { "allowIntervalData": "allowIntervalData"; "allowSnapping": "allowSnapping"; "animationDuration": "animationDuration"; "background": "background"; "dataSource": "dataSource"; "disableRangeSelector": "disableRangeSelector"; "enableDeferredUpdate": "enableDeferredUpdate"; "enableGrouping": "enableGrouping"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "groupBy": "groupBy"; "height": "height"; "interval": "interval"; "intervalType": "intervalType"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "locale": "locale"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "navigatorBorder": "navigatorBorder"; "navigatorStyleSettings": "navigatorStyleSettings"; "periodSelectorSettings": "periodSelectorSettings"; "query": "query"; "secondaryLabelAlignment": "secondaryLabelAlignment"; "series": "series"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "theme": "theme"; "tickPosition": "tickPosition"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "value": "value"; "valueType": "valueType"; "width": "width"; "xName": "xName"; "yName": "yName"; }, { "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "changed": "changed"; "labelRender": "labelRender"; "load": "load"; "loaded": "loaded"; "resized": "resized"; "selectorRender": "selectorRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries"], never>;
|
|
41
44
|
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./rangenavigator.component";
|
|
3
|
+
import * as i2 from "./series.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
1
5
|
/**
|
|
2
6
|
* NgModule definition for the RangeNavigator component.
|
|
3
7
|
*/
|
|
4
8
|
export declare class RangeNavigatorModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorModule, [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective], [typeof i3.CommonModule], [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorModule>;
|
|
5
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* RangenavigatorSeries Directive
|
|
5
6
|
* ```html
|
|
@@ -68,6 +69,8 @@ export declare class RangenavigatorSeriesDirective extends ComplexBase<Rangenavi
|
|
|
68
69
|
*/
|
|
69
70
|
yName: any;
|
|
70
71
|
constructor(viewContainerRef: ViewContainerRef);
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangenavigatorSeriesDirective, never>;
|
|
73
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangenavigatorSeriesDirective, "e-rangenavigator-series-collection>e-rangenavigator-series", never, { "animation": "animation"; "border": "border"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fill": "fill"; "opacity": "opacity"; "query": "query"; "type": "type"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, never>;
|
|
71
74
|
}
|
|
72
75
|
/**
|
|
73
76
|
* RangenavigatorSeries Array Directive
|
|
@@ -75,4 +78,6 @@ export declare class RangenavigatorSeriesDirective extends ComplexBase<Rangenavi
|
|
|
75
78
|
*/
|
|
76
79
|
export declare class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {
|
|
77
80
|
constructor();
|
|
81
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangenavigatorSeriesCollectionDirective, never>;
|
|
82
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangenavigatorSeriesCollectionDirective, "ej-rangenavigator>e-rangenavigator-series-collection", never, {}, {}, ["children"]>;
|
|
78
83
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> {
|
|
4
5
|
private viewContainerRef;
|
|
5
6
|
directivePropList: any;
|
|
@@ -78,6 +79,8 @@ export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSer
|
|
|
78
79
|
*/
|
|
79
80
|
width: any;
|
|
80
81
|
constructor(viewContainerRef: ViewContainerRef);
|
|
82
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartSeriesDirective, never>;
|
|
83
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SmithchartSeriesDirective, "e-seriesCollection>e-series", never, { "animationDuration": "animationDuration"; "dataSource": "dataSource"; "enableAnimation": "enableAnimation"; "enableSmartLabels": "enableSmartLabels"; "fill": "fill"; "marker": "marker"; "name": "name"; "opacity": "opacity"; "points": "points"; "reactance": "reactance"; "resistance": "resistance"; "tooltip": "tooltip"; "tooltipMappingName": "tooltipMappingName"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
|
81
84
|
}
|
|
82
85
|
/**
|
|
83
86
|
* SmithchartSeries Array Directive
|
|
@@ -85,4 +88,6 @@ export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSer
|
|
|
85
88
|
*/
|
|
86
89
|
export declare class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> {
|
|
87
90
|
constructor();
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartSeriesCollectionDirective, never>;
|
|
92
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SmithchartSeriesCollectionDirective, "ejs-smithchart>e-seriesCollection", never, {}, {}, ["children"]>;
|
|
88
93
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
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 "./smithchart.module";
|
|
2
5
|
export declare const SmithchartLegendService: ValueProvider;
|
|
3
6
|
export declare const TooltipRenderService: ValueProvider;
|
|
4
7
|
/**
|
|
5
8
|
* NgModule definition for the Smithchart component with providers.
|
|
6
9
|
*/
|
|
7
10
|
export declare class SmithchartAllModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartAllModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmithchartAllModule, never, [typeof i1.CommonModule, typeof i2.SmithchartModule], [typeof i2.SmithchartModule]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SmithchartAllModule>;
|
|
8
14
|
}
|
|
@@ -2,6 +2,7 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Smithchart } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { SmithchartSeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare const inputs: string[];
|
|
6
7
|
export declare const outputs: string[];
|
|
7
8
|
export declare const twoWays: string[];
|
|
@@ -38,4 +39,6 @@ export declare class SmithchartComponent extends Smithchart implements IComponen
|
|
|
38
39
|
ngAfterContentChecked(): void;
|
|
39
40
|
registerEvents: (eventList: string[]) => void;
|
|
40
41
|
addTwoWay: (propList: string[]) => void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmithchartComponent, "ejs-smithchart", never, { "background": "background"; "border": "border"; "elementSpacing": "elementSpacing"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "font": "font"; "height": "height"; "horizontalAxis": "horizontalAxis"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "radialAxis": "radialAxis"; "radius": "radius"; "renderType": "renderType"; "series": "series"; "theme": "theme"; "title": "title"; "width": "width"; }, { "animationComplete": "animationComplete"; "axisLabelRender": "axisLabelRender"; "beforePrint": "beforePrint"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "seriesRender": "seriesRender"; "subtitleRender": "subtitleRender"; "textRender": "textRender"; "titleRender": "titleRender"; "tooltipRender": "tooltipRender"; }, ["childSeries"], never>;
|
|
41
44
|
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./smithchart.component";
|
|
3
|
+
import * as i2 from "./series.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
1
5
|
/**
|
|
2
6
|
* NgModule definition for the Smithchart component.
|
|
3
7
|
*/
|
|
4
8
|
export declare class SmithchartModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmithchartModule, [typeof i1.SmithchartComponent, typeof i2.SmithchartSeriesDirective, typeof i2.SmithchartSeriesCollectionDirective], [typeof i3.CommonModule], [typeof i1.SmithchartComponent, typeof i2.SmithchartSeriesDirective, typeof i2.SmithchartSeriesCollectionDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SmithchartModule>;
|
|
5
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {
|
|
4
5
|
private viewContainerRef;
|
|
5
6
|
directivePropList: any;
|
|
@@ -23,6 +24,8 @@ export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSett
|
|
|
23
24
|
*/
|
|
24
25
|
startRange: any;
|
|
25
26
|
constructor(viewContainerRef: ViewContainerRef);
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeBandSettingDirective, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeBandSettingDirective, "e-rangeBandSettings>e-rangeBandSetting", never, { "color": "color"; "endRange": "endRange"; "opacity": "opacity"; "startRange": "startRange"; }, {}, never>;
|
|
26
29
|
}
|
|
27
30
|
/**
|
|
28
31
|
* RangeBandSetting Array Directive
|
|
@@ -30,4 +33,6 @@ export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSett
|
|
|
30
33
|
*/
|
|
31
34
|
export declare class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {
|
|
32
35
|
constructor();
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeBandSettingsDirective, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeBandSettingsDirective, "ejs-sparkline>e-rangeBandSettings", never, {}, {}, ["children"]>;
|
|
33
38
|
}
|
|
@@ -1,7 +1,13 @@
|
|
|
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 "./sparkline.module";
|
|
2
5
|
export declare const SparklineTooltipService: ValueProvider;
|
|
3
6
|
/**
|
|
4
7
|
* NgModule definition for the Sparkline component with providers.
|
|
5
8
|
*/
|
|
6
9
|
export declare class SparklineAllModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SparklineAllModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineAllModule, never, [typeof i1.CommonModule, typeof i2.SparklineModule], [typeof i2.SparklineModule]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SparklineAllModule>;
|
|
7
13
|
}
|
|
@@ -2,6 +2,7 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Sparkline } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { RangeBandSettingsDirective } from './rangebandsettings.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare const inputs: string[];
|
|
6
7
|
export declare const outputs: string[];
|
|
7
8
|
export declare const twoWays: string[];
|
|
@@ -40,4 +41,6 @@ export declare class SparklineComponent extends Sparkline implements IComponentB
|
|
|
40
41
|
ngAfterContentChecked(): void;
|
|
41
42
|
registerEvents: (eventList: string[]) => void;
|
|
42
43
|
addTwoWay: (propList: string[]) => void;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SparklineComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SparklineComponent, "ejs-sparkline", never, { "axisSettings": "axisSettings"; "border": "border"; "containerArea": "containerArea"; "dataLabelSettings": "dataLabelSettings"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "endPointColor": "endPointColor"; "fill": "fill"; "format": "format"; "height": "height"; "highPointColor": "highPointColor"; "lineWidth": "lineWidth"; "locale": "locale"; "lowPointColor": "lowPointColor"; "markerSettings": "markerSettings"; "negativePointColor": "negativePointColor"; "opacity": "opacity"; "padding": "padding"; "palette": "palette"; "query": "query"; "rangeBandSettings": "rangeBandSettings"; "rangePadding": "rangePadding"; "startPointColor": "startPointColor"; "theme": "theme"; "tiePointColor": "tiePointColor"; "tooltipSettings": "tooltipSettings"; "type": "type"; "useGroupingSeparator": "useGroupingSeparator"; "valueType": "valueType"; "width": "width"; "xName": "xName"; "yName": "yName"; }, { "axisRendering": "axisRendering"; "dataLabelRendering": "dataLabelRendering"; "load": "load"; "loaded": "loaded"; "markerRendering": "markerRendering"; "pointRegionMouseClick": "pointRegionMouseClick"; "pointRegionMouseMove": "pointRegionMouseMove"; "pointRendering": "pointRendering"; "resize": "resize"; "seriesRendering": "seriesRendering"; "sparklineMouseClick": "sparklineMouseClick"; "sparklineMouseMove": "sparklineMouseMove"; "tooltipInitialize": "tooltipInitialize"; }, ["childRangeBandSettings"], never>;
|
|
43
46
|
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sparkline.component";
|
|
3
|
+
import * as i2 from "./rangebandsettings.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
1
5
|
/**
|
|
2
6
|
* NgModule definition for the Sparkline component.
|
|
3
7
|
*/
|
|
4
8
|
export declare class SparklineModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SparklineModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineModule, [typeof i1.SparklineComponent, typeof i2.RangeBandSettingDirective, typeof i2.RangeBandSettingsDirective], [typeof i3.CommonModule], [typeof i1.SparklineComponent, typeof i2.RangeBandSettingDirective, typeof i2.RangeBandSettingsDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SparklineModule>;
|
|
5
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Annotation Directive
|
|
5
6
|
* ```html
|
|
@@ -74,6 +75,8 @@ export declare class StockChartAnnotationDirective extends ComplexBase<StockChar
|
|
|
74
75
|
*/
|
|
75
76
|
content: any;
|
|
76
77
|
constructor(viewContainerRef: ViewContainerRef);
|
|
78
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAnnotationDirective, never>;
|
|
79
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAnnotationDirective, "ejs-stockchart-annotations>e-stockchart-annotation", never, { "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "xAxisName": "xAxisName"; "y": "y"; "yAxisName": "yAxisName"; }, {}, ["content"]>;
|
|
77
80
|
}
|
|
78
81
|
/**
|
|
79
82
|
* StockChartAnnotation Array Directive
|
|
@@ -81,4 +84,6 @@ export declare class StockChartAnnotationDirective extends ComplexBase<StockChar
|
|
|
81
84
|
*/
|
|
82
85
|
export declare class StockChartAnnotationsDirective extends ArrayBase<StockChartAnnotationsDirective> {
|
|
83
86
|
constructor();
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAnnotationsDirective, never>;
|
|
88
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAnnotationsDirective, "ejs-stockchart>e-stockchart-annotations", never, {}, {}, ["children"]>;
|
|
84
89
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Axis Directive
|
|
5
6
|
* ```html
|
|
@@ -276,6 +277,8 @@ export declare class StockChartAxisDirective extends ComplexBase<StockChartAxisD
|
|
|
276
277
|
*/
|
|
277
278
|
zoomPosition: any;
|
|
278
279
|
constructor(viewContainerRef: ViewContainerRef);
|
|
280
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAxisDirective, never>;
|
|
281
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAxisDirective, "e-stockchart-axes>e-stockchart-axis", never, { "coefficient": "coefficient"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableTrim": "enableTrim"; "interval": "interval"; "intervalType": "intervalType"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, never>;
|
|
279
282
|
}
|
|
280
283
|
/**
|
|
281
284
|
* StockChartAxis Array Directive
|
|
@@ -283,4 +286,6 @@ export declare class StockChartAxisDirective extends ComplexBase<StockChartAxisD
|
|
|
283
286
|
*/
|
|
284
287
|
export declare class StockChartAxesDirective extends ArrayBase<StockChartAxesDirective> {
|
|
285
288
|
constructor();
|
|
289
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAxesDirective, never>;
|
|
290
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAxesDirective, "ejs-stockchart>e-stockchart-axes", never, {}, {}, ["children"]>;
|
|
286
291
|
}
|