@carbon/charts-angular 1.22.14 → 1.22.16
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/CHANGELOG.md +18 -0
- package/fesm2022/carbon-charts-angular.mjs +247 -207
- package/fesm2022/carbon-charts-angular.mjs.map +1 -1
- package/lib/charts/alluvial-chart.component.d.ts +1 -1
- package/lib/charts/area-chart-stacked.component.d.ts +1 -1
- package/lib/charts/area-chart.component.d.ts +1 -1
- package/lib/charts/bar-chart-grouped.component.d.ts +1 -1
- package/lib/charts/bar-chart-simple.component.d.ts +1 -1
- package/lib/charts/bar-chart-stacked.component.d.ts +1 -1
- package/lib/charts/base-chart.component.d.ts +1 -1
- package/lib/charts/boxplot-chart.component.d.ts +1 -1
- package/lib/charts/bubble-chart.component.d.ts +1 -1
- package/lib/charts/bullet-chart.component.d.ts +1 -1
- package/lib/charts/charts.module.d.ts +26 -27
- package/lib/charts/choropleth.component.d.ts +1 -1
- package/lib/charts/circle-pack-chart.component.d.ts +1 -1
- package/lib/charts/combo-chart.component.d.ts +1 -1
- package/lib/charts/donut-chart.component.d.ts +1 -1
- package/lib/charts/experimental-choropleth-chart-component.d.ts +1 -1
- package/lib/charts/gauge-chart.component.d.ts +1 -1
- package/lib/charts/heatmap-chart.component.d.ts +1 -1
- package/lib/charts/histogram-chart.component.d.ts +1 -1
- package/lib/charts/line-chart.component.d.ts +1 -1
- package/lib/charts/lollipop-chart.component.d.ts +1 -1
- package/lib/charts/meter-chart.component.d.ts +1 -1
- package/lib/charts/pie-chart.component.d.ts +1 -1
- package/lib/charts/radar-chart.component.d.ts +1 -1
- package/lib/charts/scatter-chart.component.d.ts +1 -1
- package/lib/charts/tree-chart.component.d.ts +1 -1
- package/lib/charts/treemap-chart.component.d.ts +1 -1
- package/lib/charts/wordcloud-chart.component.d.ts +1 -1
- package/lib/diagrams/edges/edge.component.d.ts +1 -1
- package/lib/diagrams/edges/edge.module.d.ts +3 -3
- package/lib/diagrams/edges/marker/marker.component.d.ts +7 -7
- package/lib/diagrams/edges/marker/marker.module.d.ts +3 -3
- package/lib/diagrams/nodes/cards/card-node-column.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node-label.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node-subtitle.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node-title.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node.module.d.ts +7 -7
- package/lib/diagrams/nodes/shape/shape-node.component.d.ts +1 -1
- package/lib/diagrams/nodes/shape/shape-node.module.d.ts +3 -3
- package/package.json +5 -7
- package/esm2022/carbon-charts-angular.mjs +0 -5
- package/esm2022/index.mjs +0 -20
- package/esm2022/lib/charts/alluvial-chart.component.mjs +0 -31
- package/esm2022/lib/charts/area-chart-stacked.component.mjs +0 -31
- package/esm2022/lib/charts/area-chart.component.mjs +0 -31
- package/esm2022/lib/charts/bar-chart-grouped.component.mjs +0 -31
- package/esm2022/lib/charts/bar-chart-simple.component.mjs +0 -31
- package/esm2022/lib/charts/bar-chart-stacked.component.mjs +0 -31
- package/esm2022/lib/charts/base-chart.component.mjs +0 -74
- package/esm2022/lib/charts/boxplot-chart.component.mjs +0 -31
- package/esm2022/lib/charts/bubble-chart.component.mjs +0 -31
- package/esm2022/lib/charts/bullet-chart.component.mjs +0 -31
- package/esm2022/lib/charts/charts.module.mjs +0 -132
- package/esm2022/lib/charts/choropleth.component.mjs +0 -31
- package/esm2022/lib/charts/circle-pack-chart.component.mjs +0 -31
- package/esm2022/lib/charts/combo-chart.component.mjs +0 -31
- package/esm2022/lib/charts/donut-chart.component.mjs +0 -31
- package/esm2022/lib/charts/experimental-choropleth-chart-component.mjs +0 -32
- package/esm2022/lib/charts/gauge-chart.component.mjs +0 -31
- package/esm2022/lib/charts/heatmap-chart.component.mjs +0 -31
- package/esm2022/lib/charts/histogram-chart.component.mjs +0 -31
- package/esm2022/lib/charts/index.mjs +0 -29
- package/esm2022/lib/charts/line-chart.component.mjs +0 -31
- package/esm2022/lib/charts/lollipop-chart.component.mjs +0 -31
- package/esm2022/lib/charts/meter-chart.component.mjs +0 -31
- package/esm2022/lib/charts/pie-chart.component.mjs +0 -31
- package/esm2022/lib/charts/radar-chart.component.mjs +0 -31
- package/esm2022/lib/charts/scatter-chart.component.mjs +0 -31
- package/esm2022/lib/charts/tree-chart.component.mjs +0 -31
- package/esm2022/lib/charts/treemap-chart.component.mjs +0 -31
- package/esm2022/lib/charts/wordcloud-chart.component.mjs +0 -31
- package/esm2022/lib/diagrams/config.mjs +0 -2
- package/esm2022/lib/diagrams/edges/edge.component.mjs +0 -72
- package/esm2022/lib/diagrams/edges/edge.module.mjs +0 -19
- package/esm2022/lib/diagrams/edges/marker/marker.component.mjs +0 -154
- package/esm2022/lib/diagrams/edges/marker/marker.module.mjs +0 -47
- package/esm2022/lib/diagrams/index.mjs +0 -5
- package/esm2022/lib/diagrams/nodes/cards/card-node-column.component.mjs +0 -37
- package/esm2022/lib/diagrams/nodes/cards/card-node-label.component.mjs +0 -27
- package/esm2022/lib/diagrams/nodes/cards/card-node-subtitle.component.mjs +0 -27
- package/esm2022/lib/diagrams/nodes/cards/card-node-title.component.mjs +0 -27
- package/esm2022/lib/diagrams/nodes/cards/card-node.component.mjs +0 -189
- package/esm2022/lib/diagrams/nodes/cards/card-node.module.mjs +0 -43
- package/esm2022/lib/diagrams/nodes/shape/shape-node.component.mjs +0 -239
- package/esm2022/lib/diagrams/nodes/shape/shape-node.module.mjs +0 -19
- package/esm2022/lib/index.mjs +0 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { Input, Component, NgModule, EventEmitter, Output, HostBinding } from '@angular/core';
|
|
3
3
|
import { AlluvialChart, AreaChart, BoxplotChart, BubbleChart, BulletChart, CirclePackChart, ComboChart, DonutChart, ChoroplethChart, GaugeChart, GroupedBarChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, SimpleBarChart, StackedAreaChart, StackedBarChart, TreeChart, TreemapChart, WordCloudChart, arrowLeft, arrowRight, circle, diamond, square, tee, buildStraightPathString } from '@carbon/charts';
|
|
4
4
|
export { Alignments, AreaEvent, ArrowDirections, AxisEvent, AxisFlavor, AxisPositions, AxisTitleOrientations, BarEvent, BoxplotEvent, CalloutDirections, CanvasZoomEvent, CartesianOrientations, ChartEvent, ChartTheme, ChartTypes, ColorClassNameTypes, ColorLegendType, DividerStatus, DominantBaseline, GaugeEvent, GaugeTypes, LayoutAlignItems, LayoutDirection, LayoutGrowth, LegendItemType, LegendOrientations, LegendPositions, LineEvent, ModalEvent, ModelEvent, PieEvent, Projection, RadarEvent, RenderTypes, ScaleTypes, ScatterEvent, Skeletons, Statuses, TextAnchor, ThresholdEvent, TickRotations, ToolbarControlTypes, TooltipEvent, TreeEvent, TreeTypes, TreemapEvent, TruncationTypes, WordCloudEvent, ZoomBarTypes, ZoomDomainEvent, ZoombarEvent } from '@carbon/charts';
|
|
5
5
|
import * as i1 from '@angular/common';
|
|
@@ -58,10 +58,10 @@ class BaseChartComponent {
|
|
|
58
58
|
ngAfterViewInit() {
|
|
59
59
|
console.log('Class that extended BaseChartComponent did not implement ngAfterViewInit().');
|
|
60
60
|
}
|
|
61
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
62
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
61
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BaseChartComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
62
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: BaseChartComponent, isStandalone: true, selector: "ibm-base-chart", inputs: { data: "data", options: "options", width: "width", height: "height" }, ngImport: i0, template: ``, isInline: true }); }
|
|
63
63
|
}
|
|
64
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
64
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BaseChartComponent, decorators: [{
|
|
65
65
|
type: Component,
|
|
66
66
|
args: [{
|
|
67
67
|
selector: 'ibm-base-chart',
|
|
@@ -93,10 +93,10 @@ class AlluvialChartComponent extends BaseChartComponent {
|
|
|
93
93
|
});
|
|
94
94
|
Object.assign(this, this.chart);
|
|
95
95
|
}
|
|
96
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
97
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
96
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: AlluvialChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
97
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: AlluvialChartComponent, isStandalone: true, selector: "ibm-alluvial-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
98
98
|
}
|
|
99
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: AlluvialChartComponent, decorators: [{
|
|
100
100
|
type: Component,
|
|
101
101
|
args: [{
|
|
102
102
|
selector: 'ibm-alluvial-chart',
|
|
@@ -120,10 +120,10 @@ class AreaChartComponent extends BaseChartComponent {
|
|
|
120
120
|
});
|
|
121
121
|
Object.assign(this, this.chart);
|
|
122
122
|
}
|
|
123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: AreaChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
124
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: AreaChartComponent, isStandalone: true, selector: "ibm-area-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
125
125
|
}
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: AreaChartComponent, decorators: [{
|
|
127
127
|
type: Component,
|
|
128
128
|
args: [{
|
|
129
129
|
selector: 'ibm-area-chart',
|
|
@@ -147,10 +147,10 @@ class BoxplotChartComponent extends BaseChartComponent {
|
|
|
147
147
|
});
|
|
148
148
|
Object.assign(this, this.chart);
|
|
149
149
|
}
|
|
150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
151
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
150
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BoxplotChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
151
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: BoxplotChartComponent, isStandalone: true, selector: "ibm-boxplot-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
152
152
|
}
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BoxplotChartComponent, decorators: [{
|
|
154
154
|
type: Component,
|
|
155
155
|
args: [{
|
|
156
156
|
selector: 'ibm-boxplot-chart',
|
|
@@ -174,10 +174,10 @@ class BubbleChartComponent extends BaseChartComponent {
|
|
|
174
174
|
});
|
|
175
175
|
Object.assign(this, this.chart);
|
|
176
176
|
}
|
|
177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
178
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BubbleChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
178
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: BubbleChartComponent, isStandalone: true, selector: "ibm-bubble-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
179
179
|
}
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BubbleChartComponent, decorators: [{
|
|
181
181
|
type: Component,
|
|
182
182
|
args: [{
|
|
183
183
|
selector: 'ibm-bubble-chart',
|
|
@@ -201,10 +201,10 @@ class BulletChartComponent extends BaseChartComponent {
|
|
|
201
201
|
});
|
|
202
202
|
Object.assign(this, this.chart);
|
|
203
203
|
}
|
|
204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
205
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BulletChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
205
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: BulletChartComponent, isStandalone: true, selector: "ibm-bullet-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
206
206
|
}
|
|
207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BulletChartComponent, decorators: [{
|
|
208
208
|
type: Component,
|
|
209
209
|
args: [{
|
|
210
210
|
selector: 'ibm-bullet-chart',
|
|
@@ -228,10 +228,10 @@ class CirclePackChartComponent extends BaseChartComponent {
|
|
|
228
228
|
});
|
|
229
229
|
Object.assign(this, this.chart);
|
|
230
230
|
}
|
|
231
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
232
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CirclePackChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
232
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: CirclePackChartComponent, isStandalone: true, selector: "ibm-circle-pack-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
233
233
|
}
|
|
234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CirclePackChartComponent, decorators: [{
|
|
235
235
|
type: Component,
|
|
236
236
|
args: [{
|
|
237
237
|
selector: 'ibm-circle-pack-chart',
|
|
@@ -255,10 +255,10 @@ class ComboChartComponent extends BaseChartComponent {
|
|
|
255
255
|
});
|
|
256
256
|
Object.assign(this, this.chart);
|
|
257
257
|
}
|
|
258
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
259
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ComboChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
259
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: ComboChartComponent, isStandalone: true, selector: "ibm-combo-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
260
260
|
}
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ComboChartComponent, decorators: [{
|
|
262
262
|
type: Component,
|
|
263
263
|
args: [{
|
|
264
264
|
selector: 'ibm-combo-chart',
|
|
@@ -282,10 +282,10 @@ class DonutChartComponent extends BaseChartComponent {
|
|
|
282
282
|
});
|
|
283
283
|
Object.assign(this, this.chart);
|
|
284
284
|
}
|
|
285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
286
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DonutChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
286
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: DonutChartComponent, isStandalone: true, selector: "ibm-donut-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
287
287
|
}
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DonutChartComponent, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{
|
|
291
291
|
selector: 'ibm-donut-chart',
|
|
@@ -309,10 +309,10 @@ class ChoroplethChartComponent extends BaseChartComponent {
|
|
|
309
309
|
});
|
|
310
310
|
Object.assign(this, this.chart);
|
|
311
311
|
}
|
|
312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
313
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
312
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ChoroplethChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
313
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: ChoroplethChartComponent, isStandalone: true, selector: "ibm-choropleth-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
314
314
|
}
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ChoroplethChartComponent, decorators: [{
|
|
316
316
|
type: Component,
|
|
317
317
|
args: [{
|
|
318
318
|
selector: 'ibm-choropleth-chart',
|
|
@@ -337,10 +337,10 @@ class ExperimentalChoroplethChartComponent extends BaseChartComponent {
|
|
|
337
337
|
});
|
|
338
338
|
Object.assign(this, this.chart);
|
|
339
339
|
}
|
|
340
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
341
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ExperimentalChoroplethChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
341
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: ExperimentalChoroplethChartComponent, isStandalone: true, selector: "ibm-experimental-choropleth-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
342
342
|
}
|
|
343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ExperimentalChoroplethChartComponent, decorators: [{
|
|
344
344
|
type: Component,
|
|
345
345
|
args: [{
|
|
346
346
|
selector: 'ibm-experimental-choropleth-chart',
|
|
@@ -364,10 +364,10 @@ class GaugeChartComponent extends BaseChartComponent {
|
|
|
364
364
|
});
|
|
365
365
|
Object.assign(this, this.chart);
|
|
366
366
|
}
|
|
367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
368
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: GaugeChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
368
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: GaugeChartComponent, isStandalone: true, selector: "ibm-gauge-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
369
369
|
}
|
|
370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: GaugeChartComponent, decorators: [{
|
|
371
371
|
type: Component,
|
|
372
372
|
args: [{
|
|
373
373
|
selector: 'ibm-gauge-chart',
|
|
@@ -391,10 +391,10 @@ class GroupedBarChartComponent extends BaseChartComponent {
|
|
|
391
391
|
});
|
|
392
392
|
Object.assign(this, this.chart);
|
|
393
393
|
}
|
|
394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
395
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: GroupedBarChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
395
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: GroupedBarChartComponent, isStandalone: true, selector: "ibm-grouped-bar-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
396
396
|
}
|
|
397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: GroupedBarChartComponent, decorators: [{
|
|
398
398
|
type: Component,
|
|
399
399
|
args: [{
|
|
400
400
|
selector: 'ibm-grouped-bar-chart',
|
|
@@ -418,10 +418,10 @@ class HeatmapChartComponent extends BaseChartComponent {
|
|
|
418
418
|
});
|
|
419
419
|
Object.assign(this, this.chart);
|
|
420
420
|
}
|
|
421
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
422
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
421
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HeatmapChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
422
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: HeatmapChartComponent, isStandalone: true, selector: "ibm-heatmap-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
423
423
|
}
|
|
424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HeatmapChartComponent, decorators: [{
|
|
425
425
|
type: Component,
|
|
426
426
|
args: [{
|
|
427
427
|
selector: 'ibm-heatmap-chart',
|
|
@@ -445,10 +445,10 @@ class HistogramChartComponent extends BaseChartComponent {
|
|
|
445
445
|
});
|
|
446
446
|
Object.assign(this, this.chart);
|
|
447
447
|
}
|
|
448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
449
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
448
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HistogramChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
449
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: HistogramChartComponent, isStandalone: true, selector: "ibm-histogram-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
450
450
|
}
|
|
451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HistogramChartComponent, decorators: [{
|
|
452
452
|
type: Component,
|
|
453
453
|
args: [{
|
|
454
454
|
selector: 'ibm-histogram-chart',
|
|
@@ -472,10 +472,10 @@ class LineChartComponent extends BaseChartComponent {
|
|
|
472
472
|
});
|
|
473
473
|
Object.assign(this, this.chart);
|
|
474
474
|
}
|
|
475
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
476
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
475
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: LineChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
476
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: LineChartComponent, isStandalone: true, selector: "ibm-line-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
477
477
|
}
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: LineChartComponent, decorators: [{
|
|
479
479
|
type: Component,
|
|
480
480
|
args: [{
|
|
481
481
|
selector: 'ibm-line-chart',
|
|
@@ -499,10 +499,10 @@ class LollipopChartComponent extends BaseChartComponent {
|
|
|
499
499
|
});
|
|
500
500
|
Object.assign(this, this.chart);
|
|
501
501
|
}
|
|
502
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
503
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
502
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: LollipopChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
503
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: LollipopChartComponent, isStandalone: true, selector: "ibm-lollipop-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
504
504
|
}
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: LollipopChartComponent, decorators: [{
|
|
506
506
|
type: Component,
|
|
507
507
|
args: [{
|
|
508
508
|
selector: 'ibm-lollipop-chart',
|
|
@@ -526,10 +526,10 @@ class MeterChartComponent extends BaseChartComponent {
|
|
|
526
526
|
});
|
|
527
527
|
Object.assign(this, this.chart);
|
|
528
528
|
}
|
|
529
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
530
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
529
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MeterChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
530
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MeterChartComponent, isStandalone: true, selector: "ibm-meter-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
531
531
|
}
|
|
532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MeterChartComponent, decorators: [{
|
|
533
533
|
type: Component,
|
|
534
534
|
args: [{
|
|
535
535
|
selector: 'ibm-meter-chart',
|
|
@@ -553,10 +553,10 @@ class PieChartComponent extends BaseChartComponent {
|
|
|
553
553
|
});
|
|
554
554
|
Object.assign(this, this.chart);
|
|
555
555
|
}
|
|
556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
557
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: PieChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
557
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: PieChartComponent, isStandalone: true, selector: "ibm-pie-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
558
558
|
}
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: PieChartComponent, decorators: [{
|
|
560
560
|
type: Component,
|
|
561
561
|
args: [{
|
|
562
562
|
selector: 'ibm-pie-chart',
|
|
@@ -580,10 +580,10 @@ class RadarChartComponent extends BaseChartComponent {
|
|
|
580
580
|
});
|
|
581
581
|
Object.assign(this, this.chart);
|
|
582
582
|
}
|
|
583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
584
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
583
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: RadarChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
584
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: RadarChartComponent, isStandalone: true, selector: "ibm-radar-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
585
585
|
}
|
|
586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
586
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: RadarChartComponent, decorators: [{
|
|
587
587
|
type: Component,
|
|
588
588
|
args: [{
|
|
589
589
|
selector: 'ibm-radar-chart',
|
|
@@ -607,10 +607,10 @@ class ScatterChartComponent extends BaseChartComponent {
|
|
|
607
607
|
});
|
|
608
608
|
Object.assign(this, this.chart);
|
|
609
609
|
}
|
|
610
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
611
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
610
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ScatterChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
611
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: ScatterChartComponent, isStandalone: true, selector: "ibm-scatter-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
612
612
|
}
|
|
613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ScatterChartComponent, decorators: [{
|
|
614
614
|
type: Component,
|
|
615
615
|
args: [{
|
|
616
616
|
selector: 'ibm-scatter-chart',
|
|
@@ -634,10 +634,10 @@ class SimpleBarChartComponent extends BaseChartComponent {
|
|
|
634
634
|
});
|
|
635
635
|
Object.assign(this, this.chart);
|
|
636
636
|
}
|
|
637
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
638
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: SimpleBarChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
638
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: SimpleBarChartComponent, isStandalone: true, selector: "ibm-simple-bar-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
639
639
|
}
|
|
640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: SimpleBarChartComponent, decorators: [{
|
|
641
641
|
type: Component,
|
|
642
642
|
args: [{
|
|
643
643
|
selector: 'ibm-simple-bar-chart',
|
|
@@ -661,10 +661,10 @@ class StackedAreaChartComponent extends BaseChartComponent {
|
|
|
661
661
|
});
|
|
662
662
|
Object.assign(this, this.chart);
|
|
663
663
|
}
|
|
664
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
665
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
664
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StackedAreaChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
665
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: StackedAreaChartComponent, isStandalone: true, selector: "ibm-stacked-area-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
666
666
|
}
|
|
667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StackedAreaChartComponent, decorators: [{
|
|
668
668
|
type: Component,
|
|
669
669
|
args: [{
|
|
670
670
|
selector: 'ibm-stacked-area-chart',
|
|
@@ -688,10 +688,10 @@ class StackedBarChartComponent extends BaseChartComponent {
|
|
|
688
688
|
});
|
|
689
689
|
Object.assign(this, this.chart);
|
|
690
690
|
}
|
|
691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
692
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StackedBarChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
692
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: StackedBarChartComponent, isStandalone: true, selector: "ibm-stacked-bar-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
693
693
|
}
|
|
694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StackedBarChartComponent, decorators: [{
|
|
695
695
|
type: Component,
|
|
696
696
|
args: [{
|
|
697
697
|
selector: 'ibm-stacked-bar-chart',
|
|
@@ -715,10 +715,10 @@ class TreeChartComponent extends BaseChartComponent {
|
|
|
715
715
|
});
|
|
716
716
|
Object.assign(this, this.chart);
|
|
717
717
|
}
|
|
718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
719
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
718
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: TreeChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
719
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: TreeChartComponent, isStandalone: true, selector: "ibm-tree-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
720
720
|
}
|
|
721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: TreeChartComponent, decorators: [{
|
|
722
722
|
type: Component,
|
|
723
723
|
args: [{
|
|
724
724
|
selector: 'ibm-tree-chart',
|
|
@@ -742,10 +742,10 @@ class TreemapChartComponent extends BaseChartComponent {
|
|
|
742
742
|
});
|
|
743
743
|
Object.assign(this, this.chart);
|
|
744
744
|
}
|
|
745
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
746
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: TreemapChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
746
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: TreemapChartComponent, isStandalone: true, selector: "ibm-treemap-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
747
747
|
}
|
|
748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: TreemapChartComponent, decorators: [{
|
|
749
749
|
type: Component,
|
|
750
750
|
args: [{
|
|
751
751
|
selector: 'ibm-treemap-chart',
|
|
@@ -769,10 +769,10 @@ class WordCloudChartComponent extends BaseChartComponent {
|
|
|
769
769
|
});
|
|
770
770
|
Object.assign(this, this.chart);
|
|
771
771
|
}
|
|
772
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
773
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
772
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: WordCloudChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
773
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: WordCloudChartComponent, isStandalone: true, selector: "ibm-wordcloud-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
774
774
|
}
|
|
775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: WordCloudChartComponent, decorators: [{
|
|
776
776
|
type: Component,
|
|
777
777
|
args: [{
|
|
778
778
|
selector: 'ibm-wordcloud-chart',
|
|
@@ -781,128 +781,128 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
781
781
|
}] });
|
|
782
782
|
|
|
783
783
|
class ChartsModule {
|
|
784
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
785
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
786
|
-
AlluvialChartComponent,
|
|
784
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ChartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
785
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: ChartsModule, imports: [AlluvialChartComponent,
|
|
787
786
|
AreaChartComponent,
|
|
788
|
-
|
|
789
|
-
SimpleBarChartComponent,
|
|
790
|
-
GroupedBarChartComponent,
|
|
791
|
-
StackedBarChartComponent,
|
|
787
|
+
BaseChartComponent,
|
|
792
788
|
BoxplotChartComponent,
|
|
793
789
|
BubbleChartComponent,
|
|
794
790
|
BulletChartComponent,
|
|
795
791
|
ChoroplethChartComponent,
|
|
792
|
+
CirclePackChartComponent,
|
|
793
|
+
ComboChartComponent,
|
|
796
794
|
DonutChartComponent,
|
|
797
795
|
ExperimentalChoroplethChartComponent,
|
|
798
796
|
GaugeChartComponent,
|
|
797
|
+
GroupedBarChartComponent,
|
|
799
798
|
HeatmapChartComponent,
|
|
800
799
|
HistogramChartComponent,
|
|
801
800
|
LineChartComponent,
|
|
802
801
|
LollipopChartComponent,
|
|
803
|
-
PieChartComponent,
|
|
804
|
-
ScatterChartComponent,
|
|
805
802
|
MeterChartComponent,
|
|
803
|
+
PieChartComponent,
|
|
806
804
|
RadarChartComponent,
|
|
807
|
-
|
|
805
|
+
ScatterChartComponent,
|
|
806
|
+
SimpleBarChartComponent,
|
|
807
|
+
StackedAreaChartComponent,
|
|
808
|
+
StackedBarChartComponent,
|
|
808
809
|
TreeChartComponent,
|
|
809
810
|
TreemapChartComponent,
|
|
810
|
-
|
|
811
|
-
WordCloudChartComponent], imports: [CommonModule], exports: [BaseChartComponent,
|
|
812
|
-
AlluvialChartComponent,
|
|
811
|
+
WordCloudChartComponent], exports: [AlluvialChartComponent,
|
|
813
812
|
AreaChartComponent,
|
|
814
|
-
|
|
815
|
-
SimpleBarChartComponent,
|
|
816
|
-
GroupedBarChartComponent,
|
|
817
|
-
StackedBarChartComponent,
|
|
813
|
+
BaseChartComponent,
|
|
818
814
|
BoxplotChartComponent,
|
|
819
815
|
BubbleChartComponent,
|
|
820
816
|
BulletChartComponent,
|
|
821
817
|
ChoroplethChartComponent,
|
|
818
|
+
CirclePackChartComponent,
|
|
819
|
+
ComboChartComponent,
|
|
822
820
|
DonutChartComponent,
|
|
823
821
|
/**
|
|
824
822
|
* @deprecated Use `ChoroplethChartComponent` instead.
|
|
825
823
|
*/
|
|
826
824
|
ExperimentalChoroplethChartComponent,
|
|
827
825
|
GaugeChartComponent,
|
|
826
|
+
GroupedBarChartComponent,
|
|
828
827
|
HeatmapChartComponent,
|
|
829
828
|
HistogramChartComponent,
|
|
830
829
|
LineChartComponent,
|
|
831
830
|
LollipopChartComponent,
|
|
832
|
-
PieChartComponent,
|
|
833
|
-
ScatterChartComponent,
|
|
834
831
|
MeterChartComponent,
|
|
832
|
+
PieChartComponent,
|
|
835
833
|
RadarChartComponent,
|
|
836
|
-
|
|
834
|
+
ScatterChartComponent,
|
|
835
|
+
SimpleBarChartComponent,
|
|
836
|
+
StackedAreaChartComponent,
|
|
837
|
+
StackedBarChartComponent,
|
|
837
838
|
TreeChartComponent,
|
|
838
839
|
TreemapChartComponent,
|
|
839
|
-
CirclePackChartComponent,
|
|
840
840
|
WordCloudChartComponent] }); }
|
|
841
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
841
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ChartsModule }); }
|
|
842
842
|
}
|
|
843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ChartsModule, decorators: [{
|
|
844
844
|
type: NgModule,
|
|
845
845
|
args: [{
|
|
846
|
-
declarations: [
|
|
847
|
-
|
|
846
|
+
declarations: [],
|
|
847
|
+
imports: [
|
|
848
848
|
AlluvialChartComponent,
|
|
849
849
|
AreaChartComponent,
|
|
850
|
-
|
|
851
|
-
SimpleBarChartComponent,
|
|
852
|
-
GroupedBarChartComponent,
|
|
853
|
-
StackedBarChartComponent,
|
|
850
|
+
BaseChartComponent,
|
|
854
851
|
BoxplotChartComponent,
|
|
855
852
|
BubbleChartComponent,
|
|
856
853
|
BulletChartComponent,
|
|
857
854
|
ChoroplethChartComponent,
|
|
855
|
+
CirclePackChartComponent,
|
|
856
|
+
ComboChartComponent,
|
|
858
857
|
DonutChartComponent,
|
|
859
858
|
ExperimentalChoroplethChartComponent,
|
|
860
859
|
GaugeChartComponent,
|
|
860
|
+
GroupedBarChartComponent,
|
|
861
861
|
HeatmapChartComponent,
|
|
862
862
|
HistogramChartComponent,
|
|
863
863
|
LineChartComponent,
|
|
864
864
|
LollipopChartComponent,
|
|
865
|
-
PieChartComponent,
|
|
866
|
-
ScatterChartComponent,
|
|
867
865
|
MeterChartComponent,
|
|
866
|
+
PieChartComponent,
|
|
868
867
|
RadarChartComponent,
|
|
869
|
-
|
|
868
|
+
ScatterChartComponent,
|
|
869
|
+
SimpleBarChartComponent,
|
|
870
|
+
StackedAreaChartComponent,
|
|
871
|
+
StackedBarChartComponent,
|
|
870
872
|
TreeChartComponent,
|
|
871
873
|
TreemapChartComponent,
|
|
872
|
-
CirclePackChartComponent,
|
|
873
874
|
WordCloudChartComponent
|
|
874
875
|
],
|
|
875
|
-
imports: [CommonModule],
|
|
876
876
|
exports: [
|
|
877
|
-
BaseChartComponent,
|
|
878
877
|
AlluvialChartComponent,
|
|
879
878
|
AreaChartComponent,
|
|
880
|
-
|
|
881
|
-
SimpleBarChartComponent,
|
|
882
|
-
GroupedBarChartComponent,
|
|
883
|
-
StackedBarChartComponent,
|
|
879
|
+
BaseChartComponent,
|
|
884
880
|
BoxplotChartComponent,
|
|
885
881
|
BubbleChartComponent,
|
|
886
882
|
BulletChartComponent,
|
|
887
883
|
ChoroplethChartComponent,
|
|
884
|
+
CirclePackChartComponent,
|
|
885
|
+
ComboChartComponent,
|
|
888
886
|
DonutChartComponent,
|
|
889
887
|
/**
|
|
890
888
|
* @deprecated Use `ChoroplethChartComponent` instead.
|
|
891
889
|
*/
|
|
892
890
|
ExperimentalChoroplethChartComponent,
|
|
893
891
|
GaugeChartComponent,
|
|
892
|
+
GroupedBarChartComponent,
|
|
894
893
|
HeatmapChartComponent,
|
|
895
894
|
HistogramChartComponent,
|
|
896
895
|
LineChartComponent,
|
|
897
896
|
LollipopChartComponent,
|
|
898
|
-
PieChartComponent,
|
|
899
|
-
ScatterChartComponent,
|
|
900
897
|
MeterChartComponent,
|
|
898
|
+
PieChartComponent,
|
|
901
899
|
RadarChartComponent,
|
|
902
|
-
|
|
900
|
+
ScatterChartComponent,
|
|
901
|
+
SimpleBarChartComponent,
|
|
902
|
+
StackedAreaChartComponent,
|
|
903
|
+
StackedBarChartComponent,
|
|
903
904
|
TreeChartComponent,
|
|
904
905
|
TreemapChartComponent,
|
|
905
|
-
CirclePackChartComponent,
|
|
906
906
|
WordCloudChartComponent
|
|
907
907
|
]
|
|
908
908
|
}]
|
|
@@ -946,13 +946,15 @@ class MarkerComponent {
|
|
|
946
946
|
this.refY = this.refY || yPos;
|
|
947
947
|
};
|
|
948
948
|
}
|
|
949
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
950
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
949
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
950
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MarkerComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
951
951
|
}
|
|
952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
952
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerComponent, decorators: [{
|
|
953
953
|
type: Component,
|
|
954
954
|
args: [{
|
|
955
955
|
selector: 'ibm-graph-marker,[ibm-graph-marker]',
|
|
956
|
+
standalone: true,
|
|
957
|
+
imports: [CommonModule],
|
|
956
958
|
template
|
|
957
959
|
}]
|
|
958
960
|
}], propDecorators: { d: [{
|
|
@@ -978,13 +980,14 @@ class MarkerArrowLeftComponent extends MarkerComponent {
|
|
|
978
980
|
ngOnInit() {
|
|
979
981
|
this.setAttributes({ ...arrowLeft });
|
|
980
982
|
}
|
|
981
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
982
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
983
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerArrowLeftComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
984
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MarkerArrowLeftComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
983
985
|
}
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerArrowLeftComponent, decorators: [{
|
|
985
987
|
type: Component,
|
|
986
988
|
args: [{
|
|
987
989
|
selector: 'ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]',
|
|
990
|
+
imports: [CommonModule],
|
|
988
991
|
template
|
|
989
992
|
}]
|
|
990
993
|
}] });
|
|
@@ -992,13 +995,14 @@ class MarkerArrowRightComponent extends MarkerComponent {
|
|
|
992
995
|
ngOnInit() {
|
|
993
996
|
this.setAttributes({ ...arrowRight });
|
|
994
997
|
}
|
|
995
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
996
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
998
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerArrowRightComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
999
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MarkerArrowRightComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
997
1000
|
}
|
|
998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerArrowRightComponent, decorators: [{
|
|
999
1002
|
type: Component,
|
|
1000
1003
|
args: [{
|
|
1001
1004
|
selector: 'ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]',
|
|
1005
|
+
imports: [CommonModule],
|
|
1002
1006
|
template
|
|
1003
1007
|
}]
|
|
1004
1008
|
}] });
|
|
@@ -1006,13 +1010,14 @@ class MarkerShapeNodeComponent extends MarkerComponent {
|
|
|
1006
1010
|
ngOnInit() {
|
|
1007
1011
|
this.setAttributes({ ...circle });
|
|
1008
1012
|
}
|
|
1009
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1010
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1013
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerShapeNodeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1014
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MarkerShapeNodeComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
1011
1015
|
}
|
|
1012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerShapeNodeComponent, decorators: [{
|
|
1013
1017
|
type: Component,
|
|
1014
1018
|
args: [{
|
|
1015
1019
|
selector: 'ibm-graph-marker-circle,[ibm-graph-marker-circle]',
|
|
1020
|
+
imports: [CommonModule],
|
|
1016
1021
|
template
|
|
1017
1022
|
}]
|
|
1018
1023
|
}] });
|
|
@@ -1020,13 +1025,14 @@ class MarkerDiamondComponent extends MarkerComponent {
|
|
|
1020
1025
|
ngOnInit() {
|
|
1021
1026
|
this.setAttributes({ ...diamond });
|
|
1022
1027
|
}
|
|
1023
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1024
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerDiamondComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1029
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MarkerDiamondComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
1025
1030
|
}
|
|
1026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerDiamondComponent, decorators: [{
|
|
1027
1032
|
type: Component,
|
|
1028
1033
|
args: [{
|
|
1029
1034
|
selector: 'ibm-graph-marker-diamond,[ibm-graph-marker-diamond]',
|
|
1035
|
+
imports: [CommonModule],
|
|
1030
1036
|
template
|
|
1031
1037
|
}]
|
|
1032
1038
|
}] });
|
|
@@ -1034,13 +1040,14 @@ class MarkerSquareComponent extends MarkerComponent {
|
|
|
1034
1040
|
ngOnInit() {
|
|
1035
1041
|
this.setAttributes({ ...square });
|
|
1036
1042
|
}
|
|
1037
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1038
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1043
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerSquareComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1044
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MarkerSquareComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
1039
1045
|
}
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerSquareComponent, decorators: [{
|
|
1041
1047
|
type: Component,
|
|
1042
1048
|
args: [{
|
|
1043
1049
|
selector: 'ibm-graph-marker-square,[ibm-graph-marker-square]',
|
|
1050
|
+
imports: [CommonModule],
|
|
1044
1051
|
template
|
|
1045
1052
|
}]
|
|
1046
1053
|
}] });
|
|
@@ -1048,38 +1055,49 @@ class MarkerTeeComponent extends MarkerComponent {
|
|
|
1048
1055
|
ngOnInit() {
|
|
1049
1056
|
this.setAttributes({ ...tee });
|
|
1050
1057
|
}
|
|
1051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1052
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1058
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerTeeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1059
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: MarkerTeeComponent, isStandalone: true, 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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
1053
1060
|
}
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerTeeComponent, decorators: [{
|
|
1055
1062
|
type: Component,
|
|
1056
1063
|
args: [{
|
|
1057
1064
|
selector: 'ibm-graph-marker-tee,[ibm-graph-marker-tee]',
|
|
1065
|
+
imports: [CommonModule],
|
|
1058
1066
|
template
|
|
1059
1067
|
}]
|
|
1060
1068
|
}] });
|
|
1061
1069
|
|
|
1062
1070
|
class MarkerModule {
|
|
1063
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1064
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1071
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1072
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: MarkerModule, imports: [CommonModule,
|
|
1073
|
+
MarkerComponent,
|
|
1074
|
+
MarkerArrowLeftComponent,
|
|
1075
|
+
MarkerArrowRightComponent,
|
|
1076
|
+
MarkerShapeNodeComponent,
|
|
1077
|
+
MarkerDiamondComponent,
|
|
1078
|
+
MarkerSquareComponent,
|
|
1079
|
+
MarkerTeeComponent], exports: [MarkerComponent,
|
|
1065
1080
|
MarkerArrowLeftComponent,
|
|
1066
1081
|
MarkerArrowRightComponent,
|
|
1067
1082
|
MarkerShapeNodeComponent,
|
|
1068
1083
|
MarkerDiamondComponent,
|
|
1069
1084
|
MarkerSquareComponent,
|
|
1070
|
-
MarkerTeeComponent]
|
|
1085
|
+
MarkerTeeComponent] }); }
|
|
1086
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerModule, imports: [CommonModule,
|
|
1087
|
+
MarkerComponent,
|
|
1071
1088
|
MarkerArrowLeftComponent,
|
|
1072
1089
|
MarkerArrowRightComponent,
|
|
1073
1090
|
MarkerShapeNodeComponent,
|
|
1074
1091
|
MarkerDiamondComponent,
|
|
1075
1092
|
MarkerSquareComponent,
|
|
1076
1093
|
MarkerTeeComponent] }); }
|
|
1077
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MarkerModule, imports: [CommonModule] }); }
|
|
1078
1094
|
}
|
|
1079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: MarkerModule, decorators: [{
|
|
1080
1096
|
type: NgModule,
|
|
1081
1097
|
args: [{
|
|
1082
|
-
declarations: [
|
|
1098
|
+
declarations: [],
|
|
1099
|
+
imports: [
|
|
1100
|
+
CommonModule,
|
|
1083
1101
|
MarkerComponent,
|
|
1084
1102
|
MarkerArrowLeftComponent,
|
|
1085
1103
|
MarkerArrowRightComponent,
|
|
@@ -1088,7 +1106,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1088
1106
|
MarkerSquareComponent,
|
|
1089
1107
|
MarkerTeeComponent
|
|
1090
1108
|
],
|
|
1091
|
-
imports: [CommonModule],
|
|
1092
1109
|
exports: [
|
|
1093
1110
|
MarkerComponent,
|
|
1094
1111
|
MarkerArrowLeftComponent,
|
|
@@ -1113,8 +1130,8 @@ class EdgeComponent {
|
|
|
1113
1130
|
this.namespace = `${carbonPrefix}--cc--edge`;
|
|
1114
1131
|
this.straight = buildStraightPathString;
|
|
1115
1132
|
}
|
|
1116
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1117
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1133
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1134
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: EdgeComponent, isStandalone: true, selector: "ibm-graph-edge, [ibm-graph-edge]", inputs: { color: "color", markerEnd: "markerEnd", markerStart: "markerStart", source: "source", target: "target", variant: "variant", path: "path" }, ngImport: i0, template: `
|
|
1118
1135
|
<svg:g [ngClass]="[namespace, variant ? namespace + '--' + variant : '']">
|
|
1119
1136
|
<svg:path
|
|
1120
1137
|
[ngClass]="namespace + '__container'"
|
|
@@ -1129,12 +1146,13 @@ class EdgeComponent {
|
|
|
1129
1146
|
[attr.marker-start]="markerStart ? 'url(#' + markerStart + ')' : ''"
|
|
1130
1147
|
[attr.marker-end]="markerEnd ? 'url(#' + markerEnd + ')' : ''" />
|
|
1131
1148
|
</svg:g>
|
|
1132
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
1149
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
1133
1150
|
}
|
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EdgeComponent, decorators: [{
|
|
1135
1152
|
type: Component,
|
|
1136
1153
|
args: [{
|
|
1137
1154
|
selector: 'ibm-graph-edge, [ibm-graph-edge]',
|
|
1155
|
+
imports: [CommonModule],
|
|
1138
1156
|
template: `
|
|
1139
1157
|
<svg:g [ngClass]="[namespace, variant ? namespace + '--' + variant : '']">
|
|
1140
1158
|
<svg:path
|
|
@@ -1150,7 +1168,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1150
1168
|
[attr.marker-start]="markerStart ? 'url(#' + markerStart + ')' : ''"
|
|
1151
1169
|
[attr.marker-end]="markerEnd ? 'url(#' + markerEnd + ')' : ''" />
|
|
1152
1170
|
</svg:g>
|
|
1153
|
-
|
|
1171
|
+
`,
|
|
1172
|
+
standalone: true
|
|
1154
1173
|
}]
|
|
1155
1174
|
}], propDecorators: { color: [{
|
|
1156
1175
|
type: Input
|
|
@@ -1169,15 +1188,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1169
1188
|
}] } });
|
|
1170
1189
|
|
|
1171
1190
|
class EdgeModule {
|
|
1172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1173
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1174
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1191
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EdgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1192
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: EdgeModule, imports: [CommonModule, EdgeComponent], exports: [EdgeComponent] }); }
|
|
1193
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EdgeModule, imports: [CommonModule, EdgeComponent] }); }
|
|
1175
1194
|
}
|
|
1176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EdgeModule, decorators: [{
|
|
1177
1196
|
type: NgModule,
|
|
1178
1197
|
args: [{
|
|
1179
|
-
declarations: [
|
|
1180
|
-
imports: [CommonModule],
|
|
1198
|
+
declarations: [],
|
|
1199
|
+
imports: [CommonModule, EdgeComponent],
|
|
1181
1200
|
exports: [EdgeComponent]
|
|
1182
1201
|
}]
|
|
1183
1202
|
}] });
|
|
@@ -1189,6 +1208,7 @@ class CardNodeComponent {
|
|
|
1189
1208
|
this.color = '';
|
|
1190
1209
|
this.stacked = false;
|
|
1191
1210
|
this.position = 'static';
|
|
1211
|
+
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
1192
1212
|
this.click = new EventEmitter();
|
|
1193
1213
|
this.mouseEnter = new EventEmitter();
|
|
1194
1214
|
this.mouseOver = new EventEmitter();
|
|
@@ -1206,8 +1226,8 @@ class CardNodeComponent {
|
|
|
1206
1226
|
this.component = this.as;
|
|
1207
1227
|
}
|
|
1208
1228
|
}
|
|
1209
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1210
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1229
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1230
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: CardNodeComponent, isStandalone: true, 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: `
|
|
1211
1231
|
<ng-container [ngSwitch]="component">
|
|
1212
1232
|
<xhtml:div
|
|
1213
1233
|
*ngSwitchCase="'div'"
|
|
@@ -1271,12 +1291,13 @@ class CardNodeComponent {
|
|
|
1271
1291
|
<ng-template #nodeTemplate>
|
|
1272
1292
|
<ng-content></ng-content>
|
|
1273
1293
|
</ng-template>
|
|
1274
|
-
`, 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"] }] }); }
|
|
1294
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }] }); }
|
|
1275
1295
|
}
|
|
1276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeComponent, decorators: [{
|
|
1277
1297
|
type: Component,
|
|
1278
1298
|
args: [{
|
|
1279
1299
|
selector: 'ibm-diagram-card-node',
|
|
1300
|
+
imports: [CommonModule],
|
|
1280
1301
|
template: `
|
|
1281
1302
|
<ng-container [ngSwitch]="component">
|
|
1282
1303
|
<xhtml:div
|
|
@@ -1341,7 +1362,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1341
1362
|
<ng-template #nodeTemplate>
|
|
1342
1363
|
<ng-content></ng-content>
|
|
1343
1364
|
</ng-template>
|
|
1344
|
-
|
|
1365
|
+
`,
|
|
1366
|
+
standalone: true
|
|
1345
1367
|
}]
|
|
1346
1368
|
}], propDecorators: { as: [{
|
|
1347
1369
|
type: Input
|
|
@@ -1377,22 +1399,24 @@ class CardNodeColumnComponent {
|
|
|
1377
1399
|
: '';
|
|
1378
1400
|
return `${carbonPrefix}--cc--card-node__column ${farsideClassName}`;
|
|
1379
1401
|
}
|
|
1380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1381
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1402
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1403
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: CardNodeColumnComponent, isStandalone: true, selector: "ibm-diagram-card-node-column", inputs: { farsideColumn: "farsideColumn" }, host: { properties: { "class": "this.class" } }, ngImport: i0, template: `
|
|
1382
1404
|
<xhtml:div>
|
|
1383
1405
|
<ng-content></ng-content>
|
|
1384
1406
|
</xhtml:div>
|
|
1385
|
-
`, isInline: true }); }
|
|
1407
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
|
|
1386
1408
|
}
|
|
1387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeColumnComponent, decorators: [{
|
|
1388
1410
|
type: Component,
|
|
1389
1411
|
args: [{
|
|
1390
1412
|
selector: 'ibm-diagram-card-node-column',
|
|
1413
|
+
imports: [CommonModule],
|
|
1391
1414
|
template: `
|
|
1392
1415
|
<xhtml:div>
|
|
1393
1416
|
<ng-content></ng-content>
|
|
1394
1417
|
</xhtml:div>
|
|
1395
|
-
|
|
1418
|
+
`,
|
|
1419
|
+
standalone: true
|
|
1396
1420
|
}]
|
|
1397
1421
|
}], propDecorators: { farsideColumn: [{
|
|
1398
1422
|
type: Input
|
|
@@ -1405,22 +1429,24 @@ class CardNodeLabelComponent {
|
|
|
1405
1429
|
constructor() {
|
|
1406
1430
|
this.namespace = `${carbonPrefix}--cc--card-node__label`;
|
|
1407
1431
|
}
|
|
1408
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1409
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1433
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: CardNodeLabelComponent, isStandalone: true, selector: "ibm-diagram-card-node-label", ngImport: i0, template: `
|
|
1410
1434
|
<xhtml:label [ngClass]="namespace">
|
|
1411
1435
|
<ng-content></ng-content>
|
|
1412
1436
|
</xhtml:label>
|
|
1413
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
1437
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
1414
1438
|
}
|
|
1415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeLabelComponent, decorators: [{
|
|
1416
1440
|
type: Component,
|
|
1417
1441
|
args: [{
|
|
1418
1442
|
selector: 'ibm-diagram-card-node-label',
|
|
1443
|
+
imports: [CommonModule],
|
|
1419
1444
|
template: `
|
|
1420
1445
|
<xhtml:label [ngClass]="namespace">
|
|
1421
1446
|
<ng-content></ng-content>
|
|
1422
1447
|
</xhtml:label>
|
|
1423
|
-
|
|
1448
|
+
`,
|
|
1449
|
+
standalone: true
|
|
1424
1450
|
}]
|
|
1425
1451
|
}] });
|
|
1426
1452
|
|
|
@@ -1428,22 +1454,24 @@ class CardNodeSubtitleComponent {
|
|
|
1428
1454
|
constructor() {
|
|
1429
1455
|
this.namespace = `${carbonPrefix}--cc--card-node__subtitle`;
|
|
1430
1456
|
}
|
|
1431
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1432
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1457
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeSubtitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1458
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: CardNodeSubtitleComponent, isStandalone: true, selector: "ibm-diagram-card-node-subtitle", ngImport: i0, template: `
|
|
1433
1459
|
<xhtml:div [ngClass]="namespace">
|
|
1434
1460
|
<ng-content></ng-content>
|
|
1435
1461
|
</xhtml:div>
|
|
1436
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
1462
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
1437
1463
|
}
|
|
1438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeSubtitleComponent, decorators: [{
|
|
1439
1465
|
type: Component,
|
|
1440
1466
|
args: [{
|
|
1441
1467
|
selector: 'ibm-diagram-card-node-subtitle',
|
|
1468
|
+
imports: [CommonModule],
|
|
1442
1469
|
template: `
|
|
1443
1470
|
<xhtml:div [ngClass]="namespace">
|
|
1444
1471
|
<ng-content></ng-content>
|
|
1445
1472
|
</xhtml:div>
|
|
1446
|
-
|
|
1473
|
+
`,
|
|
1474
|
+
standalone: true
|
|
1447
1475
|
}]
|
|
1448
1476
|
}] });
|
|
1449
1477
|
|
|
@@ -1451,49 +1479,58 @@ class CardNodeTitleComponent {
|
|
|
1451
1479
|
constructor() {
|
|
1452
1480
|
this.namespace = `${carbonPrefix}--cc--card-node__title`;
|
|
1453
1481
|
}
|
|
1454
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1455
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1483
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: CardNodeTitleComponent, isStandalone: true, selector: "ibm-diagram-card-node-title", ngImport: i0, template: `
|
|
1456
1484
|
<xhtml:div [ngClass]="namespace">
|
|
1457
1485
|
<ng-content></ng-content>
|
|
1458
1486
|
</xhtml:div>
|
|
1459
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
1487
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
1460
1488
|
}
|
|
1461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeTitleComponent, decorators: [{
|
|
1462
1490
|
type: Component,
|
|
1463
1491
|
args: [{
|
|
1464
1492
|
selector: 'ibm-diagram-card-node-title',
|
|
1493
|
+
imports: [CommonModule],
|
|
1465
1494
|
template: `
|
|
1466
1495
|
<xhtml:div [ngClass]="namespace">
|
|
1467
1496
|
<ng-content></ng-content>
|
|
1468
1497
|
</xhtml:div>
|
|
1469
|
-
|
|
1498
|
+
`,
|
|
1499
|
+
standalone: true
|
|
1470
1500
|
}]
|
|
1471
1501
|
}] });
|
|
1472
1502
|
|
|
1473
1503
|
class CardNodeModule {
|
|
1474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1475
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1505
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: CardNodeModule, imports: [CommonModule,
|
|
1506
|
+
CardNodeComponent,
|
|
1507
|
+
CardNodeColumnComponent,
|
|
1508
|
+
CardNodeLabelComponent,
|
|
1509
|
+
CardNodeSubtitleComponent,
|
|
1510
|
+
CardNodeTitleComponent], exports: [CardNodeComponent,
|
|
1476
1511
|
CardNodeColumnComponent,
|
|
1477
1512
|
CardNodeLabelComponent,
|
|
1478
1513
|
CardNodeSubtitleComponent,
|
|
1479
|
-
CardNodeTitleComponent]
|
|
1514
|
+
CardNodeTitleComponent] }); }
|
|
1515
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeModule, imports: [CommonModule,
|
|
1516
|
+
CardNodeComponent,
|
|
1480
1517
|
CardNodeColumnComponent,
|
|
1481
1518
|
CardNodeLabelComponent,
|
|
1482
1519
|
CardNodeSubtitleComponent,
|
|
1483
1520
|
CardNodeTitleComponent] }); }
|
|
1484
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CardNodeModule, imports: [CommonModule] }); }
|
|
1485
1521
|
}
|
|
1486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: CardNodeModule, decorators: [{
|
|
1487
1523
|
type: NgModule,
|
|
1488
1524
|
args: [{
|
|
1489
|
-
declarations: [
|
|
1525
|
+
declarations: [],
|
|
1526
|
+
imports: [
|
|
1527
|
+
CommonModule,
|
|
1490
1528
|
CardNodeComponent,
|
|
1491
1529
|
CardNodeColumnComponent,
|
|
1492
1530
|
CardNodeLabelComponent,
|
|
1493
1531
|
CardNodeSubtitleComponent,
|
|
1494
1532
|
CardNodeTitleComponent
|
|
1495
1533
|
],
|
|
1496
|
-
imports: [CommonModule],
|
|
1497
1534
|
exports: [
|
|
1498
1535
|
CardNodeComponent,
|
|
1499
1536
|
CardNodeColumnComponent,
|
|
@@ -1515,6 +1552,7 @@ class ShapeNodeComponent {
|
|
|
1515
1552
|
this.title = '';
|
|
1516
1553
|
this.position = 'fixed';
|
|
1517
1554
|
this.bodyPosition = 'absolute';
|
|
1555
|
+
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
1518
1556
|
this.click = new EventEmitter();
|
|
1519
1557
|
this.mouseEnter = new EventEmitter();
|
|
1520
1558
|
this.mouseOver = new EventEmitter();
|
|
@@ -1532,8 +1570,8 @@ class ShapeNodeComponent {
|
|
|
1532
1570
|
this.component = this.as;
|
|
1533
1571
|
}
|
|
1534
1572
|
}
|
|
1535
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1536
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ShapeNodeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1574
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: ShapeNodeComponent, isStandalone: true, 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: `
|
|
1537
1575
|
<ng-container [ngSwitch]="component">
|
|
1538
1576
|
<xhtml:div
|
|
1539
1577
|
*ngSwitchCase="'div'"
|
|
@@ -1615,12 +1653,13 @@ class ShapeNodeComponent {
|
|
|
1615
1653
|
</div>
|
|
1616
1654
|
</div>
|
|
1617
1655
|
</ng-template>
|
|
1618
|
-
`, 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"] }] }); }
|
|
1656
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }] }); }
|
|
1619
1657
|
}
|
|
1620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ShapeNodeComponent, decorators: [{
|
|
1621
1659
|
type: Component,
|
|
1622
1660
|
args: [{
|
|
1623
1661
|
selector: 'ibm-diagram-shape-node',
|
|
1662
|
+
imports: [CommonModule],
|
|
1624
1663
|
template: `
|
|
1625
1664
|
<ng-container [ngSwitch]="component">
|
|
1626
1665
|
<xhtml:div
|
|
@@ -1703,7 +1742,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1703
1742
|
</div>
|
|
1704
1743
|
</div>
|
|
1705
1744
|
</ng-template>
|
|
1706
|
-
|
|
1745
|
+
`,
|
|
1746
|
+
standalone: true
|
|
1707
1747
|
}]
|
|
1708
1748
|
}], propDecorators: { as: [{
|
|
1709
1749
|
type: Input
|
|
@@ -1740,15 +1780,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1740
1780
|
}] } });
|
|
1741
1781
|
|
|
1742
1782
|
class ShapeNodeModule {
|
|
1743
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1744
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1745
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1783
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ShapeNodeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1784
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: ShapeNodeModule, imports: [CommonModule, ShapeNodeComponent], exports: [ShapeNodeComponent] }); }
|
|
1785
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ShapeNodeModule, imports: [CommonModule, ShapeNodeComponent] }); }
|
|
1746
1786
|
}
|
|
1747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ShapeNodeModule, decorators: [{
|
|
1748
1788
|
type: NgModule,
|
|
1749
1789
|
args: [{
|
|
1750
|
-
declarations: [
|
|
1751
|
-
imports: [CommonModule],
|
|
1790
|
+
declarations: [],
|
|
1791
|
+
imports: [CommonModule, ShapeNodeComponent],
|
|
1752
1792
|
exports: [ShapeNodeComponent]
|
|
1753
1793
|
}]
|
|
1754
1794
|
}] });
|