@desynova-digital/player 4.0.85 → 4.0.86
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/Manager.js +8 -9
- package/actions/player.js +54 -3
- package/components/AudioMeter.js +27 -28
- package/components/BigPlayButton.js +16 -17
- package/components/ImageViewer.js +16 -17
- package/components/MarkerBar.js +16 -17
- package/components/Menu.js +2 -2
- package/components/Player.js +179 -107
- package/components/PlayerHeader.js +120 -65
- package/components/Playlist.js +14 -15
- package/components/PointersBar.js +19 -20
- package/components/PosterImage.js +1 -1
- package/components/SDOutline.js +2 -2
- package/components/Shortcut.js +85 -75
- package/components/Slider.js +33 -33
- package/components/TagsBar.js +15 -16
- package/components/Video.js +127 -123
- package/components/control-bar/AudioTracksMenuButton.js +14 -15
- package/components/control-bar/CameraButton.js +15 -16
- package/components/control-bar/CaptionControlMenuButton.js +19 -20
- package/components/control-bar/CommentsButton.js +16 -17
- package/components/control-bar/ControlBar.js +17 -18
- package/components/control-bar/EditorControlMenuButton.js +16 -17
- package/components/control-bar/ForwardControl.js +1 -1
- package/components/control-bar/ForwardReplayControl.js +15 -16
- package/components/control-bar/FullscreenToggle.js +24 -19
- package/components/control-bar/PlayToggle.js +15 -16
- package/components/control-bar/ReplayControl.js +1 -1
- package/components/control-bar/SettingsMenuButton.js +4 -4
- package/components/control-bar/SubtitleLanguagesMenuButton.js +14 -15
- package/components/control-bar/SubtitleMovementMenu.js +16 -17
- package/components/control-bar/VolumeMenuButton.js +16 -17
- package/components/control-bar/ZoomMenuButton.js +16 -17
- package/components/marking-controls/MarkInControl.js +15 -16
- package/components/marking-controls/MarkOutControl.js +15 -16
- package/components/marking-controls/MarkingAddButton.js +15 -16
- package/components/marking-controls/MarkingControl.js +2 -2
- package/components/marking-controls/MarkingDeleteButton.js +15 -16
- package/components/marking-controls/MarkingDuration.js +2 -2
- package/components/marking-controls/MarkingPreview.js +15 -16
- package/components/marking-controls/TimecodeFormatSelector.js +7 -7
- package/components/progress-bar/AudioWaveform.js +15 -16
- package/components/progress-bar/LoadProgressBar.js +1 -1
- package/components/progress-bar/MouseTimeDisplay.js +1 -1
- package/components/progress-bar/PlayProgressBar.js +2 -2
- package/components/progress-bar/ProgressControl.js +19 -20
- package/components/progress-bar/RenderCommentMarkers.js +186 -0
- package/components/progress-bar/SeekBar.js +31 -32
- package/components/progress-bar/Timeline.js +14 -15
- package/components/settings-menu-control/CameraControl.js +3 -3
- package/components/settings-menu-control/ChildMenuComponent.js +28 -29
- package/components/settings-menu-control/ParentMenuComponent.js +17 -18
- package/components/settings-menu-control/PlaybackRateControl.js +15 -16
- package/components/settings-menu-control/SafeAreaControl.js +15 -16
- package/components/settings-menu-control/SettingsMenu.js +12 -12
- package/components/time-controls/CurrentTimeDisplay.js +7 -7
- package/components/time-controls/DurationDisplay.js +2 -2
- package/components/time-controls/TimeDivider.js +2 -2
- package/components/volume-control/VolumeBar.js +24 -25
- package/components/volume-control/VolumeControl.js +1 -1
- package/components/volume-control/VolumeLevel.js +2 -2
- package/components/zoom-control/ZoomBar.js +23 -24
- package/components/zoom-control/ZoomLevel.js +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
- package/reducers/operation.js +2 -2
- package/reducers/player.js +2 -2
- package/utils/browser.js +14 -14
- package/utils/dom.js +18 -18
- package/utils/fullscreen.js +5 -6
- package/utils/index.js +54 -54
package/components/Video.js
CHANGED
|
@@ -17,32 +17,32 @@ var _SDOutline = _interopRequireDefault(require("./SDOutline"));
|
|
|
17
17
|
var _components = require("@desynova-digital/components/components");
|
|
18
18
|
var _utils2 = require("@desynova-digital/player/utils");
|
|
19
19
|
var _templateObject, _templateObject2;
|
|
20
|
-
function _interopRequireDefault(
|
|
20
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
21
21
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
22
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
22
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
23
23
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
24
24
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
25
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
26
|
-
function _slicedToArray(
|
|
25
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
26
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
27
27
|
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."); }
|
|
28
|
-
function _unsupportedIterableToArray(
|
|
29
|
-
function _arrayLikeToArray(
|
|
28
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
29
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
30
30
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
31
|
-
function _arrayWithHoles(
|
|
32
|
-
function _classCallCheck(
|
|
33
|
-
function _defineProperties(
|
|
34
|
-
function _createClass(
|
|
31
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
32
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
33
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
34
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
35
35
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
36
|
-
function _possibleConstructorReturn(
|
|
36
|
+
function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
|
|
37
|
+
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
|
37
38
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
38
|
-
function _getPrototypeOf(
|
|
39
|
-
function
|
|
40
|
-
function
|
|
41
|
-
function
|
|
42
|
-
function
|
|
43
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
39
|
+
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
|
40
|
+
function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
|
|
41
|
+
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
|
42
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
43
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
44
44
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
45
|
-
function _taggedTemplateLiteral(
|
|
45
|
+
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
46
46
|
var propTypes = {
|
|
47
47
|
actions: _propTypes.PropTypes.instanceOf(Object),
|
|
48
48
|
player: _propTypes.PropTypes.instanceOf(Object),
|
|
@@ -107,18 +107,19 @@ var defaultProps = {
|
|
|
107
107
|
var SubTitleSection = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n position: absolute;\n font-family: SFUIText-Regular;\n font-size: 16px;\n bottom: 20px;\n width: 100%;\n display: flex;\n justify-content: center;\n text-align: center;\n color: #ffffff;\n height: 90%;\n align-items: center;\n\n .subtitleContainer {\n border-radius: 4px;\n width: fit-content;\n background: #000000;\n opacity: 0.9;\n padding: ", ";\n line-height: 20px;\n position: absolute;\n\n i,\n em {\n font-style: italic; /* Override the font style for <em> tags inside elements with the class .someClass */\n }\n\n strong {\n font-weight: bold;\n }\n }\n .longSubtitleStyles {\n overflow-y: auto;\n height: fit-content;\n max-height: 70px;\n max-width: 75%;\n width: fit-content;\n }\n"])), function (props) {
|
|
108
108
|
return props.currentSubtitleObj && props.currentSubtitleObj.line1 ? '8px 10px' : '0px';
|
|
109
109
|
});
|
|
110
|
-
var VideoBlock = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n position: relative;\n &.video-react-player-block {\n position: relative;\n transition: all 0.1s ease-in-out;\n -moz-transition: all 0.1s ease-in-out;\n -webkit-transition: all 0.1s ease-in-out;\n -ms-transition: all 0.1s ease-in-out;\n -o-transition: all 0.1s ease-in-out;\n ", "\n video {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n right: 0;\n bottom: 0;\n }\n .audio-tracks {\n position: relative;\n display: flex;\n background: rgba(0, 0, 0, 0.5);\n color: #fff;\n z-index: 10;\n position: absolute;\n width: 100%;\n bottom: 0;\n p {\n cursor: pointer;\n padding: 10px;\n }\n }\n .loader-container {\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n z-index: 10;\n background: rgba(0, 0, 0, 0.5);\n }\n }\n &.ratio-border {\n // border: 1px solid rgba(255, 255, 255, 0.5);\n &:after {\n content: ", ";\n position: absolute;\n color: #fff;\n font-family: SFUIText-Regular;\n font-size: 12px;\n transform: rotate(-90deg);\n top: 20%;\n left: -50px;\n }\n }\n"])), function (props) {
|
|
110
|
+
var VideoBlock = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n position: relative;\n &.video-react-player-block {\n position: relative;\n transition: all 0.1s ease-in-out;\n -moz-transition: all 0.1s ease-in-out;\n -webkit-transition: all 0.1s ease-in-out;\n -ms-transition: all 0.1s ease-in-out;\n -o-transition: all 0.1s ease-in-out;\n ", "\n video {\n position: absolute;\n top: 0;\n left: 0;\n // width: 100%;\n width: ", ";\n height: 100%;\n right: 0;\n bottom: 0;\n }\n .audio-tracks {\n position: relative;\n display: flex;\n background: rgba(0, 0, 0, 0.5);\n color: #fff;\n z-index: 10;\n position: absolute;\n width: 100%;\n bottom: 0;\n p {\n cursor: pointer;\n padding: 10px;\n }\n }\n .loader-container {\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n z-index: 10;\n background: rgba(0, 0, 0, 0.5);\n }\n }\n &.ratio-border {\n // border: 1px solid rgba(255, 255, 255, 0.5);\n &:after {\n content: ", ";\n position: absolute;\n color: #fff;\n font-family: SFUIText-Regular;\n font-size: 12px;\n transform: rotate(-90deg);\n top: 20%;\n left: -50px;\n }\n }\n"])), function (props) {
|
|
111
111
|
return props.svgLayerActive && "\n pointer-events: none;\n video {\n pointer-events: none;\n }\n ";
|
|
112
|
+
}, function (props) {
|
|
113
|
+
return props.isRightMenuVisible && props.isFullScreen ? '74%' : '100%';
|
|
112
114
|
}, function (props) {
|
|
113
115
|
return props.HDBorder ? '"16:9 Safe Area"' : '';
|
|
114
116
|
});
|
|
115
117
|
var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
116
|
-
_inherits(Video, _Component);
|
|
117
118
|
function Video(props) {
|
|
118
119
|
var _this;
|
|
119
120
|
_classCallCheck(this, Video);
|
|
120
121
|
_this = _callSuper(this, Video, [props]);
|
|
121
|
-
_defineProperty(
|
|
122
|
+
_defineProperty(_this, "updateAnnotateVisibility", function () {
|
|
122
123
|
if (!_this.video) return;
|
|
123
124
|
var _this$props = _this.props,
|
|
124
125
|
initialTime = _this$props.initialTime,
|
|
@@ -136,10 +137,10 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
136
137
|
});
|
|
137
138
|
}
|
|
138
139
|
});
|
|
139
|
-
_defineProperty(
|
|
140
|
+
_defineProperty(_this, "onVideoTimeUpdate", function () {
|
|
140
141
|
_this.updateAnnotateVisibility();
|
|
141
142
|
});
|
|
142
|
-
_defineProperty(
|
|
143
|
+
_defineProperty(_this, "buildSmoothPath", function (points, width, height) {
|
|
143
144
|
if (!points || points.length < 2) return '';
|
|
144
145
|
var startX = points[0].x * width;
|
|
145
146
|
var startY = points[0].y * height;
|
|
@@ -158,7 +159,7 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
158
159
|
path += " L ".concat(lastX, " ").concat(lastY);
|
|
159
160
|
return path;
|
|
160
161
|
});
|
|
161
|
-
_defineProperty(
|
|
162
|
+
_defineProperty(_this, "getTimeData", function (time) {
|
|
162
163
|
var _this$props2 = _this.props,
|
|
163
164
|
inTime = _this$props2.inTime,
|
|
164
165
|
outTime = _this$props2.outTime,
|
|
@@ -218,45 +219,46 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
218
219
|
};
|
|
219
220
|
_this.video = null; // the html5 video
|
|
220
221
|
_this.manager = new _Manager["default"](props.store);
|
|
221
|
-
_this.getStyle = _this.getStyle.bind(
|
|
222
|
-
_this.getChildren = _this.getChildren.bind(
|
|
223
|
-
_this.play = _this.play.bind(
|
|
224
|
-
_this.pause = _this.pause.bind(
|
|
225
|
-
_this.seek = _this.seek.bind(
|
|
226
|
-
_this.forward = _this.forward.bind(
|
|
227
|
-
_this.replay = _this.replay.bind(
|
|
228
|
-
_this.toggleFullscreen = _this.toggleFullscreen.bind(
|
|
229
|
-
_this.getProperties = _this.getProperties.bind(
|
|
230
|
-
_this.renderChildren = _this.renderChildren.bind(
|
|
231
|
-
_this.handleLoadStart = _this.handleLoadStart.bind(
|
|
232
|
-
_this.handleCanPlay = _this.handleCanPlay.bind(
|
|
233
|
-
_this.handleCanPlayThrough = _this.handleCanPlayThrough.bind(
|
|
234
|
-
_this.handlePlay = _this.handlePlay.bind(
|
|
235
|
-
_this.handlePlaying = _this.handlePlaying.bind(
|
|
236
|
-
_this.handlePause = _this.handlePause.bind(
|
|
237
|
-
_this.handleEnded = _this.handleEnded.bind(
|
|
238
|
-
_this.handleWaiting = _this.handleWaiting.bind(
|
|
239
|
-
_this.handleSeeking = _this.handleSeeking.bind(
|
|
240
|
-
_this.handleSeeked = _this.handleSeeked.bind(
|
|
241
|
-
_this.handleFullscreenChange = _this.handleFullscreenChange.bind(
|
|
242
|
-
_this.handleError = _this.handleError.bind(
|
|
243
|
-
_this.handleSuspend = _this.handleSuspend.bind(
|
|
244
|
-
_this.handleAbort = _this.handleAbort.bind(
|
|
245
|
-
_this.handleEmptied = _this.handleEmptied.bind(
|
|
246
|
-
_this.handleStalled = _this.handleStalled.bind(
|
|
247
|
-
_this.handleLoadedMetaData = _this.handleLoadedMetaData.bind(
|
|
248
|
-
_this.handleLoadedData = _this.handleLoadedData.bind(
|
|
249
|
-
_this.handleTimeUpdate = _this.handleTimeUpdate.bind(
|
|
250
|
-
_this.handleRateChange = _this.handleRateChange.bind(
|
|
251
|
-
_this.handleVolumeChange = _this.handleVolumeChange.bind(
|
|
252
|
-
_this.handleDurationChange = _this.handleDurationChange.bind(
|
|
253
|
-
_this.handleProgress = (0, _utils.throttle)(_this.handleProgress.bind(
|
|
254
|
-
_this.handleKeypress = _this.handleKeypress.bind(
|
|
255
|
-
_this.audioVisualizer = _this.audioVisualizer.bind(
|
|
256
|
-
_this.checkWatermark = _this.checkWatermark.bind(
|
|
222
|
+
_this.getStyle = _this.getStyle.bind(_this);
|
|
223
|
+
_this.getChildren = _this.getChildren.bind(_this);
|
|
224
|
+
_this.play = _this.play.bind(_this);
|
|
225
|
+
_this.pause = _this.pause.bind(_this);
|
|
226
|
+
_this.seek = _this.seek.bind(_this);
|
|
227
|
+
_this.forward = _this.forward.bind(_this);
|
|
228
|
+
_this.replay = _this.replay.bind(_this);
|
|
229
|
+
_this.toggleFullscreen = _this.toggleFullscreen.bind(_this);
|
|
230
|
+
_this.getProperties = _this.getProperties.bind(_this);
|
|
231
|
+
_this.renderChildren = _this.renderChildren.bind(_this);
|
|
232
|
+
_this.handleLoadStart = _this.handleLoadStart.bind(_this);
|
|
233
|
+
_this.handleCanPlay = _this.handleCanPlay.bind(_this);
|
|
234
|
+
_this.handleCanPlayThrough = _this.handleCanPlayThrough.bind(_this);
|
|
235
|
+
_this.handlePlay = _this.handlePlay.bind(_this);
|
|
236
|
+
_this.handlePlaying = _this.handlePlaying.bind(_this);
|
|
237
|
+
_this.handlePause = _this.handlePause.bind(_this);
|
|
238
|
+
_this.handleEnded = _this.handleEnded.bind(_this);
|
|
239
|
+
_this.handleWaiting = _this.handleWaiting.bind(_this);
|
|
240
|
+
_this.handleSeeking = _this.handleSeeking.bind(_this);
|
|
241
|
+
_this.handleSeeked = _this.handleSeeked.bind(_this);
|
|
242
|
+
_this.handleFullscreenChange = _this.handleFullscreenChange.bind(_this);
|
|
243
|
+
_this.handleError = _this.handleError.bind(_this);
|
|
244
|
+
_this.handleSuspend = _this.handleSuspend.bind(_this);
|
|
245
|
+
_this.handleAbort = _this.handleAbort.bind(_this);
|
|
246
|
+
_this.handleEmptied = _this.handleEmptied.bind(_this);
|
|
247
|
+
_this.handleStalled = _this.handleStalled.bind(_this);
|
|
248
|
+
_this.handleLoadedMetaData = _this.handleLoadedMetaData.bind(_this);
|
|
249
|
+
_this.handleLoadedData = _this.handleLoadedData.bind(_this);
|
|
250
|
+
_this.handleTimeUpdate = _this.handleTimeUpdate.bind(_this);
|
|
251
|
+
_this.handleRateChange = _this.handleRateChange.bind(_this);
|
|
252
|
+
_this.handleVolumeChange = _this.handleVolumeChange.bind(_this);
|
|
253
|
+
_this.handleDurationChange = _this.handleDurationChange.bind(_this);
|
|
254
|
+
_this.handleProgress = (0, _utils.throttle)(_this.handleProgress.bind(_this), 250);
|
|
255
|
+
_this.handleKeypress = _this.handleKeypress.bind(_this);
|
|
256
|
+
_this.audioVisualizer = _this.audioVisualizer.bind(_this);
|
|
257
|
+
_this.checkWatermark = _this.checkWatermark.bind(_this);
|
|
257
258
|
return _this;
|
|
258
259
|
}
|
|
259
|
-
|
|
260
|
+
_inherits(Video, _Component);
|
|
261
|
+
return _createClass(Video, [{
|
|
260
262
|
key: "componentDidMount",
|
|
261
263
|
value: function componentDidMount() {
|
|
262
264
|
var src = this.props.src;
|
|
@@ -325,8 +327,8 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
325
327
|
}, {
|
|
326
328
|
key: "checkWatermark",
|
|
327
329
|
value:
|
|
328
|
-
/**
|
|
329
|
-
* This function is triggered on interval to shuffle the position of watermark on Player area
|
|
330
|
+
/**
|
|
331
|
+
* This function is triggered on interval to shuffle the position of watermark on Player area
|
|
330
332
|
*/
|
|
331
333
|
function checkWatermark() {
|
|
332
334
|
var watermark = this.state.watermark;
|
|
@@ -497,9 +499,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
497
499
|
aspectRatio = _this$props6.aspectRatio,
|
|
498
500
|
width = _this$props6.width,
|
|
499
501
|
height = _this$props6.height;
|
|
500
|
-
/*
|
|
501
|
-
* The aspect ratio is either used directly
|
|
502
|
-
* or to calculate width and height.
|
|
502
|
+
/*
|
|
503
|
+
* The aspect ratio is either used directly
|
|
504
|
+
* or to calculate width and height.
|
|
503
505
|
*/
|
|
504
506
|
if (player.videoWidth) {
|
|
505
507
|
// Otherwise try to get the aspect ratio from the video metadata
|
|
@@ -553,9 +555,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
553
555
|
return this.video.playbackRate;
|
|
554
556
|
}
|
|
555
557
|
|
|
556
|
-
/*
|
|
557
|
-
* set playback rate
|
|
558
|
-
* speed of video
|
|
558
|
+
/*
|
|
559
|
+
* set playback rate
|
|
560
|
+
* speed of video
|
|
559
561
|
*/,
|
|
560
562
|
set: function set(rate) {
|
|
561
563
|
this.video.playbackRate = rate;
|
|
@@ -771,9 +773,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
771
773
|
actions.toggleFullscreen(player);
|
|
772
774
|
}
|
|
773
775
|
|
|
774
|
-
/*
|
|
775
|
-
* Fired when the user agent
|
|
776
|
-
* begins looking for media data
|
|
776
|
+
/*
|
|
777
|
+
* Fired when the user agent
|
|
778
|
+
* begins looking for media data
|
|
777
779
|
*/
|
|
778
780
|
}, {
|
|
779
781
|
key: "handleLoadStart",
|
|
@@ -791,9 +793,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
791
793
|
}
|
|
792
794
|
}
|
|
793
795
|
|
|
794
|
-
/*
|
|
795
|
-
* A handler for events that
|
|
796
|
-
* signal that waiting has ended
|
|
796
|
+
/*
|
|
797
|
+
* A handler for events that
|
|
798
|
+
* signal that waiting has ended
|
|
797
799
|
*/
|
|
798
800
|
}, {
|
|
799
801
|
key: "handleCanPlay",
|
|
@@ -807,9 +809,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
807
809
|
}
|
|
808
810
|
}
|
|
809
811
|
|
|
810
|
-
/*
|
|
811
|
-
* A handler for events that
|
|
812
|
-
* signal that waiting has ended
|
|
812
|
+
/*
|
|
813
|
+
* A handler for events that
|
|
814
|
+
* signal that waiting has ended
|
|
813
815
|
*/
|
|
814
816
|
}, {
|
|
815
817
|
key: "handleCanPlayThrough",
|
|
@@ -823,9 +825,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
823
825
|
}
|
|
824
826
|
}
|
|
825
827
|
|
|
826
|
-
/*
|
|
827
|
-
* A handler for events that
|
|
828
|
-
* signal that waiting has ended
|
|
828
|
+
/*
|
|
829
|
+
* A handler for events that
|
|
830
|
+
* signal that waiting has ended
|
|
829
831
|
*/
|
|
830
832
|
}, {
|
|
831
833
|
key: "handlePlaying",
|
|
@@ -865,9 +867,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
865
867
|
}
|
|
866
868
|
}
|
|
867
869
|
|
|
868
|
-
/*
|
|
869
|
-
* Fired when the duration of
|
|
870
|
-
* the media resource is first known or changed
|
|
870
|
+
/*
|
|
871
|
+
* Fired when the duration of
|
|
872
|
+
* the media resource is first known or changed
|
|
871
873
|
*/
|
|
872
874
|
}, {
|
|
873
875
|
key: "handleDurationChange",
|
|
@@ -881,9 +883,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
881
883
|
}
|
|
882
884
|
}
|
|
883
885
|
|
|
884
|
-
/*
|
|
885
|
-
* Fired while the user agent
|
|
886
|
-
* is downloading media data
|
|
886
|
+
/*
|
|
887
|
+
* Fired while the user agent
|
|
888
|
+
* is downloading media data
|
|
887
889
|
*/
|
|
888
890
|
}, {
|
|
889
891
|
key: "handleProgress",
|
|
@@ -950,9 +952,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
950
952
|
}
|
|
951
953
|
}
|
|
952
954
|
|
|
953
|
-
/*
|
|
954
|
-
* Fired when the end of the media resource
|
|
955
|
-
* is reached (currentTime == duration)
|
|
955
|
+
/*
|
|
956
|
+
* Fired when the end of the media resource
|
|
957
|
+
* is reached (currentTime == duration)
|
|
956
958
|
*/
|
|
957
959
|
}, {
|
|
958
960
|
key: "handleEnded",
|
|
@@ -987,9 +989,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
987
989
|
}
|
|
988
990
|
}
|
|
989
991
|
|
|
990
|
-
/*
|
|
991
|
-
* Fired whenever the player
|
|
992
|
-
* is jumping to a new time
|
|
992
|
+
/*
|
|
993
|
+
* Fired whenever the player
|
|
994
|
+
* is jumping to a new time
|
|
993
995
|
*/
|
|
994
996
|
}, {
|
|
995
997
|
key: "handleSeeking",
|
|
@@ -1003,9 +1005,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1003
1005
|
}
|
|
1004
1006
|
}
|
|
1005
1007
|
|
|
1006
|
-
/*
|
|
1007
|
-
* Fired when the player has
|
|
1008
|
-
* finished jumping to a new time
|
|
1008
|
+
/*
|
|
1009
|
+
* Fired when the player has
|
|
1010
|
+
* finished jumping to a new time
|
|
1009
1011
|
*/
|
|
1010
1012
|
}, {
|
|
1011
1013
|
key: "handleSeeked",
|
|
@@ -1024,9 +1026,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1024
1026
|
key: "handleFullscreenChange",
|
|
1025
1027
|
value: function handleFullscreenChange() {}
|
|
1026
1028
|
|
|
1027
|
-
/*
|
|
1028
|
-
* Fires when the browser is
|
|
1029
|
-
* intentionally not getting media data
|
|
1029
|
+
/*
|
|
1030
|
+
* Fires when the browser is
|
|
1031
|
+
* intentionally not getting media data
|
|
1030
1032
|
*/
|
|
1031
1033
|
}, {
|
|
1032
1034
|
key: "handleSuspend",
|
|
@@ -1066,9 +1068,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1066
1068
|
}
|
|
1067
1069
|
}
|
|
1068
1070
|
|
|
1069
|
-
/*
|
|
1070
|
-
* Fires when the browser is trying to
|
|
1071
|
-
* get media data, but data is not available
|
|
1071
|
+
/*
|
|
1072
|
+
* Fires when the browser is trying to
|
|
1073
|
+
* get media data, but data is not available
|
|
1072
1074
|
*/
|
|
1073
1075
|
}, {
|
|
1074
1076
|
key: "handleStalled",
|
|
@@ -1082,9 +1084,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1082
1084
|
}
|
|
1083
1085
|
}
|
|
1084
1086
|
|
|
1085
|
-
/*
|
|
1086
|
-
* Fires when the browser has loaded
|
|
1087
|
-
* meta data for the audio/video
|
|
1087
|
+
/*
|
|
1088
|
+
* Fires when the browser has loaded
|
|
1089
|
+
* meta data for the audio/video
|
|
1088
1090
|
*/
|
|
1089
1091
|
}, {
|
|
1090
1092
|
key: "handleLoadedMetaData",
|
|
@@ -1102,9 +1104,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1102
1104
|
}
|
|
1103
1105
|
}
|
|
1104
1106
|
|
|
1105
|
-
/*
|
|
1106
|
-
* Fires when the browser has loaded
|
|
1107
|
-
* the current frame of the audio/video
|
|
1107
|
+
/*
|
|
1108
|
+
* Fires when the browser has loaded
|
|
1109
|
+
* the current frame of the audio/video
|
|
1108
1110
|
*/
|
|
1109
1111
|
}, {
|
|
1110
1112
|
key: "handleLoadedData",
|
|
@@ -1118,9 +1120,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1118
1120
|
}
|
|
1119
1121
|
}
|
|
1120
1122
|
|
|
1121
|
-
/*
|
|
1122
|
-
* Fires when the current
|
|
1123
|
-
* playback position has changed
|
|
1123
|
+
/*
|
|
1124
|
+
* Fires when the current
|
|
1125
|
+
* playback position has changed
|
|
1124
1126
|
*/
|
|
1125
1127
|
}, {
|
|
1126
1128
|
key: "handleTimeUpdate",
|
|
@@ -1151,8 +1153,8 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1151
1153
|
this.displaySubtitle();
|
|
1152
1154
|
}
|
|
1153
1155
|
|
|
1154
|
-
/**
|
|
1155
|
-
* Fires when the playing speed of the audio/video is changed
|
|
1156
|
+
/**
|
|
1157
|
+
* Fires when the playing speed of the audio/video is changed
|
|
1156
1158
|
*/
|
|
1157
1159
|
}, {
|
|
1158
1160
|
key: "handleRateChange",
|
|
@@ -1179,9 +1181,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1179
1181
|
}
|
|
1180
1182
|
}
|
|
1181
1183
|
|
|
1182
|
-
/*
|
|
1183
|
-
* Fires when an error occurred
|
|
1184
|
-
* during the loading of an audio/video
|
|
1184
|
+
/*
|
|
1185
|
+
* Fires when an error occurred
|
|
1186
|
+
* during the loading of an audio/video
|
|
1185
1187
|
*/
|
|
1186
1188
|
}, {
|
|
1187
1189
|
key: "handleError",
|
|
@@ -1232,10 +1234,10 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1232
1234
|
for (var i = 0; i < bufferLength; i++) {
|
|
1233
1235
|
barHeight = dataArray[i] * 2;
|
|
1234
1236
|
|
|
1235
|
-
/*
|
|
1236
|
-
* var r = barHeight + (25 * (i / bufferLength));
|
|
1237
|
-
* var g = 250 * (i / bufferLength);
|
|
1238
|
-
* var b = s50;
|
|
1237
|
+
/*
|
|
1238
|
+
* var r = barHeight + (25 * (i / bufferLength));
|
|
1239
|
+
* var g = 250 * (i / bufferLength);
|
|
1240
|
+
* var b = s50;
|
|
1239
1241
|
*/
|
|
1240
1242
|
|
|
1241
1243
|
ctx.fillStyle = '#0c141d'; // 'rgb(' + r + ',' + g + ',' + b + ')';
|
|
@@ -1337,7 +1339,8 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1337
1339
|
theme = _this$props34.theme,
|
|
1338
1340
|
player = _this$props34.player,
|
|
1339
1341
|
playerType = _this$props34.playerType,
|
|
1340
|
-
markers = _this$props34.markers
|
|
1342
|
+
markers = _this$props34.markers,
|
|
1343
|
+
isRightMenuVisible = _this$props34.isRightMenuVisible;
|
|
1341
1344
|
var _this$state2 = this.state,
|
|
1342
1345
|
isBuffering = _this$state2.isBuffering,
|
|
1343
1346
|
watermark = _this$state2.watermark,
|
|
@@ -1351,7 +1354,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1351
1354
|
},
|
|
1352
1355
|
style: this.getStyle(),
|
|
1353
1356
|
HDBorder: player.HDBorderActive,
|
|
1354
|
-
svgLayerActive: this.props.isSvgLayer
|
|
1357
|
+
svgLayerActive: this.props.isSvgLayer,
|
|
1358
|
+
isFullScreen: player.isFullscreen,
|
|
1359
|
+
isRightMenuVisible: isRightMenuVisible
|
|
1355
1360
|
}, isBuffering && /*#__PURE__*/_react["default"].createElement("div", {
|
|
1356
1361
|
className: "loader-container",
|
|
1357
1362
|
onClick: function onClick() {
|
|
@@ -1576,7 +1581,6 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
1576
1581
|
}) || null)));
|
|
1577
1582
|
}
|
|
1578
1583
|
}]);
|
|
1579
|
-
return Video;
|
|
1580
1584
|
}(_react.Component);
|
|
1581
1585
|
Video.propTypes = propTypes;
|
|
1582
1586
|
Video.defaultProps = defaultProps;
|
|
@@ -11,22 +11,22 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
11
11
|
var _Menu = _interopRequireDefault(require("../Menu"));
|
|
12
12
|
var _tokens = require("@desynova-digital/tokens");
|
|
13
13
|
var _templateObject;
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
15
15
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
16
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
17
|
-
function _classCallCheck(
|
|
18
|
-
function _defineProperties(
|
|
19
|
-
function _createClass(
|
|
20
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
16
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
17
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
18
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
19
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
20
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
21
21
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
22
22
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
23
|
-
function _possibleConstructorReturn(
|
|
24
|
-
function _assertThisInitialized(
|
|
23
|
+
function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
|
|
24
|
+
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
|
25
25
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
26
|
-
function _getPrototypeOf(
|
|
27
|
-
function _inherits(
|
|
28
|
-
function _setPrototypeOf(
|
|
29
|
-
function _taggedTemplateLiteral(
|
|
26
|
+
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
|
27
|
+
function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
|
|
28
|
+
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
|
29
|
+
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
30
30
|
var propTypes = {
|
|
31
31
|
actions: _propTypes.PropTypes.instanceOf(Object),
|
|
32
32
|
player: _propTypes.PropTypes.instanceOf(Object),
|
|
@@ -36,12 +36,12 @@ var AudioTrackBlock = (0, _styledComponents["default"])('div')(_templateObject |
|
|
|
36
36
|
return props.theme ? " ".concat(_tokens.colors[props.theme].videoPlayer.rgbaThemeColor) : 'rgba(0, 206, 198, 0.1)';
|
|
37
37
|
});
|
|
38
38
|
var AudioTracksMenuButton = /*#__PURE__*/function (_Component) {
|
|
39
|
-
_inherits(AudioTracksMenuButton, _Component);
|
|
40
39
|
function AudioTracksMenuButton(props, context) {
|
|
41
40
|
_classCallCheck(this, AudioTracksMenuButton);
|
|
42
41
|
return _callSuper(this, AudioTracksMenuButton, [props, context]);
|
|
43
42
|
}
|
|
44
|
-
|
|
43
|
+
_inherits(AudioTracksMenuButton, _Component);
|
|
44
|
+
return _createClass(AudioTracksMenuButton, [{
|
|
45
45
|
key: "changeTrack",
|
|
46
46
|
value: function changeTrack(track) {
|
|
47
47
|
var actions = this.props.actions;
|
|
@@ -88,7 +88,6 @@ var AudioTracksMenuButton = /*#__PURE__*/function (_Component) {
|
|
|
88
88
|
}))) : null);
|
|
89
89
|
}
|
|
90
90
|
}]);
|
|
91
|
-
return AudioTracksMenuButton;
|
|
92
91
|
}(_react.Component);
|
|
93
92
|
AudioTracksMenuButton.propTypes = propTypes;
|
|
94
93
|
AudioTracksMenuButton.displayName = 'AudioTracksMenuButton';
|
|
@@ -11,22 +11,22 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
11
11
|
var _components = require("@desynova-digital/components");
|
|
12
12
|
var _utils = require("../../utils");
|
|
13
13
|
var _templateObject;
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
15
15
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
16
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
17
|
-
function _classCallCheck(
|
|
18
|
-
function _defineProperties(
|
|
19
|
-
function _createClass(
|
|
20
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
16
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
17
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
18
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
19
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
20
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
21
21
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
22
22
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
23
|
-
function _possibleConstructorReturn(
|
|
23
|
+
function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
|
|
24
|
+
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
|
24
25
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
25
|
-
function _getPrototypeOf(
|
|
26
|
-
function
|
|
27
|
-
function
|
|
28
|
-
function
|
|
29
|
-
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
26
|
+
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
|
27
|
+
function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
|
|
28
|
+
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
|
29
|
+
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
30
30
|
var CameraButtonIcon = (0, _styledComponents["default"])(_components.Button)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n background: transparent;\n border: none;\n margin: 0px;\n margin-right: 10px;\n &:hover,\n &:focus {\n background: transparent;\n }\n"])));
|
|
31
31
|
var propTypes = {
|
|
32
32
|
actions: _propTypes.PropTypes.instanceOf(Object),
|
|
@@ -34,15 +34,15 @@ var propTypes = {
|
|
|
34
34
|
handleClick: _propTypes.PropTypes.func
|
|
35
35
|
};
|
|
36
36
|
var CameraButton = /*#__PURE__*/function (_Component) {
|
|
37
|
-
_inherits(CameraButton, _Component);
|
|
38
37
|
function CameraButton(props, context) {
|
|
39
38
|
var _this;
|
|
40
39
|
_classCallCheck(this, CameraButton);
|
|
41
40
|
_this = _callSuper(this, CameraButton, [props, context]);
|
|
42
|
-
_this.handleClick = _this.handleClick.bind(
|
|
41
|
+
_this.handleClick = _this.handleClick.bind(_this);
|
|
43
42
|
return _this;
|
|
44
43
|
}
|
|
45
|
-
|
|
44
|
+
_inherits(CameraButton, _Component);
|
|
45
|
+
return _createClass(CameraButton, [{
|
|
46
46
|
key: "handleClick",
|
|
47
47
|
value: function handleClick() {
|
|
48
48
|
var _this$props = this.props,
|
|
@@ -72,6 +72,5 @@ var CameraButton = /*#__PURE__*/function (_Component) {
|
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
74
|
}]);
|
|
75
|
-
return CameraButton;
|
|
76
75
|
}(_react.Component);
|
|
77
76
|
var _default = exports["default"] = CameraButton;
|