@unovis/angular 1.6.0-pre.2 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/bundles/unovis-angular.umd.js +317 -22
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/axis/axis.component.d.ts +7 -1
- package/dist/lib/components/brush/brush.component.d.ts +1 -1
- package/dist/lib/components/crosshair/crosshair.component.d.ts +21 -8
- package/dist/lib/components/graph/graph.component.d.ts +9 -1
- package/dist/lib/components/nested-donut/nested-donut.component.d.ts +1 -1
- package/dist/lib/components/plotband/plotband.component.d.ts +81 -0
- package/dist/lib/components/plotband/plotband.module.d.ts +7 -0
- package/dist/lib/components/plotline/plotline.component.d.ts +87 -0
- package/dist/lib/components/plotline/plotline.module.d.ts +7 -0
- package/dist/lib/components/timeline/timeline.component.d.ts +65 -15
- package/dist/lib/components.d.ts +6 -0
- package/dist/lib/esm2015/components/axis/axis.component.js +10 -4
- package/dist/lib/esm2015/components/brush/brush.component.js +1 -1
- package/dist/lib/esm2015/components/crosshair/crosshair.component.js +8 -4
- package/dist/lib/esm2015/components/graph/graph.component.js +8 -4
- package/dist/lib/esm2015/components/nested-donut/nested-donut.component.js +1 -1
- package/dist/lib/esm2015/components/plotband/plotband.component.js +61 -0
- package/dist/lib/esm2015/components/plotband/plotband.module.js +18 -0
- package/dist/lib/esm2015/components/plotline/plotline.component.js +63 -0
- package/dist/lib/esm2015/components/plotline/plotline.module.js +18 -0
- package/dist/lib/esm2015/components/timeline/timeline.component.js +55 -11
- package/dist/lib/esm2015/components.js +7 -1
- package/dist/lib/esm2015/html-components/bullet-legend/bullet-legend.component.js +6 -4
- package/dist/lib/esm2015/html-components/rolling-pin-legend/rolling-pin-legend.component.js +48 -0
- package/dist/lib/esm2015/html-components/rolling-pin-legend/rolling-pin-legend.module.js +18 -0
- package/dist/lib/fesm2015/unovis-angular.js +289 -24
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/html-components/bullet-legend/bullet-legend.component.d.ts +3 -1
- package/dist/lib/html-components/rolling-pin-legend/rolling-pin-legend.component.d.ts +24 -0
- package/dist/lib/html-components/rolling-pin-legend/rolling-pin-legend.module.d.ts +7 -0
- package/dist/lib/package.json +2 -2
- package/package.json +2 -2
|
@@ -889,8 +889,8 @@
|
|
|
889
889
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
890
890
|
};
|
|
891
891
|
VisAxisComponent.prototype.getConfig = function () {
|
|
892
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, position = _d.position, type = _d.type, fullSize = _d.fullSize, label = _d.label, labelFontSize = _d.labelFontSize, labelMargin = _d.labelMargin, labelColor = _d.labelColor, gridLine = _d.gridLine, tickLine = _d.tickLine, domainLine = _d.domainLine, minMaxTicksOnly = _d.minMaxTicksOnly, minMaxTicksOnlyWhenWidthIsLess = _d.minMaxTicksOnlyWhenWidthIsLess, tickFormat = _d.tickFormat, tickValues = _d.tickValues, numTicks = _d.numTicks, tickTextFitMode = _d.tickTextFitMode, tickTextWidth = _d.tickTextWidth, tickTextSeparator = _d.tickTextSeparator, tickTextForceWordBreak = _d.tickTextForceWordBreak, tickTextTrimType = _d.tickTextTrimType, tickTextFontSize = _d.tickTextFontSize, tickTextAlign = _d.tickTextAlign, tickTextColor = _d.tickTextColor, tickTextAngle = _d.tickTextAngle, tickTextHideOverlapping = _d.tickTextHideOverlapping, tickPadding = _d.tickPadding;
|
|
893
|
-
var config = { duration: duration, events: events, attributes: attributes, position: position, type: type, fullSize: fullSize, label: label, labelFontSize: labelFontSize, labelMargin: labelMargin, labelColor: labelColor, gridLine: gridLine, tickLine: tickLine, domainLine: domainLine, minMaxTicksOnly: minMaxTicksOnly, minMaxTicksOnlyWhenWidthIsLess: minMaxTicksOnlyWhenWidthIsLess, tickFormat: tickFormat, tickValues: tickValues, numTicks: numTicks, tickTextFitMode: tickTextFitMode, tickTextWidth: tickTextWidth, tickTextSeparator: tickTextSeparator, tickTextForceWordBreak: tickTextForceWordBreak, tickTextTrimType: tickTextTrimType, tickTextFontSize: tickTextFontSize, tickTextAlign: tickTextAlign, tickTextColor: tickTextColor, tickTextAngle: tickTextAngle, tickTextHideOverlapping: tickTextHideOverlapping, tickPadding: tickPadding };
|
|
892
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, position = _d.position, type = _d.type, fullSize = _d.fullSize, label = _d.label, labelFontSize = _d.labelFontSize, labelMargin = _d.labelMargin, labelTextFitMode = _d.labelTextFitMode, labelTextTrimType = _d.labelTextTrimType, labelColor = _d.labelColor, gridLine = _d.gridLine, tickLine = _d.tickLine, domainLine = _d.domainLine, minMaxTicksOnly = _d.minMaxTicksOnly, minMaxTicksOnlyShowGridLines = _d.minMaxTicksOnlyShowGridLines, minMaxTicksOnlyWhenWidthIsLess = _d.minMaxTicksOnlyWhenWidthIsLess, tickFormat = _d.tickFormat, tickValues = _d.tickValues, numTicks = _d.numTicks, tickTextFitMode = _d.tickTextFitMode, tickTextWidth = _d.tickTextWidth, tickTextSeparator = _d.tickTextSeparator, tickTextForceWordBreak = _d.tickTextForceWordBreak, tickTextTrimType = _d.tickTextTrimType, tickTextFontSize = _d.tickTextFontSize, tickTextAlign = _d.tickTextAlign, tickTextColor = _d.tickTextColor, tickTextAngle = _d.tickTextAngle, tickTextHideOverlapping = _d.tickTextHideOverlapping, tickPadding = _d.tickPadding;
|
|
893
|
+
var config = { duration: duration, events: events, attributes: attributes, position: position, type: type, fullSize: fullSize, label: label, labelFontSize: labelFontSize, labelMargin: labelMargin, labelTextFitMode: labelTextFitMode, labelTextTrimType: labelTextTrimType, labelColor: labelColor, gridLine: gridLine, tickLine: tickLine, domainLine: domainLine, minMaxTicksOnly: minMaxTicksOnly, minMaxTicksOnlyShowGridLines: minMaxTicksOnlyShowGridLines, minMaxTicksOnlyWhenWidthIsLess: minMaxTicksOnlyWhenWidthIsLess, tickFormat: tickFormat, tickValues: tickValues, numTicks: numTicks, tickTextFitMode: tickTextFitMode, tickTextWidth: tickTextWidth, tickTextSeparator: tickTextSeparator, tickTextForceWordBreak: tickTextForceWordBreak, tickTextTrimType: tickTextTrimType, tickTextFontSize: tickTextFontSize, tickTextAlign: tickTextAlign, tickTextColor: tickTextColor, tickTextAngle: tickTextAngle, tickTextHideOverlapping: tickTextHideOverlapping, tickPadding: tickPadding };
|
|
894
894
|
var keys = Object.keys(config);
|
|
895
895
|
keys.forEach(function (key) {
|
|
896
896
|
if (config[key] === undefined)
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
return VisAxisComponent;
|
|
902
902
|
}());
|
|
903
903
|
VisAxisComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAxisComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
904
|
-
VisAxisComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAxisComponent, selector: "vis-axis", inputs: { duration: "duration", events: "events", attributes: "attributes", position: "position", type: "type", fullSize: "fullSize", label: "label", labelFontSize: "labelFontSize", labelMargin: "labelMargin", labelColor: "labelColor", gridLine: "gridLine", tickLine: "tickLine", domainLine: "domainLine", minMaxTicksOnly: "minMaxTicksOnly", minMaxTicksOnlyWhenWidthIsLess: "minMaxTicksOnlyWhenWidthIsLess", tickFormat: "tickFormat", tickValues: "tickValues", numTicks: "numTicks", tickTextFitMode: "tickTextFitMode", tickTextWidth: "tickTextWidth", tickTextSeparator: "tickTextSeparator", tickTextForceWordBreak: "tickTextForceWordBreak", tickTextTrimType: "tickTextTrimType", tickTextFontSize: "tickTextFontSize", tickTextAlign: "tickTextAlign", tickTextColor: "tickTextColor", tickTextAngle: "tickTextAngle", tickTextHideOverlapping: "tickTextHideOverlapping", tickPadding: "tickPadding", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisAxisComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
904
|
+
VisAxisComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAxisComponent, selector: "vis-axis", inputs: { duration: "duration", events: "events", attributes: "attributes", position: "position", type: "type", fullSize: "fullSize", label: "label", labelFontSize: "labelFontSize", labelMargin: "labelMargin", labelTextFitMode: "labelTextFitMode", labelTextTrimType: "labelTextTrimType", labelColor: "labelColor", gridLine: "gridLine", tickLine: "tickLine", domainLine: "domainLine", minMaxTicksOnly: "minMaxTicksOnly", minMaxTicksOnlyShowGridLines: "minMaxTicksOnlyShowGridLines", minMaxTicksOnlyWhenWidthIsLess: "minMaxTicksOnlyWhenWidthIsLess", tickFormat: "tickFormat", tickValues: "tickValues", numTicks: "numTicks", tickTextFitMode: "tickTextFitMode", tickTextWidth: "tickTextWidth", tickTextSeparator: "tickTextSeparator", tickTextForceWordBreak: "tickTextForceWordBreak", tickTextTrimType: "tickTextTrimType", tickTextFontSize: "tickTextFontSize", tickTextAlign: "tickTextAlign", tickTextColor: "tickTextColor", tickTextAngle: "tickTextAngle", tickTextHideOverlapping: "tickTextHideOverlapping", tickPadding: "tickPadding", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisAxisComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
905
905
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAxisComponent, decorators: [{
|
|
906
906
|
type: i0.Component,
|
|
907
907
|
args: [{
|
|
@@ -928,6 +928,10 @@
|
|
|
928
928
|
type: i0.Input
|
|
929
929
|
}], labelMargin: [{
|
|
930
930
|
type: i0.Input
|
|
931
|
+
}], labelTextFitMode: [{
|
|
932
|
+
type: i0.Input
|
|
933
|
+
}], labelTextTrimType: [{
|
|
934
|
+
type: i0.Input
|
|
931
935
|
}], labelColor: [{
|
|
932
936
|
type: i0.Input
|
|
933
937
|
}], gridLine: [{
|
|
@@ -938,6 +942,8 @@
|
|
|
938
942
|
type: i0.Input
|
|
939
943
|
}], minMaxTicksOnly: [{
|
|
940
944
|
type: i0.Input
|
|
945
|
+
}], minMaxTicksOnlyShowGridLines: [{
|
|
946
|
+
type: i0.Input
|
|
941
947
|
}], minMaxTicksOnlyWhenWidthIsLess: [{
|
|
942
948
|
type: i0.Input
|
|
943
949
|
}], tickFormat: [{
|
|
@@ -1197,8 +1203,8 @@
|
|
|
1197
1203
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1198
1204
|
};
|
|
1199
1205
|
VisCrosshairComponent.prototype.getConfig = function () {
|
|
1200
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, x = _d.x, y = _d.y, id = _d.id, color = _d.color, xScale = _d.xScale, yScale = _d.yScale, excludeFromDomainCalculation = _d.excludeFromDomainCalculation, strokeColor = _d.strokeColor, strokeWidth = _d.strokeWidth, yStacked = _d.yStacked, baseline = _d.baseline, tooltip = _d.tooltip, template = _d.template, hideWhenFarFromPointer = _d.hideWhenFarFromPointer, hideWhenFarFromPointerDistance = _d.hideWhenFarFromPointerDistance, snapToData = _d.snapToData, getCircles = _d.getCircles;
|
|
1201
|
-
var config = { duration: duration, events: events, attributes: attributes, x: x, y: y, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, strokeColor: strokeColor, strokeWidth: strokeWidth, yStacked: yStacked, baseline: baseline, tooltip: tooltip, template: template, hideWhenFarFromPointer: hideWhenFarFromPointer, hideWhenFarFromPointerDistance: hideWhenFarFromPointerDistance, snapToData: snapToData, getCircles: getCircles };
|
|
1206
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, x = _d.x, y = _d.y, id = _d.id, color = _d.color, xScale = _d.xScale, yScale = _d.yScale, excludeFromDomainCalculation = _d.excludeFromDomainCalculation, strokeColor = _d.strokeColor, strokeWidth = _d.strokeWidth, yStacked = _d.yStacked, baseline = _d.baseline, tooltip = _d.tooltip, template = _d.template, hideWhenFarFromPointer = _d.hideWhenFarFromPointer, hideWhenFarFromPointerDistance = _d.hideWhenFarFromPointerDistance, snapToData = _d.snapToData, getCircles = _d.getCircles, onCrosshairMove = _d.onCrosshairMove, forceShowAt = _d.forceShowAt;
|
|
1207
|
+
var config = { duration: duration, events: events, attributes: attributes, x: x, y: y, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, strokeColor: strokeColor, strokeWidth: strokeWidth, yStacked: yStacked, baseline: baseline, tooltip: tooltip, template: template, hideWhenFarFromPointer: hideWhenFarFromPointer, hideWhenFarFromPointerDistance: hideWhenFarFromPointerDistance, snapToData: snapToData, getCircles: getCircles, onCrosshairMove: onCrosshairMove, forceShowAt: forceShowAt };
|
|
1202
1208
|
var keys = Object.keys(config);
|
|
1203
1209
|
keys.forEach(function (key) {
|
|
1204
1210
|
if (config[key] === undefined)
|
|
@@ -1209,7 +1215,7 @@
|
|
|
1209
1215
|
return VisCrosshairComponent;
|
|
1210
1216
|
}());
|
|
1211
1217
|
VisCrosshairComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisCrosshairComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1212
|
-
VisCrosshairComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisCrosshairComponent, selector: "vis-crosshair", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", y: "y", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", strokeColor: "strokeColor", strokeWidth: "strokeWidth", yStacked: "yStacked", baseline: "baseline", tooltip: "tooltip", template: "template", hideWhenFarFromPointer: "hideWhenFarFromPointer", hideWhenFarFromPointerDistance: "hideWhenFarFromPointerDistance", snapToData: "snapToData", getCircles: "getCircles", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisCrosshairComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1218
|
+
VisCrosshairComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisCrosshairComponent, selector: "vis-crosshair", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", y: "y", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", strokeColor: "strokeColor", strokeWidth: "strokeWidth", yStacked: "yStacked", baseline: "baseline", tooltip: "tooltip", template: "template", hideWhenFarFromPointer: "hideWhenFarFromPointer", hideWhenFarFromPointerDistance: "hideWhenFarFromPointerDistance", snapToData: "snapToData", getCircles: "getCircles", onCrosshairMove: "onCrosshairMove", forceShowAt: "forceShowAt", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisCrosshairComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1213
1219
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisCrosshairComponent, decorators: [{
|
|
1214
1220
|
type: i0.Component,
|
|
1215
1221
|
args: [{
|
|
@@ -1258,6 +1264,10 @@
|
|
|
1258
1264
|
type: i0.Input
|
|
1259
1265
|
}], getCircles: [{
|
|
1260
1266
|
type: i0.Input
|
|
1267
|
+
}], onCrosshairMove: [{
|
|
1268
|
+
type: i0.Input
|
|
1269
|
+
}], forceShowAt: [{
|
|
1270
|
+
type: i0.Input
|
|
1261
1271
|
}], data: [{
|
|
1262
1272
|
type: i0.Input
|
|
1263
1273
|
}] } });
|
|
@@ -1495,8 +1505,8 @@
|
|
|
1495
1505
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1496
1506
|
};
|
|
1497
1507
|
VisGraphComponent.prototype.getConfig = function () {
|
|
1498
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, zoomScaleExtent = _d.zoomScaleExtent, disableZoom = _d.disableZoom, zoomEventFilter = _d.zoomEventFilter, disableDrag = _d.disableDrag, disableBrush = _d.disableBrush, zoomThrottledUpdateNodeThreshold = _d.zoomThrottledUpdateNodeThreshold, fitViewPadding = _d.fitViewPadding, fitViewAlign = _d.fitViewAlign, layoutType = _d.layoutType, layoutAutofit = _d.layoutAutofit, layoutAutofitTolerance = _d.layoutAutofitTolerance, layoutNonConnectedAside = _d.layoutNonConnectedAside, layoutNodeGroup = _d.layoutNodeGroup, layoutGroupOrder = _d.layoutGroupOrder, layoutParallelNodesPerColumn = _d.layoutParallelNodesPerColumn, layoutParallelNodeSubGroup = _d.layoutParallelNodeSubGroup, layoutParallelSubGroupsPerRow = _d.layoutParallelSubGroupsPerRow, layoutParallelGroupSpacing = _d.layoutParallelGroupSpacing, layoutParallelSortConnectionsByGroup = _d.layoutParallelSortConnectionsByGroup, forceLayoutSettings = _d.forceLayoutSettings, dagreLayoutSettings = _d.dagreLayoutSettings, layoutElkSettings = _d.layoutElkSettings, layoutElkNodeGroups = _d.layoutElkNodeGroups, layoutElkGetNodeShape = _d.layoutElkGetNodeShape, linkWidth = _d.linkWidth, linkStyle = _d.linkStyle, linkBandWidth = _d.linkBandWidth, linkArrow = _d.linkArrow, linkStroke = _d.linkStroke, linkDisabled = _d.linkDisabled, linkFlow = _d.linkFlow, linkFlowAnimDuration = _d.linkFlowAnimDuration, linkFlowParticleSize = _d.linkFlowParticleSize, linkFlowParticleSpeed = _d.linkFlowParticleSpeed, linkLabel = _d.linkLabel, linkLabelShiftFromCenter = _d.linkLabelShiftFromCenter, linkNeighborSpacing = _d.linkNeighborSpacing, linkCurvature = _d.linkCurvature, linkHighlightOnHover = _d.linkHighlightOnHover, linkSourcePointOffset = _d.linkSourcePointOffset, linkTargetPointOffset = _d.linkTargetPointOffset, selectedLinkId = _d.selectedLinkId, nodeSize = _d.nodeSize, nodeStrokeWidth = _d.nodeStrokeWidth, nodeShape = _d.nodeShape, nodeGaugeValue = _d.nodeGaugeValue, nodeGaugeFill = _d.nodeGaugeFill, nodeGaugeAnimDuration = _d.nodeGaugeAnimDuration, nodeIcon = _d.nodeIcon, nodeIconSize = _d.nodeIconSize, nodeLabel = _d.nodeLabel, nodeLabelTrim = _d.nodeLabelTrim, nodeLabelTrimMode = _d.nodeLabelTrimMode, nodeLabelTrimLength = _d.nodeLabelTrimLength, nodeSubLabel = _d.nodeSubLabel, nodeSubLabelTrim = _d.nodeSubLabelTrim, nodeSubLabelTrimMode = _d.nodeSubLabelTrimMode, nodeSubLabelTrimLength = _d.nodeSubLabelTrimLength, nodeSideLabels = _d.nodeSideLabels, nodeBottomIcon = _d.nodeBottomIcon, nodeDisabled = _d.nodeDisabled, nodeFill = _d.nodeFill, nodeStroke = _d.nodeStroke, nodeSort = _d.nodeSort, nodeEnterPosition = _d.nodeEnterPosition, nodeEnterScale = _d.nodeEnterScale, nodeExitPosition = _d.nodeExitPosition, nodeExitScale = _d.nodeExitScale, nodeEnterCustomRenderFunction = _d.nodeEnterCustomRenderFunction, nodeUpdateCustomRenderFunction = _d.nodeUpdateCustomRenderFunction, nodePartialUpdateCustomRenderFunction = _d.nodePartialUpdateCustomRenderFunction, nodeExitCustomRenderFunction = _d.nodeExitCustomRenderFunction, nodeOnZoomCustomRenderFunction = _d.nodeOnZoomCustomRenderFunction, nodeSelectionHighlightMode = _d.nodeSelectionHighlightMode, selectedNodeId = _d.selectedNodeId, selectedNodeIds = _d.selectedNodeIds, panels = _d.panels, onNodeDragStart = _d.onNodeDragStart, onNodeDrag = _d.onNodeDrag, onNodeDragEnd = _d.onNodeDragEnd, onZoom = _d.onZoom, onZoomStart = _d.onZoomStart, onZoomEnd = _d.onZoomEnd, onLayoutCalculated = _d.onLayoutCalculated, onNodeSelectionBrush = _d.onNodeSelectionBrush, onNodeSelectionDrag = _d.onNodeSelectionDrag, onRenderComplete = _d.onRenderComplete, shouldDataUpdate = _d.shouldDataUpdate;
|
|
1499
|
-
var config = { duration: duration, events: events, attributes: attributes, zoomScaleExtent: zoomScaleExtent, disableZoom: disableZoom, zoomEventFilter: zoomEventFilter, disableDrag: disableDrag, disableBrush: disableBrush, zoomThrottledUpdateNodeThreshold: zoomThrottledUpdateNodeThreshold, fitViewPadding: fitViewPadding, fitViewAlign: fitViewAlign, layoutType: layoutType, layoutAutofit: layoutAutofit, layoutAutofitTolerance: layoutAutofitTolerance, layoutNonConnectedAside: layoutNonConnectedAside, layoutNodeGroup: layoutNodeGroup, layoutGroupOrder: layoutGroupOrder, layoutParallelNodesPerColumn: layoutParallelNodesPerColumn, layoutParallelNodeSubGroup: layoutParallelNodeSubGroup, layoutParallelSubGroupsPerRow: layoutParallelSubGroupsPerRow, layoutParallelGroupSpacing: layoutParallelGroupSpacing, layoutParallelSortConnectionsByGroup: layoutParallelSortConnectionsByGroup, forceLayoutSettings: forceLayoutSettings, dagreLayoutSettings: dagreLayoutSettings, layoutElkSettings: layoutElkSettings, layoutElkNodeGroups: layoutElkNodeGroups, layoutElkGetNodeShape: layoutElkGetNodeShape, linkWidth: linkWidth, linkStyle: linkStyle, linkBandWidth: linkBandWidth, linkArrow: linkArrow, linkStroke: linkStroke, linkDisabled: linkDisabled, linkFlow: linkFlow, linkFlowAnimDuration: linkFlowAnimDuration, linkFlowParticleSize: linkFlowParticleSize, linkFlowParticleSpeed: linkFlowParticleSpeed, linkLabel: linkLabel, linkLabelShiftFromCenter: linkLabelShiftFromCenter, linkNeighborSpacing: linkNeighborSpacing, linkCurvature: linkCurvature, linkHighlightOnHover: linkHighlightOnHover, linkSourcePointOffset: linkSourcePointOffset, linkTargetPointOffset: linkTargetPointOffset, selectedLinkId: selectedLinkId, nodeSize: nodeSize, nodeStrokeWidth: nodeStrokeWidth, nodeShape: nodeShape, nodeGaugeValue: nodeGaugeValue, nodeGaugeFill: nodeGaugeFill, nodeGaugeAnimDuration: nodeGaugeAnimDuration, nodeIcon: nodeIcon, nodeIconSize: nodeIconSize, nodeLabel: nodeLabel, nodeLabelTrim: nodeLabelTrim, nodeLabelTrimMode: nodeLabelTrimMode, nodeLabelTrimLength: nodeLabelTrimLength, nodeSubLabel: nodeSubLabel, nodeSubLabelTrim: nodeSubLabelTrim, nodeSubLabelTrimMode: nodeSubLabelTrimMode, nodeSubLabelTrimLength: nodeSubLabelTrimLength, nodeSideLabels: nodeSideLabels, nodeBottomIcon: nodeBottomIcon, nodeDisabled: nodeDisabled, nodeFill: nodeFill, nodeStroke: nodeStroke, nodeSort: nodeSort, nodeEnterPosition: nodeEnterPosition, nodeEnterScale: nodeEnterScale, nodeExitPosition: nodeExitPosition, nodeExitScale: nodeExitScale, nodeEnterCustomRenderFunction: nodeEnterCustomRenderFunction, nodeUpdateCustomRenderFunction: nodeUpdateCustomRenderFunction, nodePartialUpdateCustomRenderFunction: nodePartialUpdateCustomRenderFunction, nodeExitCustomRenderFunction: nodeExitCustomRenderFunction, nodeOnZoomCustomRenderFunction: nodeOnZoomCustomRenderFunction, nodeSelectionHighlightMode: nodeSelectionHighlightMode, selectedNodeId: selectedNodeId, selectedNodeIds: selectedNodeIds, panels: panels, onNodeDragStart: onNodeDragStart, onNodeDrag: onNodeDrag, onNodeDragEnd: onNodeDragEnd, onZoom: onZoom, onZoomStart: onZoomStart, onZoomEnd: onZoomEnd, onLayoutCalculated: onLayoutCalculated, onNodeSelectionBrush: onNodeSelectionBrush, onNodeSelectionDrag: onNodeSelectionDrag, onRenderComplete: onRenderComplete, shouldDataUpdate: shouldDataUpdate };
|
|
1508
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, zoomScaleExtent = _d.zoomScaleExtent, disableZoom = _d.disableZoom, zoomEventFilter = _d.zoomEventFilter, disableDrag = _d.disableDrag, disableBrush = _d.disableBrush, zoomThrottledUpdateNodeThreshold = _d.zoomThrottledUpdateNodeThreshold, fitViewPadding = _d.fitViewPadding, fitViewAlign = _d.fitViewAlign, layoutType = _d.layoutType, layoutAutofit = _d.layoutAutofit, layoutAutofitTolerance = _d.layoutAutofitTolerance, layoutNonConnectedAside = _d.layoutNonConnectedAside, layoutNodeGroup = _d.layoutNodeGroup, layoutGroupOrder = _d.layoutGroupOrder, layoutParallelNodesPerColumn = _d.layoutParallelNodesPerColumn, layoutParallelNodeSubGroup = _d.layoutParallelNodeSubGroup, layoutParallelSubGroupsPerRow = _d.layoutParallelSubGroupsPerRow, layoutParallelNodeSpacing = _d.layoutParallelNodeSpacing, layoutParallelSubGroupSpacing = _d.layoutParallelSubGroupSpacing, layoutParallelGroupSpacing = _d.layoutParallelGroupSpacing, layoutParallelSortConnectionsByGroup = _d.layoutParallelSortConnectionsByGroup, forceLayoutSettings = _d.forceLayoutSettings, dagreLayoutSettings = _d.dagreLayoutSettings, layoutElkSettings = _d.layoutElkSettings, layoutElkNodeGroups = _d.layoutElkNodeGroups, layoutElkGetNodeShape = _d.layoutElkGetNodeShape, linkWidth = _d.linkWidth, linkStyle = _d.linkStyle, linkBandWidth = _d.linkBandWidth, linkArrow = _d.linkArrow, linkStroke = _d.linkStroke, linkDisabled = _d.linkDisabled, linkFlow = _d.linkFlow, linkFlowAnimDuration = _d.linkFlowAnimDuration, linkFlowParticleSize = _d.linkFlowParticleSize, linkFlowParticleSpeed = _d.linkFlowParticleSpeed, linkLabel = _d.linkLabel, linkLabelShiftFromCenter = _d.linkLabelShiftFromCenter, linkNeighborSpacing = _d.linkNeighborSpacing, linkCurvature = _d.linkCurvature, linkHighlightOnHover = _d.linkHighlightOnHover, linkSourcePointOffset = _d.linkSourcePointOffset, linkTargetPointOffset = _d.linkTargetPointOffset, selectedLinkId = _d.selectedLinkId, nodeSize = _d.nodeSize, nodeStrokeWidth = _d.nodeStrokeWidth, nodeShape = _d.nodeShape, nodeGaugeValue = _d.nodeGaugeValue, nodeGaugeFill = _d.nodeGaugeFill, nodeGaugeAnimDuration = _d.nodeGaugeAnimDuration, nodeIcon = _d.nodeIcon, nodeIconSize = _d.nodeIconSize, nodeLabel = _d.nodeLabel, nodeLabelTrim = _d.nodeLabelTrim, nodeLabelTrimMode = _d.nodeLabelTrimMode, nodeLabelTrimLength = _d.nodeLabelTrimLength, nodeSubLabel = _d.nodeSubLabel, nodeSubLabelTrim = _d.nodeSubLabelTrim, nodeSubLabelTrimMode = _d.nodeSubLabelTrimMode, nodeSubLabelTrimLength = _d.nodeSubLabelTrimLength, nodeSideLabels = _d.nodeSideLabels, nodeBottomIcon = _d.nodeBottomIcon, nodeDisabled = _d.nodeDisabled, nodeFill = _d.nodeFill, nodeStroke = _d.nodeStroke, nodeSort = _d.nodeSort, nodeEnterPosition = _d.nodeEnterPosition, nodeEnterScale = _d.nodeEnterScale, nodeExitPosition = _d.nodeExitPosition, nodeExitScale = _d.nodeExitScale, nodeEnterCustomRenderFunction = _d.nodeEnterCustomRenderFunction, nodeUpdateCustomRenderFunction = _d.nodeUpdateCustomRenderFunction, nodePartialUpdateCustomRenderFunction = _d.nodePartialUpdateCustomRenderFunction, nodeExitCustomRenderFunction = _d.nodeExitCustomRenderFunction, nodeOnZoomCustomRenderFunction = _d.nodeOnZoomCustomRenderFunction, nodeSelectionHighlightMode = _d.nodeSelectionHighlightMode, selectedNodeId = _d.selectedNodeId, selectedNodeIds = _d.selectedNodeIds, panels = _d.panels, onNodeDragStart = _d.onNodeDragStart, onNodeDrag = _d.onNodeDrag, onNodeDragEnd = _d.onNodeDragEnd, onZoom = _d.onZoom, onZoomStart = _d.onZoomStart, onZoomEnd = _d.onZoomEnd, onLayoutCalculated = _d.onLayoutCalculated, onNodeSelectionBrush = _d.onNodeSelectionBrush, onNodeSelectionDrag = _d.onNodeSelectionDrag, onRenderComplete = _d.onRenderComplete, shouldDataUpdate = _d.shouldDataUpdate;
|
|
1509
|
+
var config = { duration: duration, events: events, attributes: attributes, zoomScaleExtent: zoomScaleExtent, disableZoom: disableZoom, zoomEventFilter: zoomEventFilter, disableDrag: disableDrag, disableBrush: disableBrush, zoomThrottledUpdateNodeThreshold: zoomThrottledUpdateNodeThreshold, fitViewPadding: fitViewPadding, fitViewAlign: fitViewAlign, layoutType: layoutType, layoutAutofit: layoutAutofit, layoutAutofitTolerance: layoutAutofitTolerance, layoutNonConnectedAside: layoutNonConnectedAside, layoutNodeGroup: layoutNodeGroup, layoutGroupOrder: layoutGroupOrder, layoutParallelNodesPerColumn: layoutParallelNodesPerColumn, layoutParallelNodeSubGroup: layoutParallelNodeSubGroup, layoutParallelSubGroupsPerRow: layoutParallelSubGroupsPerRow, layoutParallelNodeSpacing: layoutParallelNodeSpacing, layoutParallelSubGroupSpacing: layoutParallelSubGroupSpacing, layoutParallelGroupSpacing: layoutParallelGroupSpacing, layoutParallelSortConnectionsByGroup: layoutParallelSortConnectionsByGroup, forceLayoutSettings: forceLayoutSettings, dagreLayoutSettings: dagreLayoutSettings, layoutElkSettings: layoutElkSettings, layoutElkNodeGroups: layoutElkNodeGroups, layoutElkGetNodeShape: layoutElkGetNodeShape, linkWidth: linkWidth, linkStyle: linkStyle, linkBandWidth: linkBandWidth, linkArrow: linkArrow, linkStroke: linkStroke, linkDisabled: linkDisabled, linkFlow: linkFlow, linkFlowAnimDuration: linkFlowAnimDuration, linkFlowParticleSize: linkFlowParticleSize, linkFlowParticleSpeed: linkFlowParticleSpeed, linkLabel: linkLabel, linkLabelShiftFromCenter: linkLabelShiftFromCenter, linkNeighborSpacing: linkNeighborSpacing, linkCurvature: linkCurvature, linkHighlightOnHover: linkHighlightOnHover, linkSourcePointOffset: linkSourcePointOffset, linkTargetPointOffset: linkTargetPointOffset, selectedLinkId: selectedLinkId, nodeSize: nodeSize, nodeStrokeWidth: nodeStrokeWidth, nodeShape: nodeShape, nodeGaugeValue: nodeGaugeValue, nodeGaugeFill: nodeGaugeFill, nodeGaugeAnimDuration: nodeGaugeAnimDuration, nodeIcon: nodeIcon, nodeIconSize: nodeIconSize, nodeLabel: nodeLabel, nodeLabelTrim: nodeLabelTrim, nodeLabelTrimMode: nodeLabelTrimMode, nodeLabelTrimLength: nodeLabelTrimLength, nodeSubLabel: nodeSubLabel, nodeSubLabelTrim: nodeSubLabelTrim, nodeSubLabelTrimMode: nodeSubLabelTrimMode, nodeSubLabelTrimLength: nodeSubLabelTrimLength, nodeSideLabels: nodeSideLabels, nodeBottomIcon: nodeBottomIcon, nodeDisabled: nodeDisabled, nodeFill: nodeFill, nodeStroke: nodeStroke, nodeSort: nodeSort, nodeEnterPosition: nodeEnterPosition, nodeEnterScale: nodeEnterScale, nodeExitPosition: nodeExitPosition, nodeExitScale: nodeExitScale, nodeEnterCustomRenderFunction: nodeEnterCustomRenderFunction, nodeUpdateCustomRenderFunction: nodeUpdateCustomRenderFunction, nodePartialUpdateCustomRenderFunction: nodePartialUpdateCustomRenderFunction, nodeExitCustomRenderFunction: nodeExitCustomRenderFunction, nodeOnZoomCustomRenderFunction: nodeOnZoomCustomRenderFunction, nodeSelectionHighlightMode: nodeSelectionHighlightMode, selectedNodeId: selectedNodeId, selectedNodeIds: selectedNodeIds, panels: panels, onNodeDragStart: onNodeDragStart, onNodeDrag: onNodeDrag, onNodeDragEnd: onNodeDragEnd, onZoom: onZoom, onZoomStart: onZoomStart, onZoomEnd: onZoomEnd, onLayoutCalculated: onLayoutCalculated, onNodeSelectionBrush: onNodeSelectionBrush, onNodeSelectionDrag: onNodeSelectionDrag, onRenderComplete: onRenderComplete, shouldDataUpdate: shouldDataUpdate };
|
|
1500
1510
|
var keys = Object.keys(config);
|
|
1501
1511
|
keys.forEach(function (key) {
|
|
1502
1512
|
if (config[key] === undefined)
|
|
@@ -1507,7 +1517,7 @@
|
|
|
1507
1517
|
return VisGraphComponent;
|
|
1508
1518
|
}());
|
|
1509
1519
|
VisGraphComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisGraphComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1510
|
-
VisGraphComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisGraphComponent, selector: "vis-graph", inputs: { duration: "duration", events: "events", attributes: "attributes", zoomScaleExtent: "zoomScaleExtent", disableZoom: "disableZoom", zoomEventFilter: "zoomEventFilter", disableDrag: "disableDrag", disableBrush: "disableBrush", zoomThrottledUpdateNodeThreshold: "zoomThrottledUpdateNodeThreshold", fitViewPadding: "fitViewPadding", fitViewAlign: "fitViewAlign", layoutType: "layoutType", layoutAutofit: "layoutAutofit", layoutAutofitTolerance: "layoutAutofitTolerance", layoutNonConnectedAside: "layoutNonConnectedAside", layoutNodeGroup: "layoutNodeGroup", layoutGroupOrder: "layoutGroupOrder", layoutParallelNodesPerColumn: "layoutParallelNodesPerColumn", layoutParallelNodeSubGroup: "layoutParallelNodeSubGroup", layoutParallelSubGroupsPerRow: "layoutParallelSubGroupsPerRow", layoutParallelGroupSpacing: "layoutParallelGroupSpacing", layoutParallelSortConnectionsByGroup: "layoutParallelSortConnectionsByGroup", forceLayoutSettings: "forceLayoutSettings", dagreLayoutSettings: "dagreLayoutSettings", layoutElkSettings: "layoutElkSettings", layoutElkNodeGroups: "layoutElkNodeGroups", layoutElkGetNodeShape: "layoutElkGetNodeShape", linkWidth: "linkWidth", linkStyle: "linkStyle", linkBandWidth: "linkBandWidth", linkArrow: "linkArrow", linkStroke: "linkStroke", linkDisabled: "linkDisabled", linkFlow: "linkFlow", linkFlowAnimDuration: "linkFlowAnimDuration", linkFlowParticleSize: "linkFlowParticleSize", linkFlowParticleSpeed: "linkFlowParticleSpeed", linkLabel: "linkLabel", linkLabelShiftFromCenter: "linkLabelShiftFromCenter", linkNeighborSpacing: "linkNeighborSpacing", linkCurvature: "linkCurvature", linkHighlightOnHover: "linkHighlightOnHover", linkSourcePointOffset: "linkSourcePointOffset", linkTargetPointOffset: "linkTargetPointOffset", selectedLinkId: "selectedLinkId", nodeSize: "nodeSize", nodeStrokeWidth: "nodeStrokeWidth", nodeShape: "nodeShape", nodeGaugeValue: "nodeGaugeValue", nodeGaugeFill: "nodeGaugeFill", nodeGaugeAnimDuration: "nodeGaugeAnimDuration", nodeIcon: "nodeIcon", nodeIconSize: "nodeIconSize", nodeLabel: "nodeLabel", nodeLabelTrim: "nodeLabelTrim", nodeLabelTrimMode: "nodeLabelTrimMode", nodeLabelTrimLength: "nodeLabelTrimLength", nodeSubLabel: "nodeSubLabel", nodeSubLabelTrim: "nodeSubLabelTrim", nodeSubLabelTrimMode: "nodeSubLabelTrimMode", nodeSubLabelTrimLength: "nodeSubLabelTrimLength", nodeSideLabels: "nodeSideLabels", nodeBottomIcon: "nodeBottomIcon", nodeDisabled: "nodeDisabled", nodeFill: "nodeFill", nodeStroke: "nodeStroke", nodeSort: "nodeSort", nodeEnterPosition: "nodeEnterPosition", nodeEnterScale: "nodeEnterScale", nodeExitPosition: "nodeExitPosition", nodeExitScale: "nodeExitScale", nodeEnterCustomRenderFunction: "nodeEnterCustomRenderFunction", nodeUpdateCustomRenderFunction: "nodeUpdateCustomRenderFunction", nodePartialUpdateCustomRenderFunction: "nodePartialUpdateCustomRenderFunction", nodeExitCustomRenderFunction: "nodeExitCustomRenderFunction", nodeOnZoomCustomRenderFunction: "nodeOnZoomCustomRenderFunction", nodeSelectionHighlightMode: "nodeSelectionHighlightMode", selectedNodeId: "selectedNodeId", selectedNodeIds: "selectedNodeIds", panels: "panels", onNodeDragStart: "onNodeDragStart", onNodeDrag: "onNodeDrag", onNodeDragEnd: "onNodeDragEnd", onZoom: "onZoom", onZoomStart: "onZoomStart", onZoomEnd: "onZoomEnd", onLayoutCalculated: "onLayoutCalculated", onNodeSelectionBrush: "onNodeSelectionBrush", onNodeSelectionDrag: "onNodeSelectionDrag", onRenderComplete: "onRenderComplete", shouldDataUpdate: "shouldDataUpdate", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisGraphComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1520
|
+
VisGraphComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisGraphComponent, selector: "vis-graph", inputs: { duration: "duration", events: "events", attributes: "attributes", zoomScaleExtent: "zoomScaleExtent", disableZoom: "disableZoom", zoomEventFilter: "zoomEventFilter", disableDrag: "disableDrag", disableBrush: "disableBrush", zoomThrottledUpdateNodeThreshold: "zoomThrottledUpdateNodeThreshold", fitViewPadding: "fitViewPadding", fitViewAlign: "fitViewAlign", layoutType: "layoutType", layoutAutofit: "layoutAutofit", layoutAutofitTolerance: "layoutAutofitTolerance", layoutNonConnectedAside: "layoutNonConnectedAside", layoutNodeGroup: "layoutNodeGroup", layoutGroupOrder: "layoutGroupOrder", layoutParallelNodesPerColumn: "layoutParallelNodesPerColumn", layoutParallelNodeSubGroup: "layoutParallelNodeSubGroup", layoutParallelSubGroupsPerRow: "layoutParallelSubGroupsPerRow", layoutParallelNodeSpacing: "layoutParallelNodeSpacing", layoutParallelSubGroupSpacing: "layoutParallelSubGroupSpacing", layoutParallelGroupSpacing: "layoutParallelGroupSpacing", layoutParallelSortConnectionsByGroup: "layoutParallelSortConnectionsByGroup", forceLayoutSettings: "forceLayoutSettings", dagreLayoutSettings: "dagreLayoutSettings", layoutElkSettings: "layoutElkSettings", layoutElkNodeGroups: "layoutElkNodeGroups", layoutElkGetNodeShape: "layoutElkGetNodeShape", linkWidth: "linkWidth", linkStyle: "linkStyle", linkBandWidth: "linkBandWidth", linkArrow: "linkArrow", linkStroke: "linkStroke", linkDisabled: "linkDisabled", linkFlow: "linkFlow", linkFlowAnimDuration: "linkFlowAnimDuration", linkFlowParticleSize: "linkFlowParticleSize", linkFlowParticleSpeed: "linkFlowParticleSpeed", linkLabel: "linkLabel", linkLabelShiftFromCenter: "linkLabelShiftFromCenter", linkNeighborSpacing: "linkNeighborSpacing", linkCurvature: "linkCurvature", linkHighlightOnHover: "linkHighlightOnHover", linkSourcePointOffset: "linkSourcePointOffset", linkTargetPointOffset: "linkTargetPointOffset", selectedLinkId: "selectedLinkId", nodeSize: "nodeSize", nodeStrokeWidth: "nodeStrokeWidth", nodeShape: "nodeShape", nodeGaugeValue: "nodeGaugeValue", nodeGaugeFill: "nodeGaugeFill", nodeGaugeAnimDuration: "nodeGaugeAnimDuration", nodeIcon: "nodeIcon", nodeIconSize: "nodeIconSize", nodeLabel: "nodeLabel", nodeLabelTrim: "nodeLabelTrim", nodeLabelTrimMode: "nodeLabelTrimMode", nodeLabelTrimLength: "nodeLabelTrimLength", nodeSubLabel: "nodeSubLabel", nodeSubLabelTrim: "nodeSubLabelTrim", nodeSubLabelTrimMode: "nodeSubLabelTrimMode", nodeSubLabelTrimLength: "nodeSubLabelTrimLength", nodeSideLabels: "nodeSideLabels", nodeBottomIcon: "nodeBottomIcon", nodeDisabled: "nodeDisabled", nodeFill: "nodeFill", nodeStroke: "nodeStroke", nodeSort: "nodeSort", nodeEnterPosition: "nodeEnterPosition", nodeEnterScale: "nodeEnterScale", nodeExitPosition: "nodeExitPosition", nodeExitScale: "nodeExitScale", nodeEnterCustomRenderFunction: "nodeEnterCustomRenderFunction", nodeUpdateCustomRenderFunction: "nodeUpdateCustomRenderFunction", nodePartialUpdateCustomRenderFunction: "nodePartialUpdateCustomRenderFunction", nodeExitCustomRenderFunction: "nodeExitCustomRenderFunction", nodeOnZoomCustomRenderFunction: "nodeOnZoomCustomRenderFunction", nodeSelectionHighlightMode: "nodeSelectionHighlightMode", selectedNodeId: "selectedNodeId", selectedNodeIds: "selectedNodeIds", panels: "panels", onNodeDragStart: "onNodeDragStart", onNodeDrag: "onNodeDrag", onNodeDragEnd: "onNodeDragEnd", onZoom: "onZoom", onZoomStart: "onZoomStart", onZoomEnd: "onZoomEnd", onLayoutCalculated: "onLayoutCalculated", onNodeSelectionBrush: "onNodeSelectionBrush", onNodeSelectionDrag: "onNodeSelectionDrag", onRenderComplete: "onRenderComplete", shouldDataUpdate: "shouldDataUpdate", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisGraphComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1511
1521
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisGraphComponent, decorators: [{
|
|
1512
1522
|
type: i0.Component,
|
|
1513
1523
|
args: [{
|
|
@@ -1556,6 +1566,10 @@
|
|
|
1556
1566
|
type: i0.Input
|
|
1557
1567
|
}], layoutParallelSubGroupsPerRow: [{
|
|
1558
1568
|
type: i0.Input
|
|
1569
|
+
}], layoutParallelNodeSpacing: [{
|
|
1570
|
+
type: i0.Input
|
|
1571
|
+
}], layoutParallelSubGroupSpacing: [{
|
|
1572
|
+
type: i0.Input
|
|
1559
1573
|
}], layoutParallelGroupSpacing: [{
|
|
1560
1574
|
type: i0.Input
|
|
1561
1575
|
}], layoutParallelSortConnectionsByGroup: [{
|
|
@@ -2028,6 +2042,88 @@
|
|
|
2028
2042
|
}]
|
|
2029
2043
|
}] });
|
|
2030
2044
|
|
|
2045
|
+
// !!! This code was automatically generated. You should not change it !!!
|
|
2046
|
+
var VisPlotlineComponent = /** @class */ (function () {
|
|
2047
|
+
function VisPlotlineComponent() {
|
|
2048
|
+
}
|
|
2049
|
+
VisPlotlineComponent.prototype.ngAfterViewInit = function () {
|
|
2050
|
+
this.component = new ts.Plotline(this.getConfig());
|
|
2051
|
+
};
|
|
2052
|
+
VisPlotlineComponent.prototype.ngOnChanges = function (changes) {
|
|
2053
|
+
var _a, _b;
|
|
2054
|
+
(_a = this.component) === null || _a === void 0 ? void 0 : _a.setConfig(this.getConfig());
|
|
2055
|
+
(_b = this.componentContainer) === null || _b === void 0 ? void 0 : _b.render();
|
|
2056
|
+
};
|
|
2057
|
+
VisPlotlineComponent.prototype.getConfig = function () {
|
|
2058
|
+
var _c = this, duration = _c.duration, events = _c.events, attributes = _c.attributes, lineWidth = _c.lineWidth, axis = _c.axis, value = _c.value, lineStyle = _c.lineStyle, labelText = _c.labelText, labelPosition = _c.labelPosition, labelOffsetX = _c.labelOffsetX, labelOffsetY = _c.labelOffsetY, labelOrientation = _c.labelOrientation, labelColor = _c.labelColor, labelSize = _c.labelSize;
|
|
2059
|
+
var config = { duration: duration, events: events, attributes: attributes, lineWidth: lineWidth, axis: axis, value: value, lineStyle: lineStyle, labelText: labelText, labelPosition: labelPosition, labelOffsetX: labelOffsetX, labelOffsetY: labelOffsetY, labelOrientation: labelOrientation, labelColor: labelColor, labelSize: labelSize };
|
|
2060
|
+
var keys = Object.keys(config);
|
|
2061
|
+
keys.forEach(function (key) {
|
|
2062
|
+
if (config[key] === undefined)
|
|
2063
|
+
delete config[key];
|
|
2064
|
+
});
|
|
2065
|
+
return config;
|
|
2066
|
+
};
|
|
2067
|
+
return VisPlotlineComponent;
|
|
2068
|
+
}());
|
|
2069
|
+
VisPlotlineComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotlineComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2070
|
+
VisPlotlineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisPlotlineComponent, selector: "vis-plotline", inputs: { duration: "duration", events: "events", attributes: "attributes", lineWidth: "lineWidth", axis: "axis", value: "value", lineStyle: "lineStyle", labelText: "labelText", labelPosition: "labelPosition", labelOffsetX: "labelOffsetX", labelOffsetY: "labelOffsetY", labelOrientation: "labelOrientation", labelColor: "labelColor", labelSize: "labelSize" }, providers: [{ provide: VisXYComponent, useExisting: VisPlotlineComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
2071
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotlineComponent, decorators: [{
|
|
2072
|
+
type: i0.Component,
|
|
2073
|
+
args: [{
|
|
2074
|
+
selector: 'vis-plotline',
|
|
2075
|
+
template: '',
|
|
2076
|
+
// eslint-disable-next-line no-use-before-define
|
|
2077
|
+
providers: [{ provide: VisXYComponent, useExisting: VisPlotlineComponent }],
|
|
2078
|
+
}]
|
|
2079
|
+
}], propDecorators: { duration: [{
|
|
2080
|
+
type: i0.Input
|
|
2081
|
+
}], events: [{
|
|
2082
|
+
type: i0.Input
|
|
2083
|
+
}], attributes: [{
|
|
2084
|
+
type: i0.Input
|
|
2085
|
+
}], lineWidth: [{
|
|
2086
|
+
type: i0.Input
|
|
2087
|
+
}], axis: [{
|
|
2088
|
+
type: i0.Input
|
|
2089
|
+
}], value: [{
|
|
2090
|
+
type: i0.Input
|
|
2091
|
+
}], lineStyle: [{
|
|
2092
|
+
type: i0.Input
|
|
2093
|
+
}], labelText: [{
|
|
2094
|
+
type: i0.Input
|
|
2095
|
+
}], labelPosition: [{
|
|
2096
|
+
type: i0.Input
|
|
2097
|
+
}], labelOffsetX: [{
|
|
2098
|
+
type: i0.Input
|
|
2099
|
+
}], labelOffsetY: [{
|
|
2100
|
+
type: i0.Input
|
|
2101
|
+
}], labelOrientation: [{
|
|
2102
|
+
type: i0.Input
|
|
2103
|
+
}], labelColor: [{
|
|
2104
|
+
type: i0.Input
|
|
2105
|
+
}], labelSize: [{
|
|
2106
|
+
type: i0.Input
|
|
2107
|
+
}] } });
|
|
2108
|
+
|
|
2109
|
+
// !!! This code was automatically generated. You should not change it !!!
|
|
2110
|
+
var VisPlotlineModule = /** @class */ (function () {
|
|
2111
|
+
function VisPlotlineModule() {
|
|
2112
|
+
}
|
|
2113
|
+
return VisPlotlineModule;
|
|
2114
|
+
}());
|
|
2115
|
+
VisPlotlineModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotlineModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2116
|
+
VisPlotlineModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotlineModule, declarations: [VisPlotlineComponent], exports: [VisPlotlineComponent] });
|
|
2117
|
+
VisPlotlineModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotlineModule, imports: [[]] });
|
|
2118
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotlineModule, decorators: [{
|
|
2119
|
+
type: i0.NgModule,
|
|
2120
|
+
args: [{
|
|
2121
|
+
imports: [],
|
|
2122
|
+
declarations: [VisPlotlineComponent],
|
|
2123
|
+
exports: [VisPlotlineComponent],
|
|
2124
|
+
}]
|
|
2125
|
+
}] });
|
|
2126
|
+
|
|
2031
2127
|
// !!! This code was automatically generated. You should not change it !!!
|
|
2032
2128
|
var VisSankeyComponent = /** @class */ (function () {
|
|
2033
2129
|
function VisSankeyComponent() {
|
|
@@ -2417,8 +2513,8 @@
|
|
|
2417
2513
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
2418
2514
|
};
|
|
2419
2515
|
VisTimelineComponent.prototype.getConfig = function () {
|
|
2420
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, x = _d.x, id = _d.id, color = _d.color, xScale = _d.xScale, yScale = _d.yScale, excludeFromDomainCalculation = _d.excludeFromDomainCalculation, lineWidth = _d.lineWidth, lineCap = _d.lineCap,
|
|
2421
|
-
var config = { duration: duration, events: events, attributes: attributes, x: x, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, lineWidth: lineWidth, lineCap: lineCap,
|
|
2516
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, x = _d.x, id = _d.id, color = _d.color, xScale = _d.xScale, yScale = _d.yScale, excludeFromDomainCalculation = _d.excludeFromDomainCalculation, type = _d.type, length = _d.length, cursor = _d.cursor, lineRow = _d.lineRow, lineDuration = _d.lineDuration, lineWidth = _d.lineWidth, lineCap = _d.lineCap, lineStartIcon = _d.lineStartIcon, lineStartIconColor = _d.lineStartIconColor, lineStartIconSize = _d.lineStartIconSize, lineStartIconArrangement = _d.lineStartIconArrangement, lineEndIcon = _d.lineEndIcon, lineEndIconColor = _d.lineEndIconColor, lineEndIconSize = _d.lineEndIconSize, lineEndIconArrangement = _d.lineEndIconArrangement, lineCursor = _d.lineCursor, showEmptySegments = _d.showEmptySegments, showEmptySegmentsCorrectPosition = _d.showEmptySegmentsCorrectPosition, rowHeight = _d.rowHeight, alternatingRowColors = _d.alternatingRowColors, showLabels = _d.showLabels, labelWidth = _d.labelWidth, maxLabelWidth = _d.maxLabelWidth, showRowLabels = _d.showRowLabels, rowLabelStyle = _d.rowLabelStyle, rowLabelFormatter = _d.rowLabelFormatter, rowIcon = _d.rowIcon, rowLabelWidth = _d.rowLabelWidth, rowMaxLabelWidth = _d.rowMaxLabelWidth, rowLabelTextAlign = _d.rowLabelTextAlign, arrows = _d.arrows, animationLineEnterPosition = _d.animationLineEnterPosition, animationLineExitPosition = _d.animationLineExitPosition, onScroll = _d.onScroll;
|
|
2517
|
+
var config = { duration: duration, events: events, attributes: attributes, x: x, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, type: type, length: length, cursor: cursor, lineRow: lineRow, lineDuration: lineDuration, lineWidth: lineWidth, lineCap: lineCap, lineStartIcon: lineStartIcon, lineStartIconColor: lineStartIconColor, lineStartIconSize: lineStartIconSize, lineStartIconArrangement: lineStartIconArrangement, lineEndIcon: lineEndIcon, lineEndIconColor: lineEndIconColor, lineEndIconSize: lineEndIconSize, lineEndIconArrangement: lineEndIconArrangement, lineCursor: lineCursor, showEmptySegments: showEmptySegments, showEmptySegmentsCorrectPosition: showEmptySegmentsCorrectPosition, rowHeight: rowHeight, alternatingRowColors: alternatingRowColors, showLabels: showLabels, labelWidth: labelWidth, maxLabelWidth: maxLabelWidth, showRowLabels: showRowLabels, rowLabelStyle: rowLabelStyle, rowLabelFormatter: rowLabelFormatter, rowIcon: rowIcon, rowLabelWidth: rowLabelWidth, rowMaxLabelWidth: rowMaxLabelWidth, rowLabelTextAlign: rowLabelTextAlign, arrows: arrows, animationLineEnterPosition: animationLineEnterPosition, animationLineExitPosition: animationLineExitPosition, onScroll: onScroll };
|
|
2422
2518
|
var keys = Object.keys(config);
|
|
2423
2519
|
keys.forEach(function (key) {
|
|
2424
2520
|
if (config[key] === undefined)
|
|
@@ -2429,7 +2525,7 @@
|
|
|
2429
2525
|
return VisTimelineComponent;
|
|
2430
2526
|
}());
|
|
2431
2527
|
VisTimelineComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTimelineComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2432
|
-
VisTimelineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTimelineComponent, selector: "vis-timeline", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", lineWidth: "lineWidth", lineCap: "lineCap",
|
|
2528
|
+
VisTimelineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTimelineComponent, selector: "vis-timeline", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", type: "type", length: "length", cursor: "cursor", lineRow: "lineRow", lineDuration: "lineDuration", lineWidth: "lineWidth", lineCap: "lineCap", lineStartIcon: "lineStartIcon", lineStartIconColor: "lineStartIconColor", lineStartIconSize: "lineStartIconSize", lineStartIconArrangement: "lineStartIconArrangement", lineEndIcon: "lineEndIcon", lineEndIconColor: "lineEndIconColor", lineEndIconSize: "lineEndIconSize", lineEndIconArrangement: "lineEndIconArrangement", lineCursor: "lineCursor", showEmptySegments: "showEmptySegments", showEmptySegmentsCorrectPosition: "showEmptySegmentsCorrectPosition", rowHeight: "rowHeight", alternatingRowColors: "alternatingRowColors", showLabels: "showLabels", labelWidth: "labelWidth", maxLabelWidth: "maxLabelWidth", showRowLabels: "showRowLabels", rowLabelStyle: "rowLabelStyle", rowLabelFormatter: "rowLabelFormatter", rowIcon: "rowIcon", rowLabelWidth: "rowLabelWidth", rowMaxLabelWidth: "rowMaxLabelWidth", rowLabelTextAlign: "rowLabelTextAlign", arrows: "arrows", animationLineEnterPosition: "animationLineEnterPosition", animationLineExitPosition: "animationLineExitPosition", onScroll: "onScroll", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisTimelineComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
2433
2529
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTimelineComponent, decorators: [{
|
|
2434
2530
|
type: i0.Component,
|
|
2435
2531
|
args: [{
|
|
@@ -2456,17 +2552,45 @@
|
|
|
2456
2552
|
type: i0.Input
|
|
2457
2553
|
}], excludeFromDomainCalculation: [{
|
|
2458
2554
|
type: i0.Input
|
|
2555
|
+
}], type: [{
|
|
2556
|
+
type: i0.Input
|
|
2557
|
+
}], length: [{
|
|
2558
|
+
type: i0.Input
|
|
2559
|
+
}], cursor: [{
|
|
2560
|
+
type: i0.Input
|
|
2561
|
+
}], lineRow: [{
|
|
2562
|
+
type: i0.Input
|
|
2563
|
+
}], lineDuration: [{
|
|
2564
|
+
type: i0.Input
|
|
2459
2565
|
}], lineWidth: [{
|
|
2460
2566
|
type: i0.Input
|
|
2461
2567
|
}], lineCap: [{
|
|
2462
2568
|
type: i0.Input
|
|
2463
|
-
}],
|
|
2569
|
+
}], lineStartIcon: [{
|
|
2464
2570
|
type: i0.Input
|
|
2465
|
-
}],
|
|
2571
|
+
}], lineStartIconColor: [{
|
|
2466
2572
|
type: i0.Input
|
|
2467
|
-
}],
|
|
2573
|
+
}], lineStartIconSize: [{
|
|
2468
2574
|
type: i0.Input
|
|
2469
|
-
}],
|
|
2575
|
+
}], lineStartIconArrangement: [{
|
|
2576
|
+
type: i0.Input
|
|
2577
|
+
}], lineEndIcon: [{
|
|
2578
|
+
type: i0.Input
|
|
2579
|
+
}], lineEndIconColor: [{
|
|
2580
|
+
type: i0.Input
|
|
2581
|
+
}], lineEndIconSize: [{
|
|
2582
|
+
type: i0.Input
|
|
2583
|
+
}], lineEndIconArrangement: [{
|
|
2584
|
+
type: i0.Input
|
|
2585
|
+
}], lineCursor: [{
|
|
2586
|
+
type: i0.Input
|
|
2587
|
+
}], showEmptySegments: [{
|
|
2588
|
+
type: i0.Input
|
|
2589
|
+
}], showEmptySegmentsCorrectPosition: [{
|
|
2590
|
+
type: i0.Input
|
|
2591
|
+
}], rowHeight: [{
|
|
2592
|
+
type: i0.Input
|
|
2593
|
+
}], alternatingRowColors: [{
|
|
2470
2594
|
type: i0.Input
|
|
2471
2595
|
}], showLabels: [{
|
|
2472
2596
|
type: i0.Input
|
|
@@ -2474,11 +2598,27 @@
|
|
|
2474
2598
|
type: i0.Input
|
|
2475
2599
|
}], maxLabelWidth: [{
|
|
2476
2600
|
type: i0.Input
|
|
2477
|
-
}],
|
|
2601
|
+
}], showRowLabels: [{
|
|
2478
2602
|
type: i0.Input
|
|
2479
|
-
}],
|
|
2603
|
+
}], rowLabelStyle: [{
|
|
2480
2604
|
type: i0.Input
|
|
2481
|
-
}],
|
|
2605
|
+
}], rowLabelFormatter: [{
|
|
2606
|
+
type: i0.Input
|
|
2607
|
+
}], rowIcon: [{
|
|
2608
|
+
type: i0.Input
|
|
2609
|
+
}], rowLabelWidth: [{
|
|
2610
|
+
type: i0.Input
|
|
2611
|
+
}], rowMaxLabelWidth: [{
|
|
2612
|
+
type: i0.Input
|
|
2613
|
+
}], rowLabelTextAlign: [{
|
|
2614
|
+
type: i0.Input
|
|
2615
|
+
}], arrows: [{
|
|
2616
|
+
type: i0.Input
|
|
2617
|
+
}], animationLineEnterPosition: [{
|
|
2618
|
+
type: i0.Input
|
|
2619
|
+
}], animationLineExitPosition: [{
|
|
2620
|
+
type: i0.Input
|
|
2621
|
+
}], onScroll: [{
|
|
2482
2622
|
type: i0.Input
|
|
2483
2623
|
}], data: [{
|
|
2484
2624
|
type: i0.Input
|
|
@@ -2742,6 +2882,86 @@
|
|
|
2742
2882
|
}]
|
|
2743
2883
|
}] });
|
|
2744
2884
|
|
|
2885
|
+
// !!! This code was automatically generated. You should not change it !!!
|
|
2886
|
+
var VisPlotbandComponent = /** @class */ (function () {
|
|
2887
|
+
function VisPlotbandComponent() {
|
|
2888
|
+
}
|
|
2889
|
+
VisPlotbandComponent.prototype.ngAfterViewInit = function () {
|
|
2890
|
+
this.component = new ts.Plotband(this.getConfig());
|
|
2891
|
+
};
|
|
2892
|
+
VisPlotbandComponent.prototype.ngOnChanges = function (changes) {
|
|
2893
|
+
var _a, _b;
|
|
2894
|
+
(_a = this.component) === null || _a === void 0 ? void 0 : _a.setConfig(this.getConfig());
|
|
2895
|
+
(_b = this.componentContainer) === null || _b === void 0 ? void 0 : _b.render();
|
|
2896
|
+
};
|
|
2897
|
+
VisPlotbandComponent.prototype.getConfig = function () {
|
|
2898
|
+
var _c = this, duration = _c.duration, events = _c.events, attributes = _c.attributes, axis = _c.axis, from = _c.from, to = _c.to, labelText = _c.labelText, labelPosition = _c.labelPosition, labelOffsetX = _c.labelOffsetX, labelOffsetY = _c.labelOffsetY, labelOrientation = _c.labelOrientation, labelColor = _c.labelColor, labelSize = _c.labelSize;
|
|
2899
|
+
var config = { duration: duration, events: events, attributes: attributes, axis: axis, from: from, to: to, labelText: labelText, labelPosition: labelPosition, labelOffsetX: labelOffsetX, labelOffsetY: labelOffsetY, labelOrientation: labelOrientation, labelColor: labelColor, labelSize: labelSize };
|
|
2900
|
+
var keys = Object.keys(config);
|
|
2901
|
+
keys.forEach(function (key) {
|
|
2902
|
+
if (config[key] === undefined)
|
|
2903
|
+
delete config[key];
|
|
2904
|
+
});
|
|
2905
|
+
return config;
|
|
2906
|
+
};
|
|
2907
|
+
return VisPlotbandComponent;
|
|
2908
|
+
}());
|
|
2909
|
+
VisPlotbandComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotbandComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2910
|
+
VisPlotbandComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisPlotbandComponent, selector: "vis-plotband", inputs: { duration: "duration", events: "events", attributes: "attributes", axis: "axis", from: "from", to: "to", labelText: "labelText", labelPosition: "labelPosition", labelOffsetX: "labelOffsetX", labelOffsetY: "labelOffsetY", labelOrientation: "labelOrientation", labelColor: "labelColor", labelSize: "labelSize" }, providers: [{ provide: VisXYComponent, useExisting: VisPlotbandComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
2911
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotbandComponent, decorators: [{
|
|
2912
|
+
type: i0.Component,
|
|
2913
|
+
args: [{
|
|
2914
|
+
selector: 'vis-plotband',
|
|
2915
|
+
template: '',
|
|
2916
|
+
// eslint-disable-next-line no-use-before-define
|
|
2917
|
+
providers: [{ provide: VisXYComponent, useExisting: VisPlotbandComponent }],
|
|
2918
|
+
}]
|
|
2919
|
+
}], propDecorators: { duration: [{
|
|
2920
|
+
type: i0.Input
|
|
2921
|
+
}], events: [{
|
|
2922
|
+
type: i0.Input
|
|
2923
|
+
}], attributes: [{
|
|
2924
|
+
type: i0.Input
|
|
2925
|
+
}], axis: [{
|
|
2926
|
+
type: i0.Input
|
|
2927
|
+
}], from: [{
|
|
2928
|
+
type: i0.Input
|
|
2929
|
+
}], to: [{
|
|
2930
|
+
type: i0.Input
|
|
2931
|
+
}], labelText: [{
|
|
2932
|
+
type: i0.Input
|
|
2933
|
+
}], labelPosition: [{
|
|
2934
|
+
type: i0.Input
|
|
2935
|
+
}], labelOffsetX: [{
|
|
2936
|
+
type: i0.Input
|
|
2937
|
+
}], labelOffsetY: [{
|
|
2938
|
+
type: i0.Input
|
|
2939
|
+
}], labelOrientation: [{
|
|
2940
|
+
type: i0.Input
|
|
2941
|
+
}], labelColor: [{
|
|
2942
|
+
type: i0.Input
|
|
2943
|
+
}], labelSize: [{
|
|
2944
|
+
type: i0.Input
|
|
2945
|
+
}] } });
|
|
2946
|
+
|
|
2947
|
+
// !!! This code was automatically generated. You should not change it !!!
|
|
2948
|
+
var VisPlotbandModule = /** @class */ (function () {
|
|
2949
|
+
function VisPlotbandModule() {
|
|
2950
|
+
}
|
|
2951
|
+
return VisPlotbandModule;
|
|
2952
|
+
}());
|
|
2953
|
+
VisPlotbandModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotbandModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2954
|
+
VisPlotbandModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotbandModule, declarations: [VisPlotbandComponent], exports: [VisPlotbandComponent] });
|
|
2955
|
+
VisPlotbandModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotbandModule, imports: [[]] });
|
|
2956
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisPlotbandModule, decorators: [{
|
|
2957
|
+
type: i0.NgModule,
|
|
2958
|
+
args: [{
|
|
2959
|
+
imports: [],
|
|
2960
|
+
declarations: [VisPlotbandComponent],
|
|
2961
|
+
exports: [VisPlotbandComponent],
|
|
2962
|
+
}]
|
|
2963
|
+
}] });
|
|
2964
|
+
|
|
2745
2965
|
// !!! This code was automatically generated. You should not change it !!!
|
|
2746
2966
|
var VisLeafletMapComponent = /** @class */ (function () {
|
|
2747
2967
|
function VisLeafletMapComponent() {
|
|
@@ -3106,8 +3326,8 @@
|
|
|
3106
3326
|
(_a = this.component) === null || _a === void 0 ? void 0 : _a.update(this.getConfig());
|
|
3107
3327
|
};
|
|
3108
3328
|
VisBulletLegendComponent.prototype.getConfig = function () {
|
|
3109
|
-
var _b = this, items = _b.items, labelClassName = _b.labelClassName, onLegendItemClick = _b.onLegendItemClick, labelFontSize = _b.labelFontSize, labelMaxWidth = _b.labelMaxWidth, bulletSize = _b.bulletSize, bulletShape = _b.bulletShape, orientation = _b.orientation;
|
|
3110
|
-
var config = { items: items, labelClassName: labelClassName, onLegendItemClick: onLegendItemClick, labelFontSize: labelFontSize, labelMaxWidth: labelMaxWidth, bulletSize: bulletSize, bulletShape: bulletShape, orientation: orientation };
|
|
3329
|
+
var _b = this, items = _b.items, labelClassName = _b.labelClassName, onLegendItemClick = _b.onLegendItemClick, labelFontSize = _b.labelFontSize, labelMaxWidth = _b.labelMaxWidth, bulletSize = _b.bulletSize, bulletSpacing = _b.bulletSpacing, bulletShape = _b.bulletShape, orientation = _b.orientation;
|
|
3330
|
+
var config = { items: items, labelClassName: labelClassName, onLegendItemClick: onLegendItemClick, labelFontSize: labelFontSize, labelMaxWidth: labelMaxWidth, bulletSize: bulletSize, bulletSpacing: bulletSpacing, bulletShape: bulletShape, orientation: orientation };
|
|
3111
3331
|
var keys = Object.keys(config);
|
|
3112
3332
|
keys.forEach(function (key) {
|
|
3113
3333
|
if (config[key] === undefined)
|
|
@@ -3118,7 +3338,7 @@
|
|
|
3118
3338
|
return VisBulletLegendComponent;
|
|
3119
3339
|
}());
|
|
3120
3340
|
VisBulletLegendComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBulletLegendComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3121
|
-
VisBulletLegendComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBulletLegendComponent, selector: "vis-bullet-legend", inputs: { items: "items", labelClassName: "labelClassName", onLegendItemClick: "onLegendItemClick", labelFontSize: "labelFontSize", labelMaxWidth: "labelMaxWidth", bulletSize: "bulletSize", bulletShape: "bulletShape", orientation: "orientation" }, providers: [{ provide: VisGenericComponent, useExisting: VisBulletLegendComponent }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: '<div #container class="bullet-legend-container"></div>', isInline: true, styles: [".bullet-legend-container { }"] });
|
|
3341
|
+
VisBulletLegendComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBulletLegendComponent, selector: "vis-bullet-legend", inputs: { items: "items", labelClassName: "labelClassName", onLegendItemClick: "onLegendItemClick", labelFontSize: "labelFontSize", labelMaxWidth: "labelMaxWidth", bulletSize: "bulletSize", bulletSpacing: "bulletSpacing", bulletShape: "bulletShape", orientation: "orientation" }, providers: [{ provide: VisGenericComponent, useExisting: VisBulletLegendComponent }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: '<div #container class="bullet-legend-container"></div>', isInline: true, styles: [".bullet-legend-container { }"] });
|
|
3122
3342
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBulletLegendComponent, decorators: [{
|
|
3123
3343
|
type: i0.Component,
|
|
3124
3344
|
args: [{
|
|
@@ -3143,6 +3363,8 @@
|
|
|
3143
3363
|
type: i0.Input
|
|
3144
3364
|
}], bulletSize: [{
|
|
3145
3365
|
type: i0.Input
|
|
3366
|
+
}], bulletSpacing: [{
|
|
3367
|
+
type: i0.Input
|
|
3146
3368
|
}], bulletShape: [{
|
|
3147
3369
|
type: i0.Input
|
|
3148
3370
|
}], orientation: [{
|
|
@@ -3167,6 +3389,73 @@
|
|
|
3167
3389
|
}]
|
|
3168
3390
|
}] });
|
|
3169
3391
|
|
|
3392
|
+
// !!! This code was automatically generated. You should not change it !!!
|
|
3393
|
+
var VisRollingPinLegendComponent = /** @class */ (function () {
|
|
3394
|
+
function VisRollingPinLegendComponent() {
|
|
3395
|
+
}
|
|
3396
|
+
VisRollingPinLegendComponent.prototype.ngAfterViewInit = function () {
|
|
3397
|
+
this.component = new ts.RollingPinLegend(this.containerRef.nativeElement, this.getConfig());
|
|
3398
|
+
};
|
|
3399
|
+
VisRollingPinLegendComponent.prototype.ngOnChanges = function (changes) {
|
|
3400
|
+
var _a;
|
|
3401
|
+
(_a = this.component) === null || _a === void 0 ? void 0 : _a.setConfig(this.getConfig());
|
|
3402
|
+
};
|
|
3403
|
+
VisRollingPinLegendComponent.prototype.getConfig = function () {
|
|
3404
|
+
var _b = this, rects = _b.rects, leftLabelText = _b.leftLabelText, rightLabelText = _b.rightLabelText, labelClassName = _b.labelClassName, labelFontSize = _b.labelFontSize;
|
|
3405
|
+
var config = { rects: rects, leftLabelText: leftLabelText, rightLabelText: rightLabelText, labelClassName: labelClassName, labelFontSize: labelFontSize };
|
|
3406
|
+
var keys = Object.keys(config);
|
|
3407
|
+
keys.forEach(function (key) {
|
|
3408
|
+
if (config[key] === undefined)
|
|
3409
|
+
delete config[key];
|
|
3410
|
+
});
|
|
3411
|
+
return config;
|
|
3412
|
+
};
|
|
3413
|
+
return VisRollingPinLegendComponent;
|
|
3414
|
+
}());
|
|
3415
|
+
VisRollingPinLegendComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisRollingPinLegendComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3416
|
+
VisRollingPinLegendComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisRollingPinLegendComponent, selector: "vis-rolling-pin-legend", inputs: { rects: "rects", leftLabelText: "leftLabelText", rightLabelText: "rightLabelText", labelClassName: "labelClassName", labelFontSize: "labelFontSize" }, providers: [{ provide: VisGenericComponent, useExisting: VisRollingPinLegendComponent }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: '<div #container class="rolling-pin-legend-container"></div>', isInline: true, styles: [".rolling-pin-legend-container { }"] });
|
|
3417
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisRollingPinLegendComponent, decorators: [{
|
|
3418
|
+
type: i0.Component,
|
|
3419
|
+
args: [{
|
|
3420
|
+
selector: 'vis-rolling-pin-legend',
|
|
3421
|
+
template: '<div #container class="rolling-pin-legend-container"></div>',
|
|
3422
|
+
styles: ['.rolling-pin-legend-container { }'],
|
|
3423
|
+
// eslint-disable-next-line no-use-before-define
|
|
3424
|
+
providers: [{ provide: VisGenericComponent, useExisting: VisRollingPinLegendComponent }],
|
|
3425
|
+
}]
|
|
3426
|
+
}], propDecorators: { containerRef: [{
|
|
3427
|
+
type: i0.ViewChild,
|
|
3428
|
+
args: ['container', { static: false }]
|
|
3429
|
+
}], rects: [{
|
|
3430
|
+
type: i0.Input
|
|
3431
|
+
}], leftLabelText: [{
|
|
3432
|
+
type: i0.Input
|
|
3433
|
+
}], rightLabelText: [{
|
|
3434
|
+
type: i0.Input
|
|
3435
|
+
}], labelClassName: [{
|
|
3436
|
+
type: i0.Input
|
|
3437
|
+
}], labelFontSize: [{
|
|
3438
|
+
type: i0.Input
|
|
3439
|
+
}] } });
|
|
3440
|
+
|
|
3441
|
+
// !!! This code was automatically generated. You should not change it !!!
|
|
3442
|
+
var VisRollingPinLegendModule = /** @class */ (function () {
|
|
3443
|
+
function VisRollingPinLegendModule() {
|
|
3444
|
+
}
|
|
3445
|
+
return VisRollingPinLegendModule;
|
|
3446
|
+
}());
|
|
3447
|
+
VisRollingPinLegendModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisRollingPinLegendModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
3448
|
+
VisRollingPinLegendModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisRollingPinLegendModule, declarations: [VisRollingPinLegendComponent], exports: [VisRollingPinLegendComponent] });
|
|
3449
|
+
VisRollingPinLegendModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisRollingPinLegendModule, imports: [[]] });
|
|
3450
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisRollingPinLegendModule, decorators: [{
|
|
3451
|
+
type: i0.NgModule,
|
|
3452
|
+
args: [{
|
|
3453
|
+
imports: [],
|
|
3454
|
+
declarations: [VisRollingPinLegendComponent],
|
|
3455
|
+
exports: [VisRollingPinLegendComponent],
|
|
3456
|
+
}]
|
|
3457
|
+
}] });
|
|
3458
|
+
|
|
3170
3459
|
// !!! This code was automatically generated. You should not change it !!!
|
|
3171
3460
|
var VisTooltipModule = /** @class */ (function () {
|
|
3172
3461
|
function VisTooltipModule() {
|
|
@@ -3223,6 +3512,12 @@
|
|
|
3223
3512
|
exports.VisLineModule = VisLineModule;
|
|
3224
3513
|
exports.VisNestedDonutComponent = VisNestedDonutComponent;
|
|
3225
3514
|
exports.VisNestedDonutModule = VisNestedDonutModule;
|
|
3515
|
+
exports.VisPlotbandComponent = VisPlotbandComponent;
|
|
3516
|
+
exports.VisPlotbandModule = VisPlotbandModule;
|
|
3517
|
+
exports.VisPlotlineComponent = VisPlotlineComponent;
|
|
3518
|
+
exports.VisPlotlineModule = VisPlotlineModule;
|
|
3519
|
+
exports.VisRollingPinLegendComponent = VisRollingPinLegendComponent;
|
|
3520
|
+
exports.VisRollingPinLegendModule = VisRollingPinLegendModule;
|
|
3226
3521
|
exports.VisSankeyComponent = VisSankeyComponent;
|
|
3227
3522
|
exports.VisSankeyModule = VisSankeyModule;
|
|
3228
3523
|
exports.VisScatterComponent = VisScatterComponent;
|