xy-map 1.1.69 → 1.1.71
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/package.json +1 -1
- package/xy-map.common.js +1019 -204
- package/xy-map.umd.js +1019 -204
- package/xy-map.umd.min.js +6 -6
package/xy-map.umd.js
CHANGED
|
@@ -234,7 +234,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".snow[data-v-20664206]{position:absolu
|
|
|
234
234
|
|
|
235
235
|
/***/ }),
|
|
236
236
|
|
|
237
|
-
/***/
|
|
237
|
+
/***/ 6791:
|
|
238
238
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
239
239
|
|
|
240
240
|
"use strict";
|
|
@@ -248,7 +248,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
248
248
|
|
|
249
249
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
250
250
|
// Module
|
|
251
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".tools[data-v-
|
|
251
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".tools[data-v-64f0c5e8]{position:absolute;left:0;top:0;margin:15px;background-color:hsla(0,0%,100%,.9);padding:14px;border-radius:5px}.tools .tools-bar[data-v-64f0c5e8]{cursor:pointer}.right-fixed[data-v-64f0c5e8]{position:absolute;right:0;top:0;margin:15px}.split-tooltip[data-v-64f0c5e8]{position:fixed;background-color:rgba(0,0,0,.8);color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;pointer-events:none;z-index:1000}", ""]);
|
|
252
252
|
// Exports
|
|
253
253
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
254
254
|
|
|
@@ -8890,6 +8890,93 @@ exports.segmentReduce = segmentReduce;
|
|
|
8890
8890
|
|
|
8891
8891
|
/***/ }),
|
|
8892
8892
|
|
|
8893
|
+
/***/ 1083:
|
|
8894
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8895
|
+
|
|
8896
|
+
"use strict";
|
|
8897
|
+
|
|
8898
|
+
|
|
8899
|
+
var bind = __webpack_require__(4814);
|
|
8900
|
+
var $apply = __webpack_require__(8225);
|
|
8901
|
+
var $call = __webpack_require__(1756);
|
|
8902
|
+
var $reflectApply = __webpack_require__(4092);
|
|
8903
|
+
|
|
8904
|
+
/** @type {import('./actualApply')} */
|
|
8905
|
+
module.exports = $reflectApply || bind.call($call, $apply);
|
|
8906
|
+
|
|
8907
|
+
/***/ }),
|
|
8908
|
+
|
|
8909
|
+
/***/ 388:
|
|
8910
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8911
|
+
|
|
8912
|
+
"use strict";
|
|
8913
|
+
|
|
8914
|
+
|
|
8915
|
+
var bind = __webpack_require__(4814);
|
|
8916
|
+
var $apply = __webpack_require__(8225);
|
|
8917
|
+
var actualApply = __webpack_require__(1083);
|
|
8918
|
+
|
|
8919
|
+
/** @type {import('./applyBind')} */
|
|
8920
|
+
module.exports = function applyBind() {
|
|
8921
|
+
return actualApply(bind, $apply, arguments);
|
|
8922
|
+
};
|
|
8923
|
+
|
|
8924
|
+
/***/ }),
|
|
8925
|
+
|
|
8926
|
+
/***/ 8225:
|
|
8927
|
+
/***/ (function(module) {
|
|
8928
|
+
|
|
8929
|
+
"use strict";
|
|
8930
|
+
|
|
8931
|
+
|
|
8932
|
+
/** @type {import('./functionApply')} */
|
|
8933
|
+
module.exports = Function.prototype.apply;
|
|
8934
|
+
|
|
8935
|
+
/***/ }),
|
|
8936
|
+
|
|
8937
|
+
/***/ 1756:
|
|
8938
|
+
/***/ (function(module) {
|
|
8939
|
+
|
|
8940
|
+
"use strict";
|
|
8941
|
+
|
|
8942
|
+
|
|
8943
|
+
/** @type {import('./functionCall')} */
|
|
8944
|
+
module.exports = Function.prototype.call;
|
|
8945
|
+
|
|
8946
|
+
/***/ }),
|
|
8947
|
+
|
|
8948
|
+
/***/ 4511:
|
|
8949
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8950
|
+
|
|
8951
|
+
"use strict";
|
|
8952
|
+
|
|
8953
|
+
|
|
8954
|
+
var bind = __webpack_require__(4814);
|
|
8955
|
+
var $TypeError = __webpack_require__(7975);
|
|
8956
|
+
var $call = __webpack_require__(1756);
|
|
8957
|
+
var $actualApply = __webpack_require__(1083);
|
|
8958
|
+
|
|
8959
|
+
/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */
|
|
8960
|
+
module.exports = function callBindBasic(args) {
|
|
8961
|
+
if (args.length < 1 || typeof args[0] !== 'function') {
|
|
8962
|
+
throw new $TypeError('a function is required');
|
|
8963
|
+
}
|
|
8964
|
+
return $actualApply(bind, $call, args);
|
|
8965
|
+
};
|
|
8966
|
+
|
|
8967
|
+
/***/ }),
|
|
8968
|
+
|
|
8969
|
+
/***/ 4092:
|
|
8970
|
+
/***/ (function(module) {
|
|
8971
|
+
|
|
8972
|
+
"use strict";
|
|
8973
|
+
|
|
8974
|
+
|
|
8975
|
+
/** @type {import('./reflectApply')} */
|
|
8976
|
+
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
8977
|
+
|
|
8978
|
+
/***/ }),
|
|
8979
|
+
|
|
8893
8980
|
/***/ 3313:
|
|
8894
8981
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8895
8982
|
|
|
@@ -8915,39 +9002,14 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
8915
9002
|
"use strict";
|
|
8916
9003
|
|
|
8917
9004
|
|
|
8918
|
-
var
|
|
8919
|
-
var
|
|
8920
|
-
var
|
|
8921
|
-
var
|
|
8922
|
-
var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);
|
|
8923
|
-
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
|
|
8924
|
-
var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
|
|
8925
|
-
var $max = GetIntrinsic('%Math.max%');
|
|
8926
|
-
if ($defineProperty) {
|
|
8927
|
-
try {
|
|
8928
|
-
$defineProperty({}, 'a', {
|
|
8929
|
-
value: 1
|
|
8930
|
-
});
|
|
8931
|
-
} catch (e) {
|
|
8932
|
-
// IE 8 has a broken defineProperty
|
|
8933
|
-
$defineProperty = null;
|
|
8934
|
-
}
|
|
8935
|
-
}
|
|
9005
|
+
var setFunctionLength = __webpack_require__(6436);
|
|
9006
|
+
var $defineProperty = __webpack_require__(8856);
|
|
9007
|
+
var callBindBasic = __webpack_require__(4511);
|
|
9008
|
+
var applyBind = __webpack_require__(388);
|
|
8936
9009
|
module.exports = function callBind(originalFunction) {
|
|
8937
|
-
var func =
|
|
8938
|
-
|
|
8939
|
-
|
|
8940
|
-
if (desc.configurable) {
|
|
8941
|
-
// original length, plus the receiver, minus any additional arguments (after the receiver)
|
|
8942
|
-
$defineProperty(func, 'length', {
|
|
8943
|
-
value: 1 + $max(0, originalFunction.length - (arguments.length - 1))
|
|
8944
|
-
});
|
|
8945
|
-
}
|
|
8946
|
-
}
|
|
8947
|
-
return func;
|
|
8948
|
-
};
|
|
8949
|
-
var applyBind = function applyBind() {
|
|
8950
|
-
return $reflectApply(bind, $apply, arguments);
|
|
9010
|
+
var func = callBindBasic(arguments);
|
|
9011
|
+
var adjustedLength = originalFunction.length - (arguments.length - 1);
|
|
9012
|
+
return setFunctionLength(func, 1 + (adjustedLength > 0 ? adjustedLength : 0), true);
|
|
8951
9013
|
};
|
|
8952
9014
|
if ($defineProperty) {
|
|
8953
9015
|
$defineProperty(module.exports, 'apply', {
|
|
@@ -8959,6 +9021,31 @@ if ($defineProperty) {
|
|
|
8959
9021
|
|
|
8960
9022
|
/***/ }),
|
|
8961
9023
|
|
|
9024
|
+
/***/ 4114:
|
|
9025
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9026
|
+
|
|
9027
|
+
"use strict";
|
|
9028
|
+
|
|
9029
|
+
|
|
9030
|
+
var GetIntrinsic = __webpack_require__(531);
|
|
9031
|
+
var callBindBasic = __webpack_require__(4511);
|
|
9032
|
+
|
|
9033
|
+
/** @type {(thisArg: string, searchString: string, position?: number) => number} */
|
|
9034
|
+
var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]);
|
|
9035
|
+
|
|
9036
|
+
/** @type {import('.')} */
|
|
9037
|
+
module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
9038
|
+
/* eslint no-extra-parens: 0 */
|
|
9039
|
+
|
|
9040
|
+
var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */GetIntrinsic(name, !!allowMissing);
|
|
9041
|
+
if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {
|
|
9042
|
+
return callBindBasic( /** @type {const} */[intrinsic]);
|
|
9043
|
+
}
|
|
9044
|
+
return intrinsic;
|
|
9045
|
+
};
|
|
9046
|
+
|
|
9047
|
+
/***/ }),
|
|
9048
|
+
|
|
8962
9049
|
/***/ 8230:
|
|
8963
9050
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
8964
9051
|
|
|
@@ -9822,6 +9909,61 @@ module.exports = deepEqual;
|
|
|
9822
9909
|
|
|
9823
9910
|
/***/ }),
|
|
9824
9911
|
|
|
9912
|
+
/***/ 9842:
|
|
9913
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9914
|
+
|
|
9915
|
+
"use strict";
|
|
9916
|
+
|
|
9917
|
+
|
|
9918
|
+
var $defineProperty = __webpack_require__(8856);
|
|
9919
|
+
var $SyntaxError = __webpack_require__(4043);
|
|
9920
|
+
var $TypeError = __webpack_require__(7975);
|
|
9921
|
+
var gopd = __webpack_require__(7799);
|
|
9922
|
+
|
|
9923
|
+
/** @type {import('.')} */
|
|
9924
|
+
module.exports = function defineDataProperty(obj, property, value) {
|
|
9925
|
+
if (!obj || typeof obj !== 'object' && typeof obj !== 'function') {
|
|
9926
|
+
throw new $TypeError('`obj` must be an object or a function`');
|
|
9927
|
+
}
|
|
9928
|
+
if (typeof property !== 'string' && typeof property !== 'symbol') {
|
|
9929
|
+
throw new $TypeError('`property` must be a string or a symbol`');
|
|
9930
|
+
}
|
|
9931
|
+
if (arguments.length > 3 && typeof arguments[3] !== 'boolean' && arguments[3] !== null) {
|
|
9932
|
+
throw new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');
|
|
9933
|
+
}
|
|
9934
|
+
if (arguments.length > 4 && typeof arguments[4] !== 'boolean' && arguments[4] !== null) {
|
|
9935
|
+
throw new $TypeError('`nonWritable`, if provided, must be a boolean or null');
|
|
9936
|
+
}
|
|
9937
|
+
if (arguments.length > 5 && typeof arguments[5] !== 'boolean' && arguments[5] !== null) {
|
|
9938
|
+
throw new $TypeError('`nonConfigurable`, if provided, must be a boolean or null');
|
|
9939
|
+
}
|
|
9940
|
+
if (arguments.length > 6 && typeof arguments[6] !== 'boolean') {
|
|
9941
|
+
throw new $TypeError('`loose`, if provided, must be a boolean');
|
|
9942
|
+
}
|
|
9943
|
+
var nonEnumerable = arguments.length > 3 ? arguments[3] : null;
|
|
9944
|
+
var nonWritable = arguments.length > 4 ? arguments[4] : null;
|
|
9945
|
+
var nonConfigurable = arguments.length > 5 ? arguments[5] : null;
|
|
9946
|
+
var loose = arguments.length > 6 ? arguments[6] : false;
|
|
9947
|
+
|
|
9948
|
+
/* @type {false | TypedPropertyDescriptor<unknown>} */
|
|
9949
|
+
var desc = !!gopd && gopd(obj, property);
|
|
9950
|
+
if ($defineProperty) {
|
|
9951
|
+
$defineProperty(obj, property, {
|
|
9952
|
+
configurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,
|
|
9953
|
+
enumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,
|
|
9954
|
+
value: value,
|
|
9955
|
+
writable: nonWritable === null && desc ? desc.writable : !nonWritable
|
|
9956
|
+
});
|
|
9957
|
+
} else if (loose || !nonEnumerable && !nonWritable && !nonConfigurable) {
|
|
9958
|
+
// must fall back to [[Set]], and was not explicitly asked to make non-enumerable, non-writable, or non-configurable
|
|
9959
|
+
obj[property] = value; // eslint-disable-line no-param-reassign
|
|
9960
|
+
} else {
|
|
9961
|
+
throw new $SyntaxError('This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.');
|
|
9962
|
+
}
|
|
9963
|
+
};
|
|
9964
|
+
|
|
9965
|
+
/***/ }),
|
|
9966
|
+
|
|
9825
9967
|
/***/ 648:
|
|
9826
9968
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
9827
9969
|
|
|
@@ -9832,28 +9974,27 @@ var keys = __webpack_require__(5204);
|
|
|
9832
9974
|
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';
|
|
9833
9975
|
var toStr = Object.prototype.toString;
|
|
9834
9976
|
var concat = Array.prototype.concat;
|
|
9835
|
-
var
|
|
9977
|
+
var defineDataProperty = __webpack_require__(9842);
|
|
9836
9978
|
var isFunction = function (fn) {
|
|
9837
9979
|
return typeof fn === 'function' && toStr.call(fn) === '[object Function]';
|
|
9838
9980
|
};
|
|
9839
|
-
var
|
|
9840
|
-
var supportsDescriptors = origDefineProperty && hasPropertyDescriptors;
|
|
9981
|
+
var supportsDescriptors = __webpack_require__(7417)();
|
|
9841
9982
|
var defineProperty = function (object, name, value, predicate) {
|
|
9842
|
-
if (name in object
|
|
9843
|
-
|
|
9983
|
+
if (name in object) {
|
|
9984
|
+
if (predicate === true) {
|
|
9985
|
+
if (object[name] === value) {
|
|
9986
|
+
return;
|
|
9987
|
+
}
|
|
9988
|
+
} else if (!isFunction(predicate) || !predicate()) {
|
|
9989
|
+
return;
|
|
9990
|
+
}
|
|
9844
9991
|
}
|
|
9845
9992
|
if (supportsDescriptors) {
|
|
9846
|
-
|
|
9847
|
-
configurable: true,
|
|
9848
|
-
enumerable: false,
|
|
9849
|
-
value: value,
|
|
9850
|
-
writable: true
|
|
9851
|
-
});
|
|
9993
|
+
defineDataProperty(object, name, value, true);
|
|
9852
9994
|
} else {
|
|
9853
|
-
object
|
|
9995
|
+
defineDataProperty(object, name, value);
|
|
9854
9996
|
}
|
|
9855
9997
|
};
|
|
9856
|
-
|
|
9857
9998
|
var defineProperties = function (object, map) {
|
|
9858
9999
|
var predicates = arguments.length > 2 ? arguments[2] : {};
|
|
9859
10000
|
var props = keys(map);
|
|
@@ -10725,6 +10866,37 @@ if ( true && module.exports) {
|
|
|
10725
10866
|
|
|
10726
10867
|
/***/ }),
|
|
10727
10868
|
|
|
10869
|
+
/***/ 6448:
|
|
10870
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
10871
|
+
|
|
10872
|
+
"use strict";
|
|
10873
|
+
|
|
10874
|
+
|
|
10875
|
+
var callBind = __webpack_require__(4511);
|
|
10876
|
+
var gOPD = __webpack_require__(7799);
|
|
10877
|
+
var hasProtoAccessor;
|
|
10878
|
+
try {
|
|
10879
|
+
// eslint-disable-next-line no-extra-parens, no-proto
|
|
10880
|
+
hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */[].__proto__ === Array.prototype;
|
|
10881
|
+
} catch (e) {
|
|
10882
|
+
if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
|
|
10883
|
+
throw e;
|
|
10884
|
+
}
|
|
10885
|
+
}
|
|
10886
|
+
|
|
10887
|
+
// eslint-disable-next-line no-extra-parens
|
|
10888
|
+
var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, /** @type {keyof typeof Object.prototype} */'__proto__');
|
|
10889
|
+
var $Object = Object;
|
|
10890
|
+
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
10891
|
+
|
|
10892
|
+
/** @type {import('./get')} */
|
|
10893
|
+
module.exports = desc && typeof desc.get === 'function' ? callBind([desc.get]) : typeof $getPrototypeOf === 'function' ? /** @type {import('./get')} */function getDunder(value) {
|
|
10894
|
+
// eslint-disable-next-line eqeqeq
|
|
10895
|
+
return $getPrototypeOf(value == null ? value : $Object(value));
|
|
10896
|
+
} : false;
|
|
10897
|
+
|
|
10898
|
+
/***/ }),
|
|
10899
|
+
|
|
10728
10900
|
/***/ 8332:
|
|
10729
10901
|
/***/ (function(module) {
|
|
10730
10902
|
|
|
@@ -11344,6 +11516,116 @@ earcut.flatten = function (data) {
|
|
|
11344
11516
|
|
|
11345
11517
|
/***/ }),
|
|
11346
11518
|
|
|
11519
|
+
/***/ 8856:
|
|
11520
|
+
/***/ (function(module) {
|
|
11521
|
+
|
|
11522
|
+
"use strict";
|
|
11523
|
+
|
|
11524
|
+
|
|
11525
|
+
/** @type {import('.')} */
|
|
11526
|
+
var $defineProperty = Object.defineProperty || false;
|
|
11527
|
+
if ($defineProperty) {
|
|
11528
|
+
try {
|
|
11529
|
+
$defineProperty({}, 'a', {
|
|
11530
|
+
value: 1
|
|
11531
|
+
});
|
|
11532
|
+
} catch (e) {
|
|
11533
|
+
// IE 8 has a broken defineProperty
|
|
11534
|
+
$defineProperty = false;
|
|
11535
|
+
}
|
|
11536
|
+
}
|
|
11537
|
+
module.exports = $defineProperty;
|
|
11538
|
+
|
|
11539
|
+
/***/ }),
|
|
11540
|
+
|
|
11541
|
+
/***/ 2961:
|
|
11542
|
+
/***/ (function(module) {
|
|
11543
|
+
|
|
11544
|
+
"use strict";
|
|
11545
|
+
|
|
11546
|
+
|
|
11547
|
+
/** @type {import('./eval')} */
|
|
11548
|
+
module.exports = EvalError;
|
|
11549
|
+
|
|
11550
|
+
/***/ }),
|
|
11551
|
+
|
|
11552
|
+
/***/ 6510:
|
|
11553
|
+
/***/ (function(module) {
|
|
11554
|
+
|
|
11555
|
+
"use strict";
|
|
11556
|
+
|
|
11557
|
+
|
|
11558
|
+
/** @type {import('.')} */
|
|
11559
|
+
module.exports = Error;
|
|
11560
|
+
|
|
11561
|
+
/***/ }),
|
|
11562
|
+
|
|
11563
|
+
/***/ 5227:
|
|
11564
|
+
/***/ (function(module) {
|
|
11565
|
+
|
|
11566
|
+
"use strict";
|
|
11567
|
+
|
|
11568
|
+
|
|
11569
|
+
/** @type {import('./range')} */
|
|
11570
|
+
module.exports = RangeError;
|
|
11571
|
+
|
|
11572
|
+
/***/ }),
|
|
11573
|
+
|
|
11574
|
+
/***/ 8809:
|
|
11575
|
+
/***/ (function(module) {
|
|
11576
|
+
|
|
11577
|
+
"use strict";
|
|
11578
|
+
|
|
11579
|
+
|
|
11580
|
+
/** @type {import('./ref')} */
|
|
11581
|
+
module.exports = ReferenceError;
|
|
11582
|
+
|
|
11583
|
+
/***/ }),
|
|
11584
|
+
|
|
11585
|
+
/***/ 4043:
|
|
11586
|
+
/***/ (function(module) {
|
|
11587
|
+
|
|
11588
|
+
"use strict";
|
|
11589
|
+
|
|
11590
|
+
|
|
11591
|
+
/** @type {import('./syntax')} */
|
|
11592
|
+
module.exports = SyntaxError;
|
|
11593
|
+
|
|
11594
|
+
/***/ }),
|
|
11595
|
+
|
|
11596
|
+
/***/ 7975:
|
|
11597
|
+
/***/ (function(module) {
|
|
11598
|
+
|
|
11599
|
+
"use strict";
|
|
11600
|
+
|
|
11601
|
+
|
|
11602
|
+
/** @type {import('./type')} */
|
|
11603
|
+
module.exports = TypeError;
|
|
11604
|
+
|
|
11605
|
+
/***/ }),
|
|
11606
|
+
|
|
11607
|
+
/***/ 6095:
|
|
11608
|
+
/***/ (function(module) {
|
|
11609
|
+
|
|
11610
|
+
"use strict";
|
|
11611
|
+
|
|
11612
|
+
|
|
11613
|
+
/** @type {import('./uri')} */
|
|
11614
|
+
module.exports = URIError;
|
|
11615
|
+
|
|
11616
|
+
/***/ }),
|
|
11617
|
+
|
|
11618
|
+
/***/ 8871:
|
|
11619
|
+
/***/ (function(module) {
|
|
11620
|
+
|
|
11621
|
+
"use strict";
|
|
11622
|
+
|
|
11623
|
+
|
|
11624
|
+
/** @type {import('.')} */
|
|
11625
|
+
module.exports = Object;
|
|
11626
|
+
|
|
11627
|
+
/***/ }),
|
|
11628
|
+
|
|
11347
11629
|
/***/ 6360:
|
|
11348
11630
|
/***/ (function(module) {
|
|
11349
11631
|
|
|
@@ -11360,33 +11642,59 @@ module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
|
11360
11642
|
|
|
11361
11643
|
/* eslint no-invalid-this: 1 */
|
|
11362
11644
|
var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
|
|
11363
|
-
var slice = Array.prototype.slice;
|
|
11364
11645
|
var toStr = Object.prototype.toString;
|
|
11646
|
+
var max = Math.max;
|
|
11365
11647
|
var funcType = '[object Function]';
|
|
11648
|
+
var concatty = function concatty(a, b) {
|
|
11649
|
+
var arr = [];
|
|
11650
|
+
for (var i = 0; i < a.length; i += 1) {
|
|
11651
|
+
arr[i] = a[i];
|
|
11652
|
+
}
|
|
11653
|
+
for (var j = 0; j < b.length; j += 1) {
|
|
11654
|
+
arr[j + a.length] = b[j];
|
|
11655
|
+
}
|
|
11656
|
+
return arr;
|
|
11657
|
+
};
|
|
11658
|
+
var slicy = function slicy(arrLike, offset) {
|
|
11659
|
+
var arr = [];
|
|
11660
|
+
for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
|
|
11661
|
+
arr[j] = arrLike[i];
|
|
11662
|
+
}
|
|
11663
|
+
return arr;
|
|
11664
|
+
};
|
|
11665
|
+
var joiny = function (arr, joiner) {
|
|
11666
|
+
var str = '';
|
|
11667
|
+
for (var i = 0; i < arr.length; i += 1) {
|
|
11668
|
+
str += arr[i];
|
|
11669
|
+
if (i + 1 < arr.length) {
|
|
11670
|
+
str += joiner;
|
|
11671
|
+
}
|
|
11672
|
+
}
|
|
11673
|
+
return str;
|
|
11674
|
+
};
|
|
11366
11675
|
module.exports = function bind(that) {
|
|
11367
11676
|
var target = this;
|
|
11368
|
-
if (typeof target !== 'function' || toStr.
|
|
11677
|
+
if (typeof target !== 'function' || toStr.apply(target) !== funcType) {
|
|
11369
11678
|
throw new TypeError(ERROR_MESSAGE + target);
|
|
11370
11679
|
}
|
|
11371
|
-
var args =
|
|
11680
|
+
var args = slicy(arguments, 1);
|
|
11372
11681
|
var bound;
|
|
11373
11682
|
var binder = function () {
|
|
11374
11683
|
if (this instanceof bound) {
|
|
11375
|
-
var result = target.apply(this, args
|
|
11684
|
+
var result = target.apply(this, concatty(args, arguments));
|
|
11376
11685
|
if (Object(result) === result) {
|
|
11377
11686
|
return result;
|
|
11378
11687
|
}
|
|
11379
11688
|
return this;
|
|
11380
|
-
} else {
|
|
11381
|
-
return target.apply(that, args.concat(slice.call(arguments)));
|
|
11382
11689
|
}
|
|
11690
|
+
return target.apply(that, concatty(args, arguments));
|
|
11383
11691
|
};
|
|
11384
|
-
var boundLength =
|
|
11692
|
+
var boundLength = max(0, target.length - args.length);
|
|
11385
11693
|
var boundArgs = [];
|
|
11386
11694
|
for (var i = 0; i < boundLength; i++) {
|
|
11387
|
-
boundArgs
|
|
11695
|
+
boundArgs[i] = '$' + i;
|
|
11388
11696
|
}
|
|
11389
|
-
bound = Function('binder', 'return function (' + boundArgs
|
|
11697
|
+
bound = Function('binder', 'return function (' + joiny(boundArgs, ',') + '){ return binder.apply(this,arguments); }')(binder);
|
|
11390
11698
|
if (target.prototype) {
|
|
11391
11699
|
var Empty = function Empty() {};
|
|
11392
11700
|
Empty.prototype = target.prototype;
|
|
@@ -12049,9 +12357,22 @@ module.exports["default"] = geojsonRbush;
|
|
|
12049
12357
|
|
|
12050
12358
|
|
|
12051
12359
|
var undefined;
|
|
12052
|
-
var $
|
|
12360
|
+
var $Object = __webpack_require__(8871);
|
|
12361
|
+
var $Error = __webpack_require__(6510);
|
|
12362
|
+
var $EvalError = __webpack_require__(2961);
|
|
12363
|
+
var $RangeError = __webpack_require__(5227);
|
|
12364
|
+
var $ReferenceError = __webpack_require__(8809);
|
|
12365
|
+
var $SyntaxError = __webpack_require__(4043);
|
|
12366
|
+
var $TypeError = __webpack_require__(7975);
|
|
12367
|
+
var $URIError = __webpack_require__(6095);
|
|
12368
|
+
var abs = __webpack_require__(9755);
|
|
12369
|
+
var floor = __webpack_require__(9693);
|
|
12370
|
+
var max = __webpack_require__(7823);
|
|
12371
|
+
var min = __webpack_require__(9895);
|
|
12372
|
+
var pow = __webpack_require__(5997);
|
|
12373
|
+
var round = __webpack_require__(3089);
|
|
12374
|
+
var sign = __webpack_require__(7477);
|
|
12053
12375
|
var $Function = Function;
|
|
12054
|
-
var $TypeError = TypeError;
|
|
12055
12376
|
|
|
12056
12377
|
// eslint-disable-next-line consistent-return
|
|
12057
12378
|
var getEvalledConstructor = function (expressionSyntax) {
|
|
@@ -12059,15 +12380,8 @@ var getEvalledConstructor = function (expressionSyntax) {
|
|
|
12059
12380
|
return $Function('"use strict"; return (' + expressionSyntax + ').constructor;')();
|
|
12060
12381
|
} catch (e) {}
|
|
12061
12382
|
};
|
|
12062
|
-
var $gOPD =
|
|
12063
|
-
|
|
12064
|
-
try {
|
|
12065
|
-
$gOPD({}, '');
|
|
12066
|
-
} catch (e) {
|
|
12067
|
-
$gOPD = null; // this is IE 8, which has a broken gOPD
|
|
12068
|
-
}
|
|
12069
|
-
}
|
|
12070
|
-
|
|
12383
|
+
var $gOPD = __webpack_require__(7799);
|
|
12384
|
+
var $defineProperty = __webpack_require__(8856);
|
|
12071
12385
|
var throwTypeError = function () {
|
|
12072
12386
|
throw new $TypeError();
|
|
12073
12387
|
};
|
|
@@ -12086,17 +12400,19 @@ var ThrowTypeError = $gOPD ? function () {
|
|
|
12086
12400
|
}
|
|
12087
12401
|
}() : throwTypeError;
|
|
12088
12402
|
var hasSymbols = __webpack_require__(1596)();
|
|
12089
|
-
var getProto =
|
|
12090
|
-
|
|
12091
|
-
|
|
12092
|
-
|
|
12403
|
+
var getProto = __webpack_require__(1394);
|
|
12404
|
+
var $ObjectGPO = __webpack_require__(3062);
|
|
12405
|
+
var $ReflectGPO = __webpack_require__(1182);
|
|
12406
|
+
var $apply = __webpack_require__(8225);
|
|
12407
|
+
var $call = __webpack_require__(1756);
|
|
12093
12408
|
var needsEval = {};
|
|
12094
|
-
var TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);
|
|
12409
|
+
var TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);
|
|
12095
12410
|
var INTRINSICS = {
|
|
12411
|
+
__proto__: null,
|
|
12096
12412
|
'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,
|
|
12097
12413
|
'%Array%': Array,
|
|
12098
12414
|
'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,
|
|
12099
|
-
'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,
|
|
12415
|
+
'%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,
|
|
12100
12416
|
'%AsyncFromSyncIteratorPrototype%': undefined,
|
|
12101
12417
|
'%AsyncFunction%': needsEval,
|
|
12102
12418
|
'%AsyncGenerator%': needsEval,
|
|
@@ -12104,6 +12420,8 @@ var INTRINSICS = {
|
|
|
12104
12420
|
'%AsyncIteratorPrototype%': needsEval,
|
|
12105
12421
|
'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,
|
|
12106
12422
|
'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,
|
|
12423
|
+
'%BigInt64Array%': typeof BigInt64Array === 'undefined' ? undefined : BigInt64Array,
|
|
12424
|
+
'%BigUint64Array%': typeof BigUint64Array === 'undefined' ? undefined : BigUint64Array,
|
|
12107
12425
|
'%Boolean%': Boolean,
|
|
12108
12426
|
'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,
|
|
12109
12427
|
'%Date%': Date,
|
|
@@ -12111,10 +12429,11 @@ var INTRINSICS = {
|
|
|
12111
12429
|
'%decodeURIComponent%': decodeURIComponent,
|
|
12112
12430
|
'%encodeURI%': encodeURI,
|
|
12113
12431
|
'%encodeURIComponent%': encodeURIComponent,
|
|
12114
|
-
'%Error%': Error,
|
|
12432
|
+
'%Error%': $Error,
|
|
12115
12433
|
'%eval%': eval,
|
|
12116
12434
|
// eslint-disable-line no-eval
|
|
12117
|
-
'%EvalError%': EvalError,
|
|
12435
|
+
'%EvalError%': $EvalError,
|
|
12436
|
+
'%Float16Array%': typeof Float16Array === 'undefined' ? undefined : Float16Array,
|
|
12118
12437
|
'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,
|
|
12119
12438
|
'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,
|
|
12120
12439
|
'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,
|
|
@@ -12125,26 +12444,27 @@ var INTRINSICS = {
|
|
|
12125
12444
|
'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,
|
|
12126
12445
|
'%isFinite%': isFinite,
|
|
12127
12446
|
'%isNaN%': isNaN,
|
|
12128
|
-
'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,
|
|
12447
|
+
'%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,
|
|
12129
12448
|
'%JSON%': typeof JSON === 'object' ? JSON : undefined,
|
|
12130
12449
|
'%Map%': typeof Map === 'undefined' ? undefined : Map,
|
|
12131
|
-
'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),
|
|
12450
|
+
'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Map()[Symbol.iterator]()),
|
|
12132
12451
|
'%Math%': Math,
|
|
12133
12452
|
'%Number%': Number,
|
|
12134
|
-
'%Object%': Object,
|
|
12453
|
+
'%Object%': $Object,
|
|
12454
|
+
'%Object.getOwnPropertyDescriptor%': $gOPD,
|
|
12135
12455
|
'%parseFloat%': parseFloat,
|
|
12136
12456
|
'%parseInt%': parseInt,
|
|
12137
12457
|
'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,
|
|
12138
12458
|
'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,
|
|
12139
|
-
'%RangeError%': RangeError,
|
|
12140
|
-
'%ReferenceError%': ReferenceError,
|
|
12459
|
+
'%RangeError%': $RangeError,
|
|
12460
|
+
'%ReferenceError%': $ReferenceError,
|
|
12141
12461
|
'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,
|
|
12142
12462
|
'%RegExp%': RegExp,
|
|
12143
12463
|
'%Set%': typeof Set === 'undefined' ? undefined : Set,
|
|
12144
|
-
'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),
|
|
12464
|
+
'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Set()[Symbol.iterator]()),
|
|
12145
12465
|
'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,
|
|
12146
12466
|
'%String%': String,
|
|
12147
|
-
'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,
|
|
12467
|
+
'%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined,
|
|
12148
12468
|
'%Symbol%': hasSymbols ? Symbol : undefined,
|
|
12149
12469
|
'%SyntaxError%': $SyntaxError,
|
|
12150
12470
|
'%ThrowTypeError%': ThrowTypeError,
|
|
@@ -12154,11 +12474,32 @@ var INTRINSICS = {
|
|
|
12154
12474
|
'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,
|
|
12155
12475
|
'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,
|
|
12156
12476
|
'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,
|
|
12157
|
-
'%URIError%': URIError,
|
|
12477
|
+
'%URIError%': $URIError,
|
|
12158
12478
|
'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,
|
|
12159
12479
|
'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,
|
|
12160
|
-
'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet
|
|
12161
|
-
|
|
12480
|
+
'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet,
|
|
12481
|
+
'%Function.prototype.call%': $call,
|
|
12482
|
+
'%Function.prototype.apply%': $apply,
|
|
12483
|
+
'%Object.defineProperty%': $defineProperty,
|
|
12484
|
+
'%Object.getPrototypeOf%': $ObjectGPO,
|
|
12485
|
+
'%Math.abs%': abs,
|
|
12486
|
+
'%Math.floor%': floor,
|
|
12487
|
+
'%Math.max%': max,
|
|
12488
|
+
'%Math.min%': min,
|
|
12489
|
+
'%Math.pow%': pow,
|
|
12490
|
+
'%Math.round%': round,
|
|
12491
|
+
'%Math.sign%': sign,
|
|
12492
|
+
'%Reflect.getPrototypeOf%': $ReflectGPO
|
|
12493
|
+
};
|
|
12494
|
+
if (getProto) {
|
|
12495
|
+
try {
|
|
12496
|
+
null.error; // eslint-disable-line no-unused-expressions
|
|
12497
|
+
} catch (e) {
|
|
12498
|
+
// https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229
|
|
12499
|
+
var errorProto = getProto(getProto(e));
|
|
12500
|
+
INTRINSICS['%Error.prototype%'] = errorProto;
|
|
12501
|
+
}
|
|
12502
|
+
}
|
|
12162
12503
|
var doEval = function doEval(name) {
|
|
12163
12504
|
var value;
|
|
12164
12505
|
if (name === '%AsyncFunction%') {
|
|
@@ -12174,7 +12515,7 @@ var doEval = function doEval(name) {
|
|
|
12174
12515
|
}
|
|
12175
12516
|
} else if (name === '%AsyncIteratorPrototype%') {
|
|
12176
12517
|
var gen = doEval('%AsyncGenerator%');
|
|
12177
|
-
if (gen) {
|
|
12518
|
+
if (gen && getProto) {
|
|
12178
12519
|
value = getProto(gen.prototype);
|
|
12179
12520
|
}
|
|
12180
12521
|
}
|
|
@@ -12182,6 +12523,7 @@ var doEval = function doEval(name) {
|
|
|
12182
12523
|
return value;
|
|
12183
12524
|
};
|
|
12184
12525
|
var LEGACY_ALIASES = {
|
|
12526
|
+
__proto__: null,
|
|
12185
12527
|
'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],
|
|
12186
12528
|
'%ArrayPrototype%': ['Array', 'prototype'],
|
|
12187
12529
|
'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],
|
|
@@ -12235,12 +12577,12 @@ var LEGACY_ALIASES = {
|
|
|
12235
12577
|
'%WeakSetPrototype%': ['WeakSet', 'prototype']
|
|
12236
12578
|
};
|
|
12237
12579
|
var bind = __webpack_require__(4814);
|
|
12238
|
-
var hasOwn = __webpack_require__(
|
|
12239
|
-
var $concat = bind.call(
|
|
12240
|
-
var $spliceApply = bind.call(
|
|
12241
|
-
var $replace = bind.call(
|
|
12242
|
-
var $strSlice = bind.call(
|
|
12243
|
-
var $exec = bind.call(
|
|
12580
|
+
var hasOwn = __webpack_require__(3409);
|
|
12581
|
+
var $concat = bind.call($call, Array.prototype.concat);
|
|
12582
|
+
var $spliceApply = bind.call($apply, Array.prototype.splice);
|
|
12583
|
+
var $replace = bind.call($call, String.prototype.replace);
|
|
12584
|
+
var $strSlice = bind.call($call, String.prototype.slice);
|
|
12585
|
+
var $exec = bind.call($call, RegExp.prototype.exec);
|
|
12244
12586
|
|
|
12245
12587
|
/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */
|
|
12246
12588
|
var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
|
|
@@ -12291,7 +12633,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
12291
12633
|
if (arguments.length > 1 && typeof allowMissing !== 'boolean') {
|
|
12292
12634
|
throw new $TypeError('"allowMissing" argument must be a boolean');
|
|
12293
12635
|
}
|
|
12294
|
-
if ($exec(/^%?[^%]
|
|
12636
|
+
if ($exec(/^%?[^%]*%?$/, name) === null) {
|
|
12295
12637
|
throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');
|
|
12296
12638
|
}
|
|
12297
12639
|
var parts = stringToPath(name);
|
|
@@ -12356,6 +12698,57 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
12356
12698
|
|
|
12357
12699
|
/***/ }),
|
|
12358
12700
|
|
|
12701
|
+
/***/ 3062:
|
|
12702
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
12703
|
+
|
|
12704
|
+
"use strict";
|
|
12705
|
+
|
|
12706
|
+
|
|
12707
|
+
var $Object = __webpack_require__(8871);
|
|
12708
|
+
|
|
12709
|
+
/** @type {import('./Object.getPrototypeOf')} */
|
|
12710
|
+
module.exports = $Object.getPrototypeOf || null;
|
|
12711
|
+
|
|
12712
|
+
/***/ }),
|
|
12713
|
+
|
|
12714
|
+
/***/ 1182:
|
|
12715
|
+
/***/ (function(module) {
|
|
12716
|
+
|
|
12717
|
+
"use strict";
|
|
12718
|
+
|
|
12719
|
+
|
|
12720
|
+
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
12721
|
+
module.exports = typeof Reflect !== 'undefined' && Reflect.getPrototypeOf || null;
|
|
12722
|
+
|
|
12723
|
+
/***/ }),
|
|
12724
|
+
|
|
12725
|
+
/***/ 1394:
|
|
12726
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
12727
|
+
|
|
12728
|
+
"use strict";
|
|
12729
|
+
|
|
12730
|
+
|
|
12731
|
+
var reflectGetProto = __webpack_require__(1182);
|
|
12732
|
+
var originalGetProto = __webpack_require__(3062);
|
|
12733
|
+
var getDunderProto = __webpack_require__(6448);
|
|
12734
|
+
|
|
12735
|
+
/** @type {import('.')} */
|
|
12736
|
+
module.exports = reflectGetProto ? function getProto(O) {
|
|
12737
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
12738
|
+
return reflectGetProto(O);
|
|
12739
|
+
} : originalGetProto ? function getProto(O) {
|
|
12740
|
+
if (!O || typeof O !== 'object' && typeof O !== 'function') {
|
|
12741
|
+
throw new TypeError('getProto: not an object');
|
|
12742
|
+
}
|
|
12743
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
12744
|
+
return originalGetProto(O);
|
|
12745
|
+
} : getDunderProto ? function getProto(O) {
|
|
12746
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
12747
|
+
return getDunderProto(O);
|
|
12748
|
+
} : null;
|
|
12749
|
+
|
|
12750
|
+
/***/ }),
|
|
12751
|
+
|
|
12359
12752
|
/***/ 2250:
|
|
12360
12753
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
12361
12754
|
|
|
@@ -17223,6 +17616,37 @@ var forEach = function () {
|
|
|
17223
17616
|
|
|
17224
17617
|
/***/ }),
|
|
17225
17618
|
|
|
17619
|
+
/***/ 6515:
|
|
17620
|
+
/***/ (function(module) {
|
|
17621
|
+
|
|
17622
|
+
"use strict";
|
|
17623
|
+
|
|
17624
|
+
|
|
17625
|
+
/** @type {import('./gOPD')} */
|
|
17626
|
+
module.exports = Object.getOwnPropertyDescriptor;
|
|
17627
|
+
|
|
17628
|
+
/***/ }),
|
|
17629
|
+
|
|
17630
|
+
/***/ 7799:
|
|
17631
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
17632
|
+
|
|
17633
|
+
"use strict";
|
|
17634
|
+
|
|
17635
|
+
|
|
17636
|
+
/** @type {import('.')} */
|
|
17637
|
+
var $gOPD = __webpack_require__(6515);
|
|
17638
|
+
if ($gOPD) {
|
|
17639
|
+
try {
|
|
17640
|
+
$gOPD([], 'length');
|
|
17641
|
+
} catch (e) {
|
|
17642
|
+
// IE 8 has a broken gOPD
|
|
17643
|
+
$gOPD = null;
|
|
17644
|
+
}
|
|
17645
|
+
}
|
|
17646
|
+
module.exports = $gOPD;
|
|
17647
|
+
|
|
17648
|
+
/***/ }),
|
|
17649
|
+
|
|
17226
17650
|
/***/ 3169:
|
|
17227
17651
|
/***/ (function(module, exports, __webpack_require__) {
|
|
17228
17652
|
|
|
@@ -19653,25 +20077,13 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/*! Hammer.JS - v2.0.7 - 2016-04-22
|
|
|
19653
20077
|
"use strict";
|
|
19654
20078
|
|
|
19655
20079
|
|
|
19656
|
-
var
|
|
19657
|
-
var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
|
|
20080
|
+
var $defineProperty = __webpack_require__(8856);
|
|
19658
20081
|
var hasPropertyDescriptors = function hasPropertyDescriptors() {
|
|
19659
|
-
|
|
19660
|
-
try {
|
|
19661
|
-
$defineProperty({}, 'a', {
|
|
19662
|
-
value: 1
|
|
19663
|
-
});
|
|
19664
|
-
return true;
|
|
19665
|
-
} catch (e) {
|
|
19666
|
-
// IE 8 has a broken defineProperty
|
|
19667
|
-
return false;
|
|
19668
|
-
}
|
|
19669
|
-
}
|
|
19670
|
-
return false;
|
|
20082
|
+
return !!$defineProperty;
|
|
19671
20083
|
};
|
|
19672
20084
|
hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
|
|
19673
20085
|
// node v0.6 has a bug where array lengths can be Set but not Defined
|
|
19674
|
-
if (
|
|
20086
|
+
if (!$defineProperty) {
|
|
19675
20087
|
return null;
|
|
19676
20088
|
}
|
|
19677
20089
|
try {
|
|
@@ -19695,6 +20107,8 @@ module.exports = hasPropertyDescriptors;
|
|
|
19695
20107
|
|
|
19696
20108
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
19697
20109
|
var hasSymbolSham = __webpack_require__(691);
|
|
20110
|
+
|
|
20111
|
+
/** @type {import('.')} */
|
|
19698
20112
|
module.exports = function hasNativeSymbols() {
|
|
19699
20113
|
if (typeof origSymbol !== 'function') {
|
|
19700
20114
|
return false;
|
|
@@ -19719,6 +20133,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
19719
20133
|
"use strict";
|
|
19720
20134
|
|
|
19721
20135
|
|
|
20136
|
+
/** @type {import('./shams')} */
|
|
19722
20137
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
19723
20138
|
module.exports = function hasSymbols() {
|
|
19724
20139
|
if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') {
|
|
@@ -19727,6 +20142,8 @@ module.exports = function hasSymbols() {
|
|
|
19727
20142
|
if (typeof Symbol.iterator === 'symbol') {
|
|
19728
20143
|
return true;
|
|
19729
20144
|
}
|
|
20145
|
+
|
|
20146
|
+
/** @type {{ [k in symbol]?: unknown }} */
|
|
19730
20147
|
var obj = {};
|
|
19731
20148
|
var sym = Symbol('test');
|
|
19732
20149
|
var symObj = Object(sym);
|
|
@@ -19750,7 +20167,7 @@ module.exports = function hasSymbols() {
|
|
|
19750
20167
|
|
|
19751
20168
|
var symVal = 42;
|
|
19752
20169
|
obj[sym] = symVal;
|
|
19753
|
-
for (
|
|
20170
|
+
for (var _ in obj) {
|
|
19754
20171
|
return false;
|
|
19755
20172
|
} // eslint-disable-line no-restricted-syntax, no-unreachable-loop
|
|
19756
20173
|
if (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) {
|
|
@@ -19767,7 +20184,8 @@ module.exports = function hasSymbols() {
|
|
|
19767
20184
|
return false;
|
|
19768
20185
|
}
|
|
19769
20186
|
if (typeof Object.getOwnPropertyDescriptor === 'function') {
|
|
19770
|
-
|
|
20187
|
+
// eslint-disable-next-line no-extra-parens
|
|
20188
|
+
var descriptor = /** @type {PropertyDescriptor} */Object.getOwnPropertyDescriptor(obj, sym);
|
|
19771
20189
|
if (descriptor.value !== symVal || descriptor.enumerable !== true) {
|
|
19772
20190
|
return false;
|
|
19773
20191
|
}
|
|
@@ -19784,20 +20202,26 @@ module.exports = function hasSymbols() {
|
|
|
19784
20202
|
|
|
19785
20203
|
|
|
19786
20204
|
var hasSymbols = __webpack_require__(691);
|
|
20205
|
+
|
|
20206
|
+
/** @type {import('.')} */
|
|
19787
20207
|
module.exports = function hasToStringTagShams() {
|
|
19788
20208
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
19789
20209
|
};
|
|
19790
20210
|
|
|
19791
20211
|
/***/ }),
|
|
19792
20212
|
|
|
19793
|
-
/***/
|
|
20213
|
+
/***/ 3409:
|
|
19794
20214
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
19795
20215
|
|
|
19796
20216
|
"use strict";
|
|
19797
20217
|
|
|
19798
20218
|
|
|
20219
|
+
var call = Function.prototype.call;
|
|
20220
|
+
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
19799
20221
|
var bind = __webpack_require__(4814);
|
|
19800
|
-
|
|
20222
|
+
|
|
20223
|
+
/** @type {import('.')} */
|
|
20224
|
+
module.exports = bind.call(call, $hasOwn);
|
|
19801
20225
|
|
|
19802
20226
|
/***/ }),
|
|
19803
20227
|
|
|
@@ -27640,23 +28064,29 @@ module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArgum
|
|
|
27640
28064
|
"use strict";
|
|
27641
28065
|
|
|
27642
28066
|
|
|
27643
|
-
var
|
|
28067
|
+
var callBound = __webpack_require__(4114);
|
|
28068
|
+
var getDay = callBound('Date.prototype.getDay');
|
|
28069
|
+
/** @type {import('.')} */
|
|
27644
28070
|
var tryDateObject = function tryDateGetDayCall(value) {
|
|
27645
28071
|
try {
|
|
27646
|
-
getDay
|
|
28072
|
+
getDay(value);
|
|
27647
28073
|
return true;
|
|
27648
28074
|
} catch (e) {
|
|
27649
28075
|
return false;
|
|
27650
28076
|
}
|
|
27651
28077
|
};
|
|
27652
|
-
|
|
28078
|
+
|
|
28079
|
+
/** @type {(value: unknown) => string} */
|
|
28080
|
+
var toStr = callBound('Object.prototype.toString');
|
|
27653
28081
|
var dateClass = '[object Date]';
|
|
27654
28082
|
var hasToStringTag = __webpack_require__(8157)();
|
|
28083
|
+
|
|
28084
|
+
/** @type {import('.')} */
|
|
27655
28085
|
module.exports = function isDateObject(value) {
|
|
27656
28086
|
if (typeof value !== 'object' || value === null) {
|
|
27657
28087
|
return false;
|
|
27658
28088
|
}
|
|
27659
|
-
return hasToStringTag ? tryDateObject(value) : toStr
|
|
28089
|
+
return hasToStringTag ? tryDateObject(value) : toStr(value) === dateClass;
|
|
27660
28090
|
};
|
|
27661
28091
|
|
|
27662
28092
|
/***/ }),
|
|
@@ -27667,53 +28097,67 @@ module.exports = function isDateObject(value) {
|
|
|
27667
28097
|
"use strict";
|
|
27668
28098
|
|
|
27669
28099
|
|
|
27670
|
-
var callBound = __webpack_require__(
|
|
28100
|
+
var callBound = __webpack_require__(4114);
|
|
27671
28101
|
var hasToStringTag = __webpack_require__(8157)();
|
|
27672
|
-
var
|
|
27673
|
-
var
|
|
27674
|
-
|
|
27675
|
-
|
|
28102
|
+
var hasOwn = __webpack_require__(3409);
|
|
28103
|
+
var gOPD = __webpack_require__(7799);
|
|
28104
|
+
|
|
28105
|
+
/** @type {import('.')} */
|
|
28106
|
+
var fn;
|
|
27676
28107
|
if (hasToStringTag) {
|
|
27677
|
-
|
|
27678
|
-
$exec = callBound('RegExp.prototype.exec');
|
|
27679
|
-
|
|
28108
|
+
/** @type {(receiver: ThisParameterType<typeof RegExp.prototype.exec>, ...args: Parameters<typeof RegExp.prototype.exec>) => ReturnType<typeof RegExp.prototype.exec>} */
|
|
28109
|
+
var $exec = callBound('RegExp.prototype.exec');
|
|
28110
|
+
/** @type {object} */
|
|
28111
|
+
var isRegexMarker = {};
|
|
27680
28112
|
var throwRegexMarker = function () {
|
|
27681
28113
|
throw isRegexMarker;
|
|
27682
28114
|
};
|
|
27683
|
-
|
|
28115
|
+
/** @type {{ toString(): never, valueOf(): never, [Symbol.toPrimitive]?(): never }} */
|
|
28116
|
+
var badStringifier = {
|
|
27684
28117
|
toString: throwRegexMarker,
|
|
27685
28118
|
valueOf: throwRegexMarker
|
|
27686
28119
|
};
|
|
27687
28120
|
if (typeof Symbol.toPrimitive === 'symbol') {
|
|
27688
28121
|
badStringifier[Symbol.toPrimitive] = throwRegexMarker;
|
|
27689
28122
|
}
|
|
28123
|
+
|
|
28124
|
+
/** @type {import('.')} */
|
|
28125
|
+
// @ts-expect-error TS can't figure out that the $exec call always throws
|
|
28126
|
+
// eslint-disable-next-line consistent-return
|
|
28127
|
+
fn = function isRegex(value) {
|
|
28128
|
+
if (!value || typeof value !== 'object') {
|
|
28129
|
+
return false;
|
|
28130
|
+
}
|
|
28131
|
+
|
|
28132
|
+
// eslint-disable-next-line no-extra-parens
|
|
28133
|
+
var descriptor = /** @type {NonNullable<typeof gOPD>} */gOPD( /** @type {{ lastIndex?: unknown }} */value, 'lastIndex');
|
|
28134
|
+
var hasLastIndexDataProperty = descriptor && hasOwn(descriptor, 'value');
|
|
28135
|
+
if (!hasLastIndexDataProperty) {
|
|
28136
|
+
return false;
|
|
28137
|
+
}
|
|
28138
|
+
try {
|
|
28139
|
+
// eslint-disable-next-line no-extra-parens
|
|
28140
|
+
$exec(value, /** @type {string} */ /** @type {unknown} */badStringifier);
|
|
28141
|
+
} catch (e) {
|
|
28142
|
+
return e === isRegexMarker;
|
|
28143
|
+
}
|
|
28144
|
+
};
|
|
28145
|
+
} else {
|
|
28146
|
+
/** @type {(receiver: ThisParameterType<typeof Object.prototype.toString>, ...args: Parameters<typeof Object.prototype.toString>) => ReturnType<typeof Object.prototype.toString>} */
|
|
28147
|
+
var $toString = callBound('Object.prototype.toString');
|
|
28148
|
+
/** @const @type {'[object RegExp]'} */
|
|
28149
|
+
var regexClass = '[object RegExp]';
|
|
28150
|
+
|
|
28151
|
+
/** @type {import('.')} */
|
|
28152
|
+
fn = function isRegex(value) {
|
|
28153
|
+
// In older browsers, typeof regex incorrectly returns 'function'
|
|
28154
|
+
if (!value || typeof value !== 'object' && typeof value !== 'function') {
|
|
28155
|
+
return false;
|
|
28156
|
+
}
|
|
28157
|
+
return $toString(value) === regexClass;
|
|
28158
|
+
};
|
|
27690
28159
|
}
|
|
27691
|
-
|
|
27692
|
-
var gOPD = Object.getOwnPropertyDescriptor;
|
|
27693
|
-
var regexClass = '[object RegExp]';
|
|
27694
|
-
module.exports = hasToStringTag
|
|
27695
|
-
// eslint-disable-next-line consistent-return
|
|
27696
|
-
? function isRegex(value) {
|
|
27697
|
-
if (!value || typeof value !== 'object') {
|
|
27698
|
-
return false;
|
|
27699
|
-
}
|
|
27700
|
-
var descriptor = gOPD(value, 'lastIndex');
|
|
27701
|
-
var hasLastIndexDataProperty = descriptor && has(descriptor, 'value');
|
|
27702
|
-
if (!hasLastIndexDataProperty) {
|
|
27703
|
-
return false;
|
|
27704
|
-
}
|
|
27705
|
-
try {
|
|
27706
|
-
$exec(value, badStringifier);
|
|
27707
|
-
} catch (e) {
|
|
27708
|
-
return e === isRegexMarker;
|
|
27709
|
-
}
|
|
27710
|
-
} : function isRegex(value) {
|
|
27711
|
-
// In older browsers, typeof regex incorrectly returns 'function'
|
|
27712
|
-
if (!value || typeof value !== 'object' && typeof value !== 'function') {
|
|
27713
|
-
return false;
|
|
27714
|
-
}
|
|
27715
|
-
return $toString(value) === regexClass;
|
|
27716
|
-
};
|
|
28160
|
+
module.exports = fn;
|
|
27717
28161
|
|
|
27718
28162
|
/***/ }),
|
|
27719
28163
|
|
|
@@ -27727,6 +28171,103 @@ var mapboxgl$1=mapboxgl;return mapboxgl$1;});
|
|
|
27727
28171
|
|
|
27728
28172
|
/***/ }),
|
|
27729
28173
|
|
|
28174
|
+
/***/ 9755:
|
|
28175
|
+
/***/ (function(module) {
|
|
28176
|
+
|
|
28177
|
+
"use strict";
|
|
28178
|
+
|
|
28179
|
+
|
|
28180
|
+
/** @type {import('./abs')} */
|
|
28181
|
+
module.exports = Math.abs;
|
|
28182
|
+
|
|
28183
|
+
/***/ }),
|
|
28184
|
+
|
|
28185
|
+
/***/ 9693:
|
|
28186
|
+
/***/ (function(module) {
|
|
28187
|
+
|
|
28188
|
+
"use strict";
|
|
28189
|
+
|
|
28190
|
+
|
|
28191
|
+
/** @type {import('./floor')} */
|
|
28192
|
+
module.exports = Math.floor;
|
|
28193
|
+
|
|
28194
|
+
/***/ }),
|
|
28195
|
+
|
|
28196
|
+
/***/ 7868:
|
|
28197
|
+
/***/ (function(module) {
|
|
28198
|
+
|
|
28199
|
+
"use strict";
|
|
28200
|
+
|
|
28201
|
+
|
|
28202
|
+
/** @type {import('./isNaN')} */
|
|
28203
|
+
module.exports = Number.isNaN || function isNaN(a) {
|
|
28204
|
+
return a !== a;
|
|
28205
|
+
};
|
|
28206
|
+
|
|
28207
|
+
/***/ }),
|
|
28208
|
+
|
|
28209
|
+
/***/ 7823:
|
|
28210
|
+
/***/ (function(module) {
|
|
28211
|
+
|
|
28212
|
+
"use strict";
|
|
28213
|
+
|
|
28214
|
+
|
|
28215
|
+
/** @type {import('./max')} */
|
|
28216
|
+
module.exports = Math.max;
|
|
28217
|
+
|
|
28218
|
+
/***/ }),
|
|
28219
|
+
|
|
28220
|
+
/***/ 9895:
|
|
28221
|
+
/***/ (function(module) {
|
|
28222
|
+
|
|
28223
|
+
"use strict";
|
|
28224
|
+
|
|
28225
|
+
|
|
28226
|
+
/** @type {import('./min')} */
|
|
28227
|
+
module.exports = Math.min;
|
|
28228
|
+
|
|
28229
|
+
/***/ }),
|
|
28230
|
+
|
|
28231
|
+
/***/ 5997:
|
|
28232
|
+
/***/ (function(module) {
|
|
28233
|
+
|
|
28234
|
+
"use strict";
|
|
28235
|
+
|
|
28236
|
+
|
|
28237
|
+
/** @type {import('./pow')} */
|
|
28238
|
+
module.exports = Math.pow;
|
|
28239
|
+
|
|
28240
|
+
/***/ }),
|
|
28241
|
+
|
|
28242
|
+
/***/ 3089:
|
|
28243
|
+
/***/ (function(module) {
|
|
28244
|
+
|
|
28245
|
+
"use strict";
|
|
28246
|
+
|
|
28247
|
+
|
|
28248
|
+
/** @type {import('./round')} */
|
|
28249
|
+
module.exports = Math.round;
|
|
28250
|
+
|
|
28251
|
+
/***/ }),
|
|
28252
|
+
|
|
28253
|
+
/***/ 7477:
|
|
28254
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
28255
|
+
|
|
28256
|
+
"use strict";
|
|
28257
|
+
|
|
28258
|
+
|
|
28259
|
+
var $isNaN = __webpack_require__(7868);
|
|
28260
|
+
|
|
28261
|
+
/** @type {import('./sign')} */
|
|
28262
|
+
module.exports = function sign(number) {
|
|
28263
|
+
if ($isNaN(number) || number === 0) {
|
|
28264
|
+
return number;
|
|
28265
|
+
}
|
|
28266
|
+
return number < 0 ? -1 : +1;
|
|
28267
|
+
};
|
|
28268
|
+
|
|
28269
|
+
/***/ }),
|
|
28270
|
+
|
|
27730
28271
|
/***/ 7444:
|
|
27731
28272
|
/***/ (function(module) {
|
|
27732
28273
|
|
|
@@ -30885,11 +31426,11 @@ function multiSelect(arr, left, right, n, compare) {
|
|
|
30885
31426
|
"use strict";
|
|
30886
31427
|
|
|
30887
31428
|
|
|
30888
|
-
var
|
|
31429
|
+
var setFunctionName = __webpack_require__(5922);
|
|
31430
|
+
var $TypeError = __webpack_require__(7975);
|
|
30889
31431
|
var $Object = Object;
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
if (this != null && this !== $Object(this)) {
|
|
31432
|
+
module.exports = setFunctionName(function flags() {
|
|
31433
|
+
if (this == null || this !== $Object(this)) {
|
|
30893
31434
|
throw new $TypeError('RegExp.prototype.flags getter called on non-object');
|
|
30894
31435
|
}
|
|
30895
31436
|
var result = '';
|
|
@@ -30911,16 +31452,14 @@ module.exports = function flags() {
|
|
|
30911
31452
|
if (this.unicode) {
|
|
30912
31453
|
result += 'u';
|
|
30913
31454
|
}
|
|
31455
|
+
if (this.unicodeSets) {
|
|
31456
|
+
result += 'v';
|
|
31457
|
+
}
|
|
30914
31458
|
if (this.sticky) {
|
|
30915
31459
|
result += 'y';
|
|
30916
31460
|
}
|
|
30917
31461
|
return result;
|
|
30918
|
-
};
|
|
30919
|
-
if (functionsHaveConfigurableNames && Object.defineProperty) {
|
|
30920
|
-
Object.defineProperty(module.exports, "name", ({
|
|
30921
|
-
value: 'get flags'
|
|
30922
|
-
}));
|
|
30923
|
-
}
|
|
31462
|
+
}, 'get flags', true);
|
|
30924
31463
|
|
|
30925
31464
|
/***/ }),
|
|
30926
31465
|
|
|
@@ -30957,7 +31496,7 @@ var $gOPD = Object.getOwnPropertyDescriptor;
|
|
|
30957
31496
|
module.exports = function getPolyfill() {
|
|
30958
31497
|
if (supportsDescriptors && /a/mig.flags === 'gim') {
|
|
30959
31498
|
var descriptor = $gOPD(RegExp.prototype, 'flags');
|
|
30960
|
-
if (descriptor && typeof descriptor.get === 'function' &&
|
|
31499
|
+
if (descriptor && typeof descriptor.get === 'function' && 'dotAll' in RegExp.prototype && 'hasIndices' in RegExp.prototype) {
|
|
30961
31500
|
/* eslint getter-return: 0 */
|
|
30962
31501
|
var calls = '';
|
|
30963
31502
|
var o = {};
|
|
@@ -30971,6 +31510,7 @@ module.exports = function getPolyfill() {
|
|
|
30971
31510
|
calls += 'y';
|
|
30972
31511
|
}
|
|
30973
31512
|
});
|
|
31513
|
+
descriptor.get.call(o);
|
|
30974
31514
|
if (calls === 'dy') {
|
|
30975
31515
|
return descriptor.get;
|
|
30976
31516
|
}
|
|
@@ -30989,14 +31529,14 @@ module.exports = function getPolyfill() {
|
|
|
30989
31529
|
|
|
30990
31530
|
var supportsDescriptors = (__webpack_require__(648).supportsDescriptors);
|
|
30991
31531
|
var getPolyfill = __webpack_require__(4197);
|
|
30992
|
-
var gOPD =
|
|
31532
|
+
var gOPD = __webpack_require__(7799);
|
|
30993
31533
|
var defineProperty = Object.defineProperty;
|
|
30994
|
-
var
|
|
30995
|
-
var getProto =
|
|
31534
|
+
var $TypeError = __webpack_require__(6510);
|
|
31535
|
+
var getProto = __webpack_require__(1394);
|
|
30996
31536
|
var regex = /a/;
|
|
30997
31537
|
module.exports = function shimFlags() {
|
|
30998
31538
|
if (!supportsDescriptors || !getProto) {
|
|
30999
|
-
throw new
|
|
31539
|
+
throw new $TypeError('RegExp.prototype.flags requires a true ES5 environment that supports property descriptors');
|
|
31000
31540
|
}
|
|
31001
31541
|
var polyfill = getPolyfill();
|
|
31002
31542
|
var proto = getProto(regex);
|
|
@@ -31089,6 +31629,80 @@ module.exports = function shimFlags() {
|
|
|
31089
31629
|
|
|
31090
31630
|
/***/ }),
|
|
31091
31631
|
|
|
31632
|
+
/***/ 6436:
|
|
31633
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
31634
|
+
|
|
31635
|
+
"use strict";
|
|
31636
|
+
|
|
31637
|
+
|
|
31638
|
+
var GetIntrinsic = __webpack_require__(531);
|
|
31639
|
+
var define = __webpack_require__(9842);
|
|
31640
|
+
var hasDescriptors = __webpack_require__(7417)();
|
|
31641
|
+
var gOPD = __webpack_require__(7799);
|
|
31642
|
+
var $TypeError = __webpack_require__(7975);
|
|
31643
|
+
var $floor = GetIntrinsic('%Math.floor%');
|
|
31644
|
+
|
|
31645
|
+
/** @type {import('.')} */
|
|
31646
|
+
module.exports = function setFunctionLength(fn, length) {
|
|
31647
|
+
if (typeof fn !== 'function') {
|
|
31648
|
+
throw new $TypeError('`fn` is not a function');
|
|
31649
|
+
}
|
|
31650
|
+
if (typeof length !== 'number' || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) {
|
|
31651
|
+
throw new $TypeError('`length` must be a positive 32-bit integer');
|
|
31652
|
+
}
|
|
31653
|
+
var loose = arguments.length > 2 && !!arguments[2];
|
|
31654
|
+
var functionLengthIsConfigurable = true;
|
|
31655
|
+
var functionLengthIsWritable = true;
|
|
31656
|
+
if ('length' in fn && gOPD) {
|
|
31657
|
+
var desc = gOPD(fn, 'length');
|
|
31658
|
+
if (desc && !desc.configurable) {
|
|
31659
|
+
functionLengthIsConfigurable = false;
|
|
31660
|
+
}
|
|
31661
|
+
if (desc && !desc.writable) {
|
|
31662
|
+
functionLengthIsWritable = false;
|
|
31663
|
+
}
|
|
31664
|
+
}
|
|
31665
|
+
if (functionLengthIsConfigurable || functionLengthIsWritable || !loose) {
|
|
31666
|
+
if (hasDescriptors) {
|
|
31667
|
+
define( /** @type {Parameters<define>[0]} */fn, 'length', length, true, true);
|
|
31668
|
+
} else {
|
|
31669
|
+
define( /** @type {Parameters<define>[0]} */fn, 'length', length);
|
|
31670
|
+
}
|
|
31671
|
+
}
|
|
31672
|
+
return fn;
|
|
31673
|
+
};
|
|
31674
|
+
|
|
31675
|
+
/***/ }),
|
|
31676
|
+
|
|
31677
|
+
/***/ 5922:
|
|
31678
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
31679
|
+
|
|
31680
|
+
"use strict";
|
|
31681
|
+
|
|
31682
|
+
|
|
31683
|
+
var define = __webpack_require__(9842);
|
|
31684
|
+
var hasDescriptors = __webpack_require__(7417)();
|
|
31685
|
+
var functionsHaveConfigurableNames = (__webpack_require__(2762).functionsHaveConfigurableNames)();
|
|
31686
|
+
var $TypeError = __webpack_require__(7975);
|
|
31687
|
+
|
|
31688
|
+
/** @type {import('.')} */
|
|
31689
|
+
module.exports = function setFunctionName(fn, name) {
|
|
31690
|
+
if (typeof fn !== 'function') {
|
|
31691
|
+
throw new $TypeError('`fn` is not a function');
|
|
31692
|
+
}
|
|
31693
|
+
var loose = arguments.length > 2 && !!arguments[2];
|
|
31694
|
+
if (!loose || functionsHaveConfigurableNames) {
|
|
31695
|
+
if (hasDescriptors) {
|
|
31696
|
+
define( /** @type {Parameters<define>[0]} */fn, 'name', name, true, true);
|
|
31697
|
+
} else {
|
|
31698
|
+
define( /** @type {Parameters<define>[0]} */fn, 'name', name);
|
|
31699
|
+
}
|
|
31700
|
+
}
|
|
31701
|
+
return fn;
|
|
31702
|
+
};
|
|
31703
|
+
|
|
31704
|
+
/***/ }),
|
|
31705
|
+
|
|
31092
31706
|
/***/ 4952:
|
|
31093
31707
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
31094
31708
|
|
|
@@ -42901,19 +43515,19 @@ var update = add("33a2ac54", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
42901
43515
|
|
|
42902
43516
|
/***/ }),
|
|
42903
43517
|
|
|
42904
|
-
/***/
|
|
43518
|
+
/***/ 8567:
|
|
42905
43519
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
42906
43520
|
|
|
42907
43521
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
42908
43522
|
|
|
42909
43523
|
// load the styles
|
|
42910
|
-
var content = __webpack_require__(
|
|
43524
|
+
var content = __webpack_require__(6791);
|
|
42911
43525
|
if(content.__esModule) content = content.default;
|
|
42912
43526
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
42913
43527
|
if(content.locals) module.exports = content.locals;
|
|
42914
43528
|
// add the styles to the DOM
|
|
42915
43529
|
var add = (__webpack_require__(208)/* ["default"] */ .Z)
|
|
42916
|
-
var update = add("
|
|
43530
|
+
var update = add("2cde388a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
42917
43531
|
|
|
42918
43532
|
/***/ }),
|
|
42919
43533
|
|
|
@@ -72064,6 +72678,8 @@ const mapClick = (id, callback) => {
|
|
|
72064
72678
|
e.preventDefault();
|
|
72065
72679
|
|
|
72066
72680
|
// }
|
|
72681
|
+
// 获取原生 DOM 事件 是否按住了shift键
|
|
72682
|
+
const isShiftPressed = e.originalEvent.shiftKey;
|
|
72067
72683
|
let coordinates;
|
|
72068
72684
|
//点图层返回点要素经纬度,线面返回所点击的点经纬度
|
|
72069
72685
|
if (callback) {
|
|
@@ -72081,7 +72697,8 @@ const mapClick = (id, callback) => {
|
|
|
72081
72697
|
properties,
|
|
72082
72698
|
features,
|
|
72083
72699
|
e,
|
|
72084
|
-
position: [e.lngLat.lng, e.lngLat.lat]
|
|
72700
|
+
position: [e.lngLat.lng, e.lngLat.lat],
|
|
72701
|
+
isShiftPressed
|
|
72085
72702
|
};
|
|
72086
72703
|
callback(event);
|
|
72087
72704
|
});
|
|
@@ -120589,8 +121206,8 @@ var mapStyle_component = normalizeComponent(
|
|
|
120589
121206
|
)
|
|
120590
121207
|
|
|
120591
121208
|
/* harmony default export */ var mapStyle = (mapStyle_component.exports);
|
|
120592
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/draw/index.vue?vue&type=template&id=
|
|
120593
|
-
var
|
|
121209
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/draw/index.vue?vue&type=template&id=64f0c5e8&scoped=true&
|
|
121210
|
+
var drawvue_type_template_id_64f0c5e8_scoped_true_render = function render() {
|
|
120594
121211
|
var _vm = this,
|
|
120595
121212
|
_c = _vm._self._c;
|
|
120596
121213
|
return _c('div', [_c('div', {
|
|
@@ -120631,7 +121248,27 @@ var drawvue_type_template_id_5ba377c3_scoped_true_render = function render() {
|
|
|
120631
121248
|
staticClass: "mr-5",
|
|
120632
121249
|
class: item.icon
|
|
120633
121250
|
}), _vm._v(_vm._s(item.name) + " ")]);
|
|
120634
|
-
}), _vm.
|
|
121251
|
+
}), _vm.showCombine ? _c('div', {
|
|
121252
|
+
staticClass: "ml-20",
|
|
121253
|
+
attrs: {
|
|
121254
|
+
"title": "合并"
|
|
121255
|
+
},
|
|
121256
|
+
on: {
|
|
121257
|
+
"click": _vm.combineFeatures
|
|
121258
|
+
}
|
|
121259
|
+
}, [_c('i', {
|
|
121260
|
+
staticClass: "el-icon-connection mr-5"
|
|
121261
|
+
}), _vm._v("合并 ")]) : _vm._e(), _vm.showUnCombine ? _c('div', {
|
|
121262
|
+
staticClass: "ml-20",
|
|
121263
|
+
attrs: {
|
|
121264
|
+
"title": "拆分"
|
|
121265
|
+
},
|
|
121266
|
+
on: {
|
|
121267
|
+
"click": _vm.uncombineFeatures
|
|
121268
|
+
}
|
|
121269
|
+
}, [_c('i', {
|
|
121270
|
+
staticClass: "el-icon-scissors mr-5"
|
|
121271
|
+
}), _vm._v("拆分 ")]) : _vm._e(), _vm.showDeleteBtn ? _c('div', {
|
|
120635
121272
|
staticClass: "ml-20",
|
|
120636
121273
|
attrs: {
|
|
120637
121274
|
"title": "删除"
|
|
@@ -120660,7 +121297,7 @@ var drawvue_type_template_id_5ba377c3_scoped_true_render = function render() {
|
|
|
120660
121297
|
"change": _vm.changeFullscreen
|
|
120661
121298
|
}
|
|
120662
121299
|
}) : _vm._e(), _c('div', {
|
|
120663
|
-
staticClass: "ml-20 red"
|
|
121300
|
+
staticClass: "ml-20 red tip-text"
|
|
120664
121301
|
}, [_vm._v("* 点击图形编辑")]), _vm.showMapStyle ? _c('map-style', {
|
|
120665
121302
|
staticClass: "margin-left",
|
|
120666
121303
|
on: {
|
|
@@ -120731,9 +121368,12 @@ var drawvue_type_template_id_5ba377c3_scoped_true_render = function render() {
|
|
|
120731
121368
|
}
|
|
120732
121369
|
}) : _vm._e()], 1) : _vm._e(), _vm._t("tools")], 2), _c('div', {
|
|
120733
121370
|
staticClass: "right-fixed"
|
|
120734
|
-
}, [_vm._t("right-fixed")], 2)
|
|
121371
|
+
}, [_vm._t("right-fixed")], 2), _vm.tooltip.show ? _c('div', {
|
|
121372
|
+
staticClass: "split-tooltip",
|
|
121373
|
+
style: _vm.tooltip.style
|
|
121374
|
+
}, [_vm._v(_vm._s(_vm.tooltip.text))]) : _vm._e()]);
|
|
120735
121375
|
};
|
|
120736
|
-
var
|
|
121376
|
+
var drawvue_type_template_id_64f0c5e8_scoped_true_staticRenderFns = [];
|
|
120737
121377
|
|
|
120738
121378
|
// EXTERNAL MODULE: ./node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css
|
|
120739
121379
|
var dist_mapbox_gl_draw = __webpack_require__(5620);
|
|
@@ -121230,6 +121870,16 @@ var shpFile_component = normalizeComponent(
|
|
|
121230
121870
|
type: Boolean,
|
|
121231
121871
|
default: true
|
|
121232
121872
|
},
|
|
121873
|
+
showCombine: {
|
|
121874
|
+
//显示合并按钮
|
|
121875
|
+
type: Boolean,
|
|
121876
|
+
default: false
|
|
121877
|
+
},
|
|
121878
|
+
showUnCombine: {
|
|
121879
|
+
//显示拆分按钮
|
|
121880
|
+
type: Boolean,
|
|
121881
|
+
default: false
|
|
121882
|
+
},
|
|
121233
121883
|
uploadJson: {
|
|
121234
121884
|
type: Boolean,
|
|
121235
121885
|
default: false
|
|
@@ -121257,8 +121907,21 @@ var shpFile_component = normalizeComponent(
|
|
|
121257
121907
|
//是否可吸附
|
|
121258
121908
|
type: Object,
|
|
121259
121909
|
default: () => {}
|
|
121910
|
+
},
|
|
121911
|
+
props: {
|
|
121912
|
+
type: Object,
|
|
121913
|
+
default: () => {
|
|
121914
|
+
return {
|
|
121915
|
+
lglt: 'lglt',
|
|
121916
|
+
//经纬度序列字段
|
|
121917
|
+
lgltType: 'lgltType',
|
|
121918
|
+
//图层类型字段
|
|
121919
|
+
name: 'name' //名称字段
|
|
121920
|
+
};
|
|
121921
|
+
}
|
|
121260
121922
|
}
|
|
121261
121923
|
},
|
|
121924
|
+
|
|
121262
121925
|
data() {
|
|
121263
121926
|
return {
|
|
121264
121927
|
type: 'move',
|
|
@@ -121269,9 +121932,20 @@ var shpFile_component = normalizeComponent(
|
|
|
121269
121932
|
lng: '',
|
|
121270
121933
|
lat: '',
|
|
121271
121934
|
geoJson: '',
|
|
121272
|
-
selectPoint: []
|
|
121935
|
+
selectPoint: [],
|
|
121936
|
+
conbineDrawFeature: null,
|
|
121937
|
+
//拆分选择要素
|
|
121938
|
+
tooltip: {
|
|
121939
|
+
//拆分提示
|
|
121940
|
+
show: false,
|
|
121941
|
+
//是否显示
|
|
121942
|
+
text: '',
|
|
121943
|
+
//提示文本
|
|
121944
|
+
style: {} //样式
|
|
121945
|
+
}
|
|
121273
121946
|
};
|
|
121274
121947
|
},
|
|
121948
|
+
|
|
121275
121949
|
computed: {
|
|
121276
121950
|
action() {
|
|
121277
121951
|
let arr = [{
|
|
@@ -121303,12 +121977,7 @@ var shpFile_component = normalizeComponent(
|
|
|
121303
121977
|
this.map = map;
|
|
121304
121978
|
const draw = this.draw = new (mapbox_gl_draw_default())(Object.assign({}, {
|
|
121305
121979
|
displayControlsDefault: false,
|
|
121306
|
-
controls: {
|
|
121307
|
-
// point: true,
|
|
121308
|
-
// line: true,
|
|
121309
|
-
// polygon: true,
|
|
121310
|
-
// trash: true
|
|
121311
|
-
}
|
|
121980
|
+
controls: {}
|
|
121312
121981
|
}, options));
|
|
121313
121982
|
map.addControl(draw);
|
|
121314
121983
|
// map.drawControl.changeMode('draw_polygon')
|
|
@@ -121317,6 +121986,10 @@ var shpFile_component = normalizeComponent(
|
|
|
121317
121986
|
map.on('draw.update', this.drawUpdate);
|
|
121318
121987
|
// map.on('draw.delete', this.delete)
|
|
121319
121988
|
map.on('draw.selectionchange', this.select);
|
|
121989
|
+
// 监听鼠标移动以更新提示位置
|
|
121990
|
+
map.on('mousemove', this.updateTooltipPosition);
|
|
121991
|
+
// 监听绘制模式变化
|
|
121992
|
+
map.on('draw.modechange', this.handleModeChange);
|
|
121320
121993
|
// this.getCenter()
|
|
121321
121994
|
|
|
121322
121995
|
// map.on('draw.modechange', (e) => {
|
|
@@ -121406,15 +122079,24 @@ var shpFile_component = normalizeComponent(
|
|
|
121406
122079
|
drawEnd(e) {
|
|
121407
122080
|
// console.log(e)
|
|
121408
122081
|
const data = this.getDraw();
|
|
121409
|
-
console.log('绘制结束', data);
|
|
121410
|
-
|
|
121411
|
-
this.
|
|
121412
|
-
|
|
121413
|
-
|
|
121414
|
-
|
|
121415
|
-
|
|
122082
|
+
console.log('绘制结束', data, e);
|
|
122083
|
+
//绘制拆分线
|
|
122084
|
+
if (this.conbineDrawFeature) {
|
|
122085
|
+
this.splitFeature(this.conbineDrawFeature, e.features[0]);
|
|
122086
|
+
this.conbineDrawFeature = null;
|
|
122087
|
+
// 隐藏提示
|
|
122088
|
+
this.tooltip.show = false;
|
|
122089
|
+
} else {
|
|
122090
|
+
//其他绘制
|
|
122091
|
+
this.type = 'move';
|
|
122092
|
+
this.geoJson = data;
|
|
122093
|
+
if (this.isAdsorb) {
|
|
122094
|
+
//是否可吸附
|
|
122095
|
+
let feature = e.features[0];
|
|
122096
|
+
data.lastPosition = endAdsorb(this.draw, feature);
|
|
122097
|
+
}
|
|
122098
|
+
this.$emit('end', data);
|
|
121416
122099
|
}
|
|
121417
|
-
this.$emit('end', data);
|
|
121418
122100
|
},
|
|
121419
122101
|
drawUpdate(e) {
|
|
121420
122102
|
// console.log(e)
|
|
@@ -121431,8 +122113,8 @@ var shpFile_component = normalizeComponent(
|
|
|
121431
122113
|
// }
|
|
121432
122114
|
this.geoJson = geoJson;
|
|
121433
122115
|
if (!geoJson || !geoJson.features) return;
|
|
121434
|
-
geoJson.features.forEach(
|
|
121435
|
-
this.draw.add(
|
|
122116
|
+
geoJson.features.forEach(feature => {
|
|
122117
|
+
this.draw.add(feature);
|
|
121436
122118
|
});
|
|
121437
122119
|
},
|
|
121438
122120
|
drawDelete() {
|
|
@@ -121485,6 +122167,139 @@ var shpFile_component = normalizeComponent(
|
|
|
121485
122167
|
this.addMarker();
|
|
121486
122168
|
}
|
|
121487
122169
|
},
|
|
122170
|
+
// 合并要素(支持多边形和线)
|
|
122171
|
+
combineFeatures() {
|
|
122172
|
+
const selectedFeatures = this.draw.getSelected().features;
|
|
122173
|
+
if (selectedFeatures.length < 2) {
|
|
122174
|
+
this.$message.warning('请按住Shift键,至少选择两个' + this.getDrawType() + '进行合并!');
|
|
122175
|
+
return;
|
|
122176
|
+
}
|
|
122177
|
+
const featureTypes = new Set(selectedFeatures.map(f => f.geometry.type.replace('Multi', '')));
|
|
122178
|
+
if (featureTypes.size > 1) {
|
|
122179
|
+
this.$message.warning('只能合并相同类型的要素!');
|
|
122180
|
+
return;
|
|
122181
|
+
}
|
|
122182
|
+
this.draw.combineFeatures();
|
|
122183
|
+
let feature = this.draw.getSelected().features[0];
|
|
122184
|
+
if (feature.properties) {
|
|
122185
|
+
feature.properties[this.props.lglt] = feature.geometry.coordinates;
|
|
122186
|
+
feature.properties[this.props.lgltType] = feature.geometry.type;
|
|
122187
|
+
}
|
|
122188
|
+
this.$emit('conbine', {
|
|
122189
|
+
combineFeature: feature,
|
|
122190
|
+
selectedFeatures
|
|
122191
|
+
});
|
|
122192
|
+
console.log('合并成功');
|
|
122193
|
+
},
|
|
122194
|
+
// 拆分要素(支持多边形和线)
|
|
122195
|
+
uncombineFeatures() {
|
|
122196
|
+
console.log('this.list', this.list);
|
|
122197
|
+
const selectedFeatures = this.draw.getSelected().features;
|
|
122198
|
+
if (selectedFeatures.length !== 1) {
|
|
122199
|
+
this.$message.warning('请选择一个' + this.getDrawType() + '进行拆分!');
|
|
122200
|
+
return;
|
|
122201
|
+
}
|
|
122202
|
+
if (selectedFeatures[0].geometry.type === 'Point') {
|
|
122203
|
+
this.$message.warning('不支持拆分点图层!');
|
|
122204
|
+
return;
|
|
122205
|
+
}
|
|
122206
|
+
this.conbineDrawFeature = selectedFeatures[0];
|
|
122207
|
+
let typeName = this.conbineDrawFeature.geometry.type.includes('LineString') ? '线' : '面';
|
|
122208
|
+
this.tooltip.text = '请绘制切割线,并与要拆分' + typeName + '相交';
|
|
122209
|
+
// 拆分线
|
|
122210
|
+
|
|
122211
|
+
// 显示鼠标跟随提示
|
|
122212
|
+
this.tooltip.show = true;
|
|
122213
|
+
this.draw.changeMode('draw_line_string', {
|
|
122214
|
+
continueDrawing: false
|
|
122215
|
+
});
|
|
122216
|
+
},
|
|
122217
|
+
// 拆分线(自定义实现)
|
|
122218
|
+
splitFeature(oldFeature, splitLine) {
|
|
122219
|
+
try {
|
|
122220
|
+
let lines = [];
|
|
122221
|
+
if (oldFeature.geometry.type === 'LineString') {
|
|
122222
|
+
lines = [lineString(oldFeature.geometry.coordinates)];
|
|
122223
|
+
} else if (oldFeature.geometry.type === 'MultiLineString') {
|
|
122224
|
+
lines = oldFeature.geometry.coordinates.map(coords => lineString(coords));
|
|
122225
|
+
} else if (polygonFeature.geometry.type === 'Polygon') {
|
|
122226
|
+
lines = [es_polygon(polygonFeature.geometry.coordinates)];
|
|
122227
|
+
} else if (polygonFeature.geometry.type === 'MultiPolygon') {
|
|
122228
|
+
lines = polygonFeature.geometry.coordinates.map(coords => es_polygon(coords));
|
|
122229
|
+
}
|
|
122230
|
+
const splitter = lineString(splitLine.geometry.coordinates);
|
|
122231
|
+
let splitResults = [];
|
|
122232
|
+
|
|
122233
|
+
// 对每条线进行分割
|
|
122234
|
+
lines.forEach(line => {
|
|
122235
|
+
const split = line_split_dist_es(line, splitter);
|
|
122236
|
+
splitResults = splitResults.concat(split.features);
|
|
122237
|
+
});
|
|
122238
|
+
|
|
122239
|
+
// 转换为 Mapbox Draw 格式
|
|
122240
|
+
const newLines = splitResults.map((feature, index) => ({
|
|
122241
|
+
type: 'Feature',
|
|
122242
|
+
id: `${oldFeature.id}_${index}`,
|
|
122243
|
+
geometry: feature.geometry,
|
|
122244
|
+
properties: Object.assign({}, oldFeature.properties)
|
|
122245
|
+
}));
|
|
122246
|
+
|
|
122247
|
+
// 删除原始线
|
|
122248
|
+
this.draw.delete(oldFeature.id);
|
|
122249
|
+
|
|
122250
|
+
// 删除拆分线
|
|
122251
|
+
this.draw.delete(splitLine.id);
|
|
122252
|
+
|
|
122253
|
+
// 添加分割后的线
|
|
122254
|
+
this.draw.add({
|
|
122255
|
+
type: 'FeatureCollection',
|
|
122256
|
+
features: newLines
|
|
122257
|
+
});
|
|
122258
|
+
//选中拆分后的线
|
|
122259
|
+
let ids = newLines.map(item => item.id);
|
|
122260
|
+
this.draw.changeMode('simple_select', {
|
|
122261
|
+
featureIds: ids
|
|
122262
|
+
});
|
|
122263
|
+
//修改属性
|
|
122264
|
+
newLines.map((feature, index) => {
|
|
122265
|
+
if (feature.properties) {
|
|
122266
|
+
feature.properties.id = null;
|
|
122267
|
+
feature.properties[this.props.name] = feature.properties[this.props.name] + '_' + index;
|
|
122268
|
+
feature.properties[this.props.lglt] = feature.geometry.coordinates;
|
|
122269
|
+
feature.properties[this.props.lgltType] = feature.geometry.type;
|
|
122270
|
+
}
|
|
122271
|
+
});
|
|
122272
|
+
// 触发更新事件
|
|
122273
|
+
this.$emit('unconbine', {
|
|
122274
|
+
uncombineFeature: newLines,
|
|
122275
|
+
oldFeature
|
|
122276
|
+
});
|
|
122277
|
+
console.log('拆分成功,要素被拆分为' + newLines.length + '段');
|
|
122278
|
+
} catch (error) {
|
|
122279
|
+
console.error('线拆分失败:', error);
|
|
122280
|
+
this.$message.warning('拆分线失败,请确保分割线有效!');
|
|
122281
|
+
}
|
|
122282
|
+
},
|
|
122283
|
+
//获取当前绘制要素类型
|
|
122284
|
+
getDrawType() {
|
|
122285
|
+
return this.list.length == 1 && this.list[0] == 'line' ? '条线' : this.list.length == 1 && this.list[0] == 'polygon' ? '个面' : '要素';
|
|
122286
|
+
},
|
|
122287
|
+
// 更新提示位置
|
|
122288
|
+
updateTooltipPosition(e) {
|
|
122289
|
+
if (this.tooltip.show) {
|
|
122290
|
+
this.tooltip.style = {
|
|
122291
|
+
left: `${e.originalEvent.clientX + 10}px`,
|
|
122292
|
+
top: `${e.originalEvent.clientY + 10}px`
|
|
122293
|
+
};
|
|
122294
|
+
}
|
|
122295
|
+
},
|
|
122296
|
+
// 处理绘制模式变化
|
|
122297
|
+
handleModeChange(e) {
|
|
122298
|
+
// 当退出 draw_line_string 模式时,隐藏提示
|
|
122299
|
+
if (e.mode !== 'draw_line_string' && this.tooltip.show) {
|
|
122300
|
+
this.tooltip.show = false;
|
|
122301
|
+
}
|
|
122302
|
+
},
|
|
121488
122303
|
getCenter() {
|
|
121489
122304
|
const {
|
|
121490
122305
|
lng,
|
|
@@ -121535,9 +122350,9 @@ var shpFile_component = normalizeComponent(
|
|
|
121535
122350
|
});
|
|
121536
122351
|
;// CONCATENATED MODULE: ./src/package/draw/index.vue?vue&type=script&lang=js&
|
|
121537
122352
|
/* harmony default export */ var package_drawvue_type_script_lang_js_ = (drawvue_type_script_lang_js_);
|
|
121538
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[4]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/draw/index.vue?vue&type=style&index=0&id=
|
|
121539
|
-
var
|
|
121540
|
-
;// CONCATENATED MODULE: ./src/package/draw/index.vue?vue&type=style&index=0&id=
|
|
122353
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[4]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/draw/index.vue?vue&type=style&index=0&id=64f0c5e8&prod&lang=scss&scoped=true&
|
|
122354
|
+
var drawvue_type_style_index_0_id_64f0c5e8_prod_lang_scss_scoped_true_ = __webpack_require__(8567);
|
|
122355
|
+
;// CONCATENATED MODULE: ./src/package/draw/index.vue?vue&type=style&index=0&id=64f0c5e8&prod&lang=scss&scoped=true&
|
|
121541
122356
|
|
|
121542
122357
|
;// CONCATENATED MODULE: ./src/package/draw/index.vue
|
|
121543
122358
|
|
|
@@ -121550,11 +122365,11 @@ var drawvue_type_style_index_0_id_5ba377c3_prod_lang_scss_scoped_true_ = __webpa
|
|
|
121550
122365
|
|
|
121551
122366
|
var draw_component = normalizeComponent(
|
|
121552
122367
|
package_drawvue_type_script_lang_js_,
|
|
121553
|
-
|
|
121554
|
-
|
|
122368
|
+
drawvue_type_template_id_64f0c5e8_scoped_true_render,
|
|
122369
|
+
drawvue_type_template_id_64f0c5e8_scoped_true_staticRenderFns,
|
|
121555
122370
|
false,
|
|
121556
122371
|
null,
|
|
121557
|
-
"
|
|
122372
|
+
"64f0c5e8",
|
|
121558
122373
|
null
|
|
121559
122374
|
|
|
121560
122375
|
)
|
|
@@ -121785,8 +122600,8 @@ var point_component = normalizeComponent(
|
|
|
121785
122600
|
)
|
|
121786
122601
|
|
|
121787
122602
|
/* harmony default export */ var point = (point_component.exports);
|
|
121788
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/draw/line.vue?vue&type=template&id=
|
|
121789
|
-
var
|
|
122603
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/draw/line.vue?vue&type=template&id=26e2c625&
|
|
122604
|
+
var linevue_type_template_id_26e2c625_render = function render() {
|
|
121790
122605
|
var _vm = this,
|
|
121791
122606
|
_c = _vm._self._c;
|
|
121792
122607
|
return _c('div', {
|
|
@@ -121842,7 +122657,7 @@ var linevue_type_template_id_c397cfb6_render = function render() {
|
|
|
121842
122657
|
}
|
|
121843
122658
|
}, [_vm._v("保存")]), _vm._t("default")], 2)])], 1);
|
|
121844
122659
|
};
|
|
121845
|
-
var
|
|
122660
|
+
var linevue_type_template_id_26e2c625_staticRenderFns = [];
|
|
121846
122661
|
|
|
121847
122662
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/draw/line.vue?vue&type=script&lang=js&
|
|
121848
122663
|
|
|
@@ -121996,8 +122811,8 @@ var linevue_type_template_id_c397cfb6_staticRenderFns = [];
|
|
|
121996
122811
|
;
|
|
121997
122812
|
var line_component = normalizeComponent(
|
|
121998
122813
|
draw_linevue_type_script_lang_js_,
|
|
121999
|
-
|
|
122000
|
-
|
|
122814
|
+
linevue_type_template_id_26e2c625_render,
|
|
122815
|
+
linevue_type_template_id_26e2c625_staticRenderFns,
|
|
122001
122816
|
false,
|
|
122002
122817
|
null,
|
|
122003
122818
|
null,
|