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

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 (92) hide show
  1. package/CHANGELOG.md +36 -9
  2. package/README.md +10 -18
  3. package/esm2022/lib/charts/alluvial-chart.component.mjs +5 -6
  4. package/esm2022/lib/charts/area-chart-stacked.component.mjs +5 -6
  5. package/esm2022/lib/charts/area-chart.component.mjs +5 -6
  6. package/esm2022/lib/charts/bar-chart-grouped.component.mjs +5 -6
  7. package/esm2022/lib/charts/bar-chart-simple.component.mjs +5 -6
  8. package/esm2022/lib/charts/bar-chart-stacked.component.mjs +5 -6
  9. package/esm2022/lib/charts/base-chart.component.mjs +5 -6
  10. package/esm2022/lib/charts/boxplot-chart.component.mjs +5 -6
  11. package/esm2022/lib/charts/bubble-chart.component.mjs +5 -6
  12. package/esm2022/lib/charts/bullet-chart.component.mjs +5 -6
  13. package/esm2022/lib/charts/charts.module.mjs +6 -7
  14. package/esm2022/lib/charts/choropleth.component.mjs +5 -6
  15. package/esm2022/lib/charts/circle-pack-chart.component.mjs +5 -6
  16. package/esm2022/lib/charts/combo-chart.component.mjs +5 -6
  17. package/esm2022/lib/charts/donut-chart.component.mjs +5 -6
  18. package/esm2022/lib/charts/gauge-chart.component.mjs +5 -6
  19. package/esm2022/lib/charts/heatmap-chart.component.mjs +5 -6
  20. package/esm2022/lib/charts/histogram-chart.component.mjs +5 -6
  21. package/esm2022/lib/charts/line-chart.component.mjs +5 -6
  22. package/esm2022/lib/charts/lollipop-chart.component.mjs +5 -6
  23. package/esm2022/lib/charts/meter-chart.component.mjs +5 -6
  24. package/esm2022/lib/charts/pie-chart.component.mjs +5 -6
  25. package/esm2022/lib/charts/radar-chart.component.mjs +5 -6
  26. package/esm2022/lib/charts/scatter-chart.component.mjs +5 -6
  27. package/esm2022/lib/charts/tree-chart.component.mjs +5 -6
  28. package/esm2022/lib/charts/treemap-chart.component.mjs +5 -6
  29. package/esm2022/lib/charts/wordcloud-chart.component.mjs +5 -6
  30. package/esm2022/lib/diagrams/edges/edge.component.mjs +5 -6
  31. package/esm2022/lib/diagrams/edges/edge.module.mjs +6 -7
  32. package/esm2022/lib/diagrams/edges/marker/marker.component.mjs +29 -36
  33. package/esm2022/lib/diagrams/edges/marker/marker.module.mjs +6 -7
  34. package/esm2022/lib/diagrams/nodes/cards/card-node-column.component.mjs +5 -6
  35. package/esm2022/lib/diagrams/nodes/cards/card-node-label.component.mjs +5 -6
  36. package/esm2022/lib/diagrams/nodes/cards/card-node-subtitle.component.mjs +5 -6
  37. package/esm2022/lib/diagrams/nodes/cards/card-node-title.component.mjs +5 -6
  38. package/esm2022/lib/diagrams/nodes/cards/card-node.component.mjs +5 -6
  39. package/esm2022/lib/diagrams/nodes/cards/card-node.module.mjs +6 -7
  40. package/esm2022/lib/diagrams/nodes/shape/shape-node.component.mjs +5 -6
  41. package/esm2022/lib/diagrams/nodes/shape/shape-node.module.mjs +6 -7
  42. package/fesm2022/carbon-charts-angular.mjs +140 -140
  43. package/fesm2022/carbon-charts-angular.mjs.map +1 -1
  44. package/index.d.ts +5 -5
  45. package/lib/charts/alluvial-chart.component.d.ts +16 -16
  46. package/lib/charts/area-chart-stacked.component.d.ts +16 -16
  47. package/lib/charts/area-chart.component.d.ts +16 -16
  48. package/lib/charts/bar-chart-grouped.component.d.ts +16 -16
  49. package/lib/charts/bar-chart-simple.component.d.ts +16 -16
  50. package/lib/charts/bar-chart-stacked.component.d.ts +16 -16
  51. package/lib/charts/base-chart.component.d.ts +46 -61
  52. package/lib/charts/boxplot-chart.component.d.ts +16 -16
  53. package/lib/charts/bubble-chart.component.d.ts +16 -16
  54. package/lib/charts/bullet-chart.component.d.ts +16 -16
  55. package/lib/charts/charts.module.d.ts +33 -89
  56. package/lib/charts/choropleth.component.d.ts +16 -16
  57. package/lib/charts/circle-pack-chart.component.d.ts +16 -16
  58. package/lib/charts/combo-chart.component.d.ts +16 -16
  59. package/lib/charts/donut-chart.component.d.ts +16 -16
  60. package/lib/charts/gauge-chart.component.d.ts +16 -16
  61. package/lib/charts/heatmap-chart.component.d.ts +16 -16
  62. package/lib/charts/histogram-chart.component.d.ts +16 -16
  63. package/lib/charts/index.d.ts +27 -27
  64. package/lib/charts/line-chart.component.d.ts +16 -16
  65. package/lib/charts/lollipop-chart.component.d.ts +16 -16
  66. package/lib/charts/meter-chart.component.d.ts +16 -16
  67. package/lib/charts/pie-chart.component.d.ts +16 -16
  68. package/lib/charts/radar-chart.component.d.ts +16 -16
  69. package/lib/charts/scatter-chart.component.d.ts +16 -16
  70. package/lib/charts/tree-chart.component.d.ts +16 -16
  71. package/lib/charts/treemap-chart.component.d.ts +16 -16
  72. package/lib/charts/wordcloud-chart.component.d.ts +16 -16
  73. package/lib/diagrams/config.d.ts +1 -1
  74. package/lib/diagrams/edges/edge.component.d.ts +20 -49
  75. package/lib/diagrams/edges/edge.module.d.ts +9 -15
  76. package/lib/diagrams/edges/marker/marker.component.d.ts +52 -89
  77. package/lib/diagrams/edges/marker/marker.module.d.ts +10 -28
  78. package/lib/diagrams/index.d.ts +4 -4
  79. package/lib/diagrams/nodes/cards/card-node-column.component.d.ts +7 -14
  80. package/lib/diagrams/nodes/cards/card-node-label.component.d.ts +6 -8
  81. package/lib/diagrams/nodes/cards/card-node-subtitle.component.d.ts +6 -8
  82. package/lib/diagrams/nodes/cards/card-node-title.component.d.ts +6 -8
  83. package/lib/diagrams/nodes/cards/card-node.component.d.ts +20 -50
  84. package/lib/diagrams/nodes/cards/card-node.module.d.ts +18 -32
  85. package/lib/diagrams/nodes/shape/shape-node.component.d.ts +25 -73
  86. package/lib/diagrams/nodes/shape/shape-node.module.d.ts +9 -15
  87. package/lib/index.d.ts +2 -2
  88. package/package.json +9 -10
  89. package/styles.css +0 -22118
  90. package/styles.css.map +1 -1
  91. package/styles.min.css +1 -1
  92. package/styles.min.css.map +1 -1
@@ -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,49 +1,20 @@
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
+ 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,15 +1,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
- }
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,89 +1,52 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MarkerComponent {
4
- d: string;
5
- color: string;
6
- id: string;
7
- orient: string | number;
8
- height: string | number;
9
- width: string | number;
10
- refX: string | number;
11
- refY: string | number;
12
- position: 'start' | 'end';
13
- namespace: string;
14
- setAttributes: ({ d, id, height, width }: {
15
- d: string;
16
- id: string;
17
- height: number;
18
- width: number;
19
- }) => void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkerComponent, "ibm-graph-marker,[ibm-graph-marker]", never, {
22
- "d": {
23
- "alias": "d";
24
- "required": false;
25
- };
26
- "color": {
27
- "alias": "color";
28
- "required": false;
29
- };
30
- "id": {
31
- "alias": "id";
32
- "required": false;
33
- };
34
- "orient": {
35
- "alias": "orient";
36
- "required": false;
37
- };
38
- "height": {
39
- "alias": "height";
40
- "required": false;
41
- };
42
- "width": {
43
- "alias": "width";
44
- "required": false;
45
- };
46
- "refX": {
47
- "alias": "refX";
48
- "required": false;
49
- };
50
- "refY": {
51
- "alias": "refY";
52
- "required": false;
53
- };
54
- "position": {
55
- "alias": "position";
56
- "required": false;
57
- };
58
- }, {}, never, never, false, never>;
59
- }
60
- export declare class MarkerArrowLeftComponent extends MarkerComponent implements OnInit {
61
- ngOnInit(): void;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerArrowLeftComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowLeftComponent, "ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]", never, {}, {}, never, never, false, never>;
64
- }
65
- export declare class MarkerArrowRightComponent extends MarkerComponent implements OnInit {
66
- ngOnInit(): void;
67
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerArrowRightComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowRightComponent, "ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]", never, {}, {}, never, never, false, never>;
69
- }
70
- export declare class MarkerShapeNodeComponent extends MarkerComponent implements OnInit {
71
- ngOnInit(): void;
72
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerShapeNodeComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkerShapeNodeComponent, "ibm-graph-marker-circle,[ibm-graph-marker-circle]", never, {}, {}, never, never, false, never>;
74
- }
75
- export declare class MarkerDiamondComponent extends MarkerComponent implements OnInit {
76
- ngOnInit(): void;
77
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDiamondComponent, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkerDiamondComponent, "ibm-graph-marker-diamond,[ibm-graph-marker-diamond]", never, {}, {}, never, never, false, never>;
79
- }
80
- export declare class MarkerSquareComponent extends MarkerComponent implements OnInit {
81
- ngOnInit(): void;
82
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerSquareComponent, never>;
83
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkerSquareComponent, "ibm-graph-marker-square,[ibm-graph-marker-square]", never, {}, {}, never, never, false, never>;
84
- }
85
- export declare class MarkerTeeComponent extends MarkerComponent implements OnInit {
86
- ngOnInit(): void;
87
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerTeeComponent, never>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<MarkerTeeComponent, "ibm-graph-marker-tee,[ibm-graph-marker-tee]", never, {}, {}, never, never, false, never>;
89
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MarkerComponent {
4
+ d: string;
5
+ color: string;
6
+ id: string;
7
+ orient: string | number;
8
+ height: string | number;
9
+ width: string | number;
10
+ refX: string | number;
11
+ refY: string | number;
12
+ position: 'start' | 'end';
13
+ namespace: string;
14
+ setAttributes: ({ d, id, height, width }: {
15
+ d: string;
16
+ id: string;
17
+ height: number;
18
+ width: number;
19
+ }) => void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkerComponent, "ibm-graph-marker,[ibm-graph-marker]", never, { "d": { "alias": "d"; "required": false; }; "color": { "alias": "color"; "required": false; }; "id": { "alias": "id"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "refX": { "alias": "refX"; "required": false; }; "refY": { "alias": "refY"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
22
+ }
23
+ export declare class MarkerArrowLeftComponent extends MarkerComponent implements OnInit {
24
+ ngOnInit(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerArrowLeftComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowLeftComponent, "ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]", never, {}, {}, never, never, false, never>;
27
+ }
28
+ export declare class MarkerArrowRightComponent extends MarkerComponent implements OnInit {
29
+ ngOnInit(): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerArrowRightComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowRightComponent, "ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]", never, {}, {}, never, never, false, never>;
32
+ }
33
+ export declare class MarkerShapeNodeComponent extends MarkerComponent implements OnInit {
34
+ ngOnInit(): void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerShapeNodeComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkerShapeNodeComponent, "ibm-graph-marker-circle,[ibm-graph-marker-circle]", never, {}, {}, never, never, false, never>;
37
+ }
38
+ export declare class MarkerDiamondComponent extends MarkerComponent implements OnInit {
39
+ ngOnInit(): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDiamondComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkerDiamondComponent, "ibm-graph-marker-diamond,[ibm-graph-marker-diamond]", never, {}, {}, never, never, false, never>;
42
+ }
43
+ export declare class MarkerSquareComponent extends MarkerComponent implements OnInit {
44
+ ngOnInit(): void;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerSquareComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkerSquareComponent, "ibm-graph-marker-square,[ibm-graph-marker-square]", never, {}, {}, never, never, false, never>;
47
+ }
48
+ export declare class MarkerTeeComponent extends MarkerComponent implements OnInit {
49
+ ngOnInit(): void;
50
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerTeeComponent, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkerTeeComponent, "ibm-graph-marker-tee,[ibm-graph-marker-tee]", never, {}, {}, never, never, false, never>;
52
+ }