@syncfusion/ej2-angular-charts 28.2.9-ngcc → 28.2.9

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 +3434 -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 +24 -11
  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 -5696
  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
@@ -0,0 +1,4359 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Directive, ContentChildren, ContentChild, Component, NgModule, ChangeDetectionStrategy } from '@angular/core';
3
+ import { ComplexBase, setValue, ArrayBase, Template, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
4
+ import { __decorate } from 'tslib';
5
+ import { Chart, LineSeries, ScatterSeries, ColumnSeries, SplineSeries, SplineAreaSeries, StripLine, AreaSeries, ScrollBar, StepLineSeries, StepAreaSeries, StackingColumnSeries, StackingLineSeries, StackingAreaSeries, StackingStepAreaSeries, BarSeries, StackingBarSeries, RangeColumnSeries, BubbleSeries, Tooltip, Crosshair, Category, DateTime, Logarithmic, Legend, Zoom, DataLabel, Selection, ChartAnnotation, HiloSeries, HiloOpenCloseSeries, WaterfallSeries, RangeAreaSeries, RangeStepAreaSeries, SplineRangeAreaSeries, CandleSeries, PolarSeries, RadarSeries, SmaIndicator, TmaIndicator, EmaIndicator, AccumulationDistributionIndicator, MacdIndicator, AtrIndicator, RsiIndicator, MomentumIndicator, StochasticIndicator, BollingerBands, BoxAndWhiskerSeries, HistogramSeries, ErrorBar, Trendlines, DateTimeCategory, MultiColoredLineSeries, MultiColoredAreaSeries, MultiLevelLabel, ParetoSeries, Export, DataEditing, Highlight, AccumulationChart, PieSeries, FunnelSeries, PyramidSeries, AccumulationTooltip, AccumulationLegend, AccumulationSelection, AccumulationHighlight, AccumulationDataLabel, AccumulationAnnotation, RangeNavigator, RangeTooltip, PeriodSelector, Sparkline, SparklineTooltip, Smithchart, SmithchartLegend, TooltipRender, StockChart, StockLegend, BulletChart, BulletTooltip, BulletChartLegend, Chart3D, ColumnSeries3D, StackingColumnSeries3D, BarSeries3D, StackingBarSeries3D, Category3D, DateTime3D, DateTimeCategory3D, Logarithmic3D, Tooltip3D, Legend3D, DataLabel3D, Selection3D, Export3D, Highlight3D, CircularChart3D, PieSeries3D, CircularChartTooltip3D, CircularChartLegend3D, CircularChartSelection3D, CircularChartDataLabel3D, CircularChartHighlight3D, CircularChartExport3D } from '@syncfusion/ej2-charts';
6
+ export * from '@syncfusion/ej2-charts';
7
+ import { CommonModule } from '@angular/common';
8
+
9
+ let input$y = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'marker', 'name', 'period', 'polynomialOrder', 'type', 'visible', 'width'];
10
+ let outputs$H = [];
11
+ /**
12
+ * Series Directive
13
+ * ```html
14
+ * <e-series-collection>
15
+ * <e-series>
16
+ * <e-trendlines>
17
+ * <e-trendline>
18
+ * </e-trendline>
19
+ * </e-trendlines>
20
+ * </e-series-collection>
21
+ * ```
22
+ */
23
+ class TrendlineDirective extends ComplexBase {
24
+ constructor(viewContainerRef) {
25
+ super();
26
+ this.viewContainerRef = viewContainerRef;
27
+ setValue('currentInstance', this, this.viewContainerRef);
28
+ this.registerEvents(outputs$H);
29
+ this.directivePropList = input$y;
30
+ }
31
+ }
32
+ TrendlineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TrendlineDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
33
+ TrendlineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: TrendlineDirective, selector: "e-series>e-trendlines>e-trendline", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TrendlineDirective, decorators: [{
35
+ type: Directive,
36
+ args: [{
37
+ selector: 'e-series>e-trendlines>e-trendline',
38
+ inputs: input$y,
39
+ outputs: outputs$H,
40
+ queries: {}
41
+ }]
42
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
43
+ /**
44
+ * Trendline Array Directive
45
+ * @private
46
+ */
47
+ class TrendlinesDirective extends ArrayBase {
48
+ constructor() {
49
+ super('trendlines');
50
+ }
51
+ }
52
+ TrendlinesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TrendlinesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
53
+ TrendlinesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: TrendlinesDirective, selector: "e-series>e-trendlines", queries: [{ propertyName: "children", predicate: TrendlineDirective }], usesInheritance: true, ngImport: i0 });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TrendlinesDirective, decorators: [{
55
+ type: Directive,
56
+ args: [{
57
+ selector: 'e-series>e-trendlines',
58
+ queries: {
59
+ children: new ContentChildren(TrendlineDirective)
60
+ },
61
+ }]
62
+ }], ctorParameters: function () { return []; } });
63
+
64
+ let input$x = ['color', 'dashArray', 'value'];
65
+ let outputs$G = [];
66
+ /**
67
+ * Series Directive
68
+ * ```html
69
+ * <e-series-collection>
70
+ * <e-series>
71
+ * <e-segments>
72
+ * <e-segment>
73
+ * </e-segment>
74
+ * </e-segments>
75
+ * </e-series-collection>
76
+ * ```
77
+ */
78
+ class SegmentDirective extends ComplexBase {
79
+ constructor(viewContainerRef) {
80
+ super();
81
+ this.viewContainerRef = viewContainerRef;
82
+ setValue('currentInstance', this, this.viewContainerRef);
83
+ this.registerEvents(outputs$G);
84
+ this.directivePropList = input$x;
85
+ }
86
+ }
87
+ SegmentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SegmentDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
88
+ SegmentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SegmentDirective, selector: "e-series>e-segments>e-segment", inputs: { color: "color", dashArray: "dashArray", value: "value" }, usesInheritance: true, ngImport: i0 });
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SegmentDirective, decorators: [{
90
+ type: Directive,
91
+ args: [{
92
+ selector: 'e-series>e-segments>e-segment',
93
+ inputs: input$x,
94
+ outputs: outputs$G,
95
+ queries: {}
96
+ }]
97
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
98
+ /**
99
+ * Segment Array Directive
100
+ * @private
101
+ */
102
+ class SegmentsDirective extends ArrayBase {
103
+ constructor() {
104
+ super('segments');
105
+ }
106
+ }
107
+ SegmentsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SegmentsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
108
+ SegmentsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SegmentsDirective, selector: "e-series>e-segments", queries: [{ propertyName: "children", predicate: SegmentDirective }], usesInheritance: true, ngImport: i0 });
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SegmentsDirective, decorators: [{
110
+ type: Directive,
111
+ args: [{
112
+ selector: 'e-series>e-segments',
113
+ queries: {
114
+ children: new ContentChildren(SegmentDirective)
115
+ },
116
+ }]
117
+ }], ctorParameters: function () { return []; } });
118
+
119
+ let input$w = ['accessibility', 'animation', 'bearFillColor', 'binInterval', 'border', 'boxPlotMode', 'bullFillColor', 'cardinalSplineTension', 'close', 'colorName', 'columnFacet', 'columnSpacing', 'columnWidth', 'columnWidthInPixel', 'connector', 'cornerRadius', 'dashArray', 'dataSource', 'dragSettings', 'drawType', 'emptyPointSettings', 'enableComplexProperty', 'enableSolidCandles', 'enableTooltip', 'errorBar', 'fill', 'groupName', 'high', 'intermediateSumIndexes', 'isClosed', 'legendImageUrl', 'legendShape', 'low', 'marker', 'maxRadius', 'minRadius', 'name', 'negativeFillColor', 'noRisers', 'nonHighlightStyle', 'opacity', 'open', 'paretoOptions', 'pointColorMapping', 'query', 'segmentAxis', 'segments', 'selectionStyle', 'showMean', 'showNormalDistribution', 'size', 'splineType', 'stackingGroup', 'step', 'sumIndexes', 'summaryFillColor', 'tooltipFormat', 'tooltipMappingName', 'trendlines', 'type', 'unSelectedStyle', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName', 'zOrder'];
120
+ let outputs$F = [];
121
+ /**
122
+ * Series Directive
123
+ * ```html
124
+ * <e-series-collection>
125
+ * <e-series></e-series>
126
+ * </e-series-collection>
127
+ * ```
128
+ */
129
+ class SeriesDirective extends ComplexBase {
130
+ constructor(viewContainerRef) {
131
+ super();
132
+ this.viewContainerRef = viewContainerRef;
133
+ this.tags = ['trendlines', 'segments'];
134
+ setValue('currentInstance', this, this.viewContainerRef);
135
+ this.registerEvents(outputs$F);
136
+ this.directivePropList = input$w;
137
+ }
138
+ }
139
+ SeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SeriesDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
140
+ SeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SeriesDirective, selector: "e-series-collection>e-series", inputs: { accessibility: "accessibility", animation: "animation", bearFillColor: "bearFillColor", binInterval: "binInterval", border: "border", boxPlotMode: "boxPlotMode", bullFillColor: "bullFillColor", cardinalSplineTension: "cardinalSplineTension", close: "close", colorName: "colorName", columnFacet: "columnFacet", columnSpacing: "columnSpacing", columnWidth: "columnWidth", columnWidthInPixel: "columnWidthInPixel", connector: "connector", cornerRadius: "cornerRadius", dashArray: "dashArray", dataSource: "dataSource", dragSettings: "dragSettings", drawType: "drawType", emptyPointSettings: "emptyPointSettings", enableComplexProperty: "enableComplexProperty", enableSolidCandles: "enableSolidCandles", enableTooltip: "enableTooltip", errorBar: "errorBar", fill: "fill", groupName: "groupName", high: "high", intermediateSumIndexes: "intermediateSumIndexes", isClosed: "isClosed", legendImageUrl: "legendImageUrl", legendShape: "legendShape", low: "low", marker: "marker", maxRadius: "maxRadius", minRadius: "minRadius", name: "name", negativeFillColor: "negativeFillColor", noRisers: "noRisers", nonHighlightStyle: "nonHighlightStyle", opacity: "opacity", open: "open", paretoOptions: "paretoOptions", pointColorMapping: "pointColorMapping", query: "query", segmentAxis: "segmentAxis", segments: "segments", selectionStyle: "selectionStyle", showMean: "showMean", showNormalDistribution: "showNormalDistribution", size: "size", splineType: "splineType", stackingGroup: "stackingGroup", step: "step", sumIndexes: "sumIndexes", summaryFillColor: "summaryFillColor", tooltipFormat: "tooltipFormat", tooltipMappingName: "tooltipMappingName", trendlines: "trendlines", type: "type", unSelectedStyle: "unSelectedStyle", visible: "visible", volume: "volume", width: "width", xAxisName: "xAxisName", xName: "xName", yAxisName: "yAxisName", yName: "yName", zOrder: "zOrder" }, queries: [{ propertyName: "dataLabel_template", first: true, predicate: ["dataLabelTemplate"], descendants: true }, { propertyName: "childTrendlines", first: true, predicate: TrendlinesDirective, descendants: true }, { propertyName: "childSegments", first: true, predicate: SegmentsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
141
+ __decorate([
142
+ Template()
143
+ ], SeriesDirective.prototype, "dataLabel_template", void 0);
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SeriesDirective, decorators: [{
145
+ type: Directive,
146
+ args: [{
147
+ selector: 'e-series-collection>e-series',
148
+ inputs: input$w,
149
+ outputs: outputs$F,
150
+ queries: {
151
+ childTrendlines: new ContentChild(TrendlinesDirective),
152
+ childSegments: new ContentChild(SegmentsDirective)
153
+ }
154
+ }]
155
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { dataLabel_template: [{
156
+ type: ContentChild,
157
+ args: ['dataLabelTemplate']
158
+ }] } });
159
+ /**
160
+ * Series Array Directive
161
+ * @private
162
+ */
163
+ class SeriesCollectionDirective extends ArrayBase {
164
+ constructor() {
165
+ super('series');
166
+ }
167
+ }
168
+ SeriesCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SeriesCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
169
+ SeriesCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SeriesCollectionDirective, selector: "ej-chart>e-series-collection", queries: [{ propertyName: "children", predicate: SeriesDirective }], usesInheritance: true, ngImport: i0 });
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SeriesCollectionDirective, decorators: [{
171
+ type: Directive,
172
+ args: [{
173
+ selector: 'ej-chart>e-series-collection',
174
+ queries: {
175
+ children: new ContentChildren(SeriesDirective)
176
+ },
177
+ }]
178
+ }], ctorParameters: function () { return []; } });
179
+
180
+ let input$v = ['border', 'color', 'dashArray', 'end', 'horizontalAlignment', 'imageUrl', 'isRepeat', 'isSegmented', 'opacity', 'repeatEvery', 'repeatUntil', 'rotation', 'segmentAxisName', 'segmentEnd', 'segmentStart', 'size', 'sizeType', 'start', 'startFromAxis', 'text', 'textStyle', 'verticalAlignment', 'visible', 'zIndex'];
181
+ let outputs$E = [];
182
+ /**
183
+ * StripLine Directive
184
+ * ```html
185
+ * <e-axis>
186
+ * <e-striplines>
187
+ * <e-stripline></e-stripline>
188
+ * </e-striplines>
189
+ * </e-axis>
190
+ * ```
191
+ */
192
+ class StripLineDirective extends ComplexBase {
193
+ constructor(viewContainerRef) {
194
+ super();
195
+ this.viewContainerRef = viewContainerRef;
196
+ setValue('currentInstance', this, this.viewContainerRef);
197
+ this.registerEvents(outputs$E);
198
+ this.directivePropList = input$v;
199
+ }
200
+ }
201
+ StripLineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StripLineDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
202
+ StripLineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StripLineDirective, selector: "e-axis>e-striplines>e-stripline", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StripLineDirective, decorators: [{
204
+ type: Directive,
205
+ args: [{
206
+ selector: 'e-axis>e-striplines>e-stripline',
207
+ inputs: input$v,
208
+ outputs: outputs$E,
209
+ queries: {}
210
+ }]
211
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
212
+ /**
213
+ * StripLine Array Directive
214
+ * @private
215
+ */
216
+ class StripLinesDirective extends ArrayBase {
217
+ constructor() {
218
+ super('striplines');
219
+ }
220
+ }
221
+ StripLinesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StripLinesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
222
+ StripLinesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StripLinesDirective, selector: "e-axis>e-striplines", queries: [{ propertyName: "children", predicate: StripLineDirective }], usesInheritance: true, ngImport: i0 });
223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StripLinesDirective, decorators: [{
224
+ type: Directive,
225
+ args: [{
226
+ selector: 'e-axis>e-striplines',
227
+ queries: {
228
+ children: new ContentChildren(StripLineDirective)
229
+ },
230
+ }]
231
+ }], ctorParameters: function () { return []; } });
232
+
233
+ let input$u = ['customAttributes', 'end', 'maximumTextWidth', 'start', 'text', 'type'];
234
+ let outputs$D = [];
235
+ /**
236
+ * MultiLevelLabels Directive
237
+ * ```html
238
+ * <e-multilevellabels>
239
+ * <e-multilevellabel>
240
+ * <e-Categories>
241
+ * <e-Category>
242
+ * </e-Category>
243
+ * </e-Categories>
244
+ * </e-multilevellabel>
245
+ * </e-multilevellabels>
246
+ * ```
247
+ */
248
+ class CategoryDirective extends ComplexBase {
249
+ constructor(viewContainerRef) {
250
+ super();
251
+ this.viewContainerRef = viewContainerRef;
252
+ setValue('currentInstance', this, this.viewContainerRef);
253
+ this.registerEvents(outputs$D);
254
+ this.directivePropList = input$u;
255
+ }
256
+ }
257
+ CategoryDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CategoryDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
258
+ CategoryDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CategoryDirective, selector: "e-multilevellabel>e-categories>e-category", inputs: { customAttributes: "customAttributes", end: "end", maximumTextWidth: "maximumTextWidth", start: "start", text: "text", type: "type" }, usesInheritance: true, ngImport: i0 });
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CategoryDirective, decorators: [{
260
+ type: Directive,
261
+ args: [{
262
+ selector: 'e-multilevellabel>e-categories>e-category',
263
+ inputs: input$u,
264
+ outputs: outputs$D,
265
+ queries: {}
266
+ }]
267
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
268
+ /**
269
+ * Category Array Directive
270
+ * @private
271
+ */
272
+ class CategoriesDirective extends ArrayBase {
273
+ constructor() {
274
+ super('categories');
275
+ }
276
+ }
277
+ CategoriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CategoriesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
278
+ CategoriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CategoriesDirective, selector: "e-multilevellabel>e-categories", queries: [{ propertyName: "children", predicate: CategoryDirective }], usesInheritance: true, ngImport: i0 });
279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CategoriesDirective, decorators: [{
280
+ type: Directive,
281
+ args: [{
282
+ selector: 'e-multilevellabel>e-categories',
283
+ queries: {
284
+ children: new ContentChildren(CategoryDirective)
285
+ },
286
+ }]
287
+ }], ctorParameters: function () { return []; } });
288
+
289
+ let input$t = ['alignment', 'border', 'categories', 'overflow', 'textStyle'];
290
+ let outputs$C = [];
291
+ /**
292
+ * MultiLevelLabel Directive
293
+ * ```html
294
+ * <e-axis>
295
+ * <e-multilevellabels>
296
+ * <e-multilevellabel></e-multilevellabel>
297
+ * </e-multilevellabels>
298
+ * </e-axis>
299
+ * ```
300
+ */
301
+ class MultiLevelLabelDirective extends ComplexBase {
302
+ constructor(viewContainerRef) {
303
+ super();
304
+ this.viewContainerRef = viewContainerRef;
305
+ this.tags = ['categories'];
306
+ setValue('currentInstance', this, this.viewContainerRef);
307
+ this.registerEvents(outputs$C);
308
+ this.directivePropList = input$t;
309
+ }
310
+ }
311
+ MultiLevelLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiLevelLabelDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
312
+ MultiLevelLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: MultiLevelLabelDirective, selector: "e-axis>e-multilevellabels>e-multilevellabel", inputs: { alignment: "alignment", border: "border", categories: "categories", overflow: "overflow", textStyle: "textStyle" }, queries: [{ propertyName: "childCategories", first: true, predicate: CategoriesDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiLevelLabelDirective, decorators: [{
314
+ type: Directive,
315
+ args: [{
316
+ selector: 'e-axis>e-multilevellabels>e-multilevellabel',
317
+ inputs: input$t,
318
+ outputs: outputs$C,
319
+ queries: {
320
+ childCategories: new ContentChild(CategoriesDirective)
321
+ }
322
+ }]
323
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
324
+ /**
325
+ * MultiLevelLabel Array Directive
326
+ * @private
327
+ */
328
+ class MultiLevelLabelsDirective extends ArrayBase {
329
+ constructor() {
330
+ super('multilevellabels');
331
+ }
332
+ }
333
+ MultiLevelLabelsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiLevelLabelsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
334
+ MultiLevelLabelsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: MultiLevelLabelsDirective, selector: "e-axis>e-multilevellabels", queries: [{ propertyName: "children", predicate: MultiLevelLabelDirective }], usesInheritance: true, ngImport: i0 });
335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiLevelLabelsDirective, decorators: [{
336
+ type: Directive,
337
+ args: [{
338
+ selector: 'e-axis>e-multilevellabels',
339
+ queries: {
340
+ children: new ContentChildren(MultiLevelLabelDirective)
341
+ },
342
+ }]
343
+ }], ctorParameters: function () { return []; } });
344
+
345
+ let input$s = ['border', 'coefficient', 'columnIndex', 'crossesAt', 'crossesInAxis', 'crosshairTooltip', 'description', 'desiredIntervals', 'edgeLabelPlacement', 'enableAutoIntervalOnZooming', 'enableScrollbarOnZooming', 'enableTrim', 'interval', 'intervalType', 'isIndexed', 'isInversed', 'labelFormat', 'labelIntersectAction', 'labelPadding', 'labelPlacement', 'labelPosition', 'labelRotation', 'labelStyle', 'lineBreakAlignment', 'lineStyle', 'logBase', 'majorGridLines', 'majorTickLines', 'maximum', 'maximumLabelWidth', 'maximumLabels', 'minimum', 'minorGridLines', 'minorTickLines', 'minorTicksPerInterval', 'multiLevelLabels', 'name', 'opposedPosition', 'placeNextToAxisLine', 'plotOffset', 'plotOffsetBottom', 'plotOffsetLeft', 'plotOffsetRight', 'plotOffsetTop', 'rangePadding', 'rowIndex', 'scrollbarSettings', 'skeleton', 'skeletonType', 'span', 'startAngle', 'startFromZero', 'stripLines', 'tabIndex', 'tickPosition', 'title', 'titlePadding', 'titleRotation', 'titleStyle', 'valueType', 'visible', 'zoomFactor', 'zoomPosition'];
346
+ let outputs$B = [];
347
+ /**
348
+ * Axis Directive
349
+ * ```html
350
+ * <e-axes><e-axis></e-axis></e-axes>
351
+ * ```
352
+ */
353
+ class AxisDirective extends ComplexBase {
354
+ constructor(viewContainerRef) {
355
+ super();
356
+ this.viewContainerRef = viewContainerRef;
357
+ this.tags = ['stripLines', 'multiLevelLabels'];
358
+ setValue('currentInstance', this, this.viewContainerRef);
359
+ this.registerEvents(outputs$B);
360
+ this.directivePropList = input$s;
361
+ }
362
+ }
363
+ AxisDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AxisDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
364
+ AxisDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AxisDirective, selector: "e-axes>e-axis", inputs: { border: "border", coefficient: "coefficient", columnIndex: "columnIndex", crossesAt: "crossesAt", crossesInAxis: "crossesInAxis", crosshairTooltip: "crosshairTooltip", description: "description", desiredIntervals: "desiredIntervals", edgeLabelPlacement: "edgeLabelPlacement", enableAutoIntervalOnZooming: "enableAutoIntervalOnZooming", enableScrollbarOnZooming: "enableScrollbarOnZooming", enableTrim: "enableTrim", interval: "interval", intervalType: "intervalType", isIndexed: "isIndexed", isInversed: "isInversed", labelFormat: "labelFormat", labelIntersectAction: "labelIntersectAction", labelPadding: "labelPadding", labelPlacement: "labelPlacement", labelPosition: "labelPosition", labelRotation: "labelRotation", labelStyle: "labelStyle", lineBreakAlignment: "lineBreakAlignment", lineStyle: "lineStyle", logBase: "logBase", majorGridLines: "majorGridLines", majorTickLines: "majorTickLines", maximum: "maximum", maximumLabelWidth: "maximumLabelWidth", maximumLabels: "maximumLabels", minimum: "minimum", minorGridLines: "minorGridLines", minorTickLines: "minorTickLines", minorTicksPerInterval: "minorTicksPerInterval", multiLevelLabels: "multiLevelLabels", name: "name", opposedPosition: "opposedPosition", placeNextToAxisLine: "placeNextToAxisLine", plotOffset: "plotOffset", plotOffsetBottom: "plotOffsetBottom", plotOffsetLeft: "plotOffsetLeft", plotOffsetRight: "plotOffsetRight", plotOffsetTop: "plotOffsetTop", rangePadding: "rangePadding", rowIndex: "rowIndex", scrollbarSettings: "scrollbarSettings", skeleton: "skeleton", skeletonType: "skeletonType", span: "span", startAngle: "startAngle", startFromZero: "startFromZero", stripLines: "stripLines", tabIndex: "tabIndex", tickPosition: "tickPosition", title: "title", titlePadding: "titlePadding", titleRotation: "titleRotation", titleStyle: "titleStyle", valueType: "valueType", visible: "visible", zoomFactor: "zoomFactor", zoomPosition: "zoomPosition" }, queries: [{ propertyName: "childStripLines", first: true, predicate: StripLinesDirective, descendants: true }, { propertyName: "childMultiLevelLabels", first: true, predicate: MultiLevelLabelsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AxisDirective, decorators: [{
366
+ type: Directive,
367
+ args: [{
368
+ selector: 'e-axes>e-axis',
369
+ inputs: input$s,
370
+ outputs: outputs$B,
371
+ queries: {
372
+ childStripLines: new ContentChild(StripLinesDirective),
373
+ childMultiLevelLabels: new ContentChild(MultiLevelLabelsDirective)
374
+ }
375
+ }]
376
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
377
+ /**
378
+ * Axis Array Directive
379
+ * @private
380
+ */
381
+ class AxesDirective extends ArrayBase {
382
+ constructor() {
383
+ super('axes');
384
+ }
385
+ }
386
+ AxesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AxesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
387
+ AxesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AxesDirective, selector: "ejs-chart>e-axes", queries: [{ propertyName: "children", predicate: AxisDirective }], usesInheritance: true, ngImport: i0 });
388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AxesDirective, decorators: [{
389
+ type: Directive,
390
+ args: [{
391
+ selector: 'ejs-chart>e-axes',
392
+ queries: {
393
+ children: new ContentChildren(AxisDirective)
394
+ },
395
+ }]
396
+ }], ctorParameters: function () { return []; } });
397
+
398
+ let input$r = ['border', 'height'];
399
+ let outputs$A = [];
400
+ /**
401
+ * Row Directive
402
+ * ```html
403
+ * <e-rows><e-row></e-row><e-rows>
404
+ * ```
405
+ */
406
+ class RowDirective extends ComplexBase {
407
+ constructor(viewContainerRef) {
408
+ super();
409
+ this.viewContainerRef = viewContainerRef;
410
+ setValue('currentInstance', this, this.viewContainerRef);
411
+ this.registerEvents(outputs$A);
412
+ this.directivePropList = input$r;
413
+ }
414
+ }
415
+ RowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RowDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
416
+ RowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RowDirective, selector: "e-rows>e-row", inputs: { border: "border", height: "height" }, usesInheritance: true, ngImport: i0 });
417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RowDirective, decorators: [{
418
+ type: Directive,
419
+ args: [{
420
+ selector: 'e-rows>e-row',
421
+ inputs: input$r,
422
+ outputs: outputs$A,
423
+ queries: {}
424
+ }]
425
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
426
+ /**
427
+ * Row Array Directive
428
+ * @private
429
+ */
430
+ class RowsDirective extends ArrayBase {
431
+ constructor() {
432
+ super('rows');
433
+ }
434
+ }
435
+ RowsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RowsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
436
+ RowsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RowsDirective, selector: "ejs-chart>e-rows", queries: [{ propertyName: "children", predicate: RowDirective }], usesInheritance: true, ngImport: i0 });
437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RowsDirective, decorators: [{
438
+ type: Directive,
439
+ args: [{
440
+ selector: 'ejs-chart>e-rows',
441
+ queries: {
442
+ children: new ContentChildren(RowDirective)
443
+ },
444
+ }]
445
+ }], ctorParameters: function () { return []; } });
446
+
447
+ let input$q = ['border', 'width'];
448
+ let outputs$z = [];
449
+ /**
450
+ * Column Directive
451
+ * ```html
452
+ * <e-columns><e-column></e-column><e-columns>
453
+ * ```
454
+ */
455
+ class ColumnDirective extends ComplexBase {
456
+ constructor(viewContainerRef) {
457
+ super();
458
+ this.viewContainerRef = viewContainerRef;
459
+ setValue('currentInstance', this, this.viewContainerRef);
460
+ this.registerEvents(outputs$z);
461
+ this.directivePropList = input$q;
462
+ }
463
+ }
464
+ ColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
465
+ ColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnDirective, selector: "e-columns>e-column", inputs: { border: "border", width: "width" }, usesInheritance: true, ngImport: i0 });
466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, decorators: [{
467
+ type: Directive,
468
+ args: [{
469
+ selector: 'e-columns>e-column',
470
+ inputs: input$q,
471
+ outputs: outputs$z,
472
+ queries: {}
473
+ }]
474
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
475
+ /**
476
+ * Column Array Directive
477
+ * @private
478
+ */
479
+ class ColumnsDirective extends ArrayBase {
480
+ constructor() {
481
+ super('columns');
482
+ }
483
+ }
484
+ ColumnsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
485
+ ColumnsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnsDirective, selector: "ejs-chart>e-columns", queries: [{ propertyName: "children", predicate: ColumnDirective }], usesInheritance: true, ngImport: i0 });
486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, decorators: [{
487
+ type: Directive,
488
+ args: [{
489
+ selector: 'ejs-chart>e-columns',
490
+ queries: {
491
+ children: new ContentChildren(ColumnDirective)
492
+ },
493
+ }]
494
+ }], ctorParameters: function () { return []; } });
495
+
496
+ let input$p = ['colors', 'end', 'label', 'start'];
497
+ let outputs$y = [];
498
+ /**
499
+ * RangeColorSetting Directive
500
+ * ```html
501
+ * <e-rangeColorSettings><e-rangeColorSetting></e-rangeColorSetting><e-rangeColorSettings>
502
+ * ```
503
+ */
504
+ class RangeColorSettingDirective extends ComplexBase {
505
+ constructor(viewContainerRef) {
506
+ super();
507
+ this.viewContainerRef = viewContainerRef;
508
+ setValue('currentInstance', this, this.viewContainerRef);
509
+ this.registerEvents(outputs$y);
510
+ this.directivePropList = input$p;
511
+ }
512
+ }
513
+ RangeColorSettingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeColorSettingDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
514
+ RangeColorSettingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RangeColorSettingDirective, selector: "e-rangecolorsettings>e-rangecolorsetting", inputs: { colors: "colors", end: "end", label: "label", start: "start" }, usesInheritance: true, ngImport: i0 });
515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeColorSettingDirective, decorators: [{
516
+ type: Directive,
517
+ args: [{
518
+ selector: 'e-rangecolorsettings>e-rangecolorsetting',
519
+ inputs: input$p,
520
+ outputs: outputs$y,
521
+ queries: {}
522
+ }]
523
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
524
+ /**
525
+ * RangeColorSetting Array Directive
526
+ * @private
527
+ */
528
+ class RangeColorSettingsDirective extends ArrayBase {
529
+ constructor() {
530
+ super('rangecolorsettings');
531
+ }
532
+ }
533
+ RangeColorSettingsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeColorSettingsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
534
+ RangeColorSettingsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RangeColorSettingsDirective, selector: "ejs-chart>e-rangecolorsettings", queries: [{ propertyName: "children", predicate: RangeColorSettingDirective }], usesInheritance: true, ngImport: i0 });
535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeColorSettingsDirective, decorators: [{
536
+ type: Directive,
537
+ args: [{
538
+ selector: 'ejs-chart>e-rangecolorsettings',
539
+ queries: {
540
+ children: new ContentChildren(RangeColorSettingDirective)
541
+ },
542
+ }]
543
+ }], ctorParameters: function () { return []; } });
544
+
545
+ let input$o = ['accessibility', 'content', 'coordinateUnits', 'description', 'horizontalAlignment', 'region', 'verticalAlignment', 'x', 'xAxisName', 'y', 'yAxisName'];
546
+ let outputs$x = [];
547
+ /**
548
+ * Annotation Directive
549
+ * ```html
550
+ * <e-annotations><e-annotation></e-annotation><e-annotations>
551
+ * ```
552
+ */
553
+ class AnnotationDirective extends ComplexBase {
554
+ constructor(viewContainerRef) {
555
+ super();
556
+ this.viewContainerRef = viewContainerRef;
557
+ setValue('currentInstance', this, this.viewContainerRef);
558
+ this.registerEvents(outputs$x);
559
+ this.directivePropList = input$o;
560
+ }
561
+ }
562
+ AnnotationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
563
+ AnnotationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AnnotationDirective, selector: "e-annotations>e-annotation", inputs: { accessibility: "accessibility", content: "content", coordinateUnits: "coordinateUnits", description: "description", horizontalAlignment: "horizontalAlignment", region: "region", verticalAlignment: "verticalAlignment", x: "x", xAxisName: "xAxisName", y: "y", yAxisName: "yAxisName" }, queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
564
+ __decorate([
565
+ Template()
566
+ ], AnnotationDirective.prototype, "content", void 0);
567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationDirective, decorators: [{
568
+ type: Directive,
569
+ args: [{
570
+ selector: 'e-annotations>e-annotation',
571
+ inputs: input$o,
572
+ outputs: outputs$x,
573
+ queries: {}
574
+ }]
575
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
576
+ type: ContentChild,
577
+ args: ['content']
578
+ }] } });
579
+ /**
580
+ * Annotation Array Directive
581
+ * @private
582
+ */
583
+ class AnnotationsDirective extends ArrayBase {
584
+ constructor() {
585
+ super('annotations');
586
+ }
587
+ }
588
+ AnnotationsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
589
+ AnnotationsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AnnotationsDirective, selector: "ejs-chart>e-annotations", queries: [{ propertyName: "children", predicate: AnnotationDirective }], usesInheritance: true, ngImport: i0 });
590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AnnotationsDirective, decorators: [{
591
+ type: Directive,
592
+ args: [{
593
+ selector: 'ejs-chart>e-annotations',
594
+ queries: {
595
+ children: new ContentChildren(AnnotationDirective)
596
+ },
597
+ }]
598
+ }], ctorParameters: function () { return []; } });
599
+
600
+ let input$n = ['point', 'series'];
601
+ let outputs$w = [];
602
+ /**
603
+ * Selected Data Directive
604
+ * ```html
605
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
606
+ * ```
607
+ */
608
+ class SelectedDataIndexDirective extends ComplexBase {
609
+ constructor(viewContainerRef) {
610
+ super();
611
+ this.viewContainerRef = viewContainerRef;
612
+ setValue('currentInstance', this, this.viewContainerRef);
613
+ this.registerEvents(outputs$w);
614
+ this.directivePropList = input$n;
615
+ }
616
+ }
617
+ SelectedDataIndexDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SelectedDataIndexDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
618
+ SelectedDataIndexDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SelectedDataIndexDirective, selector: "e-selecteddataindexes>e-selecteddataindex", inputs: { point: "point", series: "series" }, usesInheritance: true, ngImport: i0 });
619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SelectedDataIndexDirective, decorators: [{
620
+ type: Directive,
621
+ args: [{
622
+ selector: 'e-selecteddataindexes>e-selecteddataindex',
623
+ inputs: input$n,
624
+ outputs: outputs$w,
625
+ queries: {}
626
+ }]
627
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
628
+ /**
629
+ * SelectedDataIndex Array Directive
630
+ * @private
631
+ */
632
+ class SelectedDataIndexesDirective extends ArrayBase {
633
+ constructor() {
634
+ super('selecteddataindexes');
635
+ }
636
+ }
637
+ SelectedDataIndexesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SelectedDataIndexesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
638
+ SelectedDataIndexesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SelectedDataIndexesDirective, selector: "ejs-chart>e-selecteddataindexes", queries: [{ propertyName: "children", predicate: SelectedDataIndexDirective }], usesInheritance: true, ngImport: i0 });
639
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SelectedDataIndexesDirective, decorators: [{
640
+ type: Directive,
641
+ args: [{
642
+ selector: 'ejs-chart>e-selecteddataindexes',
643
+ queries: {
644
+ children: new ContentChildren(SelectedDataIndexDirective)
645
+ },
646
+ }]
647
+ }], ctorParameters: function () { return []; } });
648
+
649
+ let input$m = ['accessibility', 'animation', 'bandColor', 'close', 'colorName', 'dPeriod', 'dashArray', 'dataSource', 'enableComplexProperty', 'fastPeriod', 'field', 'fill', 'high', 'kPeriod', 'low', 'lowerLine', 'macdLine', 'macdNegativeColor', 'macdPositiveColor', 'macdType', 'open', 'overBought', 'overSold', 'period', 'periodLine', 'pointColorMapping', 'query', 'segmentAxis', 'segments', 'seriesName', 'showZones', 'slowPeriod', 'standardDeviation', 'type', 'upperLine', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName'];
650
+ let outputs$v = [];
651
+ /**
652
+ * Indicator Directive
653
+ * ```html
654
+ * <e-indicators>
655
+ * <e-indicator></e-indicator>
656
+ * </e-indicators>
657
+ * ```
658
+ */
659
+ class IndicatorDirective extends ComplexBase {
660
+ constructor(viewContainerRef) {
661
+ super();
662
+ this.viewContainerRef = viewContainerRef;
663
+ setValue('currentInstance', this, this.viewContainerRef);
664
+ this.registerEvents(outputs$v);
665
+ this.directivePropList = input$m;
666
+ }
667
+ }
668
+ IndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: IndicatorDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
669
+ IndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: IndicatorDirective, selector: "e-indicators>e-indicator", inputs: { accessibility: "accessibility", animation: "animation", bandColor: "bandColor", close: "close", colorName: "colorName", dPeriod: "dPeriod", dashArray: "dashArray", dataSource: "dataSource", enableComplexProperty: "enableComplexProperty", fastPeriod: "fastPeriod", field: "field", fill: "fill", high: "high", kPeriod: "kPeriod", low: "low", lowerLine: "lowerLine", macdLine: "macdLine", macdNegativeColor: "macdNegativeColor", macdPositiveColor: "macdPositiveColor", macdType: "macdType", open: "open", overBought: "overBought", overSold: "overSold", period: "period", periodLine: "periodLine", pointColorMapping: "pointColorMapping", query: "query", segmentAxis: "segmentAxis", segments: "segments", seriesName: "seriesName", showZones: "showZones", slowPeriod: "slowPeriod", standardDeviation: "standardDeviation", type: "type", upperLine: "upperLine", visible: "visible", volume: "volume", width: "width", xAxisName: "xAxisName", xName: "xName", yAxisName: "yAxisName" }, usesInheritance: true, ngImport: i0 });
670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: IndicatorDirective, decorators: [{
671
+ type: Directive,
672
+ args: [{
673
+ selector: 'e-indicators>e-indicator',
674
+ inputs: input$m,
675
+ outputs: outputs$v,
676
+ queries: {}
677
+ }]
678
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
679
+ /**
680
+ * Indicator Array Directive
681
+ * @private
682
+ */
683
+ class IndicatorsDirective extends ArrayBase {
684
+ constructor() {
685
+ super('indicators');
686
+ }
687
+ }
688
+ IndicatorsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: IndicatorsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
689
+ IndicatorsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: IndicatorsDirective, selector: "ej-chart>e-indicators", queries: [{ propertyName: "children", predicate: IndicatorDirective }], usesInheritance: true, ngImport: i0 });
690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: IndicatorsDirective, decorators: [{
691
+ type: Directive,
692
+ args: [{
693
+ selector: 'ej-chart>e-indicators',
694
+ queries: {
695
+ children: new ContentChildren(IndicatorDirective)
696
+ },
697
+ }]
698
+ }], ctorParameters: function () { return []; } });
699
+
700
+ const inputs$8 = ['accessibility', 'allowExport', 'allowMultiSelection', 'annotations', 'axes', 'background', 'backgroundImage', 'border', 'chartArea', 'columns', 'crosshair', 'currencyCode', 'dataSource', 'description', 'enableAnimation', 'enableAutoIntervalOnBothAxis', 'enableCanvas', 'enableExport', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSideBySidePlacement', 'focusBorderColor', 'focusBorderMargin', 'focusBorderWidth', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'indicators', 'isMultiSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rangeColorSettings', 'rows', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings'];
701
+ const outputs$u = ['afterExport', 'animationComplete', 'annotationRender', 'axisLabelClick', 'axisLabelRender', 'axisMultiLabelRender', 'axisRangeCalculated', 'beforeExport', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'drag', 'dragComplete', 'dragEnd', 'dragStart', 'legendClick', 'legendRender', 'load', 'loaded', 'multiLevelLabelClick', 'onZooming', 'pointClick', 'pointDoubleClick', 'pointMove', 'pointRender', 'resized', 'scrollChanged', 'scrollEnd', 'scrollStart', 'selectionComplete', 'seriesRender', 'sharedTooltipRender', 'textRender', 'tooltipRender', 'zoomComplete', 'dataSourceChange'];
702
+ const twoWays$8 = ['dataSource'];
703
+ /**
704
+ * Chart Component
705
+ * ```html
706
+ * <ejschart></ejschart>
707
+ * ```
708
+ */
709
+ let ChartComponent = class ChartComponent extends Chart {
710
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
711
+ super();
712
+ this.ngEle = ngEle;
713
+ this.srenderer = srenderer;
714
+ this.viewContainerRef = viewContainerRef;
715
+ this.injector = injector;
716
+ this.tags = ['series', 'axes', 'rows', 'columns', 'rangeColorSettings', 'annotations', 'selectedDataIndexes', 'indicators'];
717
+ this.element = this.ngEle.nativeElement;
718
+ this.injectedModules = this.injectedModules || [];
719
+ try {
720
+ let mod = this.injector.get('ChartsLineSeries');
721
+ if (this.injectedModules.indexOf(mod) === -1) {
722
+ this.injectedModules.push(mod);
723
+ }
724
+ }
725
+ catch (_a) { }
726
+ try {
727
+ let mod = this.injector.get('ChartsScatterSeries');
728
+ if (this.injectedModules.indexOf(mod) === -1) {
729
+ this.injectedModules.push(mod);
730
+ }
731
+ }
732
+ catch (_b) { }
733
+ try {
734
+ let mod = this.injector.get('ChartsColumnSeries');
735
+ if (this.injectedModules.indexOf(mod) === -1) {
736
+ this.injectedModules.push(mod);
737
+ }
738
+ }
739
+ catch (_c) { }
740
+ try {
741
+ let mod = this.injector.get('ChartsSplineSeries');
742
+ if (this.injectedModules.indexOf(mod) === -1) {
743
+ this.injectedModules.push(mod);
744
+ }
745
+ }
746
+ catch (_d) { }
747
+ try {
748
+ let mod = this.injector.get('ChartsSplineAreaSeries');
749
+ if (this.injectedModules.indexOf(mod) === -1) {
750
+ this.injectedModules.push(mod);
751
+ }
752
+ }
753
+ catch (_e) { }
754
+ try {
755
+ let mod = this.injector.get('ChartsStripLine');
756
+ if (this.injectedModules.indexOf(mod) === -1) {
757
+ this.injectedModules.push(mod);
758
+ }
759
+ }
760
+ catch (_f) { }
761
+ try {
762
+ let mod = this.injector.get('ChartsAreaSeries');
763
+ if (this.injectedModules.indexOf(mod) === -1) {
764
+ this.injectedModules.push(mod);
765
+ }
766
+ }
767
+ catch (_g) { }
768
+ try {
769
+ let mod = this.injector.get('ChartsScrollBar');
770
+ if (this.injectedModules.indexOf(mod) === -1) {
771
+ this.injectedModules.push(mod);
772
+ }
773
+ }
774
+ catch (_h) { }
775
+ try {
776
+ let mod = this.injector.get('ChartsStepLineSeries');
777
+ if (this.injectedModules.indexOf(mod) === -1) {
778
+ this.injectedModules.push(mod);
779
+ }
780
+ }
781
+ catch (_j) { }
782
+ try {
783
+ let mod = this.injector.get('ChartsStepAreaSeries');
784
+ if (this.injectedModules.indexOf(mod) === -1) {
785
+ this.injectedModules.push(mod);
786
+ }
787
+ }
788
+ catch (_k) { }
789
+ try {
790
+ let mod = this.injector.get('ChartsStackingColumnSeries');
791
+ if (this.injectedModules.indexOf(mod) === -1) {
792
+ this.injectedModules.push(mod);
793
+ }
794
+ }
795
+ catch (_l) { }
796
+ try {
797
+ let mod = this.injector.get('ChartsStackingLineSeries');
798
+ if (this.injectedModules.indexOf(mod) === -1) {
799
+ this.injectedModules.push(mod);
800
+ }
801
+ }
802
+ catch (_m) { }
803
+ try {
804
+ let mod = this.injector.get('ChartsStackingAreaSeries');
805
+ if (this.injectedModules.indexOf(mod) === -1) {
806
+ this.injectedModules.push(mod);
807
+ }
808
+ }
809
+ catch (_o) { }
810
+ try {
811
+ let mod = this.injector.get('ChartsStackingStepAreaSeries');
812
+ if (this.injectedModules.indexOf(mod) === -1) {
813
+ this.injectedModules.push(mod);
814
+ }
815
+ }
816
+ catch (_p) { }
817
+ try {
818
+ let mod = this.injector.get('ChartsBarSeries');
819
+ if (this.injectedModules.indexOf(mod) === -1) {
820
+ this.injectedModules.push(mod);
821
+ }
822
+ }
823
+ catch (_q) { }
824
+ try {
825
+ let mod = this.injector.get('ChartsStackingBarSeries');
826
+ if (this.injectedModules.indexOf(mod) === -1) {
827
+ this.injectedModules.push(mod);
828
+ }
829
+ }
830
+ catch (_r) { }
831
+ try {
832
+ let mod = this.injector.get('ChartsRangeColumnSeries');
833
+ if (this.injectedModules.indexOf(mod) === -1) {
834
+ this.injectedModules.push(mod);
835
+ }
836
+ }
837
+ catch (_s) { }
838
+ try {
839
+ let mod = this.injector.get('ChartsBubbleSeries');
840
+ if (this.injectedModules.indexOf(mod) === -1) {
841
+ this.injectedModules.push(mod);
842
+ }
843
+ }
844
+ catch (_t) { }
845
+ try {
846
+ let mod = this.injector.get('ChartsTooltip');
847
+ if (this.injectedModules.indexOf(mod) === -1) {
848
+ this.injectedModules.push(mod);
849
+ }
850
+ }
851
+ catch (_u) { }
852
+ try {
853
+ let mod = this.injector.get('ChartsCrosshair');
854
+ if (this.injectedModules.indexOf(mod) === -1) {
855
+ this.injectedModules.push(mod);
856
+ }
857
+ }
858
+ catch (_v) { }
859
+ try {
860
+ let mod = this.injector.get('ChartsCategory');
861
+ if (this.injectedModules.indexOf(mod) === -1) {
862
+ this.injectedModules.push(mod);
863
+ }
864
+ }
865
+ catch (_w) { }
866
+ try {
867
+ let mod = this.injector.get('ChartsDateTime');
868
+ if (this.injectedModules.indexOf(mod) === -1) {
869
+ this.injectedModules.push(mod);
870
+ }
871
+ }
872
+ catch (_x) { }
873
+ try {
874
+ let mod = this.injector.get('ChartsLogarithmic');
875
+ if (this.injectedModules.indexOf(mod) === -1) {
876
+ this.injectedModules.push(mod);
877
+ }
878
+ }
879
+ catch (_y) { }
880
+ try {
881
+ let mod = this.injector.get('ChartsLegend');
882
+ if (this.injectedModules.indexOf(mod) === -1) {
883
+ this.injectedModules.push(mod);
884
+ }
885
+ }
886
+ catch (_z) { }
887
+ try {
888
+ let mod = this.injector.get('ChartsZoom');
889
+ if (this.injectedModules.indexOf(mod) === -1) {
890
+ this.injectedModules.push(mod);
891
+ }
892
+ }
893
+ catch (_0) { }
894
+ try {
895
+ let mod = this.injector.get('ChartsDataLabel');
896
+ if (this.injectedModules.indexOf(mod) === -1) {
897
+ this.injectedModules.push(mod);
898
+ }
899
+ }
900
+ catch (_1) { }
901
+ try {
902
+ let mod = this.injector.get('ChartsSelection');
903
+ if (this.injectedModules.indexOf(mod) === -1) {
904
+ this.injectedModules.push(mod);
905
+ }
906
+ }
907
+ catch (_2) { }
908
+ try {
909
+ let mod = this.injector.get('ChartsChartAnnotation');
910
+ if (this.injectedModules.indexOf(mod) === -1) {
911
+ this.injectedModules.push(mod);
912
+ }
913
+ }
914
+ catch (_3) { }
915
+ try {
916
+ let mod = this.injector.get('ChartsHiloSeries');
917
+ if (this.injectedModules.indexOf(mod) === -1) {
918
+ this.injectedModules.push(mod);
919
+ }
920
+ }
921
+ catch (_4) { }
922
+ try {
923
+ let mod = this.injector.get('ChartsHiloOpenCloseSeries');
924
+ if (this.injectedModules.indexOf(mod) === -1) {
925
+ this.injectedModules.push(mod);
926
+ }
927
+ }
928
+ catch (_5) { }
929
+ try {
930
+ let mod = this.injector.get('ChartsWaterfallSeries');
931
+ if (this.injectedModules.indexOf(mod) === -1) {
932
+ this.injectedModules.push(mod);
933
+ }
934
+ }
935
+ catch (_6) { }
936
+ try {
937
+ let mod = this.injector.get('ChartsRangeAreaSeries');
938
+ if (this.injectedModules.indexOf(mod) === -1) {
939
+ this.injectedModules.push(mod);
940
+ }
941
+ }
942
+ catch (_7) { }
943
+ try {
944
+ let mod = this.injector.get('ChartsRangeStepAreaSeries');
945
+ if (this.injectedModules.indexOf(mod) === -1) {
946
+ this.injectedModules.push(mod);
947
+ }
948
+ }
949
+ catch (_8) { }
950
+ try {
951
+ let mod = this.injector.get('ChartsSplineRangeAreaSeries');
952
+ if (this.injectedModules.indexOf(mod) === -1) {
953
+ this.injectedModules.push(mod);
954
+ }
955
+ }
956
+ catch (_9) { }
957
+ try {
958
+ let mod = this.injector.get('ChartsCandleSeries');
959
+ if (this.injectedModules.indexOf(mod) === -1) {
960
+ this.injectedModules.push(mod);
961
+ }
962
+ }
963
+ catch (_10) { }
964
+ try {
965
+ let mod = this.injector.get('ChartsPolarSeries');
966
+ if (this.injectedModules.indexOf(mod) === -1) {
967
+ this.injectedModules.push(mod);
968
+ }
969
+ }
970
+ catch (_11) { }
971
+ try {
972
+ let mod = this.injector.get('ChartsRadarSeries');
973
+ if (this.injectedModules.indexOf(mod) === -1) {
974
+ this.injectedModules.push(mod);
975
+ }
976
+ }
977
+ catch (_12) { }
978
+ try {
979
+ let mod = this.injector.get('ChartsSmaIndicator');
980
+ if (this.injectedModules.indexOf(mod) === -1) {
981
+ this.injectedModules.push(mod);
982
+ }
983
+ }
984
+ catch (_13) { }
985
+ try {
986
+ let mod = this.injector.get('ChartsTmaIndicator');
987
+ if (this.injectedModules.indexOf(mod) === -1) {
988
+ this.injectedModules.push(mod);
989
+ }
990
+ }
991
+ catch (_14) { }
992
+ try {
993
+ let mod = this.injector.get('ChartsEmaIndicator');
994
+ if (this.injectedModules.indexOf(mod) === -1) {
995
+ this.injectedModules.push(mod);
996
+ }
997
+ }
998
+ catch (_15) { }
999
+ try {
1000
+ let mod = this.injector.get('ChartsAccumulationDistributionIndicator');
1001
+ if (this.injectedModules.indexOf(mod) === -1) {
1002
+ this.injectedModules.push(mod);
1003
+ }
1004
+ }
1005
+ catch (_16) { }
1006
+ try {
1007
+ let mod = this.injector.get('ChartsMacdIndicator');
1008
+ if (this.injectedModules.indexOf(mod) === -1) {
1009
+ this.injectedModules.push(mod);
1010
+ }
1011
+ }
1012
+ catch (_17) { }
1013
+ try {
1014
+ let mod = this.injector.get('ChartsAtrIndicator');
1015
+ if (this.injectedModules.indexOf(mod) === -1) {
1016
+ this.injectedModules.push(mod);
1017
+ }
1018
+ }
1019
+ catch (_18) { }
1020
+ try {
1021
+ let mod = this.injector.get('ChartsRsiIndicator');
1022
+ if (this.injectedModules.indexOf(mod) === -1) {
1023
+ this.injectedModules.push(mod);
1024
+ }
1025
+ }
1026
+ catch (_19) { }
1027
+ try {
1028
+ let mod = this.injector.get('ChartsMomentumIndicator');
1029
+ if (this.injectedModules.indexOf(mod) === -1) {
1030
+ this.injectedModules.push(mod);
1031
+ }
1032
+ }
1033
+ catch (_20) { }
1034
+ try {
1035
+ let mod = this.injector.get('ChartsStochasticIndicator');
1036
+ if (this.injectedModules.indexOf(mod) === -1) {
1037
+ this.injectedModules.push(mod);
1038
+ }
1039
+ }
1040
+ catch (_21) { }
1041
+ try {
1042
+ let mod = this.injector.get('ChartsBollingerBands');
1043
+ if (this.injectedModules.indexOf(mod) === -1) {
1044
+ this.injectedModules.push(mod);
1045
+ }
1046
+ }
1047
+ catch (_22) { }
1048
+ try {
1049
+ let mod = this.injector.get('ChartsBoxAndWhiskerSeries');
1050
+ if (this.injectedModules.indexOf(mod) === -1) {
1051
+ this.injectedModules.push(mod);
1052
+ }
1053
+ }
1054
+ catch (_23) { }
1055
+ try {
1056
+ let mod = this.injector.get('ChartsHistogramSeries');
1057
+ if (this.injectedModules.indexOf(mod) === -1) {
1058
+ this.injectedModules.push(mod);
1059
+ }
1060
+ }
1061
+ catch (_24) { }
1062
+ try {
1063
+ let mod = this.injector.get('ChartsErrorBar');
1064
+ if (this.injectedModules.indexOf(mod) === -1) {
1065
+ this.injectedModules.push(mod);
1066
+ }
1067
+ }
1068
+ catch (_25) { }
1069
+ try {
1070
+ let mod = this.injector.get('ChartsTrendlines');
1071
+ if (this.injectedModules.indexOf(mod) === -1) {
1072
+ this.injectedModules.push(mod);
1073
+ }
1074
+ }
1075
+ catch (_26) { }
1076
+ try {
1077
+ let mod = this.injector.get('ChartsDateTimeCategory');
1078
+ if (this.injectedModules.indexOf(mod) === -1) {
1079
+ this.injectedModules.push(mod);
1080
+ }
1081
+ }
1082
+ catch (_27) { }
1083
+ try {
1084
+ let mod = this.injector.get('ChartsMultiColoredLineSeries');
1085
+ if (this.injectedModules.indexOf(mod) === -1) {
1086
+ this.injectedModules.push(mod);
1087
+ }
1088
+ }
1089
+ catch (_28) { }
1090
+ try {
1091
+ let mod = this.injector.get('ChartsMultiColoredAreaSeries');
1092
+ if (this.injectedModules.indexOf(mod) === -1) {
1093
+ this.injectedModules.push(mod);
1094
+ }
1095
+ }
1096
+ catch (_29) { }
1097
+ try {
1098
+ let mod = this.injector.get('ChartsMultiLevelLabel');
1099
+ if (this.injectedModules.indexOf(mod) === -1) {
1100
+ this.injectedModules.push(mod);
1101
+ }
1102
+ }
1103
+ catch (_30) { }
1104
+ try {
1105
+ let mod = this.injector.get('ChartsParetoSeries');
1106
+ if (this.injectedModules.indexOf(mod) === -1) {
1107
+ this.injectedModules.push(mod);
1108
+ }
1109
+ }
1110
+ catch (_31) { }
1111
+ try {
1112
+ let mod = this.injector.get('ChartsExport');
1113
+ if (this.injectedModules.indexOf(mod) === -1) {
1114
+ this.injectedModules.push(mod);
1115
+ }
1116
+ }
1117
+ catch (_32) { }
1118
+ try {
1119
+ let mod = this.injector.get('ChartsDataEditing');
1120
+ if (this.injectedModules.indexOf(mod) === -1) {
1121
+ this.injectedModules.push(mod);
1122
+ }
1123
+ }
1124
+ catch (_33) { }
1125
+ try {
1126
+ let mod = this.injector.get('ChartsHighlight');
1127
+ if (this.injectedModules.indexOf(mod) === -1) {
1128
+ this.injectedModules.push(mod);
1129
+ }
1130
+ }
1131
+ catch (_34) { }
1132
+ this.registerEvents(outputs$u);
1133
+ this.addTwoWay.call(this, twoWays$8);
1134
+ setValue('currentInstance', this, this.viewContainerRef);
1135
+ this.context = new ComponentBase();
1136
+ }
1137
+ ngOnInit() {
1138
+ this.context.ngOnInit(this);
1139
+ }
1140
+ ngAfterViewInit() {
1141
+ this.context.ngAfterViewInit(this);
1142
+ }
1143
+ ngOnDestroy() {
1144
+ this.context.ngOnDestroy(this);
1145
+ }
1146
+ ngAfterContentChecked() {
1147
+ this.tagObjects[0].instance = this.childSeries;
1148
+ if (this.childAxes) {
1149
+ this.tagObjects[1].instance = this.childAxes;
1150
+ }
1151
+ if (this.childRows) {
1152
+ this.tagObjects[2].instance = this.childRows;
1153
+ }
1154
+ if (this.childColumns) {
1155
+ this.tagObjects[3].instance = this.childColumns;
1156
+ }
1157
+ if (this.childRangeColorSettings) {
1158
+ this.tagObjects[4].instance = this.childRangeColorSettings;
1159
+ }
1160
+ if (this.childAnnotations) {
1161
+ this.tagObjects[5].instance = this.childAnnotations;
1162
+ }
1163
+ if (this.childSelectedDataIndexes) {
1164
+ this.tagObjects[6].instance = this.childSelectedDataIndexes;
1165
+ }
1166
+ if (this.childIndicators) {
1167
+ this.tagObjects[7].instance = this.childIndicators;
1168
+ }
1169
+ this.context.ngAfterContentChecked(this);
1170
+ }
1171
+ };
1172
+ ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1173
+ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ChartComponent, selector: "ejs-chart", inputs: { accessibility: "accessibility", allowExport: "allowExport", allowMultiSelection: "allowMultiSelection", annotations: "annotations", axes: "axes", background: "background", backgroundImage: "backgroundImage", border: "border", chartArea: "chartArea", columns: "columns", crosshair: "crosshair", currencyCode: "currencyCode", dataSource: "dataSource", description: "description", enableAnimation: "enableAnimation", enableAutoIntervalOnBothAxis: "enableAutoIntervalOnBothAxis", enableCanvas: "enableCanvas", enableExport: "enableExport", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enableSideBySidePlacement: "enableSideBySidePlacement", focusBorderColor: "focusBorderColor", focusBorderMargin: "focusBorderMargin", focusBorderWidth: "focusBorderWidth", height: "height", highlightColor: "highlightColor", highlightMode: "highlightMode", highlightPattern: "highlightPattern", indicators: "indicators", isMultiSelect: "isMultiSelect", isTransposed: "isTransposed", legendSettings: "legendSettings", locale: "locale", margin: "margin", palettes: "palettes", primaryXAxis: "primaryXAxis", primaryYAxis: "primaryYAxis", rangeColorSettings: "rangeColorSettings", rows: "rows", selectedDataIndexes: "selectedDataIndexes", selectionMode: "selectionMode", selectionPattern: "selectionPattern", series: "series", subTitle: "subTitle", subTitleStyle: "subTitleStyle", tabIndex: "tabIndex", theme: "theme", title: "title", titleStyle: "titleStyle", tooltip: "tooltip", useGroupingSeparator: "useGroupingSeparator", width: "width", zoomSettings: "zoomSettings" }, outputs: { afterExport: "afterExport", animationComplete: "animationComplete", annotationRender: "annotationRender", axisLabelClick: "axisLabelClick", axisLabelRender: "axisLabelRender", axisMultiLabelRender: "axisMultiLabelRender", axisRangeCalculated: "axisRangeCalculated", beforeExport: "beforeExport", beforePrint: "beforePrint", beforeResize: "beforeResize", chartDoubleClick: "chartDoubleClick", chartMouseClick: "chartMouseClick", chartMouseDown: "chartMouseDown", chartMouseLeave: "chartMouseLeave", chartMouseMove: "chartMouseMove", chartMouseUp: "chartMouseUp", drag: "drag", dragComplete: "dragComplete", dragEnd: "dragEnd", dragStart: "dragStart", legendClick: "legendClick", legendRender: "legendRender", load: "load", loaded: "loaded", multiLevelLabelClick: "multiLevelLabelClick", onZooming: "onZooming", pointClick: "pointClick", pointDoubleClick: "pointDoubleClick", pointMove: "pointMove", pointRender: "pointRender", resized: "resized", scrollChanged: "scrollChanged", scrollEnd: "scrollEnd", scrollStart: "scrollStart", selectionComplete: "selectionComplete", seriesRender: "seriesRender", sharedTooltipRender: "sharedTooltipRender", textRender: "textRender", tooltipRender: "tooltipRender", zoomComplete: "zoomComplete", dataSourceChange: "dataSourceChange" }, queries: [{ propertyName: "tooltip_template", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childSeries", first: true, predicate: SeriesCollectionDirective, descendants: true }, { propertyName: "childAxes", first: true, predicate: AxesDirective, descendants: true }, { propertyName: "childRows", first: true, predicate: RowsDirective, descendants: true }, { propertyName: "childColumns", first: true, predicate: ColumnsDirective, descendants: true }, { propertyName: "childRangeColorSettings", first: true, predicate: RangeColorSettingsDirective, descendants: true }, { propertyName: "childAnnotations", first: true, predicate: AnnotationsDirective, descendants: true }, { propertyName: "childSelectedDataIndexes", first: true, predicate: SelectedDataIndexesDirective, descendants: true }, { propertyName: "childIndicators", first: true, predicate: IndicatorsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1174
+ __decorate([
1175
+ Template()
1176
+ ], ChartComponent.prototype, "tooltip_template", void 0);
1177
+ ChartComponent = __decorate([
1178
+ ComponentMixins([ComponentBase])
1179
+ ], ChartComponent);
1180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartComponent, decorators: [{
1181
+ type: Component,
1182
+ args: [{
1183
+ selector: 'ejs-chart',
1184
+ inputs: inputs$8,
1185
+ outputs: outputs$u,
1186
+ template: '',
1187
+ queries: {
1188
+ childSeries: new ContentChild(SeriesCollectionDirective),
1189
+ childAxes: new ContentChild(AxesDirective),
1190
+ childRows: new ContentChild(RowsDirective),
1191
+ childColumns: new ContentChild(ColumnsDirective),
1192
+ childRangeColorSettings: new ContentChild(RangeColorSettingsDirective),
1193
+ childAnnotations: new ContentChild(AnnotationsDirective),
1194
+ childSelectedDataIndexes: new ContentChild(SelectedDataIndexesDirective),
1195
+ childIndicators: new ContentChild(IndicatorsDirective)
1196
+ }
1197
+ }]
1198
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltip_template: [{
1199
+ type: ContentChild,
1200
+ args: ['tooltipTemplate']
1201
+ }] } });
1202
+
1203
+ /**
1204
+ * NgModule definition for the Chart component.
1205
+ */
1206
+ class ChartModule {
1207
+ }
1208
+ ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1209
+ ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartModule, declarations: [ChartComponent,
1210
+ TrendlineDirective,
1211
+ TrendlinesDirective,
1212
+ SegmentDirective,
1213
+ SegmentsDirective,
1214
+ SeriesDirective,
1215
+ SeriesCollectionDirective,
1216
+ StripLineDirective,
1217
+ StripLinesDirective,
1218
+ CategoryDirective,
1219
+ CategoriesDirective,
1220
+ MultiLevelLabelDirective,
1221
+ MultiLevelLabelsDirective,
1222
+ AxisDirective,
1223
+ AxesDirective,
1224
+ RowDirective,
1225
+ RowsDirective,
1226
+ ColumnDirective,
1227
+ ColumnsDirective,
1228
+ RangeColorSettingDirective,
1229
+ RangeColorSettingsDirective,
1230
+ AnnotationDirective,
1231
+ AnnotationsDirective,
1232
+ SelectedDataIndexDirective,
1233
+ SelectedDataIndexesDirective,
1234
+ IndicatorDirective,
1235
+ IndicatorsDirective], imports: [CommonModule], exports: [ChartComponent,
1236
+ TrendlineDirective,
1237
+ TrendlinesDirective,
1238
+ SegmentDirective,
1239
+ SegmentsDirective,
1240
+ SeriesDirective,
1241
+ SeriesCollectionDirective,
1242
+ StripLineDirective,
1243
+ StripLinesDirective,
1244
+ CategoryDirective,
1245
+ CategoriesDirective,
1246
+ MultiLevelLabelDirective,
1247
+ MultiLevelLabelsDirective,
1248
+ AxisDirective,
1249
+ AxesDirective,
1250
+ RowDirective,
1251
+ RowsDirective,
1252
+ ColumnDirective,
1253
+ ColumnsDirective,
1254
+ RangeColorSettingDirective,
1255
+ RangeColorSettingsDirective,
1256
+ AnnotationDirective,
1257
+ AnnotationsDirective,
1258
+ SelectedDataIndexDirective,
1259
+ SelectedDataIndexesDirective,
1260
+ IndicatorDirective,
1261
+ IndicatorsDirective] });
1262
+ ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartModule, imports: [[CommonModule]] });
1263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartModule, decorators: [{
1264
+ type: NgModule,
1265
+ args: [{
1266
+ imports: [CommonModule],
1267
+ declarations: [
1268
+ ChartComponent,
1269
+ TrendlineDirective,
1270
+ TrendlinesDirective,
1271
+ SegmentDirective,
1272
+ SegmentsDirective,
1273
+ SeriesDirective,
1274
+ SeriesCollectionDirective,
1275
+ StripLineDirective,
1276
+ StripLinesDirective,
1277
+ CategoryDirective,
1278
+ CategoriesDirective,
1279
+ MultiLevelLabelDirective,
1280
+ MultiLevelLabelsDirective,
1281
+ AxisDirective,
1282
+ AxesDirective,
1283
+ RowDirective,
1284
+ RowsDirective,
1285
+ ColumnDirective,
1286
+ ColumnsDirective,
1287
+ RangeColorSettingDirective,
1288
+ RangeColorSettingsDirective,
1289
+ AnnotationDirective,
1290
+ AnnotationsDirective,
1291
+ SelectedDataIndexDirective,
1292
+ SelectedDataIndexesDirective,
1293
+ IndicatorDirective,
1294
+ IndicatorsDirective
1295
+ ],
1296
+ exports: [
1297
+ ChartComponent,
1298
+ TrendlineDirective,
1299
+ TrendlinesDirective,
1300
+ SegmentDirective,
1301
+ SegmentsDirective,
1302
+ SeriesDirective,
1303
+ SeriesCollectionDirective,
1304
+ StripLineDirective,
1305
+ StripLinesDirective,
1306
+ CategoryDirective,
1307
+ CategoriesDirective,
1308
+ MultiLevelLabelDirective,
1309
+ MultiLevelLabelsDirective,
1310
+ AxisDirective,
1311
+ AxesDirective,
1312
+ RowDirective,
1313
+ RowsDirective,
1314
+ ColumnDirective,
1315
+ ColumnsDirective,
1316
+ RangeColorSettingDirective,
1317
+ RangeColorSettingsDirective,
1318
+ AnnotationDirective,
1319
+ AnnotationsDirective,
1320
+ SelectedDataIndexDirective,
1321
+ SelectedDataIndexesDirective,
1322
+ IndicatorDirective,
1323
+ IndicatorsDirective
1324
+ ]
1325
+ }]
1326
+ }] });
1327
+
1328
+ const LineSeriesService = { provide: 'ChartsLineSeries', useValue: LineSeries };
1329
+ const ScatterSeriesService = { provide: 'ChartsScatterSeries', useValue: ScatterSeries };
1330
+ const ColumnSeriesService = { provide: 'ChartsColumnSeries', useValue: ColumnSeries };
1331
+ const SplineSeriesService = { provide: 'ChartsSplineSeries', useValue: SplineSeries };
1332
+ const SplineAreaSeriesService = { provide: 'ChartsSplineAreaSeries', useValue: SplineAreaSeries };
1333
+ const StripLineService = { provide: 'ChartsStripLine', useValue: StripLine };
1334
+ const AreaSeriesService = { provide: 'ChartsAreaSeries', useValue: AreaSeries };
1335
+ const ScrollBarService = { provide: 'ChartsScrollBar', useValue: ScrollBar };
1336
+ const StepLineSeriesService = { provide: 'ChartsStepLineSeries', useValue: StepLineSeries };
1337
+ const StepAreaSeriesService = { provide: 'ChartsStepAreaSeries', useValue: StepAreaSeries };
1338
+ const StackingColumnSeriesService = { provide: 'ChartsStackingColumnSeries', useValue: StackingColumnSeries };
1339
+ const StackingLineSeriesService = { provide: 'ChartsStackingLineSeries', useValue: StackingLineSeries };
1340
+ const StackingAreaSeriesService = { provide: 'ChartsStackingAreaSeries', useValue: StackingAreaSeries };
1341
+ const StackingStepAreaSeriesService = { provide: 'ChartsStackingStepAreaSeries', useValue: StackingStepAreaSeries };
1342
+ const BarSeriesService = { provide: 'ChartsBarSeries', useValue: BarSeries };
1343
+ const StackingBarSeriesService = { provide: 'ChartsStackingBarSeries', useValue: StackingBarSeries };
1344
+ const RangeColumnSeriesService = { provide: 'ChartsRangeColumnSeries', useValue: RangeColumnSeries };
1345
+ const BubbleSeriesService = { provide: 'ChartsBubbleSeries', useValue: BubbleSeries };
1346
+ const TooltipService = { provide: 'ChartsTooltip', useValue: Tooltip };
1347
+ const CrosshairService = { provide: 'ChartsCrosshair', useValue: Crosshair };
1348
+ const CategoryService = { provide: 'ChartsCategory', useValue: Category };
1349
+ const DateTimeService = { provide: 'ChartsDateTime', useValue: DateTime };
1350
+ const LogarithmicService = { provide: 'ChartsLogarithmic', useValue: Logarithmic };
1351
+ const LegendService = { provide: 'ChartsLegend', useValue: Legend };
1352
+ const ZoomService = { provide: 'ChartsZoom', useValue: Zoom };
1353
+ const DataLabelService = { provide: 'ChartsDataLabel', useValue: DataLabel };
1354
+ const SelectionService = { provide: 'ChartsSelection', useValue: Selection };
1355
+ const ChartAnnotationService = { provide: 'ChartsChartAnnotation', useValue: ChartAnnotation };
1356
+ const HiloSeriesService = { provide: 'ChartsHiloSeries', useValue: HiloSeries };
1357
+ const HiloOpenCloseSeriesService = { provide: 'ChartsHiloOpenCloseSeries', useValue: HiloOpenCloseSeries };
1358
+ const WaterfallSeriesService = { provide: 'ChartsWaterfallSeries', useValue: WaterfallSeries };
1359
+ const RangeAreaSeriesService = { provide: 'ChartsRangeAreaSeries', useValue: RangeAreaSeries };
1360
+ const RangeStepAreaSeriesService = { provide: 'ChartsRangeStepAreaSeries', useValue: RangeStepAreaSeries };
1361
+ const SplineRangeAreaSeriesService = { provide: 'ChartsSplineRangeAreaSeries', useValue: SplineRangeAreaSeries };
1362
+ const CandleSeriesService = { provide: 'ChartsCandleSeries', useValue: CandleSeries };
1363
+ const PolarSeriesService = { provide: 'ChartsPolarSeries', useValue: PolarSeries };
1364
+ const RadarSeriesService = { provide: 'ChartsRadarSeries', useValue: RadarSeries };
1365
+ const SmaIndicatorService = { provide: 'ChartsSmaIndicator', useValue: SmaIndicator };
1366
+ const TmaIndicatorService = { provide: 'ChartsTmaIndicator', useValue: TmaIndicator };
1367
+ const EmaIndicatorService = { provide: 'ChartsEmaIndicator', useValue: EmaIndicator };
1368
+ const AccumulationDistributionIndicatorService = { provide: 'ChartsAccumulationDistributionIndicator', useValue: AccumulationDistributionIndicator };
1369
+ const MacdIndicatorService = { provide: 'ChartsMacdIndicator', useValue: MacdIndicator };
1370
+ const AtrIndicatorService = { provide: 'ChartsAtrIndicator', useValue: AtrIndicator };
1371
+ const RsiIndicatorService = { provide: 'ChartsRsiIndicator', useValue: RsiIndicator };
1372
+ const MomentumIndicatorService = { provide: 'ChartsMomentumIndicator', useValue: MomentumIndicator };
1373
+ const StochasticIndicatorService = { provide: 'ChartsStochasticIndicator', useValue: StochasticIndicator };
1374
+ const BollingerBandsService = { provide: 'ChartsBollingerBands', useValue: BollingerBands };
1375
+ const BoxAndWhiskerSeriesService = { provide: 'ChartsBoxAndWhiskerSeries', useValue: BoxAndWhiskerSeries };
1376
+ const HistogramSeriesService = { provide: 'ChartsHistogramSeries', useValue: HistogramSeries };
1377
+ const ErrorBarService = { provide: 'ChartsErrorBar', useValue: ErrorBar };
1378
+ const TrendlinesService = { provide: 'ChartsTrendlines', useValue: Trendlines };
1379
+ const DateTimeCategoryService = { provide: 'ChartsDateTimeCategory', useValue: DateTimeCategory };
1380
+ const MultiColoredLineSeriesService = { provide: 'ChartsMultiColoredLineSeries', useValue: MultiColoredLineSeries };
1381
+ const MultiColoredAreaSeriesService = { provide: 'ChartsMultiColoredAreaSeries', useValue: MultiColoredAreaSeries };
1382
+ const MultiLevelLabelService = { provide: 'ChartsMultiLevelLabel', useValue: MultiLevelLabel };
1383
+ const ParetoSeriesService = { provide: 'ChartsParetoSeries', useValue: ParetoSeries };
1384
+ const ExportService = { provide: 'ChartsExport', useValue: Export };
1385
+ const DataEditingService = { provide: 'ChartsDataEditing', useValue: DataEditing };
1386
+ const HighlightService = { provide: 'ChartsHighlight', useValue: Highlight };
1387
+ /**
1388
+ * NgModule definition for the Chart component with providers.
1389
+ */
1390
+ class ChartAllModule {
1391
+ }
1392
+ ChartAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1393
+ ChartAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartAllModule, imports: [CommonModule, ChartModule], exports: [ChartModule] });
1394
+ ChartAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartAllModule, providers: [
1395
+ LineSeriesService,
1396
+ ScatterSeriesService,
1397
+ ColumnSeriesService,
1398
+ SplineSeriesService,
1399
+ SplineAreaSeriesService,
1400
+ StripLineService,
1401
+ AreaSeriesService,
1402
+ ScrollBarService,
1403
+ StepLineSeriesService,
1404
+ StepAreaSeriesService,
1405
+ StackingColumnSeriesService,
1406
+ StackingLineSeriesService,
1407
+ StackingAreaSeriesService,
1408
+ StackingStepAreaSeriesService,
1409
+ BarSeriesService,
1410
+ StackingBarSeriesService,
1411
+ RangeColumnSeriesService,
1412
+ BubbleSeriesService,
1413
+ TooltipService,
1414
+ CrosshairService,
1415
+ CategoryService,
1416
+ DateTimeService,
1417
+ LogarithmicService,
1418
+ LegendService,
1419
+ ZoomService,
1420
+ DataLabelService,
1421
+ SelectionService,
1422
+ ChartAnnotationService,
1423
+ HiloSeriesService,
1424
+ HiloOpenCloseSeriesService,
1425
+ WaterfallSeriesService,
1426
+ RangeAreaSeriesService,
1427
+ RangeStepAreaSeriesService,
1428
+ SplineRangeAreaSeriesService,
1429
+ CandleSeriesService,
1430
+ PolarSeriesService,
1431
+ RadarSeriesService,
1432
+ SmaIndicatorService,
1433
+ TmaIndicatorService,
1434
+ EmaIndicatorService,
1435
+ AccumulationDistributionIndicatorService,
1436
+ MacdIndicatorService,
1437
+ AtrIndicatorService,
1438
+ RsiIndicatorService,
1439
+ MomentumIndicatorService,
1440
+ StochasticIndicatorService,
1441
+ BollingerBandsService,
1442
+ BoxAndWhiskerSeriesService,
1443
+ HistogramSeriesService,
1444
+ ErrorBarService,
1445
+ TrendlinesService,
1446
+ DateTimeCategoryService,
1447
+ MultiColoredLineSeriesService,
1448
+ MultiColoredAreaSeriesService,
1449
+ MultiLevelLabelService,
1450
+ ParetoSeriesService,
1451
+ ExportService,
1452
+ DataEditingService,
1453
+ HighlightService
1454
+ ], imports: [[CommonModule, ChartModule], ChartModule] });
1455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ChartAllModule, decorators: [{
1456
+ type: NgModule,
1457
+ args: [{
1458
+ imports: [CommonModule, ChartModule],
1459
+ exports: [
1460
+ ChartModule
1461
+ ],
1462
+ providers: [
1463
+ LineSeriesService,
1464
+ ScatterSeriesService,
1465
+ ColumnSeriesService,
1466
+ SplineSeriesService,
1467
+ SplineAreaSeriesService,
1468
+ StripLineService,
1469
+ AreaSeriesService,
1470
+ ScrollBarService,
1471
+ StepLineSeriesService,
1472
+ StepAreaSeriesService,
1473
+ StackingColumnSeriesService,
1474
+ StackingLineSeriesService,
1475
+ StackingAreaSeriesService,
1476
+ StackingStepAreaSeriesService,
1477
+ BarSeriesService,
1478
+ StackingBarSeriesService,
1479
+ RangeColumnSeriesService,
1480
+ BubbleSeriesService,
1481
+ TooltipService,
1482
+ CrosshairService,
1483
+ CategoryService,
1484
+ DateTimeService,
1485
+ LogarithmicService,
1486
+ LegendService,
1487
+ ZoomService,
1488
+ DataLabelService,
1489
+ SelectionService,
1490
+ ChartAnnotationService,
1491
+ HiloSeriesService,
1492
+ HiloOpenCloseSeriesService,
1493
+ WaterfallSeriesService,
1494
+ RangeAreaSeriesService,
1495
+ RangeStepAreaSeriesService,
1496
+ SplineRangeAreaSeriesService,
1497
+ CandleSeriesService,
1498
+ PolarSeriesService,
1499
+ RadarSeriesService,
1500
+ SmaIndicatorService,
1501
+ TmaIndicatorService,
1502
+ EmaIndicatorService,
1503
+ AccumulationDistributionIndicatorService,
1504
+ MacdIndicatorService,
1505
+ AtrIndicatorService,
1506
+ RsiIndicatorService,
1507
+ MomentumIndicatorService,
1508
+ StochasticIndicatorService,
1509
+ BollingerBandsService,
1510
+ BoxAndWhiskerSeriesService,
1511
+ HistogramSeriesService,
1512
+ ErrorBarService,
1513
+ TrendlinesService,
1514
+ DateTimeCategoryService,
1515
+ MultiColoredLineSeriesService,
1516
+ MultiColoredAreaSeriesService,
1517
+ MultiLevelLabelService,
1518
+ ParetoSeriesService,
1519
+ ExportService,
1520
+ DataEditingService,
1521
+ HighlightService
1522
+ ]
1523
+ }]
1524
+ }] });
1525
+
1526
+ let input$l = ['accessibility', 'animation', 'applyPattern', 'border', 'borderRadius', 'dashArray', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'endAngle', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'gapRatio', 'groupMode', 'groupTo', 'height', 'innerRadius', 'legendImageUrl', 'legendShape', 'name', 'neckHeight', 'neckWidth', 'opacity', 'palettes', 'pointColorMapping', 'pyramidMode', 'query', 'radius', 'selectionStyle', 'startAngle', 'tooltipMappingName', 'type', 'visible', 'width', 'xName', 'yName'];
1527
+ let outputs$t = [];
1528
+ /**
1529
+ * AccumulationSeries Directive
1530
+ * ```html
1531
+ * <e-accumulation-series-collection>
1532
+ * <e-accumulation-series></e-accumulation-series>
1533
+ * </e-accumulation-series-collection>
1534
+ * ```
1535
+ */
1536
+ class AccumulationSeriesDirective extends ComplexBase {
1537
+ constructor(viewContainerRef) {
1538
+ super();
1539
+ this.viewContainerRef = viewContainerRef;
1540
+ setValue('currentInstance', this, this.viewContainerRef);
1541
+ this.registerEvents(outputs$t);
1542
+ this.directivePropList = input$l;
1543
+ }
1544
+ }
1545
+ AccumulationSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationSeriesDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1546
+ AccumulationSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AccumulationSeriesDirective, selector: "e-accumulation-series-collection>e-accumulation-series", inputs: { accessibility: "accessibility", animation: "animation", applyPattern: "applyPattern", border: "border", borderRadius: "borderRadius", dashArray: "dashArray", dataLabel: "dataLabel", dataSource: "dataSource", emptyPointSettings: "emptyPointSettings", enableTooltip: "enableTooltip", endAngle: "endAngle", explode: "explode", explodeAll: "explodeAll", explodeIndex: "explodeIndex", explodeOffset: "explodeOffset", gapRatio: "gapRatio", groupMode: "groupMode", groupTo: "groupTo", height: "height", innerRadius: "innerRadius", legendImageUrl: "legendImageUrl", legendShape: "legendShape", name: "name", neckHeight: "neckHeight", neckWidth: "neckWidth", opacity: "opacity", palettes: "palettes", pointColorMapping: "pointColorMapping", pyramidMode: "pyramidMode", query: "query", radius: "radius", selectionStyle: "selectionStyle", startAngle: "startAngle", tooltipMappingName: "tooltipMappingName", type: "type", visible: "visible", width: "width", xName: "xName", yName: "yName" }, queries: [{ propertyName: "dataLabel_template", first: true, predicate: ["dataLabelTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
1547
+ __decorate([
1548
+ Template()
1549
+ ], AccumulationSeriesDirective.prototype, "dataLabel_template", void 0);
1550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationSeriesDirective, decorators: [{
1551
+ type: Directive,
1552
+ args: [{
1553
+ selector: 'e-accumulation-series-collection>e-accumulation-series',
1554
+ inputs: input$l,
1555
+ outputs: outputs$t,
1556
+ queries: {}
1557
+ }]
1558
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { dataLabel_template: [{
1559
+ type: ContentChild,
1560
+ args: ['dataLabelTemplate']
1561
+ }] } });
1562
+ /**
1563
+ * AccumulationSeries Array Directive
1564
+ * @private
1565
+ */
1566
+ class AccumulationSeriesCollectionDirective extends ArrayBase {
1567
+ constructor() {
1568
+ super('series');
1569
+ }
1570
+ }
1571
+ AccumulationSeriesCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationSeriesCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1572
+ AccumulationSeriesCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AccumulationSeriesCollectionDirective, selector: "ej-accumulationchart>e-accumulation-series-collection", queries: [{ propertyName: "children", predicate: AccumulationSeriesDirective }], usesInheritance: true, ngImport: i0 });
1573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationSeriesCollectionDirective, decorators: [{
1574
+ type: Directive,
1575
+ args: [{
1576
+ selector: 'ej-accumulationchart>e-accumulation-series-collection',
1577
+ queries: {
1578
+ children: new ContentChildren(AccumulationSeriesDirective)
1579
+ },
1580
+ }]
1581
+ }], ctorParameters: function () { return []; } });
1582
+
1583
+ let input$k = ['content', 'coordinateUnits', 'description', 'horizontalAlignment', 'region', 'verticalAlignment', 'x', 'y'];
1584
+ let outputs$s = [];
1585
+ /**
1586
+ * AccumulationAnnotations Directive
1587
+ * ```html
1588
+ * <e-accumulation-annotations>
1589
+ * <e-accumulation-annotation></e-accumulation-annotation>
1590
+ * </e-accumulation-annotations>
1591
+ * ```
1592
+ */
1593
+ class AccumulationAnnotationDirective extends ComplexBase {
1594
+ constructor(viewContainerRef) {
1595
+ super();
1596
+ this.viewContainerRef = viewContainerRef;
1597
+ setValue('currentInstance', this, this.viewContainerRef);
1598
+ this.registerEvents(outputs$s);
1599
+ this.directivePropList = input$k;
1600
+ }
1601
+ }
1602
+ AccumulationAnnotationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationAnnotationDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1603
+ AccumulationAnnotationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AccumulationAnnotationDirective, selector: "e-accumulation-annotations>e-accumulation-annotation", inputs: { content: "content", coordinateUnits: "coordinateUnits", description: "description", horizontalAlignment: "horizontalAlignment", region: "region", verticalAlignment: "verticalAlignment", x: "x", y: "y" }, queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
1604
+ __decorate([
1605
+ Template()
1606
+ ], AccumulationAnnotationDirective.prototype, "content", void 0);
1607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationAnnotationDirective, decorators: [{
1608
+ type: Directive,
1609
+ args: [{
1610
+ selector: 'e-accumulation-annotations>e-accumulation-annotation',
1611
+ inputs: input$k,
1612
+ outputs: outputs$s,
1613
+ queries: {}
1614
+ }]
1615
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
1616
+ type: ContentChild,
1617
+ args: ['content']
1618
+ }] } });
1619
+ /**
1620
+ * AccumulationAnnotation Array Directive
1621
+ * @private
1622
+ */
1623
+ class AccumulationAnnotationsDirective extends ArrayBase {
1624
+ constructor() {
1625
+ super('annotations');
1626
+ }
1627
+ }
1628
+ AccumulationAnnotationsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationAnnotationsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1629
+ AccumulationAnnotationsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AccumulationAnnotationsDirective, selector: "ej-accumulationchart>e-accumulation-annotations", queries: [{ propertyName: "children", predicate: AccumulationAnnotationDirective }], usesInheritance: true, ngImport: i0 });
1630
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationAnnotationsDirective, decorators: [{
1631
+ type: Directive,
1632
+ args: [{
1633
+ selector: 'ej-accumulationchart>e-accumulation-annotations',
1634
+ queries: {
1635
+ children: new ContentChildren(AccumulationAnnotationDirective)
1636
+ },
1637
+ }]
1638
+ }], ctorParameters: function () { return []; } });
1639
+
1640
+ const inputs$7 = ['accessibility', 'allowExport', 'annotations', 'background', 'backgroundImage', 'border', 'center', 'centerLabel', 'currencyCode', 'dataSource', 'enableAnimation', 'enableBorderOnMouseMove', 'enableExport', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSmartLabels', 'focusBorderColor', 'focusBorderMargin', 'focusBorderWidth', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'isMultiSelect', 'legendSettings', 'locale', 'margin', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width'];
1641
+ const outputs$r = ['afterExport', 'animationComplete', 'annotationRender', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'legendClick', 'legendRender', 'load', 'loaded', 'pointClick', 'pointMove', 'pointRender', 'resized', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender', 'dataSourceChange'];
1642
+ const twoWays$7 = ['dataSource'];
1643
+ /**
1644
+ * AccumulationChart Component
1645
+ * ```html
1646
+ * <ejs-accumulationchart></ejs-accumulationchart>
1647
+ * ```
1648
+ */
1649
+ let AccumulationChartComponent = class AccumulationChartComponent extends AccumulationChart {
1650
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1651
+ super();
1652
+ this.ngEle = ngEle;
1653
+ this.srenderer = srenderer;
1654
+ this.viewContainerRef = viewContainerRef;
1655
+ this.injector = injector;
1656
+ this.tags = ['series', 'annotations'];
1657
+ this.element = this.ngEle.nativeElement;
1658
+ this.injectedModules = this.injectedModules || [];
1659
+ try {
1660
+ let mod = this.injector.get('ChartsPieSeries');
1661
+ if (this.injectedModules.indexOf(mod) === -1) {
1662
+ this.injectedModules.push(mod);
1663
+ }
1664
+ }
1665
+ catch (_a) { }
1666
+ try {
1667
+ let mod = this.injector.get('ChartsFunnelSeries');
1668
+ if (this.injectedModules.indexOf(mod) === -1) {
1669
+ this.injectedModules.push(mod);
1670
+ }
1671
+ }
1672
+ catch (_b) { }
1673
+ try {
1674
+ let mod = this.injector.get('ChartsPyramidSeries');
1675
+ if (this.injectedModules.indexOf(mod) === -1) {
1676
+ this.injectedModules.push(mod);
1677
+ }
1678
+ }
1679
+ catch (_c) { }
1680
+ try {
1681
+ let mod = this.injector.get('ChartsAccumulationTooltip');
1682
+ if (this.injectedModules.indexOf(mod) === -1) {
1683
+ this.injectedModules.push(mod);
1684
+ }
1685
+ }
1686
+ catch (_d) { }
1687
+ try {
1688
+ let mod = this.injector.get('ChartsAccumulationLegend');
1689
+ if (this.injectedModules.indexOf(mod) === -1) {
1690
+ this.injectedModules.push(mod);
1691
+ }
1692
+ }
1693
+ catch (_e) { }
1694
+ try {
1695
+ let mod = this.injector.get('ChartsAccumulationSelection');
1696
+ if (this.injectedModules.indexOf(mod) === -1) {
1697
+ this.injectedModules.push(mod);
1698
+ }
1699
+ }
1700
+ catch (_f) { }
1701
+ try {
1702
+ let mod = this.injector.get('ChartsAccumulationHighlight');
1703
+ if (this.injectedModules.indexOf(mod) === -1) {
1704
+ this.injectedModules.push(mod);
1705
+ }
1706
+ }
1707
+ catch (_g) { }
1708
+ try {
1709
+ let mod = this.injector.get('ChartsAccumulationDataLabel');
1710
+ if (this.injectedModules.indexOf(mod) === -1) {
1711
+ this.injectedModules.push(mod);
1712
+ }
1713
+ }
1714
+ catch (_h) { }
1715
+ try {
1716
+ let mod = this.injector.get('ChartsAccumulationAnnotation');
1717
+ if (this.injectedModules.indexOf(mod) === -1) {
1718
+ this.injectedModules.push(mod);
1719
+ }
1720
+ }
1721
+ catch (_j) { }
1722
+ try {
1723
+ let mod = this.injector.get('ChartsExport');
1724
+ if (this.injectedModules.indexOf(mod) === -1) {
1725
+ this.injectedModules.push(mod);
1726
+ }
1727
+ }
1728
+ catch (_k) { }
1729
+ this.registerEvents(outputs$r);
1730
+ this.addTwoWay.call(this, twoWays$7);
1731
+ setValue('currentInstance', this, this.viewContainerRef);
1732
+ this.context = new ComponentBase();
1733
+ }
1734
+ ngOnInit() {
1735
+ this.context.ngOnInit(this);
1736
+ }
1737
+ ngAfterViewInit() {
1738
+ this.context.ngAfterViewInit(this);
1739
+ }
1740
+ ngOnDestroy() {
1741
+ this.context.ngOnDestroy(this);
1742
+ }
1743
+ ngAfterContentChecked() {
1744
+ this.tagObjects[0].instance = this.childSeries;
1745
+ if (this.childAnnotations) {
1746
+ this.tagObjects[1].instance = this.childAnnotations;
1747
+ }
1748
+ this.context.ngAfterContentChecked(this);
1749
+ }
1750
+ };
1751
+ AccumulationChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1752
+ AccumulationChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: AccumulationChartComponent, selector: "ejs-accumulationchart", inputs: { accessibility: "accessibility", allowExport: "allowExport", annotations: "annotations", background: "background", backgroundImage: "backgroundImage", border: "border", center: "center", centerLabel: "centerLabel", currencyCode: "currencyCode", dataSource: "dataSource", enableAnimation: "enableAnimation", enableBorderOnMouseMove: "enableBorderOnMouseMove", enableExport: "enableExport", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enableSmartLabels: "enableSmartLabels", focusBorderColor: "focusBorderColor", focusBorderMargin: "focusBorderMargin", focusBorderWidth: "focusBorderWidth", height: "height", highlightColor: "highlightColor", highlightMode: "highlightMode", highlightPattern: "highlightPattern", isMultiSelect: "isMultiSelect", legendSettings: "legendSettings", locale: "locale", margin: "margin", selectedDataIndexes: "selectedDataIndexes", selectionMode: "selectionMode", selectionPattern: "selectionPattern", series: "series", subTitle: "subTitle", subTitleStyle: "subTitleStyle", theme: "theme", title: "title", titleStyle: "titleStyle", tooltip: "tooltip", useGroupingSeparator: "useGroupingSeparator", width: "width" }, outputs: { afterExport: "afterExport", animationComplete: "animationComplete", annotationRender: "annotationRender", beforePrint: "beforePrint", beforeResize: "beforeResize", chartDoubleClick: "chartDoubleClick", chartMouseClick: "chartMouseClick", chartMouseDown: "chartMouseDown", chartMouseLeave: "chartMouseLeave", chartMouseMove: "chartMouseMove", chartMouseUp: "chartMouseUp", legendClick: "legendClick", legendRender: "legendRender", load: "load", loaded: "loaded", pointClick: "pointClick", pointMove: "pointMove", pointRender: "pointRender", resized: "resized", selectionComplete: "selectionComplete", seriesRender: "seriesRender", textRender: "textRender", tooltipRender: "tooltipRender", dataSourceChange: "dataSourceChange" }, queries: [{ propertyName: "tooltip_template", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childSeries", first: true, predicate: AccumulationSeriesCollectionDirective, descendants: true }, { propertyName: "childAnnotations", first: true, predicate: AccumulationAnnotationsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1753
+ __decorate([
1754
+ Template()
1755
+ ], AccumulationChartComponent.prototype, "tooltip_template", void 0);
1756
+ AccumulationChartComponent = __decorate([
1757
+ ComponentMixins([ComponentBase])
1758
+ ], AccumulationChartComponent);
1759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartComponent, decorators: [{
1760
+ type: Component,
1761
+ args: [{
1762
+ selector: 'ejs-accumulationchart',
1763
+ inputs: inputs$7,
1764
+ outputs: outputs$r,
1765
+ template: '',
1766
+ changeDetection: ChangeDetectionStrategy.OnPush,
1767
+ queries: {
1768
+ childSeries: new ContentChild(AccumulationSeriesCollectionDirective),
1769
+ childAnnotations: new ContentChild(AccumulationAnnotationsDirective)
1770
+ }
1771
+ }]
1772
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltip_template: [{
1773
+ type: ContentChild,
1774
+ args: ['tooltipTemplate']
1775
+ }] } });
1776
+
1777
+ /**
1778
+ * NgModule definition for the AccumulationChart component.
1779
+ */
1780
+ class AccumulationChartModule {
1781
+ }
1782
+ AccumulationChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1783
+ AccumulationChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartModule, declarations: [AccumulationChartComponent,
1784
+ AccumulationSeriesDirective,
1785
+ AccumulationSeriesCollectionDirective,
1786
+ AccumulationAnnotationDirective,
1787
+ AccumulationAnnotationsDirective], imports: [CommonModule], exports: [AccumulationChartComponent,
1788
+ AccumulationSeriesDirective,
1789
+ AccumulationSeriesCollectionDirective,
1790
+ AccumulationAnnotationDirective,
1791
+ AccumulationAnnotationsDirective] });
1792
+ AccumulationChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartModule, imports: [[CommonModule]] });
1793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartModule, decorators: [{
1794
+ type: NgModule,
1795
+ args: [{
1796
+ imports: [CommonModule],
1797
+ declarations: [
1798
+ AccumulationChartComponent,
1799
+ AccumulationSeriesDirective,
1800
+ AccumulationSeriesCollectionDirective,
1801
+ AccumulationAnnotationDirective,
1802
+ AccumulationAnnotationsDirective
1803
+ ],
1804
+ exports: [
1805
+ AccumulationChartComponent,
1806
+ AccumulationSeriesDirective,
1807
+ AccumulationSeriesCollectionDirective,
1808
+ AccumulationAnnotationDirective,
1809
+ AccumulationAnnotationsDirective
1810
+ ]
1811
+ }]
1812
+ }] });
1813
+
1814
+ const PieSeriesService = { provide: 'ChartsPieSeries', useValue: PieSeries };
1815
+ const FunnelSeriesService = { provide: 'ChartsFunnelSeries', useValue: FunnelSeries };
1816
+ const PyramidSeriesService = { provide: 'ChartsPyramidSeries', useValue: PyramidSeries };
1817
+ const AccumulationTooltipService = { provide: 'ChartsAccumulationTooltip', useValue: AccumulationTooltip };
1818
+ const AccumulationLegendService = { provide: 'ChartsAccumulationLegend', useValue: AccumulationLegend };
1819
+ const AccumulationSelectionService = { provide: 'ChartsAccumulationSelection', useValue: AccumulationSelection };
1820
+ const AccumulationHighlightService = { provide: 'ChartsAccumulationHighlight', useValue: AccumulationHighlight };
1821
+ const AccumulationDataLabelService = { provide: 'ChartsAccumulationDataLabel', useValue: AccumulationDataLabel };
1822
+ const AccumulationAnnotationService = { provide: 'ChartsAccumulationAnnotation', useValue: AccumulationAnnotation };
1823
+ /**
1824
+ * NgModule definition for the AccumulationChart component with providers.
1825
+ */
1826
+ class AccumulationChartAllModule {
1827
+ }
1828
+ AccumulationChartAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1829
+ AccumulationChartAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartAllModule, imports: [CommonModule, AccumulationChartModule], exports: [AccumulationChartModule] });
1830
+ AccumulationChartAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartAllModule, providers: [
1831
+ PieSeriesService,
1832
+ FunnelSeriesService,
1833
+ PyramidSeriesService,
1834
+ AccumulationTooltipService,
1835
+ AccumulationLegendService,
1836
+ AccumulationSelectionService,
1837
+ AccumulationHighlightService,
1838
+ AccumulationDataLabelService,
1839
+ AccumulationAnnotationService
1840
+ ], imports: [[CommonModule, AccumulationChartModule], AccumulationChartModule] });
1841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccumulationChartAllModule, decorators: [{
1842
+ type: NgModule,
1843
+ args: [{
1844
+ imports: [CommonModule, AccumulationChartModule],
1845
+ exports: [
1846
+ AccumulationChartModule
1847
+ ],
1848
+ providers: [
1849
+ PieSeriesService,
1850
+ FunnelSeriesService,
1851
+ PyramidSeriesService,
1852
+ AccumulationTooltipService,
1853
+ AccumulationLegendService,
1854
+ AccumulationSelectionService,
1855
+ AccumulationHighlightService,
1856
+ AccumulationDataLabelService,
1857
+ AccumulationAnnotationService
1858
+ ]
1859
+ }]
1860
+ }] });
1861
+
1862
+ let input$j = ['animation', 'border', 'dashArray', 'dataSource', 'fill', 'opacity', 'query', 'type', 'width', 'xName', 'yName'];
1863
+ let outputs$q = [];
1864
+ /**
1865
+ * RangenavigatorSeries Directive
1866
+ * ```html
1867
+ * <e-rangenavigator-series-collection>
1868
+ * <e-rangenavigator-series></e-rangenavigator-series>
1869
+ * </e-rangenavigator-series-collection>
1870
+ * ```
1871
+ */
1872
+ class RangenavigatorSeriesDirective extends ComplexBase {
1873
+ constructor(viewContainerRef) {
1874
+ super();
1875
+ this.viewContainerRef = viewContainerRef;
1876
+ setValue('currentInstance', this, this.viewContainerRef);
1877
+ this.registerEvents(outputs$q);
1878
+ this.directivePropList = input$j;
1879
+ }
1880
+ }
1881
+ RangenavigatorSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangenavigatorSeriesDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1882
+ RangenavigatorSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RangenavigatorSeriesDirective, selector: "e-rangenavigator-series-collection>e-rangenavigator-series", inputs: { animation: "animation", border: "border", dashArray: "dashArray", dataSource: "dataSource", fill: "fill", opacity: "opacity", query: "query", type: "type", width: "width", xName: "xName", yName: "yName" }, usesInheritance: true, ngImport: i0 });
1883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangenavigatorSeriesDirective, decorators: [{
1884
+ type: Directive,
1885
+ args: [{
1886
+ selector: 'e-rangenavigator-series-collection>e-rangenavigator-series',
1887
+ inputs: input$j,
1888
+ outputs: outputs$q,
1889
+ queries: {}
1890
+ }]
1891
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
1892
+ /**
1893
+ * RangenavigatorSeries Array Directive
1894
+ * @private
1895
+ */
1896
+ class RangenavigatorSeriesCollectionDirective extends ArrayBase {
1897
+ constructor() {
1898
+ super('series');
1899
+ }
1900
+ }
1901
+ RangenavigatorSeriesCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangenavigatorSeriesCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1902
+ RangenavigatorSeriesCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RangenavigatorSeriesCollectionDirective, selector: "ej-rangenavigator>e-rangenavigator-series-collection", queries: [{ propertyName: "children", predicate: RangenavigatorSeriesDirective }], usesInheritance: true, ngImport: i0 });
1903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangenavigatorSeriesCollectionDirective, decorators: [{
1904
+ type: Directive,
1905
+ args: [{
1906
+ selector: 'ej-rangenavigator>e-rangenavigator-series-collection',
1907
+ queries: {
1908
+ children: new ContentChildren(RangenavigatorSeriesDirective)
1909
+ },
1910
+ }]
1911
+ }], ctorParameters: function () { return []; } });
1912
+
1913
+ const inputs$6 = ['allowIntervalData', 'allowSnapping', 'animationDuration', 'background', 'dataSource', 'disableRangeSelector', 'enableDeferredUpdate', 'enableGrouping', 'enablePersistence', 'enableRtl', 'groupBy', 'height', 'interval', 'intervalType', 'labelFormat', 'labelIntersectAction', 'labelPlacement', 'labelPosition', 'labelStyle', 'locale', 'logBase', 'majorGridLines', 'majorTickLines', 'margin', 'maximum', 'minimum', 'navigatorBorder', 'navigatorStyleSettings', 'periodSelectorSettings', 'query', 'secondaryLabelAlignment', 'series', 'skeleton', 'skeletonType', 'theme', 'tickPosition', 'tooltip', 'useGroupingSeparator', 'value', 'valueType', 'width', 'xName', 'yName'];
1914
+ const outputs$p = ['beforePrint', 'beforeResize', 'changed', 'labelRender', 'load', 'loaded', 'resized', 'selectorRender', 'tooltipRender', 'dataSourceChange'];
1915
+ const twoWays$6 = ['dataSource'];
1916
+ /**
1917
+ * RangeNavigator Component
1918
+ * ```html
1919
+ * <ejs-rangenavigator></ejs-rangenavigator>
1920
+ * ```
1921
+ */
1922
+ let RangeNavigatorComponent = class RangeNavigatorComponent extends RangeNavigator {
1923
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1924
+ super();
1925
+ this.ngEle = ngEle;
1926
+ this.srenderer = srenderer;
1927
+ this.viewContainerRef = viewContainerRef;
1928
+ this.injector = injector;
1929
+ this.tags = ['series'];
1930
+ this.element = this.ngEle.nativeElement;
1931
+ this.injectedModules = this.injectedModules || [];
1932
+ try {
1933
+ let mod = this.injector.get('ChartsRangeTooltip');
1934
+ if (this.injectedModules.indexOf(mod) === -1) {
1935
+ this.injectedModules.push(mod);
1936
+ }
1937
+ }
1938
+ catch (_a) { }
1939
+ try {
1940
+ let mod = this.injector.get('ChartsPeriodSelector');
1941
+ if (this.injectedModules.indexOf(mod) === -1) {
1942
+ this.injectedModules.push(mod);
1943
+ }
1944
+ }
1945
+ catch (_b) { }
1946
+ try {
1947
+ let mod = this.injector.get('ChartsAreaSeries');
1948
+ if (this.injectedModules.indexOf(mod) === -1) {
1949
+ this.injectedModules.push(mod);
1950
+ }
1951
+ }
1952
+ catch (_c) { }
1953
+ try {
1954
+ let mod = this.injector.get('ChartsStepLineSeries');
1955
+ if (this.injectedModules.indexOf(mod) === -1) {
1956
+ this.injectedModules.push(mod);
1957
+ }
1958
+ }
1959
+ catch (_d) { }
1960
+ try {
1961
+ let mod = this.injector.get('ChartsDateTime');
1962
+ if (this.injectedModules.indexOf(mod) === -1) {
1963
+ this.injectedModules.push(mod);
1964
+ }
1965
+ }
1966
+ catch (_e) { }
1967
+ try {
1968
+ let mod = this.injector.get('ChartsLogarithmic');
1969
+ if (this.injectedModules.indexOf(mod) === -1) {
1970
+ this.injectedModules.push(mod);
1971
+ }
1972
+ }
1973
+ catch (_f) { }
1974
+ try {
1975
+ let mod = this.injector.get('ChartsExport');
1976
+ if (this.injectedModules.indexOf(mod) === -1) {
1977
+ this.injectedModules.push(mod);
1978
+ }
1979
+ }
1980
+ catch (_g) { }
1981
+ try {
1982
+ let mod = this.injector.get('ChartsDateTimeCategory');
1983
+ if (this.injectedModules.indexOf(mod) === -1) {
1984
+ this.injectedModules.push(mod);
1985
+ }
1986
+ }
1987
+ catch (_h) { }
1988
+ this.registerEvents(outputs$p);
1989
+ this.addTwoWay.call(this, twoWays$6);
1990
+ setValue('currentInstance', this, this.viewContainerRef);
1991
+ this.context = new ComponentBase();
1992
+ }
1993
+ ngOnInit() {
1994
+ this.context.ngOnInit(this);
1995
+ }
1996
+ ngAfterViewInit() {
1997
+ this.context.ngAfterViewInit(this);
1998
+ }
1999
+ ngOnDestroy() {
2000
+ this.context.ngOnDestroy(this);
2001
+ }
2002
+ ngAfterContentChecked() {
2003
+ this.tagObjects[0].instance = this.childSeries;
2004
+ this.context.ngAfterContentChecked(this);
2005
+ }
2006
+ };
2007
+ RangeNavigatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2008
+ RangeNavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RangeNavigatorComponent, selector: "ejs-rangenavigator", inputs: { 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" }, outputs: { beforePrint: "beforePrint", beforeResize: "beforeResize", changed: "changed", labelRender: "labelRender", load: "load", loaded: "loaded", resized: "resized", selectorRender: "selectorRender", tooltipRender: "tooltipRender", dataSourceChange: "dataSourceChange" }, queries: [{ propertyName: "tooltip_template", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childSeries", first: true, predicate: RangenavigatorSeriesCollectionDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2009
+ __decorate([
2010
+ Template()
2011
+ ], RangeNavigatorComponent.prototype, "tooltip_template", void 0);
2012
+ RangeNavigatorComponent = __decorate([
2013
+ ComponentMixins([ComponentBase])
2014
+ ], RangeNavigatorComponent);
2015
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorComponent, decorators: [{
2016
+ type: Component,
2017
+ args: [{
2018
+ selector: 'ejs-rangenavigator',
2019
+ inputs: inputs$6,
2020
+ outputs: outputs$p,
2021
+ template: '',
2022
+ changeDetection: ChangeDetectionStrategy.OnPush,
2023
+ queries: {
2024
+ childSeries: new ContentChild(RangenavigatorSeriesCollectionDirective)
2025
+ }
2026
+ }]
2027
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltip_template: [{
2028
+ type: ContentChild,
2029
+ args: ['tooltipTemplate']
2030
+ }] } });
2031
+
2032
+ /**
2033
+ * NgModule definition for the RangeNavigator component.
2034
+ */
2035
+ class RangeNavigatorModule {
2036
+ }
2037
+ RangeNavigatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2038
+ RangeNavigatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorModule, declarations: [RangeNavigatorComponent,
2039
+ RangenavigatorSeriesDirective,
2040
+ RangenavigatorSeriesCollectionDirective], imports: [CommonModule], exports: [RangeNavigatorComponent,
2041
+ RangenavigatorSeriesDirective,
2042
+ RangenavigatorSeriesCollectionDirective] });
2043
+ RangeNavigatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorModule, imports: [[CommonModule]] });
2044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorModule, decorators: [{
2045
+ type: NgModule,
2046
+ args: [{
2047
+ imports: [CommonModule],
2048
+ declarations: [
2049
+ RangeNavigatorComponent,
2050
+ RangenavigatorSeriesDirective,
2051
+ RangenavigatorSeriesCollectionDirective
2052
+ ],
2053
+ exports: [
2054
+ RangeNavigatorComponent,
2055
+ RangenavigatorSeriesDirective,
2056
+ RangenavigatorSeriesCollectionDirective
2057
+ ]
2058
+ }]
2059
+ }] });
2060
+
2061
+ const RangeTooltipService = { provide: 'ChartsRangeTooltip', useValue: RangeTooltip };
2062
+ const PeriodSelectorService = { provide: 'ChartsPeriodSelector', useValue: PeriodSelector };
2063
+ /**
2064
+ * NgModule definition for the RangeNavigator component with providers.
2065
+ */
2066
+ class RangeNavigatorAllModule {
2067
+ }
2068
+ RangeNavigatorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2069
+ RangeNavigatorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorAllModule, imports: [CommonModule, RangeNavigatorModule], exports: [RangeNavigatorModule] });
2070
+ RangeNavigatorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorAllModule, providers: [
2071
+ RangeTooltipService,
2072
+ PeriodSelectorService
2073
+ ], imports: [[CommonModule, RangeNavigatorModule], RangeNavigatorModule] });
2074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeNavigatorAllModule, decorators: [{
2075
+ type: NgModule,
2076
+ args: [{
2077
+ imports: [CommonModule, RangeNavigatorModule],
2078
+ exports: [
2079
+ RangeNavigatorModule
2080
+ ],
2081
+ providers: [
2082
+ RangeTooltipService,
2083
+ PeriodSelectorService
2084
+ ]
2085
+ }]
2086
+ }] });
2087
+
2088
+ let input$i = ['color', 'endRange', 'opacity', 'startRange'];
2089
+ let outputs$o = [];
2090
+ class RangeBandSettingDirective extends ComplexBase {
2091
+ constructor(viewContainerRef) {
2092
+ super();
2093
+ this.viewContainerRef = viewContainerRef;
2094
+ setValue('currentInstance', this, this.viewContainerRef);
2095
+ this.registerEvents(outputs$o);
2096
+ this.directivePropList = input$i;
2097
+ }
2098
+ }
2099
+ RangeBandSettingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeBandSettingDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2100
+ RangeBandSettingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RangeBandSettingDirective, selector: "e-rangeBandSettings>e-rangeBandSetting", inputs: { color: "color", endRange: "endRange", opacity: "opacity", startRange: "startRange" }, usesInheritance: true, ngImport: i0 });
2101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeBandSettingDirective, decorators: [{
2102
+ type: Directive,
2103
+ args: [{
2104
+ selector: 'e-rangeBandSettings>e-rangeBandSetting',
2105
+ inputs: input$i,
2106
+ outputs: outputs$o,
2107
+ queries: {}
2108
+ }]
2109
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2110
+ /**
2111
+ * RangeBandSetting Array Directive
2112
+ * @private
2113
+ */
2114
+ class RangeBandSettingsDirective extends ArrayBase {
2115
+ constructor() {
2116
+ super('rangebandsettings');
2117
+ }
2118
+ }
2119
+ RangeBandSettingsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeBandSettingsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2120
+ RangeBandSettingsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RangeBandSettingsDirective, selector: "ejs-sparkline>e-rangeBandSettings", queries: [{ propertyName: "children", predicate: RangeBandSettingDirective }], usesInheritance: true, ngImport: i0 });
2121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RangeBandSettingsDirective, decorators: [{
2122
+ type: Directive,
2123
+ args: [{
2124
+ selector: 'ejs-sparkline>e-rangeBandSettings',
2125
+ queries: {
2126
+ children: new ContentChildren(RangeBandSettingDirective)
2127
+ },
2128
+ }]
2129
+ }], ctorParameters: function () { return []; } });
2130
+
2131
+ const inputs$5 = ['axisSettings', 'border', 'containerArea', 'dataLabelSettings', 'dataSource', 'enablePersistence', 'enableRtl', 'endPointColor', 'fill', 'format', 'height', 'highPointColor', 'lineWidth', 'locale', 'lowPointColor', 'markerSettings', 'negativePointColor', 'opacity', 'padding', 'palette', 'query', 'rangeBandSettings', 'rangePadding', 'startPointColor', 'theme', 'tiePointColor', 'tooltipSettings', 'type', 'useGroupingSeparator', 'valueType', 'width', 'xName', 'yName'];
2132
+ const outputs$n = ['axisRendering', 'dataLabelRendering', 'load', 'loaded', 'markerRendering', 'pointRegionMouseClick', 'pointRegionMouseMove', 'pointRendering', 'resize', 'seriesRendering', 'sparklineMouseClick', 'sparklineMouseMove', 'tooltipInitialize'];
2133
+ const twoWays$5 = [''];
2134
+ /**
2135
+ * Sparkline Component
2136
+ * ```html
2137
+ * <ejs-sparkline></ejs-sparkline>
2138
+ * ```
2139
+ */
2140
+ let SparklineComponent = class SparklineComponent extends Sparkline {
2141
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
2142
+ super();
2143
+ this.ngEle = ngEle;
2144
+ this.srenderer = srenderer;
2145
+ this.viewContainerRef = viewContainerRef;
2146
+ this.injector = injector;
2147
+ this.tags = ['rangeBandSettings'];
2148
+ this.element = this.ngEle.nativeElement;
2149
+ this.injectedModules = this.injectedModules || [];
2150
+ try {
2151
+ let mod = this.injector.get('ChartsSparklineTooltip');
2152
+ if (this.injectedModules.indexOf(mod) === -1) {
2153
+ this.injectedModules.push(mod);
2154
+ }
2155
+ }
2156
+ catch (_a) { }
2157
+ this.registerEvents(outputs$n);
2158
+ this.addTwoWay.call(this, twoWays$5);
2159
+ setValue('currentInstance', this, this.viewContainerRef);
2160
+ this.context = new ComponentBase();
2161
+ }
2162
+ ngOnInit() {
2163
+ this.context.ngOnInit(this);
2164
+ }
2165
+ ngAfterViewInit() {
2166
+ this.context.ngAfterViewInit(this);
2167
+ }
2168
+ ngOnDestroy() {
2169
+ this.context.ngOnDestroy(this);
2170
+ }
2171
+ ngAfterContentChecked() {
2172
+ this.tagObjects[0].instance = this.childRangeBandSettings;
2173
+ this.context.ngAfterContentChecked(this);
2174
+ }
2175
+ };
2176
+ SparklineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2177
+ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SparklineComponent, selector: "ejs-sparkline", inputs: { 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" }, outputs: { 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" }, queries: [{ propertyName: "childRangeBandSettings", first: true, predicate: RangeBandSettingsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2178
+ SparklineComponent = __decorate([
2179
+ ComponentMixins([ComponentBase])
2180
+ ], SparklineComponent);
2181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineComponent, decorators: [{
2182
+ type: Component,
2183
+ args: [{
2184
+ selector: 'ejs-sparkline',
2185
+ inputs: inputs$5,
2186
+ outputs: outputs$n,
2187
+ template: '',
2188
+ changeDetection: ChangeDetectionStrategy.OnPush,
2189
+ queries: {
2190
+ childRangeBandSettings: new ContentChild(RangeBandSettingsDirective)
2191
+ }
2192
+ }]
2193
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
2194
+
2195
+ /**
2196
+ * NgModule definition for the Sparkline component.
2197
+ */
2198
+ class SparklineModule {
2199
+ }
2200
+ SparklineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2201
+ SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineModule, declarations: [SparklineComponent,
2202
+ RangeBandSettingDirective,
2203
+ RangeBandSettingsDirective], imports: [CommonModule], exports: [SparklineComponent,
2204
+ RangeBandSettingDirective,
2205
+ RangeBandSettingsDirective] });
2206
+ SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineModule, imports: [[CommonModule]] });
2207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineModule, decorators: [{
2208
+ type: NgModule,
2209
+ args: [{
2210
+ imports: [CommonModule],
2211
+ declarations: [
2212
+ SparklineComponent,
2213
+ RangeBandSettingDirective,
2214
+ RangeBandSettingsDirective
2215
+ ],
2216
+ exports: [
2217
+ SparklineComponent,
2218
+ RangeBandSettingDirective,
2219
+ RangeBandSettingsDirective
2220
+ ]
2221
+ }]
2222
+ }] });
2223
+
2224
+ const SparklineTooltipService = { provide: 'ChartsSparklineTooltip', useValue: SparklineTooltip };
2225
+ /**
2226
+ * NgModule definition for the Sparkline component with providers.
2227
+ */
2228
+ class SparklineAllModule {
2229
+ }
2230
+ SparklineAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2231
+ SparklineAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineAllModule, imports: [CommonModule, SparklineModule], exports: [SparklineModule] });
2232
+ SparklineAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineAllModule, providers: [
2233
+ SparklineTooltipService
2234
+ ], imports: [[CommonModule, SparklineModule], SparklineModule] });
2235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SparklineAllModule, decorators: [{
2236
+ type: NgModule,
2237
+ args: [{
2238
+ imports: [CommonModule, SparklineModule],
2239
+ exports: [
2240
+ SparklineModule
2241
+ ],
2242
+ providers: [
2243
+ SparklineTooltipService
2244
+ ]
2245
+ }]
2246
+ }] });
2247
+
2248
+ let input$h = ['animationDuration', 'dataSource', 'enableAnimation', 'enableSmartLabels', 'fill', 'marker', 'name', 'opacity', 'points', 'reactance', 'resistance', 'tooltip', 'tooltipMappingName', 'visibility', 'width'];
2249
+ let outputs$m = [];
2250
+ class SmithchartSeriesDirective extends ComplexBase {
2251
+ constructor(viewContainerRef) {
2252
+ super();
2253
+ this.viewContainerRef = viewContainerRef;
2254
+ setValue('currentInstance', this, this.viewContainerRef);
2255
+ this.registerEvents(outputs$m);
2256
+ this.directivePropList = input$h;
2257
+ }
2258
+ }
2259
+ SmithchartSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartSeriesDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2260
+ SmithchartSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SmithchartSeriesDirective, selector: "e-seriesCollection>e-series", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
2261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartSeriesDirective, decorators: [{
2262
+ type: Directive,
2263
+ args: [{
2264
+ selector: 'e-seriesCollection>e-series',
2265
+ inputs: input$h,
2266
+ outputs: outputs$m,
2267
+ queries: {}
2268
+ }]
2269
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2270
+ /**
2271
+ * SmithchartSeries Array Directive
2272
+ * @private
2273
+ */
2274
+ class SmithchartSeriesCollectionDirective extends ArrayBase {
2275
+ constructor() {
2276
+ super('series');
2277
+ }
2278
+ }
2279
+ SmithchartSeriesCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartSeriesCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2280
+ SmithchartSeriesCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: SmithchartSeriesCollectionDirective, selector: "ejs-smithchart>e-seriesCollection", queries: [{ propertyName: "children", predicate: SmithchartSeriesDirective }], usesInheritance: true, ngImport: i0 });
2281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartSeriesCollectionDirective, decorators: [{
2282
+ type: Directive,
2283
+ args: [{
2284
+ selector: 'ejs-smithchart>e-seriesCollection',
2285
+ queries: {
2286
+ children: new ContentChildren(SmithchartSeriesDirective)
2287
+ },
2288
+ }]
2289
+ }], ctorParameters: function () { return []; } });
2290
+
2291
+ const inputs$4 = ['background', 'border', 'elementSpacing', 'enablePersistence', 'enableRtl', 'font', 'height', 'horizontalAxis', 'legendSettings', 'locale', 'margin', 'radialAxis', 'radius', 'renderType', 'series', 'theme', 'title', 'width'];
2292
+ const outputs$l = ['animationComplete', 'axisLabelRender', 'beforePrint', 'legendRender', 'load', 'loaded', 'seriesRender', 'subtitleRender', 'textRender', 'titleRender', 'tooltipRender'];
2293
+ const twoWays$4 = [''];
2294
+ /**
2295
+ * Smithchart Component
2296
+ * ```html
2297
+ * <ejs-smithchart></ejs-smithchart>
2298
+ * ```
2299
+ */
2300
+ let SmithchartComponent = class SmithchartComponent extends Smithchart {
2301
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
2302
+ super();
2303
+ this.ngEle = ngEle;
2304
+ this.srenderer = srenderer;
2305
+ this.viewContainerRef = viewContainerRef;
2306
+ this.injector = injector;
2307
+ this.tags = ['series'];
2308
+ this.element = this.ngEle.nativeElement;
2309
+ this.injectedModules = this.injectedModules || [];
2310
+ try {
2311
+ let mod = this.injector.get('ChartsSmithchartLegend');
2312
+ if (this.injectedModules.indexOf(mod) === -1) {
2313
+ this.injectedModules.push(mod);
2314
+ }
2315
+ }
2316
+ catch (_a) { }
2317
+ try {
2318
+ let mod = this.injector.get('ChartsTooltipRender');
2319
+ if (this.injectedModules.indexOf(mod) === -1) {
2320
+ this.injectedModules.push(mod);
2321
+ }
2322
+ }
2323
+ catch (_b) { }
2324
+ this.registerEvents(outputs$l);
2325
+ this.addTwoWay.call(this, twoWays$4);
2326
+ setValue('currentInstance', this, this.viewContainerRef);
2327
+ this.context = new ComponentBase();
2328
+ }
2329
+ ngOnInit() {
2330
+ this.context.ngOnInit(this);
2331
+ }
2332
+ ngAfterViewInit() {
2333
+ this.context.ngAfterViewInit(this);
2334
+ }
2335
+ ngOnDestroy() {
2336
+ this.context.ngOnDestroy(this);
2337
+ }
2338
+ ngAfterContentChecked() {
2339
+ this.tagObjects[0].instance = this.childSeries;
2340
+ this.context.ngAfterContentChecked(this);
2341
+ }
2342
+ };
2343
+ SmithchartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2344
+ SmithchartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SmithchartComponent, selector: "ejs-smithchart", inputs: { 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" }, outputs: { animationComplete: "animationComplete", axisLabelRender: "axisLabelRender", beforePrint: "beforePrint", legendRender: "legendRender", load: "load", loaded: "loaded", seriesRender: "seriesRender", subtitleRender: "subtitleRender", textRender: "textRender", titleRender: "titleRender", tooltipRender: "tooltipRender" }, queries: [{ propertyName: "childSeries", first: true, predicate: SmithchartSeriesCollectionDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2345
+ SmithchartComponent = __decorate([
2346
+ ComponentMixins([ComponentBase])
2347
+ ], SmithchartComponent);
2348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartComponent, decorators: [{
2349
+ type: Component,
2350
+ args: [{
2351
+ selector: 'ejs-smithchart',
2352
+ inputs: inputs$4,
2353
+ outputs: outputs$l,
2354
+ template: '',
2355
+ changeDetection: ChangeDetectionStrategy.OnPush,
2356
+ queries: {
2357
+ childSeries: new ContentChild(SmithchartSeriesCollectionDirective)
2358
+ }
2359
+ }]
2360
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
2361
+
2362
+ /**
2363
+ * NgModule definition for the Smithchart component.
2364
+ */
2365
+ class SmithchartModule {
2366
+ }
2367
+ SmithchartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2368
+ SmithchartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartModule, declarations: [SmithchartComponent,
2369
+ SmithchartSeriesDirective,
2370
+ SmithchartSeriesCollectionDirective], imports: [CommonModule], exports: [SmithchartComponent,
2371
+ SmithchartSeriesDirective,
2372
+ SmithchartSeriesCollectionDirective] });
2373
+ SmithchartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartModule, imports: [[CommonModule]] });
2374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartModule, decorators: [{
2375
+ type: NgModule,
2376
+ args: [{
2377
+ imports: [CommonModule],
2378
+ declarations: [
2379
+ SmithchartComponent,
2380
+ SmithchartSeriesDirective,
2381
+ SmithchartSeriesCollectionDirective
2382
+ ],
2383
+ exports: [
2384
+ SmithchartComponent,
2385
+ SmithchartSeriesDirective,
2386
+ SmithchartSeriesCollectionDirective
2387
+ ]
2388
+ }]
2389
+ }] });
2390
+
2391
+ const SmithchartLegendService = { provide: 'ChartsSmithchartLegend', useValue: SmithchartLegend };
2392
+ const TooltipRenderService = { provide: 'ChartsTooltipRender', useValue: TooltipRender };
2393
+ /**
2394
+ * NgModule definition for the Smithchart component with providers.
2395
+ */
2396
+ class SmithchartAllModule {
2397
+ }
2398
+ SmithchartAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2399
+ SmithchartAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartAllModule, imports: [CommonModule, SmithchartModule], exports: [SmithchartModule] });
2400
+ SmithchartAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartAllModule, providers: [
2401
+ SmithchartLegendService,
2402
+ TooltipRenderService
2403
+ ], imports: [[CommonModule, SmithchartModule], SmithchartModule] });
2404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SmithchartAllModule, decorators: [{
2405
+ type: NgModule,
2406
+ args: [{
2407
+ imports: [CommonModule, SmithchartModule],
2408
+ exports: [
2409
+ SmithchartModule
2410
+ ],
2411
+ providers: [
2412
+ SmithchartLegendService,
2413
+ TooltipRenderService
2414
+ ]
2415
+ }]
2416
+ }] });
2417
+
2418
+ let input$g = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'marker', 'name', 'period', 'polynomialOrder', 'type', 'visible', 'width'];
2419
+ let outputs$k = [];
2420
+ /**
2421
+ * Series Directive
2422
+ * ```html
2423
+ * <e-stockchart-series-collection>
2424
+ * <e-stockchart-series>
2425
+ * <e-trendlines>
2426
+ * </e-trendline>
2427
+ * <e-trendline>
2428
+ * </e-trendlines>
2429
+ * </e-stockchart-series>
2430
+ * </e-stockchart-series-collection>
2431
+ * ```
2432
+ */
2433
+ class StockChartTrendlineDirective extends ComplexBase {
2434
+ constructor(viewContainerRef) {
2435
+ super();
2436
+ this.viewContainerRef = viewContainerRef;
2437
+ setValue('currentInstance', this, this.viewContainerRef);
2438
+ this.registerEvents(outputs$k);
2439
+ this.directivePropList = input$g;
2440
+ }
2441
+ }
2442
+ StockChartTrendlineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartTrendlineDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2443
+ StockChartTrendlineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartTrendlineDirective, selector: "e-stockchart-series>e-trendlines>e-trendline", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
2444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartTrendlineDirective, decorators: [{
2445
+ type: Directive,
2446
+ args: [{
2447
+ selector: 'e-stockchart-series>e-trendlines>e-trendline',
2448
+ inputs: input$g,
2449
+ outputs: outputs$k,
2450
+ queries: {}
2451
+ }]
2452
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2453
+ /**
2454
+ * StockChartTrendline Array Directive
2455
+ * @private
2456
+ */
2457
+ class StockChartTrendlinesDirective extends ArrayBase {
2458
+ constructor() {
2459
+ super('trendlines');
2460
+ }
2461
+ }
2462
+ StockChartTrendlinesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartTrendlinesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2463
+ StockChartTrendlinesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartTrendlinesDirective, selector: "e-stockchart-series>e-trendlines", queries: [{ propertyName: "children", predicate: StockChartTrendlineDirective }], usesInheritance: true, ngImport: i0 });
2464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartTrendlinesDirective, decorators: [{
2465
+ type: Directive,
2466
+ args: [{
2467
+ selector: 'e-stockchart-series>e-trendlines',
2468
+ queries: {
2469
+ children: new ContentChildren(StockChartTrendlineDirective)
2470
+ },
2471
+ }]
2472
+ }], ctorParameters: function () { return []; } });
2473
+
2474
+ let input$f = ['animation', 'bearFillColor', 'border', 'bullFillColor', 'cardinalSplineTension', 'close', 'columnSpacing', 'columnWidth', 'cornerRadius', 'dashArray', 'dataSource', 'emptyPointSettings', 'enableSolidCandles', 'enableTooltip', 'fill', 'high', 'legendImageUrl', 'legendShape', 'low', 'marker', 'name', 'opacity', 'open', 'pointColorMapping', 'query', 'selectionStyle', 'tooltipMappingName', 'trendlines', 'type', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName'];
2475
+ let outputs$j = [];
2476
+ /**
2477
+ * Series Directive
2478
+ * ```html
2479
+ * <e-stockchart-series-collection>
2480
+ * <e-stockchart-series></e-stockchart-series>
2481
+ * </e-stockchart-series-collection>
2482
+ * ```
2483
+ */
2484
+ class StockChartSeriesDirective extends ComplexBase {
2485
+ constructor(viewContainerRef) {
2486
+ super();
2487
+ this.viewContainerRef = viewContainerRef;
2488
+ this.tags = ['trendlines'];
2489
+ setValue('currentInstance', this, this.viewContainerRef);
2490
+ this.registerEvents(outputs$j);
2491
+ this.directivePropList = input$f;
2492
+ }
2493
+ }
2494
+ StockChartSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSeriesDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2495
+ StockChartSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartSeriesDirective, selector: "e-stockchart-series-collection>e-stockchart-series", inputs: { 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", tooltipMappingName: "tooltipMappingName", trendlines: "trendlines", type: "type", visible: "visible", volume: "volume", width: "width", xAxisName: "xAxisName", xName: "xName", yAxisName: "yAxisName", yName: "yName" }, queries: [{ propertyName: "childTrendlines", first: true, predicate: StockChartTrendlinesDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
2496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSeriesDirective, decorators: [{
2497
+ type: Directive,
2498
+ args: [{
2499
+ selector: 'e-stockchart-series-collection>e-stockchart-series',
2500
+ inputs: input$f,
2501
+ outputs: outputs$j,
2502
+ queries: {
2503
+ childTrendlines: new ContentChild(StockChartTrendlinesDirective)
2504
+ }
2505
+ }]
2506
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2507
+ /**
2508
+ * StockChartSeries Array Directive
2509
+ * @private
2510
+ */
2511
+ class StockChartSeriesCollectionDirective extends ArrayBase {
2512
+ constructor() {
2513
+ super('series');
2514
+ }
2515
+ }
2516
+ StockChartSeriesCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSeriesCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2517
+ StockChartSeriesCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartSeriesCollectionDirective, selector: "ejs-stockchart>e-stockchart-series-collection", queries: [{ propertyName: "children", predicate: StockChartSeriesDirective }], usesInheritance: true, ngImport: i0 });
2518
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSeriesCollectionDirective, decorators: [{
2519
+ type: Directive,
2520
+ args: [{
2521
+ selector: 'ejs-stockchart>e-stockchart-series-collection',
2522
+ queries: {
2523
+ children: new ContentChildren(StockChartSeriesDirective)
2524
+ },
2525
+ }]
2526
+ }], ctorParameters: function () { return []; } });
2527
+
2528
+ let input$e = ['coefficient', 'crossesAt', 'crossesInAxis', 'crosshairTooltip', 'description', 'desiredIntervals', 'edgeLabelPlacement', 'enableAutoIntervalOnZooming', 'enableTrim', 'interval', 'intervalType', 'isInversed', 'labelFormat', 'labelIntersectAction', 'labelPlacement', 'labelPosition', 'labelRotation', 'labelStyle', 'lineStyle', 'logBase', 'majorGridLines', 'majorTickLines', 'maximum', 'maximumLabelWidth', 'maximumLabels', 'minimum', 'minorGridLines', 'minorTickLines', 'minorTicksPerInterval', 'name', 'opposedPosition', 'placeNextToAxisLine', 'plotOffset', 'rangePadding', 'rowIndex', 'skeleton', 'skeletonType', 'span', 'startAngle', 'stripLines', 'tabIndex', 'tickPosition', 'title', 'titleStyle', 'valueType', 'visible', 'zoomFactor', 'zoomPosition'];
2529
+ let outputs$i = [];
2530
+ /**
2531
+ * Axis Directive
2532
+ * ```html
2533
+ * <e-stockchart-axes><e-stockchart-axis></e-stockchart-axis></e-stockchart-axes>
2534
+ * ```
2535
+ */
2536
+ class StockChartAxisDirective extends ComplexBase {
2537
+ constructor(viewContainerRef) {
2538
+ super();
2539
+ this.viewContainerRef = viewContainerRef;
2540
+ setValue('currentInstance', this, this.viewContainerRef);
2541
+ this.registerEvents(outputs$i);
2542
+ this.directivePropList = input$e;
2543
+ }
2544
+ }
2545
+ StockChartAxisDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAxisDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2546
+ StockChartAxisDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartAxisDirective, selector: "e-stockchart-axes>e-stockchart-axis", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
2547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAxisDirective, decorators: [{
2548
+ type: Directive,
2549
+ args: [{
2550
+ selector: 'e-stockchart-axes>e-stockchart-axis',
2551
+ inputs: input$e,
2552
+ outputs: outputs$i,
2553
+ queries: {}
2554
+ }]
2555
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2556
+ /**
2557
+ * StockChartAxis Array Directive
2558
+ * @private
2559
+ */
2560
+ class StockChartAxesDirective extends ArrayBase {
2561
+ constructor() {
2562
+ super('axes');
2563
+ }
2564
+ }
2565
+ StockChartAxesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAxesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2566
+ StockChartAxesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartAxesDirective, selector: "ejs-stockchart>e-stockchart-axes", queries: [{ propertyName: "children", predicate: StockChartAxisDirective }], usesInheritance: true, ngImport: i0 });
2567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAxesDirective, decorators: [{
2568
+ type: Directive,
2569
+ args: [{
2570
+ selector: 'ejs-stockchart>e-stockchart-axes',
2571
+ queries: {
2572
+ children: new ContentChildren(StockChartAxisDirective)
2573
+ },
2574
+ }]
2575
+ }], ctorParameters: function () { return []; } });
2576
+
2577
+ let input$d = ['border', 'height'];
2578
+ let outputs$h = [];
2579
+ /**
2580
+ * Row Directive
2581
+ * ```html
2582
+ * <e-rows><e-row></e-row><e-rows>
2583
+ * ```
2584
+ */
2585
+ class StockChartRowDirective extends ComplexBase {
2586
+ constructor(viewContainerRef) {
2587
+ super();
2588
+ this.viewContainerRef = viewContainerRef;
2589
+ setValue('currentInstance', this, this.viewContainerRef);
2590
+ this.registerEvents(outputs$h);
2591
+ this.directivePropList = input$d;
2592
+ }
2593
+ }
2594
+ StockChartRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartRowDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2595
+ StockChartRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartRowDirective, selector: "e-stockchart-rows>e-striplines>e-stockchart-row", inputs: { border: "border", height: "height" }, usesInheritance: true, ngImport: i0 });
2596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartRowDirective, decorators: [{
2597
+ type: Directive,
2598
+ args: [{
2599
+ selector: 'e-stockchart-rows>e-striplines>e-stockchart-row',
2600
+ inputs: input$d,
2601
+ outputs: outputs$h,
2602
+ queries: {}
2603
+ }]
2604
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2605
+ /**
2606
+ * StockChartRow Array Directive
2607
+ * @private
2608
+ */
2609
+ class StockChartRowsDirective extends ArrayBase {
2610
+ constructor() {
2611
+ super('rows');
2612
+ }
2613
+ }
2614
+ StockChartRowsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartRowsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2615
+ StockChartRowsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartRowsDirective, selector: "ejs-stockchart>e-stockchart-rows", queries: [{ propertyName: "children", predicate: StockChartRowDirective }], usesInheritance: true, ngImport: i0 });
2616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartRowsDirective, decorators: [{
2617
+ type: Directive,
2618
+ args: [{
2619
+ selector: 'ejs-stockchart>e-stockchart-rows',
2620
+ queries: {
2621
+ children: new ContentChildren(StockChartRowDirective)
2622
+ },
2623
+ }]
2624
+ }], ctorParameters: function () { return []; } });
2625
+
2626
+ let input$c = ['content', 'coordinateUnits', 'description', 'horizontalAlignment', 'region', 'verticalAlignment', 'x', 'xAxisName', 'y', 'yAxisName'];
2627
+ let outputs$g = [];
2628
+ /**
2629
+ * Annotation Directive
2630
+ * ```html
2631
+ * <e-stockchart-annotations><e-stockchart-annotation></e-stockchart-annotation><e-stockchart-annotations>
2632
+ * ```
2633
+ */
2634
+ class StockChartAnnotationDirective extends ComplexBase {
2635
+ constructor(viewContainerRef) {
2636
+ super();
2637
+ this.viewContainerRef = viewContainerRef;
2638
+ setValue('currentInstance', this, this.viewContainerRef);
2639
+ this.registerEvents(outputs$g);
2640
+ this.directivePropList = input$c;
2641
+ }
2642
+ }
2643
+ StockChartAnnotationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAnnotationDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2644
+ StockChartAnnotationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartAnnotationDirective, selector: "ejs-stockchart-annotations>e-stockchart-annotation", inputs: { content: "content", coordinateUnits: "coordinateUnits", description: "description", horizontalAlignment: "horizontalAlignment", region: "region", verticalAlignment: "verticalAlignment", x: "x", xAxisName: "xAxisName", y: "y", yAxisName: "yAxisName" }, queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
2645
+ __decorate([
2646
+ Template()
2647
+ ], StockChartAnnotationDirective.prototype, "content", void 0);
2648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAnnotationDirective, decorators: [{
2649
+ type: Directive,
2650
+ args: [{
2651
+ selector: 'ejs-stockchart-annotations>e-stockchart-annotation',
2652
+ inputs: input$c,
2653
+ outputs: outputs$g,
2654
+ queries: {}
2655
+ }]
2656
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
2657
+ type: ContentChild,
2658
+ args: ['content']
2659
+ }] } });
2660
+ /**
2661
+ * StockChartAnnotation Array Directive
2662
+ * @private
2663
+ */
2664
+ class StockChartAnnotationsDirective extends ArrayBase {
2665
+ constructor() {
2666
+ super('annotations');
2667
+ }
2668
+ }
2669
+ StockChartAnnotationsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAnnotationsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2670
+ StockChartAnnotationsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartAnnotationsDirective, selector: "ejs-stockchart>e-stockchart-annotations", queries: [{ propertyName: "children", predicate: StockChartAnnotationDirective }], usesInheritance: true, ngImport: i0 });
2671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAnnotationsDirective, decorators: [{
2672
+ type: Directive,
2673
+ args: [{
2674
+ selector: 'ejs-stockchart>e-stockchart-annotations',
2675
+ queries: {
2676
+ children: new ContentChildren(StockChartAnnotationDirective)
2677
+ },
2678
+ }]
2679
+ }], ctorParameters: function () { return []; } });
2680
+
2681
+ let input$b = ['point', 'series'];
2682
+ let outputs$f = [];
2683
+ /**
2684
+ * Selected Data Directive
2685
+ * ```html
2686
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
2687
+ * ```
2688
+ */
2689
+ class StockChartSelectedDataIndexDirective extends ComplexBase {
2690
+ constructor(viewContainerRef) {
2691
+ super();
2692
+ this.viewContainerRef = viewContainerRef;
2693
+ setValue('currentInstance', this, this.viewContainerRef);
2694
+ this.registerEvents(outputs$f);
2695
+ this.directivePropList = input$b;
2696
+ }
2697
+ }
2698
+ StockChartSelectedDataIndexDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSelectedDataIndexDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2699
+ StockChartSelectedDataIndexDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartSelectedDataIndexDirective, selector: "ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex", inputs: { point: "point", series: "series" }, usesInheritance: true, ngImport: i0 });
2700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSelectedDataIndexDirective, decorators: [{
2701
+ type: Directive,
2702
+ args: [{
2703
+ selector: 'ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex',
2704
+ inputs: input$b,
2705
+ outputs: outputs$f,
2706
+ queries: {}
2707
+ }]
2708
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2709
+ /**
2710
+ * StockChartSelectedDataIndex Array Directive
2711
+ * @private
2712
+ */
2713
+ class StockChartSelectedDataIndexesDirective extends ArrayBase {
2714
+ constructor() {
2715
+ super('selecteddataindexes');
2716
+ }
2717
+ }
2718
+ StockChartSelectedDataIndexesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSelectedDataIndexesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2719
+ StockChartSelectedDataIndexesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartSelectedDataIndexesDirective, selector: "ejs-stockchart>e-stockchart-selectedDataIndexes", queries: [{ propertyName: "children", predicate: StockChartSelectedDataIndexDirective }], usesInheritance: true, ngImport: i0 });
2720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartSelectedDataIndexesDirective, decorators: [{
2721
+ type: Directive,
2722
+ args: [{
2723
+ selector: 'ejs-stockchart>e-stockchart-selectedDataIndexes',
2724
+ queries: {
2725
+ children: new ContentChildren(StockChartSelectedDataIndexDirective)
2726
+ },
2727
+ }]
2728
+ }], ctorParameters: function () { return []; } });
2729
+
2730
+ let input$a = ['interval', 'intervalType', 'selected', 'text'];
2731
+ let outputs$e = [];
2732
+ /**
2733
+ * Indicator Directive
2734
+ * ```html
2735
+ * <e-stockchart-periods>
2736
+ * <e-stockchart-period></e-stockchart-period>
2737
+ * </e-stockchart-periods>
2738
+ * ```
2739
+ */
2740
+ class StockChartPeriodDirective extends ComplexBase {
2741
+ constructor(viewContainerRef) {
2742
+ super();
2743
+ this.viewContainerRef = viewContainerRef;
2744
+ setValue('currentInstance', this, this.viewContainerRef);
2745
+ this.registerEvents(outputs$e);
2746
+ this.directivePropList = input$a;
2747
+ }
2748
+ }
2749
+ StockChartPeriodDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartPeriodDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2750
+ StockChartPeriodDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartPeriodDirective, selector: "e-stockchart-indicators>e-stockchart-period", inputs: { interval: "interval", intervalType: "intervalType", selected: "selected", text: "text" }, usesInheritance: true, ngImport: i0 });
2751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartPeriodDirective, decorators: [{
2752
+ type: Directive,
2753
+ args: [{
2754
+ selector: 'e-stockchart-indicators>e-stockchart-period',
2755
+ inputs: input$a,
2756
+ outputs: outputs$e,
2757
+ queries: {}
2758
+ }]
2759
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2760
+ /**
2761
+ * StockChartPeriod Array Directive
2762
+ * @private
2763
+ */
2764
+ class StockChartPeriodsDirective extends ArrayBase {
2765
+ constructor() {
2766
+ super('periods');
2767
+ }
2768
+ }
2769
+ StockChartPeriodsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartPeriodsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2770
+ StockChartPeriodsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartPeriodsDirective, selector: "ejs-stockchart>e-stockchart-periods", queries: [{ propertyName: "children", predicate: StockChartPeriodDirective }], usesInheritance: true, ngImport: i0 });
2771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartPeriodsDirective, decorators: [{
2772
+ type: Directive,
2773
+ args: [{
2774
+ selector: 'ejs-stockchart>e-stockchart-periods',
2775
+ queries: {
2776
+ children: new ContentChildren(StockChartPeriodDirective)
2777
+ },
2778
+ }]
2779
+ }], ctorParameters: function () { return []; } });
2780
+
2781
+ let input$9 = ['background', 'border', 'date', 'description', 'placeAt', 'seriesIndexes', 'showOnSeries', 'text', 'textStyle', 'type'];
2782
+ let outputs$d = [];
2783
+ /**
2784
+ * StockEvents
2785
+ * ```html
2786
+ * <e-stockchart-stockevents>
2787
+ * <e-stockchart-stockevent></e-stockchart-stockevent>
2788
+ * </e-stockchart-stockevents>
2789
+ * ```
2790
+ */
2791
+ class StockEventDirective extends ComplexBase {
2792
+ constructor(viewContainerRef) {
2793
+ super();
2794
+ this.viewContainerRef = viewContainerRef;
2795
+ setValue('currentInstance', this, this.viewContainerRef);
2796
+ this.registerEvents(outputs$d);
2797
+ this.directivePropList = input$9;
2798
+ }
2799
+ }
2800
+ StockEventDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockEventDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2801
+ StockEventDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockEventDirective, selector: "e-stockchart-indicators>e-stockchart-stockevent", inputs: { background: "background", border: "border", date: "date", description: "description", placeAt: "placeAt", seriesIndexes: "seriesIndexes", showOnSeries: "showOnSeries", text: "text", textStyle: "textStyle", type: "type" }, usesInheritance: true, ngImport: i0 });
2802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockEventDirective, decorators: [{
2803
+ type: Directive,
2804
+ args: [{
2805
+ selector: 'e-stockchart-indicators>e-stockchart-stockevent',
2806
+ inputs: input$9,
2807
+ outputs: outputs$d,
2808
+ queries: {}
2809
+ }]
2810
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2811
+ /**
2812
+ * StockEvent Array Directive
2813
+ * @private
2814
+ */
2815
+ class StockEventsDirective extends ArrayBase {
2816
+ constructor() {
2817
+ super('stockevents');
2818
+ }
2819
+ }
2820
+ StockEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockEventsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2821
+ StockEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockEventsDirective, selector: "ejs-stockchart>e-stockchart-stockevents", queries: [{ propertyName: "children", predicate: StockEventDirective }], usesInheritance: true, ngImport: i0 });
2822
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockEventsDirective, decorators: [{
2823
+ type: Directive,
2824
+ args: [{
2825
+ selector: 'ejs-stockchart>e-stockchart-stockevents',
2826
+ queries: {
2827
+ children: new ContentChildren(StockEventDirective)
2828
+ },
2829
+ }]
2830
+ }], ctorParameters: function () { return []; } });
2831
+
2832
+ let input$8 = ['animation', 'bandColor', 'close', 'dPeriod', 'dashArray', 'dataSource', 'fastPeriod', 'field', 'fill', 'high', 'kPeriod', 'low', 'lowerLine', 'macdLine', 'macdNegativeColor', 'macdPositiveColor', 'macdType', 'open', 'overBought', 'overSold', 'period', 'periodLine', 'pointColorMapping', 'query', 'seriesName', 'showZones', 'slowPeriod', 'standardDeviation', 'type', 'upperLine', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName'];
2833
+ let outputs$c = [];
2834
+ /**
2835
+ * Indicator Directive
2836
+ * ```html
2837
+ * <e-stockchart-indicators>
2838
+ * <e-stockchart-indicator></e-stockchart-indicator>
2839
+ * </e-stockchart-indicators>
2840
+ * ```
2841
+ */
2842
+ class StockChartIndicatorDirective extends ComplexBase {
2843
+ constructor(viewContainerRef) {
2844
+ super();
2845
+ this.viewContainerRef = viewContainerRef;
2846
+ setValue('currentInstance', this, this.viewContainerRef);
2847
+ this.registerEvents(outputs$c);
2848
+ this.directivePropList = input$8;
2849
+ }
2850
+ }
2851
+ StockChartIndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartIndicatorDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
2852
+ StockChartIndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartIndicatorDirective, selector: "e-stockchart-indicators>e-stockchart-indicator", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
2853
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartIndicatorDirective, decorators: [{
2854
+ type: Directive,
2855
+ args: [{
2856
+ selector: 'e-stockchart-indicators>e-stockchart-indicator',
2857
+ inputs: input$8,
2858
+ outputs: outputs$c,
2859
+ queries: {}
2860
+ }]
2861
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
2862
+ /**
2863
+ * StockChartIndicator Array Directive
2864
+ * @private
2865
+ */
2866
+ class StockChartIndicatorsDirective extends ArrayBase {
2867
+ constructor() {
2868
+ super('indicators');
2869
+ }
2870
+ }
2871
+ StockChartIndicatorsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartIndicatorsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2872
+ StockChartIndicatorsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StockChartIndicatorsDirective, selector: "ejs-stockchart>e-stockchart-indicators", queries: [{ propertyName: "children", predicate: StockChartIndicatorDirective }], usesInheritance: true, ngImport: i0 });
2873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartIndicatorsDirective, decorators: [{
2874
+ type: Directive,
2875
+ args: [{
2876
+ selector: 'ejs-stockchart>e-stockchart-indicators',
2877
+ queries: {
2878
+ children: new ContentChildren(StockChartIndicatorDirective)
2879
+ },
2880
+ }]
2881
+ }], ctorParameters: function () { return []; } });
2882
+
2883
+ const inputs$3 = ['annotations', 'axes', 'background', 'border', 'chartArea', 'crosshair', 'dataSource', 'enableCustomRange', 'enablePeriodSelector', 'enablePersistence', 'enableRtl', 'enableSelector', 'exportType', 'height', 'indicatorType', 'indicators', 'isMultiSelect', 'isSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'periods', 'primaryXAxis', 'primaryYAxis', 'rows', 'selectedDataIndexes', 'selectionMode', 'series', 'seriesType', 'stockEvents', 'theme', 'title', 'titleStyle', 'tooltip', 'trendlineType', 'width', 'zoomSettings'];
2884
+ const outputs$b = ['axisLabelRender', 'legendClick', 'legendRender', 'load', 'loaded', 'onZooming', 'pointClick', 'pointMove', 'rangeChange', 'selectorRender', 'seriesRender', 'stockChartMouseClick', 'stockChartMouseDown', 'stockChartMouseLeave', 'stockChartMouseMove', 'stockChartMouseUp', 'stockEventRender', 'tooltipRender', 'dataSourceChange'];
2885
+ const twoWays$3 = ['dataSource'];
2886
+ /**
2887
+ * Stock Chart Component
2888
+ * ```html
2889
+ * <ejs-stockchart></ejs-stockchart>
2890
+ * ```
2891
+ */
2892
+ let StockChartComponent = class StockChartComponent extends StockChart {
2893
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
2894
+ super();
2895
+ this.ngEle = ngEle;
2896
+ this.srenderer = srenderer;
2897
+ this.viewContainerRef = viewContainerRef;
2898
+ this.injector = injector;
2899
+ this.tags = ['series', 'axes', 'rows', 'annotations', 'selectedDataIndexes', 'periods', 'stockEvents', 'indicators'];
2900
+ this.element = this.ngEle.nativeElement;
2901
+ this.injectedModules = this.injectedModules || [];
2902
+ try {
2903
+ let mod = this.injector.get('ChartsLineSeries');
2904
+ if (this.injectedModules.indexOf(mod) === -1) {
2905
+ this.injectedModules.push(mod);
2906
+ }
2907
+ }
2908
+ catch (_a) { }
2909
+ try {
2910
+ let mod = this.injector.get('ChartsColumnSeries');
2911
+ if (this.injectedModules.indexOf(mod) === -1) {
2912
+ this.injectedModules.push(mod);
2913
+ }
2914
+ }
2915
+ catch (_b) { }
2916
+ try {
2917
+ let mod = this.injector.get('ChartsSplineSeries');
2918
+ if (this.injectedModules.indexOf(mod) === -1) {
2919
+ this.injectedModules.push(mod);
2920
+ }
2921
+ }
2922
+ catch (_c) { }
2923
+ try {
2924
+ let mod = this.injector.get('ChartsSplineAreaSeries');
2925
+ if (this.injectedModules.indexOf(mod) === -1) {
2926
+ this.injectedModules.push(mod);
2927
+ }
2928
+ }
2929
+ catch (_d) { }
2930
+ try {
2931
+ let mod = this.injector.get('ChartsStripLine');
2932
+ if (this.injectedModules.indexOf(mod) === -1) {
2933
+ this.injectedModules.push(mod);
2934
+ }
2935
+ }
2936
+ catch (_e) { }
2937
+ try {
2938
+ let mod = this.injector.get('ChartsAreaSeries');
2939
+ if (this.injectedModules.indexOf(mod) === -1) {
2940
+ this.injectedModules.push(mod);
2941
+ }
2942
+ }
2943
+ catch (_f) { }
2944
+ try {
2945
+ let mod = this.injector.get('ChartsRangeAreaSeries');
2946
+ if (this.injectedModules.indexOf(mod) === -1) {
2947
+ this.injectedModules.push(mod);
2948
+ }
2949
+ }
2950
+ catch (_g) { }
2951
+ try {
2952
+ let mod = this.injector.get('ChartsTooltip');
2953
+ if (this.injectedModules.indexOf(mod) === -1) {
2954
+ this.injectedModules.push(mod);
2955
+ }
2956
+ }
2957
+ catch (_h) { }
2958
+ try {
2959
+ let mod = this.injector.get('ChartsCrosshair');
2960
+ if (this.injectedModules.indexOf(mod) === -1) {
2961
+ this.injectedModules.push(mod);
2962
+ }
2963
+ }
2964
+ catch (_j) { }
2965
+ try {
2966
+ let mod = this.injector.get('ChartsDateTime');
2967
+ if (this.injectedModules.indexOf(mod) === -1) {
2968
+ this.injectedModules.push(mod);
2969
+ }
2970
+ }
2971
+ catch (_k) { }
2972
+ try {
2973
+ let mod = this.injector.get('ChartsZoom');
2974
+ if (this.injectedModules.indexOf(mod) === -1) {
2975
+ this.injectedModules.push(mod);
2976
+ }
2977
+ }
2978
+ catch (_l) { }
2979
+ try {
2980
+ let mod = this.injector.get('ChartsDataLabel');
2981
+ if (this.injectedModules.indexOf(mod) === -1) {
2982
+ this.injectedModules.push(mod);
2983
+ }
2984
+ }
2985
+ catch (_m) { }
2986
+ try {
2987
+ let mod = this.injector.get('ChartsSelection');
2988
+ if (this.injectedModules.indexOf(mod) === -1) {
2989
+ this.injectedModules.push(mod);
2990
+ }
2991
+ }
2992
+ catch (_o) { }
2993
+ try {
2994
+ let mod = this.injector.get('ChartsChartAnnotation');
2995
+ if (this.injectedModules.indexOf(mod) === -1) {
2996
+ this.injectedModules.push(mod);
2997
+ }
2998
+ }
2999
+ catch (_p) { }
3000
+ try {
3001
+ let mod = this.injector.get('ChartsHiloSeries');
3002
+ if (this.injectedModules.indexOf(mod) === -1) {
3003
+ this.injectedModules.push(mod);
3004
+ }
3005
+ }
3006
+ catch (_q) { }
3007
+ try {
3008
+ let mod = this.injector.get('ChartsHiloOpenCloseSeries');
3009
+ if (this.injectedModules.indexOf(mod) === -1) {
3010
+ this.injectedModules.push(mod);
3011
+ }
3012
+ }
3013
+ catch (_r) { }
3014
+ try {
3015
+ let mod = this.injector.get('ChartsCandleSeries');
3016
+ if (this.injectedModules.indexOf(mod) === -1) {
3017
+ this.injectedModules.push(mod);
3018
+ }
3019
+ }
3020
+ catch (_s) { }
3021
+ try {
3022
+ let mod = this.injector.get('ChartsSmaIndicator');
3023
+ if (this.injectedModules.indexOf(mod) === -1) {
3024
+ this.injectedModules.push(mod);
3025
+ }
3026
+ }
3027
+ catch (_t) { }
3028
+ try {
3029
+ let mod = this.injector.get('ChartsTmaIndicator');
3030
+ if (this.injectedModules.indexOf(mod) === -1) {
3031
+ this.injectedModules.push(mod);
3032
+ }
3033
+ }
3034
+ catch (_u) { }
3035
+ try {
3036
+ let mod = this.injector.get('ChartsEmaIndicator');
3037
+ if (this.injectedModules.indexOf(mod) === -1) {
3038
+ this.injectedModules.push(mod);
3039
+ }
3040
+ }
3041
+ catch (_v) { }
3042
+ try {
3043
+ let mod = this.injector.get('ChartsAccumulationDistributionIndicator');
3044
+ if (this.injectedModules.indexOf(mod) === -1) {
3045
+ this.injectedModules.push(mod);
3046
+ }
3047
+ }
3048
+ catch (_w) { }
3049
+ try {
3050
+ let mod = this.injector.get('ChartsMacdIndicator');
3051
+ if (this.injectedModules.indexOf(mod) === -1) {
3052
+ this.injectedModules.push(mod);
3053
+ }
3054
+ }
3055
+ catch (_x) { }
3056
+ try {
3057
+ let mod = this.injector.get('ChartsAtrIndicator');
3058
+ if (this.injectedModules.indexOf(mod) === -1) {
3059
+ this.injectedModules.push(mod);
3060
+ }
3061
+ }
3062
+ catch (_y) { }
3063
+ try {
3064
+ let mod = this.injector.get('ChartsRsiIndicator');
3065
+ if (this.injectedModules.indexOf(mod) === -1) {
3066
+ this.injectedModules.push(mod);
3067
+ }
3068
+ }
3069
+ catch (_z) { }
3070
+ try {
3071
+ let mod = this.injector.get('ChartsMomentumIndicator');
3072
+ if (this.injectedModules.indexOf(mod) === -1) {
3073
+ this.injectedModules.push(mod);
3074
+ }
3075
+ }
3076
+ catch (_0) { }
3077
+ try {
3078
+ let mod = this.injector.get('ChartsStochasticIndicator');
3079
+ if (this.injectedModules.indexOf(mod) === -1) {
3080
+ this.injectedModules.push(mod);
3081
+ }
3082
+ }
3083
+ catch (_1) { }
3084
+ try {
3085
+ let mod = this.injector.get('ChartsBollingerBands');
3086
+ if (this.injectedModules.indexOf(mod) === -1) {
3087
+ this.injectedModules.push(mod);
3088
+ }
3089
+ }
3090
+ catch (_2) { }
3091
+ try {
3092
+ let mod = this.injector.get('ChartsTrendlines');
3093
+ if (this.injectedModules.indexOf(mod) === -1) {
3094
+ this.injectedModules.push(mod);
3095
+ }
3096
+ }
3097
+ catch (_3) { }
3098
+ try {
3099
+ let mod = this.injector.get('ChartsRangeTooltip');
3100
+ if (this.injectedModules.indexOf(mod) === -1) {
3101
+ this.injectedModules.push(mod);
3102
+ }
3103
+ }
3104
+ catch (_4) { }
3105
+ try {
3106
+ let mod = this.injector.get('ChartsExport');
3107
+ if (this.injectedModules.indexOf(mod) === -1) {
3108
+ this.injectedModules.push(mod);
3109
+ }
3110
+ }
3111
+ catch (_5) { }
3112
+ try {
3113
+ let mod = this.injector.get('ChartsStockLegend');
3114
+ if (this.injectedModules.indexOf(mod) === -1) {
3115
+ this.injectedModules.push(mod);
3116
+ }
3117
+ }
3118
+ catch (_6) { }
3119
+ try {
3120
+ let mod = this.injector.get('ChartsDateTimeCategory');
3121
+ if (this.injectedModules.indexOf(mod) === -1) {
3122
+ this.injectedModules.push(mod);
3123
+ }
3124
+ }
3125
+ catch (_7) { }
3126
+ this.registerEvents(outputs$b);
3127
+ this.addTwoWay.call(this, twoWays$3);
3128
+ setValue('currentInstance', this, this.viewContainerRef);
3129
+ this.context = new ComponentBase();
3130
+ }
3131
+ ngOnInit() {
3132
+ this.context.ngOnInit(this);
3133
+ }
3134
+ ngAfterViewInit() {
3135
+ this.context.ngAfterViewInit(this);
3136
+ }
3137
+ ngOnDestroy() {
3138
+ this.context.ngOnDestroy(this);
3139
+ }
3140
+ ngAfterContentChecked() {
3141
+ this.tagObjects[0].instance = this.childSeries;
3142
+ if (this.childAxes) {
3143
+ this.tagObjects[1].instance = this.childAxes;
3144
+ }
3145
+ if (this.childRows) {
3146
+ this.tagObjects[2].instance = this.childRows;
3147
+ }
3148
+ if (this.childAnnotations) {
3149
+ this.tagObjects[3].instance = this.childAnnotations;
3150
+ }
3151
+ if (this.childSelectedDataIndexes) {
3152
+ this.tagObjects[4].instance = this.childSelectedDataIndexes;
3153
+ }
3154
+ if (this.childPeriods) {
3155
+ this.tagObjects[5].instance = this.childPeriods;
3156
+ }
3157
+ if (this.childStockEvents) {
3158
+ this.tagObjects[6].instance = this.childStockEvents;
3159
+ }
3160
+ if (this.childIndicators) {
3161
+ this.tagObjects[7].instance = this.childIndicators;
3162
+ }
3163
+ this.context.ngAfterContentChecked(this);
3164
+ }
3165
+ };
3166
+ StockChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3167
+ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: StockChartComponent, selector: "ejs-stockchart", inputs: { 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" }, outputs: { axisLabelRender: "axisLabelRender", 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" }, queries: [{ propertyName: "tooltip_template", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childSeries", first: true, predicate: StockChartSeriesCollectionDirective, descendants: true }, { propertyName: "childAxes", first: true, predicate: StockChartAxesDirective, descendants: true }, { propertyName: "childRows", first: true, predicate: StockChartRowsDirective, descendants: true }, { propertyName: "childAnnotations", first: true, predicate: StockChartAnnotationsDirective, descendants: true }, { propertyName: "childSelectedDataIndexes", first: true, predicate: StockChartSelectedDataIndexesDirective, descendants: true }, { propertyName: "childPeriods", first: true, predicate: StockChartPeriodsDirective, descendants: true }, { propertyName: "childStockEvents", first: true, predicate: StockEventsDirective, descendants: true }, { propertyName: "childIndicators", first: true, predicate: StockChartIndicatorsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3168
+ __decorate([
3169
+ Template()
3170
+ ], StockChartComponent.prototype, "tooltip_template", void 0);
3171
+ StockChartComponent = __decorate([
3172
+ ComponentMixins([ComponentBase])
3173
+ ], StockChartComponent);
3174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartComponent, decorators: [{
3175
+ type: Component,
3176
+ args: [{
3177
+ selector: 'ejs-stockchart',
3178
+ inputs: inputs$3,
3179
+ outputs: outputs$b,
3180
+ template: '',
3181
+ changeDetection: ChangeDetectionStrategy.OnPush,
3182
+ queries: {
3183
+ childSeries: new ContentChild(StockChartSeriesCollectionDirective),
3184
+ childAxes: new ContentChild(StockChartAxesDirective),
3185
+ childRows: new ContentChild(StockChartRowsDirective),
3186
+ childAnnotations: new ContentChild(StockChartAnnotationsDirective),
3187
+ childSelectedDataIndexes: new ContentChild(StockChartSelectedDataIndexesDirective),
3188
+ childPeriods: new ContentChild(StockChartPeriodsDirective),
3189
+ childStockEvents: new ContentChild(StockEventsDirective),
3190
+ childIndicators: new ContentChild(StockChartIndicatorsDirective)
3191
+ }
3192
+ }]
3193
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltip_template: [{
3194
+ type: ContentChild,
3195
+ args: ['tooltipTemplate']
3196
+ }] } });
3197
+
3198
+ /**
3199
+ * NgModule definition for the StockChart component.
3200
+ */
3201
+ class StockChartModule {
3202
+ }
3203
+ StockChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3204
+ StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartModule, declarations: [StockChartComponent,
3205
+ StockChartTrendlineDirective,
3206
+ StockChartTrendlinesDirective,
3207
+ StockChartSeriesDirective,
3208
+ StockChartSeriesCollectionDirective,
3209
+ StockChartAxisDirective,
3210
+ StockChartAxesDirective,
3211
+ StockChartRowDirective,
3212
+ StockChartRowsDirective,
3213
+ StockChartAnnotationDirective,
3214
+ StockChartAnnotationsDirective,
3215
+ StockChartSelectedDataIndexDirective,
3216
+ StockChartSelectedDataIndexesDirective,
3217
+ StockChartPeriodDirective,
3218
+ StockChartPeriodsDirective,
3219
+ StockEventDirective,
3220
+ StockEventsDirective,
3221
+ StockChartIndicatorDirective,
3222
+ StockChartIndicatorsDirective], imports: [CommonModule], exports: [StockChartComponent,
3223
+ StockChartTrendlineDirective,
3224
+ StockChartTrendlinesDirective,
3225
+ StockChartSeriesDirective,
3226
+ StockChartSeriesCollectionDirective,
3227
+ StockChartAxisDirective,
3228
+ StockChartAxesDirective,
3229
+ StockChartRowDirective,
3230
+ StockChartRowsDirective,
3231
+ StockChartAnnotationDirective,
3232
+ StockChartAnnotationsDirective,
3233
+ StockChartSelectedDataIndexDirective,
3234
+ StockChartSelectedDataIndexesDirective,
3235
+ StockChartPeriodDirective,
3236
+ StockChartPeriodsDirective,
3237
+ StockEventDirective,
3238
+ StockEventsDirective,
3239
+ StockChartIndicatorDirective,
3240
+ StockChartIndicatorsDirective] });
3241
+ StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartModule, imports: [[CommonModule]] });
3242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartModule, decorators: [{
3243
+ type: NgModule,
3244
+ args: [{
3245
+ imports: [CommonModule],
3246
+ declarations: [
3247
+ StockChartComponent,
3248
+ StockChartTrendlineDirective,
3249
+ StockChartTrendlinesDirective,
3250
+ StockChartSeriesDirective,
3251
+ StockChartSeriesCollectionDirective,
3252
+ StockChartAxisDirective,
3253
+ StockChartAxesDirective,
3254
+ StockChartRowDirective,
3255
+ StockChartRowsDirective,
3256
+ StockChartAnnotationDirective,
3257
+ StockChartAnnotationsDirective,
3258
+ StockChartSelectedDataIndexDirective,
3259
+ StockChartSelectedDataIndexesDirective,
3260
+ StockChartPeriodDirective,
3261
+ StockChartPeriodsDirective,
3262
+ StockEventDirective,
3263
+ StockEventsDirective,
3264
+ StockChartIndicatorDirective,
3265
+ StockChartIndicatorsDirective
3266
+ ],
3267
+ exports: [
3268
+ StockChartComponent,
3269
+ StockChartTrendlineDirective,
3270
+ StockChartTrendlinesDirective,
3271
+ StockChartSeriesDirective,
3272
+ StockChartSeriesCollectionDirective,
3273
+ StockChartAxisDirective,
3274
+ StockChartAxesDirective,
3275
+ StockChartRowDirective,
3276
+ StockChartRowsDirective,
3277
+ StockChartAnnotationDirective,
3278
+ StockChartAnnotationsDirective,
3279
+ StockChartSelectedDataIndexDirective,
3280
+ StockChartSelectedDataIndexesDirective,
3281
+ StockChartPeriodDirective,
3282
+ StockChartPeriodsDirective,
3283
+ StockEventDirective,
3284
+ StockEventsDirective,
3285
+ StockChartIndicatorDirective,
3286
+ StockChartIndicatorsDirective
3287
+ ]
3288
+ }]
3289
+ }] });
3290
+
3291
+ const StockLegendService = { provide: 'ChartsStockLegend', useValue: StockLegend };
3292
+ /**
3293
+ * NgModule definition for the StockChart component with providers.
3294
+ */
3295
+ class StockChartAllModule {
3296
+ }
3297
+ StockChartAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3298
+ StockChartAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAllModule, imports: [CommonModule, StockChartModule], exports: [StockChartModule] });
3299
+ StockChartAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAllModule, providers: [
3300
+ StockLegendService
3301
+ ], imports: [[CommonModule, StockChartModule], StockChartModule] });
3302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StockChartAllModule, decorators: [{
3303
+ type: NgModule,
3304
+ args: [{
3305
+ imports: [CommonModule, StockChartModule],
3306
+ exports: [
3307
+ StockChartModule
3308
+ ],
3309
+ providers: [
3310
+ StockLegendService
3311
+ ]
3312
+ }]
3313
+ }] });
3314
+
3315
+ let input$7 = ['color', 'end', 'index', 'legendImageUrl', 'name', 'opacity', 'shape'];
3316
+ let outputs$a = [];
3317
+ /**
3318
+ * BulletRange Directive
3319
+ * ```html
3320
+ * <e-bullet-range-collection>
3321
+ * <e-bullet-range></e-bullet-range>
3322
+ * </e-bullet-range-collection>
3323
+ * ```
3324
+ */
3325
+ class BulletRangeDirective extends ComplexBase {
3326
+ constructor(viewContainerRef) {
3327
+ super();
3328
+ this.viewContainerRef = viewContainerRef;
3329
+ setValue('currentInstance', this, this.viewContainerRef);
3330
+ this.registerEvents(outputs$a);
3331
+ this.directivePropList = input$7;
3332
+ }
3333
+ }
3334
+ BulletRangeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletRangeDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
3335
+ BulletRangeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: BulletRangeDirective, selector: "e-bullet-range-collection>e-bullet-range", inputs: { color: "color", end: "end", index: "index", legendImageUrl: "legendImageUrl", name: "name", opacity: "opacity", shape: "shape" }, usesInheritance: true, ngImport: i0 });
3336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletRangeDirective, decorators: [{
3337
+ type: Directive,
3338
+ args: [{
3339
+ selector: 'e-bullet-range-collection>e-bullet-range',
3340
+ inputs: input$7,
3341
+ outputs: outputs$a,
3342
+ queries: {}
3343
+ }]
3344
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
3345
+ /**
3346
+ * BulletRange Array Directive
3347
+ * @private
3348
+ */
3349
+ class BulletRangeCollectionDirective extends ArrayBase {
3350
+ constructor() {
3351
+ super('ranges');
3352
+ }
3353
+ }
3354
+ BulletRangeCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletRangeCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3355
+ BulletRangeCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: BulletRangeCollectionDirective, selector: "ej-bulletchart>e-bullet-range-collection", queries: [{ propertyName: "children", predicate: BulletRangeDirective }], usesInheritance: true, ngImport: i0 });
3356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletRangeCollectionDirective, decorators: [{
3357
+ type: Directive,
3358
+ args: [{
3359
+ selector: 'ej-bulletchart>e-bullet-range-collection',
3360
+ queries: {
3361
+ children: new ContentChildren(BulletRangeDirective)
3362
+ },
3363
+ }]
3364
+ }], ctorParameters: function () { return []; } });
3365
+
3366
+ const inputs$2 = ['animation', 'border', 'categoryField', 'categoryLabelStyle', 'dataLabel', 'dataSource', 'enableGroupSeparator', 'enablePersistence', 'enableRtl', 'height', 'interval', 'labelFormat', 'labelPosition', 'labelStyle', 'legendSettings', 'locale', 'majorTickLines', 'margin', 'maximum', 'minimum', 'minorTickLines', 'minorTicksPerInterval', 'opposedPosition', 'orientation', 'query', 'ranges', 'subtitle', 'subtitleStyle', 'tabIndex', 'targetColor', 'targetField', 'targetTypes', 'targetWidth', 'theme', 'tickPosition', 'title', 'titlePosition', 'titleStyle', 'tooltip', 'type', 'valueBorder', 'valueField', 'valueFill', 'valueHeight', 'width'];
3367
+ const outputs$9 = ['beforePrint', 'bulletChartMouseClick', 'legendRender', 'load', 'loaded', 'tooltipRender', 'dataSourceChange'];
3368
+ const twoWays$2 = ['dataSource'];
3369
+ /**
3370
+ * BulletChart Component
3371
+ * ```html
3372
+ * <ejs-bulletchart></ejs-bulletchart>
3373
+ * ```
3374
+ */
3375
+ let BulletChartComponent = class BulletChartComponent extends BulletChart {
3376
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
3377
+ super();
3378
+ this.ngEle = ngEle;
3379
+ this.srenderer = srenderer;
3380
+ this.viewContainerRef = viewContainerRef;
3381
+ this.injector = injector;
3382
+ this.tags = ['ranges'];
3383
+ this.element = this.ngEle.nativeElement;
3384
+ this.injectedModules = this.injectedModules || [];
3385
+ try {
3386
+ let mod = this.injector.get('ChartsBulletTooltip');
3387
+ if (this.injectedModules.indexOf(mod) === -1) {
3388
+ this.injectedModules.push(mod);
3389
+ }
3390
+ }
3391
+ catch (_a) { }
3392
+ try {
3393
+ let mod = this.injector.get('ChartsBulletChartLegend');
3394
+ if (this.injectedModules.indexOf(mod) === -1) {
3395
+ this.injectedModules.push(mod);
3396
+ }
3397
+ }
3398
+ catch (_b) { }
3399
+ this.registerEvents(outputs$9);
3400
+ this.addTwoWay.call(this, twoWays$2);
3401
+ setValue('currentInstance', this, this.viewContainerRef);
3402
+ this.context = new ComponentBase();
3403
+ }
3404
+ ngOnInit() {
3405
+ this.context.ngOnInit(this);
3406
+ }
3407
+ ngAfterViewInit() {
3408
+ this.context.ngAfterViewInit(this);
3409
+ }
3410
+ ngOnDestroy() {
3411
+ this.context.ngOnDestroy(this);
3412
+ }
3413
+ ngAfterContentChecked() {
3414
+ this.tagObjects[0].instance = this.childRanges;
3415
+ this.context.ngAfterContentChecked(this);
3416
+ }
3417
+ };
3418
+ BulletChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3419
+ BulletChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: BulletChartComponent, selector: "ejs-bulletchart", inputs: { animation: "animation", border: "border", categoryField: "categoryField", categoryLabelStyle: "categoryLabelStyle", dataLabel: "dataLabel", dataSource: "dataSource", enableGroupSeparator: "enableGroupSeparator", enablePersistence: "enablePersistence", enableRtl: "enableRtl", height: "height", interval: "interval", labelFormat: "labelFormat", labelPosition: "labelPosition", labelStyle: "labelStyle", legendSettings: "legendSettings", locale: "locale", majorTickLines: "majorTickLines", margin: "margin", maximum: "maximum", minimum: "minimum", minorTickLines: "minorTickLines", minorTicksPerInterval: "minorTicksPerInterval", opposedPosition: "opposedPosition", orientation: "orientation", query: "query", ranges: "ranges", subtitle: "subtitle", subtitleStyle: "subtitleStyle", tabIndex: "tabIndex", targetColor: "targetColor", targetField: "targetField", targetTypes: "targetTypes", targetWidth: "targetWidth", theme: "theme", tickPosition: "tickPosition", title: "title", titlePosition: "titlePosition", titleStyle: "titleStyle", tooltip: "tooltip", type: "type", valueBorder: "valueBorder", valueField: "valueField", valueFill: "valueFill", valueHeight: "valueHeight", width: "width" }, outputs: { beforePrint: "beforePrint", bulletChartMouseClick: "bulletChartMouseClick", legendRender: "legendRender", load: "load", loaded: "loaded", tooltipRender: "tooltipRender", dataSourceChange: "dataSourceChange" }, queries: [{ propertyName: "tooltip_template", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childRanges", first: true, predicate: BulletRangeCollectionDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3420
+ __decorate([
3421
+ Template()
3422
+ ], BulletChartComponent.prototype, "tooltip_template", void 0);
3423
+ BulletChartComponent = __decorate([
3424
+ ComponentMixins([ComponentBase])
3425
+ ], BulletChartComponent);
3426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartComponent, decorators: [{
3427
+ type: Component,
3428
+ args: [{
3429
+ selector: 'ejs-bulletchart',
3430
+ inputs: inputs$2,
3431
+ outputs: outputs$9,
3432
+ template: '',
3433
+ changeDetection: ChangeDetectionStrategy.OnPush,
3434
+ queries: {
3435
+ childRanges: new ContentChild(BulletRangeCollectionDirective)
3436
+ }
3437
+ }]
3438
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltip_template: [{
3439
+ type: ContentChild,
3440
+ args: ['tooltipTemplate']
3441
+ }] } });
3442
+
3443
+ /**
3444
+ * NgModule definition for the BulletChart component.
3445
+ */
3446
+ class BulletChartModule {
3447
+ }
3448
+ BulletChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3449
+ BulletChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartModule, declarations: [BulletChartComponent,
3450
+ BulletRangeDirective,
3451
+ BulletRangeCollectionDirective], imports: [CommonModule], exports: [BulletChartComponent,
3452
+ BulletRangeDirective,
3453
+ BulletRangeCollectionDirective] });
3454
+ BulletChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartModule, imports: [[CommonModule]] });
3455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartModule, decorators: [{
3456
+ type: NgModule,
3457
+ args: [{
3458
+ imports: [CommonModule],
3459
+ declarations: [
3460
+ BulletChartComponent,
3461
+ BulletRangeDirective,
3462
+ BulletRangeCollectionDirective
3463
+ ],
3464
+ exports: [
3465
+ BulletChartComponent,
3466
+ BulletRangeDirective,
3467
+ BulletRangeCollectionDirective
3468
+ ]
3469
+ }]
3470
+ }] });
3471
+
3472
+ const BulletTooltipService = { provide: 'ChartsBulletTooltip', useValue: BulletTooltip };
3473
+ const BulletChartLegendService = { provide: 'ChartsBulletChartLegend', useValue: BulletChartLegend };
3474
+ /**
3475
+ * NgModule definition for the BulletChart component with providers.
3476
+ */
3477
+ class BulletChartAllModule {
3478
+ }
3479
+ BulletChartAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3480
+ BulletChartAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartAllModule, imports: [CommonModule, BulletChartModule], exports: [BulletChartModule] });
3481
+ BulletChartAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartAllModule, providers: [
3482
+ BulletTooltipService,
3483
+ BulletChartLegendService
3484
+ ], imports: [[CommonModule, BulletChartModule], BulletChartModule] });
3485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BulletChartAllModule, decorators: [{
3486
+ type: NgModule,
3487
+ args: [{
3488
+ imports: [CommonModule, BulletChartModule],
3489
+ exports: [
3490
+ BulletChartModule
3491
+ ],
3492
+ providers: [
3493
+ BulletTooltipService,
3494
+ BulletChartLegendService
3495
+ ]
3496
+ }]
3497
+ }] });
3498
+
3499
+ let input$6 = ['animation', 'columnFacet', 'columnSpacing', 'columnWidth', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'fill', 'groupName', 'legendImageUrl', 'legendShape', 'name', 'opacity', 'pointColorMapping', 'query', 'size', 'stackingGroup', 'tooltipFormat', 'tooltipMappingName', 'type', 'visible', 'xAxisName', 'xName', 'yAxisName', 'yName'];
3500
+ let outputs$8 = [];
3501
+ /**
3502
+ * Series3D Directive
3503
+ * ```html
3504
+ * <e-chart3d-series-collection>
3505
+ * <e-chart3d-series></e-chart3d-series>
3506
+ * </e-chart3d-series-collection>
3507
+ * ```
3508
+ */
3509
+ class Chart3DSeriesDirective extends ComplexBase {
3510
+ constructor(viewContainerRef) {
3511
+ super();
3512
+ this.viewContainerRef = viewContainerRef;
3513
+ setValue('currentInstance', this, this.viewContainerRef);
3514
+ this.registerEvents(outputs$8);
3515
+ this.directivePropList = input$6;
3516
+ }
3517
+ }
3518
+ Chart3DSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSeriesDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
3519
+ Chart3DSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DSeriesDirective, selector: "e-chart3d-series-collection>e-chart3d-series", inputs: { 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" }, queries: [{ propertyName: "dataLabel_template", first: true, predicate: ["dataLabelTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
3520
+ __decorate([
3521
+ Template()
3522
+ ], Chart3DSeriesDirective.prototype, "dataLabel_template", void 0);
3523
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSeriesDirective, decorators: [{
3524
+ type: Directive,
3525
+ args: [{
3526
+ selector: 'e-chart3d-series-collection>e-chart3d-series',
3527
+ inputs: input$6,
3528
+ outputs: outputs$8,
3529
+ queries: {}
3530
+ }]
3531
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { dataLabel_template: [{
3532
+ type: ContentChild,
3533
+ args: ['dataLabelTemplate']
3534
+ }] } });
3535
+ /**
3536
+ * Chart3DSeries Array Directive
3537
+ * @private
3538
+ */
3539
+ class Chart3DSeriesCollectionDirective extends ArrayBase {
3540
+ constructor() {
3541
+ super('series');
3542
+ }
3543
+ }
3544
+ Chart3DSeriesCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSeriesCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3545
+ Chart3DSeriesCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DSeriesCollectionDirective, selector: "ejs-chart3d>e-chart3d-series-collection", queries: [{ propertyName: "children", predicate: Chart3DSeriesDirective }], usesInheritance: true, ngImport: i0 });
3546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSeriesCollectionDirective, decorators: [{
3547
+ type: Directive,
3548
+ args: [{
3549
+ selector: 'ejs-chart3d>e-chart3d-series-collection',
3550
+ queries: {
3551
+ children: new ContentChildren(Chart3DSeriesDirective)
3552
+ },
3553
+ }]
3554
+ }], ctorParameters: function () { return []; } });
3555
+
3556
+ let input$5 = ['columnIndex', 'desiredIntervals', 'edgeLabelPlacement', 'enableTrim', 'interval', 'intervalType', 'isIndexed', 'isInversed', 'labelFormat', 'labelIntersectAction', 'labelPadding', 'labelPlacement', 'labelRotation', 'labelStyle', 'logBase', 'majorGridLines', 'majorTickLines', 'maximum', 'maximumLabelWidth', 'maximumLabels', 'minimum', 'minorGridLines', 'minorTickLines', 'minorTicksPerInterval', 'name', 'opposedPosition', 'plotOffset', 'plotOffsetBottom', 'plotOffsetLeft', 'plotOffsetRight', 'plotOffsetTop', 'rangePadding', 'rowIndex', 'skeleton', 'skeletonType', 'span', 'startFromZero', 'title', 'titlePadding', 'titleRotation', 'titleStyle', 'valueType', 'visible'];
3557
+ let outputs$7 = [];
3558
+ /**
3559
+ * Axis3D Directive
3560
+ * ```html
3561
+ * <e-axes><e-axis></e-axis></e-axes>
3562
+ * ```
3563
+ */
3564
+ class Chart3DAxisDirective extends ComplexBase {
3565
+ constructor(viewContainerRef) {
3566
+ super();
3567
+ this.viewContainerRef = viewContainerRef;
3568
+ setValue('currentInstance', this, this.viewContainerRef);
3569
+ this.registerEvents(outputs$7);
3570
+ this.directivePropList = input$5;
3571
+ }
3572
+ }
3573
+ Chart3DAxisDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAxisDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
3574
+ Chart3DAxisDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DAxisDirective, selector: "e-chart3daxes>e-chart3daxis", inputs: { 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" }, usesInheritance: true, ngImport: i0 });
3575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAxisDirective, decorators: [{
3576
+ type: Directive,
3577
+ args: [{
3578
+ selector: 'e-chart3daxes>e-chart3daxis',
3579
+ inputs: input$5,
3580
+ outputs: outputs$7,
3581
+ queries: {}
3582
+ }]
3583
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
3584
+ /**
3585
+ * Chart3DAxis Array Directive
3586
+ * @private
3587
+ */
3588
+ class Chart3DAxesDirective extends ArrayBase {
3589
+ constructor() {
3590
+ super('axes');
3591
+ }
3592
+ }
3593
+ Chart3DAxesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAxesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3594
+ Chart3DAxesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DAxesDirective, selector: "ejs-chart3d>e-chart3daxes", queries: [{ propertyName: "children", predicate: Chart3DAxisDirective }], usesInheritance: true, ngImport: i0 });
3595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAxesDirective, decorators: [{
3596
+ type: Directive,
3597
+ args: [{
3598
+ selector: 'ejs-chart3d>e-chart3daxes',
3599
+ queries: {
3600
+ children: new ContentChildren(Chart3DAxisDirective)
3601
+ },
3602
+ }]
3603
+ }], ctorParameters: function () { return []; } });
3604
+
3605
+ let input$4 = ['height'];
3606
+ let outputs$6 = [];
3607
+ /**
3608
+ * Row3D Directive
3609
+ * ```html
3610
+ * <e-rows><e-row></e-row><e-rows>
3611
+ * ```
3612
+ */
3613
+ class Chart3DRowDirective extends ComplexBase {
3614
+ constructor(viewContainerRef) {
3615
+ super();
3616
+ this.viewContainerRef = viewContainerRef;
3617
+ setValue('currentInstance', this, this.viewContainerRef);
3618
+ this.registerEvents(outputs$6);
3619
+ this.directivePropList = input$4;
3620
+ }
3621
+ }
3622
+ Chart3DRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DRowDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
3623
+ Chart3DRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DRowDirective, selector: "e-chart3d-rows>e-chart3d-row", inputs: { height: "height" }, usesInheritance: true, ngImport: i0 });
3624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DRowDirective, decorators: [{
3625
+ type: Directive,
3626
+ args: [{
3627
+ selector: 'e-chart3d-rows>e-chart3d-row',
3628
+ inputs: input$4,
3629
+ outputs: outputs$6,
3630
+ queries: {}
3631
+ }]
3632
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
3633
+ /**
3634
+ * Chart3DRow Array Directive
3635
+ * @private
3636
+ */
3637
+ class Chart3DRowsDirective extends ArrayBase {
3638
+ constructor() {
3639
+ super('rows');
3640
+ }
3641
+ }
3642
+ Chart3DRowsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DRowsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3643
+ Chart3DRowsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DRowsDirective, selector: "ejs-chart3d>e-chart3d-rows", queries: [{ propertyName: "children", predicate: Chart3DRowDirective }], usesInheritance: true, ngImport: i0 });
3644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DRowsDirective, decorators: [{
3645
+ type: Directive,
3646
+ args: [{
3647
+ selector: 'ejs-chart3d>e-chart3d-rows',
3648
+ queries: {
3649
+ children: new ContentChildren(Chart3DRowDirective)
3650
+ },
3651
+ }]
3652
+ }], ctorParameters: function () { return []; } });
3653
+
3654
+ let input$3 = ['width'];
3655
+ let outputs$5 = [];
3656
+ /**
3657
+ * Column3D Directive
3658
+ * ```html
3659
+ * <e-columns><e-column></e-column><e-columns>
3660
+ * ```
3661
+ */
3662
+ class Chart3DColumnDirective extends ComplexBase {
3663
+ constructor(viewContainerRef) {
3664
+ super();
3665
+ this.viewContainerRef = viewContainerRef;
3666
+ setValue('currentInstance', this, this.viewContainerRef);
3667
+ this.registerEvents(outputs$5);
3668
+ this.directivePropList = input$3;
3669
+ }
3670
+ }
3671
+ Chart3DColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DColumnDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
3672
+ Chart3DColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DColumnDirective, selector: "e-chart3d-columns>e-chart3d-columns", inputs: { width: "width" }, usesInheritance: true, ngImport: i0 });
3673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DColumnDirective, decorators: [{
3674
+ type: Directive,
3675
+ args: [{
3676
+ selector: 'e-chart3d-columns>e-chart3d-columns',
3677
+ inputs: input$3,
3678
+ outputs: outputs$5,
3679
+ queries: {}
3680
+ }]
3681
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
3682
+ /**
3683
+ * Chart3DColumn Array Directive
3684
+ * @private
3685
+ */
3686
+ class Chart3DColumnsDirective extends ArrayBase {
3687
+ constructor() {
3688
+ super('columns');
3689
+ }
3690
+ }
3691
+ Chart3DColumnsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DColumnsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3692
+ Chart3DColumnsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DColumnsDirective, selector: "ejs-chart3d>e-chart3d-columns", queries: [{ propertyName: "children", predicate: Chart3DColumnDirective }], usesInheritance: true, ngImport: i0 });
3693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DColumnsDirective, decorators: [{
3694
+ type: Directive,
3695
+ args: [{
3696
+ selector: 'ejs-chart3d>e-chart3d-columns',
3697
+ queries: {
3698
+ children: new ContentChildren(Chart3DColumnDirective)
3699
+ },
3700
+ }]
3701
+ }], ctorParameters: function () { return []; } });
3702
+
3703
+ let input$2 = ['point', 'series'];
3704
+ let outputs$4 = [];
3705
+ /**
3706
+ * Selected Data Directive
3707
+ * ```html
3708
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
3709
+ * ```
3710
+ */
3711
+ class Chart3DSelectedDataIndexDirective extends ComplexBase {
3712
+ constructor(viewContainerRef) {
3713
+ super();
3714
+ this.viewContainerRef = viewContainerRef;
3715
+ setValue('currentInstance', this, this.viewContainerRef);
3716
+ this.registerEvents(outputs$4);
3717
+ this.directivePropList = input$2;
3718
+ }
3719
+ }
3720
+ Chart3DSelectedDataIndexDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSelectedDataIndexDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
3721
+ Chart3DSelectedDataIndexDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DSelectedDataIndexDirective, selector: "e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex", inputs: { point: "point", series: "series" }, usesInheritance: true, ngImport: i0 });
3722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSelectedDataIndexDirective, decorators: [{
3723
+ type: Directive,
3724
+ args: [{
3725
+ selector: 'e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex',
3726
+ inputs: input$2,
3727
+ outputs: outputs$4,
3728
+ queries: {}
3729
+ }]
3730
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
3731
+ /**
3732
+ * Chart3DSelectedDataIndex Array Directive
3733
+ * @private
3734
+ */
3735
+ class Chart3DSelectedDataIndexesDirective extends ArrayBase {
3736
+ constructor() {
3737
+ super('selecteddataindexes');
3738
+ }
3739
+ }
3740
+ Chart3DSelectedDataIndexesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSelectedDataIndexesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3741
+ Chart3DSelectedDataIndexesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DSelectedDataIndexesDirective, selector: "ejs-chart3d>e-chart3d-selecteddataindexes", queries: [{ propertyName: "children", predicate: Chart3DSelectedDataIndexDirective }], usesInheritance: true, ngImport: i0 });
3742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DSelectedDataIndexesDirective, decorators: [{
3743
+ type: Directive,
3744
+ args: [{
3745
+ selector: 'ejs-chart3d>e-chart3d-selecteddataindexes',
3746
+ queries: {
3747
+ children: new ContentChildren(Chart3DSelectedDataIndexDirective)
3748
+ },
3749
+ }]
3750
+ }], ctorParameters: function () { return []; } });
3751
+
3752
+ const inputs$1 = ['axes', 'background', 'backgroundImage', 'border', 'columns', 'currencyCode', 'dataSource', 'depth', 'description', 'enableExport', 'enablePersistence', 'enableRotation', 'enableRtl', 'enableSideBySidePlacement', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'isMultiSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'palettes', 'perspectiveAngle', 'primaryXAxis', 'primaryYAxis', 'rotation', 'rows', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'theme', 'tilt', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'wallColor', 'wallSize', 'width'];
3753
+ const outputs$3 = ['afterExport', 'axisLabelRender', 'beforeExport', 'beforePrint', 'beforeResize', 'chart3DMouseClick', 'chart3DMouseDown', 'chart3DMouseLeave', 'chart3DMouseMove', 'chart3DMouseUp', 'legendClick', 'legendRender', 'load', 'loaded', 'pointClick', 'pointMove', 'pointRender', 'resized', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender', 'dataSourceChange'];
3754
+ const twoWays$1 = ['dataSource'];
3755
+ /**
3756
+ * 3D Chart Component
3757
+ * ```html
3758
+ * <ejschart3d></ejschart3d>
3759
+ * ```
3760
+ */
3761
+ let Chart3DComponent = class Chart3DComponent extends Chart3D {
3762
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
3763
+ super();
3764
+ this.ngEle = ngEle;
3765
+ this.srenderer = srenderer;
3766
+ this.viewContainerRef = viewContainerRef;
3767
+ this.injector = injector;
3768
+ this.tags = ['series', 'axes', 'rows', 'columns', 'selectedDataIndexes'];
3769
+ this.element = this.ngEle.nativeElement;
3770
+ this.injectedModules = this.injectedModules || [];
3771
+ try {
3772
+ let mod = this.injector.get('ChartsColumnSeries3D');
3773
+ if (this.injectedModules.indexOf(mod) === -1) {
3774
+ this.injectedModules.push(mod);
3775
+ }
3776
+ }
3777
+ catch (_a) { }
3778
+ try {
3779
+ let mod = this.injector.get('ChartsStackingColumnSeries3D');
3780
+ if (this.injectedModules.indexOf(mod) === -1) {
3781
+ this.injectedModules.push(mod);
3782
+ }
3783
+ }
3784
+ catch (_b) { }
3785
+ try {
3786
+ let mod = this.injector.get('ChartsBarSeries3D');
3787
+ if (this.injectedModules.indexOf(mod) === -1) {
3788
+ this.injectedModules.push(mod);
3789
+ }
3790
+ }
3791
+ catch (_c) { }
3792
+ try {
3793
+ let mod = this.injector.get('ChartsStackingBarSeries3D');
3794
+ if (this.injectedModules.indexOf(mod) === -1) {
3795
+ this.injectedModules.push(mod);
3796
+ }
3797
+ }
3798
+ catch (_d) { }
3799
+ try {
3800
+ let mod = this.injector.get('ChartsCategory3D');
3801
+ if (this.injectedModules.indexOf(mod) === -1) {
3802
+ this.injectedModules.push(mod);
3803
+ }
3804
+ }
3805
+ catch (_e) { }
3806
+ try {
3807
+ let mod = this.injector.get('ChartsDateTime3D');
3808
+ if (this.injectedModules.indexOf(mod) === -1) {
3809
+ this.injectedModules.push(mod);
3810
+ }
3811
+ }
3812
+ catch (_f) { }
3813
+ try {
3814
+ let mod = this.injector.get('ChartsDateTimeCategory3D');
3815
+ if (this.injectedModules.indexOf(mod) === -1) {
3816
+ this.injectedModules.push(mod);
3817
+ }
3818
+ }
3819
+ catch (_g) { }
3820
+ try {
3821
+ let mod = this.injector.get('ChartsLogarithmic3D');
3822
+ if (this.injectedModules.indexOf(mod) === -1) {
3823
+ this.injectedModules.push(mod);
3824
+ }
3825
+ }
3826
+ catch (_h) { }
3827
+ try {
3828
+ let mod = this.injector.get('ChartsTooltip3D');
3829
+ if (this.injectedModules.indexOf(mod) === -1) {
3830
+ this.injectedModules.push(mod);
3831
+ }
3832
+ }
3833
+ catch (_j) { }
3834
+ try {
3835
+ let mod = this.injector.get('ChartsLegend3D');
3836
+ if (this.injectedModules.indexOf(mod) === -1) {
3837
+ this.injectedModules.push(mod);
3838
+ }
3839
+ }
3840
+ catch (_k) { }
3841
+ try {
3842
+ let mod = this.injector.get('ChartsDataLabel3D');
3843
+ if (this.injectedModules.indexOf(mod) === -1) {
3844
+ this.injectedModules.push(mod);
3845
+ }
3846
+ }
3847
+ catch (_l) { }
3848
+ try {
3849
+ let mod = this.injector.get('ChartsSelection3D');
3850
+ if (this.injectedModules.indexOf(mod) === -1) {
3851
+ this.injectedModules.push(mod);
3852
+ }
3853
+ }
3854
+ catch (_m) { }
3855
+ try {
3856
+ let mod = this.injector.get('ChartsExport3D');
3857
+ if (this.injectedModules.indexOf(mod) === -1) {
3858
+ this.injectedModules.push(mod);
3859
+ }
3860
+ }
3861
+ catch (_o) { }
3862
+ try {
3863
+ let mod = this.injector.get('ChartsHighlight3D');
3864
+ if (this.injectedModules.indexOf(mod) === -1) {
3865
+ this.injectedModules.push(mod);
3866
+ }
3867
+ }
3868
+ catch (_p) { }
3869
+ this.registerEvents(outputs$3);
3870
+ this.addTwoWay.call(this, twoWays$1);
3871
+ setValue('currentInstance', this, this.viewContainerRef);
3872
+ this.context = new ComponentBase();
3873
+ }
3874
+ ngOnInit() {
3875
+ this.context.ngOnInit(this);
3876
+ }
3877
+ ngAfterViewInit() {
3878
+ this.context.ngAfterViewInit(this);
3879
+ }
3880
+ ngOnDestroy() {
3881
+ this.context.ngOnDestroy(this);
3882
+ }
3883
+ ngAfterContentChecked() {
3884
+ this.tagObjects[0].instance = this.childSeries;
3885
+ if (this.childAxes) {
3886
+ this.tagObjects[1].instance = this.childAxes;
3887
+ }
3888
+ if (this.childRows) {
3889
+ this.tagObjects[2].instance = this.childRows;
3890
+ }
3891
+ if (this.childColumns) {
3892
+ this.tagObjects[3].instance = this.childColumns;
3893
+ }
3894
+ if (this.childSelectedDataIndexes) {
3895
+ this.tagObjects[4].instance = this.childSelectedDataIndexes;
3896
+ }
3897
+ this.context.ngAfterContentChecked(this);
3898
+ }
3899
+ };
3900
+ Chart3DComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3901
+ Chart3DComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: Chart3DComponent, selector: "ejs-chart3d", inputs: { 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" }, outputs: { 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" }, queries: [{ propertyName: "tooltip_template", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childSeries", first: true, predicate: Chart3DSeriesCollectionDirective, descendants: true }, { propertyName: "childAxes", first: true, predicate: Chart3DAxesDirective, descendants: true }, { propertyName: "childRows", first: true, predicate: Chart3DRowsDirective, descendants: true }, { propertyName: "childColumns", first: true, predicate: Chart3DColumnsDirective, descendants: true }, { propertyName: "childSelectedDataIndexes", first: true, predicate: Chart3DSelectedDataIndexesDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3902
+ __decorate([
3903
+ Template()
3904
+ ], Chart3DComponent.prototype, "tooltip_template", void 0);
3905
+ Chart3DComponent = __decorate([
3906
+ ComponentMixins([ComponentBase])
3907
+ ], Chart3DComponent);
3908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DComponent, decorators: [{
3909
+ type: Component,
3910
+ args: [{
3911
+ selector: 'ejs-chart3d',
3912
+ inputs: inputs$1,
3913
+ outputs: outputs$3,
3914
+ template: '',
3915
+ changeDetection: ChangeDetectionStrategy.OnPush,
3916
+ queries: {
3917
+ childSeries: new ContentChild(Chart3DSeriesCollectionDirective),
3918
+ childAxes: new ContentChild(Chart3DAxesDirective),
3919
+ childRows: new ContentChild(Chart3DRowsDirective),
3920
+ childColumns: new ContentChild(Chart3DColumnsDirective),
3921
+ childSelectedDataIndexes: new ContentChild(Chart3DSelectedDataIndexesDirective)
3922
+ }
3923
+ }]
3924
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltip_template: [{
3925
+ type: ContentChild,
3926
+ args: ['tooltipTemplate']
3927
+ }] } });
3928
+
3929
+ /**
3930
+ * NgModule definition for the Chart3D component.
3931
+ */
3932
+ class Chart3DModule {
3933
+ }
3934
+ Chart3DModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3935
+ Chart3DModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DModule, declarations: [Chart3DComponent,
3936
+ Chart3DSeriesDirective,
3937
+ Chart3DSeriesCollectionDirective,
3938
+ Chart3DAxisDirective,
3939
+ Chart3DAxesDirective,
3940
+ Chart3DRowDirective,
3941
+ Chart3DRowsDirective,
3942
+ Chart3DColumnDirective,
3943
+ Chart3DColumnsDirective,
3944
+ Chart3DSelectedDataIndexDirective,
3945
+ Chart3DSelectedDataIndexesDirective], imports: [CommonModule], exports: [Chart3DComponent,
3946
+ Chart3DSeriesDirective,
3947
+ Chart3DSeriesCollectionDirective,
3948
+ Chart3DAxisDirective,
3949
+ Chart3DAxesDirective,
3950
+ Chart3DRowDirective,
3951
+ Chart3DRowsDirective,
3952
+ Chart3DColumnDirective,
3953
+ Chart3DColumnsDirective,
3954
+ Chart3DSelectedDataIndexDirective,
3955
+ Chart3DSelectedDataIndexesDirective] });
3956
+ Chart3DModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DModule, imports: [[CommonModule]] });
3957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DModule, decorators: [{
3958
+ type: NgModule,
3959
+ args: [{
3960
+ imports: [CommonModule],
3961
+ declarations: [
3962
+ Chart3DComponent,
3963
+ Chart3DSeriesDirective,
3964
+ Chart3DSeriesCollectionDirective,
3965
+ Chart3DAxisDirective,
3966
+ Chart3DAxesDirective,
3967
+ Chart3DRowDirective,
3968
+ Chart3DRowsDirective,
3969
+ Chart3DColumnDirective,
3970
+ Chart3DColumnsDirective,
3971
+ Chart3DSelectedDataIndexDirective,
3972
+ Chart3DSelectedDataIndexesDirective
3973
+ ],
3974
+ exports: [
3975
+ Chart3DComponent,
3976
+ Chart3DSeriesDirective,
3977
+ Chart3DSeriesCollectionDirective,
3978
+ Chart3DAxisDirective,
3979
+ Chart3DAxesDirective,
3980
+ Chart3DRowDirective,
3981
+ Chart3DRowsDirective,
3982
+ Chart3DColumnDirective,
3983
+ Chart3DColumnsDirective,
3984
+ Chart3DSelectedDataIndexDirective,
3985
+ Chart3DSelectedDataIndexesDirective
3986
+ ]
3987
+ }]
3988
+ }] });
3989
+
3990
+ const ColumnSeries3DService = { provide: 'ChartsColumnSeries3D', useValue: ColumnSeries3D };
3991
+ const StackingColumnSeries3DService = { provide: 'ChartsStackingColumnSeries3D', useValue: StackingColumnSeries3D };
3992
+ const BarSeries3DService = { provide: 'ChartsBarSeries3D', useValue: BarSeries3D };
3993
+ const StackingBarSeries3DService = { provide: 'ChartsStackingBarSeries3D', useValue: StackingBarSeries3D };
3994
+ const Category3DService = { provide: 'ChartsCategory3D', useValue: Category3D };
3995
+ const DateTime3DService = { provide: 'ChartsDateTime3D', useValue: DateTime3D };
3996
+ const DateTimeCategory3DService = { provide: 'ChartsDateTimeCategory3D', useValue: DateTimeCategory3D };
3997
+ const Logarithmic3DService = { provide: 'ChartsLogarithmic3D', useValue: Logarithmic3D };
3998
+ const Tooltip3DService = { provide: 'ChartsTooltip3D', useValue: Tooltip3D };
3999
+ const Legend3DService = { provide: 'ChartsLegend3D', useValue: Legend3D };
4000
+ const DataLabel3DService = { provide: 'ChartsDataLabel3D', useValue: DataLabel3D };
4001
+ const Selection3DService = { provide: 'ChartsSelection3D', useValue: Selection3D };
4002
+ const Export3DService = { provide: 'ChartsExport3D', useValue: Export3D };
4003
+ const Highlight3DService = { provide: 'ChartsHighlight3D', useValue: Highlight3D };
4004
+ /**
4005
+ * NgModule definition for the Chart3D component with providers.
4006
+ */
4007
+ class Chart3DAllModule {
4008
+ }
4009
+ Chart3DAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4010
+ Chart3DAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAllModule, imports: [CommonModule, Chart3DModule], exports: [Chart3DModule] });
4011
+ Chart3DAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAllModule, providers: [
4012
+ ColumnSeries3DService,
4013
+ StackingColumnSeries3DService,
4014
+ BarSeries3DService,
4015
+ StackingBarSeries3DService,
4016
+ Category3DService,
4017
+ DateTime3DService,
4018
+ DateTimeCategory3DService,
4019
+ Logarithmic3DService,
4020
+ Tooltip3DService,
4021
+ Legend3DService,
4022
+ DataLabel3DService,
4023
+ Selection3DService,
4024
+ Export3DService,
4025
+ Highlight3DService
4026
+ ], imports: [[CommonModule, Chart3DModule], Chart3DModule] });
4027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: Chart3DAllModule, decorators: [{
4028
+ type: NgModule,
4029
+ args: [{
4030
+ imports: [CommonModule, Chart3DModule],
4031
+ exports: [
4032
+ Chart3DModule
4033
+ ],
4034
+ providers: [
4035
+ ColumnSeries3DService,
4036
+ StackingColumnSeries3DService,
4037
+ BarSeries3DService,
4038
+ StackingBarSeries3DService,
4039
+ Category3DService,
4040
+ DateTime3DService,
4041
+ DateTimeCategory3DService,
4042
+ Logarithmic3DService,
4043
+ Tooltip3DService,
4044
+ Legend3DService,
4045
+ DataLabel3DService,
4046
+ Selection3DService,
4047
+ Export3DService,
4048
+ Highlight3DService
4049
+ ]
4050
+ }]
4051
+ }] });
4052
+
4053
+ let input$1 = ['animation', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'innerRadius', 'legendImageUrl', 'legendShape', 'name', 'opacity', 'palettes', 'pointColorMapping', 'query', 'radius', 'tooltipMappingName', 'visible', 'xName', 'yName'];
4054
+ let outputs$2 = [];
4055
+ /**
4056
+ * Circular3D Series Directive
4057
+ * ```html
4058
+ * <e-circular3d-series-collection>
4059
+ * <e-circular3d-series></e-circular3d-series>
4060
+ * </e-circular3d-series-collection>
4061
+ * ```
4062
+ */
4063
+ class CircularChart3DSeriesDirective extends ComplexBase {
4064
+ constructor(viewContainerRef) {
4065
+ super();
4066
+ this.viewContainerRef = viewContainerRef;
4067
+ setValue('currentInstance', this, this.viewContainerRef);
4068
+ this.registerEvents(outputs$2);
4069
+ this.directivePropList = input$1;
4070
+ }
4071
+ }
4072
+ CircularChart3DSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSeriesDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
4073
+ CircularChart3DSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CircularChart3DSeriesDirective, selector: "e-circularchart3d-series-collection>e-circularchart3d-series", inputs: { 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" }, queries: [{ propertyName: "dataLabel_template", first: true, predicate: ["dataLabelTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
4074
+ __decorate([
4075
+ Template()
4076
+ ], CircularChart3DSeriesDirective.prototype, "dataLabel_template", void 0);
4077
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSeriesDirective, decorators: [{
4078
+ type: Directive,
4079
+ args: [{
4080
+ selector: 'e-circularchart3d-series-collection>e-circularchart3d-series',
4081
+ inputs: input$1,
4082
+ outputs: outputs$2,
4083
+ queries: {}
4084
+ }]
4085
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { dataLabel_template: [{
4086
+ type: ContentChild,
4087
+ args: ['dataLabelTemplate']
4088
+ }] } });
4089
+ /**
4090
+ * CircularChart3DSeries Array Directive
4091
+ * @private
4092
+ */
4093
+ class CircularChart3DSeriesCollectionDirective extends ArrayBase {
4094
+ constructor() {
4095
+ super('series');
4096
+ }
4097
+ }
4098
+ CircularChart3DSeriesCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSeriesCollectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4099
+ CircularChart3DSeriesCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CircularChart3DSeriesCollectionDirective, selector: "ej-circularchart3d>e-circularchart3d-series-collection", queries: [{ propertyName: "children", predicate: CircularChart3DSeriesDirective }], usesInheritance: true, ngImport: i0 });
4100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSeriesCollectionDirective, decorators: [{
4101
+ type: Directive,
4102
+ args: [{
4103
+ selector: 'ej-circularchart3d>e-circularchart3d-series-collection',
4104
+ queries: {
4105
+ children: new ContentChildren(CircularChart3DSeriesDirective)
4106
+ },
4107
+ }]
4108
+ }], ctorParameters: function () { return []; } });
4109
+
4110
+ let input = ['point', 'series'];
4111
+ let outputs$1 = [];
4112
+ /**
4113
+ * Selected Data Directive
4114
+ * ```html
4115
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
4116
+ * ```
4117
+ */
4118
+ class CircularChart3DSelectedDataIndexDirective extends ComplexBase {
4119
+ constructor(viewContainerRef) {
4120
+ super();
4121
+ this.viewContainerRef = viewContainerRef;
4122
+ setValue('currentInstance', this, this.viewContainerRef);
4123
+ this.registerEvents(outputs$1);
4124
+ this.directivePropList = input;
4125
+ }
4126
+ }
4127
+ CircularChart3DSelectedDataIndexDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSelectedDataIndexDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
4128
+ CircularChart3DSelectedDataIndexDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CircularChart3DSelectedDataIndexDirective, selector: "e-circularchart3d-selecteddataindexes>e-circularchart3d-selecteddataindex", inputs: { point: "point", series: "series" }, usesInheritance: true, ngImport: i0 });
4129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSelectedDataIndexDirective, decorators: [{
4130
+ type: Directive,
4131
+ args: [{
4132
+ selector: 'e-circularchart3d-selecteddataindexes>e-circularchart3d-selecteddataindex',
4133
+ inputs: input,
4134
+ outputs: outputs$1,
4135
+ queries: {}
4136
+ }]
4137
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
4138
+ /**
4139
+ * CircularChart3DSelectedDataIndex Array Directive
4140
+ * @private
4141
+ */
4142
+ class CircularChart3DSelectedDataIndexesDirective extends ArrayBase {
4143
+ constructor() {
4144
+ super('selecteddataindexes');
4145
+ }
4146
+ }
4147
+ CircularChart3DSelectedDataIndexesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSelectedDataIndexesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4148
+ CircularChart3DSelectedDataIndexesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CircularChart3DSelectedDataIndexesDirective, selector: "ejs-circularchart3d>e-circularchart3d-selecteddataindexes", queries: [{ propertyName: "children", predicate: CircularChart3DSelectedDataIndexDirective }], usesInheritance: true, ngImport: i0 });
4149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DSelectedDataIndexesDirective, decorators: [{
4150
+ type: Directive,
4151
+ args: [{
4152
+ selector: 'ejs-circularchart3d>e-circularchart3d-selecteddataindexes',
4153
+ queries: {
4154
+ children: new ContentChildren(CircularChart3DSelectedDataIndexDirective)
4155
+ },
4156
+ }]
4157
+ }], ctorParameters: function () { return []; } });
4158
+
4159
+ const inputs = ['background', 'backgroundImage', 'border', 'dataSource', 'depth', 'enableAnimation', 'enableExport', 'enablePersistence', 'enableRotation', 'enableRtl', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'isMultiSelect', 'legendSettings', 'locale', 'margin', 'rotation', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'theme', 'tilt', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width'];
4160
+ const outputs = ['afterExport', 'beforeExport', 'beforePrint', 'beforeResize', 'circularChart3DMouseClick', 'circularChart3DMouseDown', 'circularChart3DMouseLeave', 'circularChart3DMouseMove', 'circularChart3DMouseUp', 'legendClick', 'legendRender', 'load', 'loaded', 'pointClick', 'pointMove', 'pointRender', 'resized', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender', 'dataSourceChange'];
4161
+ const twoWays = ['dataSource'];
4162
+ /**
4163
+ * CircularChart3D Component
4164
+ * ```html
4165
+ * <ejs-circularchart3d></ejs-circularchart3d>
4166
+ * ```
4167
+ */
4168
+ let CircularChart3DComponent = class CircularChart3DComponent extends CircularChart3D {
4169
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
4170
+ super();
4171
+ this.ngEle = ngEle;
4172
+ this.srenderer = srenderer;
4173
+ this.viewContainerRef = viewContainerRef;
4174
+ this.injector = injector;
4175
+ this.tags = ['series', 'selectedDataIndexes'];
4176
+ this.element = this.ngEle.nativeElement;
4177
+ this.injectedModules = this.injectedModules || [];
4178
+ try {
4179
+ let mod = this.injector.get('ChartsPieSeries3D');
4180
+ if (this.injectedModules.indexOf(mod) === -1) {
4181
+ this.injectedModules.push(mod);
4182
+ }
4183
+ }
4184
+ catch (_a) { }
4185
+ try {
4186
+ let mod = this.injector.get('ChartsCircularChartTooltip3D');
4187
+ if (this.injectedModules.indexOf(mod) === -1) {
4188
+ this.injectedModules.push(mod);
4189
+ }
4190
+ }
4191
+ catch (_b) { }
4192
+ try {
4193
+ let mod = this.injector.get('ChartsCircularChartLegend3D');
4194
+ if (this.injectedModules.indexOf(mod) === -1) {
4195
+ this.injectedModules.push(mod);
4196
+ }
4197
+ }
4198
+ catch (_c) { }
4199
+ try {
4200
+ let mod = this.injector.get('ChartsCircularChartSelection3D');
4201
+ if (this.injectedModules.indexOf(mod) === -1) {
4202
+ this.injectedModules.push(mod);
4203
+ }
4204
+ }
4205
+ catch (_d) { }
4206
+ try {
4207
+ let mod = this.injector.get('ChartsCircularChartDataLabel3D');
4208
+ if (this.injectedModules.indexOf(mod) === -1) {
4209
+ this.injectedModules.push(mod);
4210
+ }
4211
+ }
4212
+ catch (_e) { }
4213
+ try {
4214
+ let mod = this.injector.get('ChartsCircularChartHighlight3D');
4215
+ if (this.injectedModules.indexOf(mod) === -1) {
4216
+ this.injectedModules.push(mod);
4217
+ }
4218
+ }
4219
+ catch (_f) { }
4220
+ try {
4221
+ let mod = this.injector.get('ChartsCircularChartExport3D');
4222
+ if (this.injectedModules.indexOf(mod) === -1) {
4223
+ this.injectedModules.push(mod);
4224
+ }
4225
+ }
4226
+ catch (_g) { }
4227
+ this.registerEvents(outputs);
4228
+ this.addTwoWay.call(this, twoWays);
4229
+ setValue('currentInstance', this, this.viewContainerRef);
4230
+ this.context = new ComponentBase();
4231
+ }
4232
+ ngOnInit() {
4233
+ this.context.ngOnInit(this);
4234
+ }
4235
+ ngAfterViewInit() {
4236
+ this.context.ngAfterViewInit(this);
4237
+ }
4238
+ ngOnDestroy() {
4239
+ this.context.ngOnDestroy(this);
4240
+ }
4241
+ ngAfterContentChecked() {
4242
+ this.tagObjects[0].instance = this.childSeries;
4243
+ if (this.childSelectedDataIndexes) {
4244
+ this.tagObjects[1].instance = this.childSelectedDataIndexes;
4245
+ }
4246
+ this.context.ngAfterContentChecked(this);
4247
+ }
4248
+ };
4249
+ CircularChart3DComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
4250
+ CircularChart3DComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: CircularChart3DComponent, selector: "ejs-circularchart3d", inputs: { 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" }, outputs: { 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" }, queries: [{ propertyName: "tooltip_template", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childSeries", first: true, predicate: CircularChart3DSeriesCollectionDirective, descendants: true }, { propertyName: "childSelectedDataIndexes", first: true, predicate: CircularChart3DSelectedDataIndexesDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4251
+ __decorate([
4252
+ Template()
4253
+ ], CircularChart3DComponent.prototype, "tooltip_template", void 0);
4254
+ CircularChart3DComponent = __decorate([
4255
+ ComponentMixins([ComponentBase])
4256
+ ], CircularChart3DComponent);
4257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DComponent, decorators: [{
4258
+ type: Component,
4259
+ args: [{
4260
+ selector: 'ejs-circularchart3d',
4261
+ inputs: inputs,
4262
+ outputs: outputs,
4263
+ template: '',
4264
+ changeDetection: ChangeDetectionStrategy.OnPush,
4265
+ queries: {
4266
+ childSeries: new ContentChild(CircularChart3DSeriesCollectionDirective),
4267
+ childSelectedDataIndexes: new ContentChild(CircularChart3DSelectedDataIndexesDirective)
4268
+ }
4269
+ }]
4270
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { tooltip_template: [{
4271
+ type: ContentChild,
4272
+ args: ['tooltipTemplate']
4273
+ }] } });
4274
+
4275
+ /**
4276
+ * NgModule definition for the CircularChart3D component.
4277
+ */
4278
+ class CircularChart3DModule {
4279
+ }
4280
+ CircularChart3DModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4281
+ CircularChart3DModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DModule, declarations: [CircularChart3DComponent,
4282
+ CircularChart3DSeriesDirective,
4283
+ CircularChart3DSeriesCollectionDirective,
4284
+ CircularChart3DSelectedDataIndexDirective,
4285
+ CircularChart3DSelectedDataIndexesDirective], imports: [CommonModule], exports: [CircularChart3DComponent,
4286
+ CircularChart3DSeriesDirective,
4287
+ CircularChart3DSeriesCollectionDirective,
4288
+ CircularChart3DSelectedDataIndexDirective,
4289
+ CircularChart3DSelectedDataIndexesDirective] });
4290
+ CircularChart3DModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DModule, imports: [[CommonModule]] });
4291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DModule, decorators: [{
4292
+ type: NgModule,
4293
+ args: [{
4294
+ imports: [CommonModule],
4295
+ declarations: [
4296
+ CircularChart3DComponent,
4297
+ CircularChart3DSeriesDirective,
4298
+ CircularChart3DSeriesCollectionDirective,
4299
+ CircularChart3DSelectedDataIndexDirective,
4300
+ CircularChart3DSelectedDataIndexesDirective
4301
+ ],
4302
+ exports: [
4303
+ CircularChart3DComponent,
4304
+ CircularChart3DSeriesDirective,
4305
+ CircularChart3DSeriesCollectionDirective,
4306
+ CircularChart3DSelectedDataIndexDirective,
4307
+ CircularChart3DSelectedDataIndexesDirective
4308
+ ]
4309
+ }]
4310
+ }] });
4311
+
4312
+ const PieSeries3DService = { provide: 'ChartsPieSeries3D', useValue: PieSeries3D };
4313
+ const CircularChartTooltip3DService = { provide: 'ChartsCircularChartTooltip3D', useValue: CircularChartTooltip3D };
4314
+ const CircularChartLegend3DService = { provide: 'ChartsCircularChartLegend3D', useValue: CircularChartLegend3D };
4315
+ const CircularChartSelection3DService = { provide: 'ChartsCircularChartSelection3D', useValue: CircularChartSelection3D };
4316
+ const CircularChartDataLabel3DService = { provide: 'ChartsCircularChartDataLabel3D', useValue: CircularChartDataLabel3D };
4317
+ const CircularChartHighlight3DService = { provide: 'ChartsCircularChartHighlight3D', useValue: CircularChartHighlight3D };
4318
+ const CircularChartExport3DService = { provide: 'ChartsCircularChartExport3D', useValue: CircularChartExport3D };
4319
+ /**
4320
+ * NgModule definition for the CircularChart3D component with providers.
4321
+ */
4322
+ class CircularChart3DAllModule {
4323
+ }
4324
+ CircularChart3DAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4325
+ CircularChart3DAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DAllModule, imports: [CommonModule, CircularChart3DModule], exports: [CircularChart3DModule] });
4326
+ CircularChart3DAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DAllModule, providers: [
4327
+ PieSeries3DService,
4328
+ CircularChartTooltip3DService,
4329
+ CircularChartLegend3DService,
4330
+ CircularChartSelection3DService,
4331
+ CircularChartDataLabel3DService,
4332
+ CircularChartHighlight3DService,
4333
+ CircularChartExport3DService
4334
+ ], imports: [[CommonModule, CircularChart3DModule], CircularChart3DModule] });
4335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CircularChart3DAllModule, decorators: [{
4336
+ type: NgModule,
4337
+ args: [{
4338
+ imports: [CommonModule, CircularChart3DModule],
4339
+ exports: [
4340
+ CircularChart3DModule
4341
+ ],
4342
+ providers: [
4343
+ PieSeries3DService,
4344
+ CircularChartTooltip3DService,
4345
+ CircularChartLegend3DService,
4346
+ CircularChartSelection3DService,
4347
+ CircularChartDataLabel3DService,
4348
+ CircularChartHighlight3DService,
4349
+ CircularChartExport3DService
4350
+ ]
4351
+ }]
4352
+ }] });
4353
+
4354
+ /**
4355
+ * Generated bundle index. Do not edit.
4356
+ */
4357
+
4358
+ export { AccumulationAnnotationDirective, AccumulationAnnotationService, AccumulationAnnotationsDirective, AccumulationChartAllModule, AccumulationChartComponent, AccumulationChartModule, AccumulationDataLabelService, AccumulationDistributionIndicatorService, AccumulationHighlightService, AccumulationLegendService, AccumulationSelectionService, AccumulationSeriesCollectionDirective, AccumulationSeriesDirective, AccumulationTooltipService, AnnotationDirective, AnnotationsDirective, AreaSeriesService, AtrIndicatorService, AxesDirective, AxisDirective, BarSeries3DService, BarSeriesService, BollingerBandsService, BoxAndWhiskerSeriesService, BubbleSeriesService, BulletChartAllModule, BulletChartComponent, BulletChartLegendService, BulletChartModule, BulletRangeCollectionDirective, BulletRangeDirective, BulletTooltipService, CandleSeriesService, CategoriesDirective, Category3DService, CategoryDirective, CategoryService, Chart3DAllModule, Chart3DAxesDirective, Chart3DAxisDirective, Chart3DColumnDirective, Chart3DColumnsDirective, Chart3DComponent, Chart3DModule, Chart3DRowDirective, Chart3DRowsDirective, Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective, Chart3DSeriesCollectionDirective, Chart3DSeriesDirective, ChartAllModule, ChartAnnotationService, ChartComponent, ChartModule, CircularChart3DAllModule, CircularChart3DComponent, CircularChart3DModule, CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective, CircularChart3DSeriesCollectionDirective, CircularChart3DSeriesDirective, CircularChartDataLabel3DService, CircularChartExport3DService, CircularChartHighlight3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartTooltip3DService, ColumnDirective, ColumnSeries3DService, ColumnSeriesService, ColumnsDirective, CrosshairService, DataEditingService, DataLabel3DService, DataLabelService, DateTime3DService, DateTimeCategory3DService, DateTimeCategoryService, DateTimeService, EmaIndicatorService, ErrorBarService, Export3DService, ExportService, FunnelSeriesService, Highlight3DService, HighlightService, HiloOpenCloseSeriesService, HiloSeriesService, HistogramSeriesService, IndicatorDirective, IndicatorsDirective, Legend3DService, LegendService, LineSeriesService, Logarithmic3DService, LogarithmicService, MacdIndicatorService, MomentumIndicatorService, MultiColoredAreaSeriesService, MultiColoredLineSeriesService, MultiLevelLabelDirective, MultiLevelLabelService, MultiLevelLabelsDirective, ParetoSeriesService, PeriodSelectorService, PieSeries3DService, PieSeriesService, PolarSeriesService, PyramidSeriesService, RadarSeriesService, RangeAreaSeriesService, RangeBandSettingDirective, RangeBandSettingsDirective, RangeColorSettingDirective, RangeColorSettingsDirective, RangeColumnSeriesService, RangeNavigatorAllModule, RangeNavigatorComponent, RangeNavigatorModule, RangeStepAreaSeriesService, RangeTooltipService, RangenavigatorSeriesCollectionDirective, RangenavigatorSeriesDirective, RowDirective, RowsDirective, RsiIndicatorService, ScatterSeriesService, ScrollBarService, SegmentDirective, SegmentsDirective, SelectedDataIndexDirective, SelectedDataIndexesDirective, Selection3DService, SelectionService, SeriesCollectionDirective, SeriesDirective, SmaIndicatorService, SmithchartAllModule, SmithchartComponent, SmithchartLegendService, SmithchartModule, SmithchartSeriesCollectionDirective, SmithchartSeriesDirective, SparklineAllModule, SparklineComponent, SparklineModule, SparklineTooltipService, SplineAreaSeriesService, SplineRangeAreaSeriesService, SplineSeriesService, StackingAreaSeriesService, StackingBarSeries3DService, StackingBarSeriesService, StackingColumnSeries3DService, StackingColumnSeriesService, StackingLineSeriesService, StackingStepAreaSeriesService, StepAreaSeriesService, StepLineSeriesService, StochasticIndicatorService, StockChartAllModule, StockChartAnnotationDirective, StockChartAnnotationsDirective, StockChartAxesDirective, StockChartAxisDirective, StockChartComponent, StockChartIndicatorDirective, StockChartIndicatorsDirective, StockChartModule, StockChartPeriodDirective, StockChartPeriodsDirective, StockChartRowDirective, StockChartRowsDirective, StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective, StockChartSeriesCollectionDirective, StockChartSeriesDirective, StockChartTrendlineDirective, StockChartTrendlinesDirective, StockEventDirective, StockEventsDirective, StockLegendService, StripLineDirective, StripLineService, StripLinesDirective, TmaIndicatorService, Tooltip3DService, TooltipRenderService, TooltipService, TrendlineDirective, TrendlinesDirective, TrendlinesService, WaterfallSeriesService, ZoomService };
4359
+ //# sourceMappingURL=syncfusion-ej2-angular-charts.mjs.map