@carbon/charts-angular 1.18.0 → 1.19.0

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 (45) hide show
  1. package/CHANGELOG.md +13 -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/experimental-choropleth-chart-component.mjs +3 -3
  18. package/esm2022/lib/charts/gauge-chart.component.mjs +3 -3
  19. package/esm2022/lib/charts/heatmap-chart.component.mjs +3 -3
  20. package/esm2022/lib/charts/histogram-chart.component.mjs +3 -3
  21. package/esm2022/lib/charts/line-chart.component.mjs +3 -3
  22. package/esm2022/lib/charts/lollipop-chart.component.mjs +3 -3
  23. package/esm2022/lib/charts/meter-chart.component.mjs +3 -3
  24. package/esm2022/lib/charts/pie-chart.component.mjs +3 -3
  25. package/esm2022/lib/charts/radar-chart.component.mjs +3 -3
  26. package/esm2022/lib/charts/scatter-chart.component.mjs +3 -3
  27. package/esm2022/lib/charts/tree-chart.component.mjs +3 -3
  28. package/esm2022/lib/charts/treemap-chart.component.mjs +3 -3
  29. package/esm2022/lib/charts/wordcloud-chart.component.mjs +3 -3
  30. package/esm2022/lib/diagrams/edges/edge.component.mjs +3 -3
  31. package/esm2022/lib/diagrams/edges/edge.module.mjs +4 -4
  32. package/esm2022/lib/diagrams/edges/marker/marker.component.mjs +21 -21
  33. package/esm2022/lib/diagrams/edges/marker/marker.module.mjs +4 -4
  34. package/esm2022/lib/diagrams/nodes/cards/card-node-column.component.mjs +3 -3
  35. package/esm2022/lib/diagrams/nodes/cards/card-node-label.component.mjs +3 -3
  36. package/esm2022/lib/diagrams/nodes/cards/card-node-subtitle.component.mjs +3 -3
  37. package/esm2022/lib/diagrams/nodes/cards/card-node-title.component.mjs +3 -3
  38. package/esm2022/lib/diagrams/nodes/cards/card-node.component.mjs +3 -3
  39. package/esm2022/lib/diagrams/nodes/cards/card-node.module.mjs +4 -4
  40. package/esm2022/lib/diagrams/nodes/shape/shape-node.component.mjs +3 -3
  41. package/esm2022/lib/diagrams/nodes/shape/shape-node.module.mjs +4 -4
  42. package/fesm2022/carbon-charts-angular.mjs +143 -143
  43. package/package.json +2 -2
  44. package/styles.css.map +1 -1
  45. package/styles.min.css.map +1 -1
@@ -39,10 +39,10 @@ export class MarkerComponent {
39
39
  this.refY = this.refY || yPos;
40
40
  };
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
43
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: MarkerComponent, selector: "ibm-graph-marker,[ibm-graph-marker]", inputs: { d: "d", color: "color", id: "id", orient: "orient", height: "height", width: "width", refX: "refX", refY: "refY", position: "position" }, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
43
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MarkerComponent, selector: "ibm-graph-marker,[ibm-graph-marker]", inputs: { d: "d", color: "color", id: "id", orient: "orient", height: "height", width: "width", refX: "refX", refY: "refY", position: "position" }, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{
48
48
  selector: 'ibm-graph-marker,[ibm-graph-marker]',
@@ -71,10 +71,10 @@ export class MarkerArrowLeftComponent extends MarkerComponent {
71
71
  ngOnInit() {
72
72
  this.setAttributes({ ...arrowLeft });
73
73
  }
74
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerArrowLeftComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
75
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: MarkerArrowLeftComponent, selector: "ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
74
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerArrowLeftComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
75
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MarkerArrowLeftComponent, selector: "ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerArrowLeftComponent, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerArrowLeftComponent, decorators: [{
78
78
  type: Component,
79
79
  args: [{
80
80
  selector: 'ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]',
@@ -85,10 +85,10 @@ export class MarkerArrowRightComponent extends MarkerComponent {
85
85
  ngOnInit() {
86
86
  this.setAttributes({ ...arrowRight });
87
87
  }
88
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerArrowRightComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
89
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: MarkerArrowRightComponent, selector: "ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
88
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerArrowRightComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
89
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MarkerArrowRightComponent, selector: "ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
90
90
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerArrowRightComponent, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerArrowRightComponent, decorators: [{
92
92
  type: Component,
93
93
  args: [{
94
94
  selector: 'ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]',
@@ -99,10 +99,10 @@ export class MarkerShapeNodeComponent extends MarkerComponent {
99
99
  ngOnInit() {
100
100
  this.setAttributes({ ...circle });
101
101
  }
102
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerShapeNodeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
103
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: MarkerShapeNodeComponent, selector: "ibm-graph-marker-circle,[ibm-graph-marker-circle]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
102
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerShapeNodeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
103
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MarkerShapeNodeComponent, selector: "ibm-graph-marker-circle,[ibm-graph-marker-circle]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerShapeNodeComponent, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerShapeNodeComponent, decorators: [{
106
106
  type: Component,
107
107
  args: [{
108
108
  selector: 'ibm-graph-marker-circle,[ibm-graph-marker-circle]',
@@ -113,10 +113,10 @@ export class MarkerDiamondComponent extends MarkerComponent {
113
113
  ngOnInit() {
114
114
  this.setAttributes({ ...diamond });
115
115
  }
116
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerDiamondComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
117
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: MarkerDiamondComponent, selector: "ibm-graph-marker-diamond,[ibm-graph-marker-diamond]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerDiamondComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
117
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MarkerDiamondComponent, selector: "ibm-graph-marker-diamond,[ibm-graph-marker-diamond]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
118
118
  }
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerDiamondComponent, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerDiamondComponent, decorators: [{
120
120
  type: Component,
121
121
  args: [{
122
122
  selector: 'ibm-graph-marker-diamond,[ibm-graph-marker-diamond]',
@@ -127,10 +127,10 @@ export class MarkerSquareComponent extends MarkerComponent {
127
127
  ngOnInit() {
128
128
  this.setAttributes({ ...square });
129
129
  }
130
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerSquareComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
131
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: MarkerSquareComponent, selector: "ibm-graph-marker-square,[ibm-graph-marker-square]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
130
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerSquareComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
131
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MarkerSquareComponent, selector: "ibm-graph-marker-square,[ibm-graph-marker-square]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
132
132
  }
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerSquareComponent, decorators: [{
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerSquareComponent, decorators: [{
134
134
  type: Component,
135
135
  args: [{
136
136
  selector: 'ibm-graph-marker-square,[ibm-graph-marker-square]',
@@ -141,10 +141,10 @@ export class MarkerTeeComponent extends MarkerComponent {
141
141
  ngOnInit() {
142
142
  this.setAttributes({ ...tee });
143
143
  }
144
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerTeeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
145
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: MarkerTeeComponent, selector: "ibm-graph-marker-tee,[ibm-graph-marker-tee]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
144
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerTeeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
145
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MarkerTeeComponent, selector: "ibm-graph-marker-tee,[ibm-graph-marker-tee]", usesInheritance: true, ngImport: i0, template: "\n<svg:marker\n\t[ngClass]=\"namespace\"\n\t[attr.markerHeight]=\"height\"\n\t[attr.markerWidth]=\"width\"\n\t[attr.orient]=\"orient\"\n\t[attr.id]=\"id\"\n\t[attr.refX]=\"refX\"\n\t[attr.refY]=\"refY\"\n\tmarkerUnits=\"userSpaceOnUse\">\n\t<svg:path [attr.d]=\"d\" [ngStyle]=\"{'fill': color}\" ></svg:path>\n</svg:marker>\n", isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
146
146
  }
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerTeeComponent, decorators: [{
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerTeeComponent, decorators: [{
148
148
  type: Component,
149
149
  args: [{
150
150
  selector: 'ibm-graph-marker-tee,[ibm-graph-marker-tee]',
@@ -4,8 +4,8 @@ import { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, M
4
4
  import * as i0 from "@angular/core";
5
5
  export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent };
6
6
  export class MarkerModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: MarkerModule, declarations: [MarkerComponent,
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MarkerModule, declarations: [MarkerComponent,
9
9
  MarkerArrowLeftComponent,
10
10
  MarkerArrowRightComponent,
11
11
  MarkerShapeNodeComponent,
@@ -18,9 +18,9 @@ export class MarkerModule {
18
18
  MarkerDiamondComponent,
19
19
  MarkerSquareComponent,
20
20
  MarkerTeeComponent] }); }
21
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerModule, imports: [CommonModule] }); }
21
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerModule, imports: [CommonModule] }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: MarkerModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MarkerModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [
@@ -11,14 +11,14 @@ export class CardNodeColumnComponent {
11
11
  : '';
12
12
  return `${carbonPrefix}--cc--card-node__column ${farsideClassName}`;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: CardNodeColumnComponent, selector: "ibm-diagram-card-node-column", inputs: { farsideColumn: "farsideColumn" }, host: { properties: { "class": "this.class" } }, ngImport: i0, template: `
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: CardNodeColumnComponent, selector: "ibm-diagram-card-node-column", inputs: { farsideColumn: "farsideColumn" }, host: { properties: { "class": "this.class" } }, ngImport: i0, template: `
16
16
  <xhtml:div>
17
17
  <ng-content></ng-content>
18
18
  </xhtml:div>
19
19
  `, isInline: true }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeColumnComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeColumnComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  selector: 'ibm-diagram-card-node-column',
@@ -6,14 +6,14 @@ export class CardNodeLabelComponent {
6
6
  constructor() {
7
7
  this.namespace = `${carbonPrefix}--cc--card-node__label`;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: CardNodeLabelComponent, selector: "ibm-diagram-card-node-label", ngImport: i0, template: `
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: CardNodeLabelComponent, selector: "ibm-diagram-card-node-label", ngImport: i0, template: `
11
11
  <xhtml:label [ngClass]="namespace">
12
12
  <ng-content></ng-content>
13
13
  </xhtml:label>
14
14
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeLabelComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeLabelComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ibm-diagram-card-node-label',
@@ -6,14 +6,14 @@ export class CardNodeSubtitleComponent {
6
6
  constructor() {
7
7
  this.namespace = `${carbonPrefix}--cc--card-node__subtitle`;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeSubtitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: CardNodeSubtitleComponent, selector: "ibm-diagram-card-node-subtitle", ngImport: i0, template: `
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeSubtitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: CardNodeSubtitleComponent, selector: "ibm-diagram-card-node-subtitle", ngImport: i0, template: `
11
11
  <xhtml:div [ngClass]="namespace">
12
12
  <ng-content></ng-content>
13
13
  </xhtml:div>
14
14
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeSubtitleComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeSubtitleComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ibm-diagram-card-node-subtitle',
@@ -6,14 +6,14 @@ export class CardNodeTitleComponent {
6
6
  constructor() {
7
7
  this.namespace = `${carbonPrefix}--cc--card-node__title`;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: CardNodeTitleComponent, selector: "ibm-diagram-card-node-title", ngImport: i0, template: `
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: CardNodeTitleComponent, selector: "ibm-diagram-card-node-title", ngImport: i0, template: `
11
11
  <xhtml:div [ngClass]="namespace">
12
12
  <ng-content></ng-content>
13
13
  </xhtml:div>
14
14
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeTitleComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeTitleComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ibm-diagram-card-node-title',
@@ -26,8 +26,8 @@ export class CardNodeComponent {
26
26
  this.component = this.as;
27
27
  }
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: CardNodeComponent, selector: "ibm-diagram-card-node", inputs: { as: "as", href: "href", color: "color", stacked: "stacked", position: "position" }, outputs: { click: "click", mouseEnter: "mouseEnter", mouseOver: "mouseOver", mouseOut: "mouseOut", mouseLeave: "mouseLeave", mouseMove: "mouseMove" }, ngImport: i0, template: `
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: CardNodeComponent, selector: "ibm-diagram-card-node", inputs: { as: "as", href: "href", color: "color", stacked: "stacked", position: "position" }, outputs: { click: "click", mouseEnter: "mouseEnter", mouseOver: "mouseOver", mouseOut: "mouseOut", mouseLeave: "mouseLeave", mouseMove: "mouseMove" }, ngImport: i0, template: `
31
31
  <ng-container [ngSwitch]="component">
32
32
  <xhtml:div
33
33
  *ngSwitchCase="'div'"
@@ -93,7 +93,7 @@ export class CardNodeComponent {
93
93
  </ng-template>
94
94
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }] }); }
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeComponent, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeComponent, decorators: [{
97
97
  type: Component,
98
98
  args: [{
99
99
  selector: 'ibm-diagram-card-node',
@@ -8,8 +8,8 @@ import { CardNodeTitleComponent } from './card-node-title.component';
8
8
  import * as i0 from "@angular/core";
9
9
  export { CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent };
10
10
  export class CardNodeModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: CardNodeModule, declarations: [CardNodeComponent,
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: CardNodeModule, declarations: [CardNodeComponent,
13
13
  CardNodeColumnComponent,
14
14
  CardNodeLabelComponent,
15
15
  CardNodeSubtitleComponent,
@@ -18,9 +18,9 @@ export class CardNodeModule {
18
18
  CardNodeLabelComponent,
19
19
  CardNodeSubtitleComponent,
20
20
  CardNodeTitleComponent] }); }
21
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeModule, imports: [CommonModule] }); }
21
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeModule, imports: [CommonModule] }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: CardNodeModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CardNodeModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [
@@ -30,8 +30,8 @@ export class ShapeNodeComponent {
30
30
  this.component = this.as;
31
31
  }
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ShapeNodeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.6", type: ShapeNodeComponent, selector: "ibm-diagram-shape-node", inputs: { as: "as", href: "href", renderIcon: "renderIcon", size: "size", stacked: "stacked", shape: "shape", subtitle: "subtitle", title: "title", position: "position", bodyPosition: "bodyPosition" }, outputs: { click: "click", mouseEnter: "mouseEnter", mouseOver: "mouseOver", mouseOut: "mouseOut", mouseLeave: "mouseLeave", mouseMove: "mouseMove" }, ngImport: i0, template: `
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ShapeNodeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: ShapeNodeComponent, selector: "ibm-diagram-shape-node", inputs: { as: "as", href: "href", renderIcon: "renderIcon", size: "size", stacked: "stacked", shape: "shape", subtitle: "subtitle", title: "title", position: "position", bodyPosition: "bodyPosition" }, outputs: { click: "click", mouseEnter: "mouseEnter", mouseOver: "mouseOver", mouseOut: "mouseOut", mouseLeave: "mouseLeave", mouseMove: "mouseMove" }, ngImport: i0, template: `
35
35
  <ng-container [ngSwitch]="component">
36
36
  <xhtml:div
37
37
  *ngSwitchCase="'div'"
@@ -115,7 +115,7 @@ export class ShapeNodeComponent {
115
115
  </ng-template>
116
116
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }] }); }
117
117
  }
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ShapeNodeComponent, decorators: [{
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ShapeNodeComponent, decorators: [{
119
119
  type: Component,
120
120
  args: [{
121
121
  selector: 'ibm-diagram-shape-node',
@@ -4,11 +4,11 @@ import { ShapeNodeComponent } from './shape-node.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export { ShapeNodeComponent } from './shape-node.component';
6
6
  export class ShapeNodeModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ShapeNodeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.6", ngImport: i0, type: ShapeNodeModule, declarations: [ShapeNodeComponent], imports: [CommonModule], exports: [ShapeNodeComponent] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ShapeNodeModule, imports: [CommonModule] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ShapeNodeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: ShapeNodeModule, declarations: [ShapeNodeComponent], imports: [CommonModule], exports: [ShapeNodeComponent] }); }
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ShapeNodeModule, imports: [CommonModule] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.6", ngImport: i0, type: ShapeNodeModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: ShapeNodeModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [ShapeNodeComponent],