@unovis/angular 1.6.4 → 1.6.5-topojson.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 +63 -3
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/topojson-map/topojson-map.component.d.ts +85 -4
- package/dist/lib/esm2015/components/topojson-map/topojson-map.component.js +64 -4
- package/dist/lib/fesm2015/unovis-angular.js +63 -3
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/package.json +4 -3
- package/package.json +6 -5
|
@@ -2992,8 +2992,8 @@
|
|
|
2992
2992
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
2993
2993
|
};
|
|
2994
2994
|
VisTopoJSONMapComponent.prototype.getConfig = function () {
|
|
2995
|
-
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, pointCursor = _d.pointCursor, longitude = _d.longitude, latitude = _d.latitude, pointLabel = _d.pointLabel, pointLabelPosition = _d.pointLabelPosition, pointLabelTextBrightnessRatio = _d.pointLabelTextBrightnessRatio, pointId = _d.pointId, heatmapMode = _d.heatmapMode, heatmapModeBlurStdDeviation = _d.heatmapModeBlurStdDeviation, heatmapModeZoomLevelThreshold = _d.heatmapModeZoomLevelThreshold;
|
|
2996
|
-
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, pointCursor: pointCursor, longitude: longitude, latitude: latitude, pointLabel: pointLabel, pointLabelPosition: pointLabelPosition, pointLabelTextBrightnessRatio: pointLabelTextBrightnessRatio, pointId: pointId, heatmapMode: heatmapMode, heatmapModeBlurStdDeviation: heatmapModeBlurStdDeviation, heatmapModeZoomLevelThreshold: heatmapModeZoomLevelThreshold };
|
|
2995
|
+
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, pointLabelColor = _d.pointLabelColor, pointLabelPosition = _d.pointLabelPosition, pointBottomLabel = _d.pointBottomLabel, pointLabelTextBrightnessRatio = _d.pointLabelTextBrightnessRatio, pointId = _d.pointId, 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, colorMap = _d.colorMap;
|
|
2996
|
+
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, pointLabelColor: pointLabelColor, pointLabelPosition: pointLabelPosition, pointBottomLabel: pointBottomLabel, pointLabelTextBrightnessRatio: pointLabelTextBrightnessRatio, pointId: pointId, 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, colorMap: colorMap };
|
|
2997
2997
|
var keys = Object.keys(config);
|
|
2998
2998
|
keys.forEach(function (key) {
|
|
2999
2999
|
if (config[key] === undefined)
|
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
return VisTopoJSONMapComponent;
|
|
3005
3005
|
}());
|
|
3006
3006
|
VisTopoJSONMapComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTopoJSONMapComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3007
|
-
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", pointCursor: "pointCursor", longitude: "longitude", latitude: "latitude", pointLabel: "pointLabel", pointLabelPosition: "pointLabelPosition", pointLabelTextBrightnessRatio: "pointLabelTextBrightnessRatio", pointId: "pointId", heatmapMode: "heatmapMode", heatmapModeBlurStdDeviation: "heatmapModeBlurStdDeviation", heatmapModeZoomLevelThreshold: "heatmapModeZoomLevelThreshold", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisTopoJSONMapComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
3007
|
+
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", pointLabelColor: "pointLabelColor", pointLabelPosition: "pointLabelPosition", pointBottomLabel: "pointBottomLabel", pointLabelTextBrightnessRatio: "pointLabelTextBrightnessRatio", pointId: "pointId", 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", colorMap: "colorMap", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisTopoJSONMapComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
3008
3008
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTopoJSONMapComponent, decorators: [{
|
|
3009
3009
|
type: i0.Component,
|
|
3010
3010
|
args: [{
|
|
@@ -3047,18 +3047,52 @@
|
|
|
3047
3047
|
type: i0.Input
|
|
3048
3048
|
}], linkTarget: [{
|
|
3049
3049
|
type: i0.Input
|
|
3050
|
+
}], sourceLongitude: [{
|
|
3051
|
+
type: i0.Input
|
|
3052
|
+
}], sourceLatitude: [{
|
|
3053
|
+
type: i0.Input
|
|
3054
|
+
}], targetLongitude: [{
|
|
3055
|
+
type: i0.Input
|
|
3056
|
+
}], targetLatitude: [{
|
|
3057
|
+
type: i0.Input
|
|
3058
|
+
}], sourcePointRadius: [{
|
|
3059
|
+
type: i0.Input
|
|
3060
|
+
}], sourcePointColor: [{
|
|
3061
|
+
type: i0.Input
|
|
3062
|
+
}], flowParticleColor: [{
|
|
3063
|
+
type: i0.Input
|
|
3064
|
+
}], flowParticleRadius: [{
|
|
3065
|
+
type: i0.Input
|
|
3066
|
+
}], flowParticleSpeed: [{
|
|
3067
|
+
type: i0.Input
|
|
3068
|
+
}], flowParticleDensity: [{
|
|
3069
|
+
type: i0.Input
|
|
3070
|
+
}], enableFlowAnimation: [{
|
|
3071
|
+
type: i0.Input
|
|
3072
|
+
}], onSourcePointClick: [{
|
|
3073
|
+
type: i0.Input
|
|
3074
|
+
}], onSourcePointMouseEnter: [{
|
|
3075
|
+
type: i0.Input
|
|
3076
|
+
}], onSourcePointMouseLeave: [{
|
|
3077
|
+
type: i0.Input
|
|
3050
3078
|
}], areaId: [{
|
|
3051
3079
|
type: i0.Input
|
|
3052
3080
|
}], areaColor: [{
|
|
3053
3081
|
type: i0.Input
|
|
3054
3082
|
}], areaCursor: [{
|
|
3055
3083
|
type: i0.Input
|
|
3084
|
+
}], areaLabel: [{
|
|
3085
|
+
type: i0.Input
|
|
3056
3086
|
}], pointColor: [{
|
|
3057
3087
|
type: i0.Input
|
|
3058
3088
|
}], pointRadius: [{
|
|
3059
3089
|
type: i0.Input
|
|
3060
3090
|
}], pointStrokeWidth: [{
|
|
3061
3091
|
type: i0.Input
|
|
3092
|
+
}], pointShape: [{
|
|
3093
|
+
type: i0.Input
|
|
3094
|
+
}], pointRingWidth: [{
|
|
3095
|
+
type: i0.Input
|
|
3062
3096
|
}], pointCursor: [{
|
|
3063
3097
|
type: i0.Input
|
|
3064
3098
|
}], longitude: [{
|
|
@@ -3067,18 +3101,44 @@
|
|
|
3067
3101
|
type: i0.Input
|
|
3068
3102
|
}], pointLabel: [{
|
|
3069
3103
|
type: i0.Input
|
|
3104
|
+
}], pointLabelColor: [{
|
|
3105
|
+
type: i0.Input
|
|
3070
3106
|
}], pointLabelPosition: [{
|
|
3071
3107
|
type: i0.Input
|
|
3108
|
+
}], pointBottomLabel: [{
|
|
3109
|
+
type: i0.Input
|
|
3072
3110
|
}], pointLabelTextBrightnessRatio: [{
|
|
3073
3111
|
type: i0.Input
|
|
3074
3112
|
}], pointId: [{
|
|
3075
3113
|
type: i0.Input
|
|
3114
|
+
}], clusterColor: [{
|
|
3115
|
+
type: i0.Input
|
|
3116
|
+
}], clusterRadius: [{
|
|
3117
|
+
type: i0.Input
|
|
3118
|
+
}], clusterLabel: [{
|
|
3119
|
+
type: i0.Input
|
|
3120
|
+
}], clusterLabelColor: [{
|
|
3121
|
+
type: i0.Input
|
|
3122
|
+
}], clusterBottomLabel: [{
|
|
3123
|
+
type: i0.Input
|
|
3124
|
+
}], clusterRingWidth: [{
|
|
3125
|
+
type: i0.Input
|
|
3126
|
+
}], clusterBackground: [{
|
|
3127
|
+
type: i0.Input
|
|
3128
|
+
}], clusterExpandOnClick: [{
|
|
3129
|
+
type: i0.Input
|
|
3130
|
+
}], clusteringDistance: [{
|
|
3131
|
+
type: i0.Input
|
|
3132
|
+
}], clustering: [{
|
|
3133
|
+
type: i0.Input
|
|
3076
3134
|
}], heatmapMode: [{
|
|
3077
3135
|
type: i0.Input
|
|
3078
3136
|
}], heatmapModeBlurStdDeviation: [{
|
|
3079
3137
|
type: i0.Input
|
|
3080
3138
|
}], heatmapModeZoomLevelThreshold: [{
|
|
3081
3139
|
type: i0.Input
|
|
3140
|
+
}], colorMap: [{
|
|
3141
|
+
type: i0.Input
|
|
3082
3142
|
}], data: [{
|
|
3083
3143
|
type: i0.Input
|
|
3084
3144
|
}] } });
|