ff-request-dist/dist/ff-request.js

478 lines
18 KiB
JavaScript
Raw Normal View History

2024-04-04 11:47:06 +08:00
var ae = Object.defineProperty;
var ie = (t, e, r) => e in t ? ae(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
2024-05-12 01:15:30 +08:00
var A = (t, e, r) => (ie(t, typeof e != "symbol" ? e + "" : e, r), r), k = (t, e, r) => {
2024-04-04 11:47:06 +08:00
if (!e.has(t))
throw TypeError("Cannot " + r);
};
2024-05-12 01:15:30 +08:00
var f = (t, e, r) => (k(t, e, "read from private field"), r ? r.call(t) : e.get(t)), _ = (t, e, r) => {
2024-04-04 11:47:06 +08:00
if (e.has(t))
throw TypeError("Cannot add the same private member more than once");
e instanceof WeakSet ? e.add(t) : e.set(t, r);
2024-05-12 01:15:30 +08:00
}, M = (t, e, r, n) => (k(t, e, "write to private field"), n ? n.call(t, r) : e.set(t, r), r);
2024-04-04 11:47:06 +08:00
function te(t) {
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
}
function oe(t) {
if (t.length >= 255)
throw new TypeError("Alphabet too long");
for (var e = new Uint8Array(256), r = 0; r < e.length; r++)
e[r] = 255;
for (var n = 0; n < t.length; n++) {
var h = t.charAt(n), v = h.charCodeAt(0);
if (e[v] !== 255)
throw new TypeError(h + " is ambiguous");
e[v] = n;
}
var u = t.length, N = t.charAt(0), B = Math.log(u) / Math.log(256), j = Math.log(256) / Math.log(u);
2024-05-12 01:15:30 +08:00
function m(a) {
if (a instanceof Uint8Array || (ArrayBuffer.isView(a) ? a = new Uint8Array(a.buffer, a.byteOffset, a.byteLength) : Array.isArray(a) && (a = Uint8Array.from(a))), !(a instanceof Uint8Array))
2024-04-04 11:47:06 +08:00
throw new TypeError("Expected Uint8Array");
2024-05-12 01:15:30 +08:00
if (a.length === 0)
2024-04-04 11:47:06 +08:00
return "";
2024-05-12 01:15:30 +08:00
for (var i = 0, c = 0, g = 0, o = a.length; g !== o && a[g] === 0; )
g++, i++;
2024-04-04 11:47:06 +08:00
for (var l = (o - g) * j + 1 >>> 0, d = new Uint8Array(l); g !== o; ) {
2024-05-12 01:15:30 +08:00
for (var T = a[g], E = 0, w = l - 1; (T !== 0 || E < c) && w !== -1; w--, E++)
2024-04-04 11:47:06 +08:00
T += 256 * d[w] >>> 0, d[w] = T % u >>> 0, T = T / u >>> 0;
if (T !== 0)
throw new Error("Non-zero carry");
c = E, g++;
}
for (var s = l - c; s !== l && d[s] === 0; )
s++;
2024-05-12 01:15:30 +08:00
for (var y = N.repeat(i); s < l; ++s)
2024-04-04 11:47:06 +08:00
y += t.charAt(d[s]);
return y;
}
2024-05-12 01:15:30 +08:00
function S(a) {
if (typeof a != "string")
2024-04-04 11:47:06 +08:00
throw new TypeError("Expected String");
2024-05-12 01:15:30 +08:00
if (a.length === 0)
2024-04-04 11:47:06 +08:00
return new Uint8Array();
2024-05-12 01:15:30 +08:00
for (var i = 0, c = 0, g = 0; a[i] === N; )
c++, i++;
for (var o = (a.length - i) * B + 1 >>> 0, l = new Uint8Array(o); a[i]; ) {
var d = e[a.charCodeAt(i)];
2024-04-04 11:47:06 +08:00
if (d === 255)
return;
for (var T = 0, E = o - 1; (d !== 0 || T < g) && E !== -1; E--, T++)
d += u * l[E] >>> 0, l[E] = d % 256 >>> 0, d = d / 256 >>> 0;
if (d !== 0)
throw new Error("Non-zero carry");
2024-05-12 01:15:30 +08:00
g = T, i++;
2024-04-04 11:47:06 +08:00
}
for (var w = o - g; w !== o && l[w] === 0; )
w++;
for (var s = new Uint8Array(c + (o - w)), y = c; w !== o; )
s[y++] = l[w++];
return s;
}
2024-05-12 01:15:30 +08:00
function p(a) {
var i = S(a);
if (i)
return i;
2024-04-04 11:47:06 +08:00
throw new Error("Non-base" + u + " character");
}
return {
encode: m,
2024-05-12 01:15:30 +08:00
decodeUnsafe: S,
2024-04-04 11:47:06 +08:00
decode: p
};
}
var fe = oe;
const he = /* @__PURE__ */ te(fe);
var re = {};
(function(t) {
(function(e) {
e([], function() {
2024-05-12 01:15:30 +08:00
var r = -1, n = -2, h = -3, v = -4, u = -5, N = function(i, c) {
2024-04-04 11:47:06 +08:00
c = c || {};
var g = c.verbose || !1;
2024-05-12 01:15:30 +08:00
g && console.log("Normalize the JSON Object"), i = typeof i == "string" ? this.JSON.parse(i) : i, g && console.log("Creating a empty dictionary");
2024-04-04 11:47:06 +08:00
var o = {
strings: [],
integers: [],
floats: []
};
g && console.log("Creating the AST");
var l = function w(s) {
g && console.log("Calling recursiveAstBuilder with " + this.JSON.stringify(s));
var y = typeof s;
if (s === null)
return {
type: "null",
index: h
};
if (typeof s > "u")
return {
type: "undefined",
index: u
};
if (s instanceof Array) {
var U = ["@"];
for (var O in s)
s.hasOwnProperty(O) && U.push(w(s[O]));
return U;
}
if (y === "object") {
var U = ["$"];
for (var R in s)
s.hasOwnProperty(R) && (U.push(w(R)), U.push(w(s[R])));
return U;
}
if (s === "")
return {
type: "empty",
index: v
};
if (y === "string") {
2024-05-12 01:15:30 +08:00
var P = a.call(o.strings, s);
2024-04-04 11:47:06 +08:00
return P == -1 && (o.strings.push(j(s)), P = o.strings.length - 1), {
type: "strings",
index: P
};
}
if (y === "number" && s % 1 === 0) {
2024-05-12 01:15:30 +08:00
var P = a.call(o.integers, s);
return P == -1 && (o.integers.push(S(s)), P = o.integers.length - 1), {
2024-04-04 11:47:06 +08:00
type: "integers",
index: P
};
}
if (y === "number") {
2024-05-12 01:15:30 +08:00
var P = a.call(o.floats, s);
2024-04-04 11:47:06 +08:00
return P == -1 && (o.floats.push(s), P = o.floats.length - 1), {
type: "floats",
index: P
};
}
if (y === "boolean")
return {
type: "boolean",
index: s ? r : n
};
throw new Error("Unexpected argument of type " + typeof s);
2024-05-12 01:15:30 +08:00
}(i), d = o.strings.length, T = o.integers.length;
2024-04-04 11:47:06 +08:00
o.floats.length, g && console.log("Parsing the dictionary");
var E = o.strings.join("|");
return E += "^" + o.integers.join("|"), E += "^" + o.floats.join("|"), g && console.log("Parsing the structure"), E += "^" + function w(s) {
if (g && console.log("Calling a recursiveParser with " + this.JSON.stringify(s)), s instanceof Array) {
var y = s.shift();
for (var U in s)
s.hasOwnProperty(U) && (y += w(s[U]) + "|");
return (y[y.length - 1] === "|" ? y.slice(0, -1) : y) + "]";
}
var O = s.type, R = s.index;
if (O === "strings")
2024-05-12 01:15:30 +08:00
return S(R);
2024-04-04 11:47:06 +08:00
if (O === "integers")
2024-05-12 01:15:30 +08:00
return S(d + R);
2024-04-04 11:47:06 +08:00
if (O === "floats")
2024-05-12 01:15:30 +08:00
return S(d + T + R);
2024-04-04 11:47:06 +08:00
if (O === "boolean")
return s.index;
if (O === "null")
return h;
if (O === "undefined")
return u;
if (O === "empty")
return v;
throw new TypeError("The item is alien!");
}(l), g && console.log("Ending parser"), c.debug ? {
dictionary: o,
ast: l,
packed: E
} : E;
2024-05-12 01:15:30 +08:00
}, B = function(i, c) {
2024-04-04 11:47:06 +08:00
c = c || {};
2024-05-12 01:15:30 +08:00
var g = i.split("^");
2024-04-04 11:47:06 +08:00
c.verbose && console.log("Building dictionary");
var o = [], l = g[0];
if (l !== "") {
l = l.split("|"), c.verbose && console.log("Parse the strings dictionary");
for (var d = 0, T = l.length; d < T; d++)
o.push(m(l[d]));
}
if (l = g[1], l !== "") {
l = l.split("|"), c.verbose && console.log("Parse the integers dictionary");
for (var d = 0, T = l.length; d < T; d++)
o.push(p(l[d]));
}
if (l = g[2], l !== "") {
l = l.split("|"), c.verbose && console.log("Parse the floats dictionary");
for (var d = 0, T = l.length; d < T; d++)
o.push(parseFloat(l[d]));
}
l = null, c.verbose && console.log("Tokenizing the structure");
for (var E = "", w = [], s = g[3].length, d = 0; d < s; d++) {
var y = g[3].charAt(d);
y === "|" || y === "$" || y === "@" || y === "]" ? (E && (w.push(p(E)), E = ""), y !== "|" && w.push(y)) : E += y;
}
var U = w.length, O = 0;
return c.verbose && console.log("Starting recursive parser"), function R() {
var P = w[O++];
if (c.verbose && console.log("Reading collection type " + (P === "$" ? "object" : "Array")), P === "@") {
for (var b = []; O < U; O++) {
var C = w[O];
if (c.verbose && console.log("Read " + C + " symbol"), C === "]")
return b;
if (C === "@" || C === "$")
b.push(R());
else
switch (C) {
case r:
b.push(!0);
break;
case n:
b.push(!1);
break;
case h:
b.push(null);
break;
case u:
b.push(void 0);
break;
case v:
b.push("");
break;
default:
b.push(o[C]);
}
}
return c.verbose && console.log("Parsed " + this.JSON.stringify(b)), b;
}
if (P === "$") {
for (var b = {}; O < U; O++) {
var x = w[O];
if (x === "]")
return b;
x === v ? x = "" : x = o[x];
var C = w[++O];
if (C === "@" || C === "$")
b[x] = R();
else
switch (C) {
case r:
b[x] = !0;
break;
case n:
b[x] = !1;
break;
case h:
b[x] = null;
break;
case u:
b[x] = void 0;
break;
case v:
b[x] = "";
break;
default:
b[x] = o[C];
}
}
return c.verbose && console.log("Parsed " + this.JSON.stringify(b)), b;
}
throw new TypeError("Bad token " + P + " isn't a type");
}();
2024-05-12 01:15:30 +08:00
}, j = function(i) {
return typeof i != "string" ? i : i.replace(/[\+ \|\^\%]/g, function(c) {
2024-04-04 11:47:06 +08:00
return {
" ": "+",
"+": "%2B",
"|": "%7C",
"^": "%5E",
"%": "%25"
}[c];
});
2024-05-12 01:15:30 +08:00
}, m = function(i) {
return typeof i != "string" ? i : i.replace(/\+|%2B|%7C|%5E|%25/g, function(c) {
2024-04-04 11:47:06 +08:00
return {
"+": " ",
"%2B": "+",
"%7C": "|",
"%5E": "^",
"%25": "%"
}[c];
});
2024-05-12 01:15:30 +08:00
}, S = function(i) {
return Number.prototype.toString.call(i, 36).toUpperCase();
}, p = function(i) {
return parseInt(i, 36);
}, a = Array.prototype.indexOf || function(i, c) {
2024-04-04 11:47:06 +08:00
for (var g = c || 0, o = this.length; g < o; g++)
2024-05-12 01:15:30 +08:00
if (this[g] === i)
2024-04-04 11:47:06 +08:00
return g;
return -1;
};
return {
JSON,
pack: N,
unpack: B
};
});
})(function(e, r) {
var n = r();
for (var h in n)
t[h] = n[h];
});
})(re);
const ee = /* @__PURE__ */ te(re);
2024-05-12 01:15:30 +08:00
var q, z, J, D, L, H, K, V, Y;
class X {
2024-04-04 11:47:06 +08:00
constructor(e, r, n, h, v) {
A(this, "code", 0);
A(this, "message", "操作成功");
A(this, "data", null);
A(this, "url", "");
A(this, "res", "");
// static [Symbol.hasInstance](self) { return self?.IS_ECHO_MSG !== undefined }
2024-05-12 01:15:30 +08:00
_(this, q, null);
2024-04-04 11:47:06 +08:00
// 判断返回 Response 对象, 还是 Response 中的 data
2024-05-12 01:15:30 +08:00
_(this, z, !0);
2024-04-04 11:47:06 +08:00
// 判罚是否已经给出错误提示
2024-05-12 01:15:30 +08:00
_(this, J, !0);
_(this, D, {
2024-04-04 11:47:06 +08:00
get: (e, r) => f(this, L).call(this, r),
ownKeys: () => Object.keys(f(this, D).getPrototypeOf() || {}),
getPrototypeOf: () => f(this, z) ? this : this.data,
getOwnPropertyDescriptor: () => ({
configurable: !0,
enumerable: !0,
writable: !0,
value: f(this, D).getPrototypeOf()
})
});
2024-05-12 01:15:30 +08:00
_(this, L, (e) => e === "$toast" ? f(this, K) : e === "msg" ? f(this, H) : e === "then" || e === "resp" ? (M(this, J, !0), M(this, z, e === "resp"), f(this, V)) : e === "catch" ? f(this, Y) : e === "IS_ECHO_MSG" ? f(this, J) : Reflect.get(this, e));
_(this, H, (e = (n) => n, r = !1) => (f(this, K).call(this), M(this, z, r), Promise.resolve(e == null ? void 0 : e(f(this, D).getPrototypeOf()))));
_(this, K, () => {
2024-04-04 11:47:06 +08:00
f(this, J) && (M(this, J, !1), we.onToast(this.code, this.message));
});
2024-05-12 01:15:30 +08:00
_(this, V, (e) => [0, 1].includes(this.code) ? Promise.resolve(e == null ? void 0 : e(f(this, D).getPrototypeOf())) : Promise.reject(f(this, q)));
_(this, Y, (e) => Promise.resolve(e(f(this, q))));
2024-04-04 11:47:06 +08:00
return this.code = e, this.message = r, this.data = n, this.url = h, this.res = v, M(this, q, new Proxy(this, f(this, D)));
}
}
2024-05-12 01:15:30 +08:00
q = new WeakMap(), z = new WeakMap(), J = new WeakMap(), D = new WeakMap(), L = new WeakMap(), H = new WeakMap(), K = new WeakMap(), V = new WeakMap(), Y = new WeakMap();
const W = (t, e, r, n = "/", h = "") => new X(t, e, r, n, h);
2024-04-04 11:47:06 +08:00
var ne = [
"utf8",
"utf-8",
"unicode-1-1-utf-8"
];
function le(t) {
if (ne.indexOf(t) < 0 && typeof t < "u" && t != null)
throw new RangeError("Invalid encoding type. Only utf-8 is supported");
this.encoding = "utf-8", this.encode = function(e) {
if (typeof e != "string")
throw new TypeError("passed argument must be of tye string");
var r = unescape(encodeURIComponent(e)), n = new Uint8Array(r.length);
const h = r.split("");
for (let v = 0; v < h.length; v++)
n[v] = h[v].charCodeAt(0);
return n;
};
}
function ue(t) {
if (ne.indexOf(t) < 0 && typeof t < "u" && t != null)
throw new RangeError("Invalid encoding type. Only utf-8 is supported");
this.encoding = "utf-8", this.decode = function(e, r) {
if (typeof e > "u")
return "";
var n = typeof r < "u" && n in r ? r.stream : !1;
if (typeof n != "boolean")
throw new TypeError("stream option must be boolean");
if (ArrayBuffer.isView(e)) {
var h = new Uint8Array(e.buffer, e.byteOffset, e.byteLength), v = new Array(h.length);
for (let u = 0; u < h.length; u++)
v[u] = String.fromCharCode(h[u]);
return decodeURIComponent(escape(v.join("")));
} else
throw new TypeError("passed argument must be an array buffer view");
};
}
var se = {
TextEncoder: le,
TextDecoder: ue
};
const ce = new se.TextEncoder("utf8"), ge = new se.TextDecoder("utf8"), de = (t) => {
let e = 5381;
for (let r = 0; r < t.length; r++)
e = e * 33 ^ t.charCodeAt(r);
return (e >>> 0).toString(16);
}, be = (t, e) => t.replace(new RegExp(`^${e}+|${e}+$`, "g"), ""), pe = (t) => ce.encode(t || ""), ve = (t) => ge.decode(new DataView(t), {});
2024-05-12 01:15:30 +08:00
var F, G, Q, $, I;
class Z {
2024-04-04 11:47:06 +08:00
constructor(e, r, n = ({}) => Promise.reject({ code: -1, msg: "请初始化HTTP请求方法主体" })) {
2024-05-12 01:15:30 +08:00
_(this, F, void 0);
_(this, G, void 0);
_(this, Q, void 0);
_(this, $, {
2024-04-04 11:47:06 +08:00
"#": /* @__PURE__ */ new Map(),
// 系统缓存
$: /* @__PURE__ */ new Map()
// 普通缓存
});
2024-05-12 01:15:30 +08:00
_(this, I, /* @__PURE__ */ new Map());
2024-04-04 11:47:06 +08:00
A(this, "request", ({ url: e = "/", method: r = "GET", ...n }, h = !1) => {
var j;
2024-05-12 01:15:30 +08:00
const v = r.toUpperCase(), u = de(JSON.stringify([e, v, n])), N = (j = e == null ? void 0 : e.includes) != null && j.call(e, "/_/") ? "#" : "$", B = new Promise((m, S) => {
!h && N !== "#" && f(this, $)[N].delete(u), f(this, $)[N].has(u) ? (console.log("缓存命中", e), m(f(this, $)[N].get(u))) : f(this, I).has(u) ? f(this, I).get(u).push([m, S]) : (f(this, I).set(u, [[m, S]]), f(this, F).call(this, { url: e, method: v, ...n }).then((p) => {
2024-04-04 11:47:06 +08:00
if (![0, 1].includes(p.code))
2024-05-12 01:15:30 +08:00
throw W(p.code, p.msg, p.data, e, p == null ? void 0 : p.res);
2024-04-04 11:47:06 +08:00
return [p.code, p.msg, p.data, e, p == null ? void 0 : p.res];
2024-05-12 01:15:30 +08:00
}).then((p) => ((N == "#" || h && v === "GET") && f(this, $)[N].set(u, p), p)).then((p) => f(this, I).get(u).forEach(([a, i]) => a(p))).catch((p) => (f(this, $)[N].delete(u), f(this, I).get(u).forEach(([a, i]) => i(p instanceof X ? p : W(-1, p, null, e))))).finally(() => f(this, I).delete(u)));
2024-04-04 11:47:06 +08:00
});
return new Proxy(B, {
2024-05-12 01:15:30 +08:00
get: (m, S) => (...p) => m.then((a) => W(...a)[S](...p)).catch((a) => {
if (!a instanceof X)
throw a;
return typeof a[S] == "function" ? a[S](...p) : a[S];
2024-04-04 11:47:06 +08:00
})
});
});
A(this, "get", (e, r = {}) => this.request({ url: e, method: "GET", params: r }));
A(this, "post", (e, r = {}, n = {}) => this.request({ url: e, method: "POST", data: r, params: n }));
A(this, "put", (e, r = {}, n = {}) => this.request({ url: e, method: "PUT", data: r, params: n }));
A(this, "del", (e, r = {}, n = {}) => this.request({ url: e, method: "DELETE", data: r, params: n }));
A(this, "download", (e, r) => {
});
A(this, "cache", (e, r = {}) => this.request({ url: e, method: "GET", params: r }, !0));
A(this, "list", (e, r = {}) => this.get(`/api/${e}/${this.encode(r)}`));
A(this, "getAppInfo", () => {
});
A(this, "refreshCache", (e = !1) => {
e && f(this, $)["#"].clear(), f(this, $).$.clear();
});
A(this, "decode", (e = "", r = {}) => {
if (e === void 0 || e === "" || e === null)
return r;
try {
const n = f(this, G).decode(e).buffer;
return ee.unpack(ve(n));
} catch {
return console.warn("core.decode", e), r;
}
});
A(this, "encode", (e = {}) => {
const r = JSON.stringify(e, (n, h) => h === void 0 ? null : h);
return f(this, G).encode(pe(ee.pack(r)));
});
2024-05-12 01:15:30 +08:00
M(this, Q, e), M(this, F, n), M(this, G, he(r));
2024-04-04 11:47:06 +08:00
}
}
2024-05-12 01:15:30 +08:00
F = new WeakMap(), G = new WeakMap(), Q = new WeakMap(), $ = new WeakMap(), I = new WeakMap();
const we = Z;
Z.onUnhandledRejection = (t) => {
2024-04-04 11:47:06 +08:00
var e, r, n, h, v, u;
t != null && t.IS_ECHO_MSG ? ((e = t == null ? void 0 : t.$toast) == null || e.call(t), (r = t == null ? void 0 : t.preventDefault) == null || r.call(t)) : (n = t.reason) != null && n.IS_ECHO_MSG && ((v = (h = t.reason) == null ? void 0 : h.$toast) == null || v.call(h), (u = t == null ? void 0 : t.preventDefault) == null || u.call(t));
};
2024-05-12 01:15:30 +08:00
Z.onToast = (t, e) => [0, 1].includes(t) ? console.log(e) : console.warn(e);
2024-04-04 11:47:06 +08:00
export {
we as default,
de as signature,
pe as str2uint8array,
be as trim,
ve as uint8array2str
};