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

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 (148) hide show
  1. package/CHANGELOG.md +3807 -0
  2. package/README.md +8 -1
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
  6. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  7. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  8. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  9. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  10. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  11. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  12. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  13. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  14. package/esm2020/src/chart/axes.directive.mjs +58 -0
  15. package/esm2020/src/chart/categories.directive.mjs +59 -0
  16. package/esm2020/src/chart/chart-all.module.mjs +206 -0
  17. package/esm2020/src/chart/chart.component.mjs +525 -0
  18. package/esm2020/src/chart/chart.module.mjs +142 -0
  19. package/esm2020/src/chart/columns.directive.mjs +52 -0
  20. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  21. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  22. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  23. package/esm2020/src/chart/rows.directive.mjs +52 -0
  24. package/esm2020/src/chart/segments.directive.mjs +58 -0
  25. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  26. package/esm2020/src/chart/series.directive.mjs +68 -0
  27. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  28. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  29. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  30. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  31. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  32. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  33. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  36. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  37. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  39. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  40. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  41. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  42. package/esm2020/src/index.mjs +64 -0
  43. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  44. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  45. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  46. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  47. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  48. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  49. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  50. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  51. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  52. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  53. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  54. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  55. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  56. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  57. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  58. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  59. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  60. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  61. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  62. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  63. package/esm2020/src/stock-chart/stockchart.component.mjs +337 -0
  64. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  65. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  66. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  67. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  68. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4376 -0
  69. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  70. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4376 -0
  71. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  72. package/package.json +28 -46
  73. package/public_api.d.ts +1 -1
  74. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  75. package/src/accumulation-chart/accumulationchart.component.d.ts +61 -58
  76. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  77. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  78. package/src/accumulation-chart/series.directive.d.ts +249 -244
  79. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  80. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  81. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  82. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  83. package/src/chart/annotations.directive.d.ts +101 -96
  84. package/src/chart/axes.directive.d.ts +409 -381
  85. package/src/chart/categories.directive.d.ts +74 -69
  86. package/src/chart/chart-all.module.d.ts +72 -66
  87. package/src/chart/chart.component.d.ts +89 -86
  88. package/src/chart/chart.module.d.ts +24 -5
  89. package/src/chart/columns.directive.d.ts +35 -30
  90. package/src/chart/indicators.directive.d.ts +255 -250
  91. package/src/chart/multilevellabels.directive.d.ts +62 -57
  92. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  93. package/src/chart/rows.directive.d.ts +35 -30
  94. package/src/chart/segments.directive.d.ts +46 -41
  95. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  96. package/src/chart/series.directive.d.ts +488 -483
  97. package/src/chart/striplines.directive.d.ts +171 -166
  98. package/src/chart/trendlines.directive.d.ts +117 -112
  99. package/src/chart3d/axes.directive.d.ts +271 -266
  100. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  101. package/src/chart3d/chart3d.component.d.ts +65 -62
  102. package/src/chart3d/chart3d.module.d.ts +16 -5
  103. package/src/chart3d/columns.directive.d.ts +31 -26
  104. package/src/chart3d/rows.directive.d.ts +31 -26
  105. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  106. package/src/chart3d/series.directive.d.ts +177 -172
  107. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  108. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  109. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  110. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  111. package/src/circularchart3d/series.directive.d.ts +147 -142
  112. package/src/index.d.ts +63 -63
  113. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  114. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  115. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  116. package/src/range-navigator/series.directive.d.ts +83 -78
  117. package/src/smithchart/series.directive.d.ts +93 -88
  118. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  119. package/src/smithchart/smithchart.component.d.ts +44 -41
  120. package/src/smithchart/smithchart.module.d.ts +12 -5
  121. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  122. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  123. package/src/sparkline/sparkline.component.d.ts +46 -43
  124. package/src/sparkline/sparkline.module.d.ts +12 -5
  125. package/src/stock-chart/annotations.directive.d.ts +89 -84
  126. package/src/stock-chart/axes.directive.d.ts +291 -286
  127. package/src/stock-chart/indicators.directive.d.ts +213 -208
  128. package/src/stock-chart/periods.directive.d.ts +47 -42
  129. package/src/stock-chart/rows.directive.d.ts +35 -30
  130. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  131. package/src/stock-chart/series.directive.d.ts +247 -242
  132. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  133. package/src/stock-chart/stockchart.component.d.ts +68 -65
  134. package/src/stock-chart/stockchart.module.d.ts +20 -5
  135. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  136. package/src/stock-chart/trendlines.directive.d.ts +118 -113
  137. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  138. package/@syncfusion/ej2-angular-charts.es5.js +0 -5029
  139. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  140. package/@syncfusion/ej2-angular-charts.js +0 -4747
  141. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  142. package/LICENSE +0 -10
  143. package/dist/ej2-angular-charts.umd.js +0 -5719
  144. package/dist/ej2-angular-charts.umd.js.map +0 -1
  145. package/dist/ej2-angular-charts.umd.min.js +0 -11
  146. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  147. package/ej2-angular-charts.d.ts +0 -13
  148. package/ej2-angular-charts.metadata.json +0 -1
@@ -1,142 +1,147 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Circular3D Series Directive
5
- * ```html
6
- * <e-circular3d-series-collection>
7
- * <e-circular3d-series></e-circular3d-series>
8
- * </e-circular3d-series-collection>
9
- * ```
10
- */
11
- export declare class CircularChart3DSeriesDirective extends ComplexBase<CircularChart3DSeriesDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Options for customizing the animation of the series.
16
- */
17
- animation: any;
18
- /**
19
- * The data label settings for the circular 3D series.
20
- */
21
- dataLabel: any;
22
- /**
23
- * Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.
24
- *
25
- * @default ''
26
- */
27
- dataSource: any;
28
- /**
29
- * Options to customize the appearance of empty points in the circular 3D series.
30
- */
31
- emptyPointSettings: any;
32
- /**
33
- * Specifies whether the tooltip is enabled or disabled for the circular 3D series.
34
- * @default true
35
- */
36
- enableTooltip: any;
37
- /**
38
- * If set true, series points will be exploded on mouse click or touch.
39
- * @default false
40
- */
41
- explode: any;
42
- /**
43
- * If set true, all the points in the series will get exploded on load.
44
- * @default false
45
- */
46
- explodeAll: any;
47
- /**
48
- * Index of the point to be exploded on load. Set to `null` for no explosion.
49
- * @default null
50
- */
51
- explodeIndex: any;
52
- /**
53
- * Distance of the point from the center, which takes values in both pixels and percentage.
54
- * @default '30%'
55
- */
56
- explodeOffset: any;
57
- /**
58
- * When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.
59
- * @default '0'
60
- */
61
- innerRadius: any;
62
- /**
63
- * The URL for the image that is to be displayed as a legend icon. It requires `legendShape` value to be an `Image`.
64
- * @default ''
65
- */
66
- legendImageUrl: any;
67
- /**
68
- * The shape of the legend. Each series has its own legend shape. Available shapes:
69
- * * Circle - Renders a circle.
70
- * * Rectangle - Renders a rectangle.
71
- * * Triangle - Renders a triangle.
72
- * * Diamond - Renders a diamond.
73
- * * Cross - Renders a cross.
74
- * * HorizontalLine - Renders a horizontal line.
75
- * * VerticalLine - Renders a vertical line.
76
- * * Pentagon - Renders a pentagon.
77
- * * InvertedTriangle - Renders an inverted triangle.
78
- * * SeriesType -Render a legend shape based on series type.
79
- * * Image - Render an image. *
80
- * @default 'SeriesType'
81
- */
82
- legendShape: any;
83
- /**
84
- * The name of the series as displayed in the legend.
85
- * @default ''
86
- */
87
- name: any;
88
- /**
89
- * The opacity of the series.
90
- * @default 1.
91
- */
92
- opacity: any;
93
- /**
94
- * Palette configuration for the points in the circular 3D series.
95
- * @default []
96
- */
97
- palettes: any;
98
- /**
99
- * The DataSource field that contains the point colors.
100
- * @default ''
101
- */
102
- pointColorMapping: any;
103
- /**
104
- * Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is `ej.DataManager`.
105
- * @default null
106
- */
107
- query: any;
108
- /**
109
- * Specifies the radius of the pie series in percentage. Set to `null` for default.
110
- * @default null
111
- */
112
- radius: any;
113
- /**
114
- * The data source field that contains the tooltip value.
115
- * @default ''
116
- */
117
- tooltipMappingName: any;
118
- /**
119
- * Specifies the visibility of the series.
120
- * @default true
121
- */
122
- visible: any;
123
- /**
124
- * The DataSource field that contains the x value
125
- * @default ''
126
- */
127
- xName: any;
128
- /**
129
- * The DataSource field that contains the y value.
130
- * @default ''
131
- */
132
- yName: any;
133
- dataLabel_template: any;
134
- constructor(viewContainerRef: ViewContainerRef);
135
- }
136
- /**
137
- * CircularChart3DSeries Array Directive
138
- * @private
139
- */
140
- export declare class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {
141
- constructor();
142
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Circular3D Series Directive
6
+ * ```html
7
+ * <e-circular3d-series-collection>
8
+ * <e-circular3d-series></e-circular3d-series>
9
+ * </e-circular3d-series-collection>
10
+ * ```
11
+ */
12
+ export declare class CircularChart3DSeriesDirective extends ComplexBase<CircularChart3DSeriesDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Options for customizing the animation of the series.
17
+ */
18
+ animation: any;
19
+ /**
20
+ * The data label settings for the circular 3D series.
21
+ */
22
+ dataLabel: any;
23
+ /**
24
+ * Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.
25
+ *
26
+ * @default ''
27
+ */
28
+ dataSource: any;
29
+ /**
30
+ * Options to customize the appearance of empty points in the circular 3D series.
31
+ */
32
+ emptyPointSettings: any;
33
+ /**
34
+ * Specifies whether the tooltip is enabled or disabled for the circular 3D series.
35
+ * @default true
36
+ */
37
+ enableTooltip: any;
38
+ /**
39
+ * If set true, series points will be exploded on mouse click or touch.
40
+ * @default false
41
+ */
42
+ explode: any;
43
+ /**
44
+ * If set true, all the points in the series will get exploded on load.
45
+ * @default false
46
+ */
47
+ explodeAll: any;
48
+ /**
49
+ * Index of the point to be exploded on load. Set to `null` for no explosion.
50
+ * @default null
51
+ */
52
+ explodeIndex: any;
53
+ /**
54
+ * Distance of the point from the center, which takes values in both pixels and percentage.
55
+ * @default '30%'
56
+ */
57
+ explodeOffset: any;
58
+ /**
59
+ * When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.
60
+ * @default '0'
61
+ */
62
+ innerRadius: any;
63
+ /**
64
+ * The URL for the image that is to be displayed as a legend icon. It requires `legendShape` value to be an `Image`.
65
+ * @default ''
66
+ */
67
+ legendImageUrl: any;
68
+ /**
69
+ * The shape of the legend. Each series has its own legend shape. Available shapes:
70
+ * * Circle - Renders a circle.
71
+ * * Rectangle - Renders a rectangle.
72
+ * * Triangle - Renders a triangle.
73
+ * * Diamond - Renders a diamond.
74
+ * * Cross - Renders a cross.
75
+ * * HorizontalLine - Renders a horizontal line.
76
+ * * VerticalLine - Renders a vertical line.
77
+ * * Pentagon - Renders a pentagon.
78
+ * * InvertedTriangle - Renders an inverted triangle.
79
+ * * SeriesType -Render a legend shape based on series type.
80
+ * * Image - Render an image. *
81
+ * @default 'SeriesType'
82
+ */
83
+ legendShape: any;
84
+ /**
85
+ * The name of the series as displayed in the legend.
86
+ * @default ''
87
+ */
88
+ name: any;
89
+ /**
90
+ * The opacity of the series.
91
+ * @default 1.
92
+ */
93
+ opacity: any;
94
+ /**
95
+ * Palette configuration for the points in the circular 3D series.
96
+ * @default []
97
+ */
98
+ palettes: any;
99
+ /**
100
+ * The DataSource field that contains the point colors.
101
+ * @default ''
102
+ */
103
+ pointColorMapping: any;
104
+ /**
105
+ * Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is `ej.DataManager`.
106
+ * @default null
107
+ */
108
+ query: any;
109
+ /**
110
+ * Specifies the radius of the pie series in percentage. Set to `null` for default.
111
+ * @default null
112
+ */
113
+ radius: any;
114
+ /**
115
+ * The data source field that contains the tooltip value.
116
+ * @default ''
117
+ */
118
+ tooltipMappingName: any;
119
+ /**
120
+ * Specifies the visibility of the series.
121
+ * @default true
122
+ */
123
+ visible: any;
124
+ /**
125
+ * The DataSource field that contains the x value
126
+ * @default ''
127
+ */
128
+ xName: any;
129
+ /**
130
+ * The DataSource field that contains the y value.
131
+ * @default ''
132
+ */
133
+ yName: any;
134
+ dataLabel_template: any;
135
+ constructor(viewContainerRef: ViewContainerRef);
136
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesDirective, never>;
137
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesDirective, "e-circularchart3d-series-collection>e-circularchart3d-series", never, { "animation": "animation"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "query": "query"; "radius": "radius"; "tooltipMappingName": "tooltipMappingName"; "visible": "visible"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
138
+ }
139
+ /**
140
+ * CircularChart3DSeries Array Directive
141
+ * @private
142
+ */
143
+ export declare class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {
144
+ constructor();
145
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesCollectionDirective, never>;
146
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesCollectionDirective, "ej-circularchart3d>e-circularchart3d-series-collection", never, {}, {}, ["children"]>;
147
+ }
package/src/index.d.ts CHANGED
@@ -1,63 +1,63 @@
1
- export { TrendlineDirective, TrendlinesDirective } from './chart/trendlines.directive';
2
- export { SegmentDirective, SegmentsDirective } from './chart/segments.directive';
3
- export { SeriesDirective, SeriesCollectionDirective } from './chart/series.directive';
4
- export { StripLineDirective, StripLinesDirective } from './chart/striplines.directive';
5
- export { CategoryDirective, CategoriesDirective } from './chart/categories.directive';
6
- export { MultiLevelLabelDirective, MultiLevelLabelsDirective } from './chart/multilevellabels.directive';
7
- export { AxisDirective, AxesDirective } from './chart/axes.directive';
8
- export { RowDirective, RowsDirective } from './chart/rows.directive';
9
- export { ColumnDirective, ColumnsDirective } from './chart/columns.directive';
10
- export { RangeColorSettingDirective, RangeColorSettingsDirective } from './chart/rangecolorsettings.directive';
11
- export { AnnotationDirective, AnnotationsDirective } from './chart/annotations.directive';
12
- export { SelectedDataIndexDirective, SelectedDataIndexesDirective } from './chart/selecteddataindexes.directive';
13
- export { IndicatorDirective, IndicatorsDirective } from './chart/indicators.directive';
14
- export { ChartComponent } from './chart/chart.component';
15
- export { ChartModule } from './chart/chart.module';
16
- export { ChartAllModule, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, StackingStepAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, HiloSeriesService, HiloOpenCloseSeriesService, WaterfallSeriesService, RangeAreaSeriesService, RangeStepAreaSeriesService, SplineRangeAreaSeriesService, CandleSeriesService, PolarSeriesService, RadarSeriesService, SmaIndicatorService, TmaIndicatorService, EmaIndicatorService, AccumulationDistributionIndicatorService, MacdIndicatorService, AtrIndicatorService, RsiIndicatorService, MomentumIndicatorService, StochasticIndicatorService, BollingerBandsService, BoxAndWhiskerSeriesService, HistogramSeriesService, ErrorBarService, TrendlinesService, DateTimeCategoryService, MultiColoredLineSeriesService, MultiColoredAreaSeriesService, MultiLevelLabelService, ParetoSeriesService, ExportService, DataEditingService, HighlightService, LastValueLabelService } from './chart/chart-all.module';
17
- export { AccumulationSeriesDirective, AccumulationSeriesCollectionDirective } from './accumulation-chart/series.directive';
18
- export { AccumulationAnnotationDirective, AccumulationAnnotationsDirective } from './accumulation-chart/annotations.directive';
19
- export { AccumulationChartComponent } from './accumulation-chart/accumulationchart.component';
20
- export { AccumulationChartModule } from './accumulation-chart/accumulationchart.module';
21
- export { AccumulationChartAllModule, PieSeriesService, FunnelSeriesService, PyramidSeriesService, AccumulationTooltipService, AccumulationLegendService, AccumulationSelectionService, AccumulationHighlightService, AccumulationDataLabelService, AccumulationAnnotationService } from './accumulation-chart/accumulationchart-all.module';
22
- export { RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective } from './range-navigator/series.directive';
23
- export { RangeNavigatorComponent } from './range-navigator/rangenavigator.component';
24
- export { RangeNavigatorModule } from './range-navigator/rangenavigator.module';
25
- export { RangeNavigatorAllModule, RangeTooltipService, PeriodSelectorService } from './range-navigator/rangenavigator-all.module';
26
- export { RangeBandSettingDirective, RangeBandSettingsDirective } from './sparkline/rangebandsettings.directive';
27
- export { SparklineComponent } from './sparkline/sparkline.component';
28
- export { SparklineModule } from './sparkline/sparkline.module';
29
- export { SparklineAllModule, SparklineTooltipService } from './sparkline/sparkline-all.module';
30
- export { SmithchartSeriesDirective, SmithchartSeriesCollectionDirective } from './smithchart/series.directive';
31
- export { SmithchartComponent } from './smithchart/smithchart.component';
32
- export { SmithchartModule } from './smithchart/smithchart.module';
33
- export { SmithchartAllModule, SmithchartLegendService, TooltipRenderService } from './smithchart/smithchart-all.module';
34
- export { StockChartTrendlineDirective, StockChartTrendlinesDirective } from './stock-chart/trendlines.directive';
35
- export { StockChartSeriesDirective, StockChartSeriesCollectionDirective } from './stock-chart/series.directive';
36
- export { StockChartAxisDirective, StockChartAxesDirective } from './stock-chart/axes.directive';
37
- export { StockChartRowDirective, StockChartRowsDirective } from './stock-chart/rows.directive';
38
- export { StockChartAnnotationDirective, StockChartAnnotationsDirective } from './stock-chart/annotations.directive';
39
- export { StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective } from './stock-chart/selecteddataindexes.directive';
40
- export { StockChartPeriodDirective, StockChartPeriodsDirective } from './stock-chart/periods.directive';
41
- export { StockEventDirective, StockEventsDirective } from './stock-chart/stockevents.directive';
42
- export { StockChartIndicatorDirective, StockChartIndicatorsDirective } from './stock-chart/indicators.directive';
43
- export { StockChartComponent } from './stock-chart/stockchart.component';
44
- export { StockChartModule } from './stock-chart/stockchart.module';
45
- export { StockChartAllModule, StockLegendService } from './stock-chart/stockchart-all.module';
46
- export { BulletRangeDirective, BulletRangeCollectionDirective } from './bullet-chart/ranges.directive';
47
- export { BulletChartComponent } from './bullet-chart/bulletchart.component';
48
- export { BulletChartModule } from './bullet-chart/bulletchart.module';
49
- export { BulletChartAllModule, BulletTooltipService, BulletChartLegendService } from './bullet-chart/bulletchart-all.module';
50
- export { Chart3DSeriesDirective, Chart3DSeriesCollectionDirective } from './chart3d/series.directive';
51
- export { Chart3DAxisDirective, Chart3DAxesDirective } from './chart3d/axes.directive';
52
- export { Chart3DRowDirective, Chart3DRowsDirective } from './chart3d/rows.directive';
53
- export { Chart3DColumnDirective, Chart3DColumnsDirective } from './chart3d/columns.directive';
54
- export { Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective } from './chart3d/selecteddataindexes.directive';
55
- export { Chart3DComponent } from './chart3d/chart3d.component';
56
- export { Chart3DModule } from './chart3d/chart3d.module';
57
- export { Chart3DAllModule, ColumnSeries3DService, StackingColumnSeries3DService, BarSeries3DService, StackingBarSeries3DService, Category3DService, DateTime3DService, DateTimeCategory3DService, Logarithmic3DService, Tooltip3DService, Legend3DService, DataLabel3DService, Selection3DService, Export3DService, Highlight3DService } from './chart3d/chart3d-all.module';
58
- export { CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective } from './circularchart3d/series.directive';
59
- export { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective } from './circularchart3d/selecteddataindexes.directive';
60
- export { CircularChart3DComponent } from './circularchart3d/circularchart3d.component';
61
- export { CircularChart3DModule } from './circularchart3d/circularchart3d.module';
62
- export { CircularChart3DAllModule, PieSeries3DService, CircularChartTooltip3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartDataLabel3DService, CircularChartHighlight3DService, CircularChartExport3DService } from './circularchart3d/circularchart3d-all.module';
63
- export * from '@syncfusion/ej2-charts';
1
+ export { TrendlineDirective, TrendlinesDirective } from './chart/trendlines.directive';
2
+ export { SegmentDirective, SegmentsDirective } from './chart/segments.directive';
3
+ export { SeriesDirective, SeriesCollectionDirective } from './chart/series.directive';
4
+ export { StripLineDirective, StripLinesDirective } from './chart/striplines.directive';
5
+ export { CategoryDirective, CategoriesDirective } from './chart/categories.directive';
6
+ export { MultiLevelLabelDirective, MultiLevelLabelsDirective } from './chart/multilevellabels.directive';
7
+ export { AxisDirective, AxesDirective } from './chart/axes.directive';
8
+ export { RowDirective, RowsDirective } from './chart/rows.directive';
9
+ export { ColumnDirective, ColumnsDirective } from './chart/columns.directive';
10
+ export { RangeColorSettingDirective, RangeColorSettingsDirective } from './chart/rangecolorsettings.directive';
11
+ export { AnnotationDirective, AnnotationsDirective } from './chart/annotations.directive';
12
+ export { SelectedDataIndexDirective, SelectedDataIndexesDirective } from './chart/selecteddataindexes.directive';
13
+ export { IndicatorDirective, IndicatorsDirective } from './chart/indicators.directive';
14
+ export { ChartComponent } from './chart/chart.component';
15
+ export { ChartModule } from './chart/chart.module';
16
+ export { ChartAllModule, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, StackingStepAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, HiloSeriesService, HiloOpenCloseSeriesService, WaterfallSeriesService, RangeAreaSeriesService, RangeStepAreaSeriesService, SplineRangeAreaSeriesService, CandleSeriesService, PolarSeriesService, RadarSeriesService, SmaIndicatorService, TmaIndicatorService, EmaIndicatorService, AccumulationDistributionIndicatorService, MacdIndicatorService, AtrIndicatorService, RsiIndicatorService, MomentumIndicatorService, StochasticIndicatorService, BollingerBandsService, BoxAndWhiskerSeriesService, HistogramSeriesService, ErrorBarService, TrendlinesService, DateTimeCategoryService, MultiColoredLineSeriesService, MultiColoredAreaSeriesService, MultiLevelLabelService, ParetoSeriesService, ExportService, DataEditingService, HighlightService, LastValueLabelService } from './chart/chart-all.module';
17
+ export { AccumulationSeriesDirective, AccumulationSeriesCollectionDirective } from './accumulation-chart/series.directive';
18
+ export { AccumulationAnnotationDirective, AccumulationAnnotationsDirective } from './accumulation-chart/annotations.directive';
19
+ export { AccumulationChartComponent } from './accumulation-chart/accumulationchart.component';
20
+ export { AccumulationChartModule } from './accumulation-chart/accumulationchart.module';
21
+ export { AccumulationChartAllModule, PieSeriesService, FunnelSeriesService, PyramidSeriesService, AccumulationTooltipService, AccumulationLegendService, AccumulationSelectionService, AccumulationHighlightService, AccumulationDataLabelService, AccumulationAnnotationService } from './accumulation-chart/accumulationchart-all.module';
22
+ export { RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective } from './range-navigator/series.directive';
23
+ export { RangeNavigatorComponent } from './range-navigator/rangenavigator.component';
24
+ export { RangeNavigatorModule } from './range-navigator/rangenavigator.module';
25
+ export { RangeNavigatorAllModule, RangeTooltipService, PeriodSelectorService } from './range-navigator/rangenavigator-all.module';
26
+ export { RangeBandSettingDirective, RangeBandSettingsDirective } from './sparkline/rangebandsettings.directive';
27
+ export { SparklineComponent } from './sparkline/sparkline.component';
28
+ export { SparklineModule } from './sparkline/sparkline.module';
29
+ export { SparklineAllModule, SparklineTooltipService } from './sparkline/sparkline-all.module';
30
+ export { SmithchartSeriesDirective, SmithchartSeriesCollectionDirective } from './smithchart/series.directive';
31
+ export { SmithchartComponent } from './smithchart/smithchart.component';
32
+ export { SmithchartModule } from './smithchart/smithchart.module';
33
+ export { SmithchartAllModule, SmithchartLegendService, TooltipRenderService } from './smithchart/smithchart-all.module';
34
+ export { StockChartTrendlineDirective, StockChartTrendlinesDirective } from './stock-chart/trendlines.directive';
35
+ export { StockChartSeriesDirective, StockChartSeriesCollectionDirective } from './stock-chart/series.directive';
36
+ export { StockChartAxisDirective, StockChartAxesDirective } from './stock-chart/axes.directive';
37
+ export { StockChartRowDirective, StockChartRowsDirective } from './stock-chart/rows.directive';
38
+ export { StockChartAnnotationDirective, StockChartAnnotationsDirective } from './stock-chart/annotations.directive';
39
+ export { StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective } from './stock-chart/selecteddataindexes.directive';
40
+ export { StockChartPeriodDirective, StockChartPeriodsDirective } from './stock-chart/periods.directive';
41
+ export { StockEventDirective, StockEventsDirective } from './stock-chart/stockevents.directive';
42
+ export { StockChartIndicatorDirective, StockChartIndicatorsDirective } from './stock-chart/indicators.directive';
43
+ export { StockChartComponent } from './stock-chart/stockchart.component';
44
+ export { StockChartModule } from './stock-chart/stockchart.module';
45
+ export { StockChartAllModule, StockLegendService } from './stock-chart/stockchart-all.module';
46
+ export { BulletRangeDirective, BulletRangeCollectionDirective } from './bullet-chart/ranges.directive';
47
+ export { BulletChartComponent } from './bullet-chart/bulletchart.component';
48
+ export { BulletChartModule } from './bullet-chart/bulletchart.module';
49
+ export { BulletChartAllModule, BulletTooltipService, BulletChartLegendService } from './bullet-chart/bulletchart-all.module';
50
+ export { Chart3DSeriesDirective, Chart3DSeriesCollectionDirective } from './chart3d/series.directive';
51
+ export { Chart3DAxisDirective, Chart3DAxesDirective } from './chart3d/axes.directive';
52
+ export { Chart3DRowDirective, Chart3DRowsDirective } from './chart3d/rows.directive';
53
+ export { Chart3DColumnDirective, Chart3DColumnsDirective } from './chart3d/columns.directive';
54
+ export { Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective } from './chart3d/selecteddataindexes.directive';
55
+ export { Chart3DComponent } from './chart3d/chart3d.component';
56
+ export { Chart3DModule } from './chart3d/chart3d.module';
57
+ export { Chart3DAllModule, ColumnSeries3DService, StackingColumnSeries3DService, BarSeries3DService, StackingBarSeries3DService, Category3DService, DateTime3DService, DateTimeCategory3DService, Logarithmic3DService, Tooltip3DService, Legend3DService, DataLabel3DService, Selection3DService, Export3DService, Highlight3DService } from './chart3d/chart3d-all.module';
58
+ export { CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective } from './circularchart3d/series.directive';
59
+ export { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective } from './circularchart3d/selecteddataindexes.directive';
60
+ export { CircularChart3DComponent } from './circularchart3d/circularchart3d.component';
61
+ export { CircularChart3DModule } from './circularchart3d/circularchart3d.module';
62
+ export { CircularChart3DAllModule, PieSeries3DService, CircularChartTooltip3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartDataLabel3DService, CircularChartHighlight3DService, CircularChartExport3DService } from './circularchart3d/circularchart3d-all.module';
63
+ export * from '@syncfusion/ej2-charts';
@@ -1,8 +1,14 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const RangeTooltipService: ValueProvider;
3
- export declare const PeriodSelectorService: ValueProvider;
4
- /**
5
- * NgModule definition for the RangeNavigator component with providers.
6
- */
7
- export declare class RangeNavigatorAllModule {
8
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./rangenavigator.module";
5
+ export declare const RangeTooltipService: ValueProvider;
6
+ export declare const PeriodSelectorService: ValueProvider;
7
+ /**
8
+ * NgModule definition for the RangeNavigator component with providers.
9
+ */
10
+ export declare class RangeNavigatorAllModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorAllModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorAllModule, never, [typeof i1.CommonModule, typeof i2.RangeNavigatorModule], [typeof i2.RangeNavigatorModule]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorAllModule>;
14
+ }
@@ -1,41 +1,44 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { RangeNavigator } from '@syncfusion/ej2-charts';
4
- import { RangenavigatorSeriesCollectionDirective } from './series.directive';
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * RangeNavigator Component
10
- * ```html
11
- * <ejs-rangenavigator></ejs-rangenavigator>
12
- * ```
13
- */
14
- export declare class RangeNavigatorComponent extends RangeNavigator implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- context: any;
20
- tagObjects: any;
21
- beforePrint: any;
22
- beforeResize: any;
23
- changed: any;
24
- labelRender: any;
25
- load: any;
26
- loaded: any;
27
- resized: any;
28
- selectorRender: any;
29
- tooltipRender: any;
30
- dataSourceChange: any;
31
- childSeries: QueryList<RangenavigatorSeriesCollectionDirective>;
32
- tags: string[];
33
- tooltip_template: any;
34
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
35
- ngOnInit(): void;
36
- ngAfterViewInit(): void;
37
- ngOnDestroy(): void;
38
- ngAfterContentChecked(): void;
39
- registerEvents: (eventList: string[]) => void;
40
- addTwoWay: (propList: string[]) => void;
41
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { RangeNavigator } from '@syncfusion/ej2-charts';
4
+ import { RangenavigatorSeriesCollectionDirective } from './series.directive';
5
+ import * as i0 from "@angular/core";
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * RangeNavigator Component
11
+ * ```html
12
+ * <ejs-rangenavigator></ejs-rangenavigator>
13
+ * ```
14
+ */
15
+ export declare class RangeNavigatorComponent extends RangeNavigator implements IComponentBase {
16
+ private ngEle;
17
+ private srenderer;
18
+ private viewContainerRef;
19
+ private injector;
20
+ context: any;
21
+ tagObjects: any;
22
+ beforePrint: any;
23
+ beforeResize: any;
24
+ changed: any;
25
+ labelRender: any;
26
+ load: any;
27
+ loaded: any;
28
+ resized: any;
29
+ selectorRender: any;
30
+ tooltipRender: any;
31
+ dataSourceChange: any;
32
+ childSeries: QueryList<RangenavigatorSeriesCollectionDirective>;
33
+ tags: string[];
34
+ tooltip_template: any;
35
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
36
+ ngOnInit(): void;
37
+ ngAfterViewInit(): void;
38
+ ngOnDestroy(): void;
39
+ ngAfterContentChecked(): void;
40
+ registerEvents: (eventList: string[]) => void;
41
+ addTwoWay: (propList: string[]) => void;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorComponent, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<RangeNavigatorComponent, "ejs-rangenavigator", never, { "allowIntervalData": "allowIntervalData"; "allowSnapping": "allowSnapping"; "animationDuration": "animationDuration"; "background": "background"; "dataSource": "dataSource"; "disableRangeSelector": "disableRangeSelector"; "enableDeferredUpdate": "enableDeferredUpdate"; "enableGrouping": "enableGrouping"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "groupBy": "groupBy"; "height": "height"; "interval": "interval"; "intervalType": "intervalType"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "locale": "locale"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "navigatorBorder": "navigatorBorder"; "navigatorStyleSettings": "navigatorStyleSettings"; "periodSelectorSettings": "periodSelectorSettings"; "query": "query"; "secondaryLabelAlignment": "secondaryLabelAlignment"; "series": "series"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "theme": "theme"; "tickPosition": "tickPosition"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "value": "value"; "valueType": "valueType"; "width": "width"; "xName": "xName"; "yName": "yName"; }, { "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "changed": "changed"; "labelRender": "labelRender"; "load": "load"; "loaded": "loaded"; "resized": "resized"; "selectorRender": "selectorRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries"], never>;
44
+ }
@@ -1,5 +1,12 @@
1
- /**
2
- * NgModule definition for the RangeNavigator component.
3
- */
4
- export declare class RangeNavigatorModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./rangenavigator.component";
3
+ import * as i2 from "./series.directive";
4
+ import * as i3 from "@angular/common";
5
+ /**
6
+ * NgModule definition for the RangeNavigator component.
7
+ */
8
+ export declare class RangeNavigatorModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorModule, [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective], [typeof i3.CommonModule], [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorModule>;
12
+ }