@desynova-digital/player 4.0.104 → 4.0.105

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 (71) hide show
  1. package/Manager.js +9 -8
  2. package/actions/player.js +1 -1
  3. package/components/AudioMeter.js +30 -29
  4. package/components/BigPlayButton.js +17 -16
  5. package/components/ImageViewer.js +17 -16
  6. package/components/MarkerBar.js +17 -16
  7. package/components/Menu.js +2 -2
  8. package/components/Player.js +52 -51
  9. package/components/PlayerHeader.js +26 -25
  10. package/components/Playlist.js +16 -15
  11. package/components/PointersBar.js +20 -19
  12. package/components/PosterImage.js +1 -1
  13. package/components/SDOutline.js +7 -7
  14. package/components/Shortcut.js +70 -69
  15. package/components/Slider.js +33 -33
  16. package/components/TagsBar.js +16 -15
  17. package/components/Video.js +124 -123
  18. package/components/control-bar/AudioTracksMenuButton.js +15 -14
  19. package/components/control-bar/CameraButton.js +16 -15
  20. package/components/control-bar/CaptionControlMenuButton.js +20 -19
  21. package/components/control-bar/CommentsButton.js +17 -16
  22. package/components/control-bar/ControlBar.js +19 -18
  23. package/components/control-bar/EditorControlMenuButton.js +17 -16
  24. package/components/control-bar/ForwardControl.js +1 -1
  25. package/components/control-bar/ForwardReplayControl.js +16 -15
  26. package/components/control-bar/FullscreenToggle.js +16 -15
  27. package/components/control-bar/PlayToggle.js +16 -15
  28. package/components/control-bar/ReplayControl.js +1 -1
  29. package/components/control-bar/SettingsMenuButton.js +4 -4
  30. package/components/control-bar/SubtitleLanguagesMenuButton.js +15 -14
  31. package/components/control-bar/SubtitleMovementMenu.js +17 -16
  32. package/components/control-bar/VolumeMenuButton.js +17 -16
  33. package/components/control-bar/ZoomMenuButton.js +17 -16
  34. package/components/marking-controls/MarkInControl.js +16 -15
  35. package/components/marking-controls/MarkOutControl.js +16 -15
  36. package/components/marking-controls/MarkingAddButton.js +16 -15
  37. package/components/marking-controls/MarkingControl.js +2 -2
  38. package/components/marking-controls/MarkingDeleteButton.js +16 -15
  39. package/components/marking-controls/MarkingDuration.js +2 -2
  40. package/components/marking-controls/MarkingPreview.js +16 -15
  41. package/components/marking-controls/TimecodeFormatSelector.js +7 -7
  42. package/components/progress-bar/AudioWaveform.js +16 -15
  43. package/components/progress-bar/LoadProgressBar.js +1 -1
  44. package/components/progress-bar/MouseTimeDisplay.js +1 -1
  45. package/components/progress-bar/PlayProgressBar.js +2 -2
  46. package/components/progress-bar/ProgressControl.js +22 -21
  47. package/components/progress-bar/RenderCommentMarkers.js +23 -23
  48. package/components/progress-bar/SeekBar.js +35 -34
  49. package/components/progress-bar/Timeline.js +15 -14
  50. package/components/settings-menu-control/CameraControl.js +3 -3
  51. package/components/settings-menu-control/ChildMenuComponent.js +29 -28
  52. package/components/settings-menu-control/ParentMenuComponent.js +18 -17
  53. package/components/settings-menu-control/PlaybackRateControl.js +16 -15
  54. package/components/settings-menu-control/SafeAreaControl.js +16 -15
  55. package/components/settings-menu-control/SettingsMenu.js +12 -12
  56. package/components/time-controls/CurrentTimeDisplay.js +7 -7
  57. package/components/time-controls/DurationDisplay.js +2 -2
  58. package/components/time-controls/TimeDivider.js +2 -2
  59. package/components/volume-control/VolumeBar.js +25 -24
  60. package/components/volume-control/VolumeControl.js +1 -1
  61. package/components/volume-control/VolumeLevel.js +2 -2
  62. package/components/zoom-control/ZoomBar.js +24 -23
  63. package/components/zoom-control/ZoomLevel.js +2 -2
  64. package/index.js +2 -2
  65. package/package.json +1 -1
  66. package/reducers/operation.js +2 -2
  67. package/reducers/player.js +2 -2
  68. package/utils/browser.js +14 -14
  69. package/utils/dom.js +18 -18
  70. package/utils/fullscreen.js +6 -5
  71. package/utils/index.js +54 -54
@@ -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(e) { return e && e.__esModule ? e : { "default": e }; }
20
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
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 && {}.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; }
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 && Object.prototype.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() { 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(); }
25
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
26
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _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(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; }
28
+ 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); }
29
+ 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; }
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(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; }
31
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
32
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
33
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
34
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
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(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; }
36
+ 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); }
38
37
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
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 + ""; }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
40
+ 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); }
41
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
42
+ 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; }
43
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(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(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
45
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
46
46
  var propTypes = {
47
47
  actions: _propTypes.PropTypes.instanceOf(Object),
48
48
  player: _propTypes.PropTypes.instanceOf(Object),
@@ -115,11 +115,12 @@ var VideoBlock = _styledComponents["default"].div(_templateObject2 || (_template
115
115
  return props.isFullScreen && props.isRightMenuVisible ? '-30px' : '-50px';
116
116
  });
117
117
  var Video = exports["default"] = /*#__PURE__*/function (_Component) {
118
+ _inherits(Video, _Component);
118
119
  function Video(props) {
119
120
  var _this;
120
121
  _classCallCheck(this, Video);
121
122
  _this = _callSuper(this, Video, [props]);
122
- _defineProperty(_this, "updateAnnotateVisibility", function () {
123
+ _defineProperty(_assertThisInitialized(_this), "updateAnnotateVisibility", function () {
123
124
  if (!_this.video) return;
124
125
  var _this$props = _this.props,
125
126
  initialTime = _this$props.initialTime,
@@ -137,10 +138,10 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
137
138
  });
138
139
  }
139
140
  });
140
- _defineProperty(_this, "onVideoTimeUpdate", function () {
141
+ _defineProperty(_assertThisInitialized(_this), "onVideoTimeUpdate", function () {
141
142
  _this.updateAnnotateVisibility();
142
143
  });
143
- _defineProperty(_this, "buildSmoothPath", function (points, width, height) {
144
+ _defineProperty(_assertThisInitialized(_this), "buildSmoothPath", function (points, width, height) {
144
145
  if (!points || points.length < 2) return '';
145
146
  var startX = points[0].x * width;
146
147
  var startY = points[0].y * height;
@@ -159,7 +160,7 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
159
160
  path += " L ".concat(lastX, " ").concat(lastY);
160
161
  return path;
161
162
  });
162
- _defineProperty(_this, "getTimeData", function (time) {
163
+ _defineProperty(_assertThisInitialized(_this), "getTimeData", function (time) {
163
164
  var _this$props2 = _this.props,
164
165
  inTime = _this$props2.inTime,
165
166
  outTime = _this$props2.outTime,
@@ -197,7 +198,7 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
197
198
  formattedTime: currentFormattedTime
198
199
  };
199
200
  });
200
- _defineProperty(_this, "isFullscreenWithRightMenu", function () {
201
+ _defineProperty(_assertThisInitialized(_this), "isFullscreenWithRightMenu", function () {
201
202
  var _this$props3 = _this.props,
202
203
  player = _this$props3.player,
203
204
  isRightMenuVisible = _this$props3.isRightMenuVisible;
@@ -230,49 +231,48 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
230
231
  };
231
232
  _this.video = null; // the html5 video
232
233
  _this.manager = new _Manager["default"](props.store);
233
- _this.getStyle = _this.getStyle.bind(_this);
234
- _this.getChildren = _this.getChildren.bind(_this);
235
- _this.play = _this.play.bind(_this);
236
- _this.pause = _this.pause.bind(_this);
237
- _this.seek = _this.seek.bind(_this);
238
- _this.forward = _this.forward.bind(_this);
239
- _this.replay = _this.replay.bind(_this);
240
- _this.toggleFullscreen = _this.toggleFullscreen.bind(_this);
241
- _this.getProperties = _this.getProperties.bind(_this);
242
- _this.renderChildren = _this.renderChildren.bind(_this);
243
- _this.handleLoadStart = _this.handleLoadStart.bind(_this);
244
- _this.handleCanPlay = _this.handleCanPlay.bind(_this);
245
- _this.handleCanPlayThrough = _this.handleCanPlayThrough.bind(_this);
246
- _this.handlePlay = _this.handlePlay.bind(_this);
247
- _this.handlePlaying = _this.handlePlaying.bind(_this);
248
- _this.handlePause = _this.handlePause.bind(_this);
249
- _this.handleEnded = _this.handleEnded.bind(_this);
250
- _this.handleWaiting = _this.handleWaiting.bind(_this);
251
- _this.handleSeeking = _this.handleSeeking.bind(_this);
252
- _this.handleSeeked = _this.handleSeeked.bind(_this);
253
- _this.handleFullscreenChange = _this.handleFullscreenChange.bind(_this);
254
- _this.handleError = _this.handleError.bind(_this);
255
- _this.handleSuspend = _this.handleSuspend.bind(_this);
256
- _this.handleAbort = _this.handleAbort.bind(_this);
257
- _this.handleEmptied = _this.handleEmptied.bind(_this);
258
- _this.handleStalled = _this.handleStalled.bind(_this);
259
- _this.handleLoadedMetaData = _this.handleLoadedMetaData.bind(_this);
260
- _this.handleLoadedData = _this.handleLoadedData.bind(_this);
261
- _this.handleTimeUpdate = _this.handleTimeUpdate.bind(_this);
262
- _this.handleRateChange = _this.handleRateChange.bind(_this);
263
- _this.handleVolumeChange = _this.handleVolumeChange.bind(_this);
264
- _this.handleDurationChange = _this.handleDurationChange.bind(_this);
265
- _this.handleProgress = (0, _utils.throttle)(_this.handleProgress.bind(_this), 250);
266
- _this.handleKeypress = _this.handleKeypress.bind(_this);
267
- _this.audioVisualizer = _this.audioVisualizer.bind(_this);
268
- _this.checkWatermark = _this.checkWatermark.bind(_this);
269
- _this.updateSvgSize = _this.updateSvgSize.bind(_this);
270
- _this.disconnectResizeObserver = _this.disconnectResizeObserver.bind(_this);
271
- _this.calculateHeightBasedOnResolution = _this.calculateHeightBasedOnResolution.bind(_this);
234
+ _this.getStyle = _this.getStyle.bind(_assertThisInitialized(_this));
235
+ _this.getChildren = _this.getChildren.bind(_assertThisInitialized(_this));
236
+ _this.play = _this.play.bind(_assertThisInitialized(_this));
237
+ _this.pause = _this.pause.bind(_assertThisInitialized(_this));
238
+ _this.seek = _this.seek.bind(_assertThisInitialized(_this));
239
+ _this.forward = _this.forward.bind(_assertThisInitialized(_this));
240
+ _this.replay = _this.replay.bind(_assertThisInitialized(_this));
241
+ _this.toggleFullscreen = _this.toggleFullscreen.bind(_assertThisInitialized(_this));
242
+ _this.getProperties = _this.getProperties.bind(_assertThisInitialized(_this));
243
+ _this.renderChildren = _this.renderChildren.bind(_assertThisInitialized(_this));
244
+ _this.handleLoadStart = _this.handleLoadStart.bind(_assertThisInitialized(_this));
245
+ _this.handleCanPlay = _this.handleCanPlay.bind(_assertThisInitialized(_this));
246
+ _this.handleCanPlayThrough = _this.handleCanPlayThrough.bind(_assertThisInitialized(_this));
247
+ _this.handlePlay = _this.handlePlay.bind(_assertThisInitialized(_this));
248
+ _this.handlePlaying = _this.handlePlaying.bind(_assertThisInitialized(_this));
249
+ _this.handlePause = _this.handlePause.bind(_assertThisInitialized(_this));
250
+ _this.handleEnded = _this.handleEnded.bind(_assertThisInitialized(_this));
251
+ _this.handleWaiting = _this.handleWaiting.bind(_assertThisInitialized(_this));
252
+ _this.handleSeeking = _this.handleSeeking.bind(_assertThisInitialized(_this));
253
+ _this.handleSeeked = _this.handleSeeked.bind(_assertThisInitialized(_this));
254
+ _this.handleFullscreenChange = _this.handleFullscreenChange.bind(_assertThisInitialized(_this));
255
+ _this.handleError = _this.handleError.bind(_assertThisInitialized(_this));
256
+ _this.handleSuspend = _this.handleSuspend.bind(_assertThisInitialized(_this));
257
+ _this.handleAbort = _this.handleAbort.bind(_assertThisInitialized(_this));
258
+ _this.handleEmptied = _this.handleEmptied.bind(_assertThisInitialized(_this));
259
+ _this.handleStalled = _this.handleStalled.bind(_assertThisInitialized(_this));
260
+ _this.handleLoadedMetaData = _this.handleLoadedMetaData.bind(_assertThisInitialized(_this));
261
+ _this.handleLoadedData = _this.handleLoadedData.bind(_assertThisInitialized(_this));
262
+ _this.handleTimeUpdate = _this.handleTimeUpdate.bind(_assertThisInitialized(_this));
263
+ _this.handleRateChange = _this.handleRateChange.bind(_assertThisInitialized(_this));
264
+ _this.handleVolumeChange = _this.handleVolumeChange.bind(_assertThisInitialized(_this));
265
+ _this.handleDurationChange = _this.handleDurationChange.bind(_assertThisInitialized(_this));
266
+ _this.handleProgress = (0, _utils.throttle)(_this.handleProgress.bind(_assertThisInitialized(_this)), 250);
267
+ _this.handleKeypress = _this.handleKeypress.bind(_assertThisInitialized(_this));
268
+ _this.audioVisualizer = _this.audioVisualizer.bind(_assertThisInitialized(_this));
269
+ _this.checkWatermark = _this.checkWatermark.bind(_assertThisInitialized(_this));
270
+ _this.updateSvgSize = _this.updateSvgSize.bind(_assertThisInitialized(_this));
271
+ _this.disconnectResizeObserver = _this.disconnectResizeObserver.bind(_assertThisInitialized(_this));
272
+ _this.calculateHeightBasedOnResolution = _this.calculateHeightBasedOnResolution.bind(_assertThisInitialized(_this));
272
273
  return _this;
273
274
  }
274
- _inherits(Video, _Component);
275
- return _createClass(Video, [{
275
+ _createClass(Video, [{
276
276
  key: "componentDidMount",
277
277
  value: function componentDidMount() {
278
278
  var _this2 = this;
@@ -364,8 +364,8 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
364
364
  }, {
365
365
  key: "checkWatermark",
366
366
  value:
367
- /**
368
- * This function is triggered on interval to shuffle the position of watermark on Player area
367
+ /**
368
+ * This function is triggered on interval to shuffle the position of watermark on Player area
369
369
  */
370
370
  function checkWatermark() {
371
371
  var watermark = this.state.watermark;
@@ -538,9 +538,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
538
538
  aspectRatio = _this$props8.aspectRatio,
539
539
  width = _this$props8.width,
540
540
  height = _this$props8.height;
541
- /*
542
- * The aspect ratio is either used directly
543
- * or to calculate width and height.
541
+ /*
542
+ * The aspect ratio is either used directly
543
+ * or to calculate width and height.
544
544
  */
545
545
  if (player.videoWidth) {
546
546
  // Otherwise try to get the aspect ratio from the video metadata
@@ -595,9 +595,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
595
595
  return this.video.playbackRate;
596
596
  }
597
597
 
598
- /*
599
- * set playback rate
600
- * speed of video
598
+ /*
599
+ * set playback rate
600
+ * speed of video
601
601
  */,
602
602
  set: function set(rate) {
603
603
  this.video.playbackRate = rate;
@@ -813,9 +813,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
813
813
  actions.toggleFullscreen(player);
814
814
  }
815
815
 
816
- /*
817
- * Fired when the user agent
818
- * begins looking for media data
816
+ /*
817
+ * Fired when the user agent
818
+ * begins looking for media data
819
819
  */
820
820
  }, {
821
821
  key: "handleLoadStart",
@@ -833,9 +833,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
833
833
  }
834
834
  }
835
835
 
836
- /*
837
- * A handler for events that
838
- * signal that waiting has ended
836
+ /*
837
+ * A handler for events that
838
+ * signal that waiting has ended
839
839
  */
840
840
  }, {
841
841
  key: "handleCanPlay",
@@ -849,9 +849,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
849
849
  }
850
850
  }
851
851
 
852
- /*
853
- * A handler for events that
854
- * signal that waiting has ended
852
+ /*
853
+ * A handler for events that
854
+ * signal that waiting has ended
855
855
  */
856
856
  }, {
857
857
  key: "handleCanPlayThrough",
@@ -865,9 +865,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
865
865
  }
866
866
  }
867
867
 
868
- /*
869
- * A handler for events that
870
- * signal that waiting has ended
868
+ /*
869
+ * A handler for events that
870
+ * signal that waiting has ended
871
871
  */
872
872
  }, {
873
873
  key: "handlePlaying",
@@ -907,9 +907,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
907
907
  }
908
908
  }
909
909
 
910
- /*
911
- * Fired when the duration of
912
- * the media resource is first known or changed
910
+ /*
911
+ * Fired when the duration of
912
+ * the media resource is first known or changed
913
913
  */
914
914
  }, {
915
915
  key: "handleDurationChange",
@@ -923,9 +923,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
923
923
  }
924
924
  }
925
925
 
926
- /*
927
- * Fired while the user agent
928
- * is downloading media data
926
+ /*
927
+ * Fired while the user agent
928
+ * is downloading media data
929
929
  */
930
930
  }, {
931
931
  key: "handleProgress",
@@ -992,9 +992,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
992
992
  }
993
993
  }
994
994
 
995
- /*
996
- * Fired when the end of the media resource
997
- * is reached (currentTime == duration)
995
+ /*
996
+ * Fired when the end of the media resource
997
+ * is reached (currentTime == duration)
998
998
  */
999
999
  }, {
1000
1000
  key: "handleEnded",
@@ -1029,9 +1029,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1029
1029
  }
1030
1030
  }
1031
1031
 
1032
- /*
1033
- * Fired whenever the player
1034
- * is jumping to a new time
1032
+ /*
1033
+ * Fired whenever the player
1034
+ * is jumping to a new time
1035
1035
  */
1036
1036
  }, {
1037
1037
  key: "handleSeeking",
@@ -1045,9 +1045,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1045
1045
  }
1046
1046
  }
1047
1047
 
1048
- /*
1049
- * Fired when the player has
1050
- * finished jumping to a new time
1048
+ /*
1049
+ * Fired when the player has
1050
+ * finished jumping to a new time
1051
1051
  */
1052
1052
  }, {
1053
1053
  key: "handleSeeked",
@@ -1066,9 +1066,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1066
1066
  key: "handleFullscreenChange",
1067
1067
  value: function handleFullscreenChange() {}
1068
1068
 
1069
- /*
1070
- * Fires when the browser is
1071
- * intentionally not getting media data
1069
+ /*
1070
+ * Fires when the browser is
1071
+ * intentionally not getting media data
1072
1072
  */
1073
1073
  }, {
1074
1074
  key: "handleSuspend",
@@ -1108,9 +1108,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1108
1108
  }
1109
1109
  }
1110
1110
 
1111
- /*
1112
- * Fires when the browser is trying to
1113
- * get media data, but data is not available
1111
+ /*
1112
+ * Fires when the browser is trying to
1113
+ * get media data, but data is not available
1114
1114
  */
1115
1115
  }, {
1116
1116
  key: "handleStalled",
@@ -1124,9 +1124,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1124
1124
  }
1125
1125
  }
1126
1126
 
1127
- /*
1128
- * Fires when the browser has loaded
1129
- * meta data for the audio/video
1127
+ /*
1128
+ * Fires when the browser has loaded
1129
+ * meta data for the audio/video
1130
1130
  */
1131
1131
  }, {
1132
1132
  key: "handleLoadedMetaData",
@@ -1144,9 +1144,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1144
1144
  }
1145
1145
  }
1146
1146
 
1147
- /*
1148
- * Fires when the browser has loaded
1149
- * the current frame of the audio/video
1147
+ /*
1148
+ * Fires when the browser has loaded
1149
+ * the current frame of the audio/video
1150
1150
  */
1151
1151
  }, {
1152
1152
  key: "handleLoadedData",
@@ -1160,9 +1160,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1160
1160
  }
1161
1161
  }
1162
1162
 
1163
- /*
1164
- * Fires when the current
1165
- * playback position has changed
1163
+ /*
1164
+ * Fires when the current
1165
+ * playback position has changed
1166
1166
  */
1167
1167
  }, {
1168
1168
  key: "handleTimeUpdate",
@@ -1193,8 +1193,8 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1193
1193
  this.displaySubtitle();
1194
1194
  }
1195
1195
 
1196
- /**
1197
- * Fires when the playing speed of the audio/video is changed
1196
+ /**
1197
+ * Fires when the playing speed of the audio/video is changed
1198
1198
  */
1199
1199
  }, {
1200
1200
  key: "handleRateChange",
@@ -1221,9 +1221,9 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1221
1221
  }
1222
1222
  }
1223
1223
 
1224
- /*
1225
- * Fires when an error occurred
1226
- * during the loading of an audio/video
1224
+ /*
1225
+ * Fires when an error occurred
1226
+ * during the loading of an audio/video
1227
1227
  */
1228
1228
  }, {
1229
1229
  key: "handleError",
@@ -1342,10 +1342,10 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1342
1342
  for (var i = 0; i < bufferLength; i++) {
1343
1343
  barHeight = dataArray[i] * 2;
1344
1344
 
1345
- /*
1346
- * var r = barHeight + (25 * (i / bufferLength));
1347
- * var g = 250 * (i / bufferLength);
1348
- * var b = s50;
1345
+ /*
1346
+ * var r = barHeight + (25 * (i / bufferLength));
1347
+ * var g = 250 * (i / bufferLength);
1348
+ * var b = s50;
1349
1349
  */
1350
1350
 
1351
1351
  ctx.fillStyle = '#0c141d'; // 'rgb(' + r + ',' + g + ',' + b + ')';
@@ -1690,6 +1690,7 @@ var Video = exports["default"] = /*#__PURE__*/function (_Component) {
1690
1690
  }) || null)));
1691
1691
  }
1692
1692
  }]);
1693
+ return Video;
1693
1694
  }(_react.Component);
1694
1695
  Video.propTypes = propTypes;
1695
1696
  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(e) { return e && e.__esModule ? e : { "default": e }; }
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
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 && {}.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 + ""; }
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 && Object.prototype.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(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
18
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
19
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
20
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(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(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; }
23
+ 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); }
24
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
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(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) } })); }
26
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
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); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
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);
39
40
  function AudioTracksMenuButton(props, context) {
40
41
  _classCallCheck(this, AudioTracksMenuButton);
41
42
  return _callSuper(this, AudioTracksMenuButton, [props, context]);
42
43
  }
43
- _inherits(AudioTracksMenuButton, _Component);
44
- return _createClass(AudioTracksMenuButton, [{
44
+ _createClass(AudioTracksMenuButton, [{
45
45
  key: "changeTrack",
46
46
  value: function changeTrack(track) {
47
47
  var actions = this.props.actions;
@@ -88,6 +88,7 @@ var AudioTracksMenuButton = /*#__PURE__*/function (_Component) {
88
88
  }))) : null);
89
89
  }
90
90
  }]);
91
+ return AudioTracksMenuButton;
91
92
  }(_react.Component);
92
93
  AudioTracksMenuButton.propTypes = propTypes;
93
94
  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(e) { return e && e.__esModule ? e : { "default": e }; }
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
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 && {}.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 + ""; }
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 && Object.prototype.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(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
18
+ 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, _toPropertyKey(descriptor.key), descriptor); } }
19
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
20
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(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(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; }
23
+ 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); }
25
24
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
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) } })); }
25
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
26
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
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); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
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);
37
38
  function CameraButton(props, context) {
38
39
  var _this;
39
40
  _classCallCheck(this, CameraButton);
40
41
  _this = _callSuper(this, CameraButton, [props, context]);
41
- _this.handleClick = _this.handleClick.bind(_this);
42
+ _this.handleClick = _this.handleClick.bind(_assertThisInitialized(_this));
42
43
  return _this;
43
44
  }
44
- _inherits(CameraButton, _Component);
45
- return _createClass(CameraButton, [{
45
+ _createClass(CameraButton, [{
46
46
  key: "handleClick",
47
47
  value: function handleClick() {
48
48
  var _this$props = this.props,
@@ -77,5 +77,6 @@ var CameraButton = /*#__PURE__*/function (_Component) {
77
77
  });
78
78
  }
79
79
  }]);
80
+ return CameraButton;
80
81
  }(_react.Component);
81
82
  var _default = exports["default"] = CameraButton;