@realsee/vreo 1.2.1-alpha.0 → 1.2.1-alpha.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.
- package/lib/PlayController/createHTMLAudioElement.js +6 -11
- package/lib/PlayController/index.js +15 -80
- package/lib/Player/App.js +0 -26
- package/lib/Player/Controller.js +23 -100
- package/lib/Player/custom/SpatialScenePanel/index.js +42 -68
- package/lib/Player/hooks.js +0 -10
- package/lib/Player/index.js +24 -86
- package/lib/Player/modules/Drawer/index.js +0 -17
- package/lib/Player/modules/PopUp/index.js +0 -10
- package/lib/Player/modules/ResizeObserver/index.js +0 -8
- package/lib/Player/modules/VideoAgent/VideoAgentMesh.js +17 -108
- package/lib/Player/modules/VideoAgent/VideoAgentScene.js +2 -24
- package/lib/Player/modules/VideoAgent/index.js +0 -17
- package/lib/Player/modules/Wave/index.js +7 -32
- package/lib/Player/modules/keyframes/BgMusic/index.js +7 -23
- package/lib/Player/modules/keyframes/CameraMovement/index.js +3 -27
- package/lib/Player/modules/keyframes/InfoPanel/index.js +8 -29
- package/lib/Player/modules/keyframes/ModelVideo/index.js +3 -29
- package/lib/Player/modules/keyframes/PanoEffect/index.js +15 -43
- package/lib/Player/modules/keyframes/PanoEffect/lineAnime.js +0 -7
- package/lib/Player/modules/keyframes/PanoTag/index.js +9 -20
- package/lib/Player/modules/keyframes/PanoTextLabel/index.js +22 -47
- package/lib/Player/modules/keyframes/Prompter/index.js +10 -32
- package/lib/Player/modules/keyframes/UpdateVRPanorama/index.js +18 -25
- package/lib/Player/modules/keyframes/VideoEffect/index.js +12 -47
- package/lib/fivePlugins/CSS3DRenderPlugin/centerPoint.js +0 -2
- package/lib/fivePlugins/CSS3DRenderPlugin/createResizeObserver.js +0 -1
- package/lib/fivePlugins/CSS3DRenderPlugin/evenNumber.js +0 -1
- package/lib/fivePlugins/CSS3DRenderPlugin/index.js +19 -60
- package/lib/fivePlugins/CSS3DRenderPlugin/transformPositionToVector3.js +2 -5
- package/lib/fivePlugins/CameraMovementPlugin/index.js +28 -76
- package/lib/fivePlugins/CameraMovementPlugin/typings.js +0 -4
- package/lib/fivePlugins/ModelTVVideoPlugin/index.js +11 -60
- package/lib/index.js +0 -1
- package/lib/react/index.js +7 -34
- package/lib/shared-utils/Audio.js +15 -69
- package/lib/shared-utils/AudioLike.js +5 -39
- package/lib/shared-utils/Preloader.js +0 -7
- package/lib/shared-utils/addResizeListener.js +0 -5
- package/lib/shared-utils/animationFrame/BetterTween.js +2 -38
- package/lib/shared-utils/animationFrame/index.js +2 -10
- package/lib/shared-utils/animationFrame/tween.js +2 -11
- package/lib/shared-utils/createTransMatrix.js +2 -17
- package/lib/shared-utils/getFileExpandedName.js +0 -1
- package/lib/shared-utils/getMediaInfo.js +0 -9
- package/lib/shared-utils/setElementDataset.js +0 -2
- package/lib/typings/VreoUnit.js +0 -15
- package/package.json +2 -2
package/lib/Player/index.js
CHANGED
|
@@ -1,101 +1,64 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
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); }
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.Player = void 0;
|
|
9
|
-
|
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
9
|
var ReactDOM = _interopRequireWildcard(require("react-dom"));
|
|
13
|
-
|
|
14
10
|
var _five = require("@realsee/five");
|
|
15
|
-
|
|
16
11
|
var _App = require("./App");
|
|
17
|
-
|
|
18
12
|
var _Controller = require("./Controller");
|
|
19
|
-
|
|
20
13
|
var _VreoUnit = require("../typings/VreoUnit");
|
|
21
|
-
|
|
22
14
|
var _mobx = require("mobx");
|
|
23
|
-
|
|
24
15
|
var _Drawer = require("./modules/Drawer");
|
|
25
|
-
|
|
26
16
|
var _PopUp = require("./modules/PopUp");
|
|
27
|
-
|
|
28
17
|
var _Audio = require("../shared-utils/Audio");
|
|
29
|
-
|
|
30
18
|
var _location$search$matc, _location$search$matc2;
|
|
31
|
-
|
|
32
19
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
33
|
-
|
|
34
20
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
35
|
-
|
|
21
|
+
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; }
|
|
36
22
|
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); } }
|
|
37
|
-
|
|
38
23
|
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); }); }; }
|
|
39
|
-
|
|
40
24
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
41
|
-
|
|
42
25
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
43
|
-
|
|
44
26
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
45
|
-
|
|
46
27
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
47
|
-
|
|
48
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
49
|
-
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
50
29
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
51
|
-
|
|
52
30
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
53
|
-
|
|
54
31
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
55
|
-
|
|
56
32
|
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; } }
|
|
57
|
-
|
|
58
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
59
|
-
|
|
33
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
60
34
|
var DefaultAudioCacheLength = 3;
|
|
61
35
|
var audioCacheLength = Number((_location$search$matc = (_location$search$matc2 = location.search.match(/audio_cache=(\d+)/)) === null || _location$search$matc2 === void 0 ? void 0 : _location$search$matc2[1]) !== null && _location$search$matc !== void 0 ? _location$search$matc : DefaultAudioCacheLength);
|
|
62
|
-
|
|
63
36
|
var Player = /*#__PURE__*/function (_Subscribe) {
|
|
64
37
|
_inherits(Player, _Subscribe);
|
|
65
|
-
|
|
66
38
|
var _super = _createSuper(Player);
|
|
67
|
-
|
|
68
39
|
function Player(five) {
|
|
69
40
|
var _this;
|
|
70
|
-
|
|
71
41
|
var configs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
72
|
-
|
|
73
42
|
_classCallCheck(this, Player);
|
|
74
|
-
|
|
75
43
|
_this = _super.call(this);
|
|
76
44
|
_this.$five = five;
|
|
77
45
|
(0, _Audio.generateBlankAudio)(audioCacheLength);
|
|
78
|
-
|
|
79
46
|
if (!configs.container) {
|
|
80
47
|
configs.container = configs.containter;
|
|
81
48
|
}
|
|
82
|
-
|
|
83
49
|
if (!configs.container) {
|
|
84
50
|
var _five$getElement;
|
|
85
|
-
|
|
86
51
|
var container = document.getElementById('vreo-app') || document.createElement('div');
|
|
87
52
|
ReactDOM.unmountComponentAtNode(container);
|
|
88
53
|
container.setAttribute('id', 'vreo-app');
|
|
89
54
|
configs.container = container;
|
|
90
55
|
var fiveCanvasDomParent = (_five$getElement = five.getElement()) === null || _five$getElement === void 0 ? void 0 : _five$getElement.parentNode;
|
|
91
|
-
|
|
92
56
|
if (fiveCanvasDomParent) {
|
|
93
57
|
fiveCanvasDomParent.append(container);
|
|
94
58
|
} else {
|
|
95
59
|
document.body.append(container);
|
|
96
60
|
}
|
|
97
61
|
}
|
|
98
|
-
|
|
99
62
|
if (!configs.container.classList.contains('vreo-app')) configs.container.classList.add('vreo-app');
|
|
100
63
|
_this.configs = Object.freeze(Object.assign({
|
|
101
64
|
keyframeMap: {}
|
|
@@ -123,8 +86,9 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
123
86
|
},
|
|
124
87
|
five: five
|
|
125
88
|
});
|
|
126
|
-
})), configs.container);
|
|
89
|
+
})), configs.container);
|
|
127
90
|
|
|
91
|
+
// 监听播放情况:抛出触发时机
|
|
128
92
|
(0, _mobx.reaction)(function () {
|
|
129
93
|
return _this.controller.ended;
|
|
130
94
|
}, function (ended) {
|
|
@@ -141,25 +105,23 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
141
105
|
});
|
|
142
106
|
return _this;
|
|
143
107
|
}
|
|
144
|
-
|
|
145
108
|
_createClass(Player, [{
|
|
146
109
|
key: "load",
|
|
147
110
|
value: function () {
|
|
148
|
-
var _load = _asyncToGenerator( /*#__PURE__*/
|
|
111
|
+
var _load = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(vreoUnit) {
|
|
149
112
|
var _this$controller$medi,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
113
|
+
_this$configs$imageOp,
|
|
114
|
+
_this$controller$vide,
|
|
115
|
+
_this$controller$vide2,
|
|
116
|
+
_this2 = this;
|
|
155
117
|
var currentTime,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
return
|
|
118
|
+
preload,
|
|
119
|
+
force,
|
|
120
|
+
panoIndexMap,
|
|
121
|
+
panoIndexes,
|
|
122
|
+
i,
|
|
123
|
+
_args = arguments;
|
|
124
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
163
125
|
while (1) {
|
|
164
126
|
switch (_context.prev = _context.next) {
|
|
165
127
|
case 0:
|
|
@@ -168,10 +130,10 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
168
130
|
force = _args.length > 3 && _args[3] !== undefined ? _args[3] : false;
|
|
169
131
|
this.controller.clear();
|
|
170
132
|
this.controller.setLoading(true);
|
|
171
|
-
|
|
172
133
|
if (force) {
|
|
173
134
|
vreoUnit = JSON.parse(JSON.stringify(vreoUnit));
|
|
174
|
-
}
|
|
135
|
+
}
|
|
136
|
+
// if (!this.controller.visible) {
|
|
175
137
|
// this.controller.setVisible(true)
|
|
176
138
|
// // 延迟 500ms 规避跟 DOM 动画冲突
|
|
177
139
|
// await new Promise((resolve) => {
|
|
@@ -179,81 +141,66 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
179
141
|
// })
|
|
180
142
|
// }
|
|
181
143
|
|
|
182
|
-
|
|
183
144
|
if (this.controller.stopInterval) {
|
|
184
145
|
this.controller.stopInterval();
|
|
185
146
|
this.controller.stopInterval = undefined;
|
|
186
147
|
}
|
|
187
|
-
|
|
188
148
|
this.controller.vreoUnit = vreoUnit;
|
|
189
|
-
(_this$controller$medi = this.controller.mediaInstance) === null || _this$controller$medi === void 0 ? void 0 : _this$controller$medi.pause();
|
|
190
|
-
// 是否降低图片分辨率
|
|
149
|
+
(_this$controller$medi = this.controller.mediaInstance) === null || _this$controller$medi === void 0 ? void 0 : _this$controller$medi.pause();
|
|
191
150
|
|
|
151
|
+
// 预载逻辑
|
|
152
|
+
// 是否降低图片分辨率
|
|
192
153
|
if (this.$five.imageOptions.size && (_this$configs$imageOp = this.configs.imageOptions) !== null && _this$configs$imageOp !== void 0 && _this$configs$imageOp.size && this.$five.imageOptions.size > this.configs.imageOptions.size) {
|
|
193
154
|
this.$five.imageOptions.size = this.configs.imageOptions.size;
|
|
194
|
-
}
|
|
195
|
-
|
|
155
|
+
}
|
|
196
156
|
|
|
157
|
+
// 预载数据中的点位
|
|
197
158
|
if (!(preload || preload === undefined && this.configs.autoPreload)) {
|
|
198
159
|
_context.next = 20;
|
|
199
160
|
break;
|
|
200
161
|
}
|
|
201
|
-
|
|
202
162
|
panoIndexMap = vreoUnit.keyframes.filter(function (vreoKeyframe) {
|
|
203
163
|
if (vreoKeyframe.type !== _VreoUnit.VreoKeyframeEnum.CameraMovement) {
|
|
204
164
|
return false;
|
|
205
165
|
}
|
|
206
|
-
|
|
207
166
|
var data = vreoKeyframe.data;
|
|
208
|
-
|
|
209
167
|
if (data.panoIndex === undefined) {
|
|
210
168
|
return false;
|
|
211
169
|
}
|
|
212
|
-
|
|
213
170
|
return true;
|
|
214
171
|
}).reduce(function (accu, curr) {
|
|
215
172
|
var panoIndex = curr.data.panoIndex;
|
|
216
|
-
|
|
217
173
|
if (!accu[panoIndex]) {
|
|
218
174
|
accu[panoIndex] = true;
|
|
219
175
|
}
|
|
220
|
-
|
|
221
176
|
return accu;
|
|
222
177
|
}, {});
|
|
223
178
|
panoIndexes = Object.keys(panoIndexMap);
|
|
224
179
|
i = 0;
|
|
225
|
-
|
|
226
180
|
case 14:
|
|
227
181
|
if (!(i < panoIndexes.length)) {
|
|
228
182
|
_context.next = 20;
|
|
229
183
|
break;
|
|
230
184
|
}
|
|
231
|
-
|
|
232
185
|
_context.next = 17;
|
|
233
186
|
return this.$five.preloadPano(Number(panoIndexes[i]));
|
|
234
|
-
|
|
235
187
|
case 17:
|
|
236
188
|
i++;
|
|
237
189
|
_context.next = 14;
|
|
238
190
|
break;
|
|
239
|
-
|
|
240
191
|
case 20:
|
|
241
192
|
// 新数据载入就绪
|
|
242
193
|
this.emit('loaded', vreoUnit);
|
|
243
194
|
this.controller.emit('loaded', vreoUnit);
|
|
244
|
-
|
|
245
195
|
if ((_this$controller$vide = this.controller.videoAgentScene) !== null && _this$controller$vide !== void 0 && _this$controller$vide.videoAgentMesh.mediaInstance) {
|
|
246
196
|
this.controller.videoAgentScene.videoAgentMesh.mediaInstance.currentTime = currentTime / 1000;
|
|
247
197
|
}
|
|
248
|
-
|
|
249
198
|
this.controller.setAvatar(vreoUnit.video.avatar);
|
|
250
199
|
_context.next = 26;
|
|
251
200
|
return (0, _Audio.waitForBlankAudioGenerated)();
|
|
252
|
-
|
|
253
201
|
case 26:
|
|
254
202
|
_context.next = 28;
|
|
255
203
|
return (_this$controller$vide2 = this.controller.videoAgentScene) === null || _this$controller$vide2 === void 0 ? void 0 : _this$controller$vide2.videoAgentMesh.play(vreoUnit.video.url, currentTime / 1000, vreoUnit.video.duration);
|
|
256
|
-
|
|
257
204
|
case 28:
|
|
258
205
|
this.controller.setEnded(false);
|
|
259
206
|
this.play();
|
|
@@ -262,7 +209,6 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
262
209
|
});
|
|
263
210
|
this.controller.setLoading(false);
|
|
264
211
|
return _context.abrupt("return", true);
|
|
265
|
-
|
|
266
212
|
case 33:
|
|
267
213
|
case "end":
|
|
268
214
|
return _context.stop();
|
|
@@ -270,11 +216,9 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
270
216
|
}
|
|
271
217
|
}, _callee, this);
|
|
272
218
|
}));
|
|
273
|
-
|
|
274
219
|
function load(_x) {
|
|
275
220
|
return _load.apply(this, arguments);
|
|
276
221
|
}
|
|
277
|
-
|
|
278
222
|
return load;
|
|
279
223
|
}()
|
|
280
224
|
}, {
|
|
@@ -286,13 +230,10 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
286
230
|
key: "play",
|
|
287
231
|
value: function play(currentTime) {
|
|
288
232
|
var _this$controller$vreo;
|
|
289
|
-
|
|
290
233
|
if (this.controller.playing) return true;
|
|
291
|
-
|
|
292
234
|
if (currentTime && this.controller.mediaInstance) {
|
|
293
235
|
this.controller.mediaInstance.currentTime = currentTime / 1000;
|
|
294
236
|
}
|
|
295
|
-
|
|
296
237
|
Object.assign(window, {
|
|
297
238
|
$vreoController: this.controller
|
|
298
239
|
});
|
|
@@ -334,15 +275,12 @@ var Player = /*#__PURE__*/function (_Subscribe) {
|
|
|
334
275
|
key: "dispose",
|
|
335
276
|
value: function dispose() {
|
|
336
277
|
this.controller.dispose();
|
|
337
|
-
|
|
338
278
|
if (this.configs.container) {
|
|
339
279
|
ReactDOM.unmountComponentAtNode(this.configs.container);
|
|
340
280
|
}
|
|
341
281
|
}
|
|
342
282
|
}]);
|
|
343
|
-
|
|
344
283
|
return Player;
|
|
345
284
|
}(_five.Subscribe);
|
|
346
|
-
|
|
347
285
|
exports.Player = Player;
|
|
348
286
|
console.log("\n \u250F\u2501\u2501\u2501\u2513\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u250F\u2513\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n \u2503\u250F\u2501\u2513\u2503\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2503\u2503\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n \u2503\u2517\u2501\u251B\u2503\u250F\u2501\u2501\u2513\u250F\u2501\u2501\u2513\u2501\u2503\u2503\u2501\u250F\u2501\u2501\u2513\u250F\u2501\u2501\u2513\u250F\u2501\u2501\u2513\n \u2503\u250F\u2513\u250F\u251B\u2503\u250F\u2513\u2503\u2517\u2501\u2513\u2503\u2501\u2503\u2503\u2501\u2503\u2501\u2501\u252B\u2503\u250F\u2513\u2503\u2503\u250F\u2513\u2503\n \u2503\u2503\u2503\u2517\u2513\u2503\u2503\u2501\u252B\u2503\u2517\u251B\u2517\u2513\u2503\u2517\u2513\u2523\u2501\u2501\u2503\u2503\u2503\u2501\u252B\u2503\u2503\u2501\u252B\n \u2517\u251B\u2517\u2501\u251B\u2517\u2501\u2501\u251B\u2517\u2501\u2501\u2501\u251B\u2517\u2501\u251B\u2517\u2501\u2501\u251B\u2517\u2501\u2501\u251B\u2517\u2501\u2501\u251B\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n");
|
|
@@ -1,48 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
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); }
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.Drawer = Drawer;
|
|
9
|
-
|
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
9
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
-
|
|
14
10
|
var _mobxReact = require("mobx-react");
|
|
15
|
-
|
|
16
11
|
var _hooks = require("../../hooks");
|
|
17
|
-
|
|
18
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
|
|
20
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
-
|
|
22
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
|
-
|
|
24
15
|
var DrawerView = (0, _mobxReact.observer)(function (_ref) {
|
|
25
16
|
var _controller$drawerCon2;
|
|
26
|
-
|
|
27
17
|
var controller = _ref.controller;
|
|
28
18
|
var maxHeight = '400px';
|
|
29
|
-
|
|
30
19
|
var height = function () {
|
|
31
20
|
var _controller$drawerCon;
|
|
32
|
-
|
|
33
21
|
var height = (_controller$drawerCon = controller.drawerConfig) === null || _controller$drawerCon === void 0 ? void 0 : _controller$drawerCon.height;
|
|
34
|
-
|
|
35
22
|
if (!height) {
|
|
36
23
|
return 'max-content';
|
|
37
24
|
}
|
|
38
|
-
|
|
39
25
|
if (typeof height === 'number') {
|
|
40
26
|
return height + 'px';
|
|
41
27
|
}
|
|
42
|
-
|
|
43
28
|
return height;
|
|
44
29
|
}();
|
|
45
|
-
|
|
46
30
|
return /*#__PURE__*/React.createElement("div", {
|
|
47
31
|
className: (0, _classnames["default"])('vreo-drawer', {
|
|
48
32
|
'vreo-drawer-visible': controller.drawerConfig && controller.drawerConfig.content
|
|
@@ -58,7 +42,6 @@ var DrawerView = (0, _mobxReact.observer)(function (_ref) {
|
|
|
58
42
|
}
|
|
59
43
|
}, ((_controller$drawerCon2 = controller.drawerConfig) === null || _controller$drawerCon2 === void 0 ? void 0 : _controller$drawerCon2.content) || ''));
|
|
60
44
|
});
|
|
61
|
-
|
|
62
45
|
function Drawer() {
|
|
63
46
|
var controller = (0, _hooks.useController)();
|
|
64
47
|
return /*#__PURE__*/React.createElement(DrawerView, {
|
|
@@ -1,26 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
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); }
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.PopUp = PopUp;
|
|
9
|
-
|
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
9
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
-
|
|
14
10
|
var _mobxReact = require("mobx-react");
|
|
15
|
-
|
|
16
11
|
var _hooks = require("../../hooks");
|
|
17
|
-
|
|
18
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
|
|
20
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
-
|
|
22
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
|
-
|
|
24
15
|
var PopUpView = (0, _mobxReact.observer)(function (_ref) {
|
|
25
16
|
var controller = _ref.controller;
|
|
26
17
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -34,7 +25,6 @@ var PopUpView = (0, _mobxReact.observer)(function (_ref) {
|
|
|
34
25
|
className: "vreo-PopUp-inner"
|
|
35
26
|
}, controller.popUp || ''));
|
|
36
27
|
});
|
|
37
|
-
|
|
38
28
|
function PopUp() {
|
|
39
29
|
var controller = (0, _hooks.useController)();
|
|
40
30
|
return /*#__PURE__*/React.createElement(PopUpView, {
|
|
@@ -4,20 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.ResizeObserver = ResizeObserver;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _addResizeListener = require("../../../shared-utils/addResizeListener");
|
|
11
|
-
|
|
12
9
|
var _hooks = require("../../hooks");
|
|
13
|
-
|
|
14
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
|
|
16
11
|
function ResizeObserver() {
|
|
17
12
|
var ref = _react["default"].useRef(null);
|
|
18
|
-
|
|
19
13
|
var controller = (0, _hooks.useController)();
|
|
20
|
-
|
|
21
14
|
_react["default"].useEffect(function () {
|
|
22
15
|
if (!ref.current) return;
|
|
23
16
|
var resizeElement = controller.container.parentElement;
|
|
@@ -29,7 +22,6 @@ function ResizeObserver() {
|
|
|
29
22
|
dispose();
|
|
30
23
|
};
|
|
31
24
|
}, []);
|
|
32
|
-
|
|
33
25
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
34
26
|
className: "resizeObserver-element",
|
|
35
27
|
ref: ref
|