frappe-react-sdk 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var Qs = Object.defineProperty;
|
|
2
2
|
var Zs = (n, e, t) => e in n ? Qs(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
|
-
var
|
|
3
|
+
var Ae = (n, e, t) => (Zs(n, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
4
|
import Ie, { createContext as zr, useContext as ee, useEffect as Xe, useLayoutEffect as ei, useRef as Fe, useMemo as Kr, useCallback as M, useDebugValue as ti, useState as P } from "react";
|
|
5
5
|
var B = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, zt = {}, rt = {}, ft = {}, le = B && B.__assign || function() {
|
|
6
6
|
return le = Object.assign || function(n) {
|
|
@@ -491,7 +491,7 @@ var Ge = {}, Gr = { exports: {} }, Fn = { exports: {} }, Xr = function(e, t) {
|
|
|
491
491
|
s[i] = arguments[i];
|
|
492
492
|
return e.apply(t, s);
|
|
493
493
|
};
|
|
494
|
-
}, ai = Xr,
|
|
494
|
+
}, ai = Xr, Ne = Object.prototype.toString;
|
|
495
495
|
function Un(n) {
|
|
496
496
|
return Array.isArray(n);
|
|
497
497
|
}
|
|
@@ -502,10 +502,10 @@ function ui(n) {
|
|
|
502
502
|
return n !== null && !En(n) && n.constructor !== null && !En(n.constructor) && typeof n.constructor.isBuffer == "function" && n.constructor.isBuffer(n);
|
|
503
503
|
}
|
|
504
504
|
function Qr(n) {
|
|
505
|
-
return
|
|
505
|
+
return Ne.call(n) === "[object ArrayBuffer]";
|
|
506
506
|
}
|
|
507
507
|
function ci(n) {
|
|
508
|
-
return
|
|
508
|
+
return Ne.call(n) === "[object FormData]";
|
|
509
509
|
}
|
|
510
510
|
function li(n) {
|
|
511
511
|
var e;
|
|
@@ -521,28 +521,28 @@ function Zr(n) {
|
|
|
521
521
|
return n !== null && typeof n == "object";
|
|
522
522
|
}
|
|
523
523
|
function Dt(n) {
|
|
524
|
-
if (
|
|
524
|
+
if (Ne.call(n) !== "[object Object]")
|
|
525
525
|
return !1;
|
|
526
526
|
var e = Object.getPrototypeOf(n);
|
|
527
527
|
return e === null || e === Object.prototype;
|
|
528
528
|
}
|
|
529
529
|
function di(n) {
|
|
530
|
-
return
|
|
530
|
+
return Ne.call(n) === "[object Date]";
|
|
531
531
|
}
|
|
532
532
|
function pi(n) {
|
|
533
|
-
return
|
|
533
|
+
return Ne.call(n) === "[object File]";
|
|
534
534
|
}
|
|
535
535
|
function vi(n) {
|
|
536
|
-
return
|
|
536
|
+
return Ne.call(n) === "[object Blob]";
|
|
537
537
|
}
|
|
538
538
|
function es(n) {
|
|
539
|
-
return
|
|
539
|
+
return Ne.call(n) === "[object Function]";
|
|
540
540
|
}
|
|
541
541
|
function yi(n) {
|
|
542
542
|
return Zr(n) && es(n.pipe);
|
|
543
543
|
}
|
|
544
544
|
function mi(n) {
|
|
545
|
-
return
|
|
545
|
+
return Ne.call(n) === "[object URLSearchParams]";
|
|
546
546
|
}
|
|
547
547
|
function gi(n) {
|
|
548
548
|
return n.trim ? n.trim() : n.replace(/^\s+|\s+$/g, "");
|
|
@@ -1620,8 +1620,8 @@ function uo() {
|
|
|
1620
1620
|
(function(n) {
|
|
1621
1621
|
process.env.NODE_ENV === "production" ? n.exports = ao() : n.exports = uo();
|
|
1622
1622
|
})(ds);
|
|
1623
|
-
const
|
|
1624
|
-
}, he =
|
|
1623
|
+
const De = () => {
|
|
1624
|
+
}, he = De(), vn = Object, C = (n) => n === he, Ce = (n) => typeof n == "function", Le = (n, e) => ({
|
|
1625
1625
|
...n,
|
|
1626
1626
|
...e
|
|
1627
1627
|
}), co = (n) => Ce(n.then), Tt = /* @__PURE__ */ new WeakMap();
|
|
@@ -1654,7 +1654,7 @@ const ct = (n) => {
|
|
|
1654
1654
|
(r) => {
|
|
1655
1655
|
if (!C(e)) {
|
|
1656
1656
|
const s = n.get(e);
|
|
1657
|
-
e in Ot || (Ot[e] = s), t[5](e,
|
|
1657
|
+
e in Ot || (Ot[e] = s), t[5](e, Le(s, r), s || yn);
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
1660
|
t[6],
|
|
@@ -1666,8 +1666,8 @@ const ho = () => Tn, [On, xn] = $t && window.addEventListener ? [
|
|
|
1666
1666
|
window.addEventListener.bind(window),
|
|
1667
1667
|
window.removeEventListener.bind(window)
|
|
1668
1668
|
] : [
|
|
1669
|
-
|
|
1670
|
-
|
|
1669
|
+
De,
|
|
1670
|
+
De
|
|
1671
1671
|
], po = () => {
|
|
1672
1672
|
const n = Sn && document.visibilityState;
|
|
1673
1673
|
return C(n) || n !== "hidden";
|
|
@@ -1714,7 +1714,7 @@ var st = {
|
|
|
1714
1714
|
RECONNECT_EVENT: ys
|
|
1715
1715
|
};
|
|
1716
1716
|
async function gs(...n) {
|
|
1717
|
-
const [e, t, r, s] = n, i =
|
|
1717
|
+
const [e, t, r, s] = n, i = Le({
|
|
1718
1718
|
populateCache: !0,
|
|
1719
1719
|
throwOnError: !0
|
|
1720
1720
|
}, typeof s == "boolean" ? {
|
|
@@ -1787,8 +1787,8 @@ const Pr = (n, e) => {
|
|
|
1787
1787
|
n[t][0] && n[t][0](e);
|
|
1788
1788
|
}, Eo = (n, e) => {
|
|
1789
1789
|
if (!xe.has(n)) {
|
|
1790
|
-
const t =
|
|
1791
|
-
let i =
|
|
1790
|
+
const t = Le(go, e), r = {}, s = gs.bind(he, n);
|
|
1791
|
+
let i = De;
|
|
1792
1792
|
const o = {}, c = (h, f) => {
|
|
1793
1793
|
const p = o[h] || [];
|
|
1794
1794
|
return o[h] = p, p.push(f), () => p.splice(p.indexOf(f), 1);
|
|
@@ -1828,13 +1828,13 @@ const Pr = (n, e) => {
|
|
|
1828
1828
|
}, Ro = (n, e, t, r, s) => {
|
|
1829
1829
|
const i = t.errorRetryCount, o = s.retryCount, c = ~~((Math.random() + 0.5) * (1 << (o < 8 ? o : 8))) * t.errorRetryInterval;
|
|
1830
1830
|
!C(i) && o > i || setTimeout(r, c, s);
|
|
1831
|
-
}, So = (n, e) => ct(n) == ct(e), [_s, To] = Eo(/* @__PURE__ */ new Map()), Oo =
|
|
1831
|
+
}, So = (n, e) => ct(n) == ct(e), [_s, To] = Eo(/* @__PURE__ */ new Map()), Oo = Le(
|
|
1832
1832
|
{
|
|
1833
|
-
onLoadingSlow:
|
|
1834
|
-
onSuccess:
|
|
1835
|
-
onError:
|
|
1833
|
+
onLoadingSlow: De,
|
|
1834
|
+
onSuccess: De,
|
|
1835
|
+
onError: De,
|
|
1836
1836
|
onErrorRetry: Ro,
|
|
1837
|
-
onDiscarded:
|
|
1837
|
+
onDiscarded: De,
|
|
1838
1838
|
revalidateOnFocus: !0,
|
|
1839
1839
|
revalidateOnReconnect: !0,
|
|
1840
1840
|
revalidateIfStale: !0,
|
|
@@ -1851,10 +1851,10 @@ const Pr = (n, e) => {
|
|
|
1851
1851
|
},
|
|
1852
1852
|
mo
|
|
1853
1853
|
), xo = (n, e) => {
|
|
1854
|
-
const t =
|
|
1854
|
+
const t = Le(n, e);
|
|
1855
1855
|
if (e) {
|
|
1856
1856
|
const { use: r, fallback: s } = n, { use: i, fallback: o } = e;
|
|
1857
|
-
r && i && (t.use = r.concat(i)), s && o && (t.fallback =
|
|
1857
|
+
r && i && (t.use = r.concat(i)), s && o && (t.fallback = Le(s, o));
|
|
1858
1858
|
}
|
|
1859
1859
|
return t;
|
|
1860
1860
|
}, Co = zr({}), bs = $t && window.__SWR_DEVTOOLS_USE__, Ao = bs ? window.__SWR_DEVTOOLS_USE__ : [], ko = () => {
|
|
@@ -1867,7 +1867,7 @@ const Pr = (n, e) => {
|
|
|
1867
1867
|
n[0],
|
|
1868
1868
|
null,
|
|
1869
1869
|
(n[1] === null ? n[2] : n[1]) || {}
|
|
1870
|
-
], Lo = () =>
|
|
1870
|
+
], Lo = () => Le(Oo, ee(Co)), No = (n) => (e, t, r) => n(e, t && ((...i) => {
|
|
1871
1871
|
const [o] = $n(e), [, , , c] = xe.get(_s), l = c[o];
|
|
1872
1872
|
return C(l) ? t(...i) : (delete c[o], l);
|
|
1873
1873
|
}), r), Po = Ao.concat(No), Bo = (n) => function(...t) {
|
|
@@ -1910,7 +1910,7 @@ const Br = Ie.use || ((n) => {
|
|
|
1910
1910
|
return !0;
|
|
1911
1911
|
}, Ze = Kr(() => {
|
|
1912
1912
|
const N = (() => !g || !e ? !1 : C(c) ? E().isPaused() || i ? !1 : C(l) ? !0 : l : c)(), F = (J) => {
|
|
1913
|
-
const de =
|
|
1913
|
+
const de = Le(J);
|
|
1914
1914
|
return delete de._k, N ? {
|
|
1915
1915
|
isValidating: !0,
|
|
1916
1916
|
isLoading: !0,
|
|
@@ -1936,7 +1936,7 @@ const Br = Ie.use || ((n) => {
|
|
|
1936
1936
|
r,
|
|
1937
1937
|
g
|
|
1938
1938
|
]
|
|
1939
|
-
), Ze[0], Ze[1]), et = !D.current, yt = v[g] && v[g].length > 0, Re = Ee.data, Se = C(Re) ? be : Re,
|
|
1939
|
+
), Ze[0], Ze[1]), et = !D.current, yt = v[g] && v[g].length > 0, Re = Ee.data, Se = C(Re) ? be : Re, Pe = Ee.error, mt = Fe(Se), Ve = p ? C(Re) ? mt.current : Re : Se, je = (() => yt && !C(Pe) ? !1 : et && !C(c) ? c : E().isPaused() ? !1 : i ? C(Se) ? !1 : l : C(Se) || l)(), $e = !!(g && e && et && je), Me = C(Ee.isValidating) ? $e : Ee.isValidating, tt = C(Ee.isLoading) ? $e : Ee.isLoading, ve = M(
|
|
1940
1940
|
async (N) => {
|
|
1941
1941
|
const F = q.current;
|
|
1942
1942
|
if (!g || !F || m.current || E().isPaused())
|
|
@@ -1971,9 +1971,9 @@ const Br = Ie.use || ((n) => {
|
|
|
1971
1971
|
} catch (ie) {
|
|
1972
1972
|
We();
|
|
1973
1973
|
const ue = E(), { shouldRetryOnError: He } = ue;
|
|
1974
|
-
ue.isPaused() || (de.error = ie, H && J() && (ue.onError(ie, g, ue), (He === !0 || Ce(He) && He(ie)) && j() && ue.onErrorRetry(ie, g, ue, (
|
|
1974
|
+
ue.isPaused() || (de.error = ie, H && J() && (ue.onError(ie, g, ue), (He === !0 || Ce(He) && He(ie)) && j() && ue.onErrorRetry(ie, g, ue, (Be) => {
|
|
1975
1975
|
const nt = v[g];
|
|
1976
|
-
nt && nt[0] && nt[0](st.ERROR_REVALIDATE_EVENT,
|
|
1976
|
+
nt && nt[0] && nt[0](st.ERROR_REVALIDATE_EVENT, Be);
|
|
1977
1977
|
}, {
|
|
1978
1978
|
retryCount: (Te.retryCount || 0) + 1,
|
|
1979
1979
|
dedupe: !0
|
|
@@ -2042,11 +2042,11 @@ const Br = Ie.use || ((n) => {
|
|
|
2042
2042
|
const F = gt(N);
|
|
2043
2043
|
Br(F);
|
|
2044
2044
|
}
|
|
2045
|
-
if (C(
|
|
2045
|
+
if (C(Pe)) {
|
|
2046
2046
|
const F = ve(_n);
|
|
2047
2047
|
C(Ve) || (F.status = "fulfilled", F.value = !0), Br(F);
|
|
2048
2048
|
} else
|
|
2049
|
-
throw
|
|
2049
|
+
throw Pe;
|
|
2050
2050
|
}
|
|
2051
2051
|
return {
|
|
2052
2052
|
mutate: gt,
|
|
@@ -2054,7 +2054,7 @@ const Br = Ie.use || ((n) => {
|
|
|
2054
2054
|
return $.data = !0, Ve;
|
|
2055
2055
|
},
|
|
2056
2056
|
get error() {
|
|
2057
|
-
return $.error = !0,
|
|
2057
|
+
return $.error = !0, Pe;
|
|
2058
2058
|
},
|
|
2059
2059
|
get isValidating() {
|
|
2060
2060
|
return $.isValidating = !0, Me;
|
|
@@ -2692,7 +2692,7 @@ function da(n, e) {
|
|
|
2692
2692
|
s && (t[s] = i);
|
|
2693
2693
|
}), t;
|
|
2694
2694
|
}
|
|
2695
|
-
class
|
|
2695
|
+
class ke extends K {
|
|
2696
2696
|
constructor(e, t = {}) {
|
|
2697
2697
|
super(), this.binaryType = oa, this.writeBuffer = [], e && typeof e == "object" && (t = e, e = null), e ? (e = Dn(e), t.hostname = e.host, t.secure = e.protocol === "https" || e.protocol === "wss", t.port = e.port, e.query && (t.query = e.query)) : t.host && (t.hostname = Dn(t.host).host), Mt(this, t), this.secure = t.secure != null ? t.secure : typeof location < "u" && location.protocol === "https:", t.hostname && !t.port && (t.port = this.secure ? "443" : "80"), this.hostname = t.hostname || (typeof location < "u" ? location.hostname : "localhost"), this.port = t.port || (typeof location < "u" && location.port ? location.port : this.secure ? "443" : "80"), this.transports = t.transports || [
|
|
2698
2698
|
"polling",
|
|
@@ -2734,7 +2734,7 @@ class Ae extends K {
|
|
|
2734
2734
|
}
|
|
2735
2735
|
open() {
|
|
2736
2736
|
let e;
|
|
2737
|
-
if (this.opts.rememberUpgrade &&
|
|
2737
|
+
if (this.opts.rememberUpgrade && ke.priorWebsocketSuccess && this.transports.indexOf("websocket") !== -1)
|
|
2738
2738
|
e = "websocket";
|
|
2739
2739
|
else if (this.transports.length === 0) {
|
|
2740
2740
|
this.setTimeoutFn(() => {
|
|
@@ -2757,14 +2757,14 @@ class Ae extends K {
|
|
|
2757
2757
|
}
|
|
2758
2758
|
probe(e) {
|
|
2759
2759
|
let t = this.createTransport(e), r = !1;
|
|
2760
|
-
|
|
2760
|
+
ke.priorWebsocketSuccess = !1;
|
|
2761
2761
|
const s = () => {
|
|
2762
2762
|
r || (t.send([{ type: "ping", data: "probe" }]), t.once("packet", (f) => {
|
|
2763
2763
|
if (!r)
|
|
2764
2764
|
if (f.type === "pong" && f.data === "probe") {
|
|
2765
2765
|
if (this.upgrading = !0, this.emitReserved("upgrading", t), !t)
|
|
2766
2766
|
return;
|
|
2767
|
-
|
|
2767
|
+
ke.priorWebsocketSuccess = t.name === "websocket", this.transport.pause(() => {
|
|
2768
2768
|
r || this.readyState !== "closed" && (h(), this.setTransport(t), t.send([{ type: "upgrade" }]), this.emitReserved("upgrade", t), t = null, this.upgrading = !1, this.flush());
|
|
2769
2769
|
});
|
|
2770
2770
|
} else {
|
|
@@ -2797,7 +2797,7 @@ class Ae extends K {
|
|
|
2797
2797
|
}, 200) : t.open();
|
|
2798
2798
|
}
|
|
2799
2799
|
onOpen() {
|
|
2800
|
-
if (this.readyState = "open",
|
|
2800
|
+
if (this.readyState = "open", ke.priorWebsocketSuccess = this.transport.name === "websocket", this.emitReserved("open"), this.flush(), this.readyState === "open" && this.opts.upgrade) {
|
|
2801
2801
|
let e = 0;
|
|
2802
2802
|
const t = this.upgrades.length;
|
|
2803
2803
|
for (; e < t; e++)
|
|
@@ -2881,7 +2881,7 @@ class Ae extends K {
|
|
|
2881
2881
|
}) : this.upgrading ? r() : e()), this;
|
|
2882
2882
|
}
|
|
2883
2883
|
onError(e) {
|
|
2884
|
-
|
|
2884
|
+
ke.priorWebsocketSuccess = !1, this.emitReserved("error", e), this.onClose("transport error", e);
|
|
2885
2885
|
}
|
|
2886
2886
|
onClose(e, t) {
|
|
2887
2887
|
(this.readyState === "opening" || this.readyState === "open" || this.readyState === "closing") && (this.clearTimeoutFn(this.pingTimeoutTimer), this.transport.removeAllListeners("close"), this.transport.close(), this.transport.removeAllListeners(), typeof removeEventListener == "function" && (removeEventListener("beforeunload", this.beforeunloadEventListener, !1), removeEventListener("offline", this.offlineEventListener, !1)), this.readyState = "closed", this.id = null, this.emitReserved("close", e, t), this.writeBuffer = [], this.prevBufferLen = 0);
|
|
@@ -2895,7 +2895,7 @@ class Ae extends K {
|
|
|
2895
2895
|
return t;
|
|
2896
2896
|
}
|
|
2897
2897
|
}
|
|
2898
|
-
|
|
2898
|
+
ke.protocol = Os;
|
|
2899
2899
|
function pa(n, e = "", t) {
|
|
2900
2900
|
let r = n;
|
|
2901
2901
|
t = t || typeof location < "u" && location, n == null && (n = t.protocol + "//" + t.host), typeof n == "string" && (n.charAt(0) === "/" && (n.charAt(1) === "/" ? n = t.protocol + n : n = t.host + n), /^(https?|wss?):\/\//.test(n) || (typeof t < "u" ? n = t.protocol + "//" + n : n = "https://" + n), r = Dn(n)), r.port || (/^(http|ws)$/.test(r.protocol) ? r.port = "80" : /^(http|ws)s$/.test(r.protocol) && (r.port = "443")), r.path = r.path || "/";
|
|
@@ -3429,7 +3429,7 @@ class Pn extends K {
|
|
|
3429
3429
|
open(e) {
|
|
3430
3430
|
if (~this._readyState.indexOf("open"))
|
|
3431
3431
|
return this;
|
|
3432
|
-
this.engine = new
|
|
3432
|
+
this.engine = new ke(this.uri, this.opts);
|
|
3433
3433
|
const t = this.engine, r = this;
|
|
3434
3434
|
this._readyState = "opening", this.skipReconnect = !1;
|
|
3435
3435
|
const s = pe(t, "open", function() {
|
|
@@ -3539,18 +3539,20 @@ Object.assign(Bt, {
|
|
|
3539
3539
|
connect: Bt
|
|
3540
3540
|
});
|
|
3541
3541
|
class xa {
|
|
3542
|
-
constructor(e, t, r) {
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3542
|
+
constructor(e, t, r, s) {
|
|
3543
|
+
Ae(this, "socket_port");
|
|
3544
|
+
Ae(this, "host");
|
|
3545
|
+
Ae(this, "port");
|
|
3546
|
+
Ae(this, "protocol");
|
|
3547
|
+
Ae(this, "url");
|
|
3548
|
+
Ae(this, "site_name");
|
|
3549
|
+
Ae(this, "socket");
|
|
3550
|
+
var i, o;
|
|
3551
|
+
this.socket_port = r != null ? r : "9000", this.host = (i = window.location) == null ? void 0 : i.hostname, this.port = (o = window.location) != null && o.port ? `:${this.socket_port}` : "", this.protocol = this.port ? "http" : "https", this.url = e || `${this.protocol}://${this.host}${this.port}`, this.site_name = t != null ? t : frappe == null ? void 0 : frappe.boot.sitename, this.socket = Bt(`${this.url}/${this.site_name}`, {
|
|
3551
3552
|
withCredentials: !0,
|
|
3552
|
-
|
|
3553
|
-
|
|
3553
|
+
secure: this.protocol === "https",
|
|
3554
|
+
extraHeaders: s && s.useToken === !0 ? {
|
|
3555
|
+
Authorization: `${s.type} ${s.token}`
|
|
3554
3556
|
} : {}
|
|
3555
3557
|
});
|
|
3556
3558
|
}
|
|
@@ -3682,9 +3684,9 @@ function Aa() {
|
|
|
3682
3684
|
return null;
|
|
3683
3685
|
}
|
|
3684
3686
|
var $ = Object.assign, be = 0, we, Ze, Ee, et, yt, Re, Se;
|
|
3685
|
-
function
|
|
3687
|
+
function Pe() {
|
|
3686
3688
|
}
|
|
3687
|
-
|
|
3689
|
+
Pe.__reactDisabledLog = !0;
|
|
3688
3690
|
function mt() {
|
|
3689
3691
|
{
|
|
3690
3692
|
if (be === 0) {
|
|
@@ -3692,7 +3694,7 @@ function Aa() {
|
|
|
3692
3694
|
var u = {
|
|
3693
3695
|
configurable: !0,
|
|
3694
3696
|
enumerable: !0,
|
|
3695
|
-
value:
|
|
3697
|
+
value: Pe,
|
|
3696
3698
|
writable: !0
|
|
3697
3699
|
};
|
|
3698
3700
|
Object.defineProperties(console, {
|
|
@@ -3920,7 +3922,7 @@ function Aa() {
|
|
|
3920
3922
|
if (ie(u))
|
|
3921
3923
|
return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", bt(u)), ue(u);
|
|
3922
3924
|
}
|
|
3923
|
-
var
|
|
3925
|
+
var Be = g.ReactCurrentOwner, nt = {
|
|
3924
3926
|
key: !0,
|
|
3925
3927
|
ref: !0,
|
|
3926
3928
|
__self: !0,
|
|
@@ -3944,9 +3946,9 @@ function Aa() {
|
|
|
3944
3946
|
return u.key !== void 0;
|
|
3945
3947
|
}
|
|
3946
3948
|
function Is(u, d) {
|
|
3947
|
-
if (typeof u.ref == "string" &&
|
|
3948
|
-
var y = Z(
|
|
3949
|
-
Wt[y] || (S('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', Z(
|
|
3949
|
+
if (typeof u.ref == "string" && Be.current && d && Be.current.stateNode !== d) {
|
|
3950
|
+
var y = Z(Be.current.type);
|
|
3951
|
+
Wt[y] || (S('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', Z(Be.current.type), u.ref), Wt[y] = !0);
|
|
3950
3952
|
}
|
|
3951
3953
|
}
|
|
3952
3954
|
function Vs(u, d) {
|
|
@@ -4012,7 +4014,7 @@ function Aa() {
|
|
|
4012
4014
|
var Y = typeof u == "function" ? u.displayName || u.name || "Unknown" : u;
|
|
4013
4015
|
R && Vs(O, Y), se && js(O, Y);
|
|
4014
4016
|
}
|
|
4015
|
-
return $s(u, R, se, A, _,
|
|
4017
|
+
return $s(u, R, se, A, _, Be.current, O);
|
|
4016
4018
|
}
|
|
4017
4019
|
}
|
|
4018
4020
|
var Ht = g.ReactCurrentOwner, Xn = g.ReactDebugCurrentFrame;
|
|
@@ -4178,27 +4180,28 @@ const ka = Ps.exports.jsx, te = zr(null), Fa = ({
|
|
|
4178
4180
|
url: n = "",
|
|
4179
4181
|
tokenParams: e,
|
|
4180
4182
|
socketPort: t,
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
+
siteName: r,
|
|
4184
|
+
enableSocket: s = !0,
|
|
4185
|
+
children: i
|
|
4183
4186
|
}) => {
|
|
4184
|
-
const
|
|
4185
|
-
const
|
|
4187
|
+
const o = Kr(() => {
|
|
4188
|
+
const c = new oo.FrappeApp(n, e);
|
|
4186
4189
|
return {
|
|
4187
4190
|
url: n,
|
|
4188
4191
|
tokenParams: e,
|
|
4189
|
-
app:
|
|
4190
|
-
auth:
|
|
4191
|
-
db:
|
|
4192
|
-
call:
|
|
4193
|
-
file:
|
|
4194
|
-
socket:
|
|
4195
|
-
enableSocket:
|
|
4192
|
+
app: c,
|
|
4193
|
+
auth: c.auth(),
|
|
4194
|
+
db: c.db(),
|
|
4195
|
+
call: c.call(),
|
|
4196
|
+
file: c.file(),
|
|
4197
|
+
socket: s ? new xa(n, r, t, e).socket : void 0,
|
|
4198
|
+
enableSocket: s,
|
|
4196
4199
|
socketPort: t
|
|
4197
4200
|
};
|
|
4198
|
-
}, [n, e, t,
|
|
4201
|
+
}, [n, e, t, s]);
|
|
4199
4202
|
return /* @__PURE__ */ ka(te.Provider, {
|
|
4200
|
-
value:
|
|
4201
|
-
children:
|
|
4203
|
+
value: o,
|
|
4204
|
+
children: i
|
|
4202
4205
|
});
|
|
4203
4206
|
}, Ua = (n) => {
|
|
4204
4207
|
const {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(A,d){typeof exports=="object"&&typeof module<"u"?d(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],d):(A=typeof globalThis<"u"?globalThis:A||self,d(A["Frappe React"]={},A.React))})(this,function(A,d){"use strict";var Va=Object.defineProperty;var ja=(A,d,Ie)=>d in A?Va(A,d,{enumerable:!0,configurable:!0,writable:!0,value:Ie}):A[d]=Ie;var Ue=(A,d,Ie)=>(ja(A,typeof d!="symbol"?d+"":d,Ie),Ie);const Le=(n=>n&&typeof n=="object"&&"default"in n?n:{default:n})(d);var N=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Wt={},Qe={},Ze={},ae=N&&N.__assign||function(){return ae=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(n[s]=e[s])}return n},ae.apply(this,arguments)},pt=N&&N.__awaiter||function(n,e,t,r){function s(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function c(h){try{a(r.next(h))}catch(f){o(f)}}function l(h){try{a(r.throw(h))}catch(f){o(f)}}function a(h){h.done?i(h.value):s(h.value).then(c,l)}a((r=r.apply(n,e||[])).next())})},vt=N&&N.__generator||function(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(a){return function(h){return l([a,h])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,s&&(i=a[0]&2?s.return:a[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,a[1])).done)return i;switch(s=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,s=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(n,t)}catch(h){a=[6,h],s=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(Ze,"__esModule",{value:!0}),Ze.FrappeCall=void 0;var Ps=function(){function n(e,t,r,s,i){this.appURL=e,this.axios=t,this.useToken=r!=null?r:!1,this.token=s,this.tokenType=i}return n.prototype.get=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.get("/api/method/".concat(e),{params:t}).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n.prototype.post=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.post("/api/method/".concat(e),ae({},t)).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n.prototype.put=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.put("/api/method/".concat(e),ae({},t)).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n.prototype.delete=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.delete("/api/method/".concat(e),{params:t}).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n}();Ze.FrappeCall=Ps;var $e={},J=N&&N.__assign||function(){return J=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(n[s]=e[s])}return n},J.apply(this,arguments)},Ne=N&&N.__awaiter||function(n,e,t,r){function s(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function c(h){try{a(r.next(h))}catch(f){o(f)}}function l(h){try{a(r.throw(h))}catch(f){o(f)}}function a(h){h.done?i(h.value):s(h.value).then(c,l)}a((r=r.apply(n,e||[])).next())})},Fe=N&&N.__generator||function(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(a){return function(h){return l([a,h])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,s&&(i=a[0]&2?s.return:a[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,a[1])).done)return i;switch(s=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,s=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(n,t)}catch(h){a=[6,h],s=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty($e,"__esModule",{value:!0}),$e.FrappeDB=void 0;var Bs=function(){function n(e,t,r,s,i){this.appURL=e,this.axios=t,this.useToken=r!=null?r:!1,this.token=s,this.tokenType=i}return n.prototype.getDoc=function(e,t){return t===void 0&&(t=""),Ne(this,void 0,void 0,function(){return Fe(this,function(r){return[2,this.axios.get("/api/resource/".concat(e,"/").concat(t)).then(function(s){return s.data.data}).catch(function(s){var i,o;throw J(J({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:"There was an error while fetching the document.",exception:(o=(i=s.response.data.exception)!==null&&i!==void 0?i:s.response.data.exc_type)!==null&&o!==void 0?o:""})})]})})},n.prototype.getDocList=function(e,t){var r;return Ne(this,void 0,void 0,function(){var s,i,o,c,l,a,h,f,v,y,w;return Fe(this,function(E){return s={},t&&(i=t.fields,o=t.filters,c=t.orFilters,l=t.orderBy,a=t.limit,h=t.limit_start,f=t.groupBy,v=t.asDict,y=v===void 0?!0:v,w=l?"".concat(String(l==null?void 0:l.field)," ").concat((r=l==null?void 0:l.order)!==null&&r!==void 0?r:"asc"):"",s={fields:i?JSON.stringify(i):void 0,filters:o?JSON.stringify(o):void 0,or_filters:c?JSON.stringify(c):void 0,order_by:w,group_by:f,limit:a,limit_start:h,as_dict:y}),[2,this.axios.get("/api/resource/".concat(e),{params:s}).then(function(x){return x.data.data}).catch(function(x){var b,C;throw J(J({},x.response.data),{httpStatus:x.response.status,httpStatusText:x.response.statusText,message:"There was an error while fetching the documents.",exception:(C=(b=x.response.data.exception)!==null&&b!==void 0?b:x.response.data.exc_type)!==null&&C!==void 0?C:""})})]})})},n.prototype.createDoc=function(e,t){return Ne(this,void 0,void 0,function(){return Fe(this,function(r){return[2,this.axios.post("/api/resource/".concat(e),J({},t)).then(function(s){return s.data.data}).catch(function(s){var i,o,c;throw J(J({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error while creating the document.",exception:(c=(o=s.response.data.exception)!==null&&o!==void 0?o:s.response.data.exc_type)!==null&&c!==void 0?c:""})})]})})},n.prototype.updateDoc=function(e,t,r){return Ne(this,void 0,void 0,function(){return Fe(this,function(s){return[2,this.axios.put("/api/resource/".concat(e,"/").concat(t),J({},r)).then(function(i){return i.data.data}).catch(function(i){var o,c,l;throw J(J({},i.response.data),{httpStatus:i.response.status,httpStatusText:i.response.statusText,message:(o=i.response.data.message)!==null&&o!==void 0?o:"There was an error while updating the document.",exception:(l=(c=i.response.data.exception)!==null&&c!==void 0?c:i.response.data.exc_type)!==null&&l!==void 0?l:""})})]})})},n.prototype.deleteDoc=function(e,t){return Ne(this,void 0,void 0,function(){return Fe(this,function(r){return[2,this.axios.delete("/api/resource/".concat(e,"/").concat(t)).then(function(s){return s.data}).catch(function(s){var i,o;throw J(J({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:"There was an error while deleting the document.",exception:(o=(i=s.response.data.exception)!==null&&i!==void 0?i:s.response.data.exc_type)!==null&&o!==void 0?o:""})})]})})},n.prototype.getCount=function(e,t,r,s){return r===void 0&&(r=!1),s===void 0&&(s=!1),Ne(this,void 0,void 0,function(){var i;return Fe(this,function(o){return i={doctype:e,filters:[]},r&&(i.cache=r),s&&(i.debug=s),t&&(i.filters=t?JSON.stringify(t):void 0),[2,this.axios.get("/api/method/frappe.client.get_count",{params:i}).then(function(c){return c.data.message}).catch(function(c){var l,a;throw J(J({},c.response.data),{httpStatus:c.response.status,httpStatusText:c.response.statusText,message:"There was an error while getting the count.",exception:(a=(l=c.response.data.exception)!==null&&l!==void 0?l:c.response.data.exc_type)!==null&&a!==void 0?a:""})})]})})},n.prototype.getLastDoc=function(e,t){return Ne(this,void 0,void 0,function(){var r,s;return Fe(this,function(i){switch(i.label){case 0:return r={orderBy:{field:"creation",order:"desc"}},t&&(r=J(J({},r),t)),[4,this.getDocList(e,J(J({},r),{limit:1,fields:["name"]}))];case 1:return s=i.sent(),s.length>0?[2,this.getDoc(e,s[0].name)]:[2,{}]}})})},n}();$e.FrappeDB=Bs;var et={},yt=N&&N.__assign||function(){return yt=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(n[s]=e[s])}return n},yt.apply(this,arguments)},Us=N&&N.__awaiter||function(n,e,t,r){function s(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function c(h){try{a(r.next(h))}catch(f){o(f)}}function l(h){try{a(r.throw(h))}catch(f){o(f)}}function a(h){h.done?i(h.value):s(h.value).then(c,l)}a((r=r.apply(n,e||[])).next())})},Is=N&&N.__generator||function(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(a){return function(h){return l([a,h])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,s&&(i=a[0]&2?s.return:a[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,a[1])).done)return i;switch(s=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,s=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(n,t)}catch(h){a=[6,h],s=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(et,"__esModule",{value:!0}),et.FrappeFileUpload=void 0;var Vs=function(){function n(e,t,r,s,i){this.appURL=e,this.axios=t,this.useToken=r!=null?r:!1,this.token=s,this.tokenType=i}return n.prototype.uploadFile=function(e,t,r){return Us(this,void 0,void 0,function(){var s,i,o,c,l,a,h;return Is(this,function(f){return s=new FormData,e&&s.append("file",e,e.name),i=t.isPrivate,o=t.folder,c=t.file_url,l=t.doctype,a=t.docname,h=t.fieldname,i&&s.append("is_private","1"),o&&s.append("folder",o),c&&s.append("file_url",c),l&&a&&(s.append("doctype",l),s.append("docname",a),h&&s.append("fieldname",h)),[2,this.axios.post("/api/method/upload_file",s,{onUploadProgress:function(v){r&&r(v.loaded,v.total)}}).catch(function(v){var y,w;throw yt(yt({},v.response.data),{httpStatus:v.response.status,httpStatusText:v.response.statusText,message:(y=v.response.data.message)!==null&&y!==void 0?y:"There was an error while uploading the file.",exception:(w=v.response.data.exception)!==null&&w!==void 0?w:""})})]})})},n}();et.FrappeFileUpload=Vs;var Ve={},Kn={exports:{}},Ht={exports:{}},Gn=function(e,t){return function(){for(var s=new Array(arguments.length),i=0;i<s.length;i++)s[i]=arguments[i];return e.apply(t,s)}},js=Gn,xe=Object.prototype.toString;function Jt(n){return Array.isArray(n)}function Yt(n){return typeof n>"u"}function Ms(n){return n!==null&&!Yt(n)&&n.constructor!==null&&!Yt(n.constructor)&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function Xn(n){return xe.call(n)==="[object ArrayBuffer]"}function qs(n){return xe.call(n)==="[object FormData]"}function Ws(n){var e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(n):e=n&&n.buffer&&Xn(n.buffer),e}function Hs(n){return typeof n=="string"}function Js(n){return typeof n=="number"}function Qn(n){return n!==null&&typeof n=="object"}function mt(n){if(xe.call(n)!=="[object Object]")return!1;var e=Object.getPrototypeOf(n);return e===null||e===Object.prototype}function Ys(n){return xe.call(n)==="[object Date]"}function zs(n){return xe.call(n)==="[object File]"}function Ks(n){return xe.call(n)==="[object Blob]"}function Zn(n){return xe.call(n)==="[object Function]"}function Gs(n){return Qn(n)&&Zn(n.pipe)}function Xs(n){return xe.call(n)==="[object URLSearchParams]"}function Qs(n){return n.trim?n.trim():n.replace(/^\s+|\s+$/g,"")}function Zs(){return typeof navigator<"u"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window<"u"&&typeof document<"u"}function zt(n,e){if(!(n===null||typeof n>"u"))if(typeof n!="object"&&(n=[n]),Jt(n))for(var t=0,r=n.length;t<r;t++)e.call(null,n[t],t,n);else for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&e.call(null,n[s],s,n)}function Kt(){var n={};function e(s,i){mt(n[i])&&mt(s)?n[i]=Kt(n[i],s):mt(s)?n[i]=Kt({},s):Jt(s)?n[i]=s.slice():n[i]=s}for(var t=0,r=arguments.length;t<r;t++)zt(arguments[t],e);return n}function $s(n,e,t){return zt(e,function(s,i){t&&typeof s=="function"?n[i]=js(s,t):n[i]=s}),n}function ei(n){return n.charCodeAt(0)===65279&&(n=n.slice(1)),n}var se={isArray:Jt,isArrayBuffer:Xn,isBuffer:Ms,isFormData:qs,isArrayBufferView:Ws,isString:Hs,isNumber:Js,isObject:Qn,isPlainObject:mt,isUndefined:Yt,isDate:Ys,isFile:zs,isBlob:Ks,isFunction:Zn,isStream:Gs,isURLSearchParams:Xs,isStandardBrowserEnv:Zs,forEach:zt,merge:Kt,extend:$s,trim:Qs,stripBOM:ei},je=se;function $n(n){return encodeURIComponent(n).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var er=function(e,t,r){if(!t)return e;var s;if(r)s=r(t);else if(je.isURLSearchParams(t))s=t.toString();else{var i=[];je.forEach(t,function(l,a){l===null||typeof l>"u"||(je.isArray(l)?a=a+"[]":l=[l],je.forEach(l,function(f){je.isDate(f)?f=f.toISOString():je.isObject(f)&&(f=JSON.stringify(f)),i.push($n(a)+"="+$n(f))}))}),s=i.join("&")}if(s){var o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e},ti=se;function gt(){this.handlers=[]}gt.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1},gt.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},gt.prototype.forEach=function(e){ti.forEach(this.handlers,function(r){r!==null&&e(r)})};var ni=gt,ri=se,si=function(e,t){ri.forEach(e,function(s,i){i!==t&&i.toUpperCase()===t.toUpperCase()&&(e[t]=s,delete e[i])})},tr=function(e,t,r,s,i){return e.config=t,r&&(e.code=r),e.request=s,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e},nr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Gt,rr;function sr(){if(rr)return Gt;rr=1;var n=tr;return Gt=function(t,r,s,i,o){var c=new Error(t);return n(c,r,s,i,o)},Gt}var Xt,ir;function ii(){if(ir)return Xt;ir=1;var n=sr();return Xt=function(t,r,s){var i=s.config.validateStatus;!s.status||!i||i(s.status)?t(s):r(n("Request failed with status code "+s.status,s.config,null,s.request,s))},Xt}var Qt,or;function oi(){if(or)return Qt;or=1;var n=se;return Qt=n.isStandardBrowserEnv()?function(){return{write:function(r,s,i,o,c,l){var a=[];a.push(r+"="+encodeURIComponent(s)),n.isNumber(i)&&a.push("expires="+new Date(i).toGMTString()),n.isString(o)&&a.push("path="+o),n.isString(c)&&a.push("domain="+c),l===!0&&a.push("secure"),document.cookie=a.join("; ")},read:function(r){var s=document.cookie.match(new RegExp("(^|;\\s*)("+r+")=([^;]*)"));return s?decodeURIComponent(s[3]):null},remove:function(r){this.write(r,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),Qt}var Zt,ar;function ai(){return ar||(ar=1,Zt=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}),Zt}var $t,ur;function ui(){return ur||(ur=1,$t=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}),$t}var en,cr;function ci(){if(cr)return en;cr=1;var n=ai(),e=ui();return en=function(r,s){return r&&!n(s)?e(r,s):s},en}var tn,lr;function li(){if(lr)return tn;lr=1;var n=se,e=["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"];return tn=function(r){var s={},i,o,c;return r&&n.forEach(r.split(`
|
|
1
|
+
(function(A,d){typeof exports=="object"&&typeof module<"u"?d(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],d):(A=typeof globalThis<"u"?globalThis:A||self,d(A["Frappe React"]={},A.React))})(this,function(A,d){"use strict";var Va=Object.defineProperty;var ja=(A,d,Ie)=>d in A?Va(A,d,{enumerable:!0,configurable:!0,writable:!0,value:Ie}):A[d]=Ie;var Le=(A,d,Ie)=>(ja(A,typeof d!="symbol"?d+"":d,Ie),Ie);const Ne=(n=>n&&typeof n=="object"&&"default"in n?n:{default:n})(d);var N=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Wt={},Qe={},Ze={},ae=N&&N.__assign||function(){return ae=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(n[s]=e[s])}return n},ae.apply(this,arguments)},pt=N&&N.__awaiter||function(n,e,t,r){function s(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function c(h){try{a(r.next(h))}catch(f){o(f)}}function l(h){try{a(r.throw(h))}catch(f){o(f)}}function a(h){h.done?i(h.value):s(h.value).then(c,l)}a((r=r.apply(n,e||[])).next())})},vt=N&&N.__generator||function(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(a){return function(h){return l([a,h])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,s&&(i=a[0]&2?s.return:a[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,a[1])).done)return i;switch(s=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,s=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(n,t)}catch(h){a=[6,h],s=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(Ze,"__esModule",{value:!0}),Ze.FrappeCall=void 0;var Ps=function(){function n(e,t,r,s,i){this.appURL=e,this.axios=t,this.useToken=r!=null?r:!1,this.token=s,this.tokenType=i}return n.prototype.get=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.get("/api/method/".concat(e),{params:t}).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n.prototype.post=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.post("/api/method/".concat(e),ae({},t)).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n.prototype.put=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.put("/api/method/".concat(e),ae({},t)).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n.prototype.delete=function(e,t){return pt(this,void 0,void 0,function(){return vt(this,function(r){return[2,this.axios.delete("/api/method/".concat(e),{params:t}).then(function(s){return s.data}).catch(function(s){var i,o;throw ae(ae({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error.",exception:(o=s.response.data.exception)!==null&&o!==void 0?o:""})})]})})},n}();Ze.FrappeCall=Ps;var $e={},J=N&&N.__assign||function(){return J=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(n[s]=e[s])}return n},J.apply(this,arguments)},Fe=N&&N.__awaiter||function(n,e,t,r){function s(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function c(h){try{a(r.next(h))}catch(f){o(f)}}function l(h){try{a(r.throw(h))}catch(f){o(f)}}function a(h){h.done?i(h.value):s(h.value).then(c,l)}a((r=r.apply(n,e||[])).next())})},Pe=N&&N.__generator||function(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(a){return function(h){return l([a,h])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,s&&(i=a[0]&2?s.return:a[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,a[1])).done)return i;switch(s=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,s=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(n,t)}catch(h){a=[6,h],s=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty($e,"__esModule",{value:!0}),$e.FrappeDB=void 0;var Bs=function(){function n(e,t,r,s,i){this.appURL=e,this.axios=t,this.useToken=r!=null?r:!1,this.token=s,this.tokenType=i}return n.prototype.getDoc=function(e,t){return t===void 0&&(t=""),Fe(this,void 0,void 0,function(){return Pe(this,function(r){return[2,this.axios.get("/api/resource/".concat(e,"/").concat(t)).then(function(s){return s.data.data}).catch(function(s){var i,o;throw J(J({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:"There was an error while fetching the document.",exception:(o=(i=s.response.data.exception)!==null&&i!==void 0?i:s.response.data.exc_type)!==null&&o!==void 0?o:""})})]})})},n.prototype.getDocList=function(e,t){var r;return Fe(this,void 0,void 0,function(){var s,i,o,c,l,a,h,f,v,y,w;return Pe(this,function(E){return s={},t&&(i=t.fields,o=t.filters,c=t.orFilters,l=t.orderBy,a=t.limit,h=t.limit_start,f=t.groupBy,v=t.asDict,y=v===void 0?!0:v,w=l?"".concat(String(l==null?void 0:l.field)," ").concat((r=l==null?void 0:l.order)!==null&&r!==void 0?r:"asc"):"",s={fields:i?JSON.stringify(i):void 0,filters:o?JSON.stringify(o):void 0,or_filters:c?JSON.stringify(c):void 0,order_by:w,group_by:f,limit:a,limit_start:h,as_dict:y}),[2,this.axios.get("/api/resource/".concat(e),{params:s}).then(function(x){return x.data.data}).catch(function(x){var b,C;throw J(J({},x.response.data),{httpStatus:x.response.status,httpStatusText:x.response.statusText,message:"There was an error while fetching the documents.",exception:(C=(b=x.response.data.exception)!==null&&b!==void 0?b:x.response.data.exc_type)!==null&&C!==void 0?C:""})})]})})},n.prototype.createDoc=function(e,t){return Fe(this,void 0,void 0,function(){return Pe(this,function(r){return[2,this.axios.post("/api/resource/".concat(e),J({},t)).then(function(s){return s.data.data}).catch(function(s){var i,o,c;throw J(J({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:(i=s.response.data.message)!==null&&i!==void 0?i:"There was an error while creating the document.",exception:(c=(o=s.response.data.exception)!==null&&o!==void 0?o:s.response.data.exc_type)!==null&&c!==void 0?c:""})})]})})},n.prototype.updateDoc=function(e,t,r){return Fe(this,void 0,void 0,function(){return Pe(this,function(s){return[2,this.axios.put("/api/resource/".concat(e,"/").concat(t),J({},r)).then(function(i){return i.data.data}).catch(function(i){var o,c,l;throw J(J({},i.response.data),{httpStatus:i.response.status,httpStatusText:i.response.statusText,message:(o=i.response.data.message)!==null&&o!==void 0?o:"There was an error while updating the document.",exception:(l=(c=i.response.data.exception)!==null&&c!==void 0?c:i.response.data.exc_type)!==null&&l!==void 0?l:""})})]})})},n.prototype.deleteDoc=function(e,t){return Fe(this,void 0,void 0,function(){return Pe(this,function(r){return[2,this.axios.delete("/api/resource/".concat(e,"/").concat(t)).then(function(s){return s.data}).catch(function(s){var i,o;throw J(J({},s.response.data),{httpStatus:s.response.status,httpStatusText:s.response.statusText,message:"There was an error while deleting the document.",exception:(o=(i=s.response.data.exception)!==null&&i!==void 0?i:s.response.data.exc_type)!==null&&o!==void 0?o:""})})]})})},n.prototype.getCount=function(e,t,r,s){return r===void 0&&(r=!1),s===void 0&&(s=!1),Fe(this,void 0,void 0,function(){var i;return Pe(this,function(o){return i={doctype:e,filters:[]},r&&(i.cache=r),s&&(i.debug=s),t&&(i.filters=t?JSON.stringify(t):void 0),[2,this.axios.get("/api/method/frappe.client.get_count",{params:i}).then(function(c){return c.data.message}).catch(function(c){var l,a;throw J(J({},c.response.data),{httpStatus:c.response.status,httpStatusText:c.response.statusText,message:"There was an error while getting the count.",exception:(a=(l=c.response.data.exception)!==null&&l!==void 0?l:c.response.data.exc_type)!==null&&a!==void 0?a:""})})]})})},n.prototype.getLastDoc=function(e,t){return Fe(this,void 0,void 0,function(){var r,s;return Pe(this,function(i){switch(i.label){case 0:return r={orderBy:{field:"creation",order:"desc"}},t&&(r=J(J({},r),t)),[4,this.getDocList(e,J(J({},r),{limit:1,fields:["name"]}))];case 1:return s=i.sent(),s.length>0?[2,this.getDoc(e,s[0].name)]:[2,{}]}})})},n}();$e.FrappeDB=Bs;var et={},yt=N&&N.__assign||function(){return yt=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(n[s]=e[s])}return n},yt.apply(this,arguments)},Us=N&&N.__awaiter||function(n,e,t,r){function s(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function c(h){try{a(r.next(h))}catch(f){o(f)}}function l(h){try{a(r.throw(h))}catch(f){o(f)}}function a(h){h.done?i(h.value):s(h.value).then(c,l)}a((r=r.apply(n,e||[])).next())})},Is=N&&N.__generator||function(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(a){return function(h){return l([a,h])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,s&&(i=a[0]&2?s.return:a[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,a[1])).done)return i;switch(s=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,s=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(n,t)}catch(h){a=[6,h],s=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(et,"__esModule",{value:!0}),et.FrappeFileUpload=void 0;var Vs=function(){function n(e,t,r,s,i){this.appURL=e,this.axios=t,this.useToken=r!=null?r:!1,this.token=s,this.tokenType=i}return n.prototype.uploadFile=function(e,t,r){return Us(this,void 0,void 0,function(){var s,i,o,c,l,a,h;return Is(this,function(f){return s=new FormData,e&&s.append("file",e,e.name),i=t.isPrivate,o=t.folder,c=t.file_url,l=t.doctype,a=t.docname,h=t.fieldname,i&&s.append("is_private","1"),o&&s.append("folder",o),c&&s.append("file_url",c),l&&a&&(s.append("doctype",l),s.append("docname",a),h&&s.append("fieldname",h)),[2,this.axios.post("/api/method/upload_file",s,{onUploadProgress:function(v){r&&r(v.loaded,v.total)}}).catch(function(v){var y,w;throw yt(yt({},v.response.data),{httpStatus:v.response.status,httpStatusText:v.response.statusText,message:(y=v.response.data.message)!==null&&y!==void 0?y:"There was an error while uploading the file.",exception:(w=v.response.data.exception)!==null&&w!==void 0?w:""})})]})})},n}();et.FrappeFileUpload=Vs;var Ve={},Kn={exports:{}},Ht={exports:{}},Gn=function(e,t){return function(){for(var s=new Array(arguments.length),i=0;i<s.length;i++)s[i]=arguments[i];return e.apply(t,s)}},js=Gn,xe=Object.prototype.toString;function Jt(n){return Array.isArray(n)}function Yt(n){return typeof n>"u"}function Ms(n){return n!==null&&!Yt(n)&&n.constructor!==null&&!Yt(n.constructor)&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function Xn(n){return xe.call(n)==="[object ArrayBuffer]"}function qs(n){return xe.call(n)==="[object FormData]"}function Ws(n){var e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(n):e=n&&n.buffer&&Xn(n.buffer),e}function Hs(n){return typeof n=="string"}function Js(n){return typeof n=="number"}function Qn(n){return n!==null&&typeof n=="object"}function mt(n){if(xe.call(n)!=="[object Object]")return!1;var e=Object.getPrototypeOf(n);return e===null||e===Object.prototype}function Ys(n){return xe.call(n)==="[object Date]"}function zs(n){return xe.call(n)==="[object File]"}function Ks(n){return xe.call(n)==="[object Blob]"}function Zn(n){return xe.call(n)==="[object Function]"}function Gs(n){return Qn(n)&&Zn(n.pipe)}function Xs(n){return xe.call(n)==="[object URLSearchParams]"}function Qs(n){return n.trim?n.trim():n.replace(/^\s+|\s+$/g,"")}function Zs(){return typeof navigator<"u"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window<"u"&&typeof document<"u"}function zt(n,e){if(!(n===null||typeof n>"u"))if(typeof n!="object"&&(n=[n]),Jt(n))for(var t=0,r=n.length;t<r;t++)e.call(null,n[t],t,n);else for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&e.call(null,n[s],s,n)}function Kt(){var n={};function e(s,i){mt(n[i])&&mt(s)?n[i]=Kt(n[i],s):mt(s)?n[i]=Kt({},s):Jt(s)?n[i]=s.slice():n[i]=s}for(var t=0,r=arguments.length;t<r;t++)zt(arguments[t],e);return n}function $s(n,e,t){return zt(e,function(s,i){t&&typeof s=="function"?n[i]=js(s,t):n[i]=s}),n}function ei(n){return n.charCodeAt(0)===65279&&(n=n.slice(1)),n}var se={isArray:Jt,isArrayBuffer:Xn,isBuffer:Ms,isFormData:qs,isArrayBufferView:Ws,isString:Hs,isNumber:Js,isObject:Qn,isPlainObject:mt,isUndefined:Yt,isDate:Ys,isFile:zs,isBlob:Ks,isFunction:Zn,isStream:Gs,isURLSearchParams:Xs,isStandardBrowserEnv:Zs,forEach:zt,merge:Kt,extend:$s,trim:Qs,stripBOM:ei},je=se;function $n(n){return encodeURIComponent(n).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var er=function(e,t,r){if(!t)return e;var s;if(r)s=r(t);else if(je.isURLSearchParams(t))s=t.toString();else{var i=[];je.forEach(t,function(l,a){l===null||typeof l>"u"||(je.isArray(l)?a=a+"[]":l=[l],je.forEach(l,function(f){je.isDate(f)?f=f.toISOString():je.isObject(f)&&(f=JSON.stringify(f)),i.push($n(a)+"="+$n(f))}))}),s=i.join("&")}if(s){var o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e},ti=se;function gt(){this.handlers=[]}gt.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1},gt.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},gt.prototype.forEach=function(e){ti.forEach(this.handlers,function(r){r!==null&&e(r)})};var ni=gt,ri=se,si=function(e,t){ri.forEach(e,function(s,i){i!==t&&i.toUpperCase()===t.toUpperCase()&&(e[t]=s,delete e[i])})},tr=function(e,t,r,s,i){return e.config=t,r&&(e.code=r),e.request=s,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e},nr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Gt,rr;function sr(){if(rr)return Gt;rr=1;var n=tr;return Gt=function(t,r,s,i,o){var c=new Error(t);return n(c,r,s,i,o)},Gt}var Xt,ir;function ii(){if(ir)return Xt;ir=1;var n=sr();return Xt=function(t,r,s){var i=s.config.validateStatus;!s.status||!i||i(s.status)?t(s):r(n("Request failed with status code "+s.status,s.config,null,s.request,s))},Xt}var Qt,or;function oi(){if(or)return Qt;or=1;var n=se;return Qt=n.isStandardBrowserEnv()?function(){return{write:function(r,s,i,o,c,l){var a=[];a.push(r+"="+encodeURIComponent(s)),n.isNumber(i)&&a.push("expires="+new Date(i).toGMTString()),n.isString(o)&&a.push("path="+o),n.isString(c)&&a.push("domain="+c),l===!0&&a.push("secure"),document.cookie=a.join("; ")},read:function(r){var s=document.cookie.match(new RegExp("(^|;\\s*)("+r+")=([^;]*)"));return s?decodeURIComponent(s[3]):null},remove:function(r){this.write(r,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),Qt}var Zt,ar;function ai(){return ar||(ar=1,Zt=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}),Zt}var $t,ur;function ui(){return ur||(ur=1,$t=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}),$t}var en,cr;function ci(){if(cr)return en;cr=1;var n=ai(),e=ui();return en=function(r,s){return r&&!n(s)?e(r,s):s},en}var tn,lr;function li(){if(lr)return tn;lr=1;var n=se,e=["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"];return tn=function(r){var s={},i,o,c;return r&&n.forEach(r.split(`
|
|
2
2
|
`),function(a){if(c=a.indexOf(":"),i=n.trim(a.substr(0,c)).toLowerCase(),o=n.trim(a.substr(c+1)),i){if(s[i]&&e.indexOf(i)>=0)return;i==="set-cookie"?s[i]=(s[i]?s[i]:[]).concat([o]):s[i]=s[i]?s[i]+", "+o:o}}),s},tn}var nn,fr;function fi(){if(fr)return nn;fr=1;var n=se;return nn=n.isStandardBrowserEnv()?function(){var t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a"),s;function i(o){var c=o;return t&&(r.setAttribute("href",c),c=r.href),r.setAttribute("href",c),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return s=i(window.location.href),function(c){var l=n.isString(c)?i(c):c;return l.protocol===s.protocol&&l.host===s.host}}():function(){return function(){return!0}}(),nn}var rn,hr;function bt(){if(hr)return rn;hr=1;function n(e){this.message=e}return n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,rn=n,rn}var sn,dr;function pr(){if(dr)return sn;dr=1;var n=se,e=ii(),t=oi(),r=er,s=ci(),i=li(),o=fi(),c=sr(),l=nr,a=bt();return sn=function(f){return new Promise(function(y,w){var E=f.data,x=f.headers,b=f.responseType,C;function F(){f.cancelToken&&f.cancelToken.unsubscribe(C),f.signal&&f.signal.removeEventListener("abort",C)}n.isFormData(E)&&delete x["Content-Type"];var g=new XMLHttpRequest;if(f.auth){var M=f.auth.username||"",V=f.auth.password?unescape(encodeURIComponent(f.auth.password)):"";x.Authorization="Basic "+btoa(M+":"+V)}var L=s(f.baseURL,f.url);g.open(f.method.toUpperCase(),r(L,f.params,f.paramsSerializer),!0),g.timeout=f.timeout;function S(){if(!!g){var P="getAllResponseHeaders"in g?i(g.getAllResponseHeaders()):null,$=!b||b==="text"||b==="json"?g.responseText:g.response,te={data:$,status:g.status,statusText:g.statusText,headers:P,config:f,request:g};e(function(W){y(W),F()},function(W){w(W),F()},te),g=null}}if("onloadend"in g?g.onloadend=S:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(S)},g.onabort=function(){!g||(w(c("Request aborted",f,"ECONNABORTED",g)),g=null)},g.onerror=function(){w(c("Network Error",f,null,g)),g=null},g.ontimeout=function(){var $=f.timeout?"timeout of "+f.timeout+"ms exceeded":"timeout exceeded",te=f.transitional||l;f.timeoutErrorMessage&&($=f.timeoutErrorMessage),w(c($,f,te.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",g)),g=null},n.isStandardBrowserEnv()){var q=(f.withCredentials||o(L))&&f.xsrfCookieName?t.read(f.xsrfCookieName):void 0;q&&(x[f.xsrfHeaderName]=q)}"setRequestHeader"in g&&n.forEach(x,function($,te){typeof E>"u"&&te.toLowerCase()==="content-type"?delete x[te]:g.setRequestHeader(te,$)}),n.isUndefined(f.withCredentials)||(g.withCredentials=!!f.withCredentials),b&&b!=="json"&&(g.responseType=f.responseType),typeof f.onDownloadProgress=="function"&&g.addEventListener("progress",f.onDownloadProgress),typeof f.onUploadProgress=="function"&&g.upload&&g.upload.addEventListener("progress",f.onUploadProgress),(f.cancelToken||f.signal)&&(C=function(P){!g||(w(!P||P&&P.type?new a("canceled"):P),g.abort(),g=null)},f.cancelToken&&f.cancelToken.subscribe(C),f.signal&&(f.signal.aborted?C():f.signal.addEventListener("abort",C))),E||(E=null),g.send(E)})},sn}var Q=se,vr=si,hi=tr,di=nr,pi={"Content-Type":"application/x-www-form-urlencoded"};function yr(n,e){!Q.isUndefined(n)&&Q.isUndefined(n["Content-Type"])&&(n["Content-Type"]=e)}function vi(){var n;return(typeof XMLHttpRequest<"u"||typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]")&&(n=pr()),n}function yi(n,e,t){if(Q.isString(n))try{return(e||JSON.parse)(n),Q.trim(n)}catch(r){if(r.name!=="SyntaxError")throw r}return(t||JSON.stringify)(n)}var _t={transitional:di,adapter:vi(),transformRequest:[function(e,t){return vr(t,"Accept"),vr(t,"Content-Type"),Q.isFormData(e)||Q.isArrayBuffer(e)||Q.isBuffer(e)||Q.isStream(e)||Q.isFile(e)||Q.isBlob(e)?e:Q.isArrayBufferView(e)?e.buffer:Q.isURLSearchParams(e)?(yr(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):Q.isObject(e)||t&&t["Content-Type"]==="application/json"?(yr(t,"application/json"),yi(e)):e}],transformResponse:[function(e){var t=this.transitional||_t.transitional,r=t&&t.silentJSONParsing,s=t&&t.forcedJSONParsing,i=!r&&this.responseType==="json";if(i||s&&Q.isString(e)&&e.length)try{return JSON.parse(e)}catch(o){if(i)throw o.name==="SyntaxError"?hi(o,this,"E_JSON_PARSE"):o}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};Q.forEach(["delete","get","head"],function(e){_t.headers[e]={}}),Q.forEach(["post","put","patch"],function(e){_t.headers[e]=Q.merge(pi)});var on=_t,mi=se,gi=on,bi=function(e,t,r){var s=this||gi;return mi.forEach(r,function(o){e=o.call(s,e,t)}),e},an,mr;function gr(){return mr||(mr=1,an=function(e){return!!(e&&e.__CANCEL__)}),an}var br=se,un=bi,_i=gr(),wi=on,Ei=bt();function cn(n){if(n.cancelToken&&n.cancelToken.throwIfRequested(),n.signal&&n.signal.aborted)throw new Ei("canceled")}var Si=function(e){cn(e),e.headers=e.headers||{},e.data=un.call(e,e.data,e.headers,e.transformRequest),e.headers=br.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),br.forEach(["delete","get","head","post","put","patch","common"],function(s){delete e.headers[s]});var t=e.adapter||wi.adapter;return t(e).then(function(s){return cn(e),s.data=un.call(e,s.data,s.headers,e.transformResponse),s},function(s){return _i(s)||(cn(e),s&&s.response&&(s.response.data=un.call(e,s.response.data,s.response.headers,e.transformResponse))),Promise.reject(s)})},oe=se,_r=function(e,t){t=t||{};var r={};function s(h,f){return oe.isPlainObject(h)&&oe.isPlainObject(f)?oe.merge(h,f):oe.isPlainObject(f)?oe.merge({},f):oe.isArray(f)?f.slice():f}function i(h){if(oe.isUndefined(t[h])){if(!oe.isUndefined(e[h]))return s(void 0,e[h])}else return s(e[h],t[h])}function o(h){if(!oe.isUndefined(t[h]))return s(void 0,t[h])}function c(h){if(oe.isUndefined(t[h])){if(!oe.isUndefined(e[h]))return s(void 0,e[h])}else return s(void 0,t[h])}function l(h){if(h in t)return s(e[h],t[h]);if(h in e)return s(void 0,e[h])}var a={url:o,method:o,data:o,baseURL:c,transformRequest:c,transformResponse:c,paramsSerializer:c,timeout:c,timeoutMessage:c,withCredentials:c,adapter:c,responseType:c,xsrfCookieName:c,xsrfHeaderName:c,onUploadProgress:c,onDownloadProgress:c,decompress:c,maxContentLength:c,maxBodyLength:c,transport:c,httpAgent:c,httpsAgent:c,cancelToken:c,socketPath:c,responseEncoding:c,validateStatus:l};return oe.forEach(Object.keys(e).concat(Object.keys(t)),function(f){var v=a[f]||i,y=v(f);oe.isUndefined(y)&&v!==l||(r[f]=y)}),r},ln,wr;function Er(){return wr||(wr=1,ln={version:"0.26.1"}),ln}var Ri=Er().version,fn={};["object","boolean","number","function","string","symbol"].forEach(function(n,e){fn[n]=function(r){return typeof r===n||"a"+(e<1?"n ":" ")+n}});var Sr={};fn.transitional=function(e,t,r){function s(i,o){return"[Axios v"+Ri+"] Transitional option '"+i+"'"+o+(r?". "+r:"")}return function(i,o,c){if(e===!1)throw new Error(s(o," has been removed"+(t?" in "+t:"")));return t&&!Sr[o]&&(Sr[o]=!0,console.warn(s(o," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(i,o,c):!0}};function Ti(n,e,t){if(typeof n!="object")throw new TypeError("options must be an object");for(var r=Object.keys(n),s=r.length;s-- >0;){var i=r[s],o=e[i];if(o){var c=n[i],l=c===void 0||o(c,i,n);if(l!==!0)throw new TypeError("option "+i+" must be "+l);continue}if(t!==!0)throw Error("Unknown option "+i)}}var Ci={assertOptions:Ti,validators:fn},Rr=se,Oi=er,Tr=ni,Cr=Si,wt=_r,Or=Ci,Me=Or.validators;function tt(n){this.defaults=n,this.interceptors={request:new Tr,response:new Tr}}tt.prototype.request=function(e,t){typeof e=="string"?(t=t||{},t.url=e):t=e||{},t=wt(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var r=t.transitional;r!==void 0&&Or.assertOptions(r,{silentJSONParsing:Me.transitional(Me.boolean),forcedJSONParsing:Me.transitional(Me.boolean),clarifyTimeoutError:Me.transitional(Me.boolean)},!1);var s=[],i=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(t)===!1||(i=i&&y.synchronous,s.unshift(y.fulfilled,y.rejected))});var o=[];this.interceptors.response.forEach(function(y){o.push(y.fulfilled,y.rejected)});var c;if(!i){var l=[Cr,void 0];for(Array.prototype.unshift.apply(l,s),l=l.concat(o),c=Promise.resolve(t);l.length;)c=c.then(l.shift(),l.shift());return c}for(var a=t;s.length;){var h=s.shift(),f=s.shift();try{a=h(a)}catch(v){f(v);break}}try{c=Cr(a)}catch(v){return Promise.reject(v)}for(;o.length;)c=c.then(o.shift(),o.shift());return c},tt.prototype.getUri=function(e){return e=wt(this.defaults,e),Oi(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},Rr.forEach(["delete","get","head","options"],function(e){tt.prototype[e]=function(t,r){return this.request(wt(r||{},{method:e,url:t,data:(r||{}).data}))}}),Rr.forEach(["post","put","patch"],function(e){tt.prototype[e]=function(t,r,s){return this.request(wt(s||{},{method:e,url:t,data:r}))}});var xi=tt,hn,xr;function Ai(){if(xr)return hn;xr=1;var n=bt();function e(t){if(typeof t!="function")throw new TypeError("executor must be a function.");var r;this.promise=new Promise(function(o){r=o});var s=this;this.promise.then(function(i){if(!!s._listeners){var o,c=s._listeners.length;for(o=0;o<c;o++)s._listeners[o](i);s._listeners=null}}),this.promise.then=function(i){var o,c=new Promise(function(l){s.subscribe(l),o=l}).then(i);return c.cancel=function(){s.unsubscribe(o)},c},t(function(o){s.reason||(s.reason=new n(o),r(s.reason))})}return e.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},e.prototype.subscribe=function(r){if(this.reason){r(this.reason);return}this._listeners?this._listeners.push(r):this._listeners=[r]},e.prototype.unsubscribe=function(r){if(!!this._listeners){var s=this._listeners.indexOf(r);s!==-1&&this._listeners.splice(s,1)}},e.source=function(){var r,s=new e(function(o){r=o});return{token:s,cancel:r}},hn=e,hn}var dn,Ar;function ki(){return Ar||(Ar=1,dn=function(e){return function(r){return e.apply(null,r)}}),dn}var pn,kr;function Di(){if(kr)return pn;kr=1;var n=se;return pn=function(t){return n.isObject(t)&&t.isAxiosError===!0},pn}var Dr=se,Li=Gn,Et=xi,Ni=_r,Fi=on;function Lr(n){var e=new Et(n),t=Li(Et.prototype.request,e);return Dr.extend(t,Et.prototype,e),Dr.extend(t,e),t.create=function(s){return Lr(Ni(n,s))},t}var pe=Lr(Fi);pe.Axios=Et,pe.Cancel=bt(),pe.CancelToken=Ai(),pe.isCancel=gr(),pe.VERSION=Er().version,pe.all=function(e){return Promise.all(e)},pe.spread=ki(),pe.isAxiosError=Di(),Ht.exports=pe,Ht.exports.default=pe,function(n){n.exports=Ht.exports}(Kn),Object.defineProperty(Ve,"__esModule",{value:!0}),Ve.getRequestHeaders=Ve.getAxiosClient=void 0;var Pi=Kn.exports;function Bi(n,e,t,r){return Pi.default.create({baseURL:n,headers:Nr(e,r,t),withCredentials:!0})}Ve.getAxiosClient=Bi;function Nr(n,e,t){n===void 0&&(n=!1);var r={Accept:"application/json","Content-Type":"application/json; charset=utf-8"};return n&&e&&t&&(r.Authorization="".concat(e," ").concat(t())),typeof window<"u"&&typeof document<"u"&&(window.location&&(r["X-Frappe-Site-Name"]=window.location.hostname),window.csrf_token&&window.csrf_token!=="{{ csrf_token }}"&&(r["X-Frappe-CSRF-Token"]=window.csrf_token)),r}Ve.getRequestHeaders=Nr;var Fr;function Ui(){if(Fr)return Qe;Fr=1,Object.defineProperty(Qe,"__esModule",{value:!0}),Qe.FrappeApp=void 0;var n=Br(),e=Ze,t=$e,r=et,s=Ve,i=function(){function o(c,l,a){var h,f;this.url=c,this.name=a!=null?a:"FrappeApp",this.useToken=(h=l==null?void 0:l.useToken)!==null&&h!==void 0?h:!1,this.token=l==null?void 0:l.token,this.tokenType=(f=l==null?void 0:l.type)!==null&&f!==void 0?f:"Bearer",this.axios=(0,s.getAxiosClient)(this.url,this.useToken,this.token,this.tokenType)}return o.prototype.auth=function(){return new n.FrappeAuth(this.url,this.axios,this.useToken,this.token,this.tokenType)},o.prototype.db=function(){return new t.FrappeDB(this.url,this.axios,this.useToken,this.token,this.tokenType)},o.prototype.file=function(){return new r.FrappeFileUpload(this.url,this.axios,this.useToken,this.token,this.tokenType)},o.prototype.call=function(){return new e.FrappeCall(this.url,this.axios,this.useToken,this.token,this.tokenType)},o}();return Qe.FrappeApp=i,Qe}var St={},ve=N&&N.__assign||function(){return ve=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(n[s]=e[s])}return n},ve.apply(this,arguments)},Rt=N&&N.__awaiter||function(n,e,t,r){function s(i){return i instanceof t?i:new t(function(o){o(i)})}return new(t||(t=Promise))(function(i,o){function c(h){try{a(r.next(h))}catch(f){o(f)}}function l(h){try{a(r.throw(h))}catch(f){o(f)}}function a(h){h.done?i(h.value):s(h.value).then(c,l)}a((r=r.apply(n,e||[])).next())})},Tt=N&&N.__generator||function(n,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(a){return function(h){return l([a,h])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,s&&(i=a[0]&2?s.return:a[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,a[1])).done)return i;switch(s=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,s=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=e.call(n,t)}catch(h){a=[6,h],s=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(St,"__esModule",{value:!0}),St.FrappeAuth=void 0;var Ii=function(){function n(e,t,r,s,i){this.appURL=e,this.axios=t,this.useToken=r!=null?r:!1,this.token=s,this.tokenType=i}return n.prototype.loginWithUsernamePassword=function(e){return Rt(this,void 0,void 0,function(){var t,r,s;return Tt(this,function(i){return t=e.username,r=e.password,s=e.device,[2,this.axios.post("/api/method/login",{usr:t,pwd:r,device:s}).then(function(o){return o.data}).catch(function(o){var c,l;throw ve(ve({},o.response.data),{httpStatus:o.response.status,httpStatusText:o.response.statusText,message:(c=o.response.data.message)!==null&&c!==void 0?c:"There was an error while logging in",exception:(l=o.response.data.exception)!==null&&l!==void 0?l:""})})]})})},n.prototype.getLoggedInUser=function(){return Rt(this,void 0,void 0,function(){return Tt(this,function(e){return[2,this.axios.get("/api/method/frappe.auth.get_logged_user").then(function(t){return t.data.message}).catch(function(t){var r;throw ve(ve({},t.response.data),{httpStatus:t.response.status,httpStatusText:t.response.statusText,message:"There was an error while fetching the logged in user",exception:(r=t.response.data.exception)!==null&&r!==void 0?r:""})})]})})},n.prototype.logout=function(){return Rt(this,void 0,void 0,function(){return Tt(this,function(e){return[2,this.axios.post("/api/method/logout",{}).then(function(){}).catch(function(t){var r,s;throw ve(ve({},t.response.data),{httpStatus:t.response.status,httpStatusText:t.response.statusText,message:(r=t.response.data.message)!==null&&r!==void 0?r:"There was an error while logging out",exception:(s=t.response.data.exception)!==null&&s!==void 0?s:""})})]})})},n.prototype.forgetPassword=function(e){return Rt(this,void 0,void 0,function(){return Tt(this,function(t){return[2,this.axios.post("/",{cmd:"frappe.core.doctype.user.user.reset_password",user:e}).then(function(){}).catch(function(r){var s,i;throw ve(ve({},r.response.data),{httpStatus:r.response.status,httpStatusText:r.response.statusText,message:(s=r.response.data.message)!==null&&s!==void 0?s:"There was an error sending password reset email.",exception:(i=r.response.data.exception)!==null&&i!==void 0?i:""})})]})})},n}();St.FrappeAuth=Ii;var Pr;function Br(){return Pr||(Pr=1,function(n){var e=N&&N.__createBinding||(Object.create?function(r,s,i,o){o===void 0&&(o=i);var c=Object.getOwnPropertyDescriptor(s,i);(!c||("get"in c?!s.__esModule:c.writable||c.configurable))&&(c={enumerable:!0,get:function(){return s[i]}}),Object.defineProperty(r,o,c)}:function(r,s,i,o){o===void 0&&(o=i),r[o]=s[i]}),t=N&&N.__exportStar||function(r,s){for(var i in r)i!=="default"&&!Object.prototype.hasOwnProperty.call(s,i)&&e(s,r,i)};Object.defineProperty(n,"__esModule",{value:!0}),t(Ui(),n),t(St,n),t($e,n),t(et,n),t(Ze,n)}(Wt)),Wt}var Vi=Br(),Ur={exports:{}},vn={};/**
|
|
3
3
|
* @license React
|
|
4
4
|
* use-sync-external-store-shim.production.min.js
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the MIT license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/var Ir;function ji(){if(Ir)return vn;Ir=1;var n=
|
|
10
|
+
*/var Ir;function ji(){if(Ir)return vn;Ir=1;var n=Ne.default;function e(f,v){return f===v&&(f!==0||1/f===1/v)||f!==f&&v!==v}var t=typeof Object.is=="function"?Object.is:e,r=n.useState,s=n.useEffect,i=n.useLayoutEffect,o=n.useDebugValue;function c(f,v){var y=v(),w=r({inst:{value:y,getSnapshot:v}}),E=w[0].inst,x=w[1];return i(function(){E.value=y,E.getSnapshot=v,l(E)&&x({inst:E})},[f,y,v]),s(function(){return l(E)&&x({inst:E}),f(function(){l(E)&&x({inst:E})})},[f]),o(y),y}function l(f){var v=f.getSnapshot;f=f.value;try{var y=v();return!t(f,y)}catch{return!0}}function a(f,v){return v()}var h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?a:c;return vn.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:h,vn}var yn={};/**
|
|
11
11
|
* @license React
|
|
12
12
|
* use-sync-external-store-shim.development.js
|
|
13
13
|
*
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the MIT license found in the
|
|
17
17
|
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/var Vr;function Mi(){return Vr||(Vr=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var n=Le.default,e=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function t(F){{for(var g=arguments.length,M=new Array(g>1?g-1:0),V=1;V<g;V++)M[V-1]=arguments[V];r("error",F,M)}}function r(F,g,M){{var V=e.ReactDebugCurrentFrame,L=V.getStackAddendum();L!==""&&(g+="%s",M=M.concat([L]));var S=M.map(function(q){return String(q)});S.unshift("Warning: "+g),Function.prototype.apply.call(console[F],console,S)}}function s(F,g){return F===g&&(F!==0||1/F===1/g)||F!==F&&g!==g}var i=typeof Object.is=="function"?Object.is:s,o=n.useState,c=n.useEffect,l=n.useLayoutEffect,a=n.useDebugValue,h=!1,f=!1;function v(F,g,M){h||n.startTransition!==void 0&&(h=!0,t("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var V=g();if(!f){var L=g();i(V,L)||(t("The result of getSnapshot should be cached to avoid an infinite loop"),f=!0)}var S=o({inst:{value:V,getSnapshot:g}}),q=S[0].inst,P=S[1];return l(function(){q.value=V,q.getSnapshot=g,y(q)&&P({inst:q})},[F,V,g]),c(function(){y(q)&&P({inst:q});var $=function(){y(q)&&P({inst:q})};return F($)},[F]),a(V),V}function y(F){var g=F.getSnapshot,M=F.value;try{var V=g();return!i(M,V)}catch{return!0}}function w(F,g,M){return g()}var E=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",x=!E,b=x?w:v,C=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:b;yn.useSyncExternalStore=C,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),yn}(function(n){process.env.NODE_ENV==="production"?n.exports=ji():n.exports=Mi()})(Ur);const Ae=()=>{},ue=Ae(),mn=Object,k=n=>n===ue,be=n=>typeof n=="function",ke=(n,e)=>({...n,...e}),qi=n=>be(n.then),Ct=new WeakMap;let Wi=0;const nt=n=>{const e=typeof n,t=n&&n.constructor,r=t==Date;let s,i;if(mn(n)===n&&!r&&t!=RegExp){if(s=Ct.get(n),s)return s;if(s=++Wi+"~",Ct.set(n,s),t==Array){for(s="@",i=0;i<n.length;i++)s+=nt(n[i])+",";Ct.set(n,s)}if(t==mn){s="#";const o=mn.keys(n).sort();for(;!k(i=o.pop());)k(n[i])||(s+=i+":"+nt(n[i])+",");Ct.set(n,s)}}else s=r?n.toJSON():e=="symbol"?n.toString():e=="string"?JSON.stringify(n):""+n;return s},_e=new WeakMap,gn={},Ot={},bn="undefined",xt=typeof window!=bn,_n=typeof document!=bn,Hi=()=>xt&&typeof window.requestAnimationFrame!=bn,jr=(n,e)=>{const t=_e.get(n);return[()=>!k(e)&&n.get(e)||gn,r=>{if(!k(e)){const s=n.get(e);e in Ot||(Ot[e]=s),t[5](e,ke(s,r),s||gn)}},t[6],()=>!k(e)&&e in Ot?Ot[e]:!k(e)&&n.get(e)||gn]};let wn=!0;const Ji=()=>wn,[En,Sn]=xt&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[Ae,Ae],Yi=()=>{const n=_n&&document.visibilityState;return k(n)||n!=="hidden"},zi=n=>(_n&&document.addEventListener("visibilitychange",n),En("focus",n),()=>{_n&&document.removeEventListener("visibilitychange",n),Sn("focus",n)}),Ki=n=>{const e=()=>{wn=!0,n()},t=()=>{wn=!1};return En("online",e),En("offline",t),()=>{Sn("online",e),Sn("offline",t)}},Gi={isOnline:Ji,isVisible:Yi},Xi={initFocus:zi,initReconnect:Ki},Mr=!Le.default.useId,rt=!xt||"Deno"in window,Qi=n=>Hi()?window.requestAnimationFrame(n):setTimeout(n,1),Rn=rt?d.useEffect:d.useLayoutEffect,Tn=typeof navigator<"u"&&navigator.connection,qr=!rt&&Tn&&(["slow-2g","2g"].includes(Tn.effectiveType)||Tn.saveData),Cn=n=>{if(be(n))try{n=n()}catch{n=""}const e=n;return n=typeof n=="string"?n:(Array.isArray(n)?n.length:n)?nt(n):"",[n,e]};let Zi=0;const On=()=>++Zi,Wr=0,Hr=1,Jr=2;var st={__proto__:null,ERROR_REVALIDATE_EVENT:3,FOCUS_EVENT:Wr,MUTATE_EVENT:Jr,RECONNECT_EVENT:Hr};async function Yr(...n){const[e,t,r,s]=n,i=ke({populateCache:!0,throwOnError:!0},typeof s=="boolean"?{revalidate:s}:s||{});let o=i.populateCache;const c=i.rollbackOnError;let l=i.optimisticData;const a=i.revalidate!==!1,h=y=>typeof c=="function"?c(y):c!==!1,f=i.throwOnError;if(be(t)){const y=t,w=[],E=e.keys();for(const x of E)!/^\$(inf|sub)\$/.test(x)&&y(e.get(x)._k)&&w.push(x);return Promise.all(w.map(v))}return v(t);async function v(y){const[w]=Cn(y);if(!w)return;const[E,x]=jr(e,w),[b,C,F,g]=_e.get(e),M=b[w],V=()=>a&&(delete F[w],delete g[w],M&&M[0])?M[0](Jr).then(()=>E().data):E().data;if(n.length<3)return V();let L=r,S;const q=On();C[w]=[q,0];const P=!k(l),$=E(),te=$.data,ee=$._c,W=k(ee)?te:ee;if(P&&(l=be(l)?l(W,te):l,x({data:l,_c:W})),be(L))try{L=L(W)}catch(Ee){S=Ee}if(L&&qi(L))if(L=await L.catch(Ee=>{S=Ee}),q!==C[w][0]){if(S)throw S;return L}else S&&P&&h(S)&&(o=!0,L=W,x({data:L,_c:ue}));o&&(S||(be(o)&&(L=o(L,W)),x({data:L,error:ue,_c:ue}))),C[w][1]=On();const we=await V();if(x({_c:ue}),S){if(f)throw S;return}return o?we:L}}const zr=(n,e)=>{for(const t in n)n[t][0]&&n[t][0](e)},$i=(n,e)=>{if(!_e.has(n)){const t=ke(Xi,e),r={},s=Yr.bind(ue,n);let i=Ae;const o={},c=(h,f)=>{const v=o[h]||[];return o[h]=v,v.push(f),()=>v.splice(v.indexOf(f),1)},l=(h,f,v)=>{n.set(h,f);const y=o[h];if(y)for(const w of y)w(f,v)},a=()=>{if(!_e.has(n)&&(_e.set(n,[r,{},{},{},s,l,c]),!rt)){const h=t.initFocus(setTimeout.bind(ue,zr.bind(ue,r,Wr))),f=t.initReconnect(setTimeout.bind(ue,zr.bind(ue,r,Hr)));i=()=>{h&&h(),f&&f(),_e.delete(n)}}};return a(),[n,s,a,i]}return[n,_e.get(n)[4]]},eo=(n,e,t,r,s)=>{const i=t.errorRetryCount,o=s.retryCount,c=~~((Math.random()+.5)*(1<<(o<8?o:8)))*t.errorRetryInterval;!k(i)&&o>i||setTimeout(r,c,s)},to=(n,e)=>nt(n)==nt(e),[Kr,no]=$i(new Map),ro=ke({onLoadingSlow:Ae,onSuccess:Ae,onError:Ae,onErrorRetry:eo,onDiscarded:Ae,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:qr?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:qr?5e3:3e3,compare:to,isPaused:()=>!1,cache:Kr,mutate:no,fallback:{}},Gi),so=(n,e)=>{const t=ke(n,e);if(e){const{use:r,fallback:s}=n,{use:i,fallback:o}=e;r&&i&&(t.use=r.concat(i)),s&&o&&(t.fallback=ke(s,o))}return t},io=d.createContext({}),Gr=xt&&window.__SWR_DEVTOOLS_USE__,oo=Gr?window.__SWR_DEVTOOLS_USE__:[],ao=()=>{Gr&&(window.__SWR_DEVTOOLS_REACT__=Le.default)},uo=n=>be(n[1])?[n[0],n[1],n[2]||{}]:[n[0],null,(n[1]===null?n[2]:n[1])||{}],co=()=>ke(ro,d.useContext(io)),lo=n=>(e,t,r)=>n(e,t&&((...i)=>{const[o]=Cn(e),[,,,c]=_e.get(Kr),l=c[o];return k(l)?t(...i):(delete c[o],l)}),r),fo=oo.concat(lo),ho=n=>function(...t){const r=co(),[s,i,o]=uo(t),c=so(r,o);let l=n;const{use:a}=c,h=(a||[]).concat(fo);for(let f=h.length;f--;)l=h[f](l);return l(s,i||c.fetcher||null,c)},po=(n,e,t)=>{const r=e[n]||(e[n]=[]);return r.push(t),()=>{const s=r.indexOf(t);s>=0&&(r[s]=r[r.length-1],r.pop())}};ao();const Xr=Le.default.use||(n=>{if(n.status==="pending")throw n;if(n.status==="fulfilled")return n.value;throw n.status==="rejected"?n.reason:(n.status="pending",n.then(e=>{n.status="fulfilled",n.value=e},e=>{n.status="rejected",n.reason=e}),n)}),xn={dedupe:!0},it=ho((n,e,t)=>{const{cache:r,compare:s,suspense:i,fallbackData:o,revalidateOnMount:c,revalidateIfStale:l,refreshInterval:a,refreshWhenHidden:h,refreshWhenOffline:f,keepPreviousData:v}=t,[y,w,E,x]=_e.get(r),[b,C]=Cn(n),F=d.useRef(!1),g=d.useRef(!1),M=d.useRef(b),V=d.useRef(e),L=d.useRef(t),S=()=>L.current,q=()=>S().isVisible()&&S().isOnline(),[P,$,te,ee]=jr(r,b),W=d.useRef({}).current,we=k(o)?t.fallback[b]:o,Ee=(B,U)=>{for(const X in W){const j=X;if(j==="data"){if(!s(B[j],U[j])&&(!k(B[j])||!s(We,U[j])))return!1}else if(U[j]!==B[j])return!1}return!0},lt=d.useMemo(()=>{const B=(()=>!b||!e?!1:k(c)?S().isPaused()||i?!1:k(l)?!0:l:c)(),U=K=>{const de=ke(K);return delete de._k,B?{isValidating:!0,isLoading:!0,...de}:de},X=P(),j=ee(),ne=U(X),Ce=X===j?ne:U(j);let z=ne;return[()=>{const K=U(P());return Ee(K,z)?(z.data=K.data,z.isLoading=K.isLoading,z.isValidating=K.isValidating,z.error=K.error,z):(z=K,K)},()=>Ce]},[r,b]),Se=Ur.exports.useSyncExternalStore(d.useCallback(B=>te(b,(U,X)=>{Ee(X,U)||B()}),[r,b]),lt[0],lt[1]),ft=!F.current,It=y[b]&&y[b].length>0,Re=Se.data,Te=k(Re)?we:Re,Pe=Se.error,Vt=d.useRef(Te),We=v?k(Re)?Vt.current:Re:Te,He=(()=>It&&!k(Pe)?!1:ft&&!k(c)?c:S().isPaused()?!1:i?k(Te)?!1:l:k(Te)||l)(),Je=!!(b&&e&&ft&&He),Ye=k(Se.isValidating)?Je:Se.isValidating,ht=k(Se.isLoading)?Je:Se.isLoading,ge=d.useCallback(async B=>{const U=V.current;if(!b||!U||g.current||S().isPaused())return!1;let X,j,ne=!0;const Ce=B||{},z=!E[b]||!Ce.dedupe,K=()=>Mr?!g.current&&b===M.current&&F.current:b===M.current,de={isValidating:!1,isLoading:!1},Mt=()=>{$(de)},ze=()=>{const ie=E[b];ie&&ie[1]===j&&delete E[b]},qt={isValidating:!0};k(P().data)&&(qt.isLoading=!0);try{if(z&&($(qt),t.loadingTimeout&&k(P().data)&&setTimeout(()=>{ne&&K()&&S().onLoadingSlow(b,t)},t.loadingTimeout),E[b]=[U(C),On()]),[X,j]=E[b],X=await X,z&&setTimeout(ze,t.dedupingInterval),!E[b]||E[b][1]!==j)return z&&K()&&S().onDiscarded(b),!1;de.error=ue;const ie=w[b];if(!k(ie)&&(j<=ie[0]||j<=ie[1]||ie[1]===0))return Mt(),z&&K()&&S().onDiscarded(b),!1;const le=P().data;de.data=s(le,X)?le:X,z&&K()&&S().onSuccess(X,b,t)}catch(ie){ze();const le=S(),{shouldRetryOnError:Ke}=le;le.isPaused()||(de.error=ie,z&&K()&&(le.onError(ie,b,le),(Ke===!0||be(Ke)&&Ke(ie))&&q()&&le.onErrorRetry(ie,b,le,Be=>{const dt=y[b];dt&&dt[0]&&dt[0](st.ERROR_REVALIDATE_EVENT,Be)},{retryCount:(Ce.retryCount||0)+1,dedupe:!0})))}return ne=!1,Mt(),!0},[b,r]),jt=d.useCallback((...B)=>Yr(r,M.current,...B),[]);if(Rn(()=>{V.current=e,L.current=t,k(Re)||(Vt.current=Re)}),Rn(()=>{if(!b)return;const B=ge.bind(ue,xn);let U=0;const j=po(b,y,(ne,Ce={})=>{if(ne==st.FOCUS_EVENT){const z=Date.now();S().revalidateOnFocus&&z>U&&q()&&(U=z+S().focusThrottleInterval,B())}else if(ne==st.RECONNECT_EVENT)S().revalidateOnReconnect&&q()&&B();else{if(ne==st.MUTATE_EVENT)return ge();if(ne==st.ERROR_REVALIDATE_EVENT)return ge(Ce)}});return g.current=!1,M.current=b,F.current=!0,$({_k:C}),He&&(k(Te)||rt?B():Qi(B)),()=>{g.current=!0,j()}},[b]),Rn(()=>{let B;function U(){const j=be(a)?a(P().data):a;j&&B!==-1&&(B=setTimeout(X,j))}function X(){!P().error&&(h||S().isVisible())&&(f||S().isOnline())?ge(xn).then(U):U()}return U(),()=>{B&&(clearTimeout(B),B=-1)}},[a,h,f,b]),d.useDebugValue(We),i&&k(Te)&&b){if(!Mr&&rt)throw new Error("Fallback data is required when using suspense in SSR.");V.current=e,L.current=t,g.current=!1;const B=x[b];if(!k(B)){const U=jt(B);Xr(U)}if(k(Pe)){const U=ge(xn);k(We)||(U.status="fulfilled",U.value=!0),Xr(U)}else throw Pe}return{mutate:jt,get data(){return W.data=!0,We},get error(){return W.error=!0,Pe},get isValidating(){return W.isValidating=!0,Ye},get isLoading(){return W.isLoading=!0,ht}}}),ye=Object.create(null);ye.open="0",ye.close="1",ye.ping="2",ye.pong="3",ye.message="4",ye.upgrade="5",ye.noop="6";const At=Object.create(null);Object.keys(ye).forEach(n=>{At[ye[n]]=n});const An={type:"error",data:"parser error"},Qr=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",Zr=typeof ArrayBuffer=="function",$r=n=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(n):n&&n.buffer instanceof ArrayBuffer,kn=({type:n,data:e},t,r)=>Qr&&e instanceof Blob?t?r(e):es(e,r):Zr&&(e instanceof ArrayBuffer||$r(e))?t?r(e):es(new Blob([e]),r):r(ye[n]+(e||"")),es=(n,e)=>{const t=new FileReader;return t.onload=function(){const r=t.result.split(",")[1];e("b"+(r||""))},t.readAsDataURL(n)};function ts(n){return n instanceof Uint8Array?n:n instanceof ArrayBuffer?new Uint8Array(n):new Uint8Array(n.buffer,n.byteOffset,n.byteLength)}let Dn;function vo(n,e){if(Qr&&n.data instanceof Blob)return n.data.arrayBuffer().then(ts).then(e);if(Zr&&(n.data instanceof ArrayBuffer||$r(n.data)))return e(ts(n.data));kn(n,!1,t=>{Dn||(Dn=new TextEncoder),e(Dn.encode(t))})}const ns="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ot=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let n=0;n<ns.length;n++)ot[ns.charCodeAt(n)]=n;const yo=n=>{let e=n.length*.75,t=n.length,r,s=0,i,o,c,l;n[n.length-1]==="="&&(e--,n[n.length-2]==="="&&e--);const a=new ArrayBuffer(e),h=new Uint8Array(a);for(r=0;r<t;r+=4)i=ot[n.charCodeAt(r)],o=ot[n.charCodeAt(r+1)],c=ot[n.charCodeAt(r+2)],l=ot[n.charCodeAt(r+3)],h[s++]=i<<2|o>>4,h[s++]=(o&15)<<4|c>>2,h[s++]=(c&3)<<6|l&63;return a},mo=typeof ArrayBuffer=="function",Ln=(n,e)=>{if(typeof n!="string")return{type:"message",data:rs(n,e)};const t=n.charAt(0);return t==="b"?{type:"message",data:go(n.substring(1),e)}:At[t]?n.length>1?{type:At[t],data:n.substring(1)}:{type:At[t]}:An},go=(n,e)=>{if(mo){const t=yo(n);return rs(t,e)}else return{base64:!0,data:n}},rs=(n,e)=>{switch(e){case"blob":return n instanceof Blob?n:new Blob([n]);case"arraybuffer":default:return n instanceof ArrayBuffer?n:n.buffer}},ss=String.fromCharCode(30),bo=(n,e)=>{const t=n.length,r=new Array(t);let s=0;n.forEach((i,o)=>{kn(i,!1,c=>{r[o]=c,++s===t&&e(r.join(ss))})})},_o=(n,e)=>{const t=n.split(ss),r=[];for(let s=0;s<t.length;s++){const i=Ln(t[s],e);if(r.push(i),i.type==="error")break}return r};function wo(){return new TransformStream({transform(n,e){vo(n,t=>{const r=t.length;let s;if(r<126)s=new Uint8Array(1),new DataView(s.buffer).setUint8(0,r);else if(r<65536){s=new Uint8Array(3);const i=new DataView(s.buffer);i.setUint8(0,126),i.setUint16(1,r)}else{s=new Uint8Array(9);const i=new DataView(s.buffer);i.setUint8(0,127),i.setBigUint64(1,BigInt(r))}n.data&&typeof n.data!="string"&&(s[0]|=128),e.enqueue(s),e.enqueue(t)})}})}let Nn;function kt(n){return n.reduce((e,t)=>e+t.length,0)}function Dt(n,e){if(n[0].length===e)return n.shift();const t=new Uint8Array(e);let r=0;for(let s=0;s<e;s++)t[s]=n[0][r++],r===n[0].length&&(n.shift(),r=0);return n.length&&r<n[0].length&&(n[0]=n[0].slice(r)),t}function Eo(n,e){Nn||(Nn=new TextDecoder);const t=[];let r=0,s=-1,i=!1;return new TransformStream({transform(o,c){for(t.push(o);;){if(r===0){if(kt(t)<1)break;const l=Dt(t,1);i=(l[0]&128)===128,s=l[0]&127,s<126?r=3:s===126?r=1:r=2}else if(r===1){if(kt(t)<2)break;const l=Dt(t,2);s=new DataView(l.buffer,l.byteOffset,l.length).getUint16(0),r=3}else if(r===2){if(kt(t)<8)break;const l=Dt(t,8),a=new DataView(l.buffer,l.byteOffset,l.length),h=a.getUint32(0);if(h>Math.pow(2,53-32)-1){c.enqueue(An);break}s=h*Math.pow(2,32)+a.getUint32(4),r=3}else{if(kt(t)<s)break;const l=Dt(t,s);c.enqueue(Ln(i?l:Nn.decode(l),e)),r=0}if(s===0||s>n){c.enqueue(An);break}}}})}const is=4;function Y(n){if(n)return So(n)}function So(n){for(var e in Y.prototype)n[e]=Y.prototype[e];return n}Y.prototype.on=Y.prototype.addEventListener=function(n,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+n]=this._callbacks["$"+n]||[]).push(e),this},Y.prototype.once=function(n,e){function t(){this.off(n,t),e.apply(this,arguments)}return t.fn=e,this.on(n,t),this},Y.prototype.off=Y.prototype.removeListener=Y.prototype.removeAllListeners=Y.prototype.removeEventListener=function(n,e){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var t=this._callbacks["$"+n];if(!t)return this;if(arguments.length==1)return delete this._callbacks["$"+n],this;for(var r,s=0;s<t.length;s++)if(r=t[s],r===e||r.fn===e){t.splice(s,1);break}return t.length===0&&delete this._callbacks["$"+n],this},Y.prototype.emit=function(n){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),t=this._callbacks["$"+n],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(t){t=t.slice(0);for(var r=0,s=t.length;r<s;++r)t[r].apply(this,e)}return this},Y.prototype.emitReserved=Y.prototype.emit,Y.prototype.listeners=function(n){return this._callbacks=this._callbacks||{},this._callbacks["$"+n]||[]},Y.prototype.hasListeners=function(n){return!!this.listeners(n).length};const ce=(()=>typeof self<"u"?self:typeof window<"u"?window:Function("return this")())();function os(n,...e){return e.reduce((t,r)=>(n.hasOwnProperty(r)&&(t[r]=n[r]),t),{})}const Ro=ce.setTimeout,To=ce.clearTimeout;function Lt(n,e){e.useNativeTimers?(n.setTimeoutFn=Ro.bind(ce),n.clearTimeoutFn=To.bind(ce)):(n.setTimeoutFn=ce.setTimeout.bind(ce),n.clearTimeoutFn=ce.clearTimeout.bind(ce))}const Co=1.33;function Oo(n){return typeof n=="string"?xo(n):Math.ceil((n.byteLength||n.size)*Co)}function xo(n){let e=0,t=0;for(let r=0,s=n.length;r<s;r++)e=n.charCodeAt(r),e<128?t+=1:e<2048?t+=2:e<55296||e>=57344?t+=3:(r++,t+=4);return t}function Ao(n){let e="";for(let t in n)n.hasOwnProperty(t)&&(e.length&&(e+="&"),e+=encodeURIComponent(t)+"="+encodeURIComponent(n[t]));return e}function ko(n){let e={},t=n.split("&");for(let r=0,s=t.length;r<s;r++){let i=t[r].split("=");e[decodeURIComponent(i[0])]=decodeURIComponent(i[1])}return e}class Do extends Error{constructor(e,t,r){super(e),this.description=t,this.context=r,this.type="TransportError"}}class Fn extends Y{constructor(e){super(),this.writable=!1,Lt(this,e),this.opts=e,this.query=e.query,this.socket=e.socket}onError(e,t,r){return super.emitReserved("error",new Do(e,t,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const t=Ln(e,this.socket.binaryType);this.onPacket(t)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}createUri(e,t={}){return e+"://"+this._hostname()+this._port()+this.opts.path+this._query(t)}_hostname(){const e=this.opts.hostname;return e.indexOf(":")===-1?e:"["+e+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(e){const t=Ao(e);return t.length?"?"+t:""}}const as="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),Pn=64,Lo={};let us=0,Nt=0,cs;function ls(n){let e="";do e=as[n%Pn]+e,n=Math.floor(n/Pn);while(n>0);return e}function fs(){const n=ls(+new Date);return n!==cs?(us=0,cs=n):n+"."+ls(us++)}for(;Nt<Pn;Nt++)Lo[as[Nt]]=Nt;let hs=!1;try{hs=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}const No=hs;function ds(n){const e=n.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!e||No))return new XMLHttpRequest}catch{}if(!e)try{return new ce[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}function Wa(){}function Fo(){}const Po=function(){return new ds({xdomain:!1}).responseType!=null}();class Bo extends Fn{constructor(e){if(super(e),this.polling=!1,typeof location<"u"){const r=location.protocol==="https:";let s=location.port;s||(s=r?"443":"80"),this.xd=typeof location<"u"&&e.hostname!==location.hostname||s!==e.port}const t=e&&e.forceBase64;this.supportsBinary=Po&&!t,this.opts.withCredentials&&(this.cookieJar=void 0)}get name(){return"polling"}doOpen(){this.poll()}pause(e){this.readyState="pausing";const t=()=>{this.readyState="paused",e()};if(this.polling||!this.writable){let r=0;this.polling&&(r++,this.once("pollComplete",function(){--r||t()})),this.writable||(r++,this.once("drain",function(){--r||t()}))}else t()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const t=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};_o(e,this.socket.binaryType).forEach(t),this.readyState!=="closed"&&(this.polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this.poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,bo(e,t=>{this.doWrite(t,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const e=this.opts.secure?"https":"http",t=this.query||{};return this.opts.timestampRequests!==!1&&(t[this.opts.timestampParam]=fs()),!this.supportsBinary&&!t.sid&&(t.b64=1),this.createUri(e,t)}request(e={}){return Object.assign(e,{xd:this.xd,cookieJar:this.cookieJar},this.opts),new me(this.uri(),e)}doWrite(e,t){const r=this.request({method:"POST",data:e});r.on("success",t),r.on("error",(s,i)=>{this.onError("xhr post error",s,i)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(t,r)=>{this.onError("xhr poll error",t,r)}),this.pollXhr=e}}class me extends Y{constructor(e,t){super(),Lt(this,t),this.opts=t,this.method=t.method||"GET",this.uri=e,this.data=t.data!==void 0?t.data:null,this.create()}create(){var e;const t=os(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");t.xdomain=!!this.opts.xd;const r=this.xhr=new ds(t);try{r.open(this.method,this.uri,!0);try{if(this.opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let s in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(s)&&r.setRequestHeader(s,this.opts.extraHeaders[s])}}catch{}if(this.method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{r.setRequestHeader("Accept","*/*")}catch{}(e=this.opts.cookieJar)===null||e===void 0||e.addCookies(r),"withCredentials"in r&&(r.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(r.timeout=this.opts.requestTimeout),r.onreadystatechange=()=>{var s;r.readyState===3&&((s=this.opts.cookieJar)===null||s===void 0||s.parseCookies(r)),r.readyState===4&&(r.status===200||r.status===1223?this.onLoad():this.setTimeoutFn(()=>{this.onError(typeof r.status=="number"?r.status:0)},0))},r.send(this.data)}catch(s){this.setTimeoutFn(()=>{this.onError(s)},0);return}typeof document<"u"&&(this.index=me.requestsCount++,me.requests[this.index]=this)}onError(e){this.emitReserved("error",e,this.xhr),this.cleanup(!0)}cleanup(e){if(!(typeof this.xhr>"u"||this.xhr===null)){if(this.xhr.onreadystatechange=Fo,e)try{this.xhr.abort()}catch{}typeof document<"u"&&delete me.requests[this.index],this.xhr=null}}onLoad(){const e=this.xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}if(me.requestsCount=0,me.requests={},typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",ps);else if(typeof addEventListener=="function"){const n="onpagehide"in ce?"pagehide":"unload";addEventListener(n,ps,!1)}}function ps(){for(let n in me.requests)me.requests.hasOwnProperty(n)&&me.requests[n].abort()}const Bn=(()=>typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,t)=>t(e,0))(),Ft=ce.WebSocket||ce.MozWebSocket,vs=!0,Uo="arraybuffer",ys=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class Io extends Fn{constructor(e){super(e),this.supportsBinary=!e.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const e=this.uri(),t=this.opts.protocols,r=ys?{}:os(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=vs&&!ys?t?new Ft(e,t):new Ft(e):new Ft(e,t,r)}catch(s){return this.emitReserved("error",s)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let t=0;t<e.length;t++){const r=e[t],s=t===e.length-1;kn(r,this.supportsBinary,i=>{const o={};try{vs&&this.ws.send(i)}catch{}s&&Bn(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.close(),this.ws=null)}uri(){const e=this.opts.secure?"wss":"ws",t=this.query||{};return this.opts.timestampRequests&&(t[this.opts.timestampParam]=fs()),this.supportsBinary||(t.b64=1),this.createUri(e,t)}check(){return!!Ft}}class Vo extends Fn{get name(){return"webtransport"}doOpen(){typeof WebTransport=="function"&&(this.transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name]),this.transport.closed.then(()=>{this.onClose()}).catch(e=>{this.onError("webtransport error",e)}),this.transport.ready.then(()=>{this.transport.createBidirectionalStream().then(e=>{const t=Eo(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=e.readable.pipeThrough(t).getReader(),s=wo();s.readable.pipeTo(e.writable),this.writer=s.writable.getWriter();const i=()=>{r.read().then(({done:c,value:l})=>{c||(this.onPacket(l),i())}).catch(c=>{})};i();const o={type:"open"};this.query.sid&&(o.data=`{"sid":"${this.query.sid}"}`),this.writer.write(o).then(()=>this.onOpen())})}))}write(e){this.writable=!1;for(let t=0;t<e.length;t++){const r=e[t],s=t===e.length-1;this.writer.write(r).then(()=>{s&&Bn(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var e;(e=this.transport)===null||e===void 0||e.close()}}const jo={websocket:Io,webtransport:Vo,polling:Bo},Mo=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,qo=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Un(n){const e=n,t=n.indexOf("["),r=n.indexOf("]");t!=-1&&r!=-1&&(n=n.substring(0,t)+n.substring(t,r).replace(/:/g,";")+n.substring(r,n.length));let s=Mo.exec(n||""),i={},o=14;for(;o--;)i[qo[o]]=s[o]||"";return t!=-1&&r!=-1&&(i.source=e,i.host=i.host.substring(1,i.host.length-1).replace(/;/g,":"),i.authority=i.authority.replace("[","").replace("]","").replace(/;/g,":"),i.ipv6uri=!0),i.pathNames=Wo(i,i.path),i.queryKey=Ho(i,i.query),i}function Wo(n,e){const t=/\/{2,9}/g,r=e.replace(t,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&r.splice(0,1),e.slice(-1)=="/"&&r.splice(r.length-1,1),r}function Ho(n,e){const t={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,s,i){s&&(t[s]=i)}),t}class De extends Y{constructor(e,t={}){super(),this.binaryType=Uo,this.writeBuffer=[],e&&typeof e=="object"&&(t=e,e=null),e?(e=Un(e),t.hostname=e.host,t.secure=e.protocol==="https"||e.protocol==="wss",t.port=e.port,e.query&&(t.query=e.query)):t.host&&(t.hostname=Un(t.host).host),Lt(this,t),this.secure=t.secure!=null?t.secure:typeof location<"u"&&location.protocol==="https:",t.hostname&&!t.port&&(t.port=this.secure?"443":"80"),this.hostname=t.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=t.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=t.transports||["polling","websocket","webtransport"],this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},t),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=ko(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,typeof addEventListener=="function"&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(e){const t=Object.assign({},this.opts.query);t.EIO=is,t.transport=e,this.id&&(t.sid=this.id);const r=Object.assign({},this.opts,{query:t,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[e]);return new jo[e](r)}open(){let e;if(this.opts.rememberUpgrade&&De.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)e="websocket";else if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}else e=this.transports[0];this.readyState="opening";try{e=this.createTransport(e)}catch{this.transports.shift(),this.open();return}e.open(),this.setTransport(e)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",t=>this.onClose("transport close",t))}probe(e){let t=this.createTransport(e),r=!1;De.priorWebsocketSuccess=!1;const s=()=>{r||(t.send([{type:"ping",data:"probe"}]),t.once("packet",f=>{if(!r)if(f.type==="pong"&&f.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",t),!t)return;De.priorWebsocketSuccess=t.name==="websocket",this.transport.pause(()=>{r||this.readyState!=="closed"&&(h(),this.setTransport(t),t.send([{type:"upgrade"}]),this.emitReserved("upgrade",t),t=null,this.upgrading=!1,this.flush())})}else{const v=new Error("probe error");v.transport=t.name,this.emitReserved("upgradeError",v)}}))};function i(){r||(r=!0,h(),t.close(),t=null)}const o=f=>{const v=new Error("probe error: "+f);v.transport=t.name,i(),this.emitReserved("upgradeError",v)};function c(){o("transport closed")}function l(){o("socket closed")}function a(f){t&&f.name!==t.name&&i()}const h=()=>{t.removeListener("open",s),t.removeListener("error",o),t.removeListener("close",c),this.off("close",l),this.off("upgrading",a)};t.once("open",s),t.once("error",o),t.once("close",c),this.once("close",l),this.once("upgrading",a),this.upgrades.indexOf("webtransport")!==-1&&e!=="webtransport"?this.setTimeoutFn(()=>{r||t.open()},200):t.open()}onOpen(){if(this.readyState="open",De.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush(),this.readyState==="open"&&this.opts.upgrade){let e=0;const t=this.upgrades.length;for(;e<t;e++)this.probe(this.upgrades[e])}}onPacket(e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",e),this.emitReserved("heartbeat"),this.resetPingTimeout(),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":const t=new Error("server error");t.code=e.data,this.onError(t);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data);break}}onHandshake(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this.upgrades=this.filterUpgrades(e.upgrades),this.pingInterval=e.pingInterval,this.pingTimeout=e.pingTimeout,this.maxPayload=e.maxPayload,this.onOpen(),this.readyState!=="closed"&&this.resetPingTimeout()}resetPingTimeout(){this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn(()=>{this.onClose("ping timeout")},this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this.getWritablePackets();this.transport.send(e),this.prevBufferLen=e.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let t=1;for(let r=0;r<this.writeBuffer.length;r++){const s=this.writeBuffer[r].data;if(s&&(t+=Oo(s)),r>0&&t>this.maxPayload)return this.writeBuffer.slice(0,r);t+=2}return this.writeBuffer}write(e,t,r){return this.sendPacket("message",e,t,r),this}send(e,t,r){return this.sendPacket("message",e,t,r),this}sendPacket(e,t,r,s){if(typeof t=="function"&&(s=t,t=void 0),typeof r=="function"&&(s=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;const i={type:e,data:t,options:r};this.emitReserved("packetCreate",i),this.writeBuffer.push(i),s&&this.once("flush",s),this.flush()}close(){const e=()=>{this.onClose("forced close"),this.transport.close()},t=()=>{this.off("upgrade",t),this.off("upgradeError",t),e()},r=()=>{this.once("upgrade",t),this.once("upgradeError",t)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():e()}):this.upgrading?r():e()),this}onError(e){De.priorWebsocketSuccess=!1,this.emitReserved("error",e),this.onClose("transport error",e)}onClose(e,t){(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")&&(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),typeof removeEventListener=="function"&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",e,t),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(e){const t=[];let r=0;const s=e.length;for(;r<s;r++)~this.transports.indexOf(e[r])&&t.push(e[r]);return t}}De.protocol=is;function Jo(n,e="",t){let r=n;t=t||typeof location<"u"&&location,n==null&&(n=t.protocol+"//"+t.host),typeof n=="string"&&(n.charAt(0)==="/"&&(n.charAt(1)==="/"?n=t.protocol+n:n=t.host+n),/^(https?|wss?):\/\//.test(n)||(typeof t<"u"?n=t.protocol+"//"+n:n="https://"+n),r=Un(n)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";const i=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+i+":"+r.port+e,r.href=r.protocol+"://"+i+(t&&t.port===r.port?"":":"+r.port),r}const Yo=typeof ArrayBuffer=="function",zo=n=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(n):n.buffer instanceof ArrayBuffer,ms=Object.prototype.toString,Ko=typeof Blob=="function"||typeof Blob<"u"&&ms.call(Blob)==="[object BlobConstructor]",Go=typeof File=="function"||typeof File<"u"&&ms.call(File)==="[object FileConstructor]";function In(n){return Yo&&(n instanceof ArrayBuffer||zo(n))||Ko&&n instanceof Blob||Go&&n instanceof File}function Pt(n,e){if(!n||typeof n!="object")return!1;if(Array.isArray(n)){for(let t=0,r=n.length;t<r;t++)if(Pt(n[t]))return!0;return!1}if(In(n))return!0;if(n.toJSON&&typeof n.toJSON=="function"&&arguments.length===1)return Pt(n.toJSON(),!0);for(const t in n)if(Object.prototype.hasOwnProperty.call(n,t)&&Pt(n[t]))return!0;return!1}function Xo(n){const e=[],t=n.data,r=n;return r.data=Vn(t,e),r.attachments=e.length,{packet:r,buffers:e}}function Vn(n,e){if(!n)return n;if(In(n)){const t={_placeholder:!0,num:e.length};return e.push(n),t}else if(Array.isArray(n)){const t=new Array(n.length);for(let r=0;r<n.length;r++)t[r]=Vn(n[r],e);return t}else if(typeof n=="object"&&!(n instanceof Date)){const t={};for(const r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=Vn(n[r],e));return t}return n}function Qo(n,e){return n.data=jn(n.data,e),delete n.attachments,n}function jn(n,e){if(!n)return n;if(n&&n._placeholder===!0){if(typeof n.num=="number"&&n.num>=0&&n.num<e.length)return e[n.num];throw new Error("illegal attachments")}else if(Array.isArray(n))for(let t=0;t<n.length;t++)n[t]=jn(n[t],e);else if(typeof n=="object")for(const t in n)Object.prototype.hasOwnProperty.call(n,t)&&(n[t]=jn(n[t],e));return n}const Zo=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],$o=5;var T;(function(n){n[n.CONNECT=0]="CONNECT",n[n.DISCONNECT=1]="DISCONNECT",n[n.EVENT=2]="EVENT",n[n.ACK=3]="ACK",n[n.CONNECT_ERROR=4]="CONNECT_ERROR",n[n.BINARY_EVENT=5]="BINARY_EVENT",n[n.BINARY_ACK=6]="BINARY_ACK"})(T||(T={}));class ea{constructor(e){this.replacer=e}encode(e){return(e.type===T.EVENT||e.type===T.ACK)&&Pt(e)?this.encodeAsBinary({type:e.type===T.EVENT?T.BINARY_EVENT:T.BINARY_ACK,nsp:e.nsp,data:e.data,id:e.id}):[this.encodeAsString(e)]}encodeAsString(e){let t=""+e.type;return(e.type===T.BINARY_EVENT||e.type===T.BINARY_ACK)&&(t+=e.attachments+"-"),e.nsp&&e.nsp!=="/"&&(t+=e.nsp+","),e.id!=null&&(t+=e.id),e.data!=null&&(t+=JSON.stringify(e.data,this.replacer)),t}encodeAsBinary(e){const t=Xo(e),r=this.encodeAsString(t.packet),s=t.buffers;return s.unshift(r),s}}function gs(n){return Object.prototype.toString.call(n)==="[object Object]"}class Mn extends Y{constructor(e){super(),this.reviver=e}add(e){let t;if(typeof e=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");t=this.decodeString(e);const r=t.type===T.BINARY_EVENT;r||t.type===T.BINARY_ACK?(t.type=r?T.EVENT:T.ACK,this.reconstructor=new ta(t),t.attachments===0&&super.emitReserved("decoded",t)):super.emitReserved("decoded",t)}else if(In(e)||e.base64)if(this.reconstructor)t=this.reconstructor.takeBinaryData(e),t&&(this.reconstructor=null,super.emitReserved("decoded",t));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+e)}decodeString(e){let t=0;const r={type:Number(e.charAt(0))};if(T[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===T.BINARY_EVENT||r.type===T.BINARY_ACK){const i=t+1;for(;e.charAt(++t)!=="-"&&t!=e.length;);const o=e.substring(i,t);if(o!=Number(o)||e.charAt(t)!=="-")throw new Error("Illegal attachments");r.attachments=Number(o)}if(e.charAt(t+1)==="/"){const i=t+1;for(;++t&&!(e.charAt(t)===","||t===e.length););r.nsp=e.substring(i,t)}else r.nsp="/";const s=e.charAt(t+1);if(s!==""&&Number(s)==s){const i=t+1;for(;++t;){const o=e.charAt(t);if(o==null||Number(o)!=o){--t;break}if(t===e.length)break}r.id=Number(e.substring(i,t+1))}if(e.charAt(++t)){const i=this.tryParse(e.substr(t));if(Mn.isPayloadValid(r.type,i))r.data=i;else throw new Error("invalid payload")}return r}tryParse(e){try{return JSON.parse(e,this.reviver)}catch{return!1}}static isPayloadValid(e,t){switch(e){case T.CONNECT:return gs(t);case T.DISCONNECT:return t===void 0;case T.CONNECT_ERROR:return typeof t=="string"||gs(t);case T.EVENT:case T.BINARY_EVENT:return Array.isArray(t)&&(typeof t[0]=="number"||typeof t[0]=="string"&&Zo.indexOf(t[0])===-1);case T.ACK:case T.BINARY_ACK:return Array.isArray(t)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class ta{constructor(e){this.packet=e,this.buffers=[],this.reconPack=e}takeBinaryData(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){const t=Qo(this.reconPack,this.buffers);return this.finishedReconstruction(),t}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const na=Object.freeze(Object.defineProperty({__proto__:null,protocol:$o,get PacketType(){return T},Encoder:ea,Decoder:Mn},Symbol.toStringTag,{value:"Module"}));function he(n,e,t){return n.on(e,t),function(){n.off(e,t)}}const ra=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class bs extends Y{constructor(e,t,r){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=e,this.nsp=t,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const e=this.io;this.subs=[he(e,"open",this.onopen.bind(this)),he(e,"packet",this.onpacket.bind(this)),he(e,"error",this.onerror.bind(this)),he(e,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...e){return e.unshift("message"),this.emit.apply(this,e),this}emit(e,...t){if(ra.hasOwnProperty(e))throw new Error('"'+e.toString()+'" is a reserved event name');if(t.unshift(e),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(t),this;const r={type:T.EVENT,data:t};if(r.options={},r.options.compress=this.flags.compress!==!1,typeof t[t.length-1]=="function"){const o=this.ids++,c=t.pop();this._registerAckCallback(o,c),r.id=o}const s=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable;return this.flags.volatile&&(!s||!this.connected)||(this.connected?(this.notifyOutgoingListeners(r),this.packet(r)):this.sendBuffer.push(r)),this.flags={},this}_registerAckCallback(e,t){var r;const s=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(s===void 0){this.acks[e]=t;return}const i=this.io.setTimeoutFn(()=>{delete this.acks[e];for(let o=0;o<this.sendBuffer.length;o++)this.sendBuffer[o].id===e&&this.sendBuffer.splice(o,1);t.call(this,new Error("operation has timed out"))},s);this.acks[e]=(...o)=>{this.io.clearTimeoutFn(i),t.apply(this,[null,...o])}}emitWithAck(e,...t){const r=this.flags.timeout!==void 0||this._opts.ackTimeout!==void 0;return new Promise((s,i)=>{t.push((o,c)=>r?o?i(o):s(c):s(o)),this.emit(e,...t)})}_addToQueue(e){let t;typeof e[e.length-1]=="function"&&(t=e.pop());const r={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((s,...i)=>r!==this._queue[0]?void 0:(s!==null?r.tryCount>this._opts.retries&&(this._queue.shift(),t&&t(s)):(this._queue.shift(),t&&t(null,...i)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const t=this._queue[0];t.pending&&!e||(t.pending=!0,t.tryCount++,this.flags=t.flags,this.emit.apply(this,t.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:T.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,t){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,t)}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case T.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case T.EVENT:case T.BINARY_EVENT:this.onevent(e);break;case T.ACK:case T.BINARY_ACK:this.onack(e);break;case T.DISCONNECT:this.ondisconnect();break;case T.CONNECT_ERROR:this.destroy();const r=new Error(e.data.message);r.data=e.data.data,this.emitReserved("connect_error",r);break}}onevent(e){const t=e.data||[];e.id!=null&&t.push(this.ack(e.id)),this.connected?this.emitEvent(t):this.receiveBuffer.push(Object.freeze(t))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const t=this._anyListeners.slice();for(const r of t)r.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const t=this;let r=!1;return function(...s){r||(r=!0,t.packet({type:T.ACK,id:e,data:s}))}}onack(e){const t=this.acks[e.id];typeof t=="function"&&(t.apply(this,e.data),delete this.acks[e.id])}onconnect(e,t){this.id=e,this.recovered=t&&this._pid===t,this._pid=t,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:T.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const t=this._anyListeners;for(let r=0;r<t.length;r++)if(e===t[r])return t.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(e),this}prependAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(e),this}offAnyOutgoing(e){if(!this._anyOutgoingListeners)return this;if(e){const t=this._anyOutgoingListeners;for(let r=0;r<t.length;r++)if(e===t[r])return t.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(e){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const t=this._anyOutgoingListeners.slice();for(const r of t)r.apply(this,e.data)}}}function qe(n){n=n||{},this.ms=n.min||100,this.max=n.max||1e4,this.factor=n.factor||2,this.jitter=n.jitter>0&&n.jitter<=1?n.jitter:0,this.attempts=0}qe.prototype.duration=function(){var n=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),t=Math.floor(e*this.jitter*n);n=(Math.floor(e*10)&1)==0?n-t:n+t}return Math.min(n,this.max)|0},qe.prototype.reset=function(){this.attempts=0},qe.prototype.setMin=function(n){this.ms=n},qe.prototype.setMax=function(n){this.max=n},qe.prototype.setJitter=function(n){this.jitter=n};class qn extends Y{constructor(e,t){var r;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(t=e,e=void 0),t=t||{},t.path=t.path||"/socket.io",this.opts=t,Lt(this,t),this.reconnection(t.reconnection!==!1),this.reconnectionAttempts(t.reconnectionAttempts||1/0),this.reconnectionDelay(t.reconnectionDelay||1e3),this.reconnectionDelayMax(t.reconnectionDelayMax||5e3),this.randomizationFactor((r=t.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new qe({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(t.timeout==null?2e4:t.timeout),this._readyState="closed",this.uri=e;const s=t.parser||na;this.encoder=new s.Encoder,this.decoder=new s.Decoder,this._autoConnect=t.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var t;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(t=this.backoff)===null||t===void 0||t.setMin(e),this)}randomizationFactor(e){var t;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(t=this.backoff)===null||t===void 0||t.setJitter(e),this)}reconnectionDelayMax(e){var t;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(t=this.backoff)===null||t===void 0||t.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new De(this.uri,this.opts);const t=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;const s=he(t,"open",function(){r.onopen(),e&&e()}),i=c=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",c),e?e(c):this.maybeReconnectOnOpen()},o=he(t,"error",i);if(this._timeout!==!1){const c=this._timeout,l=this.setTimeoutFn(()=>{s(),i(new Error("timeout")),t.close()},c);this.opts.autoUnref&&l.unref(),this.subs.push(()=>{this.clearTimeoutFn(l)})}return this.subs.push(s),this.subs.push(o),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(he(e,"ping",this.onping.bind(this)),he(e,"data",this.ondata.bind(this)),he(e,"error",this.onerror.bind(this)),he(e,"close",this.onclose.bind(this)),he(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(t){this.onclose("parse error",t)}}ondecoded(e){Bn(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,t){let r=this.nsps[e];return r?this._autoConnect&&!r.active&&r.connect():(r=new bs(this,e,t),this.nsps[e]=r),r}_destroy(e){const t=Object.keys(this.nsps);for(const r of t)if(this.nsps[r].active)return;this._close()}_packet(e){const t=this.encoder.encode(e);for(let r=0;r<t.length;r++)this.engine.write(t[r],e.options)}cleanup(){this.subs.forEach(e=>e()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(e,t){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,t),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const t=this.backoff.duration();this._reconnecting=!0;const r=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(s=>{s?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",s)):e.onreconnect()}))},t);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const at={};function Bt(n,e){typeof n=="object"&&(e=n,n=void 0),e=e||{};const t=Jo(n,e.path||"/socket.io"),r=t.source,s=t.id,i=t.path,o=at[s]&&i in at[s].nsps,c=e.forceNew||e["force new connection"]||e.multiplex===!1||o;let l;return c?l=new qn(r,e):(at[s]||(at[s]=new qn(r,e)),l=at[s]),t.query&&!e.query&&(e.query=t.queryKey),l.socket(t.path,e)}Object.assign(Bt,{Manager:qn,Socket:bs,io:Bt,connect:Bt});class sa{constructor(e,t,r){Ue(this,"socket_port");Ue(this,"host");Ue(this,"port");Ue(this,"protocol");Ue(this,"url");Ue(this,"socket");var s,i;this.socket_port=t!=null?t:"9000",this.host=(s=window.location)==null?void 0:s.hostname,this.port=(i=window.location)!=null&&i.port?`:${this.socket_port}`:"",this.protocol=this.port?"http":"https",this.url=e||`${this.protocol}://${this.host}${this.port}`,this.socket=Bt(this.url,{withCredentials:!0,extraHeaders:r&&r.useToken===!0?{Authorization:`${r.type} ${r.token}`}:{}})}}var _s={exports:{}},ut={};/**
|
|
18
|
+
*/var Vr;function Mi(){return Vr||(Vr=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var n=Ne.default,e=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function t(F){{for(var g=arguments.length,M=new Array(g>1?g-1:0),V=1;V<g;V++)M[V-1]=arguments[V];r("error",F,M)}}function r(F,g,M){{var V=e.ReactDebugCurrentFrame,L=V.getStackAddendum();L!==""&&(g+="%s",M=M.concat([L]));var S=M.map(function(q){return String(q)});S.unshift("Warning: "+g),Function.prototype.apply.call(console[F],console,S)}}function s(F,g){return F===g&&(F!==0||1/F===1/g)||F!==F&&g!==g}var i=typeof Object.is=="function"?Object.is:s,o=n.useState,c=n.useEffect,l=n.useLayoutEffect,a=n.useDebugValue,h=!1,f=!1;function v(F,g,M){h||n.startTransition!==void 0&&(h=!0,t("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var V=g();if(!f){var L=g();i(V,L)||(t("The result of getSnapshot should be cached to avoid an infinite loop"),f=!0)}var S=o({inst:{value:V,getSnapshot:g}}),q=S[0].inst,P=S[1];return l(function(){q.value=V,q.getSnapshot=g,y(q)&&P({inst:q})},[F,V,g]),c(function(){y(q)&&P({inst:q});var $=function(){y(q)&&P({inst:q})};return F($)},[F]),a(V),V}function y(F){var g=F.getSnapshot,M=F.value;try{var V=g();return!i(M,V)}catch{return!0}}function w(F,g,M){return g()}var E=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",x=!E,b=x?w:v,C=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:b;yn.useSyncExternalStore=C,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),yn}(function(n){process.env.NODE_ENV==="production"?n.exports=ji():n.exports=Mi()})(Ur);const Ae=()=>{},ue=Ae(),mn=Object,k=n=>n===ue,be=n=>typeof n=="function",ke=(n,e)=>({...n,...e}),qi=n=>be(n.then),Ct=new WeakMap;let Wi=0;const nt=n=>{const e=typeof n,t=n&&n.constructor,r=t==Date;let s,i;if(mn(n)===n&&!r&&t!=RegExp){if(s=Ct.get(n),s)return s;if(s=++Wi+"~",Ct.set(n,s),t==Array){for(s="@",i=0;i<n.length;i++)s+=nt(n[i])+",";Ct.set(n,s)}if(t==mn){s="#";const o=mn.keys(n).sort();for(;!k(i=o.pop());)k(n[i])||(s+=i+":"+nt(n[i])+",");Ct.set(n,s)}}else s=r?n.toJSON():e=="symbol"?n.toString():e=="string"?JSON.stringify(n):""+n;return s},_e=new WeakMap,gn={},Ot={},bn="undefined",xt=typeof window!=bn,_n=typeof document!=bn,Hi=()=>xt&&typeof window.requestAnimationFrame!=bn,jr=(n,e)=>{const t=_e.get(n);return[()=>!k(e)&&n.get(e)||gn,r=>{if(!k(e)){const s=n.get(e);e in Ot||(Ot[e]=s),t[5](e,ke(s,r),s||gn)}},t[6],()=>!k(e)&&e in Ot?Ot[e]:!k(e)&&n.get(e)||gn]};let wn=!0;const Ji=()=>wn,[En,Sn]=xt&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[Ae,Ae],Yi=()=>{const n=_n&&document.visibilityState;return k(n)||n!=="hidden"},zi=n=>(_n&&document.addEventListener("visibilitychange",n),En("focus",n),()=>{_n&&document.removeEventListener("visibilitychange",n),Sn("focus",n)}),Ki=n=>{const e=()=>{wn=!0,n()},t=()=>{wn=!1};return En("online",e),En("offline",t),()=>{Sn("online",e),Sn("offline",t)}},Gi={isOnline:Ji,isVisible:Yi},Xi={initFocus:zi,initReconnect:Ki},Mr=!Ne.default.useId,rt=!xt||"Deno"in window,Qi=n=>Hi()?window.requestAnimationFrame(n):setTimeout(n,1),Rn=rt?d.useEffect:d.useLayoutEffect,Tn=typeof navigator<"u"&&navigator.connection,qr=!rt&&Tn&&(["slow-2g","2g"].includes(Tn.effectiveType)||Tn.saveData),Cn=n=>{if(be(n))try{n=n()}catch{n=""}const e=n;return n=typeof n=="string"?n:(Array.isArray(n)?n.length:n)?nt(n):"",[n,e]};let Zi=0;const On=()=>++Zi,Wr=0,Hr=1,Jr=2;var st={__proto__:null,ERROR_REVALIDATE_EVENT:3,FOCUS_EVENT:Wr,MUTATE_EVENT:Jr,RECONNECT_EVENT:Hr};async function Yr(...n){const[e,t,r,s]=n,i=ke({populateCache:!0,throwOnError:!0},typeof s=="boolean"?{revalidate:s}:s||{});let o=i.populateCache;const c=i.rollbackOnError;let l=i.optimisticData;const a=i.revalidate!==!1,h=y=>typeof c=="function"?c(y):c!==!1,f=i.throwOnError;if(be(t)){const y=t,w=[],E=e.keys();for(const x of E)!/^\$(inf|sub)\$/.test(x)&&y(e.get(x)._k)&&w.push(x);return Promise.all(w.map(v))}return v(t);async function v(y){const[w]=Cn(y);if(!w)return;const[E,x]=jr(e,w),[b,C,F,g]=_e.get(e),M=b[w],V=()=>a&&(delete F[w],delete g[w],M&&M[0])?M[0](Jr).then(()=>E().data):E().data;if(n.length<3)return V();let L=r,S;const q=On();C[w]=[q,0];const P=!k(l),$=E(),te=$.data,ee=$._c,W=k(ee)?te:ee;if(P&&(l=be(l)?l(W,te):l,x({data:l,_c:W})),be(L))try{L=L(W)}catch(Ee){S=Ee}if(L&&qi(L))if(L=await L.catch(Ee=>{S=Ee}),q!==C[w][0]){if(S)throw S;return L}else S&&P&&h(S)&&(o=!0,L=W,x({data:L,_c:ue}));o&&(S||(be(o)&&(L=o(L,W)),x({data:L,error:ue,_c:ue}))),C[w][1]=On();const we=await V();if(x({_c:ue}),S){if(f)throw S;return}return o?we:L}}const zr=(n,e)=>{for(const t in n)n[t][0]&&n[t][0](e)},$i=(n,e)=>{if(!_e.has(n)){const t=ke(Xi,e),r={},s=Yr.bind(ue,n);let i=Ae;const o={},c=(h,f)=>{const v=o[h]||[];return o[h]=v,v.push(f),()=>v.splice(v.indexOf(f),1)},l=(h,f,v)=>{n.set(h,f);const y=o[h];if(y)for(const w of y)w(f,v)},a=()=>{if(!_e.has(n)&&(_e.set(n,[r,{},{},{},s,l,c]),!rt)){const h=t.initFocus(setTimeout.bind(ue,zr.bind(ue,r,Wr))),f=t.initReconnect(setTimeout.bind(ue,zr.bind(ue,r,Hr)));i=()=>{h&&h(),f&&f(),_e.delete(n)}}};return a(),[n,s,a,i]}return[n,_e.get(n)[4]]},eo=(n,e,t,r,s)=>{const i=t.errorRetryCount,o=s.retryCount,c=~~((Math.random()+.5)*(1<<(o<8?o:8)))*t.errorRetryInterval;!k(i)&&o>i||setTimeout(r,c,s)},to=(n,e)=>nt(n)==nt(e),[Kr,no]=$i(new Map),ro=ke({onLoadingSlow:Ae,onSuccess:Ae,onError:Ae,onErrorRetry:eo,onDiscarded:Ae,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:qr?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:qr?5e3:3e3,compare:to,isPaused:()=>!1,cache:Kr,mutate:no,fallback:{}},Gi),so=(n,e)=>{const t=ke(n,e);if(e){const{use:r,fallback:s}=n,{use:i,fallback:o}=e;r&&i&&(t.use=r.concat(i)),s&&o&&(t.fallback=ke(s,o))}return t},io=d.createContext({}),Gr=xt&&window.__SWR_DEVTOOLS_USE__,oo=Gr?window.__SWR_DEVTOOLS_USE__:[],ao=()=>{Gr&&(window.__SWR_DEVTOOLS_REACT__=Ne.default)},uo=n=>be(n[1])?[n[0],n[1],n[2]||{}]:[n[0],null,(n[1]===null?n[2]:n[1])||{}],co=()=>ke(ro,d.useContext(io)),lo=n=>(e,t,r)=>n(e,t&&((...i)=>{const[o]=Cn(e),[,,,c]=_e.get(Kr),l=c[o];return k(l)?t(...i):(delete c[o],l)}),r),fo=oo.concat(lo),ho=n=>function(...t){const r=co(),[s,i,o]=uo(t),c=so(r,o);let l=n;const{use:a}=c,h=(a||[]).concat(fo);for(let f=h.length;f--;)l=h[f](l);return l(s,i||c.fetcher||null,c)},po=(n,e,t)=>{const r=e[n]||(e[n]=[]);return r.push(t),()=>{const s=r.indexOf(t);s>=0&&(r[s]=r[r.length-1],r.pop())}};ao();const Xr=Ne.default.use||(n=>{if(n.status==="pending")throw n;if(n.status==="fulfilled")return n.value;throw n.status==="rejected"?n.reason:(n.status="pending",n.then(e=>{n.status="fulfilled",n.value=e},e=>{n.status="rejected",n.reason=e}),n)}),xn={dedupe:!0},it=ho((n,e,t)=>{const{cache:r,compare:s,suspense:i,fallbackData:o,revalidateOnMount:c,revalidateIfStale:l,refreshInterval:a,refreshWhenHidden:h,refreshWhenOffline:f,keepPreviousData:v}=t,[y,w,E,x]=_e.get(r),[b,C]=Cn(n),F=d.useRef(!1),g=d.useRef(!1),M=d.useRef(b),V=d.useRef(e),L=d.useRef(t),S=()=>L.current,q=()=>S().isVisible()&&S().isOnline(),[P,$,te,ee]=jr(r,b),W=d.useRef({}).current,we=k(o)?t.fallback[b]:o,Ee=(B,U)=>{for(const X in W){const j=X;if(j==="data"){if(!s(B[j],U[j])&&(!k(B[j])||!s(We,U[j])))return!1}else if(U[j]!==B[j])return!1}return!0},lt=d.useMemo(()=>{const B=(()=>!b||!e?!1:k(c)?S().isPaused()||i?!1:k(l)?!0:l:c)(),U=K=>{const de=ke(K);return delete de._k,B?{isValidating:!0,isLoading:!0,...de}:de},X=P(),j=ee(),ne=U(X),Ce=X===j?ne:U(j);let z=ne;return[()=>{const K=U(P());return Ee(K,z)?(z.data=K.data,z.isLoading=K.isLoading,z.isValidating=K.isValidating,z.error=K.error,z):(z=K,K)},()=>Ce]},[r,b]),Se=Ur.exports.useSyncExternalStore(d.useCallback(B=>te(b,(U,X)=>{Ee(X,U)||B()}),[r,b]),lt[0],lt[1]),ft=!F.current,It=y[b]&&y[b].length>0,Re=Se.data,Te=k(Re)?we:Re,Be=Se.error,Vt=d.useRef(Te),We=v?k(Re)?Vt.current:Re:Te,He=(()=>It&&!k(Be)?!1:ft&&!k(c)?c:S().isPaused()?!1:i?k(Te)?!1:l:k(Te)||l)(),Je=!!(b&&e&&ft&&He),Ye=k(Se.isValidating)?Je:Se.isValidating,ht=k(Se.isLoading)?Je:Se.isLoading,ge=d.useCallback(async B=>{const U=V.current;if(!b||!U||g.current||S().isPaused())return!1;let X,j,ne=!0;const Ce=B||{},z=!E[b]||!Ce.dedupe,K=()=>Mr?!g.current&&b===M.current&&F.current:b===M.current,de={isValidating:!1,isLoading:!1},Mt=()=>{$(de)},ze=()=>{const ie=E[b];ie&&ie[1]===j&&delete E[b]},qt={isValidating:!0};k(P().data)&&(qt.isLoading=!0);try{if(z&&($(qt),t.loadingTimeout&&k(P().data)&&setTimeout(()=>{ne&&K()&&S().onLoadingSlow(b,t)},t.loadingTimeout),E[b]=[U(C),On()]),[X,j]=E[b],X=await X,z&&setTimeout(ze,t.dedupingInterval),!E[b]||E[b][1]!==j)return z&&K()&&S().onDiscarded(b),!1;de.error=ue;const ie=w[b];if(!k(ie)&&(j<=ie[0]||j<=ie[1]||ie[1]===0))return Mt(),z&&K()&&S().onDiscarded(b),!1;const le=P().data;de.data=s(le,X)?le:X,z&&K()&&S().onSuccess(X,b,t)}catch(ie){ze();const le=S(),{shouldRetryOnError:Ke}=le;le.isPaused()||(de.error=ie,z&&K()&&(le.onError(ie,b,le),(Ke===!0||be(Ke)&&Ke(ie))&&q()&&le.onErrorRetry(ie,b,le,Ue=>{const dt=y[b];dt&&dt[0]&&dt[0](st.ERROR_REVALIDATE_EVENT,Ue)},{retryCount:(Ce.retryCount||0)+1,dedupe:!0})))}return ne=!1,Mt(),!0},[b,r]),jt=d.useCallback((...B)=>Yr(r,M.current,...B),[]);if(Rn(()=>{V.current=e,L.current=t,k(Re)||(Vt.current=Re)}),Rn(()=>{if(!b)return;const B=ge.bind(ue,xn);let U=0;const j=po(b,y,(ne,Ce={})=>{if(ne==st.FOCUS_EVENT){const z=Date.now();S().revalidateOnFocus&&z>U&&q()&&(U=z+S().focusThrottleInterval,B())}else if(ne==st.RECONNECT_EVENT)S().revalidateOnReconnect&&q()&&B();else{if(ne==st.MUTATE_EVENT)return ge();if(ne==st.ERROR_REVALIDATE_EVENT)return ge(Ce)}});return g.current=!1,M.current=b,F.current=!0,$({_k:C}),He&&(k(Te)||rt?B():Qi(B)),()=>{g.current=!0,j()}},[b]),Rn(()=>{let B;function U(){const j=be(a)?a(P().data):a;j&&B!==-1&&(B=setTimeout(X,j))}function X(){!P().error&&(h||S().isVisible())&&(f||S().isOnline())?ge(xn).then(U):U()}return U(),()=>{B&&(clearTimeout(B),B=-1)}},[a,h,f,b]),d.useDebugValue(We),i&&k(Te)&&b){if(!Mr&&rt)throw new Error("Fallback data is required when using suspense in SSR.");V.current=e,L.current=t,g.current=!1;const B=x[b];if(!k(B)){const U=jt(B);Xr(U)}if(k(Be)){const U=ge(xn);k(We)||(U.status="fulfilled",U.value=!0),Xr(U)}else throw Be}return{mutate:jt,get data(){return W.data=!0,We},get error(){return W.error=!0,Be},get isValidating(){return W.isValidating=!0,Ye},get isLoading(){return W.isLoading=!0,ht}}}),ye=Object.create(null);ye.open="0",ye.close="1",ye.ping="2",ye.pong="3",ye.message="4",ye.upgrade="5",ye.noop="6";const At=Object.create(null);Object.keys(ye).forEach(n=>{At[ye[n]]=n});const An={type:"error",data:"parser error"},Qr=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",Zr=typeof ArrayBuffer=="function",$r=n=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(n):n&&n.buffer instanceof ArrayBuffer,kn=({type:n,data:e},t,r)=>Qr&&e instanceof Blob?t?r(e):es(e,r):Zr&&(e instanceof ArrayBuffer||$r(e))?t?r(e):es(new Blob([e]),r):r(ye[n]+(e||"")),es=(n,e)=>{const t=new FileReader;return t.onload=function(){const r=t.result.split(",")[1];e("b"+(r||""))},t.readAsDataURL(n)};function ts(n){return n instanceof Uint8Array?n:n instanceof ArrayBuffer?new Uint8Array(n):new Uint8Array(n.buffer,n.byteOffset,n.byteLength)}let Dn;function vo(n,e){if(Qr&&n.data instanceof Blob)return n.data.arrayBuffer().then(ts).then(e);if(Zr&&(n.data instanceof ArrayBuffer||$r(n.data)))return e(ts(n.data));kn(n,!1,t=>{Dn||(Dn=new TextEncoder),e(Dn.encode(t))})}const ns="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ot=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let n=0;n<ns.length;n++)ot[ns.charCodeAt(n)]=n;const yo=n=>{let e=n.length*.75,t=n.length,r,s=0,i,o,c,l;n[n.length-1]==="="&&(e--,n[n.length-2]==="="&&e--);const a=new ArrayBuffer(e),h=new Uint8Array(a);for(r=0;r<t;r+=4)i=ot[n.charCodeAt(r)],o=ot[n.charCodeAt(r+1)],c=ot[n.charCodeAt(r+2)],l=ot[n.charCodeAt(r+3)],h[s++]=i<<2|o>>4,h[s++]=(o&15)<<4|c>>2,h[s++]=(c&3)<<6|l&63;return a},mo=typeof ArrayBuffer=="function",Ln=(n,e)=>{if(typeof n!="string")return{type:"message",data:rs(n,e)};const t=n.charAt(0);return t==="b"?{type:"message",data:go(n.substring(1),e)}:At[t]?n.length>1?{type:At[t],data:n.substring(1)}:{type:At[t]}:An},go=(n,e)=>{if(mo){const t=yo(n);return rs(t,e)}else return{base64:!0,data:n}},rs=(n,e)=>{switch(e){case"blob":return n instanceof Blob?n:new Blob([n]);case"arraybuffer":default:return n instanceof ArrayBuffer?n:n.buffer}},ss=String.fromCharCode(30),bo=(n,e)=>{const t=n.length,r=new Array(t);let s=0;n.forEach((i,o)=>{kn(i,!1,c=>{r[o]=c,++s===t&&e(r.join(ss))})})},_o=(n,e)=>{const t=n.split(ss),r=[];for(let s=0;s<t.length;s++){const i=Ln(t[s],e);if(r.push(i),i.type==="error")break}return r};function wo(){return new TransformStream({transform(n,e){vo(n,t=>{const r=t.length;let s;if(r<126)s=new Uint8Array(1),new DataView(s.buffer).setUint8(0,r);else if(r<65536){s=new Uint8Array(3);const i=new DataView(s.buffer);i.setUint8(0,126),i.setUint16(1,r)}else{s=new Uint8Array(9);const i=new DataView(s.buffer);i.setUint8(0,127),i.setBigUint64(1,BigInt(r))}n.data&&typeof n.data!="string"&&(s[0]|=128),e.enqueue(s),e.enqueue(t)})}})}let Nn;function kt(n){return n.reduce((e,t)=>e+t.length,0)}function Dt(n,e){if(n[0].length===e)return n.shift();const t=new Uint8Array(e);let r=0;for(let s=0;s<e;s++)t[s]=n[0][r++],r===n[0].length&&(n.shift(),r=0);return n.length&&r<n[0].length&&(n[0]=n[0].slice(r)),t}function Eo(n,e){Nn||(Nn=new TextDecoder);const t=[];let r=0,s=-1,i=!1;return new TransformStream({transform(o,c){for(t.push(o);;){if(r===0){if(kt(t)<1)break;const l=Dt(t,1);i=(l[0]&128)===128,s=l[0]&127,s<126?r=3:s===126?r=1:r=2}else if(r===1){if(kt(t)<2)break;const l=Dt(t,2);s=new DataView(l.buffer,l.byteOffset,l.length).getUint16(0),r=3}else if(r===2){if(kt(t)<8)break;const l=Dt(t,8),a=new DataView(l.buffer,l.byteOffset,l.length),h=a.getUint32(0);if(h>Math.pow(2,53-32)-1){c.enqueue(An);break}s=h*Math.pow(2,32)+a.getUint32(4),r=3}else{if(kt(t)<s)break;const l=Dt(t,s);c.enqueue(Ln(i?l:Nn.decode(l),e)),r=0}if(s===0||s>n){c.enqueue(An);break}}}})}const is=4;function Y(n){if(n)return So(n)}function So(n){for(var e in Y.prototype)n[e]=Y.prototype[e];return n}Y.prototype.on=Y.prototype.addEventListener=function(n,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+n]=this._callbacks["$"+n]||[]).push(e),this},Y.prototype.once=function(n,e){function t(){this.off(n,t),e.apply(this,arguments)}return t.fn=e,this.on(n,t),this},Y.prototype.off=Y.prototype.removeListener=Y.prototype.removeAllListeners=Y.prototype.removeEventListener=function(n,e){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var t=this._callbacks["$"+n];if(!t)return this;if(arguments.length==1)return delete this._callbacks["$"+n],this;for(var r,s=0;s<t.length;s++)if(r=t[s],r===e||r.fn===e){t.splice(s,1);break}return t.length===0&&delete this._callbacks["$"+n],this},Y.prototype.emit=function(n){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),t=this._callbacks["$"+n],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(t){t=t.slice(0);for(var r=0,s=t.length;r<s;++r)t[r].apply(this,e)}return this},Y.prototype.emitReserved=Y.prototype.emit,Y.prototype.listeners=function(n){return this._callbacks=this._callbacks||{},this._callbacks["$"+n]||[]},Y.prototype.hasListeners=function(n){return!!this.listeners(n).length};const ce=(()=>typeof self<"u"?self:typeof window<"u"?window:Function("return this")())();function os(n,...e){return e.reduce((t,r)=>(n.hasOwnProperty(r)&&(t[r]=n[r]),t),{})}const Ro=ce.setTimeout,To=ce.clearTimeout;function Lt(n,e){e.useNativeTimers?(n.setTimeoutFn=Ro.bind(ce),n.clearTimeoutFn=To.bind(ce)):(n.setTimeoutFn=ce.setTimeout.bind(ce),n.clearTimeoutFn=ce.clearTimeout.bind(ce))}const Co=1.33;function Oo(n){return typeof n=="string"?xo(n):Math.ceil((n.byteLength||n.size)*Co)}function xo(n){let e=0,t=0;for(let r=0,s=n.length;r<s;r++)e=n.charCodeAt(r),e<128?t+=1:e<2048?t+=2:e<55296||e>=57344?t+=3:(r++,t+=4);return t}function Ao(n){let e="";for(let t in n)n.hasOwnProperty(t)&&(e.length&&(e+="&"),e+=encodeURIComponent(t)+"="+encodeURIComponent(n[t]));return e}function ko(n){let e={},t=n.split("&");for(let r=0,s=t.length;r<s;r++){let i=t[r].split("=");e[decodeURIComponent(i[0])]=decodeURIComponent(i[1])}return e}class Do extends Error{constructor(e,t,r){super(e),this.description=t,this.context=r,this.type="TransportError"}}class Fn extends Y{constructor(e){super(),this.writable=!1,Lt(this,e),this.opts=e,this.query=e.query,this.socket=e.socket}onError(e,t,r){return super.emitReserved("error",new Do(e,t,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const t=Ln(e,this.socket.binaryType);this.onPacket(t)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}createUri(e,t={}){return e+"://"+this._hostname()+this._port()+this.opts.path+this._query(t)}_hostname(){const e=this.opts.hostname;return e.indexOf(":")===-1?e:"["+e+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(e){const t=Ao(e);return t.length?"?"+t:""}}const as="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),Pn=64,Lo={};let us=0,Nt=0,cs;function ls(n){let e="";do e=as[n%Pn]+e,n=Math.floor(n/Pn);while(n>0);return e}function fs(){const n=ls(+new Date);return n!==cs?(us=0,cs=n):n+"."+ls(us++)}for(;Nt<Pn;Nt++)Lo[as[Nt]]=Nt;let hs=!1;try{hs=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}const No=hs;function ds(n){const e=n.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!e||No))return new XMLHttpRequest}catch{}if(!e)try{return new ce[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}function Wa(){}function Fo(){}const Po=function(){return new ds({xdomain:!1}).responseType!=null}();class Bo extends Fn{constructor(e){if(super(e),this.polling=!1,typeof location<"u"){const r=location.protocol==="https:";let s=location.port;s||(s=r?"443":"80"),this.xd=typeof location<"u"&&e.hostname!==location.hostname||s!==e.port}const t=e&&e.forceBase64;this.supportsBinary=Po&&!t,this.opts.withCredentials&&(this.cookieJar=void 0)}get name(){return"polling"}doOpen(){this.poll()}pause(e){this.readyState="pausing";const t=()=>{this.readyState="paused",e()};if(this.polling||!this.writable){let r=0;this.polling&&(r++,this.once("pollComplete",function(){--r||t()})),this.writable||(r++,this.once("drain",function(){--r||t()}))}else t()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const t=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};_o(e,this.socket.binaryType).forEach(t),this.readyState!=="closed"&&(this.polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this.poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,bo(e,t=>{this.doWrite(t,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const e=this.opts.secure?"https":"http",t=this.query||{};return this.opts.timestampRequests!==!1&&(t[this.opts.timestampParam]=fs()),!this.supportsBinary&&!t.sid&&(t.b64=1),this.createUri(e,t)}request(e={}){return Object.assign(e,{xd:this.xd,cookieJar:this.cookieJar},this.opts),new me(this.uri(),e)}doWrite(e,t){const r=this.request({method:"POST",data:e});r.on("success",t),r.on("error",(s,i)=>{this.onError("xhr post error",s,i)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(t,r)=>{this.onError("xhr poll error",t,r)}),this.pollXhr=e}}class me extends Y{constructor(e,t){super(),Lt(this,t),this.opts=t,this.method=t.method||"GET",this.uri=e,this.data=t.data!==void 0?t.data:null,this.create()}create(){var e;const t=os(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");t.xdomain=!!this.opts.xd;const r=this.xhr=new ds(t);try{r.open(this.method,this.uri,!0);try{if(this.opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let s in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(s)&&r.setRequestHeader(s,this.opts.extraHeaders[s])}}catch{}if(this.method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{r.setRequestHeader("Accept","*/*")}catch{}(e=this.opts.cookieJar)===null||e===void 0||e.addCookies(r),"withCredentials"in r&&(r.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(r.timeout=this.opts.requestTimeout),r.onreadystatechange=()=>{var s;r.readyState===3&&((s=this.opts.cookieJar)===null||s===void 0||s.parseCookies(r)),r.readyState===4&&(r.status===200||r.status===1223?this.onLoad():this.setTimeoutFn(()=>{this.onError(typeof r.status=="number"?r.status:0)},0))},r.send(this.data)}catch(s){this.setTimeoutFn(()=>{this.onError(s)},0);return}typeof document<"u"&&(this.index=me.requestsCount++,me.requests[this.index]=this)}onError(e){this.emitReserved("error",e,this.xhr),this.cleanup(!0)}cleanup(e){if(!(typeof this.xhr>"u"||this.xhr===null)){if(this.xhr.onreadystatechange=Fo,e)try{this.xhr.abort()}catch{}typeof document<"u"&&delete me.requests[this.index],this.xhr=null}}onLoad(){const e=this.xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}if(me.requestsCount=0,me.requests={},typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",ps);else if(typeof addEventListener=="function"){const n="onpagehide"in ce?"pagehide":"unload";addEventListener(n,ps,!1)}}function ps(){for(let n in me.requests)me.requests.hasOwnProperty(n)&&me.requests[n].abort()}const Bn=(()=>typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,t)=>t(e,0))(),Ft=ce.WebSocket||ce.MozWebSocket,vs=!0,Uo="arraybuffer",ys=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class Io extends Fn{constructor(e){super(e),this.supportsBinary=!e.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const e=this.uri(),t=this.opts.protocols,r=ys?{}:os(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=vs&&!ys?t?new Ft(e,t):new Ft(e):new Ft(e,t,r)}catch(s){return this.emitReserved("error",s)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let t=0;t<e.length;t++){const r=e[t],s=t===e.length-1;kn(r,this.supportsBinary,i=>{const o={};try{vs&&this.ws.send(i)}catch{}s&&Bn(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.close(),this.ws=null)}uri(){const e=this.opts.secure?"wss":"ws",t=this.query||{};return this.opts.timestampRequests&&(t[this.opts.timestampParam]=fs()),this.supportsBinary||(t.b64=1),this.createUri(e,t)}check(){return!!Ft}}class Vo extends Fn{get name(){return"webtransport"}doOpen(){typeof WebTransport=="function"&&(this.transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name]),this.transport.closed.then(()=>{this.onClose()}).catch(e=>{this.onError("webtransport error",e)}),this.transport.ready.then(()=>{this.transport.createBidirectionalStream().then(e=>{const t=Eo(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=e.readable.pipeThrough(t).getReader(),s=wo();s.readable.pipeTo(e.writable),this.writer=s.writable.getWriter();const i=()=>{r.read().then(({done:c,value:l})=>{c||(this.onPacket(l),i())}).catch(c=>{})};i();const o={type:"open"};this.query.sid&&(o.data=`{"sid":"${this.query.sid}"}`),this.writer.write(o).then(()=>this.onOpen())})}))}write(e){this.writable=!1;for(let t=0;t<e.length;t++){const r=e[t],s=t===e.length-1;this.writer.write(r).then(()=>{s&&Bn(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var e;(e=this.transport)===null||e===void 0||e.close()}}const jo={websocket:Io,webtransport:Vo,polling:Bo},Mo=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,qo=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Un(n){const e=n,t=n.indexOf("["),r=n.indexOf("]");t!=-1&&r!=-1&&(n=n.substring(0,t)+n.substring(t,r).replace(/:/g,";")+n.substring(r,n.length));let s=Mo.exec(n||""),i={},o=14;for(;o--;)i[qo[o]]=s[o]||"";return t!=-1&&r!=-1&&(i.source=e,i.host=i.host.substring(1,i.host.length-1).replace(/;/g,":"),i.authority=i.authority.replace("[","").replace("]","").replace(/;/g,":"),i.ipv6uri=!0),i.pathNames=Wo(i,i.path),i.queryKey=Ho(i,i.query),i}function Wo(n,e){const t=/\/{2,9}/g,r=e.replace(t,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&r.splice(0,1),e.slice(-1)=="/"&&r.splice(r.length-1,1),r}function Ho(n,e){const t={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,s,i){s&&(t[s]=i)}),t}class De extends Y{constructor(e,t={}){super(),this.binaryType=Uo,this.writeBuffer=[],e&&typeof e=="object"&&(t=e,e=null),e?(e=Un(e),t.hostname=e.host,t.secure=e.protocol==="https"||e.protocol==="wss",t.port=e.port,e.query&&(t.query=e.query)):t.host&&(t.hostname=Un(t.host).host),Lt(this,t),this.secure=t.secure!=null?t.secure:typeof location<"u"&&location.protocol==="https:",t.hostname&&!t.port&&(t.port=this.secure?"443":"80"),this.hostname=t.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=t.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=t.transports||["polling","websocket","webtransport"],this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},t),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=ko(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,typeof addEventListener=="function"&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(e){const t=Object.assign({},this.opts.query);t.EIO=is,t.transport=e,this.id&&(t.sid=this.id);const r=Object.assign({},this.opts,{query:t,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[e]);return new jo[e](r)}open(){let e;if(this.opts.rememberUpgrade&&De.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)e="websocket";else if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}else e=this.transports[0];this.readyState="opening";try{e=this.createTransport(e)}catch{this.transports.shift(),this.open();return}e.open(),this.setTransport(e)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",t=>this.onClose("transport close",t))}probe(e){let t=this.createTransport(e),r=!1;De.priorWebsocketSuccess=!1;const s=()=>{r||(t.send([{type:"ping",data:"probe"}]),t.once("packet",f=>{if(!r)if(f.type==="pong"&&f.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",t),!t)return;De.priorWebsocketSuccess=t.name==="websocket",this.transport.pause(()=>{r||this.readyState!=="closed"&&(h(),this.setTransport(t),t.send([{type:"upgrade"}]),this.emitReserved("upgrade",t),t=null,this.upgrading=!1,this.flush())})}else{const v=new Error("probe error");v.transport=t.name,this.emitReserved("upgradeError",v)}}))};function i(){r||(r=!0,h(),t.close(),t=null)}const o=f=>{const v=new Error("probe error: "+f);v.transport=t.name,i(),this.emitReserved("upgradeError",v)};function c(){o("transport closed")}function l(){o("socket closed")}function a(f){t&&f.name!==t.name&&i()}const h=()=>{t.removeListener("open",s),t.removeListener("error",o),t.removeListener("close",c),this.off("close",l),this.off("upgrading",a)};t.once("open",s),t.once("error",o),t.once("close",c),this.once("close",l),this.once("upgrading",a),this.upgrades.indexOf("webtransport")!==-1&&e!=="webtransport"?this.setTimeoutFn(()=>{r||t.open()},200):t.open()}onOpen(){if(this.readyState="open",De.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush(),this.readyState==="open"&&this.opts.upgrade){let e=0;const t=this.upgrades.length;for(;e<t;e++)this.probe(this.upgrades[e])}}onPacket(e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",e),this.emitReserved("heartbeat"),this.resetPingTimeout(),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":const t=new Error("server error");t.code=e.data,this.onError(t);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data);break}}onHandshake(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this.upgrades=this.filterUpgrades(e.upgrades),this.pingInterval=e.pingInterval,this.pingTimeout=e.pingTimeout,this.maxPayload=e.maxPayload,this.onOpen(),this.readyState!=="closed"&&this.resetPingTimeout()}resetPingTimeout(){this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn(()=>{this.onClose("ping timeout")},this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this.getWritablePackets();this.transport.send(e),this.prevBufferLen=e.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let t=1;for(let r=0;r<this.writeBuffer.length;r++){const s=this.writeBuffer[r].data;if(s&&(t+=Oo(s)),r>0&&t>this.maxPayload)return this.writeBuffer.slice(0,r);t+=2}return this.writeBuffer}write(e,t,r){return this.sendPacket("message",e,t,r),this}send(e,t,r){return this.sendPacket("message",e,t,r),this}sendPacket(e,t,r,s){if(typeof t=="function"&&(s=t,t=void 0),typeof r=="function"&&(s=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;const i={type:e,data:t,options:r};this.emitReserved("packetCreate",i),this.writeBuffer.push(i),s&&this.once("flush",s),this.flush()}close(){const e=()=>{this.onClose("forced close"),this.transport.close()},t=()=>{this.off("upgrade",t),this.off("upgradeError",t),e()},r=()=>{this.once("upgrade",t),this.once("upgradeError",t)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():e()}):this.upgrading?r():e()),this}onError(e){De.priorWebsocketSuccess=!1,this.emitReserved("error",e),this.onClose("transport error",e)}onClose(e,t){(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")&&(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),typeof removeEventListener=="function"&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",e,t),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(e){const t=[];let r=0;const s=e.length;for(;r<s;r++)~this.transports.indexOf(e[r])&&t.push(e[r]);return t}}De.protocol=is;function Jo(n,e="",t){let r=n;t=t||typeof location<"u"&&location,n==null&&(n=t.protocol+"//"+t.host),typeof n=="string"&&(n.charAt(0)==="/"&&(n.charAt(1)==="/"?n=t.protocol+n:n=t.host+n),/^(https?|wss?):\/\//.test(n)||(typeof t<"u"?n=t.protocol+"//"+n:n="https://"+n),r=Un(n)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";const i=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+i+":"+r.port+e,r.href=r.protocol+"://"+i+(t&&t.port===r.port?"":":"+r.port),r}const Yo=typeof ArrayBuffer=="function",zo=n=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(n):n.buffer instanceof ArrayBuffer,ms=Object.prototype.toString,Ko=typeof Blob=="function"||typeof Blob<"u"&&ms.call(Blob)==="[object BlobConstructor]",Go=typeof File=="function"||typeof File<"u"&&ms.call(File)==="[object FileConstructor]";function In(n){return Yo&&(n instanceof ArrayBuffer||zo(n))||Ko&&n instanceof Blob||Go&&n instanceof File}function Pt(n,e){if(!n||typeof n!="object")return!1;if(Array.isArray(n)){for(let t=0,r=n.length;t<r;t++)if(Pt(n[t]))return!0;return!1}if(In(n))return!0;if(n.toJSON&&typeof n.toJSON=="function"&&arguments.length===1)return Pt(n.toJSON(),!0);for(const t in n)if(Object.prototype.hasOwnProperty.call(n,t)&&Pt(n[t]))return!0;return!1}function Xo(n){const e=[],t=n.data,r=n;return r.data=Vn(t,e),r.attachments=e.length,{packet:r,buffers:e}}function Vn(n,e){if(!n)return n;if(In(n)){const t={_placeholder:!0,num:e.length};return e.push(n),t}else if(Array.isArray(n)){const t=new Array(n.length);for(let r=0;r<n.length;r++)t[r]=Vn(n[r],e);return t}else if(typeof n=="object"&&!(n instanceof Date)){const t={};for(const r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=Vn(n[r],e));return t}return n}function Qo(n,e){return n.data=jn(n.data,e),delete n.attachments,n}function jn(n,e){if(!n)return n;if(n&&n._placeholder===!0){if(typeof n.num=="number"&&n.num>=0&&n.num<e.length)return e[n.num];throw new Error("illegal attachments")}else if(Array.isArray(n))for(let t=0;t<n.length;t++)n[t]=jn(n[t],e);else if(typeof n=="object")for(const t in n)Object.prototype.hasOwnProperty.call(n,t)&&(n[t]=jn(n[t],e));return n}const Zo=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],$o=5;var T;(function(n){n[n.CONNECT=0]="CONNECT",n[n.DISCONNECT=1]="DISCONNECT",n[n.EVENT=2]="EVENT",n[n.ACK=3]="ACK",n[n.CONNECT_ERROR=4]="CONNECT_ERROR",n[n.BINARY_EVENT=5]="BINARY_EVENT",n[n.BINARY_ACK=6]="BINARY_ACK"})(T||(T={}));class ea{constructor(e){this.replacer=e}encode(e){return(e.type===T.EVENT||e.type===T.ACK)&&Pt(e)?this.encodeAsBinary({type:e.type===T.EVENT?T.BINARY_EVENT:T.BINARY_ACK,nsp:e.nsp,data:e.data,id:e.id}):[this.encodeAsString(e)]}encodeAsString(e){let t=""+e.type;return(e.type===T.BINARY_EVENT||e.type===T.BINARY_ACK)&&(t+=e.attachments+"-"),e.nsp&&e.nsp!=="/"&&(t+=e.nsp+","),e.id!=null&&(t+=e.id),e.data!=null&&(t+=JSON.stringify(e.data,this.replacer)),t}encodeAsBinary(e){const t=Xo(e),r=this.encodeAsString(t.packet),s=t.buffers;return s.unshift(r),s}}function gs(n){return Object.prototype.toString.call(n)==="[object Object]"}class Mn extends Y{constructor(e){super(),this.reviver=e}add(e){let t;if(typeof e=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");t=this.decodeString(e);const r=t.type===T.BINARY_EVENT;r||t.type===T.BINARY_ACK?(t.type=r?T.EVENT:T.ACK,this.reconstructor=new ta(t),t.attachments===0&&super.emitReserved("decoded",t)):super.emitReserved("decoded",t)}else if(In(e)||e.base64)if(this.reconstructor)t=this.reconstructor.takeBinaryData(e),t&&(this.reconstructor=null,super.emitReserved("decoded",t));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+e)}decodeString(e){let t=0;const r={type:Number(e.charAt(0))};if(T[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===T.BINARY_EVENT||r.type===T.BINARY_ACK){const i=t+1;for(;e.charAt(++t)!=="-"&&t!=e.length;);const o=e.substring(i,t);if(o!=Number(o)||e.charAt(t)!=="-")throw new Error("Illegal attachments");r.attachments=Number(o)}if(e.charAt(t+1)==="/"){const i=t+1;for(;++t&&!(e.charAt(t)===","||t===e.length););r.nsp=e.substring(i,t)}else r.nsp="/";const s=e.charAt(t+1);if(s!==""&&Number(s)==s){const i=t+1;for(;++t;){const o=e.charAt(t);if(o==null||Number(o)!=o){--t;break}if(t===e.length)break}r.id=Number(e.substring(i,t+1))}if(e.charAt(++t)){const i=this.tryParse(e.substr(t));if(Mn.isPayloadValid(r.type,i))r.data=i;else throw new Error("invalid payload")}return r}tryParse(e){try{return JSON.parse(e,this.reviver)}catch{return!1}}static isPayloadValid(e,t){switch(e){case T.CONNECT:return gs(t);case T.DISCONNECT:return t===void 0;case T.CONNECT_ERROR:return typeof t=="string"||gs(t);case T.EVENT:case T.BINARY_EVENT:return Array.isArray(t)&&(typeof t[0]=="number"||typeof t[0]=="string"&&Zo.indexOf(t[0])===-1);case T.ACK:case T.BINARY_ACK:return Array.isArray(t)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class ta{constructor(e){this.packet=e,this.buffers=[],this.reconPack=e}takeBinaryData(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){const t=Qo(this.reconPack,this.buffers);return this.finishedReconstruction(),t}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const na=Object.freeze(Object.defineProperty({__proto__:null,protocol:$o,get PacketType(){return T},Encoder:ea,Decoder:Mn},Symbol.toStringTag,{value:"Module"}));function he(n,e,t){return n.on(e,t),function(){n.off(e,t)}}const ra=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class bs extends Y{constructor(e,t,r){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=e,this.nsp=t,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const e=this.io;this.subs=[he(e,"open",this.onopen.bind(this)),he(e,"packet",this.onpacket.bind(this)),he(e,"error",this.onerror.bind(this)),he(e,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...e){return e.unshift("message"),this.emit.apply(this,e),this}emit(e,...t){if(ra.hasOwnProperty(e))throw new Error('"'+e.toString()+'" is a reserved event name');if(t.unshift(e),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(t),this;const r={type:T.EVENT,data:t};if(r.options={},r.options.compress=this.flags.compress!==!1,typeof t[t.length-1]=="function"){const o=this.ids++,c=t.pop();this._registerAckCallback(o,c),r.id=o}const s=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable;return this.flags.volatile&&(!s||!this.connected)||(this.connected?(this.notifyOutgoingListeners(r),this.packet(r)):this.sendBuffer.push(r)),this.flags={},this}_registerAckCallback(e,t){var r;const s=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(s===void 0){this.acks[e]=t;return}const i=this.io.setTimeoutFn(()=>{delete this.acks[e];for(let o=0;o<this.sendBuffer.length;o++)this.sendBuffer[o].id===e&&this.sendBuffer.splice(o,1);t.call(this,new Error("operation has timed out"))},s);this.acks[e]=(...o)=>{this.io.clearTimeoutFn(i),t.apply(this,[null,...o])}}emitWithAck(e,...t){const r=this.flags.timeout!==void 0||this._opts.ackTimeout!==void 0;return new Promise((s,i)=>{t.push((o,c)=>r?o?i(o):s(c):s(o)),this.emit(e,...t)})}_addToQueue(e){let t;typeof e[e.length-1]=="function"&&(t=e.pop());const r={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((s,...i)=>r!==this._queue[0]?void 0:(s!==null?r.tryCount>this._opts.retries&&(this._queue.shift(),t&&t(s)):(this._queue.shift(),t&&t(null,...i)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const t=this._queue[0];t.pending&&!e||(t.pending=!0,t.tryCount++,this.flags=t.flags,this.emit.apply(this,t.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:T.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,t){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,t)}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case T.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case T.EVENT:case T.BINARY_EVENT:this.onevent(e);break;case T.ACK:case T.BINARY_ACK:this.onack(e);break;case T.DISCONNECT:this.ondisconnect();break;case T.CONNECT_ERROR:this.destroy();const r=new Error(e.data.message);r.data=e.data.data,this.emitReserved("connect_error",r);break}}onevent(e){const t=e.data||[];e.id!=null&&t.push(this.ack(e.id)),this.connected?this.emitEvent(t):this.receiveBuffer.push(Object.freeze(t))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const t=this._anyListeners.slice();for(const r of t)r.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const t=this;let r=!1;return function(...s){r||(r=!0,t.packet({type:T.ACK,id:e,data:s}))}}onack(e){const t=this.acks[e.id];typeof t=="function"&&(t.apply(this,e.data),delete this.acks[e.id])}onconnect(e,t){this.id=e,this.recovered=t&&this._pid===t,this._pid=t,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:T.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const t=this._anyListeners;for(let r=0;r<t.length;r++)if(e===t[r])return t.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(e),this}prependAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(e),this}offAnyOutgoing(e){if(!this._anyOutgoingListeners)return this;if(e){const t=this._anyOutgoingListeners;for(let r=0;r<t.length;r++)if(e===t[r])return t.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(e){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const t=this._anyOutgoingListeners.slice();for(const r of t)r.apply(this,e.data)}}}function qe(n){n=n||{},this.ms=n.min||100,this.max=n.max||1e4,this.factor=n.factor||2,this.jitter=n.jitter>0&&n.jitter<=1?n.jitter:0,this.attempts=0}qe.prototype.duration=function(){var n=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),t=Math.floor(e*this.jitter*n);n=(Math.floor(e*10)&1)==0?n-t:n+t}return Math.min(n,this.max)|0},qe.prototype.reset=function(){this.attempts=0},qe.prototype.setMin=function(n){this.ms=n},qe.prototype.setMax=function(n){this.max=n},qe.prototype.setJitter=function(n){this.jitter=n};class qn extends Y{constructor(e,t){var r;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(t=e,e=void 0),t=t||{},t.path=t.path||"/socket.io",this.opts=t,Lt(this,t),this.reconnection(t.reconnection!==!1),this.reconnectionAttempts(t.reconnectionAttempts||1/0),this.reconnectionDelay(t.reconnectionDelay||1e3),this.reconnectionDelayMax(t.reconnectionDelayMax||5e3),this.randomizationFactor((r=t.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new qe({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(t.timeout==null?2e4:t.timeout),this._readyState="closed",this.uri=e;const s=t.parser||na;this.encoder=new s.Encoder,this.decoder=new s.Decoder,this._autoConnect=t.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var t;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(t=this.backoff)===null||t===void 0||t.setMin(e),this)}randomizationFactor(e){var t;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(t=this.backoff)===null||t===void 0||t.setJitter(e),this)}reconnectionDelayMax(e){var t;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(t=this.backoff)===null||t===void 0||t.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new De(this.uri,this.opts);const t=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;const s=he(t,"open",function(){r.onopen(),e&&e()}),i=c=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",c),e?e(c):this.maybeReconnectOnOpen()},o=he(t,"error",i);if(this._timeout!==!1){const c=this._timeout,l=this.setTimeoutFn(()=>{s(),i(new Error("timeout")),t.close()},c);this.opts.autoUnref&&l.unref(),this.subs.push(()=>{this.clearTimeoutFn(l)})}return this.subs.push(s),this.subs.push(o),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(he(e,"ping",this.onping.bind(this)),he(e,"data",this.ondata.bind(this)),he(e,"error",this.onerror.bind(this)),he(e,"close",this.onclose.bind(this)),he(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(t){this.onclose("parse error",t)}}ondecoded(e){Bn(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,t){let r=this.nsps[e];return r?this._autoConnect&&!r.active&&r.connect():(r=new bs(this,e,t),this.nsps[e]=r),r}_destroy(e){const t=Object.keys(this.nsps);for(const r of t)if(this.nsps[r].active)return;this._close()}_packet(e){const t=this.encoder.encode(e);for(let r=0;r<t.length;r++)this.engine.write(t[r],e.options)}cleanup(){this.subs.forEach(e=>e()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(e,t){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,t),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const t=this.backoff.duration();this._reconnecting=!0;const r=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(s=>{s?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",s)):e.onreconnect()}))},t);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const at={};function Bt(n,e){typeof n=="object"&&(e=n,n=void 0),e=e||{};const t=Jo(n,e.path||"/socket.io"),r=t.source,s=t.id,i=t.path,o=at[s]&&i in at[s].nsps,c=e.forceNew||e["force new connection"]||e.multiplex===!1||o;let l;return c?l=new qn(r,e):(at[s]||(at[s]=new qn(r,e)),l=at[s]),t.query&&!e.query&&(e.query=t.queryKey),l.socket(t.path,e)}Object.assign(Bt,{Manager:qn,Socket:bs,io:Bt,connect:Bt});class sa{constructor(e,t,r,s){Le(this,"socket_port");Le(this,"host");Le(this,"port");Le(this,"protocol");Le(this,"url");Le(this,"site_name");Le(this,"socket");var i,o;this.socket_port=r!=null?r:"9000",this.host=(i=window.location)==null?void 0:i.hostname,this.port=(o=window.location)!=null&&o.port?`:${this.socket_port}`:"",this.protocol=this.port?"http":"https",this.url=e||`${this.protocol}://${this.host}${this.port}`,this.site_name=t!=null?t:frappe==null?void 0:frappe.boot.sitename,this.socket=Bt(`${this.url}/${this.site_name}`,{withCredentials:!0,secure:this.protocol==="https",extraHeaders:s&&s.useToken===!0?{Authorization:`${s.type} ${s.token}`}:{}})}}var _s={exports:{}},ut={};/**
|
|
19
19
|
* @license React
|
|
20
20
|
* react-jsx-runtime.production.min.js
|
|
21
21
|
*
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*
|
|
24
24
|
* This source code is licensed under the MIT license found in the
|
|
25
25
|
* LICENSE file in the root directory of this source tree.
|
|
26
|
-
*/var ws;function ia(){if(ws)return ut;ws=1;var n=
|
|
26
|
+
*/var ws;function ia(){if(ws)return ut;ws=1;var n=Ne.default,e=Symbol.for("react.element"),t=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,s=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function o(c,l,a){var h,f={},v=null,y=null;a!==void 0&&(v=""+a),l.key!==void 0&&(v=""+l.key),l.ref!==void 0&&(y=l.ref);for(h in l)r.call(l,h)&&!i.hasOwnProperty(h)&&(f[h]=l[h]);if(c&&c.defaultProps)for(h in l=c.defaultProps,l)f[h]===void 0&&(f[h]=l[h]);return{$$typeof:e,type:c,key:v,ref:y,props:f,_owner:s.current}}return ut.Fragment=t,ut.jsx=o,ut.jsxs=o,ut}var ct={};/**
|
|
27
27
|
* @license React
|
|
28
28
|
* react-jsx-runtime.development.js
|
|
29
29
|
*
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
*
|
|
32
32
|
* This source code is licensed under the MIT license found in the
|
|
33
33
|
* LICENSE file in the root directory of this source tree.
|
|
34
|
-
*/var Es;function oa(){return Es||(Es=1,process.env.NODE_ENV!=="production"&&function(){var n=
|
|
34
|
+
*/var Es;function oa(){return Es||(Es=1,process.env.NODE_ENV!=="production"&&function(){var n=Ne.default,e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),c=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),a=Symbol.for("react.suspense"),h=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),y=Symbol.for("react.offscreen"),w=Symbol.iterator,E="@@iterator";function x(u){if(u===null||typeof u!="object")return null;var p=w&&u[w]||u[E];return typeof p=="function"?p:null}var b=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function C(u){{for(var p=arguments.length,m=new Array(p>1?p-1:0),_=1;_<p;_++)m[_-1]=arguments[_];F("error",u,m)}}function F(u,p,m){{var _=b.ReactDebugCurrentFrame,D=_.getStackAddendum();D!==""&&(p+="%s",m=m.concat([D]));var I=m.map(function(O){return String(O)});I.unshift("Warning: "+p),Function.prototype.apply.call(console[u],console,I)}}var g=!1,M=!1,V=!1,L=!1,S=!1,q;q=Symbol.for("react.module.reference");function P(u){return!!(typeof u=="string"||typeof u=="function"||u===r||u===i||S||u===s||u===a||u===h||L||u===y||g||M||V||typeof u=="object"&&u!==null&&(u.$$typeof===v||u.$$typeof===f||u.$$typeof===o||u.$$typeof===c||u.$$typeof===l||u.$$typeof===q||u.getModuleId!==void 0))}function $(u,p,m){var _=u.displayName;if(_)return _;var D=p.displayName||p.name||"";return D!==""?m+"("+D+")":m}function te(u){return u.displayName||"Context"}function ee(u){if(u==null)return null;if(typeof u.tag=="number"&&C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof u=="function")return u.displayName||u.name||null;if(typeof u=="string")return u;switch(u){case r:return"Fragment";case t:return"Portal";case i:return"Profiler";case s:return"StrictMode";case a:return"Suspense";case h:return"SuspenseList"}if(typeof u=="object")switch(u.$$typeof){case c:var p=u;return te(p)+".Consumer";case o:var m=u;return te(m._context)+".Provider";case l:return $(u,u.render,"ForwardRef");case f:var _=u.displayName||null;return _!==null?_:ee(u.type)||"Memo";case v:{var D=u,I=D._payload,O=D._init;try{return ee(O(I))}catch{return null}}}return null}var W=Object.assign,we=0,Ee,lt,Se,ft,It,Re,Te;function Be(){}Be.__reactDisabledLog=!0;function Vt(){{if(we===0){Ee=console.log,lt=console.info,Se=console.warn,ft=console.error,It=console.group,Re=console.groupCollapsed,Te=console.groupEnd;var u={configurable:!0,enumerable:!0,value:Be,writable:!0};Object.defineProperties(console,{info:u,log:u,warn:u,error:u,group:u,groupCollapsed:u,groupEnd:u})}we++}}function We(){{if(we--,we===0){var u={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:W({},u,{value:Ee}),info:W({},u,{value:lt}),warn:W({},u,{value:Se}),error:W({},u,{value:ft}),group:W({},u,{value:It}),groupCollapsed:W({},u,{value:Re}),groupEnd:W({},u,{value:Te})})}we<0&&C("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var He=b.ReactCurrentDispatcher,Je;function Ye(u,p,m){{if(Je===void 0)try{throw Error()}catch(D){var _=D.stack.trim().match(/\n( *(at )?)/);Je=_&&_[1]||""}return`
|
|
35
35
|
`+Je+u}}var ht=!1,ge;{var jt=typeof WeakMap=="function"?WeakMap:Map;ge=new jt}function B(u,p){if(!u||ht)return"";{var m=ge.get(u);if(m!==void 0)return m}var _;ht=!0;var D=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var I;I=He.current,He.current=null,Vt();try{if(p){var O=function(){throw Error()};if(Object.defineProperty(O.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(O,[])}catch(Oe){_=Oe}Reflect.construct(u,[],O)}else{try{O.call()}catch(Oe){_=Oe}u.call(O.prototype)}}else{try{throw Error()}catch(Oe){_=Oe}u()}}catch(Oe){if(Oe&&_&&typeof Oe.stack=="string"){for(var R=Oe.stack.split(`
|
|
36
36
|
`),re=_.stack.split(`
|
|
37
37
|
`),H=R.length-1,G=re.length-1;H>=1&&G>=0&&R[H]!==re[G];)G--;for(;H>=1&&G>=0;H--,G--)if(R[H]!==re[G]){if(H!==1||G!==1)do if(H--,G--,G<0||R[H]!==re[G]){var fe=`
|
|
38
|
-
`+R[H].replace(" at new "," at ");return u.displayName&&fe.includes("<anonymous>")&&(fe=fe.replace("<anonymous>",u.displayName)),typeof u=="function"&&ge.set(u,fe),fe}while(H>=1&&G>=0);break}}}finally{ht=!1,He.current=I,We(),Error.prepareStackTrace=D}var Xe=u?u.displayName||u.name:"",Fs=Xe?Ye(Xe):"";return typeof u=="function"&&ge.set(u,Fs),Fs}function U(u,p,m){return B(u,!1)}function X(u){var p=u.prototype;return!!(p&&p.isReactComponent)}function j(u,p,m){if(u==null)return"";if(typeof u=="function")return B(u,X(u));if(typeof u=="string")return Ye(u);switch(u){case a:return Ye("Suspense");case h:return Ye("SuspenseList")}if(typeof u=="object")switch(u.$$typeof){case l:return U(u.render);case f:return j(u.type,p,m);case v:{var _=u,D=_._payload,I=_._init;try{return j(I(D),p,m)}catch{}}}return""}var ne=Object.prototype.hasOwnProperty,Ce={},z=b.ReactDebugCurrentFrame;function K(u){if(u){var p=u._owner,m=j(u.type,u._source,p?p.type:null);z.setExtraStackFrame(m)}else z.setExtraStackFrame(null)}function de(u,p,m,_,D){{var I=Function.call.bind(ne);for(var O in u)if(I(u,O)){var R=void 0;try{if(typeof u[O]!="function"){var re=Error((_||"React class")+": "+m+" type `"+O+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof u[O]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw re.name="Invariant Violation",re}R=u[O](p,O,_,m,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(H){R=H}R&&!(R instanceof Error)&&(K(D),C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",_||"React class",m,O,typeof R),K(null)),R instanceof Error&&!(R.message in Ce)&&(Ce[R.message]=!0,K(D),C("Failed %s type: %s",m,R.message),K(null))}}}var Mt=Array.isArray;function ze(u){return Mt(u)}function qt(u){{var p=typeof Symbol=="function"&&Symbol.toStringTag,m=p&&u[Symbol.toStringTag]||u.constructor.name||"Object";return m}}function ie(u){try{return le(u),!1}catch{return!0}}function le(u){return""+u}function Ke(u){if(ie(u))return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",qt(u)),le(u)}var
|
|
38
|
+
`+R[H].replace(" at new "," at ");return u.displayName&&fe.includes("<anonymous>")&&(fe=fe.replace("<anonymous>",u.displayName)),typeof u=="function"&&ge.set(u,fe),fe}while(H>=1&&G>=0);break}}}finally{ht=!1,He.current=I,We(),Error.prepareStackTrace=D}var Xe=u?u.displayName||u.name:"",Fs=Xe?Ye(Xe):"";return typeof u=="function"&&ge.set(u,Fs),Fs}function U(u,p,m){return B(u,!1)}function X(u){var p=u.prototype;return!!(p&&p.isReactComponent)}function j(u,p,m){if(u==null)return"";if(typeof u=="function")return B(u,X(u));if(typeof u=="string")return Ye(u);switch(u){case a:return Ye("Suspense");case h:return Ye("SuspenseList")}if(typeof u=="object")switch(u.$$typeof){case l:return U(u.render);case f:return j(u.type,p,m);case v:{var _=u,D=_._payload,I=_._init;try{return j(I(D),p,m)}catch{}}}return""}var ne=Object.prototype.hasOwnProperty,Ce={},z=b.ReactDebugCurrentFrame;function K(u){if(u){var p=u._owner,m=j(u.type,u._source,p?p.type:null);z.setExtraStackFrame(m)}else z.setExtraStackFrame(null)}function de(u,p,m,_,D){{var I=Function.call.bind(ne);for(var O in u)if(I(u,O)){var R=void 0;try{if(typeof u[O]!="function"){var re=Error((_||"React class")+": "+m+" type `"+O+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof u[O]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw re.name="Invariant Violation",re}R=u[O](p,O,_,m,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(H){R=H}R&&!(R instanceof Error)&&(K(D),C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",_||"React class",m,O,typeof R),K(null)),R instanceof Error&&!(R.message in Ce)&&(Ce[R.message]=!0,K(D),C("Failed %s type: %s",m,R.message),K(null))}}}var Mt=Array.isArray;function ze(u){return Mt(u)}function qt(u){{var p=typeof Symbol=="function"&&Symbol.toStringTag,m=p&&u[Symbol.toStringTag]||u.constructor.name||"Object";return m}}function ie(u){try{return le(u),!1}catch{return!0}}function le(u){return""+u}function Ke(u){if(ie(u))return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",qt(u)),le(u)}var Ue=b.ReactCurrentOwner,dt={key:!0,ref:!0,__self:!0,__source:!0},Cs,Os,Hn;Hn={};function Ra(u){if(ne.call(u,"ref")){var p=Object.getOwnPropertyDescriptor(u,"ref").get;if(p&&p.isReactWarning)return!1}return u.ref!==void 0}function Ta(u){if(ne.call(u,"key")){var p=Object.getOwnPropertyDescriptor(u,"key").get;if(p&&p.isReactWarning)return!1}return u.key!==void 0}function Ca(u,p){if(typeof u.ref=="string"&&Ue.current&&p&&Ue.current.stateNode!==p){var m=ee(Ue.current.type);Hn[m]||(C('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',ee(Ue.current.type),u.ref),Hn[m]=!0)}}function Oa(u,p){{var m=function(){Cs||(Cs=!0,C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",p))};m.isReactWarning=!0,Object.defineProperty(u,"key",{get:m,configurable:!0})}}function xa(u,p){{var m=function(){Os||(Os=!0,C("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",p))};m.isReactWarning=!0,Object.defineProperty(u,"ref",{get:m,configurable:!0})}}var Aa=function(u,p,m,_,D,I,O){var R={$$typeof:e,type:u,key:p,ref:m,props:O,_owner:I};return R._store={},Object.defineProperty(R._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(R,"_self",{configurable:!1,enumerable:!1,writable:!1,value:_}),Object.defineProperty(R,"_source",{configurable:!1,enumerable:!1,writable:!1,value:D}),Object.freeze&&(Object.freeze(R.props),Object.freeze(R)),R};function ka(u,p,m,_,D){{var I,O={},R=null,re=null;m!==void 0&&(Ke(m),R=""+m),Ta(p)&&(Ke(p.key),R=""+p.key),Ra(p)&&(re=p.ref,Ca(p,D));for(I in p)ne.call(p,I)&&!dt.hasOwnProperty(I)&&(O[I]=p[I]);if(u&&u.defaultProps){var H=u.defaultProps;for(I in H)O[I]===void 0&&(O[I]=H[I])}if(R||re){var G=typeof u=="function"?u.displayName||u.name||"Unknown":u;R&&Oa(O,G),re&&xa(O,G)}return Aa(u,R,re,D,_,Ue.current,O)}}var Jn=b.ReactCurrentOwner,xs=b.ReactDebugCurrentFrame;function Ge(u){if(u){var p=u._owner,m=j(u.type,u._source,p?p.type:null);xs.setExtraStackFrame(m)}else xs.setExtraStackFrame(null)}var Yn;Yn=!1;function zn(u){return typeof u=="object"&&u!==null&&u.$$typeof===e}function As(){{if(Jn.current){var u=ee(Jn.current.type);if(u)return`
|
|
39
39
|
|
|
40
40
|
Check the render method of \``+u+"`."}return""}}function Da(u){{if(u!==void 0){var p=u.fileName.replace(/^.*[\\\/]/,""),m=u.lineNumber;return`
|
|
41
41
|
|
|
42
42
|
Check your code at `+p+":"+m+"."}return""}}var ks={};function La(u){{var p=As();if(!p){var m=typeof u=="string"?u:u.displayName||u.name;m&&(p=`
|
|
43
43
|
|
|
44
|
-
Check the top-level render call using <`+m+">.")}return p}}function Ds(u,p){{if(!u._store||u._store.validated||u.key!=null)return;u._store.validated=!0;var m=La(p);if(ks[m])return;ks[m]=!0;var _="";u&&u._owner&&u._owner!==Jn.current&&(_=" It was passed a child from "+ee(u._owner.type)+"."),Ge(u),C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',m,_),Ge(null)}}function Ls(u,p){{if(typeof u!="object")return;if(ze(u))for(var m=0;m<u.length;m++){var _=u[m];zn(_)&&Ds(_,p)}else if(zn(u))u._store&&(u._store.validated=!0);else if(u){var D=x(u);if(typeof D=="function"&&D!==u.entries)for(var I=D.call(u),O;!(O=I.next()).done;)zn(O.value)&&Ds(O.value,p)}}}function Na(u){{var p=u.type;if(p==null||typeof p=="string")return;var m;if(typeof p=="function")m=p.propTypes;else if(typeof p=="object"&&(p.$$typeof===l||p.$$typeof===f))m=p.propTypes;else return;if(m){var _=ee(p);de(m,u.props,"prop",_,u)}else if(p.PropTypes!==void 0&&!Yn){Yn=!0;var D=ee(p);C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",D||"Unknown")}typeof p.getDefaultProps=="function"&&!p.getDefaultProps.isReactClassApproved&&C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Fa(u){{for(var p=Object.keys(u.props),m=0;m<p.length;m++){var _=p[m];if(_!=="children"&&_!=="key"){Ge(u),C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",_),Ge(null);break}}u.ref!==null&&(Ge(u),C("Invalid attribute `ref` supplied to `React.Fragment`."),Ge(null))}}function Ns(u,p,m,_,D,I){{var O=P(u);if(!O){var R="";(u===void 0||typeof u=="object"&&u!==null&&Object.keys(u).length===0)&&(R+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var re=Da(D);re?R+=re:R+=As();var H;u===null?H="null":ze(u)?H="array":u!==void 0&&u.$$typeof===e?(H="<"+(ee(u.type)||"Unknown")+" />",R=" Did you accidentally export a JSX literal instead of a component?"):H=typeof u,C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",H,R)}var G=ka(u,p,m,D,I);if(G==null)return G;if(O){var fe=p.children;if(fe!==void 0)if(_)if(ze(fe)){for(var Xe=0;Xe<fe.length;Xe++)Ls(fe[Xe],u);Object.freeze&&Object.freeze(fe)}else C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ls(fe,u)}return u===r?Fa(G):Na(G),G}}function Pa(u,p,m){return Ns(u,p,m,!0)}function Ba(u,p,m){return Ns(u,p,m,!1)}var Ua=Ba,Ia=Pa;ct.Fragment=r,ct.jsx=Ua,ct.jsxs=Ia}()),ct}(function(n){process.env.NODE_ENV==="production"?n.exports=ia():n.exports=oa()})(_s);const aa=_s.exports.jsx,Z=d.createContext(null),ua=({url:n="",tokenParams:e,socketPort:t,enableSocket:r=!0,children:s})=>{const i=d.useMemo(()=>{const o=new Vi.FrappeApp(n,e);return{url:n,tokenParams:e,app:o,auth:o.auth(),db:o.db(),call:o.call(),file:o.file(),socket:r?new sa(n,t,e).socket:void 0,enableSocket:r,socketPort:t}},[n,e,t,r]);return aa(Z.Provider,{value:i,children:s})},ca=n=>{const{url:e,auth:t,tokenParams:r}=d.useContext(Z),[s,i]=d.useState(),o=d.useCallback(()=>{const w=document.cookie.split(";").find(E=>E.trim().startsWith("user_id="));if(w){const E=w.split("=")[1];i(E&&E!=="Guest"?E:null)}else i(null)},[]);d.useEffect(()=>{r&&r.useToken?i(null):o()},[]);const{data:c,error:l,isLoading:a,isValidating:h,mutate:f}=it(()=>r&&r.useToken||s?`${e}/api/method/frappe.auth.get_logged_user`:null,()=>t.getLoggedInUser(),{onError:()=>{i(null)},shouldRetryOnError:!1,revalidateOnFocus:!1,...n}),v=d.useCallback(async(w,E)=>t.loginWithUsernamePassword({username:w,password:E}).then(x=>{o()}),[]),y=d.useCallback(async()=>t.logout().then(()=>f(null)).then(()=>i(null)),[]);return{isLoading:s===void 0||a,currentUser:c,isValidating:h,error:l,login:v,logout:y,updateCurrentUser:f,getUserCookie:o}},Wn=(n,e,t)=>{let r=`${e}/api/resource/`;return t?r+=`${n}/${t}`:r+=`${n}`,r},la=(n,e,t,r)=>{const{url:s,db:i}=d.useContext(Z);return{...it(t===void 0?Wn(n,s,e):t,()=>i.getDoc(n,e),r)}},Ss=n=>{var t,r,s;let e="";if(n!=null&&n.fields&&(e+="fields="+JSON.stringify(n==null?void 0:n.fields)+"&"),n!=null&&n.filters&&(e+="filters="+JSON.stringify(n==null?void 0:n.filters)+"&"),n!=null&&n.orFilters&&(e+="or_filters="+JSON.stringify(n==null?void 0:n.orFilters)+"&"),n!=null&&n.limit_start&&(e+="limit_start="+JSON.stringify(n==null?void 0:n.limit_start)+"&"),n!=null&&n.limit&&(e+="limit="+JSON.stringify(n==null?void 0:n.limit)+"&"),n!=null&&n.groupBy&&(e+="group_by="+String(n.groupBy)+"&"),n!=null&&n.orderBy){const i=`${String((t=n.orderBy)==null?void 0:t.field)} ${(s=(r=n.orderBy)==null?void 0:r.order)!=null?s:"asc"}`;e+="order_by="+i+"&"}return n!=null&&n.asDict&&(e+="as_dict="+n.asDict),e},fa=(n,e,t,r)=>{const{url:s,db:i}=d.useContext(Z);return{...it(t===void 0?`${Wn(n,s)}?${Ss(e)}`:t,()=>i.getDocList(n,e),r)}},ha=()=>{const{db:n}=d.useContext(Z),[e,t]=d.useState(!1),[r,s]=d.useState(null),[i,o]=d.useState(!1),c=d.useCallback(()=>{t(!1),s(null),o(!1)},[]);return{createDoc:d.useCallback(async(a,h)=>(s(null),o(!1),t(!0),n.createDoc(a,h).then(f=>(t(!1),o(!0),f)).catch(f=>{throw t(!1),o(!1),s(f),f})),[]),loading:e,error:r,isCompleted:i,reset:c}},da=()=>{const{db:n}=d.useContext(Z),[e,t]=d.useState(!1),[r,s]=d.useState(null),[i,o]=d.useState(!1),c=d.useCallback(()=>{t(!1),s(null),o(!1)},[]);return{updateDoc:d.useCallback(async(a,h,f)=>(s(null),o(!1),t(!0),n.updateDoc(a,h,f).then(v=>(t(!1),o(!0),v)).catch(v=>{throw t(!1),o(!1),s(v),v})),[]),loading:e,error:r,reset:c,isCompleted:i}},pa=()=>{const{db:n}=d.useContext(Z),[e,t]=d.useState(!1),[r,s]=d.useState(null),[i,o]=d.useState(!1),c=d.useCallback(()=>{t(!1),s(null),o(!1)},[]);return{deleteDoc:d.useCallback(async(a,h)=>(s(null),o(!1),t(!0),n.deleteDoc(a,h).then(f=>(t(!1),o(!0),f)).catch(f=>{throw t(!1),o(!1),s(f),f})),[]),loading:e,error:r,reset:c,isCompleted:i}};function Rs(n){const e=[];for(let t in n)e.push(encodeURIComponent(t)+"="+encodeURIComponent(n[t]));return e.join("&")}const va=(n,e,t=!1,r=!1,s,i)=>{const{url:o,db:c}=d.useContext(Z);return{...it(s===void 0?(()=>{const h=Rs(t?{doctype:n,filters:e!=null?e:[],cache:t,debug:r}:{doctype:n,filters:e!=null?e:[],debug:r});return`${o}/api/method/frappe.client.get_count?${h}`})():s,()=>c.getCount(n,e,t,r),i)}},Ts=(n,e,t,r)=>{const{call:s}=d.useContext(Z),i=Rs(e!=null?e:{}),o=`${n}?${i}`;return{...it(t===void 0?o:t,()=>s.get(n,e),r)}},ya=n=>{const{call:e}=d.useContext(Z),[t,r]=d.useState(null),[s,i]=d.useState(!1),[o,c]=d.useState(null),[l,a]=d.useState(!1),h=d.useCallback(()=>{r(null),i(!1),c(null),a(!1)},[]);return{call:d.useCallback(async v=>(c(null),a(!1),i(!0),r(null),e.post(n,v).then(y=>(r(y),i(!1),a(!0),y)).catch(y=>{throw i(!1),a(!1),c(y),y})),[]),result:t,loading:s,error:o,reset:h,isCompleted:l}},ma=n=>{const{call:e}=d.useContext(Z),[t,r]=d.useState(null),[s,i]=d.useState(!1),[o,c]=d.useState(null),[l,a]=d.useState(!1),h=d.useCallback(()=>{r(null),i(!1),c(null),a(!1)},[]);return{call:d.useCallback(async v=>(c(null),a(!1),i(!0),r(null),e.put(n,v).then(y=>(r(y),i(!1),a(!0),y)).catch(y=>{throw i(!1),a(!1),c(y),y})),[]),result:t,loading:s,error:o,reset:h,isCompleted:l}},ga=n=>{const{call:e}=d.useContext(Z),[t,r]=d.useState(null),[s,i]=d.useState(!1),[o,c]=d.useState(null),[l,a]=d.useState(!1),h=d.useCallback(()=>{r(null),i(!1),c(null),a(!1)},[]);return{call:d.useCallback(async v=>(c(null),a(!1),i(!0),r(null),e.delete(n,v).then(y=>(r(y),i(!1),a(!0),y)).catch(y=>{throw i(!1),a(!1),c(y),y})),[]),result:t,loading:s,error:o,reset:h,isCompleted:l}},ba=()=>{const{file:n}=d.useContext(Z),[e,t]=d.useState(0),[r,s]=d.useState(!1),[i,o]=d.useState(null),[c,l]=d.useState(!1),a=d.useCallback(async(f,v)=>(h(),s(!0),n.uploadFile(f,v,(y,w)=>t(Math.round(y/w*100))).then(y=>(l(!0),t(100),s(!1),y.data.message)).catch(y=>{throw console.error(y),o(y),s(!1),y})),[]),h=d.useCallback(()=>{t(0),s(!1),o(null),l(!1)},[]);return{upload:a,progress:e,loading:r,isCompleted:c,error:i,reset:h}},_a=(n,e,t=[],r=20,s=250)=>{const i=wa(e,s);return Ts("frappe.desk.search.search_link",{doctype:n,page_length:r,txt:i,filters:JSON.stringify(t!=null?t:[])})},wa=(n,e)=>{const[t,r]=d.useState(n);return d.useEffect(()=>{const s=setTimeout(()=>{r(n)},e);return()=>{clearTimeout(s)}},[n,e]),t},Ut=(n,e)=>{const{socket:t}=d.useContext(Z);d.useEffect(()=>{t===void 0&&console.warn("Socket is not enabled. Please enable socket in FrappeProvider.");let r=t==null?void 0:t.on(n,e);return()=>{r==null||r.off(n)}},[n,e])},Ea=(n,e,t,r=!0)=>{const{socket:s}=d.useContext(Z),[i,o]=d.useState([]);d.useEffect(()=>(s===void 0&&console.warn("Socket is not enabled. Please enable socket in FrappeProvider."),s==null||s.emit("doc_subscribe",n,e),r&&(s==null||s.emit("doc_open",n,e)),()=>{s==null||s.emit("doc_unsubscribe",n,e),r&&(s==null||s.emit("doc_close",n,e))}),[n,e,r]),Ut("doc_update",t);const c=d.useCallback(()=>{s==null||s.emit("doc_open",n,e)},[n,e]),l=d.useCallback(()=>{s==null||s.emit("doc_close",n,e)},[n,e]),a=d.useCallback(h=>{h.doctype===n&&h.docname===e&&o(h.users)},[n,e]);return Ut("doc_viewers",a),{viewers:i,emitDocOpen:c,emitDocClose:l}},Sa=(n,e)=>{const{socket:t}=d.useContext(Z);d.useEffect(()=>(t===void 0&&console.warn("Socket is not enabled. Please enable socket in FrappeProvider."),t==null||t.emit("doctype_subscribe",n),()=>{t==null||t.emit("doctype_unsubscribe",n)}),[n]),Ut("list_update",e)};A.FrappeContext=Z,A.FrappeProvider=ua,A.getDocListQueryString=Ss,A.getRequestURL=Wn,A.useFrappeAuth=ca,A.useFrappeCreateDoc=ha,A.useFrappeDeleteCall=ga,A.useFrappeDeleteDoc=pa,A.useFrappeDocTypeEventListener=Sa,A.useFrappeDocumentEventListener=Ea,A.useFrappeEventListener=Ut,A.useFrappeFileUpload=ba,A.useFrappeGetCall=Ts,A.useFrappeGetDoc=la,A.useFrappeGetDocCount=va,A.useFrappeGetDocList=fa,A.useFrappePostCall=ya,A.useFrappePutCall=ma,A.useFrappeUpdateDoc=da,A.useSearch=_a,Object.defineProperties(A,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
44
|
+
Check the top-level render call using <`+m+">.")}return p}}function Ds(u,p){{if(!u._store||u._store.validated||u.key!=null)return;u._store.validated=!0;var m=La(p);if(ks[m])return;ks[m]=!0;var _="";u&&u._owner&&u._owner!==Jn.current&&(_=" It was passed a child from "+ee(u._owner.type)+"."),Ge(u),C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',m,_),Ge(null)}}function Ls(u,p){{if(typeof u!="object")return;if(ze(u))for(var m=0;m<u.length;m++){var _=u[m];zn(_)&&Ds(_,p)}else if(zn(u))u._store&&(u._store.validated=!0);else if(u){var D=x(u);if(typeof D=="function"&&D!==u.entries)for(var I=D.call(u),O;!(O=I.next()).done;)zn(O.value)&&Ds(O.value,p)}}}function Na(u){{var p=u.type;if(p==null||typeof p=="string")return;var m;if(typeof p=="function")m=p.propTypes;else if(typeof p=="object"&&(p.$$typeof===l||p.$$typeof===f))m=p.propTypes;else return;if(m){var _=ee(p);de(m,u.props,"prop",_,u)}else if(p.PropTypes!==void 0&&!Yn){Yn=!0;var D=ee(p);C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",D||"Unknown")}typeof p.getDefaultProps=="function"&&!p.getDefaultProps.isReactClassApproved&&C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Fa(u){{for(var p=Object.keys(u.props),m=0;m<p.length;m++){var _=p[m];if(_!=="children"&&_!=="key"){Ge(u),C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",_),Ge(null);break}}u.ref!==null&&(Ge(u),C("Invalid attribute `ref` supplied to `React.Fragment`."),Ge(null))}}function Ns(u,p,m,_,D,I){{var O=P(u);if(!O){var R="";(u===void 0||typeof u=="object"&&u!==null&&Object.keys(u).length===0)&&(R+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var re=Da(D);re?R+=re:R+=As();var H;u===null?H="null":ze(u)?H="array":u!==void 0&&u.$$typeof===e?(H="<"+(ee(u.type)||"Unknown")+" />",R=" Did you accidentally export a JSX literal instead of a component?"):H=typeof u,C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",H,R)}var G=ka(u,p,m,D,I);if(G==null)return G;if(O){var fe=p.children;if(fe!==void 0)if(_)if(ze(fe)){for(var Xe=0;Xe<fe.length;Xe++)Ls(fe[Xe],u);Object.freeze&&Object.freeze(fe)}else C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ls(fe,u)}return u===r?Fa(G):Na(G),G}}function Pa(u,p,m){return Ns(u,p,m,!0)}function Ba(u,p,m){return Ns(u,p,m,!1)}var Ua=Ba,Ia=Pa;ct.Fragment=r,ct.jsx=Ua,ct.jsxs=Ia}()),ct}(function(n){process.env.NODE_ENV==="production"?n.exports=ia():n.exports=oa()})(_s);const aa=_s.exports.jsx,Z=d.createContext(null),ua=({url:n="",tokenParams:e,socketPort:t,siteName:r,enableSocket:s=!0,children:i})=>{const o=d.useMemo(()=>{const c=new Vi.FrappeApp(n,e);return{url:n,tokenParams:e,app:c,auth:c.auth(),db:c.db(),call:c.call(),file:c.file(),socket:s?new sa(n,r,t,e).socket:void 0,enableSocket:s,socketPort:t}},[n,e,t,s]);return aa(Z.Provider,{value:o,children:i})},ca=n=>{const{url:e,auth:t,tokenParams:r}=d.useContext(Z),[s,i]=d.useState(),o=d.useCallback(()=>{const w=document.cookie.split(";").find(E=>E.trim().startsWith("user_id="));if(w){const E=w.split("=")[1];i(E&&E!=="Guest"?E:null)}else i(null)},[]);d.useEffect(()=>{r&&r.useToken?i(null):o()},[]);const{data:c,error:l,isLoading:a,isValidating:h,mutate:f}=it(()=>r&&r.useToken||s?`${e}/api/method/frappe.auth.get_logged_user`:null,()=>t.getLoggedInUser(),{onError:()=>{i(null)},shouldRetryOnError:!1,revalidateOnFocus:!1,...n}),v=d.useCallback(async(w,E)=>t.loginWithUsernamePassword({username:w,password:E}).then(x=>{o()}),[]),y=d.useCallback(async()=>t.logout().then(()=>f(null)).then(()=>i(null)),[]);return{isLoading:s===void 0||a,currentUser:c,isValidating:h,error:l,login:v,logout:y,updateCurrentUser:f,getUserCookie:o}},Wn=(n,e,t)=>{let r=`${e}/api/resource/`;return t?r+=`${n}/${t}`:r+=`${n}`,r},la=(n,e,t,r)=>{const{url:s,db:i}=d.useContext(Z);return{...it(t===void 0?Wn(n,s,e):t,()=>i.getDoc(n,e),r)}},Ss=n=>{var t,r,s;let e="";if(n!=null&&n.fields&&(e+="fields="+JSON.stringify(n==null?void 0:n.fields)+"&"),n!=null&&n.filters&&(e+="filters="+JSON.stringify(n==null?void 0:n.filters)+"&"),n!=null&&n.orFilters&&(e+="or_filters="+JSON.stringify(n==null?void 0:n.orFilters)+"&"),n!=null&&n.limit_start&&(e+="limit_start="+JSON.stringify(n==null?void 0:n.limit_start)+"&"),n!=null&&n.limit&&(e+="limit="+JSON.stringify(n==null?void 0:n.limit)+"&"),n!=null&&n.groupBy&&(e+="group_by="+String(n.groupBy)+"&"),n!=null&&n.orderBy){const i=`${String((t=n.orderBy)==null?void 0:t.field)} ${(s=(r=n.orderBy)==null?void 0:r.order)!=null?s:"asc"}`;e+="order_by="+i+"&"}return n!=null&&n.asDict&&(e+="as_dict="+n.asDict),e},fa=(n,e,t,r)=>{const{url:s,db:i}=d.useContext(Z);return{...it(t===void 0?`${Wn(n,s)}?${Ss(e)}`:t,()=>i.getDocList(n,e),r)}},ha=()=>{const{db:n}=d.useContext(Z),[e,t]=d.useState(!1),[r,s]=d.useState(null),[i,o]=d.useState(!1),c=d.useCallback(()=>{t(!1),s(null),o(!1)},[]);return{createDoc:d.useCallback(async(a,h)=>(s(null),o(!1),t(!0),n.createDoc(a,h).then(f=>(t(!1),o(!0),f)).catch(f=>{throw t(!1),o(!1),s(f),f})),[]),loading:e,error:r,isCompleted:i,reset:c}},da=()=>{const{db:n}=d.useContext(Z),[e,t]=d.useState(!1),[r,s]=d.useState(null),[i,o]=d.useState(!1),c=d.useCallback(()=>{t(!1),s(null),o(!1)},[]);return{updateDoc:d.useCallback(async(a,h,f)=>(s(null),o(!1),t(!0),n.updateDoc(a,h,f).then(v=>(t(!1),o(!0),v)).catch(v=>{throw t(!1),o(!1),s(v),v})),[]),loading:e,error:r,reset:c,isCompleted:i}},pa=()=>{const{db:n}=d.useContext(Z),[e,t]=d.useState(!1),[r,s]=d.useState(null),[i,o]=d.useState(!1),c=d.useCallback(()=>{t(!1),s(null),o(!1)},[]);return{deleteDoc:d.useCallback(async(a,h)=>(s(null),o(!1),t(!0),n.deleteDoc(a,h).then(f=>(t(!1),o(!0),f)).catch(f=>{throw t(!1),o(!1),s(f),f})),[]),loading:e,error:r,reset:c,isCompleted:i}};function Rs(n){const e=[];for(let t in n)e.push(encodeURIComponent(t)+"="+encodeURIComponent(n[t]));return e.join("&")}const va=(n,e,t=!1,r=!1,s,i)=>{const{url:o,db:c}=d.useContext(Z);return{...it(s===void 0?(()=>{const h=Rs(t?{doctype:n,filters:e!=null?e:[],cache:t,debug:r}:{doctype:n,filters:e!=null?e:[],debug:r});return`${o}/api/method/frappe.client.get_count?${h}`})():s,()=>c.getCount(n,e,t,r),i)}},Ts=(n,e,t,r)=>{const{call:s}=d.useContext(Z),i=Rs(e!=null?e:{}),o=`${n}?${i}`;return{...it(t===void 0?o:t,()=>s.get(n,e),r)}},ya=n=>{const{call:e}=d.useContext(Z),[t,r]=d.useState(null),[s,i]=d.useState(!1),[o,c]=d.useState(null),[l,a]=d.useState(!1),h=d.useCallback(()=>{r(null),i(!1),c(null),a(!1)},[]);return{call:d.useCallback(async v=>(c(null),a(!1),i(!0),r(null),e.post(n,v).then(y=>(r(y),i(!1),a(!0),y)).catch(y=>{throw i(!1),a(!1),c(y),y})),[]),result:t,loading:s,error:o,reset:h,isCompleted:l}},ma=n=>{const{call:e}=d.useContext(Z),[t,r]=d.useState(null),[s,i]=d.useState(!1),[o,c]=d.useState(null),[l,a]=d.useState(!1),h=d.useCallback(()=>{r(null),i(!1),c(null),a(!1)},[]);return{call:d.useCallback(async v=>(c(null),a(!1),i(!0),r(null),e.put(n,v).then(y=>(r(y),i(!1),a(!0),y)).catch(y=>{throw i(!1),a(!1),c(y),y})),[]),result:t,loading:s,error:o,reset:h,isCompleted:l}},ga=n=>{const{call:e}=d.useContext(Z),[t,r]=d.useState(null),[s,i]=d.useState(!1),[o,c]=d.useState(null),[l,a]=d.useState(!1),h=d.useCallback(()=>{r(null),i(!1),c(null),a(!1)},[]);return{call:d.useCallback(async v=>(c(null),a(!1),i(!0),r(null),e.delete(n,v).then(y=>(r(y),i(!1),a(!0),y)).catch(y=>{throw i(!1),a(!1),c(y),y})),[]),result:t,loading:s,error:o,reset:h,isCompleted:l}},ba=()=>{const{file:n}=d.useContext(Z),[e,t]=d.useState(0),[r,s]=d.useState(!1),[i,o]=d.useState(null),[c,l]=d.useState(!1),a=d.useCallback(async(f,v)=>(h(),s(!0),n.uploadFile(f,v,(y,w)=>t(Math.round(y/w*100))).then(y=>(l(!0),t(100),s(!1),y.data.message)).catch(y=>{throw console.error(y),o(y),s(!1),y})),[]),h=d.useCallback(()=>{t(0),s(!1),o(null),l(!1)},[]);return{upload:a,progress:e,loading:r,isCompleted:c,error:i,reset:h}},_a=(n,e,t=[],r=20,s=250)=>{const i=wa(e,s);return Ts("frappe.desk.search.search_link",{doctype:n,page_length:r,txt:i,filters:JSON.stringify(t!=null?t:[])})},wa=(n,e)=>{const[t,r]=d.useState(n);return d.useEffect(()=>{const s=setTimeout(()=>{r(n)},e);return()=>{clearTimeout(s)}},[n,e]),t},Ut=(n,e)=>{const{socket:t}=d.useContext(Z);d.useEffect(()=>{t===void 0&&console.warn("Socket is not enabled. Please enable socket in FrappeProvider.");let r=t==null?void 0:t.on(n,e);return()=>{r==null||r.off(n)}},[n,e])},Ea=(n,e,t,r=!0)=>{const{socket:s}=d.useContext(Z),[i,o]=d.useState([]);d.useEffect(()=>(s===void 0&&console.warn("Socket is not enabled. Please enable socket in FrappeProvider."),s==null||s.emit("doc_subscribe",n,e),r&&(s==null||s.emit("doc_open",n,e)),()=>{s==null||s.emit("doc_unsubscribe",n,e),r&&(s==null||s.emit("doc_close",n,e))}),[n,e,r]),Ut("doc_update",t);const c=d.useCallback(()=>{s==null||s.emit("doc_open",n,e)},[n,e]),l=d.useCallback(()=>{s==null||s.emit("doc_close",n,e)},[n,e]),a=d.useCallback(h=>{h.doctype===n&&h.docname===e&&o(h.users)},[n,e]);return Ut("doc_viewers",a),{viewers:i,emitDocOpen:c,emitDocClose:l}},Sa=(n,e)=>{const{socket:t}=d.useContext(Z);d.useEffect(()=>(t===void 0&&console.warn("Socket is not enabled. Please enable socket in FrappeProvider."),t==null||t.emit("doctype_subscribe",n),()=>{t==null||t.emit("doctype_unsubscribe",n)}),[n]),Ut("list_update",e)};A.FrappeContext=Z,A.FrappeProvider=ua,A.getDocListQueryString=Ss,A.getRequestURL=Wn,A.useFrappeAuth=ca,A.useFrappeCreateDoc=ha,A.useFrappeDeleteCall=ga,A.useFrappeDeleteDoc=pa,A.useFrappeDocTypeEventListener=Sa,A.useFrappeDocumentEventListener=Ea,A.useFrappeEventListener=Ut,A.useFrappeFileUpload=ba,A.useFrappeGetCall=Ts,A.useFrappeGetDoc=la,A.useFrappeGetDocCount=va,A.useFrappeGetDocList=fa,A.useFrappePostCall=ya,A.useFrappePutCall=ma,A.useFrappeUpdateDoc=da,A.useSearch=_a,Object.defineProperties(A,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -34,10 +34,14 @@ type FrappeProviderProps = PropsWithChildren<{
|
|
|
34
34
|
tokenParams?: TokenParams;
|
|
35
35
|
/** Port on which Socket is running. Only meant for local development. Set to undefined on production. */
|
|
36
36
|
socketPort?: string;
|
|
37
|
+
/** Get this from frappe.local.site on the server, or frappe.boot.sitename on the window.
|
|
38
|
+
* Required for Socket connection to work in Frappe v14+
|
|
39
|
+
*/
|
|
40
|
+
siteName?: string;
|
|
37
41
|
/** Flag to disable socket, if needed. This defaults to true. */
|
|
38
42
|
enableSocket?: boolean;
|
|
39
43
|
}>;
|
|
40
|
-
export declare const FrappeProvider: ({ url, tokenParams, socketPort, enableSocket, children }: FrappeProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export declare const FrappeProvider: ({ url, tokenParams, socketPort, siteName, enableSocket, children }: FrappeProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
41
45
|
/**
|
|
42
46
|
* Hook to start listening to user state and provides functions to login/logout
|
|
43
47
|
*
|