@unovis/angular 1.7.0-stellar.1 → 1.7.0-stellar.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 +53 -3
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/topojson-map/topojson-map.component.d.ts +53 -19
- package/dist/lib/esm2015/components/topojson-map/topojson-map.component.js +54 -4
- package/dist/lib/fesm2015/unovis-angular.js +53 -3
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/package.json +2 -2
- package/package.json +2 -2
|
@@ -2777,8 +2777,8 @@
|
|
|
2777
2777
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
2778
2778
|
};
|
|
2779
2779
|
VisTopoJSONMapComponent.prototype.getConfig = function () {
|
|
2780
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, projection = _d.projection, topojson = _d.topojson, mapFeatureName = _d.mapFeatureName, mapFitToPoints = _d.mapFitToPoints, zoomFactor = _d.zoomFactor, disableZoom = _d.disableZoom, zoomExtent = _d.zoomExtent, zoomDuration = _d.zoomDuration, linkWidth = _d.linkWidth, linkColor = _d.linkColor, linkCursor = _d.linkCursor, linkId = _d.linkId, linkSource = _d.linkSource, linkTarget = _d.linkTarget, areaId = _d.areaId, areaColor = _d.areaColor, areaCursor = _d.areaCursor, pointColor = _d.pointColor, pointRadius = _d.pointRadius, pointStrokeWidth = _d.pointStrokeWidth, pointShape = _d.pointShape, pointRingWidth = _d.pointRingWidth, pointCursor = _d.pointCursor, longitude = _d.longitude, latitude = _d.latitude, pointLabel = _d.pointLabel, pointLabelPosition = _d.pointLabelPosition, pointLabelTextBrightnessRatio = _d.pointLabelTextBrightnessRatio, pointId = _d.pointId, colorMap = _d.colorMap, heatmapMode = _d.heatmapMode, heatmapModeBlurStdDeviation = _d.heatmapModeBlurStdDeviation, heatmapModeZoomLevelThreshold = _d.heatmapModeZoomLevelThreshold;
|
|
2781
|
-
var config = { duration: duration, events: events, attributes: attributes, projection: projection, topojson: topojson, mapFeatureName: mapFeatureName, mapFitToPoints: mapFitToPoints, zoomFactor: zoomFactor, disableZoom: disableZoom, zoomExtent: zoomExtent, zoomDuration: zoomDuration, linkWidth: linkWidth, linkColor: linkColor, linkCursor: linkCursor, linkId: linkId, linkSource: linkSource, linkTarget: linkTarget, areaId: areaId, areaColor: areaColor, areaCursor: areaCursor, pointColor: pointColor, pointRadius: pointRadius, pointStrokeWidth: pointStrokeWidth, pointShape: pointShape, pointRingWidth: pointRingWidth, pointCursor: pointCursor, longitude: longitude, latitude: latitude, pointLabel: pointLabel, pointLabelPosition: pointLabelPosition, pointLabelTextBrightnessRatio: pointLabelTextBrightnessRatio, pointId: pointId, colorMap: colorMap, heatmapMode: heatmapMode, heatmapModeBlurStdDeviation: heatmapModeBlurStdDeviation, heatmapModeZoomLevelThreshold: heatmapModeZoomLevelThreshold };
|
|
2780
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, projection = _d.projection, topojson = _d.topojson, mapFeatureName = _d.mapFeatureName, mapFitToPoints = _d.mapFitToPoints, zoomFactor = _d.zoomFactor, disableZoom = _d.disableZoom, zoomExtent = _d.zoomExtent, zoomDuration = _d.zoomDuration, linkWidth = _d.linkWidth, linkColor = _d.linkColor, linkCursor = _d.linkCursor, linkId = _d.linkId, linkSource = _d.linkSource, linkTarget = _d.linkTarget, sourceLongitude = _d.sourceLongitude, sourceLatitude = _d.sourceLatitude, targetLongitude = _d.targetLongitude, targetLatitude = _d.targetLatitude, sourcePointRadius = _d.sourcePointRadius, sourcePointColor = _d.sourcePointColor, flowParticleColor = _d.flowParticleColor, flowParticleRadius = _d.flowParticleRadius, flowParticleSpeed = _d.flowParticleSpeed, flowParticleDensity = _d.flowParticleDensity, enableFlowAnimation = _d.enableFlowAnimation, onSourcePointClick = _d.onSourcePointClick, onSourcePointMouseEnter = _d.onSourcePointMouseEnter, onSourcePointMouseLeave = _d.onSourcePointMouseLeave, areaId = _d.areaId, areaColor = _d.areaColor, areaCursor = _d.areaCursor, areaLabel = _d.areaLabel, pointColor = _d.pointColor, pointRadius = _d.pointRadius, pointStrokeWidth = _d.pointStrokeWidth, pointShape = _d.pointShape, pointRingWidth = _d.pointRingWidth, pointCursor = _d.pointCursor, longitude = _d.longitude, latitude = _d.latitude, pointLabel = _d.pointLabel, pointLabelPosition = _d.pointLabelPosition, pointLabelTextBrightnessRatio = _d.pointLabelTextBrightnessRatio, pointId = _d.pointId, colorMap = _d.colorMap, clusterColor = _d.clusterColor, clusterRadius = _d.clusterRadius, clusterLabel = _d.clusterLabel, clusterLabelColor = _d.clusterLabelColor, clusterBottomLabel = _d.clusterBottomLabel, clusterRingWidth = _d.clusterRingWidth, clusterBackground = _d.clusterBackground, clusterExpandOnClick = _d.clusterExpandOnClick, clusteringDistance = _d.clusteringDistance, clustering = _d.clustering, heatmapMode = _d.heatmapMode, heatmapModeBlurStdDeviation = _d.heatmapModeBlurStdDeviation, heatmapModeZoomLevelThreshold = _d.heatmapModeZoomLevelThreshold;
|
|
2781
|
+
var config = { duration: duration, events: events, attributes: attributes, projection: projection, topojson: topojson, mapFeatureName: mapFeatureName, mapFitToPoints: mapFitToPoints, zoomFactor: zoomFactor, disableZoom: disableZoom, zoomExtent: zoomExtent, zoomDuration: zoomDuration, linkWidth: linkWidth, linkColor: linkColor, linkCursor: linkCursor, linkId: linkId, linkSource: linkSource, linkTarget: linkTarget, sourceLongitude: sourceLongitude, sourceLatitude: sourceLatitude, targetLongitude: targetLongitude, targetLatitude: targetLatitude, sourcePointRadius: sourcePointRadius, sourcePointColor: sourcePointColor, flowParticleColor: flowParticleColor, flowParticleRadius: flowParticleRadius, flowParticleSpeed: flowParticleSpeed, flowParticleDensity: flowParticleDensity, enableFlowAnimation: enableFlowAnimation, onSourcePointClick: onSourcePointClick, onSourcePointMouseEnter: onSourcePointMouseEnter, onSourcePointMouseLeave: onSourcePointMouseLeave, areaId: areaId, areaColor: areaColor, areaCursor: areaCursor, areaLabel: areaLabel, pointColor: pointColor, pointRadius: pointRadius, pointStrokeWidth: pointStrokeWidth, pointShape: pointShape, pointRingWidth: pointRingWidth, pointCursor: pointCursor, longitude: longitude, latitude: latitude, pointLabel: pointLabel, pointLabelPosition: pointLabelPosition, pointLabelTextBrightnessRatio: pointLabelTextBrightnessRatio, pointId: pointId, colorMap: colorMap, clusterColor: clusterColor, clusterRadius: clusterRadius, clusterLabel: clusterLabel, clusterLabelColor: clusterLabelColor, clusterBottomLabel: clusterBottomLabel, clusterRingWidth: clusterRingWidth, clusterBackground: clusterBackground, clusterExpandOnClick: clusterExpandOnClick, clusteringDistance: clusteringDistance, clustering: clustering, heatmapMode: heatmapMode, heatmapModeBlurStdDeviation: heatmapModeBlurStdDeviation, heatmapModeZoomLevelThreshold: heatmapModeZoomLevelThreshold };
|
|
2782
2782
|
var keys = Object.keys(config);
|
|
2783
2783
|
keys.forEach(function (key) {
|
|
2784
2784
|
if (config[key] === undefined)
|
|
@@ -2789,7 +2789,7 @@
|
|
|
2789
2789
|
return VisTopoJSONMapComponent;
|
|
2790
2790
|
}());
|
|
2791
2791
|
VisTopoJSONMapComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTopoJSONMapComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2792
|
-
VisTopoJSONMapComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTopoJSONMapComponent, selector: "vis-topojson-map", inputs: { duration: "duration", events: "events", attributes: "attributes", projection: "projection", topojson: "topojson", mapFeatureName: "mapFeatureName", mapFitToPoints: "mapFitToPoints", zoomFactor: "zoomFactor", disableZoom: "disableZoom", zoomExtent: "zoomExtent", zoomDuration: "zoomDuration", linkWidth: "linkWidth", linkColor: "linkColor", linkCursor: "linkCursor", linkId: "linkId", linkSource: "linkSource", linkTarget: "linkTarget", areaId: "areaId", areaColor: "areaColor", areaCursor: "areaCursor", pointColor: "pointColor", pointRadius: "pointRadius", pointStrokeWidth: "pointStrokeWidth", pointShape: "pointShape", pointRingWidth: "pointRingWidth", pointCursor: "pointCursor", longitude: "longitude", latitude: "latitude", pointLabel: "pointLabel", pointLabelPosition: "pointLabelPosition", pointLabelTextBrightnessRatio: "pointLabelTextBrightnessRatio", pointId: "pointId", colorMap: "colorMap", heatmapMode: "heatmapMode", heatmapModeBlurStdDeviation: "heatmapModeBlurStdDeviation", heatmapModeZoomLevelThreshold: "heatmapModeZoomLevelThreshold", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisTopoJSONMapComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
2792
|
+
VisTopoJSONMapComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTopoJSONMapComponent, selector: "vis-topojson-map", inputs: { duration: "duration", events: "events", attributes: "attributes", projection: "projection", topojson: "topojson", mapFeatureName: "mapFeatureName", mapFitToPoints: "mapFitToPoints", zoomFactor: "zoomFactor", disableZoom: "disableZoom", zoomExtent: "zoomExtent", zoomDuration: "zoomDuration", linkWidth: "linkWidth", linkColor: "linkColor", linkCursor: "linkCursor", linkId: "linkId", linkSource: "linkSource", linkTarget: "linkTarget", sourceLongitude: "sourceLongitude", sourceLatitude: "sourceLatitude", targetLongitude: "targetLongitude", targetLatitude: "targetLatitude", sourcePointRadius: "sourcePointRadius", sourcePointColor: "sourcePointColor", flowParticleColor: "flowParticleColor", flowParticleRadius: "flowParticleRadius", flowParticleSpeed: "flowParticleSpeed", flowParticleDensity: "flowParticleDensity", enableFlowAnimation: "enableFlowAnimation", onSourcePointClick: "onSourcePointClick", onSourcePointMouseEnter: "onSourcePointMouseEnter", onSourcePointMouseLeave: "onSourcePointMouseLeave", areaId: "areaId", areaColor: "areaColor", areaCursor: "areaCursor", areaLabel: "areaLabel", pointColor: "pointColor", pointRadius: "pointRadius", pointStrokeWidth: "pointStrokeWidth", pointShape: "pointShape", pointRingWidth: "pointRingWidth", pointCursor: "pointCursor", longitude: "longitude", latitude: "latitude", pointLabel: "pointLabel", pointLabelPosition: "pointLabelPosition", pointLabelTextBrightnessRatio: "pointLabelTextBrightnessRatio", pointId: "pointId", colorMap: "colorMap", clusterColor: "clusterColor", clusterRadius: "clusterRadius", clusterLabel: "clusterLabel", clusterLabelColor: "clusterLabelColor", clusterBottomLabel: "clusterBottomLabel", clusterRingWidth: "clusterRingWidth", clusterBackground: "clusterBackground", clusterExpandOnClick: "clusterExpandOnClick", clusteringDistance: "clusteringDistance", clustering: "clustering", heatmapMode: "heatmapMode", heatmapModeBlurStdDeviation: "heatmapModeBlurStdDeviation", heatmapModeZoomLevelThreshold: "heatmapModeZoomLevelThreshold", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisTopoJSONMapComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
2793
2793
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTopoJSONMapComponent, decorators: [{
|
|
2794
2794
|
type: i0.Component,
|
|
2795
2795
|
args: [{
|
|
@@ -2832,12 +2832,42 @@
|
|
|
2832
2832
|
type: i0.Input
|
|
2833
2833
|
}], linkTarget: [{
|
|
2834
2834
|
type: i0.Input
|
|
2835
|
+
}], sourceLongitude: [{
|
|
2836
|
+
type: i0.Input
|
|
2837
|
+
}], sourceLatitude: [{
|
|
2838
|
+
type: i0.Input
|
|
2839
|
+
}], targetLongitude: [{
|
|
2840
|
+
type: i0.Input
|
|
2841
|
+
}], targetLatitude: [{
|
|
2842
|
+
type: i0.Input
|
|
2843
|
+
}], sourcePointRadius: [{
|
|
2844
|
+
type: i0.Input
|
|
2845
|
+
}], sourcePointColor: [{
|
|
2846
|
+
type: i0.Input
|
|
2847
|
+
}], flowParticleColor: [{
|
|
2848
|
+
type: i0.Input
|
|
2849
|
+
}], flowParticleRadius: [{
|
|
2850
|
+
type: i0.Input
|
|
2851
|
+
}], flowParticleSpeed: [{
|
|
2852
|
+
type: i0.Input
|
|
2853
|
+
}], flowParticleDensity: [{
|
|
2854
|
+
type: i0.Input
|
|
2855
|
+
}], enableFlowAnimation: [{
|
|
2856
|
+
type: i0.Input
|
|
2857
|
+
}], onSourcePointClick: [{
|
|
2858
|
+
type: i0.Input
|
|
2859
|
+
}], onSourcePointMouseEnter: [{
|
|
2860
|
+
type: i0.Input
|
|
2861
|
+
}], onSourcePointMouseLeave: [{
|
|
2862
|
+
type: i0.Input
|
|
2835
2863
|
}], areaId: [{
|
|
2836
2864
|
type: i0.Input
|
|
2837
2865
|
}], areaColor: [{
|
|
2838
2866
|
type: i0.Input
|
|
2839
2867
|
}], areaCursor: [{
|
|
2840
2868
|
type: i0.Input
|
|
2869
|
+
}], areaLabel: [{
|
|
2870
|
+
type: i0.Input
|
|
2841
2871
|
}], pointColor: [{
|
|
2842
2872
|
type: i0.Input
|
|
2843
2873
|
}], pointRadius: [{
|
|
@@ -2864,6 +2894,26 @@
|
|
|
2864
2894
|
type: i0.Input
|
|
2865
2895
|
}], colorMap: [{
|
|
2866
2896
|
type: i0.Input
|
|
2897
|
+
}], clusterColor: [{
|
|
2898
|
+
type: i0.Input
|
|
2899
|
+
}], clusterRadius: [{
|
|
2900
|
+
type: i0.Input
|
|
2901
|
+
}], clusterLabel: [{
|
|
2902
|
+
type: i0.Input
|
|
2903
|
+
}], clusterLabelColor: [{
|
|
2904
|
+
type: i0.Input
|
|
2905
|
+
}], clusterBottomLabel: [{
|
|
2906
|
+
type: i0.Input
|
|
2907
|
+
}], clusterRingWidth: [{
|
|
2908
|
+
type: i0.Input
|
|
2909
|
+
}], clusterBackground: [{
|
|
2910
|
+
type: i0.Input
|
|
2911
|
+
}], clusterExpandOnClick: [{
|
|
2912
|
+
type: i0.Input
|
|
2913
|
+
}], clusteringDistance: [{
|
|
2914
|
+
type: i0.Input
|
|
2915
|
+
}], clustering: [{
|
|
2916
|
+
type: i0.Input
|
|
2867
2917
|
}], heatmapMode: [{
|
|
2868
2918
|
type: i0.Input
|
|
2869
2919
|
}], heatmapModeBlurStdDeviation: [{
|