@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,28 +1,10 @@
1
- import { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent } from './marker.component';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./marker.component";
4
- import * as i2 from "@angular/common";
5
- export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent };
6
- export declare class MarkerModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MarkerModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<MarkerModule, [
9
- typeof i1.MarkerComponent,
10
- typeof i1.MarkerArrowLeftComponent,
11
- typeof i1.MarkerArrowRightComponent,
12
- typeof i1.MarkerShapeNodeComponent,
13
- typeof i1.MarkerDiamondComponent,
14
- typeof i1.MarkerSquareComponent,
15
- typeof i1.MarkerTeeComponent
16
- ], [
17
- typeof i2.CommonModule
18
- ], [
19
- typeof i1.MarkerComponent,
20
- typeof i1.MarkerArrowLeftComponent,
21
- typeof i1.MarkerArrowRightComponent,
22
- typeof i1.MarkerShapeNodeComponent,
23
- typeof i1.MarkerDiamondComponent,
24
- typeof i1.MarkerSquareComponent,
25
- typeof i1.MarkerTeeComponent
26
- ]>;
27
- static ɵinj: i0.ɵɵInjectorDeclaration<MarkerModule>;
28
- }
1
+ import { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent } from './marker.component';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./marker.component";
4
+ import * as i2 from "@angular/common";
5
+ export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent };
6
+ export declare class MarkerModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkerModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MarkerModule, [typeof i1.MarkerComponent, typeof i1.MarkerArrowLeftComponent, typeof i1.MarkerArrowRightComponent, typeof i1.MarkerShapeNodeComponent, typeof i1.MarkerDiamondComponent, typeof i1.MarkerSquareComponent, typeof i1.MarkerTeeComponent], [typeof i2.CommonModule], [typeof i1.MarkerComponent, typeof i1.MarkerArrowLeftComponent, typeof i1.MarkerArrowRightComponent, typeof i1.MarkerShapeNodeComponent, typeof i1.MarkerDiamondComponent, typeof i1.MarkerSquareComponent, typeof i1.MarkerTeeComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<MarkerModule>;
10
+ }
@@ -1,4 +1,4 @@
1
- export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule } from './edges/marker/marker.module';
2
- export { EdgeComponent, EdgeModule } from './edges/edge.module';
3
- export { CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule } from './nodes/cards/card-node.module';
4
- export { ShapeNodeComponent, ShapeNodeModule } from './nodes/shape/shape-node.module';
1
+ export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent, MarkerModule } from './edges/marker/marker.module';
2
+ export { EdgeComponent, EdgeModule } from './edges/edge.module';
3
+ export { CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule } from './nodes/cards/card-node.module';
4
+ export { ShapeNodeComponent, ShapeNodeModule } from './nodes/shape/shape-node.module';
@@ -1,14 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardNodeColumnComponent {
3
- farsideColumn: boolean;
4
- readonly class: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeColumnComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeColumnComponent, "ibm-diagram-card-node-column", never, {
7
- "farsideColumn": {
8
- "alias": "farsideColumn";
9
- "required": false;
10
- };
11
- }, {}, never, [
12
- "*"
13
- ], false, never>;
14
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CardNodeColumnComponent {
3
+ farsideColumn: boolean;
4
+ get class(): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeColumnComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeColumnComponent, "ibm-diagram-card-node-column", never, { "farsideColumn": { "alias": "farsideColumn"; "required": false; }; }, {}, never, ["*"], false, never>;
7
+ }
@@ -1,8 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardNodeLabelComponent {
3
- namespace: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeLabelComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeLabelComponent, "ibm-diagram-card-node-label", never, {}, {}, never, [
6
- "*"
7
- ], false, never>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CardNodeLabelComponent {
3
+ namespace: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeLabelComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeLabelComponent, "ibm-diagram-card-node-label", never, {}, {}, never, ["*"], false, never>;
6
+ }
@@ -1,8 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardNodeSubtitleComponent {
3
- namespace: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeSubtitleComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeSubtitleComponent, "ibm-diagram-card-node-subtitle", never, {}, {}, never, [
6
- "*"
7
- ], false, never>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CardNodeSubtitleComponent {
3
+ namespace: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeSubtitleComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeSubtitleComponent, "ibm-diagram-card-node-subtitle", never, {}, {}, never, ["*"], false, never>;
6
+ }
@@ -1,8 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardNodeTitleComponent {
3
- namespace: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeTitleComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeTitleComponent, "ibm-diagram-card-node-title", never, {}, {}, never, [
6
- "*"
7
- ], false, never>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CardNodeTitleComponent {
3
+ namespace: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeTitleComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeTitleComponent, "ibm-diagram-card-node-title", never, {}, {}, never, ["*"], false, never>;
6
+ }
@@ -1,50 +1,20 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CardNodeComponent implements OnInit {
4
- as: string;
5
- href: string;
6
- color: string;
7
- stacked: boolean;
8
- position: string;
9
- click: EventEmitter<MouseEvent>;
10
- mouseEnter: EventEmitter<MouseEvent>;
11
- mouseOver: EventEmitter<MouseEvent>;
12
- mouseOut: EventEmitter<MouseEvent>;
13
- mouseLeave: EventEmitter<MouseEvent>;
14
- mouseMove: EventEmitter<MouseEvent>;
15
- namespace: string;
16
- component: string;
17
- ngOnInit(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeComponent, "ibm-diagram-card-node", never, {
20
- "as": {
21
- "alias": "as";
22
- "required": false;
23
- };
24
- "href": {
25
- "alias": "href";
26
- "required": false;
27
- };
28
- "color": {
29
- "alias": "color";
30
- "required": false;
31
- };
32
- "stacked": {
33
- "alias": "stacked";
34
- "required": false;
35
- };
36
- "position": {
37
- "alias": "position";
38
- "required": false;
39
- };
40
- }, {
41
- "click": "click";
42
- "mouseEnter": "mouseEnter";
43
- "mouseOver": "mouseOver";
44
- "mouseOut": "mouseOut";
45
- "mouseLeave": "mouseLeave";
46
- "mouseMove": "mouseMove";
47
- }, never, [
48
- "*"
49
- ], false, never>;
50
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CardNodeComponent implements OnInit {
4
+ as: string;
5
+ href: string;
6
+ color: string;
7
+ stacked: boolean;
8
+ position: string;
9
+ click: EventEmitter<MouseEvent>;
10
+ mouseEnter: EventEmitter<MouseEvent>;
11
+ mouseOver: EventEmitter<MouseEvent>;
12
+ mouseOut: EventEmitter<MouseEvent>;
13
+ mouseLeave: EventEmitter<MouseEvent>;
14
+ mouseMove: EventEmitter<MouseEvent>;
15
+ namespace: string;
16
+ component: string;
17
+ ngOnInit(): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeComponent, "ibm-diagram-card-node", never, { "as": { "alias": "as"; "required": false; }; "href": { "alias": "href"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "click": "click"; "mouseEnter": "mouseEnter"; "mouseOver": "mouseOver"; "mouseOut": "mouseOut"; "mouseLeave": "mouseLeave"; "mouseMove": "mouseMove"; }, never, ["*"], false, never>;
20
+ }
@@ -1,32 +1,18 @@
1
- import { CardNodeComponent } from './card-node.component';
2
- import { CardNodeColumnComponent } from './card-node-column.component';
3
- import { CardNodeLabelComponent } from './card-node-label.component';
4
- import { CardNodeSubtitleComponent } from './card-node-subtitle.component';
5
- import { CardNodeTitleComponent } from './card-node-title.component';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "./card-node.component";
8
- import * as i2 from "./card-node-column.component";
9
- import * as i3 from "./card-node-label.component";
10
- import * as i4 from "./card-node-subtitle.component";
11
- import * as i5 from "./card-node-title.component";
12
- import * as i6 from "@angular/common";
13
- export { CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent };
14
- export declare class CardNodeModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<CardNodeModule, [
17
- typeof i1.CardNodeComponent,
18
- typeof i2.CardNodeColumnComponent,
19
- typeof i3.CardNodeLabelComponent,
20
- typeof i4.CardNodeSubtitleComponent,
21
- typeof i5.CardNodeTitleComponent
22
- ], [
23
- typeof i6.CommonModule
24
- ], [
25
- typeof i1.CardNodeComponent,
26
- typeof i2.CardNodeColumnComponent,
27
- typeof i3.CardNodeLabelComponent,
28
- typeof i4.CardNodeSubtitleComponent,
29
- typeof i5.CardNodeTitleComponent
30
- ]>;
31
- static ɵinj: i0.ɵɵInjectorDeclaration<CardNodeModule>;
32
- }
1
+ import { CardNodeComponent } from './card-node.component';
2
+ import { CardNodeColumnComponent } from './card-node-column.component';
3
+ import { CardNodeLabelComponent } from './card-node-label.component';
4
+ import { CardNodeSubtitleComponent } from './card-node-subtitle.component';
5
+ import { CardNodeTitleComponent } from './card-node-title.component';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "./card-node.component";
8
+ import * as i2 from "./card-node-column.component";
9
+ import * as i3 from "./card-node-label.component";
10
+ import * as i4 from "./card-node-subtitle.component";
11
+ import * as i5 from "./card-node-title.component";
12
+ import * as i6 from "@angular/common";
13
+ export { CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent };
14
+ export declare class CardNodeModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardNodeModule, [typeof i1.CardNodeComponent, typeof i2.CardNodeColumnComponent, typeof i3.CardNodeLabelComponent, typeof i4.CardNodeSubtitleComponent, typeof i5.CardNodeTitleComponent], [typeof i6.CommonModule], [typeof i1.CardNodeComponent, typeof i2.CardNodeColumnComponent, typeof i3.CardNodeLabelComponent, typeof i4.CardNodeSubtitleComponent, typeof i5.CardNodeTitleComponent]>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<CardNodeModule>;
18
+ }
@@ -1,73 +1,25 @@
1
- import { EventEmitter, TemplateRef, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ShapeNodeComponent implements OnInit {
4
- as: string;
5
- href: string;
6
- renderIcon?: TemplateRef<void>;
7
- size: number;
8
- stacked: boolean;
9
- shape: 'circle' | 'square' | 'rounded-square';
10
- subtitle: string;
11
- title: string;
12
- position: string;
13
- bodyPosition: string;
14
- click: EventEmitter<MouseEvent>;
15
- mouseEnter: EventEmitter<MouseEvent>;
16
- mouseOver: EventEmitter<MouseEvent>;
17
- mouseOut: EventEmitter<MouseEvent>;
18
- mouseLeave: EventEmitter<MouseEvent>;
19
- mouseMove: EventEmitter<MouseEvent>;
20
- namespace: string;
21
- component: string;
22
- ngOnInit(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<ShapeNodeComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ShapeNodeComponent, "ibm-diagram-shape-node", never, {
25
- "as": {
26
- "alias": "as";
27
- "required": false;
28
- };
29
- "href": {
30
- "alias": "href";
31
- "required": false;
32
- };
33
- "renderIcon": {
34
- "alias": "renderIcon";
35
- "required": false;
36
- };
37
- "size": {
38
- "alias": "size";
39
- "required": false;
40
- };
41
- "stacked": {
42
- "alias": "stacked";
43
- "required": false;
44
- };
45
- "shape": {
46
- "alias": "shape";
47
- "required": false;
48
- };
49
- "subtitle": {
50
- "alias": "subtitle";
51
- "required": false;
52
- };
53
- "title": {
54
- "alias": "title";
55
- "required": false;
56
- };
57
- "position": {
58
- "alias": "position";
59
- "required": false;
60
- };
61
- "bodyPosition": {
62
- "alias": "bodyPosition";
63
- "required": false;
64
- };
65
- }, {
66
- "click": "click";
67
- "mouseEnter": "mouseEnter";
68
- "mouseOver": "mouseOver";
69
- "mouseOut": "mouseOut";
70
- "mouseLeave": "mouseLeave";
71
- "mouseMove": "mouseMove";
72
- }, never, never, false, never>;
73
- }
1
+ import { EventEmitter, TemplateRef, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ShapeNodeComponent implements OnInit {
4
+ as: string;
5
+ href: string;
6
+ renderIcon?: TemplateRef<void>;
7
+ size: number;
8
+ stacked: boolean;
9
+ shape: 'circle' | 'square' | 'rounded-square';
10
+ subtitle: string;
11
+ title: string;
12
+ position: string;
13
+ bodyPosition: string;
14
+ click: EventEmitter<MouseEvent>;
15
+ mouseEnter: EventEmitter<MouseEvent>;
16
+ mouseOver: EventEmitter<MouseEvent>;
17
+ mouseOut: EventEmitter<MouseEvent>;
18
+ mouseLeave: EventEmitter<MouseEvent>;
19
+ mouseMove: EventEmitter<MouseEvent>;
20
+ namespace: string;
21
+ component: string;
22
+ ngOnInit(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShapeNodeComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShapeNodeComponent, "ibm-diagram-shape-node", never, { "as": { "alias": "as"; "required": false; }; "href": { "alias": "href"; "required": false; }; "renderIcon": { "alias": "renderIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; "position": { "alias": "position"; "required": false; }; "bodyPosition": { "alias": "bodyPosition"; "required": false; }; }, { "click": "click"; "mouseEnter": "mouseEnter"; "mouseOver": "mouseOver"; "mouseOut": "mouseOut"; "mouseLeave": "mouseLeave"; "mouseMove": "mouseMove"; }, never, never, false, never>;
25
+ }
@@ -1,15 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./shape-node.component";
3
- import * as i2 from "@angular/common";
4
- export { ShapeNodeComponent } from './shape-node.component';
5
- export declare class ShapeNodeModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ShapeNodeModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ShapeNodeModule, [
8
- typeof i1.ShapeNodeComponent
9
- ], [
10
- typeof i2.CommonModule
11
- ], [
12
- typeof i1.ShapeNodeComponent
13
- ]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<ShapeNodeModule>;
15
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./shape-node.component";
3
+ import * as i2 from "@angular/common";
4
+ export { ShapeNodeComponent } from './shape-node.component';
5
+ export declare class ShapeNodeModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShapeNodeModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ShapeNodeModule, [typeof i1.ShapeNodeComponent], [typeof i2.CommonModule], [typeof i1.ShapeNodeComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<ShapeNodeModule>;
9
+ }
package/lib/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { AlluvialChartComponent, AreaChartComponent, BaseChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, ChartsModule, CirclePackChartComponent, ComboChartComponent, DonutChartComponent, ExperimentalChoroplethChartComponent, GaugeChartComponent, GroupedBarChartComponent, HeatmapChartComponent, HistogramChartComponent, LineChartComponent, LollipopChartComponent, MeterChartComponent, PieChartComponent, RadarChartComponent, ScatterChartComponent, SimpleBarChartComponent, StackedAreaChartComponent, StackedBarChartComponent, TreeChartComponent, TreemapChartComponent, WordCloudChartComponent } from './charts';
2
- export { CardNodeColumnComponent, CardNodeComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerComponent, MarkerDiamondComponent, MarkerModule, MarkerShapeNodeComponent, MarkerSquareComponent, MarkerTeeComponent, ShapeNodeComponent, ShapeNodeModule } from './diagrams';
1
+ export { AlluvialChartComponent, AreaChartComponent, BaseChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, ChartsModule, CirclePackChartComponent, ComboChartComponent, DonutChartComponent, ExperimentalChoroplethChartComponent, GaugeChartComponent, GroupedBarChartComponent, HeatmapChartComponent, HistogramChartComponent, LineChartComponent, LollipopChartComponent, MeterChartComponent, PieChartComponent, RadarChartComponent, ScatterChartComponent, SimpleBarChartComponent, StackedAreaChartComponent, StackedBarChartComponent, TreeChartComponent, TreemapChartComponent, WordCloudChartComponent } from './charts';
2
+ export { CardNodeColumnComponent, CardNodeComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, EdgeComponent, EdgeModule, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerComponent, MarkerDiamondComponent, MarkerModule, MarkerShapeNodeComponent, MarkerSquareComponent, MarkerTeeComponent, ShapeNodeComponent, ShapeNodeModule } from './diagrams';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "1.9.0-rc.6",
4
- "description": "Carbon charting components for Angular",
3
+ "version": "1.10.1",
4
+ "description": "Carbon Charts component library for Angular",
5
5
  "exports": {
6
6
  "./styles.min.css": "./dist/styles.min.css",
7
7
  "./styles.css": "./dist/styles.css",
@@ -15,19 +15,18 @@
15
15
  "default": "./fesm2022/carbon-charts-angular.mjs"
16
16
  }
17
17
  },
18
+ "sideEffects": false,
18
19
  "peerDependencies": {
19
- "@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
20
- "@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
20
+ "@angular/common": "^16.0.0",
21
+ "@angular/core": "^16.0.0"
21
22
  },
22
23
  "dependencies": {
23
- "@angular/common": "^16.0.5",
24
- "@angular/core": "^16.0.5",
25
- "@carbon/charts": "1.9.0-rc.6",
26
- "@carbon/icons-angular": "^11.2.2",
24
+ "@carbon/charts": "workspace:*",
27
25
  "@carbon/telemetry": "~0.1.0",
28
26
  "tslib": "^2.5.3"
29
27
  },
30
28
  "publishConfig": {
29
+ "tag": "next",
31
30
  "directory": "dist",
32
31
  "access": "public"
33
32
  },
@@ -75,7 +74,7 @@
75
74
  "url": "https://github.com/theiliad"
76
75
  }
77
76
  ],
77
+ "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4",
78
78
  "module": "fesm2022/carbon-charts-angular.mjs",
79
- "typings": "index.d.ts",
80
- "sideEffects": false
79
+ "typings": "index.d.ts"
81
80
  }