@syncfusion/ej2-angular-charts 29.2.11-ngcc → 30.1.37-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 (79) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5028 -5012
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-charts.js +4616 -4600
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -1
  5. package/{license → LICENSE} +10 -10
  6. package/dist/ej2-angular-charts.umd.js +5022 -5003
  7. package/dist/ej2-angular-charts.umd.js.map +1 -1
  8. package/dist/ej2-angular-charts.umd.min.js +2 -2
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -1
  10. package/ej2-angular-charts.d.ts +13 -13
  11. package/ej2-angular-charts.metadata.json +1 -1
  12. package/package.json +4 -4
  13. package/public_api.d.ts +1 -1
  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 +4 -4
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -15
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +58 -58
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -5
  20. package/src/accumulation-chart/annotations.directive.d.ts +78 -78
  21. package/src/accumulation-chart/series.directive.d.ts +244 -244
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -8
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -38
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -5
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -68
  26. package/src/chart/annotations.directive.d.ts +93 -93
  27. package/src/chart/axes.directive.d.ts +381 -387
  28. package/src/chart/categories.directive.d.ts +69 -69
  29. package/src/chart/chart-all.module.d.ts +66 -65
  30. package/src/chart/chart.component.d.ts +86 -86
  31. package/src/chart/chart.module.d.ts +5 -5
  32. package/src/chart/columns.directive.d.ts +30 -30
  33. package/src/chart/indicators.directive.d.ts +250 -250
  34. package/src/chart/multilevellabels.directive.d.ts +57 -57
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -36
  36. package/src/chart/rows.directive.d.ts +30 -30
  37. package/src/chart/segments.directive.d.ts +41 -41
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -32
  39. package/src/chart/series.directive.d.ts +483 -479
  40. package/src/chart/striplines.directive.d.ts +166 -166
  41. package/src/chart/trendlines.directive.d.ts +111 -111
  42. package/src/chart3d/axes.directive.d.ts +265 -265
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -20
  44. package/src/chart3d/chart3d.component.d.ts +62 -62
  45. package/src/chart3d/chart3d.module.d.ts +5 -5
  46. package/src/chart3d/columns.directive.d.ts +26 -26
  47. package/src/chart3d/rows.directive.d.ts +26 -26
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -32
  49. package/src/chart3d/series.directive.d.ts +172 -172
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -13
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -55
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -5
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -32
  54. package/src/circularchart3d/series.directive.d.ts +142 -142
  55. package/src/index.d.ts +63 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -8
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -41
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -5
  59. package/src/range-navigator/series.directive.d.ts +78 -78
  60. package/src/smithchart/series.directive.d.ts +88 -88
  61. package/src/smithchart/smithchart-all.module.d.ts +8 -8
  62. package/src/smithchart/smithchart.component.d.ts +41 -41
  63. package/src/smithchart/smithchart.module.d.ts +5 -5
  64. package/src/sparkline/rangebandsettings.directive.d.ts +33 -33
  65. package/src/sparkline/sparkline-all.module.d.ts +7 -7
  66. package/src/sparkline/sparkline.component.d.ts +43 -43
  67. package/src/sparkline/sparkline.module.d.ts +5 -5
  68. package/src/stock-chart/annotations.directive.d.ts +84 -84
  69. package/src/stock-chart/axes.directive.d.ts +286 -286
  70. package/src/stock-chart/indicators.directive.d.ts +208 -208
  71. package/src/stock-chart/periods.directive.d.ts +42 -42
  72. package/src/stock-chart/rows.directive.d.ts +30 -30
  73. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -32
  74. package/src/stock-chart/series.directive.d.ts +242 -238
  75. package/src/stock-chart/stockchart-all.module.d.ts +7 -7
  76. package/src/stock-chart/stockchart.component.d.ts +65 -65
  77. package/src/stock-chart/stockchart.module.d.ts +5 -5
  78. package/src/stock-chart/stockevents.directive.d.ts +83 -83
  79. package/src/stock-chart/trendlines.directive.d.ts +112 -112
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-charts",
3
- "version": "29.2.11-ngcc",
3
+ "version": "30.1.37-ngcc",
4
4
  "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~29.2.11",
10
- "@syncfusion/ej2-angular-base": "~29.2.10",
11
- "@syncfusion/ej2-charts": "29.2.11"
9
+ "@syncfusion/ej2-base": "~30.1.37",
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-charts": "30.1.37"
12
12
  },
13
13
  "devDependencies": {},
14
14
  "keywords": [
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-charts";
2
- export declare const pkgVer = "^29.2.5";
2
+ export declare const pkgVer = "^28.1.33";
3
3
  export declare const moduleName = "ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule";
4
- export declare const themeVer = "~29.2.5";
4
+ export declare const themeVer = "~28.1.33";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-charts';
4
- exports.pkgVer = '^29.2.11';
4
+ exports.pkgVer = '^30.1.37';
5
5
  exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
6
- exports.themeVer = '~29.2.11';
6
+ exports.themeVer = '~30.1.37';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-charts';
2
- export const pkgVer = '^29.2.11';
3
- export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
4
- export const themeVer = '~29.2.11';
1
+ export const pkgName = '@syncfusion/ej2-angular-charts';
2
+ export const pkgVer = '^30.1.37';
3
+ export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
4
+ export const themeVer = '~30.1.37';
@@ -1,15 +1,15 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const PieSeriesService: ValueProvider;
3
- export declare const FunnelSeriesService: ValueProvider;
4
- export declare const PyramidSeriesService: ValueProvider;
5
- export declare const AccumulationTooltipService: ValueProvider;
6
- export declare const AccumulationLegendService: ValueProvider;
7
- export declare const AccumulationSelectionService: ValueProvider;
8
- export declare const AccumulationHighlightService: ValueProvider;
9
- export declare const AccumulationDataLabelService: ValueProvider;
10
- export declare const AccumulationAnnotationService: ValueProvider;
11
- /**
12
- * NgModule definition for the AccumulationChart component with providers.
13
- */
14
- export declare class AccumulationChartAllModule {
15
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const PieSeriesService: ValueProvider;
3
+ export declare const FunnelSeriesService: ValueProvider;
4
+ export declare const PyramidSeriesService: ValueProvider;
5
+ export declare const AccumulationTooltipService: ValueProvider;
6
+ export declare const AccumulationLegendService: ValueProvider;
7
+ export declare const AccumulationSelectionService: ValueProvider;
8
+ export declare const AccumulationHighlightService: ValueProvider;
9
+ export declare const AccumulationDataLabelService: ValueProvider;
10
+ export declare const AccumulationAnnotationService: ValueProvider;
11
+ /**
12
+ * NgModule definition for the AccumulationChart component with providers.
13
+ */
14
+ export declare class AccumulationChartAllModule {
15
+ }
@@ -1,58 +1,58 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { AccumulationChart } from '@syncfusion/ej2-charts';
4
- import { AccumulationSeriesCollectionDirective } from './series.directive';
5
- import { AccumulationAnnotationsDirective } from './annotations.directive';
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * AccumulationChart Component
11
- * ```html
12
- * <ejs-accumulationchart></ejs-accumulationchart>
13
- * ```
14
- */
15
- export declare class AccumulationChartComponent extends AccumulationChart implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- afterExport: any;
23
- animationComplete: any;
24
- annotationRender: any;
25
- beforeExport: any;
26
- beforePrint: any;
27
- beforeResize: any;
28
- chartDoubleClick: any;
29
- chartMouseClick: any;
30
- chartMouseDown: any;
31
- chartMouseLeave: any;
32
- chartMouseMove: any;
33
- chartMouseUp: any;
34
- legendClick: any;
35
- legendRender: any;
36
- load: any;
37
- loaded: any;
38
- pointClick: any;
39
- pointMove: any;
40
- pointRender: any;
41
- resized: any;
42
- selectionComplete: any;
43
- seriesRender: any;
44
- textRender: any;
45
- tooltipRender: any;
46
- dataSourceChange: any;
47
- childSeries: QueryList<AccumulationSeriesCollectionDirective>;
48
- childAnnotations: QueryList<AccumulationAnnotationsDirective>;
49
- tags: string[];
50
- tooltip_template: any;
51
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
52
- ngOnInit(): void;
53
- ngAfterViewInit(): void;
54
- ngOnDestroy(): void;
55
- ngAfterContentChecked(): void;
56
- registerEvents: (eventList: string[]) => void;
57
- addTwoWay: (propList: string[]) => void;
58
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { AccumulationChart } from '@syncfusion/ej2-charts';
4
+ import { AccumulationSeriesCollectionDirective } from './series.directive';
5
+ import { AccumulationAnnotationsDirective } from './annotations.directive';
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * AccumulationChart Component
11
+ * ```html
12
+ * <ejs-accumulationchart></ejs-accumulationchart>
13
+ * ```
14
+ */
15
+ export declare class AccumulationChartComponent extends AccumulationChart implements IComponentBase {
16
+ private ngEle;
17
+ private srenderer;
18
+ private viewContainerRef;
19
+ private injector;
20
+ context: any;
21
+ tagObjects: any;
22
+ afterExport: any;
23
+ animationComplete: any;
24
+ annotationRender: any;
25
+ beforeExport: any;
26
+ beforePrint: any;
27
+ beforeResize: any;
28
+ chartDoubleClick: any;
29
+ chartMouseClick: any;
30
+ chartMouseDown: any;
31
+ chartMouseLeave: any;
32
+ chartMouseMove: any;
33
+ chartMouseUp: any;
34
+ legendClick: any;
35
+ legendRender: any;
36
+ load: any;
37
+ loaded: any;
38
+ pointClick: any;
39
+ pointMove: any;
40
+ pointRender: any;
41
+ resized: any;
42
+ selectionComplete: any;
43
+ seriesRender: any;
44
+ textRender: any;
45
+ tooltipRender: any;
46
+ dataSourceChange: any;
47
+ childSeries: QueryList<AccumulationSeriesCollectionDirective>;
48
+ childAnnotations: QueryList<AccumulationAnnotationsDirective>;
49
+ tags: string[];
50
+ tooltip_template: any;
51
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
52
+ ngOnInit(): void;
53
+ ngAfterViewInit(): void;
54
+ ngOnDestroy(): void;
55
+ ngAfterContentChecked(): void;
56
+ registerEvents: (eventList: string[]) => void;
57
+ addTwoWay: (propList: string[]) => void;
58
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the AccumulationChart component.
3
- */
4
- export declare class AccumulationChartModule {
5
- }
1
+ /**
2
+ * NgModule definition for the AccumulationChart component.
3
+ */
4
+ export declare class AccumulationChartModule {
5
+ }
@@ -1,80 +1,80 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * AccumulationAnnotations Directive
5
- * ```html
6
- * <e-accumulation-annotations>
7
- * <e-accumulation-annotation></e-accumulation-annotation>
8
- * </e-accumulation-annotations>
9
- * ```
10
- */
11
- export declare class AccumulationAnnotationDirective extends ComplexBase<AccumulationAnnotationDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Specifies the coordinate units of the annotation.
16
- * The options are:
17
- * * Pixel - Renders the annotation based on x and y pixel values.
18
- * * Point - Renders the annotation based on x and y data values.
19
- * @default 'Pixel'
20
- */
21
- coordinateUnits: any;
22
- /**
23
- * A description for the annotation that provides additional information about its content for screen readers.
24
- * @default null
25
- */
26
- description: any;
27
- /**
28
- * Specifies the alignment of the annotation.
29
- * The options are:
30
- * * Near - Aligns the annotation element to the top side.
31
- * * Far - Aligns the annotation element to the bottom side.
32
- * * Center - Aligns the annotation element to the midpoint.
33
- * @default 'Center'
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * AccumulationAnnotations Directive
5
+ * ```html
6
+ * <e-accumulation-annotations>
7
+ * <e-accumulation-annotation></e-accumulation-annotation>
8
+ * </e-accumulation-annotations>
9
+ * ```
10
+ */
11
+ export declare class AccumulationAnnotationDirective extends ComplexBase<AccumulationAnnotationDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * Specifies the coordinate units of the annotation.
16
+ * The options are:
17
+ * * Pixel - Renders the annotation based on x and y pixel values.
18
+ * * Point - Renders the annotation based on x and y data values.
19
+ * @default 'Pixel'
20
+ */
21
+ coordinateUnits: any;
22
+ /**
23
+ * A description for the annotation that provides additional information about its content for screen readers.
24
+ * @default null
25
+ */
26
+ description: any;
27
+ /**
28
+ * Specifies the alignment of the annotation.
29
+ * The options are:
30
+ * * Near - Aligns the annotation element to the top side.
31
+ * * Far - Aligns the annotation element to the bottom side.
32
+ * * Center - Aligns the annotation element to the midpoint.
33
+ * @default 'Center'
34
34
 
35
- */
36
- horizontalAlignment: any;
37
- /**
38
- * Specifies the regions of the annotation.
39
- * The options are:
40
- * * Chart - Renders the annotation based on chart coordinates.
41
- * * Series - Renders the annotation based on series coordinates.
42
- * @default 'Chart'
43
- */
44
- region: any;
45
- /**
46
- * Specifies the position of the annotation.
47
- * The options are
48
- * * Top - Aligns the annotation element to the top side.
49
- * * Bottom - Aligns the annotation element to the bottom side.
50
- * * Middle - Aligns the annotation element to the midpoint.
51
- * @default 'Middle'
35
+ */
36
+ horizontalAlignment: any;
37
+ /**
38
+ * Specifies the regions of the annotation.
39
+ * The options are:
40
+ * * Chart - Renders the annotation based on chart coordinates.
41
+ * * Series - Renders the annotation based on series coordinates.
42
+ * @default 'Chart'
43
+ */
44
+ region: any;
45
+ /**
46
+ * Specifies the position of the annotation.
47
+ * The options are
48
+ * * Top - Aligns the annotation element to the top side.
49
+ * * Bottom - Aligns the annotation element to the bottom side.
50
+ * * Middle - Aligns the annotation element to the midpoint.
51
+ * @default 'Middle'
52
52
 
53
- */
54
- verticalAlignment: any;
55
- /**
56
- * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
57
- * If `coordinateUnit` is set to `Point`, x specifies the data value.
58
- * @default '0'
59
- */
60
- x: any;
61
- /**
62
- * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
63
- * If `coordinateUnit` is set to `Point`, y specifies the data value.
64
- * @default '0'
65
- */
66
- y: any;
67
- /**
68
- * The content of the annotation, which can also accept the ID of a custom element.
69
- * @default null
70
- */
71
- content: any;
72
- constructor(viewContainerRef: ViewContainerRef);
73
- }
74
- /**
75
- * AccumulationAnnotation Array Directive
76
- * @private
77
- */
78
- export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
79
- constructor();
80
- }
53
+ */
54
+ verticalAlignment: any;
55
+ /**
56
+ * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
57
+ * If `coordinateUnit` is set to `Point`, x specifies the data value.
58
+ * @default '0'
59
+ */
60
+ x: any;
61
+ /**
62
+ * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
63
+ * If `coordinateUnit` is set to `Point`, y specifies the data value.
64
+ * @default '0'
65
+ */
66
+ y: any;
67
+ /**
68
+ * The content of the annotation, which can also accept the ID of a custom element.
69
+ * @default null
70
+ */
71
+ content: any;
72
+ constructor(viewContainerRef: ViewContainerRef);
73
+ }
74
+ /**
75
+ * AccumulationAnnotation Array Directive
76
+ * @private
77
+ */
78
+ export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
79
+ constructor();
80
+ }