@unovis/angular 1.3.0-alpha.3 → 1.3.0-beta.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/dist/lib/bundles/unovis-angular.umd.js +20 -4
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/area/area.component.d.ts +3 -3
- package/dist/lib/components/axis/axis.component.d.ts +1 -1
- package/dist/lib/components/crosshair/crosshair.component.d.ts +24 -3
- package/dist/lib/components/graph/graph.component.d.ts +1 -1
- package/dist/lib/components/grouped-bar/grouped-bar.component.d.ts +2 -2
- package/dist/lib/components/line/line.component.d.ts +3 -3
- package/dist/lib/components/scatter/scatter.component.d.ts +2 -2
- package/dist/lib/components/stacked-bar/stacked-bar.component.d.ts +2 -2
- package/dist/lib/components/timeline/timeline.component.d.ts +2 -2
- package/dist/lib/components/topojson-map/topojson-map.component.d.ts +2 -2
- package/dist/lib/components/xy-labels/xy-labels.component.d.ts +2 -2
- package/dist/lib/esm2015/components/area/area.component.js +1 -1
- package/dist/lib/esm2015/components/axis/axis.component.js +1 -1
- package/dist/lib/esm2015/components/crosshair/crosshair.component.js +18 -4
- package/dist/lib/esm2015/components/graph/graph.component.js +1 -1
- package/dist/lib/esm2015/components/grouped-bar/grouped-bar.component.js +1 -1
- package/dist/lib/esm2015/components/line/line.component.js +1 -1
- package/dist/lib/esm2015/components/scatter/scatter.component.js +1 -1
- package/dist/lib/esm2015/components/stacked-bar/stacked-bar.component.js +1 -1
- package/dist/lib/esm2015/components/timeline/timeline.component.js +1 -1
- package/dist/lib/esm2015/components/topojson-map/topojson-map.component.js +1 -1
- package/dist/lib/esm2015/components/xy-labels/xy-labels.component.js +1 -1
- package/dist/lib/esm2015/html-components/bullet-legend/bullet-legend.component.js +4 -2
- package/dist/lib/esm2015/html-components/leaflet-flow-map/leaflet-flow-map.component.js +1 -1
- package/dist/lib/esm2015/html-components/leaflet-map/leaflet-map.component.js +1 -1
- package/dist/lib/fesm2015/unovis-angular.js +20 -4
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/html-components/bullet-legend/bullet-legend.component.d.ts +4 -2
- package/dist/lib/html-components/leaflet-flow-map/leaflet-flow-map.component.d.ts +2 -2
- package/dist/lib/html-components/leaflet-map/leaflet-map.component.d.ts +2 -2
- package/dist/lib/package.json +4 -3
- package/package.json +11 -5
|
@@ -1190,8 +1190,8 @@
|
|
|
1190
1190
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1191
1191
|
};
|
|
1192
1192
|
VisCrosshairComponent.prototype.getConfig = function () {
|
|
1193
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, yStacked = _d.yStacked, baseline = _d.baseline, tooltip = _d.tooltip, template = _d.template, hideWhenFarFromPointer = _d.hideWhenFarFromPointer, hideWhenFarFromPointerDistance = _d.hideWhenFarFromPointerDistance, snapToData = _d.snapToData, getCircles = _d.getCircles;
|
|
1194
|
-
var config = { duration: duration, events: events, attributes: attributes, yStacked: yStacked, baseline: baseline, tooltip: tooltip, template: template, hideWhenFarFromPointer: hideWhenFarFromPointer, hideWhenFarFromPointerDistance: hideWhenFarFromPointerDistance, snapToData: snapToData, getCircles: getCircles };
|
|
1193
|
+
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, yStacked = _d.yStacked, baseline = _d.baseline, tooltip = _d.tooltip, template = _d.template, hideWhenFarFromPointer = _d.hideWhenFarFromPointer, hideWhenFarFromPointerDistance = _d.hideWhenFarFromPointerDistance, snapToData = _d.snapToData, getCircles = _d.getCircles;
|
|
1194
|
+
var config = { duration: duration, events: events, attributes: attributes, x: x, y: y, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, yStacked: yStacked, baseline: baseline, tooltip: tooltip, template: template, hideWhenFarFromPointer: hideWhenFarFromPointer, hideWhenFarFromPointerDistance: hideWhenFarFromPointerDistance, snapToData: snapToData, getCircles: getCircles };
|
|
1195
1195
|
var keys = Object.keys(config);
|
|
1196
1196
|
keys.forEach(function (key) {
|
|
1197
1197
|
if (config[key] === undefined)
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
return VisCrosshairComponent;
|
|
1203
1203
|
}());
|
|
1204
1204
|
VisCrosshairComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisCrosshairComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1205
|
-
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", 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 });
|
|
1205
|
+
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", 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 });
|
|
1206
1206
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisCrosshairComponent, decorators: [{
|
|
1207
1207
|
type: i0.Component,
|
|
1208
1208
|
args: [{
|
|
@@ -1217,6 +1217,20 @@
|
|
|
1217
1217
|
type: i0.Input
|
|
1218
1218
|
}], attributes: [{
|
|
1219
1219
|
type: i0.Input
|
|
1220
|
+
}], x: [{
|
|
1221
|
+
type: i0.Input
|
|
1222
|
+
}], y: [{
|
|
1223
|
+
type: i0.Input
|
|
1224
|
+
}], id: [{
|
|
1225
|
+
type: i0.Input
|
|
1226
|
+
}], color: [{
|
|
1227
|
+
type: i0.Input
|
|
1228
|
+
}], xScale: [{
|
|
1229
|
+
type: i0.Input
|
|
1230
|
+
}], yScale: [{
|
|
1231
|
+
type: i0.Input
|
|
1232
|
+
}], excludeFromDomainCalculation: [{
|
|
1233
|
+
type: i0.Input
|
|
1220
1234
|
}], yStacked: [{
|
|
1221
1235
|
type: i0.Input
|
|
1222
1236
|
}], baseline: [{
|
|
@@ -2832,7 +2846,7 @@
|
|
|
2832
2846
|
return VisBulletLegendComponent;
|
|
2833
2847
|
}());
|
|
2834
2848
|
VisBulletLegendComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBulletLegendComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2835
|
-
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" }, 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 });
|
|
2849
|
+
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" }, 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 });
|
|
2836
2850
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBulletLegendComponent, decorators: [{
|
|
2837
2851
|
type: i0.Component,
|
|
2838
2852
|
args: [{
|
|
@@ -2856,6 +2870,8 @@
|
|
|
2856
2870
|
type: i0.Input
|
|
2857
2871
|
}], bulletSize: [{
|
|
2858
2872
|
type: i0.Input
|
|
2873
|
+
}], bulletShape: [{
|
|
2874
|
+
type: i0.Input
|
|
2859
2875
|
}] } });
|
|
2860
2876
|
|
|
2861
2877
|
// !!! This code was automatically generated. You should not change it !!!
|