@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
@@ -1,68 +1,68 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * BulletRange Directive
5
- * ```html
6
- * <e-bullet-range-collection>
7
- * <e-bullet-range></e-bullet-range>
8
- * </e-bullet-range-collection>
9
- * ```
10
- */
11
- export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Default value for qualitative range Color.
16
- * @default null
17
- */
18
- color: any;
19
- /**
20
- * Default value for qualitative range end value.
21
- * @default null
22
- */
23
- end: any;
24
- /**
25
- * Default value for qualitative range Color.
26
- * @default null
27
- */
28
- index: any;
29
- /**
30
- * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
31
- * @default ''
32
- */
33
- legendImageUrl: any;
34
- /**
35
- * Default value for qualitative range name.
36
- * @default null
37
- */
38
- name: any;
39
- /**
40
- * Range opacity
41
- * @default 1
42
- */
43
- opacity: any;
44
- /**
45
- * The shape of the legend. Each ranges has its own legend shape. They are,
46
- * * Circle
47
- * * Rectangle
48
- * * Triangle
49
- * * Diamond
50
- * * Cross
51
- * * HorizontalLine
52
- * * VerticalLine
53
- * * Pentagon
54
- * * InvertedTriangle
55
- * * SeriesType
56
- * * Image
57
- * @default 'Rectangle'
58
- */
59
- shape: any;
60
- constructor(viewContainerRef: ViewContainerRef);
61
- }
62
- /**
63
- * BulletRange Array Directive
64
- * @private
65
- */
66
- export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
67
- constructor();
68
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * BulletRange Directive
5
+ * ```html
6
+ * <e-bullet-range-collection>
7
+ * <e-bullet-range></e-bullet-range>
8
+ * </e-bullet-range-collection>
9
+ * ```
10
+ */
11
+ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * Default value for qualitative range Color.
16
+ * @default null
17
+ */
18
+ color: any;
19
+ /**
20
+ * Default value for qualitative range end value.
21
+ * @default null
22
+ */
23
+ end: any;
24
+ /**
25
+ * Default value for qualitative range Color.
26
+ * @default null
27
+ */
28
+ index: any;
29
+ /**
30
+ * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
31
+ * @default ''
32
+ */
33
+ legendImageUrl: any;
34
+ /**
35
+ * Default value for qualitative range name.
36
+ * @default null
37
+ */
38
+ name: any;
39
+ /**
40
+ * Range opacity
41
+ * @default 1
42
+ */
43
+ opacity: any;
44
+ /**
45
+ * The shape of the legend. Each ranges has its own legend shape. They are,
46
+ * * Circle
47
+ * * Rectangle
48
+ * * Triangle
49
+ * * Diamond
50
+ * * Cross
51
+ * * HorizontalLine
52
+ * * VerticalLine
53
+ * * Pentagon
54
+ * * InvertedTriangle
55
+ * * SeriesType
56
+ * * Image
57
+ * @default 'Rectangle'
58
+ */
59
+ shape: any;
60
+ constructor(viewContainerRef: ViewContainerRef);
61
+ }
62
+ /**
63
+ * BulletRange Array Directive
64
+ * @private
65
+ */
66
+ export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
67
+ constructor();
68
+ }
@@ -1,96 +1,96 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Annotation Directive
5
- * ```html
6
- * <e-annotations><e-annotation></e-annotation><e-annotations>
7
- * ```
8
- */
9
- export declare class AnnotationDirective extends ComplexBase<AnnotationDirective> {
10
- private viewContainerRef;
11
- directivePropList: any;
12
- /**
13
- * Options to improve accessibility for chart annotation elements.
14
- */
15
- accessibility: any;
16
- /**
17
- * Specifies the coordinate units of the annotation.
18
- * The options are:
19
- * * Pixel - Renders the annotation based on x and y pixel values.
20
- * * Point - Renders the annotation based on x and y axis values.
21
- * @default 'Pixel'
22
- */
23
- coordinateUnits: any;
24
- /**
25
- * A description for the annotation that provides additional information about its content for screen readers.
26
- * @default null
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Annotation Directive
5
+ * ```html
6
+ * <e-annotations><e-annotation></e-annotation><e-annotations>
7
+ * ```
8
+ */
9
+ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Options to improve accessibility for chart annotation elements.
14
+ */
15
+ accessibility: any;
16
+ /**
17
+ * Specifies the coordinate units of the annotation.
18
+ * The options are:
19
+ * * Pixel - Renders the annotation based on x and y pixel values.
20
+ * * Point - Renders the annotation based on x and y axis values.
21
+ * @default 'Pixel'
22
+ */
23
+ coordinateUnits: any;
24
+ /**
25
+ * A description for the annotation that provides additional information about its content for screen readers.
26
+ * @default null
27
27
 
28
- */
29
- description: any;
30
- /**
31
- * Specifies the alignment of the annotation.
32
- * The options are:
33
- * * Near - Aligns the annotation element to the left side.
34
- * * Far - Aligns the annotation element to the right side.
35
- * * Center - Aligns the annotation element to the midpoint.
36
- * @default 'Center'
28
+ */
29
+ description: any;
30
+ /**
31
+ * Specifies the alignment of the annotation.
32
+ * The options are:
33
+ * * Near - Aligns the annotation element to the left side.
34
+ * * Far - Aligns the annotation element to the right side.
35
+ * * Center - Aligns the annotation element to the midpoint.
36
+ * @default 'Center'
37
37
 
38
- */
39
- horizontalAlignment: any;
40
- /**
41
- * Specifies the regions of the annotation.
42
- * The options are:
43
- * * Chart - Renders the annotation based on chart coordinates.
44
- * * Series - Renders the annotation based on series coordinates.
45
- * @default 'Chart'
46
- */
47
- region: any;
48
- /**
49
- * Specifies the position of the annotation.
50
- * The options are
51
- * * Top - Aligns the annotation element to the top side.
52
- * * Bottom - Aligns the annotation element to the bottom side.
53
- * * Middle - Aligns the annotation element to the midpoint.
54
- * @default 'Middle'
38
+ */
39
+ horizontalAlignment: any;
40
+ /**
41
+ * Specifies the regions of the annotation.
42
+ * The options are:
43
+ * * Chart - Renders the annotation based on chart coordinates.
44
+ * * Series - Renders the annotation based on series coordinates.
45
+ * @default 'Chart'
46
+ */
47
+ region: any;
48
+ /**
49
+ * Specifies the position of the annotation.
50
+ * The options are
51
+ * * Top - Aligns the annotation element to the top side.
52
+ * * Bottom - Aligns the annotation element to the bottom side.
53
+ * * Middle - Aligns the annotation element to the midpoint.
54
+ * @default 'Middle'
55
55
 
56
- */
57
- verticalAlignment: any;
58
- /**
59
- * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
60
- * If `coordinateUnit` is set to `Point`, x specifies the axis value.
61
- * @default '0'
62
- * @asptype object
63
- */
64
- x: any;
65
- /**
66
- * The name of the horizontal axis associated with the annotation.
67
- * Requires the `axes` of the chart.
68
- * @default null
69
- */
70
- xAxisName: any;
71
- /**
72
- * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
73
- * If `coordinateUnit` is set to `Point`, y specifies the axis value.
74
- * @default '0'
75
- */
76
- y: any;
77
- /**
78
- * The name of the vertical axis associated with the annotation.
79
- * Requires the `axes` of the chart.
80
- * @default null
81
- */
82
- yAxisName: any;
83
- /**
84
- * The content of the annotation, which also accepts the ID of the custom element.
85
- * @default null
86
- */
87
- content: any;
88
- constructor(viewContainerRef: ViewContainerRef);
89
- }
90
- /**
91
- * Annotation Array Directive
92
- * @private
93
- */
94
- export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
95
- constructor();
96
- }
56
+ */
57
+ verticalAlignment: any;
58
+ /**
59
+ * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
60
+ * If `coordinateUnit` is set to `Point`, x specifies the axis value.
61
+ * @default '0'
62
+ * @asptype object
63
+ */
64
+ x: any;
65
+ /**
66
+ * The name of the horizontal axis associated with the annotation.
67
+ * Requires the `axes` of the chart.
68
+ * @default null
69
+ */
70
+ xAxisName: any;
71
+ /**
72
+ * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
73
+ * If `coordinateUnit` is set to `Point`, y specifies the axis value.
74
+ * @default '0'
75
+ */
76
+ y: any;
77
+ /**
78
+ * The name of the vertical axis associated with the annotation.
79
+ * Requires the `axes` of the chart.
80
+ * @default null
81
+ */
82
+ yAxisName: any;
83
+ /**
84
+ * The content of the annotation, which also accepts the ID of the custom element.
85
+ * @default null
86
+ */
87
+ content: any;
88
+ constructor(viewContainerRef: ViewContainerRef);
89
+ }
90
+ /**
91
+ * Annotation Array Directive
92
+ * @private
93
+ */
94
+ export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
95
+ constructor();
96
+ }