@carbon/charts-angular 1.9.0-rc.5 → 1.9.0-rc.6

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 (90) hide show
  1. package/LICENSE.md +201 -0
  2. package/esm2022/lib/charts/alluvial-chart.component.mjs +3 -3
  3. package/esm2022/lib/charts/area-chart-stacked.component.mjs +3 -3
  4. package/esm2022/lib/charts/area-chart.component.mjs +3 -3
  5. package/esm2022/lib/charts/bar-chart-grouped.component.mjs +3 -3
  6. package/esm2022/lib/charts/bar-chart-simple.component.mjs +3 -3
  7. package/esm2022/lib/charts/bar-chart-stacked.component.mjs +3 -3
  8. package/esm2022/lib/charts/base-chart.component.mjs +3 -3
  9. package/esm2022/lib/charts/boxplot-chart.component.mjs +3 -3
  10. package/esm2022/lib/charts/bubble-chart.component.mjs +3 -3
  11. package/esm2022/lib/charts/bullet-chart.component.mjs +3 -3
  12. package/esm2022/lib/charts/charts.module.mjs +4 -4
  13. package/esm2022/lib/charts/choropleth.component.mjs +3 -3
  14. package/esm2022/lib/charts/circle-pack-chart.component.mjs +3 -3
  15. package/esm2022/lib/charts/combo-chart.component.mjs +3 -3
  16. package/esm2022/lib/charts/donut-chart.component.mjs +3 -3
  17. package/esm2022/lib/charts/gauge-chart.component.mjs +3 -3
  18. package/esm2022/lib/charts/heatmap-chart.component.mjs +3 -3
  19. package/esm2022/lib/charts/histogram-chart.component.mjs +3 -3
  20. package/esm2022/lib/charts/line-chart.component.mjs +3 -3
  21. package/esm2022/lib/charts/lollipop-chart.component.mjs +3 -3
  22. package/esm2022/lib/charts/meter-chart.component.mjs +3 -3
  23. package/esm2022/lib/charts/pie-chart.component.mjs +3 -3
  24. package/esm2022/lib/charts/radar-chart.component.mjs +3 -3
  25. package/esm2022/lib/charts/scatter-chart.component.mjs +3 -3
  26. package/esm2022/lib/charts/tree-chart.component.mjs +3 -3
  27. package/esm2022/lib/charts/treemap-chart.component.mjs +3 -3
  28. package/esm2022/lib/charts/wordcloud-chart.component.mjs +3 -3
  29. package/esm2022/lib/diagrams/edges/edge.component.mjs +3 -3
  30. package/esm2022/lib/diagrams/edges/edge.module.mjs +4 -4
  31. package/esm2022/lib/diagrams/edges/marker/marker.component.mjs +21 -21
  32. package/esm2022/lib/diagrams/edges/marker/marker.module.mjs +4 -4
  33. package/esm2022/lib/diagrams/nodes/cards/card-node-column.component.mjs +3 -3
  34. package/esm2022/lib/diagrams/nodes/cards/card-node-label.component.mjs +3 -3
  35. package/esm2022/lib/diagrams/nodes/cards/card-node-subtitle.component.mjs +3 -3
  36. package/esm2022/lib/diagrams/nodes/cards/card-node-title.component.mjs +3 -3
  37. package/esm2022/lib/diagrams/nodes/cards/card-node.component.mjs +3 -3
  38. package/esm2022/lib/diagrams/nodes/cards/card-node.module.mjs +4 -4
  39. package/esm2022/lib/diagrams/nodes/shape/shape-node.component.mjs +3 -3
  40. package/esm2022/lib/diagrams/nodes/shape/shape-node.module.mjs +4 -4
  41. package/fesm2022/carbon-charts-angular.mjs +140 -140
  42. package/index.d.ts +5 -5
  43. package/lib/charts/alluvial-chart.component.d.ts +16 -16
  44. package/lib/charts/area-chart-stacked.component.d.ts +16 -16
  45. package/lib/charts/area-chart.component.d.ts +16 -16
  46. package/lib/charts/bar-chart-grouped.component.d.ts +16 -16
  47. package/lib/charts/bar-chart-simple.component.d.ts +16 -16
  48. package/lib/charts/bar-chart-stacked.component.d.ts +16 -16
  49. package/lib/charts/base-chart.component.d.ts +61 -46
  50. package/lib/charts/boxplot-chart.component.d.ts +16 -16
  51. package/lib/charts/bubble-chart.component.d.ts +16 -16
  52. package/lib/charts/bullet-chart.component.d.ts +16 -16
  53. package/lib/charts/charts.module.d.ts +89 -33
  54. package/lib/charts/choropleth.component.d.ts +16 -16
  55. package/lib/charts/circle-pack-chart.component.d.ts +16 -16
  56. package/lib/charts/combo-chart.component.d.ts +16 -16
  57. package/lib/charts/donut-chart.component.d.ts +16 -16
  58. package/lib/charts/gauge-chart.component.d.ts +16 -16
  59. package/lib/charts/heatmap-chart.component.d.ts +16 -16
  60. package/lib/charts/histogram-chart.component.d.ts +16 -16
  61. package/lib/charts/index.d.ts +27 -27
  62. package/lib/charts/line-chart.component.d.ts +16 -16
  63. package/lib/charts/lollipop-chart.component.d.ts +16 -16
  64. package/lib/charts/meter-chart.component.d.ts +16 -16
  65. package/lib/charts/pie-chart.component.d.ts +16 -16
  66. package/lib/charts/radar-chart.component.d.ts +16 -16
  67. package/lib/charts/scatter-chart.component.d.ts +16 -16
  68. package/lib/charts/tree-chart.component.d.ts +16 -16
  69. package/lib/charts/treemap-chart.component.d.ts +16 -16
  70. package/lib/charts/wordcloud-chart.component.d.ts +16 -16
  71. package/lib/diagrams/config.d.ts +1 -1
  72. package/lib/diagrams/edges/edge.component.d.ts +49 -20
  73. package/lib/diagrams/edges/edge.module.d.ts +15 -9
  74. package/lib/diagrams/edges/marker/marker.component.d.ts +89 -52
  75. package/lib/diagrams/edges/marker/marker.module.d.ts +28 -10
  76. package/lib/diagrams/index.d.ts +4 -4
  77. package/lib/diagrams/nodes/cards/card-node-column.component.d.ts +14 -7
  78. package/lib/diagrams/nodes/cards/card-node-label.component.d.ts +8 -6
  79. package/lib/diagrams/nodes/cards/card-node-subtitle.component.d.ts +8 -6
  80. package/lib/diagrams/nodes/cards/card-node-title.component.d.ts +8 -6
  81. package/lib/diagrams/nodes/cards/card-node.component.d.ts +50 -20
  82. package/lib/diagrams/nodes/cards/card-node.module.d.ts +32 -18
  83. package/lib/diagrams/nodes/shape/shape-node.component.d.ts +73 -25
  84. package/lib/diagrams/nodes/shape/shape-node.module.d.ts +15 -9
  85. package/lib/index.d.ts +2 -2
  86. package/package.json +4 -4
  87. package/styles.css +386 -187
  88. package/styles.css.map +1 -1
  89. package/styles.min.css +1 -1
  90. package/styles.min.css.map +1 -1
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `ComboChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class ComboChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboChartComponent, "ibm-combo-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `ComboChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class ComboChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboChartComponent, "ibm-combo-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `DonutChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class DonutChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<DonutChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ibm-donut-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `DonutChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class DonutChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<DonutChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ibm-donut-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `GaugeChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class GaugeChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<GaugeChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GaugeChartComponent, "ibm-gauge-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `GaugeChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class GaugeChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<GaugeChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GaugeChartComponent, "ibm-gauge-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `Heatmap` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class HeatmapChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<HeatmapChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<HeatmapChartComponent, "ibm-heatmap-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `Heatmap` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class HeatmapChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeatmapChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeatmapChartComponent, "ibm-heatmap-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `HistogramChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class HistogramChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<HistogramChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<HistogramChartComponent, "ibm-histogram-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `HistogramChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class HistogramChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<HistogramChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<HistogramChartComponent, "ibm-histogram-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,27 +1,27 @@
1
- export { AlluvialChartComponent } from './alluvial-chart.component';
2
- export { AreaChartComponent } from './area-chart.component';
3
- export { BaseChartComponent } from './base-chart.component';
4
- export { BoxplotChartComponent } from './boxplot-chart.component';
5
- export { BubbleChartComponent } from './bubble-chart.component';
6
- export { BulletChartComponent } from './bullet-chart.component';
7
- export { CirclePackChartComponent } from './circle-pack-chart.component';
8
- export { ComboChartComponent } from './combo-chart.component';
9
- export { DonutChartComponent } from './donut-chart.component';
10
- export { ExperimentalChoroplethChartComponent } from './choropleth.component';
11
- export { GaugeChartComponent } from './gauge-chart.component';
12
- export { GroupedBarChartComponent } from './bar-chart-grouped.component';
13
- export { HeatmapChartComponent } from './heatmap-chart.component';
14
- export { HistogramChartComponent } from './histogram-chart.component';
15
- export { LineChartComponent } from './line-chart.component';
16
- export { LollipopChartComponent } from './lollipop-chart.component';
17
- export { MeterChartComponent } from './meter-chart.component';
18
- export { PieChartComponent } from './pie-chart.component';
19
- export { RadarChartComponent } from './radar-chart.component';
20
- export { ScatterChartComponent } from './scatter-chart.component';
21
- export { SimpleBarChartComponent } from './bar-chart-simple.component';
22
- export { StackedAreaChartComponent } from './area-chart-stacked.component';
23
- export { StackedBarChartComponent } from './bar-chart-stacked.component';
24
- export { TreeChartComponent } from './tree-chart.component';
25
- export { TreemapChartComponent } from './treemap-chart.component';
26
- export { WordCloudChartComponent } from './wordcloud-chart.component';
27
- export { ChartsModule } from './charts.module';
1
+ export { AlluvialChartComponent } from './alluvial-chart.component';
2
+ export { AreaChartComponent } from './area-chart.component';
3
+ export { BaseChartComponent } from './base-chart.component';
4
+ export { BoxplotChartComponent } from './boxplot-chart.component';
5
+ export { BubbleChartComponent } from './bubble-chart.component';
6
+ export { BulletChartComponent } from './bullet-chart.component';
7
+ export { CirclePackChartComponent } from './circle-pack-chart.component';
8
+ export { ComboChartComponent } from './combo-chart.component';
9
+ export { DonutChartComponent } from './donut-chart.component';
10
+ export { ExperimentalChoroplethChartComponent } from './choropleth.component';
11
+ export { GaugeChartComponent } from './gauge-chart.component';
12
+ export { GroupedBarChartComponent } from './bar-chart-grouped.component';
13
+ export { HeatmapChartComponent } from './heatmap-chart.component';
14
+ export { HistogramChartComponent } from './histogram-chart.component';
15
+ export { LineChartComponent } from './line-chart.component';
16
+ export { LollipopChartComponent } from './lollipop-chart.component';
17
+ export { MeterChartComponent } from './meter-chart.component';
18
+ export { PieChartComponent } from './pie-chart.component';
19
+ export { RadarChartComponent } from './radar-chart.component';
20
+ export { ScatterChartComponent } from './scatter-chart.component';
21
+ export { SimpleBarChartComponent } from './bar-chart-simple.component';
22
+ export { StackedAreaChartComponent } from './area-chart-stacked.component';
23
+ export { StackedBarChartComponent } from './bar-chart-stacked.component';
24
+ export { TreeChartComponent } from './tree-chart.component';
25
+ export { TreemapChartComponent } from './treemap-chart.component';
26
+ export { WordCloudChartComponent } from './wordcloud-chart.component';
27
+ export { ChartsModule } from './charts.module';
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `LineChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class LineChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<LineChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "ibm-line-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `LineChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class LineChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<LineChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "ibm-line-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `LollipopChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class LollipopChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<LollipopChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<LollipopChartComponent, "ibm-lollipop-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `LollipopChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class LollipopChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<LollipopChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<LollipopChartComponent, "ibm-lollipop-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `MeterChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class MeterChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MeterChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<MeterChartComponent, "ibm-meter-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `MeterChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class MeterChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MeterChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<MeterChartComponent, "ibm-meter-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `PieChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class PieChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<PieChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "ibm-pie-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `PieChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class PieChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<PieChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "ibm-pie-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `RadarChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class RadarChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<RadarChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<RadarChartComponent, "ibm-radar-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `RadarChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class RadarChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadarChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadarChartComponent, "ibm-radar-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `ScatterChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class ScatterChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ScatterChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "ibm-scatter-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `ScatterChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class ScatterChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScatterChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "ibm-scatter-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `TreeChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class TreeChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeChartComponent, "ibm-tree-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `TreeChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class TreeChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeChartComponent, "ibm-tree-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `TreemapChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class TreemapChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TreemapChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "ibm-treemap-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `TreemapChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class TreemapChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreemapChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "ibm-treemap-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `WordCloudChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class WordCloudChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<WordCloudChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<WordCloudChartComponent, "ibm-wordcloud-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `WordCloudChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class WordCloudChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<WordCloudChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<WordCloudChartComponent, "ibm-wordcloud-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1 +1 @@
1
- export declare const carbonPrefix = "cds";
1
+ export declare const carbonPrefix = "cds";
@@ -1,20 +1,49 @@
1
- import * as i0 from "@angular/core";
2
- interface Coordinates {
3
- x: number;
4
- y: number;
5
- }
6
- export declare class EdgeComponent {
7
- color: string;
8
- markerEnd: string;
9
- markerStart: string;
10
- source: Coordinates;
11
- target: Coordinates;
12
- variant?: 'dash-sm' | 'dash-md' | 'dash-lg' | 'dash-xl' | 'double' | 'tunnel';
13
- path: string;
14
- pathClasses: string;
15
- namespace: string;
16
- straight: (source: import("@carbon/charts").Coordinates, target: import("@carbon/charts").Coordinates) => string;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<EdgeComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<EdgeComponent, "ibm-graph-edge, [ibm-graph-edge]", never, { "color": { "alias": "color"; "required": false; }; "markerEnd": { "alias": "markerEnd"; "required": false; }; "markerStart": { "alias": "markerStart"; "required": false; }; "source": { "alias": "source"; "required": false; }; "target": { "alias": "target"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "path": { "alias": "path"; "required": false; }; }, {}, never, never, false, never>;
19
- }
20
- export {};
1
+ import * as i0 from "@angular/core";
2
+ interface Coordinates {
3
+ x: number;
4
+ y: number;
5
+ }
6
+ export declare class EdgeComponent {
7
+ color: string;
8
+ markerEnd: string;
9
+ markerStart: string;
10
+ source: Coordinates;
11
+ target: Coordinates;
12
+ variant?: 'dash-sm' | 'dash-md' | 'dash-lg' | 'dash-xl' | 'double' | 'tunnel';
13
+ path: string;
14
+ pathClasses: string;
15
+ namespace: string;
16
+ straight: (source: import("@carbon/charts").Coordinates, target: import("@carbon/charts").Coordinates) => string;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<EdgeComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<EdgeComponent, "ibm-graph-edge, [ibm-graph-edge]", never, {
19
+ "color": {
20
+ "alias": "color";
21
+ "required": false;
22
+ };
23
+ "markerEnd": {
24
+ "alias": "markerEnd";
25
+ "required": false;
26
+ };
27
+ "markerStart": {
28
+ "alias": "markerStart";
29
+ "required": false;
30
+ };
31
+ "source": {
32
+ "alias": "source";
33
+ "required": false;
34
+ };
35
+ "target": {
36
+ "alias": "target";
37
+ "required": false;
38
+ };
39
+ "variant": {
40
+ "alias": "variant";
41
+ "required": false;
42
+ };
43
+ "path": {
44
+ "alias": "path";
45
+ "required": false;
46
+ };
47
+ }, {}, never, never, false, never>;
48
+ }
49
+ export {};
@@ -1,9 +1,15 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./edge.component";
3
- import * as i2 from "@angular/common";
4
- export { EdgeComponent } from './edge.component';
5
- export declare class EdgeModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<EdgeModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<EdgeModule, [typeof i1.EdgeComponent], [typeof i2.CommonModule], [typeof i1.EdgeComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<EdgeModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./edge.component";
3
+ import * as i2 from "@angular/common";
4
+ export { EdgeComponent } from './edge.component';
5
+ export declare class EdgeModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EdgeModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EdgeModule, [
8
+ typeof i1.EdgeComponent
9
+ ], [
10
+ typeof i2.CommonModule
11
+ ], [
12
+ typeof i1.EdgeComponent
13
+ ]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<EdgeModule>;
15
+ }