@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
1,698 lines • 52 kB
JavaScript
var tt = Object.defineProperty;
var nt = (e, t, n) => t in e ? tt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
var ne = (e, t, n) => nt(e, typeof t != "symbol" ? t + "" : t, n);
import { createI18n as rt, useI18n as st } from "vue-i18n";
const ot = Symbol("LOCALE_SERVICE"), be = "zh-CHS", it = {
locale: be,
fallbackLocale: be,
uri: ""
};
function Fe(e, t) {
return function() {
return e.apply(t, arguments);
};
}
const { toString: at } = Object.prototype, { getPrototypeOf: de } = Object, { iterator: X, toStringTag: Ue } = Symbol, G = /* @__PURE__ */ ((e) => (t) => {
const n = at.call(t);
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
})(/* @__PURE__ */ Object.create(null)), N = (e) => (e = e.toLowerCase(), (t) => G(t) === e), Q = (e) => (t) => typeof t === e, { isArray: _ } = Array, I = Q("undefined");
function ct(e) {
return e !== null && !I(e) && e.constructor !== null && !I(e.constructor) && C(e.constructor.isBuffer) && e.constructor.isBuffer(e);
}
const Be = N("ArrayBuffer");
function lt(e) {
let t;
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Be(e.buffer), t;
}
const ut = Q("string"), C = Q("function"), De = Q("number"), Z = (e) => e !== null && typeof e == "object", ft = (e) => e === !0 || e === !1, J = (e) => {
if (G(e) !== "object")
return !1;
const t = de(e);
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Ue in e) && !(X in e);
}, dt = N("Date"), pt = N("File"), ht = N("Blob"), mt = N("FileList"), yt = (e) => Z(e) && C(e.pipe), bt = (e) => {
let t;
return e && (typeof FormData == "function" && e instanceof FormData || C(e.append) && ((t = G(e)) === "formdata" || // detect form-data instance
t === "object" && C(e.toString) && e.toString() === "[object FormData]"));
}, wt = N("URLSearchParams"), [Et, Rt, gt, St] = ["ReadableStream", "Request", "Response", "Headers"].map(N), Ot = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
function M(e, t, { allOwnKeys: n = !1 } = {}) {
if (e === null || typeof e > "u")
return;
let r, s;
if (typeof e != "object" && (e = [e]), _(e))
for (r = 0, s = e.length; r < s; r++)
t.call(null, e[r], r, e);
else {
const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
let c;
for (r = 0; r < i; r++)
c = o[r], t.call(null, e[c], c, e);
}
}
function ke(e, t) {
t = t.toLowerCase();
const n = Object.keys(e);
let r = n.length, s;
for (; r-- > 0; )
if (s = n[r], t === s.toLowerCase())
return s;
return null;
}
const B = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, _e = (e) => !I(e) && e !== B;
function ie() {
const { caseless: e } = _e(this) && this || {}, t = {}, n = (r, s) => {
const o = e && ke(t, s) || s;
J(t[o]) && J(r) ? t[o] = ie(t[o], r) : J(r) ? t[o] = ie({}, r) : _(r) ? t[o] = r.slice() : t[o] = r;
};
for (let r = 0, s = arguments.length; r < s; r++)
arguments[r] && M(arguments[r], n);
return t;
}
const Tt = (e, t, n, { allOwnKeys: r } = {}) => (M(t, (s, o) => {
n && C(s) ? e[o] = Fe(s, n) : e[o] = s;
}, { allOwnKeys: r }), e), At = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Ct = (e, t, n, r) => {
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
value: t.prototype
}), n && Object.assign(e.prototype, n);
}, xt = (e, t, n, r) => {
let s, o, i;
const c = {};
if (t = t || {}, e == null) return t;
do {
for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
i = s[o], (!r || r(i, e, t)) && !c[i] && (t[i] = e[i], c[i] = !0);
e = n !== !1 && de(e);
} while (e && (!n || n(e, t)) && e !== Object.prototype);
return t;
}, Nt = (e, t, n) => {
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
const r = e.indexOf(t, n);
return r !== -1 && r === n;
}, Lt = (e) => {
if (!e) return null;
if (_(e)) return e;
let t = e.length;
if (!De(t)) return null;
const n = new Array(t);
for (; t-- > 0; )
n[t] = e[t];
return n;
}, Pt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && de(Uint8Array)), Ft = (e, t) => {
const r = (e && e[X]).call(e);
let s;
for (; (s = r.next()) && !s.done; ) {
const o = s.value;
t.call(e, o[0], o[1]);
}
}, Ut = (e, t) => {
let n;
const r = [];
for (; (n = e.exec(t)) !== null; )
r.push(n);
return r;
}, Bt = N("HTMLFormElement"), Dt = (e) => e.toLowerCase().replace(
/[-_\s]([a-z\d])(\w*)/g,
function(n, r, s) {
return r.toUpperCase() + s;
}
), we = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), kt = N("RegExp"), je = (e, t) => {
const n = Object.getOwnPropertyDescriptors(e), r = {};
M(n, (s, o) => {
let i;
(i = t(s, o, e)) !== !1 && (r[o] = i || s);
}), Object.defineProperties(e, r);
}, _t = (e) => {
je(e, (t, n) => {
if (C(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
return !1;
const r = e[n];
if (C(r)) {
if (t.enumerable = !1, "writable" in t) {
t.writable = !1;
return;
}
t.set || (t.set = () => {
throw Error("Can not rewrite read-only method '" + n + "'");
});
}
});
}, jt = (e, t) => {
const n = {}, r = (s) => {
s.forEach((o) => {
n[o] = !0;
});
};
return _(e) ? r(e) : r(String(e).split(t)), n;
}, qt = () => {
}, It = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
function Mt(e) {
return !!(e && C(e.append) && e[Ue] === "FormData" && e[X]);
}
const Ht = (e) => {
const t = new Array(10), n = (r, s) => {
if (Z(r)) {
if (t.indexOf(r) >= 0)
return;
if (!("toJSON" in r)) {
t[s] = r;
const o = _(r) ? [] : {};
return M(r, (i, c) => {
const f = n(i, s + 1);
!I(f) && (o[c] = f);
}), t[s] = void 0, o;
}
}
return r;
};
return n(e, 0);
}, zt = N("AsyncFunction"), Jt = (e) => e && (Z(e) || C(e)) && C(e.then) && C(e.catch), qe = ((e, t) => e ? setImmediate : t ? ((n, r) => (B.addEventListener("message", ({ source: s, data: o }) => {
s === B && o === n && r.length && r.shift()();
}, !1), (s) => {
r.push(s), B.postMessage(n, "*");
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
typeof setImmediate == "function",
C(B.postMessage)
), $t = typeof queueMicrotask < "u" ? queueMicrotask.bind(B) : typeof process < "u" && process.nextTick || qe, Vt = (e) => e != null && C(e[X]), a = {
isArray: _,
isArrayBuffer: Be,
isBuffer: ct,
isFormData: bt,
isArrayBufferView: lt,
isString: ut,
isNumber: De,
isBoolean: ft,
isObject: Z,
isPlainObject: J,
isReadableStream: Et,
isRequest: Rt,
isResponse: gt,
isHeaders: St,
isUndefined: I,
isDate: dt,
isFile: pt,
isBlob: ht,
isRegExp: kt,
isFunction: C,
isStream: yt,
isURLSearchParams: wt,
isTypedArray: Pt,
isFileList: mt,
forEach: M,
merge: ie,
extend: Tt,
trim: Ot,
stripBOM: At,
inherits: Ct,
toFlatObject: xt,
kindOf: G,
kindOfTest: N,
endsWith: Nt,
toArray: Lt,
forEachEntry: Ft,
matchAll: Ut,
isHTMLForm: Bt,
hasOwnProperty: we,
hasOwnProp: we,
// an alias to avoid ESLint no-prototype-builtins detection
reduceDescriptors: je,
freezeMethods: _t,
toObjectSet: jt,
toCamelCase: Dt,
noop: qt,
toFiniteNumber: It,
findKey: ke,
global: B,
isContextDefined: _e,
isSpecCompliantForm: Mt,
toJSONObject: Ht,
isAsyncFn: zt,
isThenable: Jt,
setImmediate: qe,
asap: $t,
isIterable: Vt
};
function m(e, t, n, r, s) {
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), s && (this.response = s, this.status = s.status ? s.status : null);
}
a.inherits(m, Error, {
toJSON: function() {
return {
// Standard
message: this.message,
name: this.name,
// Microsoft
description: this.description,
number: this.number,
// Mozilla
fileName: this.fileName,
lineNumber: this.lineNumber,
columnNumber: this.columnNumber,
stack: this.stack,
// Axios
config: a.toJSONObject(this.config),
code: this.code,
status: this.status
};
}
});
const Ie = m.prototype, Me = {};
[
"ERR_BAD_OPTION_VALUE",
"ERR_BAD_OPTION",
"ECONNABORTED",
"ETIMEDOUT",
"ERR_NETWORK",
"ERR_FR_TOO_MANY_REDIRECTS",
"ERR_DEPRECATED",
"ERR_BAD_RESPONSE",
"ERR_BAD_REQUEST",
"ERR_CANCELED",
"ERR_NOT_SUPPORT",
"ERR_INVALID_URL"
// eslint-disable-next-line func-names
].forEach((e) => {
Me[e] = { value: e };
});
Object.defineProperties(m, Me);
Object.defineProperty(Ie, "isAxiosError", { value: !0 });
m.from = (e, t, n, r, s, o) => {
const i = Object.create(Ie);
return a.toFlatObject(e, i, function(f) {
return f !== Error.prototype;
}, (c) => c !== "isAxiosError"), m.call(i, e.message, t, n, r, s), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
};
const Wt = null;
function ae(e) {
return a.isPlainObject(e) || a.isArray(e);
}
function He(e) {
return a.endsWith(e, "[]") ? e.slice(0, -2) : e;
}
function Ee(e, t, n) {
return e ? e.concat(t).map(function(s, o) {
return s = He(s), !n && o ? "[" + s + "]" : s;
}).join(n ? "." : "") : t;
}
function Kt(e) {
return a.isArray(e) && !e.some(ae);
}
const vt = a.toFlatObject(a, {}, null, function(t) {
return /^is[A-Z]/.test(t);
});
function Y(e, t, n) {
if (!a.isObject(e))
throw new TypeError("target must be an object");
t = t || new FormData(), n = a.toFlatObject(n, {
metaTokens: !0,
dots: !1,
indexes: !1
}, !1, function(y, h) {
return !a.isUndefined(h[y]);
});
const r = n.metaTokens, s = n.visitor || u, o = n.dots, i = n.indexes, f = (n.Blob || typeof Blob < "u" && Blob) && a.isSpecCompliantForm(t);
if (!a.isFunction(s))
throw new TypeError("visitor must be a function");
function l(d) {
if (d === null) return "";
if (a.isDate(d))
return d.toISOString();
if (a.isBoolean(d))
return d.toString();
if (!f && a.isBlob(d))
throw new m("Blob is not supported. Use a Buffer instead.");
return a.isArrayBuffer(d) || a.isTypedArray(d) ? f && typeof Blob == "function" ? new Blob([d]) : Buffer.from(d) : d;
}
function u(d, y, h) {
let E = d;
if (d && !h && typeof d == "object") {
if (a.endsWith(y, "{}"))
y = r ? y : y.slice(0, -2), d = JSON.stringify(d);
else if (a.isArray(d) && Kt(d) || (a.isFileList(d) || a.endsWith(y, "[]")) && (E = a.toArray(d)))
return y = He(y), E.forEach(function(O, P) {
!(a.isUndefined(O) || O === null) && t.append(
// eslint-disable-next-line no-nested-ternary
i === !0 ? Ee([y], P, o) : i === null ? y : y + "[]",
l(O)
);
}), !1;
}
return ae(d) ? !0 : (t.append(Ee(h, y, o), l(d)), !1);
}
const p = [], b = Object.assign(vt, {
defaultVisitor: u,
convertValue: l,
isVisitable: ae
});
function g(d, y) {
if (!a.isUndefined(d)) {
if (p.indexOf(d) !== -1)
throw Error("Circular reference detected in " + y.join("."));
p.push(d), a.forEach(d, function(E, S) {
(!(a.isUndefined(E) || E === null) && s.call(
t,
E,
a.isString(S) ? S.trim() : S,
y,
b
)) === !0 && g(E, y ? y.concat(S) : [S]);
}), p.pop();
}
}
if (!a.isObject(e))
throw new TypeError("data must be an object");
return g(e), t;
}
function Re(e) {
const t = {
"!": "%21",
"'": "%27",
"(": "%28",
")": "%29",
"~": "%7E",
"%20": "+",
"%00": "\0"
};
return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(r) {
return t[r];
});
}
function pe(e, t) {
this._pairs = [], e && Y(e, this, t);
}
const ze = pe.prototype;
ze.append = function(t, n) {
this._pairs.push([t, n]);
};
ze.toString = function(t) {
const n = t ? function(r) {
return t.call(this, r, Re);
} : Re;
return this._pairs.map(function(s) {
return n(s[0]) + "=" + n(s[1]);
}, "").join("&");
};
function Xt(e) {
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
}
function Je(e, t, n) {
if (!t)
return e;
const r = n && n.encode || Xt;
a.isFunction(n) && (n = {
serialize: n
});
const s = n && n.serialize;
let o;
if (s ? o = s(t, n) : o = a.isURLSearchParams(t) ? t.toString() : new pe(t, n).toString(r), o) {
const i = e.indexOf("#");
i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
}
return e;
}
class ge {
constructor() {
this.handlers = [];
}
/**
* Add a new interceptor to the stack
*
* @param {Function} fulfilled The function to handle `then` for a `Promise`
* @param {Function} rejected The function to handle `reject` for a `Promise`
*
* @return {Number} An ID used to remove interceptor later
*/
use(t, n, r) {
return this.handlers.push({
fulfilled: t,
rejected: n,
synchronous: r ? r.synchronous : !1,
runWhen: r ? r.runWhen : null
}), this.handlers.length - 1;
}
/**
* Remove an interceptor from the stack
*
* @param {Number} id The ID that was returned by `use`
*
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
*/
eject(t) {
this.handlers[t] && (this.handlers[t] = null);
}
/**
* Clear all interceptors from the stack
*
* @returns {void}
*/
clear() {
this.handlers && (this.handlers = []);
}
/**
* Iterate over all the registered interceptors
*
* This method is particularly useful for skipping over any
* interceptors that may have become `null` calling `eject`.
*
* @param {Function} fn The function to call for each interceptor
*
* @returns {void}
*/
forEach(t) {
a.forEach(this.handlers, function(r) {
r !== null && t(r);
});
}
}
const $e = {
silentJSONParsing: !0,
forcedJSONParsing: !0,
clarifyTimeoutError: !1
}, Gt = typeof URLSearchParams < "u" ? URLSearchParams : pe, Qt = typeof FormData < "u" ? FormData : null, Zt = typeof Blob < "u" ? Blob : null, Yt = {
isBrowser: !0,
classes: {
URLSearchParams: Gt,
FormData: Qt,
Blob: Zt
},
protocols: ["http", "https", "file", "blob", "url", "data"]
}, he = typeof window < "u" && typeof document < "u", ce = typeof navigator == "object" && navigator || void 0, en = he && (!ce || ["ReactNative", "NativeScript", "NS"].indexOf(ce.product) < 0), tn = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", nn = he && window.location.href || "http://localhost", rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
hasBrowserEnv: he,
hasStandardBrowserEnv: en,
hasStandardBrowserWebWorkerEnv: tn,
navigator: ce,
origin: nn
}, Symbol.toStringTag, { value: "Module" })), T = {
...rn,
...Yt
};
function sn(e, t) {
return Y(e, new T.classes.URLSearchParams(), Object.assign({
visitor: function(n, r, s, o) {
return T.isNode && a.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
}
}, t));
}
function on(e) {
return a.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
}
function an(e) {
const t = {}, n = Object.keys(e);
let r;
const s = n.length;
let o;
for (r = 0; r < s; r++)
o = n[r], t[o] = e[o];
return t;
}
function Ve(e) {
function t(n, r, s, o) {
let i = n[o++];
if (i === "__proto__") return !0;
const c = Number.isFinite(+i), f = o >= n.length;
return i = !i && a.isArray(s) ? s.length : i, f ? (a.hasOwnProp(s, i) ? s[i] = [s[i], r] : s[i] = r, !c) : ((!s[i] || !a.isObject(s[i])) && (s[i] = []), t(n, r, s[i], o) && a.isArray(s[i]) && (s[i] = an(s[i])), !c);
}
if (a.isFormData(e) && a.isFunction(e.entries)) {
const n = {};
return a.forEachEntry(e, (r, s) => {
t(on(r), s, n, 0);
}), n;
}
return null;
}
function cn(e, t, n) {
if (a.isString(e))
try {
return (t || JSON.parse)(e), a.trim(e);
} catch (r) {
if (r.name !== "SyntaxError")
throw r;
}
return (0, JSON.stringify)(e);
}
const H = {
transitional: $e,
adapter: ["xhr", "http", "fetch"],
transformRequest: [function(t, n) {
const r = n.getContentType() || "", s = r.indexOf("application/json") > -1, o = a.isObject(t);
if (o && a.isHTMLForm(t) && (t = new FormData(t)), a.isFormData(t))
return s ? JSON.stringify(Ve(t)) : t;
if (a.isArrayBuffer(t) || a.isBuffer(t) || a.isStream(t) || a.isFile(t) || a.isBlob(t) || a.isReadableStream(t))
return t;
if (a.isArrayBufferView(t))
return t.buffer;
if (a.isURLSearchParams(t))
return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
let c;
if (o) {
if (r.indexOf("application/x-www-form-urlencoded") > -1)
return sn(t, this.formSerializer).toString();
if ((c = a.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
const f = this.env && this.env.FormData;
return Y(
c ? { "files[]": t } : t,
f && new f(),
this.formSerializer
);
}
}
return o || s ? (n.setContentType("application/json", !1), cn(t)) : t;
}],
transformResponse: [function(t) {
const n = this.transitional || H.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
if (a.isResponse(t) || a.isReadableStream(t))
return t;
if (t && a.isString(t) && (r && !this.responseType || s)) {
const i = !(n && n.silentJSONParsing) && s;
try {
return JSON.parse(t);
} catch (c) {
if (i)
throw c.name === "SyntaxError" ? m.from(c, m.ERR_BAD_RESPONSE, this, null, this.response) : c;
}
}
return t;
}],
/**
* A timeout in milliseconds to abort a request. If set to 0 (default) a
* timeout is not created.
*/
timeout: 0,
xsrfCookieName: "XSRF-TOKEN",
xsrfHeaderName: "X-XSRF-TOKEN",
maxContentLength: -1,
maxBodyLength: -1,
env: {
FormData: T.classes.FormData,
Blob: T.classes.Blob
},
validateStatus: function(t) {
return t >= 200 && t < 300;
},
headers: {
common: {
Accept: "application/json, text/plain, */*",
"Content-Type": void 0
}
}
};
a.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
H.headers[e] = {};
});
const ln = a.toObjectSet([
"age",
"authorization",
"content-length",
"content-type",
"etag",
"expires",
"from",
"host",
"if-modified-since",
"if-unmodified-since",
"last-modified",
"location",
"max-forwards",
"proxy-authorization",
"referer",
"retry-after",
"user-agent"
]), un = (e) => {
const t = {};
let n, r, s;
return e && e.split(`
`).forEach(function(i) {
s = i.indexOf(":"), n = i.substring(0, s).trim().toLowerCase(), r = i.substring(s + 1).trim(), !(!n || t[n] && ln[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
}), t;
}, Se = Symbol("internals");
function q(e) {
return e && String(e).trim().toLowerCase();
}
function $(e) {
return e === !1 || e == null ? e : a.isArray(e) ? e.map($) : String(e);
}
function fn(e) {
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
let r;
for (; r = n.exec(e); )
t[r[1]] = r[2];
return t;
}
const dn = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
function re(e, t, n, r, s) {
if (a.isFunction(r))
return r.call(this, t, n);
if (s && (t = n), !!a.isString(t)) {
if (a.isString(r))
return t.indexOf(r) !== -1;
if (a.isRegExp(r))
return r.test(t);
}
}
function pn(e) {
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
}
function hn(e, t) {
const n = a.toCamelCase(" " + t);
["get", "set", "has"].forEach((r) => {
Object.defineProperty(e, r + n, {
value: function(s, o, i) {
return this[r].call(this, t, s, o, i);
},
configurable: !0
});
});
}
class x {
constructor(t) {
t && this.set(t);
}
set(t, n, r) {
const s = this;
function o(c, f, l) {
const u = q(f);
if (!u)
throw new Error("header name must be a non-empty string");
const p = a.findKey(s, u);
(!p || s[p] === void 0 || l === !0 || l === void 0 && s[p] !== !1) && (s[p || f] = $(c));
}
const i = (c, f) => a.forEach(c, (l, u) => o(l, u, f));
if (a.isPlainObject(t) || t instanceof this.constructor)
i(t, n);
else if (a.isString(t) && (t = t.trim()) && !dn(t))
i(un(t), n);
else if (a.isObject(t) && a.isIterable(t)) {
let c = {}, f, l;
for (const u of t) {
if (!a.isArray(u))
throw TypeError("Object iterator must return a key-value pair");
c[l = u[0]] = (f = c[l]) ? a.isArray(f) ? [...f, u[1]] : [f, u[1]] : u[1];
}
i(c, n);
} else
t != null && o(n, t, r);
return this;
}
get(t, n) {
if (t = q(t), t) {
const r = a.findKey(this, t);
if (r) {
const s = this[r];
if (!n)
return s;
if (n === !0)
return fn(s);
if (a.isFunction(n))
return n.call(this, s, r);
if (a.isRegExp(n))
return n.exec(s);
throw new TypeError("parser must be boolean|regexp|function");
}
}
}
has(t, n) {
if (t = q(t), t) {
const r = a.findKey(this, t);
return !!(r && this[r] !== void 0 && (!n || re(this, this[r], r, n)));
}
return !1;
}
delete(t, n) {
const r = this;
let s = !1;
function o(i) {
if (i = q(i), i) {
const c = a.findKey(r, i);
c && (!n || re(r, r[c], c, n)) && (delete r[c], s = !0);
}
}
return a.isArray(t) ? t.forEach(o) : o(t), s;
}
clear(t) {
const n = Object.keys(this);
let r = n.length, s = !1;
for (; r--; ) {
const o = n[r];
(!t || re(this, this[o], o, t, !0)) && (delete this[o], s = !0);
}
return s;
}
normalize(t) {
const n = this, r = {};
return a.forEach(this, (s, o) => {
const i = a.findKey(r, o);
if (i) {
n[i] = $(s), delete n[o];
return;
}
const c = t ? pn(o) : String(o).trim();
c !== o && delete n[o], n[c] = $(s), r[c] = !0;
}), this;
}
concat(...t) {
return this.constructor.concat(this, ...t);
}
toJSON(t) {
const n = /* @__PURE__ */ Object.create(null);
return a.forEach(this, (r, s) => {
r != null && r !== !1 && (n[s] = t && a.isArray(r) ? r.join(", ") : r);
}), n;
}
[Symbol.iterator]() {
return Object.entries(this.toJSON())[Symbol.iterator]();
}
toString() {
return Object.entries(this.toJSON()).map(([t, n]) => t + ": " + n).join(`
`);
}
getSetCookie() {
return this.get("set-cookie") || [];
}
get [Symbol.toStringTag]() {
return "AxiosHeaders";
}
static from(t) {
return t instanceof this ? t : new this(t);
}
static concat(t, ...n) {
const r = new this(t);
return n.forEach((s) => r.set(s)), r;
}
static accessor(t) {
const r = (this[Se] = this[Se] = {
accessors: {}
}).accessors, s = this.prototype;
function o(i) {
const c = q(i);
r[c] || (hn(s, i), r[c] = !0);
}
return a.isArray(t) ? t.forEach(o) : o(t), this;
}
}
x.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
a.reduceDescriptors(x.prototype, ({ value: e }, t) => {
let n = t[0].toUpperCase() + t.slice(1);
return {
get: () => e,
set(r) {
this[n] = r;
}
};
});
a.freezeMethods(x);
function se(e, t) {
const n = this || H, r = t || n, s = x.from(r.headers);
let o = r.data;
return a.forEach(e, function(c) {
o = c.call(n, o, s.normalize(), t ? t.status : void 0);
}), s.normalize(), o;
}
function We(e) {
return !!(e && e.__CANCEL__);
}
function j(e, t, n) {
m.call(this, e ?? "canceled", m.ERR_CANCELED, t, n), this.name = "CanceledError";
}
a.inherits(j, m, {
__CANCEL__: !0
});
function Ke(e, t, n) {
const r = n.config.validateStatus;
!n.status || !r || r(n.status) ? e(n) : t(new m(
"Request failed with status code " + n.status,
[m.ERR_BAD_REQUEST, m.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
n.config,
n.request,
n
));
}
function mn(e) {
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
return t && t[1] || "";
}
function yn(e, t) {
e = e || 10;
const n = new Array(e), r = new Array(e);
let s = 0, o = 0, i;
return t = t !== void 0 ? t : 1e3, function(f) {
const l = Date.now(), u = r[o];
i || (i = l), n[s] = f, r[s] = l;
let p = o, b = 0;
for (; p !== s; )
b += n[p++], p = p % e;
if (s = (s + 1) % e, s === o && (o = (o + 1) % e), l - i < t)
return;
const g = u && l - u;
return g ? Math.round(b * 1e3 / g) : void 0;
};
}
function bn(e, t) {
let n = 0, r = 1e3 / t, s, o;
const i = (l, u = Date.now()) => {
n = u, s = null, o && (clearTimeout(o), o = null), e.apply(null, l);
};
return [(...l) => {
const u = Date.now(), p = u - n;
p >= r ? i(l, u) : (s = l, o || (o = setTimeout(() => {
o = null, i(s);
}, r - p)));
}, () => s && i(s)];
}
const W = (e, t, n = 3) => {
let r = 0;
const s = yn(50, 250);
return bn((o) => {
const i = o.loaded, c = o.lengthComputable ? o.total : void 0, f = i - r, l = s(f), u = i <= c;
r = i;
const p = {
loaded: i,
total: c,
progress: c ? i / c : void 0,
bytes: f,
rate: l || void 0,
estimated: l && c && u ? (c - i) / l : void 0,
event: o,
lengthComputable: c != null,
[t ? "download" : "upload"]: !0
};
e(p);
}, n);
}, Oe = (e, t) => {
const n = e != null;
return [(r) => t[0]({
lengthComputable: n,
total: e,
loaded: r
}), t[1]];
}, Te = (e) => (...t) => a.asap(() => e(...t)), wn = T.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, T.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
new URL(T.origin),
T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
) : () => !0, En = T.hasStandardBrowserEnv ? (
// Standard browser envs support document.cookie
{
write(e, t, n, r, s, o) {
const i = [e + "=" + encodeURIComponent(t)];
a.isNumber(n) && i.push("expires=" + new Date(n).toGMTString()), a.isString(r) && i.push("path=" + r), a.isString(s) && i.push("domain=" + s), o === !0 && i.push("secure"), document.cookie = i.join("; ");
},
read(e) {
const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
return t ? decodeURIComponent(t[3]) : null;
},
remove(e) {
this.write(e, "", Date.now() - 864e5);
}
}
) : (
// Non-standard browser env (web workers, react-native) lack needed support.
{
write() {
},
read() {
return null;
},
remove() {
}
}
);
function Rn(e) {
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
}
function gn(e, t) {
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
}
function ve(e, t, n) {
let r = !Rn(t);
return e && (r || n == !1) ? gn(e, t) : t;
}
const Ae = (e) => e instanceof x ? { ...e } : e;
function k(e, t) {
t = t || {};
const n = {};
function r(l, u, p, b) {
return a.isPlainObject(l) && a.isPlainObject(u) ? a.merge.call({ caseless: b }, l, u) : a.isPlainObject(u) ? a.merge({}, u) : a.isArray(u) ? u.slice() : u;
}
function s(l, u, p, b) {
if (a.isUndefined(u)) {
if (!a.isUndefined(l))
return r(void 0, l, p, b);
} else return r(l, u, p, b);
}
function o(l, u) {
if (!a.isUndefined(u))
return r(void 0, u);
}
function i(l, u) {
if (a.isUndefined(u)) {
if (!a.isUndefined(l))
return r(void 0, l);
} else return r(void 0, u);
}
function c(l, u, p) {
if (p in t)
return r(l, u);
if (p in e)
return r(void 0, l);
}
const f = {
url: o,
method: o,
data: o,
baseURL: i,
transformRequest: i,
transformResponse: i,
paramsSerializer: i,
timeout: i,
timeoutMessage: i,
withCredentials: i,
withXSRFToken: i,
adapter: i,
responseType: i,
xsrfCookieName: i,
xsrfHeaderName: i,
onUploadProgress: i,
onDownloadProgress: i,
decompress: i,
maxContentLength: i,
maxBodyLength: i,
beforeRedirect: i,
transport: i,
httpAgent: i,
httpsAgent: i,
cancelToken: i,
socketPath: i,
responseEncoding: i,
validateStatus: c,
headers: (l, u, p) => s(Ae(l), Ae(u), p, !0)
};
return a.forEach(Object.keys(Object.assign({}, e, t)), function(u) {
const p = f[u] || s, b = p(e[u], t[u], u);
a.isUndefined(b) && p !== c || (n[u] = b);
}), n;
}
const Xe = (e) => {
const t = k({}, e);
let { data: n, withXSRFToken: r, xsrfHeaderName: s, xsrfCookieName: o, headers: i, auth: c } = t;
t.headers = i = x.from(i), t.url = Je(ve(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), c && i.set(
"Authorization",
"Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
);
let f;
if (a.isFormData(n)) {
if (T.hasStandardBrowserEnv || T.hasStandardBrowserWebWorkerEnv)
i.setContentType(void 0);
else if ((f = i.getContentType()) !== !1) {
const [l, ...u] = f ? f.split(";").map((p) => p.trim()).filter(Boolean) : [];
i.setContentType([l || "multipart/form-data", ...u].join("; "));
}
}
if (T.hasStandardBrowserEnv && (r && a.isFunction(r) && (r = r(t)), r || r !== !1 && wn(t.url))) {
const l = s && o && En.read(o);
l && i.set(s, l);
}
return t;
}, Sn = typeof XMLHttpRequest < "u", On = Sn && function(e) {
return new Promise(function(n, r) {
const s = Xe(e);
let o = s.data;
const i = x.from(s.headers).normalize();
let { responseType: c, onUploadProgress: f, onDownloadProgress: l } = s, u, p, b, g, d;
function y() {
g && g(), d && d(), s.cancelToken && s.cancelToken.unsubscribe(u), s.signal && s.signal.removeEventListener("abort", u);
}
let h = new XMLHttpRequest();
h.open(s.method.toUpperCase(), s.url, !0), h.timeout = s.timeout;
function E() {
if (!h)
return;
const O = x.from(
"getAllResponseHeaders" in h && h.getAllResponseHeaders()
), A = {
data: !c || c === "text" || c === "json" ? h.responseText : h.response,
status: h.status,
statusText: h.statusText,
headers: O,
config: e,
request: h
};
Ke(function(U) {
n(U), y();
}, function(U) {
r(U), y();
}, A), h = null;
}
"onloadend" in h ? h.onloadend = E : h.onreadystatechange = function() {
!h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(E);
}, h.onabort = function() {
h && (r(new m("Request aborted", m.ECONNABORTED, e, h)), h = null);
}, h.onerror = function() {
r(new m("Network Error", m.ERR_NETWORK, e, h)), h = null;
}, h.ontimeout = function() {
let P = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
const A = s.transitional || $e;
s.timeoutErrorMessage && (P = s.timeoutErrorMessage), r(new m(
P,
A.clarifyTimeoutError ? m.ETIMEDOUT : m.ECONNABORTED,
e,
h
)), h = null;
}, o === void 0 && i.setContentType(null), "setRequestHeader" in h && a.forEach(i.toJSON(), function(P, A) {
h.setRequestHeader(A, P);
}), a.isUndefined(s.withCredentials) || (h.withCredentials = !!s.withCredentials), c && c !== "json" && (h.responseType = s.responseType), l && ([b, d] = W(l, !0), h.addEventListener("progress", b)), f && h.upload && ([p, g] = W(f), h.upload.addEventListener("progress", p), h.upload.addEventListener("loadend", g)), (s.cancelToken || s.signal) && (u = (O) => {
h && (r(!O || O.type ? new j(null, e, h) : O), h.abort(), h = null);
}, s.cancelToken && s.cancelToken.subscribe(u), s.signal && (s.signal.aborted ? u() : s.signal.addEventListener("abort", u)));
const S = mn(s.url);
if (S && T.protocols.indexOf(S) === -1) {
r(new m("Unsupported protocol " + S + ":", m.ERR_BAD_REQUEST, e));
return;
}
h.send(o || null);
});
}, Tn = (e, t) => {
const { length: n } = e = e ? e.filter(Boolean) : [];
if (t || n) {
let r = new AbortController(), s;
const o = function(l) {
if (!s) {
s = !0, c();
const u = l instanceof Error ? l : this.reason;
r.abort(u instanceof m ? u : new j(u instanceof Error ? u.message : u));
}
};
let i = t && setTimeout(() => {
i = null, o(new m(`timeout ${t} of ms exceeded`, m.ETIMEDOUT));
}, t);
const c = () => {
e && (i && clearTimeout(i), i = null, e.forEach((l) => {
l.unsubscribe ? l.unsubscribe(o) : l.removeEventListener("abort", o);
}), e = null);
};
e.forEach((l) => l.addEventListener("abort", o));
const { signal: f } = r;
return f.unsubscribe = () => a.asap(c), f;
}
}, An = function* (e, t) {
let n = e.byteLength;
if (n < t) {
yield e;
return;
}
let r = 0, s;
for (; r < n; )
s = r + t, yield e.slice(r, s), r = s;
}, Cn = async function* (e, t) {
for await (const n of xn(e))
yield* An(n, t);
}, xn = async function* (e) {
if (e[Symbol.asyncIterator]) {
yield* e;
return;
}
const t = e.getReader();
try {
for (; ; ) {
const { done: n, value: r } = await t.read();
if (n)
break;
yield r;
}
} finally {
await t.cancel();
}
}, Ce = (e, t, n, r) => {
const s = Cn(e, t);
let o = 0, i, c = (f) => {
i || (i = !0, r && r(f));
};
return new ReadableStream({
async pull(f) {
try {
const { done: l, value: u } = await s.next();
if (l) {
c(), f.close();
return;
}
let p = u.byteLength;
if (n) {
let b = o += p;
n(b);
}
f.enqueue(new Uint8Array(u));
} catch (l) {
throw c(l), l;
}
},
cancel(f) {
return c(f), s.return();
}
}, {
highWaterMark: 2
});
}, ee = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Ge = ee && typeof ReadableStream == "function", Nn = ee && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Qe = (e, ...t) => {
try {
return !!e(...t);
} catch {
return !1;
}
}, Ln = Ge && Qe(() => {
let e = !1;
const t = new Request(T.origin, {
body: new ReadableStream(),
method: "POST",
get duplex() {
return e = !0, "half";
}
}).headers.has("Content-Type");
return e && !t;
}), xe = 64 * 1024, le = Ge && Qe(() => a.isReadableStream(new Response("").body)), K = {
stream: le && ((e) => e.body)
};
ee && ((e) => {
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
!K[t] && (K[t] = a.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
throw new m(`Response type '${t}' is not supported`, m.ERR_NOT_SUPPORT, r);
});
});
})(new Response());
const Pn = async (e) => {
if (e == null)
return 0;
if (a.isBlob(e))
return e.size;
if (a.isSpecCompliantForm(e))
return (await new Request(T.origin, {
method: "POST",
body: e
}).arrayBuffer()).byteLength;
if (a.isArrayBufferView(e) || a.isArrayBuffer(e))
return e.byteLength;
if (a.isURLSearchParams(e) && (e = e + ""), a.isString(e))
return (await Nn(e)).byteLength;
}, Fn = async (e, t) => {
const n = a.toFiniteNumber(e.getContentLength());
return n ?? Pn(t);
}, Un = ee && (async (e) => {
let {
url: t,
method: n,
data: r,
signal: s,
cancelToken: o,
timeout: i,
onDownloadProgress: c,
onUploadProgress: f,
responseType: l,
headers: u,
withCredentials: p = "same-origin",
fetchOptions: b
} = Xe(e);
l = l ? (l + "").toLowerCase() : "text";
let g = Tn([s, o && o.toAbortSignal()], i), d;
const y = g && g.unsubscribe && (() => {
g.unsubscribe();
});
let h;
try {
if (f && Ln && n !== "get" && n !== "head" && (h = await Fn(u, r)) !== 0) {
let A = new Request(t, {
method: "POST",
body: r,
duplex: "half"
}), F;
if (a.isFormData(r) && (F = A.headers.get("content-type")) && u.setContentType(F), A.body) {
const [U, z] = Oe(
h,
W(Te(f))
);
r = Ce(A.body, xe, U, z);
}
}
a.isString(p) || (p = p ? "include" : "omit");
const E = "credentials" in Request.prototype;
d = new Request(t, {
...b,
signal: g,
method: n.toUpperCase(),
headers: u.normalize().toJSON(),
body: r,
duplex: "half",
credentials: E ? p : void 0
});
let S = await fetch(d, b);
const O = le && (l === "stream" || l === "response");
if (le && (c || O && y)) {
const A = {};
["status", "statusText", "headers"].forEach((ye) => {
A[ye] = S[ye];
});
const F = a.toFiniteNumber(S.headers.get("content-length")), [U, z] = c && Oe(
F,
W(Te(c), !0)
) || [];
S = new Response(
Ce(S.body, xe, U, () => {
z && z(), y && y();
}),
A
);
}
l = l || "text";
let P = await K[a.findKey(K, l) || "text"](S, e);
return !O && y && y(), await new Promise((A, F) => {
Ke(A, F, {
data: P,
headers: x.from(S.headers),
status: S.status,
statusText: S.statusText,
config: e,
request: d
});
});
} catch (E) {
throw y && y(), E && E.name === "TypeError" && /Load failed|fetch/i.test(E.message) ? Object.assign(
new m("Network Error", m.ERR_NETWORK, e, d),
{
cause: E.cause || E
}
) : m.from(E, E && E.code, e, d);
}
}), ue = {
http: Wt,
xhr: On,
fetch: Un
};
a.forEach(ue, (e, t) => {
if (e) {
try {
Object.defineProperty(e, "name", { value: t });
} catch {
}
Object.defineProperty(e, "adapterName", { value: t });
}
});
const Ne = (e) => `- ${e}`, Bn = (e) => a.isFunction(e) || e === null || e === !1, Ze = {
getAdapter: (e) => {
e = a.isArray(e) ? e : [e];
const { length: t } = e;
let n, r;
const s = {};
for (let o = 0; o < t; o++) {
n = e[o];
let i;
if (r = n, !Bn(n) && (r = ue[(i = String(n)).toLowerCase()], r === void 0))
throw new m(`Unknown adapter '${i}'`);
if (r)
break;
s[i || "#" + o] = r;
}
if (!r) {
const o = Object.entries(s).map(
([c, f]) => `adapter ${c} ` + (f === !1 ? "is not supported by the environment" : "is not available in the build")
);
let i = t ? o.length > 1 ? `since :
` + o.map(Ne).join(`
`) : " " + Ne(o[0]) : "as no adapter specified";
throw new m(
"There is no suitable adapter to dispatch the request " + i,
"ERR_NOT_SUPPORT"
);
}
return r;
},
adapters: ue
};
function oe(e) {
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
throw new j(null, e);
}
function Le(e) {
return oe(e), e.headers = x.from(e.headers), e.data = se.call(
e,
e.transformRequest
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Ze.getAdapter(e.adapter || H.adapter)(e).then(function(r) {
return oe(e), r.data = se.call(
e,
e.transformResponse,
r
), r.headers = x.from(r.headers), r;
}, function(r) {
return We(r) || (oe(e), r && r.response && (r.response.data = se.call(
e,
e.transformResponse,
r.response
), r.response.headers = x.from(r.response.headers))), Promise.reject(r);
});
}
const Ye = "1.10.0", te = {};
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
te[e] = function(r) {
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
};
});
const Pe = {};
te.transitional = function(t, n, r) {
function s(o, i) {
return "[Axios v" + Ye + "] Transitional option '" + o + "'" + i + (r ? ". " + r : "");
}
return (o, i, c) => {
if (t === !1)
throw new m(
s(i, " has been removed" + (n ? " in " + n : "")),
m.ERR_DEPRECATED
);
return n && !Pe[i] && (Pe[i] = !0, console.warn(
s(
i,
" has been deprecated since v" + n + " and will be removed in the near future"
)
)), t ? t(o, i, c) : !0;
};
};
te.spelling = function(t) {
return (n, r) => (console.warn(`${r} is likely a misspelling of ${t}`), !0);
};
function Dn(e, t, n) {
if (typeof e != "object")
throw new m("options must be an object", m.ERR_BAD_OPTION_VALUE);
const r = Object.keys(e);
let s = r.length;
for (; s-- > 0; ) {
const o = r[s], i = t[o];
if (i) {
const c = e[o], f = c === void 0 || i(c, o, e);
if (f !== !0)
throw new m("option " + o + " must be " + f, m.ERR_BAD_OPTION_VALUE);
continue;
}
if (n !== !0)
throw new m("Unknown option " + o, m.ERR_BAD_OPTION);
}
}
const V = {
assertOptions: Dn,
validators: te
}, L = V.validators;
class D {
constructor(t) {
this.defaults = t || {}, this.interceptors = {
request: new ge(),
response: new ge()
};
}
/**
* Dispatch a request
*
* @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
* @param {?Object} config
*
* @returns {Promise} The Promise to be fulfilled
*/
async request(t, n) {
try {
return await this._request(t, n);
} catch (r) {
if (r instanceof Error) {
let s = {};
Error.captureStackTrace ? Error.captureStackTrace(s) : s = new Error();
const o = s.stack ? s.stack.replace(/^.+\n/, "") : "";
try {
r.stack ? o && !String(r.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (r.stack += `
` + o) : r.stack = o;
} catch {
}
}
throw r;
}
}
_request(t, n) {
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = k(this.defaults, n);
const { transitional: r, paramsSerializer: s, headers: o } = n;
r !== void 0 && V.assertOptions(r, {
silentJSONParsing: L.transitional(L.boolean),
forcedJSONParsing: L.transitional(L.boolean),
clarifyTimeoutError: L.transitional(L.boolean)
}, !1), s != null && (a.isFunction(s) ? n.paramsSerializer = {
serialize: s
} : V.assertOptions(s, {
encode: L.function,
serialize: L.function
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), V.assertOptions(n, {
baseUrl: L.spelling("baseURL"),
withXsrfToken: L.spelling("withXSRFToken")
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
let i = o && a.merge(
o.common,
o[n.method]
);
o && a.forEach(
["delete", "get", "head", "post", "put", "patch", "common"],
(d) => {
delete o[d];
}
), n.headers = x.concat(i, o);
const c = [];
let f = !0;
this.interceptors.request.forEach(function(y) {
typeof y.runWhen == "function" && y.runWhen(n) === !1 || (f = f && y.synchronous, c.unshift(y.fulfilled, y.rejected));
});
const l = [];
this.interceptors.response.forEach(function(y) {
l.push(y.fulfilled, y.rejected);
});
let u, p = 0, b;
if (!f) {
const d = [Le.bind(this), void 0];
for (d.unshift.apply(d, c), d.push.apply(d, l), b = d.length, u = Promise.resolve(n); p < b; )
u = u.then(d[p++], d[p++]);
return u;
}
b = c.length;
let g = n;
for (p = 0; p < b; ) {
const d = c[p++], y = c[p++];
try {
g = d(g);
} catch (h) {
y.call(this, h);
break;
}
}
try {
u = Le.call(this, g);
} catch (d) {
return Promise.reject(d);
}
for (p = 0, b = l.length; p < b; )
u = u.then(l[p++], l[p++]);
return u;
}
getUri(t) {
t = k(this.defaults, t);
const n = ve(t.baseURL, t.url, t.allowAbsoluteUrls);
return Je(n, t.params, t.paramsSerializer);
}
}
a.forEach(["delete", "get", "head", "options"], function(t) {
D.prototype[t] = function(n, r) {
return this.request(k(r || {}, {
method: t,
url: n,
data: (r || {}).data
}));
};
});
a.forEach(["post", "put", "patch"], function(t) {
function n(r) {
return function(o, i, c) {
return this.request(k(c || {}, {
method: t,
headers: r ? {
"Content-Type": "multipart/form-data"
} : {},
url: o,
data: i
}));
};
}
D.prototype[t] = n(), D.prototype[t + "Form"] = n(!0);
});
class me {
constructor(t) {
if (typeof t != "function")
throw new TypeError("executor must be a function.");
let n;
this.promise = new Promise(function(o) {
n = o;
});
const r = this;
this.promise.then((s) => {
if (!r._listeners) return;
let o = r._listeners.length;
for (; o-- > 0; )
r._listeners[o](s);
r._listeners = null;
}), this.promise.then = (s) => {
let o;
const i = new Promise((c) => {
r.subscribe(c), o = c;
}).then(s);
return i.cancel = function() {
r.unsubscribe(o);
}, i;
}, t(function(o, i, c) {
r.reason || (r.reason = new j(o, i, c), n(r.reason));
});
}
/**
* Throws a `CanceledError` if cancellation has been requested.
*/
throwIfRequested() {
if (this.reason)
throw this.reason;
}
/**
* Subscribe to the cancel signal
*/
subscribe(t) {
if (this.reason) {
t(this.reason);
return;
}
this._listeners ? this._listeners.push(t) : this._listeners = [t];
}
/**
* Unsubscribe from the cancel signal
*/
unsubscribe(t) {
if (!this._listeners)
return;
const n = this._listeners.indexOf(t);
n !== -1 && this._listeners.splice(n, 1);
}
toAbortSignal() {
const t = new AbortController(), n = (r) => {
t.abort(r);
};
return this.subscribe(n), t.signal.unsubscribe = () => this.unsubscribe(n), t.signal;
}
/**
* Returns an object that contains a new `CancelToken` and a function that, when called,
* cancels the `CancelToken`.
*/
static source() {
let t;
return {
token: new me(function(s) {
t = s;
}),
cancel: t
};
}
}
function kn(e) {
return function(n) {
return e.apply(null, n);
};
}
function _n(e) {
return a.isObject(e) && e.isAxiosError === !0;
}
const fe = {
Continue: 100,
SwitchingProtocols: 101,
Processing: 102,
EarlyHints: 103,
Ok: 200,
Created: 201,
Accepted: 202,
NonAuthoritativeInformation: 203,
NoContent: 204,
ResetContent: 205,
PartialContent: 206,
MultiStatus: 207,
AlreadyReported: 208,
ImUsed: 226,
MultipleChoices: 300,
MovedPermanently: 301,
Found: 302,
SeeOther: 303,
NotModified: 304,
UseProxy: 305,
Unused: 306,
TemporaryRedirect: 307,
PermanentRedirect: 308,
BadRequest: 400,
Unauthorized: 401,
PaymentRequired: 402,
Forbidden: 403,
NotFound: 404,
MethodNotAllowed: 405,
NotAcceptable: 406,
ProxyAuthenticationRequired: 407,
RequestTimeout: 408,
Conflict: 409,
Gone: 410,
LengthRequired: 411,
PreconditionFailed: 412,
PayloadTooLarge: 413,
UriTooLong: 414,
UnsupportedMediaType: 415,
RangeNotSatisfiable: 416,
ExpectationFailed: 417,
ImATeapot: 418,
MisdirectedRequest: 421,
UnprocessableEntity: 422,
Locked: 423,
FailedDependency: 424,
TooEarly: 425,
UpgradeRequired: 426,
PreconditionRequired: 428,
TooManyRequests: 429,
RequestHeaderFieldsTooLarge: 431,
UnavailableForLegalReasons: 451,
InternalServerError: 500,
NotImplemented: 501,
BadGateway: 502,
ServiceUnavailable: 503,
GatewayTimeout: 504,
HttpVersionNotSupported: 505,
VariantAlsoNegotiates: 506,
InsufficientStorage: 507,
LoopDetected: 508,
NotExtended: 510,
NetworkAuthenticationRequired: 511
};
Object.entries(fe).forEach(([e, t]) => {
fe[t] = e;
});
function et(e) {
const t = new D(e), n = Fe(D.prototype.request, t);
return a.extend(n, D.prototype, t, { allOwnKeys: !0 }), a.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
return et(k(e, s));
}, n;
}
const R = et(H);
R.Axios = D;
R.CanceledError = j;
R.CancelToken = me;
R.isCancel = We;
R.VERSION = Ye;
R.toFormData = Y;
R.AxiosError = m;
R.Cancel = R.CanceledError;
R.all = function(t) {
return Promise.all(t);
};
R.spread = kn;
R.isAxiosError = _n;
R.mergeConfig = k;
R.AxiosHeaders = x;
R.formToJSON = (e) => Ve(a.isHTMLForm(e) ? new FormData(e) : e);
R.getAdapter = Ze.getAdapter;
R.HttpStatusCode = fe;
R.default = R;
function jn() {
function e(t, n = {}) {
return n = { ...{
timeout: 5e3,
headers: {
"Cache-Control": "no