cloudinary-video-player 3.14.1 → 3.14.2-edge.1
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/README.md +3 -13
- package/dist/149.min.js +6 -0
- package/dist/309.min.js +3 -3
- package/dist/689.min.js +2 -2
- package/dist/801.min.js +6 -0
- package/dist/adaptive-streaming.js +2 -2
- package/dist/adaptive-streaming.min.js +2 -2
- package/dist/chapters.js +2 -2
- package/dist/chapters.min.js +2 -2
- package/dist/cld-player-core.js +3119 -11
- package/dist/cld-player-core.min.js +3 -3
- package/dist/cld-poster-url.js +2 -2
- package/dist/cld-poster-url.min.js +2 -2
- package/dist/cld-video-player.css +5 -5
- package/dist/cld-video-player.js +43 -42
- package/dist/cld-video-player.light.js +43 -42
- package/dist/cld-video-player.light.min.js +3 -5
- package/dist/cld-video-player.min.css +2 -2
- package/dist/cld-video-player.min.js +3 -5
- package/dist/colors.js +2 -2
- package/dist/colors.min.js +2 -2
- package/dist/dash.js +2 -2
- package/dist/dash.min.js +2 -2
- package/dist/debug.js +2 -2
- package/dist/debug.min.js +2 -2
- package/dist/ima.js +2 -2
- package/dist/ima.min.js +2 -2
- package/dist/interaction-areas.js +7 -7
- package/dist/interaction-areas.min.js +3 -3
- package/dist/node_modules_lodash_throttle_js.js +2 -2
- package/dist/{video-player_js.js → player-full.js} +1398 -29
- package/dist/player-full.min.js +6 -0
- package/dist/player.css +3128 -0
- package/dist/{cld-video-player-lazy.js → player.js} +69 -101
- package/dist/player.min.css +5 -0
- package/dist/player.min.js +6 -0
- package/dist/playlist.js +2 -2
- package/dist/playlist.min.js +2 -2
- package/dist/recommendations-overlay.js +2 -2
- package/dist/recommendations-overlay.min.js +2 -2
- package/dist/share.js +2 -2
- package/dist/share.min.js +2 -2
- package/dist/shoppable.js +23 -23
- package/dist/shoppable.min.js +3 -3
- package/dist/utils_fetch-config_js.js +101 -2
- package/dist/utils_schedule_js.js +2 -2
- package/dist/visual-search.js +2 -2
- package/dist/visual-search.min.js +2 -2
- package/lib/all.js +3 -4
- package/lib/chapters.js +2 -3
- package/lib/cld-video-player.min.css +2 -2
- package/lib/cloudinary-config-from-options.js +21 -2775
- package/lib/colors.js +3 -2
- package/lib/debug.js +2 -2
- package/lib/fetch-config.js +0 -2
- package/lib/index.full.js +57 -0
- package/lib/index.js +128 -11
- package/lib/index2.js +10331 -0
- package/lib/{interaction-areas.service.js → interaction-areas.js} +4 -3
- package/lib/player-api.js +7 -2
- package/lib/player.min.css +5 -0
- package/lib/playlist-panel.js +1 -1
- package/lib/playlist.js +4 -3
- package/lib/recommendations-overlay.js +2 -3
- package/lib/share.js +2 -3
- package/lib/shoppable-post-widget.js +1 -1
- package/lib/{shoppable-widget.js → shoppable.js} +1 -2
- package/lib/throttle.js +1 -1
- package/lib/toNumber.js +2 -2
- package/lib/validators-functions.js +2 -47
- package/lib/video-player.const.js +47 -5
- package/lib/video-player.js +401 -7997
- package/package.json +22 -23
- package/dist/350.min.js +0 -6
- package/dist/933.min.js +0 -8
- package/dist/cld-video-player-lazy.min.js +0 -6
- package/dist/plugins_cloudinary_url-helpers_js-utils_cloudinary-config-from-options_js-utils_querystring_j-adfe37.js +0 -996
- package/lib/lazy.js +0 -19
- package/lib/player.js +0 -9
- package/lib/videoPlayer.js +0 -9
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Cloudinary Video Player v3.14.1
|
|
3
|
-
* Built on 2026-04-
|
|
2
|
+
* Cloudinary Video Player v3.14.2-edge.1
|
|
3
|
+
* Built on 2026-04-29T09:18:27.638Z
|
|
4
4
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
5
5
|
*/
|
|
6
6
|
/*
|
|
@@ -11,7 +11,18 @@
|
|
|
11
11
|
* or disable the default devtool with "devtool: false".
|
|
12
12
|
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
13
13
|
*/
|
|
14
|
-
(
|
|
14
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
15
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
16
|
+
module.exports = factory();
|
|
17
|
+
else if(typeof define === 'function' && define.amd)
|
|
18
|
+
define([], factory);
|
|
19
|
+
else if(typeof exports === 'object')
|
|
20
|
+
exports["cloudinary-video-player"] = factory();
|
|
21
|
+
else
|
|
22
|
+
root["cloudinary-video-player"] = factory();
|
|
23
|
+
})(self, () => {
|
|
24
|
+
return /******/ (() => { // webpackBootstrap
|
|
25
|
+
/******/ var __webpack_modules__ = ({
|
|
15
26
|
|
|
16
27
|
/***/ "./components/bigPauseButton/big-pause-button.js"
|
|
17
28
|
/*!*******************************************************!*\
|
|
@@ -140,7 +151,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
140
151
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
141
152
|
|
|
142
153
|
"use strict";
|
|
143
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ \"../node_modules/video.js/dist/alt/video.core-exposed.js\");\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(video_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _assets_styles_components_title_bar_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ~/assets/styles/components/title-bar.scss */ \"./assets/styles/components/title-bar.scss\");\n/* harmony import */ var _component_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../component-utils */ \"./components/component-utils.js\");\n/* harmony import */ var _component_utils__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_component_utils__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _utils_utf8Base64__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/utf8Base64 */ \"./utils/utf8Base64.js\");\n/* harmony import */ var _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ~/plugins/cloudinary/common */ \"./plugins/cloudinary/common.js\");\n/* harmony import */ var _utils_querystring__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/querystring */ \"./utils/querystring.js\");\n\n\n\n\n\n\n\n// support VJS5 & VJS6 at the same time\nconst dom = (video_js__WEBPACK_IMPORTED_MODULE_0___default().dom) || (video_js__WEBPACK_IMPORTED_MODULE_0___default());\nconst Component = video_js__WEBPACK_IMPORTED_MODULE_0___default().getComponent('Component');\nclass TitleBar extends Component {\n constructor(player) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n super(player, options);\n this.on(player, 'cldsourcechanged', (_, _ref) => {\n let {\n source\n } = _ref;\n return this.setItem(source);\n });\n }\n setItem(source) {\n if (!source) {\n this.setTitle('');\n this.setDescription('');\n return;\n }\n const info = source.info();\n this.setTitle(info.title);\n this.setDescription(info.subtitle);\n\n // auto-fetch title/description if `true`\n const shouldFetchTitle = source.title && source.title() === true;\n const shouldFetchDescription = source.description && source.description() === true;\n if (shouldFetchTitle || shouldFetchDescription) {\n this.fetchAutoMetadata(source, shouldFetchTitle, shouldFetchDescription);\n }\n }\n fetchAutoMetadata(source, fetchTitle, fetchDescription) {\n if (source.isRawUrl) return;\n const config = source.cloudinaryConfig();\n const publicId = source.publicId();\n if (!config?.cloud_name || !publicId) return;\n const urlPrefix = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_4__.getCloudinaryUrlPrefix)(config);\n const deliveryType = source.getInitOptions().type || 'upload';\n const metadataUrl = (0,_utils_querystring__WEBPACK_IMPORTED_MODULE_5__.appendQueryParams)(`${urlPrefix}/_applet_/video_service/video_metadata/${deliveryType}/${(0,_utils_utf8Base64__WEBPACK_IMPORTED_MODULE_3__.utf8ToBase64)(publicId)}.json`, source.queryParams());\n fetch(metadataUrl, {\n headers: {\n 'X-Cld-Video-Player-Version': \"3.14.1\"\n }\n }).then(response => {\n if (!response.ok) throw new Error(`HTTP ${response.status}`);\n return response.json();\n }).then(metadata => {\n if (fetchTitle && metadata.title) {\n this.setTitle(metadata.title);\n }\n if (fetchDescription && metadata.description) {\n this.setDescription(metadata.description);\n }\n }).catch(error => {\n console.warn(`Failed to fetch metadata for ${publicId}:`, error);\n });\n }\n setTitle(text) {\n const displayText = typeof text === 'string' ? text : '';\n _component_utils__WEBPACK_IMPORTED_MODULE_2___default().setText(this.titleEl, displayText);\n this.refresh();\n return displayText;\n }\n setDescription(text) {\n const displayText = typeof text === 'string' ? text : '';\n _component_utils__WEBPACK_IMPORTED_MODULE_2___default().setText(this.descriptionEl, displayText);\n this.refresh();\n return displayText;\n }\n refresh() {\n const titleValue = () => this.titleEl.innerText;\n const descriptionValue = () => this.descriptionEl.innerText;\n if (!titleValue() && !descriptionValue()) {\n this.hide();\n return;\n }\n this.show();\n }\n createEl() {\n this.titleEl = dom.createEl('div', {\n className: 'vjs-title-bar-title'\n });\n this.descriptionEl = dom.createEl('div', {\n className: 'vjs-title-bar-subtitle'\n });\n const el = super.createEl('div', {\n append: this.titleEl,\n className: 'vjs-title-bar'\n });\n el.appendChild(this.titleEl);\n el.appendChild(this.descriptionEl);\n return el;\n }\n}\nvideo_js__WEBPACK_IMPORTED_MODULE_0___default().registerComponent('titleBar', TitleBar);\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (TitleBar);\n\n//# sourceURL=webpack:///./components/title-bar/title-bar.js?\n}");
|
|
154
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ \"../node_modules/video.js/dist/alt/video.core-exposed.js\");\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(video_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _assets_styles_components_title_bar_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ~/assets/styles/components/title-bar.scss */ \"./assets/styles/components/title-bar.scss\");\n/* harmony import */ var _component_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../component-utils */ \"./components/component-utils.js\");\n/* harmony import */ var _component_utils__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_component_utils__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _utils_utf8Base64__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/utf8Base64 */ \"./utils/utf8Base64.js\");\n/* harmony import */ var _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ~/plugins/cloudinary/common */ \"./plugins/cloudinary/common.js\");\n/* harmony import */ var _utils_querystring__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/querystring */ \"./utils/querystring.js\");\n\n\n\n\n\n\n\n// support VJS5 & VJS6 at the same time\nconst dom = (video_js__WEBPACK_IMPORTED_MODULE_0___default().dom) || (video_js__WEBPACK_IMPORTED_MODULE_0___default());\nconst Component = video_js__WEBPACK_IMPORTED_MODULE_0___default().getComponent('Component');\nclass TitleBar extends Component {\n constructor(player) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n super(player, options);\n this.on(player, 'cldsourcechanged', (_, _ref) => {\n let {\n source\n } = _ref;\n return this.setItem(source);\n });\n }\n setItem(source) {\n if (!source) {\n this.setTitle('');\n this.setDescription('');\n return;\n }\n const info = source.info();\n this.setTitle(info.title);\n this.setDescription(info.subtitle);\n\n // auto-fetch title/description if `true`\n const shouldFetchTitle = source.title && source.title() === true;\n const shouldFetchDescription = source.description && source.description() === true;\n if (shouldFetchTitle || shouldFetchDescription) {\n this.fetchAutoMetadata(source, shouldFetchTitle, shouldFetchDescription);\n }\n }\n fetchAutoMetadata(source, fetchTitle, fetchDescription) {\n if (source.isRawUrl) return;\n const config = source.cloudinaryConfig();\n const publicId = source.publicId();\n if (!config?.cloud_name || !publicId) return;\n const urlPrefix = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_4__.getCloudinaryUrlPrefix)(config);\n const deliveryType = source.getInitOptions().type || 'upload';\n const metadataUrl = (0,_utils_querystring__WEBPACK_IMPORTED_MODULE_5__.appendQueryParams)(`${urlPrefix}/_applet_/video_service/video_metadata/${deliveryType}/${(0,_utils_utf8Base64__WEBPACK_IMPORTED_MODULE_3__.utf8ToBase64)(publicId)}.json`, source.queryParams());\n fetch(metadataUrl, {\n headers: {\n 'X-Cld-Video-Player-Version': \"3.14.2-edge.1\"\n }\n }).then(response => {\n if (!response.ok) throw new Error(`HTTP ${response.status}`);\n return response.json();\n }).then(metadata => {\n if (fetchTitle && metadata.title) {\n this.setTitle(metadata.title);\n }\n if (fetchDescription && metadata.description) {\n this.setDescription(metadata.description);\n }\n }).catch(error => {\n console.warn(`Failed to fetch metadata for ${publicId}:`, error);\n });\n }\n setTitle(text) {\n const displayText = typeof text === 'string' ? text : '';\n _component_utils__WEBPACK_IMPORTED_MODULE_2___default().setText(this.titleEl, displayText);\n this.refresh();\n return displayText;\n }\n setDescription(text) {\n const displayText = typeof text === 'string' ? text : '';\n _component_utils__WEBPACK_IMPORTED_MODULE_2___default().setText(this.descriptionEl, displayText);\n this.refresh();\n return displayText;\n }\n refresh() {\n const titleValue = () => this.titleEl.innerText;\n const descriptionValue = () => this.descriptionEl.innerText;\n if (!titleValue() && !descriptionValue()) {\n this.hide();\n return;\n }\n this.show();\n }\n createEl() {\n this.titleEl = dom.createEl('div', {\n className: 'vjs-title-bar-title'\n });\n this.descriptionEl = dom.createEl('div', {\n className: 'vjs-title-bar-subtitle'\n });\n const el = super.createEl('div', {\n append: this.titleEl,\n className: 'vjs-title-bar'\n });\n el.appendChild(this.titleEl);\n el.appendChild(this.descriptionEl);\n return el;\n }\n}\nvideo_js__WEBPACK_IMPORTED_MODULE_0___default().registerComponent('titleBar', TitleBar);\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (TitleBar);\n\n//# sourceURL=webpack:///./components/title-bar/title-bar.js?\n}");
|
|
144
155
|
|
|
145
156
|
/***/ },
|
|
146
157
|
|
|
@@ -166,6 +177,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
166
177
|
|
|
167
178
|
/***/ },
|
|
168
179
|
|
|
180
|
+
/***/ "./index.full.js"
|
|
181
|
+
/*!***********************!*\
|
|
182
|
+
!*** ./index.full.js ***!
|
|
183
|
+
\***********************/
|
|
184
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
185
|
+
|
|
186
|
+
"use strict";
|
|
187
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__),\n/* harmony export */ player: () => (/* binding */ player),\n/* harmony export */ players: () => (/* binding */ players),\n/* harmony export */ videoPlayer: () => (/* binding */ videoPlayer),\n/* harmony export */ videoPlayers: () => (/* binding */ videoPlayers)\n/* harmony export */ });\n/* harmony import */ var _assets_styles_main_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ~/assets/styles/main.scss */ \"./assets/styles/main.scss\");\n/* harmony import */ var _video_player__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./video-player */ \"./video-player.js\");\n/* harmony import */ var _utils_player_api__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils/player-api */ \"./utils/player-api.js\");\n/**\n * UMD entry: full player bundle for backwards-compatible sync videoPlayer().\n * player() is async with profile and schedule support.\n */\n\n\n\nconst videoPlayer = function (id) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let ready = arguments.length > 2 ? arguments[2] : undefined;\n return (0,_video_player__WEBPACK_IMPORTED_MODULE_1__.createVideoPlayer)(id, playerOptions, ready);\n};\nconst videoPlayers = (selector, playerOptions, ready) => (0,_utils_player_api__WEBPACK_IMPORTED_MODULE_2__.createMultipleSync)(selector, playerOptions, ready, videoPlayer);\nconst player = function (id) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let ready = arguments.length > 2 ? arguments[2] : undefined;\n return (0,_utils_player_api__WEBPACK_IMPORTED_MODULE_2__.createAsyncPlayer)(id, playerOptions, ready, _video_player__WEBPACK_IMPORTED_MODULE_1__.createPlayerWithConfig);\n};\nconst players = (selector, playerOptions, ready) => (0,_utils_player_api__WEBPACK_IMPORTED_MODULE_2__.createMultiplePlayers)(selector, playerOptions, ready, player);\nconst cloudinaryVideoPlayerLegacyConfig = function () {\n let instanceConfig = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n console.warn('Cloudinary.new() is deprecated and will be removed. Please use cloudinary.videoPlayer() instead.');\n const mergeOpts = function () {\n let callOpts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n return Object.assign({}, instanceConfig, callOpts);\n };\n return {\n videoPlayer: function (id) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let ready = arguments.length > 2 ? arguments[2] : undefined;\n return (0,_video_player__WEBPACK_IMPORTED_MODULE_1__.createVideoPlayer)(id, mergeOpts(playerOptions), ready);\n },\n videoPlayers: function (selector) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let ready = arguments.length > 2 ? arguments[2] : undefined;\n return (0,_utils_player_api__WEBPACK_IMPORTED_MODULE_2__.createMultipleSync)(selector, mergeOpts(playerOptions), ready, videoPlayer);\n }\n };\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,_utils_player_api__WEBPACK_IMPORTED_MODULE_2__.setupCloudinaryGlobal)({\n videoPlayer,\n videoPlayers,\n player,\n players,\n Cloudinary: {\n new: cloudinaryVideoPlayerLegacyConfig\n }\n}));\n\n//# sourceURL=webpack:///./index.full.js?\n}");
|
|
188
|
+
|
|
189
|
+
/***/ },
|
|
190
|
+
|
|
169
191
|
/***/ "./plugins/adaptive-streaming/index.js"
|
|
170
192
|
/*!*********************************************!*\
|
|
171
193
|
!*** ./plugins/adaptive-streaming/index.js ***!
|
|
@@ -228,7 +250,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
228
250
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
229
251
|
|
|
230
252
|
"use strict";
|
|
231
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* export default binding */ __WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lodash/isPlainObject */ \"../node_modules/lodash/isPlainObject.js\");\n/* harmony import */ var lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cloudinary-video-analytics */ \"../node_modules/cloudinary-video-analytics/dist/main.js\");\n/* harmony import */ var cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _utils_consts__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/consts */ \"./utils/consts.js\");\n\n\n\nclass CloudinaryAnalytics {\n constructor(player, options) {\n this.player = player;\n this.cloudinaryAnalytics = (0,cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1__.connectCloudinaryAnalytics)(this.player.videoElement, {\n playerAdapter: this.getCloudinaryVideoPlayerAdapter()\n });\n this.currentVideoMetadata = {\n cloudName: null,\n publicId: null\n };\n this.analyticsOptions = options;\n }\n getMetadata = () => ({\n cloudName: this.player.cloudinary.cloudinaryConfig().cloud_name,\n publicId: this.player.cloudinary.currentPublicId()\n });\n sourceChanged = (e, _ref) => {\n let {\n source\n } = _ref;\n const metadata = this.getMetadata();\n if (metadata.cloudName && metadata.publicId) {\n const isLiveStream = source?.resourceConfig().type === 'live';\n this.currentVideoMetadata = metadata;\n this.cloudinaryAnalytics.startManualTracking({\n ...metadata,\n ...(isLiveStream ? {\n type: 'live'\n } : {})\n }, {\n ...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default()(this.analyticsOptions) ? this.analyticsOptions : {}),\n videoPlayerType: 'cloudinary video player',\n videoPlayerVersion: \"3.14.1\"\n });\n } else if (this.currentVideoMetadata.cloudName !== metadata.cloudName || this.currentVideoMetadata.publicId !== metadata.publicId) {\n this.cloudinaryAnalytics.stopManualTracking();\n }\n };\n getCloudinaryVideoPlayerAdapter = () => {\n const createCldVPEventListener = (eventName, callback) => {\n this.player.on(eventName, callback);\n return () => {\n this.player.off(eventName, callback);\n };\n };\n return {\n onCanPlay: callback => createCldVPEventListener('canplay', callback),\n onCanPlayThrough: callback => createCldVPEventListener('canplaythrough', callback),\n onComplete: callback => createCldVPEventListener('complete', callback),\n onDurationChange: callback => createCldVPEventListener('durationchange', callback),\n onEmptied: callback => createCldVPEventListener('emptied', callback),\n onEnded: callback => createCldVPEventListener('ended', callback),\n onError: callback => createCldVPEventListener('error', callback),\n onLoadedData: callback => createCldVPEventListener('loadeddata', callback),\n onLoadedMetadata: callback => createCldVPEventListener('loadedmetadata', callback),\n onLoadStart: callback => createCldVPEventListener('loadstart', callback),\n onPause: callback => createCldVPEventListener('pause', callback),\n onPlay: callback => createCldVPEventListener('play', callback),\n onPlaying: callback => createCldVPEventListener('playing', callback),\n onProgress: callback => createCldVPEventListener('progress', callback),\n onRateChange: callback => createCldVPEventListener('ratechange', callback),\n onSeeked: callback => createCldVPEventListener('seeked', callback),\n onSeeking: callback => createCldVPEventListener('seeking', callback),\n onStalled: callback => createCldVPEventListener('stalled', callback),\n onSuspend: callback => createCldVPEventListener('suspend', callback),\n onTimeUpdate: callback => createCldVPEventListener('timeupdate', callback),\n onVolumeChange: callback => createCldVPEventListener('volumechange', callback),\n onWaiting: callback => createCldVPEventListener('waiting', callback),\n getCurrentSrc: () => this.player.videoElement.currentSrc,\n getCurrentTime: () => this.player.currentTime(),\n getReadyState: () => this.player.videoElement.readyState,\n getDuration: () => this.player.duration()\n };\n };\n init() {\n this.player.on(_utils_consts__WEBPACK_IMPORTED_MODULE_2__.PLAYER_EVENT.CLD_SOURCE_CHANGED, this.sourceChanged);\n }\n}\n/* harmony default export */ function __WEBPACK_DEFAULT_EXPORT__() {\n let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n new CloudinaryAnalytics(this, opts).init();\n}\n\n//# sourceURL=webpack:///./plugins/cloudinary-analytics/index.js?\n}");
|
|
253
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* export default binding */ __WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lodash/isPlainObject */ \"../node_modules/lodash/isPlainObject.js\");\n/* harmony import */ var lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cloudinary-video-analytics */ \"../node_modules/cloudinary-video-analytics/dist/main.js\");\n/* harmony import */ var cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _utils_consts__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/consts */ \"./utils/consts.js\");\n\n\n\nclass CloudinaryAnalytics {\n constructor(player, options) {\n this.player = player;\n this.cloudinaryAnalytics = (0,cloudinary_video_analytics__WEBPACK_IMPORTED_MODULE_1__.connectCloudinaryAnalytics)(this.player.videoElement, {\n playerAdapter: this.getCloudinaryVideoPlayerAdapter()\n });\n this.currentVideoMetadata = {\n cloudName: null,\n publicId: null\n };\n this.analyticsOptions = options;\n }\n getMetadata = () => ({\n cloudName: this.player.cloudinary.cloudinaryConfig().cloud_name,\n publicId: this.player.cloudinary.currentPublicId()\n });\n sourceChanged = (e, _ref) => {\n let {\n source\n } = _ref;\n const metadata = this.getMetadata();\n if (metadata.cloudName && metadata.publicId) {\n const isLiveStream = source?.resourceConfig().type === 'live';\n this.currentVideoMetadata = metadata;\n this.cloudinaryAnalytics.startManualTracking({\n ...metadata,\n ...(isLiveStream ? {\n type: 'live'\n } : {})\n }, {\n ...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default()(this.analyticsOptions) ? this.analyticsOptions : {}),\n videoPlayerType: 'cloudinary video player',\n videoPlayerVersion: \"3.14.2-edge.1\"\n });\n } else if (this.currentVideoMetadata.cloudName !== metadata.cloudName || this.currentVideoMetadata.publicId !== metadata.publicId) {\n this.cloudinaryAnalytics.stopManualTracking();\n }\n };\n getCloudinaryVideoPlayerAdapter = () => {\n const createCldVPEventListener = (eventName, callback) => {\n this.player.on(eventName, callback);\n return () => {\n this.player.off(eventName, callback);\n };\n };\n return {\n onCanPlay: callback => createCldVPEventListener('canplay', callback),\n onCanPlayThrough: callback => createCldVPEventListener('canplaythrough', callback),\n onComplete: callback => createCldVPEventListener('complete', callback),\n onDurationChange: callback => createCldVPEventListener('durationchange', callback),\n onEmptied: callback => createCldVPEventListener('emptied', callback),\n onEnded: callback => createCldVPEventListener('ended', callback),\n onError: callback => createCldVPEventListener('error', callback),\n onLoadedData: callback => createCldVPEventListener('loadeddata', callback),\n onLoadedMetadata: callback => createCldVPEventListener('loadedmetadata', callback),\n onLoadStart: callback => createCldVPEventListener('loadstart', callback),\n onPause: callback => createCldVPEventListener('pause', callback),\n onPlay: callback => createCldVPEventListener('play', callback),\n onPlaying: callback => createCldVPEventListener('playing', callback),\n onProgress: callback => createCldVPEventListener('progress', callback),\n onRateChange: callback => createCldVPEventListener('ratechange', callback),\n onSeeked: callback => createCldVPEventListener('seeked', callback),\n onSeeking: callback => createCldVPEventListener('seeking', callback),\n onStalled: callback => createCldVPEventListener('stalled', callback),\n onSuspend: callback => createCldVPEventListener('suspend', callback),\n onTimeUpdate: callback => createCldVPEventListener('timeupdate', callback),\n onVolumeChange: callback => createCldVPEventListener('volumechange', callback),\n onWaiting: callback => createCldVPEventListener('waiting', callback),\n getCurrentSrc: () => this.player.videoElement.currentSrc,\n getCurrentTime: () => this.player.currentTime(),\n getReadyState: () => this.player.videoElement.readyState,\n getDuration: () => this.player.duration()\n };\n };\n init() {\n this.player.on(_utils_consts__WEBPACK_IMPORTED_MODULE_2__.PLAYER_EVENT.CLD_SOURCE_CHANGED, this.sourceChanged);\n }\n}\n/* harmony default export */ function __WEBPACK_DEFAULT_EXPORT__() {\n let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n new CloudinaryAnalytics(this, opts).init();\n}\n\n//# sourceURL=webpack:///./plugins/cloudinary-analytics/index.js?\n}");
|
|
232
254
|
|
|
233
255
|
/***/ },
|
|
234
256
|
|
|
@@ -309,6 +331,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
309
331
|
|
|
310
332
|
/***/ },
|
|
311
333
|
|
|
334
|
+
/***/ "./plugins/cloudinary/models/video-source/video-source.const.js"
|
|
335
|
+
/*!**********************************************************************!*\
|
|
336
|
+
!*** ./plugins/cloudinary/models/video-source/video-source.const.js ***!
|
|
337
|
+
\**********************************************************************/
|
|
338
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
339
|
+
|
|
340
|
+
"use strict";
|
|
341
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ ADAPTIVE_SOURCETYPES: () => (/* binding */ ADAPTIVE_SOURCETYPES),\n/* harmony export */ CONTAINER_MIME_TYPES: () => (/* binding */ CONTAINER_MIME_TYPES),\n/* harmony export */ DEFAULT_DPR: () => (/* binding */ DEFAULT_DPR),\n/* harmony export */ DEFAULT_POSTER_PARAMS: () => (/* binding */ DEFAULT_POSTER_PARAMS),\n/* harmony export */ DEFAULT_VIDEO_PARAMS: () => (/* binding */ DEFAULT_VIDEO_PARAMS),\n/* harmony export */ FORMAT_MAPPINGS: () => (/* binding */ FORMAT_MAPPINGS),\n/* harmony export */ RENDITIONS: () => (/* binding */ RENDITIONS),\n/* harmony export */ URL_PATTERN: () => (/* reexport safe */ _profile_url_pattern__WEBPACK_IMPORTED_MODULE_0__.URL_PATTERN),\n/* harmony export */ VIDEO_SUFFIX_REMOVAL_PATTERN: () => (/* binding */ VIDEO_SUFFIX_REMOVAL_PATTERN)\n/* harmony export */ });\n/* harmony import */ var _profile_url_pattern__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../profile-url-pattern */ \"./plugins/cloudinary/profile-url-pattern.js\");\nconst DEFAULT_POSTER_PARAMS = {\n format: 'jpg',\n resource_type: 'video'\n};\nconst DEFAULT_VIDEO_PARAMS = {\n resource_type: 'video',\n type: 'upload',\n hdr: false,\n transformation: [],\n sourceTransformation: {},\n sourceTypes: ['auto'],\n recommendations: null,\n info: {},\n interactionAreas: {},\n chapters: {}\n};\nconst COMMON_VIDEO_EXTENSIONS = ['3g2', '3gp', 'avi', 'flv', 'm3u8', 'ts', 'm2ts', 'mts', 'mov', 'mkv', 'mp4', 'mpeg', 'mpd', 'mxf', 'ogv', 'webm', 'wmv']; // https://cloudinary.com/documentation/video_manipulation_and_delivery#supported_video_formats\n\nconst VIDEO_SUFFIX_REMOVAL_PATTERN = RegExp(`\\\\.(${COMMON_VIDEO_EXTENSIONS.join('|')})$$`);\n\nconst CONTAINER_MIME_TYPES = {\n hls: 'application/x-mpegURL',\n dash: 'application/dash+xml',\n // See: https://docs.videojs.com/utils_mimetypes.js.html\n opus: 'video/ogg',\n ogv: 'video/ogg',\n mp4: 'video/mp4',\n mov: 'video/mp4',\n m4v: 'video/mp4',\n mkv: 'video/x-matroska',\n m4a: 'audio/mp4',\n mp3: 'audio/mpeg',\n aac: 'audio/aac',\n caf: 'audio/x-caf',\n flac: 'audio/flac',\n oga: 'audio/ogg',\n wav: 'audio/wav',\n m3u8: 'application/x-mpegURL',\n mpd: 'application/dash+xml',\n jpg: 'image/jpeg',\n jpeg: 'image/jpeg',\n gif: 'image/gif',\n png: 'image/png',\n svg: 'image/svg+xml',\n webp: 'image/webp'\n};\nconst ADAPTIVE_SOURCETYPES = ['hls', 'dash', 'mpd', 'm3u8'];\nconst FORMAT_MAPPINGS = {\n hls: 'm3u8',\n dash: 'mpd'\n};\n\n// Breakpoints constants\nconst DEFAULT_DPR = 2.0;\nconst RENDITIONS = [640, 848, 1280, 1920, 2560, 3840];\n\n//# sourceURL=webpack:///./plugins/cloudinary/models/video-source/video-source.const.js?\n}");
|
|
342
|
+
|
|
343
|
+
/***/ },
|
|
344
|
+
|
|
312
345
|
/***/ "./plugins/cloudinary/models/video-source/video-source.js"
|
|
313
346
|
/*!****************************************************************!*\
|
|
314
347
|
!*** ./plugins/cloudinary/models/video-source/video-source.js ***!
|
|
@@ -331,6 +364,28 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
331
364
|
|
|
332
365
|
/***/ },
|
|
333
366
|
|
|
367
|
+
/***/ "./plugins/cloudinary/profile-url-pattern.js"
|
|
368
|
+
/*!***************************************************!*\
|
|
369
|
+
!*** ./plugins/cloudinary/profile-url-pattern.js ***!
|
|
370
|
+
\***************************************************/
|
|
371
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
372
|
+
|
|
373
|
+
"use strict";
|
|
374
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ URL_PATTERN: () => (/* binding */ URL_PATTERN)\n/* harmony export */ });\n/**\n * Detects http(s) profile/config URLs. Split from `video-source.const` so fetch-config\n * does not pull MIME maps and related defaults into the async chunk.\n */\n// eslint-disable-next-line no-control-regex\nconst URL_PATTERN = RegExp('https?:\\\\/\\\\/(www\\\\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\\\\.[a-zA-Z0-9()]{1,6}\\\\b([-a-zA-Z0-9()@:%_+.~#?&/=]*)');\n\n//# sourceURL=webpack:///./plugins/cloudinary/profile-url-pattern.js?\n}");
|
|
375
|
+
|
|
376
|
+
/***/ },
|
|
377
|
+
|
|
378
|
+
/***/ "./plugins/cloudinary/url-helpers.js"
|
|
379
|
+
/*!*******************************************!*\
|
|
380
|
+
!*** ./plugins/cloudinary/url-helpers.js ***!
|
|
381
|
+
\*******************************************/
|
|
382
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
383
|
+
|
|
384
|
+
"use strict";
|
|
385
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ getCloudinaryUrlPrefix: () => (/* reexport safe */ _utils_cloudinary_url_prefix__WEBPACK_IMPORTED_MODULE_1__.getCloudinaryUrlPrefix),\n/* harmony export */ isRawUrl: () => (/* binding */ isRawUrl)\n/* harmony export */ });\n/* harmony import */ var _profile_url_pattern__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./profile-url-pattern */ \"./plugins/cloudinary/profile-url-pattern.js\");\n/* harmony import */ var _utils_cloudinary_url_prefix__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/cloudinary-url-prefix */ \"./utils/cloudinary-url-prefix.js\");\n\n\nconst isRawUrl = publicId => _profile_url_pattern__WEBPACK_IMPORTED_MODULE_0__.URL_PATTERN.test(publicId);\n\n//# sourceURL=webpack:///./plugins/cloudinary/url-helpers.js?\n}");
|
|
386
|
+
|
|
387
|
+
/***/ },
|
|
388
|
+
|
|
334
389
|
/***/ "./plugins/colors/index.js"
|
|
335
390
|
/*!*********************************!*\
|
|
336
391
|
!*** ./plugins/colors/index.js ***!
|
|
@@ -371,7 +426,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
371
426
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
372
427
|
|
|
373
428
|
"use strict";
|
|
374
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst contextMenuContent = player => {\n const isLooping = player.loop();\n const isPaused = player.paused();\n const isMuted = player.muted();\n const isFullscreen = player.isFullscreen();\n const aboutMenuItem = {\n class: 'player-version',\n label: 'Cloudinary Player v' + \"3.14.1\"\n };\n if (!player.controls()) {\n return [aboutMenuItem];\n }\n return [{\n label: isLooping ? 'Unloop' : 'Loop',\n listener: () => {\n player.loop(!isLooping);\n }\n }, {\n label: isPaused ? 'Play' : 'Pause',\n listener: () => {\n if (isPaused) {\n player.play();\n } else {\n player.pause();\n }\n }\n }, {\n label: isMuted ? 'Unmute' : 'Mute',\n listener: () => {\n player.muted(!isMuted);\n }\n }, {\n label: isFullscreen ? 'Exit Fullscreen' : 'Fullscreen',\n listener: () => {\n if (isFullscreen) {\n player.exitFullscreen();\n } else {\n player.requestFullscreen();\n }\n }\n }, aboutMenuItem];\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (contextMenuContent);\n\n//# sourceURL=webpack:///./plugins/context-menu/contextMenuContent.js?\n}");
|
|
429
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst contextMenuContent = player => {\n const isLooping = player.loop();\n const isPaused = player.paused();\n const isMuted = player.muted();\n const isFullscreen = player.isFullscreen();\n const aboutMenuItem = {\n class: 'player-version',\n label: 'Cloudinary Player v' + \"3.14.2-edge.1\"\n };\n if (!player.controls()) {\n return [aboutMenuItem];\n }\n return [{\n label: isLooping ? 'Unloop' : 'Loop',\n listener: () => {\n player.loop(!isLooping);\n }\n }, {\n label: isPaused ? 'Play' : 'Pause',\n listener: () => {\n if (isPaused) {\n player.play();\n } else {\n player.pause();\n }\n }\n }, {\n label: isMuted ? 'Unmute' : 'Mute',\n listener: () => {\n player.muted(!isMuted);\n }\n }, {\n label: isFullscreen ? 'Exit Fullscreen' : 'Fullscreen',\n listener: () => {\n if (isFullscreen) {\n player.exitFullscreen();\n } else {\n player.requestFullscreen();\n }\n }\n }, aboutMenuItem];\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (contextMenuContent);\n\n//# sourceURL=webpack:///./plugins/context-menu/contextMenuContent.js?\n}");
|
|
375
430
|
|
|
376
431
|
/***/ },
|
|
377
432
|
|
|
@@ -437,7 +492,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
437
492
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
438
493
|
|
|
439
494
|
"use strict";
|
|
440
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ lazyInteractionAreasPlugin)\n/* harmony export */ });\nasync function lazyInteractionAreasPlugin(player, playerOptions, videojsOptions) {\n try {\n const {\n interactionAreasService\n } = await Promise.all(/*! import() | interaction-areas */[__webpack_require__.e(\"styles\"), __webpack_require__.e(\"node_modules_lodash_throttle_js\"), __webpack_require__.e(\"interaction-areas\")]).then(__webpack_require__.bind(__webpack_require__, /*! ./interaction-areas
|
|
495
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ lazyInteractionAreasPlugin)\n/* harmony export */ });\nasync function lazyInteractionAreasPlugin(player, playerOptions, videojsOptions) {\n try {\n const {\n interactionAreasService\n } = await Promise.all(/*! import() | interaction-areas */[__webpack_require__.e(\"styles\"), __webpack_require__.e(\"node_modules_lodash_throttle_js\"), __webpack_require__.e(\"interaction-areas\")]).then(__webpack_require__.bind(__webpack_require__, /*! ./interaction-areas */ \"./plugins/interaction-areas/interaction-areas.js\"));\n interactionAreasService(player, playerOptions, videojsOptions);\n } catch (error) {\n console.error('Failed to load plugin:', error);\n }\n}\n\n//# sourceURL=webpack:///./plugins/interaction-areas/index.js?\n}");
|
|
441
496
|
|
|
442
497
|
/***/ },
|
|
443
498
|
|
|
@@ -470,7 +525,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
470
525
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
471
526
|
|
|
472
527
|
"use strict";
|
|
473
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ lazyShoppablePlugin)\n/* harmony export */ });\nasync function lazyShoppablePlugin(player, options) {\n const {\n default: ShoppableWidget\n } = await Promise.all(/*! import() | shoppable */[__webpack_require__.e(\"styles\"), __webpack_require__.e(\"node_modules_lodash_throttle_js\"), __webpack_require__.e(\"shoppable\")]).then(__webpack_require__.bind(__webpack_require__, /*! ../../components/shoppable-bar/shoppable
|
|
528
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ lazyShoppablePlugin)\n/* harmony export */ });\nasync function lazyShoppablePlugin(player, options) {\n const {\n default: ShoppableWidget\n } = await Promise.all(/*! import() | shoppable */[__webpack_require__.e(\"styles\"), __webpack_require__.e(\"node_modules_lodash_throttle_js\"), __webpack_require__.e(\"shoppable\")]).then(__webpack_require__.bind(__webpack_require__, /*! ../../components/shoppable-bar/shoppable */ \"./components/shoppable-bar/shoppable.js\"));\n new ShoppableWidget(player, options.shoppable).init();\n}\n\n//# sourceURL=webpack:///./plugins/shoppable-plugin/index.js?\n}");
|
|
474
529
|
|
|
475
530
|
/***/ },
|
|
476
531
|
|
|
@@ -595,6 +650,39 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
595
650
|
|
|
596
651
|
/***/ },
|
|
597
652
|
|
|
653
|
+
/***/ "./utils/cloudinary-config-from-options.js"
|
|
654
|
+
/*!*************************************************!*\
|
|
655
|
+
!*** ./utils/cloudinary-config-from-options.js ***!
|
|
656
|
+
\*************************************************/
|
|
657
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
658
|
+
|
|
659
|
+
"use strict";
|
|
660
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ getCloudinaryConfigFromOptions: () => (/* binding */ getCloudinaryConfigFromOptions)\n/* harmony export */ });\n/* harmony import */ var _cloudinary_config_param__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./cloudinary-config-param */ \"./utils/cloudinary-config-param.js\");\n\nconst CLOUDINARY_CONFIG_KEYS = new Set(_cloudinary_config_param__WEBPACK_IMPORTED_MODULE_0__.CLOUDINARY_CONFIG_PARAM);\n\n/**\n * Matches lodash `snakeCase` (avoids heavy lodash in lazy-player).\n */\nconst toSnakeCase = key => key.replace(/([a-z0-9])([A-Z])/g, '$1_$2').replace(/[-\\s]+/g, '_').toLowerCase();\nconst pickCloudinaryKeysFromOptions = options => {\n const out = {};\n for (const key of Object.keys(options)) {\n const snake = toSnakeCase(key);\n if (CLOUDINARY_CONFIG_KEYS.has(snake)) {\n out[snake] = options[key];\n }\n }\n return out;\n};\nconst getCloudinaryConfigFromOptions = options => {\n if (options.cloudinaryConfig) {\n return options.cloudinaryConfig;\n }\n return Object.assign({}, pickCloudinaryKeysFromOptions(options));\n};\n\n//# sourceURL=webpack:///./utils/cloudinary-config-from-options.js?\n}");
|
|
661
|
+
|
|
662
|
+
/***/ },
|
|
663
|
+
|
|
664
|
+
/***/ "./utils/cloudinary-config-param.js"
|
|
665
|
+
/*!******************************************!*\
|
|
666
|
+
!*** ./utils/cloudinary-config-param.js ***!
|
|
667
|
+
\******************************************/
|
|
668
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
669
|
+
|
|
670
|
+
"use strict";
|
|
671
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ CLOUDINARY_CONFIG_PARAM: () => (/* binding */ CLOUDINARY_CONFIG_PARAM)\n/* harmony export */ });\n/**\n * Cloudinary SDK config keys (snake_case). Duplicated from `video-player.const` so\n * modules that only need this list do not import the full player constants table.\n */\nconst CLOUDINARY_CONFIG_PARAM = ['api_secret', 'auth_token', 'cdn_subdomain', 'cloud_name', 'cname', 'private_cdn', 'secure', 'secure_cdn_subdomain', 'secure_distribution', 'shorten', 'sign_url', 'url_suffix', 'use_root_path'];\n\n//# sourceURL=webpack:///./utils/cloudinary-config-param.js?\n}");
|
|
672
|
+
|
|
673
|
+
/***/ },
|
|
674
|
+
|
|
675
|
+
/***/ "./utils/cloudinary-url-prefix.js"
|
|
676
|
+
/*!****************************************!*\
|
|
677
|
+
!*** ./utils/cloudinary-url-prefix.js ***!
|
|
678
|
+
\****************************************/
|
|
679
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
680
|
+
|
|
681
|
+
"use strict";
|
|
682
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ getCloudinaryUrlPrefix: () => (/* binding */ getCloudinaryUrlPrefix)\n/* harmony export */ });\n/* harmony import */ var _cloudinary_url_gen_backwards_utils_unsigned_url_prefix__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @cloudinary/url-gen/backwards/utils/unsigned_url_prefix */ \"../node_modules/@cloudinary/url-gen/backwards/utils/unsigned_url_prefix.js\");\n\nconst getCloudinaryUrlPrefix = cloudinaryConfig => {\n return (0,_cloudinary_url_gen_backwards_utils_unsigned_url_prefix__WEBPACK_IMPORTED_MODULE_0__.unsigned_url_prefix)(null, cloudinaryConfig.cloud_name, cloudinaryConfig.private_cdn, cloudinaryConfig.cdn_subdomain, cloudinaryConfig.secure_cdn_subdomain, cloudinaryConfig.cname, cloudinaryConfig.secure ?? true, cloudinaryConfig.secure_distribution);\n};\n\n//# sourceURL=webpack:///./utils/cloudinary-url-prefix.js?\n}");
|
|
683
|
+
|
|
684
|
+
/***/ },
|
|
685
|
+
|
|
598
686
|
/***/ "./utils/cloudinary.js"
|
|
599
687
|
/*!*****************************!*\
|
|
600
688
|
!*** ./utils/cloudinary.js ***!
|
|
@@ -683,6 +771,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
683
771
|
|
|
684
772
|
/***/ },
|
|
685
773
|
|
|
774
|
+
/***/ "./utils/lazy-player.js"
|
|
775
|
+
/*!******************************!*\
|
|
776
|
+
!*** ./utils/lazy-player.js ***!
|
|
777
|
+
\******************************/
|
|
778
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
779
|
+
|
|
780
|
+
"use strict";
|
|
781
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ getVideoElement: () => (/* binding */ getVideoElement),\n/* harmony export */ lazyBootstrap: () => (/* binding */ lazyBootstrap),\n/* harmony export */ loadPlayer: () => (/* binding */ loadPlayer),\n/* harmony export */ preparePlayerPlaceholder: () => (/* binding */ preparePlayerPlaceholder),\n/* harmony export */ shouldLoadOnScroll: () => (/* binding */ shouldLoadOnScroll),\n/* harmony export */ shouldUseLazyBootstrap: () => (/* binding */ shouldUseLazyBootstrap)\n/* harmony export */ });\nconst FLUID_CLASS = 'cld-fluid';\n\n/** Same condition as `getPosterUrl` in `poster-url.js` (explicit string `poster`); skips the `cld-poster-url` async chunk. */\nconst hasExplicitPoster = options => typeof options?.poster === 'string' && options.poster.length > 0;\nconst getVideoElement = elem => {\n if (typeof elem === 'string') {\n let id = elem;\n if (id.indexOf('#') === 0) id = id.slice(1);\n try {\n elem = document.querySelector(`#${CSS.escape(id)}`);\n } catch {\n elem = null;\n }\n if (!elem) throw new Error(`Could not find element with id ${id}`);\n }\n if (!elem?.tagName) throw new Error('Must specify either an element or an element id.');\n if (elem.tagName !== 'VIDEO') throw new Error('Element is not a video tag.');\n return elem;\n};\nconst preparePlayerPlaceholder = function (videoElement, posterUrl) {\n let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n const hadControls = videoElement.hasAttribute('controls');\n videoElement.poster = posterUrl;\n videoElement.preload = 'none';\n videoElement.controls = false;\n videoElement.removeAttribute('controls');\n const fluid = options.fluid !== false;\n if (fluid) {\n videoElement.classList.add(FLUID_CLASS);\n }\n if (options.width) videoElement.setAttribute('width', String(options.width));\n if (options.height) videoElement.setAttribute('height', String(options.height));\n const ar = options?.sourceOptions?.aspectRatio || options?.aspectRatio;\n if (typeof ar === 'string' && ar.includes(':')) {\n const parts = ar.split(':').map(x => parseInt(x.trim(), 10));\n if (parts.length === 2 && parts[0] > 0 && parts[1] > 0) {\n videoElement.style.aspectRatio = `${parts[0]} / ${parts[1]}`;\n }\n }\n return {\n videoElement,\n hadControls\n };\n};\nconst loadPlayer = _ref => {\n let {\n overlayRoot,\n videoElement,\n options,\n ready\n } = _ref;\n if (overlayRoot?.parentNode) {\n overlayRoot.replaceWith(videoElement);\n }\n return Promise.all(/*! import() */[__webpack_require__.e(\"styles\"), __webpack_require__.e(\"cld-player-core\")]).then(__webpack_require__.bind(__webpack_require__, /*! ../video-player.js */ \"./video-player.js\")).then(m => m.createVideoPlayer(videoElement, options, ready));\n};\nconst LAZY_PLAYER_CLASS = 'cld-lazy-player';\nconst isLightSkin = (videoElement, options) => {\n const cls = videoElement.className || '';\n return cls.indexOf('cld-video-player-skin-light') > -1 || options?.skin === 'light';\n};\n\n/** Matches Video.js BigPlayButton DOM structure. */\nconst createBigPlayButton = () => {\n const playBtn = document.createElement('button');\n playBtn.type = 'button';\n playBtn.className = 'vjs-big-play-button';\n playBtn.setAttribute('aria-disabled', 'false');\n playBtn.title = 'Play Video';\n playBtn.setAttribute('aria-label', 'Play Video');\n const icon = document.createElement('span');\n icon.className = 'vjs-icon-placeholder';\n icon.setAttribute('aria-hidden', 'true');\n playBtn.appendChild(icon);\n return playBtn;\n};\nconst shouldUseLazyBootstrap = options => !!options?.lazy;\nconst shouldLoadOnScroll = lazy => lazy && typeof lazy === 'object' && lazy.loadOnScroll === true;\n\n/**\n * Renders the lazy placeholder (poster, big-play) before the main player chunk loads.\n *\n * @param {string|HTMLVideoElement} elem\n * @param {object} options\n * @param {function} [ready] - Passed through when the full player loads.\n * @returns {Promise<{ source: function, loadPlayer: function }>}\n */\nconst lazyBootstrap = async (elem, options, ready) => {\n const videoElement = getVideoElement(elem);\n const posterUrl = hasExplicitPoster(options) ? options.poster : (await __webpack_require__.e(/*! import() | cld-poster-url */ \"cld-poster-url\").then(__webpack_require__.bind(__webpack_require__, /*! ./poster-url */ \"./utils/poster-url.js\"))).getPosterUrl(options);\n const loadOnScroll = shouldLoadOnScroll(options.lazy);\n const fluidEnabled = options?.fluid !== false;\n const {\n hadControls\n } = preparePlayerPlaceholder(videoElement, posterUrl, {\n fluid: fluidEnabled,\n width: options?.width,\n height: options?.height,\n sourceOptions: options?.sourceOptions,\n aspectRatio: options?.aspectRatio\n });\n const light = isLightSkin(videoElement, options);\n const overlayRoot = document.createElement('div');\n overlayRoot.classList.add('cld-video-player', 'video-js', LAZY_PLAYER_CLASS);\n // Fluid rules are `.cld-video-player.cld-fluid`; placeholder `<video>` alone cannot satisfy that selector.\n if (fluidEnabled) {\n overlayRoot.classList.add(FLUID_CLASS);\n }\n overlayRoot.classList.add(light ? 'cld-video-player-skin-light' : 'cld-video-player-skin-dark');\n const colors = options?.colors;\n if (colors) {\n if (colors.base) overlayRoot.style.setProperty('--color-base', colors.base);\n if (colors.accent) overlayRoot.style.setProperty('--color-accent', colors.accent);\n if (colors.text) overlayRoot.style.setProperty('--color-text', colors.text);\n }\n videoElement.parentNode.insertBefore(overlayRoot, videoElement);\n overlayRoot.appendChild(videoElement);\n const playBtn = createBigPlayButton();\n overlayRoot.appendChild(playBtn);\n let loadPromise = null;\n let observer = null;\n const teardownActivation = () => {\n playBtn.removeEventListener('click', onPlayClick);\n videoElement.removeEventListener('click', onVideoClick);\n if (observer) {\n observer.disconnect();\n observer = null;\n }\n };\n const activatePlayer = function () {\n let activationOpts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n if (loadPromise) {\n return loadPromise;\n }\n teardownActivation();\n const autoplayFromUserGesture = activationOpts.autoplayFromUserGesture === true;\n if (hadControls) videoElement.setAttribute('controls', '');\n const wrappedReady = autoplayFromUserGesture ? p => {\n p.play();\n if (ready) ready(p);\n } : ready;\n const playerOptions = Object.assign({}, options);\n delete playerOptions.lazy;\n loadPromise = loadPlayer({\n overlayRoot,\n videoElement,\n options: playerOptions,\n ready: wrappedReady\n });\n return loadPromise;\n };\n function onPlayClick(e) {\n e.stopPropagation();\n activatePlayer({\n autoplayFromUserGesture: true\n });\n }\n function onVideoClick() {\n activatePlayer({\n autoplayFromUserGesture: true\n });\n }\n playBtn.addEventListener('click', onPlayClick);\n videoElement.addEventListener('click', onVideoClick);\n if (loadOnScroll && typeof IntersectionObserver !== 'undefined') {\n observer = new IntersectionObserver(entries => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n activatePlayer({});\n }\n });\n }, {\n rootMargin: '0px',\n threshold: 0.25\n });\n observer.observe(videoElement);\n }\n const stub = {\n source: () => stub,\n loadPlayer: () => activatePlayer({\n autoplayFromUserGesture: true\n })\n };\n return stub;\n};\n\n//# sourceURL=webpack:///./utils/lazy-player.js?\n}");
|
|
782
|
+
|
|
783
|
+
/***/ },
|
|
784
|
+
|
|
686
785
|
/***/ "./utils/mixin.js"
|
|
687
786
|
/*!************************!*\
|
|
688
787
|
!*** ./utils/mixin.js ***!
|
|
@@ -694,6 +793,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
694
793
|
|
|
695
794
|
/***/ },
|
|
696
795
|
|
|
796
|
+
/***/ "./utils/player-api.js"
|
|
797
|
+
/*!*****************************!*\
|
|
798
|
+
!*** ./utils/player-api.js ***!
|
|
799
|
+
\*****************************/
|
|
800
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
801
|
+
|
|
802
|
+
"use strict";
|
|
803
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ createAsyncPlayer: () => (/* binding */ createAsyncPlayer),\n/* harmony export */ createMultiplePlayers: () => (/* binding */ createMultiplePlayers),\n/* harmony export */ createMultipleSync: () => (/* binding */ createMultipleSync),\n/* harmony export */ setupCloudinaryGlobal: () => (/* binding */ setupCloudinaryGlobal)\n/* harmony export */ });\n/* harmony import */ var _lazy_player__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lazy-player */ \"./utils/lazy-player.js\");\n\n\nconst createAsyncPlayer = async (id, playerOptions, ready, createFn) => {\n const mergedOptions = Object.assign({}, playerOptions);\n const videoElement = (0,_lazy_player__WEBPACK_IMPORTED_MODULE_0__.getVideoElement)(id);\n const opts = await (async () => {\n try {\n const {\n fetchAndMergeConfig\n } = await __webpack_require__.e(/*! import() */ \"utils_fetch-config_js\").then(__webpack_require__.bind(__webpack_require__, /*! ./fetch-config */ \"./utils/fetch-config.js\"));\n const fetched = await fetchAndMergeConfig(mergedOptions);\n return Object.assign({}, fetched, mergedOptions);\n } catch {\n return mergedOptions;\n }\n })();\n if (opts?.schedule?.weekly) {\n const {\n shouldUseScheduleBootstrap,\n scheduleBootstrap\n } = await __webpack_require__.e(/*! import() */ \"utils_schedule_js\").then(__webpack_require__.bind(__webpack_require__, /*! ./schedule */ \"./utils/schedule.js\"));\n if (shouldUseScheduleBootstrap(opts)) {\n return scheduleBootstrap(id, opts, ready);\n }\n }\n if ((0,_lazy_player__WEBPACK_IMPORTED_MODULE_0__.shouldUseLazyBootstrap)(opts)) {\n return (0,_lazy_player__WEBPACK_IMPORTED_MODULE_0__.lazyBootstrap)(id, opts, ready);\n }\n return createFn(videoElement, opts, ready);\n};\nconst createMultiplePlayers = async (selector, playerOptions, ready, playerFn) => {\n const nodeList = document.querySelectorAll(selector);\n return Promise.all([...nodeList].map(node => playerFn(node, playerOptions, ready)));\n};\nconst createMultipleSync = (selector, playerOptions, ready, playerFn) => {\n const nodeList = document.querySelectorAll(selector);\n return [...nodeList].map(node => playerFn(node, playerOptions, ready));\n};\nconst setupCloudinaryGlobal = methods => {\n const cloudinary = {\n ...(window.cloudinary || {}),\n ...methods\n };\n window.cloudinary = cloudinary;\n return cloudinary;\n};\n\n//# sourceURL=webpack:///./utils/player-api.js?\n}");
|
|
804
|
+
|
|
805
|
+
/***/ },
|
|
806
|
+
|
|
697
807
|
/***/ "./utils/positioning.js"
|
|
698
808
|
/*!******************************!*\
|
|
699
809
|
!*** ./utils/positioning.js ***!
|
|
@@ -705,6 +815,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
705
815
|
|
|
706
816
|
/***/ },
|
|
707
817
|
|
|
818
|
+
/***/ "./utils/querystring.js"
|
|
819
|
+
/*!******************************!*\
|
|
820
|
+
!*** ./utils/querystring.js ***!
|
|
821
|
+
\******************************/
|
|
822
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
823
|
+
|
|
824
|
+
"use strict";
|
|
825
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ appendQueryParams: () => (/* binding */ appendQueryParams)\n/* harmony export */ });\nconst appendQueryParams = (url, params) => {\n if (!params || !Object.keys(params).length) {\n return url;\n }\n const urlObj = new URL(url);\n Object.entries(params).forEach(_ref => {\n let [key, value] = _ref;\n if (value != null) {\n urlObj.searchParams.append(key, value);\n }\n });\n return urlObj.href;\n};\n\n\n//# sourceURL=webpack:///./utils/querystring.js?\n}");
|
|
826
|
+
|
|
827
|
+
/***/ },
|
|
828
|
+
|
|
708
829
|
/***/ "./utils/setup-event-methods.js"
|
|
709
830
|
/*!**************************************!*\
|
|
710
831
|
!*** ./utils/setup-event-methods.js ***!
|
|
@@ -727,6 +848,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
727
848
|
|
|
728
849
|
/***/ },
|
|
729
850
|
|
|
851
|
+
/***/ "./utils/utf8Base64.js"
|
|
852
|
+
/*!*****************************!*\
|
|
853
|
+
!*** ./utils/utf8Base64.js ***!
|
|
854
|
+
\*****************************/
|
|
855
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
856
|
+
|
|
857
|
+
"use strict";
|
|
858
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ utf8ToBase64: () => (/* binding */ utf8ToBase64)\n/* harmony export */ });\nfunction utf8ToBase64(str) {\n const utf8Bytes = new TextEncoder().encode(str);\n const binaryStr = String.fromCharCode(...utf8Bytes);\n return btoa(binaryStr);\n}\n\n//# sourceURL=webpack:///./utils/utf8Base64.js?\n}");
|
|
859
|
+
|
|
860
|
+
/***/ },
|
|
861
|
+
|
|
730
862
|
/***/ "./utils/video-retry.js"
|
|
731
863
|
/*!******************************!*\
|
|
732
864
|
!*** ./utils/video-retry.js ***!
|
|
@@ -749,6 +881,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
749
881
|
|
|
750
882
|
/***/ },
|
|
751
883
|
|
|
884
|
+
/***/ "./video-player.const.js"
|
|
885
|
+
/*!*******************************!*\
|
|
886
|
+
!*** ./video-player.const.js ***!
|
|
887
|
+
\*******************************/
|
|
888
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
889
|
+
|
|
890
|
+
"use strict";
|
|
891
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ ADS_IN_PLAYLIST: () => (/* binding */ ADS_IN_PLAYLIST),\n/* harmony export */ AUTO_PLAY_MODE: () => (/* binding */ AUTO_PLAY_MODE),\n/* harmony export */ CLOUDINARY_CONFIG_PARAM: () => (/* reexport safe */ _utils_cloudinary_config_param__WEBPACK_IMPORTED_MODULE_0__.CLOUDINARY_CONFIG_PARAM),\n/* harmony export */ CROP_MODE: () => (/* binding */ CROP_MODE),\n/* harmony export */ FLOATING_TO: () => (/* binding */ FLOATING_TO),\n/* harmony export */ FLUID_CLASS_NAME: () => (/* binding */ FLUID_CLASS_NAME),\n/* harmony export */ PLAYER_PARAMS: () => (/* binding */ PLAYER_PARAMS),\n/* harmony export */ PRELOAD: () => (/* binding */ PRELOAD),\n/* harmony export */ SOURCE_PARAMS: () => (/* binding */ SOURCE_PARAMS)\n/* harmony export */ });\n/* harmony import */ var _utils_cloudinary_config_param__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils/cloudinary-config-param */ \"./utils/cloudinary-config-param.js\");\n// Parameters that can be passed to source configuration (inherited by source method)\nconst SOURCE_PARAMS = ['adaptiveStreaming', 'allowUsageReport', 'aspectRatio', 'autoShowRecommendations', 'breakpoints', 'chapters', 'cropMode', 'cropPadColor', 'cloudinaryConfig', 'description', 'download', 'hdr', 'info', 'interactionAreas', 'maxDpr', 'poster', 'posterOptions', 'publicId', 'rawTransformation', 'recommendations', 'resourceType', 'shoppable', 'source', 'sourceTransformation', 'sourceTypes', 'textTracks', 'title', 'transformation', 'type', 'visualSearch', 'withCredentials', 'videoSources'];\n\n// All parameters that can be passed to player constructor\nconst PLAYER_PARAMS = SOURCE_PARAMS.concat(['_internalAnalyticsMetadata', 'ads', 'aiHighlightsGraph', 'analytics', 'autoplayMode', 'chaptersButton', 'cloudinaryAnalytics', 'colors', 'debug', 'fetchErrorUsingGet', 'floatingWhenNotVisible', 'fluid', 'fontFace', 'hideContextMenu', 'ima', 'pictureInPictureToggle', 'playedEventPercents', 'playedEventTimes', 'playlistWidget', 'profile', 'qualitySelector', 'queryParams', 'seekThumbnails', 'showJumpControls', 'videoConfig', 'schedule', 'lazy']);\n\n// We support both camelCase and snake_case for cloudinary SDK params\n\nconst FLUID_CLASS_NAME = 'cld-fluid';\nconst AUTO_PLAY_MODE = {\n ALWAYS: 'always',\n ON_SCROLL: 'on-scroll',\n NEVER: 'never'\n};\nconst FLOATING_TO = {\n LEFT: 'left',\n RIGHT: 'right',\n NONE: 'none'\n};\nconst ADS_IN_PLAYLIST = {\n FIRST_VIDEO: 'first-video',\n EVERY_VIDEO: 'every-video'\n};\nconst PRELOAD = {\n AUTO: 'auto',\n METADATA: 'metadata',\n NONE: 'none'\n};\nconst CROP_MODE = {\n FILL: 'fill',\n PAD: 'pad',\n SMART: 'smart'\n};\n\n//# sourceURL=webpack:///./video-player.const.js?\n}");
|
|
892
|
+
|
|
893
|
+
/***/ },
|
|
894
|
+
|
|
752
895
|
/***/ "./video-player.js"
|
|
753
896
|
/*!*************************!*\
|
|
754
897
|
!*** ./video-player.js ***!
|
|
@@ -756,7 +899,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
756
899
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
757
900
|
|
|
758
901
|
"use strict";
|
|
759
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ createPlayerWithConfig: () => (/* binding */ createPlayerWithConfig),\n/* harmony export */ createVideoPlayer: () => (/* binding */ createVideoPlayer),\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ \"../node_modules/video.js/dist/alt/video.core-exposed.js\");\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(video_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! uuid */ \"../node_modules/uuid/dist/v4.js\");\n/* harmony import */ var lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! lodash/isEmpty */ \"../node_modules/lodash/isEmpty.js\");\n/* harmony import */ var lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var lodash_get__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! lodash/get */ \"../node_modules/lodash/get.js\");\n/* harmony import */ var lodash_get__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var lodash_pick__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! lodash/pick */ \"../node_modules/lodash/pick.js\");\n/* harmony import */ var lodash_pick__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(lodash_pick__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var lodash_isFunction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! lodash/isFunction */ \"../node_modules/lodash/isFunction.js\");\n/* harmony import */ var lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(lodash_isFunction__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var lodash_isObject__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! lodash/isObject */ \"../node_modules/lodash/isObject.js\");\n/* harmony import */ var lodash_isObject__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(lodash_isObject__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var lodash_isString__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! lodash/isString */ \"../node_modules/lodash/isString.js\");\n/* harmony import */ var lodash_isString__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(lodash_isString__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./components */ \"./components/index.js\");\n/* harmony import */ var _plugins__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./plugins */ \"./plugins/index.js\");\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./utils */ \"./utils/index.js\");\n/* harmony import */ var _config_defaults__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./config/defaults */ \"./config/defaults.js\");\n/* harmony import */ var _utils_setup_event_methods__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./utils/setup-event-methods */ \"./utils/setup-event-methods.js\");\n/* harmony import */ var _extended_events__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./extended-events */ \"./extended-events.js\");\n/* harmony import */ var _plugins_cloudinary_models_video_source_video_source__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./plugins/cloudinary/models/video-source/video-source */ \"./plugins/cloudinary/models/video-source/video-source.js\");\n/* harmony import */ var _video_player_utils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./video-player.utils */ \"./video-player.utils.js\");\n/* harmony import */ var _video_player_const__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./video-player.const */ \"./video-player.const.js\");\n/* harmony import */ var _validators_validators_functions__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./validators/validators-functions */ \"./validators/validators-functions.js\");\n/* harmony import */ var _utils_consts__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./utils/consts */ \"./utils/consts.js\");\n/* harmony import */ var _utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./utils/get-analytics-player-options */ \"./utils/get-analytics-player-options.js\");\n/* harmony import */ var _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./plugins/cloudinary/common */ \"./plugins/cloudinary/common.js\");\n/* harmony import */ var _utils_video_retry__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./utils/video-retry */ \"./utils/video-retry.js\");\n/* harmony import */ var _utils_querystring__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./utils/querystring */ \"./utils/querystring.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst INTERNAL_ANALYTICS_URL = 'https://analytics-api-s.cloudinary.com';\nconst RETRY_DEFAULT_TIMEOUT = 5 * 1000;\n\n// Register all plugins\nObject.keys(_plugins__WEBPACK_IMPORTED_MODULE_9__[\"default\"]).forEach(key => {\n video_js__WEBPACK_IMPORTED_MODULE_0___default().registerPlugin(key, _plugins__WEBPACK_IMPORTED_MODULE_9__[\"default\"][key]);\n});\n(0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.overrideDefaultVideojsComponents)();\nclass VideoPlayer {\n static all(selector) {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n const nodeList = document.querySelectorAll(selector);\n return [...nodeList].map(node => new VideoPlayer(node, ...args));\n }\n get playerOptions() {\n return this.options.playerOptions;\n }\n constructor(elem, options, ready) {\n this.videoElement = elem;\n this.options = (0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.splitOptions)(options);\n this._videojsOptions = this.options.videojsOptions;\n\n // Make sure to add 'video-js' class before creating videojs instance\n this.videoElement.classList.add('video-js');\n\n // Handle WebFont loading\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].fontFace(this.videoElement, this.playerOptions.fontFace);\n\n // Handle play button options\n if (this._videojsOptions.bigPlayButton === 'init') {\n this.videoElement.classList.add('vjs-big-play-button-init-only');\n this._videojsOptions.bigPlayButton = true;\n }\n this.videojs = video_js__WEBPACK_IMPORTED_MODULE_0___default()(this.videoElement, this._videojsOptions);\n\n // Setup event methods (on, one, off, trigger)\n (0,_utils_setup_event_methods__WEBPACK_IMPORTED_MODULE_12__[\"default\"])(this, this.videojs);\n this._isPlayerConfigValid = true;\n if (this.playerOptions.debug) {\n (0,_validators_validators_functions__WEBPACK_IMPORTED_MODULE_17__.isValidPlayerConfig)(this.options).then(valid => {\n if (!valid) {\n this._isPlayerConfigValid = false;\n this.videojs.error('invalid player configuration');\n return;\n }\n });\n }\n if (this._videojsOptions.muted) {\n this.videojs.volume(0.4);\n }\n if (this.playerOptions.fluid) {\n this.fluid(this.playerOptions.fluid);\n }\n this._setCssClasses();\n this._initPlugins();\n this._initJumpButtons();\n this._initPictureInPicture();\n this._initBigPauseButton();\n this._setVideoJsListeners(ready);\n }\n getVPInstanceId() {\n if (!this.vpInstanceId) {\n this.vpInstanceId = (0,uuid__WEBPACK_IMPORTED_MODULE_1__[\"default\"])();\n }\n return this.vpInstanceId;\n }\n _sendInternalAnalytics() {\n let additionalOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n const options = Object.assign({}, this.playerOptions, this.options.videojsOptions, additionalOptions);\n if (!options.sourceOptions?.allowUsageReport) {\n return;\n }\n try {\n const internalAnalyticsMetadata = options._internalAnalyticsMetadata ?? {};\n const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_19__.getAnalyticsFromPlayerOptions)(options);\n const analyticsParams = new URLSearchParams(analyticsData).toString();\n const baseParams = new URLSearchParams({\n vpVersion: \"3.14.1\",\n vpInstanceId: this.getVPInstanceId(),\n cloudName: options.cloudinary.cloud_name,\n ...internalAnalyticsMetadata\n }).toString();\n fetch(`${INTERNAL_ANALYTICS_URL}/video_player_source?${analyticsParams}&${baseParams}`);\n } catch (err) {\n console.warn(err);\n }\n }\n _resetReTryVideoState = () => {\n this.reTryVideoStateRetriesCount = 0;\n this.videojs.clearTimeout(this.reTryVideoStateTimeoutId);\n };\n _handleRefresh = () => {\n this.videojs.error(null);\n const src = this.currentPublicId() || this.currentSourceUrl();\n if (src) {\n this.source(src, this.playerOptions.sourceOptions || {});\n }\n };\n _setVideoJsListeners(ready) {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.ERROR, () => {\n const error = this.videojs.error();\n if (error) {\n const type = this._isPlayerConfigValid && this.videojs.cloudinary.currentSourceType();\n\n /*\n error codes :\n 3 - media playback was aborted due to a corruption problem\n 4 - media error, media source not supported\n */\n const isCorrupted = error.code === 3 && (video_js__WEBPACK_IMPORTED_MODULE_0___default().browser).IS_SAFARI;\n if ([isCorrupted, error.code === 4].includes(true) && [_utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.AUDIO, _utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.VIDEO].includes(type)) {\n if (this.isLiveStream) {\n this.videojs.error({\n code: _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.ERROR_CODE.CUSTOM,\n message: 'Live Stream not started'\n });\n this.reloadVideoUntilAvailable();\n } else {\n this.videojs.error(null);\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].handleCldError(this, this.playerOptions);\n }\n } else {\n this._resetReTryVideoState();\n }\n }\n });\n this.videojs.tech_.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.RETRY_PLAYLIST, () => {\n const mediaRequestsErrored = lodash_get__WEBPACK_IMPORTED_MODULE_3___default()(this.videojs, 'hls.stats.mediaRequestsErrored', 0);\n if (mediaRequestsErrored > 0) {\n this._resetReTryVideoState();\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].handleCldError(this, this.playerOptions);\n }\n });\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.PLAY, this._resetReTryVideoState);\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CAN_PLAY_THROUGH, this._resetReTryVideoState);\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, this._onSourceChange.bind(this));\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.REFRESH, this._handleRefresh.bind(this));\n this.videojs.ready(() => {\n this._onReady();\n this._applyVolumeBarAriaLiveFix();\n if (ready) {\n ready(this);\n }\n });\n }\n _initPlugins() {\n this._initIma();\n this._initAutoplay();\n this._initContextMenu();\n this._initPerSrcBehaviors();\n this._initCloudinary();\n this._initAnalytics();\n this._initCloudinaryAnalytics();\n this._initFloatingPlayer();\n this._initVisualSearch();\n this._initShare();\n this._initColors();\n this._initTextTracks();\n this._initHighlightsGraph();\n this._initSeekThumbs();\n this._initChapters();\n this._initInteractionAreas();\n this._initSourceSwitcher();\n }\n _isFullScreen() {\n return this.videojs.player().isFullscreen();\n }\n _initIma() {\n if (this.playerOptions.ads && Object.keys(this.playerOptions.ads).length !== 0) {\n _plugins__WEBPACK_IMPORTED_MODULE_9__[\"default\"].imaPlugin(this.videojs, this.playerOptions);\n }\n }\n setTextTracks(conf) {\n this.textTracksManager.removeAllTextTracks();\n if (conf) {\n const kinds = Object.keys(conf);\n const allTracks = [];\n for (const kind of kinds) {\n if (kind !== 'options') {\n const tracks = Array.isArray(conf[kind]) ? conf[kind] : [conf[kind]];\n for (const track of tracks) {\n allTracks.push({\n ...track,\n kind: kind,\n label: track.label,\n srclang: track.language,\n default: !!track.default,\n src: track.url\n });\n }\n }\n }\n this.textTracksManager.addTextTracks(allTracks);\n if (conf.options && this.videojs.styledTextTracks) {\n this.videojs.styledTextTracks(conf.options);\n }\n }\n }\n _initSeekThumbs() {\n if (this.playerOptions.seekThumbnails) {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref) => {\n let {\n source\n } = _ref;\n if (!source || source.getType() === _utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.AUDIO ||\n // Is Audio\n source.resourceConfig().type === 'live' ||\n // Is live stream\n (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.isRawUrl)(source.publicId()) ||\n // Is a raw url\n this.videojs.activePlugins_ && this.videojs.activePlugins_.vr // It's a VR (i.e. 360)\n ) {\n return;\n }\n const publicId = source.publicId();\n const transformation = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.omitVideoOnlyTransformations)(Object.assign({}, source.transformation()));\n\n // fl_sprite must be in a separate URL component when transformation has params\n const spriteTx = [...(Array.isArray(transformation) ? transformation : [transformation]), {\n flags: ['sprite']\n }];\n const vttUrl = source.config().url(`${publicId}.vtt`, {\n transformation: spriteTx\n }).replace(/\\.json$/, ''); // Handle playlist by tag\n const vttSrc = (0,_utils_querystring__WEBPACK_IMPORTED_MODULE_22__.appendQueryParams)(vttUrl, source.queryParams());\n\n // vttThumbnails must be called differently on init and on source update.\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.vttThumbnails) ? this.videojs.vttThumbnails({\n src: vttSrc\n }) : this.videojs.vttThumbnails.src(vttSrc);\n });\n }\n }\n _initHighlightsGraph() {\n if (this.playerOptions.aiHighlightsGraph) {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref2) => {\n let {\n source\n } = _ref2;\n if (!source || source.getType() === _utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.AUDIO ||\n // Is Audio\n (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.isRawUrl)(source.publicId()) // Is a raw url\n ) {\n return;\n }\n const publicId = source.publicId();\n\n // Keep video-length related transformations and remove the rest\n const inputTransformations = lodash_pick__WEBPACK_IMPORTED_MODULE_4___default()(source.transformation(), ['start_offset', 'end_offset', 'duration']);\n const transformation = Object.assign({}, inputTransformations);\n transformation.effect = 'preview';\n transformation.flags = transformation.flags || [];\n transformation.flags.push('getinfo');\n const aiHighlightsGraphUrl = source.config().url(`${publicId}`, {\n transformation\n }).replace(/\\.json$/, ''); // Handle playlist by tag\n const aiHighlightsGraphSrc = (0,_utils_querystring__WEBPACK_IMPORTED_MODULE_22__.appendQueryParams)(aiHighlightsGraphUrl, source.queryParams());\n\n // Plugin is called differently on init and on source update.\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.aiHighlightsGraph) ? this.videojs.aiHighlightsGraph({\n src: aiHighlightsGraphSrc\n }) : this.videojs.aiHighlightsGraph.src(aiHighlightsGraphSrc);\n });\n }\n }\n _initChapters() {\n if (!this.playerOptions.chaptersButton && this.videojs.controlBar) {\n this.videojs.controlBar.removeChild('chaptersButton');\n }\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref3) => {\n let {\n source\n } = _ref3;\n if ((!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2___default()(source?._chapters) || source?._chapters === true) && this.videojs.chapters) {\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.chapters) ? this.videojs.chapters(source._chapters) : this.videojs.chapters.src(source._chapters);\n } else if (this.videojs.chapters?.resetPlugin) {\n this.videojs.chapters.resetPlugin();\n }\n });\n }\n _initInteractionAreas() {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.READY, async () => {\n if (this.options.videojsOptions.interactionDisplay && this.videojs.interactionAreas) {\n this.videojs.interactionAreas(this, this.playerOptions, this._videojsOptions);\n }\n });\n }\n _initVisualSearch() {\n // Listen for source changes to apply visual search based on source config\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref4) => {\n let {\n source\n } = _ref4;\n if (source?._visualSearch && this.videojs.visualSearch) {\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.visualSearch) ? this.videojs.visualSearch(source._visualSearch) : this.videojs.visualSearch.createSearchUI(source._visualSearch);\n } else if (!source?._visualSearch && this.videojs.visualSearch?.clearUI) {\n this.videojs.visualSearch.clearUI();\n }\n });\n }\n _initShare() {\n // Listen for source changes to apply Share plugin based on source config\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref5) => {\n let {\n source\n } = _ref5;\n if (!this.videojs.share) {\n return;\n }\n\n // First time: initialise plugin if necessary\n if (source?._download && lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.share)) {\n this.videojs.share({\n download: true\n });\n }\n if (!lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.share)) {\n // Plugin already initialised – update UI accordingly\n if (source?._download) {\n this.videojs.share.addDownloadButton?.();\n } else {\n this.videojs.share.removeDownloadButton?.();\n }\n }\n });\n }\n _initColors() {\n if (this.playerOptions.colors) {\n this.videojs.colors({\n colors: this.playerOptions.colors\n });\n }\n }\n _initTextTracks() {\n this.textTracksManager = this.videojs.textTracksManager();\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref6) => {\n let {\n source\n } = _ref6;\n if (source?._textTracks) {\n this.setTextTracks(source._textTracks);\n }\n });\n }\n _initPerSrcBehaviors() {\n if (this.videojs.perSourceBehaviors) {\n this.videojs.perSourceBehaviors();\n }\n }\n _initJumpButtons() {\n if (!this.playerOptions.showJumpControls && this.videojs.controlBar) {\n this.videojs.controlBar.removeChild('JumpForwardButton');\n this.videojs.controlBar.removeChild('JumpBackButton');\n }\n }\n _initPictureInPicture() {\n if (!this.playerOptions.pictureInPictureToggle && this.videojs.controlBar) {\n this.videojs.controlBar.removeChild('pictureInPictureToggle');\n }\n }\n _initBigPauseButton() {\n if ((video_js__WEBPACK_IMPORTED_MODULE_0___default().browser).IS_IOS || (video_js__WEBPACK_IMPORTED_MODULE_0___default().browser).IS_ANDROID) {\n this.videojs.addChild('BigPauseButton');\n }\n }\n _initCloudinary() {\n const cloudinaryConfig = this.playerOptions.cloudinary;\n cloudinaryConfig.chainTarget = this;\n if (cloudinaryConfig.secure !== false) {\n (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.extendCloudinaryConfig)(cloudinaryConfig, {\n secure: true\n });\n }\n\n // Merge cloudinary config with source config for the plugin\n const cloudinaryOptions = {\n cloudinaryConfig,\n ...this.playerOptions.sourceOptions\n };\n this.videojs.cloudinary(cloudinaryOptions);\n }\n _initAnalytics() {\n const analyticsOpts = this.playerOptions.analytics;\n if (!window.gtag && analyticsOpts) {\n console.error('Google Analytics script (gtag) is missing.');\n return;\n }\n if (analyticsOpts) {\n const opts = typeof analyticsOpts === 'object' ? analyticsOpts : {};\n this.videojs.analytics(opts);\n }\n }\n _initCloudinaryAnalytics() {\n const cloudinaryAnalyticsOptionEnabled = !!this.playerOptions.cloudinaryAnalytics;\n if (cloudinaryAnalyticsOptionEnabled) {\n this.videojs.videoElement = this.videoElement;\n const options = lodash_isObject__WEBPACK_IMPORTED_MODULE_6___default()(this.playerOptions.cloudinaryAnalytics) ? this.playerOptions.cloudinaryAnalytics : {};\n this.videojs.cloudinaryAnalytics(options);\n }\n }\n _initSourceSwitcher() {\n this.sourceSwitcher = this.videojs.sourceSwitcher();\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref7) => {\n let {\n source\n } = _ref7;\n const videoSources = source.videoSources?.();\n const isSourcesListAvailable = Array.isArray(videoSources) ? !!videoSources.length : false;\n if (this.videojs.controlBar) {\n const method = isSourcesListAvailable ? 'show' : 'hide';\n const element = this.videojs.controlBar.getChild('sourceSwitcherButton');\n if (element && typeof element?.[method] === 'function') {\n element[method]();\n }\n }\n if (isSourcesListAvailable) {\n const selectedIndex = videoSources.findIndex(_ref8 => {\n let {\n publicId\n } = _ref8;\n return publicId === source.publicId();\n });\n this.sourceSwitcher.reInit({\n sources: videoSources,\n selectedIndex: selectedIndex === -1 ? 0 : selectedIndex,\n onSourceChange: _ref9 => {\n let {\n publicId,\n ...newSourceOptions\n } = _ref9;\n return this.source(publicId, {\n ...newSourceOptions,\n videoSources\n });\n }\n });\n }\n });\n if (Array.isArray(this.playerOptions.sourceOptions?.videoSources) && this.playerOptions.sourceOptions?.videoSources.length) {\n // eslint-disable-next-line no-unused-vars\n const {\n publicId,\n label,\n ...videoSourceData\n } = this.playerOptions.sourceOptions.videoSources[0];\n this.source(publicId, {\n ...videoSourceData,\n videoSources: this.playerOptions.sourceOptions.videoSources\n });\n }\n }\n reTryVideoStateUntilAvailable() {\n let maxNumberOfCalls = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Number.POSITIVE_INFINITY;\n let timeout = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : RETRY_DEFAULT_TIMEOUT;\n if (typeof this.reTryVideoStateRetriesCount !== 'number') {\n this.reTryVideoStateRetriesCount = 0;\n }\n if (!(0,_utils_video_retry__WEBPACK_IMPORTED_MODULE_21__.isVideoInReadyState)(this.videojs.readyState())) {\n if (this.reTryVideoStateRetriesCount < maxNumberOfCalls) {\n this.reTryVideoStateRetriesCount++;\n this.reTryVideoStateTimeoutId = this.videojs.setTimeout(() => this.reTryVideoStateUntilAvailable(maxNumberOfCalls, timeout), timeout);\n } else {\n let e = new Error('Video is not ready please try later');\n this.videojs.trigger('error', e);\n }\n } else {\n this.reTryVideoStateRetriesCount = 0;\n }\n }\n _resetReloadVideo = () => {\n this.reloadVideoRetriesCount = 0;\n this.videojs.clearTimeout(this.reloadVideoTimeoutId);\n };\n reloadVideoUntilAvailable() {\n let maxNumberOfCalls = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Number.POSITIVE_INFINITY;\n let timeout = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : RETRY_DEFAULT_TIMEOUT;\n if (typeof this.reloadVideoRetriesCount !== 'number') {\n this.reloadVideoRetriesCount = 0;\n }\n if (this.reloadVideoRetriesCount < maxNumberOfCalls) {\n this.reloadVideoRetriesCount++;\n this.reloadVideoTimeoutId = this.videojs.setTimeout(() => {\n const videoUrl = this.currentSourceUrl();\n (0,_utils_video_retry__WEBPACK_IMPORTED_MODULE_21__.checkIfVideoIsAvailable)(videoUrl, this.isLiveStream ? 'live' : 'default').then(() => this.source(videoUrl)).catch(() => this.reloadVideoUntilAvailable(maxNumberOfCalls, timeout));\n }, timeout);\n } else {\n this.videojs.trigger('error', new Error('Sorry, we could not load your video'));\n }\n }\n _initAutoplay() {\n const autoplayMode = this.playerOptions.autoplayMode;\n if (autoplayMode === 'on-scroll') {\n this.videojs.autoplayOnScroll();\n }\n }\n _initContextMenu() {\n if (!this.playerOptions.hideContextMenu) {\n this.videojs.contextMenu(_config_defaults__WEBPACK_IMPORTED_MODULE_11__[\"default\"].contextMenu);\n }\n }\n _initFloatingPlayer() {\n if (this.playerOptions.floatingWhenNotVisible !== _video_player_const__WEBPACK_IMPORTED_MODULE_16__.FLOATING_TO.NONE) {\n this.videojs.floatingPlayer({\n floatTo: this.playerOptions.floatingWhenNotVisible\n });\n }\n }\n _setCssClasses() {\n this.videojs.addClass(_utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].CLASS_PREFIX);\n this.videojs.addClass(_utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].playerClassPrefix(this.videojs));\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].setSkinClassPrefix(this.videojs, _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].skinClassPrefix(this.videojs));\n }\n _onReady() {\n this._setExtendedEvents();\n\n // Load first video (mainly to support video tag 'source' and 'public-id' attributes)\n // Source parameters are set to playerOptions.sourceOptions\n const source = this.playerOptions.sourceOptions.source || this.playerOptions.sourceOptions.publicId;\n if (source) {\n const sourceOptions = Object.assign({}, this.playerOptions.sourceOptions);\n this.source(source, sourceOptions);\n }\n }\n\n /**\n * Temporary fix: remove aria-live from VolumeBar to avoid NVDA repeated announcements.\n * TODO: Remove when Video.js includes the upstream fix (nvaccess/nvda#7996).\n */\n _applyVolumeBarAriaLiveFix() {\n const volumeBar = this.videojs.$('.vjs-volume-bar');\n if (volumeBar) {\n volumeBar.removeAttribute('aria-live');\n }\n }\n _onSourceChange(e, _ref0) {\n let {\n source,\n sourceOptions\n } = _ref0;\n this._sendInternalAnalytics({\n ...(sourceOptions && {\n sourceOptions\n })\n });\n this.isLiveStream = source?.resourceConfig()?.type === 'live';\n }\n _setExtendedEvents() {\n const events = [];\n\n // Add user-configured events; ExtendedEvents will merge with defaults\n if (this.playerOptions.playedEventPercents) {\n events.push({\n type: _utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.PERCENTS_PLAYED,\n percents: this.playerOptions.playedEventPercents\n });\n }\n if (this.playerOptions.playedEventTimes) {\n events.push({\n type: _utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.TIME_PLAYED,\n times: this.playerOptions.playedEventTimes\n });\n }\n const extendedEvents = new _extended_events__WEBPACK_IMPORTED_MODULE_13__[\"default\"](this.videojs, {\n events\n });\n\n // Forward all extended events to the main player for developer access\n Object.keys(extendedEvents.events).forEach(_event => {\n extendedEvents.on(_event, (event, data) => {\n this.videojs.trigger({\n type: _event,\n eventData: data\n });\n });\n });\n }\n cloudinaryConfig(config) {\n return this.videojs.cloudinary.cloudinaryConfig(config);\n }\n currentPublicId() {\n return this.videojs.cloudinary.currentPublicId();\n }\n currentSourceUrl() {\n return this.videojs.currentSource().src;\n }\n currentPoster() {\n return this.videojs.cloudinary.currentPoster();\n }\n source(publicId) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n ({\n publicId,\n options\n } = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.normalizeOptions)(publicId, options));\n if (!this._isPlayerConfigValid) {\n return;\n }\n if (this.playerOptions.debug) {\n options.debug = true;\n (0,_validators_validators_functions__WEBPACK_IMPORTED_MODULE_17__.isValidSourceConfig)(options).then(valid => {\n if (!valid) {\n this.videojs.error('invalid source configuration');\n }\n });\n }\n if (publicId instanceof _plugins_cloudinary_models_video_source_video_source__WEBPACK_IMPORTED_MODULE_14__[\"default\"]) {\n return this.videojs.cloudinary.source(publicId, options);\n }\n\n // Inherit source parameters from player options (source options take precedence)\n const inherited = this.playerOptions.sourceOptions || {};\n options = {\n ...inherited,\n ...options\n };\n if (options.shoppable && this.videojs.shoppable) {\n this.videojs.shoppable(this.videojs, options);\n }\n this._resetReloadVideo();\n this._resetReTryVideoState();\n const maxTries = this.videojs.options_.maxTries || 3;\n const videoReadyTimeout = this.videojs.options_.videoTimeout || 55000;\n this.reTryVideoStateUntilAvailable(maxTries, videoReadyTimeout);\n return this.videojs.cloudinary.source(publicId, options);\n }\n posterOptions(options) {\n return this.videojs.cloudinary.posterOptions(options);\n }\n skin(name) {\n if (name !== undefined && lodash_isString__WEBPACK_IMPORTED_MODULE_7___default()(name)) {\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].setSkinClassPrefix(this.videojs, name);\n }\n return _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].skinClassPrefix(this.videojs);\n }\n playlist(sources) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n this.playerOptions.playlistWidget = {\n ...(this.playerOptions.playlistWidget || {\n show: false\n }),\n playlist: true\n };\n options = Object.assign({}, options, {\n playlistWidget: this.playerOptions.playlistWidget\n });\n this.videojs.one(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.READY, async () => {\n const playlistPlugin = await this.videojs.playlist(options);\n playlistPlugin(sources, options);\n });\n return this.videojs.cloudinary.playlist ? this.videojs.cloudinary.playlist(sources, options) : this;\n }\n playlistByTag(tag) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n this.playerOptions.playlistWidget = {\n ...(this.playerOptions.playlistWidget || {\n show: false\n }),\n playlistByTag: true\n };\n options = Object.assign({}, options, {\n playlistWidget: this.playerOptions.playlistWidget\n });\n return new Promise(resolve => {\n this.videojs.one(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.READY, async () => {\n const playlistPlugin = await this.videojs.playlist(options);\n playlistPlugin(await this.sourcesByTag(tag, options), options);\n resolve(this);\n });\n });\n }\n sourcesByTag(tag) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return this.videojs.cloudinary.sourcesByTag(tag, options);\n }\n fluid(bool) {\n if (bool === undefined) {\n return this.videojs.fluid();\n }\n if (bool) {\n this.videojs.addClass(_video_player_const__WEBPACK_IMPORTED_MODULE_16__.FLUID_CLASS_NAME);\n } else {\n this.videojs.removeClass(_video_player_const__WEBPACK_IMPORTED_MODULE_16__.FLUID_CLASS_NAME);\n }\n this.videojs.fluid(bool);\n this.videojs.trigger(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.FLUID, bool);\n return this;\n }\n play() {\n this.playWasCalled = true;\n this.videojs.play();\n return this;\n }\n stop() {\n this.pause();\n this.currentTime(0);\n return this;\n }\n playPrevious() {\n this.playlist().playPrevious();\n return this;\n }\n playNext() {\n this.playlist().playNext();\n return this;\n }\n transformation(trans) {\n return this.videojs.cloudinary.transformation(trans);\n }\n sourceTypes(types) {\n return this.videojs.cloudinary.sourceTypes(types);\n }\n sourceTransformation(trans) {\n return this.videojs.cloudinary.sourceTransformation(trans);\n }\n autoShowRecommendations(autoShow) {\n return this.videojs.cloudinary.autoShowRecommendations(autoShow);\n }\n duration() {\n return this.videojs.duration();\n }\n height(dimension) {\n if (!dimension) {\n return this.videojs.height();\n }\n this.videojs.height(dimension);\n return this;\n }\n width(dimension) {\n if (!dimension) {\n return this.videojs.width();\n }\n this.videojs.width(dimension);\n return this;\n }\n volume(volume) {\n if (!volume) {\n return this.videojs.volume();\n }\n this.videojs.volume(volume);\n return this;\n }\n mute() {\n if (!this.isMuted()) {\n this.videojs.muted(true);\n }\n return this;\n }\n unmute() {\n if (this.isMuted()) {\n this.videojs.muted(false);\n }\n return this;\n }\n isMuted() {\n return this.videojs.muted();\n }\n pause() {\n this.videojs.pause();\n return this;\n }\n currentTime(offsetSeconds) {\n if (!offsetSeconds && offsetSeconds !== 0) {\n return this.videojs.currentTime();\n }\n this.videojs.currentTime(offsetSeconds);\n return this;\n }\n maximize() {\n if (!this.isMaximized()) {\n this.videojs.requestFullscreen();\n }\n return this;\n }\n exitMaximize() {\n if (this.isMaximized()) {\n this.videojs.exitFullscreen();\n }\n return this;\n }\n isMaximized() {\n return this.videojs.isFullscreen();\n }\n dispose() {\n this.videojs.dispose();\n }\n controls(bool) {\n if (bool === undefined) {\n return this.videojs.controls();\n }\n this.videojs.controls(bool);\n return this;\n }\n ima() {\n return {\n playAd: this.videojs.ima.playAd\n };\n }\n loop(bool) {\n if (bool === undefined) {\n return this.videojs.loop();\n }\n this.videojs.loop(bool);\n return this;\n }\n el() {\n return this.videojs.el();\n }\n}\nconst mergeDefaults = options => video_js__WEBPACK_IMPORTED_MODULE_0___default().obj.merge({}, _config_defaults__WEBPACK_IMPORTED_MODULE_11__[\"default\"], options);\nconst getConfig = function (elem) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n const videoElement = (0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.getResolveVideoElement)(elem);\n const options = (0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.extractOptions)(videoElement, playerOptions);\n return {\n videoElement,\n options\n };\n};\nconst createVideoPlayer = function (elem) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let ready = arguments.length > 2 ? arguments[2] : undefined;\n const {\n videoElement,\n options\n } = getConfig(elem, playerOptions);\n if (options.profile) {\n console.warn('Profile option requires async initialization. Use cloudinary.player() instead of cloudinary.videoPlayer()');\n }\n return new VideoPlayer(videoElement, mergeDefaults(options), ready);\n};\n\n/**\n * Create player with pre-merged config (skips fetch).\n * Used by player() when config was already fetched for schedule check.\n */\nconst createPlayerWithConfig = (elem, mergedOptions, ready) => {\n const {\n videoElement,\n options\n } = getConfig(elem, mergedOptions);\n return new VideoPlayer(videoElement, mergeDefaults(options), ready);\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (VideoPlayer);\n\n//# sourceURL=webpack:///./video-player.js?\n}");
|
|
902
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ createPlayerWithConfig: () => (/* binding */ createPlayerWithConfig),\n/* harmony export */ createVideoPlayer: () => (/* binding */ createVideoPlayer),\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ \"../node_modules/video.js/dist/alt/video.core-exposed.js\");\n/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(video_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! uuid */ \"../node_modules/uuid/dist/v4.js\");\n/* harmony import */ var lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! lodash/isEmpty */ \"../node_modules/lodash/isEmpty.js\");\n/* harmony import */ var lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var lodash_get__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! lodash/get */ \"../node_modules/lodash/get.js\");\n/* harmony import */ var lodash_get__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var lodash_pick__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! lodash/pick */ \"../node_modules/lodash/pick.js\");\n/* harmony import */ var lodash_pick__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(lodash_pick__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var lodash_isFunction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! lodash/isFunction */ \"../node_modules/lodash/isFunction.js\");\n/* harmony import */ var lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(lodash_isFunction__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var lodash_isObject__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! lodash/isObject */ \"../node_modules/lodash/isObject.js\");\n/* harmony import */ var lodash_isObject__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(lodash_isObject__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var lodash_isString__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! lodash/isString */ \"../node_modules/lodash/isString.js\");\n/* harmony import */ var lodash_isString__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(lodash_isString__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./components */ \"./components/index.js\");\n/* harmony import */ var _plugins__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./plugins */ \"./plugins/index.js\");\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./utils */ \"./utils/index.js\");\n/* harmony import */ var _config_defaults__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./config/defaults */ \"./config/defaults.js\");\n/* harmony import */ var _utils_setup_event_methods__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./utils/setup-event-methods */ \"./utils/setup-event-methods.js\");\n/* harmony import */ var _extended_events__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./extended-events */ \"./extended-events.js\");\n/* harmony import */ var _plugins_cloudinary_models_video_source_video_source__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./plugins/cloudinary/models/video-source/video-source */ \"./plugins/cloudinary/models/video-source/video-source.js\");\n/* harmony import */ var _video_player_utils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./video-player.utils */ \"./video-player.utils.js\");\n/* harmony import */ var _video_player_const__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./video-player.const */ \"./video-player.const.js\");\n/* harmony import */ var _validators_validators_functions__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./validators/validators-functions */ \"./validators/validators-functions.js\");\n/* harmony import */ var _utils_consts__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./utils/consts */ \"./utils/consts.js\");\n/* harmony import */ var _utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./utils/get-analytics-player-options */ \"./utils/get-analytics-player-options.js\");\n/* harmony import */ var _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./plugins/cloudinary/common */ \"./plugins/cloudinary/common.js\");\n/* harmony import */ var _utils_video_retry__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./utils/video-retry */ \"./utils/video-retry.js\");\n/* harmony import */ var _utils_querystring__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./utils/querystring */ \"./utils/querystring.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst INTERNAL_ANALYTICS_URL = 'https://analytics-api-s.cloudinary.com';\nconst RETRY_DEFAULT_TIMEOUT = 5 * 1000;\n\n// Register all plugins\nObject.keys(_plugins__WEBPACK_IMPORTED_MODULE_9__[\"default\"]).forEach(key => {\n video_js__WEBPACK_IMPORTED_MODULE_0___default().registerPlugin(key, _plugins__WEBPACK_IMPORTED_MODULE_9__[\"default\"][key]);\n});\n(0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.overrideDefaultVideojsComponents)();\nclass VideoPlayer {\n static all(selector) {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n const nodeList = document.querySelectorAll(selector);\n return [...nodeList].map(node => new VideoPlayer(node, ...args));\n }\n get playerOptions() {\n return this.options.playerOptions;\n }\n constructor(elem, options, ready) {\n this.videoElement = elem;\n this.options = (0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.splitOptions)(options);\n this._videojsOptions = this.options.videojsOptions;\n\n // Make sure to add 'video-js' class before creating videojs instance\n this.videoElement.classList.add('video-js');\n\n // Handle WebFont loading\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].fontFace(this.videoElement, this.playerOptions.fontFace);\n\n // Handle play button options\n if (this._videojsOptions.bigPlayButton === 'init') {\n this.videoElement.classList.add('vjs-big-play-button-init-only');\n this._videojsOptions.bigPlayButton = true;\n }\n this.videojs = video_js__WEBPACK_IMPORTED_MODULE_0___default()(this.videoElement, this._videojsOptions);\n\n // Setup event methods (on, one, off, trigger)\n (0,_utils_setup_event_methods__WEBPACK_IMPORTED_MODULE_12__[\"default\"])(this, this.videojs);\n this._isPlayerConfigValid = true;\n if (this.playerOptions.debug) {\n (0,_validators_validators_functions__WEBPACK_IMPORTED_MODULE_17__.isValidPlayerConfig)(this.options).then(valid => {\n if (!valid) {\n this._isPlayerConfigValid = false;\n this.videojs.error('invalid player configuration');\n return;\n }\n });\n }\n if (this._videojsOptions.muted) {\n this.videojs.volume(0.4);\n }\n if (this.playerOptions.fluid) {\n this.fluid(this.playerOptions.fluid);\n }\n this._setCssClasses();\n this._initPlugins();\n this._initJumpButtons();\n this._initPictureInPicture();\n this._initBigPauseButton();\n this._setVideoJsListeners(ready);\n }\n getVPInstanceId() {\n if (!this.vpInstanceId) {\n this.vpInstanceId = (0,uuid__WEBPACK_IMPORTED_MODULE_1__[\"default\"])();\n }\n return this.vpInstanceId;\n }\n _sendInternalAnalytics() {\n let additionalOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n const options = Object.assign({}, this.playerOptions, this.options.videojsOptions, additionalOptions);\n if (!options.sourceOptions?.allowUsageReport) {\n return;\n }\n try {\n const internalAnalyticsMetadata = options._internalAnalyticsMetadata ?? {};\n const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_19__.getAnalyticsFromPlayerOptions)(options);\n const analyticsParams = new URLSearchParams(analyticsData).toString();\n const baseParams = new URLSearchParams({\n vpVersion: \"3.14.2-edge.1\",\n vpInstanceId: this.getVPInstanceId(),\n cloudName: options.cloudinary.cloud_name,\n ...internalAnalyticsMetadata\n }).toString();\n fetch(`${INTERNAL_ANALYTICS_URL}/video_player_source?${analyticsParams}&${baseParams}`);\n } catch (err) {\n console.warn(err);\n }\n }\n _resetReTryVideoState = () => {\n this.reTryVideoStateRetriesCount = 0;\n this.videojs.clearTimeout(this.reTryVideoStateTimeoutId);\n };\n _handleRefresh = () => {\n this.videojs.error(null);\n const src = this.currentPublicId() || this.currentSourceUrl();\n if (src) {\n this.source(src, this.playerOptions.sourceOptions || {});\n }\n };\n _setVideoJsListeners(ready) {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.ERROR, () => {\n const error = this.videojs.error();\n if (error) {\n const type = this._isPlayerConfigValid && this.videojs.cloudinary.currentSourceType();\n\n /*\n error codes :\n 3 - media playback was aborted due to a corruption problem\n 4 - media error, media source not supported\n */\n const isCorrupted = error.code === 3 && (video_js__WEBPACK_IMPORTED_MODULE_0___default().browser).IS_SAFARI;\n if ([isCorrupted, error.code === 4].includes(true) && [_utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.AUDIO, _utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.VIDEO].includes(type)) {\n if (this.isLiveStream) {\n this.videojs.error({\n code: _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.ERROR_CODE.CUSTOM,\n message: 'Live Stream not started'\n });\n this.reloadVideoUntilAvailable();\n } else {\n this.videojs.error(null);\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].handleCldError(this, this.playerOptions);\n }\n } else {\n this._resetReTryVideoState();\n }\n }\n });\n this.videojs.tech_.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.RETRY_PLAYLIST, () => {\n const mediaRequestsErrored = lodash_get__WEBPACK_IMPORTED_MODULE_3___default()(this.videojs, 'hls.stats.mediaRequestsErrored', 0);\n if (mediaRequestsErrored > 0) {\n this._resetReTryVideoState();\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].handleCldError(this, this.playerOptions);\n }\n });\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.PLAY, this._resetReTryVideoState);\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CAN_PLAY_THROUGH, this._resetReTryVideoState);\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, this._onSourceChange.bind(this));\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.REFRESH, this._handleRefresh.bind(this));\n this.videojs.ready(() => {\n this._onReady();\n this._applyVolumeBarAriaLiveFix();\n if (ready) {\n ready(this);\n }\n });\n }\n _initPlugins() {\n this._initIma();\n this._initAutoplay();\n this._initContextMenu();\n this._initPerSrcBehaviors();\n this._initCloudinary();\n this._initAnalytics();\n this._initCloudinaryAnalytics();\n this._initFloatingPlayer();\n this._initVisualSearch();\n this._initShare();\n this._initColors();\n this._initTextTracks();\n this._initHighlightsGraph();\n this._initSeekThumbs();\n this._initChapters();\n this._initInteractionAreas();\n this._initSourceSwitcher();\n }\n _isFullScreen() {\n return this.videojs.player().isFullscreen();\n }\n _initIma() {\n if (this.playerOptions.ads && Object.keys(this.playerOptions.ads).length !== 0) {\n _plugins__WEBPACK_IMPORTED_MODULE_9__[\"default\"].imaPlugin(this.videojs, this.playerOptions);\n }\n }\n setTextTracks(conf) {\n this.textTracksManager.removeAllTextTracks();\n if (conf) {\n const kinds = Object.keys(conf);\n const allTracks = [];\n for (const kind of kinds) {\n if (kind !== 'options') {\n const tracks = Array.isArray(conf[kind]) ? conf[kind] : [conf[kind]];\n for (const track of tracks) {\n allTracks.push({\n ...track,\n kind: kind,\n label: track.label,\n srclang: track.language,\n default: !!track.default,\n src: track.url\n });\n }\n }\n }\n this.textTracksManager.addTextTracks(allTracks);\n if (conf.options && this.videojs.styledTextTracks) {\n this.videojs.styledTextTracks(conf.options);\n }\n }\n }\n _initSeekThumbs() {\n if (this.playerOptions.seekThumbnails) {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref) => {\n let {\n source\n } = _ref;\n if (!source || source.getType() === _utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.AUDIO ||\n // Is Audio\n source.resourceConfig().type === 'live' ||\n // Is live stream\n (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.isRawUrl)(source.publicId()) ||\n // Is a raw url\n this.videojs.activePlugins_ && this.videojs.activePlugins_.vr // It's a VR (i.e. 360)\n ) {\n return;\n }\n const publicId = source.publicId();\n const transformation = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.omitVideoOnlyTransformations)(Object.assign({}, source.transformation()));\n\n // fl_sprite must be in a separate URL component when transformation has params\n const spriteTx = [...(Array.isArray(transformation) ? transformation : [transformation]), {\n flags: ['sprite']\n }];\n const vttUrl = source.config().url(`${publicId}.vtt`, {\n transformation: spriteTx\n }).replace(/\\.json$/, ''); // Handle playlist by tag\n const vttSrc = (0,_utils_querystring__WEBPACK_IMPORTED_MODULE_22__.appendQueryParams)(vttUrl, source.queryParams());\n\n // vttThumbnails must be called differently on init and on source update.\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.vttThumbnails) ? this.videojs.vttThumbnails({\n src: vttSrc\n }) : this.videojs.vttThumbnails.src(vttSrc);\n });\n }\n }\n _initHighlightsGraph() {\n if (this.playerOptions.aiHighlightsGraph) {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref2) => {\n let {\n source\n } = _ref2;\n if (!source || source.getType() === _utils_consts__WEBPACK_IMPORTED_MODULE_18__.SOURCE_TYPE.AUDIO ||\n // Is Audio\n (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.isRawUrl)(source.publicId()) // Is a raw url\n ) {\n return;\n }\n const publicId = source.publicId();\n\n // Keep video-length related transformations and remove the rest\n const inputTransformations = lodash_pick__WEBPACK_IMPORTED_MODULE_4___default()(source.transformation(), ['start_offset', 'end_offset', 'duration']);\n const transformation = Object.assign({}, inputTransformations);\n transformation.effect = 'preview';\n transformation.flags = transformation.flags || [];\n transformation.flags.push('getinfo');\n const aiHighlightsGraphUrl = source.config().url(`${publicId}`, {\n transformation\n }).replace(/\\.json$/, ''); // Handle playlist by tag\n const aiHighlightsGraphSrc = (0,_utils_querystring__WEBPACK_IMPORTED_MODULE_22__.appendQueryParams)(aiHighlightsGraphUrl, source.queryParams());\n\n // Plugin is called differently on init and on source update.\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.aiHighlightsGraph) ? this.videojs.aiHighlightsGraph({\n src: aiHighlightsGraphSrc\n }) : this.videojs.aiHighlightsGraph.src(aiHighlightsGraphSrc);\n });\n }\n }\n _initChapters() {\n if (!this.playerOptions.chaptersButton && this.videojs.controlBar) {\n this.videojs.controlBar.removeChild('chaptersButton');\n }\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref3) => {\n let {\n source\n } = _ref3;\n if ((!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2___default()(source?._chapters) || source?._chapters === true) && this.videojs.chapters) {\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.chapters) ? this.videojs.chapters(source._chapters) : this.videojs.chapters.src(source._chapters);\n } else if (this.videojs.chapters?.resetPlugin) {\n this.videojs.chapters.resetPlugin();\n }\n });\n }\n _initInteractionAreas() {\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.READY, async () => {\n if (this.options.videojsOptions.interactionDisplay && this.videojs.interactionAreas) {\n this.videojs.interactionAreas(this, this.playerOptions, this._videojsOptions);\n }\n });\n }\n _initVisualSearch() {\n // Listen for source changes to apply visual search based on source config\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref4) => {\n let {\n source\n } = _ref4;\n if (source?._visualSearch && this.videojs.visualSearch) {\n lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.visualSearch) ? this.videojs.visualSearch(source._visualSearch) : this.videojs.visualSearch.createSearchUI(source._visualSearch);\n } else if (!source?._visualSearch && this.videojs.visualSearch?.clearUI) {\n this.videojs.visualSearch.clearUI();\n }\n });\n }\n _initShare() {\n // Listen for source changes to apply Share plugin based on source config\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref5) => {\n let {\n source\n } = _ref5;\n if (!this.videojs.share) {\n return;\n }\n\n // First time: initialise plugin if necessary\n if (source?._download && lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.share)) {\n this.videojs.share({\n download: true\n });\n }\n if (!lodash_isFunction__WEBPACK_IMPORTED_MODULE_5___default()(this.videojs.share)) {\n // Plugin already initialised – update UI accordingly\n if (source?._download) {\n this.videojs.share.addDownloadButton?.();\n } else {\n this.videojs.share.removeDownloadButton?.();\n }\n }\n });\n }\n _initColors() {\n if (this.playerOptions.colors) {\n this.videojs.colors({\n colors: this.playerOptions.colors\n });\n }\n }\n _initTextTracks() {\n this.textTracksManager = this.videojs.textTracksManager();\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref6) => {\n let {\n source\n } = _ref6;\n if (source?._textTracks) {\n this.setTextTracks(source._textTracks);\n }\n });\n }\n _initPerSrcBehaviors() {\n if (this.videojs.perSourceBehaviors) {\n this.videojs.perSourceBehaviors();\n }\n }\n _initJumpButtons() {\n if (!this.playerOptions.showJumpControls && this.videojs.controlBar) {\n this.videojs.controlBar.removeChild('JumpForwardButton');\n this.videojs.controlBar.removeChild('JumpBackButton');\n }\n }\n _initPictureInPicture() {\n if (!this.playerOptions.pictureInPictureToggle && this.videojs.controlBar) {\n this.videojs.controlBar.removeChild('pictureInPictureToggle');\n }\n }\n _initBigPauseButton() {\n if ((video_js__WEBPACK_IMPORTED_MODULE_0___default().browser).IS_IOS || (video_js__WEBPACK_IMPORTED_MODULE_0___default().browser).IS_ANDROID) {\n this.videojs.addChild('BigPauseButton');\n }\n }\n _initCloudinary() {\n const cloudinaryConfig = this.playerOptions.cloudinary;\n cloudinaryConfig.chainTarget = this;\n if (cloudinaryConfig.secure !== false) {\n (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.extendCloudinaryConfig)(cloudinaryConfig, {\n secure: true\n });\n }\n\n // Merge cloudinary config with source config for the plugin\n const cloudinaryOptions = {\n cloudinaryConfig,\n ...this.playerOptions.sourceOptions\n };\n this.videojs.cloudinary(cloudinaryOptions);\n }\n _initAnalytics() {\n const analyticsOpts = this.playerOptions.analytics;\n if (!window.gtag && analyticsOpts) {\n console.error('Google Analytics script (gtag) is missing.');\n return;\n }\n if (analyticsOpts) {\n const opts = typeof analyticsOpts === 'object' ? analyticsOpts : {};\n this.videojs.analytics(opts);\n }\n }\n _initCloudinaryAnalytics() {\n const cloudinaryAnalyticsOptionEnabled = !!this.playerOptions.cloudinaryAnalytics;\n if (cloudinaryAnalyticsOptionEnabled) {\n this.videojs.videoElement = this.videoElement;\n const options = lodash_isObject__WEBPACK_IMPORTED_MODULE_6___default()(this.playerOptions.cloudinaryAnalytics) ? this.playerOptions.cloudinaryAnalytics : {};\n this.videojs.cloudinaryAnalytics(options);\n }\n }\n _initSourceSwitcher() {\n this.sourceSwitcher = this.videojs.sourceSwitcher();\n this.videojs.on(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.CLD_SOURCE_CHANGED, (e, _ref7) => {\n let {\n source\n } = _ref7;\n const videoSources = source.videoSources?.();\n const isSourcesListAvailable = Array.isArray(videoSources) ? !!videoSources.length : false;\n if (this.videojs.controlBar) {\n const method = isSourcesListAvailable ? 'show' : 'hide';\n const element = this.videojs.controlBar.getChild('sourceSwitcherButton');\n if (element && typeof element?.[method] === 'function') {\n element[method]();\n }\n }\n if (isSourcesListAvailable) {\n const selectedIndex = videoSources.findIndex(_ref8 => {\n let {\n publicId\n } = _ref8;\n return publicId === source.publicId();\n });\n this.sourceSwitcher.reInit({\n sources: videoSources,\n selectedIndex: selectedIndex === -1 ? 0 : selectedIndex,\n onSourceChange: _ref9 => {\n let {\n publicId,\n ...newSourceOptions\n } = _ref9;\n return this.source(publicId, {\n ...newSourceOptions,\n videoSources\n });\n }\n });\n }\n });\n if (Array.isArray(this.playerOptions.sourceOptions?.videoSources) && this.playerOptions.sourceOptions?.videoSources.length) {\n // eslint-disable-next-line no-unused-vars\n const {\n publicId,\n label,\n ...videoSourceData\n } = this.playerOptions.sourceOptions.videoSources[0];\n this.source(publicId, {\n ...videoSourceData,\n videoSources: this.playerOptions.sourceOptions.videoSources\n });\n }\n }\n reTryVideoStateUntilAvailable() {\n let maxNumberOfCalls = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Number.POSITIVE_INFINITY;\n let timeout = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : RETRY_DEFAULT_TIMEOUT;\n if (typeof this.reTryVideoStateRetriesCount !== 'number') {\n this.reTryVideoStateRetriesCount = 0;\n }\n if (!(0,_utils_video_retry__WEBPACK_IMPORTED_MODULE_21__.isVideoInReadyState)(this.videojs.readyState())) {\n if (this.reTryVideoStateRetriesCount < maxNumberOfCalls) {\n this.reTryVideoStateRetriesCount++;\n this.reTryVideoStateTimeoutId = this.videojs.setTimeout(() => this.reTryVideoStateUntilAvailable(maxNumberOfCalls, timeout), timeout);\n } else {\n let e = new Error('Video is not ready please try later');\n this.videojs.trigger('error', e);\n }\n } else {\n this.reTryVideoStateRetriesCount = 0;\n }\n }\n _resetReloadVideo = () => {\n this.reloadVideoRetriesCount = 0;\n this.videojs.clearTimeout(this.reloadVideoTimeoutId);\n };\n reloadVideoUntilAvailable() {\n let maxNumberOfCalls = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Number.POSITIVE_INFINITY;\n let timeout = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : RETRY_DEFAULT_TIMEOUT;\n if (typeof this.reloadVideoRetriesCount !== 'number') {\n this.reloadVideoRetriesCount = 0;\n }\n if (this.reloadVideoRetriesCount < maxNumberOfCalls) {\n this.reloadVideoRetriesCount++;\n this.reloadVideoTimeoutId = this.videojs.setTimeout(() => {\n const videoUrl = this.currentSourceUrl();\n (0,_utils_video_retry__WEBPACK_IMPORTED_MODULE_21__.checkIfVideoIsAvailable)(videoUrl, this.isLiveStream ? 'live' : 'default').then(() => this.source(videoUrl)).catch(() => this.reloadVideoUntilAvailable(maxNumberOfCalls, timeout));\n }, timeout);\n } else {\n this.videojs.trigger('error', new Error('Sorry, we could not load your video'));\n }\n }\n _initAutoplay() {\n const autoplayMode = this.playerOptions.autoplayMode;\n if (autoplayMode === 'on-scroll') {\n this.videojs.autoplayOnScroll();\n }\n }\n _initContextMenu() {\n if (!this.playerOptions.hideContextMenu) {\n this.videojs.contextMenu(_config_defaults__WEBPACK_IMPORTED_MODULE_11__[\"default\"].contextMenu);\n }\n }\n _initFloatingPlayer() {\n if (this.playerOptions.floatingWhenNotVisible !== _video_player_const__WEBPACK_IMPORTED_MODULE_16__.FLOATING_TO.NONE) {\n this.videojs.floatingPlayer({\n floatTo: this.playerOptions.floatingWhenNotVisible\n });\n }\n }\n _setCssClasses() {\n this.videojs.addClass(_utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].CLASS_PREFIX);\n this.videojs.addClass(_utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].playerClassPrefix(this.videojs));\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].setSkinClassPrefix(this.videojs, _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].skinClassPrefix(this.videojs));\n }\n _onReady() {\n this._setExtendedEvents();\n\n // Load first video (mainly to support video tag 'source' and 'public-id' attributes)\n // Source parameters are set to playerOptions.sourceOptions\n const source = this.playerOptions.sourceOptions.source || this.playerOptions.sourceOptions.publicId;\n if (source) {\n const sourceOptions = Object.assign({}, this.playerOptions.sourceOptions);\n this.source(source, sourceOptions);\n }\n }\n\n /**\n * Temporary fix: remove aria-live from VolumeBar to avoid NVDA repeated announcements.\n * TODO: Remove when Video.js includes the upstream fix (nvaccess/nvda#7996).\n */\n _applyVolumeBarAriaLiveFix() {\n const volumeBar = this.videojs.$('.vjs-volume-bar');\n if (volumeBar) {\n volumeBar.removeAttribute('aria-live');\n }\n }\n _onSourceChange(e, _ref0) {\n let {\n source,\n sourceOptions\n } = _ref0;\n this._sendInternalAnalytics({\n ...(sourceOptions && {\n sourceOptions\n })\n });\n this.isLiveStream = source?.resourceConfig()?.type === 'live';\n }\n _setExtendedEvents() {\n const events = [];\n\n // Add user-configured events; ExtendedEvents will merge with defaults\n if (this.playerOptions.playedEventPercents) {\n events.push({\n type: _utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.PERCENTS_PLAYED,\n percents: this.playerOptions.playedEventPercents\n });\n }\n if (this.playerOptions.playedEventTimes) {\n events.push({\n type: _utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.TIME_PLAYED,\n times: this.playerOptions.playedEventTimes\n });\n }\n const extendedEvents = new _extended_events__WEBPACK_IMPORTED_MODULE_13__[\"default\"](this.videojs, {\n events\n });\n\n // Forward all extended events to the main player for developer access\n Object.keys(extendedEvents.events).forEach(_event => {\n extendedEvents.on(_event, (event, data) => {\n this.videojs.trigger({\n type: _event,\n eventData: data\n });\n });\n });\n }\n cloudinaryConfig(config) {\n return this.videojs.cloudinary.cloudinaryConfig(config);\n }\n currentPublicId() {\n return this.videojs.cloudinary.currentPublicId();\n }\n currentSourceUrl() {\n return this.videojs.currentSource().src;\n }\n currentPoster() {\n return this.videojs.cloudinary.currentPoster();\n }\n source(publicId) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n ({\n publicId,\n options\n } = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_20__.normalizeOptions)(publicId, options));\n if (!this._isPlayerConfigValid) {\n return;\n }\n if (this.playerOptions.debug) {\n options.debug = true;\n (0,_validators_validators_functions__WEBPACK_IMPORTED_MODULE_17__.isValidSourceConfig)(options).then(valid => {\n if (!valid) {\n this.videojs.error('invalid source configuration');\n }\n });\n }\n if (publicId instanceof _plugins_cloudinary_models_video_source_video_source__WEBPACK_IMPORTED_MODULE_14__[\"default\"]) {\n return this.videojs.cloudinary.source(publicId, options);\n }\n\n // Inherit source parameters from player options (source options take precedence)\n const inherited = this.playerOptions.sourceOptions || {};\n options = {\n ...inherited,\n ...options\n };\n if (options.shoppable && this.videojs.shoppable) {\n this.videojs.shoppable(this.videojs, options);\n }\n this._resetReloadVideo();\n this._resetReTryVideoState();\n const maxTries = this.videojs.options_.maxTries || 3;\n const videoReadyTimeout = this.videojs.options_.videoTimeout || 55000;\n this.reTryVideoStateUntilAvailable(maxTries, videoReadyTimeout);\n return this.videojs.cloudinary.source(publicId, options);\n }\n posterOptions(options) {\n return this.videojs.cloudinary.posterOptions(options);\n }\n skin(name) {\n if (name !== undefined && lodash_isString__WEBPACK_IMPORTED_MODULE_7___default()(name)) {\n _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].setSkinClassPrefix(this.videojs, name);\n }\n return _utils__WEBPACK_IMPORTED_MODULE_10__[\"default\"].skinClassPrefix(this.videojs);\n }\n playlist(sources) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n this.playerOptions.playlistWidget = {\n ...(this.playerOptions.playlistWidget || {\n show: false\n }),\n playlist: true\n };\n options = Object.assign({}, options, {\n playlistWidget: this.playerOptions.playlistWidget\n });\n this.videojs.one(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.READY, async () => {\n const playlistPlugin = await this.videojs.playlist(options);\n playlistPlugin(sources, options);\n });\n return this.videojs.cloudinary.playlist ? this.videojs.cloudinary.playlist(sources, options) : this;\n }\n playlistByTag(tag) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n this.playerOptions.playlistWidget = {\n ...(this.playerOptions.playlistWidget || {\n show: false\n }),\n playlistByTag: true\n };\n options = Object.assign({}, options, {\n playlistWidget: this.playerOptions.playlistWidget\n });\n return new Promise(resolve => {\n this.videojs.one(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.READY, async () => {\n const playlistPlugin = await this.videojs.playlist(options);\n playlistPlugin(await this.sourcesByTag(tag, options), options);\n resolve(this);\n });\n });\n }\n sourcesByTag(tag) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return this.videojs.cloudinary.sourcesByTag(tag, options);\n }\n fluid(bool) {\n if (bool === undefined) {\n return this.videojs.fluid();\n }\n if (bool) {\n this.videojs.addClass(_video_player_const__WEBPACK_IMPORTED_MODULE_16__.FLUID_CLASS_NAME);\n } else {\n this.videojs.removeClass(_video_player_const__WEBPACK_IMPORTED_MODULE_16__.FLUID_CLASS_NAME);\n }\n this.videojs.fluid(bool);\n this.videojs.trigger(_utils_consts__WEBPACK_IMPORTED_MODULE_18__.PLAYER_EVENT.FLUID, bool);\n return this;\n }\n play() {\n this.playWasCalled = true;\n this.videojs.play();\n return this;\n }\n stop() {\n this.pause();\n this.currentTime(0);\n return this;\n }\n playPrevious() {\n this.playlist().playPrevious();\n return this;\n }\n playNext() {\n this.playlist().playNext();\n return this;\n }\n transformation(trans) {\n return this.videojs.cloudinary.transformation(trans);\n }\n sourceTypes(types) {\n return this.videojs.cloudinary.sourceTypes(types);\n }\n sourceTransformation(trans) {\n return this.videojs.cloudinary.sourceTransformation(trans);\n }\n autoShowRecommendations(autoShow) {\n return this.videojs.cloudinary.autoShowRecommendations(autoShow);\n }\n duration() {\n return this.videojs.duration();\n }\n height(dimension) {\n if (!dimension) {\n return this.videojs.height();\n }\n this.videojs.height(dimension);\n return this;\n }\n width(dimension) {\n if (!dimension) {\n return this.videojs.width();\n }\n this.videojs.width(dimension);\n return this;\n }\n volume(volume) {\n if (!volume) {\n return this.videojs.volume();\n }\n this.videojs.volume(volume);\n return this;\n }\n mute() {\n if (!this.isMuted()) {\n this.videojs.muted(true);\n }\n return this;\n }\n unmute() {\n if (this.isMuted()) {\n this.videojs.muted(false);\n }\n return this;\n }\n isMuted() {\n return this.videojs.muted();\n }\n pause() {\n this.videojs.pause();\n return this;\n }\n currentTime(offsetSeconds) {\n if (!offsetSeconds && offsetSeconds !== 0) {\n return this.videojs.currentTime();\n }\n this.videojs.currentTime(offsetSeconds);\n return this;\n }\n maximize() {\n if (!this.isMaximized()) {\n this.videojs.requestFullscreen();\n }\n return this;\n }\n exitMaximize() {\n if (this.isMaximized()) {\n this.videojs.exitFullscreen();\n }\n return this;\n }\n isMaximized() {\n return this.videojs.isFullscreen();\n }\n dispose() {\n this.videojs.dispose();\n }\n controls(bool) {\n if (bool === undefined) {\n return this.videojs.controls();\n }\n this.videojs.controls(bool);\n return this;\n }\n ima() {\n return {\n playAd: this.videojs.ima.playAd\n };\n }\n loop(bool) {\n if (bool === undefined) {\n return this.videojs.loop();\n }\n this.videojs.loop(bool);\n return this;\n }\n el() {\n return this.videojs.el();\n }\n}\nconst mergeDefaults = options => video_js__WEBPACK_IMPORTED_MODULE_0___default().obj.merge({}, _config_defaults__WEBPACK_IMPORTED_MODULE_11__[\"default\"], options);\nconst getConfig = function (elem) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n const videoElement = (0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.getResolveVideoElement)(elem);\n const options = (0,_video_player_utils__WEBPACK_IMPORTED_MODULE_15__.extractOptions)(videoElement, playerOptions);\n return {\n videoElement,\n options\n };\n};\nconst createVideoPlayer = function (elem) {\n let playerOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let ready = arguments.length > 2 ? arguments[2] : undefined;\n const {\n videoElement,\n options\n } = getConfig(elem, playerOptions);\n if (options.profile) {\n console.warn('Profile option requires async initialization. Use cloudinary.player() instead of cloudinary.videoPlayer()');\n }\n return new VideoPlayer(videoElement, mergeDefaults(options), ready);\n};\n\n/**\n * Create player with pre-merged config (skips fetch).\n * Used by player() when config was already fetched for schedule check.\n */\nconst createPlayerWithConfig = (elem, mergedOptions, ready) => {\n const {\n videoElement,\n options\n } = getConfig(elem, mergedOptions);\n return new VideoPlayer(videoElement, mergeDefaults(options), ready);\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (VideoPlayer);\n\n//# sourceURL=webpack:///./video-player.js?\n}");
|
|
760
903
|
|
|
761
904
|
/***/ },
|
|
762
905
|
|
|
@@ -823,6 +966,46 @@ eval("{var getNative = __webpack_require__(/*! ./_getNative */ \"../node_modules
|
|
|
823
966
|
|
|
824
967
|
/***/ },
|
|
825
968
|
|
|
969
|
+
/***/ "../node_modules/lodash/_Hash.js"
|
|
970
|
+
/*!***************************************!*\
|
|
971
|
+
!*** ../node_modules/lodash/_Hash.js ***!
|
|
972
|
+
\***************************************/
|
|
973
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
974
|
+
|
|
975
|
+
eval("{var hashClear = __webpack_require__(/*! ./_hashClear */ \"../node_modules/lodash/_hashClear.js\"),\n hashDelete = __webpack_require__(/*! ./_hashDelete */ \"../node_modules/lodash/_hashDelete.js\"),\n hashGet = __webpack_require__(/*! ./_hashGet */ \"../node_modules/lodash/_hashGet.js\"),\n hashHas = __webpack_require__(/*! ./_hashHas */ \"../node_modules/lodash/_hashHas.js\"),\n hashSet = __webpack_require__(/*! ./_hashSet */ \"../node_modules/lodash/_hashSet.js\");\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_Hash.js?\n}");
|
|
976
|
+
|
|
977
|
+
/***/ },
|
|
978
|
+
|
|
979
|
+
/***/ "../node_modules/lodash/_ListCache.js"
|
|
980
|
+
/*!********************************************!*\
|
|
981
|
+
!*** ../node_modules/lodash/_ListCache.js ***!
|
|
982
|
+
\********************************************/
|
|
983
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
984
|
+
|
|
985
|
+
eval("{var listCacheClear = __webpack_require__(/*! ./_listCacheClear */ \"../node_modules/lodash/_listCacheClear.js\"),\n listCacheDelete = __webpack_require__(/*! ./_listCacheDelete */ \"../node_modules/lodash/_listCacheDelete.js\"),\n listCacheGet = __webpack_require__(/*! ./_listCacheGet */ \"../node_modules/lodash/_listCacheGet.js\"),\n listCacheHas = __webpack_require__(/*! ./_listCacheHas */ \"../node_modules/lodash/_listCacheHas.js\"),\n listCacheSet = __webpack_require__(/*! ./_listCacheSet */ \"../node_modules/lodash/_listCacheSet.js\");\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_ListCache.js?\n}");
|
|
986
|
+
|
|
987
|
+
/***/ },
|
|
988
|
+
|
|
989
|
+
/***/ "../node_modules/lodash/_Map.js"
|
|
990
|
+
/*!**************************************!*\
|
|
991
|
+
!*** ../node_modules/lodash/_Map.js ***!
|
|
992
|
+
\**************************************/
|
|
993
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
994
|
+
|
|
995
|
+
eval("{var getNative = __webpack_require__(/*! ./_getNative */ \"../node_modules/lodash/_getNative.js\"),\n root = __webpack_require__(/*! ./_root */ \"../node_modules/lodash/_root.js\");\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_Map.js?\n}");
|
|
996
|
+
|
|
997
|
+
/***/ },
|
|
998
|
+
|
|
999
|
+
/***/ "../node_modules/lodash/_MapCache.js"
|
|
1000
|
+
/*!*******************************************!*\
|
|
1001
|
+
!*** ../node_modules/lodash/_MapCache.js ***!
|
|
1002
|
+
\*******************************************/
|
|
1003
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1004
|
+
|
|
1005
|
+
eval("{var mapCacheClear = __webpack_require__(/*! ./_mapCacheClear */ \"../node_modules/lodash/_mapCacheClear.js\"),\n mapCacheDelete = __webpack_require__(/*! ./_mapCacheDelete */ \"../node_modules/lodash/_mapCacheDelete.js\"),\n mapCacheGet = __webpack_require__(/*! ./_mapCacheGet */ \"../node_modules/lodash/_mapCacheGet.js\"),\n mapCacheHas = __webpack_require__(/*! ./_mapCacheHas */ \"../node_modules/lodash/_mapCacheHas.js\"),\n mapCacheSet = __webpack_require__(/*! ./_mapCacheSet */ \"../node_modules/lodash/_mapCacheSet.js\");\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_MapCache.js?\n}");
|
|
1006
|
+
|
|
1007
|
+
/***/ },
|
|
1008
|
+
|
|
826
1009
|
/***/ "../node_modules/lodash/_Promise.js"
|
|
827
1010
|
/*!******************************************!*\
|
|
828
1011
|
!*** ../node_modules/lodash/_Promise.js ***!
|
|
@@ -853,6 +1036,16 @@ eval("{var ListCache = __webpack_require__(/*! ./_ListCache */ \"../node_modules
|
|
|
853
1036
|
|
|
854
1037
|
/***/ },
|
|
855
1038
|
|
|
1039
|
+
/***/ "../node_modules/lodash/_Symbol.js"
|
|
1040
|
+
/*!*****************************************!*\
|
|
1041
|
+
!*** ../node_modules/lodash/_Symbol.js ***!
|
|
1042
|
+
\*****************************************/
|
|
1043
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1044
|
+
|
|
1045
|
+
eval("{var root = __webpack_require__(/*! ./_root */ \"../node_modules/lodash/_root.js\");\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_Symbol.js?\n}");
|
|
1046
|
+
|
|
1047
|
+
/***/ },
|
|
1048
|
+
|
|
856
1049
|
/***/ "../node_modules/lodash/_Uint8Array.js"
|
|
857
1050
|
/*!*********************************************!*\
|
|
858
1051
|
!*** ../node_modules/lodash/_Uint8Array.js ***!
|
|
@@ -873,6 +1066,16 @@ eval("{var getNative = __webpack_require__(/*! ./_getNative */ \"../node_modules
|
|
|
873
1066
|
|
|
874
1067
|
/***/ },
|
|
875
1068
|
|
|
1069
|
+
/***/ "../node_modules/lodash/_apply.js"
|
|
1070
|
+
/*!****************************************!*\
|
|
1071
|
+
!*** ../node_modules/lodash/_apply.js ***!
|
|
1072
|
+
\****************************************/
|
|
1073
|
+
(module) {
|
|
1074
|
+
|
|
1075
|
+
eval("{/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n switch (args.length) {\n case 0: return func.call(thisArg);\n case 1: return func.call(thisArg, args[0]);\n case 2: return func.call(thisArg, args[0], args[1]);\n case 3: return func.call(thisArg, args[0], args[1], args[2]);\n }\n return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_apply.js?\n}");
|
|
1076
|
+
|
|
1077
|
+
/***/ },
|
|
1078
|
+
|
|
876
1079
|
/***/ "../node_modules/lodash/_arrayEach.js"
|
|
877
1080
|
/*!********************************************!*\
|
|
878
1081
|
!*** ../node_modules/lodash/_arrayEach.js ***!
|
|
@@ -903,6 +1106,36 @@ eval("{var baseTimes = __webpack_require__(/*! ./_baseTimes */ \"../node_modules
|
|
|
903
1106
|
|
|
904
1107
|
/***/ },
|
|
905
1108
|
|
|
1109
|
+
/***/ "../node_modules/lodash/_arrayMap.js"
|
|
1110
|
+
/*!*******************************************!*\
|
|
1111
|
+
!*** ../node_modules/lodash/_arrayMap.js ***!
|
|
1112
|
+
\*******************************************/
|
|
1113
|
+
(module) {
|
|
1114
|
+
|
|
1115
|
+
eval("{/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nmodule.exports = arrayMap;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_arrayMap.js?\n}");
|
|
1116
|
+
|
|
1117
|
+
/***/ },
|
|
1118
|
+
|
|
1119
|
+
/***/ "../node_modules/lodash/_arrayPush.js"
|
|
1120
|
+
/*!********************************************!*\
|
|
1121
|
+
!*** ../node_modules/lodash/_arrayPush.js ***!
|
|
1122
|
+
\********************************************/
|
|
1123
|
+
(module) {
|
|
1124
|
+
|
|
1125
|
+
eval("{/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\nmodule.exports = arrayPush;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_arrayPush.js?\n}");
|
|
1126
|
+
|
|
1127
|
+
/***/ },
|
|
1128
|
+
|
|
1129
|
+
/***/ "../node_modules/lodash/_arrayReduce.js"
|
|
1130
|
+
/*!**********************************************!*\
|
|
1131
|
+
!*** ../node_modules/lodash/_arrayReduce.js ***!
|
|
1132
|
+
\**********************************************/
|
|
1133
|
+
(module) {
|
|
1134
|
+
|
|
1135
|
+
eval("{/**\n * A specialized version of `_.reduce` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {*} [accumulator] The initial value.\n * @param {boolean} [initAccum] Specify using the first element of `array` as\n * the initial value.\n * @returns {*} Returns the accumulated value.\n */\nfunction arrayReduce(array, iteratee, accumulator, initAccum) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n if (initAccum && length) {\n accumulator = array[++index];\n }\n while (++index < length) {\n accumulator = iteratee(accumulator, array[index], index, array);\n }\n return accumulator;\n}\n\nmodule.exports = arrayReduce;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_arrayReduce.js?\n}");
|
|
1136
|
+
|
|
1137
|
+
/***/ },
|
|
1138
|
+
|
|
906
1139
|
/***/ "../node_modules/lodash/_asciiToArray.js"
|
|
907
1140
|
/*!***********************************************!*\
|
|
908
1141
|
!*** ../node_modules/lodash/_asciiToArray.js ***!
|
|
@@ -913,6 +1146,36 @@ eval("{/**\n * Converts an ASCII `string` to an array.\n *\n * @private\n * @par
|
|
|
913
1146
|
|
|
914
1147
|
/***/ },
|
|
915
1148
|
|
|
1149
|
+
/***/ "../node_modules/lodash/_asciiWords.js"
|
|
1150
|
+
/*!*********************************************!*\
|
|
1151
|
+
!*** ../node_modules/lodash/_asciiWords.js ***!
|
|
1152
|
+
\*********************************************/
|
|
1153
|
+
(module) {
|
|
1154
|
+
|
|
1155
|
+
eval("{/** Used to match words composed of alphanumeric characters. */\nvar reAsciiWord = /[^\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\x7f]+/g;\n\n/**\n * Splits an ASCII `string` into an array of its words.\n *\n * @private\n * @param {string} The string to inspect.\n * @returns {Array} Returns the words of `string`.\n */\nfunction asciiWords(string) {\n return string.match(reAsciiWord) || [];\n}\n\nmodule.exports = asciiWords;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_asciiWords.js?\n}");
|
|
1156
|
+
|
|
1157
|
+
/***/ },
|
|
1158
|
+
|
|
1159
|
+
/***/ "../node_modules/lodash/_assignValue.js"
|
|
1160
|
+
/*!**********************************************!*\
|
|
1161
|
+
!*** ../node_modules/lodash/_assignValue.js ***!
|
|
1162
|
+
\**********************************************/
|
|
1163
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1164
|
+
|
|
1165
|
+
eval("{var baseAssignValue = __webpack_require__(/*! ./_baseAssignValue */ \"../node_modules/lodash/_baseAssignValue.js\"),\n eq = __webpack_require__(/*! ./eq */ \"../node_modules/lodash/eq.js\");\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nmodule.exports = assignValue;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_assignValue.js?\n}");
|
|
1166
|
+
|
|
1167
|
+
/***/ },
|
|
1168
|
+
|
|
1169
|
+
/***/ "../node_modules/lodash/_assocIndexOf.js"
|
|
1170
|
+
/*!***********************************************!*\
|
|
1171
|
+
!*** ../node_modules/lodash/_assocIndexOf.js ***!
|
|
1172
|
+
\***********************************************/
|
|
1173
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1174
|
+
|
|
1175
|
+
eval("{var eq = __webpack_require__(/*! ./eq */ \"../node_modules/lodash/eq.js\");\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nmodule.exports = assocIndexOf;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_assocIndexOf.js?\n}");
|
|
1176
|
+
|
|
1177
|
+
/***/ },
|
|
1178
|
+
|
|
916
1179
|
/***/ "../node_modules/lodash/_baseAssign.js"
|
|
917
1180
|
/*!*********************************************!*\
|
|
918
1181
|
!*** ../node_modules/lodash/_baseAssign.js ***!
|
|
@@ -933,6 +1196,16 @@ eval("{var copyObject = __webpack_require__(/*! ./_copyObject */ \"../node_modul
|
|
|
933
1196
|
|
|
934
1197
|
/***/ },
|
|
935
1198
|
|
|
1199
|
+
/***/ "../node_modules/lodash/_baseAssignValue.js"
|
|
1200
|
+
/*!**************************************************!*\
|
|
1201
|
+
!*** ../node_modules/lodash/_baseAssignValue.js ***!
|
|
1202
|
+
\**************************************************/
|
|
1203
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1204
|
+
|
|
1205
|
+
eval("{var defineProperty = __webpack_require__(/*! ./_defineProperty */ \"../node_modules/lodash/_defineProperty.js\");\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n if (key == '__proto__' && defineProperty) {\n defineProperty(object, key, {\n 'configurable': true,\n 'enumerable': true,\n 'value': value,\n 'writable': true\n });\n } else {\n object[key] = value;\n }\n}\n\nmodule.exports = baseAssignValue;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseAssignValue.js?\n}");
|
|
1206
|
+
|
|
1207
|
+
/***/ },
|
|
1208
|
+
|
|
936
1209
|
/***/ "../node_modules/lodash/_baseClone.js"
|
|
937
1210
|
/*!********************************************!*\
|
|
938
1211
|
!*** ../node_modules/lodash/_baseClone.js ***!
|
|
@@ -953,6 +1226,26 @@ eval("{var isObject = __webpack_require__(/*! ./isObject */ \"../node_modules/lo
|
|
|
953
1226
|
|
|
954
1227
|
/***/ },
|
|
955
1228
|
|
|
1229
|
+
/***/ "../node_modules/lodash/_baseFlatten.js"
|
|
1230
|
+
/*!**********************************************!*\
|
|
1231
|
+
!*** ../node_modules/lodash/_baseFlatten.js ***!
|
|
1232
|
+
\**********************************************/
|
|
1233
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1234
|
+
|
|
1235
|
+
eval("{var arrayPush = __webpack_require__(/*! ./_arrayPush */ \"../node_modules/lodash/_arrayPush.js\"),\n isFlattenable = __webpack_require__(/*! ./_isFlattenable */ \"../node_modules/lodash/_isFlattenable.js\");\n\n/**\n * The base implementation of `_.flatten` with support for restricting flattening.\n *\n * @private\n * @param {Array} array The array to flatten.\n * @param {number} depth The maximum recursion depth.\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\n * @param {Array} [result=[]] The initial result value.\n * @returns {Array} Returns the new flattened array.\n */\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\n var index = -1,\n length = array.length;\n\n predicate || (predicate = isFlattenable);\n result || (result = []);\n\n while (++index < length) {\n var value = array[index];\n if (depth > 0 && predicate(value)) {\n if (depth > 1) {\n // Recursively flatten arrays (susceptible to call stack limits).\n baseFlatten(value, depth - 1, predicate, isStrict, result);\n } else {\n arrayPush(result, value);\n }\n } else if (!isStrict) {\n result[result.length] = value;\n }\n }\n return result;\n}\n\nmodule.exports = baseFlatten;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseFlatten.js?\n}");
|
|
1236
|
+
|
|
1237
|
+
/***/ },
|
|
1238
|
+
|
|
1239
|
+
/***/ "../node_modules/lodash/_baseGet.js"
|
|
1240
|
+
/*!******************************************!*\
|
|
1241
|
+
!*** ../node_modules/lodash/_baseGet.js ***!
|
|
1242
|
+
\******************************************/
|
|
1243
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1244
|
+
|
|
1245
|
+
eval("{var castPath = __webpack_require__(/*! ./_castPath */ \"../node_modules/lodash/_castPath.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"../node_modules/lodash/_toKey.js\");\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = castPath(path, object);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseGet.js?\n}");
|
|
1246
|
+
|
|
1247
|
+
/***/ },
|
|
1248
|
+
|
|
956
1249
|
/***/ "../node_modules/lodash/_baseGetAllKeys.js"
|
|
957
1250
|
/*!*************************************************!*\
|
|
958
1251
|
!*** ../node_modules/lodash/_baseGetAllKeys.js ***!
|
|
@@ -963,6 +1256,36 @@ eval("{var arrayPush = __webpack_require__(/*! ./_arrayPush */ \"../node_modules
|
|
|
963
1256
|
|
|
964
1257
|
/***/ },
|
|
965
1258
|
|
|
1259
|
+
/***/ "../node_modules/lodash/_baseGetTag.js"
|
|
1260
|
+
/*!*********************************************!*\
|
|
1261
|
+
!*** ../node_modules/lodash/_baseGetTag.js ***!
|
|
1262
|
+
\*********************************************/
|
|
1263
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1264
|
+
|
|
1265
|
+
eval("{var Symbol = __webpack_require__(/*! ./_Symbol */ \"../node_modules/lodash/_Symbol.js\"),\n getRawTag = __webpack_require__(/*! ./_getRawTag */ \"../node_modules/lodash/_getRawTag.js\"),\n objectToString = __webpack_require__(/*! ./_objectToString */ \"../node_modules/lodash/_objectToString.js\");\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseGetTag.js?\n}");
|
|
1266
|
+
|
|
1267
|
+
/***/ },
|
|
1268
|
+
|
|
1269
|
+
/***/ "../node_modules/lodash/_baseHasIn.js"
|
|
1270
|
+
/*!********************************************!*\
|
|
1271
|
+
!*** ../node_modules/lodash/_baseHasIn.js ***!
|
|
1272
|
+
\********************************************/
|
|
1273
|
+
(module) {
|
|
1274
|
+
|
|
1275
|
+
eval("{/**\n * The base implementation of `_.hasIn` without support for deep paths.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {Array|string} key The key to check.\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\n */\nfunction baseHasIn(object, key) {\n return object != null && key in Object(object);\n}\n\nmodule.exports = baseHasIn;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseHasIn.js?\n}");
|
|
1276
|
+
|
|
1277
|
+
/***/ },
|
|
1278
|
+
|
|
1279
|
+
/***/ "../node_modules/lodash/_baseIsArguments.js"
|
|
1280
|
+
/*!**************************************************!*\
|
|
1281
|
+
!*** ../node_modules/lodash/_baseIsArguments.js ***!
|
|
1282
|
+
\**************************************************/
|
|
1283
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1284
|
+
|
|
1285
|
+
eval("{var baseGetTag = __webpack_require__(/*! ./_baseGetTag */ \"../node_modules/lodash/_baseGetTag.js\"),\n isObjectLike = __webpack_require__(/*! ./isObjectLike */ \"../node_modules/lodash/isObjectLike.js\");\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nmodule.exports = baseIsArguments;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseIsArguments.js?\n}");
|
|
1286
|
+
|
|
1287
|
+
/***/ },
|
|
1288
|
+
|
|
966
1289
|
/***/ "../node_modules/lodash/_baseIsMap.js"
|
|
967
1290
|
/*!********************************************!*\
|
|
968
1291
|
!*** ../node_modules/lodash/_baseIsMap.js ***!
|
|
@@ -973,6 +1296,16 @@ eval("{var getTag = __webpack_require__(/*! ./_getTag */ \"../node_modules/lodas
|
|
|
973
1296
|
|
|
974
1297
|
/***/ },
|
|
975
1298
|
|
|
1299
|
+
/***/ "../node_modules/lodash/_baseIsNative.js"
|
|
1300
|
+
/*!***********************************************!*\
|
|
1301
|
+
!*** ../node_modules/lodash/_baseIsNative.js ***!
|
|
1302
|
+
\***********************************************/
|
|
1303
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1304
|
+
|
|
1305
|
+
eval("{var isFunction = __webpack_require__(/*! ./isFunction */ \"../node_modules/lodash/isFunction.js\"),\n isMasked = __webpack_require__(/*! ./_isMasked */ \"../node_modules/lodash/_isMasked.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"../node_modules/lodash/isObject.js\"),\n toSource = __webpack_require__(/*! ./_toSource */ \"../node_modules/lodash/_toSource.js\");\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseIsNative.js?\n}");
|
|
1306
|
+
|
|
1307
|
+
/***/ },
|
|
1308
|
+
|
|
976
1309
|
/***/ "../node_modules/lodash/_baseIsSet.js"
|
|
977
1310
|
/*!********************************************!*\
|
|
978
1311
|
!*** ../node_modules/lodash/_baseIsSet.js ***!
|
|
@@ -1013,38 +1346,98 @@ eval("{var isObject = __webpack_require__(/*! ./isObject */ \"../node_modules/lo
|
|
|
1013
1346
|
|
|
1014
1347
|
/***/ },
|
|
1015
1348
|
|
|
1016
|
-
/***/ "../node_modules/lodash/
|
|
1017
|
-
|
|
1018
|
-
!*** ../node_modules/lodash/
|
|
1019
|
-
|
|
1020
|
-
(module) {
|
|
1349
|
+
/***/ "../node_modules/lodash/_basePick.js"
|
|
1350
|
+
/*!*******************************************!*\
|
|
1351
|
+
!*** ../node_modules/lodash/_basePick.js ***!
|
|
1352
|
+
\*******************************************/
|
|
1353
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1021
1354
|
|
|
1022
|
-
eval("{/**\n * The base implementation of `_.
|
|
1355
|
+
eval("{var basePickBy = __webpack_require__(/*! ./_basePickBy */ \"../node_modules/lodash/_basePickBy.js\"),\n hasIn = __webpack_require__(/*! ./hasIn */ \"../node_modules/lodash/hasIn.js\");\n\n/**\n * The base implementation of `_.pick` without support for individual\n * property identifiers.\n *\n * @private\n * @param {Object} object The source object.\n * @param {string[]} paths The property paths to pick.\n * @returns {Object} Returns the new object.\n */\nfunction basePick(object, paths) {\n return basePickBy(object, paths, function(value, path) {\n return hasIn(object, path);\n });\n}\n\nmodule.exports = basePick;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_basePick.js?\n}");
|
|
1023
1356
|
|
|
1024
1357
|
/***/ },
|
|
1025
1358
|
|
|
1026
|
-
/***/ "../node_modules/lodash/
|
|
1027
|
-
|
|
1028
|
-
!*** ../node_modules/lodash/
|
|
1029
|
-
|
|
1030
|
-
(module) {
|
|
1359
|
+
/***/ "../node_modules/lodash/_basePickBy.js"
|
|
1360
|
+
/*!*********************************************!*\
|
|
1361
|
+
!*** ../node_modules/lodash/_basePickBy.js ***!
|
|
1362
|
+
\*********************************************/
|
|
1363
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1031
1364
|
|
|
1032
|
-
eval("{/**\n * The base implementation of
|
|
1365
|
+
eval("{var baseGet = __webpack_require__(/*! ./_baseGet */ \"../node_modules/lodash/_baseGet.js\"),\n baseSet = __webpack_require__(/*! ./_baseSet */ \"../node_modules/lodash/_baseSet.js\"),\n castPath = __webpack_require__(/*! ./_castPath */ \"../node_modules/lodash/_castPath.js\");\n\n/**\n * The base implementation of `_.pickBy` without support for iteratee shorthands.\n *\n * @private\n * @param {Object} object The source object.\n * @param {string[]} paths The property paths to pick.\n * @param {Function} predicate The function invoked per property.\n * @returns {Object} Returns the new object.\n */\nfunction basePickBy(object, paths, predicate) {\n var index = -1,\n length = paths.length,\n result = {};\n\n while (++index < length) {\n var path = paths[index],\n value = baseGet(object, path);\n\n if (predicate(value, path)) {\n baseSet(result, castPath(path, object), value);\n }\n }\n return result;\n}\n\nmodule.exports = basePickBy;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_basePickBy.js?\n}");
|
|
1033
1366
|
|
|
1034
1367
|
/***/ },
|
|
1035
1368
|
|
|
1036
|
-
/***/ "../node_modules/lodash/
|
|
1037
|
-
|
|
1038
|
-
!*** ../node_modules/lodash/
|
|
1039
|
-
|
|
1369
|
+
/***/ "../node_modules/lodash/_basePropertyOf.js"
|
|
1370
|
+
/*!*************************************************!*\
|
|
1371
|
+
!*** ../node_modules/lodash/_basePropertyOf.js ***!
|
|
1372
|
+
\*************************************************/
|
|
1040
1373
|
(module) {
|
|
1041
1374
|
|
|
1042
|
-
eval("{/**\n * The base implementation of `_.
|
|
1375
|
+
eval("{/**\n * The base implementation of `_.propertyOf` without support for deep paths.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Function} Returns the new accessor function.\n */\nfunction basePropertyOf(object) {\n return function(key) {\n return object == null ? undefined : object[key];\n };\n}\n\nmodule.exports = basePropertyOf;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_basePropertyOf.js?\n}");
|
|
1043
1376
|
|
|
1044
1377
|
/***/ },
|
|
1045
1378
|
|
|
1046
|
-
/***/ "../node_modules/lodash/
|
|
1047
|
-
|
|
1379
|
+
/***/ "../node_modules/lodash/_baseSet.js"
|
|
1380
|
+
/*!******************************************!*\
|
|
1381
|
+
!*** ../node_modules/lodash/_baseSet.js ***!
|
|
1382
|
+
\******************************************/
|
|
1383
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1384
|
+
|
|
1385
|
+
eval("{var assignValue = __webpack_require__(/*! ./_assignValue */ \"../node_modules/lodash/_assignValue.js\"),\n castPath = __webpack_require__(/*! ./_castPath */ \"../node_modules/lodash/_castPath.js\"),\n isIndex = __webpack_require__(/*! ./_isIndex */ \"../node_modules/lodash/_isIndex.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"../node_modules/lodash/isObject.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"../node_modules/lodash/_toKey.js\");\n\n/**\n * The base implementation of `_.set`.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {Array|string} path The path of the property to set.\n * @param {*} value The value to set.\n * @param {Function} [customizer] The function to customize path creation.\n * @returns {Object} Returns `object`.\n */\nfunction baseSet(object, path, value, customizer) {\n if (!isObject(object)) {\n return object;\n }\n path = castPath(path, object);\n\n var index = -1,\n length = path.length,\n lastIndex = length - 1,\n nested = object;\n\n while (nested != null && ++index < length) {\n var key = toKey(path[index]),\n newValue = value;\n\n if (key === '__proto__' || key === 'constructor' || key === 'prototype') {\n return object;\n }\n\n if (index != lastIndex) {\n var objValue = nested[key];\n newValue = customizer ? customizer(objValue, key, nested) : undefined;\n if (newValue === undefined) {\n newValue = isObject(objValue)\n ? objValue\n : (isIndex(path[index + 1]) ? [] : {});\n }\n }\n assignValue(nested, key, newValue);\n nested = nested[key];\n }\n return object;\n}\n\nmodule.exports = baseSet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseSet.js?\n}");
|
|
1386
|
+
|
|
1387
|
+
/***/ },
|
|
1388
|
+
|
|
1389
|
+
/***/ "../node_modules/lodash/_baseSetToString.js"
|
|
1390
|
+
/*!**************************************************!*\
|
|
1391
|
+
!*** ../node_modules/lodash/_baseSetToString.js ***!
|
|
1392
|
+
\**************************************************/
|
|
1393
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1394
|
+
|
|
1395
|
+
eval("{var constant = __webpack_require__(/*! ./constant */ \"../node_modules/lodash/constant.js\"),\n defineProperty = __webpack_require__(/*! ./_defineProperty */ \"../node_modules/lodash/_defineProperty.js\"),\n identity = __webpack_require__(/*! ./identity */ \"../node_modules/lodash/identity.js\");\n\n/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar baseSetToString = !defineProperty ? identity : function(func, string) {\n return defineProperty(func, 'toString', {\n 'configurable': true,\n 'enumerable': false,\n 'value': constant(string),\n 'writable': true\n });\n};\n\nmodule.exports = baseSetToString;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseSetToString.js?\n}");
|
|
1396
|
+
|
|
1397
|
+
/***/ },
|
|
1398
|
+
|
|
1399
|
+
/***/ "../node_modules/lodash/_baseSlice.js"
|
|
1400
|
+
/*!********************************************!*\
|
|
1401
|
+
!*** ../node_modules/lodash/_baseSlice.js ***!
|
|
1402
|
+
\********************************************/
|
|
1403
|
+
(module) {
|
|
1404
|
+
|
|
1405
|
+
eval("{/**\n * The base implementation of `_.slice` without an iteratee call guard.\n *\n * @private\n * @param {Array} array The array to slice.\n * @param {number} [start=0] The start position.\n * @param {number} [end=array.length] The end position.\n * @returns {Array} Returns the slice of `array`.\n */\nfunction baseSlice(array, start, end) {\n var index = -1,\n length = array.length;\n\n if (start < 0) {\n start = -start > length ? 0 : (length + start);\n }\n end = end > length ? length : end;\n if (end < 0) {\n end += length;\n }\n length = start > end ? 0 : ((end - start) >>> 0);\n start >>>= 0;\n\n var result = Array(length);\n while (++index < length) {\n result[index] = array[index + start];\n }\n return result;\n}\n\nmodule.exports = baseSlice;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseSlice.js?\n}");
|
|
1406
|
+
|
|
1407
|
+
/***/ },
|
|
1408
|
+
|
|
1409
|
+
/***/ "../node_modules/lodash/_baseTimes.js"
|
|
1410
|
+
/*!********************************************!*\
|
|
1411
|
+
!*** ../node_modules/lodash/_baseTimes.js ***!
|
|
1412
|
+
\********************************************/
|
|
1413
|
+
(module) {
|
|
1414
|
+
|
|
1415
|
+
eval("{/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\nmodule.exports = baseTimes;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseTimes.js?\n}");
|
|
1416
|
+
|
|
1417
|
+
/***/ },
|
|
1418
|
+
|
|
1419
|
+
/***/ "../node_modules/lodash/_baseToString.js"
|
|
1420
|
+
/*!***********************************************!*\
|
|
1421
|
+
!*** ../node_modules/lodash/_baseToString.js ***!
|
|
1422
|
+
\***********************************************/
|
|
1423
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1424
|
+
|
|
1425
|
+
eval("{var Symbol = __webpack_require__(/*! ./_Symbol */ \"../node_modules/lodash/_Symbol.js\"),\n arrayMap = __webpack_require__(/*! ./_arrayMap */ \"../node_modules/lodash/_arrayMap.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"../node_modules/lodash/isArray.js\"),\n isSymbol = __webpack_require__(/*! ./isSymbol */ \"../node_modules/lodash/isSymbol.js\");\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isArray(value)) {\n // Recursively convert values (susceptible to call stack limits).\n return arrayMap(value, baseToString) + '';\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseToString.js?\n}");
|
|
1426
|
+
|
|
1427
|
+
/***/ },
|
|
1428
|
+
|
|
1429
|
+
/***/ "../node_modules/lodash/_baseUnary.js"
|
|
1430
|
+
/*!********************************************!*\
|
|
1431
|
+
!*** ../node_modules/lodash/_baseUnary.js ***!
|
|
1432
|
+
\********************************************/
|
|
1433
|
+
(module) {
|
|
1434
|
+
|
|
1435
|
+
eval("{/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_baseUnary.js?\n}");
|
|
1436
|
+
|
|
1437
|
+
/***/ },
|
|
1438
|
+
|
|
1439
|
+
/***/ "../node_modules/lodash/_baseUnset.js"
|
|
1440
|
+
/*!********************************************!*\
|
|
1048
1441
|
!*** ../node_modules/lodash/_baseUnset.js ***!
|
|
1049
1442
|
\********************************************/
|
|
1050
1443
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
@@ -1053,6 +1446,16 @@ eval("{var castPath = __webpack_require__(/*! ./_castPath */ \"../node_modules/l
|
|
|
1053
1446
|
|
|
1054
1447
|
/***/ },
|
|
1055
1448
|
|
|
1449
|
+
/***/ "../node_modules/lodash/_castPath.js"
|
|
1450
|
+
/*!*******************************************!*\
|
|
1451
|
+
!*** ../node_modules/lodash/_castPath.js ***!
|
|
1452
|
+
\*******************************************/
|
|
1453
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1454
|
+
|
|
1455
|
+
eval("{var isArray = __webpack_require__(/*! ./isArray */ \"../node_modules/lodash/isArray.js\"),\n isKey = __webpack_require__(/*! ./_isKey */ \"../node_modules/lodash/_isKey.js\"),\n stringToPath = __webpack_require__(/*! ./_stringToPath */ \"../node_modules/lodash/_stringToPath.js\"),\n toString = __webpack_require__(/*! ./toString */ \"../node_modules/lodash/toString.js\");\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n if (isArray(value)) {\n return value;\n }\n return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_castPath.js?\n}");
|
|
1456
|
+
|
|
1457
|
+
/***/ },
|
|
1458
|
+
|
|
1056
1459
|
/***/ "../node_modules/lodash/_castSlice.js"
|
|
1057
1460
|
/*!********************************************!*\
|
|
1058
1461
|
!*** ../node_modules/lodash/_castSlice.js ***!
|
|
@@ -1163,6 +1566,16 @@ eval("{var copyObject = __webpack_require__(/*! ./_copyObject */ \"../node_modul
|
|
|
1163
1566
|
|
|
1164
1567
|
/***/ },
|
|
1165
1568
|
|
|
1569
|
+
/***/ "../node_modules/lodash/_coreJsData.js"
|
|
1570
|
+
/*!*********************************************!*\
|
|
1571
|
+
!*** ../node_modules/lodash/_coreJsData.js ***!
|
|
1572
|
+
\*********************************************/
|
|
1573
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1574
|
+
|
|
1575
|
+
eval("{var root = __webpack_require__(/*! ./_root */ \"../node_modules/lodash/_root.js\");\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_coreJsData.js?\n}");
|
|
1576
|
+
|
|
1577
|
+
/***/ },
|
|
1578
|
+
|
|
1166
1579
|
/***/ "../node_modules/lodash/_createCaseFirst.js"
|
|
1167
1580
|
/*!**************************************************!*\
|
|
1168
1581
|
!*** ../node_modules/lodash/_createCaseFirst.js ***!
|
|
@@ -1173,6 +1586,16 @@ eval("{var castSlice = __webpack_require__(/*! ./_castSlice */ \"../node_modules
|
|
|
1173
1586
|
|
|
1174
1587
|
/***/ },
|
|
1175
1588
|
|
|
1589
|
+
/***/ "../node_modules/lodash/_createCompounder.js"
|
|
1590
|
+
/*!***************************************************!*\
|
|
1591
|
+
!*** ../node_modules/lodash/_createCompounder.js ***!
|
|
1592
|
+
\***************************************************/
|
|
1593
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1594
|
+
|
|
1595
|
+
eval("{var arrayReduce = __webpack_require__(/*! ./_arrayReduce */ \"../node_modules/lodash/_arrayReduce.js\"),\n deburr = __webpack_require__(/*! ./deburr */ \"../node_modules/lodash/deburr.js\"),\n words = __webpack_require__(/*! ./words */ \"../node_modules/lodash/words.js\");\n\n/** Used to compose unicode capture groups. */\nvar rsApos = \"['\\u2019]\";\n\n/** Used to match apostrophes. */\nvar reApos = RegExp(rsApos, 'g');\n\n/**\n * Creates a function like `_.camelCase`.\n *\n * @private\n * @param {Function} callback The function to combine each word.\n * @returns {Function} Returns the new compounder function.\n */\nfunction createCompounder(callback) {\n return function(string) {\n return arrayReduce(words(deburr(string).replace(reApos, '')), callback, '');\n };\n}\n\nmodule.exports = createCompounder;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_createCompounder.js?\n}");
|
|
1596
|
+
|
|
1597
|
+
/***/ },
|
|
1598
|
+
|
|
1176
1599
|
/***/ "../node_modules/lodash/_customOmitClone.js"
|
|
1177
1600
|
/*!**************************************************!*\
|
|
1178
1601
|
!*** ../node_modules/lodash/_customOmitClone.js ***!
|
|
@@ -1183,6 +1606,46 @@ eval("{var isPlainObject = __webpack_require__(/*! ./isPlainObject */ \"../node_
|
|
|
1183
1606
|
|
|
1184
1607
|
/***/ },
|
|
1185
1608
|
|
|
1609
|
+
/***/ "../node_modules/lodash/_deburrLetter.js"
|
|
1610
|
+
/*!***********************************************!*\
|
|
1611
|
+
!*** ../node_modules/lodash/_deburrLetter.js ***!
|
|
1612
|
+
\***********************************************/
|
|
1613
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1614
|
+
|
|
1615
|
+
eval("{var basePropertyOf = __webpack_require__(/*! ./_basePropertyOf */ \"../node_modules/lodash/_basePropertyOf.js\");\n\n/** Used to map Latin Unicode letters to basic Latin letters. */\nvar deburredLetters = {\n // Latin-1 Supplement block.\n '\\xc0': 'A', '\\xc1': 'A', '\\xc2': 'A', '\\xc3': 'A', '\\xc4': 'A', '\\xc5': 'A',\n '\\xe0': 'a', '\\xe1': 'a', '\\xe2': 'a', '\\xe3': 'a', '\\xe4': 'a', '\\xe5': 'a',\n '\\xc7': 'C', '\\xe7': 'c',\n '\\xd0': 'D', '\\xf0': 'd',\n '\\xc8': 'E', '\\xc9': 'E', '\\xca': 'E', '\\xcb': 'E',\n '\\xe8': 'e', '\\xe9': 'e', '\\xea': 'e', '\\xeb': 'e',\n '\\xcc': 'I', '\\xcd': 'I', '\\xce': 'I', '\\xcf': 'I',\n '\\xec': 'i', '\\xed': 'i', '\\xee': 'i', '\\xef': 'i',\n '\\xd1': 'N', '\\xf1': 'n',\n '\\xd2': 'O', '\\xd3': 'O', '\\xd4': 'O', '\\xd5': 'O', '\\xd6': 'O', '\\xd8': 'O',\n '\\xf2': 'o', '\\xf3': 'o', '\\xf4': 'o', '\\xf5': 'o', '\\xf6': 'o', '\\xf8': 'o',\n '\\xd9': 'U', '\\xda': 'U', '\\xdb': 'U', '\\xdc': 'U',\n '\\xf9': 'u', '\\xfa': 'u', '\\xfb': 'u', '\\xfc': 'u',\n '\\xdd': 'Y', '\\xfd': 'y', '\\xff': 'y',\n '\\xc6': 'Ae', '\\xe6': 'ae',\n '\\xde': 'Th', '\\xfe': 'th',\n '\\xdf': 'ss',\n // Latin Extended-A block.\n '\\u0100': 'A', '\\u0102': 'A', '\\u0104': 'A',\n '\\u0101': 'a', '\\u0103': 'a', '\\u0105': 'a',\n '\\u0106': 'C', '\\u0108': 'C', '\\u010a': 'C', '\\u010c': 'C',\n '\\u0107': 'c', '\\u0109': 'c', '\\u010b': 'c', '\\u010d': 'c',\n '\\u010e': 'D', '\\u0110': 'D', '\\u010f': 'd', '\\u0111': 'd',\n '\\u0112': 'E', '\\u0114': 'E', '\\u0116': 'E', '\\u0118': 'E', '\\u011a': 'E',\n '\\u0113': 'e', '\\u0115': 'e', '\\u0117': 'e', '\\u0119': 'e', '\\u011b': 'e',\n '\\u011c': 'G', '\\u011e': 'G', '\\u0120': 'G', '\\u0122': 'G',\n '\\u011d': 'g', '\\u011f': 'g', '\\u0121': 'g', '\\u0123': 'g',\n '\\u0124': 'H', '\\u0126': 'H', '\\u0125': 'h', '\\u0127': 'h',\n '\\u0128': 'I', '\\u012a': 'I', '\\u012c': 'I', '\\u012e': 'I', '\\u0130': 'I',\n '\\u0129': 'i', '\\u012b': 'i', '\\u012d': 'i', '\\u012f': 'i', '\\u0131': 'i',\n '\\u0134': 'J', '\\u0135': 'j',\n '\\u0136': 'K', '\\u0137': 'k', '\\u0138': 'k',\n '\\u0139': 'L', '\\u013b': 'L', '\\u013d': 'L', '\\u013f': 'L', '\\u0141': 'L',\n '\\u013a': 'l', '\\u013c': 'l', '\\u013e': 'l', '\\u0140': 'l', '\\u0142': 'l',\n '\\u0143': 'N', '\\u0145': 'N', '\\u0147': 'N', '\\u014a': 'N',\n '\\u0144': 'n', '\\u0146': 'n', '\\u0148': 'n', '\\u014b': 'n',\n '\\u014c': 'O', '\\u014e': 'O', '\\u0150': 'O',\n '\\u014d': 'o', '\\u014f': 'o', '\\u0151': 'o',\n '\\u0154': 'R', '\\u0156': 'R', '\\u0158': 'R',\n '\\u0155': 'r', '\\u0157': 'r', '\\u0159': 'r',\n '\\u015a': 'S', '\\u015c': 'S', '\\u015e': 'S', '\\u0160': 'S',\n '\\u015b': 's', '\\u015d': 's', '\\u015f': 's', '\\u0161': 's',\n '\\u0162': 'T', '\\u0164': 'T', '\\u0166': 'T',\n '\\u0163': 't', '\\u0165': 't', '\\u0167': 't',\n '\\u0168': 'U', '\\u016a': 'U', '\\u016c': 'U', '\\u016e': 'U', '\\u0170': 'U', '\\u0172': 'U',\n '\\u0169': 'u', '\\u016b': 'u', '\\u016d': 'u', '\\u016f': 'u', '\\u0171': 'u', '\\u0173': 'u',\n '\\u0174': 'W', '\\u0175': 'w',\n '\\u0176': 'Y', '\\u0177': 'y', '\\u0178': 'Y',\n '\\u0179': 'Z', '\\u017b': 'Z', '\\u017d': 'Z',\n '\\u017a': 'z', '\\u017c': 'z', '\\u017e': 'z',\n '\\u0132': 'IJ', '\\u0133': 'ij',\n '\\u0152': 'Oe', '\\u0153': 'oe',\n '\\u0149': \"'n\", '\\u017f': 's'\n};\n\n/**\n * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A\n * letters to basic Latin letters.\n *\n * @private\n * @param {string} letter The matched letter to deburr.\n * @returns {string} Returns the deburred letter.\n */\nvar deburrLetter = basePropertyOf(deburredLetters);\n\nmodule.exports = deburrLetter;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_deburrLetter.js?\n}");
|
|
1616
|
+
|
|
1617
|
+
/***/ },
|
|
1618
|
+
|
|
1619
|
+
/***/ "../node_modules/lodash/_defineProperty.js"
|
|
1620
|
+
/*!*************************************************!*\
|
|
1621
|
+
!*** ../node_modules/lodash/_defineProperty.js ***!
|
|
1622
|
+
\*************************************************/
|
|
1623
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1624
|
+
|
|
1625
|
+
eval("{var getNative = __webpack_require__(/*! ./_getNative */ \"../node_modules/lodash/_getNative.js\");\n\nvar defineProperty = (function() {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_defineProperty.js?\n}");
|
|
1626
|
+
|
|
1627
|
+
/***/ },
|
|
1628
|
+
|
|
1629
|
+
/***/ "../node_modules/lodash/_flatRest.js"
|
|
1630
|
+
/*!*******************************************!*\
|
|
1631
|
+
!*** ../node_modules/lodash/_flatRest.js ***!
|
|
1632
|
+
\*******************************************/
|
|
1633
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1634
|
+
|
|
1635
|
+
eval("{var flatten = __webpack_require__(/*! ./flatten */ \"../node_modules/lodash/flatten.js\"),\n overRest = __webpack_require__(/*! ./_overRest */ \"../node_modules/lodash/_overRest.js\"),\n setToString = __webpack_require__(/*! ./_setToString */ \"../node_modules/lodash/_setToString.js\");\n\n/**\n * A specialized version of `baseRest` which flattens the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @returns {Function} Returns the new function.\n */\nfunction flatRest(func) {\n return setToString(overRest(func, undefined, flatten), func + '');\n}\n\nmodule.exports = flatRest;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_flatRest.js?\n}");
|
|
1636
|
+
|
|
1637
|
+
/***/ },
|
|
1638
|
+
|
|
1639
|
+
/***/ "../node_modules/lodash/_freeGlobal.js"
|
|
1640
|
+
/*!*********************************************!*\
|
|
1641
|
+
!*** ../node_modules/lodash/_freeGlobal.js ***!
|
|
1642
|
+
\*********************************************/
|
|
1643
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1644
|
+
|
|
1645
|
+
eval("{/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof __webpack_require__.g == 'object' && __webpack_require__.g && __webpack_require__.g.Object === Object && __webpack_require__.g;\n\nmodule.exports = freeGlobal;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_freeGlobal.js?\n}");
|
|
1646
|
+
|
|
1647
|
+
/***/ },
|
|
1648
|
+
|
|
1186
1649
|
/***/ "../node_modules/lodash/_getAllKeys.js"
|
|
1187
1650
|
/*!*********************************************!*\
|
|
1188
1651
|
!*** ../node_modules/lodash/_getAllKeys.js ***!
|
|
@@ -1203,6 +1666,26 @@ eval("{var baseGetAllKeys = __webpack_require__(/*! ./_baseGetAllKeys */ \"../no
|
|
|
1203
1666
|
|
|
1204
1667
|
/***/ },
|
|
1205
1668
|
|
|
1669
|
+
/***/ "../node_modules/lodash/_getMapData.js"
|
|
1670
|
+
/*!*********************************************!*\
|
|
1671
|
+
!*** ../node_modules/lodash/_getMapData.js ***!
|
|
1672
|
+
\*********************************************/
|
|
1673
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1674
|
+
|
|
1675
|
+
eval("{var isKeyable = __webpack_require__(/*! ./_isKeyable */ \"../node_modules/lodash/_isKeyable.js\");\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\nmodule.exports = getMapData;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_getMapData.js?\n}");
|
|
1676
|
+
|
|
1677
|
+
/***/ },
|
|
1678
|
+
|
|
1679
|
+
/***/ "../node_modules/lodash/_getNative.js"
|
|
1680
|
+
/*!********************************************!*\
|
|
1681
|
+
!*** ../node_modules/lodash/_getNative.js ***!
|
|
1682
|
+
\********************************************/
|
|
1683
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1684
|
+
|
|
1685
|
+
eval("{var baseIsNative = __webpack_require__(/*! ./_baseIsNative */ \"../node_modules/lodash/_baseIsNative.js\"),\n getValue = __webpack_require__(/*! ./_getValue */ \"../node_modules/lodash/_getValue.js\");\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_getNative.js?\n}");
|
|
1686
|
+
|
|
1687
|
+
/***/ },
|
|
1688
|
+
|
|
1206
1689
|
/***/ "../node_modules/lodash/_getPrototype.js"
|
|
1207
1690
|
/*!***********************************************!*\
|
|
1208
1691
|
!*** ../node_modules/lodash/_getPrototype.js ***!
|
|
@@ -1213,6 +1696,16 @@ eval("{var overArg = __webpack_require__(/*! ./_overArg */ \"../node_modules/lod
|
|
|
1213
1696
|
|
|
1214
1697
|
/***/ },
|
|
1215
1698
|
|
|
1699
|
+
/***/ "../node_modules/lodash/_getRawTag.js"
|
|
1700
|
+
/*!********************************************!*\
|
|
1701
|
+
!*** ../node_modules/lodash/_getRawTag.js ***!
|
|
1702
|
+
\********************************************/
|
|
1703
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1704
|
+
|
|
1705
|
+
eval("{var Symbol = __webpack_require__(/*! ./_Symbol */ \"../node_modules/lodash/_Symbol.js\");\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_getRawTag.js?\n}");
|
|
1706
|
+
|
|
1707
|
+
/***/ },
|
|
1708
|
+
|
|
1216
1709
|
/***/ "../node_modules/lodash/_getSymbols.js"
|
|
1217
1710
|
/*!*********************************************!*\
|
|
1218
1711
|
!*** ../node_modules/lodash/_getSymbols.js ***!
|
|
@@ -1243,6 +1736,26 @@ eval("{var DataView = __webpack_require__(/*! ./_DataView */ \"../node_modules/l
|
|
|
1243
1736
|
|
|
1244
1737
|
/***/ },
|
|
1245
1738
|
|
|
1739
|
+
/***/ "../node_modules/lodash/_getValue.js"
|
|
1740
|
+
/*!*******************************************!*\
|
|
1741
|
+
!*** ../node_modules/lodash/_getValue.js ***!
|
|
1742
|
+
\*******************************************/
|
|
1743
|
+
(module) {
|
|
1744
|
+
|
|
1745
|
+
eval("{/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_getValue.js?\n}");
|
|
1746
|
+
|
|
1747
|
+
/***/ },
|
|
1748
|
+
|
|
1749
|
+
/***/ "../node_modules/lodash/_hasPath.js"
|
|
1750
|
+
/*!******************************************!*\
|
|
1751
|
+
!*** ../node_modules/lodash/_hasPath.js ***!
|
|
1752
|
+
\******************************************/
|
|
1753
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1754
|
+
|
|
1755
|
+
eval("{var castPath = __webpack_require__(/*! ./_castPath */ \"../node_modules/lodash/_castPath.js\"),\n isArguments = __webpack_require__(/*! ./isArguments */ \"../node_modules/lodash/isArguments.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"../node_modules/lodash/isArray.js\"),\n isIndex = __webpack_require__(/*! ./_isIndex */ \"../node_modules/lodash/_isIndex.js\"),\n isLength = __webpack_require__(/*! ./isLength */ \"../node_modules/lodash/isLength.js\"),\n toKey = __webpack_require__(/*! ./_toKey */ \"../node_modules/lodash/_toKey.js\");\n\n/**\n * Checks if `path` exists on `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @param {Function} hasFunc The function to check properties.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n */\nfunction hasPath(object, path, hasFunc) {\n path = castPath(path, object);\n\n var index = -1,\n length = path.length,\n result = false;\n\n while (++index < length) {\n var key = toKey(path[index]);\n if (!(result = object != null && hasFunc(object, key))) {\n break;\n }\n object = object[key];\n }\n if (result || ++index != length) {\n return result;\n }\n length = object == null ? 0 : object.length;\n return !!length && isLength(length) && isIndex(key, length) &&\n (isArray(object) || isArguments(object));\n}\n\nmodule.exports = hasPath;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_hasPath.js?\n}");
|
|
1756
|
+
|
|
1757
|
+
/***/ },
|
|
1758
|
+
|
|
1246
1759
|
/***/ "../node_modules/lodash/_hasUnicode.js"
|
|
1247
1760
|
/*!*********************************************!*\
|
|
1248
1761
|
!*** ../node_modules/lodash/_hasUnicode.js ***!
|
|
@@ -1253,6 +1766,66 @@ eval("{/** Used to compose unicode character classes. */\nvar rsAstralRange = '\
|
|
|
1253
1766
|
|
|
1254
1767
|
/***/ },
|
|
1255
1768
|
|
|
1769
|
+
/***/ "../node_modules/lodash/_hasUnicodeWord.js"
|
|
1770
|
+
/*!*************************************************!*\
|
|
1771
|
+
!*** ../node_modules/lodash/_hasUnicodeWord.js ***!
|
|
1772
|
+
\*************************************************/
|
|
1773
|
+
(module) {
|
|
1774
|
+
|
|
1775
|
+
eval("{/** Used to detect strings that need a more robust regexp to match words. */\nvar reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;\n\n/**\n * Checks if `string` contains a word composed of Unicode symbols.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {boolean} Returns `true` if a word is found, else `false`.\n */\nfunction hasUnicodeWord(string) {\n return reHasUnicodeWord.test(string);\n}\n\nmodule.exports = hasUnicodeWord;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_hasUnicodeWord.js?\n}");
|
|
1776
|
+
|
|
1777
|
+
/***/ },
|
|
1778
|
+
|
|
1779
|
+
/***/ "../node_modules/lodash/_hashClear.js"
|
|
1780
|
+
/*!********************************************!*\
|
|
1781
|
+
!*** ../node_modules/lodash/_hashClear.js ***!
|
|
1782
|
+
\********************************************/
|
|
1783
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1784
|
+
|
|
1785
|
+
eval("{var nativeCreate = __webpack_require__(/*! ./_nativeCreate */ \"../node_modules/lodash/_nativeCreate.js\");\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nmodule.exports = hashClear;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_hashClear.js?\n}");
|
|
1786
|
+
|
|
1787
|
+
/***/ },
|
|
1788
|
+
|
|
1789
|
+
/***/ "../node_modules/lodash/_hashDelete.js"
|
|
1790
|
+
/*!*********************************************!*\
|
|
1791
|
+
!*** ../node_modules/lodash/_hashDelete.js ***!
|
|
1792
|
+
\*********************************************/
|
|
1793
|
+
(module) {
|
|
1794
|
+
|
|
1795
|
+
eval("{/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = hashDelete;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_hashDelete.js?\n}");
|
|
1796
|
+
|
|
1797
|
+
/***/ },
|
|
1798
|
+
|
|
1799
|
+
/***/ "../node_modules/lodash/_hashGet.js"
|
|
1800
|
+
/*!******************************************!*\
|
|
1801
|
+
!*** ../node_modules/lodash/_hashGet.js ***!
|
|
1802
|
+
\******************************************/
|
|
1803
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1804
|
+
|
|
1805
|
+
eval("{var nativeCreate = __webpack_require__(/*! ./_nativeCreate */ \"../node_modules/lodash/_nativeCreate.js\");\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_hashGet.js?\n}");
|
|
1806
|
+
|
|
1807
|
+
/***/ },
|
|
1808
|
+
|
|
1809
|
+
/***/ "../node_modules/lodash/_hashHas.js"
|
|
1810
|
+
/*!******************************************!*\
|
|
1811
|
+
!*** ../node_modules/lodash/_hashHas.js ***!
|
|
1812
|
+
\******************************************/
|
|
1813
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1814
|
+
|
|
1815
|
+
eval("{var nativeCreate = __webpack_require__(/*! ./_nativeCreate */ \"../node_modules/lodash/_nativeCreate.js\");\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_hashHas.js?\n}");
|
|
1816
|
+
|
|
1817
|
+
/***/ },
|
|
1818
|
+
|
|
1819
|
+
/***/ "../node_modules/lodash/_hashSet.js"
|
|
1820
|
+
/*!******************************************!*\
|
|
1821
|
+
!*** ../node_modules/lodash/_hashSet.js ***!
|
|
1822
|
+
\******************************************/
|
|
1823
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1824
|
+
|
|
1825
|
+
eval("{var nativeCreate = __webpack_require__(/*! ./_nativeCreate */ \"../node_modules/lodash/_nativeCreate.js\");\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n this.size += this.has(key) ? 0 : 1;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\nmodule.exports = hashSet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_hashSet.js?\n}");
|
|
1826
|
+
|
|
1827
|
+
/***/ },
|
|
1828
|
+
|
|
1256
1829
|
/***/ "../node_modules/lodash/_initCloneArray.js"
|
|
1257
1830
|
/*!*************************************************!*\
|
|
1258
1831
|
!*** ../node_modules/lodash/_initCloneArray.js ***!
|
|
@@ -1283,6 +1856,56 @@ eval("{var baseCreate = __webpack_require__(/*! ./_baseCreate */ \"../node_modul
|
|
|
1283
1856
|
|
|
1284
1857
|
/***/ },
|
|
1285
1858
|
|
|
1859
|
+
/***/ "../node_modules/lodash/_isFlattenable.js"
|
|
1860
|
+
/*!************************************************!*\
|
|
1861
|
+
!*** ../node_modules/lodash/_isFlattenable.js ***!
|
|
1862
|
+
\************************************************/
|
|
1863
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1864
|
+
|
|
1865
|
+
eval("{var Symbol = __webpack_require__(/*! ./_Symbol */ \"../node_modules/lodash/_Symbol.js\"),\n isArguments = __webpack_require__(/*! ./isArguments */ \"../node_modules/lodash/isArguments.js\"),\n isArray = __webpack_require__(/*! ./isArray */ \"../node_modules/lodash/isArray.js\");\n\n/** Built-in value references. */\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\n\n/**\n * Checks if `value` is a flattenable `arguments` object or array.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\n */\nfunction isFlattenable(value) {\n return isArray(value) || isArguments(value) ||\n !!(spreadableSymbol && value && value[spreadableSymbol]);\n}\n\nmodule.exports = isFlattenable;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_isFlattenable.js?\n}");
|
|
1866
|
+
|
|
1867
|
+
/***/ },
|
|
1868
|
+
|
|
1869
|
+
/***/ "../node_modules/lodash/_isIndex.js"
|
|
1870
|
+
/*!******************************************!*\
|
|
1871
|
+
!*** ../node_modules/lodash/_isIndex.js ***!
|
|
1872
|
+
\******************************************/
|
|
1873
|
+
(module) {
|
|
1874
|
+
|
|
1875
|
+
eval("{/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n var type = typeof value;\n length = length == null ? MAX_SAFE_INTEGER : length;\n\n return !!length &&\n (type == 'number' ||\n (type != 'symbol' && reIsUint.test(value))) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_isIndex.js?\n}");
|
|
1876
|
+
|
|
1877
|
+
/***/ },
|
|
1878
|
+
|
|
1879
|
+
/***/ "../node_modules/lodash/_isKey.js"
|
|
1880
|
+
/*!****************************************!*\
|
|
1881
|
+
!*** ../node_modules/lodash/_isKey.js ***!
|
|
1882
|
+
\****************************************/
|
|
1883
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1884
|
+
|
|
1885
|
+
eval("{var isArray = __webpack_require__(/*! ./isArray */ \"../node_modules/lodash/isArray.js\"),\n isSymbol = __webpack_require__(/*! ./isSymbol */ \"../node_modules/lodash/isSymbol.js\");\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_isKey.js?\n}");
|
|
1886
|
+
|
|
1887
|
+
/***/ },
|
|
1888
|
+
|
|
1889
|
+
/***/ "../node_modules/lodash/_isKeyable.js"
|
|
1890
|
+
/*!********************************************!*\
|
|
1891
|
+
!*** ../node_modules/lodash/_isKeyable.js ***!
|
|
1892
|
+
\********************************************/
|
|
1893
|
+
(module) {
|
|
1894
|
+
|
|
1895
|
+
eval("{/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\nmodule.exports = isKeyable;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_isKeyable.js?\n}");
|
|
1896
|
+
|
|
1897
|
+
/***/ },
|
|
1898
|
+
|
|
1899
|
+
/***/ "../node_modules/lodash/_isMasked.js"
|
|
1900
|
+
/*!*******************************************!*\
|
|
1901
|
+
!*** ../node_modules/lodash/_isMasked.js ***!
|
|
1902
|
+
\*******************************************/
|
|
1903
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1904
|
+
|
|
1905
|
+
eval("{var coreJsData = __webpack_require__(/*! ./_coreJsData */ \"../node_modules/lodash/_coreJsData.js\");\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_isMasked.js?\n}");
|
|
1906
|
+
|
|
1907
|
+
/***/ },
|
|
1908
|
+
|
|
1286
1909
|
/***/ "../node_modules/lodash/_isPrototype.js"
|
|
1287
1910
|
/*!**********************************************!*\
|
|
1288
1911
|
!*** ../node_modules/lodash/_isPrototype.js ***!
|
|
@@ -1293,6 +1916,126 @@ eval("{/** Used for built-in method references. */\nvar objectProto = Object.pro
|
|
|
1293
1916
|
|
|
1294
1917
|
/***/ },
|
|
1295
1918
|
|
|
1919
|
+
/***/ "../node_modules/lodash/_listCacheClear.js"
|
|
1920
|
+
/*!*************************************************!*\
|
|
1921
|
+
!*** ../node_modules/lodash/_listCacheClear.js ***!
|
|
1922
|
+
\*************************************************/
|
|
1923
|
+
(module) {
|
|
1924
|
+
|
|
1925
|
+
eval("{/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_listCacheClear.js?\n}");
|
|
1926
|
+
|
|
1927
|
+
/***/ },
|
|
1928
|
+
|
|
1929
|
+
/***/ "../node_modules/lodash/_listCacheDelete.js"
|
|
1930
|
+
/*!**************************************************!*\
|
|
1931
|
+
!*** ../node_modules/lodash/_listCacheDelete.js ***!
|
|
1932
|
+
\**************************************************/
|
|
1933
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1934
|
+
|
|
1935
|
+
eval("{var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"../node_modules/lodash/_assocIndexOf.js\");\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nmodule.exports = listCacheDelete;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_listCacheDelete.js?\n}");
|
|
1936
|
+
|
|
1937
|
+
/***/ },
|
|
1938
|
+
|
|
1939
|
+
/***/ "../node_modules/lodash/_listCacheGet.js"
|
|
1940
|
+
/*!***********************************************!*\
|
|
1941
|
+
!*** ../node_modules/lodash/_listCacheGet.js ***!
|
|
1942
|
+
\***********************************************/
|
|
1943
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1944
|
+
|
|
1945
|
+
eval("{var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"../node_modules/lodash/_assocIndexOf.js\");\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_listCacheGet.js?\n}");
|
|
1946
|
+
|
|
1947
|
+
/***/ },
|
|
1948
|
+
|
|
1949
|
+
/***/ "../node_modules/lodash/_listCacheHas.js"
|
|
1950
|
+
/*!***********************************************!*\
|
|
1951
|
+
!*** ../node_modules/lodash/_listCacheHas.js ***!
|
|
1952
|
+
\***********************************************/
|
|
1953
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1954
|
+
|
|
1955
|
+
eval("{var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"../node_modules/lodash/_assocIndexOf.js\");\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_listCacheHas.js?\n}");
|
|
1956
|
+
|
|
1957
|
+
/***/ },
|
|
1958
|
+
|
|
1959
|
+
/***/ "../node_modules/lodash/_listCacheSet.js"
|
|
1960
|
+
/*!***********************************************!*\
|
|
1961
|
+
!*** ../node_modules/lodash/_listCacheSet.js ***!
|
|
1962
|
+
\***********************************************/
|
|
1963
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1964
|
+
|
|
1965
|
+
eval("{var assocIndexOf = __webpack_require__(/*! ./_assocIndexOf */ \"../node_modules/lodash/_assocIndexOf.js\");\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nmodule.exports = listCacheSet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_listCacheSet.js?\n}");
|
|
1966
|
+
|
|
1967
|
+
/***/ },
|
|
1968
|
+
|
|
1969
|
+
/***/ "../node_modules/lodash/_mapCacheClear.js"
|
|
1970
|
+
/*!************************************************!*\
|
|
1971
|
+
!*** ../node_modules/lodash/_mapCacheClear.js ***!
|
|
1972
|
+
\************************************************/
|
|
1973
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1974
|
+
|
|
1975
|
+
eval("{var Hash = __webpack_require__(/*! ./_Hash */ \"../node_modules/lodash/_Hash.js\"),\n ListCache = __webpack_require__(/*! ./_ListCache */ \"../node_modules/lodash/_ListCache.js\"),\n Map = __webpack_require__(/*! ./_Map */ \"../node_modules/lodash/_Map.js\");\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nmodule.exports = mapCacheClear;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_mapCacheClear.js?\n}");
|
|
1976
|
+
|
|
1977
|
+
/***/ },
|
|
1978
|
+
|
|
1979
|
+
/***/ "../node_modules/lodash/_mapCacheDelete.js"
|
|
1980
|
+
/*!*************************************************!*\
|
|
1981
|
+
!*** ../node_modules/lodash/_mapCacheDelete.js ***!
|
|
1982
|
+
\*************************************************/
|
|
1983
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1984
|
+
|
|
1985
|
+
eval("{var getMapData = __webpack_require__(/*! ./_getMapData */ \"../node_modules/lodash/_getMapData.js\");\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n var result = getMapData(this, key)['delete'](key);\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = mapCacheDelete;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_mapCacheDelete.js?\n}");
|
|
1986
|
+
|
|
1987
|
+
/***/ },
|
|
1988
|
+
|
|
1989
|
+
/***/ "../node_modules/lodash/_mapCacheGet.js"
|
|
1990
|
+
/*!**********************************************!*\
|
|
1991
|
+
!*** ../node_modules/lodash/_mapCacheGet.js ***!
|
|
1992
|
+
\**********************************************/
|
|
1993
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1994
|
+
|
|
1995
|
+
eval("{var getMapData = __webpack_require__(/*! ./_getMapData */ \"../node_modules/lodash/_getMapData.js\");\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_mapCacheGet.js?\n}");
|
|
1996
|
+
|
|
1997
|
+
/***/ },
|
|
1998
|
+
|
|
1999
|
+
/***/ "../node_modules/lodash/_mapCacheHas.js"
|
|
2000
|
+
/*!**********************************************!*\
|
|
2001
|
+
!*** ../node_modules/lodash/_mapCacheHas.js ***!
|
|
2002
|
+
\**********************************************/
|
|
2003
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2004
|
+
|
|
2005
|
+
eval("{var getMapData = __webpack_require__(/*! ./_getMapData */ \"../node_modules/lodash/_getMapData.js\");\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_mapCacheHas.js?\n}");
|
|
2006
|
+
|
|
2007
|
+
/***/ },
|
|
2008
|
+
|
|
2009
|
+
/***/ "../node_modules/lodash/_mapCacheSet.js"
|
|
2010
|
+
/*!**********************************************!*\
|
|
2011
|
+
!*** ../node_modules/lodash/_mapCacheSet.js ***!
|
|
2012
|
+
\**********************************************/
|
|
2013
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2014
|
+
|
|
2015
|
+
eval("{var getMapData = __webpack_require__(/*! ./_getMapData */ \"../node_modules/lodash/_getMapData.js\");\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n var data = getMapData(this, key),\n size = data.size;\n\n data.set(key, value);\n this.size += data.size == size ? 0 : 1;\n return this;\n}\n\nmodule.exports = mapCacheSet;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_mapCacheSet.js?\n}");
|
|
2016
|
+
|
|
2017
|
+
/***/ },
|
|
2018
|
+
|
|
2019
|
+
/***/ "../node_modules/lodash/_memoizeCapped.js"
|
|
2020
|
+
/*!************************************************!*\
|
|
2021
|
+
!*** ../node_modules/lodash/_memoizeCapped.js ***!
|
|
2022
|
+
\************************************************/
|
|
2023
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2024
|
+
|
|
2025
|
+
eval("{var memoize = __webpack_require__(/*! ./memoize */ \"../node_modules/lodash/memoize.js\");\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n var result = memoize(func, function(key) {\n if (cache.size === MAX_MEMOIZE_SIZE) {\n cache.clear();\n }\n return key;\n });\n\n var cache = result.cache;\n return result;\n}\n\nmodule.exports = memoizeCapped;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_memoizeCapped.js?\n}");
|
|
2026
|
+
|
|
2027
|
+
/***/ },
|
|
2028
|
+
|
|
2029
|
+
/***/ "../node_modules/lodash/_nativeCreate.js"
|
|
2030
|
+
/*!***********************************************!*\
|
|
2031
|
+
!*** ../node_modules/lodash/_nativeCreate.js ***!
|
|
2032
|
+
\***********************************************/
|
|
2033
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2034
|
+
|
|
2035
|
+
eval("{var getNative = __webpack_require__(/*! ./_getNative */ \"../node_modules/lodash/_getNative.js\");\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_nativeCreate.js?\n}");
|
|
2036
|
+
|
|
2037
|
+
/***/ },
|
|
2038
|
+
|
|
1296
2039
|
/***/ "../node_modules/lodash/_nativeKeys.js"
|
|
1297
2040
|
/*!*********************************************!*\
|
|
1298
2041
|
!*** ../node_modules/lodash/_nativeKeys.js ***!
|
|
@@ -1323,6 +2066,16 @@ eval("{/* module decorator */ module = __webpack_require__.nmd(module);\nvar fre
|
|
|
1323
2066
|
|
|
1324
2067
|
/***/ },
|
|
1325
2068
|
|
|
2069
|
+
/***/ "../node_modules/lodash/_objectToString.js"
|
|
2070
|
+
/*!*************************************************!*\
|
|
2071
|
+
!*** ../node_modules/lodash/_objectToString.js ***!
|
|
2072
|
+
\*************************************************/
|
|
2073
|
+
(module) {
|
|
2074
|
+
|
|
2075
|
+
eval("{/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_objectToString.js?\n}");
|
|
2076
|
+
|
|
2077
|
+
/***/ },
|
|
2078
|
+
|
|
1326
2079
|
/***/ "../node_modules/lodash/_overArg.js"
|
|
1327
2080
|
/*!******************************************!*\
|
|
1328
2081
|
!*** ../node_modules/lodash/_overArg.js ***!
|
|
@@ -1333,6 +2086,16 @@ eval("{/**\n * Creates a unary function that invokes `func` with its argument tr
|
|
|
1333
2086
|
|
|
1334
2087
|
/***/ },
|
|
1335
2088
|
|
|
2089
|
+
/***/ "../node_modules/lodash/_overRest.js"
|
|
2090
|
+
/*!*******************************************!*\
|
|
2091
|
+
!*** ../node_modules/lodash/_overRest.js ***!
|
|
2092
|
+
\*******************************************/
|
|
2093
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2094
|
+
|
|
2095
|
+
eval("{var apply = __webpack_require__(/*! ./_apply */ \"../node_modules/lodash/_apply.js\");\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n return function() {\n var args = arguments,\n index = -1,\n length = nativeMax(args.length - start, 0),\n array = Array(length);\n\n while (++index < length) {\n array[index] = args[start + index];\n }\n index = -1;\n var otherArgs = Array(start + 1);\n while (++index < start) {\n otherArgs[index] = args[index];\n }\n otherArgs[start] = transform(array);\n return apply(func, this, otherArgs);\n };\n}\n\nmodule.exports = overRest;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_overRest.js?\n}");
|
|
2096
|
+
|
|
2097
|
+
/***/ },
|
|
2098
|
+
|
|
1336
2099
|
/***/ "../node_modules/lodash/_parent.js"
|
|
1337
2100
|
/*!*****************************************!*\
|
|
1338
2101
|
!*** ../node_modules/lodash/_parent.js ***!
|
|
@@ -1343,6 +2106,36 @@ eval("{var baseGet = __webpack_require__(/*! ./_baseGet */ \"../node_modules/lod
|
|
|
1343
2106
|
|
|
1344
2107
|
/***/ },
|
|
1345
2108
|
|
|
2109
|
+
/***/ "../node_modules/lodash/_root.js"
|
|
2110
|
+
/*!***************************************!*\
|
|
2111
|
+
!*** ../node_modules/lodash/_root.js ***!
|
|
2112
|
+
\***************************************/
|
|
2113
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2114
|
+
|
|
2115
|
+
eval("{var freeGlobal = __webpack_require__(/*! ./_freeGlobal */ \"../node_modules/lodash/_freeGlobal.js\");\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_root.js?\n}");
|
|
2116
|
+
|
|
2117
|
+
/***/ },
|
|
2118
|
+
|
|
2119
|
+
/***/ "../node_modules/lodash/_setToString.js"
|
|
2120
|
+
/*!**********************************************!*\
|
|
2121
|
+
!*** ../node_modules/lodash/_setToString.js ***!
|
|
2122
|
+
\**********************************************/
|
|
2123
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2124
|
+
|
|
2125
|
+
eval("{var baseSetToString = __webpack_require__(/*! ./_baseSetToString */ \"../node_modules/lodash/_baseSetToString.js\"),\n shortOut = __webpack_require__(/*! ./_shortOut */ \"../node_modules/lodash/_shortOut.js\");\n\n/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar setToString = shortOut(baseSetToString);\n\nmodule.exports = setToString;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_setToString.js?\n}");
|
|
2126
|
+
|
|
2127
|
+
/***/ },
|
|
2128
|
+
|
|
2129
|
+
/***/ "../node_modules/lodash/_shortOut.js"
|
|
2130
|
+
/*!*******************************************!*\
|
|
2131
|
+
!*** ../node_modules/lodash/_shortOut.js ***!
|
|
2132
|
+
\*******************************************/
|
|
2133
|
+
(module) {
|
|
2134
|
+
|
|
2135
|
+
eval("{/** Used to detect hot functions by number of calls within a span of milliseconds. */\nvar HOT_COUNT = 800,\n HOT_SPAN = 16;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeNow = Date.now;\n\n/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */\nfunction shortOut(func) {\n var count = 0,\n lastCalled = 0;\n\n return function() {\n var stamp = nativeNow(),\n remaining = HOT_SPAN - (stamp - lastCalled);\n\n lastCalled = stamp;\n if (remaining > 0) {\n if (++count >= HOT_COUNT) {\n return arguments[0];\n }\n } else {\n count = 0;\n }\n return func.apply(undefined, arguments);\n };\n}\n\nmodule.exports = shortOut;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_shortOut.js?\n}");
|
|
2136
|
+
|
|
2137
|
+
/***/ },
|
|
2138
|
+
|
|
1346
2139
|
/***/ "../node_modules/lodash/_stackClear.js"
|
|
1347
2140
|
/*!*********************************************!*\
|
|
1348
2141
|
!*** ../node_modules/lodash/_stackClear.js ***!
|
|
@@ -1403,6 +2196,36 @@ eval("{var asciiToArray = __webpack_require__(/*! ./_asciiToArray */ \"../node_m
|
|
|
1403
2196
|
|
|
1404
2197
|
/***/ },
|
|
1405
2198
|
|
|
2199
|
+
/***/ "../node_modules/lodash/_stringToPath.js"
|
|
2200
|
+
/*!***********************************************!*\
|
|
2201
|
+
!*** ../node_modules/lodash/_stringToPath.js ***!
|
|
2202
|
+
\***********************************************/
|
|
2203
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2204
|
+
|
|
2205
|
+
eval("{var memoizeCapped = __webpack_require__(/*! ./_memoizeCapped */ \"../node_modules/lodash/_memoizeCapped.js\");\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n var result = [];\n if (string.charCodeAt(0) === 46 /* . */) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, subString) {\n result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\nmodule.exports = stringToPath;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_stringToPath.js?\n}");
|
|
2206
|
+
|
|
2207
|
+
/***/ },
|
|
2208
|
+
|
|
2209
|
+
/***/ "../node_modules/lodash/_toKey.js"
|
|
2210
|
+
/*!****************************************!*\
|
|
2211
|
+
!*** ../node_modules/lodash/_toKey.js ***!
|
|
2212
|
+
\****************************************/
|
|
2213
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2214
|
+
|
|
2215
|
+
eval("{var isSymbol = __webpack_require__(/*! ./isSymbol */ \"../node_modules/lodash/isSymbol.js\");\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = toKey;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_toKey.js?\n}");
|
|
2216
|
+
|
|
2217
|
+
/***/ },
|
|
2218
|
+
|
|
2219
|
+
/***/ "../node_modules/lodash/_toSource.js"
|
|
2220
|
+
/*!*******************************************!*\
|
|
2221
|
+
!*** ../node_modules/lodash/_toSource.js ***!
|
|
2222
|
+
\*******************************************/
|
|
2223
|
+
(module) {
|
|
2224
|
+
|
|
2225
|
+
eval("{/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_toSource.js?\n}");
|
|
2226
|
+
|
|
2227
|
+
/***/ },
|
|
2228
|
+
|
|
1406
2229
|
/***/ "../node_modules/lodash/_unicodeToArray.js"
|
|
1407
2230
|
/*!*************************************************!*\
|
|
1408
2231
|
!*** ../node_modules/lodash/_unicodeToArray.js ***!
|
|
@@ -1413,6 +2236,16 @@ eval("{/** Used to compose unicode character classes. */\nvar rsAstralRange = '\
|
|
|
1413
2236
|
|
|
1414
2237
|
/***/ },
|
|
1415
2238
|
|
|
2239
|
+
/***/ "../node_modules/lodash/_unicodeWords.js"
|
|
2240
|
+
/*!***********************************************!*\
|
|
2241
|
+
!*** ../node_modules/lodash/_unicodeWords.js ***!
|
|
2242
|
+
\***********************************************/
|
|
2243
|
+
(module) {
|
|
2244
|
+
|
|
2245
|
+
eval("{/** Used to compose unicode character classes. */\nvar rsAstralRange = '\\\\ud800-\\\\udfff',\n rsComboMarksRange = '\\\\u0300-\\\\u036f',\n reComboHalfMarksRange = '\\\\ufe20-\\\\ufe2f',\n rsComboSymbolsRange = '\\\\u20d0-\\\\u20ff',\n rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange,\n rsDingbatRange = '\\\\u2700-\\\\u27bf',\n rsLowerRange = 'a-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xff',\n rsMathOpRange = '\\\\xac\\\\xb1\\\\xd7\\\\xf7',\n rsNonCharRange = '\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\xbf',\n rsPunctuationRange = '\\\\u2000-\\\\u206f',\n rsSpaceRange = ' \\\\t\\\\x0b\\\\f\\\\xa0\\\\ufeff\\\\n\\\\r\\\\u2028\\\\u2029\\\\u1680\\\\u180e\\\\u2000\\\\u2001\\\\u2002\\\\u2003\\\\u2004\\\\u2005\\\\u2006\\\\u2007\\\\u2008\\\\u2009\\\\u200a\\\\u202f\\\\u205f\\\\u3000',\n rsUpperRange = 'A-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde',\n rsVarRange = '\\\\ufe0e\\\\ufe0f',\n rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;\n\n/** Used to compose unicode capture groups. */\nvar rsApos = \"['\\u2019]\",\n rsBreak = '[' + rsBreakRange + ']',\n rsCombo = '[' + rsComboRange + ']',\n rsDigits = '\\\\d+',\n rsDingbat = '[' + rsDingbatRange + ']',\n rsLower = '[' + rsLowerRange + ']',\n rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',\n rsFitz = '\\\\ud83c[\\\\udffb-\\\\udfff]',\n rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',\n rsNonAstral = '[^' + rsAstralRange + ']',\n rsRegional = '(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}',\n rsSurrPair = '[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]',\n rsUpper = '[' + rsUpperRange + ']',\n rsZWJ = '\\\\u200d';\n\n/** Used to compose unicode regexes. */\nvar rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')',\n rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')',\n rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',\n rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',\n reOptMod = rsModifier + '?',\n rsOptVar = '[' + rsVarRange + ']?',\n rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',\n rsOrdLower = '\\\\d*(?:1st|2nd|3rd|(?![123])\\\\dth)(?=\\\\b|[A-Z_])',\n rsOrdUpper = '\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\dTH)(?=\\\\b|[a-z_])',\n rsSeq = rsOptVar + reOptMod + rsOptJoin,\n rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq;\n\n/** Used to match complex or compound words. */\nvar reUnicodeWord = RegExp([\n rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',\n rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')',\n rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower,\n rsUpper + '+' + rsOptContrUpper,\n rsOrdUpper,\n rsOrdLower,\n rsDigits,\n rsEmoji\n].join('|'), 'g');\n\n/**\n * Splits a Unicode `string` into an array of its words.\n *\n * @private\n * @param {string} The string to inspect.\n * @returns {Array} Returns the words of `string`.\n */\nfunction unicodeWords(string) {\n return string.match(reUnicodeWord) || [];\n}\n\nmodule.exports = unicodeWords;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/_unicodeWords.js?\n}");
|
|
2246
|
+
|
|
2247
|
+
/***/ },
|
|
2248
|
+
|
|
1416
2249
|
/***/ "../node_modules/lodash/camelCase.js"
|
|
1417
2250
|
/*!*******************************************!*\
|
|
1418
2251
|
!*** ../node_modules/lodash/camelCase.js ***!
|
|
@@ -1443,6 +2276,46 @@ eval("{var isArray = __webpack_require__(/*! ./isArray */ \"../node_modules/loda
|
|
|
1443
2276
|
|
|
1444
2277
|
/***/ },
|
|
1445
2278
|
|
|
2279
|
+
/***/ "../node_modules/lodash/constant.js"
|
|
2280
|
+
/*!******************************************!*\
|
|
2281
|
+
!*** ../node_modules/lodash/constant.js ***!
|
|
2282
|
+
\******************************************/
|
|
2283
|
+
(module) {
|
|
2284
|
+
|
|
2285
|
+
eval("{/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\nfunction constant(value) {\n return function() {\n return value;\n };\n}\n\nmodule.exports = constant;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/constant.js?\n}");
|
|
2286
|
+
|
|
2287
|
+
/***/ },
|
|
2288
|
+
|
|
2289
|
+
/***/ "../node_modules/lodash/deburr.js"
|
|
2290
|
+
/*!****************************************!*\
|
|
2291
|
+
!*** ../node_modules/lodash/deburr.js ***!
|
|
2292
|
+
\****************************************/
|
|
2293
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2294
|
+
|
|
2295
|
+
eval("{var deburrLetter = __webpack_require__(/*! ./_deburrLetter */ \"../node_modules/lodash/_deburrLetter.js\"),\n toString = __webpack_require__(/*! ./toString */ \"../node_modules/lodash/toString.js\");\n\n/** Used to match Latin Unicode letters (excluding mathematical operators). */\nvar reLatin = /[\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\xff\\u0100-\\u017f]/g;\n\n/** Used to compose unicode character classes. */\nvar rsComboMarksRange = '\\\\u0300-\\\\u036f',\n reComboHalfMarksRange = '\\\\ufe20-\\\\ufe2f',\n rsComboSymbolsRange = '\\\\u20d0-\\\\u20ff',\n rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange;\n\n/** Used to compose unicode capture groups. */\nvar rsCombo = '[' + rsComboRange + ']';\n\n/**\n * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and\n * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).\n */\nvar reComboMark = RegExp(rsCombo, 'g');\n\n/**\n * Deburrs `string` by converting\n * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)\n * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)\n * letters to basic Latin letters and removing\n * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category String\n * @param {string} [string=''] The string to deburr.\n * @returns {string} Returns the deburred string.\n * @example\n *\n * _.deburr('déjà vu');\n * // => 'deja vu'\n */\nfunction deburr(string) {\n string = toString(string);\n return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');\n}\n\nmodule.exports = deburr;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/deburr.js?\n}");
|
|
2296
|
+
|
|
2297
|
+
/***/ },
|
|
2298
|
+
|
|
2299
|
+
/***/ "../node_modules/lodash/eq.js"
|
|
2300
|
+
/*!************************************!*\
|
|
2301
|
+
!*** ../node_modules/lodash/eq.js ***!
|
|
2302
|
+
\************************************/
|
|
2303
|
+
(module) {
|
|
2304
|
+
|
|
2305
|
+
eval("{/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/eq.js?\n}");
|
|
2306
|
+
|
|
2307
|
+
/***/ },
|
|
2308
|
+
|
|
2309
|
+
/***/ "../node_modules/lodash/flatten.js"
|
|
2310
|
+
/*!*****************************************!*\
|
|
2311
|
+
!*** ../node_modules/lodash/flatten.js ***!
|
|
2312
|
+
\*****************************************/
|
|
2313
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2314
|
+
|
|
2315
|
+
eval("{var baseFlatten = __webpack_require__(/*! ./_baseFlatten */ \"../node_modules/lodash/_baseFlatten.js\");\n\n/**\n * Flattens `array` a single level deep.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * _.flatten([1, [2, [3, [4]], 5]]);\n * // => [1, 2, [3, [4]], 5]\n */\nfunction flatten(array) {\n var length = array == null ? 0 : array.length;\n return length ? baseFlatten(array, 1) : [];\n}\n\nmodule.exports = flatten;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/flatten.js?\n}");
|
|
2316
|
+
|
|
2317
|
+
/***/ },
|
|
2318
|
+
|
|
1446
2319
|
/***/ "../node_modules/lodash/get.js"
|
|
1447
2320
|
/*!*************************************!*\
|
|
1448
2321
|
!*** ../node_modules/lodash/get.js ***!
|
|
@@ -1453,6 +2326,46 @@ eval("{var baseGet = __webpack_require__(/*! ./_baseGet */ \"../node_modules/lod
|
|
|
1453
2326
|
|
|
1454
2327
|
/***/ },
|
|
1455
2328
|
|
|
2329
|
+
/***/ "../node_modules/lodash/hasIn.js"
|
|
2330
|
+
/*!***************************************!*\
|
|
2331
|
+
!*** ../node_modules/lodash/hasIn.js ***!
|
|
2332
|
+
\***************************************/
|
|
2333
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2334
|
+
|
|
2335
|
+
eval("{var baseHasIn = __webpack_require__(/*! ./_baseHasIn */ \"../node_modules/lodash/_baseHasIn.js\"),\n hasPath = __webpack_require__(/*! ./_hasPath */ \"../node_modules/lodash/_hasPath.js\");\n\n/**\n * Checks if `path` is a direct or inherited property of `object`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n * @example\n *\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\n *\n * _.hasIn(object, 'a');\n * // => true\n *\n * _.hasIn(object, 'a.b');\n * // => true\n *\n * _.hasIn(object, ['a', 'b']);\n * // => true\n *\n * _.hasIn(object, 'b');\n * // => false\n */\nfunction hasIn(object, path) {\n return object != null && hasPath(object, path, baseHasIn);\n}\n\nmodule.exports = hasIn;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/hasIn.js?\n}");
|
|
2336
|
+
|
|
2337
|
+
/***/ },
|
|
2338
|
+
|
|
2339
|
+
/***/ "../node_modules/lodash/identity.js"
|
|
2340
|
+
/*!******************************************!*\
|
|
2341
|
+
!*** ../node_modules/lodash/identity.js ***!
|
|
2342
|
+
\******************************************/
|
|
2343
|
+
(module) {
|
|
2344
|
+
|
|
2345
|
+
eval("{/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/identity.js?\n}");
|
|
2346
|
+
|
|
2347
|
+
/***/ },
|
|
2348
|
+
|
|
2349
|
+
/***/ "../node_modules/lodash/isArguments.js"
|
|
2350
|
+
/*!*********************************************!*\
|
|
2351
|
+
!*** ../node_modules/lodash/isArguments.js ***!
|
|
2352
|
+
\*********************************************/
|
|
2353
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2354
|
+
|
|
2355
|
+
eval("{var baseIsArguments = __webpack_require__(/*! ./_baseIsArguments */ \"../node_modules/lodash/_baseIsArguments.js\"),\n isObjectLike = __webpack_require__(/*! ./isObjectLike */ \"../node_modules/lodash/isObjectLike.js\");\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n !propertyIsEnumerable.call(value, 'callee');\n};\n\nmodule.exports = isArguments;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/isArguments.js?\n}");
|
|
2356
|
+
|
|
2357
|
+
/***/ },
|
|
2358
|
+
|
|
2359
|
+
/***/ "../node_modules/lodash/isArray.js"
|
|
2360
|
+
/*!*****************************************!*\
|
|
2361
|
+
!*** ../node_modules/lodash/isArray.js ***!
|
|
2362
|
+
\*****************************************/
|
|
2363
|
+
(module) {
|
|
2364
|
+
|
|
2365
|
+
eval("{/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/isArray.js?\n}");
|
|
2366
|
+
|
|
2367
|
+
/***/ },
|
|
2368
|
+
|
|
1456
2369
|
/***/ "../node_modules/lodash/isArrayLike.js"
|
|
1457
2370
|
/*!*********************************************!*\
|
|
1458
2371
|
!*** ../node_modules/lodash/isArrayLike.js ***!
|
|
@@ -1493,6 +2406,26 @@ eval("{var baseKeys = __webpack_require__(/*! ./_baseKeys */ \"../node_modules/l
|
|
|
1493
2406
|
|
|
1494
2407
|
/***/ },
|
|
1495
2408
|
|
|
2409
|
+
/***/ "../node_modules/lodash/isFunction.js"
|
|
2410
|
+
/*!********************************************!*\
|
|
2411
|
+
!*** ../node_modules/lodash/isFunction.js ***!
|
|
2412
|
+
\********************************************/
|
|
2413
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2414
|
+
|
|
2415
|
+
eval("{var baseGetTag = __webpack_require__(/*! ./_baseGetTag */ \"../node_modules/lodash/_baseGetTag.js\"),\n isObject = __webpack_require__(/*! ./isObject */ \"../node_modules/lodash/isObject.js\");\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/isFunction.js?\n}");
|
|
2416
|
+
|
|
2417
|
+
/***/ },
|
|
2418
|
+
|
|
2419
|
+
/***/ "../node_modules/lodash/isLength.js"
|
|
2420
|
+
/*!******************************************!*\
|
|
2421
|
+
!*** ../node_modules/lodash/isLength.js ***!
|
|
2422
|
+
\******************************************/
|
|
2423
|
+
(module) {
|
|
2424
|
+
|
|
2425
|
+
eval("{/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/isLength.js?\n}");
|
|
2426
|
+
|
|
2427
|
+
/***/ },
|
|
2428
|
+
|
|
1496
2429
|
/***/ "../node_modules/lodash/isMap.js"
|
|
1497
2430
|
/*!***************************************!*\
|
|
1498
2431
|
!*** ../node_modules/lodash/isMap.js ***!
|
|
@@ -1503,6 +2436,26 @@ eval("{var baseIsMap = __webpack_require__(/*! ./_baseIsMap */ \"../node_modules
|
|
|
1503
2436
|
|
|
1504
2437
|
/***/ },
|
|
1505
2438
|
|
|
2439
|
+
/***/ "../node_modules/lodash/isObject.js"
|
|
2440
|
+
/*!******************************************!*\
|
|
2441
|
+
!*** ../node_modules/lodash/isObject.js ***!
|
|
2442
|
+
\******************************************/
|
|
2443
|
+
(module) {
|
|
2444
|
+
|
|
2445
|
+
eval("{/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/isObject.js?\n}");
|
|
2446
|
+
|
|
2447
|
+
/***/ },
|
|
2448
|
+
|
|
2449
|
+
/***/ "../node_modules/lodash/isObjectLike.js"
|
|
2450
|
+
/*!**********************************************!*\
|
|
2451
|
+
!*** ../node_modules/lodash/isObjectLike.js ***!
|
|
2452
|
+
\**********************************************/
|
|
2453
|
+
(module) {
|
|
2454
|
+
|
|
2455
|
+
eval("{/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/isObjectLike.js?\n}");
|
|
2456
|
+
|
|
2457
|
+
/***/ },
|
|
2458
|
+
|
|
1506
2459
|
/***/ "../node_modules/lodash/isPlainObject.js"
|
|
1507
2460
|
/*!***********************************************!*\
|
|
1508
2461
|
!*** ../node_modules/lodash/isPlainObject.js ***!
|
|
@@ -1533,6 +2486,16 @@ eval("{var baseGetTag = __webpack_require__(/*! ./_baseGetTag */ \"../node_modul
|
|
|
1533
2486
|
|
|
1534
2487
|
/***/ },
|
|
1535
2488
|
|
|
2489
|
+
/***/ "../node_modules/lodash/isSymbol.js"
|
|
2490
|
+
/*!******************************************!*\
|
|
2491
|
+
!*** ../node_modules/lodash/isSymbol.js ***!
|
|
2492
|
+
\******************************************/
|
|
2493
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2494
|
+
|
|
2495
|
+
eval("{var baseGetTag = __webpack_require__(/*! ./_baseGetTag */ \"../node_modules/lodash/_baseGetTag.js\"),\n isObjectLike = __webpack_require__(/*! ./isObjectLike */ \"../node_modules/lodash/isObjectLike.js\");\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/isSymbol.js?\n}");
|
|
2496
|
+
|
|
2497
|
+
/***/ },
|
|
2498
|
+
|
|
1536
2499
|
/***/ "../node_modules/lodash/isTypedArray.js"
|
|
1537
2500
|
/*!**********************************************!*\
|
|
1538
2501
|
!*** ../node_modules/lodash/isTypedArray.js ***!
|
|
@@ -1573,6 +2536,16 @@ eval("{/**\n * Gets the last element of `array`.\n *\n * @static\n * @memberOf _
|
|
|
1573
2536
|
|
|
1574
2537
|
/***/ },
|
|
1575
2538
|
|
|
2539
|
+
/***/ "../node_modules/lodash/memoize.js"
|
|
2540
|
+
/*!*****************************************!*\
|
|
2541
|
+
!*** ../node_modules/lodash/memoize.js ***!
|
|
2542
|
+
\*****************************************/
|
|
2543
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2544
|
+
|
|
2545
|
+
eval("{var MapCache = __webpack_require__(/*! ./_MapCache */ \"../node_modules/lodash/_MapCache.js\");\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result) || cache;\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nmodule.exports = memoize;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/memoize.js?\n}");
|
|
2546
|
+
|
|
2547
|
+
/***/ },
|
|
2548
|
+
|
|
1576
2549
|
/***/ "../node_modules/lodash/omit.js"
|
|
1577
2550
|
/*!**************************************!*\
|
|
1578
2551
|
!*** ../node_modules/lodash/omit.js ***!
|
|
@@ -1583,6 +2556,16 @@ eval("{var arrayMap = __webpack_require__(/*! ./_arrayMap */ \"../node_modules/l
|
|
|
1583
2556
|
|
|
1584
2557
|
/***/ },
|
|
1585
2558
|
|
|
2559
|
+
/***/ "../node_modules/lodash/pick.js"
|
|
2560
|
+
/*!**************************************!*\
|
|
2561
|
+
!*** ../node_modules/lodash/pick.js ***!
|
|
2562
|
+
\**************************************/
|
|
2563
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2564
|
+
|
|
2565
|
+
eval("{var basePick = __webpack_require__(/*! ./_basePick */ \"../node_modules/lodash/_basePick.js\"),\n flatRest = __webpack_require__(/*! ./_flatRest */ \"../node_modules/lodash/_flatRest.js\");\n\n/**\n * Creates an object composed of the picked `object` properties.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The source object.\n * @param {...(string|string[])} [paths] The property paths to pick.\n * @returns {Object} Returns the new object.\n * @example\n *\n * var object = { 'a': 1, 'b': '2', 'c': 3 };\n *\n * _.pick(object, ['a', 'c']);\n * // => { 'a': 1, 'c': 3 }\n */\nvar pick = flatRest(function(object, paths) {\n return object == null ? {} : basePick(object, paths);\n});\n\nmodule.exports = pick;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/pick.js?\n}");
|
|
2566
|
+
|
|
2567
|
+
/***/ },
|
|
2568
|
+
|
|
1586
2569
|
/***/ "../node_modules/lodash/stubArray.js"
|
|
1587
2570
|
/*!*******************************************!*\
|
|
1588
2571
|
!*** ../node_modules/lodash/stubArray.js ***!
|
|
@@ -1603,6 +2586,16 @@ eval("{/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n *
|
|
|
1603
2586
|
|
|
1604
2587
|
/***/ },
|
|
1605
2588
|
|
|
2589
|
+
/***/ "../node_modules/lodash/toString.js"
|
|
2590
|
+
/*!******************************************!*\
|
|
2591
|
+
!*** ../node_modules/lodash/toString.js ***!
|
|
2592
|
+
\******************************************/
|
|
2593
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2594
|
+
|
|
2595
|
+
eval("{var baseToString = __webpack_require__(/*! ./_baseToString */ \"../node_modules/lodash/_baseToString.js\");\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/toString.js?\n}");
|
|
2596
|
+
|
|
2597
|
+
/***/ },
|
|
2598
|
+
|
|
1606
2599
|
/***/ "../node_modules/lodash/upperFirst.js"
|
|
1607
2600
|
/*!********************************************!*\
|
|
1608
2601
|
!*** ../node_modules/lodash/upperFirst.js ***!
|
|
@@ -1613,6 +2606,16 @@ eval("{var createCaseFirst = __webpack_require__(/*! ./_createCaseFirst */ \"../
|
|
|
1613
2606
|
|
|
1614
2607
|
/***/ },
|
|
1615
2608
|
|
|
2609
|
+
/***/ "../node_modules/lodash/words.js"
|
|
2610
|
+
/*!***************************************!*\
|
|
2611
|
+
!*** ../node_modules/lodash/words.js ***!
|
|
2612
|
+
\***************************************/
|
|
2613
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2614
|
+
|
|
2615
|
+
eval("{var asciiWords = __webpack_require__(/*! ./_asciiWords */ \"../node_modules/lodash/_asciiWords.js\"),\n hasUnicodeWord = __webpack_require__(/*! ./_hasUnicodeWord */ \"../node_modules/lodash/_hasUnicodeWord.js\"),\n toString = __webpack_require__(/*! ./toString */ \"../node_modules/lodash/toString.js\"),\n unicodeWords = __webpack_require__(/*! ./_unicodeWords */ \"../node_modules/lodash/_unicodeWords.js\");\n\n/**\n * Splits `string` into an array of its words.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category String\n * @param {string} [string=''] The string to inspect.\n * @param {RegExp|string} [pattern] The pattern to match words.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Array} Returns the words of `string`.\n * @example\n *\n * _.words('fred, barney, & pebbles');\n * // => ['fred', 'barney', 'pebbles']\n *\n * _.words('fred, barney, & pebbles', /[^, ]+/g);\n * // => ['fred', 'barney', '&', 'pebbles']\n */\nfunction words(string, pattern, guard) {\n string = toString(string);\n pattern = guard ? undefined : pattern;\n\n if (pattern === undefined) {\n return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);\n }\n return string.match(pattern) || [];\n}\n\nmodule.exports = words;\n\n\n//# sourceURL=webpack:///../node_modules/lodash/words.js?\n}");
|
|
2616
|
+
|
|
2617
|
+
/***/ },
|
|
2618
|
+
|
|
1616
2619
|
/***/ "./assets/styles/components/title-bar.scss"
|
|
1617
2620
|
/*!*************************************************!*\
|
|
1618
2621
|
!*** ./assets/styles/components/title-bar.scss ***!
|
|
@@ -1624,6 +2627,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-ext
|
|
|
1624
2627
|
|
|
1625
2628
|
/***/ },
|
|
1626
2629
|
|
|
2630
|
+
/***/ "./assets/styles/main.scss"
|
|
2631
|
+
/*!*********************************!*\
|
|
2632
|
+
!*** ./assets/styles/main.scss ***!
|
|
2633
|
+
\*********************************/
|
|
2634
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2635
|
+
|
|
2636
|
+
"use strict";
|
|
2637
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack:///./assets/styles/main.scss?\n}");
|
|
2638
|
+
|
|
2639
|
+
/***/ },
|
|
2640
|
+
|
|
1627
2641
|
/***/ "./components/bigPauseButton/big-pause-button.scss"
|
|
1628
2642
|
/*!*********************************************************!*\
|
|
1629
2643
|
!*** ./components/bigPauseButton/big-pause-button.scss ***!
|
|
@@ -1754,6 +2768,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1754
2768
|
|
|
1755
2769
|
/***/ },
|
|
1756
2770
|
|
|
2771
|
+
/***/ "../node_modules/@cloudinary/url-gen/backwards/consts.js"
|
|
2772
|
+
/*!***************************************************************!*\
|
|
2773
|
+
!*** ../node_modules/@cloudinary/url-gen/backwards/consts.js ***!
|
|
2774
|
+
\***************************************************************/
|
|
2775
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2776
|
+
|
|
2777
|
+
"use strict";
|
|
2778
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ AKAMAI_SHARED_CDN: () => (/* binding */ AKAMAI_SHARED_CDN),\n/* harmony export */ CF_SHARED_CDN: () => (/* binding */ CF_SHARED_CDN),\n/* harmony export */ LAYER_KEYWORD_PARAMS: () => (/* binding */ LAYER_KEYWORD_PARAMS),\n/* harmony export */ LEGACY_CONDITIONAL_OPERATORS: () => (/* binding */ LEGACY_CONDITIONAL_OPERATORS),\n/* harmony export */ LEGACY_PREDEFINED_VARS: () => (/* binding */ LEGACY_PREDEFINED_VARS),\n/* harmony export */ NUMBER_PATTERN: () => (/* binding */ NUMBER_PATTERN),\n/* harmony export */ OFFSET_ANY_PATTERN: () => (/* binding */ OFFSET_ANY_PATTERN),\n/* harmony export */ OFFSET_ANY_PATTERN_RE: () => (/* binding */ OFFSET_ANY_PATTERN_RE),\n/* harmony export */ OLD_AKAMAI_SHARED_CDN: () => (/* binding */ OLD_AKAMAI_SHARED_CDN),\n/* harmony export */ RANGE_VALUE_RE: () => (/* binding */ RANGE_VALUE_RE),\n/* harmony export */ SHARED_CDN: () => (/* binding */ SHARED_CDN)\n/* harmony export */ });\nconst LEGACY_CONDITIONAL_OPERATORS = {\n \"=\": 'eq',\n \"!=\": 'ne',\n \"<\": 'lt',\n \">\": 'gt',\n \"<=\": 'lte',\n \">=\": 'gte',\n \"&&\": 'and',\n \"||\": 'or',\n \"*\": \"mul\",\n \"/\": \"div\",\n \"+\": \"add\",\n \"-\": \"sub\",\n \"^\": \"pow\"\n};\nconst CF_SHARED_CDN = \"d3jpl91pxevbkh.cloudfront.net\";\nconst OLD_AKAMAI_SHARED_CDN = \"cloudinary-a.akamaihd.net\";\nconst AKAMAI_SHARED_CDN = \"res.cloudinary.com\";\nconst SHARED_CDN = AKAMAI_SHARED_CDN;\nconst LEGACY_PREDEFINED_VARS = {\n \"aspect_ratio\": \"ar\",\n \"aspectRatio\": \"ar\",\n \"current_page\": \"cp\",\n \"currentPage\": \"cp\",\n \"duration\": \"du\",\n \"face_count\": \"fc\",\n \"faceCount\": \"fc\",\n \"height\": \"h\",\n \"initial_aspect_ratio\": \"iar\",\n \"initial_height\": \"ih\",\n \"initial_width\": \"iw\",\n \"initialAspectRatio\": \"iar\",\n \"initialHeight\": \"ih\",\n \"initialWidth\": \"iw\",\n \"initial_duration\": \"idu\",\n \"initialDuration\": \"idu\",\n \"page_count\": \"pc\",\n \"page_x\": \"px\",\n \"page_y\": \"py\",\n \"pageCount\": \"pc\",\n \"pageX\": \"px\",\n \"pageY\": \"py\",\n \"tags\": \"tags\",\n \"width\": \"w\"\n};\nconst NUMBER_PATTERN = \"([0-9]*)\\\\.([0-9]+)|([0-9]+)\";\nconst OFFSET_ANY_PATTERN = `(${NUMBER_PATTERN})([%pP])?`;\nconst RANGE_VALUE_RE = RegExp(`^${OFFSET_ANY_PATTERN}$`);\nconst OFFSET_ANY_PATTERN_RE = RegExp(`(${OFFSET_ANY_PATTERN})\\\\.\\\\.(${OFFSET_ANY_PATTERN})`);\nconst LAYER_KEYWORD_PARAMS = {\n font_weight: \"normal\",\n font_style: \"normal\",\n text_decoration: \"none\",\n text_align: '',\n stroke: \"none\"\n};\n\n\n//# sourceURL=webpack:///../node_modules/@cloudinary/url-gen/backwards/consts.js?\n}");
|
|
2779
|
+
|
|
2780
|
+
/***/ },
|
|
2781
|
+
|
|
1757
2782
|
/***/ "../node_modules/@cloudinary/url-gen/backwards/createCloudinaryLegacyURL.js"
|
|
1758
2783
|
/*!**********************************************************************************!*\
|
|
1759
2784
|
!*** ../node_modules/@cloudinary/url-gen/backwards/createCloudinaryLegacyURL.js ***!
|
|
@@ -2062,6 +3087,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2062
3087
|
|
|
2063
3088
|
/***/ },
|
|
2064
3089
|
|
|
3090
|
+
/***/ "../node_modules/@cloudinary/url-gen/backwards/utils/unsigned_url_prefix.js"
|
|
3091
|
+
/*!**********************************************************************************!*\
|
|
3092
|
+
!*** ../node_modules/@cloudinary/url-gen/backwards/utils/unsigned_url_prefix.js ***!
|
|
3093
|
+
\**********************************************************************************/
|
|
3094
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
3095
|
+
|
|
3096
|
+
"use strict";
|
|
3097
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ unsigned_url_prefix: () => (/* binding */ unsigned_url_prefix)\n/* harmony export */ });\n/* harmony import */ var _consts_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../consts.js */ \"../node_modules/@cloudinary/url-gen/backwards/consts.js\");\n\nfunction unsigned_url_prefix(source, cloud_name, private_cdn, cdn_subdomain, secure_cdn_subdomain, cname, secure, secure_distribution) {\n let prefix;\n if (cloud_name.indexOf(\"/\") === 0) {\n return '/res' + cloud_name;\n }\n let shared_domain = !private_cdn;\n if (secure) {\n if ((secure_distribution == null) || secure_distribution === _consts_js__WEBPACK_IMPORTED_MODULE_0__.OLD_AKAMAI_SHARED_CDN) {\n secure_distribution = private_cdn ? cloud_name + \"-res.cloudinary.com\" : _consts_js__WEBPACK_IMPORTED_MODULE_0__.SHARED_CDN;\n }\n if (shared_domain == null) {\n shared_domain = secure_distribution === _consts_js__WEBPACK_IMPORTED_MODULE_0__.SHARED_CDN;\n }\n prefix = 'https://' + secure_distribution;\n }\n else if (cname) {\n // let subdomain = cdn_subdomain ? 'a' + ((crc32(source) % 5) + 1) + '.' : '';\n prefix = 'http://' + cname;\n }\n else {\n let cdn_part = private_cdn ? cloud_name + '-' : '';\n let host = [cdn_part, 'res', '.cloudinary.com'].join('');\n prefix = 'http://' + host;\n }\n if (shared_domain) {\n prefix += '/' + cloud_name;\n }\n return prefix;\n}\n\n\n//# sourceURL=webpack:///../node_modules/@cloudinary/url-gen/backwards/utils/unsigned_url_prefix.js?\n}");
|
|
3098
|
+
|
|
3099
|
+
/***/ },
|
|
3100
|
+
|
|
2065
3101
|
/***/ "../node_modules/@cloudinary/url-gen/internal/utils/base64Encode.js"
|
|
2066
3102
|
/*!**************************************************************************!*\
|
|
2067
3103
|
!*** ../node_modules/@cloudinary/url-gen/internal/utils/base64Encode.js ***!
|
|
@@ -2161,4 +3197,337 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2161
3197
|
|
|
2162
3198
|
/***/ }
|
|
2163
3199
|
|
|
2164
|
-
}
|
|
3200
|
+
/******/ });
|
|
3201
|
+
/************************************************************************/
|
|
3202
|
+
/******/ // The module cache
|
|
3203
|
+
/******/ var __webpack_module_cache__ = {};
|
|
3204
|
+
/******/
|
|
3205
|
+
/******/ // The require function
|
|
3206
|
+
/******/ function __webpack_require__(moduleId) {
|
|
3207
|
+
/******/ // Check if module is in cache
|
|
3208
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
3209
|
+
/******/ if (cachedModule !== undefined) {
|
|
3210
|
+
/******/ return cachedModule.exports;
|
|
3211
|
+
/******/ }
|
|
3212
|
+
/******/ // Create a new module (and put it into the cache)
|
|
3213
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
3214
|
+
/******/ id: moduleId,
|
|
3215
|
+
/******/ loaded: false,
|
|
3216
|
+
/******/ exports: {}
|
|
3217
|
+
/******/ };
|
|
3218
|
+
/******/
|
|
3219
|
+
/******/ // Execute the module function
|
|
3220
|
+
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
3221
|
+
/******/ delete __webpack_module_cache__[moduleId];
|
|
3222
|
+
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
3223
|
+
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
3224
|
+
/******/ throw e;
|
|
3225
|
+
/******/ }
|
|
3226
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
3227
|
+
/******/
|
|
3228
|
+
/******/ // Flag the module as loaded
|
|
3229
|
+
/******/ module.loaded = true;
|
|
3230
|
+
/******/
|
|
3231
|
+
/******/ // Return the exports of the module
|
|
3232
|
+
/******/ return module.exports;
|
|
3233
|
+
/******/ }
|
|
3234
|
+
/******/
|
|
3235
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
3236
|
+
/******/ __webpack_require__.m = __webpack_modules__;
|
|
3237
|
+
/******/
|
|
3238
|
+
/************************************************************************/
|
|
3239
|
+
/******/ /* webpack/runtime/chunk loaded */
|
|
3240
|
+
/******/ (() => {
|
|
3241
|
+
/******/ var deferred = [];
|
|
3242
|
+
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
|
|
3243
|
+
/******/ if(chunkIds) {
|
|
3244
|
+
/******/ priority = priority || 0;
|
|
3245
|
+
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
|
|
3246
|
+
/******/ deferred[i] = [chunkIds, fn, priority];
|
|
3247
|
+
/******/ return;
|
|
3248
|
+
/******/ }
|
|
3249
|
+
/******/ var notFulfilled = Infinity;
|
|
3250
|
+
/******/ for (var i = 0; i < deferred.length; i++) {
|
|
3251
|
+
/******/ var [chunkIds, fn, priority] = deferred[i];
|
|
3252
|
+
/******/ var fulfilled = true;
|
|
3253
|
+
/******/ for (var j = 0; j < chunkIds.length; j++) {
|
|
3254
|
+
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
|
|
3255
|
+
/******/ chunkIds.splice(j--, 1);
|
|
3256
|
+
/******/ } else {
|
|
3257
|
+
/******/ fulfilled = false;
|
|
3258
|
+
/******/ if(priority < notFulfilled) notFulfilled = priority;
|
|
3259
|
+
/******/ }
|
|
3260
|
+
/******/ }
|
|
3261
|
+
/******/ if(fulfilled) {
|
|
3262
|
+
/******/ deferred.splice(i--, 1)
|
|
3263
|
+
/******/ var r = fn();
|
|
3264
|
+
/******/ if (r !== undefined) result = r;
|
|
3265
|
+
/******/ }
|
|
3266
|
+
/******/ }
|
|
3267
|
+
/******/ return result;
|
|
3268
|
+
/******/ };
|
|
3269
|
+
/******/ })();
|
|
3270
|
+
/******/
|
|
3271
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
3272
|
+
/******/ (() => {
|
|
3273
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
3274
|
+
/******/ __webpack_require__.n = (module) => {
|
|
3275
|
+
/******/ var getter = module && module.__esModule ?
|
|
3276
|
+
/******/ () => (module['default']) :
|
|
3277
|
+
/******/ () => (module);
|
|
3278
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
3279
|
+
/******/ return getter;
|
|
3280
|
+
/******/ };
|
|
3281
|
+
/******/ })();
|
|
3282
|
+
/******/
|
|
3283
|
+
/******/ /* webpack/runtime/define property getters */
|
|
3284
|
+
/******/ (() => {
|
|
3285
|
+
/******/ // define getter functions for harmony exports
|
|
3286
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
3287
|
+
/******/ for(var key in definition) {
|
|
3288
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
3289
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
3290
|
+
/******/ }
|
|
3291
|
+
/******/ }
|
|
3292
|
+
/******/ };
|
|
3293
|
+
/******/ })();
|
|
3294
|
+
/******/
|
|
3295
|
+
/******/ /* webpack/runtime/ensure chunk */
|
|
3296
|
+
/******/ (() => {
|
|
3297
|
+
/******/ __webpack_require__.f = {};
|
|
3298
|
+
/******/ // This file contains only the entry chunk.
|
|
3299
|
+
/******/ // The chunk loading function for additional chunks
|
|
3300
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
3301
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
3302
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
3303
|
+
/******/ return promises;
|
|
3304
|
+
/******/ }, []));
|
|
3305
|
+
/******/ };
|
|
3306
|
+
/******/ })();
|
|
3307
|
+
/******/
|
|
3308
|
+
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
3309
|
+
/******/ (() => {
|
|
3310
|
+
/******/ // This function allow to reference async chunks
|
|
3311
|
+
/******/ __webpack_require__.u = (chunkId) => {
|
|
3312
|
+
/******/ // return url for filenames based on template
|
|
3313
|
+
/******/ return "" + chunkId + ".js";
|
|
3314
|
+
/******/ };
|
|
3315
|
+
/******/ })();
|
|
3316
|
+
/******/
|
|
3317
|
+
/******/ /* webpack/runtime/get mini-css chunk filename */
|
|
3318
|
+
/******/ (() => {
|
|
3319
|
+
/******/ // This function allow to reference async chunks
|
|
3320
|
+
/******/ __webpack_require__.miniCssF = (chunkId) => {
|
|
3321
|
+
/******/ // return url for filenames based on template
|
|
3322
|
+
/******/ return undefined;
|
|
3323
|
+
/******/ };
|
|
3324
|
+
/******/ })();
|
|
3325
|
+
/******/
|
|
3326
|
+
/******/ /* webpack/runtime/global */
|
|
3327
|
+
/******/ (() => {
|
|
3328
|
+
/******/ __webpack_require__.g = (function() {
|
|
3329
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
3330
|
+
/******/ try {
|
|
3331
|
+
/******/ return this || new Function('return this')();
|
|
3332
|
+
/******/ } catch (e) {
|
|
3333
|
+
/******/ if (typeof window === 'object') return window;
|
|
3334
|
+
/******/ }
|
|
3335
|
+
/******/ })();
|
|
3336
|
+
/******/ })();
|
|
3337
|
+
/******/
|
|
3338
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
3339
|
+
/******/ (() => {
|
|
3340
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
3341
|
+
/******/ })();
|
|
3342
|
+
/******/
|
|
3343
|
+
/******/ /* webpack/runtime/load script */
|
|
3344
|
+
/******/ (() => {
|
|
3345
|
+
/******/ var inProgress = {};
|
|
3346
|
+
/******/ // data-webpack is not used as build has no uniqueName
|
|
3347
|
+
/******/ // loadScript function to load a script via script tag
|
|
3348
|
+
/******/ __webpack_require__.l = (url, done, key, chunkId) => {
|
|
3349
|
+
/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
|
|
3350
|
+
/******/ var script, needAttach;
|
|
3351
|
+
/******/ if(key !== undefined) {
|
|
3352
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
3353
|
+
/******/ for(var i = 0; i < scripts.length; i++) {
|
|
3354
|
+
/******/ var s = scripts[i];
|
|
3355
|
+
/******/ if(s.getAttribute("src") == url) { script = s; break; }
|
|
3356
|
+
/******/ }
|
|
3357
|
+
/******/ }
|
|
3358
|
+
/******/ if(!script) {
|
|
3359
|
+
/******/ needAttach = true;
|
|
3360
|
+
/******/ script = document.createElement('script');
|
|
3361
|
+
/******/
|
|
3362
|
+
/******/ script.charset = 'utf-8';
|
|
3363
|
+
/******/ if (__webpack_require__.nc) {
|
|
3364
|
+
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
|
3365
|
+
/******/ }
|
|
3366
|
+
/******/
|
|
3367
|
+
/******/
|
|
3368
|
+
/******/ script.src = url;
|
|
3369
|
+
/******/ }
|
|
3370
|
+
/******/ inProgress[url] = [done];
|
|
3371
|
+
/******/ var onScriptComplete = (prev, event) => {
|
|
3372
|
+
/******/ // avoid mem leaks in IE.
|
|
3373
|
+
/******/ script.onerror = script.onload = null;
|
|
3374
|
+
/******/ clearTimeout(timeout);
|
|
3375
|
+
/******/ var doneFns = inProgress[url];
|
|
3376
|
+
/******/ delete inProgress[url];
|
|
3377
|
+
/******/ script.parentNode && script.parentNode.removeChild(script);
|
|
3378
|
+
/******/ doneFns && doneFns.forEach((fn) => (fn(event)));
|
|
3379
|
+
/******/ if(prev) return prev(event);
|
|
3380
|
+
/******/ }
|
|
3381
|
+
/******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
|
|
3382
|
+
/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
|
|
3383
|
+
/******/ script.onload = onScriptComplete.bind(null, script.onload);
|
|
3384
|
+
/******/ needAttach && document.head.appendChild(script);
|
|
3385
|
+
/******/ };
|
|
3386
|
+
/******/ })();
|
|
3387
|
+
/******/
|
|
3388
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
3389
|
+
/******/ (() => {
|
|
3390
|
+
/******/ // define __esModule on exports
|
|
3391
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
3392
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3393
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3394
|
+
/******/ }
|
|
3395
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3396
|
+
/******/ };
|
|
3397
|
+
/******/ })();
|
|
3398
|
+
/******/
|
|
3399
|
+
/******/ /* webpack/runtime/node module decorator */
|
|
3400
|
+
/******/ (() => {
|
|
3401
|
+
/******/ __webpack_require__.nmd = (module) => {
|
|
3402
|
+
/******/ module.paths = [];
|
|
3403
|
+
/******/ if (!module.children) module.children = [];
|
|
3404
|
+
/******/ return module;
|
|
3405
|
+
/******/ };
|
|
3406
|
+
/******/ })();
|
|
3407
|
+
/******/
|
|
3408
|
+
/******/ /* webpack/runtime/publicPath */
|
|
3409
|
+
/******/ (() => {
|
|
3410
|
+
/******/ var scriptUrl;
|
|
3411
|
+
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
3412
|
+
/******/ var document = __webpack_require__.g.document;
|
|
3413
|
+
/******/ if (!scriptUrl && document) {
|
|
3414
|
+
/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
|
|
3415
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
3416
|
+
/******/ if (!scriptUrl) {
|
|
3417
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
3418
|
+
/******/ if(scripts.length) {
|
|
3419
|
+
/******/ var i = scripts.length - 1;
|
|
3420
|
+
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
3421
|
+
/******/ }
|
|
3422
|
+
/******/ }
|
|
3423
|
+
/******/ }
|
|
3424
|
+
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
3425
|
+
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
3426
|
+
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
3427
|
+
/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
3428
|
+
/******/ __webpack_require__.p = scriptUrl;
|
|
3429
|
+
/******/ })();
|
|
3430
|
+
/******/
|
|
3431
|
+
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
3432
|
+
/******/ (() => {
|
|
3433
|
+
/******/ // no baseURI
|
|
3434
|
+
/******/
|
|
3435
|
+
/******/ // object to store loaded and loading chunks
|
|
3436
|
+
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
3437
|
+
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
3438
|
+
/******/ var installedChunks = {
|
|
3439
|
+
/******/ "player-full": 0,
|
|
3440
|
+
/******/ "styles": 0
|
|
3441
|
+
/******/ };
|
|
3442
|
+
/******/
|
|
3443
|
+
/******/ __webpack_require__.f.j = (chunkId, promises) => {
|
|
3444
|
+
/******/ // JSONP chunk loading for javascript
|
|
3445
|
+
/******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
|
3446
|
+
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
|
3447
|
+
/******/
|
|
3448
|
+
/******/ // a Promise means "currently loading".
|
|
3449
|
+
/******/ if(installedChunkData) {
|
|
3450
|
+
/******/ promises.push(installedChunkData[2]);
|
|
3451
|
+
/******/ } else {
|
|
3452
|
+
/******/ if("styles" != chunkId) {
|
|
3453
|
+
/******/ // setup Promise in chunk cache
|
|
3454
|
+
/******/ var promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
|
3455
|
+
/******/ promises.push(installedChunkData[2] = promise);
|
|
3456
|
+
/******/
|
|
3457
|
+
/******/ // start chunk loading
|
|
3458
|
+
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
3459
|
+
/******/ // create error before stack unwound to get useful stacktrace later
|
|
3460
|
+
/******/ var error = new Error();
|
|
3461
|
+
/******/ var loadingEnded = (event) => {
|
|
3462
|
+
/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
|
|
3463
|
+
/******/ installedChunkData = installedChunks[chunkId];
|
|
3464
|
+
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
|
|
3465
|
+
/******/ if(installedChunkData) {
|
|
3466
|
+
/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
|
|
3467
|
+
/******/ var realSrc = event && event.target && event.target.src;
|
|
3468
|
+
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
|
|
3469
|
+
/******/ error.name = 'ChunkLoadError';
|
|
3470
|
+
/******/ error.type = errorType;
|
|
3471
|
+
/******/ error.request = realSrc;
|
|
3472
|
+
/******/ installedChunkData[1](error);
|
|
3473
|
+
/******/ }
|
|
3474
|
+
/******/ }
|
|
3475
|
+
/******/ };
|
|
3476
|
+
/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
|
|
3477
|
+
/******/ } else installedChunks[chunkId] = 0;
|
|
3478
|
+
/******/ }
|
|
3479
|
+
/******/ }
|
|
3480
|
+
/******/ };
|
|
3481
|
+
/******/
|
|
3482
|
+
/******/ // no prefetching
|
|
3483
|
+
/******/
|
|
3484
|
+
/******/ // no preloaded
|
|
3485
|
+
/******/
|
|
3486
|
+
/******/ // no HMR
|
|
3487
|
+
/******/
|
|
3488
|
+
/******/ // no HMR manifest
|
|
3489
|
+
/******/
|
|
3490
|
+
/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
|
|
3491
|
+
/******/
|
|
3492
|
+
/******/ // install a JSONP callback for chunk loading
|
|
3493
|
+
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
|
3494
|
+
/******/ var [chunkIds, moreModules, runtime] = data;
|
|
3495
|
+
/******/ // add "moreModules" to the modules object,
|
|
3496
|
+
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
3497
|
+
/******/ var moduleId, chunkId, i = 0;
|
|
3498
|
+
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
|
|
3499
|
+
/******/ for(moduleId in moreModules) {
|
|
3500
|
+
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
|
3501
|
+
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
3502
|
+
/******/ }
|
|
3503
|
+
/******/ }
|
|
3504
|
+
/******/ if(runtime) var result = runtime(__webpack_require__);
|
|
3505
|
+
/******/ }
|
|
3506
|
+
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
|
|
3507
|
+
/******/ for(;i < chunkIds.length; i++) {
|
|
3508
|
+
/******/ chunkId = chunkIds[i];
|
|
3509
|
+
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
3510
|
+
/******/ installedChunks[chunkId][0]();
|
|
3511
|
+
/******/ }
|
|
3512
|
+
/******/ installedChunks[chunkId] = 0;
|
|
3513
|
+
/******/ }
|
|
3514
|
+
/******/ return __webpack_require__.O(result);
|
|
3515
|
+
/******/ }
|
|
3516
|
+
/******/
|
|
3517
|
+
/******/ var chunkLoadingGlobal = self["cloudinaryVideoPlayerChunkLoading"] = self["cloudinaryVideoPlayerChunkLoading"] || [];
|
|
3518
|
+
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
|
3519
|
+
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
|
3520
|
+
/******/ })();
|
|
3521
|
+
/******/
|
|
3522
|
+
/************************************************************************/
|
|
3523
|
+
/******/
|
|
3524
|
+
/******/ // startup
|
|
3525
|
+
/******/ // Load entry module and return exports
|
|
3526
|
+
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
|
|
3527
|
+
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["styles"], () => (__webpack_require__("./index.full.js")))
|
|
3528
|
+
/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
|
|
3529
|
+
/******/
|
|
3530
|
+
/******/ return __webpack_exports__;
|
|
3531
|
+
/******/ })()
|
|
3532
|
+
;
|
|
3533
|
+
});
|