@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.
Files changed (145) hide show
  1. package/CHANGELOG.md +3541 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  6. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  7. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  8. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  9. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  10. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  11. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  12. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  13. package/esm2020/src/chart/axes.directive.mjs +58 -0
  14. package/esm2020/src/chart/categories.directive.mjs +59 -0
  15. package/esm2020/src/chart/chart-all.module.mjs +203 -0
  16. package/esm2020/src/chart/chart.component.mjs +518 -0
  17. package/esm2020/src/chart/chart.module.mjs +142 -0
  18. package/esm2020/src/chart/columns.directive.mjs +52 -0
  19. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  20. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  21. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  22. package/esm2020/src/chart/rows.directive.mjs +52 -0
  23. package/esm2020/src/chart/segments.directive.mjs +58 -0
  24. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  25. package/esm2020/src/chart/series.directive.mjs +68 -0
  26. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  27. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  28. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  29. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  30. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  31. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  32. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  33. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  36. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  37. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  39. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  40. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  41. package/esm2020/src/index.mjs +64 -0
  42. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  43. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  44. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  45. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  46. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  47. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  48. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  49. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  50. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  51. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  52. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  53. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  54. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  55. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  56. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  57. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  58. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  59. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  60. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  61. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  62. package/esm2020/src/stock-chart/stockchart.component.mjs +330 -0
  63. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  64. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  65. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  66. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  67. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4359 -0
  68. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  69. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4359 -0
  70. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  71. package/package.json +20 -7
  72. package/src/accumulation-chart/accumulationchart-all.module.d.ts +6 -0
  73. package/src/accumulation-chart/accumulationchart.component.d.ts +3 -0
  74. package/src/accumulation-chart/accumulationchart.module.d.ts +8 -0
  75. package/src/accumulation-chart/annotations.directive.d.ts +7 -2
  76. package/src/accumulation-chart/series.directive.d.ts +5 -0
  77. package/src/bullet-chart/bulletchart-all.module.d.ts +6 -0
  78. package/src/bullet-chart/bulletchart.component.d.ts +3 -0
  79. package/src/bullet-chart/bulletchart.module.d.ts +7 -0
  80. package/src/bullet-chart/ranges.directive.d.ts +5 -0
  81. package/src/chart/annotations.directive.d.ts +8 -3
  82. package/src/chart/axes.directive.d.ts +6 -1
  83. package/src/chart/categories.directive.d.ts +5 -0
  84. package/src/chart/chart-all.module.d.ts +6 -0
  85. package/src/chart/chart.component.d.ts +3 -0
  86. package/src/chart/chart.module.d.ts +19 -0
  87. package/src/chart/columns.directive.d.ts +5 -0
  88. package/src/chart/indicators.directive.d.ts +5 -0
  89. package/src/chart/multilevellabels.directive.d.ts +5 -0
  90. package/src/chart/rangecolorsettings.directive.d.ts +5 -0
  91. package/src/chart/rows.directive.d.ts +5 -0
  92. package/src/chart/segments.directive.d.ts +5 -0
  93. package/src/chart/selecteddataindexes.directive.d.ts +5 -0
  94. package/src/chart/series.directive.d.ts +5 -0
  95. package/src/chart/striplines.directive.d.ts +5 -0
  96. package/src/chart/trendlines.directive.d.ts +6 -1
  97. package/src/chart3d/axes.directive.d.ts +6 -1
  98. package/src/chart3d/chart3d-all.module.d.ts +6 -0
  99. package/src/chart3d/chart3d.component.d.ts +3 -0
  100. package/src/chart3d/chart3d.module.d.ts +11 -0
  101. package/src/chart3d/columns.directive.d.ts +5 -0
  102. package/src/chart3d/rows.directive.d.ts +5 -0
  103. package/src/chart3d/selecteddataindexes.directive.d.ts +5 -0
  104. package/src/chart3d/series.directive.d.ts +5 -0
  105. package/src/circularchart3d/circularchart3d-all.module.d.ts +6 -0
  106. package/src/circularchart3d/circularchart3d.component.d.ts +3 -0
  107. package/src/circularchart3d/circularchart3d.module.d.ts +8 -0
  108. package/src/circularchart3d/selecteddataindexes.directive.d.ts +5 -0
  109. package/src/circularchart3d/series.directive.d.ts +5 -0
  110. package/src/range-navigator/rangenavigator-all.module.d.ts +6 -0
  111. package/src/range-navigator/rangenavigator.component.d.ts +3 -0
  112. package/src/range-navigator/rangenavigator.module.d.ts +7 -0
  113. package/src/range-navigator/series.directive.d.ts +5 -0
  114. package/src/smithchart/series.directive.d.ts +5 -0
  115. package/src/smithchart/smithchart-all.module.d.ts +6 -0
  116. package/src/smithchart/smithchart.component.d.ts +3 -0
  117. package/src/smithchart/smithchart.module.d.ts +7 -0
  118. package/src/sparkline/rangebandsettings.directive.d.ts +5 -0
  119. package/src/sparkline/sparkline-all.module.d.ts +6 -0
  120. package/src/sparkline/sparkline.component.d.ts +3 -0
  121. package/src/sparkline/sparkline.module.d.ts +7 -0
  122. package/src/stock-chart/annotations.directive.d.ts +5 -0
  123. package/src/stock-chart/axes.directive.d.ts +5 -0
  124. package/src/stock-chart/indicators.directive.d.ts +5 -0
  125. package/src/stock-chart/periods.directive.d.ts +5 -0
  126. package/src/stock-chart/rows.directive.d.ts +5 -0
  127. package/src/stock-chart/selecteddataindexes.directive.d.ts +5 -0
  128. package/src/stock-chart/series.directive.d.ts +5 -0
  129. package/src/stock-chart/stockchart-all.module.d.ts +6 -0
  130. package/src/stock-chart/stockchart.component.d.ts +3 -0
  131. package/src/stock-chart/stockchart.module.d.ts +15 -0
  132. package/src/stock-chart/stockevents.directive.d.ts +5 -0
  133. package/src/stock-chart/trendlines.directive.d.ts +6 -1
  134. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  135. package/@syncfusion/ej2-angular-charts.es5.js +0 -5013
  136. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  137. package/@syncfusion/ej2-angular-charts.js +0 -4731
  138. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  139. package/dist/ej2-angular-charts.umd.js +0 -5700
  140. package/dist/ej2-angular-charts.umd.js.map +0 -1
  141. package/dist/ej2-angular-charts.umd.min.js +0 -11
  142. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  143. package/ej2-angular-charts.d.ts +0 -13
  144. package/ej2-angular-charts.metadata.json +0 -1
  145. 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
  * Indicator Directive
5
6
  * ```html
@@ -198,6 +199,8 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
198
199
  */
199
200
  yAxisName: any;
200
201
  constructor(viewContainerRef: ViewContainerRef);
202
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartIndicatorDirective, never>;
203
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorDirective, "e-stockchart-indicators>e-stockchart-indicator", never, { "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "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"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
201
204
  }
202
205
  /**
203
206
  * StockChartIndicator Array Directive
@@ -205,4 +208,6 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
205
208
  */
206
209
  export declare class StockChartIndicatorsDirective extends ArrayBase<StockChartIndicatorsDirective> {
207
210
  constructor();
211
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartIndicatorsDirective, never>;
212
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorsDirective, "ejs-stockchart>e-stockchart-indicators", never, {}, {}, ["children"]>;
208
213
  }
@@ -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
  * Indicator Directive
5
6
  * ```html
@@ -32,6 +33,8 @@ export declare class StockChartPeriodDirective extends ComplexBase<StockChartPer
32
33
  */
33
34
  text: any;
34
35
  constructor(viewContainerRef: ViewContainerRef);
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartPeriodDirective, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartPeriodDirective, "e-stockchart-indicators>e-stockchart-period", never, { "interval": "interval"; "intervalType": "intervalType"; "selected": "selected"; "text": "text"; }, {}, never>;
35
38
  }
36
39
  /**
37
40
  * StockChartPeriod Array Directive
@@ -39,4 +42,6 @@ export declare class StockChartPeriodDirective extends ComplexBase<StockChartPer
39
42
  */
40
43
  export declare class StockChartPeriodsDirective extends ArrayBase<StockChartPeriodsDirective> {
41
44
  constructor();
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartPeriodsDirective, never>;
46
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartPeriodsDirective, "ejs-stockchart>e-stockchart-periods", never, {}, {}, ["children"]>;
42
47
  }
@@ -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
  * Row Directive
5
6
  * ```html
@@ -20,6 +21,8 @@ export declare class StockChartRowDirective extends ComplexBase<StockChartRowDir
20
21
  */
21
22
  height: any;
22
23
  constructor(viewContainerRef: ViewContainerRef);
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartRowDirective, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartRowDirective, "e-stockchart-rows>e-striplines>e-stockchart-row", never, { "border": "border"; "height": "height"; }, {}, never>;
23
26
  }
24
27
  /**
25
28
  * StockChartRow Array Directive
@@ -27,4 +30,6 @@ export declare class StockChartRowDirective extends ComplexBase<StockChartRowDir
27
30
  */
28
31
  export declare class StockChartRowsDirective extends ArrayBase<StockChartRowsDirective> {
29
32
  constructor();
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartRowsDirective, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartRowsDirective, "ejs-stockchart>e-stockchart-rows", never, {}, {}, ["children"]>;
30
35
  }
@@ -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 StockChartSelectedDataIndexDirective extends ComplexBase<St
22
23
  */
23
24
  series: any;
24
25
  constructor(viewContainerRef: ViewContainerRef);
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexDirective, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexDirective, "ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex", never, { "point": "point"; "series": "series"; }, {}, never>;
25
28
  }
26
29
  /**
27
30
  * StockChartSelectedDataIndex Array Directive
@@ -29,4 +32,6 @@ export declare class StockChartSelectedDataIndexDirective extends ComplexBase<St
29
32
  */
30
33
  export declare class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> {
31
34
  constructor();
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexesDirective, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexesDirective, "ejs-stockchart>e-stockchart-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
  * Series Directive
5
6
  * ```html
@@ -228,6 +229,8 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
228
229
  */
229
230
  yName: any;
230
231
  constructor(viewContainerRef: ViewContainerRef);
232
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesDirective, never>;
233
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesDirective, "e-stockchart-series-collection>e-stockchart-series", never, { "animation": "animation"; "bearFillColor": "bearFillColor"; "border": "border"; "bullFillColor": "bullFillColor"; "cardinalSplineTension": "cardinalSplineTension"; "close": "close"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "cornerRadius": "cornerRadius"; "dashArray": "dashArray"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableSolidCandles": "enableSolidCandles"; "enableTooltip": "enableTooltip"; "fill": "fill"; "high": "high"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "low": "low"; "marker": "marker"; "name": "name"; "opacity": "opacity"; "open": "open"; "pointColorMapping": "pointColorMapping"; "query": "query"; "selectionStyle": "selectionStyle"; "showNearestTooltip": "showNearestTooltip"; "tooltipMappingName": "tooltipMappingName"; "trendlines": "trendlines"; "type": "type"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; }, {}, ["childTrendlines"]>;
231
234
  }
232
235
  /**
233
236
  * StockChartSeries Array Directive
@@ -235,4 +238,6 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
235
238
  */
236
239
  export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
237
240
  constructor();
241
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesCollectionDirective, never>;
242
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesCollectionDirective, "ejs-stockchart>e-stockchart-series-collection", never, {}, {}, ["children"]>;
238
243
  }
@@ -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 "./stockchart.module";
2
5
  export declare const StockLegendService: ValueProvider;
3
6
  /**
4
7
  * NgModule definition for the StockChart component with providers.
5
8
  */
6
9
  export declare class StockChartAllModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAllModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartAllModule, never, [typeof i1.CommonModule, typeof i2.StockChartModule], [typeof i2.StockChartModule]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<StockChartAllModule>;
7
13
  }
@@ -9,6 +9,7 @@ import { StockChartSelectedDataIndexesDirective } from './selecteddataindexes.di
9
9
  import { StockChartPeriodsDirective } from './periods.directive';
10
10
  import { StockEventsDirective } from './stockevents.directive';
11
11
  import { StockChartIndicatorsDirective } from './indicators.directive';
12
+ import * as i0 from "@angular/core";
12
13
  export declare const inputs: string[];
13
14
  export declare const outputs: string[];
14
15
  export declare const twoWays: string[];
@@ -62,4 +63,6 @@ export declare class StockChartComponent extends StockChart implements IComponen
62
63
  ngAfterContentChecked(): void;
63
64
  registerEvents: (eventList: string[]) => void;
64
65
  addTwoWay: (propList: string[]) => void;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartComponent, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<StockChartComponent, "ejs-stockchart", never, { "annotations": "annotations"; "axes": "axes"; "background": "background"; "border": "border"; "chartArea": "chartArea"; "crosshair": "crosshair"; "dataSource": "dataSource"; "enableCustomRange": "enableCustomRange"; "enablePeriodSelector": "enablePeriodSelector"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSelector": "enableSelector"; "exportType": "exportType"; "height": "height"; "indicatorType": "indicatorType"; "indicators": "indicators"; "isMultiSelect": "isMultiSelect"; "isSelect": "isSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "periods": "periods"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "series": "series"; "seriesType": "seriesType"; "stockEvents": "stockEvents"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "trendlineType": "trendlineType"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "axisLabelRender": "axisLabelRender"; "beforeExport": "beforeExport"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "onZooming": "onZooming"; "pointClick": "pointClick"; "pointMove": "pointMove"; "rangeChange": "rangeChange"; "selectorRender": "selectorRender"; "seriesRender": "seriesRender"; "stockChartMouseClick": "stockChartMouseClick"; "stockChartMouseDown": "stockChartMouseDown"; "stockChartMouseLeave": "stockChartMouseLeave"; "stockChartMouseMove": "stockChartMouseMove"; "stockChartMouseUp": "stockChartMouseUp"; "stockEventRender": "stockEventRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAxes", "childRows", "childAnnotations", "childSelectedDataIndexes", "childPeriods", "childStockEvents", "childIndicators"], never>;
65
68
  }
@@ -1,5 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./stockchart.component";
3
+ import * as i2 from "./trendlines.directive";
4
+ import * as i3 from "./series.directive";
5
+ import * as i4 from "./axes.directive";
6
+ import * as i5 from "./rows.directive";
7
+ import * as i6 from "./annotations.directive";
8
+ import * as i7 from "./selecteddataindexes.directive";
9
+ import * as i8 from "./periods.directive";
10
+ import * as i9 from "./stockevents.directive";
11
+ import * as i10 from "./indicators.directive";
12
+ import * as i11 from "@angular/common";
1
13
  /**
2
14
  * NgModule definition for the StockChart component.
3
15
  */
4
16
  export declare class StockChartModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartModule, [typeof i1.StockChartComponent, typeof i2.StockChartTrendlineDirective, typeof i2.StockChartTrendlinesDirective, typeof i3.StockChartSeriesDirective, typeof i3.StockChartSeriesCollectionDirective, typeof i4.StockChartAxisDirective, typeof i4.StockChartAxesDirective, typeof i5.StockChartRowDirective, typeof i5.StockChartRowsDirective, typeof i6.StockChartAnnotationDirective, typeof i6.StockChartAnnotationsDirective, typeof i7.StockChartSelectedDataIndexDirective, typeof i7.StockChartSelectedDataIndexesDirective, typeof i8.StockChartPeriodDirective, typeof i8.StockChartPeriodsDirective, typeof i9.StockEventDirective, typeof i9.StockEventsDirective, typeof i10.StockChartIndicatorDirective, typeof i10.StockChartIndicatorsDirective], [typeof i11.CommonModule], [typeof i1.StockChartComponent, typeof i2.StockChartTrendlineDirective, typeof i2.StockChartTrendlinesDirective, typeof i3.StockChartSeriesDirective, typeof i3.StockChartSeriesCollectionDirective, typeof i4.StockChartAxisDirective, typeof i4.StockChartAxesDirective, typeof i5.StockChartRowDirective, typeof i5.StockChartRowsDirective, typeof i6.StockChartAnnotationDirective, typeof i6.StockChartAnnotationsDirective, typeof i7.StockChartSelectedDataIndexDirective, typeof i7.StockChartSelectedDataIndexesDirective, typeof i8.StockChartPeriodDirective, typeof i8.StockChartPeriodsDirective, typeof i9.StockEventDirective, typeof i9.StockEventsDirective, typeof i10.StockChartIndicatorDirective, typeof i10.StockChartIndicatorsDirective]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<StockChartModule>;
5
20
  }
@@ -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
  * StockEvents
5
6
  * ```html
@@ -73,6 +74,8 @@ export declare class StockEventDirective extends ComplexBase<StockEventDirective
73
74
  */
74
75
  textStyle: any;
75
76
  constructor(viewContainerRef: ViewContainerRef);
77
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockEventDirective, never>;
78
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockEventDirective, "e-stockchart-indicators>e-stockchart-stockevent", never, { "background": "background"; "border": "border"; "date": "date"; "description": "description"; "placeAt": "placeAt"; "seriesIndexes": "seriesIndexes"; "showOnSeries": "showOnSeries"; "text": "text"; "textStyle": "textStyle"; "type": "type"; }, {}, never>;
76
79
  }
77
80
  /**
78
81
  * StockEvent Array Directive
@@ -80,4 +83,6 @@ export declare class StockEventDirective extends ComplexBase<StockEventDirective
80
83
  */
81
84
  export declare class StockEventsDirective extends ArrayBase<StockEventsDirective> {
82
85
  constructor();
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockEventsDirective, never>;
87
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockEventsDirective, "ejs-stockchart>e-stockchart-stockevents", never, {}, {}, ["children"]>;
83
88
  }
@@ -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
@@ -74,7 +75,7 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
74
75
  legendShape: any;
75
76
  /**
76
77
  * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
77
-
78
+ * @deprecated
78
79
  */
79
80
  marker: any;
80
81
  /**
@@ -103,6 +104,8 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
103
104
  */
104
105
  width: any;
105
106
  constructor(viewContainerRef: ViewContainerRef);
107
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlineDirective, never>;
108
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartTrendlineDirective, "e-stockchart-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>;
106
109
  }
107
110
  /**
108
111
  * StockChartTrendline Array Directive
@@ -110,4 +113,6 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
110
113
  */
111
114
  export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
112
115
  constructor();
116
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlinesDirective, never>;
117
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartTrendlinesDirective, "e-stockchart-series>e-trendlines", never, {}, {}, ["children"]>;
113
118
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-charts" />
5
+ export * from './public_api';