@carbon/charts-angular 0.58.1 → 0.59.0-beta.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.
- package/.storybook/addons.js +2 -0
- package/.storybook/assets/logo.svg +1 -0
- package/.storybook/assets/share.png +0 -0
- package/.storybook/assets/welcome.png +0 -0
- package/.storybook/config.js +22 -0
- package/.storybook/manager-head.html +45 -0
- package/.storybook/preview-head.html +10 -0
- package/.storybook/tsconfig.json +10 -0
- package/angular.json +68 -0
- package/build.sh +13 -0
- package/carbon.yml +275 -0
- package/dist/CHANGELOG.md +3168 -0
- package/dist/README.md +40 -0
- package/{alluvial-chart.component.d.ts → dist/alluvial-chart.component.d.ts} +0 -0
- package/{area-chart-stacked.component.d.ts → dist/area-chart-stacked.component.d.ts} +0 -0
- package/{area-chart.component.d.ts → dist/area-chart.component.d.ts} +0 -0
- package/{bar-chart-grouped.component.d.ts → dist/bar-chart-grouped.component.d.ts} +0 -0
- package/{bar-chart-simple.component.d.ts → dist/bar-chart-simple.component.d.ts} +0 -0
- package/{bar-chart-stacked.component.d.ts → dist/bar-chart-stacked.component.d.ts} +0 -0
- package/{base-chart.component.d.ts → dist/base-chart.component.d.ts} +0 -0
- package/{boxplot-chart.component.d.ts → dist/boxplot-chart.component.d.ts} +0 -0
- package/{bubble-chart.component.d.ts → dist/bubble-chart.component.d.ts} +0 -0
- package/{bullet-chart.component.d.ts → dist/bullet-chart.component.d.ts} +0 -0
- package/{bundles → dist/bundles}/carbon-charts-angular.umd.js +21 -23
- package/dist/bundles/carbon-charts-angular.umd.js.map +1 -0
- package/dist/bundles/carbon-charts-angular.umd.min.js +16 -0
- package/dist/bundles/carbon-charts-angular.umd.min.js.map +1 -0
- package/{carbon-charts-angular.d.ts → dist/carbon-charts-angular.d.ts} +0 -0
- package/{carbon-charts-angular.metadata.json → dist/carbon-charts-angular.metadata.json} +1 -1
- package/{charts.module.d.ts → dist/charts.module.d.ts} +0 -0
- package/{circle-pack-chart.component.d.ts → dist/circle-pack-chart.component.d.ts} +0 -0
- package/{combo-chart.component.d.ts → dist/combo-chart.component.d.ts} +0 -0
- package/{diagrams → dist/diagrams}/card-node/card-node-column.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/card-node/card-node-label.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/card-node/card-node-subtitle.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/card-node/card-node-title.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/card-node/card-node.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/card-node/card-node.module.d.ts +0 -0
- package/dist/diagrams/configs.d.ts +1 -0
- package/{diagrams → dist/diagrams}/edge/edge.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/edge/edge.module.d.ts +0 -0
- package/{diagrams → dist/diagrams}/marker/marker.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/marker/marker.module.d.ts +0 -0
- package/{diagrams → dist/diagrams}/shape-node/shape-node.component.d.ts +0 -0
- package/{diagrams → dist/diagrams}/shape-node/shape-node.module.d.ts +0 -0
- package/{donut-chart.component.d.ts → dist/donut-chart.component.d.ts} +0 -0
- package/{esm2015 → dist/esm2015}/alluvial-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/area-chart-stacked.component.js +0 -0
- package/{esm2015 → dist/esm2015}/area-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/bar-chart-grouped.component.js +0 -0
- package/{esm2015 → dist/esm2015}/bar-chart-simple.component.js +0 -0
- package/{esm2015 → dist/esm2015}/bar-chart-stacked.component.js +0 -0
- package/{esm2015 → dist/esm2015}/base-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/boxplot-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/bubble-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/bullet-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/carbon-charts-angular.js +0 -0
- package/{esm2015 → dist/esm2015}/charts.module.js +0 -0
- package/{esm2015 → dist/esm2015}/circle-pack-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/combo-chart.component.js +0 -0
- package/dist/esm2015/diagrams/card-node/card-node-column.component.js +41 -0
- package/dist/esm2015/diagrams/card-node/card-node-label.component.js +27 -0
- package/dist/esm2015/diagrams/card-node/card-node-subtitle.component.js +27 -0
- package/dist/esm2015/diagrams/card-node/card-node-title.component.js +27 -0
- package/dist/esm2015/diagrams/card-node/card-node.component.js +148 -0
- package/{esm2015 → dist/esm2015}/diagrams/card-node/card-node.module.js +0 -0
- package/dist/esm2015/diagrams/configs.js +8 -0
- package/dist/esm2015/diagrams/edge/edge.component.js +80 -0
- package/{esm2015 → dist/esm2015}/diagrams/edge/edge.module.js +0 -0
- package/dist/esm2015/diagrams/marker/marker.component.js +141 -0
- package/{esm2015 → dist/esm2015}/diagrams/marker/marker.module.js +0 -0
- package/dist/esm2015/diagrams/shape-node/shape-node.component.js +187 -0
- package/{esm2015 → dist/esm2015}/diagrams/shape-node/shape-node.module.js +0 -0
- package/{esm2015 → dist/esm2015}/donut-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/gauge-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/heatmap-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/histogram-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/index.js +0 -0
- package/{esm2015 → dist/esm2015}/line-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/lollipop-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/meter-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/pie-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/radar-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/scatter-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/tree-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/treemap-chart.component.js +0 -0
- package/{esm2015 → dist/esm2015}/wordcloud-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/alluvial-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/area-chart-stacked.component.js +0 -0
- package/{esm5 → dist/esm5}/area-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/bar-chart-grouped.component.js +0 -0
- package/{esm5 → dist/esm5}/bar-chart-simple.component.js +0 -0
- package/{esm5 → dist/esm5}/bar-chart-stacked.component.js +0 -0
- package/{esm5 → dist/esm5}/base-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/boxplot-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/bubble-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/bullet-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/carbon-charts-angular.js +0 -0
- package/{esm5 → dist/esm5}/charts.module.js +0 -0
- package/{esm5 → dist/esm5}/circle-pack-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/combo-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/diagrams/card-node/card-node-column.component.js +4 -5
- package/{esm5 → dist/esm5}/diagrams/card-node/card-node-label.component.js +3 -4
- package/{esm5 → dist/esm5}/diagrams/card-node/card-node-subtitle.component.js +3 -4
- package/{esm5 → dist/esm5}/diagrams/card-node/card-node-title.component.js +3 -4
- package/dist/esm5/diagrams/card-node/card-node.component.js +86 -0
- package/{esm5 → dist/esm5}/diagrams/card-node/card-node.module.js +0 -0
- package/dist/esm5/diagrams/configs.js +8 -0
- package/dist/esm5/diagrams/edge/edge.component.js +64 -0
- package/{esm5 → dist/esm5}/diagrams/edge/edge.module.js +0 -0
- package/{esm5 → dist/esm5}/diagrams/marker/marker.component.js +3 -4
- package/{esm5 → dist/esm5}/diagrams/marker/marker.module.js +0 -0
- package/dist/esm5/diagrams/shape-node/shape-node.component.js +104 -0
- package/{esm5 → dist/esm5}/diagrams/shape-node/shape-node.module.js +0 -0
- package/{esm5 → dist/esm5}/donut-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/gauge-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/heatmap-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/histogram-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/index.js +0 -0
- package/{esm5 → dist/esm5}/line-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/lollipop-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/meter-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/pie-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/radar-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/scatter-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/tree-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/treemap-chart.component.js +0 -0
- package/{esm5 → dist/esm5}/wordcloud-chart.component.js +0 -0
- package/{fesm2015 → dist/fesm2015}/carbon-charts-angular.js +17 -18
- package/dist/fesm2015/carbon-charts-angular.js.map +1 -0
- package/{fesm5 → dist/fesm5}/carbon-charts-angular.js +17 -18
- package/dist/fesm5/carbon-charts-angular.js.map +1 -0
- package/{gauge-chart.component.d.ts → dist/gauge-chart.component.d.ts} +0 -0
- package/{heatmap-chart.component.d.ts → dist/heatmap-chart.component.d.ts} +0 -0
- package/{histogram-chart.component.d.ts → dist/histogram-chart.component.d.ts} +0 -0
- package/{index.d.ts → dist/index.d.ts} +0 -0
- package/{line-chart.component.d.ts → dist/line-chart.component.d.ts} +0 -0
- package/{lollipop-chart.component.d.ts → dist/lollipop-chart.component.d.ts} +0 -0
- package/{meter-chart.component.d.ts → dist/meter-chart.component.d.ts} +0 -0
- package/dist/package.json +109 -0
- package/{pie-chart.component.d.ts → dist/pie-chart.component.d.ts} +0 -0
- package/{radar-chart.component.d.ts → dist/radar-chart.component.d.ts} +0 -0
- package/{scatter-chart.component.d.ts → dist/scatter-chart.component.d.ts} +0 -0
- package/{tree-chart.component.d.ts → dist/tree-chart.component.d.ts} +0 -0
- package/{treemap-chart.component.d.ts → dist/treemap-chart.component.d.ts} +0 -0
- package/{wordcloud-chart.component.d.ts → dist/wordcloud-chart.component.d.ts} +0 -0
- package/ng-package.json +8 -0
- package/package.json +103 -108
- package/src/alluvial-chart.component.ts +34 -0
- package/src/area-chart-stacked.component.ts +34 -0
- package/src/area-chart.component.ts +37 -0
- package/src/bar-chart-grouped.component.ts +34 -0
- package/src/bar-chart-simple.component.ts +34 -0
- package/src/bar-chart-stacked.component.ts +34 -0
- package/src/base-chart.component.ts +102 -0
- package/src/boxplot-chart.component.ts +34 -0
- package/src/bubble-chart.component.ts +34 -0
- package/src/bullet-chart.component.ts +34 -0
- package/src/charts.module.ts +87 -0
- package/src/circle-pack-chart.component.ts +34 -0
- package/src/combo-chart.component.ts +33 -0
- package/src/diagrams/card-node/card-node-column.component.ts +22 -0
- package/src/diagrams/card-node/card-node-label.component.ts +15 -0
- package/src/diagrams/card-node/card-node-subtitle.component.ts +15 -0
- package/src/diagrams/card-node/card-node-title.component.ts +15 -0
- package/src/diagrams/card-node/card-node.component.ts +100 -0
- package/src/diagrams/card-node/card-node.module.ts +18 -0
- package/src/diagrams/configs.ts +1 -0
- package/src/diagrams/edge/edge.component.ts +45 -0
- package/src/diagrams/edge/edge.module.ts +11 -0
- package/src/diagrams/marker/marker.component.ts +68 -0
- package/src/diagrams/marker/marker.module.ts +43 -0
- package/src/diagrams/shape-node/shape-node.component.ts +133 -0
- package/src/diagrams/shape-node/shape-node.module.ts +11 -0
- package/src/donut-chart.component.ts +34 -0
- package/src/gauge-chart.component.ts +34 -0
- package/src/heatmap-chart.component.ts +34 -0
- package/src/histogram-chart.component.ts +34 -0
- package/src/index.ts +44 -0
- package/src/line-chart.component.ts +34 -0
- package/src/lollipop-chart.component.ts +34 -0
- package/src/meter-chart.component.ts +33 -0
- package/src/pie-chart.component.ts +34 -0
- package/src/radar-chart.component.ts +34 -0
- package/src/scatter-chart.component.ts +34 -0
- package/src/tree-chart.component.ts +34 -0
- package/src/treemap-chart.component.ts +34 -0
- package/src/wordcloud-chart.component.ts +34 -0
- package/stories/all.stories.ts +99 -0
- package/stories/diagrams/0_diagram.stories.ts +224 -0
- package/stories/diagrams/card-node.stories.ts +181 -0
- package/stories/diagrams/edge.stories.ts +127 -0
- package/stories/diagrams/marker.stories.ts +140 -0
- package/stories/diagrams/shape-node.stories.ts +98 -0
- package/tsconfig.json +30 -0
- package/tslint.json +95 -0
- package/LICENSE.md +0 -201
- package/bundles/carbon-charts-angular.umd.js.map +0 -1
- package/bundles/carbon-charts-angular.umd.min.js +0 -17
- package/bundles/carbon-charts-angular.umd.min.js.map +0 -1
- package/esm2015/diagrams/card-node/card-node-column.component.js +0 -42
- package/esm2015/diagrams/card-node/card-node-label.component.js +0 -28
- package/esm2015/diagrams/card-node/card-node-subtitle.component.js +0 -28
- package/esm2015/diagrams/card-node/card-node-title.component.js +0 -28
- package/esm2015/diagrams/card-node/card-node.component.js +0 -149
- package/esm2015/diagrams/edge/edge.component.js +0 -81
- package/esm2015/diagrams/marker/marker.component.js +0 -142
- package/esm2015/diagrams/shape-node/shape-node.component.js +0 -188
- package/esm5/diagrams/card-node/card-node.component.js +0 -87
- package/esm5/diagrams/edge/edge.component.js +0 -65
- package/esm5/diagrams/shape-node/shape-node.component.js +0 -105
- package/fesm2015/carbon-charts-angular.js.map +0 -1
- package/fesm5/carbon-charts-angular.js.map +0 -1
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: diagrams/shape-node/shape-node.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
6
|
+
import { Component, Input, Output, EventEmitter, TemplateRef, } from '@angular/core';
|
|
7
|
+
import { carbonPrefix } from '../configs';
|
|
8
|
+
var ShapeNodeComponent = /** @class */ (function () {
|
|
9
|
+
function ShapeNodeComponent() {
|
|
10
|
+
this.as = 'div';
|
|
11
|
+
this.href = null;
|
|
12
|
+
this.size = 48;
|
|
13
|
+
this.shape = 'circle';
|
|
14
|
+
this.position = 'fixed';
|
|
15
|
+
this.bodyPosition = 'absolute';
|
|
16
|
+
this.click = new EventEmitter();
|
|
17
|
+
this.mouseEnter = new EventEmitter();
|
|
18
|
+
this.mouseOver = new EventEmitter();
|
|
19
|
+
this.mouseOut = new EventEmitter();
|
|
20
|
+
this.mouseLeave = new EventEmitter();
|
|
21
|
+
this.mouseMove = new EventEmitter();
|
|
22
|
+
this.namespace = carbonPrefix + "--cc--shape-node";
|
|
23
|
+
this.component = 'div';
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @return {?}
|
|
27
|
+
*/
|
|
28
|
+
ShapeNodeComponent.prototype.ngOnInit = /**
|
|
29
|
+
* @return {?}
|
|
30
|
+
*/
|
|
31
|
+
function () {
|
|
32
|
+
if (this.href) {
|
|
33
|
+
this.component = 'a';
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
this.component = this.as;
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
ShapeNodeComponent.decorators = [
|
|
40
|
+
{ type: Component, args: [{
|
|
41
|
+
selector: 'ibm-diagram-shape-node',
|
|
42
|
+
template: "\n\t\t<ng-container [ngSwitch]=\"component\">\n\t\t\t<xhtml:div\n\t\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:div>\n\n\t\t\t<xhtml:button\n\t\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(click)=\"click.emit($event)\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:button>\n\n\t\t\t<xhtml:a\n\t\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[attr.href]=\"href\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:a>\n\t\t</ng-container>\n\n\t\t<ng-template #nodeTemplate>\n\t\t\t<div *ngIf=\"renderIcon\" attr.class=\"{{ namespace + '__icon' }}\">\n\t\t\t\t<ng-container *ngTemplateOutlet=\"renderIcon\"></ng-container>\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tattr.class=\"{{ namespace + '__body' }}\"\n\t\t\t\t[ngStyle]=\"{ position: bodyPosition }\"\n\t\t\t>\n\t\t\t\t<div attr.class=\"{{ namespace + '__title' }}\">{{ title }}</div>\n\t\t\t\t<div attr.class=\"{{ namespace + '__subtitle' }}\">\n\t\t\t\t\t{{ subtitle }}\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</ng-template>\n\t"
|
|
43
|
+
}] }
|
|
44
|
+
];
|
|
45
|
+
ShapeNodeComponent.propDecorators = {
|
|
46
|
+
as: [{ type: Input }],
|
|
47
|
+
href: [{ type: Input }],
|
|
48
|
+
renderIcon: [{ type: Input }],
|
|
49
|
+
size: [{ type: Input }],
|
|
50
|
+
stacked: [{ type: Input }],
|
|
51
|
+
shape: [{ type: Input }],
|
|
52
|
+
subtitle: [{ type: Input }],
|
|
53
|
+
title: [{ type: Input }],
|
|
54
|
+
position: [{ type: Input }],
|
|
55
|
+
bodyPosition: [{ type: Input }],
|
|
56
|
+
click: [{ type: Output }],
|
|
57
|
+
mouseEnter: [{ type: Output }],
|
|
58
|
+
mouseOver: [{ type: Output }],
|
|
59
|
+
mouseOut: [{ type: Output }],
|
|
60
|
+
mouseLeave: [{ type: Output }],
|
|
61
|
+
mouseMove: [{ type: Output }]
|
|
62
|
+
};
|
|
63
|
+
return ShapeNodeComponent;
|
|
64
|
+
}());
|
|
65
|
+
export { ShapeNodeComponent };
|
|
66
|
+
if (false) {
|
|
67
|
+
/** @type {?} */
|
|
68
|
+
ShapeNodeComponent.prototype.as;
|
|
69
|
+
/** @type {?} */
|
|
70
|
+
ShapeNodeComponent.prototype.href;
|
|
71
|
+
/** @type {?} */
|
|
72
|
+
ShapeNodeComponent.prototype.renderIcon;
|
|
73
|
+
/** @type {?} */
|
|
74
|
+
ShapeNodeComponent.prototype.size;
|
|
75
|
+
/** @type {?} */
|
|
76
|
+
ShapeNodeComponent.prototype.stacked;
|
|
77
|
+
/** @type {?} */
|
|
78
|
+
ShapeNodeComponent.prototype.shape;
|
|
79
|
+
/** @type {?} */
|
|
80
|
+
ShapeNodeComponent.prototype.subtitle;
|
|
81
|
+
/** @type {?} */
|
|
82
|
+
ShapeNodeComponent.prototype.title;
|
|
83
|
+
/** @type {?} */
|
|
84
|
+
ShapeNodeComponent.prototype.position;
|
|
85
|
+
/** @type {?} */
|
|
86
|
+
ShapeNodeComponent.prototype.bodyPosition;
|
|
87
|
+
/** @type {?} */
|
|
88
|
+
ShapeNodeComponent.prototype.click;
|
|
89
|
+
/** @type {?} */
|
|
90
|
+
ShapeNodeComponent.prototype.mouseEnter;
|
|
91
|
+
/** @type {?} */
|
|
92
|
+
ShapeNodeComponent.prototype.mouseOver;
|
|
93
|
+
/** @type {?} */
|
|
94
|
+
ShapeNodeComponent.prototype.mouseOut;
|
|
95
|
+
/** @type {?} */
|
|
96
|
+
ShapeNodeComponent.prototype.mouseLeave;
|
|
97
|
+
/** @type {?} */
|
|
98
|
+
ShapeNodeComponent.prototype.mouseMove;
|
|
99
|
+
/** @type {?} */
|
|
100
|
+
ShapeNodeComponent.prototype.namespace;
|
|
101
|
+
/** @type {?} */
|
|
102
|
+
ShapeNodeComponent.prototype.component;
|
|
103
|
+
}
|
|
104
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hhcGUtbm9kZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AY2FyYm9uL2NoYXJ0cy1hbmd1bGFyLyIsInNvdXJjZXMiOlsiZGlhZ3JhbXMvc2hhcGUtbm9kZS9zaGFwZS1ub2RlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFDTixTQUFTLEVBQ1QsS0FBSyxFQUNMLE1BQU0sRUFDTixZQUFZLEVBQ1osV0FBVyxHQUVYLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxZQUFZLENBQUM7QUFFMUM7SUFBQTtRQTZGVSxPQUFFLEdBQUcsS0FBSyxDQUFDO1FBQ1gsU0FBSSxHQUFXLElBQUksQ0FBQztRQUVwQixTQUFJLEdBQUcsRUFBRSxDQUFDO1FBRVYsVUFBSyxHQUEyQyxRQUFRLENBQUM7UUFHekQsYUFBUSxHQUFXLE9BQU8sQ0FBQztRQUMzQixpQkFBWSxHQUFXLFVBQVUsQ0FBQztRQUVqQyxVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFPLENBQUM7UUFDbkQsZUFBVSxHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3hELGNBQVMsR0FBc0IsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN2RCxhQUFRLEdBQXNCLElBQUksWUFBWSxFQUFPLENBQUM7UUFDdEQsZUFBVSxHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3hELGNBQVMsR0FBc0IsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUVqRSxjQUFTLEdBQU0sWUFBWSxxQkFBa0IsQ0FBQztRQUM5QyxjQUFTLEdBQUcsS0FBSyxDQUFDO0lBU25CLENBQUM7Ozs7SUFQQSxxQ0FBUTs7O0lBQVI7UUFDQyxJQUFJLElBQUksQ0FBQyxJQUFJLEVBQUU7WUFDZCxJQUFJLENBQUMsU0FBUyxHQUFHLEdBQUcsQ0FBQztTQUNyQjthQUFNO1lBQ04sSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDO1NBQ3pCO0lBQ0YsQ0FBQzs7Z0JBeEhELFNBQVMsU0FBQztvQkFDVixRQUFRLEVBQUUsd0JBQXdCO29CQUNsQyxRQUFRLEVBQUUsZzJGQXdGVDtpQkFDRDs7O3FCQUVDLEtBQUs7dUJBQ0wsS0FBSzs2QkFDTCxLQUFLO3VCQUNMLEtBQUs7MEJBQ0wsS0FBSzt3QkFDTCxLQUFLOzJCQUNMLEtBQUs7d0JBQ0wsS0FBSzsyQkFDTCxLQUFLOytCQUNMLEtBQUs7d0JBRUwsTUFBTTs2QkFDTixNQUFNOzRCQUNOLE1BQU07MkJBQ04sTUFBTTs2QkFDTixNQUFNOzRCQUNOLE1BQU07O0lBWVIseUJBQUM7Q0FBQSxBQXpIRCxJQXlIQztTQTdCWSxrQkFBa0I7OztJQUM5QixnQ0FBb0I7O0lBQ3BCLGtDQUE2Qjs7SUFDN0Isd0NBQXNDOztJQUN0QyxrQ0FBbUI7O0lBQ25CLHFDQUEwQjs7SUFDMUIsbUNBQWtFOztJQUNsRSxzQ0FBMEI7O0lBQzFCLG1DQUF1Qjs7SUFDdkIsc0NBQW9DOztJQUNwQywwQ0FBMkM7O0lBRTNDLG1DQUE2RDs7SUFDN0Qsd0NBQWtFOztJQUNsRSx1Q0FBaUU7O0lBQ2pFLHNDQUFnRTs7SUFDaEUsd0NBQWtFOztJQUNsRSx1Q0FBaUU7O0lBRWpFLHVDQUE4Qzs7SUFDOUMsdUNBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcblx0Q29tcG9uZW50LFxuXHRJbnB1dCxcblx0T3V0cHV0LFxuXHRFdmVudEVtaXR0ZXIsXG5cdFRlbXBsYXRlUmVmLFxuXHRPbkluaXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBjYXJib25QcmVmaXggfSBmcm9tICcuLi9jb25maWdzJztcblxuQENvbXBvbmVudCh7XG5cdHNlbGVjdG9yOiAnaWJtLWRpYWdyYW0tc2hhcGUtbm9kZScsXG5cdHRlbXBsYXRlOiBgXG5cdFx0PG5nLWNvbnRhaW5lciBbbmdTd2l0Y2hdPVwiY29tcG9uZW50XCI+XG5cdFx0XHQ8eGh0bWw6ZGl2XG5cdFx0XHRcdCpuZ1N3aXRjaENhc2U9XCInZGl2J1wiXG5cdFx0XHRcdFtuZ0NsYXNzXT1cIltcblx0XHRcdFx0XHRuYW1lc3BhY2UsXG5cdFx0XHRcdFx0c3RhY2tlZCA/IG5hbWVzcGFjZSArICctLXN0YWNrZWQnIDogJycsXG5cdFx0XHRcdFx0c2hhcGUgPyBuYW1lc3BhY2UgKyAnLS0nICsgc2hhcGUgOiAnJyxcblx0XHRcdFx0XHRuYW1lc3BhY2UgKyAnLS0nICsgY29tcG9uZW50XG5cdFx0XHRcdF1cIlxuXHRcdFx0XHRbbmdTdHlsZV09XCJ7XG5cdFx0XHRcdFx0J2hlaWdodC5weCc6IHNpemUsXG5cdFx0XHRcdFx0J3dpZHRoLnB4Jzogc2l6ZSxcblx0XHRcdFx0XHRwb3NpdGlvbjogcG9zaXRpb25cblx0XHRcdFx0fVwiXG5cdFx0XHRcdChtb3VzZWVudGVyKT1cIm1vdXNlRW50ZXIuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0KG1vdXNlb3Zlcik9XCJtb3VzZU92ZXIuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0KG1vdXNlb3V0KT1cIm1vdXNlT3V0LmVtaXQoJGV2ZW50KVwiXG5cdFx0XHRcdChtb3VzZWxlYXZlKT1cIm1vdXNlTGVhdmUuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0KG1vdXNlbW92ZSk9XCJtb3VzZU1vdmUuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0dGFiaW5kZXg9XCIwXCJcblx0XHRcdD5cblx0XHRcdFx0PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm5vZGVUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuXHRcdFx0PC94aHRtbDpkaXY+XG5cblx0XHRcdDx4aHRtbDpidXR0b25cblx0XHRcdFx0Km5nU3dpdGNoQ2FzZT1cIididXR0b24nXCJcblx0XHRcdFx0W25nQ2xhc3NdPVwiW1xuXHRcdFx0XHRcdG5hbWVzcGFjZSxcblx0XHRcdFx0XHRzdGFja2VkID8gbmFtZXNwYWNlICsgJy0tc3RhY2tlZCcgOiAnJyxcblx0XHRcdFx0XHRzaGFwZSA/IG5hbWVzcGFjZSArICctLScgKyBzaGFwZSA6ICcnLFxuXHRcdFx0XHRcdG5hbWVzcGFjZSArICctLScgKyBjb21wb25lbnRcblx0XHRcdFx0XVwiXG5cdFx0XHRcdFtuZ1N0eWxlXT1cIntcblx0XHRcdFx0XHQnaGVpZ2h0LnB4Jzogc2l6ZSxcblx0XHRcdFx0XHQnd2lkdGgucHgnOiBzaXplLFxuXHRcdFx0XHRcdHBvc2l0aW9uOiBwb3NpdGlvblxuXHRcdFx0XHR9XCJcblx0XHRcdFx0KGNsaWNrKT1cImNsaWNrLmVtaXQoJGV2ZW50KVwiXG5cdFx0XHRcdChtb3VzZWVudGVyKT1cIm1vdXNlRW50ZXIuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0KG1vdXNlb3Zlcik9XCJtb3VzZU92ZXIuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0KG1vdXNlb3V0KT1cIm1vdXNlT3V0LmVtaXQoJGV2ZW50KVwiXG5cdFx0XHRcdChtb3VzZWxlYXZlKT1cIm1vdXNlTGVhdmUuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0KG1vdXNlbW92ZSk9XCJtb3VzZU1vdmUuZW1pdCgkZXZlbnQpXCJcblx0XHRcdFx0dGFiaW5kZXg9XCIwXCJcblx0XHRcdD5cblx0XHRcdFx0PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm5vZGVUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuXHRcdFx0PC94aHRtbDpidXR0b24+XG5cblx0XHRcdDx4aHRtbDphXG5cdFx0XHRcdCpuZ1N3aXRjaENhc2U9XCInYSdcIlxuXHRcdFx0XHRbbmdDbGFzc109XCJbXG5cdFx0XHRcdFx0bmFtZXNwYWNlLFxuXHRcdFx0XHRcdHN0YWNrZWQgPyBuYW1lc3BhY2UgKyAnLS1zdGFja2VkJyA6ICcnLFxuXHRcdFx0XHRcdHNoYXBlID8gbmFtZXNwYWNlICsgJy0tJyArIHNoYXBlIDogJycsXG5cdFx0XHRcdFx0bmFtZXNwYWNlICsgJy0tJyArIGNvbXBvbmVudFxuXHRcdFx0XHRdXCJcblx0XHRcdFx0W2F0dHIuaHJlZl09XCJocmVmXCJcblx0XHRcdFx0W25nU3R5bGVdPVwie1xuXHRcdFx0XHRcdCdoZWlnaHQucHgnOiBzaXplLFxuXHRcdFx0XHRcdCd3aWR0aC5weCc6IHNpemUsXG5cdFx0XHRcdFx0cG9zaXRpb246IHBvc2l0aW9uXG5cdFx0XHRcdH1cIlxuXHRcdFx0XHQobW91c2VlbnRlcik9XCJtb3VzZUVudGVyLmVtaXQoJGV2ZW50KVwiXG5cdFx0XHRcdChtb3VzZW92ZXIpPVwibW91c2VPdmVyLmVtaXQoJGV2ZW50KVwiXG5cdFx0XHRcdChtb3VzZW91dCk9XCJtb3VzZU91dC5lbWl0KCRldmVudClcIlxuXHRcdFx0XHQobW91c2VsZWF2ZSk9XCJtb3VzZUxlYXZlLmVtaXQoJGV2ZW50KVwiXG5cdFx0XHRcdChtb3VzZW1vdmUpPVwibW91c2VNb3ZlLmVtaXQoJGV2ZW50KVwiXG5cdFx0XHRcdHRhYmluZGV4PVwiMFwiXG5cdFx0XHQ+XG5cdFx0XHRcdDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJub2RlVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cblx0XHRcdDwveGh0bWw6YT5cblx0XHQ8L25nLWNvbnRhaW5lcj5cblxuXHRcdDxuZy10ZW1wbGF0ZSAjbm9kZVRlbXBsYXRlPlxuXHRcdFx0PGRpdiAqbmdJZj1cInJlbmRlckljb25cIiBhdHRyLmNsYXNzPVwie3sgbmFtZXNwYWNlICsgJ19faWNvbicgfX1cIj5cblx0XHRcdFx0PG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInJlbmRlckljb25cIj48L25nLWNvbnRhaW5lcj5cblx0XHRcdDwvZGl2PlxuXHRcdFx0PGRpdlxuXHRcdFx0XHRhdHRyLmNsYXNzPVwie3sgbmFtZXNwYWNlICsgJ19fYm9keScgfX1cIlxuXHRcdFx0XHRbbmdTdHlsZV09XCJ7IHBvc2l0aW9uOiBib2R5UG9zaXRpb24gfVwiXG5cdFx0XHQ+XG5cdFx0XHRcdDxkaXYgYXR0ci5jbGFzcz1cInt7IG5hbWVzcGFjZSArICdfX3RpdGxlJyB9fVwiPnt7IHRpdGxlIH19PC9kaXY+XG5cdFx0XHRcdDxkaXYgYXR0ci5jbGFzcz1cInt7IG5hbWVzcGFjZSArICdfX3N1YnRpdGxlJyB9fVwiPlxuXHRcdFx0XHRcdHt7IHN1YnRpdGxlIH19XG5cdFx0XHRcdDwvZGl2PlxuXHRcdFx0PC9kaXY+XG5cdFx0PC9uZy10ZW1wbGF0ZT5cblx0YCxcbn0pXG5leHBvcnQgY2xhc3MgU2hhcGVOb2RlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblx0QElucHV0KCkgYXMgPSAnZGl2Jztcblx0QElucHV0KCkgaHJlZjogc3RyaW5nID0gbnVsbDtcblx0QElucHV0KCkgcmVuZGVySWNvbjogVGVtcGxhdGVSZWY8YW55Pjtcblx0QElucHV0KCkgc2l6ZSA9IDQ4O1xuXHRASW5wdXQoKSBzdGFja2VkOiBib29sZWFuO1xuXHRASW5wdXQoKSBzaGFwZTogJ2NpcmNsZScgfCAnc3F1YXJlJyB8ICdyb3VuZGVkLXNxdWFyZScgPSAnY2lyY2xlJztcblx0QElucHV0KCkgc3VidGl0bGU6IHN0cmluZztcblx0QElucHV0KCkgdGl0bGU6IHN0cmluZztcblx0QElucHV0KCkgcG9zaXRpb246IHN0cmluZyA9ICdmaXhlZCc7XG5cdEBJbnB1dCgpIGJvZHlQb3NpdGlvbjogc3RyaW5nID0gJ2Fic29sdXRlJztcblxuXHRAT3V0cHV0KCkgY2xpY2s6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cdEBPdXRwdXQoKSBtb3VzZUVudGVyOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXHRAT3V0cHV0KCkgbW91c2VPdmVyOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXHRAT3V0cHV0KCkgbW91c2VPdXQ6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cdEBPdXRwdXQoKSBtb3VzZUxlYXZlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXHRAT3V0cHV0KCkgbW91c2VNb3ZlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG5cdG5hbWVzcGFjZSA9IGAke2NhcmJvblByZWZpeH0tLWNjLS1zaGFwZS1ub2RlYDtcblx0Y29tcG9uZW50ID0gJ2Rpdic7XG5cblx0bmdPbkluaXQoKSB7XG5cdFx0aWYgKHRoaXMuaHJlZikge1xuXHRcdFx0dGhpcy5jb21wb25lbnQgPSAnYSc7XG5cdFx0fSBlbHNlIHtcblx0XHRcdHRoaXMuY29tcG9uZW50ID0gdGhpcy5hcztcblx0XHR9XG5cdH1cbn1cbiJdfQ==
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Component, ElementRef, Input, ViewChild, NgModule, EventEmitter, Output, HostBinding } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { AlluvialChart, AreaChart, StackedAreaChart, SimpleBarChart, GroupedBarChart, StackedBarChart, BoxplotChart, BubbleChart, BulletChart, DonutChart, GaugeChart, HistogramChart, LineChart, LollipopChart, PieChart, ScatterChart, MeterChart, RadarChart, ComboChart, TreeChart, TreemapChart, CirclePackChart, WordCloudChart, HeatmapChart } from '@carbon/charts';
|
|
4
|
-
import settings from 'carbon-components/src/globals/js/settings';
|
|
5
4
|
import { buildStraightPathString } from '@carbon/charts/components/diagrams/buildPaths';
|
|
6
5
|
import { arrowLeft, arrowRight, circle, diamond, square, tee } from '@carbon/charts/components/diagrams/markerDefinitions';
|
|
7
6
|
|
|
@@ -931,12 +930,19 @@ ChartsModule.decorators = [
|
|
|
931
930
|
},] }
|
|
932
931
|
];
|
|
933
932
|
|
|
933
|
+
/**
|
|
934
|
+
* @fileoverview added by tsickle
|
|
935
|
+
* Generated from: diagrams/configs.ts
|
|
936
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
937
|
+
*/
|
|
938
|
+
/** @type {?} */
|
|
939
|
+
const carbonPrefix = 'cds';
|
|
940
|
+
|
|
934
941
|
/**
|
|
935
942
|
* @fileoverview added by tsickle
|
|
936
943
|
* Generated from: diagrams/card-node/card-node.component.ts
|
|
937
944
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
938
945
|
*/
|
|
939
|
-
const { prefix } = settings;
|
|
940
946
|
class CardNodeComponent {
|
|
941
947
|
constructor() {
|
|
942
948
|
this.as = 'div';
|
|
@@ -948,7 +954,7 @@ class CardNodeComponent {
|
|
|
948
954
|
this.mouseOut = new EventEmitter();
|
|
949
955
|
this.mouseLeave = new EventEmitter();
|
|
950
956
|
this.mouseMove = new EventEmitter();
|
|
951
|
-
this.namespace = `${
|
|
957
|
+
this.namespace = `${carbonPrefix}--cc--card-node`;
|
|
952
958
|
this.component = 'div';
|
|
953
959
|
}
|
|
954
960
|
/**
|
|
@@ -1083,7 +1089,6 @@ if (false) {
|
|
|
1083
1089
|
* Generated from: diagrams/card-node/card-node-column.component.ts
|
|
1084
1090
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1085
1091
|
*/
|
|
1086
|
-
const { prefix: prefix$1 } = settings;
|
|
1087
1092
|
class CardNodeColumnComponent {
|
|
1088
1093
|
constructor() {
|
|
1089
1094
|
this.farsideColumn = false;
|
|
@@ -1094,9 +1099,9 @@ class CardNodeColumnComponent {
|
|
|
1094
1099
|
get class() {
|
|
1095
1100
|
/** @type {?} */
|
|
1096
1101
|
const farsideClassName = this.farsideColumn
|
|
1097
|
-
? `${
|
|
1102
|
+
? `${carbonPrefix}--cc--card-node__column--farside`
|
|
1098
1103
|
: '';
|
|
1099
|
-
return `${
|
|
1104
|
+
return `${carbonPrefix}--cc--card-node__column ${farsideClassName}`;
|
|
1100
1105
|
}
|
|
1101
1106
|
}
|
|
1102
1107
|
CardNodeColumnComponent.decorators = [
|
|
@@ -1123,10 +1128,9 @@ if (false) {
|
|
|
1123
1128
|
* Generated from: diagrams/card-node/card-node-label.component.ts
|
|
1124
1129
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1125
1130
|
*/
|
|
1126
|
-
const { prefix: prefix$2 } = settings;
|
|
1127
1131
|
class CardNodeLabelComponent {
|
|
1128
1132
|
constructor() {
|
|
1129
|
-
this.namespace = `${
|
|
1133
|
+
this.namespace = `${carbonPrefix}--cc--card-node__label`;
|
|
1130
1134
|
}
|
|
1131
1135
|
}
|
|
1132
1136
|
CardNodeLabelComponent.decorators = [
|
|
@@ -1149,10 +1153,9 @@ if (false) {
|
|
|
1149
1153
|
* Generated from: diagrams/card-node/card-node-subtitle.component.ts
|
|
1150
1154
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1151
1155
|
*/
|
|
1152
|
-
const { prefix: prefix$3 } = settings;
|
|
1153
1156
|
class CardNodeSubtitleComponent {
|
|
1154
1157
|
constructor() {
|
|
1155
|
-
this.namespace = `${
|
|
1158
|
+
this.namespace = `${carbonPrefix}--cc--card-node__subtitle`;
|
|
1156
1159
|
}
|
|
1157
1160
|
}
|
|
1158
1161
|
CardNodeSubtitleComponent.decorators = [
|
|
@@ -1175,10 +1178,9 @@ if (false) {
|
|
|
1175
1178
|
* Generated from: diagrams/card-node/card-node-title.component.ts
|
|
1176
1179
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1177
1180
|
*/
|
|
1178
|
-
const { prefix: prefix$4 } = settings;
|
|
1179
1181
|
class CardNodeTitleComponent {
|
|
1180
1182
|
constructor() {
|
|
1181
|
-
this.namespace = `${
|
|
1183
|
+
this.namespace = `${carbonPrefix}--cc--card-node__title`;
|
|
1182
1184
|
}
|
|
1183
1185
|
}
|
|
1184
1186
|
CardNodeTitleComponent.decorators = [
|
|
@@ -1216,7 +1218,6 @@ CardNodeModule.decorators = [
|
|
|
1216
1218
|
* Generated from: diagrams/edge/edge.component.ts
|
|
1217
1219
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1218
1220
|
*/
|
|
1219
|
-
const { prefix: prefix$5 } = settings;
|
|
1220
1221
|
/**
|
|
1221
1222
|
* @record
|
|
1222
1223
|
*/
|
|
@@ -1229,7 +1230,7 @@ if (false) {
|
|
|
1229
1230
|
}
|
|
1230
1231
|
class EdgeComponent {
|
|
1231
1232
|
constructor() {
|
|
1232
|
-
this.namespace = `${
|
|
1233
|
+
this.namespace = `${carbonPrefix}--cc--edge`;
|
|
1233
1234
|
this.straight = buildStraightPathString;
|
|
1234
1235
|
}
|
|
1235
1236
|
}
|
|
@@ -1309,7 +1310,6 @@ EdgeModule.decorators = [
|
|
|
1309
1310
|
* Generated from: diagrams/marker/marker.component.ts
|
|
1310
1311
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1311
1312
|
*/
|
|
1312
|
-
const { prefix: prefix$6 } = settings;
|
|
1313
1313
|
/** @type {?} */
|
|
1314
1314
|
const template = `
|
|
1315
1315
|
<svg:marker
|
|
@@ -1328,7 +1328,7 @@ class MarkerComponent {
|
|
|
1328
1328
|
constructor() {
|
|
1329
1329
|
this.orient = "auto";
|
|
1330
1330
|
this.position = "end";
|
|
1331
|
-
this.namespace = `${
|
|
1331
|
+
this.namespace = `${carbonPrefix}--cc--marker`;
|
|
1332
1332
|
this.setAttributes = (/**
|
|
1333
1333
|
* @param {?} __0
|
|
1334
1334
|
* @return {?}
|
|
@@ -1479,7 +1479,6 @@ MarkerModule.decorators = [
|
|
|
1479
1479
|
* Generated from: diagrams/shape-node/shape-node.component.ts
|
|
1480
1480
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1481
1481
|
*/
|
|
1482
|
-
const { prefix: prefix$7 } = settings;
|
|
1483
1482
|
class ShapeNodeComponent {
|
|
1484
1483
|
constructor() {
|
|
1485
1484
|
this.as = 'div';
|
|
@@ -1494,7 +1493,7 @@ class ShapeNodeComponent {
|
|
|
1494
1493
|
this.mouseOut = new EventEmitter();
|
|
1495
1494
|
this.mouseLeave = new EventEmitter();
|
|
1496
1495
|
this.mouseMove = new EventEmitter();
|
|
1497
|
-
this.namespace = `${
|
|
1496
|
+
this.namespace = `${carbonPrefix}--cc--shape-node`;
|
|
1498
1497
|
this.component = 'div';
|
|
1499
1498
|
}
|
|
1500
1499
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carbon-charts-angular.js","sources":["ng://@carbon/charts-angular/base-chart.component.ts","ng://@carbon/charts-angular/alluvial-chart.component.ts","ng://@carbon/charts-angular/area-chart.component.ts","ng://@carbon/charts-angular/area-chart-stacked.component.ts","ng://@carbon/charts-angular/bar-chart-simple.component.ts","ng://@carbon/charts-angular/bar-chart-grouped.component.ts","ng://@carbon/charts-angular/bar-chart-stacked.component.ts","ng://@carbon/charts-angular/boxplot-chart.component.ts","ng://@carbon/charts-angular/bubble-chart.component.ts","ng://@carbon/charts-angular/bullet-chart.component.ts","ng://@carbon/charts-angular/donut-chart.component.ts","ng://@carbon/charts-angular/gauge-chart.component.ts","ng://@carbon/charts-angular/histogram-chart.component.ts","ng://@carbon/charts-angular/line-chart.component.ts","ng://@carbon/charts-angular/lollipop-chart.component.ts","ng://@carbon/charts-angular/pie-chart.component.ts","ng://@carbon/charts-angular/scatter-chart.component.ts","ng://@carbon/charts-angular/meter-chart.component.ts","ng://@carbon/charts-angular/radar-chart.component.ts","ng://@carbon/charts-angular/combo-chart.component.ts","ng://@carbon/charts-angular/tree-chart.component.ts","ng://@carbon/charts-angular/treemap-chart.component.ts","ng://@carbon/charts-angular/circle-pack-chart.component.ts","ng://@carbon/charts-angular/wordcloud-chart.component.ts","ng://@carbon/charts-angular/heatmap-chart.component.ts","ng://@carbon/charts-angular/charts.module.ts","ng://@carbon/charts-angular/diagrams/configs.ts","ng://@carbon/charts-angular/diagrams/card-node/card-node.component.ts","ng://@carbon/charts-angular/diagrams/card-node/card-node-column.component.ts","ng://@carbon/charts-angular/diagrams/card-node/card-node-label.component.ts","ng://@carbon/charts-angular/diagrams/card-node/card-node-subtitle.component.ts","ng://@carbon/charts-angular/diagrams/card-node/card-node-title.component.ts","ng://@carbon/charts-angular/diagrams/card-node/card-node.module.ts","ng://@carbon/charts-angular/diagrams/edge/edge.component.ts","ng://@carbon/charts-angular/diagrams/edge/edge.module.ts","ng://@carbon/charts-angular/diagrams/marker/marker.component.ts","ng://@carbon/charts-angular/diagrams/marker/marker.module.ts","ng://@carbon/charts-angular/diagrams/shape-node/shape-node.component.ts","ng://@carbon/charts-angular/diagrams/shape-node/shape-node.module.ts"],"sourcesContent":["import {\n\tComponent,\n\tInput,\n\tViewChild,\n\tOnInit,\n\tAfterViewInit,\n\tElementRef\n} from \"@angular/core\";\n\n/**\n * Wrapper around `BaseChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-base-chart\",\n\ttemplate: ``\n})\nexport class BaseChart implements AfterViewInit, OnInit {\n\tconstructor(protected elementRef: ElementRef) {}\n\n\t/**\n\t * Data passed to charts library for displaying\n\t */\n\t@Input() set data(newData) {\n\t\t// If data already exists, that means the chart has been initialized\n\t\tconst dataExistsAlready = this._data !== null && this._data !== undefined;\n\n\t\tthis._data = newData;\n\n\t\tif (dataExistsAlready) {\n\t\t\tthis.chart.model.setData(newData);\n\t\t}\n\t}\n\n\tget data() {\n\t\treturn this._data;\n\t}\n\n\t/**\n\t * Options passed to charts library\n\t */\n\t@Input() set options(newOptions) {\n\t\t// If data already exists, that means the chart has been initialized\n\t\tconst optionsExistAlready = this._options !== null && this._options !== undefined;\n\n\t\tthis._options = newOptions;\n\n\t\tif (optionsExistAlready) {\n\t\t\tthis.chart.model.setOptions(newOptions);\n\t\t}\n\t}\n\n\tget options() {\n\t\treturn this._options;\n\t}\n\n\t/**\n\t * Chart width\n\t */\n\t@Input() width: any;\n\n\t/**\n\t * Chart height\n\t */\n\t@Input() height: any;\n\n\t/**\n\t * Chart container element ref\n\t */\n\t@ViewChild(\"nChart\") chartRef;\n\n\t/**\n\t * Chart object instance\n\t *\n\t * You can use this to do whatever you would normally do with a chart if you used\n\t * charts library directly.\n\t */\n\tchart;\n\n\tprivate _data: any;\n\tprivate _options: any;\n\n\tngOnInit() {\n\t\t// Width prop is mandatory for the wrappers\n\t\tif (this.width) {\n\t\t\tthis.options.width = this.width;\n\t\t}\n\n\t\t// Height prop is mandatory for the wrappers\n\t\tif (this.height) {\n\t\t\tthis.options.height = this.height;\n\t\t}\n\t}\n\n\t/**\n\t * Runs after view init to create a chart, attach it to `chartRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tconsole.log(\"You need to implement your own `ngAfterViewInit()` function\");\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { AlluvialChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `Alluvial` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-alluvial-chart\",\n\ttemplate: ``\n})\nexport class AlluvialChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new AlluvialChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { AreaChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `AreaChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-area-chart\",\n\ttemplate: `\n\t\t<div #nChart class=\"ibm-chart-container\">\n\t\t</div>\n\t`\n})\nexport class AreaChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `chartRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new AreaChart(\n\t\t\tthis.chartRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { StackedAreaChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `StackedAreaChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-stacked-area-chart\",\n\ttemplate: ``\n})\nexport class StackedAreaChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new StackedAreaChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { SimpleBarChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `SimpleBarChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-simple-bar-chart\",\n\ttemplate: ``\n})\nexport class SimpleBarChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new SimpleBarChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { GroupedBarChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `GroupedBarChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-grouped-bar-chart\",\n\ttemplate: ``\n})\nexport class GroupedBarChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new GroupedBarChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { StackedBarChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `StackedBarChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-stacked-bar-chart\",\n\ttemplate: ``\n})\nexport class StackedBarChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new StackedBarChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { BoxplotChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `BoxplotChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-boxplot-chart\",\n\ttemplate: ``\n})\nexport class BoxplotChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new BoxplotChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { BubbleChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `BubbleChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-bubble-chart\",\n\ttemplate: ``\n})\nexport class BubbleChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new BubbleChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { BulletChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `BulletChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-bullet-chart\",\n\ttemplate: ``\n})\nexport class BulletChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new BulletChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { DonutChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `DonutChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-donut-chart\",\n\ttemplate: ``\n})\nexport class DonutChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new DonutChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { GaugeChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `GaugeChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-gauge-chart\",\n\ttemplate: ``\n})\nexport class GaugeChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new GaugeChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { HistogramChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `HistogramChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-histogram-chart\",\n\ttemplate: ``\n})\nexport class HistogramChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new HistogramChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { LineChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `LineChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-line-chart\",\n\ttemplate: ``\n})\nexport class LineChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new LineChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { LollipopChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `LollipopChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-lollipop-chart\",\n\ttemplate: ``\n})\nexport class LollipopChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new LollipopChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { PieChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `PieChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-pie-chart\",\n\ttemplate: ``\n})\nexport class PieChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new PieChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { ScatterChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `ScatterChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-scatter-chart\",\n\ttemplate: ``\n})\nexport class ScatterChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new ScatterChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\nimport { MeterChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `MeterChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-meter-chart\",\n\ttemplate: ``\n})\nexport class MeterChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new MeterChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { RadarChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `RadarChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-radar-chart\",\n\ttemplate: ``\n})\nexport class RadarChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new RadarChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\nimport { ComboChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `ComboChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-combo-chart\",\n\ttemplate: ``\n})\nexport class ComboChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new ComboChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { TreeChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `TreeChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-tree-chart\",\n\ttemplate: ``\n})\nexport class TreeChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new TreeChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { TreemapChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `TreemapChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-treemap-chart\",\n\ttemplate: ``\n})\nexport class TreemapChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new TreemapChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { CirclePackChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `BubbleChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-circle-pack-chart\",\n\ttemplate: ``\n})\nexport class CirclePackChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new CirclePackChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { WordCloudChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `WordCloudChart` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-wordcloud-chart\",\n\ttemplate: ``\n})\nexport class WordCloudChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new WordCloudChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import {\n\tComponent,\n\tAfterViewInit\n} from \"@angular/core\";\n\nimport { BaseChart } from \"./base-chart.component\";\n\nimport { HeatmapChart } from \"@carbon/charts\";\n\n/**\n * Wrapper around `Heatmap` in carbon charts library\n *\n * Most functions just call their equivalent from the chart library.\n */\n@Component({\n\tselector: \"ibm-heatmap-chart\",\n\ttemplate: ``\n})\nexport class HeatmapChartComponent extends BaseChart implements AfterViewInit {\n\t/**\n\t * Runs after view init to create a chart, attach it to `elementRef` and draw it.\n\t */\n\tngAfterViewInit() {\n\t\tthis.chart = new HeatmapChart(\n\t\t\tthis.elementRef.nativeElement,\n\t\t\t{\n\t\t\t\tdata: this.data,\n\t\t\t\toptions: this.options\n\t\t\t}\n\t\t);\n\n\t\tObject.assign(this, this.chart);\n\t}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { BaseChart } from './base-chart.component';\nimport { AlluvialChartComponent } from './alluvial-chart.component';\nimport { AreaChartComponent } from './area-chart.component';\nimport { StackedAreaChartComponent } from './area-chart-stacked.component';\nimport { SimpleBarChartComponent } from './bar-chart-simple.component';\nimport { GroupedBarChartComponent } from './bar-chart-grouped.component';\nimport { StackedBarChartComponent } from './bar-chart-stacked.component';\nimport { BoxplotChartComponent } from './boxplot-chart.component';\nimport { BubbleChartComponent } from './bubble-chart.component';\nimport { BulletChartComponent } from './bullet-chart.component';\nimport { DonutChartComponent } from './donut-chart.component';\nimport { GaugeChartComponent } from './gauge-chart.component';\nimport { HistogramChartComponent } from './histogram-chart.component';\nimport { LineChartComponent } from './line-chart.component';\nimport { LollipopChartComponent } from './lollipop-chart.component';\nimport { PieChartComponent } from './pie-chart.component';\nimport { ScatterChartComponent } from './scatter-chart.component';\nimport { MeterChartComponent } from './meter-chart.component';\nimport { RadarChartComponent } from './radar-chart.component';\nimport { ComboChartComponent } from './combo-chart.component';\nimport { TreeChartComponent } from './tree-chart.component';\nimport { TreemapChartComponent } from './treemap-chart.component';\nimport { CirclePackChartComponent } from './circle-pack-chart.component';\nimport { WordCloudChartComponent } from './wordcloud-chart.component';\nimport { HeatmapChartComponent } from './heatmap-chart.component';\n\n@NgModule({\n\timports: [CommonModule],\n\tdeclarations: [\n\t\tBaseChart,\n\t\tAlluvialChartComponent,\n\t\tAreaChartComponent,\n\t\tStackedAreaChartComponent,\n\t\tSimpleBarChartComponent,\n\t\tGroupedBarChartComponent,\n\t\tStackedBarChartComponent,\n\t\tBoxplotChartComponent,\n\t\tBubbleChartComponent,\n\t\tBulletChartComponent,\n\t\tDonutChartComponent,\n\t\tGaugeChartComponent,\n\t\tHeatmapChartComponent,\n\t\tHistogramChartComponent,\n\t\tLineChartComponent,\n\t\tLollipopChartComponent,\n\t\tPieChartComponent,\n\t\tScatterChartComponent,\n\t\tMeterChartComponent,\n\t\tRadarChartComponent,\n\t\tComboChartComponent,\n\t\tTreeChartComponent,\n\t\tTreemapChartComponent,\n\t\tCirclePackChartComponent,\n\t\tWordCloudChartComponent,\n\t],\n\texports: [\n\t\tBaseChart,\n\t\tAlluvialChartComponent,\n\t\tAreaChartComponent,\n\t\tStackedAreaChartComponent,\n\t\tSimpleBarChartComponent,\n\t\tGroupedBarChartComponent,\n\t\tStackedBarChartComponent,\n\t\tBoxplotChartComponent,\n\t\tBubbleChartComponent,\n\t\tBulletChartComponent,\n\t\tDonutChartComponent,\n\t\tGaugeChartComponent,\n\t\tHeatmapChartComponent,\n\t\tHistogramChartComponent,\n\t\tLineChartComponent,\n\t\tLollipopChartComponent,\n\t\tPieChartComponent,\n\t\tScatterChartComponent,\n\t\tMeterChartComponent,\n\t\tRadarChartComponent,\n\t\tComboChartComponent,\n\t\tTreeChartComponent,\n\t\tTreemapChartComponent,\n\t\tCirclePackChartComponent,\n\t\tWordCloudChartComponent\n\t],\n})\nexport class ChartsModule {}\n","export const carbonPrefix = 'cds';\n","import { Component, Input, Output, EventEmitter, OnInit } from '@angular/core';\nimport { carbonPrefix } from '../configs';\n\n@Component({\n\tselector: 'ibm-diagram-card-node',\n\ttemplate: `\n\t\t<ng-container [ngSwitch]=\"component\">\n\t\t\t<xhtml:div\n\t\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'border-color': color,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:div>\n\n\t\t\t<xhtml:button\n\t\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'border-color': color,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(click)=\"click.emit($event)\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:button>\n\n\t\t\t<xhtml:a\n\t\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[attr.href]=\"href\"\n\t\t\t\t[ngStyle]=\"{ 'border-color': color, position: position }\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:a>\n\t\t</ng-container>\n\t\t<ng-template #nodeTemplate>\n\t\t\t<ng-content></ng-content>\n\t\t</ng-template>\n\t`,\n})\nexport class CardNodeComponent implements OnInit {\n\t@Input() as = 'div';\n\t@Input() href: string = null;\n\t@Input() color;\n\t@Input() stacked;\n\t@Input() position: string = 'static';\n\n\t@Output() click: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseEnter: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseOver: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseOut: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseLeave: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseMove: EventEmitter<any> = new EventEmitter<any>();\n\n\tnamespace = `${carbonPrefix}--cc--card-node`;\n\n\tcomponent = 'div';\n\n\tngOnInit() {\n\t\tif (this.href) {\n\t\t\tthis.component = 'a';\n\t\t} else {\n\t\t\tthis.component = this.as;\n\t\t}\n\t}\n}\n","import { Component, Input, HostBinding } from '@angular/core';\nimport { carbonPrefix } from '../configs';\n\n@Component({\n\tselector: 'ibm-diagram-card-node-column',\n\ttemplate: `\n\t\t<xhtml:div>\n\t\t\t<ng-content></ng-content>\n\t\t</xhtml:div>\n\t`,\n})\nexport class CardNodeColumnComponent {\n\t@Input() farsideColumn = false;\n\n\t@HostBinding('class') get class() {\n\t\tconst farsideClassName = this.farsideColumn\n\t\t\t? `${carbonPrefix}--cc--card-node__column--farside`\n\t\t\t: '';\n\n\t\treturn `${carbonPrefix}--cc--card-node__column ${farsideClassName}`;\n\t}\n}\n","import { Component } from \"@angular/core\";\nimport { carbonPrefix } from '../configs';\n\n@Component({\n\tselector: \"ibm-diagram-card-node-label\",\n\ttemplate: `\n\t<xhtml:label [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:label>\n\t`\n})\n\nexport class CardNodeLabelComponent {\n\tnamespace = `${carbonPrefix}--cc--card-node__label`;\n}\n","import { Component } from \"@angular/core\";\nimport { carbonPrefix } from '../configs';\n\n@Component({\n\tselector: \"ibm-diagram-card-node-subtitle\",\n\ttemplate: `\n\t<xhtml:div [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t`\n})\n\nexport class CardNodeSubtitleComponent {\n\tnamespace = `${carbonPrefix}--cc--card-node__subtitle`;\n}\n","import { Component } from \"@angular/core\";\nimport { carbonPrefix } from '../configs';\n\n@Component({\n\tselector: \"ibm-diagram-card-node-title\",\n\ttemplate: `\n\t<xhtml:div [ngClass]=\"namespace\">\n\t\t<ng-content></ng-content>\n\t</xhtml:div>\n\t`\n})\n\nexport class CardNodeTitleComponent {\n\tnamespace = `${carbonPrefix}--cc--card-node__title`;\n}\n","import { NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport { CardNodeComponent } from \"./card-node.component\";\nimport { CardNodeColumnComponent } from \"./card-node-column.component\";\nimport { CardNodeLabelComponent } from \"./card-node-label.component\";\nimport { CardNodeSubtitleComponent } from \"./card-node-subtitle.component\";\nimport { CardNodeTitleComponent } from \"./card-node-title.component\";\nexport { CardNodeComponent,\n\tCardNodeColumnComponent,\n\tCardNodeLabelComponent,\n\tCardNodeSubtitleComponent,\n\tCardNodeTitleComponent };\n@NgModule({\n\tdeclarations: [CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent],\n\texports: [CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent],\n\timports: [CommonModule]\n})\nexport class CardNodeModule { }\n","import { Component, Input } from \"@angular/core\";\nimport { buildStraightPathString } from \"@carbon/charts/components/diagrams/buildPaths\";\n\nimport { carbonPrefix } from '../configs';\n\ninterface Coordinates {\n\tx: number;\n\ty: number;\n}\n@Component({\n\tselector: \"[ibm-graph-edge]\",\n\ttemplate: `\n\t<svg:g [ngClass]=\"[namespace, variant ? namespace + '--' + variant : '']\">\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__container'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__outer'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t/>\n\t\t<svg:path\n\t\t\t[ngClass]=\"namespace + '__inner'\"\n\t\t\t[attr.d]=\"path ? path : straight(source, target)\"\n\t\t\t[ngStyle]=\"{'stroke': color}\"\n\t\t\t[attr.marker-start]=\"markerStart ? 'url(#' + markerStart + ')' : ''\"\n\t\t\t[attr.marker-end]=\"markerEnd ? 'url(#' + markerEnd + ')' : ''\"\n\t\t/>\n\t</svg:g>\n\t`\n})\n\nexport class EdgeComponent {\n\t@Input() color: string;\n\t@Input() markerEnd: string;\n\t@Input() markerStart: string;\n\t@Input() source: Coordinates;\n\t@Input() target: Coordinates;\n\t@Input() variant: \"dash-sm\" | \"dash-md\" | \"dash-lg\" | \"dash-xl\" | \"double\" | \"tunnel\";\n\t@Input() path: string;\n\n\tpathClasses;\n\tnamespace = `${carbonPrefix}--cc--edge`;\n\tstraight = buildStraightPathString;\n}\n","import { NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport { EdgeComponent } from \"./edge.component\";\nexport { EdgeComponent } from \"./edge.component\";\n\n@NgModule({\n\tdeclarations: [EdgeComponent],\n\texports: [EdgeComponent],\n\timports: [CommonModule]\n})\nexport class EdgeModule { }\n","import { Component, Input, OnInit } from \"@angular/core\";\nimport {\n\tarrowLeft,\n\tarrowRight,\n\tcircle,\n\tdiamond,\n\tsquare,\n\ttee,\n} from \"@carbon/charts/components/diagrams/markerDefinitions\";\n\nimport { carbonPrefix } from '../configs';\n\nconst 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`;\n\n@Component({\n\tselector: \"[ibm-graph-marker]\",\n\ttemplate\n})\nexport class MarkerComponent {\n\t@Input() d: string;\n\t@Input() color: string;\n\t@Input() id: string;\n\t@Input() orient: string | number = \"auto\";\n\t@Input() height: string | number;\n\t@Input() width: string | number;\n\t@Input() refX: string | number;\n\t@Input() refY: string | number;\n\t@Input() position: \"start\" | \"end\" = \"end\";\n\n\tnamespace = `${carbonPrefix}--cc--marker`;\n\n\tsetAttributes = ({d, id, height, width}) => {\n\t\tconst xPos = (this.position === \"end\") ? (width / 2) + 0.5 : 0.5;\n\t\tconst yPos = height / 2;\n\n\t\tthis.d = this.d || d;\n\t\tthis.id = this.id || id;\n\t\tthis.height = this.height || height;\n\t\tthis.width = this.width || width;\n\t\tthis.refX = this.refX || xPos;\n\t\tthis.refY = this.refY || yPos;\n\t}\n}\n\n@Component({ selector: \"[ibm-graph-marker-arrow-left]\", template})\nexport class MarkerArrowLeftComponent extends MarkerComponent implements OnInit { ngOnInit() {this.setAttributes({...arrowLeft}); } }\n@Component({ selector: \"[ibm-graph-marker-arrow-right]\", template})\nexport class MarkerArrowRightComponent extends MarkerComponent implements OnInit { ngOnInit() {this.setAttributes({...arrowRight}); } }\n@Component({ selector: \"[ibm-graph-marker-circle]\", template})\nexport class MarkerShapeNodeComponent extends MarkerComponent implements OnInit { ngOnInit() {this.setAttributes({...circle}); } }\n@Component({ selector: \"[ibm-graph-marker-diamond]\", template})\nexport class MarkerDiamondComponent extends MarkerComponent implements OnInit { ngOnInit() {this.setAttributes({...diamond}); } }\n@Component({ selector: \"[ibm-graph-marker-square]\", template})\nexport class MarkerSquareComponent extends MarkerComponent implements OnInit { ngOnInit() {this.setAttributes({...square}); } }\n@Component({ selector: \"[ibm-graph-marker-tee]\", template})\nexport class MarkerTeeComponent extends MarkerComponent implements OnInit { ngOnInit() {this.setAttributes({...tee}); } }\n","import { NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport {\n\tMarkerComponent,\n\tMarkerArrowLeftComponent,\n\tMarkerArrowRightComponent,\n\tMarkerShapeNodeComponent,\n\tMarkerDiamondComponent,\n\tMarkerSquareComponent,\n\tMarkerTeeComponent\n} from \"./marker.component\";\n\nexport {\n\tMarkerComponent,\n\tMarkerArrowLeftComponent,\n\tMarkerArrowRightComponent,\n\tMarkerShapeNodeComponent,\n\tMarkerDiamondComponent,\n\tMarkerSquareComponent,\n\tMarkerTeeComponent\n};\n@NgModule({\n\tdeclarations: [\n\t\tMarkerComponent,\n\t\tMarkerArrowLeftComponent,\n\t\tMarkerArrowRightComponent,\n\t\tMarkerShapeNodeComponent,\n\t\tMarkerDiamondComponent,\n\t\tMarkerSquareComponent,\n\t\tMarkerTeeComponent\n\t],\n\texports: [\n\t\tMarkerComponent,\n\t\tMarkerArrowLeftComponent,\n\t\tMarkerArrowRightComponent,\n\t\tMarkerShapeNodeComponent,\n\t\tMarkerDiamondComponent,\n\t\tMarkerSquareComponent,\n\t\tMarkerTeeComponent\n\t],\n\timports: [CommonModule]\n})\nexport class MarkerModule { }\n","import {\n\tComponent,\n\tInput,\n\tOutput,\n\tEventEmitter,\n\tTemplateRef,\n\tOnInit,\n} from '@angular/core';\n\nimport { carbonPrefix } from '../configs';\n\n@Component({\n\tselector: 'ibm-diagram-shape-node',\n\ttemplate: `\n\t\t<ng-container [ngSwitch]=\"component\">\n\t\t\t<xhtml:div\n\t\t\t\t*ngSwitchCase=\"'div'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:div>\n\n\t\t\t<xhtml:button\n\t\t\t\t*ngSwitchCase=\"'button'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(click)=\"click.emit($event)\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:button>\n\n\t\t\t<xhtml:a\n\t\t\t\t*ngSwitchCase=\"'a'\"\n\t\t\t\t[ngClass]=\"[\n\t\t\t\t\tnamespace,\n\t\t\t\t\tstacked ? namespace + '--stacked' : '',\n\t\t\t\t\tshape ? namespace + '--' + shape : '',\n\t\t\t\t\tnamespace + '--' + component\n\t\t\t\t]\"\n\t\t\t\t[attr.href]=\"href\"\n\t\t\t\t[ngStyle]=\"{\n\t\t\t\t\t'height.px': size,\n\t\t\t\t\t'width.px': size,\n\t\t\t\t\tposition: position\n\t\t\t\t}\"\n\t\t\t\t(mouseenter)=\"mouseEnter.emit($event)\"\n\t\t\t\t(mouseover)=\"mouseOver.emit($event)\"\n\t\t\t\t(mouseout)=\"mouseOut.emit($event)\"\n\t\t\t\t(mouseleave)=\"mouseLeave.emit($event)\"\n\t\t\t\t(mousemove)=\"mouseMove.emit($event)\"\n\t\t\t\ttabindex=\"0\"\n\t\t\t>\n\t\t\t\t<ng-container *ngTemplateOutlet=\"nodeTemplate\"></ng-container>\n\t\t\t</xhtml:a>\n\t\t</ng-container>\n\n\t\t<ng-template #nodeTemplate>\n\t\t\t<div *ngIf=\"renderIcon\" attr.class=\"{{ namespace + '__icon' }}\">\n\t\t\t\t<ng-container *ngTemplateOutlet=\"renderIcon\"></ng-container>\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tattr.class=\"{{ namespace + '__body' }}\"\n\t\t\t\t[ngStyle]=\"{ position: bodyPosition }\"\n\t\t\t>\n\t\t\t\t<div attr.class=\"{{ namespace + '__title' }}\">{{ title }}</div>\n\t\t\t\t<div attr.class=\"{{ namespace + '__subtitle' }}\">\n\t\t\t\t\t{{ subtitle }}\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</ng-template>\n\t`,\n})\nexport class ShapeNodeComponent implements OnInit {\n\t@Input() as = 'div';\n\t@Input() href: string = null;\n\t@Input() renderIcon: TemplateRef<any>;\n\t@Input() size = 48;\n\t@Input() stacked: boolean;\n\t@Input() shape: 'circle' | 'square' | 'rounded-square' = 'circle';\n\t@Input() subtitle: string;\n\t@Input() title: string;\n\t@Input() position: string = 'fixed';\n\t@Input() bodyPosition: string = 'absolute';\n\n\t@Output() click: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseEnter: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseOver: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseOut: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseLeave: EventEmitter<any> = new EventEmitter<any>();\n\t@Output() mouseMove: EventEmitter<any> = new EventEmitter<any>();\n\n\tnamespace = `${carbonPrefix}--cc--shape-node`;\n\tcomponent = 'div';\n\n\tngOnInit() {\n\t\tif (this.href) {\n\t\t\tthis.component = 'a';\n\t\t} else {\n\t\t\tthis.component = this.as;\n\t\t}\n\t}\n}\n","import { NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport { ShapeNodeComponent } from \"./shape-node.component\";\nexport { ShapeNodeComponent } from \"./shape-node.component\";\n\n@NgModule({\n\tdeclarations: [ShapeNodeComponent],\n\texports: [ShapeNodeComponent],\n\timports: [CommonModule]\n})\nexport class ShapeNodeModule { }\n"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,6 @@ import { Component, ElementRef, Input, ViewChild, NgModule, EventEmitter, Output
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { __extends, __assign } from 'tslib';
|
|
4
4
|
import { AlluvialChart, AreaChart, StackedAreaChart, SimpleBarChart, GroupedBarChart, StackedBarChart, BoxplotChart, BubbleChart, BulletChart, DonutChart, GaugeChart, HistogramChart, LineChart, LollipopChart, PieChart, ScatterChart, MeterChart, RadarChart, ComboChart, TreeChart, TreemapChart, CirclePackChart, WordCloudChart, HeatmapChart } from '@carbon/charts';
|
|
5
|
-
import settings from 'carbon-components/src/globals/js/settings';
|
|
6
5
|
import { buildStraightPathString } from '@carbon/charts/components/diagrams/buildPaths';
|
|
7
6
|
import { arrowLeft, arrowRight, circle, diamond, square, tee } from '@carbon/charts/components/diagrams/markerDefinitions';
|
|
8
7
|
|
|
@@ -1242,12 +1241,19 @@ var ChartsModule = /** @class */ (function () {
|
|
|
1242
1241
|
return ChartsModule;
|
|
1243
1242
|
}());
|
|
1244
1243
|
|
|
1244
|
+
/**
|
|
1245
|
+
* @fileoverview added by tsickle
|
|
1246
|
+
* Generated from: diagrams/configs.ts
|
|
1247
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1248
|
+
*/
|
|
1249
|
+
/** @type {?} */
|
|
1250
|
+
var carbonPrefix = 'cds';
|
|
1251
|
+
|
|
1245
1252
|
/**
|
|
1246
1253
|
* @fileoverview added by tsickle
|
|
1247
1254
|
* Generated from: diagrams/card-node/card-node.component.ts
|
|
1248
1255
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1249
1256
|
*/
|
|
1250
|
-
var prefix = settings.prefix;
|
|
1251
1257
|
var CardNodeComponent = /** @class */ (function () {
|
|
1252
1258
|
function CardNodeComponent() {
|
|
1253
1259
|
this.as = 'div';
|
|
@@ -1259,7 +1265,7 @@ var CardNodeComponent = /** @class */ (function () {
|
|
|
1259
1265
|
this.mouseOut = new EventEmitter();
|
|
1260
1266
|
this.mouseLeave = new EventEmitter();
|
|
1261
1267
|
this.mouseMove = new EventEmitter();
|
|
1262
|
-
this.namespace =
|
|
1268
|
+
this.namespace = carbonPrefix + "--cc--card-node";
|
|
1263
1269
|
this.component = 'div';
|
|
1264
1270
|
}
|
|
1265
1271
|
/**
|
|
@@ -1331,7 +1337,6 @@ if (false) {
|
|
|
1331
1337
|
* Generated from: diagrams/card-node/card-node-column.component.ts
|
|
1332
1338
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1333
1339
|
*/
|
|
1334
|
-
var prefix$1 = settings.prefix;
|
|
1335
1340
|
var CardNodeColumnComponent = /** @class */ (function () {
|
|
1336
1341
|
function CardNodeColumnComponent() {
|
|
1337
1342
|
this.farsideColumn = false;
|
|
@@ -1343,9 +1348,9 @@ var CardNodeColumnComponent = /** @class */ (function () {
|
|
|
1343
1348
|
function () {
|
|
1344
1349
|
/** @type {?} */
|
|
1345
1350
|
var farsideClassName = this.farsideColumn
|
|
1346
|
-
?
|
|
1351
|
+
? carbonPrefix + "--cc--card-node__column--farside"
|
|
1347
1352
|
: '';
|
|
1348
|
-
return
|
|
1353
|
+
return carbonPrefix + "--cc--card-node__column " + farsideClassName;
|
|
1349
1354
|
},
|
|
1350
1355
|
enumerable: true,
|
|
1351
1356
|
configurable: true
|
|
@@ -1372,10 +1377,9 @@ if (false) {
|
|
|
1372
1377
|
* Generated from: diagrams/card-node/card-node-label.component.ts
|
|
1373
1378
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1374
1379
|
*/
|
|
1375
|
-
var prefix$2 = settings.prefix;
|
|
1376
1380
|
var CardNodeLabelComponent = /** @class */ (function () {
|
|
1377
1381
|
function CardNodeLabelComponent() {
|
|
1378
|
-
this.namespace =
|
|
1382
|
+
this.namespace = carbonPrefix + "--cc--card-node__label";
|
|
1379
1383
|
}
|
|
1380
1384
|
CardNodeLabelComponent.decorators = [
|
|
1381
1385
|
{ type: Component, args: [{
|
|
@@ -1395,10 +1399,9 @@ if (false) {
|
|
|
1395
1399
|
* Generated from: diagrams/card-node/card-node-subtitle.component.ts
|
|
1396
1400
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1397
1401
|
*/
|
|
1398
|
-
var prefix$3 = settings.prefix;
|
|
1399
1402
|
var CardNodeSubtitleComponent = /** @class */ (function () {
|
|
1400
1403
|
function CardNodeSubtitleComponent() {
|
|
1401
|
-
this.namespace =
|
|
1404
|
+
this.namespace = carbonPrefix + "--cc--card-node__subtitle";
|
|
1402
1405
|
}
|
|
1403
1406
|
CardNodeSubtitleComponent.decorators = [
|
|
1404
1407
|
{ type: Component, args: [{
|
|
@@ -1418,10 +1421,9 @@ if (false) {
|
|
|
1418
1421
|
* Generated from: diagrams/card-node/card-node-title.component.ts
|
|
1419
1422
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1420
1423
|
*/
|
|
1421
|
-
var prefix$4 = settings.prefix;
|
|
1422
1424
|
var CardNodeTitleComponent = /** @class */ (function () {
|
|
1423
1425
|
function CardNodeTitleComponent() {
|
|
1424
|
-
this.namespace =
|
|
1426
|
+
this.namespace = carbonPrefix + "--cc--card-node__title";
|
|
1425
1427
|
}
|
|
1426
1428
|
CardNodeTitleComponent.decorators = [
|
|
1427
1429
|
{ type: Component, args: [{
|
|
@@ -1459,7 +1461,6 @@ var CardNodeModule = /** @class */ (function () {
|
|
|
1459
1461
|
* Generated from: diagrams/edge/edge.component.ts
|
|
1460
1462
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1461
1463
|
*/
|
|
1462
|
-
var prefix$5 = settings.prefix;
|
|
1463
1464
|
/**
|
|
1464
1465
|
* @record
|
|
1465
1466
|
*/
|
|
@@ -1472,7 +1473,7 @@ if (false) {
|
|
|
1472
1473
|
}
|
|
1473
1474
|
var EdgeComponent = /** @class */ (function () {
|
|
1474
1475
|
function EdgeComponent() {
|
|
1475
|
-
this.namespace =
|
|
1476
|
+
this.namespace = carbonPrefix + "--cc--edge";
|
|
1476
1477
|
this.straight = buildStraightPathString;
|
|
1477
1478
|
}
|
|
1478
1479
|
EdgeComponent.decorators = [
|
|
@@ -1538,7 +1539,6 @@ var EdgeModule = /** @class */ (function () {
|
|
|
1538
1539
|
* Generated from: diagrams/marker/marker.component.ts
|
|
1539
1540
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1540
1541
|
*/
|
|
1541
|
-
var prefix$6 = settings.prefix;
|
|
1542
1542
|
/** @type {?} */
|
|
1543
1543
|
var 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";
|
|
1544
1544
|
var MarkerComponent = /** @class */ (function () {
|
|
@@ -1546,7 +1546,7 @@ var MarkerComponent = /** @class */ (function () {
|
|
|
1546
1546
|
var _this = this;
|
|
1547
1547
|
this.orient = "auto";
|
|
1548
1548
|
this.position = "end";
|
|
1549
|
-
this.namespace =
|
|
1549
|
+
this.namespace = carbonPrefix + "--cc--marker";
|
|
1550
1550
|
this.setAttributes = (/**
|
|
1551
1551
|
* @param {?} __0
|
|
1552
1552
|
* @return {?}
|
|
@@ -1750,7 +1750,6 @@ var MarkerModule = /** @class */ (function () {
|
|
|
1750
1750
|
* Generated from: diagrams/shape-node/shape-node.component.ts
|
|
1751
1751
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1752
1752
|
*/
|
|
1753
|
-
var prefix$7 = settings.prefix;
|
|
1754
1753
|
var ShapeNodeComponent = /** @class */ (function () {
|
|
1755
1754
|
function ShapeNodeComponent() {
|
|
1756
1755
|
this.as = 'div';
|
|
@@ -1765,7 +1764,7 @@ var ShapeNodeComponent = /** @class */ (function () {
|
|
|
1765
1764
|
this.mouseOut = new EventEmitter();
|
|
1766
1765
|
this.mouseLeave = new EventEmitter();
|
|
1767
1766
|
this.mouseMove = new EventEmitter();
|
|
1768
|
-
this.namespace =
|
|
1767
|
+
this.namespace = carbonPrefix + "--cc--shape-node";
|
|
1769
1768
|
this.component = 'div';
|
|
1770
1769
|
}
|
|
1771
1770
|
/**
|