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

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 +3821 -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,78 +1,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
+ 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,41 +1,46 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Sankey Links Directive
5
- * ```html
6
- * <e-sankey-links>
7
- * <e-sankey-link></e-sankey-link>
8
- * </e-sankey-links>
9
- * ```
10
- */
11
- export declare class SankeyLinkDirective extends ComplexBase<SankeyLinkDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Specifies the unique identifier of the source node for this
16
- * link.
17
- * This should match the `id` of an existing Sankey node.
18
- * @default null
19
- */
20
- sourceId: any;
21
- /**
22
- * Specifies the unique identifier of the target node for this link.
23
- * This should match the `id` of an existing Sankey node.
24
- * @default null
25
- */
26
- targetId: any;
27
- /**
28
- * Defines the weight or value of the link.
29
- * This determines the thickness of the link in the Sankey diagram.
30
- * @default null
31
- */
32
- value: any;
33
- constructor(viewContainerRef: ViewContainerRef);
34
- }
35
- /**
36
- * SankeyLink Array Directive
37
- * @private
38
- */
39
- export declare class SankeyLinksCollectionDirective extends ArrayBase<SankeyLinksCollectionDirective> {
40
- constructor();
41
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Sankey Links Directive
6
+ * ```html
7
+ * <e-sankey-links>
8
+ * <e-sankey-link></e-sankey-link>
9
+ * </e-sankey-links>
10
+ * ```
11
+ */
12
+ export declare class SankeyLinkDirective extends ComplexBase<SankeyLinkDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Specifies the unique identifier of the source node for this
17
+ * link.
18
+ * This should match the `id` of an existing Sankey node.
19
+ * @default null
20
+ */
21
+ sourceId: any;
22
+ /**
23
+ * Specifies the unique identifier of the target node for this link.
24
+ * This should match the `id` of an existing Sankey node.
25
+ * @default null
26
+ */
27
+ targetId: any;
28
+ /**
29
+ * Defines the weight or value of the link.
30
+ * This determines the thickness of the link in the Sankey diagram.
31
+ * @default null
32
+ */
33
+ value: any;
34
+ constructor(viewContainerRef: ViewContainerRef);
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<SankeyLinkDirective, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyLinkDirective, "e-sankey-links>e-sankey-link", never, { "sourceId": "sourceId"; "targetId": "targetId"; "value": "value"; }, {}, never>;
37
+ }
38
+ /**
39
+ * SankeyLink Array Directive
40
+ * @private
41
+ */
42
+ export declare class SankeyLinksCollectionDirective extends ArrayBase<SankeyLinksCollectionDirective> {
43
+ constructor();
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<SankeyLinksCollectionDirective, never>;
45
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyLinksCollectionDirective, "ejs-sankey>e-sankey-links", never, {}, {}, ["children"]>;
46
+ }
@@ -1,44 +1,49 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Sankey Nodes Directive
5
- * ```html
6
- * <e-sankey-nodes>
7
- * <e-sankey-node></e-sankey-node>
8
- * </e-sankey-nodes>
9
- * ```
10
- */
11
- export declare class SankeyNodeDirective extends ComplexBase<SankeyNodeDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Specifies the color applied to the node.
16
- * The node color is applied based on the current theme if this property is not specified.
17
- * @default null
18
- */
19
- color: any;
20
- /**
21
- * A unique string identifier for the node.
22
- * Ensure the `id` is unique across all nodes in the Sankey chart.
23
- * @default null
24
- */
25
- id: any;
26
- /**
27
- * Options for customizing the data label of the Sankey node.
28
- */
29
- label: any;
30
- /**
31
- * Specifies a custom offset position for the node.
32
- * This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.
33
- * @default 0
34
- */
35
- offset: any;
36
- constructor(viewContainerRef: ViewContainerRef);
37
- }
38
- /**
39
- * SankeyNode Array Directive
40
- * @private
41
- */
42
- export declare class SankeyNodesCollectionDirective extends ArrayBase<SankeyNodesCollectionDirective> {
43
- constructor();
44
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Sankey Nodes Directive
6
+ * ```html
7
+ * <e-sankey-nodes>
8
+ * <e-sankey-node></e-sankey-node>
9
+ * </e-sankey-nodes>
10
+ * ```
11
+ */
12
+ export declare class SankeyNodeDirective extends ComplexBase<SankeyNodeDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Specifies the color applied to the node.
17
+ * The node color is applied based on the current theme if this property is not specified.
18
+ * @default null
19
+ */
20
+ color: any;
21
+ /**
22
+ * A unique string identifier for the node.
23
+ * Ensure the `id` is unique across all nodes in the Sankey chart.
24
+ * @default null
25
+ */
26
+ id: any;
27
+ /**
28
+ * Options for customizing the data label of the Sankey node.
29
+ */
30
+ label: any;
31
+ /**
32
+ * Specifies a custom offset position for the node.
33
+ * This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.
34
+ * @default 0
35
+ */
36
+ offset: any;
37
+ constructor(viewContainerRef: ViewContainerRef);
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<SankeyNodeDirective, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyNodeDirective, "e-sankey-nodes>e-sankey-node", never, { "color": "color"; "id": "id"; "label": "label"; "offset": "offset"; }, {}, never>;
40
+ }
41
+ /**
42
+ * SankeyNode Array Directive
43
+ * @private
44
+ */
45
+ export declare class SankeyNodesCollectionDirective extends ArrayBase<SankeyNodesCollectionDirective> {
46
+ constructor();
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<SankeyNodesCollectionDirective, never>;
48
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyNodesCollectionDirective, "ejs-sankey>e-sankey-nodes", never, {}, {}, ["children"]>;
49
+ }
@@ -1,10 +1,16 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const SankeyLegendService: ValueProvider;
3
- export declare const SankeyTooltipService: ValueProvider;
4
- export declare const SankeyHighlightService: ValueProvider;
5
- export declare const SankeyExportService: ValueProvider;
6
- /**
7
- * NgModule definition for the Sankey component with providers.
8
- */
9
- export declare class SankeyAllModule {
10
- }
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 "./sankey.module";
5
+ export declare const SankeyLegendService: ValueProvider;
6
+ export declare const SankeyTooltipService: ValueProvider;
7
+ export declare const SankeyHighlightService: ValueProvider;
8
+ export declare const SankeyExportService: ValueProvider;
9
+ /**
10
+ * NgModule definition for the Sankey component with providers.
11
+ */
12
+ export declare class SankeyAllModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SankeyAllModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyAllModule, never, [typeof i1.CommonModule, typeof i2.SankeyModule], [typeof i2.SankeyModule]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<SankeyAllModule>;
16
+ }
@@ -1,53 +1,56 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Sankey } from '@syncfusion/ej2-charts';
4
- import { SankeyNodesCollectionDirective } from './nodes.directive';
5
- import { SankeyLinksCollectionDirective } from './links.directive';
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * Sankey Component
11
- * ```html
12
- * <ejs-sankey></ejs-sankey>
13
- * ```
14
- */
15
- export declare class SankeyComponent extends Sankey implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- afterExport: any;
23
- beforeExport: any;
24
- beforePrint: any;
25
- exportCompleted: any;
26
- labelRendering: any;
27
- legendItemHover: any;
28
- legendItemRendering: any;
29
- linkClick: any;
30
- linkEnter: any;
31
- linkLeave: any;
32
- linkRendering: any;
33
- load: any;
34
- loaded: any;
35
- nodeClick: any;
36
- nodeEnter: any;
37
- nodeLeave: any;
38
- nodeRendering: any;
39
- sizeChanged: any;
40
- tooltipRendering: any;
41
- childNodes: QueryList<SankeyNodesCollectionDirective>;
42
- childLinks: QueryList<SankeyLinksCollectionDirective>;
43
- tags: string[];
44
- tooltip_sankeyNodeTemplate: any;
45
- tooltip_sankeyLinkTemplate: any;
46
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
47
- ngOnInit(): void;
48
- ngAfterViewInit(): void;
49
- ngOnDestroy(): void;
50
- ngAfterContentChecked(): void;
51
- registerEvents: (eventList: string[]) => void;
52
- addTwoWay: (propList: string[]) => void;
53
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Sankey } from '@syncfusion/ej2-charts';
4
+ import { SankeyNodesCollectionDirective } from './nodes.directive';
5
+ import { SankeyLinksCollectionDirective } from './links.directive';
6
+ import * as i0 from "@angular/core";
7
+ export declare const inputs: string[];
8
+ export declare const outputs: string[];
9
+ export declare const twoWays: string[];
10
+ /**
11
+ * Sankey Component
12
+ * ```html
13
+ * <ejs-sankey></ejs-sankey>
14
+ * ```
15
+ */
16
+ export declare class SankeyComponent extends Sankey implements IComponentBase {
17
+ private ngEle;
18
+ private srenderer;
19
+ private viewContainerRef;
20
+ private injector;
21
+ context: any;
22
+ tagObjects: any;
23
+ afterExport: any;
24
+ beforeExport: any;
25
+ beforePrint: any;
26
+ exportCompleted: any;
27
+ labelRendering: any;
28
+ legendItemHover: any;
29
+ legendItemRendering: any;
30
+ linkClick: any;
31
+ linkEnter: any;
32
+ linkLeave: any;
33
+ linkRendering: any;
34
+ load: any;
35
+ loaded: any;
36
+ nodeClick: any;
37
+ nodeEnter: any;
38
+ nodeLeave: any;
39
+ nodeRendering: any;
40
+ sizeChanged: any;
41
+ tooltipRendering: any;
42
+ childNodes: QueryList<SankeyNodesCollectionDirective>;
43
+ childLinks: QueryList<SankeyLinksCollectionDirective>;
44
+ tags: string[];
45
+ tooltip_sankeyNodeTemplate: any;
46
+ tooltip_sankeyLinkTemplate: any;
47
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
48
+ ngOnInit(): void;
49
+ ngAfterViewInit(): void;
50
+ ngOnDestroy(): void;
51
+ ngAfterContentChecked(): void;
52
+ registerEvents: (eventList: string[]) => void;
53
+ addTwoWay: (propList: string[]) => void;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<SankeyComponent, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<SankeyComponent, "ejs-sankey", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "animation": "animation"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "labelSettings": "labelSettings"; "legendSettings": "legendSettings"; "linkStyle": "linkStyle"; "links": "links"; "locale": "locale"; "margin": "margin"; "nodeStyle": "nodeStyle"; "nodes": "nodes"; "orientation": "orientation"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "width": "width"; }, { "afterExport": "afterExport"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "exportCompleted": "exportCompleted"; "labelRendering": "labelRendering"; "legendItemHover": "legendItemHover"; "legendItemRendering": "legendItemRendering"; "linkClick": "linkClick"; "linkEnter": "linkEnter"; "linkLeave": "linkLeave"; "linkRendering": "linkRendering"; "load": "load"; "loaded": "loaded"; "nodeClick": "nodeClick"; "nodeEnter": "nodeEnter"; "nodeLeave": "nodeLeave"; "nodeRendering": "nodeRendering"; "sizeChanged": "sizeChanged"; "tooltipRendering": "tooltipRendering"; }, ["tooltip_sankeyNodeTemplate", "tooltip_sankeyLinkTemplate", "childNodes", "childLinks"], never>;
56
+ }
@@ -1,5 +1,13 @@
1
- /**
2
- * NgModule definition for the Sankey component.
3
- */
4
- export declare class SankeyModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sankey.component";
3
+ import * as i2 from "./nodes.directive";
4
+ import * as i3 from "./links.directive";
5
+ import * as i4 from "@angular/common";
6
+ /**
7
+ * NgModule definition for the Sankey component.
8
+ */
9
+ export declare class SankeyModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SankeyModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyModule, [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective], [typeof i4.CommonModule], [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<SankeyModule>;
13
+ }