@syncfusion/ej2-angular-charts 33.2.5 → 33.2.6-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 +47 -29
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  17. package/src/accumulation-chart/accumulationchart.component.d.ts +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 -3830
  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,177 +1,172 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Series3D Directive
6
- * ```html
7
- * <e-chart3d-series-collection>
8
- * <e-chart3d-series></e-chart3d-series>
9
- * </e-chart3d-series-collection>
10
- * ```
11
- */
12
- export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- /**
16
- * Specifies the type of the series in the 3D chart. Available options include:
17
- * - Column
18
- * - Bar
19
- * - StackingColumn
20
- * - StackingBar
21
- * - StackingColumn100
22
- * - StackingBar100
23
- * @default 'Column'
24
- */
25
- type: any;
26
- /**
27
- * Options to customizing animation for the series.
28
- */
29
- animation: any;
30
- /**
31
- * Defines the shape of the data in a column and bar chart.
32
- * Rectangle: Displays the data in a column and bar chart in a rectangle shape.
33
- * Cylinder: Displays the data in a column and bar chart in a cylinder shape.
34
- * @default 'Rectangle'
35
- */
36
- columnFacet: any;
37
- /**
38
- * To render the column series points with particular column spacing. It takes value from 0 - 1.
39
- * @default 0.1
40
- */
41
- columnSpacing: any;
42
- /**
43
- * Render the column series points with a particular column width.
44
- * @default null
45
- */
46
- columnWidth: any;
47
- /**
48
- * The data label for the series.
49
- */
50
- dataLabel: any;
51
- /**
52
- * Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
53
- * @default ''
54
- */
55
- dataSource: any;
56
- /**
57
- * options to customize the empty points in series.
58
- */
59
- emptyPointSettings: any;
60
- /**
61
- * Enable tooltip for the chart series.
62
- * @default true
63
- */
64
- enableTooltip: any;
65
- /**
66
- * The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
67
- * @default null
68
- */
69
- fill: any;
70
- /**
71
- * Defines the name that specifies the chart series are mutually exclusive and can be overlaid.
72
- * The axis in the same group shares the same baseline and location on the corresponding axis.
73
- * @default ''
74
- */
75
- groupName: any;
76
- /**
77
- * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
78
- * @default ''
79
- */
80
- legendImageUrl: any;
81
- /**
82
- * The shape of the legend. Each series has its own legend shape, which can be one of the following:
83
- * * Circle
84
- * * Rectangle
85
- * * Triangle
86
- * * Diamond
87
- * * Cross
88
- * * HorizontalLine
89
- * * VerticalLine
90
- * * Pentagon
91
- * * InvertedTriangle
92
- * * SeriesType
93
- * * Image
94
- * @default 'SeriesType'
95
- */
96
- legendShape: any;
97
- /**
98
- * The name of the series as displayed in the legend.
99
- * @default ''
100
- */
101
- name: any;
102
- /**
103
- * The opacity of the series.
104
- * @default 1
105
- */
106
- opacity: any;
107
- /**
108
- * The DataSource field that contains the point colors.
109
- * @default ''
110
- */
111
- pointColorMapping: any;
112
- /**
113
- * Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an `ej.DataManager`.
114
- * @default ''
115
- */
116
- query: any;
117
- /**
118
- * The DataSource field that contains the size value of y
119
- * @default ''
120
- */
121
- size: any;
122
- /**
123
- * This property allows grouping series in `stacked column / bar` charts.
124
- * Any string value can be provided to the stackingGroup property.
125
- * If any two or above series have the same value, those series will be grouped together.
126
- * @default ''
127
- */
128
- stackingGroup: any;
129
- /**
130
- * Format of the tooltip content.
131
- * @default ''
132
- */
133
- tooltipFormat: any;
134
- /**
135
- * The data source field that contains the tooltip value.
136
- * @default ''
137
- */
138
- tooltipMappingName: any;
139
- /**
140
- * Specifies the visibility of series.
141
- * @default true
142
- */
143
- visible: any;
144
- /**
145
- * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
146
- * @default null
147
- */
148
- xAxisName: any;
149
- /**
150
- * The DataSource field that contains the x value.
151
- * @default ''
152
- */
153
- xName: any;
154
- /**
155
- * The name of the vertical axis associated with the series. It requires `axes` of the chart.
156
- * @default null
157
- */
158
- yAxisName: any;
159
- /**
160
- * The DataSource field that contains the y value.
161
- * @default ''
162
- */
163
- yName: any;
164
- dataLabel_template: any;
165
- constructor(viewContainerRef: ViewContainerRef);
166
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSeriesDirective, never>;
167
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSeriesDirective, "e-chart3d-series-collection>e-chart3d-series", never, { "animation": "animation"; "columnFacet": "columnFacet"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "fill": "fill"; "groupName": "groupName"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "opacity": "opacity"; "pointColorMapping": "pointColorMapping"; "query": "query"; "size": "size"; "stackingGroup": "stackingGroup"; "tooltipFormat": "tooltipFormat"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
168
- }
169
- /**
170
- * Chart3DSeries Array Directive
171
- * @private
172
- */
173
- export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
174
- constructor();
175
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSeriesCollectionDirective, never>;
176
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSeriesCollectionDirective, "ejs-chart3d>e-chart3d-series-collection", never, {}, {}, ["children"]>;
177
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Series3D Directive
5
+ * ```html
6
+ * <e-chart3d-series-collection>
7
+ * <e-chart3d-series></e-chart3d-series>
8
+ * </e-chart3d-series-collection>
9
+ * ```
10
+ */
11
+ export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * Specifies the type of the series in the 3D chart. Available options include:
16
+ * - Column
17
+ * - Bar
18
+ * - StackingColumn
19
+ * - StackingBar
20
+ * - StackingColumn100
21
+ * - StackingBar100
22
+ * @default 'Column'
23
+ */
24
+ type: any;
25
+ /**
26
+ * Options to customizing animation for the series.
27
+ */
28
+ animation: any;
29
+ /**
30
+ * Defines the shape of the data in a column and bar chart.
31
+ * Rectangle: Displays the data in a column and bar chart in a rectangle shape.
32
+ * Cylinder: Displays the data in a column and bar chart in a cylinder shape.
33
+ * @default 'Rectangle'
34
+ */
35
+ columnFacet: any;
36
+ /**
37
+ * To render the column series points with particular column spacing. It takes value from 0 - 1.
38
+ * @default 0.1
39
+ */
40
+ columnSpacing: any;
41
+ /**
42
+ * Render the column series points with a particular column width.
43
+ * @default null
44
+ */
45
+ columnWidth: any;
46
+ /**
47
+ * The data label for the series.
48
+ */
49
+ dataLabel: any;
50
+ /**
51
+ * Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
52
+ * @default ''
53
+ */
54
+ dataSource: any;
55
+ /**
56
+ * options to customize the empty points in series.
57
+ */
58
+ emptyPointSettings: any;
59
+ /**
60
+ * Enable tooltip for the chart series.
61
+ * @default true
62
+ */
63
+ enableTooltip: any;
64
+ /**
65
+ * The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
66
+ * @default null
67
+ */
68
+ fill: any;
69
+ /**
70
+ * Defines the name that specifies the chart series are mutually exclusive and can be overlaid.
71
+ * The axis in the same group shares the same baseline and location on the corresponding axis.
72
+ * @default ''
73
+ */
74
+ groupName: any;
75
+ /**
76
+ * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
77
+ * @default ''
78
+ */
79
+ legendImageUrl: any;
80
+ /**
81
+ * The shape of the legend. Each series has its own legend shape, which can be one of the following:
82
+ * * Circle
83
+ * * Rectangle
84
+ * * Triangle
85
+ * * Diamond
86
+ * * Cross
87
+ * * HorizontalLine
88
+ * * VerticalLine
89
+ * * Pentagon
90
+ * * InvertedTriangle
91
+ * * SeriesType
92
+ * * Image
93
+ * @default 'SeriesType'
94
+ */
95
+ legendShape: any;
96
+ /**
97
+ * The name of the series as displayed in the legend.
98
+ * @default ''
99
+ */
100
+ name: any;
101
+ /**
102
+ * The opacity of the series.
103
+ * @default 1
104
+ */
105
+ opacity: any;
106
+ /**
107
+ * The DataSource field that contains the point colors.
108
+ * @default ''
109
+ */
110
+ pointColorMapping: any;
111
+ /**
112
+ * Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an `ej.DataManager`.
113
+ * @default ''
114
+ */
115
+ query: any;
116
+ /**
117
+ * The DataSource field that contains the size value of y
118
+ * @default ''
119
+ */
120
+ size: any;
121
+ /**
122
+ * This property allows grouping series in `stacked column / bar` charts.
123
+ * Any string value can be provided to the stackingGroup property.
124
+ * If any two or above series have the same value, those series will be grouped together.
125
+ * @default ''
126
+ */
127
+ stackingGroup: any;
128
+ /**
129
+ * Format of the tooltip content.
130
+ * @default ''
131
+ */
132
+ tooltipFormat: any;
133
+ /**
134
+ * The data source field that contains the tooltip value.
135
+ * @default ''
136
+ */
137
+ tooltipMappingName: any;
138
+ /**
139
+ * Specifies the visibility of series.
140
+ * @default true
141
+ */
142
+ visible: any;
143
+ /**
144
+ * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
145
+ * @default null
146
+ */
147
+ xAxisName: any;
148
+ /**
149
+ * The DataSource field that contains the x value.
150
+ * @default ''
151
+ */
152
+ xName: any;
153
+ /**
154
+ * The name of the vertical axis associated with the series. It requires `axes` of the chart.
155
+ * @default null
156
+ */
157
+ yAxisName: any;
158
+ /**
159
+ * The DataSource field that contains the y value.
160
+ * @default ''
161
+ */
162
+ yName: any;
163
+ dataLabel_template: any;
164
+ constructor(viewContainerRef: ViewContainerRef);
165
+ }
166
+ /**
167
+ * Chart3DSeries Array Directive
168
+ * @private
169
+ */
170
+ export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
171
+ constructor();
172
+ }
@@ -1,19 +1,13 @@
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 "./circularchart3d.module";
5
- export declare const PieSeries3DService: ValueProvider;
6
- export declare const CircularChartTooltip3DService: ValueProvider;
7
- export declare const CircularChartLegend3DService: ValueProvider;
8
- export declare const CircularChartSelection3DService: ValueProvider;
9
- export declare const CircularChartDataLabel3DService: ValueProvider;
10
- export declare const CircularChartHighlight3DService: ValueProvider;
11
- export declare const CircularChartExport3DService: ValueProvider;
12
- /**
13
- * NgModule definition for the CircularChart3D component with providers.
14
- */
15
- export declare class CircularChart3DAllModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DAllModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<CircularChart3DAllModule, never, [typeof i1.CommonModule, typeof i2.CircularChart3DModule], [typeof i2.CircularChart3DModule]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<CircularChart3DAllModule>;
19
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const PieSeries3DService: ValueProvider;
3
+ export declare const CircularChartTooltip3DService: ValueProvider;
4
+ export declare const CircularChartLegend3DService: ValueProvider;
5
+ export declare const CircularChartSelection3DService: ValueProvider;
6
+ export declare const CircularChartDataLabel3DService: ValueProvider;
7
+ export declare const CircularChartHighlight3DService: ValueProvider;
8
+ export declare const CircularChartExport3DService: ValueProvider;
9
+ /**
10
+ * NgModule definition for the CircularChart3D component with providers.
11
+ */
12
+ export declare class CircularChart3DAllModule {
13
+ }
@@ -1,58 +1,55 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { CircularChart3D } from '@syncfusion/ej2-charts';
4
- import { CircularChart3DSeriesCollectionDirective } from './series.directive';
5
- import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.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
- * CircularChart3D Component
12
- * ```html
13
- * <ejs-circularchart3d></ejs-circularchart3d>
14
- * ```
15
- */
16
- export declare class CircularChart3DComponent extends CircularChart3D 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
- beforeResize: any;
27
- circularChart3DMouseClick: any;
28
- circularChart3DMouseDown: any;
29
- circularChart3DMouseLeave: any;
30
- circularChart3DMouseMove: any;
31
- circularChart3DMouseUp: any;
32
- legendClick: any;
33
- legendRender: any;
34
- load: any;
35
- loaded: any;
36
- pointClick: any;
37
- pointMove: any;
38
- pointRender: any;
39
- resized: any;
40
- selectionComplete: any;
41
- seriesRender: any;
42
- textRender: any;
43
- tooltipRender: any;
44
- dataSourceChange: any;
45
- childSeries: QueryList<CircularChart3DSeriesCollectionDirective>;
46
- childSelectedDataIndexes: QueryList<CircularChart3DSelectedDataIndexesDirective>;
47
- tags: string[];
48
- tooltip_template: any;
49
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
50
- ngOnInit(): void;
51
- ngAfterViewInit(): void;
52
- ngOnDestroy(): void;
53
- ngAfterContentChecked(): void;
54
- registerEvents: (eventList: string[]) => void;
55
- addTwoWay: (propList: string[]) => void;
56
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<CircularChart3DComponent, "ejs-circularchart3d", never, { "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "dataSource": "dataSource"; "depth": "depth"; "enableAnimation": "enableAnimation"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRotation": "enableRotation"; "enableRtl": "enableRtl"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "rotation": "rotation"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "tilt": "tilt"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "circularChart3DMouseClick": "circularChart3DMouseClick"; "circularChart3DMouseDown": "circularChart3DMouseDown"; "circularChart3DMouseLeave": "circularChart3DMouseLeave"; "circularChart3DMouseMove": "circularChart3DMouseMove"; "circularChart3DMouseUp": "circularChart3DMouseUp"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "pointClick": "pointClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childSelectedDataIndexes"], never>;
58
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { CircularChart3D } from '@syncfusion/ej2-charts';
4
+ import { CircularChart3DSeriesCollectionDirective } from './series.directive';
5
+ import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * CircularChart3D Component
11
+ * ```html
12
+ * <ejs-circularchart3d></ejs-circularchart3d>
13
+ * ```
14
+ */
15
+ export declare class CircularChart3DComponent extends CircularChart3D 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
+ beforeResize: any;
26
+ circularChart3DMouseClick: any;
27
+ circularChart3DMouseDown: any;
28
+ circularChart3DMouseLeave: any;
29
+ circularChart3DMouseMove: any;
30
+ circularChart3DMouseUp: any;
31
+ legendClick: any;
32
+ legendRender: any;
33
+ load: any;
34
+ loaded: any;
35
+ pointClick: any;
36
+ pointMove: any;
37
+ pointRender: any;
38
+ resized: any;
39
+ selectionComplete: any;
40
+ seriesRender: any;
41
+ textRender: any;
42
+ tooltipRender: any;
43
+ dataSourceChange: any;
44
+ childSeries: QueryList<CircularChart3DSeriesCollectionDirective>;
45
+ childSelectedDataIndexes: QueryList<CircularChart3DSelectedDataIndexesDirective>;
46
+ tags: string[];
47
+ tooltip_template: any;
48
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
49
+ ngOnInit(): void;
50
+ ngAfterViewInit(): void;
51
+ ngOnDestroy(): void;
52
+ ngAfterContentChecked(): void;
53
+ registerEvents: (eventList: string[]) => void;
54
+ addTwoWay: (propList: string[]) => void;
55
+ }
@@ -1,13 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./circularchart3d.component";
3
- import * as i2 from "./series.directive";
4
- import * as i3 from "./selecteddataindexes.directive";
5
- import * as i4 from "@angular/common";
6
- /**
7
- * NgModule definition for the CircularChart3D component.
8
- */
9
- export declare class CircularChart3DModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CircularChart3DModule, [typeof i1.CircularChart3DComponent, typeof i2.CircularChart3DSeriesDirective, typeof i2.CircularChart3DSeriesCollectionDirective, typeof i3.CircularChart3DSelectedDataIndexDirective, typeof i3.CircularChart3DSelectedDataIndexesDirective], [typeof i4.CommonModule], [typeof i1.CircularChart3DComponent, typeof i2.CircularChart3DSeriesDirective, typeof i2.CircularChart3DSeriesCollectionDirective, typeof i3.CircularChart3DSelectedDataIndexDirective, typeof i3.CircularChart3DSelectedDataIndexesDirective]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CircularChart3DModule>;
13
- }
1
+ /**
2
+ * NgModule definition for the CircularChart3D component.
3
+ */
4
+ export declare class CircularChart3DModule {
5
+ }
@@ -1,37 +1,32 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Selected Data Directive
6
- * ```html
7
- * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
8
- * ```
9
- */
10
- export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBase<CircularChart3DSelectedDataIndexDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * Specifies the index of the data point within the series.
15
- * @default 0
16
- * @asptype int
17
- */
18
- point: any;
19
- /**
20
- * Specifies the index of the series.
21
- * @default 0
22
- * @asptype int
23
- */
24
- series: any;
25
- constructor(viewContainerRef: ViewContainerRef);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSelectedDataIndexDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSelectedDataIndexDirective, "e-circularchart3d-selecteddataindexes>e-circularchart3d-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
28
- }
29
- /**
30
- * CircularChart3DSelectedDataIndex Array Directive
31
- * @private
32
- */
33
- export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
34
- constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSelectedDataIndexesDirective, "ejs-circularchart3d>e-circularchart3d-selecteddataindexes", never, {}, {}, ["children"]>;
37
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Selected Data Directive
5
+ * ```html
6
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
7
+ * ```
8
+ */
9
+ export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBase<CircularChart3DSelectedDataIndexDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Specifies the index of the data point within the series.
14
+ * @default 0
15
+ * @asptype int
16
+ */
17
+ point: any;
18
+ /**
19
+ * Specifies the index of the series.
20
+ * @default 0
21
+ * @asptype int
22
+ */
23
+ series: any;
24
+ constructor(viewContainerRef: ViewContainerRef);
25
+ }
26
+ /**
27
+ * CircularChart3DSelectedDataIndex Array Directive
28
+ * @private
29
+ */
30
+ export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
31
+ constructor();
32
+ }