@syncfusion/ej2-angular-charts 29.2.11-ngcc → 30.1.37-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 (79) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5028 -5012
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-charts.js +4616 -4600
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -1
  5. package/{license → LICENSE} +10 -10
  6. package/dist/ej2-angular-charts.umd.js +5022 -5003
  7. package/dist/ej2-angular-charts.umd.js.map +1 -1
  8. package/dist/ej2-angular-charts.umd.min.js +2 -2
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -1
  10. package/ej2-angular-charts.d.ts +13 -13
  11. package/ej2-angular-charts.metadata.json +1 -1
  12. package/package.json +4 -4
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +4 -4
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -15
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +58 -58
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -5
  20. package/src/accumulation-chart/annotations.directive.d.ts +78 -78
  21. package/src/accumulation-chart/series.directive.d.ts +244 -244
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -8
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -38
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -5
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -68
  26. package/src/chart/annotations.directive.d.ts +93 -93
  27. package/src/chart/axes.directive.d.ts +381 -387
  28. package/src/chart/categories.directive.d.ts +69 -69
  29. package/src/chart/chart-all.module.d.ts +66 -65
  30. package/src/chart/chart.component.d.ts +86 -86
  31. package/src/chart/chart.module.d.ts +5 -5
  32. package/src/chart/columns.directive.d.ts +30 -30
  33. package/src/chart/indicators.directive.d.ts +250 -250
  34. package/src/chart/multilevellabels.directive.d.ts +57 -57
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -36
  36. package/src/chart/rows.directive.d.ts +30 -30
  37. package/src/chart/segments.directive.d.ts +41 -41
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -32
  39. package/src/chart/series.directive.d.ts +483 -479
  40. package/src/chart/striplines.directive.d.ts +166 -166
  41. package/src/chart/trendlines.directive.d.ts +111 -111
  42. package/src/chart3d/axes.directive.d.ts +265 -265
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -20
  44. package/src/chart3d/chart3d.component.d.ts +62 -62
  45. package/src/chart3d/chart3d.module.d.ts +5 -5
  46. package/src/chart3d/columns.directive.d.ts +26 -26
  47. package/src/chart3d/rows.directive.d.ts +26 -26
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -32
  49. package/src/chart3d/series.directive.d.ts +172 -172
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -13
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -55
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -5
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -32
  54. package/src/circularchart3d/series.directive.d.ts +142 -142
  55. package/src/index.d.ts +63 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -8
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -41
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -5
  59. package/src/range-navigator/series.directive.d.ts +78 -78
  60. package/src/smithchart/series.directive.d.ts +88 -88
  61. package/src/smithchart/smithchart-all.module.d.ts +8 -8
  62. package/src/smithchart/smithchart.component.d.ts +41 -41
  63. package/src/smithchart/smithchart.module.d.ts +5 -5
  64. package/src/sparkline/rangebandsettings.directive.d.ts +33 -33
  65. package/src/sparkline/sparkline-all.module.d.ts +7 -7
  66. package/src/sparkline/sparkline.component.d.ts +43 -43
  67. package/src/sparkline/sparkline.module.d.ts +5 -5
  68. package/src/stock-chart/annotations.directive.d.ts +84 -84
  69. package/src/stock-chart/axes.directive.d.ts +286 -286
  70. package/src/stock-chart/indicators.directive.d.ts +208 -208
  71. package/src/stock-chart/periods.directive.d.ts +42 -42
  72. package/src/stock-chart/rows.directive.d.ts +30 -30
  73. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -32
  74. package/src/stock-chart/series.directive.d.ts +242 -238
  75. package/src/stock-chart/stockchart-all.module.d.ts +7 -7
  76. package/src/stock-chart/stockchart.component.d.ts +65 -65
  77. package/src/stock-chart/stockchart.module.d.ts +5 -5
  78. package/src/stock-chart/stockevents.directive.d.ts +83 -83
  79. package/src/stock-chart/trendlines.directive.d.ts +112 -112
@@ -1,238 +1,242 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Series Directive
5
- * ```html
6
- * <e-stockchart-series-collection>
7
- * <e-stockchart-series></e-stockchart-series>
8
- * </e-stockchart-series-collection>
9
- * ```
10
- */
11
- export declare class StockChartSeriesDirective extends ComplexBase<StockChartSeriesDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- childTrendlines: any;
15
- tags: string[];
16
- /**
17
- * The type of the series are
18
- * * Line
19
- * * Column
20
- * * Area
21
- * * Spline
22
- * * Hilo
23
- * * HiloOpenClose
24
- * * Candle
25
- * @default 'Candle'
26
- */
27
- type: any;
28
- /**
29
- * Options to customizing animation for the series.
30
- */
31
- animation: any;
32
- /**
33
- * This property is used in stock charts to visualize the price movements in stock.
34
- * It defines the color of the candle/point, when the opening price is less than the closing price.
35
- * @default '#2ecd71'
36
- */
37
- bearFillColor: any;
38
- /**
39
- * Options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.
40
- */
41
- border: any;
42
- /**
43
- * This property is used in financial charts to visualize the price movements in stock.
44
- * It defines the color of the candle/point, when the opening price is higher than the closing price.
45
- * @default '#e74c3d'
46
- */
47
- bullFillColor: any;
48
- /**
49
- * It defines tension of cardinal spline types.
50
- * @default 0.5
51
- */
52
- cardinalSplineTension: any;
53
- /**
54
- * The DataSource field that contains the close value of y
55
- * It is applicable for series and technical indicators
56
- * @default ''
57
- */
58
- close: any;
59
- /**
60
- * To render the column series points with particular column spacing. It takes value from 0 - 1.
61
- * @default 0
62
- */
63
- columnSpacing: any;
64
- /**
65
- * To render the column series points with particular column width. If the series type is histogram the
66
- * default value is 1 otherwise 0.7.
67
- * @default null
68
- * @aspdefaultvalueignore
69
- */
70
- columnWidth: any;
71
- /**
72
- * To render the column series points with particular rounded corner.
73
- */
74
- cornerRadius: any;
75
- /**
76
- * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
77
- * @default '0'
78
- */
79
- dashArray: any;
80
- /**
81
- * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.
82
- * @default ''
83
- */
84
- dataSource: any;
85
- /**
86
- * options to customize the empty points in series.
87
- */
88
- emptyPointSettings: any;
89
- /**
90
- * This property is applicable for candle series.
91
- * It enables/disables to visually compare the current values with the previous values in stock.
92
- * @default false
93
- */
94
- enableSolidCandles: any;
95
- /**
96
- * If set true, the Tooltip for series will be visible.
97
- * @default true
98
- */
99
- enableTooltip: any;
100
- /**
101
- * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
102
- * It also represents the color of the signal lines in technical indicators.
103
- * For technical indicators, the default value is 'blue' and for series, it has null.
104
- * @default null
105
- */
106
- fill: any;
107
- /**
108
- * The DataSource field that contains the high value of y
109
- * It is applicable for series and technical indicators
110
- * @default ''
111
- */
112
- high: any;
113
- /**
114
- * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
115
- * @default ''
116
- */
117
- legendImageUrl: any;
118
- /**
119
- * The shape of the legend. Each series has its own legend shape. They are
120
- * * Circle - Renders a circle.
121
- * * Rectangle - Renders a rectangle.
122
- * * Triangle - Renders a triangle.
123
- * * Diamond - Renders a diamond.
124
- * * Cross - Renders a cross.
125
- * * HorizontalLine - Renders a horizontalLine.
126
- * * VerticalLine - Renders a verticalLine.
127
- * * Pentagon - Renders a pentagon.
128
- * * InvertedTriangle - Renders a invertedTriangle.
129
- * * SeriesType -Render a legend shape based on series type.
130
- * * Image -Render a image. *
131
- * @default 'SeriesType'
132
- */
133
- legendShape: any;
134
- /**
135
- * The DataSource field that contains the low value of y
136
- * It is applicable for series and technical indicators
137
- * @default ''
138
- */
139
- low: any;
140
- /**
141
- * Options for displaying and customizing markers for individual points in a series.
142
- */
143
- marker: any;
144
- /**
145
- * The name of the series visible in legend.
146
- * @default ''
147
- */
148
- name: any;
149
- /**
150
- * The opacity of the series.
151
- * @default 1
152
- */
153
- opacity: any;
154
- /**
155
- * The DataSource field that contains the open value of y
156
- * It is applicable for series and technical indicators
157
- * @default ''
158
- */
159
- open: any;
160
- /**
161
- * The DataSource field that contains the color value of point
162
- * It is applicable for series
163
- * @default ''
164
- */
165
- pointColorMapping: any;
166
- /**
167
- * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
168
- * @default null
169
- */
170
- query: any;
171
- /**
172
- * Custom style for the selected series or points.
173
- * @default null
174
- */
175
- selectionStyle: any;
176
- /**
177
- * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
178
- * @default true
179
- */
180
- showNearestTooltip: any;
181
- /**
182
- * The provided value will be considered as a Tooltip name
183
- * @default ''
184
- */
185
- tooltipMappingName: any;
186
- /**
187
- * Defines the collection of trendlines that are used to predict the trend
188
- */
189
- trendlines: any;
190
- /**
191
- * Specifies the visibility of series.
192
- * @default true
193
- */
194
- visible: any;
195
- /**
196
- * Defines the data source field that contains the volume value in candle charts
197
- * It is applicable for financial series and technical indicators
198
- * @default ''
199
- */
200
- volume: any;
201
- /**
202
- * The stroke width for the series that is applicable only for `Line` type series.
203
- * It also represents the stroke width of the signal lines in technical indicators.
204
- * @default 1
205
- */
206
- width: any;
207
- /**
208
- * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
209
- * It is applicable for series and technical indicators
210
- * @default null
211
- */
212
- xAxisName: any;
213
- /**
214
- * The DataSource field that contains the x value.
215
- * It is applicable for series and technical indicators
216
- * @default ''
217
- */
218
- xName: any;
219
- /**
220
- * The name of the vertical axis associated with the series. It requires `axes` of the chart.
221
- * It is applicable for series and technical indicators
222
- * @default null
223
- */
224
- yAxisName: any;
225
- /**
226
- * The DataSource field that contains the y value.
227
- * @default ''
228
- */
229
- yName: any;
230
- constructor(viewContainerRef: ViewContainerRef);
231
- }
232
- /**
233
- * StockChartSeries Array Directive
234
- * @private
235
- */
236
- export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
237
- constructor();
238
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Series Directive
5
+ * ```html
6
+ * <e-stockchart-series-collection>
7
+ * <e-stockchart-series></e-stockchart-series>
8
+ * </e-stockchart-series-collection>
9
+ * ```
10
+ */
11
+ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSeriesDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ childTrendlines: any;
15
+ tags: string[];
16
+ /**
17
+ * The type of the series are
18
+ * * Line
19
+ * * Column
20
+ * * Area
21
+ * * Spline
22
+ * * Hilo
23
+ * * HiloOpenClose
24
+ * * Candle
25
+ * @default 'Candle'
26
+ */
27
+ type: any;
28
+ /**
29
+ * Options to customizing animation for the series.
30
+ */
31
+ animation: any;
32
+ /**
33
+ * This property is used in stock charts to visualize the price movements in stock.
34
+ * It defines the color of the candle/point, when the opening price is less than the closing price.
35
+ * @default '#2ecd71'
36
+ */
37
+ bearFillColor: any;
38
+ /**
39
+ * Options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.
40
+ */
41
+ border: any;
42
+ /**
43
+ * This property is used in financial charts to visualize the price movements in stock.
44
+ * It defines the color of the candle/point, when the opening price is higher than the closing price.
45
+ * @default '#e74c3d'
46
+ */
47
+ bullFillColor: any;
48
+ /**
49
+ * It defines tension of cardinal spline types.
50
+ * @default 0.5
51
+ */
52
+ cardinalSplineTension: any;
53
+ /**
54
+ * The DataSource field that contains the close value of y
55
+ * It is applicable for series and technical indicators
56
+ * @default ''
57
+ */
58
+ close: any;
59
+ /**
60
+ * To render the column series points with particular column spacing. It takes value from 0 - 1.
61
+ * @default 0
62
+ */
63
+ columnSpacing: any;
64
+ /**
65
+ * To render the column series points with particular column width. If the series type is histogram the
66
+ * default value is 1 otherwise 0.7.
67
+ * @default null
68
+ * @aspdefaultvalueignore
69
+ */
70
+ columnWidth: any;
71
+ /**
72
+ * To render the column series points with particular rounded corner.
73
+ */
74
+ cornerRadius: any;
75
+ /**
76
+ * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
77
+ * @default '0'
78
+ */
79
+ dashArray: any;
80
+ /**
81
+ * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.
82
+ * @default ''
83
+ */
84
+ dataSource: any;
85
+ /**
86
+ * options to customize the empty points in series.
87
+ */
88
+ emptyPointSettings: any;
89
+ /**
90
+ * This property is applicable for candle series.
91
+ * It enables/disables to visually compare the current values with the previous values in stock.
92
+ * @default false
93
+ */
94
+ enableSolidCandles: any;
95
+ /**
96
+ * If set true, the Tooltip for series will be visible.
97
+ * @default true
98
+ */
99
+ enableTooltip: any;
100
+ /**
101
+ * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
102
+ * It also represents the color of the signal lines in technical indicators.
103
+ * For technical indicators, the default value is 'blue' and for series, it has null.
104
+ * @default null
105
+ */
106
+ fill: any;
107
+ /**
108
+ * The DataSource field that contains the high value of y
109
+ * It is applicable for series and technical indicators
110
+ * @default ''
111
+ */
112
+ high: any;
113
+ /**
114
+ * Options for customizing and displaying the last value in the series.
115
+ */
116
+ lastValueLabel: any;
117
+ /**
118
+ * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
119
+ * @default ''
120
+ */
121
+ legendImageUrl: any;
122
+ /**
123
+ * The shape of the legend. Each series has its own legend shape. They are
124
+ * * Circle - Renders a circle.
125
+ * * Rectangle - Renders a rectangle.
126
+ * * Triangle - Renders a triangle.
127
+ * * Diamond - Renders a diamond.
128
+ * * Cross - Renders a cross.
129
+ * * HorizontalLine - Renders a horizontalLine.
130
+ * * VerticalLine - Renders a verticalLine.
131
+ * * Pentagon - Renders a pentagon.
132
+ * * InvertedTriangle - Renders a invertedTriangle.
133
+ * * SeriesType -Render a legend shape based on series type.
134
+ * * Image -Render a image. *
135
+ * @default 'SeriesType'
136
+ */
137
+ legendShape: any;
138
+ /**
139
+ * The DataSource field that contains the low value of y
140
+ * It is applicable for series and technical indicators
141
+ * @default ''
142
+ */
143
+ low: any;
144
+ /**
145
+ * Options for displaying and customizing markers for individual points in a series.
146
+ */
147
+ marker: any;
148
+ /**
149
+ * The name of the series visible in legend.
150
+ * @default ''
151
+ */
152
+ name: any;
153
+ /**
154
+ * The opacity of the series.
155
+ * @default 1
156
+ */
157
+ opacity: any;
158
+ /**
159
+ * The DataSource field that contains the open value of y
160
+ * It is applicable for series and technical indicators
161
+ * @default ''
162
+ */
163
+ open: any;
164
+ /**
165
+ * The DataSource field that contains the color value of point
166
+ * It is applicable for series
167
+ * @default ''
168
+ */
169
+ pointColorMapping: any;
170
+ /**
171
+ * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
172
+ * @default null
173
+ */
174
+ query: any;
175
+ /**
176
+ * Custom style for the selected series or points.
177
+ * @default null
178
+ */
179
+ selectionStyle: any;
180
+ /**
181
+ * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
182
+ * @default true
183
+ */
184
+ showNearestTooltip: any;
185
+ /**
186
+ * The provided value will be considered as a Tooltip name
187
+ * @default ''
188
+ */
189
+ tooltipMappingName: any;
190
+ /**
191
+ * Defines the collection of trendlines that are used to predict the trend
192
+ */
193
+ trendlines: any;
194
+ /**
195
+ * Specifies the visibility of series.
196
+ * @default true
197
+ */
198
+ visible: any;
199
+ /**
200
+ * Defines the data source field that contains the volume value in candle charts
201
+ * It is applicable for financial series and technical indicators
202
+ * @default ''
203
+ */
204
+ volume: any;
205
+ /**
206
+ * The stroke width for the series that is applicable only for `Line` type series.
207
+ * It also represents the stroke width of the signal lines in technical indicators.
208
+ * @default 1
209
+ */
210
+ width: any;
211
+ /**
212
+ * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
213
+ * It is applicable for series and technical indicators
214
+ * @default null
215
+ */
216
+ xAxisName: any;
217
+ /**
218
+ * The DataSource field that contains the x value.
219
+ * It is applicable for series and technical indicators
220
+ * @default ''
221
+ */
222
+ xName: any;
223
+ /**
224
+ * The name of the vertical axis associated with the series. It requires `axes` of the chart.
225
+ * It is applicable for series and technical indicators
226
+ * @default null
227
+ */
228
+ yAxisName: any;
229
+ /**
230
+ * The DataSource field that contains the y value.
231
+ * @default ''
232
+ */
233
+ yName: any;
234
+ constructor(viewContainerRef: ViewContainerRef);
235
+ }
236
+ /**
237
+ * StockChartSeries Array Directive
238
+ * @private
239
+ */
240
+ export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
241
+ constructor();
242
+ }
@@ -1,7 +1,7 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const StockLegendService: ValueProvider;
3
- /**
4
- * NgModule definition for the StockChart component with providers.
5
- */
6
- export declare class StockChartAllModule {
7
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const StockLegendService: ValueProvider;
3
+ /**
4
+ * NgModule definition for the StockChart component with providers.
5
+ */
6
+ export declare class StockChartAllModule {
7
+ }
@@ -1,65 +1,65 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { StockChart } from '@syncfusion/ej2-charts';
4
- import { StockChartSeriesCollectionDirective } from './series.directive';
5
- import { StockChartAxesDirective } from './axes.directive';
6
- import { StockChartRowsDirective } from './rows.directive';
7
- import { StockChartAnnotationsDirective } from './annotations.directive';
8
- import { StockChartSelectedDataIndexesDirective } from './selecteddataindexes.directive';
9
- import { StockChartPeriodsDirective } from './periods.directive';
10
- import { StockEventsDirective } from './stockevents.directive';
11
- import { StockChartIndicatorsDirective } from './indicators.directive';
12
- export declare const inputs: string[];
13
- export declare const outputs: string[];
14
- export declare const twoWays: string[];
15
- /**
16
- * Stock Chart Component
17
- * ```html
18
- * <ejs-stockchart></ejs-stockchart>
19
- * ```
20
- */
21
- export declare class StockChartComponent extends StockChart implements IComponentBase {
22
- private ngEle;
23
- private srenderer;
24
- private viewContainerRef;
25
- private injector;
26
- context: any;
27
- tagObjects: any;
28
- axisLabelRender: any;
29
- beforeExport: any;
30
- legendClick: any;
31
- legendRender: any;
32
- load: any;
33
- loaded: any;
34
- onZooming: any;
35
- pointClick: any;
36
- pointMove: any;
37
- rangeChange: any;
38
- selectorRender: any;
39
- seriesRender: any;
40
- stockChartMouseClick: any;
41
- stockChartMouseDown: any;
42
- stockChartMouseLeave: any;
43
- stockChartMouseMove: any;
44
- stockChartMouseUp: any;
45
- stockEventRender: any;
46
- tooltipRender: any;
47
- dataSourceChange: any;
48
- childSeries: QueryList<StockChartSeriesCollectionDirective>;
49
- childAxes: QueryList<StockChartAxesDirective>;
50
- childRows: QueryList<StockChartRowsDirective>;
51
- childAnnotations: QueryList<StockChartAnnotationsDirective>;
52
- childSelectedDataIndexes: QueryList<StockChartSelectedDataIndexesDirective>;
53
- childPeriods: QueryList<StockChartPeriodsDirective>;
54
- childStockEvents: QueryList<StockEventsDirective>;
55
- childIndicators: QueryList<StockChartIndicatorsDirective>;
56
- tags: string[];
57
- tooltip_template: any;
58
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
59
- ngOnInit(): void;
60
- ngAfterViewInit(): void;
61
- ngOnDestroy(): void;
62
- ngAfterContentChecked(): void;
63
- registerEvents: (eventList: string[]) => void;
64
- addTwoWay: (propList: string[]) => void;
65
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { StockChart } from '@syncfusion/ej2-charts';
4
+ import { StockChartSeriesCollectionDirective } from './series.directive';
5
+ import { StockChartAxesDirective } from './axes.directive';
6
+ import { StockChartRowsDirective } from './rows.directive';
7
+ import { StockChartAnnotationsDirective } from './annotations.directive';
8
+ import { StockChartSelectedDataIndexesDirective } from './selecteddataindexes.directive';
9
+ import { StockChartPeriodsDirective } from './periods.directive';
10
+ import { StockEventsDirective } from './stockevents.directive';
11
+ import { StockChartIndicatorsDirective } from './indicators.directive';
12
+ export declare const inputs: string[];
13
+ export declare const outputs: string[];
14
+ export declare const twoWays: string[];
15
+ /**
16
+ * Stock Chart Component
17
+ * ```html
18
+ * <ejs-stockchart></ejs-stockchart>
19
+ * ```
20
+ */
21
+ export declare class StockChartComponent extends StockChart implements IComponentBase {
22
+ private ngEle;
23
+ private srenderer;
24
+ private viewContainerRef;
25
+ private injector;
26
+ context: any;
27
+ tagObjects: any;
28
+ axisLabelRender: any;
29
+ beforeExport: any;
30
+ legendClick: any;
31
+ legendRender: any;
32
+ load: any;
33
+ loaded: any;
34
+ onZooming: any;
35
+ pointClick: any;
36
+ pointMove: any;
37
+ rangeChange: any;
38
+ selectorRender: any;
39
+ seriesRender: any;
40
+ stockChartMouseClick: any;
41
+ stockChartMouseDown: any;
42
+ stockChartMouseLeave: any;
43
+ stockChartMouseMove: any;
44
+ stockChartMouseUp: any;
45
+ stockEventRender: any;
46
+ tooltipRender: any;
47
+ dataSourceChange: any;
48
+ childSeries: QueryList<StockChartSeriesCollectionDirective>;
49
+ childAxes: QueryList<StockChartAxesDirective>;
50
+ childRows: QueryList<StockChartRowsDirective>;
51
+ childAnnotations: QueryList<StockChartAnnotationsDirective>;
52
+ childSelectedDataIndexes: QueryList<StockChartSelectedDataIndexesDirective>;
53
+ childPeriods: QueryList<StockChartPeriodsDirective>;
54
+ childStockEvents: QueryList<StockEventsDirective>;
55
+ childIndicators: QueryList<StockChartIndicatorsDirective>;
56
+ tags: string[];
57
+ tooltip_template: any;
58
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
59
+ ngOnInit(): void;
60
+ ngAfterViewInit(): void;
61
+ ngOnDestroy(): void;
62
+ ngAfterContentChecked(): void;
63
+ registerEvents: (eventList: string[]) => void;
64
+ addTwoWay: (propList: string[]) => void;
65
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the StockChart component.
3
- */
4
- export declare class StockChartModule {
5
- }
1
+ /**
2
+ * NgModule definition for the StockChart component.
3
+ */
4
+ export declare class StockChartModule {
5
+ }