@syncfusion/ej2-angular-charts 32.2.3 → 32.2.4-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5029 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +4747 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +1 -8
  7. package/dist/ej2-angular-charts.umd.js +5719 -0
  8. package/dist/ej2-angular-charts.umd.js.map +1 -0
  9. package/dist/ej2-angular-charts.umd.min.js +11 -0
  10. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  11. package/ej2-angular-charts.d.ts +13 -0
  12. package/ej2-angular-charts.metadata.json +1 -0
  13. package/package.json +47 -29
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +58 -61
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  20. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  21. package/src/accumulation-chart/series.directive.d.ts +244 -249
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  26. package/src/chart/annotations.directive.d.ts +96 -101
  27. package/src/chart/axes.directive.d.ts +381 -409
  28. package/src/chart/categories.directive.d.ts +69 -74
  29. package/src/chart/chart-all.module.d.ts +66 -72
  30. package/src/chart/chart.component.d.ts +86 -89
  31. package/src/chart/chart.module.d.ts +5 -24
  32. package/src/chart/columns.directive.d.ts +30 -35
  33. package/src/chart/indicators.directive.d.ts +250 -255
  34. package/src/chart/multilevellabels.directive.d.ts +57 -62
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  36. package/src/chart/rows.directive.d.ts +30 -35
  37. package/src/chart/segments.directive.d.ts +41 -46
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  39. package/src/chart/series.directive.d.ts +483 -488
  40. package/src/chart/striplines.directive.d.ts +166 -171
  41. package/src/chart/trendlines.directive.d.ts +112 -117
  42. package/src/chart3d/axes.directive.d.ts +266 -271
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  44. package/src/chart3d/chart3d.component.d.ts +62 -65
  45. package/src/chart3d/chart3d.module.d.ts +5 -16
  46. package/src/chart3d/columns.directive.d.ts +26 -31
  47. package/src/chart3d/rows.directive.d.ts +26 -31
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  49. package/src/chart3d/series.directive.d.ts +172 -177
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  54. package/src/circularchart3d/series.directive.d.ts +142 -147
  55. package/src/index.d.ts +63 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  59. package/src/range-navigator/series.directive.d.ts +78 -83
  60. package/src/smithchart/series.directive.d.ts +88 -93
  61. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  62. package/src/smithchart/smithchart.component.d.ts +41 -44
  63. package/src/smithchart/smithchart.module.d.ts +5 -12
  64. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  65. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  66. package/src/sparkline/sparkline.component.d.ts +43 -46
  67. package/src/sparkline/sparkline.module.d.ts +5 -12
  68. package/src/stock-chart/annotations.directive.d.ts +84 -89
  69. package/src/stock-chart/axes.directive.d.ts +286 -291
  70. package/src/stock-chart/indicators.directive.d.ts +208 -213
  71. package/src/stock-chart/periods.directive.d.ts +42 -47
  72. package/src/stock-chart/rows.directive.d.ts +30 -35
  73. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  74. package/src/stock-chart/series.directive.d.ts +242 -247
  75. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  76. package/src/stock-chart/stockchart.component.d.ts +65 -68
  77. package/src/stock-chart/stockchart.module.d.ts +5 -20
  78. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  79. package/src/stock-chart/trendlines.directive.d.ts +113 -118
  80. package/CHANGELOG.md +0 -3799
  81. package/esm2020/public_api.mjs +0 -2
  82. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  83. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  84. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  85. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  86. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  87. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  88. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  89. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  90. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  91. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  92. package/esm2020/src/chart/axes.directive.mjs +0 -58
  93. package/esm2020/src/chart/categories.directive.mjs +0 -59
  94. package/esm2020/src/chart/chart-all.module.mjs +0 -206
  95. package/esm2020/src/chart/chart.component.mjs +0 -525
  96. package/esm2020/src/chart/chart.module.mjs +0 -142
  97. package/esm2020/src/chart/columns.directive.mjs +0 -52
  98. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  99. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  100. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  101. package/esm2020/src/chart/rows.directive.mjs +0 -52
  102. package/esm2020/src/chart/segments.directive.mjs +0 -58
  103. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  104. package/esm2020/src/chart/series.directive.mjs +0 -68
  105. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  106. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  107. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  108. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  109. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  110. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  111. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  114. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  115. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  116. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  117. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  118. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  119. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  120. package/esm2020/src/index.mjs +0 -64
  121. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  122. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  123. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  124. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  125. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  126. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  127. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  128. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  129. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  130. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  131. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  132. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  133. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  134. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  135. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  136. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  137. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  138. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  139. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  140. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  141. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
  142. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  143. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  144. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  145. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  146. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
  147. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  148. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
  149. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  150. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,147 +1,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
- }
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
+ }
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,14 +1,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
+ 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,44 +1,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
+ 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,12 +1,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
- }
1
+ /**
2
+ * NgModule definition for the RangeNavigator component.
3
+ */
4
+ export declare class RangeNavigatorModule {
5
+ }