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

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 (157) hide show
  1. package/CHANGELOG.md +3830 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +152 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  6. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  7. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  8. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  9. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  10. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  11. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  12. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  13. package/esm2020/src/chart/axes.directive.mjs +58 -0
  14. package/esm2020/src/chart/categories.directive.mjs +59 -0
  15. package/esm2020/src/chart/chart-all.module.mjs +209 -0
  16. package/esm2020/src/chart/chart.component.mjs +538 -0
  17. package/esm2020/src/chart/chart.module.mjs +142 -0
  18. package/esm2020/src/chart/columns.directive.mjs +52 -0
  19. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  20. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  21. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  22. package/esm2020/src/chart/rows.directive.mjs +52 -0
  23. package/esm2020/src/chart/segments.directive.mjs +58 -0
  24. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  25. package/esm2020/src/chart/series.directive.mjs +68 -0
  26. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  27. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  28. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  29. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  30. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  31. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  32. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  33. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  36. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  37. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  39. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  40. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  41. package/esm2020/src/index.mjs +69 -0
  42. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  43. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  44. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  45. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  46. package/esm2020/src/sankey/links.directive.mjs +54 -0
  47. package/esm2020/src/sankey/nodes.directive.mjs +54 -0
  48. package/esm2020/src/sankey/sankey-all.module.mjs +38 -0
  49. package/esm2020/src/sankey/sankey.component.mjs +110 -0
  50. package/esm2020/src/sankey/sankey.module.mjs +43 -0
  51. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  52. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  53. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  54. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  55. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  56. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  57. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  58. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  59. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  60. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  61. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  62. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  63. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  64. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  65. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  66. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  67. package/esm2020/src/stock-chart/stockchart.component.mjs +350 -0
  68. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  69. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  70. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  71. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  72. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4684 -0
  73. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  74. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4684 -0
  75. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  76. package/package.json +28 -46
  77. package/public_api.d.ts +1 -1
  78. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  79. package/src/accumulation-chart/accumulationchart.component.d.ts +62 -59
  80. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  81. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  82. package/src/accumulation-chart/series.directive.d.ts +262 -257
  83. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  84. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  85. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  86. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  87. package/src/chart/annotations.directive.d.ts +101 -96
  88. package/src/chart/axes.directive.d.ts +409 -404
  89. package/src/chart/categories.directive.d.ts +74 -69
  90. package/src/chart/chart-all.module.d.ts +73 -67
  91. package/src/chart/chart.component.d.ts +91 -88
  92. package/src/chart/chart.module.d.ts +24 -5
  93. package/src/chart/columns.directive.d.ts +35 -30
  94. package/src/chart/indicators.directive.d.ts +265 -260
  95. package/src/chart/multilevellabels.directive.d.ts +62 -57
  96. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  97. package/src/chart/rows.directive.d.ts +35 -30
  98. package/src/chart/segments.directive.d.ts +46 -41
  99. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  100. package/src/chart/series.directive.d.ts +505 -500
  101. package/src/chart/striplines.directive.d.ts +171 -166
  102. package/src/chart/trendlines.directive.d.ts +127 -122
  103. package/src/chart3d/axes.directive.d.ts +271 -266
  104. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  105. package/src/chart3d/chart3d.component.d.ts +65 -62
  106. package/src/chart3d/chart3d.module.d.ts +16 -5
  107. package/src/chart3d/columns.directive.d.ts +31 -26
  108. package/src/chart3d/rows.directive.d.ts +31 -26
  109. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  110. package/src/chart3d/series.directive.d.ts +177 -172
  111. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  112. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  113. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  114. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  115. package/src/circularchart3d/series.directive.d.ts +147 -142
  116. package/src/index.d.ts +68 -68
  117. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  118. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  119. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  120. package/src/range-navigator/series.directive.d.ts +83 -78
  121. package/src/sankey/links.directive.d.ts +46 -41
  122. package/src/sankey/nodes.directive.d.ts +49 -44
  123. package/src/sankey/sankey-all.module.d.ts +16 -10
  124. package/src/sankey/sankey.component.d.ts +56 -53
  125. package/src/sankey/sankey.module.d.ts +13 -5
  126. package/src/smithchart/series.directive.d.ts +93 -88
  127. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  128. package/src/smithchart/smithchart.component.d.ts +44 -41
  129. package/src/smithchart/smithchart.module.d.ts +12 -5
  130. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  131. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  132. package/src/sparkline/sparkline.component.d.ts +46 -43
  133. package/src/sparkline/sparkline.module.d.ts +12 -5
  134. package/src/stock-chart/annotations.directive.d.ts +89 -84
  135. package/src/stock-chart/axes.directive.d.ts +291 -286
  136. package/src/stock-chart/indicators.directive.d.ts +226 -221
  137. package/src/stock-chart/periods.directive.d.ts +47 -42
  138. package/src/stock-chart/rows.directive.d.ts +35 -30
  139. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  140. package/src/stock-chart/series.directive.d.ts +264 -259
  141. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  142. package/src/stock-chart/stockchart.component.d.ts +70 -67
  143. package/src/stock-chart/stockchart.module.d.ts +20 -5
  144. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  145. package/src/stock-chart/trendlines.directive.d.ts +128 -123
  146. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  147. package/@syncfusion/ej2-angular-charts.es5.js +0 -5388
  148. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  149. package/@syncfusion/ej2-angular-charts.js +0 -5087
  150. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  151. package/LICENSE +0 -10
  152. package/dist/ej2-angular-charts.umd.js +0 -6123
  153. package/dist/ej2-angular-charts.umd.js.map +0 -1
  154. package/dist/ej2-angular-charts.umd.min.js +0 -11
  155. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  156. package/ej2-angular-charts.d.ts +0 -14
  157. package/ej2-angular-charts.metadata.json +0 -1
@@ -1,88 +1,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
+ 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,8 +1,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
+ 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,41 +1,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
+ 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,5 +1,12 @@
1
- /**
2
- * NgModule definition for the Smithchart component.
3
- */
4
- export declare class SmithchartModule {
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,33 +1,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
+ 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,7 +1,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
+ 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,43 +1,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
+ 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,5 +1,12 @@
1
- /**
2
- * NgModule definition for the Sparkline component.
3
- */
4
- export declare class SparklineModule {
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
+ }