@byteplus/veplayer-plugin 2.7.1-rc.0 → 2.8.0-rc.0

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