@webitel/ui-sdk 23.12.20 → 23.12.22
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/dist/ui-sdk.common.js +422 -188
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.umd.js +426 -192
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +6 -6
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +3 -1
- package/src/api/axios/generateInstance.js +1 -1
- package/src/components/wt-player/__tests__/WtPlayer.spec.js +1 -1
- package/src/components/wt-player/wt-player.vue +1 -1
- package/src/enums/WebitelApplications/AdminSections.enum.js +1 -0
- package/src/locale/.DS_Store +0 -0
- package/src/locale/en/en.js +1 -0
- package/src/locale/es/es.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/ua/ua.js +1 -0
- package/src/modules/FilesExport/scripts/generateMediaURL.js +1 -1
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +4 -0
- package/src/modules/Userinfo/components/the-auth.vue +1 -1
- package/src/scripts/debounce.js +1 -1
package/dist/ui-sdk.common.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 9282:
|
|
5
5
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
6
6
|
|
|
7
7
|
"use strict";
|
|
8
|
-
/* provided dependency */ var process = __webpack_require__(
|
|
9
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
8
|
+
/* provided dependency */ var process = __webpack_require__(4155);
|
|
9
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
10
10
|
// Currently in sync with Node.js lib/assert.js
|
|
11
11
|
// https://github.com/nodejs/node/commit/2a51ae424a513ec9a6aa3466baa0cc1d55dd4f3b
|
|
12
12
|
// Originally from narwhal.js (http://narwhaljs.org)
|
|
@@ -34,7 +34,7 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat
|
|
|
34
34
|
|
|
35
35
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
36
36
|
|
|
37
|
-
var _require = __webpack_require__(
|
|
37
|
+
var _require = __webpack_require__(2136),
|
|
38
38
|
_require$codes = _require.codes,
|
|
39
39
|
ERR_AMBIGUOUS_ARGUMENT = _require$codes.ERR_AMBIGUOUS_ARGUMENT,
|
|
40
40
|
ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,
|
|
@@ -42,16 +42,16 @@ var _require = __webpack_require__(136),
|
|
|
42
42
|
ERR_INVALID_RETURN_VALUE = _require$codes.ERR_INVALID_RETURN_VALUE,
|
|
43
43
|
ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS;
|
|
44
44
|
|
|
45
|
-
var AssertionError = __webpack_require__(
|
|
45
|
+
var AssertionError = __webpack_require__(5961);
|
|
46
46
|
|
|
47
|
-
var _require2 = __webpack_require__(
|
|
47
|
+
var _require2 = __webpack_require__(9539),
|
|
48
48
|
inspect = _require2.inspect;
|
|
49
49
|
|
|
50
|
-
var _require$types = (__webpack_require__(
|
|
50
|
+
var _require$types = (__webpack_require__(9539).types),
|
|
51
51
|
isPromise = _require$types.isPromise,
|
|
52
52
|
isRegExp = _require$types.isRegExp;
|
|
53
53
|
|
|
54
|
-
var objectAssign = Object.assign ? Object.assign : (__webpack_require__(
|
|
54
|
+
var objectAssign = Object.assign ? Object.assign : (__webpack_require__(8091).assign);
|
|
55
55
|
var objectIs = Object.is ? Object.is : __webpack_require__(609);
|
|
56
56
|
var errorCache = new Map();
|
|
57
57
|
var isDeepEqual;
|
|
@@ -61,7 +61,7 @@ var findNodeAround;
|
|
|
61
61
|
var decoder;
|
|
62
62
|
|
|
63
63
|
function lazyLoadComparison() {
|
|
64
|
-
var comparison = __webpack_require__(
|
|
64
|
+
var comparison = __webpack_require__(9158);
|
|
65
65
|
|
|
66
66
|
isDeepEqual = comparison.isDeepEqual;
|
|
67
67
|
isDeepStrictEqual = comparison.isDeepStrictEqual;
|
|
@@ -641,11 +641,11 @@ assert.strict.strict = assert.strict;
|
|
|
641
641
|
|
|
642
642
|
/***/ }),
|
|
643
643
|
|
|
644
|
-
/***/
|
|
644
|
+
/***/ 5961:
|
|
645
645
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
646
646
|
|
|
647
647
|
"use strict";
|
|
648
|
-
/* provided dependency */ var process = __webpack_require__(
|
|
648
|
+
/* provided dependency */ var process = __webpack_require__(4155);
|
|
649
649
|
// Currently in sync with Node.js lib/internal/assert/assertion_error.js
|
|
650
650
|
// https://github.com/nodejs/node/commit/0817840f775032169ddd70c85ac059f18ffcc81c
|
|
651
651
|
|
|
@@ -680,10 +680,10 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
680
680
|
|
|
681
681
|
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
682
682
|
|
|
683
|
-
var _require = __webpack_require__(
|
|
683
|
+
var _require = __webpack_require__(9539),
|
|
684
684
|
inspect = _require.inspect;
|
|
685
685
|
|
|
686
|
-
var _require2 = __webpack_require__(
|
|
686
|
+
var _require2 = __webpack_require__(2136),
|
|
687
687
|
ERR_INVALID_ARG_TYPE = _require2.codes.ERR_INVALID_ARG_TYPE; // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith
|
|
688
688
|
|
|
689
689
|
|
|
@@ -1150,7 +1150,7 @@ module.exports = AssertionError;
|
|
|
1150
1150
|
|
|
1151
1151
|
/***/ }),
|
|
1152
1152
|
|
|
1153
|
-
/***/
|
|
1153
|
+
/***/ 2136:
|
|
1154
1154
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1155
1155
|
|
|
1156
1156
|
"use strict";
|
|
@@ -1270,7 +1270,7 @@ function includes(str, search, start) {
|
|
|
1270
1270
|
|
|
1271
1271
|
createErrorType('ERR_AMBIGUOUS_ARGUMENT', 'The "%s" argument is ambiguous. %s', TypeError);
|
|
1272
1272
|
createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {
|
|
1273
|
-
if (assert === undefined) assert = __webpack_require__(
|
|
1273
|
+
if (assert === undefined) assert = __webpack_require__(9282);
|
|
1274
1274
|
assert(typeof name === 'string', "'name' must be a string"); // determiner: 'must be' or 'must not be'
|
|
1275
1275
|
|
|
1276
1276
|
var determiner;
|
|
@@ -1298,7 +1298,7 @@ createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {
|
|
|
1298
1298
|
}, TypeError);
|
|
1299
1299
|
createErrorType('ERR_INVALID_ARG_VALUE', function (name, value) {
|
|
1300
1300
|
var reason = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'is invalid';
|
|
1301
|
-
if (util === undefined) util = __webpack_require__(
|
|
1301
|
+
if (util === undefined) util = __webpack_require__(9539);
|
|
1302
1302
|
var inspected = util.inspect(value);
|
|
1303
1303
|
|
|
1304
1304
|
if (inspected.length > 128) {
|
|
@@ -1323,7 +1323,7 @@ createErrorType('ERR_MISSING_ARGS', function () {
|
|
|
1323
1323
|
args[_key] = arguments[_key];
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
|
-
if (assert === undefined) assert = __webpack_require__(
|
|
1326
|
+
if (assert === undefined) assert = __webpack_require__(9282);
|
|
1327
1327
|
assert(args.length > 0, 'At least one arg needs to be specified');
|
|
1328
1328
|
var msg = 'The ';
|
|
1329
1329
|
var len = args.length;
|
|
@@ -1352,7 +1352,7 @@ module.exports.codes = codes;
|
|
|
1352
1352
|
|
|
1353
1353
|
/***/ }),
|
|
1354
1354
|
|
|
1355
|
-
/***/
|
|
1355
|
+
/***/ 9158:
|
|
1356
1356
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1357
1357
|
|
|
1358
1358
|
"use strict";
|
|
@@ -1402,7 +1402,7 @@ var hasOwnProperty = uncurryThis(Object.prototype.hasOwnProperty);
|
|
|
1402
1402
|
var propertyIsEnumerable = uncurryThis(Object.prototype.propertyIsEnumerable);
|
|
1403
1403
|
var objectToString = uncurryThis(Object.prototype.toString);
|
|
1404
1404
|
|
|
1405
|
-
var _require$types = (__webpack_require__(
|
|
1405
|
+
var _require$types = (__webpack_require__(9539).types),
|
|
1406
1406
|
isAnyArrayBuffer = _require$types.isAnyArrayBuffer,
|
|
1407
1407
|
isArrayBufferView = _require$types.isArrayBufferView,
|
|
1408
1408
|
isDate = _require$types.isDate,
|
|
@@ -2047,7 +2047,7 @@ module.exports = {
|
|
|
2047
2047
|
|
|
2048
2048
|
/***/ }),
|
|
2049
2049
|
|
|
2050
|
-
/***/
|
|
2050
|
+
/***/ 1924:
|
|
2051
2051
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2052
2052
|
|
|
2053
2053
|
"use strict";
|
|
@@ -2055,7 +2055,7 @@ module.exports = {
|
|
|
2055
2055
|
|
|
2056
2056
|
var GetIntrinsic = __webpack_require__(210);
|
|
2057
2057
|
|
|
2058
|
-
var callBind = __webpack_require__(
|
|
2058
|
+
var callBind = __webpack_require__(5559);
|
|
2059
2059
|
|
|
2060
2060
|
var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));
|
|
2061
2061
|
|
|
@@ -2070,13 +2070,13 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
2070
2070
|
|
|
2071
2071
|
/***/ }),
|
|
2072
2072
|
|
|
2073
|
-
/***/
|
|
2073
|
+
/***/ 5559:
|
|
2074
2074
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2075
2075
|
|
|
2076
2076
|
"use strict";
|
|
2077
2077
|
|
|
2078
2078
|
|
|
2079
|
-
var bind = __webpack_require__(
|
|
2079
|
+
var bind = __webpack_require__(8612);
|
|
2080
2080
|
var GetIntrinsic = __webpack_require__(210);
|
|
2081
2081
|
|
|
2082
2082
|
var $apply = GetIntrinsic('%Function.prototype.apply%');
|
|
@@ -2125,7 +2125,7 @@ if ($defineProperty) {
|
|
|
2125
2125
|
|
|
2126
2126
|
/***/ }),
|
|
2127
2127
|
|
|
2128
|
-
/***/
|
|
2128
|
+
/***/ 6485:
|
|
2129
2129
|
/***/ (function(module) {
|
|
2130
2130
|
|
|
2131
2131
|
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
@@ -2195,12 +2195,12 @@ async function clipboardCopy (text) {
|
|
|
2195
2195
|
|
|
2196
2196
|
/***/ }),
|
|
2197
2197
|
|
|
2198
|
-
/***/
|
|
2198
|
+
/***/ 5108:
|
|
2199
2199
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2200
2200
|
|
|
2201
2201
|
/*global window, global*/
|
|
2202
|
-
var util = __webpack_require__(
|
|
2203
|
-
var assert = __webpack_require__(
|
|
2202
|
+
var util = __webpack_require__(9539)
|
|
2203
|
+
var assert = __webpack_require__(9282)
|
|
2204
2204
|
function now() { return new Date().getTime() }
|
|
2205
2205
|
|
|
2206
2206
|
var slice = Array.prototype.slice
|
|
@@ -2289,7 +2289,7 @@ function consoleAssert(expression) {
|
|
|
2289
2289
|
|
|
2290
2290
|
/***/ }),
|
|
2291
2291
|
|
|
2292
|
-
/***/
|
|
2292
|
+
/***/ 5959:
|
|
2293
2293
|
/***/ (function(module) {
|
|
2294
2294
|
|
|
2295
2295
|
|
|
@@ -2370,13 +2370,13 @@ function consoleAssert(expression) {
|
|
|
2370
2370
|
|
|
2371
2371
|
/***/ }),
|
|
2372
2372
|
|
|
2373
|
-
/***/
|
|
2373
|
+
/***/ 4289:
|
|
2374
2374
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2375
2375
|
|
|
2376
2376
|
"use strict";
|
|
2377
2377
|
|
|
2378
2378
|
|
|
2379
|
-
var keys = __webpack_require__(
|
|
2379
|
+
var keys = __webpack_require__(2215);
|
|
2380
2380
|
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';
|
|
2381
2381
|
|
|
2382
2382
|
var toStr = Object.prototype.toString;
|
|
@@ -2387,7 +2387,7 @@ var isFunction = function (fn) {
|
|
|
2387
2387
|
return typeof fn === 'function' && toStr.call(fn) === '[object Function]';
|
|
2388
2388
|
};
|
|
2389
2389
|
|
|
2390
|
-
var hasPropertyDescriptors = __webpack_require__(
|
|
2390
|
+
var hasPropertyDescriptors = __webpack_require__(1044)();
|
|
2391
2391
|
|
|
2392
2392
|
var supportsDescriptors = origDefineProperty && hasPropertyDescriptors;
|
|
2393
2393
|
|
|
@@ -2425,7 +2425,7 @@ module.exports = defineProperties;
|
|
|
2425
2425
|
|
|
2426
2426
|
/***/ }),
|
|
2427
2427
|
|
|
2428
|
-
/***/
|
|
2428
|
+
/***/ 8091:
|
|
2429
2429
|
/***/ (function(module) {
|
|
2430
2430
|
|
|
2431
2431
|
"use strict";
|
|
@@ -2479,13 +2479,13 @@ module.exports = {
|
|
|
2479
2479
|
|
|
2480
2480
|
/***/ }),
|
|
2481
2481
|
|
|
2482
|
-
/***/
|
|
2482
|
+
/***/ 4029:
|
|
2483
2483
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2484
2484
|
|
|
2485
2485
|
"use strict";
|
|
2486
2486
|
|
|
2487
2487
|
|
|
2488
|
-
var isCallable = __webpack_require__(
|
|
2488
|
+
var isCallable = __webpack_require__(5320);
|
|
2489
2489
|
|
|
2490
2490
|
var toStr = Object.prototype.toString;
|
|
2491
2491
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
@@ -2549,7 +2549,7 @@ module.exports = forEach;
|
|
|
2549
2549
|
|
|
2550
2550
|
/***/ }),
|
|
2551
2551
|
|
|
2552
|
-
/***/
|
|
2552
|
+
/***/ 7648:
|
|
2553
2553
|
/***/ (function(module) {
|
|
2554
2554
|
|
|
2555
2555
|
"use strict";
|
|
@@ -2609,13 +2609,13 @@ module.exports = function bind(that) {
|
|
|
2609
2609
|
|
|
2610
2610
|
/***/ }),
|
|
2611
2611
|
|
|
2612
|
-
/***/
|
|
2612
|
+
/***/ 8612:
|
|
2613
2613
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2614
2614
|
|
|
2615
2615
|
"use strict";
|
|
2616
2616
|
|
|
2617
2617
|
|
|
2618
|
-
var implementation = __webpack_require__(
|
|
2618
|
+
var implementation = __webpack_require__(7648);
|
|
2619
2619
|
|
|
2620
2620
|
module.exports = Function.prototype.bind || implementation;
|
|
2621
2621
|
|
|
@@ -2670,7 +2670,7 @@ var ThrowTypeError = $gOPD
|
|
|
2670
2670
|
}())
|
|
2671
2671
|
: throwTypeError;
|
|
2672
2672
|
|
|
2673
|
-
var hasSymbols = __webpack_require__(
|
|
2673
|
+
var hasSymbols = __webpack_require__(1405)();
|
|
2674
2674
|
|
|
2675
2675
|
var getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto
|
|
2676
2676
|
|
|
@@ -2824,8 +2824,8 @@ var LEGACY_ALIASES = {
|
|
|
2824
2824
|
'%WeakSetPrototype%': ['WeakSet', 'prototype']
|
|
2825
2825
|
};
|
|
2826
2826
|
|
|
2827
|
-
var bind = __webpack_require__(
|
|
2828
|
-
var hasOwn = __webpack_require__(
|
|
2827
|
+
var bind = __webpack_require__(8612);
|
|
2828
|
+
var hasOwn = __webpack_require__(7642);
|
|
2829
2829
|
var $concat = bind.call(Function.call, Array.prototype.concat);
|
|
2830
2830
|
var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
|
|
2831
2831
|
var $replace = bind.call(Function.call, String.prototype.replace);
|
|
@@ -2960,7 +2960,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
2960
2960
|
|
|
2961
2961
|
/***/ }),
|
|
2962
2962
|
|
|
2963
|
-
/***/
|
|
2963
|
+
/***/ 1044:
|
|
2964
2964
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2965
2965
|
|
|
2966
2966
|
"use strict";
|
|
@@ -3001,14 +3001,14 @@ module.exports = hasPropertyDescriptors;
|
|
|
3001
3001
|
|
|
3002
3002
|
/***/ }),
|
|
3003
3003
|
|
|
3004
|
-
/***/
|
|
3004
|
+
/***/ 1405:
|
|
3005
3005
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3006
3006
|
|
|
3007
3007
|
"use strict";
|
|
3008
3008
|
|
|
3009
3009
|
|
|
3010
3010
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
3011
|
-
var hasSymbolSham = __webpack_require__(
|
|
3011
|
+
var hasSymbolSham = __webpack_require__(5419);
|
|
3012
3012
|
|
|
3013
3013
|
module.exports = function hasNativeSymbols() {
|
|
3014
3014
|
if (typeof origSymbol !== 'function') { return false; }
|
|
@@ -3022,7 +3022,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
3022
3022
|
|
|
3023
3023
|
/***/ }),
|
|
3024
3024
|
|
|
3025
|
-
/***/
|
|
3025
|
+
/***/ 5419:
|
|
3026
3026
|
/***/ (function(module) {
|
|
3027
3027
|
|
|
3028
3028
|
"use strict";
|
|
@@ -3072,13 +3072,13 @@ module.exports = function hasSymbols() {
|
|
|
3072
3072
|
|
|
3073
3073
|
/***/ }),
|
|
3074
3074
|
|
|
3075
|
-
/***/
|
|
3075
|
+
/***/ 6410:
|
|
3076
3076
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3077
3077
|
|
|
3078
3078
|
"use strict";
|
|
3079
3079
|
|
|
3080
3080
|
|
|
3081
|
-
var hasSymbols = __webpack_require__(
|
|
3081
|
+
var hasSymbols = __webpack_require__(5419);
|
|
3082
3082
|
|
|
3083
3083
|
module.exports = function hasToStringTagShams() {
|
|
3084
3084
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
@@ -3087,20 +3087,20 @@ module.exports = function hasToStringTagShams() {
|
|
|
3087
3087
|
|
|
3088
3088
|
/***/ }),
|
|
3089
3089
|
|
|
3090
|
-
/***/
|
|
3090
|
+
/***/ 7642:
|
|
3091
3091
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3092
3092
|
|
|
3093
3093
|
"use strict";
|
|
3094
3094
|
|
|
3095
3095
|
|
|
3096
|
-
var bind = __webpack_require__(
|
|
3096
|
+
var bind = __webpack_require__(8612);
|
|
3097
3097
|
|
|
3098
3098
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
3099
3099
|
|
|
3100
3100
|
|
|
3101
3101
|
/***/ }),
|
|
3102
3102
|
|
|
3103
|
-
/***/
|
|
3103
|
+
/***/ 5717:
|
|
3104
3104
|
/***/ (function(module) {
|
|
3105
3105
|
|
|
3106
3106
|
if (typeof Object.create === 'function') {
|
|
@@ -3134,14 +3134,14 @@ if (typeof Object.create === 'function') {
|
|
|
3134
3134
|
|
|
3135
3135
|
/***/ }),
|
|
3136
3136
|
|
|
3137
|
-
/***/
|
|
3137
|
+
/***/ 2584:
|
|
3138
3138
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3139
3139
|
|
|
3140
3140
|
"use strict";
|
|
3141
3141
|
|
|
3142
3142
|
|
|
3143
|
-
var hasToStringTag = __webpack_require__(
|
|
3144
|
-
var callBound = __webpack_require__(
|
|
3143
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
3144
|
+
var callBound = __webpack_require__(1924);
|
|
3145
3145
|
|
|
3146
3146
|
var $toString = callBound('Object.prototype.toString');
|
|
3147
3147
|
|
|
@@ -3175,7 +3175,7 @@ module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArgum
|
|
|
3175
3175
|
|
|
3176
3176
|
/***/ }),
|
|
3177
3177
|
|
|
3178
|
-
/***/
|
|
3178
|
+
/***/ 5320:
|
|
3179
3179
|
/***/ (function(module) {
|
|
3180
3180
|
|
|
3181
3181
|
"use strict";
|
|
@@ -3257,7 +3257,7 @@ module.exports = reflectApply
|
|
|
3257
3257
|
|
|
3258
3258
|
/***/ }),
|
|
3259
3259
|
|
|
3260
|
-
/***/
|
|
3260
|
+
/***/ 8662:
|
|
3261
3261
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3262
3262
|
|
|
3263
3263
|
"use strict";
|
|
@@ -3266,7 +3266,7 @@ module.exports = reflectApply
|
|
|
3266
3266
|
var toStr = Object.prototype.toString;
|
|
3267
3267
|
var fnToStr = Function.prototype.toString;
|
|
3268
3268
|
var isFnRegex = /^\s*(?:function)?\*/;
|
|
3269
|
-
var hasToStringTag = __webpack_require__(
|
|
3269
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
3270
3270
|
var getProto = Object.getPrototypeOf;
|
|
3271
3271
|
var getGeneratorFunc = function () { // eslint-disable-line consistent-return
|
|
3272
3272
|
if (!hasToStringTag) {
|
|
@@ -3303,7 +3303,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
3303
3303
|
|
|
3304
3304
|
/***/ }),
|
|
3305
3305
|
|
|
3306
|
-
/***/
|
|
3306
|
+
/***/ 8611:
|
|
3307
3307
|
/***/ (function(module) {
|
|
3308
3308
|
|
|
3309
3309
|
"use strict";
|
|
@@ -3324,12 +3324,12 @@ module.exports = function isNaN(value) {
|
|
|
3324
3324
|
"use strict";
|
|
3325
3325
|
|
|
3326
3326
|
|
|
3327
|
-
var callBind = __webpack_require__(
|
|
3328
|
-
var define = __webpack_require__(
|
|
3327
|
+
var callBind = __webpack_require__(5559);
|
|
3328
|
+
var define = __webpack_require__(4289);
|
|
3329
3329
|
|
|
3330
|
-
var implementation = __webpack_require__(
|
|
3331
|
-
var getPolyfill = __webpack_require__(
|
|
3332
|
-
var shim = __webpack_require__(
|
|
3330
|
+
var implementation = __webpack_require__(8611);
|
|
3331
|
+
var getPolyfill = __webpack_require__(9415);
|
|
3332
|
+
var shim = __webpack_require__(3194);
|
|
3333
3333
|
|
|
3334
3334
|
var polyfill = callBind(getPolyfill(), Number);
|
|
3335
3335
|
|
|
@@ -3346,13 +3346,13 @@ module.exports = polyfill;
|
|
|
3346
3346
|
|
|
3347
3347
|
/***/ }),
|
|
3348
3348
|
|
|
3349
|
-
/***/
|
|
3349
|
+
/***/ 9415:
|
|
3350
3350
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3351
3351
|
|
|
3352
3352
|
"use strict";
|
|
3353
3353
|
|
|
3354
3354
|
|
|
3355
|
-
var implementation = __webpack_require__(
|
|
3355
|
+
var implementation = __webpack_require__(8611);
|
|
3356
3356
|
|
|
3357
3357
|
module.exports = function getPolyfill() {
|
|
3358
3358
|
if (Number.isNaN && Number.isNaN(NaN) && !Number.isNaN('a')) {
|
|
@@ -3364,14 +3364,14 @@ module.exports = function getPolyfill() {
|
|
|
3364
3364
|
|
|
3365
3365
|
/***/ }),
|
|
3366
3366
|
|
|
3367
|
-
/***/
|
|
3367
|
+
/***/ 3194:
|
|
3368
3368
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3369
3369
|
|
|
3370
3370
|
"use strict";
|
|
3371
3371
|
|
|
3372
3372
|
|
|
3373
|
-
var define = __webpack_require__(
|
|
3374
|
-
var getPolyfill = __webpack_require__(
|
|
3373
|
+
var define = __webpack_require__(4289);
|
|
3374
|
+
var getPolyfill = __webpack_require__(9415);
|
|
3375
3375
|
|
|
3376
3376
|
/* http://www.ecma-international.org/ecma-262/6.0/#sec-number.isnan */
|
|
3377
3377
|
|
|
@@ -3388,18 +3388,18 @@ module.exports = function shimNumberIsNaN() {
|
|
|
3388
3388
|
|
|
3389
3389
|
/***/ }),
|
|
3390
3390
|
|
|
3391
|
-
/***/
|
|
3391
|
+
/***/ 5692:
|
|
3392
3392
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3393
3393
|
|
|
3394
3394
|
"use strict";
|
|
3395
3395
|
|
|
3396
3396
|
|
|
3397
|
-
var forEach = __webpack_require__(
|
|
3398
|
-
var availableTypedArrays = __webpack_require__(
|
|
3399
|
-
var callBound = __webpack_require__(
|
|
3397
|
+
var forEach = __webpack_require__(4029);
|
|
3398
|
+
var availableTypedArrays = __webpack_require__(3083);
|
|
3399
|
+
var callBound = __webpack_require__(1924);
|
|
3400
3400
|
|
|
3401
3401
|
var $toString = callBound('Object.prototype.toString');
|
|
3402
|
-
var hasToStringTag = __webpack_require__(
|
|
3402
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
3403
3403
|
|
|
3404
3404
|
var g = typeof globalThis === 'undefined' ? __webpack_require__.g : globalThis;
|
|
3405
3405
|
var typedArrays = availableTypedArrays();
|
|
@@ -3456,84 +3456,228 @@ module.exports = function isTypedArray(value) {
|
|
|
3456
3456
|
|
|
3457
3457
|
/***/ }),
|
|
3458
3458
|
|
|
3459
|
-
/***/
|
|
3459
|
+
/***/ 2705:
|
|
3460
3460
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3461
3461
|
|
|
3462
|
+
var root = __webpack_require__(5639);
|
|
3463
|
+
|
|
3464
|
+
/** Built-in value references. */
|
|
3465
|
+
var Symbol = root.Symbol;
|
|
3466
|
+
|
|
3467
|
+
module.exports = Symbol;
|
|
3468
|
+
|
|
3469
|
+
|
|
3470
|
+
/***/ }),
|
|
3471
|
+
|
|
3472
|
+
/***/ 4239:
|
|
3473
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3474
|
+
|
|
3475
|
+
var Symbol = __webpack_require__(2705),
|
|
3476
|
+
getRawTag = __webpack_require__(9607),
|
|
3477
|
+
objectToString = __webpack_require__(2333);
|
|
3478
|
+
|
|
3479
|
+
/** `Object#toString` result references. */
|
|
3480
|
+
var nullTag = '[object Null]',
|
|
3481
|
+
undefinedTag = '[object Undefined]';
|
|
3482
|
+
|
|
3483
|
+
/** Built-in value references. */
|
|
3484
|
+
var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
|
|
3485
|
+
|
|
3462
3486
|
/**
|
|
3463
|
-
*
|
|
3464
|
-
*
|
|
3465
|
-
*
|
|
3466
|
-
*
|
|
3467
|
-
*
|
|
3468
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
3487
|
+
* The base implementation of `getTag` without fallbacks for buggy environments.
|
|
3488
|
+
*
|
|
3489
|
+
* @private
|
|
3490
|
+
* @param {*} value The value to query.
|
|
3491
|
+
* @returns {string} Returns the `toStringTag`.
|
|
3469
3492
|
*/
|
|
3493
|
+
function baseGetTag(value) {
|
|
3494
|
+
if (value == null) {
|
|
3495
|
+
return value === undefined ? undefinedTag : nullTag;
|
|
3496
|
+
}
|
|
3497
|
+
return (symToStringTag && symToStringTag in Object(value))
|
|
3498
|
+
? getRawTag(value)
|
|
3499
|
+
: objectToString(value);
|
|
3500
|
+
}
|
|
3470
3501
|
|
|
3471
|
-
|
|
3472
|
-
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
3502
|
+
module.exports = baseGetTag;
|
|
3473
3503
|
|
|
3474
|
-
/** Used as references for various `Number` constants. */
|
|
3475
|
-
var NAN = 0 / 0;
|
|
3476
3504
|
|
|
3477
|
-
|
|
3478
|
-
var symbolTag = '[object Symbol]';
|
|
3505
|
+
/***/ }),
|
|
3479
3506
|
|
|
3480
|
-
|
|
3481
|
-
|
|
3507
|
+
/***/ 7561:
|
|
3508
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3482
3509
|
|
|
3483
|
-
|
|
3484
|
-
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
3510
|
+
var trimmedEndIndex = __webpack_require__(7990);
|
|
3485
3511
|
|
|
3486
|
-
/** Used to
|
|
3487
|
-
var
|
|
3512
|
+
/** Used to match leading whitespace. */
|
|
3513
|
+
var reTrimStart = /^\s+/;
|
|
3488
3514
|
|
|
3489
|
-
/**
|
|
3490
|
-
|
|
3515
|
+
/**
|
|
3516
|
+
* The base implementation of `_.trim`.
|
|
3517
|
+
*
|
|
3518
|
+
* @private
|
|
3519
|
+
* @param {string} string The string to trim.
|
|
3520
|
+
* @returns {string} Returns the trimmed string.
|
|
3521
|
+
*/
|
|
3522
|
+
function baseTrim(string) {
|
|
3523
|
+
return string
|
|
3524
|
+
? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
|
|
3525
|
+
: string;
|
|
3526
|
+
}
|
|
3491
3527
|
|
|
3492
|
-
|
|
3493
|
-
|
|
3528
|
+
module.exports = baseTrim;
|
|
3529
|
+
|
|
3530
|
+
|
|
3531
|
+
/***/ }),
|
|
3532
|
+
|
|
3533
|
+
/***/ 1957:
|
|
3534
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3494
3535
|
|
|
3495
3536
|
/** Detect free variable `global` from Node.js. */
|
|
3496
3537
|
var freeGlobal = typeof __webpack_require__.g == 'object' && __webpack_require__.g && __webpack_require__.g.Object === Object && __webpack_require__.g;
|
|
3497
3538
|
|
|
3498
|
-
|
|
3499
|
-
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
3539
|
+
module.exports = freeGlobal;
|
|
3500
3540
|
|
|
3501
|
-
|
|
3502
|
-
|
|
3541
|
+
|
|
3542
|
+
/***/ }),
|
|
3543
|
+
|
|
3544
|
+
/***/ 9607:
|
|
3545
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3546
|
+
|
|
3547
|
+
var Symbol = __webpack_require__(2705);
|
|
3503
3548
|
|
|
3504
3549
|
/** Used for built-in method references. */
|
|
3505
3550
|
var objectProto = Object.prototype;
|
|
3506
3551
|
|
|
3552
|
+
/** Used to check objects for own properties. */
|
|
3553
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
3554
|
+
|
|
3507
3555
|
/**
|
|
3508
3556
|
* Used to resolve the
|
|
3509
3557
|
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
3510
3558
|
* of values.
|
|
3511
3559
|
*/
|
|
3512
|
-
var
|
|
3560
|
+
var nativeObjectToString = objectProto.toString;
|
|
3513
3561
|
|
|
3514
|
-
|
|
3515
|
-
var
|
|
3516
|
-
nativeMin = Math.min;
|
|
3562
|
+
/** Built-in value references. */
|
|
3563
|
+
var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
|
|
3517
3564
|
|
|
3518
3565
|
/**
|
|
3519
|
-
*
|
|
3520
|
-
* the Unix epoch (1 January 1970 00:00:00 UTC).
|
|
3566
|
+
* A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
|
|
3521
3567
|
*
|
|
3522
|
-
* @
|
|
3523
|
-
* @
|
|
3524
|
-
* @
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3568
|
+
* @private
|
|
3569
|
+
* @param {*} value The value to query.
|
|
3570
|
+
* @returns {string} Returns the raw `toStringTag`.
|
|
3571
|
+
*/
|
|
3572
|
+
function getRawTag(value) {
|
|
3573
|
+
var isOwn = hasOwnProperty.call(value, symToStringTag),
|
|
3574
|
+
tag = value[symToStringTag];
|
|
3575
|
+
|
|
3576
|
+
try {
|
|
3577
|
+
value[symToStringTag] = undefined;
|
|
3578
|
+
var unmasked = true;
|
|
3579
|
+
} catch (e) {}
|
|
3580
|
+
|
|
3581
|
+
var result = nativeObjectToString.call(value);
|
|
3582
|
+
if (unmasked) {
|
|
3583
|
+
if (isOwn) {
|
|
3584
|
+
value[symToStringTag] = tag;
|
|
3585
|
+
} else {
|
|
3586
|
+
delete value[symToStringTag];
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
return result;
|
|
3590
|
+
}
|
|
3591
|
+
|
|
3592
|
+
module.exports = getRawTag;
|
|
3593
|
+
|
|
3594
|
+
|
|
3595
|
+
/***/ }),
|
|
3596
|
+
|
|
3597
|
+
/***/ 2333:
|
|
3598
|
+
/***/ (function(module) {
|
|
3599
|
+
|
|
3600
|
+
/** Used for built-in method references. */
|
|
3601
|
+
var objectProto = Object.prototype;
|
|
3602
|
+
|
|
3603
|
+
/**
|
|
3604
|
+
* Used to resolve the
|
|
3605
|
+
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
3606
|
+
* of values.
|
|
3607
|
+
*/
|
|
3608
|
+
var nativeObjectToString = objectProto.toString;
|
|
3609
|
+
|
|
3610
|
+
/**
|
|
3611
|
+
* Converts `value` to a string using `Object.prototype.toString`.
|
|
3528
3612
|
*
|
|
3529
|
-
*
|
|
3530
|
-
*
|
|
3531
|
-
* }
|
|
3532
|
-
* // => Logs the number of milliseconds it took for the deferred invocation.
|
|
3613
|
+
* @private
|
|
3614
|
+
* @param {*} value The value to convert.
|
|
3615
|
+
* @returns {string} Returns the converted string.
|
|
3533
3616
|
*/
|
|
3534
|
-
|
|
3535
|
-
return
|
|
3536
|
-
}
|
|
3617
|
+
function objectToString(value) {
|
|
3618
|
+
return nativeObjectToString.call(value);
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
module.exports = objectToString;
|
|
3622
|
+
|
|
3623
|
+
|
|
3624
|
+
/***/ }),
|
|
3625
|
+
|
|
3626
|
+
/***/ 5639:
|
|
3627
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3628
|
+
|
|
3629
|
+
var freeGlobal = __webpack_require__(1957);
|
|
3630
|
+
|
|
3631
|
+
/** Detect free variable `self`. */
|
|
3632
|
+
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
3633
|
+
|
|
3634
|
+
/** Used as a reference to the global object. */
|
|
3635
|
+
var root = freeGlobal || freeSelf || Function('return this')();
|
|
3636
|
+
|
|
3637
|
+
module.exports = root;
|
|
3638
|
+
|
|
3639
|
+
|
|
3640
|
+
/***/ }),
|
|
3641
|
+
|
|
3642
|
+
/***/ 7990:
|
|
3643
|
+
/***/ (function(module) {
|
|
3644
|
+
|
|
3645
|
+
/** Used to match a single whitespace character. */
|
|
3646
|
+
var reWhitespace = /\s/;
|
|
3647
|
+
|
|
3648
|
+
/**
|
|
3649
|
+
* Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace
|
|
3650
|
+
* character of `string`.
|
|
3651
|
+
*
|
|
3652
|
+
* @private
|
|
3653
|
+
* @param {string} string The string to inspect.
|
|
3654
|
+
* @returns {number} Returns the index of the last non-whitespace character.
|
|
3655
|
+
*/
|
|
3656
|
+
function trimmedEndIndex(string) {
|
|
3657
|
+
var index = string.length;
|
|
3658
|
+
|
|
3659
|
+
while (index-- && reWhitespace.test(string.charAt(index))) {}
|
|
3660
|
+
return index;
|
|
3661
|
+
}
|
|
3662
|
+
|
|
3663
|
+
module.exports = trimmedEndIndex;
|
|
3664
|
+
|
|
3665
|
+
|
|
3666
|
+
/***/ }),
|
|
3667
|
+
|
|
3668
|
+
/***/ 3279:
|
|
3669
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3670
|
+
|
|
3671
|
+
var isObject = __webpack_require__(3218),
|
|
3672
|
+
now = __webpack_require__(7771),
|
|
3673
|
+
toNumber = __webpack_require__(4841);
|
|
3674
|
+
|
|
3675
|
+
/** Error message constants. */
|
|
3676
|
+
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
3677
|
+
|
|
3678
|
+
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
3679
|
+
var nativeMax = Math.max,
|
|
3680
|
+
nativeMin = Math.min;
|
|
3537
3681
|
|
|
3538
3682
|
/**
|
|
3539
3683
|
* Creates a debounced function that delays invoking `func` until after `wait`
|
|
@@ -3634,9 +3778,11 @@ function debounce(func, wait, options) {
|
|
|
3634
3778
|
function remainingWait(time) {
|
|
3635
3779
|
var timeSinceLastCall = time - lastCallTime,
|
|
3636
3780
|
timeSinceLastInvoke = time - lastInvokeTime,
|
|
3637
|
-
|
|
3781
|
+
timeWaiting = wait - timeSinceLastCall;
|
|
3638
3782
|
|
|
3639
|
-
return maxing
|
|
3783
|
+
return maxing
|
|
3784
|
+
? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)
|
|
3785
|
+
: timeWaiting;
|
|
3640
3786
|
}
|
|
3641
3787
|
|
|
3642
3788
|
function shouldInvoke(time) {
|
|
@@ -3697,6 +3843,7 @@ function debounce(func, wait, options) {
|
|
|
3697
3843
|
}
|
|
3698
3844
|
if (maxing) {
|
|
3699
3845
|
// Handle invocations in a tight loop.
|
|
3846
|
+
clearTimeout(timerId);
|
|
3700
3847
|
timerId = setTimeout(timerExpired, wait);
|
|
3701
3848
|
return invokeFunc(lastCallTime);
|
|
3702
3849
|
}
|
|
@@ -3711,6 +3858,14 @@ function debounce(func, wait, options) {
|
|
|
3711
3858
|
return debounced;
|
|
3712
3859
|
}
|
|
3713
3860
|
|
|
3861
|
+
module.exports = debounce;
|
|
3862
|
+
|
|
3863
|
+
|
|
3864
|
+
/***/ }),
|
|
3865
|
+
|
|
3866
|
+
/***/ 3218:
|
|
3867
|
+
/***/ (function(module) {
|
|
3868
|
+
|
|
3714
3869
|
/**
|
|
3715
3870
|
* Checks if `value` is the
|
|
3716
3871
|
* [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
|
|
@@ -3738,9 +3893,17 @@ function debounce(func, wait, options) {
|
|
|
3738
3893
|
*/
|
|
3739
3894
|
function isObject(value) {
|
|
3740
3895
|
var type = typeof value;
|
|
3741
|
-
return
|
|
3896
|
+
return value != null && (type == 'object' || type == 'function');
|
|
3742
3897
|
}
|
|
3743
3898
|
|
|
3899
|
+
module.exports = isObject;
|
|
3900
|
+
|
|
3901
|
+
|
|
3902
|
+
/***/ }),
|
|
3903
|
+
|
|
3904
|
+
/***/ 7005:
|
|
3905
|
+
/***/ (function(module) {
|
|
3906
|
+
|
|
3744
3907
|
/**
|
|
3745
3908
|
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
3746
3909
|
* and has a `typeof` result of "object".
|
|
@@ -3766,9 +3929,23 @@ function isObject(value) {
|
|
|
3766
3929
|
* // => false
|
|
3767
3930
|
*/
|
|
3768
3931
|
function isObjectLike(value) {
|
|
3769
|
-
return
|
|
3932
|
+
return value != null && typeof value == 'object';
|
|
3770
3933
|
}
|
|
3771
3934
|
|
|
3935
|
+
module.exports = isObjectLike;
|
|
3936
|
+
|
|
3937
|
+
|
|
3938
|
+
/***/ }),
|
|
3939
|
+
|
|
3940
|
+
/***/ 3448:
|
|
3941
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3942
|
+
|
|
3943
|
+
var baseGetTag = __webpack_require__(4239),
|
|
3944
|
+
isObjectLike = __webpack_require__(7005);
|
|
3945
|
+
|
|
3946
|
+
/** `Object#toString` result references. */
|
|
3947
|
+
var symbolTag = '[object Symbol]';
|
|
3948
|
+
|
|
3772
3949
|
/**
|
|
3773
3950
|
* Checks if `value` is classified as a `Symbol` primitive or object.
|
|
3774
3951
|
*
|
|
@@ -3788,9 +3965,66 @@ function isObjectLike(value) {
|
|
|
3788
3965
|
*/
|
|
3789
3966
|
function isSymbol(value) {
|
|
3790
3967
|
return typeof value == 'symbol' ||
|
|
3791
|
-
(isObjectLike(value) &&
|
|
3968
|
+
(isObjectLike(value) && baseGetTag(value) == symbolTag);
|
|
3792
3969
|
}
|
|
3793
3970
|
|
|
3971
|
+
module.exports = isSymbol;
|
|
3972
|
+
|
|
3973
|
+
|
|
3974
|
+
/***/ }),
|
|
3975
|
+
|
|
3976
|
+
/***/ 7771:
|
|
3977
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3978
|
+
|
|
3979
|
+
var root = __webpack_require__(5639);
|
|
3980
|
+
|
|
3981
|
+
/**
|
|
3982
|
+
* Gets the timestamp of the number of milliseconds that have elapsed since
|
|
3983
|
+
* the Unix epoch (1 January 1970 00:00:00 UTC).
|
|
3984
|
+
*
|
|
3985
|
+
* @static
|
|
3986
|
+
* @memberOf _
|
|
3987
|
+
* @since 2.4.0
|
|
3988
|
+
* @category Date
|
|
3989
|
+
* @returns {number} Returns the timestamp.
|
|
3990
|
+
* @example
|
|
3991
|
+
*
|
|
3992
|
+
* _.defer(function(stamp) {
|
|
3993
|
+
* console.log(_.now() - stamp);
|
|
3994
|
+
* }, _.now());
|
|
3995
|
+
* // => Logs the number of milliseconds it took for the deferred invocation.
|
|
3996
|
+
*/
|
|
3997
|
+
var now = function() {
|
|
3998
|
+
return root.Date.now();
|
|
3999
|
+
};
|
|
4000
|
+
|
|
4001
|
+
module.exports = now;
|
|
4002
|
+
|
|
4003
|
+
|
|
4004
|
+
/***/ }),
|
|
4005
|
+
|
|
4006
|
+
/***/ 4841:
|
|
4007
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4008
|
+
|
|
4009
|
+
var baseTrim = __webpack_require__(7561),
|
|
4010
|
+
isObject = __webpack_require__(3218),
|
|
4011
|
+
isSymbol = __webpack_require__(3448);
|
|
4012
|
+
|
|
4013
|
+
/** Used as references for various `Number` constants. */
|
|
4014
|
+
var NAN = 0 / 0;
|
|
4015
|
+
|
|
4016
|
+
/** Used to detect bad signed hexadecimal string values. */
|
|
4017
|
+
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
4018
|
+
|
|
4019
|
+
/** Used to detect binary string values. */
|
|
4020
|
+
var reIsBinary = /^0b[01]+$/i;
|
|
4021
|
+
|
|
4022
|
+
/** Used to detect octal string values. */
|
|
4023
|
+
var reIsOctal = /^0o[0-7]+$/i;
|
|
4024
|
+
|
|
4025
|
+
/** Built-in method references without a dependency on `root`. */
|
|
4026
|
+
var freeParseInt = parseInt;
|
|
4027
|
+
|
|
3794
4028
|
/**
|
|
3795
4029
|
* Converts `value` to a number.
|
|
3796
4030
|
*
|
|
@@ -3828,19 +4062,19 @@ function toNumber(value) {
|
|
|
3828
4062
|
if (typeof value != 'string') {
|
|
3829
4063
|
return value === 0 ? value : +value;
|
|
3830
4064
|
}
|
|
3831
|
-
value = value
|
|
4065
|
+
value = baseTrim(value);
|
|
3832
4066
|
var isBinary = reIsBinary.test(value);
|
|
3833
4067
|
return (isBinary || reIsOctal.test(value))
|
|
3834
4068
|
? freeParseInt(value.slice(2), isBinary ? 2 : 8)
|
|
3835
4069
|
: (reIsBadHex.test(value) ? NAN : +value);
|
|
3836
4070
|
}
|
|
3837
4071
|
|
|
3838
|
-
module.exports =
|
|
4072
|
+
module.exports = toNumber;
|
|
3839
4073
|
|
|
3840
4074
|
|
|
3841
4075
|
/***/ }),
|
|
3842
4076
|
|
|
3843
|
-
/***/
|
|
4077
|
+
/***/ 4244:
|
|
3844
4078
|
/***/ (function(module) {
|
|
3845
4079
|
|
|
3846
4080
|
"use strict";
|
|
@@ -3873,12 +4107,12 @@ module.exports = function is(a, b) {
|
|
|
3873
4107
|
"use strict";
|
|
3874
4108
|
|
|
3875
4109
|
|
|
3876
|
-
var define = __webpack_require__(
|
|
3877
|
-
var callBind = __webpack_require__(
|
|
4110
|
+
var define = __webpack_require__(4289);
|
|
4111
|
+
var callBind = __webpack_require__(5559);
|
|
3878
4112
|
|
|
3879
|
-
var implementation = __webpack_require__(
|
|
3880
|
-
var getPolyfill = __webpack_require__(
|
|
3881
|
-
var shim = __webpack_require__(
|
|
4113
|
+
var implementation = __webpack_require__(4244);
|
|
4114
|
+
var getPolyfill = __webpack_require__(5624);
|
|
4115
|
+
var shim = __webpack_require__(2281);
|
|
3882
4116
|
|
|
3883
4117
|
var polyfill = callBind(getPolyfill(), Object);
|
|
3884
4118
|
|
|
@@ -3893,13 +4127,13 @@ module.exports = polyfill;
|
|
|
3893
4127
|
|
|
3894
4128
|
/***/ }),
|
|
3895
4129
|
|
|
3896
|
-
/***/
|
|
4130
|
+
/***/ 5624:
|
|
3897
4131
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3898
4132
|
|
|
3899
4133
|
"use strict";
|
|
3900
4134
|
|
|
3901
4135
|
|
|
3902
|
-
var implementation = __webpack_require__(
|
|
4136
|
+
var implementation = __webpack_require__(4244);
|
|
3903
4137
|
|
|
3904
4138
|
module.exports = function getPolyfill() {
|
|
3905
4139
|
return typeof Object.is === 'function' ? Object.is : implementation;
|
|
@@ -3908,14 +4142,14 @@ module.exports = function getPolyfill() {
|
|
|
3908
4142
|
|
|
3909
4143
|
/***/ }),
|
|
3910
4144
|
|
|
3911
|
-
/***/
|
|
4145
|
+
/***/ 2281:
|
|
3912
4146
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3913
4147
|
|
|
3914
4148
|
"use strict";
|
|
3915
4149
|
|
|
3916
4150
|
|
|
3917
|
-
var getPolyfill = __webpack_require__(
|
|
3918
|
-
var define = __webpack_require__(
|
|
4151
|
+
var getPolyfill = __webpack_require__(5624);
|
|
4152
|
+
var define = __webpack_require__(4289);
|
|
3919
4153
|
|
|
3920
4154
|
module.exports = function shimObjectIs() {
|
|
3921
4155
|
var polyfill = getPolyfill();
|
|
@@ -3930,7 +4164,7 @@ module.exports = function shimObjectIs() {
|
|
|
3930
4164
|
|
|
3931
4165
|
/***/ }),
|
|
3932
4166
|
|
|
3933
|
-
/***/
|
|
4167
|
+
/***/ 8987:
|
|
3934
4168
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3935
4169
|
|
|
3936
4170
|
"use strict";
|
|
@@ -3941,7 +4175,7 @@ if (!Object.keys) {
|
|
|
3941
4175
|
// modified from https://github.com/es-shims/es5-shim
|
|
3942
4176
|
var has = Object.prototype.hasOwnProperty;
|
|
3943
4177
|
var toStr = Object.prototype.toString;
|
|
3944
|
-
var isArgs = __webpack_require__(
|
|
4178
|
+
var isArgs = __webpack_require__(1414); // eslint-disable-line global-require
|
|
3945
4179
|
var isEnumerable = Object.prototype.propertyIsEnumerable;
|
|
3946
4180
|
var hasDontEnumBug = !isEnumerable.call({ toString: null }, 'toString');
|
|
3947
4181
|
var hasProtoEnumBug = isEnumerable.call(function () {}, 'prototype');
|
|
@@ -4060,17 +4294,17 @@ module.exports = keysShim;
|
|
|
4060
4294
|
|
|
4061
4295
|
/***/ }),
|
|
4062
4296
|
|
|
4063
|
-
/***/
|
|
4297
|
+
/***/ 2215:
|
|
4064
4298
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4065
4299
|
|
|
4066
4300
|
"use strict";
|
|
4067
4301
|
|
|
4068
4302
|
|
|
4069
4303
|
var slice = Array.prototype.slice;
|
|
4070
|
-
var isArgs = __webpack_require__(
|
|
4304
|
+
var isArgs = __webpack_require__(1414);
|
|
4071
4305
|
|
|
4072
4306
|
var origKeys = Object.keys;
|
|
4073
|
-
var keysShim = origKeys ? function keys(o) { return origKeys(o); } : __webpack_require__(
|
|
4307
|
+
var keysShim = origKeys ? function keys(o) { return origKeys(o); } : __webpack_require__(8987);
|
|
4074
4308
|
|
|
4075
4309
|
var originalKeys = Object.keys;
|
|
4076
4310
|
|
|
@@ -4100,7 +4334,7 @@ module.exports = keysShim;
|
|
|
4100
4334
|
|
|
4101
4335
|
/***/ }),
|
|
4102
4336
|
|
|
4103
|
-
/***/
|
|
4337
|
+
/***/ 1414:
|
|
4104
4338
|
/***/ (function(module) {
|
|
4105
4339
|
|
|
4106
4340
|
"use strict";
|
|
@@ -4125,10 +4359,10 @@ module.exports = function isArguments(value) {
|
|
|
4125
4359
|
|
|
4126
4360
|
/***/ }),
|
|
4127
4361
|
|
|
4128
|
-
/***/
|
|
4362
|
+
/***/ 1443:
|
|
4129
4363
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4130
4364
|
|
|
4131
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
4365
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
4132
4366
|
"object"==typeof navigator&&function(e,t){ true?module.exports=t():0}(this,(function(){"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function i(e,i,n){return i&&t(e.prototype,i),n&&t(e,n),e}function n(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function a(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function s(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?a(Object(i),!0).forEach((function(t){n(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):a(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function r(e,t){if(null==e)return{};var i,n,a=function(e,t){if(null==e)return{};var i,n,a={},s=Object.keys(e);for(n=0;n<s.length;n++)i=s[n],t.indexOf(i)>=0||(a[i]=e[i]);return a}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(n=0;n<s.length;n++)i=s[n],t.indexOf(i)>=0||Object.prototype.propertyIsEnumerable.call(e,i)&&(a[i]=e[i])}return a}function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var i=[],n=!0,a=!1,s=void 0;try{for(var r,o=e[Symbol.iterator]();!(n=(r=o.next()).done)&&(i.push(r.value),!t||i.length!==t);n=!0);}catch(e){a=!0,s=e}finally{try{n||null==o.return||o.return()}finally{if(a)throw s}}return i}(e,t)||c(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e){return function(e){if(Array.isArray(e))return u(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||c(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return u(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function d(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function h(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function p(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function m(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?p(Object(i),!0).forEach((function(t){h(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):p(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}var f={addCSS:!0,thumbWidth:15,watch:!0};function g(e,t){return function(){return Array.from(document.querySelectorAll(t)).includes(this)}.call(e,t)}var y=function(e){return null!=e?e.constructor:null},v=function(e,t){return!!(e&&t&&e instanceof t)},b=function(e){return null==e},w=function(e){return y(e)===Object},k=function(e){return y(e)===String},T=function(e){return Array.isArray(e)},C=function(e){return v(e,NodeList)},A=k,S=T,P=C,E=function(e){return v(e,Element)},N=function(e){return v(e,Event)},M=function(e){return b(e)||(k(e)||T(e)||C(e))&&!e.length||w(e)&&!Object.keys(e).length};function x(e,t){if(1>t){var i=function(e){var t="".concat(e).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}(t);return parseFloat(e.toFixed(i))}return Math.round(e/t)*t}var I,L,O,_=function(){function e(t,i){(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,e),E(t)?this.element=t:A(t)&&(this.element=document.querySelector(t)),E(this.element)&&M(this.element.rangeTouch)&&(this.config=m({},f,{},i),this.init())}return function(e,t,i){t&&d(e.prototype,t),i&&d(e,i)}(e,[{key:"init",value:function(){e.enabled&&(this.config.addCSS&&(this.element.style.userSelect="none",this.element.style.webKitUserSelect="none",this.element.style.touchAction="manipulation"),this.listeners(!0),this.element.rangeTouch=this)}},{key:"destroy",value:function(){e.enabled&&(this.config.addCSS&&(this.element.style.userSelect="",this.element.style.webKitUserSelect="",this.element.style.touchAction=""),this.listeners(!1),this.element.rangeTouch=null)}},{key:"listeners",value:function(e){var t=this,i=e?"addEventListener":"removeEventListener";["touchstart","touchmove","touchend"].forEach((function(e){t.element[i](e,(function(e){return t.set(e)}),!1)}))}},{key:"get",value:function(t){if(!e.enabled||!N(t))return null;var i,n=t.target,a=t.changedTouches[0],s=parseFloat(n.getAttribute("min"))||0,r=parseFloat(n.getAttribute("max"))||100,o=parseFloat(n.getAttribute("step"))||1,l=n.getBoundingClientRect(),c=100/l.width*(this.config.thumbWidth/2)/100;return 0>(i=100/l.width*(a.clientX-l.left))?i=0:100<i&&(i=100),50>i?i-=(100-2*i)*c:50<i&&(i+=2*(i-50)*c),s+x(i/100*(r-s),o)}},{key:"set",value:function(t){e.enabled&&N(t)&&!t.target.disabled&&(t.preventDefault(),t.target.value=this.get(t),function(e,t){if(e&&t){var i=new Event(t,{bubbles:!0});e.dispatchEvent(i)}}(t.target,"touchend"===t.type?"change":"input"))}}],[{key:"setup",value:function(t){var i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=null;if(M(t)||A(t)?n=Array.from(document.querySelectorAll(A(t)?t:'input[type="range"]')):E(t)?n=[t]:P(t)?n=Array.from(t):S(t)&&(n=t.filter(E)),M(n))return null;var a=m({},f,{},i);if(A(t)&&a.watch){var s=new MutationObserver((function(i){Array.from(i).forEach((function(i){Array.from(i.addedNodes).forEach((function(i){E(i)&&g(i,t)&&new e(i,a)}))}))}));s.observe(document.body,{childList:!0,subtree:!0})}return n.map((function(t){return new e(t,i)}))}},{key:"enabled",get:function(){return"ontouchstart"in document.documentElement}}]),e}(),j=function(e){return null!=e?e.constructor:null},q=function(e,t){return Boolean(e&&t&&e instanceof t)},D=function(e){return null==e},H=function(e){return j(e)===Object},F=function(e){return j(e)===String},R=function(e){return j(e)===Function},V=function(e){return Array.isArray(e)},B=function(e){return q(e,NodeList)},U=function(e){return D(e)||(F(e)||V(e)||B(e))&&!e.length||H(e)&&!Object.keys(e).length},W=D,z=H,K=function(e){return j(e)===Number&&!Number.isNaN(e)},Y=F,Q=function(e){return j(e)===Boolean},X=R,$=V,J=B,G=function(e){return q(e,Element)},Z=function(e){return q(e,Event)},ee=function(e){return q(e,KeyboardEvent)},te=function(e){return q(e,TextTrack)||!D(e)&&F(e.kind)},ie=function(e){return q(e,Promise)&&R(e.then)},ne=function(e){if(q(e,window.URL))return!0;if(!F(e))return!1;var t=e;e.startsWith("http://")&&e.startsWith("https://")||(t="http://".concat(e));try{return!U(new URL(t).hostname)}catch(e){return!1}},ae=U,se=(I=document.createElement("span"),L={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},O=Object.keys(L).find((function(e){return void 0!==I.style[e]})),!!Y(O)&&L[O]);function re(e,t){setTimeout((function(){try{e.hidden=!0,e.offsetHeight,e.hidden=!1}catch(e){}}),t)}var oe={isIE:
|
|
4133
4367
|
/* @cc_on!@ */
|
|
4134
4368
|
!!document.documentMode,isEdge:window.navigator.userAgent.includes("Edge"),isWebkit:"WebkitAppearance"in document.documentElement.style&&!/Edge/.test(navigator.userAgent),isIPhone:/(iPhone|iPod)/gi.test(navigator.platform),isIos:/(iPad|iPhone|iPod)/gi.test(navigator.platform)};function le(e,t){return t.split(".").reduce((function(e,t){return e&&e[t]}),e)}function ce(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length,i=new Array(t>1?t-1:0),a=1;a<t;a++)i[a-1]=arguments[a];if(!i.length)return e;var s=i.shift();return z(s)?(Object.keys(s).forEach((function(t){z(s[t])?(Object.keys(e).includes(t)||Object.assign(e,n({},t,{})),ce(e[t],s[t])):Object.assign(e,n({},t,s[t]))})),ce.apply(void 0,[e].concat(i))):e}function ue(e,t){var i=e.length?e:[e];Array.from(i).reverse().forEach((function(e,i){var n=i>0?t.cloneNode(!0):t,a=e.parentNode,s=e.nextSibling;n.appendChild(e),s?a.insertBefore(n,s):a.appendChild(n)}))}function de(e,t){G(e)&&!ae(t)&&Object.entries(t).filter((function(e){var t=o(e,2)[1];return!W(t)})).forEach((function(t){var i=o(t,2),n=i[0],a=i[1];return e.setAttribute(n,a)}))}function he(e,t,i){var n=document.createElement(e);return z(t)&&de(n,t),Y(i)&&(n.innerText=i),n}function pe(e,t,i,n){G(t)&&t.appendChild(he(e,i,n))}function me(e){J(e)||$(e)?Array.from(e).forEach(me):G(e)&&G(e.parentNode)&&e.parentNode.removeChild(e)}function fe(e){if(G(e))for(var t=e.childNodes.length;t>0;)e.removeChild(e.lastChild),t-=1}function ge(e,t){return G(t)&&G(t.parentNode)&&G(e)?(t.parentNode.replaceChild(e,t),e):null}function ye(e,t){if(!Y(e)||ae(e))return{};var i={},n=ce({},t);return e.split(",").forEach((function(e){var t=e.trim(),a=t.replace(".",""),s=t.replace(/[[\]]/g,"").split("="),r=o(s,1)[0],l=s.length>1?s[1].replace(/["']/g,""):"";switch(t.charAt(0)){case".":Y(n.class)?i.class="".concat(n.class," ").concat(a):i.class=a;break;case"#":i.id=t.replace("#","");break;case"[":i[r]=l}})),ce(n,i)}function ve(e,t){if(G(e)){var i=t;Q(i)||(i=!e.hidden),e.hidden=i}}function be(e,t,i){if(J(e))return Array.from(e).map((function(e){return be(e,t,i)}));if(G(e)){var n="toggle";return void 0!==i&&(n=i?"add":"remove"),e.classList[n](t),e.classList.contains(t)}return!1}function we(e,t){return G(e)&&e.classList.contains(t)}function ke(e,t){var i=Element.prototype;return(i.matches||i.webkitMatchesSelector||i.mozMatchesSelector||i.msMatchesSelector||function(){return Array.from(document.querySelectorAll(t)).includes(this)}).call(e,t)}function Te(e){return this.elements.container.querySelectorAll(e)}function Ce(e){return this.elements.container.querySelector(e)}function Ae(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];G(e)&&(e.focus({preventScroll:!0}),t&&be(e,this.config.classNames.tabFocus))}var Se,Pe={"audio/ogg":"vorbis","audio/wav":"1","video/webm":"vp8, vorbis","video/mp4":"avc1.42E01E, mp4a.40.2","video/ogg":"theora"},Ee={audio:"canPlayType"in document.createElement("audio"),video:"canPlayType"in document.createElement("video"),check:function(e,t,i){var n=oe.isIPhone&&i&&Ee.playsinline,a=Ee[e]||"html5"!==t;return{api:a,ui:a&&Ee.rangeInput&&("video"!==e||!oe.isIPhone||n)}},pip:!(oe.isIPhone||!X(he("video").webkitSetPresentationMode)&&(!document.pictureInPictureEnabled||he("video").disablePictureInPicture)),airplay:X(window.WebKitPlaybackTargetAvailabilityEvent),playsinline:"playsInline"in document.createElement("video"),mime:function(e){if(ae(e))return!1;var t=o(e.split("/"),1)[0],i=e;if(!this.isHTML5||t!==this.type)return!1;Object.keys(Pe).includes(i)&&(i+='; codecs="'.concat(Pe[e],'"'));try{return Boolean(i&&this.media.canPlayType(i).replace(/no/,""))}catch(e){return!1}},textTracks:"textTracks"in document.createElement("video"),rangeInput:(Se=document.createElement("input"),Se.type="range","range"===Se.type),touch:"ontouchstart"in document.documentElement,transitions:!1!==se,reducedMotion:"matchMedia"in window&&window.matchMedia("(prefers-reduced-motion)").matches},Ne=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return e=!0,null}});window.addEventListener("test",null,t),window.removeEventListener("test",null,t)}catch(e){}return e}();function Me(e,t,i){var n=this,a=arguments.length>3&&void 0!==arguments[3]&&arguments[3],s=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],r=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(e&&"addEventListener"in e&&!ae(t)&&X(i)){var o=t.split(" "),l=r;Ne&&(l={passive:s,capture:r}),o.forEach((function(t){n&&n.eventListeners&&a&&n.eventListeners.push({element:e,type:t,callback:i,options:l}),e[a?"addEventListener":"removeEventListener"](t,i,l)}))}}function xe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=arguments.length>2?arguments[2]:void 0,n=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];Me.call(this,e,t,i,!0,n,a)}function Ie(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=arguments.length>2?arguments[2]:void 0,n=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];Me.call(this,e,t,i,!1,n,a)}function Le(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,a=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],s=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r=function r(){Ie(e,i,r,a,s);for(var o=arguments.length,l=new Array(o),c=0;c<o;c++)l[c]=arguments[c];n.apply(t,l)};Me.call(this,e,i,r,!0,a,s)}function Oe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(G(e)&&!ae(t)){var a=new CustomEvent(t,{bubbles:i,detail:s(s({},n),{},{plyr:this})});e.dispatchEvent(a)}}function _e(){this&&this.eventListeners&&(this.eventListeners.forEach((function(e){var t=e.element,i=e.type,n=e.callback,a=e.options;t.removeEventListener(i,n,a)})),this.eventListeners=[])}function je(){var e=this;return new Promise((function(t){return e.ready?setTimeout(t,0):xe.call(e,e.elements.container,"ready",t)})).then((function(){}))}function qe(e){ie(e)&&e.then(null,(function(){}))}function De(e){return!!($(e)||Y(e)&&e.includes(":"))&&($(e)?e:e.split(":")).map(Number).every(K)}function He(e){if(!$(e)||!e.every(K))return null;var t=o(e,2),i=t[0],n=t[1],a=function e(t,i){return 0===i?t:e(i,t%i)}(i,n);return[i/a,n/a]}function Fe(e){var t=function(e){return De(e)?e.split(":").map(Number):null},i=t(e);if(null===i&&(i=t(this.config.ratio)),null===i&&!ae(this.embed)&&$(this.embed.ratio)&&(i=this.embed.ratio),null===i&&this.isHTML5){var n=this.media;i=He([n.videoWidth,n.videoHeight])}return i}function Re(e){if(!this.isVideo)return{};var t=this.elements.wrapper,i=Fe.call(this,e),n=o($(i)?i:[0,0],2),a=100/n[0]*n[1];if(t.style.paddingBottom="".concat(a,"%"),this.isVimeo&&!this.config.vimeo.premium&&this.supported.ui){var s=100/this.media.offsetWidth*parseInt(window.getComputedStyle(this.media).paddingBottom,10),r=(s-a)/(s/50);this.media.style.transform="translateY(-".concat(r,"%)")}else this.isHTML5&&t.classList.toggle(this.config.classNames.videoFixedRatio,null!==i);return{padding:a,ratio:i}}var Ve={getSources:function(){var e=this;return this.isHTML5?Array.from(this.media.querySelectorAll("source")).filter((function(t){var i=t.getAttribute("type");return!!ae(i)||Ee.mime.call(e,i)})):[]},getQualityOptions:function(){return this.config.quality.forced?this.config.quality.options:Ve.getSources.call(this).map((function(e){return Number(e.getAttribute("size"))})).filter(Boolean)},setup:function(){if(this.isHTML5){var e=this;e.options.speed=e.config.speed.options,ae(this.config.ratio)||Re.call(e),Object.defineProperty(e.media,"quality",{get:function(){var t=Ve.getSources.call(e).find((function(t){return t.getAttribute("src")===e.source}));return t&&Number(t.getAttribute("size"))},set:function(t){if(e.quality!==t){if(e.config.quality.forced&&X(e.config.quality.onChange))e.config.quality.onChange(t);else{var i=Ve.getSources.call(e).find((function(e){return Number(e.getAttribute("size"))===t}));if(!i)return;var n=e.media,a=n.currentTime,s=n.paused,r=n.preload,o=n.readyState,l=n.playbackRate;e.media.src=i.getAttribute("src"),("none"!==r||o)&&(e.once("loadedmetadata",(function(){e.speed=l,e.currentTime=a,s||qe(e.play())})),e.media.load())}Oe.call(e,e.media,"qualitychange",!1,{quality:t})}}})}},cancelRequests:function(){this.isHTML5&&(me(Ve.getSources.call(this)),this.media.setAttribute("src",this.config.blankVideo),this.media.load(),this.debug.log("Cancelled network requests"))}};function Be(e){return $(e)?e.filter((function(t,i){return e.indexOf(t)===i})):e}function Ue(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];return ae(e)?e:e.toString().replace(/{(\d+)}/g,(function(e,t){return i[t].toString()}))}var We=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return e.replace(new RegExp(t.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1"),"g"),i.toString())},ze=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.toString().replace(/\w\S*/g,(function(e){return e.charAt(0).toUpperCase()+e.substr(1).toLowerCase()}))};function Ke(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=e.toString();return t=We(t,"-"," "),t=We(t,"_"," "),t=ze(t),We(t," ","")}function Ye(e){var t=document.createElement("div");return t.appendChild(e),t.innerHTML}var Qe={pip:"PIP",airplay:"AirPlay",html5:"HTML5",vimeo:"Vimeo",youtube:"YouTube"},Xe=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(ae(e)||ae(t))return"";var i=le(t.i18n,e);if(ae(i))return Object.keys(Qe).includes(e)?Qe[e]:"";var n={"{seektime}":t.seekTime,"{title}":t.title};return Object.entries(n).forEach((function(e){var t=o(e,2),n=t[0],a=t[1];i=We(i,n,a)})),i},$e=function(){function t(i){e(this,t),this.enabled=i.config.storage.enabled,this.key=i.config.storage.key}return i(t,[{key:"get",value:function(e){if(!t.supported||!this.enabled)return null;var i=window.localStorage.getItem(this.key);if(ae(i))return null;var n=JSON.parse(i);return Y(e)&&e.length?n[e]:n}},{key:"set",value:function(e){if(t.supported&&this.enabled&&z(e)){var i=this.get();ae(i)&&(i={}),ce(i,e),window.localStorage.setItem(this.key,JSON.stringify(i))}}}],[{key:"supported",get:function(){try{if(!("localStorage"in window))return!1;return window.localStorage.setItem("___test","___test"),window.localStorage.removeItem("___test"),!0}catch(e){return!1}}}]),t}();function Je(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"text";return new Promise((function(i,n){try{var a=new XMLHttpRequest;if(!("withCredentials"in a))return;a.addEventListener("load",(function(){if("text"===t)try{i(JSON.parse(a.responseText))}catch(e){i(a.responseText)}else i(a.response)})),a.addEventListener("error",(function(){throw new Error(a.status)})),a.open("GET",e,!0),a.responseType=t,a.send()}catch(e){n(e)}}))}function Ge(e,t){if(Y(e)){var i=Y(t),n=function(){return null!==document.getElementById(t)},a=function(e,t){e.innerHTML=t,i&&n()||document.body.insertAdjacentElement("afterbegin",e)};if(!i||!n()){var s=$e.supported,r=document.createElement("div");if(r.setAttribute("hidden",""),i&&r.setAttribute("id",t),s){var o=window.localStorage.getItem("".concat("cache","-").concat(t));if(null!==o){var l=JSON.parse(o);a(r,l.content)}}Je(e).then((function(e){ae(e)||(s&&window.localStorage.setItem("".concat("cache","-").concat(t),JSON.stringify({content:e})),a(r,e))})).catch((function(){}))}}}var Ze=function(e){return Math.trunc(e/60/60%60,10)},et=function(e){return Math.trunc(e/60%60,10)},tt=function(e){return Math.trunc(e%60,10)};function it(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!K(e))return it(void 0,t,i);var n=function(e){return"0".concat(e).slice(-2)},a=Ze(e),s=et(e),r=tt(e);return a=t||a>0?"".concat(a,":"):"","".concat(i&&e>0?"-":"").concat(a).concat(n(s),":").concat(n(r))}var nt={getIconUrl:function(){var e=new URL(this.config.iconUrl,window.location).host!==window.location.host||oe.isIE&&!window.svg4everybody;return{url:this.config.iconUrl,cors:e}},findElements:function(){try{return this.elements.controls=Ce.call(this,this.config.selectors.controls.wrapper),this.elements.buttons={play:Te.call(this,this.config.selectors.buttons.play),pause:Ce.call(this,this.config.selectors.buttons.pause),restart:Ce.call(this,this.config.selectors.buttons.restart),rewind:Ce.call(this,this.config.selectors.buttons.rewind),fastForward:Ce.call(this,this.config.selectors.buttons.fastForward),mute:Ce.call(this,this.config.selectors.buttons.mute),pip:Ce.call(this,this.config.selectors.buttons.pip),airplay:Ce.call(this,this.config.selectors.buttons.airplay),settings:Ce.call(this,this.config.selectors.buttons.settings),captions:Ce.call(this,this.config.selectors.buttons.captions),fullscreen:Ce.call(this,this.config.selectors.buttons.fullscreen)},this.elements.progress=Ce.call(this,this.config.selectors.progress),this.elements.inputs={seek:Ce.call(this,this.config.selectors.inputs.seek),volume:Ce.call(this,this.config.selectors.inputs.volume)},this.elements.display={buffer:Ce.call(this,this.config.selectors.display.buffer),currentTime:Ce.call(this,this.config.selectors.display.currentTime),duration:Ce.call(this,this.config.selectors.display.duration)},G(this.elements.progress)&&(this.elements.display.seekTooltip=this.elements.progress.querySelector(".".concat(this.config.classNames.tooltip))),!0}catch(e){return this.debug.warn("It looks like there is a problem with your custom controls HTML",e),this.toggleNativeControls(!0),!1}},createIcon:function(e,t){var i=nt.getIconUrl.call(this),n="".concat(i.cors?"":i.url,"#").concat(this.config.iconPrefix),a=document.createElementNS("http://www.w3.org/2000/svg","svg");de(a,ce(t,{"aria-hidden":"true",focusable:"false"}));var s=document.createElementNS("http://www.w3.org/2000/svg","use"),r="".concat(n,"-").concat(e);return"href"in s&&s.setAttributeNS("http://www.w3.org/1999/xlink","href",r),s.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",r),a.appendChild(s),a},createLabel:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=Xe(e,this.config),n=s(s({},t),{},{class:[t.class,this.config.classNames.hidden].filter(Boolean).join(" ")});return he("span",n,i)},createBadge:function(e){if(ae(e))return null;var t=he("span",{class:this.config.classNames.menu.value});return t.appendChild(he("span",{class:this.config.classNames.menu.badge},e)),t},createButton:function(e,t){var i=this,n=ce({},t),a=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=e.toString();return(t=Ke(t)).charAt(0).toLowerCase()+t.slice(1)}(e),s={element:"button",toggle:!1,label:null,icon:null,labelPressed:null,iconPressed:null};switch(["element","icon","label"].forEach((function(e){Object.keys(n).includes(e)&&(s[e]=n[e],delete n[e])})),"button"!==s.element||Object.keys(n).includes("type")||(n.type="button"),Object.keys(n).includes("class")?n.class.split(" ").some((function(e){return e===i.config.classNames.control}))||ce(n,{class:"".concat(n.class," ").concat(this.config.classNames.control)}):n.class=this.config.classNames.control,e){case"play":s.toggle=!0,s.label="play",s.labelPressed="pause",s.icon="play",s.iconPressed="pause";break;case"mute":s.toggle=!0,s.label="mute",s.labelPressed="unmute",s.icon="volume",s.iconPressed="muted";break;case"captions":s.toggle=!0,s.label="enableCaptions",s.labelPressed="disableCaptions",s.icon="captions-off",s.iconPressed="captions-on";break;case"fullscreen":s.toggle=!0,s.label="enterFullscreen",s.labelPressed="exitFullscreen",s.icon="enter-fullscreen",s.iconPressed="exit-fullscreen";break;case"play-large":n.class+=" ".concat(this.config.classNames.control,"--overlaid"),a="play",s.label="play",s.icon="play";break;default:ae(s.label)&&(s.label=a),ae(s.icon)&&(s.icon=e)}var r=he(s.element);return s.toggle?(r.appendChild(nt.createIcon.call(this,s.iconPressed,{class:"icon--pressed"})),r.appendChild(nt.createIcon.call(this,s.icon,{class:"icon--not-pressed"})),r.appendChild(nt.createLabel.call(this,s.labelPressed,{class:"label--pressed"})),r.appendChild(nt.createLabel.call(this,s.label,{class:"label--not-pressed"}))):(r.appendChild(nt.createIcon.call(this,s.icon)),r.appendChild(nt.createLabel.call(this,s.label))),ce(n,ye(this.config.selectors.buttons[a],n)),de(r,n),"play"===a?($(this.elements.buttons[a])||(this.elements.buttons[a]=[]),this.elements.buttons[a].push(r)):this.elements.buttons[a]=r,r},createRange:function(e,t){var i=he("input",ce(ye(this.config.selectors.inputs[e]),{type:"range",min:0,max:100,step:.01,value:0,autocomplete:"off",role:"slider","aria-label":Xe(e,this.config),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":0},t));return this.elements.inputs[e]=i,nt.updateRangeFill.call(this,i),_.setup(i),i},createProgress:function(e,t){var i=he("progress",ce(ye(this.config.selectors.display[e]),{min:0,max:100,value:0,role:"progressbar","aria-hidden":!0},t));if("volume"!==e){i.appendChild(he("span",null,"0"));var n={played:"played",buffer:"buffered"}[e],a=n?Xe(n,this.config):"";i.innerText="% ".concat(a.toLowerCase())}return this.elements.display[e]=i,i},createTime:function(e,t){var i=ye(this.config.selectors.display[e],t),n=he("div",ce(i,{class:"".concat(i.class?i.class:""," ").concat(this.config.classNames.display.time," ").trim(),"aria-label":Xe(e,this.config)}),"00:00");return this.elements.display[e]=n,n},bindMenuItemShortcuts:function(e,t){var i=this;xe.call(this,e,"keydown keyup",(function(n){if([32,38,39,40].includes(n.which)&&(n.preventDefault(),n.stopPropagation(),"keydown"!==n.type)){var a,s=ke(e,'[role="menuitemradio"]');if(!s&&[32,39].includes(n.which))nt.showMenuPanel.call(i,t,!0);else 32!==n.which&&(40===n.which||s&&39===n.which?(a=e.nextElementSibling,G(a)||(a=e.parentNode.firstElementChild)):(a=e.previousElementSibling,G(a)||(a=e.parentNode.lastElementChild)),Ae.call(i,a,!0))}}),!1),xe.call(this,e,"keyup",(function(e){13===e.which&&nt.focusFirstMenuItem.call(i,null,!0)}))},createMenuItem:function(e){var t=this,i=e.value,n=e.list,a=e.type,s=e.title,r=e.badge,o=void 0===r?null:r,l=e.checked,c=void 0!==l&&l,u=ye(this.config.selectors.inputs[a]),d=he("button",ce(u,{type:"button",role:"menuitemradio",class:"".concat(this.config.classNames.control," ").concat(u.class?u.class:"").trim(),"aria-checked":c,value:i})),h=he("span");h.innerHTML=s,G(o)&&h.appendChild(o),d.appendChild(h),Object.defineProperty(d,"checked",{enumerable:!0,get:function(){return"true"===d.getAttribute("aria-checked")},set:function(e){e&&Array.from(d.parentNode.children).filter((function(e){return ke(e,'[role="menuitemradio"]')})).forEach((function(e){return e.setAttribute("aria-checked","false")})),d.setAttribute("aria-checked",e?"true":"false")}}),this.listeners.bind(d,"click keyup",(function(e){if(!ee(e)||32===e.which){switch(e.preventDefault(),e.stopPropagation(),d.checked=!0,a){case"language":t.currentTrack=Number(i);break;case"quality":t.quality=i;break;case"speed":t.speed=parseFloat(i)}nt.showMenuPanel.call(t,"home",ee(e))}}),a,!1),nt.bindMenuItemShortcuts.call(this,d,a),n.appendChild(d)},formatTime:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!K(e))return e;var i=Ze(this.duration)>0;return it(e,i,t)},updateTimeDisplay:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];G(e)&&K(t)&&(e.innerText=nt.formatTime(t,i))},updateVolume:function(){this.supported.ui&&(G(this.elements.inputs.volume)&&nt.setRange.call(this,this.elements.inputs.volume,this.muted?0:this.volume),G(this.elements.buttons.mute)&&(this.elements.buttons.mute.pressed=this.muted||0===this.volume))},setRange:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;G(e)&&(e.value=t,nt.updateRangeFill.call(this,e))},updateProgress:function(e){var t=this;if(this.supported.ui&&Z(e)){var i,n,a=0;if(e)switch(e.type){case"timeupdate":case"seeking":case"seeked":i=this.currentTime,n=this.duration,a=0===i||0===n||Number.isNaN(i)||Number.isNaN(n)?0:(i/n*100).toFixed(2),"timeupdate"===e.type&&nt.setRange.call(this,this.elements.inputs.seek,a);break;case"playing":case"progress":!function(e,i){var n=K(i)?i:0,a=G(e)?e:t.elements.display.buffer;if(G(a)){a.value=n;var s=a.getElementsByTagName("span")[0];G(s)&&(s.childNodes[0].nodeValue=n)}}(this.elements.display.buffer,100*this.buffered)}}},updateRangeFill:function(e){var t=Z(e)?e.target:e;if(G(t)&&"range"===t.getAttribute("type")){if(ke(t,this.config.selectors.inputs.seek)){t.setAttribute("aria-valuenow",this.currentTime);var i=nt.formatTime(this.currentTime),n=nt.formatTime(this.duration),a=Xe("seekLabel",this.config);t.setAttribute("aria-valuetext",a.replace("{currentTime}",i).replace("{duration}",n))}else if(ke(t,this.config.selectors.inputs.volume)){var s=100*t.value;t.setAttribute("aria-valuenow",s),t.setAttribute("aria-valuetext","".concat(s.toFixed(1),"%"))}else t.setAttribute("aria-valuenow",t.value);oe.isWebkit&&t.style.setProperty("--value","".concat(t.value/t.max*100,"%"))}},updateSeekTooltip:function(e){var t=this;if(this.config.tooltips.seek&&G(this.elements.inputs.seek)&&G(this.elements.display.seekTooltip)&&0!==this.duration){var i="".concat(this.config.classNames.tooltip,"--visible"),n=function(e){return be(t.elements.display.seekTooltip,i,e)};if(this.touch)n(!1);else{var a=0,s=this.elements.progress.getBoundingClientRect();if(Z(e))a=100/s.width*(e.pageX-s.left);else{if(!we(this.elements.display.seekTooltip,i))return;a=parseFloat(this.elements.display.seekTooltip.style.left,10)}a<0?a=0:a>100&&(a=100),nt.updateTimeDisplay.call(this,this.elements.display.seekTooltip,this.duration/100*a),this.elements.display.seekTooltip.style.left="".concat(a,"%"),Z(e)&&["mouseenter","mouseleave"].includes(e.type)&&n("mouseenter"===e.type)}}},timeUpdate:function(e){var t=!G(this.elements.display.duration)&&this.config.invertTime;nt.updateTimeDisplay.call(this,this.elements.display.currentTime,t?this.duration-this.currentTime:this.currentTime,t),e&&"timeupdate"===e.type&&this.media.seeking||nt.updateProgress.call(this,e)},durationUpdate:function(){if(this.supported.ui&&(this.config.invertTime||!this.currentTime)){if(this.duration>=Math.pow(2,32))return ve(this.elements.display.currentTime,!0),void ve(this.elements.progress,!0);G(this.elements.inputs.seek)&&this.elements.inputs.seek.setAttribute("aria-valuemax",this.duration);var e=G(this.elements.display.duration);!e&&this.config.displayDuration&&this.paused&&nt.updateTimeDisplay.call(this,this.elements.display.currentTime,this.duration),e&&nt.updateTimeDisplay.call(this,this.elements.display.duration,this.duration),nt.updateSeekTooltip.call(this)}},toggleMenuButton:function(e,t){ve(this.elements.settings.buttons[e],!t)},updateSetting:function(e,t,i){var n=this.elements.settings.panels[e],a=null,s=t;if("captions"===e)a=this.currentTrack;else{if(a=ae(i)?this[e]:i,ae(a)&&(a=this.config[e].default),!ae(this.options[e])&&!this.options[e].includes(a))return void this.debug.warn("Unsupported value of '".concat(a,"' for ").concat(e));if(!this.config[e].options.includes(a))return void this.debug.warn("Disabled value of '".concat(a,"' for ").concat(e))}if(G(s)||(s=n&&n.querySelector('[role="menu"]')),G(s)){this.elements.settings.buttons[e].querySelector(".".concat(this.config.classNames.menu.value)).innerHTML=nt.getLabel.call(this,e,a);var r=s&&s.querySelector('[value="'.concat(a,'"]'));G(r)&&(r.checked=!0)}},getLabel:function(e,t){switch(e){case"speed":return 1===t?Xe("normal",this.config):"".concat(t,"×");case"quality":if(K(t)){var i=Xe("qualityLabel.".concat(t),this.config);return i.length?i:"".concat(t,"p")}return ze(t);case"captions":return rt.getLabel.call(this);default:return null}},setQualityMenu:function(e){var t=this;if(G(this.elements.settings.panels.quality)){var i=this.elements.settings.panels.quality.querySelector('[role="menu"]');$(e)&&(this.options.quality=Be(e).filter((function(e){return t.config.quality.options.includes(e)})));var n=!ae(this.options.quality)&&this.options.quality.length>1;if(nt.toggleMenuButton.call(this,"quality",n),fe(i),nt.checkMenu.call(this),n){var a=function(e){var i=Xe("qualityBadge.".concat(e),t.config);return i.length?nt.createBadge.call(t,i):null};this.options.quality.sort((function(e,i){var n=t.config.quality.options;return n.indexOf(e)>n.indexOf(i)?1:-1})).forEach((function(e){nt.createMenuItem.call(t,{value:e,list:i,type:"quality",title:nt.getLabel.call(t,"quality",e),badge:a(e)})})),nt.updateSetting.call(this,"quality",i)}}},setCaptionsMenu:function(){var e=this;if(G(this.elements.settings.panels.captions)){var t=this.elements.settings.panels.captions.querySelector('[role="menu"]'),i=rt.getTracks.call(this),n=Boolean(i.length);if(nt.toggleMenuButton.call(this,"captions",n),fe(t),nt.checkMenu.call(this),n){var a=i.map((function(i,n){return{value:n,checked:e.captions.toggled&&e.currentTrack===n,title:rt.getLabel.call(e,i),badge:i.language&&nt.createBadge.call(e,i.language.toUpperCase()),list:t,type:"language"}}));a.unshift({value:-1,checked:!this.captions.toggled,title:Xe("disabled",this.config),list:t,type:"language"}),a.forEach(nt.createMenuItem.bind(this)),nt.updateSetting.call(this,"captions",t)}}},setSpeedMenu:function(){var e=this;if(G(this.elements.settings.panels.speed)){var t=this.elements.settings.panels.speed.querySelector('[role="menu"]');this.options.speed=this.options.speed.filter((function(t){return t>=e.minimumSpeed&&t<=e.maximumSpeed}));var i=!ae(this.options.speed)&&this.options.speed.length>1;nt.toggleMenuButton.call(this,"speed",i),fe(t),nt.checkMenu.call(this),i&&(this.options.speed.forEach((function(i){nt.createMenuItem.call(e,{value:i,list:t,type:"speed",title:nt.getLabel.call(e,"speed",i)})})),nt.updateSetting.call(this,"speed",t))}},checkMenu:function(){var e=this.elements.settings.buttons,t=!ae(e)&&Object.values(e).some((function(e){return!e.hidden}));ve(this.elements.settings.menu,!t)},focusFirstMenuItem:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!this.elements.settings.popup.hidden){var i=e;G(i)||(i=Object.values(this.elements.settings.panels).find((function(e){return!e.hidden})));var n=i.querySelector('[role^="menuitem"]');Ae.call(this,n,t)}},toggleMenu:function(e){var t=this.elements.settings.popup,i=this.elements.buttons.settings;if(G(t)&&G(i)){var n=t.hidden,a=n;if(Q(e))a=e;else if(ee(e)&&27===e.which)a=!1;else if(Z(e)){var s=X(e.composedPath)?e.composedPath()[0]:e.target,r=t.contains(s);if(r||!r&&e.target!==i&&a)return}i.setAttribute("aria-expanded",a),ve(t,!a),be(this.elements.container,this.config.classNames.menu.open,a),a&&ee(e)?nt.focusFirstMenuItem.call(this,null,!0):a||n||Ae.call(this,i,ee(e))}},getMenuSize:function(e){var t=e.cloneNode(!0);t.style.position="absolute",t.style.opacity=0,t.removeAttribute("hidden"),e.parentNode.appendChild(t);var i=t.scrollWidth,n=t.scrollHeight;return me(t),{width:i,height:n}},showMenuPanel:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.elements.container.querySelector("#plyr-settings-".concat(this.id,"-").concat(t));if(G(n)){var a=n.parentNode,s=Array.from(a.children).find((function(e){return!e.hidden}));if(Ee.transitions&&!Ee.reducedMotion){a.style.width="".concat(s.scrollWidth,"px"),a.style.height="".concat(s.scrollHeight,"px");var r=nt.getMenuSize.call(this,n),o=function t(i){i.target===a&&["width","height"].includes(i.propertyName)&&(a.style.width="",a.style.height="",Ie.call(e,a,se,t))};xe.call(this,a,se,o),a.style.width="".concat(r.width,"px"),a.style.height="".concat(r.height,"px")}ve(s,!0),ve(n,!1),nt.focusFirstMenuItem.call(this,n,i)}},setDownloadUrl:function(){var e=this.elements.buttons.download;G(e)&&e.setAttribute("href",this.download)},create:function(e){var t=this,i=nt.bindMenuItemShortcuts,n=nt.createButton,a=nt.createProgress,s=nt.createRange,r=nt.createTime,o=nt.setQualityMenu,l=nt.setSpeedMenu,c=nt.showMenuPanel;this.elements.controls=null,$(this.config.controls)&&this.config.controls.includes("play-large")&&this.elements.container.appendChild(n.call(this,"play-large"));var u=he("div",ye(this.config.selectors.controls.wrapper));this.elements.controls=u;var d={class:"plyr__controls__item"};return Be($(this.config.controls)?this.config.controls:[]).forEach((function(o){if("restart"===o&&u.appendChild(n.call(t,"restart",d)),"rewind"===o&&u.appendChild(n.call(t,"rewind",d)),"play"===o&&u.appendChild(n.call(t,"play",d)),"fast-forward"===o&&u.appendChild(n.call(t,"fast-forward",d)),"progress"===o){var l=he("div",{class:"".concat(d.class," plyr__progress__container")}),h=he("div",ye(t.config.selectors.progress));if(h.appendChild(s.call(t,"seek",{id:"plyr-seek-".concat(e.id)})),h.appendChild(a.call(t,"buffer")),t.config.tooltips.seek){var p=he("span",{class:t.config.classNames.tooltip},"00:00");h.appendChild(p),t.elements.display.seekTooltip=p}t.elements.progress=h,l.appendChild(t.elements.progress),u.appendChild(l)}if("current-time"===o&&u.appendChild(r.call(t,"currentTime",d)),"duration"===o&&u.appendChild(r.call(t,"duration",d)),"mute"===o||"volume"===o){var m=t.elements.volume;if(G(m)&&u.contains(m)||(m=he("div",ce({},d,{class:"".concat(d.class," plyr__volume").trim()})),t.elements.volume=m,u.appendChild(m)),"mute"===o&&m.appendChild(n.call(t,"mute")),"volume"===o&&!oe.isIos){var f={max:1,step:.05,value:t.config.volume};m.appendChild(s.call(t,"volume",ce(f,{id:"plyr-volume-".concat(e.id)})))}}if("captions"===o&&u.appendChild(n.call(t,"captions",d)),"settings"===o&&!ae(t.config.settings)){var g=he("div",ce({},d,{class:"".concat(d.class," plyr__menu").trim(),hidden:""}));g.appendChild(n.call(t,"settings",{"aria-haspopup":!0,"aria-controls":"plyr-settings-".concat(e.id),"aria-expanded":!1}));var y=he("div",{class:"plyr__menu__container",id:"plyr-settings-".concat(e.id),hidden:""}),v=he("div"),b=he("div",{id:"plyr-settings-".concat(e.id,"-home")}),w=he("div",{role:"menu"});b.appendChild(w),v.appendChild(b),t.elements.settings.panels.home=b,t.config.settings.forEach((function(n){var a=he("button",ce(ye(t.config.selectors.buttons.settings),{type:"button",class:"".concat(t.config.classNames.control," ").concat(t.config.classNames.control,"--forward"),role:"menuitem","aria-haspopup":!0,hidden:""}));i.call(t,a,n),xe.call(t,a,"click",(function(){c.call(t,n,!1)}));var s=he("span",null,Xe(n,t.config)),r=he("span",{class:t.config.classNames.menu.value});r.innerHTML=e[n],s.appendChild(r),a.appendChild(s),w.appendChild(a);var o=he("div",{id:"plyr-settings-".concat(e.id,"-").concat(n),hidden:""}),l=he("button",{type:"button",class:"".concat(t.config.classNames.control," ").concat(t.config.classNames.control,"--back")});l.appendChild(he("span",{"aria-hidden":!0},Xe(n,t.config))),l.appendChild(he("span",{class:t.config.classNames.hidden},Xe("menuBack",t.config))),xe.call(t,o,"keydown",(function(e){37===e.which&&(e.preventDefault(),e.stopPropagation(),c.call(t,"home",!0))}),!1),xe.call(t,l,"click",(function(){c.call(t,"home",!1)})),o.appendChild(l),o.appendChild(he("div",{role:"menu"})),v.appendChild(o),t.elements.settings.buttons[n]=a,t.elements.settings.panels[n]=o})),y.appendChild(v),g.appendChild(y),u.appendChild(g),t.elements.settings.popup=y,t.elements.settings.menu=g}if("pip"===o&&Ee.pip&&u.appendChild(n.call(t,"pip",d)),"airplay"===o&&Ee.airplay&&u.appendChild(n.call(t,"airplay",d)),"download"===o){var k=ce({},d,{element:"a",href:t.download,target:"_blank"});t.isHTML5&&(k.download="");var T=t.config.urls.download;!ne(T)&&t.isEmbed&&ce(k,{icon:"logo-".concat(t.provider),label:t.provider}),u.appendChild(n.call(t,"download",k))}"fullscreen"===o&&u.appendChild(n.call(t,"fullscreen",d))})),this.isHTML5&&o.call(this,Ve.getQualityOptions.call(this)),l.call(this),u},inject:function(){var e=this;if(this.config.loadSprite){var t=nt.getIconUrl.call(this);t.cors&&Ge(t.url,"sprite-plyr")}this.id=Math.floor(1e4*Math.random());var i=null;this.elements.controls=null;var n={id:this.id,seektime:this.config.seekTime,title:this.config.title},a=!0;X(this.config.controls)&&(this.config.controls=this.config.controls.call(this,n)),this.config.controls||(this.config.controls=[]),G(this.config.controls)||Y(this.config.controls)?i=this.config.controls:(i=nt.create.call(this,{id:this.id,seektime:this.config.seekTime,speed:this.speed,quality:this.quality,captions:rt.getLabel.call(this)}),a=!1);var s,r;if(a&&Y(this.config.controls)&&(s=i,Object.entries(n).forEach((function(e){var t=o(e,2),i=t[0],n=t[1];s=We(s,"{".concat(i,"}"),n)})),i=s),Y(this.config.selectors.controls.container)&&(r=document.querySelector(this.config.selectors.controls.container)),G(r)||(r=this.elements.container),r[G(i)?"insertAdjacentElement":"insertAdjacentHTML"]("afterbegin",i),G(this.elements.controls)||nt.findElements.call(this),!ae(this.elements.buttons)){var l=function(t){var i=e.config.classNames.controlPressed;Object.defineProperty(t,"pressed",{enumerable:!0,get:function(){return we(t,i)},set:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];be(t,i,e)}})};Object.values(this.elements.buttons).filter(Boolean).forEach((function(e){$(e)||J(e)?Array.from(e).filter(Boolean).forEach(l):l(e)}))}if(oe.isEdge&&re(r),this.config.tooltips.controls){var c=this.config,u=c.classNames,d=c.selectors,h="".concat(d.controls.wrapper," ").concat(d.labels," .").concat(u.hidden),p=Te.call(this,h);Array.from(p).forEach((function(t){be(t,e.config.classNames.hidden,!1),be(t,e.config.classNames.tooltip,!0)}))}}};function at(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=e;if(t){var n=document.createElement("a");n.href=i,i=n.href}try{return new URL(i)}catch(e){return null}}function st(e){var t=new URLSearchParams;return z(e)&&Object.entries(e).forEach((function(e){var i=o(e,2),n=i[0],a=i[1];t.set(n,a)})),t}var rt={setup:function(){if(this.supported.ui)if(!this.isVideo||this.isYouTube||this.isHTML5&&!Ee.textTracks)$(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&nt.setCaptionsMenu.call(this);else{if(G(this.elements.captions)||(this.elements.captions=he("div",ye(this.config.selectors.captions)),function(e,t){G(e)&&G(t)&&t.parentNode.insertBefore(e,t.nextSibling)}(this.elements.captions,this.elements.wrapper)),oe.isIE&&window.URL){var e=this.media.querySelectorAll("track");Array.from(e).forEach((function(e){var t=e.getAttribute("src"),i=at(t);null!==i&&i.hostname!==window.location.href.hostname&&["http:","https:"].includes(i.protocol)&&Je(t,"blob").then((function(t){e.setAttribute("src",window.URL.createObjectURL(t))})).catch((function(){me(e)}))}))}var t=Be((navigator.languages||[navigator.language||navigator.userLanguage||"en"]).map((function(e){return e.split("-")[0]}))),i=(this.storage.get("language")||this.config.captions.language||"auto").toLowerCase();if("auto"===i)i=o(t,1)[0];var n=this.storage.get("captions");if(Q(n)||(n=this.config.captions.active),Object.assign(this.captions,{toggled:!1,active:n,language:i,languages:t}),this.isHTML5){var a=this.config.captions.update?"addtrack removetrack":"removetrack";xe.call(this,this.media.textTracks,a,rt.update.bind(this))}setTimeout(rt.update.bind(this),0)}},update:function(){var e=this,t=rt.getTracks.call(this,!0),i=this.captions,n=i.active,a=i.language,s=i.meta,r=i.currentTrackNode,o=Boolean(t.find((function(e){return e.language===a})));this.isHTML5&&this.isVideo&&t.filter((function(e){return!s.get(e)})).forEach((function(t){e.debug.log("Track added",t),s.set(t,{default:"showing"===t.mode}),"showing"===t.mode&&(t.mode="hidden"),xe.call(e,t,"cuechange",(function(){return rt.updateCues.call(e)}))})),(o&&this.language!==a||!t.includes(r))&&(rt.setLanguage.call(this,a),rt.toggle.call(this,n&&o)),be(this.elements.container,this.config.classNames.captions.enabled,!ae(t)),$(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&nt.setCaptionsMenu.call(this)},toggle:function(e){var t=this,i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(this.supported.ui){var n=this.captions.toggled,a=this.config.classNames.captions.active,s=W(e)?!n:e;if(s!==n){if(i||(this.captions.active=s,this.storage.set({captions:s})),!this.language&&s&&!i){var r=rt.getTracks.call(this),o=rt.findTrack.call(this,[this.captions.language].concat(l(this.captions.languages)),!0);return this.captions.language=o.language,void rt.set.call(this,r.indexOf(o))}this.elements.buttons.captions&&(this.elements.buttons.captions.pressed=s),be(this.elements.container,a,s),this.captions.toggled=s,nt.updateSetting.call(this,"captions"),Oe.call(this,this.media,s?"captionsenabled":"captionsdisabled")}setTimeout((function(){s&&t.captions.toggled&&(t.captions.currentTrackNode.mode="hidden")}))}},set:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=rt.getTracks.call(this);if(-1!==e)if(K(e))if(e in i){if(this.captions.currentTrack!==e){this.captions.currentTrack=e;var n=i[e],a=n||{},s=a.language;this.captions.currentTrackNode=n,nt.updateSetting.call(this,"captions"),t||(this.captions.language=s,this.storage.set({language:s})),this.isVimeo&&this.embed.enableTextTrack(s),Oe.call(this,this.media,"languagechange")}rt.toggle.call(this,!0,t),this.isHTML5&&this.isVideo&&rt.updateCues.call(this)}else this.debug.warn("Track not found",e);else this.debug.warn("Invalid caption argument",e);else rt.toggle.call(this,!1,t)},setLanguage:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(Y(e)){var i=e.toLowerCase();this.captions.language=i;var n=rt.getTracks.call(this),a=rt.findTrack.call(this,[i]);rt.set.call(this,n.indexOf(a),t)}else this.debug.warn("Invalid language argument",e)},getTracks:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],i=Array.from((this.media||{}).textTracks||[]);return i.filter((function(i){return!e.isHTML5||t||e.captions.meta.has(i)})).filter((function(e){return["captions","subtitles"].includes(e.kind)}))},findTrack:function(e){var t,i=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=rt.getTracks.call(this),s=function(e){return Number((i.captions.meta.get(e)||{}).default)},r=Array.from(a).sort((function(e,t){return s(t)-s(e)}));return e.every((function(e){return!(t=r.find((function(t){return t.language===e})))})),t||(n?r[0]:void 0)},getCurrentTrack:function(){return rt.getTracks.call(this)[this.currentTrack]},getLabel:function(e){var t=e;return!te(t)&&Ee.textTracks&&this.captions.toggled&&(t=rt.getCurrentTrack.call(this)),te(t)?ae(t.label)?ae(t.language)?Xe("enabled",this.config):e.language.toUpperCase():t.label:Xe("disabled",this.config)},updateCues:function(e){if(this.supported.ui)if(G(this.elements.captions))if(W(e)||Array.isArray(e)){var t=e;if(!t){var i=rt.getCurrentTrack.call(this);t=Array.from((i||{}).activeCues||[]).map((function(e){return e.getCueAsHTML()})).map(Ye)}var n=t.map((function(e){return e.trim()})).join("\n");if(n!==this.elements.captions.innerHTML){fe(this.elements.captions);var a=he("span",ye(this.config.selectors.caption));a.innerHTML=n,this.elements.captions.appendChild(a),Oe.call(this,this.media,"cuechange")}}else this.debug.warn("updateCues: Invalid input",e);else this.debug.warn("No captions element to render to")}},ot={enabled:!0,title:"",debug:!1,autoplay:!1,autopause:!0,playsinline:!0,seekTime:10,volume:1,muted:!1,duration:null,displayDuration:!0,invertTime:!0,toggleInvert:!0,ratio:null,clickToPlay:!0,hideControls:!0,resetOnEnd:!1,disableContextMenu:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/3.6.2/plyr.svg",blankVideo:"https://cdn.plyr.io/static/blank.mp4",quality:{default:576,options:[4320,2880,2160,1440,1080,720,576,480,360,240],forced:!1,onChange:null},loop:{active:!1},speed:{selected:1,options:[.5,.75,1,1.25,1.5,1.75,2,4]},keyboard:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},captions:{active:!1,language:"auto",update:!1},fullscreen:{enabled:!0,fallback:!0,iosNative:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"],settings:["captions","quality","speed"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",pip:"PIP",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop",start:"Start",end:"End",all:"All",reset:"Reset",disabled:"Disabled",enabled:"Enabled",advertisement:"Ad",qualityBadge:{2160:"4K",1440:"HD",1080:"HD",720:"HD",576:"SD",480:"SD"}},urls:{download:null,vimeo:{sdk:"https://player.vimeo.com/api/player.js",iframe:"https://player.vimeo.com/video/{0}?{1}",api:"https://vimeo.com/api/v2/video/{0}.json"},youtube:{sdk:"https://www.youtube.com/iframe_api",api:"https://noembed.com/embed?url=https://www.youtube.com/watch?v={0}"},googleIMA:{sdk:"https://imasdk.googleapis.com/js/sdkloader/ima3.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,fastForward:null,mute:null,volume:null,captions:null,download:null,fullscreen:null,pip:null,airplay:null,speed:null,quality:null,loop:null,language:null},events:["ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied","ratechange","cuechange","download","enterfullscreen","exitfullscreen","captionsenabled","captionsdisabled","languagechange","controlshidden","controlsshown","ready","statechange","qualitychange","adsloaded","adscontentpause","adscontentresume","adstarted","adsmidpoint","adscomplete","adsallcomplete","adsimpression","adsclick"],selectors:{editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',fastForward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',download:'[data-plyr="download"]',fullscreen:'[data-plyr="fullscreen"]',pip:'[data-plyr="pip"]',airplay:'[data-plyr="airplay"]',settings:'[data-plyr="settings"]',loop:'[data-plyr="loop"]'},inputs:{seek:'[data-plyr="seek"]',volume:'[data-plyr="volume"]',speed:'[data-plyr="speed"]',language:'[data-plyr="language"]',quality:'[data-plyr="quality"]'},display:{currentTime:".plyr__time--current",duration:".plyr__time--duration",buffer:".plyr__progress__buffer",loop:".plyr__progress__loop",volume:".plyr__volume--display"},progress:".plyr__progress",captions:".plyr__captions",caption:".plyr__caption"},classNames:{type:"plyr--{0}",provider:"plyr--{0}",video:"plyr__video-wrapper",embed:"plyr__video-embed",videoFixedRatio:"plyr__video-wrapper--fixed-ratio",embedContainer:"plyr__video-embed__container",poster:"plyr__poster",posterEnabled:"plyr__poster-enabled",ads:"plyr__ads",control:"plyr__control",controlPressed:"plyr__control--pressed",playing:"plyr--playing",paused:"plyr--paused",stopped:"plyr--stopped",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",cues:"plyr__cues",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isIos:"plyr--is-ios",isTouch:"plyr--is-touch",uiSupported:"plyr--full-ui",noTransition:"plyr--no-transition",display:{time:"plyr__time"},menu:{value:"plyr__menu__value",badge:"plyr__badge",open:"plyr--menu-open"},captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback"},pip:{supported:"plyr--pip-supported",active:"plyr--pip-active"},airplay:{supported:"plyr--airplay-supported",active:"plyr--airplay-active"},tabFocus:"plyr__tab-focus",previewThumbnails:{thumbContainer:"plyr__preview-thumb",thumbContainerShown:"plyr__preview-thumb--is-shown",imageContainer:"plyr__preview-thumb__image-container",timeContainer:"plyr__preview-thumb__time-container",scrubbingContainer:"plyr__preview-scrubbing",scrubbingContainerShown:"plyr__preview-scrubbing--is-shown"}},attributes:{embed:{provider:"data-plyr-provider",id:"data-plyr-embed-id"}},ads:{enabled:!1,publisherId:"",tagUrl:""},previewThumbnails:{enabled:!1,src:""},vimeo:{byline:!1,portrait:!1,title:!1,speed:!0,transparent:!1,premium:!1,referrerPolicy:null},youtube:{noCookie:!0,rel:0,showinfo:0,iv_load_policy:3,modestbranding:1}},lt="picture-in-picture",ct="inline",ut={html5:"html5",youtube:"youtube",vimeo:"vimeo"},dt="audio",ht="video";var pt=function(){},mt=function(){function t(){var i=arguments.length>0&&void 0!==arguments[0]&&arguments[0];e(this,t),this.enabled=window.console&&i,this.enabled&&this.log("Debugging enabled")}return i(t,[{key:"log",get:function(){return this.enabled?Function.prototype.bind.call(console.log,console):pt}},{key:"warn",get:function(){return this.enabled?Function.prototype.bind.call(console.warn,console):pt}},{key:"error",get:function(){return this.enabled?Function.prototype.bind.call(console.error,console):pt}}]),t}(),ft=function(){function t(i){var n=this;e(this,t),this.player=i,this.prefix=t.prefix,this.property=t.property,this.scrollPosition={x:0,y:0},this.forceFallback="force"===i.config.fullscreen.fallback,this.player.elements.fullscreen=i.config.fullscreen.container&&function(e,t){return(Element.prototype.closest||function(){var e=this;do{if(ke.matches(e,t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null}).call(e,t)}(this.player.elements.container,i.config.fullscreen.container),xe.call(this.player,document,"ms"===this.prefix?"MSFullscreenChange":"".concat(this.prefix,"fullscreenchange"),(function(){n.onChange()})),xe.call(this.player,this.player.elements.container,"dblclick",(function(e){G(n.player.elements.controls)&&n.player.elements.controls.contains(e.target)||n.toggle()})),xe.call(this,this.player.elements.container,"keydown",(function(e){return n.trapFocus(e)})),this.update()}return i(t,[{key:"onChange",value:function(){if(this.enabled){var e=this.player.elements.buttons.fullscreen;G(e)&&(e.pressed=this.active),Oe.call(this.player,this.target,this.active?"enterfullscreen":"exitfullscreen",!0)}}},{key:"toggleFallback",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(e?this.scrollPosition={x:window.scrollX||0,y:window.scrollY||0}:window.scrollTo(this.scrollPosition.x,this.scrollPosition.y),document.body.style.overflow=e?"hidden":"",be(this.target,this.player.config.classNames.fullscreen.fallback,e),oe.isIos){var t=document.head.querySelector('meta[name="viewport"]'),i="viewport-fit=cover";t||(t=document.createElement("meta")).setAttribute("name","viewport");var n=Y(t.content)&&t.content.includes(i);e?(this.cleanupViewport=!n,n||(t.content+=",".concat(i))):this.cleanupViewport&&(t.content=t.content.split(",").filter((function(e){return e.trim()!==i})).join(","))}this.onChange()}},{key:"trapFocus",value:function(e){if(!oe.isIos&&this.active&&"Tab"===e.key&&9===e.keyCode){var t=document.activeElement,i=Te.call(this.player,"a[href], button:not(:disabled), input:not(:disabled), [tabindex]"),n=o(i,1)[0],a=i[i.length-1];t!==a||e.shiftKey?t===n&&e.shiftKey&&(a.focus(),e.preventDefault()):(n.focus(),e.preventDefault())}}},{key:"update",value:function(){var e;this.enabled?(e=this.forceFallback?"Fallback (forced)":t.native?"Native":"Fallback",this.player.debug.log("".concat(e," fullscreen enabled"))):this.player.debug.log("Fullscreen not supported and fallback disabled");be(this.player.elements.container,this.player.config.classNames.fullscreen.enabled,this.enabled)}},{key:"enter",value:function(){this.enabled&&(oe.isIos&&this.player.config.fullscreen.iosNative?this.target.webkitEnterFullscreen():!t.native||this.forceFallback?this.toggleFallback(!0):this.prefix?ae(this.prefix)||this.target["".concat(this.prefix,"Request").concat(this.property)]():this.target.requestFullscreen({navigationUI:"hide"}))}},{key:"exit",value:function(){if(this.enabled)if(oe.isIos&&this.player.config.fullscreen.iosNative)this.target.webkitExitFullscreen(),qe(this.player.play());else if(!t.native||this.forceFallback)this.toggleFallback(!1);else if(this.prefix){if(!ae(this.prefix)){var e="moz"===this.prefix?"Cancel":"Exit";document["".concat(this.prefix).concat(e).concat(this.property)]()}}else(document.cancelFullScreen||document.exitFullscreen).call(document)}},{key:"toggle",value:function(){this.active?this.exit():this.enter()}},{key:"usingNative",get:function(){return t.native&&!this.forceFallback}},{key:"enabled",get:function(){return(t.native||this.player.config.fullscreen.fallback)&&this.player.config.fullscreen.enabled&&this.player.supported.ui&&this.player.isVideo}},{key:"active",get:function(){if(!this.enabled)return!1;if(!t.native||this.forceFallback)return we(this.target,this.player.config.classNames.fullscreen.fallback);var e=this.prefix?document["".concat(this.prefix).concat(this.property,"Element")]:document.fullscreenElement;return e&&e.shadowRoot?e===this.target.getRootNode().host:e===this.target}},{key:"target",get:function(){return oe.isIos&&this.player.config.fullscreen.iosNative?this.player.media:this.player.elements.fullscreen||this.player.elements.container}}],[{key:"native",get:function(){return!!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)}},{key:"prefix",get:function(){if(X(document.exitFullscreen))return"";var e="";return["webkit","moz","ms"].some((function(t){return!(!X(document["".concat(t,"ExitFullscreen")])&&!X(document["".concat(t,"CancelFullScreen")]))&&(e=t,!0)})),e}},{key:"property",get:function(){return"moz"===this.prefix?"FullScreen":"Fullscreen"}}]),t}();function gt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Promise((function(i,n){var a=new Image,s=function(){delete a.onload,delete a.onerror,(a.naturalWidth>=t?i:n)(a)};Object.assign(a,{onload:s,onerror:s,src:e})}))}var yt={addStyleHook:function(){be(this.elements.container,this.config.selectors.container.replace(".",""),!0),be(this.elements.container,this.config.classNames.uiSupported,this.supported.ui)},toggleNativeControls:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];e&&this.isHTML5?this.media.setAttribute("controls",""):this.media.removeAttribute("controls")},build:function(){var e=this;if(this.listeners.media(),!this.supported.ui)return this.debug.warn("Basic support only for ".concat(this.provider," ").concat(this.type)),void yt.toggleNativeControls.call(this,!0);G(this.elements.controls)||(nt.inject.call(this),this.listeners.controls()),yt.toggleNativeControls.call(this),this.isHTML5&&rt.setup.call(this),this.volume=null,this.muted=null,this.loop=null,this.quality=null,this.speed=null,nt.updateVolume.call(this),nt.timeUpdate.call(this),yt.checkPlaying.call(this),be(this.elements.container,this.config.classNames.pip.supported,Ee.pip&&this.isHTML5&&this.isVideo),be(this.elements.container,this.config.classNames.airplay.supported,Ee.airplay&&this.isHTML5),be(this.elements.container,this.config.classNames.isIos,oe.isIos),be(this.elements.container,this.config.classNames.isTouch,this.touch),this.ready=!0,setTimeout((function(){Oe.call(e,e.media,"ready")}),0),yt.setTitle.call(this),this.poster&&yt.setPoster.call(this,this.poster,!1).catch((function(){})),this.config.duration&&nt.durationUpdate.call(this)},setTitle:function(){var e=Xe("play",this.config);if(Y(this.config.title)&&!ae(this.config.title)&&(e+=", ".concat(this.config.title)),Array.from(this.elements.buttons.play||[]).forEach((function(t){t.setAttribute("aria-label",e)})),this.isEmbed){var t=Ce.call(this,"iframe");if(!G(t))return;var i=ae(this.config.title)?"video":this.config.title,n=Xe("frameTitle",this.config);t.setAttribute("title",n.replace("{title}",i))}},togglePoster:function(e){be(this.elements.container,this.config.classNames.posterEnabled,e)},setPoster:function(e){var t=this,i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return i&&this.poster?Promise.reject(new Error("Poster already set")):(this.media.setAttribute("data-poster",e),je.call(this).then((function(){return gt(e)})).catch((function(i){throw e===t.poster&&yt.togglePoster.call(t,!1),i})).then((function(){if(e!==t.poster)throw new Error("setPoster cancelled by later call to setPoster")})).then((function(){return Object.assign(t.elements.poster.style,{backgroundImage:"url('".concat(e,"')"),backgroundSize:""}),yt.togglePoster.call(t,!0),e})))},checkPlaying:function(e){var t=this;be(this.elements.container,this.config.classNames.playing,this.playing),be(this.elements.container,this.config.classNames.paused,this.paused),be(this.elements.container,this.config.classNames.stopped,this.stopped),Array.from(this.elements.buttons.play||[]).forEach((function(e){Object.assign(e,{pressed:t.playing}),e.setAttribute("aria-label",Xe(t.playing?"pause":"play",t.config))})),Z(e)&&"timeupdate"===e.type||yt.toggleControls.call(this)},checkLoading:function(e){var t=this;this.loading=["stalled","waiting"].includes(e.type),clearTimeout(this.timers.loading),this.timers.loading=setTimeout((function(){be(t.elements.container,t.config.classNames.loading,t.loading),yt.toggleControls.call(t)}),this.loading?250:0)},toggleControls:function(e){var t=this.elements.controls;if(t&&this.config.hideControls){var i=this.touch&&this.lastSeekTime+2e3>Date.now();this.toggleControls(Boolean(e||this.loading||this.paused||t.pressed||t.hover||i))}},migrateStyles:function(){var e=this;Object.values(s({},this.media.style)).filter((function(e){return!ae(e)&&e.startsWith("--plyr")})).forEach((function(t){e.elements.container.style.setProperty(t,e.media.style.getPropertyValue(t)),e.media.style.removeProperty(t)})),ae(this.media.style)&&this.media.removeAttribute("style")}},vt=function(){function t(i){e(this,t),this.player=i,this.lastKey=null,this.focusTimer=null,this.lastKeyDown=null,this.handleKey=this.handleKey.bind(this),this.toggleMenu=this.toggleMenu.bind(this),this.setTabFocus=this.setTabFocus.bind(this),this.firstTouch=this.firstTouch.bind(this)}return i(t,[{key:"handleKey",value:function(e){var t=this.player,i=t.elements,n=e.keyCode?e.keyCode:e.which,a="keydown"===e.type,s=a&&n===this.lastKey;if(!(e.altKey||e.ctrlKey||e.metaKey||e.shiftKey)&&K(n)){if(a){var r=document.activeElement;if(G(r)){var o=t.config.selectors.editable;if(r!==i.inputs.seek&&ke(r,o))return;if(32===e.which&&ke(r,'button, [role^="menuitem"]'))return}switch([32,37,38,39,40,48,49,50,51,52,53,54,56,57,67,70,73,75,76,77,79].includes(n)&&(e.preventDefault(),e.stopPropagation()),n){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:s||(t.currentTime=t.duration/10*(n-48));break;case 32:case 75:s||qe(t.togglePlay());break;case 38:t.increaseVolume(.1);break;case 40:t.decreaseVolume(.1);break;case 77:s||(t.muted=!t.muted);break;case 39:t.forward();break;case 37:t.rewind();break;case 70:t.fullscreen.toggle();break;case 67:s||t.toggleCaptions();break;case 76:t.loop=!t.loop}27===n&&!t.fullscreen.usingNative&&t.fullscreen.active&&t.fullscreen.toggle(),this.lastKey=n}else this.lastKey=null}}},{key:"toggleMenu",value:function(e){nt.toggleMenu.call(this.player,e)}},{key:"firstTouch",value:function(){var e=this.player,t=e.elements;e.touch=!0,be(t.container,e.config.classNames.isTouch,!0)}},{key:"setTabFocus",value:function(e){var t=this.player,i=t.elements;if(clearTimeout(this.focusTimer),"keydown"!==e.type||9===e.which){"keydown"===e.type&&(this.lastKeyDown=e.timeStamp);var n,a=e.timeStamp-this.lastKeyDown<=20;if("focus"!==e.type||a)n=t.config.classNames.tabFocus,be(Te.call(t,".".concat(n)),n,!1),"focusout"!==e.type&&(this.focusTimer=setTimeout((function(){var e=document.activeElement;i.container.contains(e)&&be(document.activeElement,t.config.classNames.tabFocus,!0)}),10))}}},{key:"global",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=this.player;t.config.keyboard.global&&Me.call(t,window,"keydown keyup",this.handleKey,e,!1),Me.call(t,document.body,"click",this.toggleMenu,e),Le.call(t,document.body,"touchstart",this.firstTouch),Me.call(t,document.body,"keydown focus blur focusout",this.setTabFocus,e,!1,!0)}},{key:"container",value:function(){var e=this.player,t=e.config,i=e.elements,n=e.timers;!t.keyboard.global&&t.keyboard.focused&&xe.call(e,i.container,"keydown keyup",this.handleKey,!1),xe.call(e,i.container,"mousemove mouseleave touchstart touchmove enterfullscreen exitfullscreen",(function(t){var a=i.controls;a&&"enterfullscreen"===t.type&&(a.pressed=!1,a.hover=!1);var s=0;["touchstart","touchmove","mousemove"].includes(t.type)&&(yt.toggleControls.call(e,!0),s=e.touch?3e3:2e3),clearTimeout(n.controls),n.controls=setTimeout((function(){return yt.toggleControls.call(e,!1)}),s)}));var a=function(t){if(!t)return Re.call(e);var n=i.container.getBoundingClientRect(),a=n.width,s=n.height;return Re.call(e,"".concat(a,":").concat(s))},s=function(){clearTimeout(n.resized),n.resized=setTimeout(a,50)};xe.call(e,i.container,"enterfullscreen exitfullscreen",(function(t){var n=e.fullscreen,r=n.target,l=n.usingNative;if(r===i.container&&(e.isEmbed||!ae(e.config.ratio))){var c="enterfullscreen"===t.type,u=a(c);u.padding;!function(t,i,n){if(e.isVimeo&&!e.config.vimeo.premium){var a=e.elements.wrapper.firstChild,s=o(t,2)[1],r=o(Fe.call(e),2),l=r[0],c=r[1];a.style.maxWidth=n?"".concat(s/c*l,"px"):null,a.style.margin=n?"0 auto":null}}(u.ratio,0,c),l||(c?xe.call(e,window,"resize",s):Ie.call(e,window,"resize",s))}}))}},{key:"media",value:function(){var e=this,t=this.player,i=t.elements;if(xe.call(t,t.media,"timeupdate seeking seeked",(function(e){return nt.timeUpdate.call(t,e)})),xe.call(t,t.media,"durationchange loadeddata loadedmetadata",(function(e){return nt.durationUpdate.call(t,e)})),xe.call(t,t.media,"ended",(function(){t.isHTML5&&t.isVideo&&t.config.resetOnEnd&&(t.restart(),t.pause())})),xe.call(t,t.media,"progress playing seeking seeked",(function(e){return nt.updateProgress.call(t,e)})),xe.call(t,t.media,"volumechange",(function(e){return nt.updateVolume.call(t,e)})),xe.call(t,t.media,"playing play pause ended emptied timeupdate",(function(e){return yt.checkPlaying.call(t,e)})),xe.call(t,t.media,"waiting canplay seeked playing",(function(e){return yt.checkLoading.call(t,e)})),t.supported.ui&&t.config.clickToPlay&&!t.isAudio){var n=Ce.call(t,".".concat(t.config.classNames.video));if(!G(n))return;xe.call(t,i.container,"click",(function(a){([i.container,n].includes(a.target)||n.contains(a.target))&&(t.touch&&t.config.hideControls||(t.ended?(e.proxy(a,t.restart,"restart"),e.proxy(a,(function(){qe(t.play())}),"play")):e.proxy(a,(function(){qe(t.togglePlay())}),"play")))}))}t.supported.ui&&t.config.disableContextMenu&&xe.call(t,i.wrapper,"contextmenu",(function(e){e.preventDefault()}),!1),xe.call(t,t.media,"volumechange",(function(){t.storage.set({volume:t.volume,muted:t.muted})})),xe.call(t,t.media,"ratechange",(function(){nt.updateSetting.call(t,"speed"),t.storage.set({speed:t.speed})})),xe.call(t,t.media,"qualitychange",(function(e){nt.updateSetting.call(t,"quality",null,e.detail.quality)})),xe.call(t,t.media,"ready qualitychange",(function(){nt.setDownloadUrl.call(t)}));var a=t.config.events.concat(["keyup","keydown"]).join(" ");xe.call(t,t.media,a,(function(e){var n=e.detail,a=void 0===n?{}:n;"error"===e.type&&(a=t.media.error),Oe.call(t,i.container,e.type,!0,a)}))}},{key:"proxy",value:function(e,t,i){var n=this.player,a=n.config.listeners[i],s=!0;X(a)&&(s=a.call(n,e)),!1!==s&&X(t)&&t.call(n,e)}},{key:"bind",value:function(e,t,i,n){var a=this,s=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],r=this.player,o=r.config.listeners[n],l=X(o);xe.call(r,e,t,(function(e){return a.proxy(e,i,n)}),s&&!l)}},{key:"controls",value:function(){var e=this,t=this.player,i=t.elements,n=oe.isIE?"change":"input";if(i.buttons.play&&Array.from(i.buttons.play).forEach((function(i){e.bind(i,"click",(function(){qe(t.togglePlay())}),"play")})),this.bind(i.buttons.restart,"click",t.restart,"restart"),this.bind(i.buttons.rewind,"click",t.rewind,"rewind"),this.bind(i.buttons.fastForward,"click",t.forward,"fastForward"),this.bind(i.buttons.mute,"click",(function(){t.muted=!t.muted}),"mute"),this.bind(i.buttons.captions,"click",(function(){return t.toggleCaptions()})),this.bind(i.buttons.download,"click",(function(){Oe.call(t,t.media,"download")}),"download"),this.bind(i.buttons.fullscreen,"click",(function(){t.fullscreen.toggle()}),"fullscreen"),this.bind(i.buttons.pip,"click",(function(){t.pip="toggle"}),"pip"),this.bind(i.buttons.airplay,"click",t.airplay,"airplay"),this.bind(i.buttons.settings,"click",(function(e){e.stopPropagation(),e.preventDefault(),nt.toggleMenu.call(t,e)}),null,!1),this.bind(i.buttons.settings,"keyup",(function(e){var i=e.which;[13,32].includes(i)&&(13!==i?(e.preventDefault(),e.stopPropagation(),nt.toggleMenu.call(t,e)):nt.focusFirstMenuItem.call(t,null,!0))}),null,!1),this.bind(i.settings.menu,"keydown",(function(e){27===e.which&&nt.toggleMenu.call(t,e)})),this.bind(i.inputs.seek,"mousedown mousemove",(function(e){var t=i.progress.getBoundingClientRect(),n=100/t.width*(e.pageX-t.left);e.currentTarget.setAttribute("seek-value",n)})),this.bind(i.inputs.seek,"mousedown mouseup keydown keyup touchstart touchend",(function(e){var i=e.currentTarget,n=e.keyCode?e.keyCode:e.which;if(!ee(e)||39===n||37===n){t.lastSeekTime=Date.now();var a=i.hasAttribute("play-on-seeked"),s=["mouseup","touchend","keyup"].includes(e.type);a&&s?(i.removeAttribute("play-on-seeked"),qe(t.play())):!s&&t.playing&&(i.setAttribute("play-on-seeked",""),t.pause())}})),oe.isIos){var a=Te.call(t,'input[type="range"]');Array.from(a).forEach((function(t){return e.bind(t,n,(function(e){return re(e.target)}))}))}this.bind(i.inputs.seek,n,(function(e){var i=e.currentTarget,n=i.getAttribute("seek-value");ae(n)&&(n=i.value),i.removeAttribute("seek-value"),t.currentTime=n/i.max*t.duration}),"seek"),this.bind(i.progress,"mouseenter mouseleave mousemove",(function(e){return nt.updateSeekTooltip.call(t,e)})),this.bind(i.progress,"mousemove touchmove",(function(e){var i=t.previewThumbnails;i&&i.loaded&&i.startMove(e)})),this.bind(i.progress,"mouseleave touchend click",(function(){var e=t.previewThumbnails;e&&e.loaded&&e.endMove(!1,!0)})),this.bind(i.progress,"mousedown touchstart",(function(e){var i=t.previewThumbnails;i&&i.loaded&&i.startScrubbing(e)})),this.bind(i.progress,"mouseup touchend",(function(e){var i=t.previewThumbnails;i&&i.loaded&&i.endScrubbing(e)})),oe.isWebkit&&Array.from(Te.call(t,'input[type="range"]')).forEach((function(i){e.bind(i,"input",(function(e){return nt.updateRangeFill.call(t,e.target)}))})),t.config.toggleInvert&&!G(i.display.duration)&&this.bind(i.display.currentTime,"click",(function(){0!==t.currentTime&&(t.config.invertTime=!t.config.invertTime,nt.timeUpdate.call(t))})),this.bind(i.inputs.volume,n,(function(e){t.volume=e.target.value}),"volume"),this.bind(i.controls,"mouseenter mouseleave",(function(e){i.controls.hover=!t.touch&&"mouseenter"===e.type})),i.fullscreen&&Array.from(i.fullscreen.children).filter((function(e){return!e.contains(i.container)})).forEach((function(n){e.bind(n,"mouseenter mouseleave",(function(e){i.controls.hover=!t.touch&&"mouseenter"===e.type}))})),this.bind(i.controls,"mousedown mouseup touchstart touchend touchcancel",(function(e){i.controls.pressed=["mousedown","touchstart"].includes(e.type)})),this.bind(i.controls,"focusin",(function(){var n=t.config,a=t.timers;be(i.controls,n.classNames.noTransition,!0),yt.toggleControls.call(t,!0),setTimeout((function(){be(i.controls,n.classNames.noTransition,!1)}),0);var s=e.touch?3e3:4e3;clearTimeout(a.controls),a.controls=setTimeout((function(){return yt.toggleControls.call(t,!1)}),s)})),this.bind(i.inputs.volume,"wheel",(function(e){var i=e.webkitDirectionInvertedFromDevice,n=o([e.deltaX,-e.deltaY].map((function(e){return i?-e:e})),2),a=n[0],s=n[1],r=Math.sign(Math.abs(a)>Math.abs(s)?a:s);t.increaseVolume(r/50);var l=t.media.volume;(1===r&&l<1||-1===r&&l>0)&&e.preventDefault()}),"volume",!1)}}]),t}();"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof __webpack_require__.g?__webpack_require__.g:"undefined"!=typeof self&&self;var bt=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(e,t){e.exports=function(){var e=function(){},t={},i={},n={};function a(e,t){if(e){var a=n[e];if(i[e]=t,a)for(;a.length;)a[0](e,t),a.splice(0,1)}}function s(t,i){t.call&&(t={success:t}),i.length?(t.error||e)(i):(t.success||e)(t)}function r(t,i,n,a){var s,o,l=document,c=n.async,u=(n.numRetries||0)+1,d=n.before||e,h=t.replace(/[\?|#].*$/,""),p=t.replace(/^(css|img)!/,"");a=a||0,/(^css!|\.css$)/.test(h)?((o=l.createElement("link")).rel="stylesheet",o.href=p,(s="hideFocus"in o)&&o.relList&&(s=0,o.rel="preload",o.as="style")):/(^img!|\.(png|gif|jpg|svg|webp)$)/.test(h)?(o=l.createElement("img")).src=p:((o=l.createElement("script")).src=t,o.async=void 0===c||c),o.onload=o.onerror=o.onbeforeload=function(e){var l=e.type[0];if(s)try{o.sheet.cssText.length||(l="e")}catch(e){18!=e.code&&(l="e")}if("e"==l){if((a+=1)<u)return r(t,i,n,a)}else if("preload"==o.rel&&"style"==o.as)return o.rel="stylesheet";i(t,l,e.defaultPrevented)},!1!==d(t,o)&&l.head.appendChild(o)}function o(e,i,n){var o,l;if(i&&i.trim&&(o=i),l=(o?n:i)||{},o){if(o in t)throw"LoadJS";t[o]=!0}function c(t,i){!function(e,t,i){var n,a,s=(e=e.push?e:[e]).length,o=s,l=[];for(n=function(e,i,n){if("e"==i&&l.push(e),"b"==i){if(!n)return;l.push(e)}--s||t(l)},a=0;a<o;a++)r(e[a],n,i)}(e,(function(e){s(l,e),t&&s({success:t,error:i},e),a(o,e)}),l)}if(l.returnPromise)return new Promise(c);c()}return o.ready=function(e,t){return function(e,t){e=e.push?e:[e];var a,s,r,o=[],l=e.length,c=l;for(a=function(e,i){i.length&&o.push(e),--c||t(o)};l--;)s=e[l],(r=i[s])?a(s,r):(n[s]=n[s]||[]).push(a)}(e,(function(e){s(t,e)})),o},o.done=function(e){a(e,[])},o.reset=function(){t={},i={},n={}},o.isDefined=function(e){return e in t},o}()}));function wt(e){return new Promise((function(t,i){bt(e,{success:t,error:i})}))}function kt(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,Oe.call(this,this.media,e?"play":"pause"))}var Tt={setup:function(){var e=this;be(e.elements.wrapper,e.config.classNames.embed,!0),e.options.speed=e.config.speed.options,Re.call(e),z(window.Vimeo)?Tt.ready.call(e):wt(e.config.urls.vimeo.sdk).then((function(){Tt.ready.call(e)})).catch((function(t){e.debug.warn("Vimeo SDK (player.js) failed to load",t)}))},ready:function(){var e=this,t=this,i=t.config.vimeo,n=i.premium,a=i.referrerPolicy,l=r(i,["premium","referrerPolicy"]);n&&Object.assign(l,{controls:!1,sidedock:!1});var c=st(s({loop:t.config.loop.active,autoplay:t.autoplay,muted:t.muted,gesture:"media",playsinline:!this.config.fullscreen.iosNative},l)),u=t.media.getAttribute("src");ae(u)&&(u=t.media.getAttribute(t.config.attributes.embed.id));var d,h=ae(d=u)?null:K(Number(d))?d:d.match(/^.*(vimeo.com\/|video\/)(\d+).*/)?RegExp.$2:d,p=he("iframe"),m=Ue(t.config.urls.vimeo.iframe,h,c);p.setAttribute("src",m),p.setAttribute("allowfullscreen",""),p.setAttribute("allow","autoplay,fullscreen,picture-in-picture"),ae(a)||p.setAttribute("referrerPolicy",a);var f=t.poster;if(n)p.setAttribute("data-poster",f),t.media=ge(p,t.media);else{var g=he("div",{class:t.config.classNames.embedContainer,"data-poster":f});g.appendChild(p),t.media=ge(g,t.media)}Je(Ue(t.config.urls.vimeo.api,h),"json").then((function(e){if(!ae(e)){var i=new URL(e[0].thumbnail_large);i.pathname="".concat(i.pathname.split("_")[0],".jpg"),yt.setPoster.call(t,i.href).catch((function(){}))}})),t.embed=new window.Vimeo.Player(p,{autopause:t.config.autopause,muted:t.muted}),t.media.paused=!0,t.media.currentTime=0,t.supported.ui&&t.embed.disableTextTrack(),t.media.play=function(){return kt.call(t,!0),t.embed.play()},t.media.pause=function(){return kt.call(t,!1),t.embed.pause()},t.media.stop=function(){t.pause(),t.currentTime=0};var y=t.media.currentTime;Object.defineProperty(t.media,"currentTime",{get:function(){return y},set:function(e){var i=t.embed,n=t.media,a=t.paused,s=t.volume,r=a&&!i.hasPlayed;n.seeking=!0,Oe.call(t,n,"seeking"),Promise.resolve(r&&i.setVolume(0)).then((function(){return i.setCurrentTime(e)})).then((function(){return r&&i.pause()})).then((function(){return r&&i.setVolume(s)})).catch((function(){}))}});var v=t.config.speed.selected;Object.defineProperty(t.media,"playbackRate",{get:function(){return v},set:function(e){t.embed.setPlaybackRate(e).then((function(){v=e,Oe.call(t,t.media,"ratechange")})).catch((function(){t.options.speed=[1]}))}});var b=t.config.volume;Object.defineProperty(t.media,"volume",{get:function(){return b},set:function(e){t.embed.setVolume(e).then((function(){b=e,Oe.call(t,t.media,"volumechange")}))}});var w=t.config.muted;Object.defineProperty(t.media,"muted",{get:function(){return w},set:function(e){var i=!!Q(e)&&e;t.embed.setVolume(i?0:t.config.volume).then((function(){w=i,Oe.call(t,t.media,"volumechange")}))}});var k,T=t.config.loop;Object.defineProperty(t.media,"loop",{get:function(){return T},set:function(e){var i=Q(e)?e:t.config.loop.active;t.embed.setLoop(i).then((function(){T=i}))}}),t.embed.getVideoUrl().then((function(e){k=e,nt.setDownloadUrl.call(t)})).catch((function(t){e.debug.warn(t)})),Object.defineProperty(t.media,"currentSrc",{get:function(){return k}}),Object.defineProperty(t.media,"ended",{get:function(){return t.currentTime===t.duration}}),Promise.all([t.embed.getVideoWidth(),t.embed.getVideoHeight()]).then((function(i){var n=o(i,2),a=n[0],s=n[1];t.embed.ratio=[a,s],Re.call(e)})),t.embed.setAutopause(t.config.autopause).then((function(e){t.config.autopause=e})),t.embed.getVideoTitle().then((function(i){t.config.title=i,yt.setTitle.call(e)})),t.embed.getCurrentTime().then((function(e){y=e,Oe.call(t,t.media,"timeupdate")})),t.embed.getDuration().then((function(e){t.media.duration=e,Oe.call(t,t.media,"durationchange")})),t.embed.getTextTracks().then((function(e){t.media.textTracks=e,rt.setup.call(t)})),t.embed.on("cuechange",(function(e){var i=e.cues,n=(void 0===i?[]:i).map((function(e){return function(e){var t=document.createDocumentFragment(),i=document.createElement("div");return t.appendChild(i),i.innerHTML=e,t.firstChild.innerText}(e.text)}));rt.updateCues.call(t,n)})),t.embed.on("loaded",(function(){(t.embed.getPaused().then((function(e){kt.call(t,!e),e||Oe.call(t,t.media,"playing")})),G(t.embed.element)&&t.supported.ui)&&t.embed.element.setAttribute("tabindex",-1)})),t.embed.on("bufferstart",(function(){Oe.call(t,t.media,"waiting")})),t.embed.on("bufferend",(function(){Oe.call(t,t.media,"playing")})),t.embed.on("play",(function(){kt.call(t,!0),Oe.call(t,t.media,"playing")})),t.embed.on("pause",(function(){kt.call(t,!1)})),t.embed.on("timeupdate",(function(e){t.media.seeking=!1,y=e.seconds,Oe.call(t,t.media,"timeupdate")})),t.embed.on("progress",(function(e){t.media.buffered=e.percent,Oe.call(t,t.media,"progress"),1===parseInt(e.percent,10)&&Oe.call(t,t.media,"canplaythrough"),t.embed.getDuration().then((function(e){e!==t.media.duration&&(t.media.duration=e,Oe.call(t,t.media,"durationchange"))}))})),t.embed.on("seeked",(function(){t.media.seeking=!1,Oe.call(t,t.media,"seeked")})),t.embed.on("ended",(function(){t.media.paused=!0,Oe.call(t,t.media,"ended")})),t.embed.on("error",(function(e){t.media.error=e,Oe.call(t,t.media,"error")})),setTimeout((function(){return yt.build.call(t)}),0)}};function Ct(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,Oe.call(this,this.media,e?"play":"pause"))}function At(e){return e.noCookie?"https://www.youtube-nocookie.com":"http:"===window.location.protocol?"http://www.youtube.com":void 0}var St={setup:function(){var e=this;if(be(this.elements.wrapper,this.config.classNames.embed,!0),z(window.YT)&&X(window.YT.Player))St.ready.call(this);else{var t=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=function(){X(t)&&t(),St.ready.call(e)},wt(this.config.urls.youtube.sdk).catch((function(t){e.debug.warn("YouTube API failed to load",t)}))}},getTitle:function(e){var t=this;Je(Ue(this.config.urls.youtube.api,e)).then((function(e){if(z(e)){var i=e.title,n=e.height,a=e.width;t.config.title=i,yt.setTitle.call(t),t.embed.ratio=[a,n]}Re.call(t)})).catch((function(){Re.call(t)}))},ready:function(){var e=this,t=e.media&&e.media.getAttribute("id");if(ae(t)||!t.startsWith("youtube-")){var i=e.media.getAttribute("src");ae(i)&&(i=e.media.getAttribute(this.config.attributes.embed.id));var n,a,s=ae(n=i)?null:n.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/)?RegExp.$2:n,r=(a=e.provider,"".concat(a,"-").concat(Math.floor(1e4*Math.random()))),o=he("div",{id:r,"data-poster":e.poster});e.media=ge(o,e.media);var l=function(e){return"https://i.ytimg.com/vi/".concat(s,"/").concat(e,"default.jpg")};gt(l("maxres"),121).catch((function(){return gt(l("sd"),121)})).catch((function(){return gt(l("hq"))})).then((function(t){return yt.setPoster.call(e,t.src)})).then((function(t){t.includes("maxres")||(e.elements.poster.style.backgroundSize="cover")})).catch((function(){}));var c=e.config.youtube;e.embed=new window.YT.Player(r,{videoId:s,host:At(c),playerVars:ce({},{autoplay:e.config.autoplay?1:0,hl:e.config.hl,controls:e.supported.ui?0:1,disablekb:1,playsinline:e.config.fullscreen.iosNative?0:1,cc_load_policy:e.captions.active?1:0,cc_lang_pref:e.config.captions.language,widget_referrer:window?window.location.href:null},c),events:{onError:function(t){if(!e.media.error){var i=t.data,n={2:"The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.",5:"The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.",100:"The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.",101:"The owner of the requested video does not allow it to be played in embedded players.",150:"The owner of the requested video does not allow it to be played in embedded players."}[i]||"An unknown error occured";e.media.error={code:i,message:n},Oe.call(e,e.media,"error")}},onPlaybackRateChange:function(t){var i=t.target;e.media.playbackRate=i.getPlaybackRate(),Oe.call(e,e.media,"ratechange")},onReady:function(t){if(!X(e.media.play)){var i=t.target;St.getTitle.call(e,s),e.media.play=function(){Ct.call(e,!0),i.playVideo()},e.media.pause=function(){Ct.call(e,!1),i.pauseVideo()},e.media.stop=function(){i.stopVideo()},e.media.duration=i.getDuration(),e.media.paused=!0,e.media.currentTime=0,Object.defineProperty(e.media,"currentTime",{get:function(){return Number(i.getCurrentTime())},set:function(t){e.paused&&!e.embed.hasPlayed&&e.embed.mute(),e.media.seeking=!0,Oe.call(e,e.media,"seeking"),i.seekTo(t)}}),Object.defineProperty(e.media,"playbackRate",{get:function(){return i.getPlaybackRate()},set:function(e){i.setPlaybackRate(e)}});var n=e.config.volume;Object.defineProperty(e.media,"volume",{get:function(){return n},set:function(t){n=t,i.setVolume(100*n),Oe.call(e,e.media,"volumechange")}});var a=e.config.muted;Object.defineProperty(e.media,"muted",{get:function(){return a},set:function(t){var n=Q(t)?t:a;a=n,i[n?"mute":"unMute"](),Oe.call(e,e.media,"volumechange")}}),Object.defineProperty(e.media,"currentSrc",{get:function(){return i.getVideoUrl()}}),Object.defineProperty(e.media,"ended",{get:function(){return e.currentTime===e.duration}});var r=i.getAvailablePlaybackRates();e.options.speed=r.filter((function(t){return e.config.speed.options.includes(t)})),e.supported.ui&&e.media.setAttribute("tabindex",-1),Oe.call(e,e.media,"timeupdate"),Oe.call(e,e.media,"durationchange"),clearInterval(e.timers.buffering),e.timers.buffering=setInterval((function(){e.media.buffered=i.getVideoLoadedFraction(),(null===e.media.lastBuffered||e.media.lastBuffered<e.media.buffered)&&Oe.call(e,e.media,"progress"),e.media.lastBuffered=e.media.buffered,1===e.media.buffered&&(clearInterval(e.timers.buffering),Oe.call(e,e.media,"canplaythrough"))}),200),setTimeout((function(){return yt.build.call(e)}),50)}},onStateChange:function(t){var i=t.target;switch(clearInterval(e.timers.playing),e.media.seeking&&[1,2].includes(t.data)&&(e.media.seeking=!1,Oe.call(e,e.media,"seeked")),t.data){case-1:Oe.call(e,e.media,"timeupdate"),e.media.buffered=i.getVideoLoadedFraction(),Oe.call(e,e.media,"progress");break;case 0:Ct.call(e,!1),e.media.loop?(i.stopVideo(),i.playVideo()):Oe.call(e,e.media,"ended");break;case 1:e.config.autoplay||!e.media.paused||e.embed.hasPlayed?(Ct.call(e,!0),Oe.call(e,e.media,"playing"),e.timers.playing=setInterval((function(){Oe.call(e,e.media,"timeupdate")}),50),e.media.duration!==i.getDuration()&&(e.media.duration=i.getDuration(),Oe.call(e,e.media,"durationchange"))):e.media.pause();break;case 2:e.muted||e.embed.unMute(),Ct.call(e,!1);break;case 3:Oe.call(e,e.media,"waiting")}Oe.call(e,e.elements.container,"statechange",!1,{code:t.data})}}})}}},Pt={setup:function(){this.media?(be(this.elements.container,this.config.classNames.type.replace("{0}",this.type),!0),be(this.elements.container,this.config.classNames.provider.replace("{0}",this.provider),!0),this.isEmbed&&be(this.elements.container,this.config.classNames.type.replace("{0}","video"),!0),this.isVideo&&(this.elements.wrapper=he("div",{class:this.config.classNames.video}),ue(this.media,this.elements.wrapper),this.elements.poster=he("div",{class:this.config.classNames.poster}),this.elements.wrapper.appendChild(this.elements.poster)),this.isHTML5?Ve.setup.call(this):this.isYouTube?St.setup.call(this):this.isVimeo&&Tt.setup.call(this)):this.debug.warn("No media element found!")}},Et=function(){function t(i){var n=this;e(this,t),this.player=i,this.config=i.config.ads,this.playing=!1,this.initialized=!1,this.elements={container:null,displayContainer:null},this.manager=null,this.loader=null,this.cuePoints=null,this.events={},this.safetyTimer=null,this.countdownTimer=null,this.managerPromise=new Promise((function(e,t){n.on("loaded",e),n.on("error",t)})),this.load()}return i(t,[{key:"load",value:function(){var e=this;this.enabled&&(z(window.google)&&z(window.google.ima)?this.ready():wt(this.player.config.urls.googleIMA.sdk).then((function(){e.ready()})).catch((function(){e.trigger("error",new Error("Google IMA SDK failed to load"))})))}},{key:"ready",value:function(){var e,t=this;this.enabled||((e=this).manager&&e.manager.destroy(),e.elements.displayContainer&&e.elements.displayContainer.destroy(),e.elements.container.remove()),this.startSafetyTimer(12e3,"ready()"),this.managerPromise.then((function(){t.clearSafetyTimer("onAdsManagerLoaded()")})),this.listeners(),this.setupIMA()}},{key:"setupIMA",value:function(){var e=this;this.elements.container=he("div",{class:this.player.config.classNames.ads}),this.player.elements.container.appendChild(this.elements.container),google.ima.settings.setVpaidMode(google.ima.ImaSdkSettings.VpaidMode.ENABLED),google.ima.settings.setLocale(this.player.config.ads.language),google.ima.settings.setDisableCustomPlaybackForIOS10Plus(this.player.config.playsinline),this.elements.displayContainer=new google.ima.AdDisplayContainer(this.elements.container,this.player.media),this.loader=new google.ima.AdsLoader(this.elements.displayContainer),this.loader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED,(function(t){return e.onAdsManagerLoaded(t)}),!1),this.loader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,(function(t){return e.onAdError(t)}),!1),this.requestAds()}},{key:"requestAds",value:function(){var e=this.player.elements.container;try{var t=new google.ima.AdsRequest;t.adTagUrl=this.tagUrl,t.linearAdSlotWidth=e.offsetWidth,t.linearAdSlotHeight=e.offsetHeight,t.nonLinearAdSlotWidth=e.offsetWidth,t.nonLinearAdSlotHeight=e.offsetHeight,t.forceNonLinearFullSlot=!1,t.setAdWillPlayMuted(!this.player.muted),this.loader.requestAds(t)}catch(e){this.onAdError(e)}}},{key:"pollCountdown",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!t)return clearInterval(this.countdownTimer),void this.elements.container.removeAttribute("data-badge-text");var i=function(){var t=it(Math.max(e.manager.getRemainingTime(),0)),i="".concat(Xe("advertisement",e.player.config)," - ").concat(t);e.elements.container.setAttribute("data-badge-text",i)};this.countdownTimer=setInterval(i,100)}},{key:"onAdsManagerLoaded",value:function(e){var t=this;if(this.enabled){var i=new google.ima.AdsRenderingSettings;i.restoreCustomPlaybackStateOnAdBreakComplete=!0,i.enablePreloading=!0,this.manager=e.getAdsManager(this.player,i),this.cuePoints=this.manager.getCuePoints(),this.manager.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,(function(e){return t.onAdError(e)})),Object.keys(google.ima.AdEvent.Type).forEach((function(e){t.manager.addEventListener(google.ima.AdEvent.Type[e],(function(e){return t.onAdEvent(e)}))})),this.trigger("loaded")}}},{key:"addCuePoints",value:function(){var e=this;ae(this.cuePoints)||this.cuePoints.forEach((function(t){if(0!==t&&-1!==t&&t<e.player.duration){var i=e.player.elements.progress;if(G(i)){var n=100/e.player.duration*t,a=he("span",{class:e.player.config.classNames.cues});a.style.left="".concat(n.toString(),"%"),i.appendChild(a)}}}))}},{key:"onAdEvent",value:function(e){var t=this,i=this.player.elements.container,n=e.getAd(),a=e.getAdData();switch(function(e){Oe.call(t.player,t.player.media,"ads".concat(e.replace(/_/g,"").toLowerCase()))}(e.type),e.type){case google.ima.AdEvent.Type.LOADED:this.trigger("loaded"),this.pollCountdown(!0),n.isLinear()||(n.width=i.offsetWidth,n.height=i.offsetHeight);break;case google.ima.AdEvent.Type.STARTED:this.manager.setVolume(this.player.volume);break;case google.ima.AdEvent.Type.ALL_ADS_COMPLETED:this.player.ended?this.loadAds():this.loader.contentComplete();break;case google.ima.AdEvent.Type.CONTENT_PAUSE_REQUESTED:this.pauseContent();break;case google.ima.AdEvent.Type.CONTENT_RESUME_REQUESTED:this.pollCountdown(),this.resumeContent();break;case google.ima.AdEvent.Type.LOG:a.adError&&this.player.debug.warn("Non-fatal ad error: ".concat(a.adError.getMessage()))}}},{key:"onAdError",value:function(e){this.cancel(),this.player.debug.warn("Ads error",e)}},{key:"listeners",value:function(){var e,t=this,i=this.player.elements.container;this.player.on("canplay",(function(){t.addCuePoints()})),this.player.on("ended",(function(){t.loader.contentComplete()})),this.player.on("timeupdate",(function(){e=t.player.currentTime})),this.player.on("seeked",(function(){var i=t.player.currentTime;ae(t.cuePoints)||t.cuePoints.forEach((function(n,a){e<n&&n<i&&(t.manager.discardAdBreak(),t.cuePoints.splice(a,1))}))})),window.addEventListener("resize",(function(){t.manager&&t.manager.resize(i.offsetWidth,i.offsetHeight,google.ima.ViewMode.NORMAL)}))}},{key:"play",value:function(){var e=this,t=this.player.elements.container;this.managerPromise||this.resumeContent(),this.managerPromise.then((function(){e.manager.setVolume(e.player.volume),e.elements.displayContainer.initialize();try{e.initialized||(e.manager.init(t.offsetWidth,t.offsetHeight,google.ima.ViewMode.NORMAL),e.manager.start()),e.initialized=!0}catch(t){e.onAdError(t)}})).catch((function(){}))}},{key:"resumeContent",value:function(){this.elements.container.style.zIndex="",this.playing=!1,qe(this.player.media.play())}},{key:"pauseContent",value:function(){this.elements.container.style.zIndex=3,this.playing=!0,this.player.media.pause()}},{key:"cancel",value:function(){this.initialized&&this.resumeContent(),this.trigger("error"),this.loadAds()}},{key:"loadAds",value:function(){var e=this;this.managerPromise.then((function(){e.manager&&e.manager.destroy(),e.managerPromise=new Promise((function(t){e.on("loaded",t),e.player.debug.log(e.manager)})),e.initialized=!1,e.requestAds()})).catch((function(){}))}},{key:"trigger",value:function(e){for(var t=this,i=arguments.length,n=new Array(i>1?i-1:0),a=1;a<i;a++)n[a-1]=arguments[a];var s=this.events[e];$(s)&&s.forEach((function(e){X(e)&&e.apply(t,n)}))}},{key:"on",value:function(e,t){return $(this.events[e])||(this.events[e]=[]),this.events[e].push(t),this}},{key:"startSafetyTimer",value:function(e,t){var i=this;this.player.debug.log("Safety timer invoked from: ".concat(t)),this.safetyTimer=setTimeout((function(){i.cancel(),i.clearSafetyTimer("startSafetyTimer()")}),e)}},{key:"clearSafetyTimer",value:function(e){W(this.safetyTimer)||(this.player.debug.log("Safety timer cleared from: ".concat(e)),clearTimeout(this.safetyTimer),this.safetyTimer=null)}},{key:"enabled",get:function(){var e=this.config;return this.player.isHTML5&&this.player.isVideo&&e.enabled&&(!ae(e.publisherId)||ne(e.tagUrl))}},{key:"tagUrl",get:function(){var e=this.config;if(ne(e.tagUrl))return e.tagUrl;var t={AV_PUBLISHERID:"58c25bb0073ef448b1087ad6",AV_CHANNELID:"5a0458dc28a06145e4519d21",AV_URL:window.location.hostname,cb:Date.now(),AV_WIDTH:640,AV_HEIGHT:480,AV_CDIM2:e.publisherId};return"".concat("https://go.aniview.com/api/adserver6/vast/","?").concat(st(t))}}]),t}(),Nt=function(e,t){var i={};return e>t.width/t.height?(i.width=t.width,i.height=1/e*t.width):(i.height=t.height,i.width=e*t.height),i},Mt=function(){function t(i){e(this,t),this.player=i,this.thumbnails=[],this.loaded=!1,this.lastMouseMoveTime=Date.now(),this.mouseDown=!1,this.loadedImages=[],this.elements={thumb:{},scrubbing:{}},this.load()}return i(t,[{key:"load",value:function(){var e=this;this.player.elements.display.seekTooltip&&(this.player.elements.display.seekTooltip.hidden=this.enabled),this.enabled&&this.getThumbnails().then((function(){e.enabled&&(e.render(),e.determineContainerAutoSizing(),e.loaded=!0)}))}},{key:"getThumbnails",value:function(){var e=this;return new Promise((function(t){var i=e.player.config.previewThumbnails.src;if(ae(i))throw new Error("Missing previewThumbnails.src config attribute");var n=function(){e.thumbnails.sort((function(e,t){return e.height-t.height})),e.player.debug.log("Preview thumbnails",e.thumbnails),t()};if(X(i))i((function(t){e.thumbnails=t,n()}));else{var a=(Y(i)?[i]:i).map((function(t){return e.getThumbnail(t)}));Promise.all(a).then(n)}}))}},{key:"getThumbnail",value:function(e){var t=this;return new Promise((function(i){Je(e).then((function(n){var a,s,r={frames:(a=n,s=[],a.split(/\r\n\r\n|\n\n|\r\r/).forEach((function(e){var t={};e.split(/\r\n|\n|\r/).forEach((function(e){if(K(t.startTime)){if(!ae(e.trim())&&ae(t.text)){var i=e.trim().split("#xywh="),n=o(i,1);if(t.text=n[0],i[1]){var a=o(i[1].split(","),4);t.x=a[0],t.y=a[1],t.w=a[2],t.h=a[3]}}}else{var s=e.match(/([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})( ?--> ?)([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})/);s&&(t.startTime=60*Number(s[1]||0)*60+60*Number(s[2])+Number(s[3])+Number("0.".concat(s[4])),t.endTime=60*Number(s[6]||0)*60+60*Number(s[7])+Number(s[8])+Number("0.".concat(s[9])))}})),t.text&&s.push(t)})),s),height:null,urlPrefix:""};r.frames[0].text.startsWith("/")||r.frames[0].text.startsWith("http://")||r.frames[0].text.startsWith("https://")||(r.urlPrefix=e.substring(0,e.lastIndexOf("/")+1));var l=new Image;l.onload=function(){r.height=l.naturalHeight,r.width=l.naturalWidth,t.thumbnails.push(r),i()},l.src=r.urlPrefix+r.frames[0].text}))}))}},{key:"startMove",value:function(e){if(this.loaded&&Z(e)&&["touchmove","mousemove"].includes(e.type)&&this.player.media.duration){if("touchmove"===e.type)this.seekTime=this.player.media.duration*(this.player.elements.inputs.seek.value/100);else{var t=this.player.elements.progress.getBoundingClientRect(),i=100/t.width*(e.pageX-t.left);this.seekTime=this.player.media.duration*(i/100),this.seekTime<0&&(this.seekTime=0),this.seekTime>this.player.media.duration-1&&(this.seekTime=this.player.media.duration-1),this.mousePosX=e.pageX,this.elements.thumb.time.innerText=it(this.seekTime)}this.showImageAtCurrentTime()}}},{key:"endMove",value:function(){this.toggleThumbContainer(!1,!0)}},{key:"startScrubbing",value:function(e){(W(e.button)||!1===e.button||0===e.button)&&(this.mouseDown=!0,this.player.media.duration&&(this.toggleScrubbingContainer(!0),this.toggleThumbContainer(!1,!0),this.showImageAtCurrentTime()))}},{key:"endScrubbing",value:function(){var e=this;this.mouseDown=!1,Math.ceil(this.lastTime)===Math.ceil(this.player.media.currentTime)?this.toggleScrubbingContainer(!1):Le.call(this.player,this.player.media,"timeupdate",(function(){e.mouseDown||e.toggleScrubbingContainer(!1)}))}},{key:"listeners",value:function(){var e=this;this.player.on("play",(function(){e.toggleThumbContainer(!1,!0)})),this.player.on("seeked",(function(){e.toggleThumbContainer(!1)})),this.player.on("timeupdate",(function(){e.lastTime=e.player.media.currentTime}))}},{key:"render",value:function(){this.elements.thumb.container=he("div",{class:this.player.config.classNames.previewThumbnails.thumbContainer}),this.elements.thumb.imageContainer=he("div",{class:this.player.config.classNames.previewThumbnails.imageContainer}),this.elements.thumb.container.appendChild(this.elements.thumb.imageContainer);var e=he("div",{class:this.player.config.classNames.previewThumbnails.timeContainer});this.elements.thumb.time=he("span",{},"00:00"),e.appendChild(this.elements.thumb.time),this.elements.thumb.container.appendChild(e),G(this.player.elements.progress)&&this.player.elements.progress.appendChild(this.elements.thumb.container),this.elements.scrubbing.container=he("div",{class:this.player.config.classNames.previewThumbnails.scrubbingContainer}),this.player.elements.wrapper.appendChild(this.elements.scrubbing.container)}},{key:"destroy",value:function(){this.elements.thumb.container&&this.elements.thumb.container.remove(),this.elements.scrubbing.container&&this.elements.scrubbing.container.remove()}},{key:"showImageAtCurrentTime",value:function(){var e=this;this.mouseDown?this.setScrubbingContainerSize():this.setThumbContainerSizeAndPos();var t=this.thumbnails[0].frames.findIndex((function(t){return e.seekTime>=t.startTime&&e.seekTime<=t.endTime})),i=t>=0,n=0;this.mouseDown||this.toggleThumbContainer(i),i&&(this.thumbnails.forEach((function(i,a){e.loadedImages.includes(i.frames[t].text)&&(n=a)})),t!==this.showingThumb&&(this.showingThumb=t,this.loadImage(n)))}},{key:"loadImage",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,i=this.showingThumb,n=this.thumbnails[t],a=n.urlPrefix,s=n.frames[i],r=n.frames[i].text,o=a+r;if(this.currentImageElement&&this.currentImageElement.dataset.filename===r)this.showImage(this.currentImageElement,s,t,i,r,!1),this.currentImageElement.dataset.index=i,this.removeOldImages(this.currentImageElement);else{this.loadingImage&&this.usingSprites&&(this.loadingImage.onload=null);var l=new Image;l.src=o,l.dataset.index=i,l.dataset.filename=r,this.showingThumbFilename=r,this.player.debug.log("Loading image: ".concat(o)),l.onload=function(){return e.showImage(l,s,t,i,r,!0)},this.loadingImage=l,this.removeOldImages(l)}}},{key:"showImage",value:function(e,t,i,n,a){var s=!(arguments.length>5&&void 0!==arguments[5])||arguments[5];this.player.debug.log("Showing thumb: ".concat(a,". num: ").concat(n,". qual: ").concat(i,". newimg: ").concat(s)),this.setImageSizeAndOffset(e,t),s&&(this.currentImageContainer.appendChild(e),this.currentImageElement=e,this.loadedImages.includes(a)||this.loadedImages.push(a)),this.preloadNearby(n,!0).then(this.preloadNearby(n,!1)).then(this.getHigherQuality(i,e,t,a))}},{key:"removeOldImages",value:function(e){var t=this;Array.from(this.currentImageContainer.children).forEach((function(i){if("img"===i.tagName.toLowerCase()){var n=t.usingSprites?500:1e3;if(i.dataset.index!==e.dataset.index&&!i.dataset.deleting){i.dataset.deleting=!0;var a=t.currentImageContainer;setTimeout((function(){a.removeChild(i),t.player.debug.log("Removing thumb: ".concat(i.dataset.filename))}),n)}}}))}},{key:"preloadNearby",value:function(e){var t=this,i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return new Promise((function(n){setTimeout((function(){var a=t.thumbnails[0].frames[e].text;if(t.showingThumbFilename===a){var s;s=i?t.thumbnails[0].frames.slice(e):t.thumbnails[0].frames.slice(0,e).reverse();var r=!1;s.forEach((function(e){var i=e.text;if(i!==a&&!t.loadedImages.includes(i)){r=!0,t.player.debug.log("Preloading thumb filename: ".concat(i));var s=t.thumbnails[0].urlPrefix+i,o=new Image;o.src=s,o.onload=function(){t.player.debug.log("Preloaded thumb filename: ".concat(i)),t.loadedImages.includes(i)||t.loadedImages.push(i),n()}}})),r||n()}}),300)}))}},{key:"getHigherQuality",value:function(e,t,i,n){var a=this;if(e<this.thumbnails.length-1){var s=t.naturalHeight;this.usingSprites&&(s=i.h),s<this.thumbContainerHeight&&setTimeout((function(){a.showingThumbFilename===n&&(a.player.debug.log("Showing higher quality thumb for: ".concat(n)),a.loadImage(e+1))}),300)}}},{key:"toggleThumbContainer",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=this.player.config.classNames.previewThumbnails.thumbContainerShown;this.elements.thumb.container.classList.toggle(i,e),!e&&t&&(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"toggleScrubbingContainer",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.player.config.classNames.previewThumbnails.scrubbingContainerShown;this.elements.scrubbing.container.classList.toggle(t,e),e||(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"determineContainerAutoSizing",value:function(){(this.elements.thumb.imageContainer.clientHeight>20||this.elements.thumb.imageContainer.clientWidth>20)&&(this.sizeSpecifiedInCSS=!0)}},{key:"setThumbContainerSizeAndPos",value:function(){if(this.sizeSpecifiedInCSS){if(this.elements.thumb.imageContainer.clientHeight>20&&this.elements.thumb.imageContainer.clientWidth<20){var e=Math.floor(this.elements.thumb.imageContainer.clientHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.width="".concat(e,"px")}else if(this.elements.thumb.imageContainer.clientHeight<20&&this.elements.thumb.imageContainer.clientWidth>20){var t=Math.floor(this.elements.thumb.imageContainer.clientWidth/this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(t,"px")}}else{var i=Math.floor(this.thumbContainerHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(this.thumbContainerHeight,"px"),this.elements.thumb.imageContainer.style.width="".concat(i,"px")}this.setThumbContainerPos()}},{key:"setThumbContainerPos",value:function(){var e=this.player.elements.progress.getBoundingClientRect(),t=this.player.elements.container.getBoundingClientRect(),i=this.elements.thumb.container,n=t.left-e.left+10,a=t.right-e.left-i.clientWidth-10,s=this.mousePosX-e.left-i.clientWidth/2;s<n&&(s=n),s>a&&(s=a),i.style.left="".concat(s,"px")}},{key:"setScrubbingContainerSize",value:function(){var e=Nt(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight}),t=e.width,i=e.height;this.elements.scrubbing.container.style.width="".concat(t,"px"),this.elements.scrubbing.container.style.height="".concat(i,"px")}},{key:"setImageSizeAndOffset",value:function(e,t){if(this.usingSprites){var i=this.thumbContainerHeight/t.h;e.style.height="".concat(e.naturalHeight*i,"px"),e.style.width="".concat(e.naturalWidth*i,"px"),e.style.left="-".concat(t.x*i,"px"),e.style.top="-".concat(t.y*i,"px")}}},{key:"enabled",get:function(){return this.player.isHTML5&&this.player.isVideo&&this.player.config.previewThumbnails.enabled}},{key:"currentImageContainer",get:function(){return this.mouseDown?this.elements.scrubbing.container:this.elements.thumb.imageContainer}},{key:"usingSprites",get:function(){return Object.keys(this.thumbnails[0].frames[0]).includes("w")}},{key:"thumbAspectRatio",get:function(){return this.usingSprites?this.thumbnails[0].frames[0].w/this.thumbnails[0].frames[0].h:this.thumbnails[0].width/this.thumbnails[0].height}},{key:"thumbContainerHeight",get:function(){return this.mouseDown?Nt(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight}).height:this.sizeSpecifiedInCSS?this.elements.thumb.imageContainer.clientHeight:Math.floor(this.player.media.clientWidth/this.thumbAspectRatio/4)}},{key:"currentImageElement",get:function(){return this.mouseDown?this.currentScrubbingImageElement:this.currentThumbnailImageElement},set:function(e){this.mouseDown?this.currentScrubbingImageElement=e:this.currentThumbnailImageElement=e}}]),t}(),xt={insertElements:function(e,t){var i=this;Y(t)?pe(e,this.media,{src:t}):$(t)&&t.forEach((function(t){pe(e,i.media,t)}))},change:function(e){var t=this;le(e,"sources.length")?(Ve.cancelRequests.call(this),this.destroy.call(this,(function(){t.options.quality=[],me(t.media),t.media=null,G(t.elements.container)&&t.elements.container.removeAttribute("class");var i=e.sources,n=e.type,a=o(i,1)[0],s=a.provider,r=void 0===s?ut.html5:s,l=a.src,c="html5"===r?n:"div",u="html5"===r?{}:{src:l};Object.assign(t,{provider:r,type:n,supported:Ee.check(n,r,t.config.playsinline),media:he(c,u)}),t.elements.container.appendChild(t.media),Q(e.autoplay)&&(t.config.autoplay=e.autoplay),t.isHTML5&&(t.config.crossorigin&&t.media.setAttribute("crossorigin",""),t.config.autoplay&&t.media.setAttribute("autoplay",""),ae(e.poster)||(t.poster=e.poster),t.config.loop.active&&t.media.setAttribute("loop",""),t.config.muted&&t.media.setAttribute("muted",""),t.config.playsinline&&t.media.setAttribute("playsinline","")),yt.addStyleHook.call(t),t.isHTML5&&xt.insertElements.call(t,"source",i),t.config.title=e.title,Pt.setup.call(t),t.isHTML5&&Object.keys(e).includes("tracks")&&xt.insertElements.call(t,"track",e.tracks),(t.isHTML5||t.isEmbed&&!t.supported.ui)&&yt.build.call(t),t.isHTML5&&t.media.load(),ae(e.previewThumbnails)||(Object.assign(t.config.previewThumbnails,e.previewThumbnails),t.previewThumbnails&&t.previewThumbnails.loaded&&(t.previewThumbnails.destroy(),t.previewThumbnails=null),t.config.previewThumbnails.enabled&&(t.previewThumbnails=new Mt(t))),t.fullscreen.update()}),!0)):this.debug.warn("Invalid source format")}};var It,Lt=function(){function t(i,n){var a=this;if(e(this,t),this.timers={},this.ready=!1,this.loading=!1,this.failed=!1,this.touch=Ee.touch,this.media=i,Y(this.media)&&(this.media=document.querySelectorAll(this.media)),(window.jQuery&&this.media instanceof jQuery||J(this.media)||$(this.media))&&(this.media=this.media[0]),this.config=ce({},ot,t.defaults,n||{},function(){try{return JSON.parse(a.media.getAttribute("data-plyr-config"))}catch(e){return{}}}()),this.elements={container:null,fullscreen:null,captions:null,buttons:{},display:{},progress:{},inputs:{},settings:{popup:null,menu:null,panels:{},buttons:{}}},this.captions={active:null,currentTrack:-1,meta:new WeakMap},this.fullscreen={active:!1},this.options={speed:[],quality:[]},this.debug=new mt(this.config.debug),this.debug.log("Config",this.config),this.debug.log("Support",Ee),!W(this.media)&&G(this.media))if(this.media.plyr)this.debug.warn("Target already setup");else if(this.config.enabled)if(Ee.check().api){var s=this.media.cloneNode(!0);s.autoplay=!1,this.elements.original=s;var r=this.media.tagName.toLowerCase(),o=null,l=null;switch(r){case"div":if(o=this.media.querySelector("iframe"),G(o)){if(l=at(o.getAttribute("src")),this.provider=function(e){return/^(https?:\/\/)?(www\.)?(youtube\.com|youtube-nocookie\.com|youtu\.?be)\/.+$/.test(e)?ut.youtube:/^https?:\/\/player.vimeo.com\/video\/\d{0,9}(?=\b|\/)/.test(e)?ut.vimeo:null}(l.toString()),this.elements.container=this.media,this.media=o,this.elements.container.className="",l.search.length){var c=["1","true"];c.includes(l.searchParams.get("autoplay"))&&(this.config.autoplay=!0),c.includes(l.searchParams.get("loop"))&&(this.config.loop.active=!0),this.isYouTube?(this.config.playsinline=c.includes(l.searchParams.get("playsinline")),this.config.youtube.hl=l.searchParams.get("hl")):this.config.playsinline=!0}}else this.provider=this.media.getAttribute(this.config.attributes.embed.provider),this.media.removeAttribute(this.config.attributes.embed.provider);if(ae(this.provider)||!Object.keys(ut).includes(this.provider))return void this.debug.error("Setup failed: Invalid provider");this.type=ht;break;case"video":case"audio":this.type=r,this.provider=ut.html5,this.media.hasAttribute("crossorigin")&&(this.config.crossorigin=!0),this.media.hasAttribute("autoplay")&&(this.config.autoplay=!0),(this.media.hasAttribute("playsinline")||this.media.hasAttribute("webkit-playsinline"))&&(this.config.playsinline=!0),this.media.hasAttribute("muted")&&(this.config.muted=!0),this.media.hasAttribute("loop")&&(this.config.loop.active=!0);break;default:return void this.debug.error("Setup failed: unsupported type")}this.supported=Ee.check(this.type,this.provider,this.config.playsinline),this.supported.api?(this.eventListeners=[],this.listeners=new vt(this),this.storage=new $e(this),this.media.plyr=this,G(this.elements.container)||(this.elements.container=he("div",{tabindex:0}),ue(this.media,this.elements.container)),yt.migrateStyles.call(this),yt.addStyleHook.call(this),Pt.setup.call(this),this.config.debug&&xe.call(this,this.elements.container,this.config.events.join(" "),(function(e){a.debug.log("event: ".concat(e.type))})),this.fullscreen=new ft(this),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&yt.build.call(this),this.listeners.container(),this.listeners.global(),this.config.ads.enabled&&(this.ads=new Et(this)),this.isHTML5&&this.config.autoplay&&setTimeout((function(){return qe(a.play())}),10),this.lastSeekTime=0,this.config.previewThumbnails.enabled&&(this.previewThumbnails=new Mt(this))):this.debug.error("Setup failed: no support")}else this.debug.error("Setup failed: no support");else this.debug.error("Setup failed: disabled by config");else this.debug.error("Setup failed: no suitable element passed")}return i(t,[{key:"play",value:function(){var e=this;return X(this.media.play)?(this.ads&&this.ads.enabled&&this.ads.managerPromise.then((function(){return e.ads.play()})).catch((function(){return qe(e.media.play())})),this.media.play()):null}},{key:"pause",value:function(){return this.playing&&X(this.media.pause)?this.media.pause():null}},{key:"togglePlay",value:function(e){return(Q(e)?e:!this.playing)?this.play():this.pause()}},{key:"stop",value:function(){this.isHTML5?(this.pause(),this.restart()):X(this.media.stop)&&this.media.stop()}},{key:"restart",value:function(){this.currentTime=0}},{key:"rewind",value:function(e){this.currentTime-=K(e)?e:this.config.seekTime}},{key:"forward",value:function(e){this.currentTime+=K(e)?e:this.config.seekTime}},{key:"increaseVolume",value:function(e){var t=this.media.muted?0:this.volume;this.volume=t+(K(e)?e:0)}},{key:"decreaseVolume",value:function(e){this.increaseVolume(-e)}},{key:"toggleCaptions",value:function(e){rt.toggle.call(this,e,!1)}},{key:"airplay",value:function(){Ee.airplay&&this.media.webkitShowPlaybackTargetPicker()}},{key:"toggleControls",value:function(e){if(this.supported.ui&&!this.isAudio){var t=we(this.elements.container,this.config.classNames.hideControls),i=void 0===e?void 0:!e,n=be(this.elements.container,this.config.classNames.hideControls,i);if(n&&$(this.config.controls)&&this.config.controls.includes("settings")&&!ae(this.config.settings)&&nt.toggleMenu.call(this,!1),n!==t){var a=n?"controlshidden":"controlsshown";Oe.call(this,this.media,a)}return!n}return!1}},{key:"on",value:function(e,t){xe.call(this,this.elements.container,e,t)}},{key:"once",value:function(e,t){Le.call(this,this.elements.container,e,t)}},{key:"off",value:function(e,t){Ie(this.elements.container,e,t)}},{key:"destroy",value:function(e){var t=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.ready){var n=function(){document.body.style.overflow="",t.embed=null,i?(Object.keys(t.elements).length&&(me(t.elements.buttons.play),me(t.elements.captions),me(t.elements.controls),me(t.elements.wrapper),t.elements.buttons.play=null,t.elements.captions=null,t.elements.controls=null,t.elements.wrapper=null),X(e)&&e()):(_e.call(t),ge(t.elements.original,t.elements.container),Oe.call(t,t.elements.original,"destroyed",!0),X(e)&&e.call(t.elements.original),t.ready=!1,setTimeout((function(){t.elements=null,t.media=null}),200))};this.stop(),clearTimeout(this.timers.loading),clearTimeout(this.timers.controls),clearTimeout(this.timers.resized),this.isHTML5?(yt.toggleNativeControls.call(this,!0),n()):this.isYouTube?(clearInterval(this.timers.buffering),clearInterval(this.timers.playing),null!==this.embed&&X(this.embed.destroy)&&this.embed.destroy(),n()):this.isVimeo&&(null!==this.embed&&this.embed.unload().then(n),setTimeout(n,200))}}},{key:"supports",value:function(e){return Ee.mime.call(this,e)}},{key:"isHTML5",get:function(){return this.provider===ut.html5}},{key:"isEmbed",get:function(){return this.isYouTube||this.isVimeo}},{key:"isYouTube",get:function(){return this.provider===ut.youtube}},{key:"isVimeo",get:function(){return this.provider===ut.vimeo}},{key:"isVideo",get:function(){return this.type===ht}},{key:"isAudio",get:function(){return this.type===dt}},{key:"playing",get:function(){return Boolean(this.ready&&!this.paused&&!this.ended)}},{key:"paused",get:function(){return Boolean(this.media.paused)}},{key:"stopped",get:function(){return Boolean(this.paused&&0===this.currentTime)}},{key:"ended",get:function(){return Boolean(this.media.ended)}},{key:"currentTime",set:function(e){if(this.duration){var t=K(e)&&e>0;this.media.currentTime=t?Math.min(e,this.duration):0,this.debug.log("Seeking to ".concat(this.currentTime," seconds"))}},get:function(){return Number(this.media.currentTime)}},{key:"buffered",get:function(){var e=this.media.buffered;return K(e)?e:e&&e.length&&this.duration>0?e.end(0)/this.duration:0}},{key:"seeking",get:function(){return Boolean(this.media.seeking)}},{key:"duration",get:function(){var e=parseFloat(this.config.duration),t=(this.media||{}).duration,i=K(t)&&t!==1/0?t:0;return e||i}},{key:"volume",set:function(e){var t=e;Y(t)&&(t=Number(t)),K(t)||(t=this.storage.get("volume")),K(t)||(t=this.config.volume),t>1&&(t=1),t<0&&(t=0),this.config.volume=t,this.media.volume=t,!ae(e)&&this.muted&&t>0&&(this.muted=!1)},get:function(){return Number(this.media.volume)}},{key:"muted",set:function(e){var t=e;Q(t)||(t=this.storage.get("muted")),Q(t)||(t=this.config.muted),this.config.muted=t,this.media.muted=t},get:function(){return Boolean(this.media.muted)}},{key:"hasAudio",get:function(){return!this.isHTML5||(!!this.isAudio||(Boolean(this.media.mozHasAudio)||Boolean(this.media.webkitAudioDecodedByteCount)||Boolean(this.media.audioTracks&&this.media.audioTracks.length)))}},{key:"speed",set:function(e){var t=this,i=null;K(e)&&(i=e),K(i)||(i=this.storage.get("speed")),K(i)||(i=this.config.speed.selected);var n=this.minimumSpeed,a=this.maximumSpeed;i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:255;return Math.min(Math.max(e,t),i)}(i,n,a),this.config.speed.selected=i,setTimeout((function(){t.media.playbackRate=i}),0)},get:function(){return Number(this.media.playbackRate)}},{key:"minimumSpeed",get:function(){return this.isYouTube?Math.min.apply(Math,l(this.options.speed)):this.isVimeo?.5:.0625}},{key:"maximumSpeed",get:function(){return this.isYouTube?Math.max.apply(Math,l(this.options.speed)):this.isVimeo?2:16}},{key:"quality",set:function(e){var t=this.config.quality,i=this.options.quality;if(i.length){var n=[!ae(e)&&Number(e),this.storage.get("quality"),t.selected,t.default].find(K),a=!0;if(!i.includes(n)){var s=function(e,t){return $(e)&&e.length?e.reduce((function(e,i){return Math.abs(i-t)<Math.abs(e-t)?i:e})):null}(i,n);this.debug.warn("Unsupported quality option: ".concat(n,", using ").concat(s," instead")),n=s,a=!1}t.selected=n,this.media.quality=n,a&&this.storage.set({quality:n})}},get:function(){return this.media.quality}},{key:"loop",set:function(e){var t=Q(e)?e:this.config.loop.active;this.config.loop.active=t,this.media.loop=t},get:function(){return Boolean(this.media.loop)}},{key:"source",set:function(e){xt.change.call(this,e)},get:function(){return this.media.currentSrc}},{key:"download",get:function(){var e=this.config.urls.download;return ne(e)?e:this.source},set:function(e){ne(e)&&(this.config.urls.download=e,nt.setDownloadUrl.call(this))}},{key:"poster",set:function(e){this.isVideo?yt.setPoster.call(this,e,!1).catch((function(){})):this.debug.warn("Poster can only be set for video")},get:function(){return this.isVideo?this.media.getAttribute("poster")||this.media.getAttribute("data-poster"):null}},{key:"ratio",get:function(){if(!this.isVideo)return null;var e=He(Fe.call(this));return $(e)?e.join(":"):e},set:function(e){this.isVideo?Y(e)&&De(e)?(this.config.ratio=e,Re.call(this)):this.debug.error("Invalid aspect ratio specified (".concat(e,")")):this.debug.warn("Aspect ratio can only be set for video")}},{key:"autoplay",set:function(e){var t=Q(e)?e:this.config.autoplay;this.config.autoplay=t},get:function(){return Boolean(this.config.autoplay)}},{key:"currentTrack",set:function(e){rt.set.call(this,e,!1)},get:function(){var e=this.captions,t=e.toggled,i=e.currentTrack;return t?i:-1}},{key:"language",set:function(e){rt.setLanguage.call(this,e,!1)},get:function(){return(rt.getCurrentTrack.call(this)||{}).language}},{key:"pip",set:function(e){if(Ee.pip){var t=Q(e)?e:!this.pip;X(this.media.webkitSetPresentationMode)&&this.media.webkitSetPresentationMode(t?lt:ct),X(this.media.requestPictureInPicture)&&(!this.pip&&t?this.media.requestPictureInPicture():this.pip&&!t&&document.exitPictureInPicture())}},get:function(){return Ee.pip?ae(this.media.webkitPresentationMode)?this.media===document.pictureInPictureElement:this.media.webkitPresentationMode===lt:null}}],[{key:"supported",value:function(e,t,i){return Ee.check(e,t,i)}},{key:"loadSprite",value:function(e,t){return Ge(e,t)}},{key:"setup",value:function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null;return Y(e)?n=Array.from(document.querySelectorAll(e)):J(e)?n=Array.from(e):$(e)&&(n=e.filter(G)),ae(n)?null:n.map((function(e){return new t(e,i)}))}}]),t}();return Lt.defaults=(It=ot,JSON.parse(JSON.stringify(It))),Lt}));
|
|
@@ -4137,7 +4371,7 @@ module.exports = function isArguments(value) {
|
|
|
4137
4371
|
|
|
4138
4372
|
/***/ }),
|
|
4139
4373
|
|
|
4140
|
-
/***/
|
|
4374
|
+
/***/ 4155:
|
|
4141
4375
|
/***/ (function(module) {
|
|
4142
4376
|
|
|
4143
4377
|
// shim for using process in browser
|
|
@@ -4340,7 +4574,7 @@ module.exports = function isBuffer(arg) {
|
|
|
4340
4574
|
|
|
4341
4575
|
/***/ }),
|
|
4342
4576
|
|
|
4343
|
-
/***/
|
|
4577
|
+
/***/ 5955:
|
|
4344
4578
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4345
4579
|
|
|
4346
4580
|
"use strict";
|
|
@@ -4349,10 +4583,10 @@ module.exports = function isBuffer(arg) {
|
|
|
4349
4583
|
|
|
4350
4584
|
|
|
4351
4585
|
|
|
4352
|
-
var isArgumentsObject = __webpack_require__(
|
|
4353
|
-
var isGeneratorFunction = __webpack_require__(
|
|
4354
|
-
var whichTypedArray = __webpack_require__(
|
|
4355
|
-
var isTypedArray = __webpack_require__(
|
|
4586
|
+
var isArgumentsObject = __webpack_require__(2584);
|
|
4587
|
+
var isGeneratorFunction = __webpack_require__(8662);
|
|
4588
|
+
var whichTypedArray = __webpack_require__(6430);
|
|
4589
|
+
var isTypedArray = __webpack_require__(5692);
|
|
4356
4590
|
|
|
4357
4591
|
function uncurryThis(f) {
|
|
4358
4592
|
return f.call.bind(f);
|
|
@@ -4682,11 +4916,11 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
4682
4916
|
|
|
4683
4917
|
/***/ }),
|
|
4684
4918
|
|
|
4685
|
-
/***/
|
|
4919
|
+
/***/ 9539:
|
|
4686
4920
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4687
4921
|
|
|
4688
|
-
/* provided dependency */ var process = __webpack_require__(
|
|
4689
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
4922
|
+
/* provided dependency */ var process = __webpack_require__(4155);
|
|
4923
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
4690
4924
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
4691
4925
|
//
|
|
4692
4926
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -5153,7 +5387,7 @@ function reduceToSingleString(output, base, braces) {
|
|
|
5153
5387
|
|
|
5154
5388
|
// NOTE: These type checking functions intentionally don't use `instanceof`
|
|
5155
5389
|
// because it is fragile and can be easily faked with `Object.create()`.
|
|
5156
|
-
exports.types = __webpack_require__(
|
|
5390
|
+
exports.types = __webpack_require__(5955);
|
|
5157
5391
|
|
|
5158
5392
|
function isArray(ar) {
|
|
5159
5393
|
return Array.isArray(ar);
|
|
@@ -5278,7 +5512,7 @@ exports.log = function() {
|
|
|
5278
5512
|
* prototype.
|
|
5279
5513
|
* @param {function} superCtor Constructor function to inherit prototype from.
|
|
5280
5514
|
*/
|
|
5281
|
-
exports.inherits = __webpack_require__(
|
|
5515
|
+
exports.inherits = __webpack_require__(5717);
|
|
5282
5516
|
|
|
5283
5517
|
exports._extend = function(origin, add) {
|
|
5284
5518
|
// Don't do anything if add isn't an object
|
|
@@ -5406,7 +5640,7 @@ exports.callbackify = callbackify;
|
|
|
5406
5640
|
|
|
5407
5641
|
/***/ }),
|
|
5408
5642
|
|
|
5409
|
-
/***/
|
|
5643
|
+
/***/ 3744:
|
|
5410
5644
|
/***/ (function(__unused_webpack_module, exports) {
|
|
5411
5645
|
|
|
5412
5646
|
"use strict";
|
|
@@ -5426,18 +5660,18 @@ exports.Z = (sfc, props) => {
|
|
|
5426
5660
|
|
|
5427
5661
|
/***/ }),
|
|
5428
5662
|
|
|
5429
|
-
/***/
|
|
5663
|
+
/***/ 6430:
|
|
5430
5664
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5431
5665
|
|
|
5432
5666
|
"use strict";
|
|
5433
5667
|
|
|
5434
5668
|
|
|
5435
|
-
var forEach = __webpack_require__(
|
|
5436
|
-
var availableTypedArrays = __webpack_require__(
|
|
5437
|
-
var callBound = __webpack_require__(
|
|
5669
|
+
var forEach = __webpack_require__(4029);
|
|
5670
|
+
var availableTypedArrays = __webpack_require__(3083);
|
|
5671
|
+
var callBound = __webpack_require__(1924);
|
|
5438
5672
|
|
|
5439
5673
|
var $toString = callBound('Object.prototype.toString');
|
|
5440
|
-
var hasToStringTag = __webpack_require__(
|
|
5674
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
5441
5675
|
|
|
5442
5676
|
var g = typeof globalThis === 'undefined' ? __webpack_require__.g : globalThis;
|
|
5443
5677
|
var typedArrays = availableTypedArrays();
|
|
@@ -5478,7 +5712,7 @@ var tryTypedArrays = function tryAllTypedArrays(value) {
|
|
|
5478
5712
|
return foundName;
|
|
5479
5713
|
};
|
|
5480
5714
|
|
|
5481
|
-
var isTypedArray = __webpack_require__(
|
|
5715
|
+
var isTypedArray = __webpack_require__(5692);
|
|
5482
5716
|
|
|
5483
5717
|
module.exports = function whichTypedArray(value) {
|
|
5484
5718
|
if (!isTypedArray(value)) { return false; }
|
|
@@ -5489,7 +5723,7 @@ module.exports = function whichTypedArray(value) {
|
|
|
5489
5723
|
|
|
5490
5724
|
/***/ }),
|
|
5491
5725
|
|
|
5492
|
-
/***/
|
|
5726
|
+
/***/ 3083:
|
|
5493
5727
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5494
5728
|
|
|
5495
5729
|
"use strict";
|
|
@@ -5812,7 +6046,7 @@ const _hoisted_1 = ["src"];
|
|
|
5812
6046
|
;// CONCATENATED MODULE: ./src/components/wt-avatar/wt-avatar.vue?vue&type=style&index=1&id=f47c8b76&lang=scss&scoped=true
|
|
5813
6047
|
|
|
5814
6048
|
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
5815
|
-
var exportHelper = __webpack_require__(
|
|
6049
|
+
var exportHelper = __webpack_require__(3744);
|
|
5816
6050
|
;// CONCATENATED MODULE: ./src/components/wt-avatar/wt-avatar.vue
|
|
5817
6051
|
|
|
5818
6052
|
|
|
@@ -6486,7 +6720,7 @@ function useFloating(reference, floating, options) {
|
|
|
6486
6720
|
|
|
6487
6721
|
|
|
6488
6722
|
;// CONCATENATED MODULE: ./src/components/wt-tooltip/_internals/useTooltipTriggerSubscriptions.js
|
|
6489
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
6723
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
6490
6724
|
// https://github.com/Akryum/floating-vue/blob/main/packages/floating-vue/src/util/events.ts
|
|
6491
6725
|
|
|
6492
6726
|
const SHOW_EVENT_MAP = {
|
|
@@ -7775,7 +8009,7 @@ function requiredArgs(required, args) {
|
|
|
7775
8009
|
}
|
|
7776
8010
|
}
|
|
7777
8011
|
;// CONCATENATED MODULE: ./node_modules/date-fns/esm/toDate/index.js
|
|
7778
|
-
/* provided dependency */ var toDate_console = __webpack_require__(
|
|
8012
|
+
/* provided dependency */ var toDate_console = __webpack_require__(5108);
|
|
7779
8013
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
7780
8014
|
|
|
7781
8015
|
|
|
@@ -20239,15 +20473,15 @@ function wt_radiovue_type_template_id_eab06858_scoped_true_render(_ctx, _cache,
|
|
|
20239
20473
|
const wt_radio_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(wt_radiovue_type_script_lang_js, [['render',wt_radiovue_type_template_id_eab06858_scoped_true_render],['__scopeId',"data-v-eab06858"]])
|
|
20240
20474
|
|
|
20241
20475
|
/* harmony default export */ var wt_radio = (wt_radio_exports_);
|
|
20242
|
-
// EXTERNAL MODULE: ./node_modules/lodash
|
|
20243
|
-
var
|
|
20244
|
-
var
|
|
20476
|
+
// EXTERNAL MODULE: ./node_modules/lodash/debounce.js
|
|
20477
|
+
var debounce = __webpack_require__(3279);
|
|
20478
|
+
var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce);
|
|
20245
20479
|
;// CONCATENATED MODULE: ./src/scripts/debounce.js
|
|
20246
20480
|
|
|
20247
|
-
const
|
|
20248
|
-
/* harmony default export */ var scripts_debounce = (
|
|
20481
|
+
const debounce_debounce = (fn, wait = 1000, options) => debounce_default()(fn, wait, options);
|
|
20482
|
+
/* harmony default export */ var scripts_debounce = (debounce_debounce);
|
|
20249
20483
|
;// CONCATENATED MODULE: ./node_modules/@intlify/shared/dist/shared.esm-bundler.js
|
|
20250
|
-
/* provided dependency */ var shared_esm_bundler_console = __webpack_require__(
|
|
20484
|
+
/* provided dependency */ var shared_esm_bundler_console = __webpack_require__(5108);
|
|
20251
20485
|
/*!
|
|
20252
20486
|
* shared v9.2.2
|
|
20253
20487
|
* (c) 2022 kazuya kawaguchi
|
|
@@ -23229,7 +23463,7 @@ function clearNumberFormat(ctx, locale, format) {
|
|
|
23229
23463
|
|
|
23230
23464
|
|
|
23231
23465
|
;// CONCATENATED MODULE: ./node_modules/vue-i18n/dist/vue-i18n.esm-bundler.js
|
|
23232
|
-
/* provided dependency */ var vue_i18n_esm_bundler_console = __webpack_require__(
|
|
23466
|
+
/* provided dependency */ var vue_i18n_esm_bundler_console = __webpack_require__(5108);
|
|
23233
23467
|
/*!
|
|
23234
23468
|
* vue-i18n v9.2.2
|
|
23235
23469
|
* (c) 2022 kazuya kawaguchi
|
|
@@ -26230,7 +26464,7 @@ function wt_selectvue_type_template_id_d7b4e51e_scoped_true_render(_ctx, _cache,
|
|
|
26230
26464
|
;// CONCATENATED MODULE: ./src/components/wt-select/wt-select.vue?vue&type=template&id=d7b4e51e&scoped=true
|
|
26231
26465
|
|
|
26232
26466
|
;// CONCATENATED MODULE: ./node_modules/vue-multiselect/dist/vue-multiselect.esm.js
|
|
26233
|
-
/* provided dependency */ var vue_multiselect_esm_console = __webpack_require__(
|
|
26467
|
+
/* provided dependency */ var vue_multiselect_esm_console = __webpack_require__(5108);
|
|
26234
26468
|
|
|
26235
26469
|
|
|
26236
26470
|
function isEmpty (opt) {
|
|
@@ -27574,7 +27808,7 @@ script.render = vue_multiselect_esm_render;
|
|
|
27574
27808
|
|
|
27575
27809
|
|
|
27576
27810
|
;// CONCATENATED MODULE: ./node_modules/vue-observe-visibility/dist/vue-observe-visibility.esm.js
|
|
27577
|
-
/* provided dependency */ var vue_observe_visibility_esm_console = __webpack_require__(
|
|
27811
|
+
/* provided dependency */ var vue_observe_visibility_esm_console = __webpack_require__(5108);
|
|
27578
27812
|
|
|
27579
27813
|
|
|
27580
27814
|
function vue_observe_visibility_esm_typeof(obj) {
|
|
@@ -29315,7 +29549,7 @@ function wt_copy_actionvue_type_template_id_747b1031_render(_ctx, _cache, $props
|
|
|
29315
29549
|
;// CONCATENATED MODULE: ./src/components/wt-copy-action/wt-copy-action.vue?vue&type=template&id=747b1031
|
|
29316
29550
|
|
|
29317
29551
|
// EXTERNAL MODULE: ./node_modules/clipboard-copy/index.js
|
|
29318
|
-
var clipboard_copy = __webpack_require__(
|
|
29552
|
+
var clipboard_copy = __webpack_require__(6485);
|
|
29319
29553
|
var clipboard_copy_default = /*#__PURE__*/__webpack_require__.n(clipboard_copy);
|
|
29320
29554
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-copy-action/wt-copy-action.vue?vue&type=script&lang=js
|
|
29321
29555
|
|
|
@@ -30617,7 +30851,7 @@ function wt_notifications_barvue_type_template_id_2a92115f_scoped_true_render(_c
|
|
|
30617
30851
|
;// CONCATENATED MODULE: ./src/components/wt-notifications-bar/wt-notifications-bar.vue?vue&type=template&id=2a92115f&scoped=true
|
|
30618
30852
|
|
|
30619
30853
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-notifications-bar/wt-notifications-bar.vue?vue&type=script&lang=js
|
|
30620
|
-
/* provided dependency */ var wt_notifications_barvue_type_script_lang_js_console = __webpack_require__(
|
|
30854
|
+
/* provided dependency */ var wt_notifications_barvue_type_script_lang_js_console = __webpack_require__(5108);
|
|
30621
30855
|
/* harmony default export */ var wt_notifications_barvue_type_script_lang_js = ({
|
|
30622
30856
|
name: 'wt-notifications-bar',
|
|
30623
30857
|
inject: ['$eventBus'],
|
|
@@ -30855,9 +31089,9 @@ function wt_paginationvue_type_template_id_099c73d7_scoped_true_render(_ctx, _ca
|
|
|
30855
31089
|
const wt_pagination_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(wt_paginationvue_type_script_lang_js, [['render',wt_paginationvue_type_template_id_099c73d7_scoped_true_render],['__scopeId',"data-v-099c73d7"]])
|
|
30856
31090
|
|
|
30857
31091
|
/* harmony default export */ var wt_pagination = (wt_pagination_exports_);
|
|
30858
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-player/wt-player.vue?vue&type=template&id=
|
|
31092
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-player/wt-player.vue?vue&type=template&id=56922164
|
|
30859
31093
|
|
|
30860
|
-
function
|
|
31094
|
+
function wt_playervue_type_template_id_56922164_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30861
31095
|
const _component_wt_icon_btn = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("wt-icon-btn");
|
|
30862
31096
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("aside", {
|
|
30863
31097
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(["wt-player", [`wt-player--position-${$props.position}`]])
|
|
@@ -30875,10 +31109,10 @@ function wt_playervue_type_template_id_68936c90_render(_ctx, _cache, $props, $se
|
|
|
30875
31109
|
onClick: _cache[0] || (_cache[0] = $event => _ctx.$emit('close'))
|
|
30876
31110
|
}, null, 512)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)], 2);
|
|
30877
31111
|
}
|
|
30878
|
-
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=template&id=
|
|
31112
|
+
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=template&id=56922164
|
|
30879
31113
|
|
|
30880
31114
|
// EXTERNAL MODULE: ./node_modules/plyr/dist/plyr.min.js
|
|
30881
|
-
var plyr_min = __webpack_require__(
|
|
31115
|
+
var plyr_min = __webpack_require__(1443);
|
|
30882
31116
|
var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
30883
31117
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-player/wt-player.vue?vue&type=script&lang=js
|
|
30884
31118
|
|
|
@@ -30952,7 +31186,7 @@ var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
|
30952
31186
|
methods: {
|
|
30953
31187
|
async setupPlayer() {
|
|
30954
31188
|
await this.$nextTick(); // test is failing to render component if element is passed to Plyr as Vue $ref
|
|
30955
|
-
const baseURL = this.$baseURL || "/";
|
|
31189
|
+
const baseURL = this.$baseURL || "/" || 0;
|
|
30956
31190
|
if (this.player) this.player.destroy();
|
|
30957
31191
|
const controls = ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'pip', 'airplay', 'fullscreen'];
|
|
30958
31192
|
if (this.download) controls.push('download');
|
|
@@ -30995,10 +31229,10 @@ var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
|
30995
31229
|
});
|
|
30996
31230
|
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=script&lang=js
|
|
30997
31231
|
|
|
30998
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-player/wt-player.vue?vue&type=style&index=0&id=
|
|
31232
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-player/wt-player.vue?vue&type=style&index=0&id=56922164&lang=scss
|
|
30999
31233
|
// extracted by mini-css-extract-plugin
|
|
31000
31234
|
|
|
31001
|
-
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=style&index=0&id=
|
|
31235
|
+
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=style&index=0&id=56922164&lang=scss
|
|
31002
31236
|
|
|
31003
31237
|
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue
|
|
31004
31238
|
|
|
@@ -31008,7 +31242,7 @@ var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
|
31008
31242
|
;
|
|
31009
31243
|
|
|
31010
31244
|
|
|
31011
|
-
const wt_player_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(wt_playervue_type_script_lang_js, [['render',
|
|
31245
|
+
const wt_player_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(wt_playervue_type_script_lang_js, [['render',wt_playervue_type_template_id_56922164_render]])
|
|
31012
31246
|
|
|
31013
31247
|
/* harmony default export */ var wt_player = (wt_player_exports_);
|
|
31014
31248
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-status-select/wt-status-select.vue?vue&type=template&id=50cd7960&scoped=true
|
|
@@ -31585,7 +31819,7 @@ function wt_table_column_selectvue_type_template_id_76269857_scoped_true_render(
|
|
|
31585
31819
|
;// CONCATENATED MODULE: ./src/components/wt-table-column-select/wt-table-column-select.vue?vue&type=template&id=76269857&scoped=true
|
|
31586
31820
|
|
|
31587
31821
|
// EXTERNAL MODULE: ./node_modules/deep-copy/index.js
|
|
31588
|
-
var deep_copy = __webpack_require__(
|
|
31822
|
+
var deep_copy = __webpack_require__(5959);
|
|
31589
31823
|
var deep_copy_default = /*#__PURE__*/__webpack_require__.n(deep_copy);
|
|
31590
31824
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/wt-table-column-select/wt-table-column-select.vue?vue&type=script&lang=js
|
|
31591
31825
|
|
|
@@ -32355,7 +32589,7 @@ function node_modules_vue_demi_lib_del(target, key) {
|
|
|
32355
32589
|
|
|
32356
32590
|
|
|
32357
32591
|
;// CONCATENATED MODULE: ./node_modules/@vueuse/shared/index.mjs
|
|
32358
|
-
/* provided dependency */ var shared_console = __webpack_require__(
|
|
32592
|
+
/* provided dependency */ var shared_console = __webpack_require__(5108);
|
|
32359
32593
|
|
|
32360
32594
|
|
|
32361
32595
|
function computedEager(fn, options) {
|
|
@@ -33927,7 +34161,7 @@ function core_node_modules_vue_demi_lib_del(target, key) {
|
|
|
33927
34161
|
|
|
33928
34162
|
|
|
33929
34163
|
;// CONCATENATED MODULE: ./node_modules/@vueuse/core/index.mjs
|
|
33930
|
-
/* provided dependency */ var core_console = __webpack_require__(
|
|
34164
|
+
/* provided dependency */ var core_console = __webpack_require__(5108);
|
|
33931
34165
|
|
|
33932
34166
|
|
|
33933
34167
|
|
|
@@ -41038,7 +41272,7 @@ function useWindowSize(options = {}) {
|
|
|
41038
41272
|
|
|
41039
41273
|
|
|
41040
41274
|
;// CONCATENATED MODULE: ./node_modules/@vueuse/components/index.mjs
|
|
41041
|
-
/* provided dependency */ var components_console = __webpack_require__(
|
|
41275
|
+
/* provided dependency */ var components_console = __webpack_require__(5108);
|
|
41042
41276
|
|
|
41043
41277
|
|
|
41044
41278
|
|