@minto-ai/xunfei-lat
Version:
讯飞LAT 语音转文本
1,294 lines • 1.08 MB
JavaScript
import CryptoJS from "crypto-js";
var commonjsGlobal$1 = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
function _arrayLikeToArray(r, a) {
(null == a || a > r.length) && (a = r.length);
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
return n;
}
function _arrayWithoutHoles(r) {
if (Array.isArray(r)) return _arrayLikeToArray(r);
}
function _assertThisInitialized(e) {
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
return e;
}
function asyncGeneratorStep(n, t, e, r, o, a, c) {
try {
var i = n[a](c), u = i.value;
} catch (n2) {
return void e(n2);
}
i.done ? t(u) : Promise.resolve(u).then(r, o);
}
function _asyncToGenerator(n) {
return function() {
var t = this, e = arguments;
return new Promise(function(r, o) {
var a = n.apply(t, e);
function _next(n2) {
asyncGeneratorStep(a, r, o, _next, _throw, "next", n2);
}
function _throw(n2) {
asyncGeneratorStep(a, r, o, _next, _throw, "throw", n2);
}
_next(void 0);
});
};
}
function _callSuper(t, o, e) {
return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
}
function _classCallCheck(a, n) {
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
}
function _defineProperties(e, r) {
for (var t = 0; t < r.length; t++) {
var o = r[t];
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey(o.key), o);
}
}
function _createClass(e, r, t) {
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
writable: false
}), e;
}
function _defineProperty(e, r, t) {
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
value: t,
enumerable: true,
configurable: true,
writable: true
}) : e[r] = t, e;
}
function _getPrototypeOf(t) {
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t2) {
return t2.__proto__ || Object.getPrototypeOf(t2);
}, _getPrototypeOf(t);
}
function _inherits(t, e) {
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
t.prototype = Object.create(e && e.prototype, {
constructor: {
value: t,
writable: true,
configurable: true
}
}), Object.defineProperty(t, "prototype", {
writable: false
}), e && _setPrototypeOf(t, e);
}
function _isNativeReflectConstruct() {
try {
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
}));
} catch (t2) {
}
return (_isNativeReflectConstruct = function() {
return !!t;
})();
}
function _iterableToArray(r) {
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
}
function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
function ownKeys$7(e, r) {
var t = Object.keys(e);
if (Object.getOwnPropertySymbols) {
var o = Object.getOwnPropertySymbols(e);
r && (o = o.filter(function(r2) {
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
})), t.push.apply(t, o);
}
return t;
}
function _objectSpread2(e) {
for (var r = 1; r < arguments.length; r++) {
var t = null != arguments[r] ? arguments[r] : {};
r % 2 ? ownKeys$7(Object(t), true).forEach(function(r2) {
_defineProperty(e, r2, t[r2]);
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7(Object(t)).forEach(function(r2) {
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
});
}
return e;
}
function _possibleConstructorReturn(t, e) {
if (e && ("object" == typeof e || "function" == typeof e)) return e;
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
return _assertThisInitialized(t);
}
function _regeneratorRuntime() {
_regeneratorRuntime = function() {
return r;
};
var t, r = {}, e = Object.prototype, n = e.hasOwnProperty, o = "function" == typeof Symbol ? Symbol : {}, i = o.iterator || "@@iterator", a = o.asyncIterator || "@@asyncIterator", u = o.toStringTag || "@@toStringTag";
function c(t2, r2, e2, n2) {
return Object.defineProperty(t2, r2, {
value: e2,
enumerable: !n2,
configurable: !n2,
writable: !n2
});
}
try {
c({}, "");
} catch (t2) {
c = function(t3, r2, e2) {
return t3[r2] = e2;
};
}
function h(r2, e2, n2, o2) {
var i2 = e2 && e2.prototype instanceof Generator ? e2 : Generator, a2 = Object.create(i2.prototype);
return c(a2, "_invoke", /* @__PURE__ */ function(r3, e3, n3) {
var o3 = 1;
return function(i3, a3) {
if (3 === o3) throw Error("Generator is already running");
if (4 === o3) {
if ("throw" === i3) throw a3;
return {
value: t,
done: true
};
}
for (n3.method = i3, n3.arg = a3; ; ) {
var u2 = n3.delegate;
if (u2) {
var c2 = d(u2, n3);
if (c2) {
if (c2 === f) continue;
return c2;
}
}
if ("next" === n3.method) n3.sent = n3._sent = n3.arg;
else if ("throw" === n3.method) {
if (1 === o3) throw o3 = 4, n3.arg;
n3.dispatchException(n3.arg);
} else "return" === n3.method && n3.abrupt("return", n3.arg);
o3 = 3;
var h2 = s(r3, e3, n3);
if ("normal" === h2.type) {
if (o3 = n3.done ? 4 : 2, h2.arg === f) continue;
return {
value: h2.arg,
done: n3.done
};
}
"throw" === h2.type && (o3 = 4, n3.method = "throw", n3.arg = h2.arg);
}
};
}(r2, n2, new Context(o2 || [])), true), a2;
}
function s(t2, r2, e2) {
try {
return {
type: "normal",
arg: t2.call(r2, e2)
};
} catch (t3) {
return {
type: "throw",
arg: t3
};
}
}
r.wrap = h;
var f = {};
function Generator() {
}
function GeneratorFunction() {
}
function GeneratorFunctionPrototype() {
}
var l = {};
c(l, i, function() {
return this;
});
var p = Object.getPrototypeOf, y = p && p(p(x([])));
y && y !== e && n.call(y, i) && (l = y);
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
function g(t2) {
["next", "throw", "return"].forEach(function(r2) {
c(t2, r2, function(t3) {
return this._invoke(r2, t3);
});
});
}
function AsyncIterator(t2, r2) {
function e2(o3, i2, a2, u2) {
var c2 = s(t2[o3], t2, i2);
if ("throw" !== c2.type) {
var h2 = c2.arg, f2 = h2.value;
return f2 && "object" == typeof f2 && n.call(f2, "__await") ? r2.resolve(f2.__await).then(function(t3) {
e2("next", t3, a2, u2);
}, function(t3) {
e2("throw", t3, a2, u2);
}) : r2.resolve(f2).then(function(t3) {
h2.value = t3, a2(h2);
}, function(t3) {
return e2("throw", t3, a2, u2);
});
}
u2(c2.arg);
}
var o2;
c(this, "_invoke", function(t3, n2) {
function i2() {
return new r2(function(r3, o3) {
e2(t3, n2, r3, o3);
});
}
return o2 = o2 ? o2.then(i2, i2) : i2();
}, true);
}
function d(r2, e2) {
var n2 = e2.method, o2 = r2.i[n2];
if (o2 === t) return e2.delegate = null, "throw" === n2 && r2.i.return && (e2.method = "return", e2.arg = t, d(r2, e2), "throw" === e2.method) || "return" !== n2 && (e2.method = "throw", e2.arg = new TypeError("The iterator does not provide a '" + n2 + "' method")), f;
var i2 = s(o2, r2.i, e2.arg);
if ("throw" === i2.type) return e2.method = "throw", e2.arg = i2.arg, e2.delegate = null, f;
var a2 = i2.arg;
return a2 ? a2.done ? (e2[r2.r] = a2.value, e2.next = r2.n, "return" !== e2.method && (e2.method = "next", e2.arg = t), e2.delegate = null, f) : a2 : (e2.method = "throw", e2.arg = new TypeError("iterator result is not an object"), e2.delegate = null, f);
}
function w(t2) {
this.tryEntries.push(t2);
}
function m(r2) {
var e2 = r2[4] || {};
e2.type = "normal", e2.arg = t, r2[4] = e2;
}
function Context(t2) {
this.tryEntries = [[-1]], t2.forEach(w, this), this.reset(true);
}
function x(r2) {
if (null != r2) {
var e2 = r2[i];
if (e2) return e2.call(r2);
if ("function" == typeof r2.next) return r2;
if (!isNaN(r2.length)) {
var o2 = -1, a2 = function e3() {
for (; ++o2 < r2.length; ) if (n.call(r2, o2)) return e3.value = r2[o2], e3.done = false, e3;
return e3.value = t, e3.done = true, e3;
};
return a2.next = a2;
}
}
throw new TypeError(typeof r2 + " is not iterable");
}
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = c(GeneratorFunctionPrototype, u, "GeneratorFunction"), r.isGeneratorFunction = function(t2) {
var r2 = "function" == typeof t2 && t2.constructor;
return !!r2 && (r2 === GeneratorFunction || "GeneratorFunction" === (r2.displayName || r2.name));
}, r.mark = function(t2) {
return Object.setPrototypeOf ? Object.setPrototypeOf(t2, GeneratorFunctionPrototype) : (t2.__proto__ = GeneratorFunctionPrototype, c(t2, u, "GeneratorFunction")), t2.prototype = Object.create(v), t2;
}, r.awrap = function(t2) {
return {
__await: t2
};
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function() {
return this;
}), r.AsyncIterator = AsyncIterator, r.async = function(t2, e2, n2, o2, i2) {
void 0 === i2 && (i2 = Promise);
var a2 = new AsyncIterator(h(t2, e2, n2, o2), i2);
return r.isGeneratorFunction(e2) ? a2 : a2.next().then(function(t3) {
return t3.done ? t3.value : a2.next();
});
}, g(v), c(v, u, "Generator"), c(v, i, function() {
return this;
}), c(v, "toString", function() {
return "[object Generator]";
}), r.keys = function(t2) {
var r2 = Object(t2), e2 = [];
for (var n2 in r2) e2.unshift(n2);
return function t3() {
for (; e2.length; ) if ((n2 = e2.pop()) in r2) return t3.value = n2, t3.done = false, t3;
return t3.done = true, t3;
};
}, r.values = x, Context.prototype = {
constructor: Context,
reset: function(r2) {
if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = false, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r2) for (var e2 in this) "t" === e2.charAt(0) && n.call(this, e2) && !isNaN(+e2.slice(1)) && (this[e2] = t);
},
stop: function() {
this.done = true;
var t2 = this.tryEntries[0][4];
if ("throw" === t2.type) throw t2.arg;
return this.rval;
},
dispatchException: function(r2) {
if (this.done) throw r2;
var e2 = this;
function n2(t2) {
a2.type = "throw", a2.arg = r2, e2.next = t2;
}
for (var o2 = e2.tryEntries.length - 1; o2 >= 0; --o2) {
var i2 = this.tryEntries[o2], a2 = i2[4], u2 = this.prev, c2 = i2[1], h2 = i2[2];
if (-1 === i2[0]) return n2("end"), false;
if (!c2 && !h2) throw Error("try statement without catch or finally");
if (null != i2[0] && i2[0] <= u2) {
if (u2 < c2) return this.method = "next", this.arg = t, n2(c2), true;
if (u2 < h2) return n2(h2), false;
}
}
},
abrupt: function(t2, r2) {
for (var e2 = this.tryEntries.length - 1; e2 >= 0; --e2) {
var n2 = this.tryEntries[e2];
if (n2[0] > -1 && n2[0] <= this.prev && this.prev < n2[2]) {
var o2 = n2;
break;
}
}
o2 && ("break" === t2 || "continue" === t2) && o2[0] <= r2 && r2 <= o2[2] && (o2 = null);
var i2 = o2 ? o2[4] : {};
return i2.type = t2, i2.arg = r2, o2 ? (this.method = "next", this.next = o2[2], f) : this.complete(i2);
},
complete: function(t2, r2) {
if ("throw" === t2.type) throw t2.arg;
return "break" === t2.type || "continue" === t2.type ? this.next = t2.arg : "return" === t2.type ? (this.rval = this.arg = t2.arg, this.method = "return", this.next = "end") : "normal" === t2.type && r2 && (this.next = r2), f;
},
finish: function(t2) {
for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
var e2 = this.tryEntries[r2];
if (e2[2] === t2) return this.complete(e2[4], e2[3]), m(e2), f;
}
},
catch: function(t2) {
for (var r2 = this.tryEntries.length - 1; r2 >= 0; --r2) {
var e2 = this.tryEntries[r2];
if (e2[0] === t2) {
var n2 = e2[4];
if ("throw" === n2.type) {
var o2 = n2.arg;
m(e2);
}
return o2;
}
}
throw Error("illegal catch attempt");
},
delegateYield: function(r2, e2, n2) {
return this.delegate = {
i: x(r2),
r: e2,
n: n2
}, "next" === this.method && (this.arg = t), f;
}
}, r;
}
function _setPrototypeOf(t, e) {
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t2, e2) {
return t2.__proto__ = e2, t2;
}, _setPrototypeOf(t, e);
}
function _toConsumableArray(r) {
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
}
function _toPrimitive(t, r) {
if ("object" != typeof t || !t) return t;
var e = t[Symbol.toPrimitive];
if (void 0 !== e) {
var i = e.call(t, r);
if ("object" != typeof i) return i;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return String(t);
}
function _toPropertyKey(t) {
var i = _toPrimitive(t, "string");
return "symbol" == typeof i ? i : i + "";
}
function _typeof$1(o) {
"@babel/helpers - typeof";
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
return typeof o2;
} : function(o2) {
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
}, _typeof$1(o);
}
function _unsupportedIterableToArray(r, a) {
if (r) {
if ("string" == typeof r) return _arrayLikeToArray(r, a);
var t = {}.toString.call(r).slice(8, -1);
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
}
}
var check$1 = function check(it) {
return it && it.Math === Math && it;
};
var globalThis_1$1 = (
// eslint-disable-next-line es/no-global-this -- safe
check$1((typeof globalThis === "undefined" ? "undefined" : _typeof$1(globalThis)) == "object" && globalThis) || check$1((typeof window === "undefined" ? "undefined" : _typeof$1(window)) == "object" && window) || // eslint-disable-next-line no-restricted-globals -- safe
check$1((typeof self === "undefined" ? "undefined" : _typeof$1(self)) == "object" && self) || check$1(_typeof$1(commonjsGlobal$1) == "object" && commonjsGlobal$1) || check$1(_typeof$1(commonjsGlobal$1) == "object" && commonjsGlobal$1) || // eslint-disable-next-line no-new-func -- fallback
/* @__PURE__ */ function() {
return this;
}() || Function("return this")()
);
var objectGetOwnPropertyDescriptor$1 = {};
var fails$2o = function fails(exec2) {
try {
return !!exec2();
} catch (error3) {
return true;
}
};
var fails$2n = fails$2o;
var descriptors$1 = !fails$2n(function() {
return Object.defineProperty({}, 1, {
get: function get7() {
return 7;
}
})[1] !== 7;
});
var fails$2m = fails$2o;
var functionBindNative$1 = !fails$2m(function() {
var test2 = (function() {
}).bind();
return typeof test2 != "function" || test2.hasOwnProperty("prototype");
});
var NATIVE_BIND$9 = functionBindNative$1;
var call$1z = Function.prototype.call;
var functionCall$1 = NATIVE_BIND$9 ? call$1z.bind(call$1z) : function() {
return call$1z.apply(call$1z, arguments);
};
var objectPropertyIsEnumerable$1 = {};
var $propertyIsEnumerable$5 = {}.propertyIsEnumerable;
var getOwnPropertyDescriptor$k = Object.getOwnPropertyDescriptor;
var NASHORN_BUG$1 = getOwnPropertyDescriptor$k && !$propertyIsEnumerable$5.call({
1: 2
}, 1);
objectPropertyIsEnumerable$1.f = NASHORN_BUG$1 ? function propertyIsEnumerable(V) {
var descriptor = getOwnPropertyDescriptor$k(this, V);
return !!descriptor && descriptor.enumerable;
} : $propertyIsEnumerable$5;
var createPropertyDescriptor$k = function createPropertyDescriptor(bitmap, value) {
return {
enumerable: !(bitmap & 1),
configurable: !(bitmap & 2),
writable: !(bitmap & 4),
value
};
};
var NATIVE_BIND$8 = functionBindNative$1;
var FunctionPrototype$9 = Function.prototype;
var call$1y = FunctionPrototype$9.call;
var uncurryThisWithBind$1 = NATIVE_BIND$8 && FunctionPrototype$9.bind.bind(call$1y, call$1y);
var functionUncurryThis$1 = NATIVE_BIND$8 ? uncurryThisWithBind$1 : function(fn) {
return function() {
return call$1y.apply(fn, arguments);
};
};
var uncurryThis$2o = functionUncurryThis$1;
var toString$_ = uncurryThis$2o({}.toString);
var stringSlice$x = uncurryThis$2o("".slice);
var classofRaw$4 = function classofRaw(it) {
return stringSlice$x(toString$_(it), 8, -1);
};
var uncurryThis$2n = functionUncurryThis$1;
var fails$2l = fails$2o;
var classof$F = classofRaw$4;
var $Object$h = Object;
var split$9 = uncurryThis$2n("".split);
var indexedObject$1 = fails$2l(function() {
return !$Object$h("z").propertyIsEnumerable(0);
}) ? function(it) {
return classof$F(it) === "String" ? split$9(it, "") : $Object$h(it);
} : $Object$h;
var isNullOrUndefined$l = function isNullOrUndefined(it) {
return it === null || it === void 0;
};
var isNullOrUndefined$k = isNullOrUndefined$l;
var $TypeError$Z = TypeError;
var requireObjectCoercible$E = function requireObjectCoercible(it) {
if (isNullOrUndefined$k(it)) throw new $TypeError$Z("Can't call method on " + it);
return it;
};
var IndexedObject$9 = indexedObject$1;
var requireObjectCoercible$D = requireObjectCoercible$E;
var toIndexedObject$u = function toIndexedObject(it) {
return IndexedObject$9(requireObjectCoercible$D(it));
};
var documentAll$1 = (typeof document === "undefined" ? "undefined" : _typeof$1(document)) == "object" && document.all;
var isCallable$16 = typeof documentAll$1 == "undefined" && documentAll$1 !== void 0 ? function(argument) {
return typeof argument == "function" || argument === documentAll$1;
} : function(argument) {
return typeof argument == "function";
};
var isCallable$15 = isCallable$16;
var isObject$1p = function isObject(it) {
return _typeof$1(it) == "object" ? it !== null : isCallable$15(it);
};
var globalThis$1J = globalThis_1$1;
var isCallable$14 = isCallable$16;
var aFunction$1 = function aFunction(argument) {
return isCallable$14(argument) ? argument : void 0;
};
var getBuiltIn$K = function getBuiltIn(namespace, method) {
return arguments.length < 2 ? aFunction$1(globalThis$1J[namespace]) : globalThis$1J[namespace] && globalThis$1J[namespace][method];
};
var uncurryThis$2m = functionUncurryThis$1;
var objectIsPrototypeOf$1 = uncurryThis$2m({}.isPrototypeOf);
var globalThis$1I = globalThis_1$1;
var navigator$2 = globalThis$1I.navigator;
var userAgent$h = navigator$2 && navigator$2.userAgent;
var environmentUserAgent$1 = userAgent$h ? String(userAgent$h) : "";
var globalThis$1H = globalThis_1$1;
var userAgent$g = environmentUserAgent$1;
var process$8 = globalThis$1H.process;
var Deno$2 = globalThis$1H.Deno;
var versions$1 = process$8 && process$8.versions || Deno$2 && Deno$2.version;
var v8$1 = versions$1 && versions$1.v8;
var match$1, version$1;
if (v8$1) {
match$1 = v8$1.split(".");
version$1 = match$1[0] > 0 && match$1[0] < 4 ? 1 : +(match$1[0] + match$1[1]);
}
if (!version$1 && userAgent$g) {
match$1 = userAgent$g.match(/Edge\/(\d+)/);
if (!match$1 || match$1[1] >= 74) {
match$1 = userAgent$g.match(/Chrome\/(\d+)/);
if (match$1) version$1 = +match$1[1];
}
}
var environmentV8Version$1 = version$1;
var V8_VERSION$7 = environmentV8Version$1;
var fails$2k = fails$2o;
var globalThis$1G = globalThis_1$1;
var $String$f = globalThis$1G.String;
var symbolConstructorDetection$1 = !!Object.getOwnPropertySymbols && !fails$2k(function() {
var symbol = Symbol("symbol detection");
return !$String$f(symbol) || !(Object(symbol) instanceof Symbol) || // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
!Symbol.sham && V8_VERSION$7 && V8_VERSION$7 < 41;
});
var NATIVE_SYMBOL$d = symbolConstructorDetection$1;
var useSymbolAsUid$1 = NATIVE_SYMBOL$d && !Symbol.sham && _typeof$1(Symbol.iterator) == "symbol";
var getBuiltIn$J = getBuiltIn$K;
var isCallable$13 = isCallable$16;
var isPrototypeOf$n = objectIsPrototypeOf$1;
var USE_SYMBOL_AS_UID$3 = useSymbolAsUid$1;
var $Object$g = Object;
var isSymbol$d = USE_SYMBOL_AS_UID$3 ? function(it) {
return _typeof$1(it) == "symbol";
} : function(it) {
var $Symbol2 = getBuiltIn$J("Symbol");
return isCallable$13($Symbol2) && isPrototypeOf$n($Symbol2.prototype, $Object$g(it));
};
var $String$e = String;
var tryToString$e = function tryToString(argument) {
try {
return $String$e(argument);
} catch (error3) {
return "Object";
}
};
var isCallable$12 = isCallable$16;
var tryToString$d = tryToString$e;
var $TypeError$Y = TypeError;
var aCallable$U = function aCallable(argument) {
if (isCallable$12(argument)) return argument;
throw new $TypeError$Y(tryToString$d(argument) + " is not a function");
};
var aCallable$T = aCallable$U;
var isNullOrUndefined$j = isNullOrUndefined$l;
var getMethod$m = function getMethod(V, P) {
var func = V[P];
return isNullOrUndefined$j(func) ? void 0 : aCallable$T(func);
};
var call$1x = functionCall$1;
var isCallable$11 = isCallable$16;
var isObject$1o = isObject$1p;
var $TypeError$X = TypeError;
var ordinaryToPrimitive$4 = function ordinaryToPrimitive(input, pref) {
var fn, val;
if (pref === "string" && isCallable$11(fn = input.toString) && !isObject$1o(val = call$1x(fn, input))) return val;
if (isCallable$11(fn = input.valueOf) && !isObject$1o(val = call$1x(fn, input))) return val;
if (pref !== "string" && isCallable$11(fn = input.toString) && !isObject$1o(val = call$1x(fn, input))) return val;
throw new $TypeError$X("Can't convert object to primitive value");
};
var sharedStore$1 = { exports: {} };
var isPure$1 = false;
var globalThis$1F = globalThis_1$1;
var defineProperty$n = Object.defineProperty;
var defineGlobalProperty$6 = function defineGlobalProperty(key, value) {
try {
defineProperty$n(globalThis$1F, key, {
value,
configurable: true,
writable: true
});
} catch (error3) {
globalThis$1F[key] = value;
}
return value;
};
var globalThis$1E = globalThis_1$1;
var defineGlobalProperty$5 = defineGlobalProperty$6;
var SHARED$1 = "__core-js_shared__";
var store$b = sharedStore$1.exports = globalThis$1E[SHARED$1] || defineGlobalProperty$5(SHARED$1, {});
(store$b.versions || (store$b.versions = [])).push({
version: "3.42.0",
mode: "global",
copyright: "© 2014-2025 Denis Pushkarev (zloirock.ru)",
license: "https://github.com/zloirock/core-js/blob/v3.42.0/LICENSE",
source: "https://github.com/zloirock/core-js"
});
var sharedStoreExports$1 = sharedStore$1.exports;
var store$a = sharedStoreExports$1;
var shared$g = function shared(key, value) {
return store$a[key] || (store$a[key] = value || {});
};
var requireObjectCoercible$C = requireObjectCoercible$E;
var $Object$f = Object;
var toObject$T = function toObject(argument) {
return $Object$f(requireObjectCoercible$C(argument));
};
var uncurryThis$2l = functionUncurryThis$1;
var toObject$S = toObject$T;
var hasOwnProperty$1 = uncurryThis$2l({}.hasOwnProperty);
var hasOwnProperty_1$1 = Object.hasOwn || function hasOwn(it, key) {
return hasOwnProperty$1(toObject$S(it), key);
};
var uncurryThis$2k = functionUncurryThis$1;
var id$5 = 0;
var postfix$1 = Math.random();
var toString$Z = uncurryThis$2k(1 .toString);
var uid$a = function uid(key) {
return "Symbol(" + (key === void 0 ? "" : key) + ")_" + toString$Z(++id$5 + postfix$1, 36);
};
var globalThis$1D = globalThis_1$1;
var shared$f = shared$g;
var hasOwn$S = hasOwnProperty_1$1;
var uid$9 = uid$a;
var NATIVE_SYMBOL$c = symbolConstructorDetection$1;
var USE_SYMBOL_AS_UID$2 = useSymbolAsUid$1;
var _Symbol$7 = globalThis$1D.Symbol;
var WellKnownSymbolsStore$3 = shared$f("wks");
var createWellKnownSymbol$1 = USE_SYMBOL_AS_UID$2 ? _Symbol$7["for"] || _Symbol$7 : _Symbol$7 && _Symbol$7.withoutSetter || uid$9;
var wellKnownSymbol$1c = function wellKnownSymbol(name) {
if (!hasOwn$S(WellKnownSymbolsStore$3, name)) {
WellKnownSymbolsStore$3[name] = NATIVE_SYMBOL$c && hasOwn$S(_Symbol$7, name) ? _Symbol$7[name] : createWellKnownSymbol$1("Symbol." + name);
}
return WellKnownSymbolsStore$3[name];
};
var call$1w = functionCall$1;
var isObject$1n = isObject$1p;
var isSymbol$c = isSymbol$d;
var getMethod$l = getMethod$m;
var ordinaryToPrimitive$3 = ordinaryToPrimitive$4;
var wellKnownSymbol$1b = wellKnownSymbol$1c;
var $TypeError$W = TypeError;
var TO_PRIMITIVE$3 = wellKnownSymbol$1b("toPrimitive");
var toPrimitive$7 = function toPrimitive(input, pref) {
if (!isObject$1n(input) || isSymbol$c(input)) return input;
var exoticToPrim = getMethod$l(input, TO_PRIMITIVE$3);
var result;
if (exoticToPrim) {
if (pref === void 0) pref = "default";
result = call$1w(exoticToPrim, input, pref);
if (!isObject$1n(result) || isSymbol$c(result)) return result;
throw new $TypeError$W("Can't convert object to primitive value");
}
if (pref === void 0) pref = "number";
return ordinaryToPrimitive$3(input, pref);
};
var toPrimitive$6 = toPrimitive$7;
var isSymbol$b = isSymbol$d;
var toPropertyKey$e = function toPropertyKey(argument) {
var key = toPrimitive$6(argument, "string");
return isSymbol$b(key) ? key : key + "";
};
var globalThis$1C = globalThis_1$1;
var isObject$1m = isObject$1p;
var document$6 = globalThis$1C.document;
var EXISTS$3 = isObject$1m(document$6) && isObject$1m(document$6.createElement);
var documentCreateElement$4 = function documentCreateElement(it) {
return EXISTS$3 ? document$6.createElement(it) : {};
};
var DESCRIPTORS$1i = descriptors$1;
var fails$2j = fails$2o;
var createElement$3 = documentCreateElement$4;
var ie8DomDefine$1 = !DESCRIPTORS$1i && !fails$2j(function() {
return Object.defineProperty(createElement$3("div"), "a", {
get: function get7() {
return 7;
}
}).a !== 7;
});
var DESCRIPTORS$1h = descriptors$1;
var call$1v = functionCall$1;
var propertyIsEnumerableModule$5 = objectPropertyIsEnumerable$1;
var createPropertyDescriptor$j = createPropertyDescriptor$k;
var toIndexedObject$t = toIndexedObject$u;
var toPropertyKey$d = toPropertyKey$e;
var hasOwn$R = hasOwnProperty_1$1;
var IE8_DOM_DEFINE$3 = ie8DomDefine$1;
var $getOwnPropertyDescriptor$5 = Object.getOwnPropertyDescriptor;
objectGetOwnPropertyDescriptor$1.f = DESCRIPTORS$1h ? $getOwnPropertyDescriptor$5 : function getOwnPropertyDescriptor(O, P) {
O = toIndexedObject$t(O);
P = toPropertyKey$d(P);
if (IE8_DOM_DEFINE$3) try {
return $getOwnPropertyDescriptor$5(O, P);
} catch (error3) {
}
if (hasOwn$R(O, P)) return createPropertyDescriptor$j(!call$1v(propertyIsEnumerableModule$5.f, O, P), O[P]);
};
var objectDefineProperty$1 = {};
var DESCRIPTORS$1g = descriptors$1;
var fails$2i = fails$2o;
var v8PrototypeDefineBug$1 = DESCRIPTORS$1g && fails$2i(function() {
return Object.defineProperty(function() {
}, "prototype", {
value: 42,
writable: false
}).prototype !== 42;
});
var isObject$1l = isObject$1p;
var $String$d = String;
var $TypeError$V = TypeError;
var anObject$1x = function anObject(argument) {
if (isObject$1l(argument)) return argument;
throw new $TypeError$V($String$d(argument) + " is not an object");
};
var DESCRIPTORS$1f = descriptors$1;
var IE8_DOM_DEFINE$2 = ie8DomDefine$1;
var V8_PROTOTYPE_DEFINE_BUG$3 = v8PrototypeDefineBug$1;
var anObject$1w = anObject$1x;
var toPropertyKey$c = toPropertyKey$e;
var $TypeError$U = TypeError;
var $defineProperty$3 = Object.defineProperty;
var $getOwnPropertyDescriptor$4 = Object.getOwnPropertyDescriptor;
var ENUMERABLE$1 = "enumerable";
var CONFIGURABLE$3 = "configurable";
var WRITABLE$1 = "writable";
objectDefineProperty$1.f = DESCRIPTORS$1f ? V8_PROTOTYPE_DEFINE_BUG$3 ? function defineProperty(O, P, Attributes) {
anObject$1w(O);
P = toPropertyKey$c(P);
anObject$1w(Attributes);
if (typeof O === "function" && P === "prototype" && "value" in Attributes && WRITABLE$1 in Attributes && !Attributes[WRITABLE$1]) {
var current = $getOwnPropertyDescriptor$4(O, P);
if (current && current[WRITABLE$1]) {
O[P] = Attributes.value;
Attributes = {
configurable: CONFIGURABLE$3 in Attributes ? Attributes[CONFIGURABLE$3] : current[CONFIGURABLE$3],
enumerable: ENUMERABLE$1 in Attributes ? Attributes[ENUMERABLE$1] : current[ENUMERABLE$1],
writable: false
};
}
}
return $defineProperty$3(O, P, Attributes);
} : $defineProperty$3 : function defineProperty2(O, P, Attributes) {
anObject$1w(O);
P = toPropertyKey$c(P);
anObject$1w(Attributes);
if (IE8_DOM_DEFINE$2) try {
return $defineProperty$3(O, P, Attributes);
} catch (error3) {
}
if ("get" in Attributes || "set" in Attributes) throw new $TypeError$U("Accessors not supported");
if ("value" in Attributes) O[P] = Attributes.value;
return O;
};
var DESCRIPTORS$1e = descriptors$1;
var definePropertyModule$n = objectDefineProperty$1;
var createPropertyDescriptor$i = createPropertyDescriptor$k;
var createNonEnumerableProperty$r = DESCRIPTORS$1e ? function(object, key, value) {
return definePropertyModule$n.f(object, key, createPropertyDescriptor$i(1, value));
} : function(object, key, value) {
object[key] = value;
return object;
};
var makeBuiltIn$9 = { exports: {} };
var DESCRIPTORS$1d = descriptors$1;
var hasOwn$Q = hasOwnProperty_1$1;
var FunctionPrototype$8 = Function.prototype;
var getDescriptor$1 = DESCRIPTORS$1d && Object.getOwnPropertyDescriptor;
var EXISTS$2 = hasOwn$Q(FunctionPrototype$8, "name");
var PROPER$1 = EXISTS$2 && (function something() {
}).name === "something";
var CONFIGURABLE$2 = EXISTS$2 && (!DESCRIPTORS$1d || DESCRIPTORS$1d && getDescriptor$1(FunctionPrototype$8, "name").configurable);
var functionName$1 = {
EXISTS: EXISTS$2,
PROPER: PROPER$1,
CONFIGURABLE: CONFIGURABLE$2
};
var uncurryThis$2j = functionUncurryThis$1;
var isCallable$10 = isCallable$16;
var store$9 = sharedStoreExports$1;
var functionToString$3 = uncurryThis$2j(Function.toString);
if (!isCallable$10(store$9.inspectSource)) {
store$9.inspectSource = function(it) {
return functionToString$3(it);
};
}
var inspectSource$7 = store$9.inspectSource;
var globalThis$1B = globalThis_1$1;
var isCallable$$ = isCallable$16;
var WeakMap$8 = globalThis$1B.WeakMap;
var weakMapBasicDetection$1 = isCallable$$(WeakMap$8) && /native code/.test(String(WeakMap$8));
var shared$e = shared$g;
var uid$8 = uid$a;
var keys$4 = shared$e("keys");
var sharedKey$8 = function sharedKey(key) {
return keys$4[key] || (keys$4[key] = uid$8(key));
};
var hiddenKeys$d = {};
var NATIVE_WEAK_MAP$3 = weakMapBasicDetection$1;
var globalThis$1A = globalThis_1$1;
var isObject$1k = isObject$1p;
var createNonEnumerableProperty$q = createNonEnumerableProperty$r;
var hasOwn$P = hasOwnProperty_1$1;
var shared$d = sharedStoreExports$1;
var sharedKey$7 = sharedKey$8;
var hiddenKeys$c = hiddenKeys$d;
var OBJECT_ALREADY_INITIALIZED$1 = "Object already initialized";
var TypeError$e = globalThis$1A.TypeError;
var WeakMap$7 = globalThis$1A.WeakMap;
var set$i, get$8, has$m;
var enforce$1 = function enforce(it) {
return has$m(it) ? get$8(it) : set$i(it, {});
};
var getterFor$2 = function getterFor(TYPE) {
return function(it) {
var state;
if (!isObject$1k(it) || (state = get$8(it)).type !== TYPE) {
throw new TypeError$e("Incompatible receiver, " + TYPE + " required");
}
return state;
};
};
if (NATIVE_WEAK_MAP$3 || shared$d.state) {
var store$8 = shared$d.state || (shared$d.state = new WeakMap$7());
store$8.get = store$8.get;
store$8.has = store$8.has;
store$8.set = store$8.set;
set$i = function set7(it, metadata3) {
if (store$8.has(it)) throw new TypeError$e(OBJECT_ALREADY_INITIALIZED$1);
metadata3.facade = it;
store$8.set(it, metadata3);
return metadata3;
};
get$8 = function get7(it) {
return store$8.get(it) || {};
};
has$m = function has6(it) {
return store$8.has(it);
};
} else {
var STATE$1 = sharedKey$7("state");
hiddenKeys$c[STATE$1] = true;
set$i = function set7(it, metadata3) {
if (hasOwn$P(it, STATE$1)) throw new TypeError$e(OBJECT_ALREADY_INITIALIZED$1);
metadata3.facade = it;
createNonEnumerableProperty$q(it, STATE$1, metadata3);
return metadata3;
};
get$8 = function get7(it) {
return hasOwn$P(it, STATE$1) ? it[STATE$1] : {};
};
has$m = function has6(it) {
return hasOwn$P(it, STATE$1);
};
}
var internalState$1 = {
set: set$i,
get: get$8,
has: has$m,
enforce: enforce$1,
getterFor: getterFor$2
};
var uncurryThis$2i = functionUncurryThis$1;
var fails$2h = fails$2o;
var isCallable$_ = isCallable$16;
var hasOwn$O = hasOwnProperty_1$1;
var DESCRIPTORS$1c = descriptors$1;
var CONFIGURABLE_FUNCTION_NAME$5 = functionName$1.CONFIGURABLE;
var inspectSource$6 = inspectSource$7;
var InternalStateModule$v = internalState$1;
var enforceInternalState$9 = InternalStateModule$v.enforce;
var getInternalState$j = InternalStateModule$v.get;
var $String$c = String;
var defineProperty$m = Object.defineProperty;
var stringSlice$w = uncurryThis$2i("".slice);
var replace$n = uncurryThis$2i("".replace);
var join$e = uncurryThis$2i([].join);
var CONFIGURABLE_LENGTH$1 = DESCRIPTORS$1c && !fails$2h(function() {
return defineProperty$m(function() {
}, "length", {
value: 8
}).length !== 8;
});
var TEMPLATE$1 = String(String).split("String");
var makeBuiltIn$8 = makeBuiltIn$9.exports = function(value, name, options) {
if (stringSlice$w($String$c(name), 0, 7) === "Symbol(") {
name = "[" + replace$n($String$c(name), /^Symbol\(([^)]*)\).*$/, "$1") + "]";
}
if (options && options.getter) name = "get " + name;
if (options && options.setter) name = "set " + name;
if (!hasOwn$O(value, "name") || CONFIGURABLE_FUNCTION_NAME$5 && value.name !== name) {
if (DESCRIPTORS$1c) defineProperty$m(value, "name", {
value: name,
configurable: true
});
else value.name = name;
}
if (CONFIGURABLE_LENGTH$1 && options && hasOwn$O(options, "arity") && value.length !== options.arity) {
defineProperty$m(value, "length", {
value: options.arity
});
}
try {
if (options && hasOwn$O(options, "constructor") && options.constructor) {
if (DESCRIPTORS$1c) defineProperty$m(value, "prototype", {
writable: false
});
} else if (value.prototype) value.prototype = void 0;
} catch (error3) {
}
var state = enforceInternalState$9(value);
if (!hasOwn$O(state, "source")) {
state.source = join$e(TEMPLATE$1, typeof name == "string" ? name : "");
}
return value;
};
Function.prototype.toString = makeBuiltIn$8(function toString() {
return isCallable$_(this) && getInternalState$j(this).source || inspectSource$6(this);
}, "toString");
var makeBuiltInExports$1 = makeBuiltIn$9.exports;
var isCallable$Z = isCallable$16;
var definePropertyModule$m = objectDefineProperty$1;
var makeBuiltIn$7 = makeBuiltInExports$1;
var defineGlobalProperty$4 = defineGlobalProperty$6;
var defineBuiltIn$F = function defineBuiltIn(O, key, value, options) {
if (!options) options = {};
var simple = options.enumerable;
var name = options.name !== void 0 ? options.name : key;
if (isCallable$Z(value)) makeBuiltIn$7(value, name, options);
if (options.global) {
if (simple) O[key] = value;
else defineGlobalProperty$4(key, value);
} else {
try {
if (!options.unsafe) delete O[key];
else if (O[key]) simple = true;
} catch (error3) {
}
if (simple) O[key] = value;
else definePropertyModule$m.f(O, key, {
value,
enumerable: false,
configurable: !options.nonConfigurable,
writable: !options.nonWritable
});
}
return O;
};
var objectGetOwnPropertyNames$1 = {};
var ceil$3 = Math.ceil;
var floor$j = Math.floor;
var mathTrunc$1 = Math.trunc || function trunc(x) {
var n = +x;
return (n > 0 ? floor$j : ceil$3)(n);
};
var trunc$2 = mathTrunc$1;
var toIntegerOrInfinity$u = function toIntegerOrInfinity(argument) {
var number = +argument;
return number !== number || number === 0 ? 0 : trunc$2(number);
};
var toIntegerOrInfinity$t = toIntegerOrInfinity$u;
var max$b = Math.max;
var min$h = Math.min;
var toAbsoluteIndex$f = function toAbsoluteIndex(index2, length) {
var integer = toIntegerOrInfinity$t(index2);
return integer < 0 ? max$b(integer + length, 0) : min$h(integer, length);
};
var toIntegerOrInfinity$s = toIntegerOrInfinity$u;
var min$g = Math.min;
var toLength$p = function toLength(argument) {
var len = toIntegerOrInfinity$s(argument);
return len > 0 ? min$g(len, 9007199254740991) : 0;
};
var toLength$o = toLength$p;
var lengthOfArrayLike$I = function lengthOfArrayLike(obj) {
return toLength$o(obj.length);
};
var toIndexedObject$s = toIndexedObject$u;
var toAbsoluteIndex$e = toAbsoluteIndex$f;
var lengthOfArrayLike$H = lengthOfArrayLike$I;
var createMethod$c = function createMethod(IS_INCLUDES) {
return function($this, el, fromIndex) {
var O = toIndexedObject$s($this);
var length = lengthOfArrayLike$H(O);
if (length === 0) return !IS_INCLUDES && -1;
var index2 = toAbsoluteIndex$e(fromIndex, length);
var value;
if (IS_INCLUDES && el !== el) while (length > index2) {
value = O[index2++];
if (value !== value) return true;
}
else for (; length > index2; index2++) {
if ((IS_INCLUDES || index2 in O) && O[index2] === el) return IS_INCLUDES || index2 || 0;
}
return !IS_INCLUDES && -1;
};
};
var arrayIncludes$1 = {
// `Array.prototype.includes` method
// https://tc39.es/ecma262/#sec-array.prototype.includes
includes: createMethod$c(true),
// `Array.prototype.indexOf` method
// https://tc39.es/ecma262/#sec-array.prototype.indexof
indexOf: createMethod$c(false)
};
var uncurryThis$2h = functionUncurryThis$1;
var hasOwn$N = hasOwnProperty_1$1;
var toIndexedObject$r = toIndexedObject$u;
var indexOf$4 = arrayIncludes$1.indexOf;
var hiddenKeys$b = hiddenKeys$d;
var push$z = uncurryThis$2h([].push);
var objectKeysInternal$1 = function objectKeysInternal(object, names) {
var O = toIndexedObject$r(object);
var i = 0;
var result = [];
var key;
for (key in O) !hasOwn$N(hiddenKeys$b, key) && hasOwn$N(O, key) && push$z(result, key);
while (names.length > i) if (hasOwn$N(O, key = names[i++])) {
~indexOf$4(result, key) || push$z(result, key);
}
return result;
};
var enumBugKeys$7 = ["constructor", "hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable", "toLocaleString", "toString", "valueOf"];
var internalObjectKeys$3 = objectKeysInternal$1;
var enumBugKeys$6 = enumBugKeys$7;
var hiddenKeys$a = enumBugKeys$6.concat("length", "prototype");
objectGetOwnPropertyNames$1.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
return internalObjectKeys$3(O, hiddenKeys$a);
};
var objectGetOwnPropertySymbols$1 = {};
objectGetOwnPropertySymbols$1.f = Object.getOwnPropertySymbols;
var getBuiltIn$I = getBuiltIn$K;
var uncurryThis$2g = functionUncurryThis$1;
var getOwnPropertyNamesModule$5 = objectGetOwnPropertyNames$1;
var getOwnPropertySymbolsModule$7 = objectGetOwnPropertySymbols$1;
var anObject$1v = anObject$1x;
var concat$8 = uncurryThis$2g([].concat);
var ownKeys$6 = getBuiltIn$I("Reflect", "ownKeys") || function ownKeys(it) {
var keys7 = getOwnPropertyNamesModule$5.f(anObject$1v(it));
var getOwnPropertySymbols3 = getOwnPropertySymbolsModule$7.f;
return getOwnPropertySymbols3 ? concat$8(keys7, getOwnPropertySymbols3(it)) : keys7;
};
var hasOwn$M = hasOwnProperty_1$1;
var ownKeys$5 = ownKeys$6;
var getOwnPropertyDescriptorModule$d = objectGetOwnPropertyDescriptor$1;
var definePropertyModule$l = objectDefineProperty$1;
var copyConstructorProperties$a = function copyConstructorProperties(target, source, exceptions) {
var keys7 = ownKeys$5(source);
var defineProperty8 = definePropertyModule$l.f;
var getOwnPropertyDescriptor8 = getOwnPropertyDescriptorModule$d.f;
for (var i = 0; i < keys7.length; i++) {
var key = keys7[i];
if (!hasOwn$M(target, key) && !(exceptions && hasOwn$M(exceptions, key))) {
defineProperty8(target, key, getOwnPropertyDescriptor8(source, key));
}
}
};
var fails$2g = fails$2o;
var isCallable$Y = isCallable$16;
var replacement$1 = /#|\.prototype\./;
var isForced$a = function isForced(feature, detection) {
var value = data$1[normalize$1(feature)];
return value === POLYFILL$1 ? true : value === NATIVE$1 ? false : isCallable$Y(detection) ? fails$2g(detection) : !!detection;
};
var normalize$1 = isForced$a.normalize = function(string) {
return String(string).replace(replacement$1, ".").toLowerCase();
};
var data$1 = isForced$a.data = {};
var NATIVE$1 = isForced$a.NATIVE = "N";
var POLYFILL$1 = isForced$a.POLYFILL = "P";
var isForced_1$1 = isForced$a;
var globalThis$1z = globalThis_1$1;
var getOwnPropertyDescriptor$j = objectGetOwnPropertyDescriptor$1.f;
var createNonEnumerableProperty$p = createNonEnumerableProperty$r;
var defineBuiltIn$E = defineBuiltIn$F;
var defineGlobalProperty2 = defineGlobalProperty$6;
var copyConstructorProperties$9 = copyConstructorProperties$a;
var isForced$9 = isForced_1$1;
var _export$1 = function _export(options, source) {
var TARGET = options.target;
var GLOBAL = options.global;
var STATIC = options.stat;
var FORCED2, target, key, targetProperty, sourceProperty, descriptor;
if (GLOBAL) {
target = globalThis$1z;
} else if (STATIC) {
target = globalThis$1z[TARGET] || defineGlobalProperty2(TARGET, {});
} else {
target = globalThis$1z[TARGET] && globalThis$1z[TARGET].prototype;
}
if (target) for (key in source) {
sourceProperty = source[key];
if (options.dontCallGetSet) {
descriptor = getOwnPropertyDescriptor$j(target, key);
targetProperty = descriptor && descriptor.value;
} else targetProperty = target[key];
FORCED2 = isForced$9(GLOBAL ? key : TARGET + (STATIC ? "." : "#") + key, options.forced);
if (!FORCED2 && targetProperty !== void 0) {
if (_typeof$1(sourceProperty) == _typeof$1(targetProperty)) continue;
copyConstructorProperties$9(sourceProperty, targetProperty);
}
if (options.sham || targetProperty && targetProperty.sham) {
createNonEnumerableProperty$p(sourceProperty, "sham", true);
}
defineBuiltIn$E(target, key, sourceProperty, options);
}
};
var wellKnownSymbol$1a = wellKnownSymbol$1c;
var TO_STRING_TAG$9 = wellKnownSymbol$1a("toStringTag");
var test$4 = {};
test$4[TO_STRING_TAG$9] = "z";
var toStringTagSupport$1 = String(test$4) === "[object z]";
var TO_STRING_TAG_SUPPORT$5 = toStringTagSupport$1;
var isCallable$X = isCallable$16;
var classofRaw$3 = classofRaw$4;
var wellKnownSymbol$19 = wellKnownSymbol$1c;
var TO_STRING_TAG$8 = wellKnownSymbol$19("toStringTag");
var $Object$e = Object;
var CORRECT_ARGUMENTS$1 = classofRaw$3(/* @__PURE__ */ function() {
return arguments;
}()) === "Arguments";
var tryGet$1 = function tryGet(it, key) {
try {
return it[key];
} catch (error3) {
}
};
var classof$E = TO_STRING_TAG_SUPPORT$5 ? classofRaw$3 : function(it) {
var O, tag, result;
return it === void 0 ? "Undefined" : it === null ? "Null" : typeof (tag = tryGet$1(O = $Object$e(it), TO_STRING_TAG$8)) == "string" ? tag : CORRECT_ARGUMENTS$1 ? classofRaw$3(O) : (result = classofRaw$3(O)) === "Object" && isCallable$X(O.callee) ? "Arguments" : result;
};
var classof$D = classof$E;
var $String$b = String;
var toString$Y = function toString2(argument) {
if (classof$D(argument) === "Symbol") throw new TypeError("Cannot convert a Symbol value to a string");
return $String$b(argument);
};
var objectDefineProperties$1 = {};
var internalObjectKeys$2 = objectKeysInternal$1;
var enumBugKeys$5 = enumBugKeys$7;
var objectKeys$9 = Object.keys || function keys(O) {
return internalObjectKeys$2(O, enumBugKeys$5);
};
var DESCRIPTORS$1b = descriptors$1;
var V8_PROTOTYPE_DEFINE_BUG$2 = v8PrototypeDefineBug$1;
var definePropertyModule$k = objectDefineProperty$1;
var anObject$1u = anObject$1x;
var toIndexedObject$q = toIndexedObject$u;
var objectKeys$8 = objectKeys$9;
objectDefineProperties$1.f = DESCRIPTORS$1b && !V8_PROTOTYPE_DEFINE_BUG$2 ? Object.defineProperties : function defineProperties(O, Properties) {
anObject$1u(O);
var props = toIndexedObject$q(Properties);
var keys7 = objectKeys$8(Properties);
var length = keys7.length;
var index2 = 0;
var key;
while (length > index2) definePropertyModule$k.f(O, key = keys7[index2++], props[key]);
return O;
};
var getBuiltIn$H = getBuiltIn$K;
var html$5 = getBuiltIn$H("document", "documentElement");
var anObject$1t = anObject$1x;
var definePropertiesModule$3 = objectDefineProperties$1;
var enumBugKeys$4 = enumBugKeys$7;
var hiddenKeys$9 = hiddenKeys$d;
var html$4 = html$5;
var documentCreateElement$3 = documentCreateElement$4;
var sharedKey$6 = sharedKey$8;
var GT$1 = ">";
var LT$1 = "<";
var PROTOTYPE$5 = "prototype";
var SCRIPT$1 = "script";
var IE_PROTO$3 = sharedKey$6("IE_PROTO");
var EmptyConstructor$1 = function EmptyConstructor() {
};
var scriptTag$1 = function scriptTag(content) {
return LT$1 + SCRIPT$1 + GT$1 + content + LT$1 + "/" + SCRIPT$1 + GT$1;
};
var NullProtoObjectViaActiveX$1 = function NullProtoObjectViaActiveX(activeXDocument2) {
activeXDocument2.write(scriptTag$1(""));
activeXDocument2.close();
var temp = activeXDocument2.parentWindow.Object;
activeXDocument2 = null;
return temp;
};
var NullProtoObjectViaIFrame$1 = function NullProtoObjectViaIFrame() {
var iframe = documentCreateElement$3("iframe");
var JS = "java" + SCRIPT$1 + ":";
var iframeDocument;
iframe.style.display = "none";
html$4.appendChild(iframe);
iframe.src = String(JS);
iframeDocument = iframe.contentWindow.document;
iframeDocument.open();
iframeDocument.write(scriptTag$1("document.F=Object"));
iframeDocument.close();
return iframeDocument.F;
};
var activeXDocument$1;
var _NullProtoObject$1 = function NullProtoObject() {
try {
activeXDocument$1 = new ActiveXObject("htmlfile");
} catch (error3) {
}
_NullProtoObject$1 = typeof document != "undefined" ? document.domain && activeXDocument$1 ? NullProtoObjectViaActiveX$1(activeXDocument$1) : NullProtoObjectViaIFrame$1() : NullProtoObjectViaActiveX$1(activeXDocument$1);
var length = enumBugKeys$4.length;
while (length--) delete _NullProtoObject$1[PROTOTYPE$5][enumBugKeys$4[length]];
return _NullProtoObject$1();
};
hiddenKeys$9[IE_PROTO$3] = true;
var objectCreate$1 = Object.create || function create(O, Properties) {
var result;
if (O !== null) {
EmptyConstructor$1[PROTOTYPE$5] = anObject$1t(O);
result = new EmptyConstructor$1();
EmptyConstructor$1[PROTOTYPE$5] = null;
result[IE_PROTO$3] = O;
} else result = _NullProtoObject$1();
return Properties === void 0 ? result : definePropertiesModule$3.f(result, Properties);
};
var objectGetOwnPropertyNamesExternal$1 = {};
var uncurryThis$2f = functionUncurryThis$1;
var arraySlice$k = uncurryThis$2f([].slice);
var classof$C = classofRaw$4;
var toIndexedObject$p = toIndexedObject$u;
var $getOwnPropertyNames$3 = objectGetOwnPropertyNames$1.f;
var arraySlice$j = arraySlice$k;
var windowNames$1 = (typeof window === "undefined" ? "undefined" : _typeof$1(window)) == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [];
var getWindowNames$1 = function getWindowNames(it) {
try {
return $getOwnPropertyNames$3(it);
} catch (error3) {
return arraySlice$j(windowNames$1);
}
};
objectGetOwnPropertyNamesExternal$1.f = function getOwnPropertyNames2(it) {
return windowNames$1 && classof$C(it) === "Window" ? getWindowNames$1(it) : $getOwnPropertyNames$3(toIndexedObject$p(it));
};
var makeBuiltIn$6 = makeBuiltInExports$1;
var defineProperty$l = objectDefineProperty$1;
var defineBuiltInAccessor$s = function defineBuiltInAccessor(target, name, descriptor) {
if (descriptor.get) makeBuiltIn$6(descriptor.get, name, {
getter: true
});
if (descriptor.set) makeBuiltIn$6(descriptor.set, name, {
setter: true
});
return defineProperty$l.f(target, name, descriptor);
};
var wellKnownSymbolWrapped$1 = {};
var wellKnownSymbol$18 = wellKnownSymbol$1c;
wellKnownSymbolWrapped$1.f = wellKnownSymbol$18;
var globalThis$1y = globalThis_1$1;
var path$5 = globalThis$1y;
var path$4 = path$5;
var hasOwn$L = hasOwnProperty_1$1;
var wrappedWellKnownSymbolModule$3 = wellKnownSymbolWrapped$1;
var defineProperty$k = objectDefineProperty$1.f;
var wellKnownSymbolDefine$1 = function wellKno