@syncfusion/ej2-angular-charts 33.1.44 → 33.1.47-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 (159) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5388 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +5087 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-charts.umd.js +6123 -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 +14 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/package.json +48 -30
  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 +59 -62
  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 +257 -262
  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 +404 -409
  27. package/src/chart/categories.directive.d.ts +69 -74
  28. package/src/chart/chart-all.module.d.ts +67 -73
  29. package/src/chart/chart.component.d.ts +88 -91
  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 +260 -265
  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 +500 -505
  39. package/src/chart/striplines.directive.d.ts +166 -171
  40. package/src/chart/trendlines.directive.d.ts +122 -127
  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 +68 -68
  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/sankey/links.directive.d.ts +41 -46
  60. package/src/sankey/nodes.directive.d.ts +44 -49
  61. package/src/sankey/sankey-all.module.d.ts +10 -16
  62. package/src/sankey/sankey.component.d.ts +53 -56
  63. package/src/sankey/sankey.module.d.ts +5 -13
  64. package/src/smithchart/series.directive.d.ts +88 -93
  65. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  66. package/src/smithchart/smithchart.component.d.ts +41 -44
  67. package/src/smithchart/smithchart.module.d.ts +5 -12
  68. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  69. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  70. package/src/sparkline/sparkline.component.d.ts +43 -46
  71. package/src/sparkline/sparkline.module.d.ts +5 -12
  72. package/src/stock-chart/annotations.directive.d.ts +84 -89
  73. package/src/stock-chart/axes.directive.d.ts +286 -291
  74. package/src/stock-chart/indicators.directive.d.ts +221 -226
  75. package/src/stock-chart/periods.directive.d.ts +42 -47
  76. package/src/stock-chart/rows.directive.d.ts +30 -35
  77. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  78. package/src/stock-chart/series.directive.d.ts +259 -264
  79. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  80. package/src/stock-chart/stockchart.component.d.ts +67 -70
  81. package/src/stock-chart/stockchart.module.d.ts +5 -20
  82. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  83. package/src/stock-chart/trendlines.directive.d.ts +123 -128
  84. package/CHANGELOG.md +0 -3813
  85. package/esm2020/public_api.mjs +0 -2
  86. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  87. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -152
  88. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  89. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  90. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  91. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  92. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  93. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  94. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  95. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  96. package/esm2020/src/chart/axes.directive.mjs +0 -58
  97. package/esm2020/src/chart/categories.directive.mjs +0 -59
  98. package/esm2020/src/chart/chart-all.module.mjs +0 -209
  99. package/esm2020/src/chart/chart.component.mjs +0 -538
  100. package/esm2020/src/chart/chart.module.mjs +0 -142
  101. package/esm2020/src/chart/columns.directive.mjs +0 -52
  102. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  103. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  104. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  105. package/esm2020/src/chart/rows.directive.mjs +0 -52
  106. package/esm2020/src/chart/segments.directive.mjs +0 -58
  107. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  108. package/esm2020/src/chart/series.directive.mjs +0 -68
  109. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  110. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  111. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  113. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  114. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  115. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  116. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  119. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  120. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  121. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  122. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  123. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  124. package/esm2020/src/index.mjs +0 -69
  125. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  126. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  127. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  128. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  129. package/esm2020/src/sankey/links.directive.mjs +0 -54
  130. package/esm2020/src/sankey/nodes.directive.mjs +0 -54
  131. package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
  132. package/esm2020/src/sankey/sankey.component.mjs +0 -110
  133. package/esm2020/src/sankey/sankey.module.mjs +0 -43
  134. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  135. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  136. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  137. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  138. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  139. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  140. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  141. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  142. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  143. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  145. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  146. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  147. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  148. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  149. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  150. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -350
  151. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  152. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  153. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  154. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  155. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4684
  156. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  157. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
  158. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  159. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -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
+ }
@@ -1,46 +1,43 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Sparkline } from '@syncfusion/ej2-charts';
4
- import { RangeBandSettingsDirective } from './rangebandsettings.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
- * Sparkline Component
11
- * ```html
12
- * <ejs-sparkline></ejs-sparkline>
13
- * ```
14
- */
15
- export declare class SparklineComponent extends Sparkline implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- axisRendering: any;
23
- dataLabelRendering: any;
24
- load: any;
25
- loaded: any;
26
- markerRendering: any;
27
- pointRegionMouseClick: any;
28
- pointRegionMouseMove: any;
29
- pointRendering: any;
30
- resize: any;
31
- seriesRendering: any;
32
- sparklineMouseClick: any;
33
- sparklineMouseMove: any;
34
- tooltipInitialize: any;
35
- childRangeBandSettings: QueryList<RangeBandSettingsDirective>;
36
- tags: string[];
37
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
38
- ngOnInit(): void;
39
- ngAfterViewInit(): void;
40
- ngOnDestroy(): void;
41
- ngAfterContentChecked(): void;
42
- registerEvents: (eventList: string[]) => void;
43
- addTwoWay: (propList: string[]) => void;
44
- static ɵfac: i0.ɵɵFactoryDeclaration<SparklineComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<SparklineComponent, "ejs-sparkline", never, { "axisSettings": "axisSettings"; "border": "border"; "containerArea": "containerArea"; "dataLabelSettings": "dataLabelSettings"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "endPointColor": "endPointColor"; "fill": "fill"; "format": "format"; "height": "height"; "highPointColor": "highPointColor"; "lineWidth": "lineWidth"; "locale": "locale"; "lowPointColor": "lowPointColor"; "markerSettings": "markerSettings"; "negativePointColor": "negativePointColor"; "opacity": "opacity"; "padding": "padding"; "palette": "palette"; "query": "query"; "rangeBandSettings": "rangeBandSettings"; "rangePadding": "rangePadding"; "startPointColor": "startPointColor"; "theme": "theme"; "tiePointColor": "tiePointColor"; "tooltipSettings": "tooltipSettings"; "type": "type"; "useGroupingSeparator": "useGroupingSeparator"; "valueType": "valueType"; "width": "width"; "xName": "xName"; "yName": "yName"; }, { "axisRendering": "axisRendering"; "dataLabelRendering": "dataLabelRendering"; "load": "load"; "loaded": "loaded"; "markerRendering": "markerRendering"; "pointRegionMouseClick": "pointRegionMouseClick"; "pointRegionMouseMove": "pointRegionMouseMove"; "pointRendering": "pointRendering"; "resize": "resize"; "seriesRendering": "seriesRendering"; "sparklineMouseClick": "sparklineMouseClick"; "sparklineMouseMove": "sparklineMouseMove"; "tooltipInitialize": "tooltipInitialize"; }, ["childRangeBandSettings"], never>;
46
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Sparkline } from '@syncfusion/ej2-charts';
4
+ import { RangeBandSettingsDirective } from './rangebandsettings.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Sparkline Component
10
+ * ```html
11
+ * <ejs-sparkline></ejs-sparkline>
12
+ * ```
13
+ */
14
+ export declare class SparklineComponent extends Sparkline implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ axisRendering: any;
22
+ dataLabelRendering: any;
23
+ load: any;
24
+ loaded: any;
25
+ markerRendering: any;
26
+ pointRegionMouseClick: any;
27
+ pointRegionMouseMove: any;
28
+ pointRendering: any;
29
+ resize: any;
30
+ seriesRendering: any;
31
+ sparklineMouseClick: any;
32
+ sparklineMouseMove: any;
33
+ tooltipInitialize: any;
34
+ childRangeBandSettings: QueryList<RangeBandSettingsDirective>;
35
+ tags: string[];
36
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
37
+ ngOnInit(): void;
38
+ ngAfterViewInit(): void;
39
+ ngOnDestroy(): void;
40
+ ngAfterContentChecked(): void;
41
+ registerEvents: (eventList: string[]) => void;
42
+ addTwoWay: (propList: string[]) => void;
43
+ }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./sparkline.component";
3
- import * as i2 from "./rangebandsettings.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the Sparkline component.
7
- */
8
- export declare class SparklineModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SparklineModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineModule, [typeof i1.SparklineComponent, typeof i2.RangeBandSettingDirective, typeof i2.RangeBandSettingsDirective], [typeof i3.CommonModule], [typeof i1.SparklineComponent, typeof i2.RangeBandSettingDirective, typeof i2.RangeBandSettingsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SparklineModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the Sparkline component.
3
+ */
4
+ export declare class SparklineModule {
5
+ }