@cloud-app-dev/vidc 4.0.1 → 4.0.2

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.
Files changed (67) hide show
  1. package/es/AppContext/index.js +20 -61
  2. package/es/AutoExit/index.js +5 -9
  3. package/es/Config/index.js +0 -5
  4. package/es/Config/utils.js +7 -27
  5. package/es/ConfigContext/index.d.ts +1 -1
  6. package/es/ConfigContext/index.js +1 -3
  7. package/es/CustomRenderSelect/index.js +19 -39
  8. package/es/DynamicGridList/index.js +16 -28
  9. package/es/FullScreen/index.js +10 -21
  10. package/es/GridList/hook.js +36 -67
  11. package/es/GridList/index.d.ts +1 -1
  12. package/es/GridList/index.js +1 -1
  13. package/es/ImageView/index.js +16 -31
  14. package/es/LabelValue/index.d.ts +0 -8
  15. package/es/LabelValue/index.js +11 -16
  16. package/es/List/index.js +5 -7
  17. package/es/ListWithSizeAnimate/demo.js +3 -15
  18. package/es/LoaderScript/utils.js +100 -153
  19. package/es/Map/InfoWindow/MakerLikeWindow.js +35 -29
  20. package/es/Map/InfoWindow/demo.js +17 -29
  21. package/es/Picture/component/Tools/index.js +5 -7
  22. package/es/Picture/demo.js +15 -19
  23. package/es/Picture/index.js +70 -104
  24. package/es/Picture/utils.js +14 -28
  25. package/es/Player/api/index.js +26 -94
  26. package/es/Player/contraller_bar/right_bar.js +12 -23
  27. package/es/Player/demo.js +47 -62
  28. package/es/Player/event/errorEvent.js +15 -40
  29. package/es/Player/fps_play.js +12 -28
  30. package/es/Player/frontend_timeline.js +28 -48
  31. package/es/Player/player.d.ts +2 -1
  32. package/es/Player/segment_timeline.js +45 -69
  33. package/es/Player/single_player.js +101 -109
  34. package/es/Player/util.js +8 -27
  35. package/es/Progress/index.js +5 -16
  36. package/es/ROI/index.d.ts +0 -6
  37. package/es/ROI/index.js +17 -26
  38. package/es/RefDrawer/Footer.js +3 -5
  39. package/es/RefDrawer/demo.js +0 -3
  40. package/es/RefDrawer/index.js +17 -27
  41. package/es/RefModal/demo.js +0 -3
  42. package/es/RefModal/index.js +27 -27
  43. package/es/ScreenPlayer/Live.d.ts +1 -1
  44. package/es/ScreenPlayer/Live.js +36 -70
  45. package/es/ScreenPlayer/LiveTools.js +20 -39
  46. package/es/ScreenPlayer/PlayerWithExt.js +48 -85
  47. package/es/ScreenPlayer/RecordTools.d.ts +1 -1
  48. package/es/ScreenPlayer/RecordTools.js +27 -53
  49. package/es/ScreenPlayer/SegmentTimeLine.js +8 -13
  50. package/es/ScreenPlayer/TimeSelect.js +9 -24
  51. package/es/ScreenPlayer/demo.js +1 -1
  52. package/es/ScreenPlayer/demo2.js +76 -108
  53. package/es/ScreenPlayer/useTimeSlider.js +63 -141
  54. package/es/Service/http.js +14 -34
  55. package/es/TableLayout/index.js +6 -10
  56. package/es/ThemeAntd/index.js +0 -1
  57. package/es/Timeout/index.js +16 -31
  58. package/es/VList/index.d.ts +1 -9
  59. package/es/VList/index.js +18 -30
  60. package/es/typings.d.ts +1 -0
  61. package/es/useDrawROI/index.js +61 -115
  62. package/es/useInfiniteScroll/index.js +24 -45
  63. package/es/utils.js +18 -42
  64. package/package.json +4 -5
  65. package/es/ROI/utils.d.ts +0 -1
  66. package/es/ROI/utils.js +0 -1
  67. package/es/ThemeAntd/demo.html +0 -32
@@ -1,57 +1,39 @@
1
1
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
-
3
2
  import _nextTick from "@cloud-app-dev/utils/es/nextTick";
4
-
5
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
-
7
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
8
-
3
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
4
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
5
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
6
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
9
7
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
10
-
11
8
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
-
13
9
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
14
-
15
10
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
16
-
17
11
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
18
-
19
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
20
-
12
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
21
13
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
22
-
23
14
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
24
-
25
15
  function _asyncIterator(iterable) { var method, async, sync, retry = 2; for ("undefined" != typeof Symbol && (async = Symbol.asyncIterator, sync = Symbol.iterator); retry--;) { if (async && null != (method = iterable[async])) return method.call(iterable); if (sync && null != (method = iterable[sync])) return new AsyncFromSyncIterator(method.call(iterable)); async = "@@asyncIterator", sync = "@@iterator"; } throw new TypeError("Object is not async iterable"); }
26
-
27
16
  function AsyncFromSyncIterator(s) { function AsyncFromSyncIteratorContinuation(r) { if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); var done = r.done; return Promise.resolve(r.value).then(function (value) { return { value: value, done: done }; }); } return AsyncFromSyncIterator = function AsyncFromSyncIterator(s) { this.s = s, this.n = s.next; }, AsyncFromSyncIterator.prototype = { s: null, n: null, next: function next() { return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); }, return: function _return(value) { var ret = this.s.return; return void 0 === ret ? Promise.resolve({ value: value, done: !0 }) : AsyncFromSyncIteratorContinuation(ret.apply(this.s, arguments)); }, throw: function _throw(value) { var thr = this.s.return; return void 0 === thr ? Promise.reject(value) : AsyncFromSyncIteratorContinuation(thr.apply(this.s, arguments)); } }, new AsyncFromSyncIterator(s); }
28
-
29
17
  import { tryCatch } from "../utils";
30
18
  var global = window;
31
-
32
19
  if (!global._LOADER_SCRIPT_URL) {
33
20
  global._LOADER_SCRIPT_URL = {};
34
21
  }
35
-
36
22
  export var loadScript = function loadScript(url) {
37
23
  console.log(url);
38
24
  return new Promise(function (resolve, reject) {
39
25
  if (global._LOADER_SCRIPT_URL[url]) {
40
26
  resolve(null);
41
27
  }
42
-
43
28
  var script = document.createElement('script');
44
29
  script.type = 'text/javascript';
45
-
46
30
  script.onload = function () {
47
31
  global._LOADER_SCRIPT_URL[url] = true;
48
32
  resolve(null);
49
33
  };
50
-
51
34
  script.onerror = function (err) {
52
35
  reject(err);
53
36
  };
54
-
55
37
  script.src = url;
56
38
  document.head.appendChild(script);
57
39
  });
@@ -61,20 +43,16 @@ export var loaderCss = function loaderCss(href) {
61
43
  if (global._LOADER_SCRIPT_URL[href]) {
62
44
  resolve(null);
63
45
  }
64
-
65
46
  var link = document.createElement('link');
66
47
  link.rel = 'stylesheet';
67
48
  link.href = href;
68
-
69
49
  link.onload = function () {
70
50
  global._LOADER_SCRIPT_URL[href] = true;
71
51
  resolve(null);
72
52
  };
73
-
74
53
  link.onerror = function (err) {
75
54
  reject(err);
76
55
  };
77
-
78
56
  document.head.appendChild(link);
79
57
  });
80
58
  };
@@ -84,63 +62,51 @@ export function createAsyncIterable(options) {
84
62
  i: 0,
85
63
  next: function next() {
86
64
  var _this = this;
87
-
88
65
  return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
89
66
  var param, arr;
90
67
  return _regeneratorRuntime().wrap(function _callee$(_context) {
91
- while (1) {
92
- switch (_context.prev = _context.next) {
93
- case 0:
94
- if (!(_this.i < options.length)) {
95
- _context.next = 12;
96
- break;
97
- }
98
-
99
- param = options[_this.i];
100
- arr = [];
101
-
102
- if (param.scripts && param.scripts.length > 0) {
103
- arr.push.apply(arr, _toConsumableArray(param.scripts.map(function (v) {
104
- return loadScript(v);
105
- })));
106
- }
107
-
108
- if (param.styles && param.styles.length > 0) {
109
- arr.push.apply(arr, _toConsumableArray(param.styles.map(function (v) {
110
- return loaderCss(v);
111
- })));
112
- }
113
-
114
- if (!(arr.length > 0)) {
115
- _context.next = 11;
116
- break;
117
- }
118
-
119
- _context.next = 8;
120
- return Promise.all(arr);
121
-
122
- case 8:
123
- return _context.abrupt("return", {
124
- value: _this.i++,
125
- done: false
126
- });
127
-
128
- case 11:
129
- return _context.abrupt("return", Promise.resolve({
130
- value: _this.i++,
131
- done: false
132
- }));
133
-
134
- case 12:
135
- return _context.abrupt("return", Promise.resolve({
136
- value: _this.i,
137
- done: true
138
- }));
139
-
140
- case 13:
141
- case "end":
142
- return _context.stop();
143
- }
68
+ while (1) switch (_context.prev = _context.next) {
69
+ case 0:
70
+ if (!(_this.i < options.length)) {
71
+ _context.next = 12;
72
+ break;
73
+ }
74
+ param = options[_this.i];
75
+ arr = [];
76
+ if (param.scripts && param.scripts.length > 0) {
77
+ arr.push.apply(arr, _toConsumableArray(param.scripts.map(function (v) {
78
+ return loadScript(v);
79
+ })));
80
+ }
81
+ if (param.styles && param.styles.length > 0) {
82
+ arr.push.apply(arr, _toConsumableArray(param.styles.map(function (v) {
83
+ return loaderCss(v);
84
+ })));
85
+ }
86
+ if (!(arr.length > 0)) {
87
+ _context.next = 11;
88
+ break;
89
+ }
90
+ _context.next = 8;
91
+ return Promise.all(arr);
92
+ case 8:
93
+ return _context.abrupt("return", {
94
+ value: _this.i++,
95
+ done: false
96
+ });
97
+ case 11:
98
+ return _context.abrupt("return", Promise.resolve({
99
+ value: _this.i++,
100
+ done: false
101
+ }));
102
+ case 12:
103
+ return _context.abrupt("return", Promise.resolve({
104
+ value: _this.i,
105
+ done: true
106
+ }));
107
+ case 13:
108
+ case "end":
109
+ return _context.stop();
144
110
  }
145
111
  }, _callee);
146
112
  }))();
@@ -151,81 +117,62 @@ export function createAsyncIterable(options) {
151
117
  export function runAsyncIterable(Iterables, runtime, callback) {
152
118
  tryCatch( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
153
119
  var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, x;
154
-
155
120
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
156
- while (1) {
157
- switch (_context2.prev = _context2.next) {
158
- case 0:
159
- _iteratorAbruptCompletion = false;
160
- _didIteratorError = false;
161
- _context2.prev = 2;
162
- _iterator = _asyncIterator(Iterables);
163
-
164
- case 4:
165
- _context2.next = 6;
166
- return _iterator.next();
167
-
168
- case 6:
169
- if (!(_iteratorAbruptCompletion = !(_step = _context2.sent).done)) {
170
- _context2.next = 12;
171
- break;
172
- }
173
-
174
- x = _step.value;
175
- runtime === null || runtime === void 0 ? void 0 : runtime(x);
176
-
177
- case 9:
178
- _iteratorAbruptCompletion = false;
179
- _context2.next = 4;
180
- break;
181
-
182
- case 12:
183
- _context2.next = 18;
121
+ while (1) switch (_context2.prev = _context2.next) {
122
+ case 0:
123
+ _iteratorAbruptCompletion = false;
124
+ _didIteratorError = false;
125
+ _context2.prev = 2;
126
+ _iterator = _asyncIterator(Iterables);
127
+ case 4:
128
+ _context2.next = 6;
129
+ return _iterator.next();
130
+ case 6:
131
+ if (!(_iteratorAbruptCompletion = !(_step = _context2.sent).done)) {
132
+ _context2.next = 12;
184
133
  break;
185
-
186
- case 14:
187
- _context2.prev = 14;
188
- _context2.t0 = _context2["catch"](2);
189
- _didIteratorError = true;
190
- _iteratorError = _context2.t0;
191
-
192
- case 18:
193
- _context2.prev = 18;
194
- _context2.prev = 19;
195
-
196
- if (!(_iteratorAbruptCompletion && _iterator.return != null)) {
197
- _context2.next = 23;
198
- break;
199
- }
200
-
134
+ }
135
+ x = _step.value;
136
+ runtime === null || runtime === void 0 ? void 0 : runtime(x);
137
+ case 9:
138
+ _iteratorAbruptCompletion = false;
139
+ _context2.next = 4;
140
+ break;
141
+ case 12:
142
+ _context2.next = 18;
143
+ break;
144
+ case 14:
145
+ _context2.prev = 14;
146
+ _context2.t0 = _context2["catch"](2);
147
+ _didIteratorError = true;
148
+ _iteratorError = _context2.t0;
149
+ case 18:
150
+ _context2.prev = 18;
151
+ _context2.prev = 19;
152
+ if (!(_iteratorAbruptCompletion && _iterator.return != null)) {
201
153
  _context2.next = 23;
202
- return _iterator.return();
203
-
204
- case 23:
205
- _context2.prev = 23;
206
-
207
- if (!_didIteratorError) {
208
- _context2.next = 26;
209
- break;
210
- }
211
-
212
- throw _iteratorError;
213
-
214
- case 26:
215
- return _context2.finish(23);
216
-
217
- case 27:
218
- return _context2.finish(18);
219
-
220
- case 28:
221
- _nextTick(function () {
222
- return callback === null || callback === void 0 ? void 0 : callback();
223
- });
224
-
225
- case 29:
226
- case "end":
227
- return _context2.stop();
228
- }
154
+ break;
155
+ }
156
+ _context2.next = 23;
157
+ return _iterator.return();
158
+ case 23:
159
+ _context2.prev = 23;
160
+ if (!_didIteratorError) {
161
+ _context2.next = 26;
162
+ break;
163
+ }
164
+ throw _iteratorError;
165
+ case 26:
166
+ return _context2.finish(23);
167
+ case 27:
168
+ return _context2.finish(18);
169
+ case 28:
170
+ _nextTick(function () {
171
+ return callback === null || callback === void 0 ? void 0 : callback();
172
+ });
173
+ case 29:
174
+ case "end":
175
+ return _context2.stop();
229
176
  }
230
177
  }, _callee2, null, [[2, 14, 18, 28], [19,, 23, 27]]);
231
178
  })));
@@ -1,24 +1,16 @@
1
+ import _useEventListener from "ahooks/es/useEventListener";
1
2
  import _useUnmount from "ahooks/es/useUnmount";
2
-
3
3
  function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct.bind(); } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }
4
-
5
4
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
6
-
7
5
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
8
-
9
6
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
10
-
11
7
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
-
13
8
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
14
-
15
9
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
16
-
17
10
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
18
-
19
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
20
-
11
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
21
12
  /// <reference path="../AMap.d.ts" />
13
+
22
14
  import React, { useContext, useEffect, useRef } from 'react';
23
15
  import ReactDOM from 'react-dom';
24
16
  import { mapContext } from "../Context";
@@ -28,22 +20,20 @@ import { Fragment as _Fragment } from "react/jsx-runtime";
28
20
  var maxIndex = 20;
29
21
  export default function MakerLikeWindow(_ref) {
30
22
  var children = _ref.children,
31
- visible = _ref.visible,
32
- center = _ref.center,
33
- width = _ref.width,
34
- height = _ref.height;
35
-
23
+ visible = _ref.visible,
24
+ center = _ref.center,
25
+ width = _ref.width,
26
+ height = _ref.height;
36
27
  var _useContext = useContext(mapContext),
37
- instance = _useContext.instance;
38
-
28
+ instance = _useContext.instance;
39
29
  var domref = useRef(null);
40
30
  var markerRef = useRef(null);
41
31
  var type = useMapType();
42
32
  useEffect(function () {
43
33
  if (!instance.map) {
44
34
  return;
45
- } // leaflet下还未实现
46
-
35
+ }
36
+ // leaflet下还未实现
47
37
 
48
38
  if (type.AMap && !markerRef.current) {
49
39
  var marker = new AMap.Marker({
@@ -56,7 +46,6 @@ export default function MakerLikeWindow(_ref) {
56
46
  markerRef.current = marker;
57
47
  marker.on('click', function () {
58
48
  maxIndex++;
59
-
60
49
  if (marker.getzIndex() !== maxIndex) {
61
50
  marker.setzIndex(maxIndex);
62
51
  }
@@ -65,14 +54,11 @@ export default function MakerLikeWindow(_ref) {
65
54
  }, [instance.map, visible, center]);
66
55
  useEffect(function () {
67
56
  var marker = markerRef.current;
68
-
69
57
  if (!marker || !center) {
70
58
  return undefined;
71
59
  }
72
-
73
60
  if (type.AMap) {
74
61
  var lnglat = _construct(AMap.LngLat, _toConsumableArray(center));
75
-
76
62
  if (visible) {
77
63
  marker.setPosition(lnglat);
78
64
  marker.setContent(domref.current);
@@ -84,23 +70,43 @@ export default function MakerLikeWindow(_ref) {
84
70
  instance.map.remove(markerRef.current);
85
71
  markerRef.current = null;
86
72
  }
87
- } // eslint-disable-next-line react-hooks/exhaustive-deps
88
-
73
+ }
74
+ // eslint-disable-next-line react-hooks/exhaustive-deps
89
75
  }, [visible, center, instance.map]);
90
-
91
76
  _useUnmount(function () {
92
77
  try {
93
78
  instance.map.remove(markerRef.current);
94
79
  markerRef.current = null;
95
80
  } catch (_) {}
96
81
  });
97
-
82
+ _useEventListener('mouseover', function () {
83
+ return instance.map.setStatus({
84
+ zoomEnable: false
85
+ });
86
+ }, {
87
+ target: domref
88
+ });
89
+ _useEventListener('mouseout', function () {
90
+ return instance.map.setStatus({
91
+ zoomEnable: true
92
+ });
93
+ }, {
94
+ target: domref
95
+ });
96
+ _useEventListener('wheel', function (e) {
97
+ if (domref.current) {
98
+ domref.current.scrollTop -= e.wheelDelta / 5;
99
+ }
100
+ }, {
101
+ target: domref
102
+ });
98
103
  return /*#__PURE__*/_jsx(_Fragment, {
99
104
  children: /*#__PURE__*/_jsx("div", {
100
105
  ref: domref,
101
106
  style: {
102
107
  width: width,
103
- height: height
108
+ height: height,
109
+ overflow: 'auto'
104
110
  }
105
111
  })
106
112
  });
@@ -1,47 +1,34 @@
1
1
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
2
-
3
2
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
-
5
3
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
6
-
7
4
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
8
-
9
5
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
10
-
11
6
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
-
13
7
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
14
-
15
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
16
-
17
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
18
-
8
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
19
10
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
20
-
21
11
  import React, { useState } from 'react';
12
+ import Player from "../../Player";
22
13
  import Map from "../BasicMap";
23
14
  import ClusterLayer from "../ClusterLayer";
24
- import InfoWindow from "./MakerLikeWindow";
25
15
  import deviceList from "../points.json";
26
- import Player from "../../Player";
16
+ import InfoWindow from "./MakerLikeWindow";
27
17
  import { jsx as _jsx } from "react/jsx-runtime";
28
18
  import { jsxs as _jsxs } from "react/jsx-runtime";
29
-
30
19
  var App = function App() {
31
20
  var _useState = useState([]),
32
- _useState2 = _slicedToArray(_useState, 2),
33
- state = _useState2[0],
34
- setState = _useState2[1];
35
-
21
+ _useState2 = _slicedToArray(_useState, 2),
22
+ state = _useState2[0],
23
+ setState = _useState2[1];
36
24
  var addDeviceInfoWindow = function addDeviceInfoWindow(item) {
37
25
  var longitude = item.longitude,
38
- latitude = item.latitude,
39
- cid = item.cid;
26
+ latitude = item.latitude,
27
+ cid = item.cid;
40
28
  var arr = state;
41
29
  var index = arr.findIndex(function (v) {
42
30
  return v.cid === cid;
43
31
  });
44
-
45
32
  if (index === -1) {
46
33
  arr.push({
47
34
  visible: true,
@@ -50,14 +37,11 @@ var App = function App() {
50
37
  url: 'http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4'
51
38
  });
52
39
  }
53
-
54
40
  if (index > -1 && !arr[index].visible) {
55
41
  arr[index].visible = true;
56
42
  }
57
-
58
43
  setState(_toConsumableArray(arr));
59
44
  };
60
-
61
45
  return /*#__PURE__*/_jsx("div", {
62
46
  style: {
63
47
  width: '100%',
@@ -75,14 +59,18 @@ var App = function App() {
75
59
  center: item.center,
76
60
  width: 200,
77
61
  height: 100,
78
- children: /*#__PURE__*/_jsx(Player, {
79
- url: item.url,
80
- hideContrallerBar: true
62
+ children: /*#__PURE__*/_jsx("div", {
63
+ style: {
64
+ height: '400px'
65
+ },
66
+ children: /*#__PURE__*/_jsx(Player, {
67
+ url: item.url,
68
+ hideContrallerBar: true
69
+ })
81
70
  })
82
71
  }, item.cid);
83
72
  })]
84
73
  })
85
74
  });
86
75
  };
87
-
88
76
  export default App;
@@ -6,14 +6,13 @@ import "./index.less";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
8
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
9
-
10
9
  function Tools(_ref) {
11
10
  var scale = _ref.scale,
12
- imgDownload = _ref.imgDownload,
13
- setScale = _ref.setScale,
14
- setRotate = _ref.setRotate,
15
- containerEle = _ref.containerEle,
16
- resetPicture = _ref.resetPicture;
11
+ imgDownload = _ref.imgDownload,
12
+ setScale = _ref.setScale,
13
+ setRotate = _ref.setRotate,
14
+ containerEle = _ref.containerEle,
15
+ resetPicture = _ref.resetPicture;
17
16
  return /*#__PURE__*/_jsxs(_Fragment, {
18
17
  children: [/*#__PURE__*/_jsxs("div", {
19
18
  className: "picture-tools",
@@ -91,5 +90,4 @@ function Tools(_ref) {
91
90
  })]
92
91
  });
93
92
  }
94
-
95
93
  export default Tools;