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