@syncfusion/ej2-angular-charts 32.2.9 → 33.1.44-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 (155) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5388 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +5087 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-charts.umd.js +6123 -0
  7. package/dist/ej2-angular-charts.umd.js.map +1 -0
  8. package/dist/ej2-angular-charts.umd.min.js +11 -0
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  10. package/ej2-angular-charts.d.ts +14 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/package.json +12 -24
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +59 -61
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  20. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  21. package/src/accumulation-chart/series.directive.d.ts +257 -249
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  26. package/src/chart/annotations.directive.d.ts +96 -101
  27. package/src/chart/axes.directive.d.ts +404 -409
  28. package/src/chart/categories.directive.d.ts +69 -74
  29. package/src/chart/chart-all.module.d.ts +67 -72
  30. package/src/chart/chart.component.d.ts +88 -89
  31. package/src/chart/chart.module.d.ts +5 -24
  32. package/src/chart/columns.directive.d.ts +30 -35
  33. package/src/chart/indicators.directive.d.ts +260 -255
  34. package/src/chart/multilevellabels.directive.d.ts +57 -62
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  36. package/src/chart/rows.directive.d.ts +30 -35
  37. package/src/chart/segments.directive.d.ts +41 -46
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  39. package/src/chart/series.directive.d.ts +500 -488
  40. package/src/chart/striplines.directive.d.ts +166 -171
  41. package/src/chart/trendlines.directive.d.ts +122 -117
  42. package/src/chart3d/axes.directive.d.ts +266 -271
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  44. package/src/chart3d/chart3d.component.d.ts +62 -65
  45. package/src/chart3d/chart3d.module.d.ts +5 -16
  46. package/src/chart3d/columns.directive.d.ts +26 -31
  47. package/src/chart3d/rows.directive.d.ts +26 -31
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  49. package/src/chart3d/series.directive.d.ts +172 -177
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  54. package/src/circularchart3d/series.directive.d.ts +142 -147
  55. package/src/index.d.ts +68 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  59. package/src/range-navigator/series.directive.d.ts +78 -83
  60. package/src/sankey/links.directive.d.ts +41 -0
  61. package/src/sankey/nodes.directive.d.ts +44 -0
  62. package/src/sankey/sankey-all.module.d.ts +10 -0
  63. package/src/sankey/sankey.component.d.ts +53 -0
  64. package/src/sankey/sankey.module.d.ts +5 -0
  65. package/src/smithchart/series.directive.d.ts +88 -93
  66. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  67. package/src/smithchart/smithchart.component.d.ts +41 -44
  68. package/src/smithchart/smithchart.module.d.ts +5 -12
  69. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  70. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  71. package/src/sparkline/sparkline.component.d.ts +43 -46
  72. package/src/sparkline/sparkline.module.d.ts +5 -12
  73. package/src/stock-chart/annotations.directive.d.ts +84 -89
  74. package/src/stock-chart/axes.directive.d.ts +286 -291
  75. package/src/stock-chart/indicators.directive.d.ts +221 -213
  76. package/src/stock-chart/periods.directive.d.ts +42 -47
  77. package/src/stock-chart/rows.directive.d.ts +30 -35
  78. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  79. package/src/stock-chart/series.directive.d.ts +259 -247
  80. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  81. package/src/stock-chart/stockchart.component.d.ts +67 -68
  82. package/src/stock-chart/stockchart.module.d.ts +5 -20
  83. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  84. package/src/stock-chart/trendlines.directive.d.ts +123 -118
  85. package/CHANGELOG.md +0 -3815
  86. package/esm2020/public_api.mjs +0 -2
  87. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  88. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  89. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  90. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  91. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  92. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  93. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  94. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  95. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  96. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  97. package/esm2020/src/chart/axes.directive.mjs +0 -58
  98. package/esm2020/src/chart/categories.directive.mjs +0 -59
  99. package/esm2020/src/chart/chart-all.module.mjs +0 -206
  100. package/esm2020/src/chart/chart.component.mjs +0 -525
  101. package/esm2020/src/chart/chart.module.mjs +0 -142
  102. package/esm2020/src/chart/columns.directive.mjs +0 -52
  103. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  104. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  105. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  106. package/esm2020/src/chart/rows.directive.mjs +0 -52
  107. package/esm2020/src/chart/segments.directive.mjs +0 -58
  108. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  109. package/esm2020/src/chart/series.directive.mjs +0 -68
  110. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  111. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  112. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  114. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  115. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  116. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  119. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  120. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  121. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  122. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  123. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  124. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  125. package/esm2020/src/index.mjs +0 -64
  126. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  127. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  128. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  129. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  130. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  131. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  132. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  133. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  134. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  135. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  136. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  137. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  138. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  139. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  140. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  141. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  142. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  143. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  145. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  146. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
  147. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  148. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  149. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  150. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  151. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
  152. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  153. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
  154. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  155. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,65 +1,62 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Chart3D } from '@syncfusion/ej2-charts';
4
- import { Chart3DSeriesCollectionDirective } from './series.directive';
5
- import { Chart3DAxesDirective } from './axes.directive';
6
- import { Chart3DRowsDirective } from './rows.directive';
7
- import { Chart3DColumnsDirective } from './columns.directive';
8
- import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
9
- import * as i0 from "@angular/core";
10
- export declare const inputs: string[];
11
- export declare const outputs: string[];
12
- export declare const twoWays: string[];
13
- /**
14
- * 3D Chart Component
15
- * ```html
16
- * <ejschart3d></ejschart3d>
17
- * ```
18
- */
19
- export declare class Chart3DComponent extends Chart3D implements IComponentBase {
20
- private ngEle;
21
- private srenderer;
22
- private viewContainerRef;
23
- private injector;
24
- context: any;
25
- tagObjects: any;
26
- afterExport: any;
27
- axisLabelRender: any;
28
- beforeExport: any;
29
- beforePrint: any;
30
- beforeResize: any;
31
- chart3DMouseClick: any;
32
- chart3DMouseDown: any;
33
- chart3DMouseLeave: any;
34
- chart3DMouseMove: any;
35
- chart3DMouseUp: any;
36
- legendClick: any;
37
- legendRender: any;
38
- load: any;
39
- loaded: any;
40
- pointClick: any;
41
- pointMove: any;
42
- pointRender: any;
43
- resized: any;
44
- selectionComplete: any;
45
- seriesRender: any;
46
- textRender: any;
47
- tooltipRender: any;
48
- dataSourceChange: any;
49
- childSeries: QueryList<Chart3DSeriesCollectionDirective>;
50
- childAxes: QueryList<Chart3DAxesDirective>;
51
- childRows: QueryList<Chart3DRowsDirective>;
52
- childColumns: QueryList<Chart3DColumnsDirective>;
53
- childSelectedDataIndexes: QueryList<Chart3DSelectedDataIndexesDirective>;
54
- tags: string[];
55
- tooltip_template: any;
56
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
57
- ngOnInit(): void;
58
- ngAfterViewInit(): void;
59
- ngOnDestroy(): void;
60
- ngAfterContentChecked(): void;
61
- registerEvents: (eventList: string[]) => void;
62
- addTwoWay: (propList: string[]) => void;
63
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<Chart3DComponent, "ejs-chart3d", never, { "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "columns": "columns"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "depth": "depth"; "description": "description"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRotation": "enableRotation"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "palettes": "palettes"; "perspectiveAngle": "perspectiveAngle"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rotation": "rotation"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "tilt": "tilt"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "wallColor": "wallColor"; "wallSize": "wallSize"; "width": "width"; }, { "afterExport": "afterExport"; "axisLabelRender": "axisLabelRender"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chart3DMouseClick": "chart3DMouseClick"; "chart3DMouseDown": "chart3DMouseDown"; "chart3DMouseLeave": "chart3DMouseLeave"; "chart3DMouseMove": "chart3DMouseMove"; "chart3DMouseUp": "chart3DMouseUp"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "pointClick": "pointClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAxes", "childRows", "childColumns", "childSelectedDataIndexes"], never>;
65
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Chart3D } from '@syncfusion/ej2-charts';
4
+ import { Chart3DSeriesCollectionDirective } from './series.directive';
5
+ import { Chart3DAxesDirective } from './axes.directive';
6
+ import { Chart3DRowsDirective } from './rows.directive';
7
+ import { Chart3DColumnsDirective } from './columns.directive';
8
+ import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
9
+ export declare const inputs: string[];
10
+ export declare const outputs: string[];
11
+ export declare const twoWays: string[];
12
+ /**
13
+ * 3D Chart Component
14
+ * ```html
15
+ * <ejschart3d></ejschart3d>
16
+ * ```
17
+ */
18
+ export declare class Chart3DComponent extends Chart3D implements IComponentBase {
19
+ private ngEle;
20
+ private srenderer;
21
+ private viewContainerRef;
22
+ private injector;
23
+ context: any;
24
+ tagObjects: any;
25
+ afterExport: any;
26
+ axisLabelRender: any;
27
+ beforeExport: any;
28
+ beforePrint: any;
29
+ beforeResize: any;
30
+ chart3DMouseClick: any;
31
+ chart3DMouseDown: any;
32
+ chart3DMouseLeave: any;
33
+ chart3DMouseMove: any;
34
+ chart3DMouseUp: any;
35
+ legendClick: any;
36
+ legendRender: any;
37
+ load: any;
38
+ loaded: any;
39
+ pointClick: any;
40
+ pointMove: any;
41
+ pointRender: any;
42
+ resized: any;
43
+ selectionComplete: any;
44
+ seriesRender: any;
45
+ textRender: any;
46
+ tooltipRender: any;
47
+ dataSourceChange: any;
48
+ childSeries: QueryList<Chart3DSeriesCollectionDirective>;
49
+ childAxes: QueryList<Chart3DAxesDirective>;
50
+ childRows: QueryList<Chart3DRowsDirective>;
51
+ childColumns: QueryList<Chart3DColumnsDirective>;
52
+ childSelectedDataIndexes: QueryList<Chart3DSelectedDataIndexesDirective>;
53
+ tags: string[];
54
+ tooltip_template: any;
55
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
56
+ ngOnInit(): void;
57
+ ngAfterViewInit(): void;
58
+ ngOnDestroy(): void;
59
+ ngAfterContentChecked(): void;
60
+ registerEvents: (eventList: string[]) => void;
61
+ addTwoWay: (propList: string[]) => void;
62
+ }
@@ -1,16 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./chart3d.component";
3
- import * as i2 from "./series.directive";
4
- import * as i3 from "./axes.directive";
5
- import * as i4 from "./rows.directive";
6
- import * as i5 from "./columns.directive";
7
- import * as i6 from "./selecteddataindexes.directive";
8
- import * as i7 from "@angular/common";
9
- /**
10
- * NgModule definition for the Chart3D component.
11
- */
12
- export declare class Chart3DModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<Chart3DModule, [typeof i1.Chart3DComponent, typeof i2.Chart3DSeriesDirective, typeof i2.Chart3DSeriesCollectionDirective, typeof i3.Chart3DAxisDirective, typeof i3.Chart3DAxesDirective, typeof i4.Chart3DRowDirective, typeof i4.Chart3DRowsDirective, typeof i5.Chart3DColumnDirective, typeof i5.Chart3DColumnsDirective, typeof i6.Chart3DSelectedDataIndexDirective, typeof i6.Chart3DSelectedDataIndexesDirective], [typeof i7.CommonModule], [typeof i1.Chart3DComponent, typeof i2.Chart3DSeriesDirective, typeof i2.Chart3DSeriesCollectionDirective, typeof i3.Chart3DAxisDirective, typeof i3.Chart3DAxesDirective, typeof i4.Chart3DRowDirective, typeof i4.Chart3DRowsDirective, typeof i5.Chart3DColumnDirective, typeof i5.Chart3DColumnsDirective, typeof i6.Chart3DSelectedDataIndexDirective, typeof i6.Chart3DSelectedDataIndexesDirective]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<Chart3DModule>;
16
- }
1
+ /**
2
+ * NgModule definition for the Chart3D component.
3
+ */
4
+ export declare class Chart3DModule {
5
+ }
@@ -1,31 +1,26 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Column3D Directive
6
- * ```html
7
- * <e-columns><e-column></e-column><e-columns>
8
- * ```
9
- */
10
- export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * The width of the column as a string accepts input both as like '100px' or '100%'.
15
- * If specified as '100%, column renders to the full width of its chart.
16
- * @default '100%'
17
- */
18
- width: any;
19
- constructor(viewContainerRef: ViewContainerRef);
20
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DColumnDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DColumnDirective, "e-chart3d-columns>e-chart3d-columns", never, { "width": "width"; }, {}, never>;
22
- }
23
- /**
24
- * Chart3DColumn Array Directive
25
- * @private
26
- */
27
- export declare class Chart3DColumnsDirective extends ArrayBase<Chart3DColumnsDirective> {
28
- constructor();
29
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DColumnsDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DColumnsDirective, "ejs-chart3d>e-chart3d-columns", never, {}, {}, ["children"]>;
31
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Column3D Directive
5
+ * ```html
6
+ * <e-columns><e-column></e-column><e-columns>
7
+ * ```
8
+ */
9
+ export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * The width of the column as a string accepts input both as like '100px' or '100%'.
14
+ * If specified as '100%, column renders to the full width of its chart.
15
+ * @default '100%'
16
+ */
17
+ width: any;
18
+ constructor(viewContainerRef: ViewContainerRef);
19
+ }
20
+ /**
21
+ * Chart3DColumn Array Directive
22
+ * @private
23
+ */
24
+ export declare class Chart3DColumnsDirective extends ArrayBase<Chart3DColumnsDirective> {
25
+ constructor();
26
+ }
@@ -1,31 +1,26 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Row3D Directive
6
- * ```html
7
- * <e-rows><e-row></e-row><e-rows>
8
- * ```
9
- */
10
- export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * The height of the row as a string accept input both as '100px' and '100%'.
15
- * If specified as '100%, row renders to the full height of its chart.
16
- * @default '100%'
17
- */
18
- height: any;
19
- constructor(viewContainerRef: ViewContainerRef);
20
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DRowDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DRowDirective, "e-chart3d-rows>e-chart3d-row", never, { "height": "height"; }, {}, never>;
22
- }
23
- /**
24
- * Chart3DRow Array Directive
25
- * @private
26
- */
27
- export declare class Chart3DRowsDirective extends ArrayBase<Chart3DRowsDirective> {
28
- constructor();
29
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DRowsDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DRowsDirective, "ejs-chart3d>e-chart3d-rows", never, {}, {}, ["children"]>;
31
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Row3D Directive
5
+ * ```html
6
+ * <e-rows><e-row></e-row><e-rows>
7
+ * ```
8
+ */
9
+ export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * The height of the row as a string accept input both as '100px' and '100%'.
14
+ * If specified as '100%, row renders to the full height of its chart.
15
+ * @default '100%'
16
+ */
17
+ height: any;
18
+ constructor(viewContainerRef: ViewContainerRef);
19
+ }
20
+ /**
21
+ * Chart3DRow Array Directive
22
+ * @private
23
+ */
24
+ export declare class Chart3DRowsDirective extends ArrayBase<Chart3DRowsDirective> {
25
+ constructor();
26
+ }
@@ -1,37 +1,32 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Selected Data Directive
6
- * ```html
7
- * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
8
- * ```
9
- */
10
- export declare class Chart3DSelectedDataIndexDirective extends ComplexBase<Chart3DSelectedDataIndexDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * Specifies the index of the data point within the series.
15
- * @default 0
16
- * @asptype int
17
- */
18
- point: any;
19
- /**
20
- * Specifies the index of the series.
21
- * @default 0
22
- * @asptype int
23
- */
24
- series: any;
25
- constructor(viewContainerRef: ViewContainerRef);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSelectedDataIndexDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSelectedDataIndexDirective, "e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
28
- }
29
- /**
30
- * Chart3DSelectedDataIndex Array Directive
31
- * @private
32
- */
33
- export declare class Chart3DSelectedDataIndexesDirective extends ArrayBase<Chart3DSelectedDataIndexesDirective> {
34
- constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSelectedDataIndexesDirective, "ejs-chart3d>e-chart3d-selecteddataindexes", never, {}, {}, ["children"]>;
37
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Selected Data Directive
5
+ * ```html
6
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
7
+ * ```
8
+ */
9
+ export declare class Chart3DSelectedDataIndexDirective extends ComplexBase<Chart3DSelectedDataIndexDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Specifies the index of the data point within the series.
14
+ * @default 0
15
+ * @asptype int
16
+ */
17
+ point: any;
18
+ /**
19
+ * Specifies the index of the series.
20
+ * @default 0
21
+ * @asptype int
22
+ */
23
+ series: any;
24
+ constructor(viewContainerRef: ViewContainerRef);
25
+ }
26
+ /**
27
+ * Chart3DSelectedDataIndex Array Directive
28
+ * @private
29
+ */
30
+ export declare class Chart3DSelectedDataIndexesDirective extends ArrayBase<Chart3DSelectedDataIndexesDirective> {
31
+ constructor();
32
+ }