@syncfusion/ej2-angular-charts 29.2.10 → 29.2.11-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.
Files changed (147) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5013 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +4731 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/dist/ej2-angular-charts.umd.js +5700 -0
  6. package/dist/ej2-angular-charts.umd.js.map +1 -0
  7. package/dist/ej2-angular-charts.umd.min.js +11 -0
  8. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  9. package/ej2-angular-charts.d.ts +13 -0
  10. package/ej2-angular-charts.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +9 -22
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/accumulation-chart/accumulationchart-all.module.d.ts +0 -6
  16. package/src/accumulation-chart/accumulationchart.component.d.ts +0 -3
  17. package/src/accumulation-chart/accumulationchart.module.d.ts +0 -8
  18. package/src/accumulation-chart/annotations.directive.d.ts +2 -7
  19. package/src/accumulation-chart/series.directive.d.ts +0 -5
  20. package/src/bullet-chart/bulletchart-all.module.d.ts +0 -6
  21. package/src/bullet-chart/bulletchart.component.d.ts +0 -3
  22. package/src/bullet-chart/bulletchart.module.d.ts +0 -7
  23. package/src/bullet-chart/ranges.directive.d.ts +0 -5
  24. package/src/chart/annotations.directive.d.ts +3 -8
  25. package/src/chart/axes.directive.d.ts +1 -6
  26. package/src/chart/categories.directive.d.ts +0 -5
  27. package/src/chart/chart-all.module.d.ts +0 -6
  28. package/src/chart/chart.component.d.ts +0 -3
  29. package/src/chart/chart.module.d.ts +0 -19
  30. package/src/chart/columns.directive.d.ts +0 -5
  31. package/src/chart/indicators.directive.d.ts +0 -5
  32. package/src/chart/multilevellabels.directive.d.ts +0 -5
  33. package/src/chart/rangecolorsettings.directive.d.ts +0 -5
  34. package/src/chart/rows.directive.d.ts +0 -5
  35. package/src/chart/segments.directive.d.ts +0 -5
  36. package/src/chart/selecteddataindexes.directive.d.ts +0 -5
  37. package/src/chart/series.directive.d.ts +0 -5
  38. package/src/chart/striplines.directive.d.ts +0 -5
  39. package/src/chart/trendlines.directive.d.ts +1 -6
  40. package/src/chart3d/axes.directive.d.ts +1 -6
  41. package/src/chart3d/chart3d-all.module.d.ts +0 -6
  42. package/src/chart3d/chart3d.component.d.ts +0 -3
  43. package/src/chart3d/chart3d.module.d.ts +0 -11
  44. package/src/chart3d/columns.directive.d.ts +0 -5
  45. package/src/chart3d/rows.directive.d.ts +0 -5
  46. package/src/chart3d/selecteddataindexes.directive.d.ts +0 -5
  47. package/src/chart3d/series.directive.d.ts +0 -5
  48. package/src/circularchart3d/circularchart3d-all.module.d.ts +0 -6
  49. package/src/circularchart3d/circularchart3d.component.d.ts +0 -3
  50. package/src/circularchart3d/circularchart3d.module.d.ts +0 -8
  51. package/src/circularchart3d/selecteddataindexes.directive.d.ts +0 -5
  52. package/src/circularchart3d/series.directive.d.ts +0 -5
  53. package/src/range-navigator/rangenavigator-all.module.d.ts +0 -6
  54. package/src/range-navigator/rangenavigator.component.d.ts +0 -3
  55. package/src/range-navigator/rangenavigator.module.d.ts +0 -7
  56. package/src/range-navigator/series.directive.d.ts +0 -5
  57. package/src/smithchart/series.directive.d.ts +0 -5
  58. package/src/smithchart/smithchart-all.module.d.ts +0 -6
  59. package/src/smithchart/smithchart.component.d.ts +0 -3
  60. package/src/smithchart/smithchart.module.d.ts +0 -7
  61. package/src/sparkline/rangebandsettings.directive.d.ts +0 -5
  62. package/src/sparkline/sparkline-all.module.d.ts +0 -6
  63. package/src/sparkline/sparkline.component.d.ts +0 -3
  64. package/src/sparkline/sparkline.module.d.ts +0 -7
  65. package/src/stock-chart/annotations.directive.d.ts +0 -5
  66. package/src/stock-chart/axes.directive.d.ts +0 -5
  67. package/src/stock-chart/indicators.directive.d.ts +0 -5
  68. package/src/stock-chart/periods.directive.d.ts +0 -5
  69. package/src/stock-chart/rows.directive.d.ts +0 -5
  70. package/src/stock-chart/selecteddataindexes.directive.d.ts +0 -5
  71. package/src/stock-chart/series.directive.d.ts +0 -5
  72. package/src/stock-chart/stockchart-all.module.d.ts +0 -6
  73. package/src/stock-chart/stockchart.component.d.ts +0 -3
  74. package/src/stock-chart/stockchart.module.d.ts +0 -15
  75. package/src/stock-chart/stockevents.directive.d.ts +0 -5
  76. package/src/stock-chart/trendlines.directive.d.ts +1 -6
  77. package/CHANGELOG.md +0 -3533
  78. package/esm2020/public_api.mjs +0 -2
  79. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  80. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  81. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  82. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  83. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  84. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  85. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  86. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  87. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  88. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  89. package/esm2020/src/chart/axes.directive.mjs +0 -58
  90. package/esm2020/src/chart/categories.directive.mjs +0 -59
  91. package/esm2020/src/chart/chart-all.module.mjs +0 -203
  92. package/esm2020/src/chart/chart.component.mjs +0 -518
  93. package/esm2020/src/chart/chart.module.mjs +0 -142
  94. package/esm2020/src/chart/columns.directive.mjs +0 -52
  95. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  96. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  97. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  98. package/esm2020/src/chart/rows.directive.mjs +0 -52
  99. package/esm2020/src/chart/segments.directive.mjs +0 -58
  100. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  101. package/esm2020/src/chart/series.directive.mjs +0 -68
  102. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  103. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  104. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  105. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  106. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  107. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  108. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  109. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  110. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  111. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  112. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  113. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  114. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  115. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  116. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  117. package/esm2020/src/index.mjs +0 -64
  118. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  119. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  120. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  121. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  122. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  123. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  124. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  125. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  126. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  127. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  128. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  129. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  130. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  131. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  132. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  133. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  134. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  135. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  136. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  137. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  138. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -330
  139. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  140. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  141. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  142. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  143. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4359
  144. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  145. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4359
  146. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  147. package/syncfusion-ej2-angular-charts.d.ts +0 -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
  * Indicator Directive
6
5
  * ```html
@@ -33,8 +32,6 @@ export declare class StockChartPeriodDirective extends ComplexBase<StockChartPer
33
32
  */
34
33
  text: any;
35
34
  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>;
38
35
  }
39
36
  /**
40
37
  * StockChartPeriod Array Directive
@@ -42,6 +39,4 @@ export declare class StockChartPeriodDirective extends ComplexBase<StockChartPer
42
39
  */
43
40
  export declare class StockChartPeriodsDirective extends ArrayBase<StockChartPeriodsDirective> {
44
41
  constructor();
45
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartPeriodsDirective, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartPeriodsDirective, "ejs-stockchart>e-stockchart-periods", never, {}, {}, ["children"]>;
47
42
  }
@@ -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
  * Row Directive
6
5
  * ```html
@@ -21,8 +20,6 @@ export declare class StockChartRowDirective extends ComplexBase<StockChartRowDir
21
20
  */
22
21
  height: any;
23
22
  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>;
26
23
  }
27
24
  /**
28
25
  * StockChartRow Array Directive
@@ -30,6 +27,4 @@ export declare class StockChartRowDirective extends ComplexBase<StockChartRowDir
30
27
  */
31
28
  export declare class StockChartRowsDirective extends ArrayBase<StockChartRowsDirective> {
32
29
  constructor();
33
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartRowsDirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartRowsDirective, "ejs-stockchart>e-stockchart-rows", 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
  * Selected Data Directive
6
5
  * ```html
@@ -23,8 +22,6 @@ export declare class StockChartSelectedDataIndexDirective extends ComplexBase<St
23
22
  */
24
23
  series: any;
25
24
  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>;
28
25
  }
29
26
  /**
30
27
  * StockChartSelectedDataIndex Array Directive
@@ -32,6 +29,4 @@ export declare class StockChartSelectedDataIndexDirective extends ComplexBase<St
32
29
  */
33
30
  export declare class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> {
34
31
  constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexesDirective, "ejs-stockchart>e-stockchart-selectedDataIndexes", never, {}, {}, ["children"]>;
37
32
  }
@@ -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
  * Series Directive
6
5
  * ```html
@@ -229,8 +228,6 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
229
228
  */
230
229
  yName: any;
231
230
  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"]>;
234
231
  }
235
232
  /**
236
233
  * StockChartSeries Array Directive
@@ -238,6 +235,4 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
238
235
  */
239
236
  export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
240
237
  constructor();
241
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesCollectionDirective, never>;
242
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesCollectionDirective, "ejs-stockchart>e-stockchart-series-collection", never, {}, {}, ["children"]>;
243
238
  }
@@ -1,13 +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 "./stockchart.module";
5
2
  export declare const StockLegendService: ValueProvider;
6
3
  /**
7
4
  * NgModule definition for the StockChart component with providers.
8
5
  */
9
6
  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>;
13
7
  }
@@ -9,7 +9,6 @@ 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";
13
12
  export declare const inputs: string[];
14
13
  export declare const outputs: string[];
15
14
  export declare const twoWays: string[];
@@ -63,6 +62,4 @@ export declare class StockChartComponent extends StockChart implements IComponen
63
62
  ngAfterContentChecked(): void;
64
63
  registerEvents: (eventList: string[]) => void;
65
64
  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>;
68
65
  }
@@ -1,20 +1,5 @@
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";
13
1
  /**
14
2
  * NgModule definition for the StockChart component.
15
3
  */
16
4
  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>;
20
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
  * StockEvents
6
5
  * ```html
@@ -74,8 +73,6 @@ export declare class StockEventDirective extends ComplexBase<StockEventDirective
74
73
  */
75
74
  textStyle: any;
76
75
  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>;
79
76
  }
80
77
  /**
81
78
  * StockEvent Array Directive
@@ -83,6 +80,4 @@ export declare class StockEventDirective extends ComplexBase<StockEventDirective
83
80
  */
84
81
  export declare class StockEventsDirective extends ArrayBase<StockEventsDirective> {
85
82
  constructor();
86
- static ɵfac: i0.ɵɵFactoryDeclaration<StockEventsDirective, never>;
87
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockEventsDirective, "ejs-stockchart>e-stockchart-stockevents", never, {}, {}, ["children"]>;
88
83
  }
@@ -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
  * Series Directive
6
5
  * ```html
@@ -75,7 +74,7 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
75
74
  legendShape: any;
76
75
  /**
77
76
  * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
78
- * @deprecated
77
+
79
78
  */
80
79
  marker: any;
81
80
  /**
@@ -104,8 +103,6 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
104
103
  */
105
104
  width: any;
106
105
  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>;
109
106
  }
110
107
  /**
111
108
  * StockChartTrendline Array Directive
@@ -113,6 +110,4 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
113
110
  */
114
111
  export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
115
112
  constructor();
116
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlinesDirective, never>;
117
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartTrendlinesDirective, "e-stockchart-series>e-trendlines", never, {}, {}, ["children"]>;
118
113
  }