@unovis/angular 1.5.1-xplg.5 → 1.5.2
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/README.md +1 -1
- package/dist/lib/README.md +1 -1
- package/dist/lib/bundles/unovis-angular.umd.js +25 -63
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/area/area.component.d.ts +1 -3
- package/dist/lib/components/axis/axis.component.d.ts +1 -1
- package/dist/lib/components/brush/brush.component.d.ts +1 -1
- package/dist/lib/components/line/line.component.d.ts +6 -1
- package/dist/lib/components/nested-donut/nested-donut.component.d.ts +1 -1
- package/dist/lib/components/timeline/timeline.component.d.ts +15 -60
- package/dist/lib/components/tooltip/tooltip.component.d.ts +7 -5
- package/dist/lib/esm2015/components/area/area.component.js +4 -6
- package/dist/lib/esm2015/components/axis/axis.component.js +1 -1
- package/dist/lib/esm2015/components/brush/brush.component.js +1 -1
- package/dist/lib/esm2015/components/line/line.component.js +6 -4
- package/dist/lib/esm2015/components/nested-donut/nested-donut.component.js +1 -1
- package/dist/lib/esm2015/components/timeline/timeline.component.js +11 -53
- package/dist/lib/esm2015/components/tooltip/tooltip.component.js +8 -4
- package/dist/lib/fesm2015/unovis-angular.js +25 -63
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/package.json +5 -3
- package/package.json +5 -3
package/README.md
CHANGED
package/dist/lib/README.md
CHANGED
|
@@ -386,8 +386,8 @@
|
|
|
386
386
|
(_b = this.componentContainer) === null || _b === void 0 ? void 0 : _b.render();
|
|
387
387
|
};
|
|
388
388
|
VisTooltipComponent.prototype.getConfig = function () {
|
|
389
|
-
var _c = this, components = _c.components, container = _c.container, followCursor = _c.followCursor, allowHover = _c.allowHover, horizontalPlacement = _c.horizontalPlacement, horizontalShift = _c.horizontalShift, verticalPlacement = _c.verticalPlacement, verticalShift = _c.verticalShift, triggers = _c.triggers, attributes = _c.attributes, className = _c.className;
|
|
390
|
-
var config = { components: components, container: container, followCursor: followCursor, allowHover: allowHover, horizontalPlacement: horizontalPlacement, horizontalShift: horizontalShift, verticalPlacement: verticalPlacement, verticalShift: verticalShift, triggers: triggers, attributes: attributes, className: className };
|
|
389
|
+
var _c = this, components = _c.components, container = _c.container, followCursor = _c.followCursor, allowHover = _c.allowHover, horizontalPlacement = _c.horizontalPlacement, horizontalShift = _c.horizontalShift, verticalPlacement = _c.verticalPlacement, verticalShift = _c.verticalShift, triggers = _c.triggers, attributes = _c.attributes, className = _c.className, hideDelay = _c.hideDelay, showDelay = _c.showDelay;
|
|
390
|
+
var config = { components: components, container: container, followCursor: followCursor, allowHover: allowHover, horizontalPlacement: horizontalPlacement, horizontalShift: horizontalShift, verticalPlacement: verticalPlacement, verticalShift: verticalShift, triggers: triggers, attributes: attributes, className: className, hideDelay: hideDelay, showDelay: showDelay };
|
|
391
391
|
var keys = Object.keys(config);
|
|
392
392
|
keys.forEach(function (key) {
|
|
393
393
|
if (config[key] === undefined)
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
return VisTooltipComponent;
|
|
399
399
|
}());
|
|
400
400
|
VisTooltipComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTooltipComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
401
|
-
VisTooltipComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTooltipComponent, selector: "vis-tooltip", inputs: { components: "components", container: "container", followCursor: "followCursor", allowHover: "allowHover", horizontalPlacement: "horizontalPlacement", horizontalShift: "horizontalShift", verticalPlacement: "verticalPlacement", verticalShift: "verticalShift", triggers: "triggers", attributes: "attributes", className: "className" }, providers: [{ provide: VisGenericComponent, useExisting: VisTooltipComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
401
|
+
VisTooltipComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTooltipComponent, selector: "vis-tooltip", inputs: { components: "components", container: "container", followCursor: "followCursor", allowHover: "allowHover", horizontalPlacement: "horizontalPlacement", horizontalShift: "horizontalShift", verticalPlacement: "verticalPlacement", verticalShift: "verticalShift", triggers: "triggers", attributes: "attributes", className: "className", hideDelay: "hideDelay", showDelay: "showDelay" }, providers: [{ provide: VisGenericComponent, useExisting: VisTooltipComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
402
402
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTooltipComponent, decorators: [{
|
|
403
403
|
type: i0.Component,
|
|
404
404
|
args: [{
|
|
@@ -429,6 +429,10 @@
|
|
|
429
429
|
type: i0.Input
|
|
430
430
|
}], className: [{
|
|
431
431
|
type: i0.Input
|
|
432
|
+
}], hideDelay: [{
|
|
433
|
+
type: i0.Input
|
|
434
|
+
}], showDelay: [{
|
|
435
|
+
type: i0.Input
|
|
432
436
|
}] } });
|
|
433
437
|
|
|
434
438
|
// !!! This code was automatically generated. You should not change it !!!
|
|
@@ -771,8 +775,8 @@
|
|
|
771
775
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
772
776
|
};
|
|
773
777
|
VisAreaComponent.prototype.getConfig = function () {
|
|
774
|
-
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, curveType = _d.curveType, baseline = _d.baseline, opacity = _d.opacity, cursor = _d.cursor, minHeight1Px = _d.minHeight1Px, minHeight = _d.minHeight
|
|
775
|
-
var config = { duration: duration, events: events, attributes: attributes, x: x, y: y, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, curveType: curveType, baseline: baseline, opacity: opacity, cursor: cursor, minHeight1Px: minHeight1Px, minHeight: minHeight
|
|
778
|
+
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, curveType = _d.curveType, baseline = _d.baseline, opacity = _d.opacity, cursor = _d.cursor, minHeight1Px = _d.minHeight1Px, minHeight = _d.minHeight;
|
|
779
|
+
var config = { duration: duration, events: events, attributes: attributes, x: x, y: y, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, curveType: curveType, baseline: baseline, opacity: opacity, cursor: cursor, minHeight1Px: minHeight1Px, minHeight: minHeight };
|
|
776
780
|
var keys = Object.keys(config);
|
|
777
781
|
keys.forEach(function (key) {
|
|
778
782
|
if (config[key] === undefined)
|
|
@@ -783,7 +787,7 @@
|
|
|
783
787
|
return VisAreaComponent;
|
|
784
788
|
}());
|
|
785
789
|
VisAreaComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAreaComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
786
|
-
VisAreaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAreaComponent, selector: "vis-area", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", y: "y", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", curveType: "curveType", baseline: "baseline", opacity: "opacity", cursor: "cursor", minHeight1Px: "minHeight1Px", minHeight: "minHeight",
|
|
790
|
+
VisAreaComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAreaComponent, selector: "vis-area", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", y: "y", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", curveType: "curveType", baseline: "baseline", opacity: "opacity", cursor: "cursor", minHeight1Px: "minHeight1Px", minHeight: "minHeight", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisAreaComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
787
791
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAreaComponent, decorators: [{
|
|
788
792
|
type: i0.Component,
|
|
789
793
|
args: [{
|
|
@@ -824,8 +828,6 @@
|
|
|
824
828
|
type: i0.Input
|
|
825
829
|
}], minHeight: [{
|
|
826
830
|
type: i0.Input
|
|
827
|
-
}], stackMinHeight: [{
|
|
828
|
-
type: i0.Input
|
|
829
831
|
}], data: [{
|
|
830
832
|
type: i0.Input
|
|
831
833
|
}] } });
|
|
@@ -1841,8 +1843,8 @@
|
|
|
1841
1843
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1842
1844
|
};
|
|
1843
1845
|
VisLineComponent.prototype.getConfig = function () {
|
|
1844
|
-
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, curveType = _d.curveType, lineWidth = _d.lineWidth, lineDashArray = _d.lineDashArray, fallbackValue = _d.fallbackValue, highlightOnHover = _d.highlightOnHover, cursor = _d.cursor;
|
|
1845
|
-
var config = { duration: duration, events: events, attributes: attributes, x: x, y: y, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, curveType: curveType, lineWidth: lineWidth, lineDashArray: lineDashArray, fallbackValue: fallbackValue, highlightOnHover: highlightOnHover, cursor: cursor };
|
|
1846
|
+
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, curveType = _d.curveType, lineWidth = _d.lineWidth, lineDashArray = _d.lineDashArray, fallbackValue = _d.fallbackValue, highlightOnHover = _d.highlightOnHover, cursor = _d.cursor, interpolateMissingData = _d.interpolateMissingData;
|
|
1847
|
+
var config = { duration: duration, events: events, attributes: attributes, x: x, y: y, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, curveType: curveType, lineWidth: lineWidth, lineDashArray: lineDashArray, fallbackValue: fallbackValue, highlightOnHover: highlightOnHover, cursor: cursor, interpolateMissingData: interpolateMissingData };
|
|
1846
1848
|
var keys = Object.keys(config);
|
|
1847
1849
|
keys.forEach(function (key) {
|
|
1848
1850
|
if (config[key] === undefined)
|
|
@@ -1853,7 +1855,7 @@
|
|
|
1853
1855
|
return VisLineComponent;
|
|
1854
1856
|
}());
|
|
1855
1857
|
VisLineComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisLineComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1856
|
-
VisLineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisLineComponent, selector: "vis-line", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", y: "y", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", curveType: "curveType", lineWidth: "lineWidth", lineDashArray: "lineDashArray", fallbackValue: "fallbackValue", highlightOnHover: "highlightOnHover", cursor: "cursor", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisLineComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1858
|
+
VisLineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisLineComponent, selector: "vis-line", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", y: "y", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", curveType: "curveType", lineWidth: "lineWidth", lineDashArray: "lineDashArray", fallbackValue: "fallbackValue", highlightOnHover: "highlightOnHover", cursor: "cursor", interpolateMissingData: "interpolateMissingData", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisLineComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1857
1859
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisLineComponent, decorators: [{
|
|
1858
1860
|
type: i0.Component,
|
|
1859
1861
|
args: [{
|
|
@@ -1894,6 +1896,8 @@
|
|
|
1894
1896
|
type: i0.Input
|
|
1895
1897
|
}], cursor: [{
|
|
1896
1898
|
type: i0.Input
|
|
1899
|
+
}], interpolateMissingData: [{
|
|
1900
|
+
type: i0.Input
|
|
1897
1901
|
}], data: [{
|
|
1898
1902
|
type: i0.Input
|
|
1899
1903
|
}] } });
|
|
@@ -2413,8 +2417,8 @@
|
|
|
2413
2417
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
2414
2418
|
};
|
|
2415
2419
|
VisTimelineComponent.prototype.getConfig = function () {
|
|
2416
|
-
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,
|
|
2417
|
-
var config = { duration: duration, events: events, attributes: attributes, x: x, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation,
|
|
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, rowHeight = _d.rowHeight, length = _d.length, type = _d.type, cursor = _d.cursor, showLabels = _d.showLabels, labelWidth = _d.labelWidth, maxLabelWidth = _d.maxLabelWidth, alternatingRowColors = _d.alternatingRowColors, onScroll = _d.onScroll, showEmptySegments = _d.showEmptySegments;
|
|
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, rowHeight: rowHeight, length: length, type: type, cursor: cursor, showLabels: showLabels, labelWidth: labelWidth, maxLabelWidth: maxLabelWidth, alternatingRowColors: alternatingRowColors, onScroll: onScroll, showEmptySegments: showEmptySegments };
|
|
2418
2422
|
var keys = Object.keys(config);
|
|
2419
2423
|
keys.forEach(function (key) {
|
|
2420
2424
|
if (config[key] === undefined)
|
|
@@ -2425,7 +2429,7 @@
|
|
|
2425
2429
|
return VisTimelineComponent;
|
|
2426
2430
|
}());
|
|
2427
2431
|
VisTimelineComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTimelineComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2428
|
-
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",
|
|
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", rowHeight: "rowHeight", length: "length", type: "type", cursor: "cursor", showLabels: "showLabels", labelWidth: "labelWidth", maxLabelWidth: "maxLabelWidth", alternatingRowColors: "alternatingRowColors", onScroll: "onScroll", showEmptySegments: "showEmptySegments", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisTimelineComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
2429
2433
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTimelineComponent, decorators: [{
|
|
2430
2434
|
type: i0.Component,
|
|
2431
2435
|
args: [{
|
|
@@ -2452,43 +2456,17 @@
|
|
|
2452
2456
|
type: i0.Input
|
|
2453
2457
|
}], excludeFromDomainCalculation: [{
|
|
2454
2458
|
type: i0.Input
|
|
2455
|
-
}], type: [{
|
|
2456
|
-
type: i0.Input
|
|
2457
|
-
}], length: [{
|
|
2458
|
-
type: i0.Input
|
|
2459
|
-
}], cursor: [{
|
|
2460
|
-
type: i0.Input
|
|
2461
|
-
}], lineRow: [{
|
|
2462
|
-
type: i0.Input
|
|
2463
|
-
}], lineDuration: [{
|
|
2464
|
-
type: i0.Input
|
|
2465
2459
|
}], lineWidth: [{
|
|
2466
2460
|
type: i0.Input
|
|
2467
2461
|
}], lineCap: [{
|
|
2468
2462
|
type: i0.Input
|
|
2469
|
-
}],
|
|
2470
|
-
type: i0.Input
|
|
2471
|
-
}], lineStartIconColor: [{
|
|
2472
|
-
type: i0.Input
|
|
2473
|
-
}], lineStartIconSize: [{
|
|
2474
|
-
type: i0.Input
|
|
2475
|
-
}], lineStartIconArrangement: [{
|
|
2476
|
-
type: i0.Input
|
|
2477
|
-
}], lineEndIcon: [{
|
|
2478
|
-
type: i0.Input
|
|
2479
|
-
}], lineEndIconColor: [{
|
|
2480
|
-
type: i0.Input
|
|
2481
|
-
}], lineEndIconSize: [{
|
|
2482
|
-
type: i0.Input
|
|
2483
|
-
}], lineEndIconArrangement: [{
|
|
2484
|
-
type: i0.Input
|
|
2485
|
-
}], lineCursor: [{
|
|
2463
|
+
}], rowHeight: [{
|
|
2486
2464
|
type: i0.Input
|
|
2487
|
-
}],
|
|
2465
|
+
}], length: [{
|
|
2488
2466
|
type: i0.Input
|
|
2489
|
-
}],
|
|
2467
|
+
}], type: [{
|
|
2490
2468
|
type: i0.Input
|
|
2491
|
-
}],
|
|
2469
|
+
}], cursor: [{
|
|
2492
2470
|
type: i0.Input
|
|
2493
2471
|
}], showLabels: [{
|
|
2494
2472
|
type: i0.Input
|
|
@@ -2496,28 +2474,12 @@
|
|
|
2496
2474
|
type: i0.Input
|
|
2497
2475
|
}], maxLabelWidth: [{
|
|
2498
2476
|
type: i0.Input
|
|
2499
|
-
}],
|
|
2500
|
-
type: i0.Input
|
|
2501
|
-
}], rowLabelStyle: [{
|
|
2502
|
-
type: i0.Input
|
|
2503
|
-
}], rowLabelFormatter: [{
|
|
2504
|
-
type: i0.Input
|
|
2505
|
-
}], rowIcon: [{
|
|
2506
|
-
type: i0.Input
|
|
2507
|
-
}], rowLabelWidth: [{
|
|
2508
|
-
type: i0.Input
|
|
2509
|
-
}], rowMaxLabelWidth: [{
|
|
2510
|
-
type: i0.Input
|
|
2511
|
-
}], rowLabelTextAlign: [{
|
|
2512
|
-
type: i0.Input
|
|
2513
|
-
}], arrows: [{
|
|
2514
|
-
type: i0.Input
|
|
2515
|
-
}], animationLineEnterPosition: [{
|
|
2516
|
-
type: i0.Input
|
|
2517
|
-
}], animationLineExitPosition: [{
|
|
2477
|
+
}], alternatingRowColors: [{
|
|
2518
2478
|
type: i0.Input
|
|
2519
2479
|
}], onScroll: [{
|
|
2520
2480
|
type: i0.Input
|
|
2481
|
+
}], showEmptySegments: [{
|
|
2482
|
+
type: i0.Input
|
|
2521
2483
|
}], data: [{
|
|
2522
2484
|
type: i0.Input
|
|
2523
2485
|
}] } });
|