@volcengine/veplayer-plugin 2.7.1-rc.1 → 2.8.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,970 @@
1
+ function _classCallCheck(e, t) {
2
+ if (!(e instanceof t))
3
+ throw new TypeError("Cannot call a class as a function");
4
+ }
5
+ var commonjsGlobal = "undefined" != typeof globalThis ? globalThis : "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self ? self : {};
6
+ function getDefaultExportFromCjs(e) {
7
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
8
+ }
9
+ var defineProperty$b = { exports: {} }, check = function(e) {
10
+ return e && e.Math == Math && e;
11
+ }, global$e = check("object" == typeof globalThis && globalThis) || check("object" == typeof window && window) || check("object" == typeof self && self) || check("object" == typeof commonjsGlobal && commonjsGlobal) || function() {
12
+ return this;
13
+ }() || commonjsGlobal || Function("return this")(), fails$h = function(e) {
14
+ try {
15
+ return !!e();
16
+ } catch (e2) {
17
+ return true;
18
+ }
19
+ }, fails$g = fails$h, functionBindNative = !fails$g(function() {
20
+ var e = function() {
21
+ }.bind();
22
+ return "function" != typeof e || e.hasOwnProperty("prototype");
23
+ }), NATIVE_BIND$4 = functionBindNative, FunctionPrototype$4 = Function.prototype, apply$3 = FunctionPrototype$4.apply, call$9 = FunctionPrototype$4.call, functionApply = "object" == typeof Reflect && Reflect.apply || (NATIVE_BIND$4 ? call$9.bind(apply$3) : function() {
24
+ return call$9.apply(apply$3, arguments);
25
+ }), NATIVE_BIND$3 = functionBindNative, FunctionPrototype$3 = Function.prototype, call$8 = FunctionPrototype$3.call, uncurryThisWithBind = NATIVE_BIND$3 && FunctionPrototype$3.bind.bind(call$8, call$8), functionUncurryThis = NATIVE_BIND$3 ? uncurryThisWithBind : function(e) {
26
+ return function() {
27
+ return call$8.apply(e, arguments);
28
+ };
29
+ }, uncurryThis$k = functionUncurryThis, toString$7 = uncurryThis$k({}.toString), stringSlice$1 = uncurryThis$k("".slice), classofRaw$2 = function(e) {
30
+ return stringSlice$1(toString$7(e), 8, -1);
31
+ }, classofRaw$1 = classofRaw$2, uncurryThis$j = functionUncurryThis, functionUncurryThisClause = function(e) {
32
+ if ("Function" === classofRaw$1(e))
33
+ return uncurryThis$j(e);
34
+ }, documentAll$2 = "object" == typeof document && document.all, IS_HTMLDDA = void 0 === documentAll$2 && void 0 !== documentAll$2, documentAll_1 = { all: documentAll$2, IS_HTMLDDA }, $documentAll$1 = documentAll_1, documentAll$1 = $documentAll$1.all, isCallable$g = $documentAll$1.IS_HTMLDDA ? function(e) {
35
+ return "function" == typeof e || e === documentAll$1;
36
+ } : function(e) {
37
+ return "function" == typeof e;
38
+ }, objectGetOwnPropertyDescriptor = {}, fails$f = fails$h, descriptors = !fails$f(function() {
39
+ return 7 != Object.defineProperty({}, 1, { get: function() {
40
+ return 7;
41
+ } })[1];
42
+ }), NATIVE_BIND$2 = functionBindNative, call$7 = Function.prototype.call, functionCall = NATIVE_BIND$2 ? call$7.bind(call$7) : function() {
43
+ return call$7.apply(call$7, arguments);
44
+ }, objectPropertyIsEnumerable = {}, $propertyIsEnumerable$1 = {}.propertyIsEnumerable, getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor, NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable$1.call({ 1: 2 }, 1);
45
+ objectPropertyIsEnumerable.f = NASHORN_BUG ? function(e) {
46
+ var t = getOwnPropertyDescriptor$1(this, e);
47
+ return !!t && t.enumerable;
48
+ } : $propertyIsEnumerable$1;
49
+ var match, version, createPropertyDescriptor$5 = function(e, t) {
50
+ return { enumerable: !(1 & e), configurable: !(2 & e), writable: !(4 & e), value: t };
51
+ }, uncurryThis$i = functionUncurryThis, fails$e = fails$h, classof$8 = classofRaw$2, $Object$4 = Object, split = uncurryThis$i("".split), indexedObject = fails$e(function() {
52
+ return !$Object$4("z").propertyIsEnumerable(0);
53
+ }) ? function(e) {
54
+ return "String" == classof$8(e) ? split(e, "") : $Object$4(e);
55
+ } : $Object$4, isNullOrUndefined$2 = function(e) {
56
+ return null == e;
57
+ }, isNullOrUndefined$1 = isNullOrUndefined$2, $TypeError$8 = TypeError, requireObjectCoercible$3 = function(e) {
58
+ if (isNullOrUndefined$1(e))
59
+ throw $TypeError$8("Can't call method on " + e);
60
+ return e;
61
+ }, IndexedObject$1 = indexedObject, requireObjectCoercible$2 = requireObjectCoercible$3, toIndexedObject$7 = function(e) {
62
+ return IndexedObject$1(requireObjectCoercible$2(e));
63
+ }, isCallable$f = isCallable$g, $documentAll = documentAll_1, documentAll = $documentAll.all, isObject$a = $documentAll.IS_HTMLDDA ? function(e) {
64
+ return "object" == typeof e ? null !== e : isCallable$f(e) || e === documentAll;
65
+ } : function(e) {
66
+ return "object" == typeof e ? null !== e : isCallable$f(e);
67
+ }, path$a = {}, path$9 = path$a, global$d = global$e, isCallable$e = isCallable$g, aFunction = function(e) {
68
+ return isCallable$e(e) ? e : void 0;
69
+ }, getBuiltIn$a = function(e, t) {
70
+ return arguments.length < 2 ? aFunction(path$9[e]) || aFunction(global$d[e]) : path$9[e] && path$9[e][t] || global$d[e] && global$d[e][t];
71
+ }, uncurryThis$h = functionUncurryThis, objectIsPrototypeOf = uncurryThis$h({}.isPrototypeOf), engineUserAgent = "undefined" != typeof navigator && String(navigator.userAgent) || "", global$c = global$e, userAgent = engineUserAgent, process = global$c.process, Deno = global$c.Deno, versions = process && process.versions || Deno && Deno.version, v8 = versions && versions.v8;
72
+ v8 && (version = (match = v8.split("."))[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1])), !version && userAgent && (!(match = userAgent.match(/Edge\/(\d+)/)) || match[1] >= 74) && (match = userAgent.match(/Chrome\/(\d+)/)) && (version = +match[1]);
73
+ var engineV8Version = version, V8_VERSION$2 = engineV8Version, fails$d = fails$h, global$b = global$e, $String$5 = global$b.String, symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$d(function() {
74
+ var e = Symbol();
75
+ return !$String$5(e) || !(Object(e) instanceof Symbol) || !Symbol.sham && V8_VERSION$2 && V8_VERSION$2 < 41;
76
+ }), NATIVE_SYMBOL$5 = symbolConstructorDetection, useSymbolAsUid = NATIVE_SYMBOL$5 && !Symbol.sham && "symbol" == typeof Symbol.iterator, getBuiltIn$9 = getBuiltIn$a, isCallable$d = isCallable$g, isPrototypeOf$2 = objectIsPrototypeOf, USE_SYMBOL_AS_UID$1 = useSymbolAsUid, $Object$3 = Object, isSymbol$5 = USE_SYMBOL_AS_UID$1 ? function(e) {
77
+ return "symbol" == typeof e;
78
+ } : function(e) {
79
+ var t = getBuiltIn$9("Symbol");
80
+ return isCallable$d(t) && isPrototypeOf$2(t.prototype, $Object$3(e));
81
+ }, $String$4 = String, tryToString$3 = function(e) {
82
+ try {
83
+ return $String$4(e);
84
+ } catch (e2) {
85
+ return "Object";
86
+ }
87
+ }, isCallable$c = isCallable$g, tryToString$2 = tryToString$3, $TypeError$7 = TypeError, aCallable$4 = function(e) {
88
+ if (isCallable$c(e))
89
+ return e;
90
+ throw $TypeError$7(tryToString$2(e) + " is not a function");
91
+ }, aCallable$3 = aCallable$4, isNullOrUndefined = isNullOrUndefined$2, getMethod$1 = function(e, t) {
92
+ var r = e[t];
93
+ return isNullOrUndefined(r) ? void 0 : aCallable$3(r);
94
+ }, call$6 = functionCall, isCallable$b = isCallable$g, isObject$9 = isObject$a, $TypeError$6 = TypeError, ordinaryToPrimitive$1 = function(e, t) {
95
+ var r, o;
96
+ if ("string" === t && isCallable$b(r = e.toString) && !isObject$9(o = call$6(r, e)))
97
+ return o;
98
+ if (isCallable$b(r = e.valueOf) && !isObject$9(o = call$6(r, e)))
99
+ return o;
100
+ if ("string" !== t && isCallable$b(r = e.toString) && !isObject$9(o = call$6(r, e)))
101
+ return o;
102
+ throw $TypeError$6("Can't convert object to primitive value");
103
+ }, shared$7 = { exports: {} }, global$a = global$e, defineProperty$a = Object.defineProperty, defineGlobalProperty$1 = function(e, t) {
104
+ try {
105
+ defineProperty$a(global$a, e, { value: t, configurable: true, writable: true });
106
+ } catch (r) {
107
+ global$a[e] = t;
108
+ }
109
+ return t;
110
+ }, global$9 = global$e, defineGlobalProperty = defineGlobalProperty$1, SHARED = "__core-js_shared__", store$3 = global$9[SHARED] || defineGlobalProperty(SHARED, {}), sharedStore = store$3, store$2 = sharedStore;
111
+ (shared$7.exports = function(e, t) {
112
+ return store$2[e] || (store$2[e] = void 0 !== t ? t : {});
113
+ })("versions", []).push({ version: "3.31.1", mode: "pure", copyright: "© 2014-2023 Denis Pushkarev (zloirock.ru)", license: "https://github.com/zloirock/core-js/blob/v3.31.1/LICENSE", source: "https://github.com/zloirock/core-js" });
114
+ var sharedExports = shared$7.exports, requireObjectCoercible$1 = requireObjectCoercible$3, $Object$2 = Object, toObject$6 = function(e) {
115
+ return $Object$2(requireObjectCoercible$1(e));
116
+ }, uncurryThis$g = functionUncurryThis, toObject$5 = toObject$6, hasOwnProperty = uncurryThis$g({}.hasOwnProperty), hasOwnProperty_1 = Object.hasOwn || function(e, t) {
117
+ return hasOwnProperty(toObject$5(e), t);
118
+ }, uncurryThis$f = functionUncurryThis, id = 0, postfix = Math.random(), toString$6 = uncurryThis$f(1 .toString), uid$3 = function(e) {
119
+ return "Symbol(" + (void 0 === e ? "" : e) + ")_" + toString$6(++id + postfix, 36);
120
+ }, global$8 = global$e, shared$6 = sharedExports, hasOwn$c = hasOwnProperty_1, uid$2 = uid$3, NATIVE_SYMBOL$4 = symbolConstructorDetection, USE_SYMBOL_AS_UID = useSymbolAsUid, Symbol$3 = global$8.Symbol, WellKnownSymbolsStore$2 = shared$6("wks"), createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$3.for || Symbol$3 : Symbol$3 && Symbol$3.withoutSetter || uid$2, wellKnownSymbol$f = function(e) {
121
+ return hasOwn$c(WellKnownSymbolsStore$2, e) || (WellKnownSymbolsStore$2[e] = NATIVE_SYMBOL$4 && hasOwn$c(Symbol$3, e) ? Symbol$3[e] : createWellKnownSymbol("Symbol." + e)), WellKnownSymbolsStore$2[e];
122
+ }, call$5 = functionCall, isObject$8 = isObject$a, isSymbol$4 = isSymbol$5, getMethod = getMethod$1, ordinaryToPrimitive = ordinaryToPrimitive$1, wellKnownSymbol$e = wellKnownSymbol$f, $TypeError$5 = TypeError, TO_PRIMITIVE = wellKnownSymbol$e("toPrimitive"), toPrimitive$6 = function(e, t) {
123
+ if (!isObject$8(e) || isSymbol$4(e))
124
+ return e;
125
+ var r, o = getMethod(e, TO_PRIMITIVE);
126
+ if (o) {
127
+ if (void 0 === t && (t = "default"), r = call$5(o, e, t), !isObject$8(r) || isSymbol$4(r))
128
+ return r;
129
+ throw $TypeError$5("Can't convert object to primitive value");
130
+ }
131
+ return void 0 === t && (t = "number"), ordinaryToPrimitive(e, t);
132
+ }, toPrimitive$5 = toPrimitive$6, isSymbol$3 = isSymbol$5, toPropertyKey$4 = function(e) {
133
+ var t = toPrimitive$5(e, "string");
134
+ return isSymbol$3(t) ? t : t + "";
135
+ }, global$7 = global$e, isObject$7 = isObject$a, document$1 = global$7.document, EXISTS$1 = isObject$7(document$1) && isObject$7(document$1.createElement), documentCreateElement$1 = function(e) {
136
+ return EXISTS$1 ? document$1.createElement(e) : {};
137
+ }, DESCRIPTORS$9 = descriptors, fails$c = fails$h, createElement = documentCreateElement$1, ie8DomDefine = !DESCRIPTORS$9 && !fails$c(function() {
138
+ return 7 != Object.defineProperty(createElement("div"), "a", { get: function() {
139
+ return 7;
140
+ } }).a;
141
+ }), DESCRIPTORS$8 = descriptors, call$4 = functionCall, propertyIsEnumerableModule$1 = objectPropertyIsEnumerable, createPropertyDescriptor$4 = createPropertyDescriptor$5, toIndexedObject$6 = toIndexedObject$7, toPropertyKey$3 = toPropertyKey$4, hasOwn$b = hasOwnProperty_1, IE8_DOM_DEFINE$1 = ie8DomDefine, $getOwnPropertyDescriptor$2 = Object.getOwnPropertyDescriptor;
142
+ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$8 ? $getOwnPropertyDescriptor$2 : function(e, t) {
143
+ if (e = toIndexedObject$6(e), t = toPropertyKey$3(t), IE8_DOM_DEFINE$1)
144
+ try {
145
+ return $getOwnPropertyDescriptor$2(e, t);
146
+ } catch (e2) {
147
+ }
148
+ if (hasOwn$b(e, t))
149
+ return createPropertyDescriptor$4(!call$4(propertyIsEnumerableModule$1.f, e, t), e[t]);
150
+ };
151
+ var fails$b = fails$h, isCallable$a = isCallable$g, replacement = /#|\.prototype\./, isForced$1 = function(e, t) {
152
+ var r = data[normalize(e)];
153
+ return r == POLYFILL || r != NATIVE && (isCallable$a(t) ? fails$b(t) : !!t);
154
+ }, normalize = isForced$1.normalize = function(e) {
155
+ return String(e).replace(replacement, ".").toLowerCase();
156
+ }, data = isForced$1.data = {}, NATIVE = isForced$1.NATIVE = "N", POLYFILL = isForced$1.POLYFILL = "P", isForced_1 = isForced$1, aCallable$2 = aCallable$4, NATIVE_BIND$1 = functionBindNative, bind$a = functionUncurryThisClause(functionUncurryThisClause.bind), functionBindContext = function(e, t) {
157
+ return aCallable$2(e), void 0 === t ? e : NATIVE_BIND$1 ? bind$a(e, t) : function() {
158
+ return e.apply(t, arguments);
159
+ };
160
+ }, objectDefineProperty = {}, DESCRIPTORS$7 = descriptors, fails$a = fails$h, v8PrototypeDefineBug = DESCRIPTORS$7 && fails$a(function() {
161
+ return 42 != Object.defineProperty(function() {
162
+ }, "prototype", { value: 42, writable: false }).prototype;
163
+ }), isObject$6 = isObject$a, $String$3 = String, $TypeError$4 = TypeError, anObject$6 = function(e) {
164
+ if (isObject$6(e))
165
+ return e;
166
+ throw $TypeError$4($String$3(e) + " is not an object");
167
+ }, DESCRIPTORS$6 = descriptors, IE8_DOM_DEFINE = ie8DomDefine, V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug, anObject$5 = anObject$6, toPropertyKey$2 = toPropertyKey$4, $TypeError$3 = TypeError, $defineProperty$1 = Object.defineProperty, $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor, ENUMERABLE = "enumerable", CONFIGURABLE$1 = "configurable", WRITABLE = "writable";
168
+ objectDefineProperty.f = DESCRIPTORS$6 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function(e, t, r) {
169
+ if (anObject$5(e), t = toPropertyKey$2(t), anObject$5(r), "function" == typeof e && "prototype" === t && "value" in r && WRITABLE in r && !r[WRITABLE]) {
170
+ var o = $getOwnPropertyDescriptor$1(e, t);
171
+ o && o[WRITABLE] && (e[t] = r.value, r = { configurable: CONFIGURABLE$1 in r ? r[CONFIGURABLE$1] : o[CONFIGURABLE$1], enumerable: ENUMERABLE in r ? r[ENUMERABLE] : o[ENUMERABLE], writable: false });
172
+ }
173
+ return $defineProperty$1(e, t, r);
174
+ } : $defineProperty$1 : function(e, t, r) {
175
+ if (anObject$5(e), t = toPropertyKey$2(t), anObject$5(r), IE8_DOM_DEFINE)
176
+ try {
177
+ return $defineProperty$1(e, t, r);
178
+ } catch (e2) {
179
+ }
180
+ if ("get" in r || "set" in r)
181
+ throw $TypeError$3("Accessors not supported");
182
+ return "value" in r && (e[t] = r.value), e;
183
+ };
184
+ var DESCRIPTORS$5 = descriptors, definePropertyModule$3 = objectDefineProperty, createPropertyDescriptor$3 = createPropertyDescriptor$5, createNonEnumerableProperty$5 = DESCRIPTORS$5 ? function(e, t, r) {
185
+ return definePropertyModule$3.f(e, t, createPropertyDescriptor$3(1, r));
186
+ } : function(e, t, r) {
187
+ return e[t] = r, e;
188
+ }, global$6 = global$e, apply$2 = functionApply, uncurryThis$d = functionUncurryThisClause, isCallable$9 = isCallable$g, getOwnPropertyDescriptor2 = objectGetOwnPropertyDescriptor.f, isForced = isForced_1, path$8 = path$a, bind$9 = functionBindContext, createNonEnumerableProperty$4 = createNonEnumerableProperty$5, hasOwn$a = hasOwnProperty_1, wrapConstructor = function(e) {
189
+ var t = function(r, o, n) {
190
+ if (this instanceof t) {
191
+ switch (arguments.length) {
192
+ case 0:
193
+ return new e();
194
+ case 1:
195
+ return new e(r);
196
+ case 2:
197
+ return new e(r, o);
198
+ }
199
+ return new e(r, o, n);
200
+ }
201
+ return apply$2(e, this, arguments);
202
+ };
203
+ return t.prototype = e.prototype, t;
204
+ }, _export = function(e, t) {
205
+ var r, o, n, i, a, l, c, $2, s, y = e.target, u = e.global, p = e.stat, f = e.proto, b = u ? global$6 : p ? global$6[y] : (global$6[y] || {}).prototype, S = u ? path$8 : path$8[y] || createNonEnumerableProperty$4(path$8, y, {})[y], O = S.prototype;
206
+ for (i in t)
207
+ o = !(r = isForced(u ? i : y + (p ? "." : "#") + i, e.forced)) && b && hasOwn$a(b, i), l = S[i], o && (c = e.dontCallGetSet ? (s = getOwnPropertyDescriptor2(b, i)) && s.value : b[i]), a = o && c ? c : t[i], o && typeof l == typeof a || ($2 = e.bind && o ? bind$9(a, global$6) : e.wrap && o ? wrapConstructor(a) : f && isCallable$9(a) ? uncurryThis$d(a) : a, (e.sham || a && a.sham || l && l.sham) && createNonEnumerableProperty$4($2, "sham", true), createNonEnumerableProperty$4(S, i, $2), f && (hasOwn$a(path$8, n = y + "Prototype") || createNonEnumerableProperty$4(path$8, n, {}), createNonEnumerableProperty$4(path$8[n], i, a), e.real && O && (r || !O[i]) && createNonEnumerableProperty$4(O, i, a)));
208
+ }, $$g = _export, DESCRIPTORS$4 = descriptors, defineProperty$9 = objectDefineProperty.f;
209
+ $$g({ target: "Object", stat: true, forced: Object.defineProperty !== defineProperty$9, sham: !DESCRIPTORS$4 }, { defineProperty: defineProperty$9 });
210
+ var path$7 = path$a, Object$2 = path$7.Object, defineProperty$8 = defineProperty$b.exports = function(e, t, r) {
211
+ return Object$2.defineProperty(e, t, r);
212
+ };
213
+ Object$2.defineProperty.sham && (defineProperty$8.sham = true);
214
+ var definePropertyExports = defineProperty$b.exports, parent$q = definePropertyExports, defineProperty$7 = parent$q, parent$p = defineProperty$7, defineProperty$6 = parent$p, parent$o = defineProperty$6, defineProperty$5 = parent$o, defineProperty$4 = defineProperty$5, _Object$defineProperty = getDefaultExportFromCjs(defineProperty$4), classof$7 = classofRaw$2, isArray$3 = Array.isArray || function(e) {
215
+ return "Array" == classof$7(e);
216
+ }, ceil = Math.ceil, floor = Math.floor, mathTrunc = Math.trunc || function(e) {
217
+ var t = +e;
218
+ return (t > 0 ? floor : ceil)(t);
219
+ }, trunc2 = mathTrunc, toIntegerOrInfinity$3 = function(e) {
220
+ var t = +e;
221
+ return t != t || 0 === t ? 0 : trunc2(t);
222
+ }, toIntegerOrInfinity$2 = toIntegerOrInfinity$3, min$1 = Math.min, toLength$1 = function(e) {
223
+ return e > 0 ? min$1(toIntegerOrInfinity$2(e), 9007199254740991) : 0;
224
+ }, toLength = toLength$1, lengthOfArrayLike$4 = function(e) {
225
+ return toLength(e.length);
226
+ }, $TypeError$2 = TypeError, MAX_SAFE_INTEGER = 9007199254740991, doesNotExceedSafeInteger$1 = function(e) {
227
+ if (e > MAX_SAFE_INTEGER)
228
+ throw $TypeError$2("Maximum allowed index exceeded");
229
+ return e;
230
+ }, toPropertyKey$1 = toPropertyKey$4, definePropertyModule$2 = objectDefineProperty, createPropertyDescriptor$2 = createPropertyDescriptor$5, createProperty$2 = function(e, t, r) {
231
+ var o = toPropertyKey$1(t);
232
+ o in e ? definePropertyModule$2.f(e, o, createPropertyDescriptor$2(0, r)) : e[o] = r;
233
+ }, wellKnownSymbol$d = wellKnownSymbol$f, TO_STRING_TAG$3 = wellKnownSymbol$d("toStringTag"), test = {};
234
+ test[TO_STRING_TAG$3] = "z";
235
+ var toStringTagSupport = "[object z]" === String(test), TO_STRING_TAG_SUPPORT$2 = toStringTagSupport, isCallable$8 = isCallable$g, classofRaw = classofRaw$2, wellKnownSymbol$c = wellKnownSymbol$f, TO_STRING_TAG$2 = wellKnownSymbol$c("toStringTag"), $Object$1 = Object, CORRECT_ARGUMENTS = "Arguments" == classofRaw(function() {
236
+ return arguments;
237
+ }()), tryGet = function(e, t) {
238
+ try {
239
+ return e[t];
240
+ } catch (e2) {
241
+ }
242
+ }, classof$6 = TO_STRING_TAG_SUPPORT$2 ? classofRaw : function(e) {
243
+ var t, r, o;
244
+ return void 0 === e ? "Undefined" : null === e ? "Null" : "string" == typeof (r = tryGet(t = $Object$1(e), TO_STRING_TAG$2)) ? r : CORRECT_ARGUMENTS ? classofRaw(t) : "Object" == (o = classofRaw(t)) && isCallable$8(t.callee) ? "Arguments" : o;
245
+ }, uncurryThis$c = functionUncurryThis, isCallable$7 = isCallable$g, store$1 = sharedStore, functionToString = uncurryThis$c(Function.toString);
246
+ isCallable$7(store$1.inspectSource) || (store$1.inspectSource = function(e) {
247
+ return functionToString(e);
248
+ });
249
+ var inspectSource$1 = store$1.inspectSource, uncurryThis$b = functionUncurryThis, fails$9 = fails$h, isCallable$6 = isCallable$g, classof$5 = classof$6, getBuiltIn$8 = getBuiltIn$a, inspectSource = inspectSource$1, noop = function() {
250
+ }, empty = [], construct$6 = getBuiltIn$8("Reflect", "construct"), constructorRegExp = /^\s*(?:class|function)\b/, exec$1 = uncurryThis$b(constructorRegExp.exec), INCORRECT_TO_STRING = !constructorRegExp.exec(noop), isConstructorModern = function(e) {
251
+ if (!isCallable$6(e))
252
+ return false;
253
+ try {
254
+ return construct$6(noop, empty, e), true;
255
+ } catch (e2) {
256
+ return false;
257
+ }
258
+ }, isConstructorLegacy = function(e) {
259
+ if (!isCallable$6(e))
260
+ return false;
261
+ switch (classof$5(e)) {
262
+ case "AsyncFunction":
263
+ case "GeneratorFunction":
264
+ case "AsyncGeneratorFunction":
265
+ return false;
266
+ }
267
+ try {
268
+ return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource(e));
269
+ } catch (e2) {
270
+ return true;
271
+ }
272
+ };
273
+ isConstructorLegacy.sham = true;
274
+ var isConstructor$2 = !construct$6 || fails$9(function() {
275
+ var e;
276
+ return isConstructorModern(isConstructorModern.call) || !isConstructorModern(Object) || !isConstructorModern(function() {
277
+ e = true;
278
+ }) || e;
279
+ }) ? isConstructorLegacy : isConstructorModern, isArray$2 = isArray$3, isConstructor$1 = isConstructor$2, isObject$5 = isObject$a, wellKnownSymbol$b = wellKnownSymbol$f, SPECIES$1 = wellKnownSymbol$b("species"), $Array$1 = Array, arraySpeciesConstructor$1 = function(e) {
280
+ var t;
281
+ return isArray$2(e) && (t = e.constructor, (isConstructor$1(t) && (t === $Array$1 || isArray$2(t.prototype)) || isObject$5(t) && null === (t = t[SPECIES$1])) && (t = void 0)), void 0 === t ? $Array$1 : t;
282
+ }, arraySpeciesConstructor = arraySpeciesConstructor$1, arraySpeciesCreate$2 = function(e, t) {
283
+ return new (arraySpeciesConstructor(e))(0 === t ? 0 : t);
284
+ }, fails$8 = fails$h, wellKnownSymbol$a = wellKnownSymbol$f, V8_VERSION$1 = engineV8Version, SPECIES = wellKnownSymbol$a("species"), arrayMethodHasSpeciesSupport$1 = function(e) {
285
+ return V8_VERSION$1 >= 51 || !fails$8(function() {
286
+ var t = [];
287
+ return (t.constructor = {})[SPECIES] = function() {
288
+ return { foo: 1 };
289
+ }, 1 !== t[e](Boolean).foo;
290
+ });
291
+ }, $$f = _export, fails$7 = fails$h, isArray$1 = isArray$3, isObject$4 = isObject$a, toObject$4 = toObject$6, lengthOfArrayLike$3 = lengthOfArrayLike$4, doesNotExceedSafeInteger = doesNotExceedSafeInteger$1, createProperty$1 = createProperty$2, arraySpeciesCreate$1 = arraySpeciesCreate$2, arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$1, wellKnownSymbol$9 = wellKnownSymbol$f, V8_VERSION = engineV8Version, IS_CONCAT_SPREADABLE = wellKnownSymbol$9("isConcatSpreadable"), IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails$7(function() {
292
+ var e = [];
293
+ return e[IS_CONCAT_SPREADABLE] = false, e.concat()[0] !== e;
294
+ }), isConcatSpreadable = function(e) {
295
+ if (!isObject$4(e))
296
+ return false;
297
+ var t = e[IS_CONCAT_SPREADABLE];
298
+ return void 0 !== t ? !!t : isArray$1(e);
299
+ }, FORCED$2 = !IS_CONCAT_SPREADABLE_SUPPORT || !arrayMethodHasSpeciesSupport("concat");
300
+ $$f({ target: "Array", proto: true, arity: 1, forced: FORCED$2 }, { concat: function(e) {
301
+ var t, r, o, n, i, a = toObject$4(this), l = arraySpeciesCreate$1(a, 0), c = 0;
302
+ for (t = -1, o = arguments.length; t < o; t++)
303
+ if (isConcatSpreadable(i = -1 === t ? a : arguments[t]))
304
+ for (n = lengthOfArrayLike$3(i), doesNotExceedSafeInteger(c + n), r = 0; r < n; r++, c++)
305
+ r in i && createProperty$1(l, c, i[r]);
306
+ else
307
+ doesNotExceedSafeInteger(c + 1), createProperty$1(l, c++, i);
308
+ return l.length = c, l;
309
+ } });
310
+ var classof$4 = classof$6, $String$2 = String, toString$5 = function(e) {
311
+ if ("Symbol" === classof$4(e))
312
+ throw TypeError("Cannot convert a Symbol value to a string");
313
+ return $String$2(e);
314
+ }, objectDefineProperties = {}, toIntegerOrInfinity$1 = toIntegerOrInfinity$3, max$1 = Math.max, min = Math.min, toAbsoluteIndex$2 = function(e, t) {
315
+ var r = toIntegerOrInfinity$1(e);
316
+ return r < 0 ? max$1(r + t, 0) : min(r, t);
317
+ }, toIndexedObject$5 = toIndexedObject$7, toAbsoluteIndex$1 = toAbsoluteIndex$2, lengthOfArrayLike$2 = lengthOfArrayLike$4, createMethod$2 = function(e) {
318
+ return function(t, r, o) {
319
+ var n, i = toIndexedObject$5(t), a = lengthOfArrayLike$2(i), l = toAbsoluteIndex$1(o, a);
320
+ if (e && r != r) {
321
+ for (; a > l; )
322
+ if ((n = i[l++]) != n)
323
+ return true;
324
+ } else
325
+ for (; a > l; l++)
326
+ if ((e || l in i) && i[l] === r)
327
+ return e || l || 0;
328
+ return !e && -1;
329
+ };
330
+ }, arrayIncludes = { includes: createMethod$2(true), indexOf: createMethod$2(false) }, hiddenKeys$5 = {}, uncurryThis$a = functionUncurryThis, hasOwn$9 = hasOwnProperty_1, toIndexedObject$4 = toIndexedObject$7, indexOf = arrayIncludes.indexOf, hiddenKeys$4 = hiddenKeys$5, push$4 = uncurryThis$a([].push), objectKeysInternal = function(e, t) {
331
+ var r, o = toIndexedObject$4(e), n = 0, i = [];
332
+ for (r in o)
333
+ !hasOwn$9(hiddenKeys$4, r) && hasOwn$9(o, r) && push$4(i, r);
334
+ for (; t.length > n; )
335
+ hasOwn$9(o, r = t[n++]) && (~indexOf(i, r) || push$4(i, r));
336
+ return i;
337
+ }, enumBugKeys$3 = ["constructor", "hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable", "toLocaleString", "toString", "valueOf"], internalObjectKeys$1 = objectKeysInternal, enumBugKeys$2 = enumBugKeys$3, objectKeys$2 = Object.keys || function(e) {
338
+ return internalObjectKeys$1(e, enumBugKeys$2);
339
+ }, DESCRIPTORS$3 = descriptors, V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug, definePropertyModule$1 = objectDefineProperty, anObject$4 = anObject$6, toIndexedObject$3 = toIndexedObject$7, objectKeys$1 = objectKeys$2;
340
+ objectDefineProperties.f = DESCRIPTORS$3 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function(e, t) {
341
+ anObject$4(e);
342
+ for (var r, o = toIndexedObject$3(t), n = objectKeys$1(t), i = n.length, a = 0; i > a; )
343
+ definePropertyModule$1.f(e, r = n[a++], o[r]);
344
+ return e;
345
+ };
346
+ var activeXDocument, getBuiltIn$7 = getBuiltIn$a, html$1 = getBuiltIn$7("document", "documentElement"), shared$5 = sharedExports, uid$1 = uid$3, keys2 = shared$5("keys"), sharedKey$4 = function(e) {
347
+ return keys2[e] || (keys2[e] = uid$1(e));
348
+ }, anObject$3 = anObject$6, definePropertiesModule$1 = objectDefineProperties, enumBugKeys$1 = enumBugKeys$3, hiddenKeys$3 = hiddenKeys$5, html = html$1, documentCreateElement = documentCreateElement$1, sharedKey$3 = sharedKey$4, GT = ">", LT = "<", PROTOTYPE$1 = "prototype", SCRIPT = "script", IE_PROTO$1 = sharedKey$3("IE_PROTO"), EmptyConstructor = function() {
349
+ }, scriptTag = function(e) {
350
+ return LT + SCRIPT + GT + e + LT + "/" + SCRIPT + GT;
351
+ }, NullProtoObjectViaActiveX = function(e) {
352
+ e.write(scriptTag("")), e.close();
353
+ var t = e.parentWindow.Object;
354
+ return e = null, t;
355
+ }, NullProtoObjectViaIFrame = function() {
356
+ var e, t = documentCreateElement("iframe"), r = "java" + SCRIPT + ":";
357
+ return t.style.display = "none", html.appendChild(t), t.src = String(r), (e = t.contentWindow.document).open(), e.write(scriptTag("document.F=Object")), e.close(), e.F;
358
+ }, NullProtoObject = function() {
359
+ try {
360
+ activeXDocument = new ActiveXObject("htmlfile");
361
+ } catch (e2) {
362
+ }
363
+ NullProtoObject = "undefined" != typeof document ? document.domain && activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame() : NullProtoObjectViaActiveX(activeXDocument);
364
+ for (var e = enumBugKeys$1.length; e--; )
365
+ delete NullProtoObject[PROTOTYPE$1][enumBugKeys$1[e]];
366
+ return NullProtoObject();
367
+ };
368
+ hiddenKeys$3[IE_PROTO$1] = true;
369
+ var objectCreate = Object.create || function(e, t) {
370
+ var r;
371
+ return null !== e ? (EmptyConstructor[PROTOTYPE$1] = anObject$3(e), r = new EmptyConstructor(), EmptyConstructor[PROTOTYPE$1] = null, r[IE_PROTO$1] = e) : r = NullProtoObject(), void 0 === t ? r : definePropertiesModule$1.f(r, t);
372
+ }, objectGetOwnPropertyNames = {}, internalObjectKeys = objectKeysInternal, enumBugKeys = enumBugKeys$3, hiddenKeys$2 = enumBugKeys.concat("length", "prototype");
373
+ objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function(e) {
374
+ return internalObjectKeys(e, hiddenKeys$2);
375
+ };
376
+ var objectGetOwnPropertyNamesExternal = {}, toAbsoluteIndex = toAbsoluteIndex$2, lengthOfArrayLike$1 = lengthOfArrayLike$4, createProperty = createProperty$2, $Array = Array, max = Math.max, arraySliceSimple = function(e, t, r) {
377
+ for (var o = lengthOfArrayLike$1(e), n = toAbsoluteIndex(t, o), i = toAbsoluteIndex(void 0 === r ? o : r, o), a = $Array(max(i - n, 0)), l = 0; n < i; n++, l++)
378
+ createProperty(a, l, e[n]);
379
+ return a.length = l, a;
380
+ }, classof$3 = classofRaw$2, toIndexedObject$2 = toIndexedObject$7, $getOwnPropertyNames$1 = objectGetOwnPropertyNames.f, arraySlice$3 = arraySliceSimple, windowNames = "object" == typeof window && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [], getWindowNames = function(e) {
381
+ try {
382
+ return $getOwnPropertyNames$1(e);
383
+ } catch (e2) {
384
+ return arraySlice$3(windowNames);
385
+ }
386
+ };
387
+ objectGetOwnPropertyNamesExternal.f = function(e) {
388
+ return windowNames && "Window" == classof$3(e) ? getWindowNames(e) : $getOwnPropertyNames$1(toIndexedObject$2(e));
389
+ };
390
+ var objectGetOwnPropertySymbols = {};
391
+ objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
392
+ var createNonEnumerableProperty$3 = createNonEnumerableProperty$5, defineBuiltIn$4 = function(e, t, r, o) {
393
+ return o && o.enumerable ? e[t] = r : createNonEnumerableProperty$3(e, t, r), e;
394
+ }, defineProperty$3 = objectDefineProperty, defineBuiltInAccessor$1 = function(e, t, r) {
395
+ return defineProperty$3.f(e, t, r);
396
+ }, wellKnownSymbolWrapped = {}, wellKnownSymbol$8 = wellKnownSymbol$f;
397
+ wellKnownSymbolWrapped.f = wellKnownSymbol$8;
398
+ var set, get, has, path$6 = path$a, hasOwn$8 = hasOwnProperty_1, wrappedWellKnownSymbolModule$1 = wellKnownSymbolWrapped, defineProperty$2 = objectDefineProperty.f, wellKnownSymbolDefine = function(e) {
399
+ var t = path$6.Symbol || (path$6.Symbol = {});
400
+ hasOwn$8(t, e) || defineProperty$2(t, e, { value: wrappedWellKnownSymbolModule$1.f(e) });
401
+ }, call$3 = functionCall, getBuiltIn$6 = getBuiltIn$a, wellKnownSymbol$7 = wellKnownSymbol$f, defineBuiltIn$3 = defineBuiltIn$4, symbolDefineToPrimitive = function() {
402
+ var e = getBuiltIn$6("Symbol"), t = e && e.prototype, r = t && t.valueOf, o = wellKnownSymbol$7("toPrimitive");
403
+ t && !t[o] && defineBuiltIn$3(t, o, function(e2) {
404
+ return call$3(r, this);
405
+ }, { arity: 1 });
406
+ }, TO_STRING_TAG_SUPPORT$1 = toStringTagSupport, classof$2 = classof$6, objectToString = TO_STRING_TAG_SUPPORT$1 ? {}.toString : function() {
407
+ return "[object " + classof$2(this) + "]";
408
+ }, TO_STRING_TAG_SUPPORT = toStringTagSupport, defineProperty$1 = objectDefineProperty.f, createNonEnumerableProperty$2 = createNonEnumerableProperty$5, hasOwn$7 = hasOwnProperty_1, toString$4 = objectToString, wellKnownSymbol$6 = wellKnownSymbol$f, TO_STRING_TAG$1 = wellKnownSymbol$6("toStringTag"), setToStringTag$5 = function(e, t, r, o) {
409
+ if (e) {
410
+ var n = r ? e : e.prototype;
411
+ hasOwn$7(n, TO_STRING_TAG$1) || defineProperty$1(n, TO_STRING_TAG$1, { configurable: true, value: t }), o && !TO_STRING_TAG_SUPPORT && createNonEnumerableProperty$2(n, "toString", toString$4);
412
+ }
413
+ }, global$5 = global$e, isCallable$5 = isCallable$g, WeakMap$1 = global$5.WeakMap, weakMapBasicDetection = isCallable$5(WeakMap$1) && /native code/.test(String(WeakMap$1)), NATIVE_WEAK_MAP = weakMapBasicDetection, global$4 = global$e, isObject$3 = isObject$a, createNonEnumerableProperty$1 = createNonEnumerableProperty$5, hasOwn$6 = hasOwnProperty_1, shared$4 = sharedStore, sharedKey$2 = sharedKey$4, hiddenKeys$1 = hiddenKeys$5, OBJECT_ALREADY_INITIALIZED = "Object already initialized", TypeError$2 = global$4.TypeError, WeakMap = global$4.WeakMap, enforce = function(e) {
414
+ return has(e) ? get(e) : set(e, {});
415
+ }, getterFor = function(e) {
416
+ return function(t) {
417
+ var r;
418
+ if (!isObject$3(t) || (r = get(t)).type !== e)
419
+ throw TypeError$2("Incompatible receiver, " + e + " required");
420
+ return r;
421
+ };
422
+ };
423
+ if (NATIVE_WEAK_MAP || shared$4.state) {
424
+ var store = shared$4.state || (shared$4.state = new WeakMap());
425
+ store.get = store.get, store.has = store.has, store.set = store.set, set = function(e, t) {
426
+ if (store.has(e))
427
+ throw TypeError$2(OBJECT_ALREADY_INITIALIZED);
428
+ return t.facade = e, store.set(e, t), t;
429
+ }, get = function(e) {
430
+ return store.get(e) || {};
431
+ }, has = function(e) {
432
+ return store.has(e);
433
+ };
434
+ } else {
435
+ var STATE = sharedKey$2("state");
436
+ hiddenKeys$1[STATE] = true, set = function(e, t) {
437
+ if (hasOwn$6(e, STATE))
438
+ throw TypeError$2(OBJECT_ALREADY_INITIALIZED);
439
+ return t.facade = e, createNonEnumerableProperty$1(e, STATE, t), t;
440
+ }, get = function(e) {
441
+ return hasOwn$6(e, STATE) ? e[STATE] : {};
442
+ }, has = function(e) {
443
+ return hasOwn$6(e, STATE);
444
+ };
445
+ }
446
+ var internalState = { set, get, has, enforce, getterFor }, bind$8 = functionBindContext, uncurryThis$9 = functionUncurryThis, IndexedObject = indexedObject, toObject$3 = toObject$6, lengthOfArrayLike = lengthOfArrayLike$4, arraySpeciesCreate = arraySpeciesCreate$2, push$3 = uncurryThis$9([].push), createMethod$1 = function(e) {
447
+ var t = 1 == e, r = 2 == e, o = 3 == e, n = 4 == e, i = 6 == e, a = 7 == e, l = 5 == e || i;
448
+ return function(c, $2, s, y) {
449
+ for (var u, p, f = toObject$3(c), b = IndexedObject(f), S = bind$8($2, s), O = lengthOfArrayLike(b), d = 0, m = y || arraySpeciesCreate, g = t ? m(c, O) : r || a ? m(c, 0) : void 0; O > d; d++)
450
+ if ((l || d in b) && (p = S(u = b[d], d, f), e))
451
+ if (t)
452
+ g[d] = p;
453
+ else if (p)
454
+ switch (e) {
455
+ case 3:
456
+ return true;
457
+ case 5:
458
+ return u;
459
+ case 6:
460
+ return d;
461
+ case 2:
462
+ push$3(g, u);
463
+ }
464
+ else
465
+ switch (e) {
466
+ case 4:
467
+ return false;
468
+ case 7:
469
+ push$3(g, u);
470
+ }
471
+ return i ? -1 : o || n ? n : g;
472
+ };
473
+ }, arrayIteration = { forEach: createMethod$1(0), map: createMethod$1(1), filter: createMethod$1(2), some: createMethod$1(3), every: createMethod$1(4), find: createMethod$1(5), findIndex: createMethod$1(6), filterReject: createMethod$1(7) }, $$e = _export, global$3 = global$e, call$2 = functionCall, uncurryThis$8 = functionUncurryThis, DESCRIPTORS$2 = descriptors, NATIVE_SYMBOL$3 = symbolConstructorDetection, fails$6 = fails$h, hasOwn$5 = hasOwnProperty_1, isPrototypeOf$1 = objectIsPrototypeOf, anObject$2 = anObject$6, toIndexedObject$1 = toIndexedObject$7, toPropertyKey = toPropertyKey$4, $toString = toString$5, createPropertyDescriptor$1 = createPropertyDescriptor$5, nativeObjectCreate = objectCreate, objectKeys = objectKeys$2, getOwnPropertyNamesModule = objectGetOwnPropertyNames, getOwnPropertyNamesExternal = objectGetOwnPropertyNamesExternal, getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols, getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor, definePropertyModule = objectDefineProperty, definePropertiesModule = objectDefineProperties, propertyIsEnumerableModule = objectPropertyIsEnumerable, defineBuiltIn$2 = defineBuiltIn$4, defineBuiltInAccessor = defineBuiltInAccessor$1, shared$3 = sharedExports, sharedKey$1 = sharedKey$4, hiddenKeys = hiddenKeys$5, uid = uid$3, wellKnownSymbol$5 = wellKnownSymbol$f, wrappedWellKnownSymbolModule = wellKnownSymbolWrapped, defineWellKnownSymbol$l = wellKnownSymbolDefine, defineSymbolToPrimitive$1 = symbolDefineToPrimitive, setToStringTag$4 = setToStringTag$5, InternalStateModule$2 = internalState, $forEach = arrayIteration.forEach, HIDDEN = sharedKey$1("hidden"), SYMBOL = "Symbol", PROTOTYPE = "prototype", setInternalState$2 = InternalStateModule$2.set, getInternalState$2 = InternalStateModule$2.getterFor(SYMBOL), ObjectPrototype$2 = Object[PROTOTYPE], $Symbol = global$3.Symbol, SymbolPrototype = $Symbol && $Symbol[PROTOTYPE], TypeError$1 = global$3.TypeError, QObject = global$3.QObject, nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f, nativeDefineProperty = definePropertyModule.f, nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f, nativePropertyIsEnumerable = propertyIsEnumerableModule.f, push$2 = uncurryThis$8([].push), AllSymbols = shared$3("symbols"), ObjectPrototypeSymbols = shared$3("op-symbols"), WellKnownSymbolsStore$1 = shared$3("wks"), USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDescriptor = DESCRIPTORS$2 && fails$6(function() {
474
+ return 7 != nativeObjectCreate(nativeDefineProperty({}, "a", { get: function() {
475
+ return nativeDefineProperty(this, "a", { value: 7 }).a;
476
+ } })).a;
477
+ }) ? function(e, t, r) {
478
+ var o = nativeGetOwnPropertyDescriptor(ObjectPrototype$2, t);
479
+ o && delete ObjectPrototype$2[t], nativeDefineProperty(e, t, r), o && e !== ObjectPrototype$2 && nativeDefineProperty(ObjectPrototype$2, t, o);
480
+ } : nativeDefineProperty, wrap = function(e, t) {
481
+ var r = AllSymbols[e] = nativeObjectCreate(SymbolPrototype);
482
+ return setInternalState$2(r, { type: SYMBOL, tag: e, description: t }), DESCRIPTORS$2 || (r.description = t), r;
483
+ }, $defineProperty = function(e, t, r) {
484
+ e === ObjectPrototype$2 && $defineProperty(ObjectPrototypeSymbols, t, r), anObject$2(e);
485
+ var o = toPropertyKey(t);
486
+ return anObject$2(r), hasOwn$5(AllSymbols, o) ? (r.enumerable ? (hasOwn$5(e, HIDDEN) && e[HIDDEN][o] && (e[HIDDEN][o] = false), r = nativeObjectCreate(r, { enumerable: createPropertyDescriptor$1(0, false) })) : (hasOwn$5(e, HIDDEN) || nativeDefineProperty(e, HIDDEN, createPropertyDescriptor$1(1, {})), e[HIDDEN][o] = true), setSymbolDescriptor(e, o, r)) : nativeDefineProperty(e, o, r);
487
+ }, $defineProperties = function(e, t) {
488
+ anObject$2(e);
489
+ var r = toIndexedObject$1(t), o = objectKeys(r).concat($getOwnPropertySymbols(r));
490
+ return $forEach(o, function(t2) {
491
+ DESCRIPTORS$2 && !call$2($propertyIsEnumerable, r, t2) || $defineProperty(e, t2, r[t2]);
492
+ }), e;
493
+ }, $create = function(e, t) {
494
+ return void 0 === t ? nativeObjectCreate(e) : $defineProperties(nativeObjectCreate(e), t);
495
+ }, $propertyIsEnumerable = function(e) {
496
+ var t = toPropertyKey(e), r = call$2(nativePropertyIsEnumerable, this, t);
497
+ return !(this === ObjectPrototype$2 && hasOwn$5(AllSymbols, t) && !hasOwn$5(ObjectPrototypeSymbols, t)) && (!(r || !hasOwn$5(this, t) || !hasOwn$5(AllSymbols, t) || hasOwn$5(this, HIDDEN) && this[HIDDEN][t]) || r);
498
+ }, $getOwnPropertyDescriptor = function(e, t) {
499
+ var r = toIndexedObject$1(e), o = toPropertyKey(t);
500
+ if (r !== ObjectPrototype$2 || !hasOwn$5(AllSymbols, o) || hasOwn$5(ObjectPrototypeSymbols, o)) {
501
+ var n = nativeGetOwnPropertyDescriptor(r, o);
502
+ return !n || !hasOwn$5(AllSymbols, o) || hasOwn$5(r, HIDDEN) && r[HIDDEN][o] || (n.enumerable = true), n;
503
+ }
504
+ }, $getOwnPropertyNames = function(e) {
505
+ var t = nativeGetOwnPropertyNames(toIndexedObject$1(e)), r = [];
506
+ return $forEach(t, function(e2) {
507
+ hasOwn$5(AllSymbols, e2) || hasOwn$5(hiddenKeys, e2) || push$2(r, e2);
508
+ }), r;
509
+ }, $getOwnPropertySymbols = function(e) {
510
+ var t = e === ObjectPrototype$2, r = nativeGetOwnPropertyNames(t ? ObjectPrototypeSymbols : toIndexedObject$1(e)), o = [];
511
+ return $forEach(r, function(e2) {
512
+ !hasOwn$5(AllSymbols, e2) || t && !hasOwn$5(ObjectPrototype$2, e2) || push$2(o, AllSymbols[e2]);
513
+ }), o;
514
+ };
515
+ NATIVE_SYMBOL$3 || (defineBuiltIn$2(SymbolPrototype = ($Symbol = function() {
516
+ if (isPrototypeOf$1(SymbolPrototype, this))
517
+ throw TypeError$1("Symbol is not a constructor");
518
+ var e = arguments.length && void 0 !== arguments[0] ? $toString(arguments[0]) : void 0, t = uid(e), r = function(e2) {
519
+ this === ObjectPrototype$2 && call$2(r, ObjectPrototypeSymbols, e2), hasOwn$5(this, HIDDEN) && hasOwn$5(this[HIDDEN], t) && (this[HIDDEN][t] = false), setSymbolDescriptor(this, t, createPropertyDescriptor$1(1, e2));
520
+ };
521
+ return DESCRIPTORS$2 && USE_SETTER && setSymbolDescriptor(ObjectPrototype$2, t, { configurable: true, set: r }), wrap(t, e);
522
+ })[PROTOTYPE], "toString", function() {
523
+ return getInternalState$2(this).tag;
524
+ }), defineBuiltIn$2($Symbol, "withoutSetter", function(e) {
525
+ return wrap(uid(e), e);
526
+ }), propertyIsEnumerableModule.f = $propertyIsEnumerable, definePropertyModule.f = $defineProperty, definePropertiesModule.f = $defineProperties, getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor, getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames, getOwnPropertySymbolsModule$1.f = $getOwnPropertySymbols, wrappedWellKnownSymbolModule.f = function(e) {
527
+ return wrap(wellKnownSymbol$5(e), e);
528
+ }, DESCRIPTORS$2 && defineBuiltInAccessor(SymbolPrototype, "description", { configurable: true, get: function() {
529
+ return getInternalState$2(this).description;
530
+ } })), $$e({ global: true, constructor: true, wrap: true, forced: !NATIVE_SYMBOL$3, sham: !NATIVE_SYMBOL$3 }, { Symbol: $Symbol }), $forEach(objectKeys(WellKnownSymbolsStore$1), function(e) {
531
+ defineWellKnownSymbol$l(e);
532
+ }), $$e({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL$3 }, { useSetter: function() {
533
+ USE_SETTER = true;
534
+ }, useSimple: function() {
535
+ USE_SETTER = false;
536
+ } }), $$e({ target: "Object", stat: true, forced: !NATIVE_SYMBOL$3, sham: !DESCRIPTORS$2 }, { create: $create, defineProperty: $defineProperty, defineProperties: $defineProperties, getOwnPropertyDescriptor: $getOwnPropertyDescriptor }), $$e({ target: "Object", stat: true, forced: !NATIVE_SYMBOL$3 }, { getOwnPropertyNames: $getOwnPropertyNames }), defineSymbolToPrimitive$1(), setToStringTag$4($Symbol, SYMBOL), hiddenKeys[HIDDEN] = true;
537
+ var NATIVE_SYMBOL$2 = symbolConstructorDetection, symbolRegistryDetection = NATIVE_SYMBOL$2 && !!Symbol.for && !!Symbol.keyFor, $$d = _export, getBuiltIn$5 = getBuiltIn$a, hasOwn$4 = hasOwnProperty_1, toString$3 = toString$5, shared$2 = sharedExports, NATIVE_SYMBOL_REGISTRY$1 = symbolRegistryDetection, StringToSymbolRegistry = shared$2("string-to-symbol-registry"), SymbolToStringRegistry$1 = shared$2("symbol-to-string-registry");
538
+ $$d({ target: "Symbol", stat: true, forced: !NATIVE_SYMBOL_REGISTRY$1 }, { for: function(e) {
539
+ var t = toString$3(e);
540
+ if (hasOwn$4(StringToSymbolRegistry, t))
541
+ return StringToSymbolRegistry[t];
542
+ var r = getBuiltIn$5("Symbol")(t);
543
+ return StringToSymbolRegistry[t] = r, SymbolToStringRegistry$1[r] = t, r;
544
+ } });
545
+ var $$c = _export, hasOwn$3 = hasOwnProperty_1, isSymbol$2 = isSymbol$5, tryToString$1 = tryToString$3, shared$1 = sharedExports, NATIVE_SYMBOL_REGISTRY = symbolRegistryDetection, SymbolToStringRegistry = shared$1("symbol-to-string-registry");
546
+ $$c({ target: "Symbol", stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, { keyFor: function(e) {
547
+ if (!isSymbol$2(e))
548
+ throw TypeError(tryToString$1(e) + " is not a symbol");
549
+ if (hasOwn$3(SymbolToStringRegistry, e))
550
+ return SymbolToStringRegistry[e];
551
+ } });
552
+ var uncurryThis$7 = functionUncurryThis, arraySlice$2 = uncurryThis$7([].slice), uncurryThis$6 = functionUncurryThis, isArray2 = isArray$3, isCallable$4 = isCallable$g, classof$1 = classofRaw$2, toString$2 = toString$5, push$1 = uncurryThis$6([].push), getJsonReplacerFunction = function(e) {
553
+ if (isCallable$4(e))
554
+ return e;
555
+ if (isArray2(e)) {
556
+ for (var t = e.length, r = [], o = 0; o < t; o++) {
557
+ var n = e[o];
558
+ "string" == typeof n ? push$1(r, n) : "number" != typeof n && "Number" != classof$1(n) && "String" != classof$1(n) || push$1(r, toString$2(n));
559
+ }
560
+ var i = r.length, a = true;
561
+ return function(e2, t2) {
562
+ if (a)
563
+ return a = false, t2;
564
+ if (isArray2(this))
565
+ return t2;
566
+ for (var o2 = 0; o2 < i; o2++)
567
+ if (r[o2] === e2)
568
+ return t2;
569
+ };
570
+ }
571
+ }, $$b = _export, getBuiltIn$4 = getBuiltIn$a, apply$1 = functionApply, call$1 = functionCall, uncurryThis$5 = functionUncurryThis, fails$5 = fails$h, isCallable$3 = isCallable$g, isSymbol$1 = isSymbol$5, arraySlice$1 = arraySlice$2, getReplacerFunction = getJsonReplacerFunction, NATIVE_SYMBOL$1 = symbolConstructorDetection, $String$1 = String, $stringify = getBuiltIn$4("JSON", "stringify"), exec = uncurryThis$5(/./.exec), charAt$2 = uncurryThis$5("".charAt), charCodeAt$1 = uncurryThis$5("".charCodeAt), replace = uncurryThis$5("".replace), numberToString = uncurryThis$5(1 .toString), tester = /[\uD800-\uDFFF]/g, low = /^[\uD800-\uDBFF]$/, hi = /^[\uDC00-\uDFFF]$/, WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$1 || fails$5(function() {
572
+ var e = getBuiltIn$4("Symbol")();
573
+ return "[null]" != $stringify([e]) || "{}" != $stringify({ a: e }) || "{}" != $stringify(Object(e));
574
+ }), ILL_FORMED_UNICODE = fails$5(function() {
575
+ return '"\\udf06\\ud834"' !== $stringify("\uDF06\uD834") || '"\\udead"' !== $stringify("\uDEAD");
576
+ }), stringifyWithSymbolsFix = function(e, t) {
577
+ var r = arraySlice$1(arguments), o = getReplacerFunction(t);
578
+ if (isCallable$3(o) || void 0 !== e && !isSymbol$1(e))
579
+ return r[1] = function(e2, t2) {
580
+ if (isCallable$3(o) && (t2 = call$1(o, this, $String$1(e2), t2)), !isSymbol$1(t2))
581
+ return t2;
582
+ }, apply$1($stringify, null, r);
583
+ }, fixIllFormed = function(e, t, r) {
584
+ var o = charAt$2(r, t - 1), n = charAt$2(r, t + 1);
585
+ return exec(low, e) && !exec(hi, n) || exec(hi, e) && !exec(low, o) ? "\\u" + numberToString(charCodeAt$1(e, 0), 16) : e;
586
+ };
587
+ $stringify && $$b({ target: "JSON", stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, { stringify: function(e, t, r) {
588
+ var o = arraySlice$1(arguments), n = apply$1(WRONG_SYMBOLS_CONVERSION ? stringifyWithSymbolsFix : $stringify, null, o);
589
+ return ILL_FORMED_UNICODE && "string" == typeof n ? replace(n, tester, fixIllFormed) : n;
590
+ } });
591
+ var $$a = _export, NATIVE_SYMBOL = symbolConstructorDetection, fails$4 = fails$h, getOwnPropertySymbolsModule = objectGetOwnPropertySymbols, toObject$2 = toObject$6, FORCED$1 = !NATIVE_SYMBOL || fails$4(function() {
592
+ getOwnPropertySymbolsModule.f(1);
593
+ });
594
+ $$a({ target: "Object", stat: true, forced: FORCED$1 }, { getOwnPropertySymbols: function(e) {
595
+ var t = getOwnPropertySymbolsModule.f;
596
+ return t ? t(toObject$2(e)) : [];
597
+ } });
598
+ var defineWellKnownSymbol$k = wellKnownSymbolDefine;
599
+ defineWellKnownSymbol$k("asyncIterator");
600
+ var defineWellKnownSymbol$j = wellKnownSymbolDefine;
601
+ defineWellKnownSymbol$j("hasInstance");
602
+ var defineWellKnownSymbol$i = wellKnownSymbolDefine;
603
+ defineWellKnownSymbol$i("isConcatSpreadable");
604
+ var defineWellKnownSymbol$h = wellKnownSymbolDefine;
605
+ defineWellKnownSymbol$h("iterator");
606
+ var defineWellKnownSymbol$g = wellKnownSymbolDefine;
607
+ defineWellKnownSymbol$g("match");
608
+ var defineWellKnownSymbol$f = wellKnownSymbolDefine;
609
+ defineWellKnownSymbol$f("matchAll");
610
+ var defineWellKnownSymbol$e = wellKnownSymbolDefine;
611
+ defineWellKnownSymbol$e("replace");
612
+ var defineWellKnownSymbol$d = wellKnownSymbolDefine;
613
+ defineWellKnownSymbol$d("search");
614
+ var defineWellKnownSymbol$c = wellKnownSymbolDefine;
615
+ defineWellKnownSymbol$c("species");
616
+ var defineWellKnownSymbol$b = wellKnownSymbolDefine;
617
+ defineWellKnownSymbol$b("split");
618
+ var defineWellKnownSymbol$a = wellKnownSymbolDefine, defineSymbolToPrimitive = symbolDefineToPrimitive;
619
+ defineWellKnownSymbol$a("toPrimitive"), defineSymbolToPrimitive();
620
+ var getBuiltIn$3 = getBuiltIn$a, defineWellKnownSymbol$9 = wellKnownSymbolDefine, setToStringTag$3 = setToStringTag$5;
621
+ defineWellKnownSymbol$9("toStringTag"), setToStringTag$3(getBuiltIn$3("Symbol"), "Symbol");
622
+ var defineWellKnownSymbol$8 = wellKnownSymbolDefine;
623
+ defineWellKnownSymbol$8("unscopables");
624
+ var global$2 = global$e, setToStringTag$2 = setToStringTag$5;
625
+ setToStringTag$2(global$2.JSON, "JSON", true);
626
+ var IteratorPrototype$1, PrototypeOfArrayIteratorPrototype, arrayIterator, path$5 = path$a, symbol$4 = path$5.Symbol, iterators = {}, DESCRIPTORS$1 = descriptors, hasOwn$2 = hasOwnProperty_1, FunctionPrototype$2 = Function.prototype, getDescriptor = DESCRIPTORS$1 && Object.getOwnPropertyDescriptor, EXISTS = hasOwn$2(FunctionPrototype$2, "name"), PROPER = EXISTS && "something" === function() {
627
+ }.name, CONFIGURABLE = EXISTS && (!DESCRIPTORS$1 || DESCRIPTORS$1 && getDescriptor(FunctionPrototype$2, "name").configurable), functionName = { EXISTS, PROPER, CONFIGURABLE }, fails$3 = fails$h, correctPrototypeGetter = !fails$3(function() {
628
+ function e() {
629
+ }
630
+ return e.prototype.constructor = null, Object.getPrototypeOf(new e()) !== e.prototype;
631
+ }), hasOwn$1 = hasOwnProperty_1, isCallable$2 = isCallable$g, toObject$1 = toObject$6, sharedKey = sharedKey$4, CORRECT_PROTOTYPE_GETTER$1 = correctPrototypeGetter, IE_PROTO = sharedKey("IE_PROTO"), $Object = Object, ObjectPrototype$1 = $Object.prototype, objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER$1 ? $Object.getPrototypeOf : function(e) {
632
+ var t = toObject$1(e);
633
+ if (hasOwn$1(t, IE_PROTO))
634
+ return t[IE_PROTO];
635
+ var r = t.constructor;
636
+ return isCallable$2(r) && t instanceof r ? r.prototype : t instanceof $Object ? ObjectPrototype$1 : null;
637
+ }, fails$2 = fails$h, isCallable$1 = isCallable$g, isObject$2 = isObject$a, create$8 = objectCreate, getPrototypeOf$6 = objectGetPrototypeOf, defineBuiltIn$1 = defineBuiltIn$4, wellKnownSymbol$4 = wellKnownSymbol$f, ITERATOR$1 = wellKnownSymbol$4("iterator"), BUGGY_SAFARI_ITERATORS$1 = false;
638
+ [].keys && ("next" in (arrayIterator = [].keys()) ? (PrototypeOfArrayIteratorPrototype = getPrototypeOf$6(getPrototypeOf$6(arrayIterator))) !== Object.prototype && (IteratorPrototype$1 = PrototypeOfArrayIteratorPrototype) : BUGGY_SAFARI_ITERATORS$1 = true);
639
+ var NEW_ITERATOR_PROTOTYPE = !isObject$2(IteratorPrototype$1) || fails$2(function() {
640
+ var e = {};
641
+ return IteratorPrototype$1[ITERATOR$1].call(e) !== e;
642
+ });
643
+ isCallable$1((IteratorPrototype$1 = NEW_ITERATOR_PROTOTYPE ? {} : create$8(IteratorPrototype$1))[ITERATOR$1]) || defineBuiltIn$1(IteratorPrototype$1, ITERATOR$1, function() {
644
+ return this;
645
+ });
646
+ var iteratorsCore = { IteratorPrototype: IteratorPrototype$1, BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS$1 }, IteratorPrototype = iteratorsCore.IteratorPrototype, create$7 = objectCreate, createPropertyDescriptor = createPropertyDescriptor$5, setToStringTag$1 = setToStringTag$5, Iterators$3 = iterators, returnThis$1 = function() {
647
+ return this;
648
+ }, iteratorCreateConstructor = function(e, t, r, o) {
649
+ var n = t + " Iterator";
650
+ return e.prototype = create$7(IteratorPrototype, { next: createPropertyDescriptor(+!o, r) }), setToStringTag$1(e, n, false, true), Iterators$3[n] = returnThis$1, e;
651
+ }, uncurryThis$4 = functionUncurryThis, aCallable$1 = aCallable$4, functionUncurryThisAccessor = function(e, t, r) {
652
+ try {
653
+ return uncurryThis$4(aCallable$1(Object.getOwnPropertyDescriptor(e, t)[r]));
654
+ } catch (e2) {
655
+ }
656
+ }, isCallable = isCallable$g, $String = String, $TypeError$1 = TypeError, aPossiblePrototype$1 = function(e) {
657
+ if ("object" == typeof e || isCallable(e))
658
+ return e;
659
+ throw $TypeError$1("Can't set " + $String(e) + " as a prototype");
660
+ }, uncurryThisAccessor = functionUncurryThisAccessor, anObject$1 = anObject$6, aPossiblePrototype = aPossiblePrototype$1, objectSetPrototypeOf = Object.setPrototypeOf || ("__proto__" in {} ? function() {
661
+ var e, t = false, r = {};
662
+ try {
663
+ (e = uncurryThisAccessor(Object.prototype, "__proto__", "set"))(r, []), t = r instanceof Array;
664
+ } catch (e2) {
665
+ }
666
+ return function(r2, o) {
667
+ return anObject$1(r2), aPossiblePrototype(o), t ? e(r2, o) : r2.__proto__ = o, r2;
668
+ };
669
+ }() : void 0), $$9 = _export, call = functionCall, FunctionName = functionName, createIteratorConstructor = iteratorCreateConstructor, getPrototypeOf$5 = objectGetPrototypeOf, setToStringTag = setToStringTag$5, defineBuiltIn = defineBuiltIn$4, wellKnownSymbol$3 = wellKnownSymbol$f, Iterators$2 = iterators, IteratorsCore = iteratorsCore, PROPER_FUNCTION_NAME = FunctionName.PROPER;
670
+ var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS, ITERATOR = wellKnownSymbol$3("iterator"), KEYS = "keys", VALUES = "values", ENTRIES = "entries", returnThis = function() {
671
+ return this;
672
+ }, iteratorDefine = function(e, t, r, o, n, i, a) {
673
+ createIteratorConstructor(r, t, o);
674
+ var l, c, $2, s = function(e2) {
675
+ if (e2 === n && b)
676
+ return b;
677
+ if (!BUGGY_SAFARI_ITERATORS && e2 in p)
678
+ return p[e2];
679
+ switch (e2) {
680
+ case KEYS:
681
+ case VALUES:
682
+ case ENTRIES:
683
+ return function() {
684
+ return new r(this, e2);
685
+ };
686
+ }
687
+ return function() {
688
+ return new r(this);
689
+ };
690
+ }, y = t + " Iterator", u = false, p = e.prototype, f = p[ITERATOR] || p["@@iterator"] || n && p[n], b = !BUGGY_SAFARI_ITERATORS && f || s(n), S = "Array" == t && p.entries || f;
691
+ if (S && (l = getPrototypeOf$5(S.call(new e()))) !== Object.prototype && l.next && (setToStringTag(l, y, true, true), Iterators$2[y] = returnThis), PROPER_FUNCTION_NAME && n == VALUES && f && f.name !== VALUES && (u = true, b = function() {
692
+ return call(f, this);
693
+ }), n)
694
+ if (c = { values: s(VALUES), keys: i ? b : s(KEYS), entries: s(ENTRIES) }, a)
695
+ for ($2 in c)
696
+ (BUGGY_SAFARI_ITERATORS || u || !($2 in p)) && defineBuiltIn(p, $2, c[$2]);
697
+ else
698
+ $$9({ target: t, proto: true, forced: BUGGY_SAFARI_ITERATORS || u }, c);
699
+ return a && p[ITERATOR] !== b && defineBuiltIn(p, ITERATOR, b, { name: n }), Iterators$2[t] = b, c;
700
+ }, createIterResultObject$2 = function(e, t) {
701
+ return { value: e, done: t };
702
+ }, toIndexedObject = toIndexedObject$7, Iterators$1 = iterators, InternalStateModule$1 = internalState;
703
+ objectDefineProperty.f;
704
+ var defineIterator$1 = iteratorDefine, createIterResultObject$1 = createIterResultObject$2, ARRAY_ITERATOR = "Array Iterator", setInternalState$1 = InternalStateModule$1.set, getInternalState$1 = InternalStateModule$1.getterFor(ARRAY_ITERATOR);
705
+ defineIterator$1(Array, "Array", function(e, t) {
706
+ setInternalState$1(this, { type: ARRAY_ITERATOR, target: toIndexedObject(e), index: 0, kind: t });
707
+ }, function() {
708
+ var e = getInternalState$1(this), t = e.target, r = e.kind, o = e.index++;
709
+ return !t || o >= t.length ? (e.target = void 0, createIterResultObject$1(void 0, true)) : createIterResultObject$1("keys" == r ? o : "values" == r ? t[o] : [o, t[o]], false);
710
+ }, "values"), Iterators$1.Arguments = Iterators$1.Array;
711
+ var domIterables = { CSSRuleList: 0, CSSStyleDeclaration: 0, CSSValueList: 0, ClientRectList: 0, DOMRectList: 0, DOMStringList: 0, DOMTokenList: 1, DataTransferItemList: 0, FileList: 0, HTMLAllCollection: 0, HTMLCollection: 0, HTMLFormElement: 0, HTMLSelectElement: 0, MediaList: 0, MimeTypeArray: 0, NamedNodeMap: 0, NodeList: 1, PaintRequestList: 0, Plugin: 0, PluginArray: 0, SVGLengthList: 0, SVGNumberList: 0, SVGPathSegList: 0, SVGPointList: 0, SVGStringList: 0, SVGTransformList: 0, SourceBufferList: 0, StyleSheetList: 0, TextTrackCueList: 0, TextTrackList: 0, TouchList: 0 }, DOMIterables = domIterables, global$1 = global$e, classof = classof$6, createNonEnumerableProperty = createNonEnumerableProperty$5, Iterators = iterators, wellKnownSymbol$2 = wellKnownSymbol$f, TO_STRING_TAG = wellKnownSymbol$2("toStringTag");
712
+ for (var COLLECTION_NAME in DOMIterables) {
713
+ var Collection = global$1[COLLECTION_NAME], CollectionPrototype = Collection && Collection.prototype;
714
+ CollectionPrototype && classof(CollectionPrototype) !== TO_STRING_TAG && createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME), Iterators[COLLECTION_NAME] = Iterators.Array;
715
+ }
716
+ var parent$n = symbol$4, symbol$3 = parent$n, wellKnownSymbol$1 = wellKnownSymbol$f, defineProperty5 = objectDefineProperty.f, METADATA = wellKnownSymbol$1("metadata"), FunctionPrototype$1 = Function.prototype;
717
+ void 0 === FunctionPrototype$1[METADATA] && defineProperty5(FunctionPrototype$1, METADATA, { value: null });
718
+ var defineWellKnownSymbol$7 = wellKnownSymbolDefine;
719
+ defineWellKnownSymbol$7("dispose");
720
+ var defineWellKnownSymbol$6 = wellKnownSymbolDefine;
721
+ defineWellKnownSymbol$6("metadata");
722
+ var parent$m = symbol$3, symbol$2 = parent$m, defineWellKnownSymbol$5 = wellKnownSymbolDefine;
723
+ defineWellKnownSymbol$5("asyncDispose");
724
+ var getBuiltIn$2 = getBuiltIn$a, uncurryThis$3 = functionUncurryThis, Symbol$2 = getBuiltIn$2("Symbol"), keyFor2 = Symbol$2.keyFor, thisSymbolValue$1 = uncurryThis$3(Symbol$2.prototype.valueOf), symbolIsRegistered = Symbol$2.isRegisteredSymbol || function(e) {
725
+ try {
726
+ return void 0 !== keyFor2(thisSymbolValue$1(e));
727
+ } catch (e2) {
728
+ return false;
729
+ }
730
+ }, $$8 = _export, isRegisteredSymbol$1 = symbolIsRegistered;
731
+ $$8({ target: "Symbol", stat: true }, { isRegisteredSymbol: isRegisteredSymbol$1 });
732
+ for (var shared = sharedExports, getBuiltIn$1 = getBuiltIn$a, uncurryThis$2 = functionUncurryThis, isSymbol = isSymbol$5, wellKnownSymbol = wellKnownSymbol$f, Symbol$1 = getBuiltIn$1("Symbol"), $isWellKnownSymbol = Symbol$1.isWellKnownSymbol, getOwnPropertyNames4 = getBuiltIn$1("Object", "getOwnPropertyNames"), thisSymbolValue = uncurryThis$2(Symbol$1.prototype.valueOf), WellKnownSymbolsStore = shared("wks"), i = 0, symbolKeys = getOwnPropertyNames4(Symbol$1), symbolKeysLength = symbolKeys.length; i < symbolKeysLength; i++)
733
+ try {
734
+ var symbolKey = symbolKeys[i];
735
+ isSymbol(Symbol$1[symbolKey]) && wellKnownSymbol(symbolKey);
736
+ } catch (e) {
737
+ }
738
+ var symbolIsWellKnown = function(e) {
739
+ if ($isWellKnownSymbol && $isWellKnownSymbol(e))
740
+ return true;
741
+ try {
742
+ for (var t = thisSymbolValue(e), r = 0, o = getOwnPropertyNames4(WellKnownSymbolsStore), n = o.length; r < n; r++)
743
+ if (WellKnownSymbolsStore[o[r]] == t)
744
+ return true;
745
+ } catch (e2) {
746
+ }
747
+ return false;
748
+ }, $$7 = _export, isWellKnownSymbol$1 = symbolIsWellKnown;
749
+ $$7({ target: "Symbol", stat: true, forced: true }, { isWellKnownSymbol: isWellKnownSymbol$1 });
750
+ var defineWellKnownSymbol$4 = wellKnownSymbolDefine;
751
+ defineWellKnownSymbol$4("matcher");
752
+ var defineWellKnownSymbol$3 = wellKnownSymbolDefine;
753
+ defineWellKnownSymbol$3("observable");
754
+ var $$6 = _export, isRegisteredSymbol2 = symbolIsRegistered;
755
+ $$6({ target: "Symbol", stat: true, name: "isRegisteredSymbol" }, { isRegistered: isRegisteredSymbol2 });
756
+ var $$5 = _export, isWellKnownSymbol2 = symbolIsWellKnown;
757
+ $$5({ target: "Symbol", stat: true, name: "isWellKnownSymbol", forced: true }, { isWellKnown: isWellKnownSymbol2 });
758
+ var defineWellKnownSymbol$2 = wellKnownSymbolDefine;
759
+ defineWellKnownSymbol$2("metadataKey");
760
+ var defineWellKnownSymbol$1 = wellKnownSymbolDefine;
761
+ defineWellKnownSymbol$1("patternMatch");
762
+ var defineWellKnownSymbol = wellKnownSymbolDefine;
763
+ defineWellKnownSymbol("replaceAll");
764
+ var parent$l = symbol$2, symbol$1 = parent$l, symbol = symbol$1, _Symbol = getDefaultExportFromCjs(symbol), uncurryThis$1 = functionUncurryThis, toIntegerOrInfinity = toIntegerOrInfinity$3, toString$1 = toString$5, requireObjectCoercible = requireObjectCoercible$3, charAt$1 = uncurryThis$1("".charAt), charCodeAt = uncurryThis$1("".charCodeAt), stringSlice = uncurryThis$1("".slice), createMethod = function(e) {
765
+ return function(t, r) {
766
+ var o, n, i = toString$1(requireObjectCoercible(t)), a = toIntegerOrInfinity(r), l = i.length;
767
+ return a < 0 || a >= l ? e ? "" : void 0 : (o = charCodeAt(i, a)) < 55296 || o > 56319 || a + 1 === l || (n = charCodeAt(i, a + 1)) < 56320 || n > 57343 ? e ? charAt$1(i, a) : o : e ? stringSlice(i, a, a + 2) : n - 56320 + (o - 55296 << 10) + 65536;
768
+ };
769
+ }, stringMultibyte = { codeAt: createMethod(false), charAt: createMethod(true) }, charAt = stringMultibyte.charAt, toString2 = toString$5, InternalStateModule = internalState, defineIterator = iteratorDefine, createIterResultObject = createIterResultObject$2, STRING_ITERATOR = "String Iterator", setInternalState = InternalStateModule.set, getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);
770
+ defineIterator(String, "String", function(e) {
771
+ setInternalState(this, { type: STRING_ITERATOR, string: toString2(e), index: 0 });
772
+ }, function() {
773
+ var e, t = getInternalState(this), r = t.string, o = t.index;
774
+ return o >= r.length ? createIterResultObject(void 0, true) : (e = charAt(r, o), t.index += e.length, createIterResultObject(e, false));
775
+ });
776
+ var WrappedWellKnownSymbolModule$1 = wellKnownSymbolWrapped, iterator$4 = WrappedWellKnownSymbolModule$1.f("iterator"), parent$k = iterator$4, iterator$3 = parent$k, parent$j = iterator$3, iterator$2 = parent$j, parent$i = iterator$2, iterator$1 = parent$i, iterator = iterator$1, _Symbol$iterator = getDefaultExportFromCjs(iterator);
777
+ function _typeof(e) {
778
+ return (_typeof = "function" == typeof _Symbol && "symbol" == typeof _Symbol$iterator ? function(e2) {
779
+ return typeof e2;
780
+ } : function(e2) {
781
+ return e2 && "function" == typeof _Symbol && e2.constructor === _Symbol && e2 !== _Symbol.prototype ? "symbol" : typeof e2;
782
+ })(e);
783
+ }
784
+ var WrappedWellKnownSymbolModule = wellKnownSymbolWrapped, toPrimitive$4 = WrappedWellKnownSymbolModule.f("toPrimitive"), parent$h = toPrimitive$4, toPrimitive$3 = parent$h, parent$g = toPrimitive$3, toPrimitive$2 = parent$g, parent$f = toPrimitive$2, toPrimitive$1 = parent$f, toPrimitive = toPrimitive$1, _Symbol$toPrimitive = getDefaultExportFromCjs(toPrimitive);
785
+ function _toPrimitive(e, t) {
786
+ if ("object" !== _typeof(e) || null === e)
787
+ return e;
788
+ var r = e[_Symbol$toPrimitive];
789
+ if (void 0 !== r) {
790
+ var o = r.call(e, t || "default");
791
+ if ("object" !== _typeof(o))
792
+ return o;
793
+ throw new TypeError("@@toPrimitive must return a primitive value.");
794
+ }
795
+ return ("string" === t ? String : Number)(e);
796
+ }
797
+ function _toPropertyKey(e) {
798
+ var t = _toPrimitive(e, "string");
799
+ return "symbol" === _typeof(t) ? t : String(t);
800
+ }
801
+ function _defineProperties(e, t) {
802
+ for (var r = 0; r < t.length; r++) {
803
+ var o = t[r];
804
+ o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), _Object$defineProperty(e, _toPropertyKey(o.key), o);
805
+ }
806
+ }
807
+ function _createClass(e, t, r) {
808
+ return t && _defineProperties(e.prototype, t), r && _defineProperties(e, r), _Object$defineProperty(e, "prototype", { writable: false }), e;
809
+ }
810
+ var $$4 = _export, DESCRIPTORS = descriptors, create$6 = objectCreate;
811
+ $$4({ target: "Object", stat: true, sham: !DESCRIPTORS }, { create: create$6 });
812
+ var path$4 = path$a, Object$1 = path$4.Object, create$5 = function(e, t) {
813
+ return Object$1.create(e, t);
814
+ }, parent$e = create$5, create$4 = parent$e, parent$d = create$4, create$3 = parent$d, parent$c = create$3, create$2 = parent$c, create$1 = create$2, _Object$create = getDefaultExportFromCjs(create$1), $$3 = _export, setPrototypeOf$5 = objectSetPrototypeOf;
815
+ $$3({ target: "Object", stat: true }, { setPrototypeOf: setPrototypeOf$5 });
816
+ var path$3 = path$a, setPrototypeOf$4 = path$3.Object.setPrototypeOf, parent$b = setPrototypeOf$4, setPrototypeOf$3 = parent$b, parent$a = setPrototypeOf$3, setPrototypeOf$2 = parent$a, parent$9 = setPrototypeOf$2, setPrototypeOf$1 = parent$9, setPrototypeOf = setPrototypeOf$1, _Object$setPrototypeOf = getDefaultExportFromCjs(setPrototypeOf), uncurryThis = functionUncurryThis, aCallable = aCallable$4, isObject$1 = isObject$a, hasOwn2 = hasOwnProperty_1, arraySlice = arraySlice$2, NATIVE_BIND = functionBindNative, $Function = Function, concat2 = uncurryThis([].concat), join = uncurryThis([].join), factories = {}, construct$5 = function(e, t, r) {
817
+ if (!hasOwn2(factories, t)) {
818
+ for (var o = [], n = 0; n < t; n++)
819
+ o[n] = "a[" + n + "]";
820
+ factories[t] = $Function("C,a", "return new C(" + join(o, ",") + ")");
821
+ }
822
+ return factories[t](e, r);
823
+ }, functionBind = NATIVE_BIND ? $Function.bind : function(e) {
824
+ var t = aCallable(this), r = t.prototype, o = arraySlice(arguments, 1), n = function() {
825
+ var r2 = concat2(o, arraySlice(arguments));
826
+ return this instanceof n ? construct$5(t, r2.length, r2) : t.apply(e, r2);
827
+ };
828
+ return isObject$1(r) && (n.prototype = r), n;
829
+ }, $$2 = _export, bind$7 = functionBind;
830
+ $$2({ target: "Function", proto: true, forced: Function.bind !== bind$7 }, { bind: bind$7 });
831
+ var path$2 = path$a, entryVirtual$1 = function(e) {
832
+ return path$2[e + "Prototype"];
833
+ }, entryVirtual = entryVirtual$1, bind$6 = entryVirtual("Function").bind, isPrototypeOf = objectIsPrototypeOf, method = bind$6, FunctionPrototype = Function.prototype, bind$5 = function(e) {
834
+ var t = e.bind;
835
+ return e === FunctionPrototype || isPrototypeOf(FunctionPrototype, e) && t === FunctionPrototype.bind ? method : t;
836
+ }, parent$8 = bind$5, bind$4 = parent$8, parent$7 = bind$4, bind$3 = parent$7, parent$6 = bind$3, bind$2 = parent$6, bind$1 = bind$2, _bindInstanceProperty = getDefaultExportFromCjs(bind$1);
837
+ function _setPrototypeOf(e, t) {
838
+ var r;
839
+ return (_setPrototypeOf = _Object$setPrototypeOf ? _bindInstanceProperty(r = _Object$setPrototypeOf).call(r) : function(e2, t2) {
840
+ return e2.__proto__ = t2, e2;
841
+ })(e, t);
842
+ }
843
+ function _inherits(e, t) {
844
+ if ("function" != typeof t && null !== t)
845
+ throw new TypeError("Super expression must either be null or a function");
846
+ e.prototype = _Object$create(t && t.prototype, { constructor: { value: e, writable: true, configurable: true } }), _Object$defineProperty(e, "prototype", { writable: false }), t && _setPrototypeOf(e, t);
847
+ }
848
+ var isConstructor3 = isConstructor$2, tryToString = tryToString$3, $TypeError = TypeError, aConstructor$1 = function(e) {
849
+ if (isConstructor3(e))
850
+ return e;
851
+ throw $TypeError(tryToString(e) + " is not a constructor");
852
+ }, $$1 = _export, getBuiltIn = getBuiltIn$a, apply = functionApply, bind2 = functionBind, aConstructor = aConstructor$1, anObject = anObject$6, isObject = isObject$a, create4 = objectCreate, fails$1 = fails$h, nativeConstruct = getBuiltIn("Reflect", "construct"), ObjectPrototype = Object.prototype, push = [].push, NEW_TARGET_BUG = fails$1(function() {
853
+ function e() {
854
+ }
855
+ return !(nativeConstruct(function() {
856
+ }, [], e) instanceof e);
857
+ }), ARGS_BUG = !fails$1(function() {
858
+ nativeConstruct(function() {
859
+ });
860
+ }), FORCED = NEW_TARGET_BUG || ARGS_BUG;
861
+ $$1({ target: "Reflect", stat: true, forced: FORCED, sham: FORCED }, { construct: function(e, t) {
862
+ aConstructor(e), anObject(t);
863
+ var r = arguments.length < 3 ? e : aConstructor(arguments[2]);
864
+ if (ARGS_BUG && !NEW_TARGET_BUG)
865
+ return nativeConstruct(e, t, r);
866
+ if (e == r) {
867
+ switch (t.length) {
868
+ case 0:
869
+ return new e();
870
+ case 1:
871
+ return new e(t[0]);
872
+ case 2:
873
+ return new e(t[0], t[1]);
874
+ case 3:
875
+ return new e(t[0], t[1], t[2]);
876
+ case 4:
877
+ return new e(t[0], t[1], t[2], t[3]);
878
+ }
879
+ var o = [null];
880
+ return apply(push, o, t), new (apply(bind2, e, o))();
881
+ }
882
+ var n = r.prototype, i = create4(isObject(n) ? n : ObjectPrototype), a = apply(e, i, t);
883
+ return isObject(a) ? a : i;
884
+ } });
885
+ var path$1 = path$a, construct$4 = path$1.Reflect.construct, parent$5 = construct$4, construct$3 = parent$5, parent$4 = construct$3, construct$2 = parent$4, parent$3 = construct$2, construct$1 = parent$3, construct2 = construct$1, _Reflect$construct = getDefaultExportFromCjs(construct2), $ = _export, fails = fails$h, toObject = toObject$6, nativeGetPrototypeOf = objectGetPrototypeOf, CORRECT_PROTOTYPE_GETTER = correctPrototypeGetter, FAILS_ON_PRIMITIVES = fails(function() {
886
+ nativeGetPrototypeOf(1);
887
+ });
888
+ $({ target: "Object", stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, { getPrototypeOf: function(e) {
889
+ return nativeGetPrototypeOf(toObject(e));
890
+ } });
891
+ var path = path$a, getPrototypeOf$4 = path.Object.getPrototypeOf, parent$2 = getPrototypeOf$4, getPrototypeOf$3 = parent$2, parent$1 = getPrototypeOf$3, getPrototypeOf$2 = parent$1, parent = getPrototypeOf$2, getPrototypeOf$1 = parent, getPrototypeOf2 = getPrototypeOf$1, _Object$getPrototypeOf = getDefaultExportFromCjs(getPrototypeOf2);
892
+ function _getPrototypeOf(e) {
893
+ var t;
894
+ return (_getPrototypeOf = _Object$setPrototypeOf ? _bindInstanceProperty(t = _Object$getPrototypeOf).call(t) : function(e2) {
895
+ return e2.__proto__ || _Object$getPrototypeOf(e2);
896
+ })(e);
897
+ }
898
+ function _isNativeReflectConstruct() {
899
+ if ("undefined" == typeof Reflect || !_Reflect$construct)
900
+ return false;
901
+ if (_Reflect$construct.sham)
902
+ return false;
903
+ if ("function" == typeof Proxy)
904
+ return true;
905
+ try {
906
+ return Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function() {
907
+ })), true;
908
+ } catch (e) {
909
+ return false;
910
+ }
911
+ }
912
+ function _assertThisInitialized(e) {
913
+ if (void 0 === e)
914
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
915
+ return e;
916
+ }
917
+ function _possibleConstructorReturn(e, t) {
918
+ if (t && ("object" === _typeof(t) || "function" == typeof t))
919
+ return t;
920
+ if (void 0 !== t)
921
+ throw new TypeError("Derived constructors may only return object or undefined");
922
+ return _assertThisInitialized(e);
923
+ }
924
+ function _createSuper(e) {
925
+ var t = _isNativeReflectConstruct();
926
+ return function() {
927
+ var r, o = _getPrototypeOf(e);
928
+ if (t) {
929
+ var n = _getPrototypeOf(this).constructor;
930
+ r = _Reflect$construct(o, arguments, n);
931
+ } else
932
+ r = o.apply(this, arguments);
933
+ return _possibleConstructorReturn(this, r);
934
+ };
935
+ }
936
+ function _defineProperty(e, t, r) {
937
+ return (t = _toPropertyKey(t)) in e ? _Object$defineProperty(e, t, { value: r, enumerable: true, configurable: true, writable: true }) : e[t] = r, e;
938
+ }
939
+ var StrategyEnums = function(e) {
940
+ return e.h265 = "h265", e.adaptRange = "adaptRange", e.preload = "preload", e.rtmAdaptiveBuffer = "rtmAdaptiveBuffer", e;
941
+ }(StrategyEnums || {}), BaseStrategy = function() {
942
+ function e(t) {
943
+ _classCallCheck(this, e), _defineProperty(this, "strategyCenter", void 0), _defineProperty(this, "ctx", void 0), _defineProperty(this, "config", void 0), _defineProperty(this, "player", void 0), _defineProperty(this, "strategyName", void 0), this.ctx = t.ctx, this.config = t.config, this.strategyName = t.strategyName, this.strategyCenter = t.strategyCenter, this.player = null;
944
+ }
945
+ return _createClass(e, [{ key: "getStrategyConfig", value: function() {
946
+ return this.config;
947
+ } }, { key: "setPlayerInst", value: function(e2) {
948
+ this.player = e2.getInst();
949
+ } }, { key: "beforePlayerCreate", value: function(e2) {
950
+ } }, { key: "onPlayerEvent", value: function(e2, t) {
951
+ } }, { key: "onGlobalEvent", value: function(e2, t) {
952
+ } }]), e;
953
+ }(), RTMAdaptiveBufferStrategy = function(e) {
954
+ _inherits(r, BaseStrategy);
955
+ var t = _createSuper(r);
956
+ function r() {
957
+ return _classCallCheck(this, r), t.apply(this, arguments);
958
+ }
959
+ return _createClass(r, [{ key: "getRecommendation", value: function() {
960
+ return { result: this.config };
961
+ } }], [{ key: "strategyName", get: function() {
962
+ return StrategyEnums.rtmAdaptiveBuffer;
963
+ } }]), r;
964
+ }();
965
+ const DynamicModule = window["VePlayer"].DynamicModule;
966
+ const __PLUGIN_NAME__ = DynamicModule.StrategyRtmAdaptiveBuffer;
967
+ export {
968
+ RTMAdaptiveBufferStrategy as VeStrategyRtmAdaptiveBuffer,
969
+ __PLUGIN_NAME__
970
+ };