@syncfusion/ej2-angular-charts 28.2.11 → 29.1.33-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 (149) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5013 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +4731 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/README.md +1 -1
  6. package/dist/ej2-angular-charts.umd.js +5700 -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 +13 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -28
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +0 -6
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +1 -3
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +0 -8
  20. package/src/accumulation-chart/annotations.directive.d.ts +2 -7
  21. package/src/accumulation-chart/series.directive.d.ts +8 -5
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +0 -6
  23. package/src/bullet-chart/bulletchart.component.d.ts +0 -3
  24. package/src/bullet-chart/bulletchart.module.d.ts +0 -7
  25. package/src/bullet-chart/ranges.directive.d.ts +0 -5
  26. package/src/chart/annotations.directive.d.ts +3 -8
  27. package/src/chart/axes.directive.d.ts +7 -6
  28. package/src/chart/categories.directive.d.ts +0 -5
  29. package/src/chart/chart-all.module.d.ts +0 -6
  30. package/src/chart/chart.component.d.ts +0 -3
  31. package/src/chart/chart.module.d.ts +0 -19
  32. package/src/chart/columns.directive.d.ts +0 -5
  33. package/src/chart/indicators.directive.d.ts +0 -5
  34. package/src/chart/multilevellabels.directive.d.ts +0 -5
  35. package/src/chart/rangecolorsettings.directive.d.ts +0 -5
  36. package/src/chart/rows.directive.d.ts +0 -5
  37. package/src/chart/segments.directive.d.ts +0 -5
  38. package/src/chart/selecteddataindexes.directive.d.ts +0 -5
  39. package/src/chart/series.directive.d.ts +16 -5
  40. package/src/chart/striplines.directive.d.ts +0 -5
  41. package/src/chart/trendlines.directive.d.ts +1 -6
  42. package/src/chart3d/axes.directive.d.ts +1 -6
  43. package/src/chart3d/chart3d-all.module.d.ts +0 -6
  44. package/src/chart3d/chart3d.component.d.ts +0 -3
  45. package/src/chart3d/chart3d.module.d.ts +0 -11
  46. package/src/chart3d/columns.directive.d.ts +0 -5
  47. package/src/chart3d/rows.directive.d.ts +0 -5
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +0 -5
  49. package/src/chart3d/series.directive.d.ts +0 -5
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +0 -6
  51. package/src/circularchart3d/circularchart3d.component.d.ts +0 -3
  52. package/src/circularchart3d/circularchart3d.module.d.ts +0 -8
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +0 -5
  54. package/src/circularchart3d/series.directive.d.ts +0 -5
  55. package/src/range-navigator/rangenavigator-all.module.d.ts +0 -6
  56. package/src/range-navigator/rangenavigator.component.d.ts +0 -3
  57. package/src/range-navigator/rangenavigator.module.d.ts +0 -7
  58. package/src/range-navigator/series.directive.d.ts +0 -5
  59. package/src/smithchart/series.directive.d.ts +0 -5
  60. package/src/smithchart/smithchart-all.module.d.ts +0 -6
  61. package/src/smithchart/smithchart.component.d.ts +0 -3
  62. package/src/smithchart/smithchart.module.d.ts +0 -7
  63. package/src/sparkline/rangebandsettings.directive.d.ts +0 -5
  64. package/src/sparkline/sparkline-all.module.d.ts +0 -6
  65. package/src/sparkline/sparkline.component.d.ts +0 -3
  66. package/src/sparkline/sparkline.module.d.ts +0 -7
  67. package/src/stock-chart/annotations.directive.d.ts +0 -5
  68. package/src/stock-chart/axes.directive.d.ts +0 -5
  69. package/src/stock-chart/indicators.directive.d.ts +0 -5
  70. package/src/stock-chart/periods.directive.d.ts +0 -5
  71. package/src/stock-chart/rows.directive.d.ts +0 -5
  72. package/src/stock-chart/selecteddataindexes.directive.d.ts +0 -5
  73. package/src/stock-chart/series.directive.d.ts +5 -5
  74. package/src/stock-chart/stockchart-all.module.d.ts +0 -6
  75. package/src/stock-chart/stockchart.component.d.ts +1 -3
  76. package/src/stock-chart/stockchart.module.d.ts +0 -15
  77. package/src/stock-chart/stockevents.directive.d.ts +0 -5
  78. package/src/stock-chart/trendlines.directive.d.ts +1 -6
  79. package/CHANGELOG.md +0 -3442
  80. package/esm2020/public_api.mjs +0 -2
  81. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  82. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  83. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  84. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  85. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  86. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  87. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  88. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  89. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  90. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  91. package/esm2020/src/chart/axes.directive.mjs +0 -58
  92. package/esm2020/src/chart/categories.directive.mjs +0 -59
  93. package/esm2020/src/chart/chart-all.module.mjs +0 -203
  94. package/esm2020/src/chart/chart.component.mjs +0 -518
  95. package/esm2020/src/chart/chart.module.mjs +0 -142
  96. package/esm2020/src/chart/columns.directive.mjs +0 -52
  97. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  98. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  99. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  100. package/esm2020/src/chart/rows.directive.mjs +0 -52
  101. package/esm2020/src/chart/segments.directive.mjs +0 -58
  102. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  103. package/esm2020/src/chart/series.directive.mjs +0 -68
  104. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  105. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  106. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  107. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  108. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  109. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  110. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  111. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  114. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  115. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  116. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  117. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  118. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  119. package/esm2020/src/index.mjs +0 -64
  120. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  121. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  122. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  123. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  124. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  125. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  126. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  127. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  128. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  129. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  130. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  131. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  132. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  133. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  134. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  135. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  136. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  137. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  138. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  139. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  140. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -330
  141. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  142. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  143. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  144. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  145. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4359
  146. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  147. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4359
  148. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  149. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Row Directive
6
5
  * ```html
@@ -21,8 +20,6 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
21
20
  */
22
21
  height: any;
23
22
  constructor(viewContainerRef: ViewContainerRef);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "e-rows>e-row", never, { "border": "border"; "height": "height"; }, {}, never>;
26
23
  }
27
24
  /**
28
25
  * Row Array Directive
@@ -30,6 +27,4 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
30
27
  */
31
28
  export declare class RowsDirective extends ArrayBase<RowsDirective> {
32
29
  constructor();
33
- static ɵfac: i0.ɵɵFactoryDeclaration<RowsDirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowsDirective, "ejs-chart>e-rows", never, {}, {}, ["children"]>;
35
30
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Series Directive
6
5
  * ```html
@@ -32,8 +31,6 @@ export declare class SegmentDirective extends ComplexBase<SegmentDirective> {
32
31
  */
33
32
  value: any;
34
33
  constructor(viewContainerRef: ViewContainerRef);
35
- static ɵfac: i0.ɵɵFactoryDeclaration<SegmentDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentDirective, "e-series>e-segments>e-segment", never, { "color": "color"; "dashArray": "dashArray"; "value": "value"; }, {}, never>;
37
34
  }
38
35
  /**
39
36
  * Segment Array Directive
@@ -41,6 +38,4 @@ export declare class SegmentDirective extends ComplexBase<SegmentDirective> {
41
38
  */
42
39
  export declare class SegmentsDirective extends ArrayBase<SegmentsDirective> {
43
40
  constructor();
44
- static ɵfac: i0.ɵɵFactoryDeclaration<SegmentsDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentsDirective, "e-series>e-segments", never, {}, {}, ["children"]>;
46
41
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Selected Data Directive
6
5
  * ```html
@@ -23,8 +22,6 @@ export declare class SelectedDataIndexDirective extends ComplexBase<SelectedData
23
22
  */
24
23
  series: any;
25
24
  constructor(viewContainerRef: ViewContainerRef);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectedDataIndexDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedDataIndexDirective, "e-selecteddataindexes>e-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
28
25
  }
29
26
  /**
30
27
  * SelectedDataIndex Array Directive
@@ -32,6 +29,4 @@ export declare class SelectedDataIndexDirective extends ComplexBase<SelectedData
32
29
  */
33
30
  export declare class SelectedDataIndexesDirective extends ArrayBase<SelectedDataIndexesDirective> {
34
31
  constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedDataIndexesDirective, "ejs-chart>e-selecteddataindexes", never, {}, {}, ["children"]>;
37
32
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Series Directive
6
5
  * ```html
@@ -339,11 +338,27 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
339
338
  * @default true
340
339
  */
341
340
  showMean: any;
341
+ /**
342
+ * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
343
+ * @default true
344
+ */
345
+ showNearestTooltip: any;
342
346
  /**
343
347
  * Specifies whether to display the normal distribution curve for the histogram series.
344
348
  * @default false
345
349
  */
346
350
  showNormalDistribution: any;
351
+ /**
352
+ * Specifies whether to display outliers in the Box and Whisker chart.
353
+ *
354
+ * If set to `true`, outliers will be displayed as individual points beyond the whiskers, representing data points that significantly differ from the rest of the dataset.
355
+ *If set to `false`, outliers will be hidden, and only the box, median, and whiskers will be rendered.
356
+ *
357
+ *Outliers are typically used to identify extreme values in statistical data representation.
358
+ *
359
+ * @default true
360
+ */
361
+ showOutliers: any;
347
362
  /**
348
363
  * The data source field that contains the size value for the y-axis.
349
364
  * @default ''
@@ -454,8 +469,6 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
454
469
  zOrder: any;
455
470
  dataLabel_template: any;
456
471
  constructor(viewContainerRef: ViewContainerRef);
457
- static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDirective, never>;
458
- static ɵdir: i0.ɵɵDirectiveDeclaration<SeriesDirective, "e-series-collection>e-series", never, { "accessibility": "accessibility"; "animation": "animation"; "bearFillColor": "bearFillColor"; "binInterval": "binInterval"; "border": "border"; "boxPlotMode": "boxPlotMode"; "bullFillColor": "bullFillColor"; "cardinalSplineTension": "cardinalSplineTension"; "close": "close"; "colorName": "colorName"; "columnFacet": "columnFacet"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "columnWidthInPixel": "columnWidthInPixel"; "connector": "connector"; "cornerRadius": "cornerRadius"; "dashArray": "dashArray"; "dataSource": "dataSource"; "dragSettings": "dragSettings"; "drawType": "drawType"; "emptyPointSettings": "emptyPointSettings"; "enableComplexProperty": "enableComplexProperty"; "enableSolidCandles": "enableSolidCandles"; "enableTooltip": "enableTooltip"; "errorBar": "errorBar"; "fill": "fill"; "groupName": "groupName"; "high": "high"; "intermediateSumIndexes": "intermediateSumIndexes"; "isClosed": "isClosed"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "low": "low"; "marker": "marker"; "maxRadius": "maxRadius"; "minRadius": "minRadius"; "name": "name"; "negativeFillColor": "negativeFillColor"; "noRisers": "noRisers"; "nonHighlightStyle": "nonHighlightStyle"; "opacity": "opacity"; "open": "open"; "paretoOptions": "paretoOptions"; "pointColorMapping": "pointColorMapping"; "query": "query"; "segmentAxis": "segmentAxis"; "segments": "segments"; "selectionStyle": "selectionStyle"; "showMean": "showMean"; "showNormalDistribution": "showNormalDistribution"; "size": "size"; "splineType": "splineType"; "stackingGroup": "stackingGroup"; "step": "step"; "sumIndexes": "sumIndexes"; "summaryFillColor": "summaryFillColor"; "tooltipFormat": "tooltipFormat"; "tooltipMappingName": "tooltipMappingName"; "trendlines": "trendlines"; "type": "type"; "unSelectedStyle": "unSelectedStyle"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; "zOrder": "zOrder"; }, {}, ["dataLabel_template", "childTrendlines", "childSegments"]>;
459
472
  }
460
473
  /**
461
474
  * Series Array Directive
@@ -463,6 +476,4 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
463
476
  */
464
477
  export declare class SeriesCollectionDirective extends ArrayBase<SeriesCollectionDirective> {
465
478
  constructor();
466
- static ɵfac: i0.ɵɵFactoryDeclaration<SeriesCollectionDirective, never>;
467
- static ɵdir: i0.ɵɵDirectiveDeclaration<SeriesCollectionDirective, "ej-chart>e-series-collection", never, {}, {}, ["children"]>;
468
479
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * StripLine Directive
6
5
  * ```html
@@ -157,8 +156,6 @@ export declare class StripLineDirective extends ComplexBase<StripLineDirective>
157
156
  */
158
157
  zIndex: any;
159
158
  constructor(viewContainerRef: ViewContainerRef);
160
- static ɵfac: i0.ɵɵFactoryDeclaration<StripLineDirective, never>;
161
- static ɵdir: i0.ɵɵDirectiveDeclaration<StripLineDirective, "e-axis>e-striplines>e-stripline", never, { "border": "border"; "color": "color"; "dashArray": "dashArray"; "end": "end"; "horizontalAlignment": "horizontalAlignment"; "imageUrl": "imageUrl"; "isRepeat": "isRepeat"; "isSegmented": "isSegmented"; "opacity": "opacity"; "repeatEvery": "repeatEvery"; "repeatUntil": "repeatUntil"; "rotation": "rotation"; "segmentAxisName": "segmentAxisName"; "segmentEnd": "segmentEnd"; "segmentStart": "segmentStart"; "size": "size"; "sizeType": "sizeType"; "start": "start"; "startFromAxis": "startFromAxis"; "text": "text"; "textStyle": "textStyle"; "verticalAlignment": "verticalAlignment"; "visible": "visible"; "zIndex": "zIndex"; }, {}, never>;
162
159
  }
163
160
  /**
164
161
  * StripLine Array Directive
@@ -166,6 +163,4 @@ export declare class StripLineDirective extends ComplexBase<StripLineDirective>
166
163
  */
167
164
  export declare class StripLinesDirective extends ArrayBase<StripLinesDirective> {
168
165
  constructor();
169
- static ɵfac: i0.ɵɵFactoryDeclaration<StripLinesDirective, never>;
170
- static ɵdir: i0.ɵɵDirectiveDeclaration<StripLinesDirective, "e-axis>e-striplines", never, {}, {}, ["children"]>;
171
166
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Series Directive
6
5
  * ```html
@@ -74,7 +73,7 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
74
73
  legendShape: any;
75
74
  /**
76
75
  * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
77
- * @deprecated
76
+
78
77
  */
79
78
  marker: any;
80
79
  /**
@@ -103,8 +102,6 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
103
102
  */
104
103
  width: any;
105
104
  constructor(viewContainerRef: ViewContainerRef);
106
- static ɵfac: i0.ɵɵFactoryDeclaration<TrendlineDirective, never>;
107
- static ɵdir: i0.ɵɵDirectiveDeclaration<TrendlineDirective, "e-series>e-trendlines>e-trendline", never, { "accessibility": "accessibility"; "animation": "animation"; "backwardForecast": "backwardForecast"; "dashArray": "dashArray"; "enableTooltip": "enableTooltip"; "fill": "fill"; "forwardForecast": "forwardForecast"; "intercept": "intercept"; "legendShape": "legendShape"; "marker": "marker"; "name": "name"; "period": "period"; "polynomialOrder": "polynomialOrder"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, never>;
108
105
  }
109
106
  /**
110
107
  * Trendline Array Directive
@@ -112,6 +109,4 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
112
109
  */
113
110
  export declare class TrendlinesDirective extends ArrayBase<TrendlinesDirective> {
114
111
  constructor();
115
- static ɵfac: i0.ɵɵFactoryDeclaration<TrendlinesDirective, never>;
116
- static ɵdir: i0.ɵɵDirectiveDeclaration<TrendlinesDirective, "e-series>e-trendlines", never, {}, {}, ["children"]>;
117
112
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Axis3D Directive
6
5
  * ```html
@@ -208,7 +207,7 @@ export declare class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirecti
208
207
  /**
209
208
  * It specifies the type of format to be used in dateTime format process.
210
209
  * @default 'DateTime'
211
- * @deprecated
210
+
212
211
  */
213
212
  skeletonType: any;
214
213
  /**
@@ -257,8 +256,6 @@ export declare class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirecti
257
256
  */
258
257
  visible: any;
259
258
  constructor(viewContainerRef: ViewContainerRef);
260
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DAxisDirective, never>;
261
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DAxisDirective, "e-chart3daxes>e-chart3daxis", never, { "columnIndex": "columnIndex"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableTrim": "enableTrim"; "interval": "interval"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "name": "name"; "opposedPosition": "opposedPosition"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startFromZero": "startFromZero"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; }, {}, never>;
262
259
  }
263
260
  /**
264
261
  * Chart3DAxis Array Directive
@@ -266,6 +263,4 @@ export declare class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirecti
266
263
  */
267
264
  export declare class Chart3DAxesDirective extends ArrayBase<Chart3DAxesDirective> {
268
265
  constructor();
269
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DAxesDirective, never>;
270
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DAxesDirective, "ejs-chart3d>e-chart3daxes", never, {}, {}, ["children"]>;
271
266
  }
@@ -1,7 +1,4 @@
1
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 "./chart3d.module";
5
2
  export declare const ColumnSeries3DService: ValueProvider;
6
3
  export declare const StackingColumnSeries3DService: ValueProvider;
7
4
  export declare const BarSeries3DService: ValueProvider;
@@ -20,7 +17,4 @@ export declare const Highlight3DService: ValueProvider;
20
17
  * NgModule definition for the Chart3D component with providers.
21
18
  */
22
19
  export declare class Chart3DAllModule {
23
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DAllModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<Chart3DAllModule, never, [typeof i1.CommonModule, typeof i2.Chart3DModule], [typeof i2.Chart3DModule]>;
25
- static ɵinj: i0.ɵɵInjectorDeclaration<Chart3DAllModule>;
26
20
  }
@@ -6,7 +6,6 @@ import { Chart3DAxesDirective } from './axes.directive';
6
6
  import { Chart3DRowsDirective } from './rows.directive';
7
7
  import { Chart3DColumnsDirective } from './columns.directive';
8
8
  import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
9
- import * as i0 from "@angular/core";
10
9
  export declare const inputs: string[];
11
10
  export declare const outputs: string[];
12
11
  export declare const twoWays: string[];
@@ -60,6 +59,4 @@ export declare class Chart3DComponent extends Chart3D implements IComponentBase
60
59
  ngAfterContentChecked(): void;
61
60
  registerEvents: (eventList: string[]) => void;
62
61
  addTwoWay: (propList: string[]) => void;
63
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<Chart3DComponent, "ejs-chart3d", never, { "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "columns": "columns"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "depth": "depth"; "description": "description"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRotation": "enableRotation"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "palettes": "palettes"; "perspectiveAngle": "perspectiveAngle"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rotation": "rotation"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "tilt": "tilt"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "wallColor": "wallColor"; "wallSize": "wallSize"; "width": "width"; }, { "afterExport": "afterExport"; "axisLabelRender": "axisLabelRender"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chart3DMouseClick": "chart3DMouseClick"; "chart3DMouseDown": "chart3DMouseDown"; "chart3DMouseLeave": "chart3DMouseLeave"; "chart3DMouseMove": "chart3DMouseMove"; "chart3DMouseUp": "chart3DMouseUp"; "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", "childAxes", "childRows", "childColumns", "childSelectedDataIndexes"], never>;
65
62
  }
@@ -1,16 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./chart3d.component";
3
- import * as i2 from "./series.directive";
4
- import * as i3 from "./axes.directive";
5
- import * as i4 from "./rows.directive";
6
- import * as i5 from "./columns.directive";
7
- import * as i6 from "./selecteddataindexes.directive";
8
- import * as i7 from "@angular/common";
9
1
  /**
10
2
  * NgModule definition for the Chart3D component.
11
3
  */
12
4
  export declare class Chart3DModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<Chart3DModule, [typeof i1.Chart3DComponent, typeof i2.Chart3DSeriesDirective, typeof i2.Chart3DSeriesCollectionDirective, typeof i3.Chart3DAxisDirective, typeof i3.Chart3DAxesDirective, typeof i4.Chart3DRowDirective, typeof i4.Chart3DRowsDirective, typeof i5.Chart3DColumnDirective, typeof i5.Chart3DColumnsDirective, typeof i6.Chart3DSelectedDataIndexDirective, typeof i6.Chart3DSelectedDataIndexesDirective], [typeof i7.CommonModule], [typeof i1.Chart3DComponent, typeof i2.Chart3DSeriesDirective, typeof i2.Chart3DSeriesCollectionDirective, typeof i3.Chart3DAxisDirective, typeof i3.Chart3DAxesDirective, typeof i4.Chart3DRowDirective, typeof i4.Chart3DRowsDirective, typeof i5.Chart3DColumnDirective, typeof i5.Chart3DColumnsDirective, typeof i6.Chart3DSelectedDataIndexDirective, typeof i6.Chart3DSelectedDataIndexesDirective]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<Chart3DModule>;
16
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Column3D Directive
6
5
  * ```html
@@ -17,8 +16,6 @@ export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDir
17
16
  */
18
17
  width: any;
19
18
  constructor(viewContainerRef: ViewContainerRef);
20
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DColumnDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DColumnDirective, "e-chart3d-columns>e-chart3d-columns", never, { "width": "width"; }, {}, never>;
22
19
  }
23
20
  /**
24
21
  * Chart3DColumn Array Directive
@@ -26,6 +23,4 @@ export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDir
26
23
  */
27
24
  export declare class Chart3DColumnsDirective extends ArrayBase<Chart3DColumnsDirective> {
28
25
  constructor();
29
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DColumnsDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DColumnsDirective, "ejs-chart3d>e-chart3d-columns", never, {}, {}, ["children"]>;
31
26
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Row3D Directive
6
5
  * ```html
@@ -17,8 +16,6 @@ export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective
17
16
  */
18
17
  height: any;
19
18
  constructor(viewContainerRef: ViewContainerRef);
20
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DRowDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DRowDirective, "e-chart3d-rows>e-chart3d-row", never, { "height": "height"; }, {}, never>;
22
19
  }
23
20
  /**
24
21
  * Chart3DRow Array Directive
@@ -26,6 +23,4 @@ export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective
26
23
  */
27
24
  export declare class Chart3DRowsDirective extends ArrayBase<Chart3DRowsDirective> {
28
25
  constructor();
29
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DRowsDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DRowsDirective, "ejs-chart3d>e-chart3d-rows", never, {}, {}, ["children"]>;
31
26
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Selected Data Directive
6
5
  * ```html
@@ -23,8 +22,6 @@ export declare class Chart3DSelectedDataIndexDirective extends ComplexBase<Chart
23
22
  */
24
23
  series: any;
25
24
  constructor(viewContainerRef: ViewContainerRef);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSelectedDataIndexDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSelectedDataIndexDirective, "e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
28
25
  }
29
26
  /**
30
27
  * Chart3DSelectedDataIndex Array Directive
@@ -32,6 +29,4 @@ export declare class Chart3DSelectedDataIndexDirective extends ComplexBase<Chart
32
29
  */
33
30
  export declare class Chart3DSelectedDataIndexesDirective extends ArrayBase<Chart3DSelectedDataIndexesDirective> {
34
31
  constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSelectedDataIndexesDirective, "ejs-chart3d>e-chart3d-selecteddataindexes", never, {}, {}, ["children"]>;
37
32
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Series3D Directive
6
5
  * ```html
@@ -163,8 +162,6 @@ export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDir
163
162
  yName: any;
164
163
  dataLabel_template: any;
165
164
  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
165
  }
169
166
  /**
170
167
  * Chart3DSeries Array Directive
@@ -172,6 +169,4 @@ export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDir
172
169
  */
173
170
  export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
174
171
  constructor();
175
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSeriesCollectionDirective, never>;
176
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSeriesCollectionDirective, "ejs-chart3d>e-chart3d-series-collection", never, {}, {}, ["children"]>;
177
172
  }
@@ -1,7 +1,4 @@
1
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
2
  export declare const PieSeries3DService: ValueProvider;
6
3
  export declare const CircularChartTooltip3DService: ValueProvider;
7
4
  export declare const CircularChartLegend3DService: ValueProvider;
@@ -13,7 +10,4 @@ export declare const CircularChartExport3DService: ValueProvider;
13
10
  * NgModule definition for the CircularChart3D component with providers.
14
11
  */
15
12
  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
13
  }
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { CircularChart3D } from '@syncfusion/ej2-charts';
4
4
  import { CircularChart3DSeriesCollectionDirective } from './series.directive';
5
5
  import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
6
- import * as i0 from "@angular/core";
7
6
  export declare const inputs: string[];
8
7
  export declare const outputs: string[];
9
8
  export declare const twoWays: string[];
@@ -53,6 +52,4 @@ export declare class CircularChart3DComponent extends CircularChart3D implements
53
52
  ngAfterContentChecked(): void;
54
53
  registerEvents: (eventList: string[]) => void;
55
54
  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
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
1
  /**
7
2
  * NgModule definition for the CircularChart3D component.
8
3
  */
9
4
  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
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Selected Data Directive
6
5
  * ```html
@@ -23,8 +22,6 @@ export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBa
23
22
  */
24
23
  series: any;
25
24
  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
25
  }
29
26
  /**
30
27
  * CircularChart3DSelectedDataIndex Array Directive
@@ -32,6 +29,4 @@ export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBa
32
29
  */
33
30
  export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
34
31
  constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSelectedDataIndexesDirective, "ejs-circularchart3d>e-circularchart3d-selecteddataindexes", never, {}, {}, ["children"]>;
37
32
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Circular3D Series Directive
6
5
  * ```html
@@ -133,8 +132,6 @@ export declare class CircularChart3DSeriesDirective extends ComplexBase<Circular
133
132
  yName: any;
134
133
  dataLabel_template: any;
135
134
  constructor(viewContainerRef: ViewContainerRef);
136
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesDirective, never>;
137
- static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesDirective, "e-circularchart3d-series-collection>e-circularchart3d-series", never, { "animation": "animation"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "query": "query"; "radius": "radius"; "tooltipMappingName": "tooltipMappingName"; "visible": "visible"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
138
135
  }
139
136
  /**
140
137
  * CircularChart3DSeries Array Directive
@@ -142,6 +139,4 @@ export declare class CircularChart3DSeriesDirective extends ComplexBase<Circular
142
139
  */
143
140
  export declare class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {
144
141
  constructor();
145
- static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesCollectionDirective, never>;
146
- static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesCollectionDirective, "ej-circularchart3d>e-circularchart3d-series-collection", never, {}, {}, ["children"]>;
147
142
  }
@@ -1,14 +1,8 @@
1
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 "./rangenavigator.module";
5
2
  export declare const RangeTooltipService: ValueProvider;
6
3
  export declare const PeriodSelectorService: ValueProvider;
7
4
  /**
8
5
  * NgModule definition for the RangeNavigator component with providers.
9
6
  */
10
7
  export declare class RangeNavigatorAllModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorAllModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorAllModule, never, [typeof i1.CommonModule, typeof i2.RangeNavigatorModule], [typeof i2.RangeNavigatorModule]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorAllModule>;
14
8
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { RangeNavigator } from '@syncfusion/ej2-charts';
4
4
  import { RangenavigatorSeriesCollectionDirective } from './series.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -39,6 +38,4 @@ export declare class RangeNavigatorComponent extends RangeNavigator implements I
39
38
  ngAfterContentChecked(): void;
40
39
  registerEvents: (eventList: string[]) => void;
41
40
  addTwoWay: (propList: string[]) => void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<RangeNavigatorComponent, "ejs-rangenavigator", never, { "allowIntervalData": "allowIntervalData"; "allowSnapping": "allowSnapping"; "animationDuration": "animationDuration"; "background": "background"; "dataSource": "dataSource"; "disableRangeSelector": "disableRangeSelector"; "enableDeferredUpdate": "enableDeferredUpdate"; "enableGrouping": "enableGrouping"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "groupBy": "groupBy"; "height": "height"; "interval": "interval"; "intervalType": "intervalType"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "locale": "locale"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "navigatorBorder": "navigatorBorder"; "navigatorStyleSettings": "navigatorStyleSettings"; "periodSelectorSettings": "periodSelectorSettings"; "query": "query"; "secondaryLabelAlignment": "secondaryLabelAlignment"; "series": "series"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "theme": "theme"; "tickPosition": "tickPosition"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "value": "value"; "valueType": "valueType"; "width": "width"; "xName": "xName"; "yName": "yName"; }, { "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "changed": "changed"; "labelRender": "labelRender"; "load": "load"; "loaded": "loaded"; "resized": "resized"; "selectorRender": "selectorRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries"], never>;
44
41
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./rangenavigator.component";
3
- import * as i2 from "./series.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the RangeNavigator component.
7
3
  */
8
4
  export declare class RangeNavigatorModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorModule, [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective], [typeof i3.CommonModule], [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorModule>;
12
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * RangenavigatorSeries Directive
6
5
  * ```html
@@ -69,8 +68,6 @@ export declare class RangenavigatorSeriesDirective extends ComplexBase<Rangenavi
69
68
  */
70
69
  yName: any;
71
70
  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
71
  }
75
72
  /**
76
73
  * RangenavigatorSeries Array Directive
@@ -78,6 +75,4 @@ export declare class RangenavigatorSeriesDirective extends ComplexBase<Rangenavi
78
75
  */
79
76
  export declare class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {
80
77
  constructor();
81
- static ɵfac: i0.ɵɵFactoryDeclaration<RangenavigatorSeriesCollectionDirective, never>;
82
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangenavigatorSeriesCollectionDirective, "ej-rangenavigator>e-rangenavigator-series-collection", never, {}, {}, ["children"]>;
83
78
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -79,8 +78,6 @@ export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSer
79
78
  */
80
79
  width: any;
81
80
  constructor(viewContainerRef: ViewContainerRef);
82
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartSeriesDirective, never>;
83
- static ɵdir: i0.ɵɵDirectiveDeclaration<SmithchartSeriesDirective, "e-seriesCollection>e-series", never, { "animationDuration": "animationDuration"; "dataSource": "dataSource"; "enableAnimation": "enableAnimation"; "enableSmartLabels": "enableSmartLabels"; "fill": "fill"; "marker": "marker"; "name": "name"; "opacity": "opacity"; "points": "points"; "reactance": "reactance"; "resistance": "resistance"; "tooltip": "tooltip"; "tooltipMappingName": "tooltipMappingName"; "visibility": "visibility"; "width": "width"; }, {}, never>;
84
81
  }
85
82
  /**
86
83
  * SmithchartSeries Array Directive
@@ -88,6 +85,4 @@ export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSer
88
85
  */
89
86
  export declare class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> {
90
87
  constructor();
91
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartSeriesCollectionDirective, never>;
92
- static ɵdir: i0.ɵɵDirectiveDeclaration<SmithchartSeriesCollectionDirective, "ejs-smithchart>e-seriesCollection", never, {}, {}, ["children"]>;
93
88
  }
@@ -1,14 +1,8 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./smithchart.module";
5
2
  export declare const SmithchartLegendService: ValueProvider;
6
3
  export declare const TooltipRenderService: ValueProvider;
7
4
  /**
8
5
  * NgModule definition for the Smithchart component with providers.
9
6
  */
10
7
  export declare class SmithchartAllModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartAllModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmithchartAllModule, never, [typeof i1.CommonModule, typeof i2.SmithchartModule], [typeof i2.SmithchartModule]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<SmithchartAllModule>;
14
8
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Smithchart } from '@syncfusion/ej2-charts';
4
4
  import { SmithchartSeriesCollectionDirective } from './series.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -39,6 +38,4 @@ export declare class SmithchartComponent extends Smithchart implements IComponen
39
38
  ngAfterContentChecked(): void;
40
39
  registerEvents: (eventList: string[]) => void;
41
40
  addTwoWay: (propList: string[]) => void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<SmithchartComponent, "ejs-smithchart", never, { "background": "background"; "border": "border"; "elementSpacing": "elementSpacing"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "font": "font"; "height": "height"; "horizontalAxis": "horizontalAxis"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "radialAxis": "radialAxis"; "radius": "radius"; "renderType": "renderType"; "series": "series"; "theme": "theme"; "title": "title"; "width": "width"; }, { "animationComplete": "animationComplete"; "axisLabelRender": "axisLabelRender"; "beforePrint": "beforePrint"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "seriesRender": "seriesRender"; "subtitleRender": "subtitleRender"; "textRender": "textRender"; "titleRender": "titleRender"; "tooltipRender": "tooltipRender"; }, ["childSeries"], never>;
44
41
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./smithchart.component";
3
- import * as i2 from "./series.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the Smithchart component.
7
3
  */
8
4
  export declare class SmithchartModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SmithchartModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmithchartModule, [typeof i1.SmithchartComponent, typeof i2.SmithchartSeriesDirective, typeof i2.SmithchartSeriesCollectionDirective], [typeof i3.CommonModule], [typeof i1.SmithchartComponent, typeof i2.SmithchartSeriesDirective, typeof i2.SmithchartSeriesCollectionDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SmithchartModule>;
12
5
  }