@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,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,46 +1,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
+ 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,49 +1,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
+ 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,16 +1,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
+ 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,56 +1,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
+ 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,13 +1,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
- }
1
+ /**
2
+ * NgModule definition for the Sankey component.
3
+ */
4
+ export declare class SankeyModule {
5
+ }