@syncfusion/ej2-angular-charts 31.1.20 → 31.1.21-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 (149) 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/dist/ej2-angular-charts.umd.js +5719 -0
  7. package/dist/ej2-angular-charts.umd.js.map +1 -0
  8. package/dist/ej2-angular-charts.umd.min.js +11 -0
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  10. package/ej2-angular-charts.d.ts +13 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/package.json +47 -29
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  17. package/src/accumulation-chart/accumulationchart.component.d.ts +58 -61
  18. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  19. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  20. package/src/accumulation-chart/series.directive.d.ts +244 -249
  21. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  22. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  23. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  24. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  25. package/src/chart/annotations.directive.d.ts +96 -101
  26. package/src/chart/axes.directive.d.ts +382 -387
  27. package/src/chart/categories.directive.d.ts +69 -74
  28. package/src/chart/chart-all.module.d.ts +66 -72
  29. package/src/chart/chart.component.d.ts +86 -89
  30. package/src/chart/chart.module.d.ts +5 -24
  31. package/src/chart/columns.directive.d.ts +30 -35
  32. package/src/chart/indicators.directive.d.ts +250 -255
  33. package/src/chart/multilevellabels.directive.d.ts +57 -62
  34. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  35. package/src/chart/rows.directive.d.ts +30 -35
  36. package/src/chart/segments.directive.d.ts +41 -46
  37. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  38. package/src/chart/series.directive.d.ts +483 -488
  39. package/src/chart/striplines.directive.d.ts +166 -171
  40. package/src/chart/trendlines.directive.d.ts +112 -117
  41. package/src/chart3d/axes.directive.d.ts +266 -271
  42. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  43. package/src/chart3d/chart3d.component.d.ts +62 -65
  44. package/src/chart3d/chart3d.module.d.ts +5 -16
  45. package/src/chart3d/columns.directive.d.ts +26 -31
  46. package/src/chart3d/rows.directive.d.ts +26 -31
  47. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  48. package/src/chart3d/series.directive.d.ts +172 -177
  49. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  50. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  51. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  52. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  53. package/src/circularchart3d/series.directive.d.ts +142 -147
  54. package/src/index.d.ts +63 -63
  55. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  56. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  57. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  58. package/src/range-navigator/series.directive.d.ts +78 -83
  59. package/src/smithchart/series.directive.d.ts +88 -93
  60. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  61. package/src/smithchart/smithchart.component.d.ts +41 -44
  62. package/src/smithchart/smithchart.module.d.ts +5 -12
  63. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  64. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  65. package/src/sparkline/sparkline.component.d.ts +43 -46
  66. package/src/sparkline/sparkline.module.d.ts +5 -12
  67. package/src/stock-chart/annotations.directive.d.ts +84 -89
  68. package/src/stock-chart/axes.directive.d.ts +286 -291
  69. package/src/stock-chart/indicators.directive.d.ts +208 -213
  70. package/src/stock-chart/periods.directive.d.ts +42 -47
  71. package/src/stock-chart/rows.directive.d.ts +30 -35
  72. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  73. package/src/stock-chart/series.directive.d.ts +242 -247
  74. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  75. package/src/stock-chart/stockchart.component.d.ts +65 -68
  76. package/src/stock-chart/stockchart.module.d.ts +5 -20
  77. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  78. package/src/stock-chart/trendlines.directive.d.ts +113 -118
  79. package/CHANGELOG.md +0 -3641
  80. package/esm2020/public_api.mjs +0 -2
  81. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  82. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  83. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  84. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  85. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  86. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  87. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  88. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  89. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  90. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  91. package/esm2020/src/chart/axes.directive.mjs +0 -58
  92. package/esm2020/src/chart/categories.directive.mjs +0 -59
  93. package/esm2020/src/chart/chart-all.module.mjs +0 -206
  94. package/esm2020/src/chart/chart.component.mjs +0 -525
  95. package/esm2020/src/chart/chart.module.mjs +0 -142
  96. package/esm2020/src/chart/columns.directive.mjs +0 -52
  97. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  98. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  99. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  100. package/esm2020/src/chart/rows.directive.mjs +0 -52
  101. package/esm2020/src/chart/segments.directive.mjs +0 -58
  102. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  103. package/esm2020/src/chart/series.directive.mjs +0 -68
  104. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  105. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  106. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  107. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  108. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  109. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  110. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  111. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  114. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  115. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  116. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  117. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  118. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  119. package/esm2020/src/index.mjs +0 -64
  120. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  121. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  122. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  123. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  124. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  125. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  126. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  127. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  128. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  129. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  130. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  131. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  132. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  133. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  134. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  135. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  136. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  137. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  138. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  139. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  140. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
  141. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  142. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  143. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  144. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  145. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
  146. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  147. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
  148. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  149. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,83 +1,78 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * RangenavigatorSeries Directive
6
- * ```html
7
- * <e-rangenavigator-series-collection>
8
- * <e-rangenavigator-series></e-rangenavigator-series>
9
- * </e-rangenavigator-series-collection>
10
- * ```
11
- */
12
- export declare class RangenavigatorSeriesDirective extends ComplexBase<RangenavigatorSeriesDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- /**
16
- * It defines the series type of the range navigator.
17
- * @default 'Line'
18
- */
19
- type: any;
20
- /**
21
- * Options to customizing animation for the series.
22
- */
23
- animation: any;
24
- /**
25
- * Options for customizing the color and width of the series border.
26
- */
27
- border: any;
28
- /**
29
- * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
30
- * @default '0'
31
- */
32
- dashArray: any;
33
- /**
34
- * It defines the data source for a series.
35
- * @default null
36
- */
37
- dataSource: any;
38
- /**
39
- * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
40
- * It also represents the color of the signal lines in technical indicators.
41
- * For technical indicators, the default value is 'blue' and for series, it has null.
42
- * @default null
43
- */
44
- fill: any;
45
- /**
46
- * The opacity for the background.
47
- * @default 1
48
- */
49
- opacity: any;
50
- /**
51
- * It defines the query for the data source.
52
- * @default null
53
- */
54
- query: any;
55
- /**
56
- * The stroke width for the series that is applicable only for `Line` type series.
57
- * It also represents the stroke width of the signal lines in technical indicators.
58
- * @default 1
59
- */
60
- width: any;
61
- /**
62
- * It defines the xName for the series.
63
- * @default null
64
- */
65
- xName: any;
66
- /**
67
- * It defines the yName for the series.
68
- * @default null
69
- */
70
- yName: any;
71
- constructor(viewContainerRef: ViewContainerRef);
72
- static ɵfac: i0.ɵɵFactoryDeclaration<RangenavigatorSeriesDirective, never>;
73
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangenavigatorSeriesDirective, "e-rangenavigator-series-collection>e-rangenavigator-series", never, { "animation": "animation"; "border": "border"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fill": "fill"; "opacity": "opacity"; "query": "query"; "type": "type"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, never>;
74
- }
75
- /**
76
- * RangenavigatorSeries Array Directive
77
- * @private
78
- */
79
- export declare class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {
80
- constructor();
81
- static ɵfac: i0.ɵɵFactoryDeclaration<RangenavigatorSeriesCollectionDirective, never>;
82
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangenavigatorSeriesCollectionDirective, "ej-rangenavigator>e-rangenavigator-series-collection", never, {}, {}, ["children"]>;
83
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * RangenavigatorSeries Directive
5
+ * ```html
6
+ * <e-rangenavigator-series-collection>
7
+ * <e-rangenavigator-series></e-rangenavigator-series>
8
+ * </e-rangenavigator-series-collection>
9
+ * ```
10
+ */
11
+ export declare class RangenavigatorSeriesDirective extends ComplexBase<RangenavigatorSeriesDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * It defines the series type of the range navigator.
16
+ * @default 'Line'
17
+ */
18
+ type: any;
19
+ /**
20
+ * Options to customizing animation for the series.
21
+ */
22
+ animation: any;
23
+ /**
24
+ * Options for customizing the color and width of the series border.
25
+ */
26
+ border: any;
27
+ /**
28
+ * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
29
+ * @default '0'
30
+ */
31
+ dashArray: any;
32
+ /**
33
+ * It defines the data source for a series.
34
+ * @default null
35
+ */
36
+ dataSource: any;
37
+ /**
38
+ * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
39
+ * It also represents the color of the signal lines in technical indicators.
40
+ * For technical indicators, the default value is 'blue' and for series, it has null.
41
+ * @default null
42
+ */
43
+ fill: any;
44
+ /**
45
+ * The opacity for the background.
46
+ * @default 1
47
+ */
48
+ opacity: any;
49
+ /**
50
+ * It defines the query for the data source.
51
+ * @default null
52
+ */
53
+ query: any;
54
+ /**
55
+ * The stroke width for the series that is applicable only for `Line` type series.
56
+ * It also represents the stroke width of the signal lines in technical indicators.
57
+ * @default 1
58
+ */
59
+ width: any;
60
+ /**
61
+ * It defines the xName for the series.
62
+ * @default null
63
+ */
64
+ xName: any;
65
+ /**
66
+ * It defines the yName for the series.
67
+ * @default null
68
+ */
69
+ yName: any;
70
+ constructor(viewContainerRef: ViewContainerRef);
71
+ }
72
+ /**
73
+ * RangenavigatorSeries Array Directive
74
+ * @private
75
+ */
76
+ export declare class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {
77
+ constructor();
78
+ }
@@ -1,93 +1,88 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * perform animation of series based on animation duration.
9
- * @default '2000ms'
10
- */
11
- animationDuration: any;
12
- /**
13
- * Specifies the dataSource
14
- * @default null
15
- * @isdatamanager false
16
- */
17
- dataSource: any;
18
- /**
19
- * enable or disable the animation of series.
20
- * @default false
21
- */
22
- enableAnimation: any;
23
- /**
24
- * avoid the overlap of dataLabels.
25
- * @default false
26
- */
27
- enableSmartLabels: any;
28
- /**
29
- * color for series.
30
- * @default null
31
- */
32
- fill: any;
33
- /**
34
- * options for customizing marker.
35
- */
36
- marker: any;
37
- /**
38
- * The name of the series visible in legend.
39
- * @default ''
40
- */
41
- name: any;
42
- /**
43
- * opacity for series.
44
- * @default 1
45
- */
46
- opacity: any;
47
- /**
48
- * points for series.
49
- * @default []
50
- */
51
- points: any;
52
- /**
53
- * reactance name for dataSource.
54
- * @default ''
55
- */
56
- reactance: any;
57
- /**
58
- * resistance name for dataSource.
59
- * @default ''
60
- */
61
- resistance: any;
62
- /**
63
- * options for customizing tooltip.
64
- */
65
- tooltip: any;
66
- /**
67
- * tooltip mapping name for the series.
68
- * @default ''
69
- */
70
- tooltipMappingName: any;
71
- /**
72
- * visibility for series.
73
- * @default 'visible'
74
- */
75
- visibility: any;
76
- /**
77
- * width for series.
78
- * @default 1
79
- */
80
- width: any;
81
- constructor(viewContainerRef: ViewContainerRef);
82
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartSeriesDirective, never>;
83
- static ɵdir: i0.ɵɵDirectiveDeclaration<SmithchartSeriesDirective, "e-seriesCollection>e-series", never, { "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"; }, {}, never>;
84
- }
85
- /**
86
- * SmithchartSeries Array Directive
87
- * @private
88
- */
89
- export declare class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> {
90
- constructor();
91
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartSeriesCollectionDirective, never>;
92
- static ɵdir: i0.ɵɵDirectiveDeclaration<SmithchartSeriesCollectionDirective, "ejs-smithchart>e-seriesCollection", never, {}, {}, ["children"]>;
93
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * perform animation of series based on animation duration.
8
+ * @default '2000ms'
9
+ */
10
+ animationDuration: any;
11
+ /**
12
+ * Specifies the dataSource
13
+ * @default null
14
+ * @isdatamanager false
15
+ */
16
+ dataSource: any;
17
+ /**
18
+ * enable or disable the animation of series.
19
+ * @default false
20
+ */
21
+ enableAnimation: any;
22
+ /**
23
+ * avoid the overlap of dataLabels.
24
+ * @default false
25
+ */
26
+ enableSmartLabels: any;
27
+ /**
28
+ * color for series.
29
+ * @default null
30
+ */
31
+ fill: any;
32
+ /**
33
+ * options for customizing marker.
34
+ */
35
+ marker: any;
36
+ /**
37
+ * The name of the series visible in legend.
38
+ * @default ''
39
+ */
40
+ name: any;
41
+ /**
42
+ * opacity for series.
43
+ * @default 1
44
+ */
45
+ opacity: any;
46
+ /**
47
+ * points for series.
48
+ * @default []
49
+ */
50
+ points: any;
51
+ /**
52
+ * reactance name for dataSource.
53
+ * @default ''
54
+ */
55
+ reactance: any;
56
+ /**
57
+ * resistance name for dataSource.
58
+ * @default ''
59
+ */
60
+ resistance: any;
61
+ /**
62
+ * options for customizing tooltip.
63
+ */
64
+ tooltip: any;
65
+ /**
66
+ * tooltip mapping name for the series.
67
+ * @default ''
68
+ */
69
+ tooltipMappingName: any;
70
+ /**
71
+ * visibility for series.
72
+ * @default 'visible'
73
+ */
74
+ visibility: any;
75
+ /**
76
+ * width for series.
77
+ * @default 1
78
+ */
79
+ width: any;
80
+ constructor(viewContainerRef: ViewContainerRef);
81
+ }
82
+ /**
83
+ * SmithchartSeries Array Directive
84
+ * @private
85
+ */
86
+ export declare class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> {
87
+ constructor();
88
+ }
@@ -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 "./smithchart.module";
5
- export declare const SmithchartLegendService: ValueProvider;
6
- export declare const TooltipRenderService: ValueProvider;
7
- /**
8
- * NgModule definition for the Smithchart component with providers.
9
- */
10
- export declare class SmithchartAllModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartAllModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmithchartAllModule, never, [typeof i1.CommonModule, typeof i2.SmithchartModule], [typeof i2.SmithchartModule]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<SmithchartAllModule>;
14
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const SmithchartLegendService: ValueProvider;
3
+ export declare const TooltipRenderService: ValueProvider;
4
+ /**
5
+ * NgModule definition for the Smithchart component with providers.
6
+ */
7
+ export declare class SmithchartAllModule {
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 { Smithchart } from '@syncfusion/ej2-charts';
4
- import { SmithchartSeriesCollectionDirective } 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
- * Smithchart Component
11
- * ```html
12
- * <ejs-smithchart></ejs-smithchart>
13
- * ```
14
- */
15
- export declare class SmithchartComponent extends Smithchart implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- animationComplete: any;
23
- axisLabelRender: any;
24
- beforePrint: any;
25
- legendRender: any;
26
- load: any;
27
- loaded: any;
28
- seriesRender: any;
29
- subtitleRender: any;
30
- textRender: any;
31
- titleRender: any;
32
- tooltipRender: any;
33
- childSeries: QueryList<SmithchartSeriesCollectionDirective>;
34
- tags: string[];
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<SmithchartComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<SmithchartComponent, "ejs-smithchart", never, { "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"; }, { "animationComplete": "animationComplete"; "axisLabelRender": "axisLabelRender"; "beforePrint": "beforePrint"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "seriesRender": "seriesRender"; "subtitleRender": "subtitleRender"; "textRender": "textRender"; "titleRender": "titleRender"; "tooltipRender": "tooltipRender"; }, ["childSeries"], never>;
44
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Smithchart } from '@syncfusion/ej2-charts';
4
+ import { SmithchartSeriesCollectionDirective } from './series.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Smithchart Component
10
+ * ```html
11
+ * <ejs-smithchart></ejs-smithchart>
12
+ * ```
13
+ */
14
+ export declare class SmithchartComponent extends Smithchart implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ animationComplete: any;
22
+ axisLabelRender: any;
23
+ beforePrint: any;
24
+ legendRender: any;
25
+ load: any;
26
+ loaded: any;
27
+ seriesRender: any;
28
+ subtitleRender: any;
29
+ textRender: any;
30
+ titleRender: any;
31
+ tooltipRender: any;
32
+ childSeries: QueryList<SmithchartSeriesCollectionDirective>;
33
+ tags: string[];
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 "./smithchart.component";
3
- import * as i2 from "./series.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the Smithchart component.
7
- */
8
- export declare class SmithchartModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmithchartModule, [typeof i1.SmithchartComponent, typeof i2.SmithchartSeriesDirective, typeof i2.SmithchartSeriesCollectionDirective], [typeof i3.CommonModule], [typeof i1.SmithchartComponent, typeof i2.SmithchartSeriesDirective, typeof i2.SmithchartSeriesCollectionDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SmithchartModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the Smithchart component.
3
+ */
4
+ export declare class SmithchartModule {
5
+ }
@@ -1,38 +1,33 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * To configure sparkline rangeband color.
9
- */
10
- color: any;
11
- /**
12
- * To configure sparkline end range.
13
- * @aspdefaultvalueignore
14
- */
15
- endRange: any;
16
- /**
17
- * To configure sparkline rangeband opacity.
18
- * @default 1
19
- */
20
- opacity: any;
21
- /**
22
- * To configure sparkline start range.
23
- * @aspdefaultvalueignore
24
- */
25
- startRange: any;
26
- constructor(viewContainerRef: ViewContainerRef);
27
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeBandSettingDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeBandSettingDirective, "e-rangeBandSettings>e-rangeBandSetting", never, { "color": "color"; "endRange": "endRange"; "opacity": "opacity"; "startRange": "startRange"; }, {}, never>;
29
- }
30
- /**
31
- * RangeBandSetting Array Directive
32
- * @private
33
- */
34
- export declare class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {
35
- constructor();
36
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeBandSettingsDirective, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeBandSettingsDirective, "ejs-sparkline>e-rangeBandSettings", never, {}, {}, ["children"]>;
38
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * To configure sparkline rangeband color.
8
+ */
9
+ color: any;
10
+ /**
11
+ * To configure sparkline end range.
12
+ * @aspdefaultvalueignore
13
+ */
14
+ endRange: any;
15
+ /**
16
+ * To configure sparkline rangeband opacity.
17
+ * @default 1
18
+ */
19
+ opacity: any;
20
+ /**
21
+ * To configure sparkline start range.
22
+ * @aspdefaultvalueignore
23
+ */
24
+ startRange: any;
25
+ constructor(viewContainerRef: ViewContainerRef);
26
+ }
27
+ /**
28
+ * RangeBandSetting Array Directive
29
+ * @private
30
+ */
31
+ export declare class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {
32
+ constructor();
33
+ }
@@ -1,13 +1,7 @@
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 "./sparkline.module";
5
- export declare const SparklineTooltipService: ValueProvider;
6
- /**
7
- * NgModule definition for the Sparkline component with providers.
8
- */
9
- export declare class SparklineAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<SparklineAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineAllModule, never, [typeof i1.CommonModule, typeof i2.SparklineModule], [typeof i2.SparklineModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<SparklineAllModule>;
13
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const SparklineTooltipService: ValueProvider;
3
+ /**
4
+ * NgModule definition for the Sparkline component with providers.
5
+ */
6
+ export declare class SparklineAllModule {
7
+ }