@webitel/ui-sdk 23.12.20 → 23.12.21
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/locale/.DS_Store +0 -0
- package/src/modules/FilesExport/scripts/generateMediaURL.js +1 -1
- package/src/modules/Userinfo/components/the-auth.vue +1 -1
- package/src/scripts/debounce.js +1 -1
package/dist/ui-sdk.umd.js
CHANGED
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
exports["ui-sdk"] = factory(require("vue"));
|
|
8
8
|
else
|
|
9
9
|
root["ui-sdk"] = factory(root["Vue"]);
|
|
10
|
-
})((typeof self !== 'undefined' ? self : this), function(
|
|
10
|
+
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__7203__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 9282:
|
|
15
15
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
|
-
/* provided dependency */ var process = __webpack_require__(
|
|
19
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
18
|
+
/* provided dependency */ var process = __webpack_require__(4155);
|
|
19
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
20
20
|
// Currently in sync with Node.js lib/assert.js
|
|
21
21
|
// https://github.com/nodejs/node/commit/2a51ae424a513ec9a6aa3466baa0cc1d55dd4f3b
|
|
22
22
|
// Originally from narwhal.js (http://narwhaljs.org)
|
|
@@ -44,7 +44,7 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat
|
|
|
44
44
|
|
|
45
45
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
46
46
|
|
|
47
|
-
var _require = __webpack_require__(
|
|
47
|
+
var _require = __webpack_require__(2136),
|
|
48
48
|
_require$codes = _require.codes,
|
|
49
49
|
ERR_AMBIGUOUS_ARGUMENT = _require$codes.ERR_AMBIGUOUS_ARGUMENT,
|
|
50
50
|
ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,
|
|
@@ -52,16 +52,16 @@ var _require = __webpack_require__(136),
|
|
|
52
52
|
ERR_INVALID_RETURN_VALUE = _require$codes.ERR_INVALID_RETURN_VALUE,
|
|
53
53
|
ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS;
|
|
54
54
|
|
|
55
|
-
var AssertionError = __webpack_require__(
|
|
55
|
+
var AssertionError = __webpack_require__(5961);
|
|
56
56
|
|
|
57
|
-
var _require2 = __webpack_require__(
|
|
57
|
+
var _require2 = __webpack_require__(9539),
|
|
58
58
|
inspect = _require2.inspect;
|
|
59
59
|
|
|
60
|
-
var _require$types = (__webpack_require__(
|
|
60
|
+
var _require$types = (__webpack_require__(9539).types),
|
|
61
61
|
isPromise = _require$types.isPromise,
|
|
62
62
|
isRegExp = _require$types.isRegExp;
|
|
63
63
|
|
|
64
|
-
var objectAssign = Object.assign ? Object.assign : (__webpack_require__(
|
|
64
|
+
var objectAssign = Object.assign ? Object.assign : (__webpack_require__(8091).assign);
|
|
65
65
|
var objectIs = Object.is ? Object.is : __webpack_require__(609);
|
|
66
66
|
var errorCache = new Map();
|
|
67
67
|
var isDeepEqual;
|
|
@@ -71,7 +71,7 @@ var findNodeAround;
|
|
|
71
71
|
var decoder;
|
|
72
72
|
|
|
73
73
|
function lazyLoadComparison() {
|
|
74
|
-
var comparison = __webpack_require__(
|
|
74
|
+
var comparison = __webpack_require__(9158);
|
|
75
75
|
|
|
76
76
|
isDeepEqual = comparison.isDeepEqual;
|
|
77
77
|
isDeepStrictEqual = comparison.isDeepStrictEqual;
|
|
@@ -651,11 +651,11 @@ assert.strict.strict = assert.strict;
|
|
|
651
651
|
|
|
652
652
|
/***/ }),
|
|
653
653
|
|
|
654
|
-
/***/
|
|
654
|
+
/***/ 5961:
|
|
655
655
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
656
656
|
|
|
657
657
|
"use strict";
|
|
658
|
-
/* provided dependency */ var process = __webpack_require__(
|
|
658
|
+
/* provided dependency */ var process = __webpack_require__(4155);
|
|
659
659
|
// Currently in sync with Node.js lib/internal/assert/assertion_error.js
|
|
660
660
|
// https://github.com/nodejs/node/commit/0817840f775032169ddd70c85ac059f18ffcc81c
|
|
661
661
|
|
|
@@ -690,10 +690,10 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
690
690
|
|
|
691
691
|
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); }
|
|
692
692
|
|
|
693
|
-
var _require = __webpack_require__(
|
|
693
|
+
var _require = __webpack_require__(9539),
|
|
694
694
|
inspect = _require.inspect;
|
|
695
695
|
|
|
696
|
-
var _require2 = __webpack_require__(
|
|
696
|
+
var _require2 = __webpack_require__(2136),
|
|
697
697
|
ERR_INVALID_ARG_TYPE = _require2.codes.ERR_INVALID_ARG_TYPE; // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith
|
|
698
698
|
|
|
699
699
|
|
|
@@ -1160,7 +1160,7 @@ module.exports = AssertionError;
|
|
|
1160
1160
|
|
|
1161
1161
|
/***/ }),
|
|
1162
1162
|
|
|
1163
|
-
/***/
|
|
1163
|
+
/***/ 2136:
|
|
1164
1164
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1165
1165
|
|
|
1166
1166
|
"use strict";
|
|
@@ -1280,7 +1280,7 @@ function includes(str, search, start) {
|
|
|
1280
1280
|
|
|
1281
1281
|
createErrorType('ERR_AMBIGUOUS_ARGUMENT', 'The "%s" argument is ambiguous. %s', TypeError);
|
|
1282
1282
|
createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {
|
|
1283
|
-
if (assert === undefined) assert = __webpack_require__(
|
|
1283
|
+
if (assert === undefined) assert = __webpack_require__(9282);
|
|
1284
1284
|
assert(typeof name === 'string', "'name' must be a string"); // determiner: 'must be' or 'must not be'
|
|
1285
1285
|
|
|
1286
1286
|
var determiner;
|
|
@@ -1308,7 +1308,7 @@ createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {
|
|
|
1308
1308
|
}, TypeError);
|
|
1309
1309
|
createErrorType('ERR_INVALID_ARG_VALUE', function (name, value) {
|
|
1310
1310
|
var reason = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'is invalid';
|
|
1311
|
-
if (util === undefined) util = __webpack_require__(
|
|
1311
|
+
if (util === undefined) util = __webpack_require__(9539);
|
|
1312
1312
|
var inspected = util.inspect(value);
|
|
1313
1313
|
|
|
1314
1314
|
if (inspected.length > 128) {
|
|
@@ -1333,7 +1333,7 @@ createErrorType('ERR_MISSING_ARGS', function () {
|
|
|
1333
1333
|
args[_key] = arguments[_key];
|
|
1334
1334
|
}
|
|
1335
1335
|
|
|
1336
|
-
if (assert === undefined) assert = __webpack_require__(
|
|
1336
|
+
if (assert === undefined) assert = __webpack_require__(9282);
|
|
1337
1337
|
assert(args.length > 0, 'At least one arg needs to be specified');
|
|
1338
1338
|
var msg = 'The ';
|
|
1339
1339
|
var len = args.length;
|
|
@@ -1362,7 +1362,7 @@ module.exports.codes = codes;
|
|
|
1362
1362
|
|
|
1363
1363
|
/***/ }),
|
|
1364
1364
|
|
|
1365
|
-
/***/
|
|
1365
|
+
/***/ 9158:
|
|
1366
1366
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1367
1367
|
|
|
1368
1368
|
"use strict";
|
|
@@ -1412,7 +1412,7 @@ var hasOwnProperty = uncurryThis(Object.prototype.hasOwnProperty);
|
|
|
1412
1412
|
var propertyIsEnumerable = uncurryThis(Object.prototype.propertyIsEnumerable);
|
|
1413
1413
|
var objectToString = uncurryThis(Object.prototype.toString);
|
|
1414
1414
|
|
|
1415
|
-
var _require$types = (__webpack_require__(
|
|
1415
|
+
var _require$types = (__webpack_require__(9539).types),
|
|
1416
1416
|
isAnyArrayBuffer = _require$types.isAnyArrayBuffer,
|
|
1417
1417
|
isArrayBufferView = _require$types.isArrayBufferView,
|
|
1418
1418
|
isDate = _require$types.isDate,
|
|
@@ -2057,7 +2057,7 @@ module.exports = {
|
|
|
2057
2057
|
|
|
2058
2058
|
/***/ }),
|
|
2059
2059
|
|
|
2060
|
-
/***/
|
|
2060
|
+
/***/ 1924:
|
|
2061
2061
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2062
2062
|
|
|
2063
2063
|
"use strict";
|
|
@@ -2065,7 +2065,7 @@ module.exports = {
|
|
|
2065
2065
|
|
|
2066
2066
|
var GetIntrinsic = __webpack_require__(210);
|
|
2067
2067
|
|
|
2068
|
-
var callBind = __webpack_require__(
|
|
2068
|
+
var callBind = __webpack_require__(5559);
|
|
2069
2069
|
|
|
2070
2070
|
var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));
|
|
2071
2071
|
|
|
@@ -2080,13 +2080,13 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
2080
2080
|
|
|
2081
2081
|
/***/ }),
|
|
2082
2082
|
|
|
2083
|
-
/***/
|
|
2083
|
+
/***/ 5559:
|
|
2084
2084
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2085
2085
|
|
|
2086
2086
|
"use strict";
|
|
2087
2087
|
|
|
2088
2088
|
|
|
2089
|
-
var bind = __webpack_require__(
|
|
2089
|
+
var bind = __webpack_require__(8612);
|
|
2090
2090
|
var GetIntrinsic = __webpack_require__(210);
|
|
2091
2091
|
|
|
2092
2092
|
var $apply = GetIntrinsic('%Function.prototype.apply%');
|
|
@@ -2135,7 +2135,7 @@ if ($defineProperty) {
|
|
|
2135
2135
|
|
|
2136
2136
|
/***/ }),
|
|
2137
2137
|
|
|
2138
|
-
/***/
|
|
2138
|
+
/***/ 6485:
|
|
2139
2139
|
/***/ (function(module) {
|
|
2140
2140
|
|
|
2141
2141
|
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
@@ -2205,12 +2205,12 @@ async function clipboardCopy (text) {
|
|
|
2205
2205
|
|
|
2206
2206
|
/***/ }),
|
|
2207
2207
|
|
|
2208
|
-
/***/
|
|
2208
|
+
/***/ 5108:
|
|
2209
2209
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2210
2210
|
|
|
2211
2211
|
/*global window, global*/
|
|
2212
|
-
var util = __webpack_require__(
|
|
2213
|
-
var assert = __webpack_require__(
|
|
2212
|
+
var util = __webpack_require__(9539)
|
|
2213
|
+
var assert = __webpack_require__(9282)
|
|
2214
2214
|
function now() { return new Date().getTime() }
|
|
2215
2215
|
|
|
2216
2216
|
var slice = Array.prototype.slice
|
|
@@ -2299,7 +2299,7 @@ function consoleAssert(expression) {
|
|
|
2299
2299
|
|
|
2300
2300
|
/***/ }),
|
|
2301
2301
|
|
|
2302
|
-
/***/
|
|
2302
|
+
/***/ 5959:
|
|
2303
2303
|
/***/ (function(module) {
|
|
2304
2304
|
|
|
2305
2305
|
|
|
@@ -2380,13 +2380,13 @@ function consoleAssert(expression) {
|
|
|
2380
2380
|
|
|
2381
2381
|
/***/ }),
|
|
2382
2382
|
|
|
2383
|
-
/***/
|
|
2383
|
+
/***/ 4289:
|
|
2384
2384
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2385
2385
|
|
|
2386
2386
|
"use strict";
|
|
2387
2387
|
|
|
2388
2388
|
|
|
2389
|
-
var keys = __webpack_require__(
|
|
2389
|
+
var keys = __webpack_require__(2215);
|
|
2390
2390
|
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';
|
|
2391
2391
|
|
|
2392
2392
|
var toStr = Object.prototype.toString;
|
|
@@ -2397,7 +2397,7 @@ var isFunction = function (fn) {
|
|
|
2397
2397
|
return typeof fn === 'function' && toStr.call(fn) === '[object Function]';
|
|
2398
2398
|
};
|
|
2399
2399
|
|
|
2400
|
-
var hasPropertyDescriptors = __webpack_require__(
|
|
2400
|
+
var hasPropertyDescriptors = __webpack_require__(1044)();
|
|
2401
2401
|
|
|
2402
2402
|
var supportsDescriptors = origDefineProperty && hasPropertyDescriptors;
|
|
2403
2403
|
|
|
@@ -2435,7 +2435,7 @@ module.exports = defineProperties;
|
|
|
2435
2435
|
|
|
2436
2436
|
/***/ }),
|
|
2437
2437
|
|
|
2438
|
-
/***/
|
|
2438
|
+
/***/ 8091:
|
|
2439
2439
|
/***/ (function(module) {
|
|
2440
2440
|
|
|
2441
2441
|
"use strict";
|
|
@@ -2489,13 +2489,13 @@ module.exports = {
|
|
|
2489
2489
|
|
|
2490
2490
|
/***/ }),
|
|
2491
2491
|
|
|
2492
|
-
/***/
|
|
2492
|
+
/***/ 4029:
|
|
2493
2493
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2494
2494
|
|
|
2495
2495
|
"use strict";
|
|
2496
2496
|
|
|
2497
2497
|
|
|
2498
|
-
var isCallable = __webpack_require__(
|
|
2498
|
+
var isCallable = __webpack_require__(5320);
|
|
2499
2499
|
|
|
2500
2500
|
var toStr = Object.prototype.toString;
|
|
2501
2501
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
@@ -2559,7 +2559,7 @@ module.exports = forEach;
|
|
|
2559
2559
|
|
|
2560
2560
|
/***/ }),
|
|
2561
2561
|
|
|
2562
|
-
/***/
|
|
2562
|
+
/***/ 7648:
|
|
2563
2563
|
/***/ (function(module) {
|
|
2564
2564
|
|
|
2565
2565
|
"use strict";
|
|
@@ -2619,13 +2619,13 @@ module.exports = function bind(that) {
|
|
|
2619
2619
|
|
|
2620
2620
|
/***/ }),
|
|
2621
2621
|
|
|
2622
|
-
/***/
|
|
2622
|
+
/***/ 8612:
|
|
2623
2623
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2624
2624
|
|
|
2625
2625
|
"use strict";
|
|
2626
2626
|
|
|
2627
2627
|
|
|
2628
|
-
var implementation = __webpack_require__(
|
|
2628
|
+
var implementation = __webpack_require__(7648);
|
|
2629
2629
|
|
|
2630
2630
|
module.exports = Function.prototype.bind || implementation;
|
|
2631
2631
|
|
|
@@ -2680,7 +2680,7 @@ var ThrowTypeError = $gOPD
|
|
|
2680
2680
|
}())
|
|
2681
2681
|
: throwTypeError;
|
|
2682
2682
|
|
|
2683
|
-
var hasSymbols = __webpack_require__(
|
|
2683
|
+
var hasSymbols = __webpack_require__(1405)();
|
|
2684
2684
|
|
|
2685
2685
|
var getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto
|
|
2686
2686
|
|
|
@@ -2834,8 +2834,8 @@ var LEGACY_ALIASES = {
|
|
|
2834
2834
|
'%WeakSetPrototype%': ['WeakSet', 'prototype']
|
|
2835
2835
|
};
|
|
2836
2836
|
|
|
2837
|
-
var bind = __webpack_require__(
|
|
2838
|
-
var hasOwn = __webpack_require__(
|
|
2837
|
+
var bind = __webpack_require__(8612);
|
|
2838
|
+
var hasOwn = __webpack_require__(7642);
|
|
2839
2839
|
var $concat = bind.call(Function.call, Array.prototype.concat);
|
|
2840
2840
|
var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
|
|
2841
2841
|
var $replace = bind.call(Function.call, String.prototype.replace);
|
|
@@ -2970,7 +2970,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
2970
2970
|
|
|
2971
2971
|
/***/ }),
|
|
2972
2972
|
|
|
2973
|
-
/***/
|
|
2973
|
+
/***/ 1044:
|
|
2974
2974
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2975
2975
|
|
|
2976
2976
|
"use strict";
|
|
@@ -3011,14 +3011,14 @@ module.exports = hasPropertyDescriptors;
|
|
|
3011
3011
|
|
|
3012
3012
|
/***/ }),
|
|
3013
3013
|
|
|
3014
|
-
/***/
|
|
3014
|
+
/***/ 1405:
|
|
3015
3015
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3016
3016
|
|
|
3017
3017
|
"use strict";
|
|
3018
3018
|
|
|
3019
3019
|
|
|
3020
3020
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
3021
|
-
var hasSymbolSham = __webpack_require__(
|
|
3021
|
+
var hasSymbolSham = __webpack_require__(5419);
|
|
3022
3022
|
|
|
3023
3023
|
module.exports = function hasNativeSymbols() {
|
|
3024
3024
|
if (typeof origSymbol !== 'function') { return false; }
|
|
@@ -3032,7 +3032,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
3032
3032
|
|
|
3033
3033
|
/***/ }),
|
|
3034
3034
|
|
|
3035
|
-
/***/
|
|
3035
|
+
/***/ 5419:
|
|
3036
3036
|
/***/ (function(module) {
|
|
3037
3037
|
|
|
3038
3038
|
"use strict";
|
|
@@ -3082,13 +3082,13 @@ module.exports = function hasSymbols() {
|
|
|
3082
3082
|
|
|
3083
3083
|
/***/ }),
|
|
3084
3084
|
|
|
3085
|
-
/***/
|
|
3085
|
+
/***/ 6410:
|
|
3086
3086
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3087
3087
|
|
|
3088
3088
|
"use strict";
|
|
3089
3089
|
|
|
3090
3090
|
|
|
3091
|
-
var hasSymbols = __webpack_require__(
|
|
3091
|
+
var hasSymbols = __webpack_require__(5419);
|
|
3092
3092
|
|
|
3093
3093
|
module.exports = function hasToStringTagShams() {
|
|
3094
3094
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
@@ -3097,20 +3097,20 @@ module.exports = function hasToStringTagShams() {
|
|
|
3097
3097
|
|
|
3098
3098
|
/***/ }),
|
|
3099
3099
|
|
|
3100
|
-
/***/
|
|
3100
|
+
/***/ 7642:
|
|
3101
3101
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3102
3102
|
|
|
3103
3103
|
"use strict";
|
|
3104
3104
|
|
|
3105
3105
|
|
|
3106
|
-
var bind = __webpack_require__(
|
|
3106
|
+
var bind = __webpack_require__(8612);
|
|
3107
3107
|
|
|
3108
3108
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
3109
3109
|
|
|
3110
3110
|
|
|
3111
3111
|
/***/ }),
|
|
3112
3112
|
|
|
3113
|
-
/***/
|
|
3113
|
+
/***/ 5717:
|
|
3114
3114
|
/***/ (function(module) {
|
|
3115
3115
|
|
|
3116
3116
|
if (typeof Object.create === 'function') {
|
|
@@ -3144,14 +3144,14 @@ if (typeof Object.create === 'function') {
|
|
|
3144
3144
|
|
|
3145
3145
|
/***/ }),
|
|
3146
3146
|
|
|
3147
|
-
/***/
|
|
3147
|
+
/***/ 2584:
|
|
3148
3148
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3149
3149
|
|
|
3150
3150
|
"use strict";
|
|
3151
3151
|
|
|
3152
3152
|
|
|
3153
|
-
var hasToStringTag = __webpack_require__(
|
|
3154
|
-
var callBound = __webpack_require__(
|
|
3153
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
3154
|
+
var callBound = __webpack_require__(1924);
|
|
3155
3155
|
|
|
3156
3156
|
var $toString = callBound('Object.prototype.toString');
|
|
3157
3157
|
|
|
@@ -3185,7 +3185,7 @@ module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArgum
|
|
|
3185
3185
|
|
|
3186
3186
|
/***/ }),
|
|
3187
3187
|
|
|
3188
|
-
/***/
|
|
3188
|
+
/***/ 5320:
|
|
3189
3189
|
/***/ (function(module) {
|
|
3190
3190
|
|
|
3191
3191
|
"use strict";
|
|
@@ -3267,7 +3267,7 @@ module.exports = reflectApply
|
|
|
3267
3267
|
|
|
3268
3268
|
/***/ }),
|
|
3269
3269
|
|
|
3270
|
-
/***/
|
|
3270
|
+
/***/ 8662:
|
|
3271
3271
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3272
3272
|
|
|
3273
3273
|
"use strict";
|
|
@@ -3276,7 +3276,7 @@ module.exports = reflectApply
|
|
|
3276
3276
|
var toStr = Object.prototype.toString;
|
|
3277
3277
|
var fnToStr = Function.prototype.toString;
|
|
3278
3278
|
var isFnRegex = /^\s*(?:function)?\*/;
|
|
3279
|
-
var hasToStringTag = __webpack_require__(
|
|
3279
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
3280
3280
|
var getProto = Object.getPrototypeOf;
|
|
3281
3281
|
var getGeneratorFunc = function () { // eslint-disable-line consistent-return
|
|
3282
3282
|
if (!hasToStringTag) {
|
|
@@ -3313,7 +3313,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
3313
3313
|
|
|
3314
3314
|
/***/ }),
|
|
3315
3315
|
|
|
3316
|
-
/***/
|
|
3316
|
+
/***/ 8611:
|
|
3317
3317
|
/***/ (function(module) {
|
|
3318
3318
|
|
|
3319
3319
|
"use strict";
|
|
@@ -3334,12 +3334,12 @@ module.exports = function isNaN(value) {
|
|
|
3334
3334
|
"use strict";
|
|
3335
3335
|
|
|
3336
3336
|
|
|
3337
|
-
var callBind = __webpack_require__(
|
|
3338
|
-
var define = __webpack_require__(
|
|
3337
|
+
var callBind = __webpack_require__(5559);
|
|
3338
|
+
var define = __webpack_require__(4289);
|
|
3339
3339
|
|
|
3340
|
-
var implementation = __webpack_require__(
|
|
3341
|
-
var getPolyfill = __webpack_require__(
|
|
3342
|
-
var shim = __webpack_require__(
|
|
3340
|
+
var implementation = __webpack_require__(8611);
|
|
3341
|
+
var getPolyfill = __webpack_require__(9415);
|
|
3342
|
+
var shim = __webpack_require__(3194);
|
|
3343
3343
|
|
|
3344
3344
|
var polyfill = callBind(getPolyfill(), Number);
|
|
3345
3345
|
|
|
@@ -3356,13 +3356,13 @@ module.exports = polyfill;
|
|
|
3356
3356
|
|
|
3357
3357
|
/***/ }),
|
|
3358
3358
|
|
|
3359
|
-
/***/
|
|
3359
|
+
/***/ 9415:
|
|
3360
3360
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3361
3361
|
|
|
3362
3362
|
"use strict";
|
|
3363
3363
|
|
|
3364
3364
|
|
|
3365
|
-
var implementation = __webpack_require__(
|
|
3365
|
+
var implementation = __webpack_require__(8611);
|
|
3366
3366
|
|
|
3367
3367
|
module.exports = function getPolyfill() {
|
|
3368
3368
|
if (Number.isNaN && Number.isNaN(NaN) && !Number.isNaN('a')) {
|
|
@@ -3374,14 +3374,14 @@ module.exports = function getPolyfill() {
|
|
|
3374
3374
|
|
|
3375
3375
|
/***/ }),
|
|
3376
3376
|
|
|
3377
|
-
/***/
|
|
3377
|
+
/***/ 3194:
|
|
3378
3378
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3379
3379
|
|
|
3380
3380
|
"use strict";
|
|
3381
3381
|
|
|
3382
3382
|
|
|
3383
|
-
var define = __webpack_require__(
|
|
3384
|
-
var getPolyfill = __webpack_require__(
|
|
3383
|
+
var define = __webpack_require__(4289);
|
|
3384
|
+
var getPolyfill = __webpack_require__(9415);
|
|
3385
3385
|
|
|
3386
3386
|
/* http://www.ecma-international.org/ecma-262/6.0/#sec-number.isnan */
|
|
3387
3387
|
|
|
@@ -3398,18 +3398,18 @@ module.exports = function shimNumberIsNaN() {
|
|
|
3398
3398
|
|
|
3399
3399
|
/***/ }),
|
|
3400
3400
|
|
|
3401
|
-
/***/
|
|
3401
|
+
/***/ 5692:
|
|
3402
3402
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3403
3403
|
|
|
3404
3404
|
"use strict";
|
|
3405
3405
|
|
|
3406
3406
|
|
|
3407
|
-
var forEach = __webpack_require__(
|
|
3408
|
-
var availableTypedArrays = __webpack_require__(
|
|
3409
|
-
var callBound = __webpack_require__(
|
|
3407
|
+
var forEach = __webpack_require__(4029);
|
|
3408
|
+
var availableTypedArrays = __webpack_require__(3083);
|
|
3409
|
+
var callBound = __webpack_require__(1924);
|
|
3410
3410
|
|
|
3411
3411
|
var $toString = callBound('Object.prototype.toString');
|
|
3412
|
-
var hasToStringTag = __webpack_require__(
|
|
3412
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
3413
3413
|
|
|
3414
3414
|
var g = typeof globalThis === 'undefined' ? __webpack_require__.g : globalThis;
|
|
3415
3415
|
var typedArrays = availableTypedArrays();
|
|
@@ -3466,84 +3466,228 @@ module.exports = function isTypedArray(value) {
|
|
|
3466
3466
|
|
|
3467
3467
|
/***/ }),
|
|
3468
3468
|
|
|
3469
|
-
/***/
|
|
3469
|
+
/***/ 2705:
|
|
3470
3470
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3471
3471
|
|
|
3472
|
+
var root = __webpack_require__(5639);
|
|
3473
|
+
|
|
3474
|
+
/** Built-in value references. */
|
|
3475
|
+
var Symbol = root.Symbol;
|
|
3476
|
+
|
|
3477
|
+
module.exports = Symbol;
|
|
3478
|
+
|
|
3479
|
+
|
|
3480
|
+
/***/ }),
|
|
3481
|
+
|
|
3482
|
+
/***/ 4239:
|
|
3483
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3484
|
+
|
|
3485
|
+
var Symbol = __webpack_require__(2705),
|
|
3486
|
+
getRawTag = __webpack_require__(9607),
|
|
3487
|
+
objectToString = __webpack_require__(2333);
|
|
3488
|
+
|
|
3489
|
+
/** `Object#toString` result references. */
|
|
3490
|
+
var nullTag = '[object Null]',
|
|
3491
|
+
undefinedTag = '[object Undefined]';
|
|
3492
|
+
|
|
3493
|
+
/** Built-in value references. */
|
|
3494
|
+
var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
|
|
3495
|
+
|
|
3472
3496
|
/**
|
|
3473
|
-
*
|
|
3474
|
-
*
|
|
3475
|
-
*
|
|
3476
|
-
*
|
|
3477
|
-
*
|
|
3478
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
3497
|
+
* The base implementation of `getTag` without fallbacks for buggy environments.
|
|
3498
|
+
*
|
|
3499
|
+
* @private
|
|
3500
|
+
* @param {*} value The value to query.
|
|
3501
|
+
* @returns {string} Returns the `toStringTag`.
|
|
3479
3502
|
*/
|
|
3503
|
+
function baseGetTag(value) {
|
|
3504
|
+
if (value == null) {
|
|
3505
|
+
return value === undefined ? undefinedTag : nullTag;
|
|
3506
|
+
}
|
|
3507
|
+
return (symToStringTag && symToStringTag in Object(value))
|
|
3508
|
+
? getRawTag(value)
|
|
3509
|
+
: objectToString(value);
|
|
3510
|
+
}
|
|
3480
3511
|
|
|
3481
|
-
|
|
3482
|
-
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
3512
|
+
module.exports = baseGetTag;
|
|
3483
3513
|
|
|
3484
|
-
/** Used as references for various `Number` constants. */
|
|
3485
|
-
var NAN = 0 / 0;
|
|
3486
3514
|
|
|
3487
|
-
|
|
3488
|
-
var symbolTag = '[object Symbol]';
|
|
3515
|
+
/***/ }),
|
|
3489
3516
|
|
|
3490
|
-
|
|
3491
|
-
|
|
3517
|
+
/***/ 7561:
|
|
3518
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3492
3519
|
|
|
3493
|
-
|
|
3494
|
-
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
3520
|
+
var trimmedEndIndex = __webpack_require__(7990);
|
|
3495
3521
|
|
|
3496
|
-
/** Used to
|
|
3497
|
-
var
|
|
3522
|
+
/** Used to match leading whitespace. */
|
|
3523
|
+
var reTrimStart = /^\s+/;
|
|
3498
3524
|
|
|
3499
|
-
/**
|
|
3500
|
-
|
|
3525
|
+
/**
|
|
3526
|
+
* The base implementation of `_.trim`.
|
|
3527
|
+
*
|
|
3528
|
+
* @private
|
|
3529
|
+
* @param {string} string The string to trim.
|
|
3530
|
+
* @returns {string} Returns the trimmed string.
|
|
3531
|
+
*/
|
|
3532
|
+
function baseTrim(string) {
|
|
3533
|
+
return string
|
|
3534
|
+
? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
|
|
3535
|
+
: string;
|
|
3536
|
+
}
|
|
3501
3537
|
|
|
3502
|
-
|
|
3503
|
-
|
|
3538
|
+
module.exports = baseTrim;
|
|
3539
|
+
|
|
3540
|
+
|
|
3541
|
+
/***/ }),
|
|
3542
|
+
|
|
3543
|
+
/***/ 1957:
|
|
3544
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3504
3545
|
|
|
3505
3546
|
/** Detect free variable `global` from Node.js. */
|
|
3506
3547
|
var freeGlobal = typeof __webpack_require__.g == 'object' && __webpack_require__.g && __webpack_require__.g.Object === Object && __webpack_require__.g;
|
|
3507
3548
|
|
|
3508
|
-
|
|
3509
|
-
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
3549
|
+
module.exports = freeGlobal;
|
|
3510
3550
|
|
|
3511
|
-
|
|
3512
|
-
|
|
3551
|
+
|
|
3552
|
+
/***/ }),
|
|
3553
|
+
|
|
3554
|
+
/***/ 9607:
|
|
3555
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3556
|
+
|
|
3557
|
+
var Symbol = __webpack_require__(2705);
|
|
3513
3558
|
|
|
3514
3559
|
/** Used for built-in method references. */
|
|
3515
3560
|
var objectProto = Object.prototype;
|
|
3516
3561
|
|
|
3562
|
+
/** Used to check objects for own properties. */
|
|
3563
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
3564
|
+
|
|
3517
3565
|
/**
|
|
3518
3566
|
* Used to resolve the
|
|
3519
3567
|
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
3520
3568
|
* of values.
|
|
3521
3569
|
*/
|
|
3522
|
-
var
|
|
3570
|
+
var nativeObjectToString = objectProto.toString;
|
|
3523
3571
|
|
|
3524
|
-
|
|
3525
|
-
var
|
|
3526
|
-
nativeMin = Math.min;
|
|
3572
|
+
/** Built-in value references. */
|
|
3573
|
+
var symToStringTag = Symbol ? Symbol.toStringTag : undefined;
|
|
3527
3574
|
|
|
3528
3575
|
/**
|
|
3529
|
-
*
|
|
3530
|
-
* the Unix epoch (1 January 1970 00:00:00 UTC).
|
|
3576
|
+
* A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
|
|
3531
3577
|
*
|
|
3532
|
-
* @
|
|
3533
|
-
* @
|
|
3534
|
-
* @
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3578
|
+
* @private
|
|
3579
|
+
* @param {*} value The value to query.
|
|
3580
|
+
* @returns {string} Returns the raw `toStringTag`.
|
|
3581
|
+
*/
|
|
3582
|
+
function getRawTag(value) {
|
|
3583
|
+
var isOwn = hasOwnProperty.call(value, symToStringTag),
|
|
3584
|
+
tag = value[symToStringTag];
|
|
3585
|
+
|
|
3586
|
+
try {
|
|
3587
|
+
value[symToStringTag] = undefined;
|
|
3588
|
+
var unmasked = true;
|
|
3589
|
+
} catch (e) {}
|
|
3590
|
+
|
|
3591
|
+
var result = nativeObjectToString.call(value);
|
|
3592
|
+
if (unmasked) {
|
|
3593
|
+
if (isOwn) {
|
|
3594
|
+
value[symToStringTag] = tag;
|
|
3595
|
+
} else {
|
|
3596
|
+
delete value[symToStringTag];
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
return result;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
module.exports = getRawTag;
|
|
3603
|
+
|
|
3604
|
+
|
|
3605
|
+
/***/ }),
|
|
3606
|
+
|
|
3607
|
+
/***/ 2333:
|
|
3608
|
+
/***/ (function(module) {
|
|
3609
|
+
|
|
3610
|
+
/** Used for built-in method references. */
|
|
3611
|
+
var objectProto = Object.prototype;
|
|
3612
|
+
|
|
3613
|
+
/**
|
|
3614
|
+
* Used to resolve the
|
|
3615
|
+
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
3616
|
+
* of values.
|
|
3617
|
+
*/
|
|
3618
|
+
var nativeObjectToString = objectProto.toString;
|
|
3619
|
+
|
|
3620
|
+
/**
|
|
3621
|
+
* Converts `value` to a string using `Object.prototype.toString`.
|
|
3538
3622
|
*
|
|
3539
|
-
*
|
|
3540
|
-
*
|
|
3541
|
-
* }
|
|
3542
|
-
* // => Logs the number of milliseconds it took for the deferred invocation.
|
|
3623
|
+
* @private
|
|
3624
|
+
* @param {*} value The value to convert.
|
|
3625
|
+
* @returns {string} Returns the converted string.
|
|
3543
3626
|
*/
|
|
3544
|
-
|
|
3545
|
-
return
|
|
3546
|
-
}
|
|
3627
|
+
function objectToString(value) {
|
|
3628
|
+
return nativeObjectToString.call(value);
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
module.exports = objectToString;
|
|
3632
|
+
|
|
3633
|
+
|
|
3634
|
+
/***/ }),
|
|
3635
|
+
|
|
3636
|
+
/***/ 5639:
|
|
3637
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3638
|
+
|
|
3639
|
+
var freeGlobal = __webpack_require__(1957);
|
|
3640
|
+
|
|
3641
|
+
/** Detect free variable `self`. */
|
|
3642
|
+
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
3643
|
+
|
|
3644
|
+
/** Used as a reference to the global object. */
|
|
3645
|
+
var root = freeGlobal || freeSelf || Function('return this')();
|
|
3646
|
+
|
|
3647
|
+
module.exports = root;
|
|
3648
|
+
|
|
3649
|
+
|
|
3650
|
+
/***/ }),
|
|
3651
|
+
|
|
3652
|
+
/***/ 7990:
|
|
3653
|
+
/***/ (function(module) {
|
|
3654
|
+
|
|
3655
|
+
/** Used to match a single whitespace character. */
|
|
3656
|
+
var reWhitespace = /\s/;
|
|
3657
|
+
|
|
3658
|
+
/**
|
|
3659
|
+
* Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace
|
|
3660
|
+
* character of `string`.
|
|
3661
|
+
*
|
|
3662
|
+
* @private
|
|
3663
|
+
* @param {string} string The string to inspect.
|
|
3664
|
+
* @returns {number} Returns the index of the last non-whitespace character.
|
|
3665
|
+
*/
|
|
3666
|
+
function trimmedEndIndex(string) {
|
|
3667
|
+
var index = string.length;
|
|
3668
|
+
|
|
3669
|
+
while (index-- && reWhitespace.test(string.charAt(index))) {}
|
|
3670
|
+
return index;
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
module.exports = trimmedEndIndex;
|
|
3674
|
+
|
|
3675
|
+
|
|
3676
|
+
/***/ }),
|
|
3677
|
+
|
|
3678
|
+
/***/ 3279:
|
|
3679
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3680
|
+
|
|
3681
|
+
var isObject = __webpack_require__(3218),
|
|
3682
|
+
now = __webpack_require__(7771),
|
|
3683
|
+
toNumber = __webpack_require__(4841);
|
|
3684
|
+
|
|
3685
|
+
/** Error message constants. */
|
|
3686
|
+
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
3687
|
+
|
|
3688
|
+
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
3689
|
+
var nativeMax = Math.max,
|
|
3690
|
+
nativeMin = Math.min;
|
|
3547
3691
|
|
|
3548
3692
|
/**
|
|
3549
3693
|
* Creates a debounced function that delays invoking `func` until after `wait`
|
|
@@ -3644,9 +3788,11 @@ function debounce(func, wait, options) {
|
|
|
3644
3788
|
function remainingWait(time) {
|
|
3645
3789
|
var timeSinceLastCall = time - lastCallTime,
|
|
3646
3790
|
timeSinceLastInvoke = time - lastInvokeTime,
|
|
3647
|
-
|
|
3791
|
+
timeWaiting = wait - timeSinceLastCall;
|
|
3648
3792
|
|
|
3649
|
-
return maxing
|
|
3793
|
+
return maxing
|
|
3794
|
+
? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)
|
|
3795
|
+
: timeWaiting;
|
|
3650
3796
|
}
|
|
3651
3797
|
|
|
3652
3798
|
function shouldInvoke(time) {
|
|
@@ -3707,6 +3853,7 @@ function debounce(func, wait, options) {
|
|
|
3707
3853
|
}
|
|
3708
3854
|
if (maxing) {
|
|
3709
3855
|
// Handle invocations in a tight loop.
|
|
3856
|
+
clearTimeout(timerId);
|
|
3710
3857
|
timerId = setTimeout(timerExpired, wait);
|
|
3711
3858
|
return invokeFunc(lastCallTime);
|
|
3712
3859
|
}
|
|
@@ -3721,6 +3868,14 @@ function debounce(func, wait, options) {
|
|
|
3721
3868
|
return debounced;
|
|
3722
3869
|
}
|
|
3723
3870
|
|
|
3871
|
+
module.exports = debounce;
|
|
3872
|
+
|
|
3873
|
+
|
|
3874
|
+
/***/ }),
|
|
3875
|
+
|
|
3876
|
+
/***/ 3218:
|
|
3877
|
+
/***/ (function(module) {
|
|
3878
|
+
|
|
3724
3879
|
/**
|
|
3725
3880
|
* Checks if `value` is the
|
|
3726
3881
|
* [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
|
|
@@ -3748,9 +3903,17 @@ function debounce(func, wait, options) {
|
|
|
3748
3903
|
*/
|
|
3749
3904
|
function isObject(value) {
|
|
3750
3905
|
var type = typeof value;
|
|
3751
|
-
return
|
|
3906
|
+
return value != null && (type == 'object' || type == 'function');
|
|
3752
3907
|
}
|
|
3753
3908
|
|
|
3909
|
+
module.exports = isObject;
|
|
3910
|
+
|
|
3911
|
+
|
|
3912
|
+
/***/ }),
|
|
3913
|
+
|
|
3914
|
+
/***/ 7005:
|
|
3915
|
+
/***/ (function(module) {
|
|
3916
|
+
|
|
3754
3917
|
/**
|
|
3755
3918
|
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
3756
3919
|
* and has a `typeof` result of "object".
|
|
@@ -3776,9 +3939,23 @@ function isObject(value) {
|
|
|
3776
3939
|
* // => false
|
|
3777
3940
|
*/
|
|
3778
3941
|
function isObjectLike(value) {
|
|
3779
|
-
return
|
|
3942
|
+
return value != null && typeof value == 'object';
|
|
3780
3943
|
}
|
|
3781
3944
|
|
|
3945
|
+
module.exports = isObjectLike;
|
|
3946
|
+
|
|
3947
|
+
|
|
3948
|
+
/***/ }),
|
|
3949
|
+
|
|
3950
|
+
/***/ 3448:
|
|
3951
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3952
|
+
|
|
3953
|
+
var baseGetTag = __webpack_require__(4239),
|
|
3954
|
+
isObjectLike = __webpack_require__(7005);
|
|
3955
|
+
|
|
3956
|
+
/** `Object#toString` result references. */
|
|
3957
|
+
var symbolTag = '[object Symbol]';
|
|
3958
|
+
|
|
3782
3959
|
/**
|
|
3783
3960
|
* Checks if `value` is classified as a `Symbol` primitive or object.
|
|
3784
3961
|
*
|
|
@@ -3798,9 +3975,66 @@ function isObjectLike(value) {
|
|
|
3798
3975
|
*/
|
|
3799
3976
|
function isSymbol(value) {
|
|
3800
3977
|
return typeof value == 'symbol' ||
|
|
3801
|
-
(isObjectLike(value) &&
|
|
3978
|
+
(isObjectLike(value) && baseGetTag(value) == symbolTag);
|
|
3802
3979
|
}
|
|
3803
3980
|
|
|
3981
|
+
module.exports = isSymbol;
|
|
3982
|
+
|
|
3983
|
+
|
|
3984
|
+
/***/ }),
|
|
3985
|
+
|
|
3986
|
+
/***/ 7771:
|
|
3987
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3988
|
+
|
|
3989
|
+
var root = __webpack_require__(5639);
|
|
3990
|
+
|
|
3991
|
+
/**
|
|
3992
|
+
* Gets the timestamp of the number of milliseconds that have elapsed since
|
|
3993
|
+
* the Unix epoch (1 January 1970 00:00:00 UTC).
|
|
3994
|
+
*
|
|
3995
|
+
* @static
|
|
3996
|
+
* @memberOf _
|
|
3997
|
+
* @since 2.4.0
|
|
3998
|
+
* @category Date
|
|
3999
|
+
* @returns {number} Returns the timestamp.
|
|
4000
|
+
* @example
|
|
4001
|
+
*
|
|
4002
|
+
* _.defer(function(stamp) {
|
|
4003
|
+
* console.log(_.now() - stamp);
|
|
4004
|
+
* }, _.now());
|
|
4005
|
+
* // => Logs the number of milliseconds it took for the deferred invocation.
|
|
4006
|
+
*/
|
|
4007
|
+
var now = function() {
|
|
4008
|
+
return root.Date.now();
|
|
4009
|
+
};
|
|
4010
|
+
|
|
4011
|
+
module.exports = now;
|
|
4012
|
+
|
|
4013
|
+
|
|
4014
|
+
/***/ }),
|
|
4015
|
+
|
|
4016
|
+
/***/ 4841:
|
|
4017
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4018
|
+
|
|
4019
|
+
var baseTrim = __webpack_require__(7561),
|
|
4020
|
+
isObject = __webpack_require__(3218),
|
|
4021
|
+
isSymbol = __webpack_require__(3448);
|
|
4022
|
+
|
|
4023
|
+
/** Used as references for various `Number` constants. */
|
|
4024
|
+
var NAN = 0 / 0;
|
|
4025
|
+
|
|
4026
|
+
/** Used to detect bad signed hexadecimal string values. */
|
|
4027
|
+
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
4028
|
+
|
|
4029
|
+
/** Used to detect binary string values. */
|
|
4030
|
+
var reIsBinary = /^0b[01]+$/i;
|
|
4031
|
+
|
|
4032
|
+
/** Used to detect octal string values. */
|
|
4033
|
+
var reIsOctal = /^0o[0-7]+$/i;
|
|
4034
|
+
|
|
4035
|
+
/** Built-in method references without a dependency on `root`. */
|
|
4036
|
+
var freeParseInt = parseInt;
|
|
4037
|
+
|
|
3804
4038
|
/**
|
|
3805
4039
|
* Converts `value` to a number.
|
|
3806
4040
|
*
|
|
@@ -3838,19 +4072,19 @@ function toNumber(value) {
|
|
|
3838
4072
|
if (typeof value != 'string') {
|
|
3839
4073
|
return value === 0 ? value : +value;
|
|
3840
4074
|
}
|
|
3841
|
-
value = value
|
|
4075
|
+
value = baseTrim(value);
|
|
3842
4076
|
var isBinary = reIsBinary.test(value);
|
|
3843
4077
|
return (isBinary || reIsOctal.test(value))
|
|
3844
4078
|
? freeParseInt(value.slice(2), isBinary ? 2 : 8)
|
|
3845
4079
|
: (reIsBadHex.test(value) ? NAN : +value);
|
|
3846
4080
|
}
|
|
3847
4081
|
|
|
3848
|
-
module.exports =
|
|
4082
|
+
module.exports = toNumber;
|
|
3849
4083
|
|
|
3850
4084
|
|
|
3851
4085
|
/***/ }),
|
|
3852
4086
|
|
|
3853
|
-
/***/
|
|
4087
|
+
/***/ 4244:
|
|
3854
4088
|
/***/ (function(module) {
|
|
3855
4089
|
|
|
3856
4090
|
"use strict";
|
|
@@ -3883,12 +4117,12 @@ module.exports = function is(a, b) {
|
|
|
3883
4117
|
"use strict";
|
|
3884
4118
|
|
|
3885
4119
|
|
|
3886
|
-
var define = __webpack_require__(
|
|
3887
|
-
var callBind = __webpack_require__(
|
|
4120
|
+
var define = __webpack_require__(4289);
|
|
4121
|
+
var callBind = __webpack_require__(5559);
|
|
3888
4122
|
|
|
3889
|
-
var implementation = __webpack_require__(
|
|
3890
|
-
var getPolyfill = __webpack_require__(
|
|
3891
|
-
var shim = __webpack_require__(
|
|
4123
|
+
var implementation = __webpack_require__(4244);
|
|
4124
|
+
var getPolyfill = __webpack_require__(5624);
|
|
4125
|
+
var shim = __webpack_require__(2281);
|
|
3892
4126
|
|
|
3893
4127
|
var polyfill = callBind(getPolyfill(), Object);
|
|
3894
4128
|
|
|
@@ -3903,13 +4137,13 @@ module.exports = polyfill;
|
|
|
3903
4137
|
|
|
3904
4138
|
/***/ }),
|
|
3905
4139
|
|
|
3906
|
-
/***/
|
|
4140
|
+
/***/ 5624:
|
|
3907
4141
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3908
4142
|
|
|
3909
4143
|
"use strict";
|
|
3910
4144
|
|
|
3911
4145
|
|
|
3912
|
-
var implementation = __webpack_require__(
|
|
4146
|
+
var implementation = __webpack_require__(4244);
|
|
3913
4147
|
|
|
3914
4148
|
module.exports = function getPolyfill() {
|
|
3915
4149
|
return typeof Object.is === 'function' ? Object.is : implementation;
|
|
@@ -3918,14 +4152,14 @@ module.exports = function getPolyfill() {
|
|
|
3918
4152
|
|
|
3919
4153
|
/***/ }),
|
|
3920
4154
|
|
|
3921
|
-
/***/
|
|
4155
|
+
/***/ 2281:
|
|
3922
4156
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3923
4157
|
|
|
3924
4158
|
"use strict";
|
|
3925
4159
|
|
|
3926
4160
|
|
|
3927
|
-
var getPolyfill = __webpack_require__(
|
|
3928
|
-
var define = __webpack_require__(
|
|
4161
|
+
var getPolyfill = __webpack_require__(5624);
|
|
4162
|
+
var define = __webpack_require__(4289);
|
|
3929
4163
|
|
|
3930
4164
|
module.exports = function shimObjectIs() {
|
|
3931
4165
|
var polyfill = getPolyfill();
|
|
@@ -3940,7 +4174,7 @@ module.exports = function shimObjectIs() {
|
|
|
3940
4174
|
|
|
3941
4175
|
/***/ }),
|
|
3942
4176
|
|
|
3943
|
-
/***/
|
|
4177
|
+
/***/ 8987:
|
|
3944
4178
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3945
4179
|
|
|
3946
4180
|
"use strict";
|
|
@@ -3951,7 +4185,7 @@ if (!Object.keys) {
|
|
|
3951
4185
|
// modified from https://github.com/es-shims/es5-shim
|
|
3952
4186
|
var has = Object.prototype.hasOwnProperty;
|
|
3953
4187
|
var toStr = Object.prototype.toString;
|
|
3954
|
-
var isArgs = __webpack_require__(
|
|
4188
|
+
var isArgs = __webpack_require__(1414); // eslint-disable-line global-require
|
|
3955
4189
|
var isEnumerable = Object.prototype.propertyIsEnumerable;
|
|
3956
4190
|
var hasDontEnumBug = !isEnumerable.call({ toString: null }, 'toString');
|
|
3957
4191
|
var hasProtoEnumBug = isEnumerable.call(function () {}, 'prototype');
|
|
@@ -4070,17 +4304,17 @@ module.exports = keysShim;
|
|
|
4070
4304
|
|
|
4071
4305
|
/***/ }),
|
|
4072
4306
|
|
|
4073
|
-
/***/
|
|
4307
|
+
/***/ 2215:
|
|
4074
4308
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4075
4309
|
|
|
4076
4310
|
"use strict";
|
|
4077
4311
|
|
|
4078
4312
|
|
|
4079
4313
|
var slice = Array.prototype.slice;
|
|
4080
|
-
var isArgs = __webpack_require__(
|
|
4314
|
+
var isArgs = __webpack_require__(1414);
|
|
4081
4315
|
|
|
4082
4316
|
var origKeys = Object.keys;
|
|
4083
|
-
var keysShim = origKeys ? function keys(o) { return origKeys(o); } : __webpack_require__(
|
|
4317
|
+
var keysShim = origKeys ? function keys(o) { return origKeys(o); } : __webpack_require__(8987);
|
|
4084
4318
|
|
|
4085
4319
|
var originalKeys = Object.keys;
|
|
4086
4320
|
|
|
@@ -4110,7 +4344,7 @@ module.exports = keysShim;
|
|
|
4110
4344
|
|
|
4111
4345
|
/***/ }),
|
|
4112
4346
|
|
|
4113
|
-
/***/
|
|
4347
|
+
/***/ 1414:
|
|
4114
4348
|
/***/ (function(module) {
|
|
4115
4349
|
|
|
4116
4350
|
"use strict";
|
|
@@ -4135,10 +4369,10 @@ module.exports = function isArguments(value) {
|
|
|
4135
4369
|
|
|
4136
4370
|
/***/ }),
|
|
4137
4371
|
|
|
4138
|
-
/***/
|
|
4372
|
+
/***/ 1443:
|
|
4139
4373
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4140
4374
|
|
|
4141
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
4375
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
4142
4376
|
"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:
|
|
4143
4377
|
/* @cc_on!@ */
|
|
4144
4378
|
!!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}));
|
|
@@ -4147,7 +4381,7 @@ module.exports = function isArguments(value) {
|
|
|
4147
4381
|
|
|
4148
4382
|
/***/ }),
|
|
4149
4383
|
|
|
4150
|
-
/***/
|
|
4384
|
+
/***/ 4155:
|
|
4151
4385
|
/***/ (function(module) {
|
|
4152
4386
|
|
|
4153
4387
|
// shim for using process in browser
|
|
@@ -4350,7 +4584,7 @@ module.exports = function isBuffer(arg) {
|
|
|
4350
4584
|
|
|
4351
4585
|
/***/ }),
|
|
4352
4586
|
|
|
4353
|
-
/***/
|
|
4587
|
+
/***/ 5955:
|
|
4354
4588
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4355
4589
|
|
|
4356
4590
|
"use strict";
|
|
@@ -4359,10 +4593,10 @@ module.exports = function isBuffer(arg) {
|
|
|
4359
4593
|
|
|
4360
4594
|
|
|
4361
4595
|
|
|
4362
|
-
var isArgumentsObject = __webpack_require__(
|
|
4363
|
-
var isGeneratorFunction = __webpack_require__(
|
|
4364
|
-
var whichTypedArray = __webpack_require__(
|
|
4365
|
-
var isTypedArray = __webpack_require__(
|
|
4596
|
+
var isArgumentsObject = __webpack_require__(2584);
|
|
4597
|
+
var isGeneratorFunction = __webpack_require__(8662);
|
|
4598
|
+
var whichTypedArray = __webpack_require__(6430);
|
|
4599
|
+
var isTypedArray = __webpack_require__(5692);
|
|
4366
4600
|
|
|
4367
4601
|
function uncurryThis(f) {
|
|
4368
4602
|
return f.call.bind(f);
|
|
@@ -4692,11 +4926,11 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
4692
4926
|
|
|
4693
4927
|
/***/ }),
|
|
4694
4928
|
|
|
4695
|
-
/***/
|
|
4929
|
+
/***/ 9539:
|
|
4696
4930
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4697
4931
|
|
|
4698
|
-
/* provided dependency */ var process = __webpack_require__(
|
|
4699
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
4932
|
+
/* provided dependency */ var process = __webpack_require__(4155);
|
|
4933
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
4700
4934
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
4701
4935
|
//
|
|
4702
4936
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -5163,7 +5397,7 @@ function reduceToSingleString(output, base, braces) {
|
|
|
5163
5397
|
|
|
5164
5398
|
// NOTE: These type checking functions intentionally don't use `instanceof`
|
|
5165
5399
|
// because it is fragile and can be easily faked with `Object.create()`.
|
|
5166
|
-
exports.types = __webpack_require__(
|
|
5400
|
+
exports.types = __webpack_require__(5955);
|
|
5167
5401
|
|
|
5168
5402
|
function isArray(ar) {
|
|
5169
5403
|
return Array.isArray(ar);
|
|
@@ -5288,7 +5522,7 @@ exports.log = function() {
|
|
|
5288
5522
|
* prototype.
|
|
5289
5523
|
* @param {function} superCtor Constructor function to inherit prototype from.
|
|
5290
5524
|
*/
|
|
5291
|
-
exports.inherits = __webpack_require__(
|
|
5525
|
+
exports.inherits = __webpack_require__(5717);
|
|
5292
5526
|
|
|
5293
5527
|
exports._extend = function(origin, add) {
|
|
5294
5528
|
// Don't do anything if add isn't an object
|
|
@@ -5416,7 +5650,7 @@ exports.callbackify = callbackify;
|
|
|
5416
5650
|
|
|
5417
5651
|
/***/ }),
|
|
5418
5652
|
|
|
5419
|
-
/***/
|
|
5653
|
+
/***/ 3744:
|
|
5420
5654
|
/***/ (function(__unused_webpack_module, exports) {
|
|
5421
5655
|
|
|
5422
5656
|
"use strict";
|
|
@@ -5436,18 +5670,18 @@ exports.Z = (sfc, props) => {
|
|
|
5436
5670
|
|
|
5437
5671
|
/***/ }),
|
|
5438
5672
|
|
|
5439
|
-
/***/
|
|
5673
|
+
/***/ 6430:
|
|
5440
5674
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5441
5675
|
|
|
5442
5676
|
"use strict";
|
|
5443
5677
|
|
|
5444
5678
|
|
|
5445
|
-
var forEach = __webpack_require__(
|
|
5446
|
-
var availableTypedArrays = __webpack_require__(
|
|
5447
|
-
var callBound = __webpack_require__(
|
|
5679
|
+
var forEach = __webpack_require__(4029);
|
|
5680
|
+
var availableTypedArrays = __webpack_require__(3083);
|
|
5681
|
+
var callBound = __webpack_require__(1924);
|
|
5448
5682
|
|
|
5449
5683
|
var $toString = callBound('Object.prototype.toString');
|
|
5450
|
-
var hasToStringTag = __webpack_require__(
|
|
5684
|
+
var hasToStringTag = __webpack_require__(6410)();
|
|
5451
5685
|
|
|
5452
5686
|
var g = typeof globalThis === 'undefined' ? __webpack_require__.g : globalThis;
|
|
5453
5687
|
var typedArrays = availableTypedArrays();
|
|
@@ -5488,7 +5722,7 @@ var tryTypedArrays = function tryAllTypedArrays(value) {
|
|
|
5488
5722
|
return foundName;
|
|
5489
5723
|
};
|
|
5490
5724
|
|
|
5491
|
-
var isTypedArray = __webpack_require__(
|
|
5725
|
+
var isTypedArray = __webpack_require__(5692);
|
|
5492
5726
|
|
|
5493
5727
|
module.exports = function whichTypedArray(value) {
|
|
5494
5728
|
if (!isTypedArray(value)) { return false; }
|
|
@@ -5499,15 +5733,15 @@ module.exports = function whichTypedArray(value) {
|
|
|
5499
5733
|
|
|
5500
5734
|
/***/ }),
|
|
5501
5735
|
|
|
5502
|
-
/***/
|
|
5736
|
+
/***/ 7203:
|
|
5503
5737
|
/***/ (function(module) {
|
|
5504
5738
|
|
|
5505
5739
|
"use strict";
|
|
5506
|
-
module.exports =
|
|
5740
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7203__;
|
|
5507
5741
|
|
|
5508
5742
|
/***/ }),
|
|
5509
5743
|
|
|
5510
|
-
/***/
|
|
5744
|
+
/***/ 3083:
|
|
5511
5745
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
5512
5746
|
|
|
5513
5747
|
"use strict";
|
|
@@ -5680,7 +5914,7 @@ if (typeof window !== 'undefined') {
|
|
|
5680
5914
|
/* harmony default export */ var setPublicPath = (null);
|
|
5681
5915
|
|
|
5682
5916
|
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
5683
|
-
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(
|
|
5917
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(7203);
|
|
5684
5918
|
;// CONCATENATED MODULE: ./src/assets/components/atoms/wt-avatar/default-avatar.svg
|
|
5685
5919
|
var default_avatar_namespaceObject = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI2MjRfMTg3NSkiPgo8ZyBvcGFjaXR5PSIwLjk2Ij4KPHBhdGggZD0iTTk4Ljk5MTggNTEuMDA0MUM5OS4wMDc0IDYyLjU3NzIgOTQuODI0NyA3My43NjMyIDg3LjIxOTUgODIuNDg3MkM4Ni44NTAzIDgyLjkyMTkgODYuNDU2NSA4My4zNTY3IDg2LjA2MjcgODMuNzc1Qzg1LjUyOTUgODQuMzQ5MyA4NC45NzE2IDg0LjkxNTMgODQuNDIyIDg1LjQ2NDlDNzUuMzc1NCA5NC4yMzMgNjMuMjQ0MyA5OS4wOTM4IDUwLjY0NTYgOTguOTk4NkMzOC4wNDcgOTguOTAzNSAyNS45OTA3IDkzLjg2IDE3LjA3NzYgODQuOTU2M0MxNi4yNTcyIDg0LjEzNiAxNS41MTg5IDgzLjMxNTcgMTQuNzgwNiA4Mi40OTU0QzE0LjQ2ODggODIuMTM0NSAxNC4xNjUzIDgxLjc4MTcgMTMuODY5OSA4MS40MTI2QzguOTk0NTIgNzUuNDYyMiA1LjYyMDg3IDY4LjQyNzMgNC4wMzMyNiA2MC45MDA1QzIuNDQ1NjQgNTMuMzczOCAyLjY5MDU2IDQ1LjU3NTcgNC43NDczOSAzOC4xNjM0QzYuODA0MjIgMzAuNzUxMSAxMC42MTI3IDIzLjk0MTcgMTUuODUxOSAxOC4zMDlDMjEuMDkxMSAxMi42NzYyIDI3LjYwNzYgOC4zODUyMiAzNC44NTIzIDUuNzk3NDNDNDIuMDk2OSAzLjIwOTY0IDQ5Ljg1NzUgMi40MDA5MSA1Ny40ODAxIDMuNDM5MzlDNjUuMTAyNyA0LjQ3Nzg4IDcyLjM2NCA3LjMzMzE1IDc4LjY1MjIgMTEuNzY0NkM4NC45NDA0IDE2LjE5NjEgOTAuMDcxMyAyMi4wNzM5IDkzLjYxMjQgMjguOTAyOUM5Ny4xNTM2IDM1LjczMTggOTkuMDAxNCA0My4zMTE4IDk5IDUxLjAwNDFIOTguOTkxOFoiIGZpbGw9IiMwMzAzMDIiLz4KPHBhdGggZD0iTTQ1LjQyMDQgMTUuMTgzMUM0NC4zMzA4IDE1LjgwODUgNDMuMzI0NyAxNi41NjkyIDQyLjQyNiAxNy40NDcxQzQwLjM5MTUgMTkuMzc0OCAzOC41NTM5IDIxLjY3MTYgMzUuOTYxNSAyMi43NDYyQzM0LjA5OTIgMjMuNTE3MyAzMS45MjUzIDIzLjYxNTcgMzAuMzI1NSAyNC44MzhDMjguNzI1OCAyNi4wNjAyIDI4LjAyODUgMjguMTc2NiAyNy42Njc1IDMwLjE3ODFDMjcuMzA2NiAzMi4xNzk2IDI3LjE0MjUgMzQuMjc5NiAyNi4xNzQ1IDM2LjA3NjFDMjUuMzA0OSAzNy43MTY3IDIzLjg3NzQgMzguOTA2MSAyMi43Njk5IDQwLjM1OEMyMC41MTM5IDQzLjMyNzUgMjEuMzkxNyA0Ni44NzEyIDI0LjA5MDcgNDkuMjgyOUMyNS41MjY0IDUwLjU3MDcgMjcuMzMxMiA1MS4zNzQ2IDI5LjAxMjkgNTIuMzc1NEMzMC42OTQ3IDUzLjM3NjIgMzEuOTI1MyA1NC40NTkgMzIuNDE3NSA1Ni40MDMxQzMyLjg2ODcgNTguMTU4NSAzMy43NzExIDYwLjI5OTUgMzUuMzIxNiA2MS4zMjQ4QzM3LjAyNDEgNjIuNDEzOSAzOS4wNzQ3IDYyLjgyMSA0MS4wNjQyIDYyLjQ2NTFDNDMuMTIzMyA2Mi4wNzk1IDQ1LjAxMDIgNjEuMTAzNCA0Ni45OTU1IDYwLjQ2MzVDNDguNzY4MiA1OS44NjExIDUwLjY3NzkgNTkuNzg3IDUyLjQ5MiA2MC4yNTAzQzU0LjEzMjggNjAuNjM1OCA1NS42OTk3IDYxLjUwNTMgNTcuNDE0MiA2MS43ODQyQzU4LjU3NzUgNjEuOTQ0IDU5Ljc2MTIgNjEuODYxIDYwLjg5MDggNjEuNTQwNUM2Mi4wMjAzIDYxLjIyIDYzLjA3MTIgNjAuNjY5IDYzLjk3NzIgNTkuOTIyMUM2Ny4xODQ5IDU3LjMzIDY3LjUxMyA1Mi44Njc2IDcwLjg0MzggNTAuNTI5N0M3Mi42ODk2IDQ5LjIzMzYgNzUuMTI2MSA0OC41Nzc0IDc2LjMwNzQgNDYuNjQ5N0M3Ny40ODg4IDQ0LjcyMiA3Ni44ODE3IDQyLjAzMTQgNzUuNzkwNiAzOS45NjQzQzc0LjY5OTUgMzcuODk3MSA3My4xNjU0IDM2LjAxMDUgNzIuNTUwMSAzMy43NTQ2QzcyLjIzOTMgMzIuMTExNSA3Mi4wNTU1IDMwLjQ0NjggNzIuMDAwNSAyOC43NzU0QzcxLjkzNyAyNy4wODI3IDcxLjI0MDIgMjUuNDc1NSA3MC4wNDggMjQuMjcyQzY4LjU2MzEgMjMuMDAwNSA2Ni40MjE5IDIyLjkzNDkgNjQuNTUxNSAyMi4zNjA3QzYyLjA5MDQgMjEuNTk3OCA1OS45OTg0IDE5Ljg5OTggNTcuOTg4NSAxOC4yNTkyQzU1Ljk3ODYgMTYuNjE4NiA1My44ODY2IDE0Ljk3OCA1MS4zNzYzIDE0LjI3MjZDNTAuMzczOCAxNC4wMTE2IDQ5LjMyODYgMTMuOTU3OCA0OC4zMDQ1IDE0LjExNDNDNDcuMjgwNSAxNC4yNzA5IDQ2LjI5OTEgMTQuNjM0NSA0NS40MjA0IDE1LjE4MzFaIiBmaWxsPSIjRkJCOTY5Ii8+CjxwYXRoIGQ9Ik02Mi43NjMyIDQyLjk5OTJDNjIuNzYzMiA0Mi44MTA2IDY1LjEwMTMgMzcuODA2NyA2OC4wMTM2IDM5LjE1MkM3Mi40MDI2IDQxLjE4NjQgNjcuMTkzMiA0Ny4yNzMgNjUuNTExNSA0OC41MTE2QzY0Ljg4NjQgNDguOTg3NiA2NC4xNjg0IDQ5LjMyNjkgNjMuNDAzOCA0OS41MDc4QzYyLjYzOTMgNDkuNjg4NyA2MS44NDUzIDQ5LjcwNyA2MS4wNzMyIDQ5LjU2MTZMNjIuNzYzMiA0Mi45OTkyWiIgZmlsbD0iI0UyNjIyNyIvPgo8cGF0aCBkPSJNMzQuOTg1NSA0Mi45OTkyQzM0Ljk4NTUgNDIuODEwNiAzMi42NDc0IDM3LjgwNjcgMjkuNzM1MSAzOS4xNTJDMjUuMzU0MyA0MS4xODY0IDMwLjU1NTQgNDcuMjczIDMyLjI0NTQgNDguNTExNkMzMi44NzA1IDQ4Ljk4NzYgMzMuNTg4NSA0OS4zMjY5IDM0LjM1MyA0OS41MDc4QzM1LjExNzYgNDkuNjg4NyAzNS45MTE2IDQ5LjcwNyAzNi42ODM2IDQ5LjU2MTZMMzQuOTg1NSA0Mi45OTkyWiIgZmlsbD0iI0UyNjIyNyIvPgo8cGF0aCBkPSJNODQuNDQ2MiA4NS40NjQxQzc1LjM5OTYgOTQuMjMyMiA2My4yNjg1IDk5LjA5MyA1MC42Njk5IDk4Ljk5NzlDMzguMDcxMiA5OC45MDI3IDI2LjAxNDkgOTMuODU5MyAxNy4xMDE4IDg0Ljk1NTVDMTcuMjgwNiA4NC40Nzk2IDE3LjQ5MTYgODQuMDE2NCAxNy43MzM1IDgzLjU2OTJDMTkuMjM0OCA4MC43MzkyIDMzLjQ2IDczLjEzNSAzNy4wNjk3IDcwLjIzOTRMMzcuMjE3MyA3MC4xMTYzQzM4Ljc0NjMgNjguOTA3NyAzOS44MzU4IDY3LjIzMDQgNDAuMzE4NCA2NS4zNDIyQzQwLjUyNzUgNjQuNDg1IDQwLjY3MDEgNjMuNjEyOSA0MC43NDQ5IDYyLjczMzdDNDAuOTU4IDU5Ljg5MjcgNDAuODg2NiA1Ny4wMzc1IDQwLjUzMTYgNTQuMjEwOEw1Ny42MiA1NC4wMTM5QzU3LjM0MSA1Ny4xMzE4IDU3LjUxNzkgNjAuMjczNyA1OC4xNDUxIDYzLjM0MDdDNTguODM0MiA2Ni40MjUgNTkuNDQxMiA2OC4wNDkyIDYzLjUxODUgNzAuNTQyOUM2My42MjUxIDcwLjYwODUgNjMuNzIzNiA3MC42OTA1IDYzLjgyMiA3MC43NTYyQzY1Ljc4MjcgNzIuMTUwNyA4NC4yNjU3IDg0LjgyNDMgODQuNDQ2MiA4NS40NjQxWiIgZmlsbD0iI0VGODI0MiIvPgo8cGF0aCBkPSJNNTguMTExOSA2My4zNDA4QzU1Ljc1ODcgNjUuMjc2OCA1Mi43ODE4IDY2LjI5MTQgNDkuNzM1OSA2Ni4xOTU0QzQ2LjQwNTkgNjYuMTc1MyA0My4xOTc0IDY0Ljk0MTYgNDAuNzExOCA2Mi43MjU1QzQwLjkyNDkgNTkuODg0NiA0MC44NTM0IDU3LjAyOTQgNDAuNDk4NSA1NC4yMDI3TDU3LjU4NjkgNTQuMDA1OEM1Ny4zNTkxIDU3LjEyNzEgNTcuNTM1NiA2MC4yNjQ3IDU4LjExMTkgNjMuMzQwOFoiIGZpbGw9IiNFMjYyMjciLz4KPHBhdGggZD0iTTM2LjgwNzMgMzAuMTAzQzM0Ljk3NzkgMzEuNzQzNiAzNC42NDE2IDM1LjYyMzYgMzQuNDYxMSAzOS4zODA2QzM0LjIyODIgNDYuMDA0OSAzNi4yOTQ5IDUyLjUwNTggNDAuMzEwMyA1Ny43Nzk4QzQ0LjYxNzMgNjMuMTkzOCA1NS44OTc0IDYzLjE5MzggNTkuODE4OCA1NS43NzAxQzYxLjU0OTggNTIuNDg4OSA2My41OTI1IDQ1LjI5NDkgNjMuOTIwNyAzNy4zMDUyQzY0LjM3MTkgMjQuNTc0MiA0Ny40NDc2IDIwLjU3MTEgMzYuODA3MyAzMC4xMDNaIiBmaWxsPSIjRUY4MjQyIi8+CjxwYXRoIGQ9Ik00Ni4wNjE1IDUxLjMzMjRINTQuMjY1MkM1My45NzkxIDUyLjIxMiA1My40MTYzIDUyLjk3NTUgNTIuNjYwOSA1My41MDkyQzUxLjkwNTQgNTQuMDQyOCA1MC45OTc4IDU0LjMxODEgNTAuMDczMSA1NC4yOTRDNDkuMTczOSA1NC4zMDE0IDQ4LjI5NjYgNTQuMDE2NyA0Ny41NzMxIDUzLjQ4MjZDNDYuODQ5NiA1Mi45NDg2IDQ2LjMxOTIgNTIuMTk0IDQ2LjA2MTUgNTEuMzMyNFoiIGZpbGw9IiNCOTRBMjciLz4KPHBhdGggZD0iTTQ5LjM0MTYgNDguNzU1OEM0OS4wNjQ1IDQ4Ljc1NDkgNDguNzk3OCA0OC42NDk1IDQ4LjU5NTEgNDguNDYwNUM0OC40OTE0IDQ4LjM2MjMgNDguNDA4OCA0OC4yNDQgNDguMzUyNCA0OC4xMTI4QzQ4LjI5NiA0Ny45ODE3IDQ4LjI2NjkgNDcuODQwNCA0OC4yNjY5IDQ3LjY5NzZMNDguMTAyOSAzOS44OTY1QzQ4LjEwMTggMzkuODQyNyA0OC4xMTEzIDM5Ljc4OTEgNDguMTMwOSAzOS43MzlDNDguMTUwNSAzOS42ODg4IDQ4LjE3OTkgMzkuNjQyOSA0OC4yMTcyIDM5LjYwNDFDNDguMjU0NSAzOS41NjUyIDQ4LjI5OTEgMzkuNTM0MSA0OC4zNDg1IDM5LjUxMjVDNDguMzk3OSAzOS40OTA5IDQ4LjQ1MSAzOS40NzkyIDQ4LjUwNDkgMzkuNDc4MkM0OC42MTMgMzkuNDc4MSA0OC43MTcgMzkuNTE5OSA0OC43OTUgMzkuNTk0OUM0OC44NzMxIDM5LjY2OTggNDguOTE5IDM5Ljc3MjEgNDguOTIzMiAzOS44ODAxTDQ5LjA3OTEgNDcuNjgxMkM0OS4wODA2IDQ3Ljc1MjQgNDkuMTEgNDcuODIwMiA0OS4xNjEyIDQ3Ljg2OThDNDkuMTg2MSA0Ny44OTQgNDkuMjE1NyA0Ny45MTMgNDkuMjQ4MSA0Ny45MjU3QzQ5LjI4MDUgNDcuOTM4NCA0OS4zMTUxIDQ3Ljk0NDUgNDkuMzQ5OCA0Ny45NDM3TDUxLjczNzEgNDcuODc4MUM1MS44NDU0IDQ3Ljg3NTcgNTEuOTUwMyA0Ny45MTU1IDUyLjAyOTggNDcuOTg4OUM1Mi4xMDk0IDQ4LjA2MjMgNTIuMTU3NCA0OC4xNjM3IDUyLjE2MzcgNDguMjcxOEM1Mi4xNjQ4IDQ4LjMyNTYgNTIuMTU1MyA0OC4zNzkyIDUyLjEzNTcgNDguNDI5NEM1Mi4xMTYgNDguNDc5NiA1Mi4wODY3IDQ4LjUyNTQgNTIuMDQ5NCA0OC41NjQyQzUyLjAxMjEgNDguNjAzMSA1MS45Njc0IDQ4LjYzNDIgNTEuOTE4MSA0OC42NTU4QzUxLjg2ODcgNDguNjc3NCA1MS44MTU2IDQ4LjY4OTEgNTEuNzYxNyA0OC42OTAxTDQ5LjM2NjIgNDguNzU1OEg0OS4zNDE2WiIgZmlsbD0iI0UyNjIyNyIvPgo8cGF0aCBkPSJNNTcuMjc1NCA0Mi4zMzNDNTcuMTg1NiA0Mi4xNjUyIDU3LjA2MiA0Mi4wMTc5IDU2LjkxMjUgNDEuOTAwM0M1Ni43NjI5IDQxLjc4MjYgNTYuNTkwNyA0MS42OTcyIDU2LjQwNjUgNDEuNjQ5NUM1Ni4yMjIzIDQxLjYwMTcgNTYuMDMwMyA0MS41OTI1IDU1Ljg0MjQgNDEuNjIyNkM1NS42NTQ1IDQxLjY1MjcgNTUuNDc0OSA0MS43MjE1IDU1LjMxNDkgNDEuODI0NEM1NC45OTc5IDQyLjAwNzcgNTQuNzY1MiA0Mi4zMDc3IDU0LjY2NjUgNDIuNjYwM0M1NC41Njc3IDQzLjAxMjkgNTQuNjEwOCA0My4zOTAxIDU0Ljc4NjQgNDMuNzExNEM1NC45NjIgNDQuMDMyNyA1NS4yNTY0IDQ0LjI3MjYgNTUuNjA2NSA0NC4zNzk4QzU1Ljk1NjYgNDQuNDg3IDU2LjMzNDcgNDQuNDUzMSA1Ni42NjAyIDQ0LjI4NTNDNTYuODI5MSA0NC4xOTc5IDU2Ljk3OTEgNDQuMDc3OSA1Ny4xMDE1IDQzLjkzMjNDNTcuMjIzOSA0My43ODY4IDU3LjMxNjQgNDMuNjE4NCA1Ny4zNzM2IDQzLjQzN0M1Ny40MzA4IDQzLjI1NTYgNTcuNDUxNSA0My4wNjQ3IDU3LjQzNDcgNDIuODc1MkM1Ny40MTc4IDQyLjY4NTcgNTcuMzYzNyA0Mi41MDE0IDU3LjI3NTQgNDIuMzMzWiIgZmlsbD0iIzAzMDMwMiIvPgo8cGF0aCBkPSJNNTYuODQwNSAzNy44NjMxQzU2LjE5MjcgMzcuNzQ3OCA1NS41MjU1IDM3Ljg5MjQgNTQuOTgzNiAzOC4yNjU1QzU0LjQ0MTYgMzguNjM4NiA1NC4wNjg0IDM5LjIxMDIgNTMuOTQ0OCAzOS44NTY0QzU0LjgwODYgMzkuNTQyIDU1LjcyNDkgMzkuMzk3MSA1Ni42NDM2IDM5LjQyOTlDNTcuNTgzOCAzOS40NTQ5IDU4LjUxNTIgMzkuNjE3OSA1OS40MDggMzkuOTEzOEM1OS4yMDcxIDM5LjM3MDggNTguODYxOCAzOC44OTI5IDU4LjQwOTQgMzguNTMxNUM1Ny45NTY5IDM4LjE3MDEgNTcuNDE0NSAzNy45MzkgNTYuODQwNSAzNy44NjMxWiIgZmlsbD0iI0I5NEEyNyIvPgo8cGF0aCBkPSJNNDQuODE0NiA0Mi42NjkyQzQ0LjY4MTUgNDIuNDI5NiA0NC40ODExIDQyLjIzNDMgNDQuMjM4MiA0Mi4xMDc0QzQzLjk5NTMgNDEuOTgwNSA0My43MjA2IDQxLjkyNzQgNDMuNDQ3OSA0MS45NTQ5QzQzLjE3NTMgNDEuOTgyNCA0Mi45MTY2IDQyLjA4OTEgNDIuNzAzOSA0Mi4yNjE5QzQyLjQ5MTIgNDIuNDM0NyA0Mi4zMzM4IDQyLjY2NjEgNDIuMjUxMiA0Mi45MjczQzQyLjE2ODUgNDMuMTg4NiA0Mi4xNjQxIDQzLjQ2ODQgNDIuMjM4NyA0My43MzIxQzQyLjMxMzIgNDMuOTk1OCA0Mi40NjM0IDQ0LjIzMTkgNDIuNjcwNiA0NC40MTEyQzQyLjg3NzggNDQuNTkwNiA0My4xMzMxIDQ0LjcwNTMgNDMuNDA0NyA0NC43NDEyQzQzLjY3NjQgNDQuNzc3MSA0My45NTI3IDQ0LjczMjYgNDQuMTk5NCA0NC42MTMzQzQ0LjUzODQgNDQuNDM2NyA0NC43OTM2IDQ0LjEzMjkgNDQuOTA4OSA0My43Njg0QzQ1LjAyNDIgNDMuNDA0IDQ0Ljk5MDMgNDMuMDA4NiA0NC44MTQ2IDQyLjY2OTJaIiBmaWxsPSIjMDMwMzAyIi8+CjxwYXRoIGQ9Ik00My41ODM0IDM3LjkzNjRDNDMuMDA5OCAzOC4wMTQ5IDQyLjQ2ODcgMzguMjQ5IDQyLjAxODkgMzguNjEzNUM0MS41NjkxIDM4Ljk3NzkgNDEuMjI3OSAzOS40NTg4IDQxLjAzMjIgNDAuMDAzNkM0MS45MTc4IDM5LjY5ODIgNDIuODQ0IDM5LjUyNjggNDMuNzgwMiAzOS40OTVDNDQuNzAzNCAzOS40NTM0IDQ1LjYyNTcgMzkuNTkyOCA0Ni40OTU0IDM5LjkwNTJDNDYuNDM2NSAzOS41ODMyIDQ2LjMxNCAzOS4yNzYxIDQ2LjEzNSAzOS4wMDIxQzQ1Ljk1NiAzOC43MjggNDUuNzI0MSAzOC40OTI0IDQ1LjQ1MjkgMzguMzA5MUM0NS4xODE3IDM4LjEyNTcgNDQuODc2NyAzNy45OTg0IDQ0LjU1NTcgMzcuOTM0NEM0NC4yMzQ3IDM3Ljg3MDQgNDMuOTA0MSAzNy44NzExIDQzLjU4MzQgMzcuOTM2NFoiIGZpbGw9IiNCOTRBMjciLz4KPHBhdGggZD0iTTM0LjQwNDEgNDEuNzUwOUMzNC41NjgyIDQyLjE1MjkgMzQuMDUxMyAzNy42OTg3IDM4LjA4NzYgMzUuMTA2NUM0MS41NTc3IDMzLjA2NCA0Mi44OTQ5IDM0Ljk5OTkgNDUuNzQ5OCAzNC4xODc4QzQ4LjYwNDcgMzMuMzc1NyA0OC4wOTYxIDMwLjYxMTMgNTMuNjE3MiAzMC44MTYzQzU3LjcxOTEgMzAuOTcyMiA1Ny45MDc4IDMwLjMwNzggNjAuMzYwNyAyOS4wNzczQzU3Ljg5OTYgMzguNDc3OSA2Mi45MjAyIDM1LjcyMTcgNjMuNTI3MyA0Mi4wNTQ0QzY3LjYyOTIgMzUuOTI2OCA2Ni43MDIxIDMxLjUzIDY1LjQ3MTYgMjguNDcwM0M2NC4yNDEgMjUuNDEwNiA1Ny45MDc4IDIwLjE5MzUgNDguMDk2MSAyMC44MDA1QzM4LjI4NDQgMjEuNDA3NSAyOS4xMjA5IDI4LjQ2MjEgMzQuNDA0MSA0MS43NTA5WiIgZmlsbD0iI0ZCQjk2OSIvPgo8cGF0aCBkPSJNODQuNDQ2MiA4NS40NjM5Qzc1LjM5OTYgOTQuMjMyIDYzLjI2ODUgOTkuMDkyOCA1MC42Njk5IDk4Ljk5NzZDMzguMDcxMiA5OC45MDI1IDI2LjAxNDkgOTMuODU5IDE3LjEwMTggODQuOTU1M0MxNy4yNzIxIDg0LjQ3NTkgMTcuNDgzNSA4NC4wMTIxIDE3LjczMzUgODMuNTY5QzIxLjAxNSA3Ny45MjUzIDMzLjQ2IDczLjEzNDggMzcuMDY5NyA3MC4yMzkxTDM3LjIxNzMgNzAuMTE2MUMzNy43MzM4IDY5LjcxODUgMzguMjA0MyA2OS4yNjQ1IDM4LjYyMDIgNjguNzYyNkM0MC42NzkzIDY5Ljc4OCA0NS42MDk4IDcyLjAwMjggNDkuNDkwMSA3MS43ODk1QzUyLjgxMjYgNzEuNjA5IDU3LjY5MzkgNjkuMTgwOSA2MC42MDYyIDY3LjU0ODZWNjcuNjA2QzYxLjE5NjggNjguNzc5IDYyLjQxMSA2OS43MDU5IDYzLjc5NzQgNzAuNzU1OUM3MC40NDI0IDc1Ljc0MzMgODQuNzQ5NyA4MC4xNDAxIDg0LjQ0NjIgODUuNDYzOVoiIGZpbGw9IiNGQUMyQjMiLz4KPHBhdGggZD0iTTM5LjExMjIgNjguMDU3MUwzNS4yMjM2IDcxLjQ1MzJDMzUuMjIzNiA3MS40NTMyIDM5LjI0MzUgNzkuMjEzMiA0MS4yMTI0IDc5LjQxODNDNDMuMTgxMiA3OS42MjMzIDUwLjIzNjUgNzEuNDg2IDUwLjIzNjUgNzEuNDg2QzUwLjIzNjUgNzEuNDg2IDU0Ljk3IDc5LjQxODMgNTcuODk4NyA3OS4xNDc2QzYwLjgyNzUgNzguODc2OSA2NC4zODc5IDcxLjEwODYgNjQuMzg3OSA3MS4xMDg2TDYwLjU4MTMgNjcuNTQ4Nkw1MC4yMzY1IDcxLjQ4NkwzOS4xMTIyIDY4LjA1NzFaIiBmaWxsPSIjRjlGOEY2Ii8+CjxwYXRoIGQ9Ik01MC43MDM0IDc5LjA3MzlDNTAuNjgxOCA3OC44Nzg0IDUwLjYyMTMgNzguNjg5MSA1MC41MjU1IDc4LjUxNzJDNTAuNDI5OCA3OC4zNDU0IDUwLjMwMDYgNzguMTk0NCA1MC4xNDU2IDc4LjA3MzJDNDkuODMyMSA3Ny44NTI2IDQ5LjQ1MzkgNzcuNzQyOSA0OS4wNzEgNzcuNzYxNUM0OC44NzM4IDc3Ljc4NDQgNDguNjgzIDc3Ljg0NjIgNDguNTA5OCA3Ny45NDMzQzQ4LjMzNjYgNzguMDQwNSA0OC4xODQ0IDc4LjE3MTEgNDguMDYyMSA3OC4zMjc1QzQ3LjgyMTcgNzguNjM4MyA0Ny43MTM2IDc5LjAzMTQgNDcuNzYxMiA3OS40MjE1QzQ3LjgwODkgNzkuODExNSA0OC4wMDgzIDgwLjE2NzEgNDguMzE2NCA4MC40MTFDNDguNjMxMiA4MC42MjgxIDQ5LjAwOTEgODAuNzM0OSA0OS4zOTEgODAuNzE0NUM0OS41ODc3IDgwLjY5MzEgNDkuNzc4MiA4MC42MzI3IDQ5Ljk1MTUgODAuNTM2OUM1MC4xMjQ3IDgwLjQ0MTIgNTAuMjc3MSA4MC4zMTE5IDUwLjM5OTkgODAuMTU2N0M1MC42MzYgNzkuODQ4IDUwLjc0NDYgNzkuNDYwNCA1MC43MDM0IDc5LjA3MzlaIiBmaWxsPSIjRjlGOEY2Ii8+CjxwYXRoIGQ9Ik01MC43MDM0IDgzLjk3OTdDNTAuNjgyNyA4My43ODM5IDUwLjYyMjYgODMuNTk0MyA1MC41MjY4IDgzLjQyMjRDNTAuNDMwOSA4My4yNTA0IDUwLjMwMTMgODMuMDk5NSA1MC4xNDU2IDgyLjk3OUM0OS44MzIxIDgyLjc1ODQgNDkuNDUzOSA4Mi42NDg3IDQ5LjA3MSA4Mi42NjcyQzQ4Ljg3MzggODIuNjkwMiA0OC42ODMgODIuNzUyIDQ4LjUwOTggODIuODQ5MkM0OC4zMzY2IDgyLjk0NjMgNDguMTg0NCA4My4wNzY5IDQ4LjA2MjEgODMuMjMzM0M0Ny44MjE3IDgzLjU0NDEgNDcuNzEzNiA4My45MzcyIDQ3Ljc2MTIgODQuMzI3M0M0Ny44MDg5IDg0LjcxNzMgNDguMDA4MyA4NS4wNzI5IDQ4LjMxNjQgODUuMzE2OEM0OC42MzEyIDg1LjUzMzkgNDkuMDA5MSA4NS42NDA3IDQ5LjM5MSA4NS42MjAzQzQ5LjU4NzcgODUuNTk4OSA0OS43NzgyIDg1LjUzODUgNDkuOTUxNSA4NS40NDI4QzUwLjEyNDcgODUuMzQ3IDUwLjI3NzEgODUuMjE3NyA1MC4zOTk5IDg1LjA2MjVDNTAuNjM2IDg0Ljc1MzggNTAuNzQ0NiA4NC4zNjYyIDUwLjcwMzQgODMuOTc5N1oiIGZpbGw9IiNGOUY4RjYiLz4KPHBhdGggZD0iTTUwLjcwMzQgODguODg1NUM1MC42ODI3IDg4LjY4OTcgNTAuNjIyNiA4OC41MDAyIDUwLjUyNjggODguMzI4MkM1MC40MzA5IDg4LjE1NjIgNTAuMzAxMyA4OC4wMDU0IDUwLjE0NTYgODcuODg0OEM0OS44MzIxIDg3LjY2NDIgNDkuNDUzOSA4Ny41NTQ1IDQ5LjA3MSA4Ny41NzMxQzQ4Ljg3MzggODcuNTk2IDQ4LjY4MyA4Ny42NTc4IDQ4LjUwOTggODcuNzU1QzQ4LjMzNjYgODcuODUyMSA0OC4xODQ0IDg3Ljk4MjcgNDguMDYyMSA4OC4xMzkxQzQ3LjgyMTcgODguNDQ5OSA0Ny43MTM2IDg4Ljg0MyA0Ny43NjEyIDg5LjIzMzFDNDcuODA4OSA4OS42MjMxIDQ4LjAwODMgODkuOTc4NyA0OC4zMTY0IDkwLjIyMjZDNDguNjMxMiA5MC40Mzk3IDQ5LjAwOTEgOTAuNTQ2NSA0OS4zOTEgOTAuNTI2MUM0OS41ODc3IDkwLjUwNDcgNDkuNzc4MiA5MC40NDQzIDQ5Ljk1MTUgOTAuMzQ4NkM1MC4xMjQ3IDkwLjI1MjggNTAuMjc3MSA5MC4xMjM2IDUwLjM5OTkgODkuOTY4M0M1MC42MzYgODkuNjU5NiA1MC43NDQ2IDg5LjI3MiA1MC43MDM0IDg4Ljg4NTVaIiBmaWxsPSIjRjlGOEY2Ii8+CjxwYXRoIGQ9Ik01MC43MDM0IDkzLjc4OTdDNTAuNjgyIDkzLjU5MyA1MC42MjE2IDkzLjQwMjQgNTAuNTI1OSA5My4yMjkyQzUwLjQzMDEgOTMuMDU2IDUwLjMwMDggOTIuOTAzNiA1MC4xNDU2IDkyLjc4MDhDNDkuODMxMyA5Mi41NjI1IDQ5LjQ1MzEgOTIuNDU1NyA0OS4wNzEgOTIuNDc3MkM0OC44NzM4IDkyLjUwMDIgNDguNjgzIDkyLjU2MiA0OC41MDk4IDkyLjY1OTFDNDguMzM2NiA5Mi43NTYzIDQ4LjE4NDQgOTIuODg2OSA0OC4wNjIxIDkzLjA0MzNDNDcuODIxNyA5My4zNTQxIDQ3LjcxMzYgOTMuNzQ3MiA0Ny43NjEyIDk0LjEzNzNDNDcuODA4OSA5NC41MjczIDQ4LjAwODMgOTQuODgyOSA0OC4zMTY0IDk1LjEyNjhDNDguNjMxMiA5NS4zNDM5IDQ5LjAwOTEgOTUuNDUwNiA0OS4zOTEgOTUuNDMwM0M0OS41ODQ5IDk1LjQwODkgNDkuNzcyNyA5NS4zNDk0IDQ5Ljk0MzcgOTUuMjU1NEM1MC4xMTQ2IDk1LjE2MTMgNTAuMjY1NCA5NS4wMzQ0IDUwLjM4NzMgOTQuODgyMUM1MC41MDkxIDk0LjcyOTcgNTAuNTk5OCA5NC41NTQ4IDUwLjY1NDEgOTQuMzY3NEM1MC43MDgzIDk0LjE3OTkgNTAuNzI1MSA5My45ODM2IDUwLjcwMzQgOTMuNzg5N1oiIGZpbGw9IiNGOUY4RjYiLz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjYyNF8xODc1IiB4PSIwIiB5PSIwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVNb3JwaG9sb2d5IHJhZGl1cz0iMSIgb3BlcmF0b3I9ImRpbGF0ZSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18yNjI0XzE4NzUiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wOCAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI2MjRfMTg3NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNjI0XzE4NzUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==";
|
|
5686
5920
|
;// CONCATENATED MODULE: ./src/enums/AbstractUserStatus/AbstractUserStatus.enum.js
|
|
@@ -5830,7 +6064,7 @@ const _hoisted_1 = ["src"];
|
|
|
5830
6064
|
;// CONCATENATED MODULE: ./src/components/wt-avatar/wt-avatar.vue?vue&type=style&index=1&id=f47c8b76&lang=scss&scoped=true
|
|
5831
6065
|
|
|
5832
6066
|
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
5833
|
-
var exportHelper = __webpack_require__(
|
|
6067
|
+
var exportHelper = __webpack_require__(3744);
|
|
5834
6068
|
;// CONCATENATED MODULE: ./src/components/wt-avatar/wt-avatar.vue
|
|
5835
6069
|
|
|
5836
6070
|
|
|
@@ -6504,7 +6738,7 @@ function useFloating(reference, floating, options) {
|
|
|
6504
6738
|
|
|
6505
6739
|
|
|
6506
6740
|
;// CONCATENATED MODULE: ./src/components/wt-tooltip/_internals/useTooltipTriggerSubscriptions.js
|
|
6507
|
-
/* provided dependency */ var console = __webpack_require__(
|
|
6741
|
+
/* provided dependency */ var console = __webpack_require__(5108);
|
|
6508
6742
|
// https://github.com/Akryum/floating-vue/blob/main/packages/floating-vue/src/util/events.ts
|
|
6509
6743
|
|
|
6510
6744
|
const SHOW_EVENT_MAP = {
|
|
@@ -7793,7 +8027,7 @@ function requiredArgs(required, args) {
|
|
|
7793
8027
|
}
|
|
7794
8028
|
}
|
|
7795
8029
|
;// CONCATENATED MODULE: ./node_modules/date-fns/esm/toDate/index.js
|
|
7796
|
-
/* provided dependency */ var toDate_console = __webpack_require__(
|
|
8030
|
+
/* provided dependency */ var toDate_console = __webpack_require__(5108);
|
|
7797
8031
|
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); }
|
|
7798
8032
|
|
|
7799
8033
|
|
|
@@ -20257,15 +20491,15 @@ function wt_radiovue_type_template_id_eab06858_scoped_true_render(_ctx, _cache,
|
|
|
20257
20491
|
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"]])
|
|
20258
20492
|
|
|
20259
20493
|
/* harmony default export */ var wt_radio = (wt_radio_exports_);
|
|
20260
|
-
// EXTERNAL MODULE: ./node_modules/lodash
|
|
20261
|
-
var
|
|
20262
|
-
var
|
|
20494
|
+
// EXTERNAL MODULE: ./node_modules/lodash/debounce.js
|
|
20495
|
+
var debounce = __webpack_require__(3279);
|
|
20496
|
+
var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce);
|
|
20263
20497
|
;// CONCATENATED MODULE: ./src/scripts/debounce.js
|
|
20264
20498
|
|
|
20265
|
-
const
|
|
20266
|
-
/* harmony default export */ var scripts_debounce = (
|
|
20499
|
+
const debounce_debounce = (fn, wait = 1000, options) => debounce_default()(fn, wait, options);
|
|
20500
|
+
/* harmony default export */ var scripts_debounce = (debounce_debounce);
|
|
20267
20501
|
;// CONCATENATED MODULE: ./node_modules/@intlify/shared/dist/shared.esm-bundler.js
|
|
20268
|
-
/* provided dependency */ var shared_esm_bundler_console = __webpack_require__(
|
|
20502
|
+
/* provided dependency */ var shared_esm_bundler_console = __webpack_require__(5108);
|
|
20269
20503
|
/*!
|
|
20270
20504
|
* shared v9.2.2
|
|
20271
20505
|
* (c) 2022 kazuya kawaguchi
|
|
@@ -23247,7 +23481,7 @@ function clearNumberFormat(ctx, locale, format) {
|
|
|
23247
23481
|
|
|
23248
23482
|
|
|
23249
23483
|
;// CONCATENATED MODULE: ./node_modules/vue-i18n/dist/vue-i18n.esm-bundler.js
|
|
23250
|
-
/* provided dependency */ var vue_i18n_esm_bundler_console = __webpack_require__(
|
|
23484
|
+
/* provided dependency */ var vue_i18n_esm_bundler_console = __webpack_require__(5108);
|
|
23251
23485
|
/*!
|
|
23252
23486
|
* vue-i18n v9.2.2
|
|
23253
23487
|
* (c) 2022 kazuya kawaguchi
|
|
@@ -26248,7 +26482,7 @@ function wt_selectvue_type_template_id_d7b4e51e_scoped_true_render(_ctx, _cache,
|
|
|
26248
26482
|
;// CONCATENATED MODULE: ./src/components/wt-select/wt-select.vue?vue&type=template&id=d7b4e51e&scoped=true
|
|
26249
26483
|
|
|
26250
26484
|
;// CONCATENATED MODULE: ./node_modules/vue-multiselect/dist/vue-multiselect.esm.js
|
|
26251
|
-
/* provided dependency */ var vue_multiselect_esm_console = __webpack_require__(
|
|
26485
|
+
/* provided dependency */ var vue_multiselect_esm_console = __webpack_require__(5108);
|
|
26252
26486
|
|
|
26253
26487
|
|
|
26254
26488
|
function isEmpty (opt) {
|
|
@@ -27592,7 +27826,7 @@ script.render = vue_multiselect_esm_render;
|
|
|
27592
27826
|
|
|
27593
27827
|
|
|
27594
27828
|
;// CONCATENATED MODULE: ./node_modules/vue-observe-visibility/dist/vue-observe-visibility.esm.js
|
|
27595
|
-
/* provided dependency */ var vue_observe_visibility_esm_console = __webpack_require__(
|
|
27829
|
+
/* provided dependency */ var vue_observe_visibility_esm_console = __webpack_require__(5108);
|
|
27596
27830
|
|
|
27597
27831
|
|
|
27598
27832
|
function vue_observe_visibility_esm_typeof(obj) {
|
|
@@ -29333,7 +29567,7 @@ function wt_copy_actionvue_type_template_id_747b1031_render(_ctx, _cache, $props
|
|
|
29333
29567
|
;// CONCATENATED MODULE: ./src/components/wt-copy-action/wt-copy-action.vue?vue&type=template&id=747b1031
|
|
29334
29568
|
|
|
29335
29569
|
// EXTERNAL MODULE: ./node_modules/clipboard-copy/index.js
|
|
29336
|
-
var clipboard_copy = __webpack_require__(
|
|
29570
|
+
var clipboard_copy = __webpack_require__(6485);
|
|
29337
29571
|
var clipboard_copy_default = /*#__PURE__*/__webpack_require__.n(clipboard_copy);
|
|
29338
29572
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-84.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
|
|
29339
29573
|
|
|
@@ -30635,7 +30869,7 @@ function wt_notifications_barvue_type_template_id_2a92115f_scoped_true_render(_c
|
|
|
30635
30869
|
;// CONCATENATED MODULE: ./src/components/wt-notifications-bar/wt-notifications-bar.vue?vue&type=template&id=2a92115f&scoped=true
|
|
30636
30870
|
|
|
30637
30871
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-84.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
|
|
30638
|
-
/* provided dependency */ var wt_notifications_barvue_type_script_lang_js_console = __webpack_require__(
|
|
30872
|
+
/* provided dependency */ var wt_notifications_barvue_type_script_lang_js_console = __webpack_require__(5108);
|
|
30639
30873
|
/* harmony default export */ var wt_notifications_barvue_type_script_lang_js = ({
|
|
30640
30874
|
name: 'wt-notifications-bar',
|
|
30641
30875
|
inject: ['$eventBus'],
|
|
@@ -30873,9 +31107,9 @@ function wt_paginationvue_type_template_id_099c73d7_scoped_true_render(_ctx, _ca
|
|
|
30873
31107
|
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"]])
|
|
30874
31108
|
|
|
30875
31109
|
/* harmony default export */ var wt_pagination = (wt_pagination_exports_);
|
|
30876
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-84.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=
|
|
31110
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-84.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
|
|
30877
31111
|
|
|
30878
|
-
function
|
|
31112
|
+
function wt_playervue_type_template_id_56922164_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30879
31113
|
const _component_wt_icon_btn = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("wt-icon-btn");
|
|
30880
31114
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("aside", {
|
|
30881
31115
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["wt-player", [`wt-player--position-${$props.position}`]])
|
|
@@ -30893,10 +31127,10 @@ function wt_playervue_type_template_id_68936c90_render(_ctx, _cache, $props, $se
|
|
|
30893
31127
|
onClick: _cache[0] || (_cache[0] = $event => _ctx.$emit('close'))
|
|
30894
31128
|
}, null, 512)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)], 2);
|
|
30895
31129
|
}
|
|
30896
|
-
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=template&id=
|
|
31130
|
+
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=template&id=56922164
|
|
30897
31131
|
|
|
30898
31132
|
// EXTERNAL MODULE: ./node_modules/plyr/dist/plyr.min.js
|
|
30899
|
-
var plyr_min = __webpack_require__(
|
|
31133
|
+
var plyr_min = __webpack_require__(1443);
|
|
30900
31134
|
var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
30901
31135
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-84.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
|
|
30902
31136
|
|
|
@@ -30970,7 +31204,7 @@ var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
|
30970
31204
|
methods: {
|
|
30971
31205
|
async setupPlayer() {
|
|
30972
31206
|
await this.$nextTick(); // test is failing to render component if element is passed to Plyr as Vue $ref
|
|
30973
|
-
const baseURL = this.$baseURL || "/";
|
|
31207
|
+
const baseURL = this.$baseURL || "/" || 0;
|
|
30974
31208
|
if (this.player) this.player.destroy();
|
|
30975
31209
|
const controls = ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'pip', 'airplay', 'fullscreen'];
|
|
30976
31210
|
if (this.download) controls.push('download');
|
|
@@ -31013,10 +31247,10 @@ var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
|
31013
31247
|
});
|
|
31014
31248
|
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=script&lang=js
|
|
31015
31249
|
|
|
31016
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-66.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-66.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-66.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-66.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=
|
|
31250
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-66.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-66.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-66.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-66.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
|
|
31017
31251
|
// extracted by mini-css-extract-plugin
|
|
31018
31252
|
|
|
31019
|
-
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=style&index=0&id=
|
|
31253
|
+
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue?vue&type=style&index=0&id=56922164&lang=scss
|
|
31020
31254
|
|
|
31021
31255
|
;// CONCATENATED MODULE: ./src/components/wt-player/wt-player.vue
|
|
31022
31256
|
|
|
@@ -31026,7 +31260,7 @@ var plyr_min_default = /*#__PURE__*/__webpack_require__.n(plyr_min);
|
|
|
31026
31260
|
;
|
|
31027
31261
|
|
|
31028
31262
|
|
|
31029
|
-
const wt_player_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(wt_playervue_type_script_lang_js, [['render',
|
|
31263
|
+
const wt_player_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(wt_playervue_type_script_lang_js, [['render',wt_playervue_type_template_id_56922164_render]])
|
|
31030
31264
|
|
|
31031
31265
|
/* harmony default export */ var wt_player = (wt_player_exports_);
|
|
31032
31266
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-84.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
|
|
@@ -31603,7 +31837,7 @@ function wt_table_column_selectvue_type_template_id_76269857_scoped_true_render(
|
|
|
31603
31837
|
;// CONCATENATED MODULE: ./src/components/wt-table-column-select/wt-table-column-select.vue?vue&type=template&id=76269857&scoped=true
|
|
31604
31838
|
|
|
31605
31839
|
// EXTERNAL MODULE: ./node_modules/deep-copy/index.js
|
|
31606
|
-
var deep_copy = __webpack_require__(
|
|
31840
|
+
var deep_copy = __webpack_require__(5959);
|
|
31607
31841
|
var deep_copy_default = /*#__PURE__*/__webpack_require__.n(deep_copy);
|
|
31608
31842
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-84.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
|
|
31609
31843
|
|
|
@@ -32373,7 +32607,7 @@ function node_modules_vue_demi_lib_del(target, key) {
|
|
|
32373
32607
|
|
|
32374
32608
|
|
|
32375
32609
|
;// CONCATENATED MODULE: ./node_modules/@vueuse/shared/index.mjs
|
|
32376
|
-
/* provided dependency */ var shared_console = __webpack_require__(
|
|
32610
|
+
/* provided dependency */ var shared_console = __webpack_require__(5108);
|
|
32377
32611
|
|
|
32378
32612
|
|
|
32379
32613
|
function computedEager(fn, options) {
|
|
@@ -33945,7 +34179,7 @@ function core_node_modules_vue_demi_lib_del(target, key) {
|
|
|
33945
34179
|
|
|
33946
34180
|
|
|
33947
34181
|
;// CONCATENATED MODULE: ./node_modules/@vueuse/core/index.mjs
|
|
33948
|
-
/* provided dependency */ var core_console = __webpack_require__(
|
|
34182
|
+
/* provided dependency */ var core_console = __webpack_require__(5108);
|
|
33949
34183
|
|
|
33950
34184
|
|
|
33951
34185
|
|
|
@@ -41056,7 +41290,7 @@ function useWindowSize(options = {}) {
|
|
|
41056
41290
|
|
|
41057
41291
|
|
|
41058
41292
|
;// CONCATENATED MODULE: ./node_modules/@vueuse/components/index.mjs
|
|
41059
|
-
/* provided dependency */ var components_console = __webpack_require__(
|
|
41293
|
+
/* provided dependency */ var components_console = __webpack_require__(5108);
|
|
41060
41294
|
|
|
41061
41295
|
|
|
41062
41296
|
|