@syncfusion/ej2-angular-charts 29.2.10 → 29.2.11-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 (147) 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/dist/ej2-angular-charts.umd.js +5700 -0
  6. package/dist/ej2-angular-charts.umd.js.map +1 -0
  7. package/dist/ej2-angular-charts.umd.min.js +11 -0
  8. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  9. package/ej2-angular-charts.d.ts +13 -0
  10. package/ej2-angular-charts.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +9 -22
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/accumulation-chart/accumulationchart-all.module.d.ts +0 -6
  16. package/src/accumulation-chart/accumulationchart.component.d.ts +0 -3
  17. package/src/accumulation-chart/accumulationchart.module.d.ts +0 -8
  18. package/src/accumulation-chart/annotations.directive.d.ts +2 -7
  19. package/src/accumulation-chart/series.directive.d.ts +0 -5
  20. package/src/bullet-chart/bulletchart-all.module.d.ts +0 -6
  21. package/src/bullet-chart/bulletchart.component.d.ts +0 -3
  22. package/src/bullet-chart/bulletchart.module.d.ts +0 -7
  23. package/src/bullet-chart/ranges.directive.d.ts +0 -5
  24. package/src/chart/annotations.directive.d.ts +3 -8
  25. package/src/chart/axes.directive.d.ts +1 -6
  26. package/src/chart/categories.directive.d.ts +0 -5
  27. package/src/chart/chart-all.module.d.ts +0 -6
  28. package/src/chart/chart.component.d.ts +0 -3
  29. package/src/chart/chart.module.d.ts +0 -19
  30. package/src/chart/columns.directive.d.ts +0 -5
  31. package/src/chart/indicators.directive.d.ts +0 -5
  32. package/src/chart/multilevellabels.directive.d.ts +0 -5
  33. package/src/chart/rangecolorsettings.directive.d.ts +0 -5
  34. package/src/chart/rows.directive.d.ts +0 -5
  35. package/src/chart/segments.directive.d.ts +0 -5
  36. package/src/chart/selecteddataindexes.directive.d.ts +0 -5
  37. package/src/chart/series.directive.d.ts +0 -5
  38. package/src/chart/striplines.directive.d.ts +0 -5
  39. package/src/chart/trendlines.directive.d.ts +1 -6
  40. package/src/chart3d/axes.directive.d.ts +1 -6
  41. package/src/chart3d/chart3d-all.module.d.ts +0 -6
  42. package/src/chart3d/chart3d.component.d.ts +0 -3
  43. package/src/chart3d/chart3d.module.d.ts +0 -11
  44. package/src/chart3d/columns.directive.d.ts +0 -5
  45. package/src/chart3d/rows.directive.d.ts +0 -5
  46. package/src/chart3d/selecteddataindexes.directive.d.ts +0 -5
  47. package/src/chart3d/series.directive.d.ts +0 -5
  48. package/src/circularchart3d/circularchart3d-all.module.d.ts +0 -6
  49. package/src/circularchart3d/circularchart3d.component.d.ts +0 -3
  50. package/src/circularchart3d/circularchart3d.module.d.ts +0 -8
  51. package/src/circularchart3d/selecteddataindexes.directive.d.ts +0 -5
  52. package/src/circularchart3d/series.directive.d.ts +0 -5
  53. package/src/range-navigator/rangenavigator-all.module.d.ts +0 -6
  54. package/src/range-navigator/rangenavigator.component.d.ts +0 -3
  55. package/src/range-navigator/rangenavigator.module.d.ts +0 -7
  56. package/src/range-navigator/series.directive.d.ts +0 -5
  57. package/src/smithchart/series.directive.d.ts +0 -5
  58. package/src/smithchart/smithchart-all.module.d.ts +0 -6
  59. package/src/smithchart/smithchart.component.d.ts +0 -3
  60. package/src/smithchart/smithchart.module.d.ts +0 -7
  61. package/src/sparkline/rangebandsettings.directive.d.ts +0 -5
  62. package/src/sparkline/sparkline-all.module.d.ts +0 -6
  63. package/src/sparkline/sparkline.component.d.ts +0 -3
  64. package/src/sparkline/sparkline.module.d.ts +0 -7
  65. package/src/stock-chart/annotations.directive.d.ts +0 -5
  66. package/src/stock-chart/axes.directive.d.ts +0 -5
  67. package/src/stock-chart/indicators.directive.d.ts +0 -5
  68. package/src/stock-chart/periods.directive.d.ts +0 -5
  69. package/src/stock-chart/rows.directive.d.ts +0 -5
  70. package/src/stock-chart/selecteddataindexes.directive.d.ts +0 -5
  71. package/src/stock-chart/series.directive.d.ts +0 -5
  72. package/src/stock-chart/stockchart-all.module.d.ts +0 -6
  73. package/src/stock-chart/stockchart.component.d.ts +0 -3
  74. package/src/stock-chart/stockchart.module.d.ts +0 -15
  75. package/src/stock-chart/stockevents.directive.d.ts +0 -5
  76. package/src/stock-chart/trendlines.directive.d.ts +1 -6
  77. package/CHANGELOG.md +0 -3533
  78. package/esm2020/public_api.mjs +0 -2
  79. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  80. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  81. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  82. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  83. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  84. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  85. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  86. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  87. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  88. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  89. package/esm2020/src/chart/axes.directive.mjs +0 -58
  90. package/esm2020/src/chart/categories.directive.mjs +0 -59
  91. package/esm2020/src/chart/chart-all.module.mjs +0 -203
  92. package/esm2020/src/chart/chart.component.mjs +0 -518
  93. package/esm2020/src/chart/chart.module.mjs +0 -142
  94. package/esm2020/src/chart/columns.directive.mjs +0 -52
  95. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  96. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  97. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  98. package/esm2020/src/chart/rows.directive.mjs +0 -52
  99. package/esm2020/src/chart/segments.directive.mjs +0 -58
  100. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  101. package/esm2020/src/chart/series.directive.mjs +0 -68
  102. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  103. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  104. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  105. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  106. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  107. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  108. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  109. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  110. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  111. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  112. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  113. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  114. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  115. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  116. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  117. package/esm2020/src/index.mjs +0 -64
  118. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  119. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  120. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  121. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  122. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  123. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  124. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  125. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  126. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  127. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  128. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  129. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  130. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  131. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  132. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  133. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  134. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  135. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  136. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  137. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  138. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -330
  139. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  140. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  141. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  142. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  143. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4359
  144. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  145. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4359
  146. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  147. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-charts';
2
- export const pkgVer = '^29.2.10';
2
+ export const pkgVer = '^29.2.11';
3
3
  export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
4
- export const themeVer = '~29.2.10';
4
+ export const themeVer = '~29.2.11';
@@ -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 "./accumulationchart.module";
5
2
  export declare const PieSeriesService: ValueProvider;
6
3
  export declare const FunnelSeriesService: ValueProvider;
7
4
  export declare const PyramidSeriesService: ValueProvider;
@@ -15,7 +12,4 @@ export declare const AccumulationAnnotationService: ValueProvider;
15
12
  * NgModule definition for the AccumulationChart component with providers.
16
13
  */
17
14
  export declare class AccumulationChartAllModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartAllModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartAllModule, never, [typeof i1.CommonModule, typeof i2.AccumulationChartModule], [typeof i2.AccumulationChartModule]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartAllModule>;
21
15
  }
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { AccumulationChart } from '@syncfusion/ej2-charts';
4
4
  import { AccumulationSeriesCollectionDirective } from './series.directive';
5
5
  import { AccumulationAnnotationsDirective } from './annotations.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[];
@@ -56,6 +55,4 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
56
55
  ngAfterContentChecked(): void;
57
56
  registerEvents: (eventList: string[]) => void;
58
57
  addTwoWay: (propList: string[]) => void;
59
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<AccumulationChartComponent, "ejs-accumulationchart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "annotations": "annotations"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "center": "center"; "centerLabel": "centerLabel"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "enableAnimation": "enableAnimation"; "enableBorderOnMouseMove": "enableBorderOnMouseMove"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSmartLabels": "enableSmartLabels"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "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", "childAnnotations"], never>;
61
58
  }
@@ -1,13 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./accumulationchart.component";
3
- import * as i2 from "./series.directive";
4
- import * as i3 from "./annotations.directive";
5
- import * as i4 from "@angular/common";
6
1
  /**
7
2
  * NgModule definition for the AccumulationChart component.
8
3
  */
9
4
  export declare class AccumulationChartModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartModule, [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective], [typeof i4.CommonModule], [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartModule>;
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
  * AccumulationAnnotations Directive
6
5
  * ```html
@@ -32,7 +31,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
32
31
  * * Far - Aligns the annotation element to the bottom side.
33
32
  * * Center - Aligns the annotation element to the midpoint.
34
33
  * @default 'Center'
35
- * @deprecated
34
+
36
35
  */
37
36
  horizontalAlignment: any;
38
37
  /**
@@ -50,7 +49,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
50
49
  * * Bottom - Aligns the annotation element to the bottom side.
51
50
  * * Middle - Aligns the annotation element to the midpoint.
52
51
  * @default 'Middle'
53
- * @deprecated
52
+
54
53
  */
55
54
  verticalAlignment: any;
56
55
  /**
@@ -71,8 +70,6 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
71
70
  */
72
71
  content: any;
73
72
  constructor(viewContainerRef: ViewContainerRef);
74
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationDirective, never>;
75
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationDirective, "e-accumulation-annotations>e-accumulation-annotation", never, { "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "y": "y"; }, {}, ["content"]>;
76
73
  }
77
74
  /**
78
75
  * AccumulationAnnotation Array Directive
@@ -80,6 +77,4 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
80
77
  */
81
78
  export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
82
79
  constructor();
83
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationsDirective, never>;
84
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationsDirective, "ej-accumulationchart>e-accumulation-annotations", never, {}, {}, ["children"]>;
85
80
  }
@@ -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
  * AccumulationSeries Directive
6
5
  * ```html
@@ -235,8 +234,6 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
235
234
  yName: any;
236
235
  dataLabel_template: any;
237
236
  constructor(viewContainerRef: ViewContainerRef);
238
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesDirective, never>;
239
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesDirective, "e-accumulation-series-collection>e-accumulation-series", never, { "accessibility": "accessibility"; "animation": "animation"; "applyPattern": "applyPattern"; "border": "border"; "borderRadius": "borderRadius"; "dashArray": "dashArray"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "endAngle": "endAngle"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "funnelMode": "funnelMode"; "gapRatio": "gapRatio"; "groupMode": "groupMode"; "groupTo": "groupTo"; "height": "height"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "neckHeight": "neckHeight"; "neckWidth": "neckWidth"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "pyramidMode": "pyramidMode"; "query": "query"; "radius": "radius"; "selectionStyle": "selectionStyle"; "startAngle": "startAngle"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
240
237
  }
241
238
  /**
242
239
  * AccumulationSeries Array Directive
@@ -244,6 +241,4 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
244
241
  */
245
242
  export declare class AccumulationSeriesCollectionDirective extends ArrayBase<AccumulationSeriesCollectionDirective> {
246
243
  constructor();
247
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesCollectionDirective, never>;
248
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesCollectionDirective, "ej-accumulationchart>e-accumulation-series-collection", never, {}, {}, ["children"]>;
249
244
  }
@@ -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 "./bulletchart.module";
5
2
  export declare const BulletTooltipService: ValueProvider;
6
3
  export declare const BulletChartLegendService: ValueProvider;
7
4
  /**
8
5
  * NgModule definition for the BulletChart component with providers.
9
6
  */
10
7
  export declare class BulletChartAllModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartAllModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartAllModule, never, [typeof i1.CommonModule, typeof i2.BulletChartModule], [typeof i2.BulletChartModule]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartAllModule>;
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 { BulletChart } from '@syncfusion/ej2-charts';
4
4
  import { BulletRangeCollectionDirective } from './ranges.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[];
@@ -36,6 +35,4 @@ export declare class BulletChartComponent extends BulletChart implements ICompon
36
35
  ngAfterContentChecked(): void;
37
36
  registerEvents: (eventList: string[]) => void;
38
37
  addTwoWay: (propList: string[]) => void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<BulletChartComponent, "ejs-bulletchart", never, { "animation": "animation"; "border": "border"; "categoryField": "categoryField"; "categoryLabelStyle": "categoryLabelStyle"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "enableGroupSeparator": "enableGroupSeparator"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "interval": "interval"; "labelFormat": "labelFormat"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "legendSettings": "legendSettings"; "locale": "locale"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "opposedPosition": "opposedPosition"; "orientation": "orientation"; "query": "query"; "ranges": "ranges"; "subtitle": "subtitle"; "subtitleStyle": "subtitleStyle"; "tabIndex": "tabIndex"; "targetColor": "targetColor"; "targetField": "targetField"; "targetTypes": "targetTypes"; "targetWidth": "targetWidth"; "theme": "theme"; "tickPosition": "tickPosition"; "title": "title"; "titlePosition": "titlePosition"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "type": "type"; "valueBorder": "valueBorder"; "valueField": "valueField"; "valueFill": "valueFill"; "valueHeight": "valueHeight"; "width": "width"; }, { "beforePrint": "beforePrint"; "bulletChartMouseClick": "bulletChartMouseClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childRanges"], never>;
41
38
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./bulletchart.component";
3
- import * as i2 from "./ranges.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the BulletChart component.
7
3
  */
8
4
  export declare class BulletChartModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartModule, [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective], [typeof i3.CommonModule], [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartModule>;
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
  * BulletRange Directive
6
5
  * ```html
@@ -59,8 +58,6 @@ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirecti
59
58
  */
60
59
  shape: any;
61
60
  constructor(viewContainerRef: ViewContainerRef);
62
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeDirective, never>;
63
- static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeDirective, "e-bullet-range-collection>e-bullet-range", never, { "color": "color"; "end": "end"; "index": "index"; "legendImageUrl": "legendImageUrl"; "name": "name"; "opacity": "opacity"; "shape": "shape"; }, {}, never>;
64
61
  }
65
62
  /**
66
63
  * BulletRange Array Directive
@@ -68,6 +65,4 @@ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirecti
68
65
  */
69
66
  export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
70
67
  constructor();
71
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeCollectionDirective, never>;
72
- static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeCollectionDirective, "ej-bulletchart>e-bullet-range-collection", never, {}, {}, ["children"]>;
73
68
  }
@@ -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
  * Annotation Directive
6
5
  * ```html
@@ -25,7 +24,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
25
24
  /**
26
25
  * A description for the annotation that provides additional information about its content for screen readers.
27
26
  * @default null
28
- * @deprecated
27
+
29
28
  */
30
29
  description: any;
31
30
  /**
@@ -35,7 +34,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
35
34
  * * Far - Aligns the annotation element to the right side.
36
35
  * * Center - Aligns the annotation element to the midpoint.
37
36
  * @default 'Center'
38
- * @deprecated
37
+
39
38
  */
40
39
  horizontalAlignment: any;
41
40
  /**
@@ -53,7 +52,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
53
52
  * * Bottom - Aligns the annotation element to the bottom side.
54
53
  * * Middle - Aligns the annotation element to the midpoint.
55
54
  * @default 'Middle'
56
- * @deprecated
55
+
57
56
  */
58
57
  verticalAlignment: any;
59
58
  /**
@@ -87,8 +86,6 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
87
86
  */
88
87
  content: any;
89
88
  constructor(viewContainerRef: ViewContainerRef);
90
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationDirective, never>;
91
- static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationDirective, "e-annotations>e-annotation", never, { "accessibility": "accessibility"; "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "xAxisName": "xAxisName"; "y": "y"; "yAxisName": "yAxisName"; }, {}, ["content"]>;
92
89
  }
93
90
  /**
94
91
  * Annotation Array Directive
@@ -96,6 +93,4 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
96
93
  */
97
94
  export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
98
95
  constructor();
99
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
100
- static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ejs-chart>e-annotations", never, {}, {}, ["children"]>;
101
96
  }
@@ -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
  * Axis Directive
6
5
  * ```html
@@ -294,7 +293,7 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
294
293
  /**
295
294
  * Specifies the format type to be used in date-time formatting.
296
295
  * @default 'DateTime'
297
- * @deprecated
296
+
298
297
  */
299
298
  skeletonType: any;
300
299
  /**
@@ -379,8 +378,6 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
379
378
  */
380
379
  zoomPosition: any;
381
380
  constructor(viewContainerRef: ViewContainerRef);
382
- static ɵfac: i0.ɵɵFactoryDeclaration<AxisDirective, never>;
383
- static ɵdir: i0.ɵɵDirectiveDeclaration<AxisDirective, "e-axes>e-axis", never, { "border": "border"; "coefficient": "coefficient"; "columnIndex": "columnIndex"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableScrollbarOnZooming": "enableScrollbarOnZooming"; "enableTrim": "enableTrim"; "enableWrap": "enableWrap"; "interval": "interval"; "intervalOffset": "intervalOffset"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "lineBreakAlignment": "lineBreakAlignment"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "multiLevelLabels": "multiLevelLabels"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "scrollbarSettings": "scrollbarSettings"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "startFromZero": "startFromZero"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, ["childStripLines", "childMultiLevelLabels"]>;
384
381
  }
385
382
  /**
386
383
  * Axis Array Directive
@@ -388,6 +385,4 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
388
385
  */
389
386
  export declare class AxesDirective extends ArrayBase<AxesDirective> {
390
387
  constructor();
391
- static ɵfac: i0.ɵɵFactoryDeclaration<AxesDirective, never>;
392
- static ɵdir: i0.ɵɵDirectiveDeclaration<AxesDirective, "ejs-chart>e-axes", never, {}, {}, ["children"]>;
393
388
  }
@@ -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
  * MultiLevelLabels Directive
6
5
  * ```html
@@ -60,8 +59,6 @@ export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
60
59
  */
61
60
  text: any;
62
61
  constructor(viewContainerRef: ViewContainerRef);
63
- static ɵfac: i0.ɵɵFactoryDeclaration<CategoryDirective, never>;
64
- static ɵdir: i0.ɵɵDirectiveDeclaration<CategoryDirective, "e-multilevellabel>e-categories>e-category", never, { "customAttributes": "customAttributes"; "end": "end"; "maximumTextWidth": "maximumTextWidth"; "start": "start"; "text": "text"; "type": "type"; }, {}, never>;
65
62
  }
66
63
  /**
67
64
  * Category Array Directive
@@ -69,6 +66,4 @@ export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
69
66
  */
70
67
  export declare class CategoriesDirective extends ArrayBase<CategoriesDirective> {
71
68
  constructor();
72
- static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesDirective, never>;
73
- static ɵdir: i0.ɵɵDirectiveDeclaration<CategoriesDirective, "e-multilevellabel>e-categories", never, {}, {}, ["children"]>;
74
69
  }
@@ -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 "./chart.module";
5
2
  export declare const LineSeriesService: ValueProvider;
6
3
  export declare const ScatterSeriesService: ValueProvider;
7
4
  export declare const ColumnSeriesService: ValueProvider;
@@ -65,7 +62,4 @@ export declare const HighlightService: ValueProvider;
65
62
  * NgModule definition for the Chart component with providers.
66
63
  */
67
64
  export declare class ChartAllModule {
68
- static ɵfac: i0.ɵɵFactoryDeclaration<ChartAllModule, never>;
69
- static ɵmod: i0.ɵɵNgModuleDeclaration<ChartAllModule, never, [typeof i1.CommonModule, typeof i2.ChartModule], [typeof i2.ChartModule]>;
70
- static ɵinj: i0.ɵɵInjectorDeclaration<ChartAllModule>;
71
65
  }
@@ -9,7 +9,6 @@ import { RangeColorSettingsDirective } from './rangecolorsettings.directive';
9
9
  import { AnnotationsDirective } from './annotations.directive';
10
10
  import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
11
11
  import { IndicatorsDirective } from './indicators.directive';
12
- import * as i0 from "@angular/core";
13
12
  export declare const inputs: string[];
14
13
  export declare const outputs: string[];
15
14
  export declare const twoWays: string[];
@@ -84,6 +83,4 @@ export declare class ChartComponent extends Chart implements IComponentBase {
84
83
  ngAfterContentChecked(): void;
85
84
  registerEvents: (eventList: string[]) => void;
86
85
  addTwoWay: (propList: string[]) => void;
87
- static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "ejs-chart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "allowMultiSelection": "allowMultiSelection"; "annotations": "annotations"; "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "chartArea": "chartArea"; "columns": "columns"; "crosshair": "crosshair"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "description": "description"; "enableAnimation": "enableAnimation"; "enableAutoIntervalOnBothAxis": "enableAutoIntervalOnBothAxis"; "enableCanvas": "enableCanvas"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "indicators": "indicators"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "palettes": "palettes"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rangeColorSettings": "rangeColorSettings"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "stackLabels": "stackLabels"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "tabIndex": "tabIndex"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "axisLabelClick": "axisLabelClick"; "axisLabelRender": "axisLabelRender"; "axisMultiLabelRender": "axisMultiLabelRender"; "axisRangeCalculated": "axisRangeCalculated"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "drag": "drag"; "dragComplete": "dragComplete"; "dragEnd": "dragEnd"; "dragStart": "dragStart"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "multiLevelLabelClick": "multiLevelLabelClick"; "onZooming": "onZooming"; "pointClick": "pointClick"; "pointDoubleClick": "pointDoubleClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "scrollChanged": "scrollChanged"; "scrollEnd": "scrollEnd"; "scrollStart": "scrollStart"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "sharedTooltipRender": "sharedTooltipRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "zoomComplete": "zoomComplete"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAxes", "childRows", "childColumns", "childRangeColorSettings", "childAnnotations", "childSelectedDataIndexes", "childIndicators"], never>;
89
86
  }
@@ -1,24 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./chart.component";
3
- import * as i2 from "./trendlines.directive";
4
- import * as i3 from "./segments.directive";
5
- import * as i4 from "./series.directive";
6
- import * as i5 from "./striplines.directive";
7
- import * as i6 from "./categories.directive";
8
- import * as i7 from "./multilevellabels.directive";
9
- import * as i8 from "./axes.directive";
10
- import * as i9 from "./rows.directive";
11
- import * as i10 from "./columns.directive";
12
- import * as i11 from "./rangecolorsettings.directive";
13
- import * as i12 from "./annotations.directive";
14
- import * as i13 from "./selecteddataindexes.directive";
15
- import * as i14 from "./indicators.directive";
16
- import * as i15 from "@angular/common";
17
1
  /**
18
2
  * NgModule definition for the Chart component.
19
3
  */
20
4
  export declare class ChartModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective], [typeof i15.CommonModule], [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
24
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
  * Column Directive
6
5
  * ```html
@@ -21,8 +20,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
21
20
  */
22
21
  width: any;
23
22
  constructor(viewContainerRef: ViewContainerRef);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "border": "border"; "width": "width"; }, {}, never>;
26
23
  }
27
24
  /**
28
25
  * Column Array Directive
@@ -30,6 +27,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
30
27
  */
31
28
  export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
32
29
  constructor();
33
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-chart>e-columns", 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
  * Indicator Directive
6
5
  * ```html
@@ -241,8 +240,6 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
241
240
  */
242
241
  yAxisName: any;
243
242
  constructor(viewContainerRef: ViewContainerRef);
244
- static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorDirective, never>;
245
- static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorDirective, "e-indicators>e-indicator", never, { "accessibility": "accessibility"; "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "colorName": "colorName"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "enableComplexProperty": "enableComplexProperty"; "fastPeriod": "fastPeriod"; "field": "field"; "fill": "fill"; "high": "high"; "kPeriod": "kPeriod"; "low": "low"; "lowerLine": "lowerLine"; "macdLine": "macdLine"; "macdNegativeColor": "macdNegativeColor"; "macdPositiveColor": "macdPositiveColor"; "macdType": "macdType"; "open": "open"; "overBought": "overBought"; "overSold": "overSold"; "period": "period"; "periodLine": "periodLine"; "pointColorMapping": "pointColorMapping"; "query": "query"; "segmentAxis": "segmentAxis"; "segments": "segments"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
246
243
  }
247
244
  /**
248
245
  * Indicator Array Directive
@@ -250,6 +247,4 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
250
247
  */
251
248
  export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
252
249
  constructor();
253
- static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsDirective, never>;
254
- static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorsDirective, "ej-chart>e-indicators", never, {}, {}, ["children"]>;
255
250
  }
@@ -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
  * MultiLevelLabel Directive
6
5
  * ```html
@@ -48,8 +47,6 @@ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabe
48
47
  */
49
48
  textStyle: any;
50
49
  constructor(viewContainerRef: ViewContainerRef);
51
- static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelDirective, never>;
52
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelDirective, "e-axis>e-multilevellabels>e-multilevellabel", never, { "alignment": "alignment"; "border": "border"; "categories": "categories"; "overflow": "overflow"; "textStyle": "textStyle"; }, {}, ["childCategories"]>;
53
50
  }
54
51
  /**
55
52
  * MultiLevelLabel Array Directive
@@ -57,6 +54,4 @@ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabe
57
54
  */
58
55
  export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
59
56
  constructor();
60
- static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelsDirective, never>;
61
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelsDirective, "e-axis>e-multilevellabels", never, {}, {}, ["children"]>;
62
57
  }
@@ -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
  * RangeColorSetting Directive
6
5
  * ```html
@@ -27,8 +26,6 @@ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSe
27
26
  */
28
27
  start: any;
29
28
  constructor(viewContainerRef: ViewContainerRef);
30
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingDirective, "e-rangecolorsettings>e-rangecolorsetting", never, { "colors": "colors"; "end": "end"; "label": "label"; "start": "start"; }, {}, never>;
32
29
  }
33
30
  /**
34
31
  * RangeColorSetting Array Directive
@@ -36,6 +33,4 @@ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSe
36
33
  */
37
34
  export declare class RangeColorSettingsDirective extends ArrayBase<RangeColorSettingsDirective> {
38
35
  constructor();
39
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingsDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingsDirective, "ejs-chart>e-rangecolorsettings", never, {}, {}, ["children"]>;
41
36
  }
@@ -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
@@ -470,8 +469,6 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
470
469
  zOrder: any;
471
470
  dataLabel_template: any;
472
471
  constructor(viewContainerRef: ViewContainerRef);
473
- static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDirective, never>;
474
- 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"; "showNearestTooltip": "showNearestTooltip"; "showNormalDistribution": "showNormalDistribution"; "showOutliers": "showOutliers"; "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"]>;
475
472
  }
476
473
  /**
477
474
  * Series Array Directive
@@ -479,6 +476,4 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
479
476
  */
480
477
  export declare class SeriesCollectionDirective extends ArrayBase<SeriesCollectionDirective> {
481
478
  constructor();
482
- static ɵfac: i0.ɵɵFactoryDeclaration<SeriesCollectionDirective, never>;
483
- static ɵdir: i0.ɵɵDirectiveDeclaration<SeriesCollectionDirective, "ej-chart>e-series-collection", never, {}, {}, ["children"]>;
484
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
  }