@hpcc-js/map 2.76.7 → 2.77.0
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/index.es6.js +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +8 -8
- package/src/__package__.ts +2 -2
- package/src/leaflet/ClusterCircles.ts +1 -1
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/map",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "hpcc-js - Viz Map",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es6",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"update": "npx --yes npm-check-updates -u -t minor"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@hpcc-js/api": "^2.12.
|
|
43
|
-
"@hpcc-js/common": "^2.71.
|
|
44
|
-
"@hpcc-js/graph": "^2.84.
|
|
45
|
-
"@hpcc-js/layout": "^2.49.
|
|
42
|
+
"@hpcc-js/api": "^2.12.5",
|
|
43
|
+
"@hpcc-js/common": "^2.71.5",
|
|
44
|
+
"@hpcc-js/graph": "^2.84.2",
|
|
45
|
+
"@hpcc-js/layout": "^2.49.5",
|
|
46
46
|
"@hpcc-js/leaflet-shim": "^2.3.0",
|
|
47
|
-
"@hpcc-js/other": "^2.15.
|
|
48
|
-
"@hpcc-js/util": "^2.50.
|
|
47
|
+
"@hpcc-js/other": "^2.15.5",
|
|
48
|
+
"@hpcc-js/util": "^2.50.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@hpcc-js/bundle": "^2.11.3",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "f44f2fba05bc3ac886f1169e43c884773e97d8fc"
|
|
76
76
|
}
|
package/src/__package__.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export const PKG_NAME = "@hpcc-js/map";
|
|
2
|
-
export const PKG_VERSION = "2.
|
|
3
|
-
export const BUILD_VERSION = "2.104.
|
|
2
|
+
export const PKG_VERSION = "2.77.0";
|
|
3
|
+
export const BUILD_VERSION = "2.104.11";
|
|
@@ -84,5 +84,5 @@ ClusterCircles.prototype.publish("useClonedPalette", false, "boolean", "Enable o
|
|
|
84
84
|
ClusterCircles.prototype.publish("latitudeColumn", null, "set", "Latitude column", function () { return this.columns(); }, { optional: true });
|
|
85
85
|
ClusterCircles.prototype.publish("longitudeColumn", null, "set", "Longitude column", function () { return this.columns(); }, { optional: true });
|
|
86
86
|
ClusterCircles.prototype.publish("weightColumn", null, "set", "Weight column", function () { return this.columns(); }, { optional: true });
|
|
87
|
-
ClusterCircles.prototype.publish("weightFormat", "
|
|
87
|
+
ClusterCircles.prototype.publish("weightFormat", ",", "string", "Number format for weight");
|
|
88
88
|
ClusterCircles.prototype.publish("opacity", 0.66, "number", "Opacity", null, { tags: ["Advanced"] });
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/map";
|
|
2
|
-
export declare const PKG_VERSION = "2.
|
|
3
|
-
export declare const BUILD_VERSION = "2.104.
|
|
2
|
+
export declare const PKG_VERSION = "2.77.0";
|
|
3
|
+
export declare const BUILD_VERSION = "2.104.11";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,iBAAiB,CAAC;AACvC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,iBAAiB,CAAC;AACvC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,aAAa,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/map";
|
|
2
|
-
export declare const PKG_VERSION = "2.
|
|
3
|
-
export declare const BUILD_VERSION = "2.104.
|
|
2
|
+
export declare const PKG_VERSION = "2.77.0";
|
|
3
|
+
export declare const BUILD_VERSION = "2.104.11";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|