@hpcc-js/map 2.77.1 → 2.77.3

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 CHANGED
@@ -21,8 +21,8 @@ function _mergeNamespaces(n, m) {
21
21
  }
22
22
 
23
23
  var PKG_NAME = "@hpcc-js/map";
24
- var PKG_VERSION = "2.77.1";
25
- var BUILD_VERSION = "2.104.13";
24
+ var PKG_VERSION = "2.77.3";
25
+ var BUILD_VERSION = "2.104.15";
26
26
 
27
27
  /******************************************************************************
28
28
  Copyright (c) Microsoft Corporation.
@@ -26295,46 +26295,6 @@ function styleTagTransform(css, styleElement) {
26295
26295
 
26296
26296
  module.exports = styleTagTransform;
26297
26297
 
26298
- /***/ }),
26299
-
26300
- /***/ 163:
26301
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26302
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
26303
- /* harmony export */ "ZT": () => (/* binding */ __extends)
26304
- /* harmony export */ });
26305
- /* unused harmony exports __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
26306
- /******************************************************************************
26307
- Copyright (c) Microsoft Corporation.
26308
-
26309
- Permission to use, copy, modify, and/or distribute this software for any
26310
- purpose with or without fee is hereby granted.
26311
-
26312
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
26313
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
26314
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
26315
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
26316
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26317
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26318
- PERFORMANCE OF THIS SOFTWARE.
26319
- ***************************************************************************** */
26320
- /* global Reflect, Promise */
26321
-
26322
- var extendStatics = function(d, b) {
26323
- extendStatics = Object.setPrototypeOf ||
26324
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
26325
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
26326
- return extendStatics(d, b);
26327
- };
26328
-
26329
- function __extends(d, b) {
26330
- if (typeof b !== "function" && b !== null)
26331
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
26332
- extendStatics(d, b);
26333
- function __() { this.constructor = d; }
26334
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
26335
- }
26336
-
26337
-
26338
26298
  /***/ }),
26339
26299
 
26340
26300
  /***/ 57:
@@ -26559,8 +26519,8 @@ __webpack_require__.d(__webpack_exports__, {
26559
26519
  "c": () => (/* binding */ LeafletLayer)
26560
26520
  });
26561
26521
 
26562
- // EXTERNAL MODULE: ../../node_modules/tslib/tslib.es6.js
26563
- var tslib_es6 = __webpack_require__(163);
26522
+ // EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js
26523
+ var tslib_es6 = __webpack_require__(655);
26564
26524
  /* harmony default export */ function identity(x) {
26565
26525
  return x;
26566
26526
  }
@@ -28191,7 +28151,7 @@ var D3SvgOverlay_D3SvgOverlay = /** @class */ (function (_super) {
28191
28151
  /* harmony export */ "O": () => (/* binding */ LeafletLayer2),
28192
28152
  /* harmony export */ "c": () => (/* binding */ HeatLayer)
28193
28153
  /* harmony export */ });
28194
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(163);
28154
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(655);
28195
28155
  /* harmony import */ var leaflet__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(62);
28196
28156
  /* harmony import */ var simpleheat__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10);
28197
28157
  /* harmony import */ var simpleheat__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(simpleheat__WEBPACK_IMPORTED_MODULE_1__);
@@ -28386,6 +28346,46 @@ var HeatLayer = /** @class */ (function (_super) {
28386
28346
 
28387
28347
 
28388
28348
 
28349
+ /***/ }),
28350
+
28351
+ /***/ 655:
28352
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28353
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
28354
+ /* harmony export */ "ZT": () => (/* binding */ __extends)
28355
+ /* harmony export */ });
28356
+ /* unused harmony exports __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
28357
+ /******************************************************************************
28358
+ Copyright (c) Microsoft Corporation.
28359
+
28360
+ Permission to use, copy, modify, and/or distribute this software for any
28361
+ purpose with or without fee is hereby granted.
28362
+
28363
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
28364
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
28365
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
28366
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
28367
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
28368
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28369
+ PERFORMANCE OF THIS SOFTWARE.
28370
+ ***************************************************************************** */
28371
+ /* global Reflect, Promise */
28372
+
28373
+ var extendStatics = function(d, b) {
28374
+ extendStatics = Object.setPrototypeOf ||
28375
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
28376
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
28377
+ return extendStatics(d, b);
28378
+ };
28379
+
28380
+ function __extends(d, b) {
28381
+ if (typeof b !== "function" && b !== null)
28382
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
28383
+ extendStatics(d, b);
28384
+ function __() { this.constructor = d; }
28385
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28386
+ }
28387
+
28388
+
28389
28389
  /***/ }),
28390
28390
 
28391
28391
  /***/ 734: