@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,8 +1,8 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const RangeTooltipService: ValueProvider;
3
- export declare const PeriodSelectorService: ValueProvider;
4
- /**
5
- * NgModule definition for the RangeNavigator component with providers.
6
- */
7
- export declare class RangeNavigatorAllModule {
8
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const RangeTooltipService: ValueProvider;
3
+ export declare const PeriodSelectorService: ValueProvider;
4
+ /**
5
+ * NgModule definition for the RangeNavigator component with providers.
6
+ */
7
+ export declare class RangeNavigatorAllModule {
8
+ }
@@ -1,41 +1,41 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { RangeNavigator } from '@syncfusion/ej2-charts';
4
- import { RangenavigatorSeriesCollectionDirective } from './series.directive';
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * RangeNavigator Component
10
- * ```html
11
- * <ejs-rangenavigator></ejs-rangenavigator>
12
- * ```
13
- */
14
- export declare class RangeNavigatorComponent extends RangeNavigator implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- context: any;
20
- tagObjects: any;
21
- beforePrint: any;
22
- beforeResize: any;
23
- changed: any;
24
- labelRender: any;
25
- load: any;
26
- loaded: any;
27
- resized: any;
28
- selectorRender: any;
29
- tooltipRender: any;
30
- dataSourceChange: any;
31
- childSeries: QueryList<RangenavigatorSeriesCollectionDirective>;
32
- tags: string[];
33
- tooltip_template: any;
34
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
35
- ngOnInit(): void;
36
- ngAfterViewInit(): void;
37
- ngOnDestroy(): void;
38
- ngAfterContentChecked(): void;
39
- registerEvents: (eventList: string[]) => void;
40
- addTwoWay: (propList: string[]) => void;
41
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { RangeNavigator } from '@syncfusion/ej2-charts';
4
+ import { RangenavigatorSeriesCollectionDirective } from './series.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * RangeNavigator Component
10
+ * ```html
11
+ * <ejs-rangenavigator></ejs-rangenavigator>
12
+ * ```
13
+ */
14
+ export declare class RangeNavigatorComponent extends RangeNavigator implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ beforePrint: any;
22
+ beforeResize: any;
23
+ changed: any;
24
+ labelRender: any;
25
+ load: any;
26
+ loaded: any;
27
+ resized: any;
28
+ selectorRender: any;
29
+ tooltipRender: any;
30
+ dataSourceChange: any;
31
+ childSeries: QueryList<RangenavigatorSeriesCollectionDirective>;
32
+ tags: string[];
33
+ tooltip_template: any;
34
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
35
+ ngOnInit(): void;
36
+ ngAfterViewInit(): void;
37
+ ngOnDestroy(): void;
38
+ ngAfterContentChecked(): void;
39
+ registerEvents: (eventList: string[]) => void;
40
+ addTwoWay: (propList: string[]) => void;
41
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the RangeNavigator component.
3
- */
4
- export declare class RangeNavigatorModule {
5
- }
1
+ /**
2
+ * NgModule definition for the RangeNavigator component.
3
+ */
4
+ export declare class RangeNavigatorModule {
5
+ }
@@ -1,78 +1,78 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * RangenavigatorSeries Directive
5
- * ```html
6
- * <e-rangenavigator-series-collection>
7
- * <e-rangenavigator-series></e-rangenavigator-series>
8
- * </e-rangenavigator-series-collection>
9
- * ```
10
- */
11
- export declare class RangenavigatorSeriesDirective extends ComplexBase<RangenavigatorSeriesDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * It defines the series type of the range navigator.
16
- * @default 'Line'
17
- */
18
- type: any;
19
- /**
20
- * Options to customizing animation for the series.
21
- */
22
- animation: any;
23
- /**
24
- * Options for customizing the color and width of the series border.
25
- */
26
- border: any;
27
- /**
28
- * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
29
- * @default '0'
30
- */
31
- dashArray: any;
32
- /**
33
- * It defines the data source for a series.
34
- * @default null
35
- */
36
- dataSource: any;
37
- /**
38
- * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
39
- * It also represents the color of the signal lines in technical indicators.
40
- * For technical indicators, the default value is 'blue' and for series, it has null.
41
- * @default null
42
- */
43
- fill: any;
44
- /**
45
- * The opacity for the background.
46
- * @default 1
47
- */
48
- opacity: any;
49
- /**
50
- * It defines the query for the data source.
51
- * @default null
52
- */
53
- query: any;
54
- /**
55
- * The stroke width for the series that is applicable only for `Line` type series.
56
- * It also represents the stroke width of the signal lines in technical indicators.
57
- * @default 1
58
- */
59
- width: any;
60
- /**
61
- * It defines the xName for the series.
62
- * @default null
63
- */
64
- xName: any;
65
- /**
66
- * It defines the yName for the series.
67
- * @default null
68
- */
69
- yName: any;
70
- constructor(viewContainerRef: ViewContainerRef);
71
- }
72
- /**
73
- * RangenavigatorSeries Array Directive
74
- * @private
75
- */
76
- export declare class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {
77
- constructor();
78
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * RangenavigatorSeries Directive
5
+ * ```html
6
+ * <e-rangenavigator-series-collection>
7
+ * <e-rangenavigator-series></e-rangenavigator-series>
8
+ * </e-rangenavigator-series-collection>
9
+ * ```
10
+ */
11
+ export declare class RangenavigatorSeriesDirective extends ComplexBase<RangenavigatorSeriesDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * It defines the series type of the range navigator.
16
+ * @default 'Line'
17
+ */
18
+ type: any;
19
+ /**
20
+ * Options to customizing animation for the series.
21
+ */
22
+ animation: any;
23
+ /**
24
+ * Options for customizing the color and width of the series border.
25
+ */
26
+ border: any;
27
+ /**
28
+ * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
29
+ * @default '0'
30
+ */
31
+ dashArray: any;
32
+ /**
33
+ * It defines the data source for a series.
34
+ * @default null
35
+ */
36
+ dataSource: any;
37
+ /**
38
+ * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
39
+ * It also represents the color of the signal lines in technical indicators.
40
+ * For technical indicators, the default value is 'blue' and for series, it has null.
41
+ * @default null
42
+ */
43
+ fill: any;
44
+ /**
45
+ * The opacity for the background.
46
+ * @default 1
47
+ */
48
+ opacity: any;
49
+ /**
50
+ * It defines the query for the data source.
51
+ * @default null
52
+ */
53
+ query: any;
54
+ /**
55
+ * The stroke width for the series that is applicable only for `Line` type series.
56
+ * It also represents the stroke width of the signal lines in technical indicators.
57
+ * @default 1
58
+ */
59
+ width: any;
60
+ /**
61
+ * It defines the xName for the series.
62
+ * @default null
63
+ */
64
+ xName: any;
65
+ /**
66
+ * It defines the yName for the series.
67
+ * @default null
68
+ */
69
+ yName: any;
70
+ constructor(viewContainerRef: ViewContainerRef);
71
+ }
72
+ /**
73
+ * RangenavigatorSeries Array Directive
74
+ * @private
75
+ */
76
+ export declare class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {
77
+ constructor();
78
+ }
@@ -1,88 +1,88 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> {
4
- private viewContainerRef;
5
- directivePropList: any;
6
- /**
7
- * perform animation of series based on animation duration.
8
- * @default '2000ms'
9
- */
10
- animationDuration: any;
11
- /**
12
- * Specifies the dataSource
13
- * @default null
14
- * @isdatamanager false
15
- */
16
- dataSource: any;
17
- /**
18
- * enable or disable the animation of series.
19
- * @default false
20
- */
21
- enableAnimation: any;
22
- /**
23
- * avoid the overlap of dataLabels.
24
- * @default false
25
- */
26
- enableSmartLabels: any;
27
- /**
28
- * color for series.
29
- * @default null
30
- */
31
- fill: any;
32
- /**
33
- * options for customizing marker.
34
- */
35
- marker: any;
36
- /**
37
- * The name of the series visible in legend.
38
- * @default ''
39
- */
40
- name: any;
41
- /**
42
- * opacity for series.
43
- * @default 1
44
- */
45
- opacity: any;
46
- /**
47
- * points for series.
48
- * @default []
49
- */
50
- points: any;
51
- /**
52
- * reactance name for dataSource.
53
- * @default ''
54
- */
55
- reactance: any;
56
- /**
57
- * resistance name for dataSource.
58
- * @default ''
59
- */
60
- resistance: any;
61
- /**
62
- * options for customizing tooltip.
63
- */
64
- tooltip: any;
65
- /**
66
- * tooltip mapping name for the series.
67
- * @default ''
68
- */
69
- tooltipMappingName: any;
70
- /**
71
- * visibility for series.
72
- * @default 'visible'
73
- */
74
- visibility: any;
75
- /**
76
- * width for series.
77
- * @default 1
78
- */
79
- width: any;
80
- constructor(viewContainerRef: ViewContainerRef);
81
- }
82
- /**
83
- * SmithchartSeries Array Directive
84
- * @private
85
- */
86
- export declare class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> {
87
- constructor();
88
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * perform animation of series based on animation duration.
8
+ * @default '2000ms'
9
+ */
10
+ animationDuration: any;
11
+ /**
12
+ * Specifies the dataSource
13
+ * @default null
14
+ * @isdatamanager false
15
+ */
16
+ dataSource: any;
17
+ /**
18
+ * enable or disable the animation of series.
19
+ * @default false
20
+ */
21
+ enableAnimation: any;
22
+ /**
23
+ * avoid the overlap of dataLabels.
24
+ * @default false
25
+ */
26
+ enableSmartLabels: any;
27
+ /**
28
+ * color for series.
29
+ * @default null
30
+ */
31
+ fill: any;
32
+ /**
33
+ * options for customizing marker.
34
+ */
35
+ marker: any;
36
+ /**
37
+ * The name of the series visible in legend.
38
+ * @default ''
39
+ */
40
+ name: any;
41
+ /**
42
+ * opacity for series.
43
+ * @default 1
44
+ */
45
+ opacity: any;
46
+ /**
47
+ * points for series.
48
+ * @default []
49
+ */
50
+ points: any;
51
+ /**
52
+ * reactance name for dataSource.
53
+ * @default ''
54
+ */
55
+ reactance: any;
56
+ /**
57
+ * resistance name for dataSource.
58
+ * @default ''
59
+ */
60
+ resistance: any;
61
+ /**
62
+ * options for customizing tooltip.
63
+ */
64
+ tooltip: any;
65
+ /**
66
+ * tooltip mapping name for the series.
67
+ * @default ''
68
+ */
69
+ tooltipMappingName: any;
70
+ /**
71
+ * visibility for series.
72
+ * @default 'visible'
73
+ */
74
+ visibility: any;
75
+ /**
76
+ * width for series.
77
+ * @default 1
78
+ */
79
+ width: any;
80
+ constructor(viewContainerRef: ViewContainerRef);
81
+ }
82
+ /**
83
+ * SmithchartSeries Array Directive
84
+ * @private
85
+ */
86
+ export declare class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> {
87
+ constructor();
88
+ }
@@ -1,8 +1,8 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const SmithchartLegendService: ValueProvider;
3
- export declare const TooltipRenderService: ValueProvider;
4
- /**
5
- * NgModule definition for the Smithchart component with providers.
6
- */
7
- export declare class SmithchartAllModule {
8
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const SmithchartLegendService: ValueProvider;
3
+ export declare const TooltipRenderService: ValueProvider;
4
+ /**
5
+ * NgModule definition for the Smithchart component with providers.
6
+ */
7
+ export declare class SmithchartAllModule {
8
+ }
@@ -1,41 +1,41 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Smithchart } from '@syncfusion/ej2-charts';
4
- import { SmithchartSeriesCollectionDirective } from './series.directive';
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Smithchart Component
10
- * ```html
11
- * <ejs-smithchart></ejs-smithchart>
12
- * ```
13
- */
14
- export declare class SmithchartComponent extends Smithchart implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- context: any;
20
- tagObjects: any;
21
- animationComplete: any;
22
- axisLabelRender: any;
23
- beforePrint: any;
24
- legendRender: any;
25
- load: any;
26
- loaded: any;
27
- seriesRender: any;
28
- subtitleRender: any;
29
- textRender: any;
30
- titleRender: any;
31
- tooltipRender: any;
32
- childSeries: QueryList<SmithchartSeriesCollectionDirective>;
33
- tags: string[];
34
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
35
- ngOnInit(): void;
36
- ngAfterViewInit(): void;
37
- ngOnDestroy(): void;
38
- ngAfterContentChecked(): void;
39
- registerEvents: (eventList: string[]) => void;
40
- addTwoWay: (propList: string[]) => void;
41
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Smithchart } from '@syncfusion/ej2-charts';
4
+ import { SmithchartSeriesCollectionDirective } from './series.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Smithchart Component
10
+ * ```html
11
+ * <ejs-smithchart></ejs-smithchart>
12
+ * ```
13
+ */
14
+ export declare class SmithchartComponent extends Smithchart implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ animationComplete: any;
22
+ axisLabelRender: any;
23
+ beforePrint: any;
24
+ legendRender: any;
25
+ load: any;
26
+ loaded: any;
27
+ seriesRender: any;
28
+ subtitleRender: any;
29
+ textRender: any;
30
+ titleRender: any;
31
+ tooltipRender: any;
32
+ childSeries: QueryList<SmithchartSeriesCollectionDirective>;
33
+ tags: string[];
34
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
35
+ ngOnInit(): void;
36
+ ngAfterViewInit(): void;
37
+ ngOnDestroy(): void;
38
+ ngAfterContentChecked(): void;
39
+ registerEvents: (eventList: string[]) => void;
40
+ addTwoWay: (propList: string[]) => void;
41
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Smithchart component.
3
- */
4
- export declare class SmithchartModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Smithchart component.
3
+ */
4
+ export declare class SmithchartModule {
5
+ }
@@ -1,33 +1,33 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {
4
- private viewContainerRef;
5
- directivePropList: any;
6
- /**
7
- * To configure sparkline rangeband color.
8
- */
9
- color: any;
10
- /**
11
- * To configure sparkline end range.
12
- * @aspdefaultvalueignore
13
- */
14
- endRange: any;
15
- /**
16
- * To configure sparkline rangeband opacity.
17
- * @default 1
18
- */
19
- opacity: any;
20
- /**
21
- * To configure sparkline start range.
22
- * @aspdefaultvalueignore
23
- */
24
- startRange: any;
25
- constructor(viewContainerRef: ViewContainerRef);
26
- }
27
- /**
28
- * RangeBandSetting Array Directive
29
- * @private
30
- */
31
- export declare class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {
32
- constructor();
33
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * To configure sparkline rangeband color.
8
+ */
9
+ color: any;
10
+ /**
11
+ * To configure sparkline end range.
12
+ * @aspdefaultvalueignore
13
+ */
14
+ endRange: any;
15
+ /**
16
+ * To configure sparkline rangeband opacity.
17
+ * @default 1
18
+ */
19
+ opacity: any;
20
+ /**
21
+ * To configure sparkline start range.
22
+ * @aspdefaultvalueignore
23
+ */
24
+ startRange: any;
25
+ constructor(viewContainerRef: ViewContainerRef);
26
+ }
27
+ /**
28
+ * RangeBandSetting Array Directive
29
+ * @private
30
+ */
31
+ export declare class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {
32
+ constructor();
33
+ }
@@ -1,7 +1,7 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const SparklineTooltipService: ValueProvider;
3
- /**
4
- * NgModule definition for the Sparkline component with providers.
5
- */
6
- export declare class SparklineAllModule {
7
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const SparklineTooltipService: ValueProvider;
3
+ /**
4
+ * NgModule definition for the Sparkline component with providers.
5
+ */
6
+ export declare class SparklineAllModule {
7
+ }