@hpcc-js/map 2.75.6 → 2.75.7
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 +4 -4
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/package.json +8 -8
- package/src/Heat.css +2 -6
- package/src/__package__.ts +2 -2
- 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/dist/index.js
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
var PKG_NAME = "@hpcc-js/map";
|
|
23
|
-
var PKG_VERSION = "2.75.
|
|
24
|
-
var BUILD_VERSION = "2.
|
|
23
|
+
var PKG_VERSION = "2.75.7";
|
|
24
|
+
var BUILD_VERSION = "2.103.0";
|
|
25
25
|
|
|
26
26
|
/*! *****************************************************************************
|
|
27
27
|
Copyright (c) Microsoft Corporation.
|
|
@@ -7428,7 +7428,7 @@
|
|
|
7428
7428
|
Graticule.prototype.publish("meshColor", null, "html-color", "Stroke Color", null, { optional: true });
|
|
7429
7429
|
Graticule.prototype.publish("meshStrokeWidth", 0.25, "number", "Stroke Width");
|
|
7430
7430
|
|
|
7431
|
-
var css_248z$4 = ".map_Heat
|
|
7431
|
+
var css_248z$4 = ".map_Heat canvas{pointer-events:none}";
|
|
7432
7432
|
styleInject(css_248z$4);
|
|
7433
7433
|
|
|
7434
7434
|
var Heat = /** @class */ (function (_super) {
|
|
@@ -7786,7 +7786,7 @@
|
|
|
7786
7786
|
(function (module, exports) {
|
|
7787
7787
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
7788
7788
|
module.exports = factory();
|
|
7789
|
-
})(self,
|
|
7789
|
+
})(self, () => {
|
|
7790
7790
|
return /******/ (() => { // webpackBootstrap
|
|
7791
7791
|
/******/ var __webpack_modules__ = ({
|
|
7792
7792
|
|