zudoku 0.33.0 → 0.33.2-local.4
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.
- package/dist/config/validators/common.d.ts +226 -8
- package/dist/config/validators/common.js +26 -8
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +89 -2
- package/dist/lib/authentication/hook.d.ts +1 -0
- package/dist/lib/authentication/hook.js +11 -1
- package/dist/lib/authentication/hook.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.js +6 -6
- package/dist/lib/authentication/providers/clerk.js.map +1 -1
- package/dist/lib/authentication/state.js +8 -2
- package/dist/lib/authentication/state.js.map +1 -1
- package/dist/lib/components/Banner.js +1 -1
- package/dist/lib/components/Banner.js.map +1 -1
- package/dist/lib/components/Heading.d.ts +1 -1
- package/dist/lib/components/Layout.js +1 -1
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/index.d.ts +2 -1
- package/dist/lib/core/RouteGuard.d.ts +1 -1
- package/dist/lib/core/RouteGuard.js +24 -18
- package/dist/lib/core/RouteGuard.js.map +1 -1
- package/dist/lib/plugins/api-catalog/Catalog.d.ts +3 -1
- package/dist/lib/plugins/api-catalog/Catalog.js +7 -4
- package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -1
- package/dist/lib/plugins/api-catalog/index.js +1 -1
- package/dist/lib/plugins/api-catalog/index.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.d.ts +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +2 -1
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +2 -1
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterList.d.ts +2 -1
- package/dist/lib/plugins/openapi/ParameterList.js +3 -2
- package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +3 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PathParams.d.ts +3 -2
- package/dist/lib/plugins/openapi/playground/PathParams.js +3 -2
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +4 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +10 -7
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/PagefindSearch.d.ts +6 -0
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js +66 -0
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/ResultList.d.ts +8 -0
- package/dist/lib/plugins/search-pagefind/ResultList.js +31 -0
- package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/get-results.d.ts +3 -0
- package/dist/lib/plugins/search-pagefind/get-results.js +37 -0
- package/dist/lib/plugins/search-pagefind/get-results.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/index.d.ts +8 -0
- package/dist/lib/plugins/search-pagefind/index.js +9 -0
- package/dist/lib/plugins/search-pagefind/index.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/types.d.ts +85 -0
- package/dist/lib/plugins/search-pagefind/types.js +2 -0
- package/dist/lib/plugins/search-pagefind/types.js.map +1 -0
- package/dist/lib/ui/Command.d.ts +7 -1
- package/dist/lib/ui/Command.js +2 -2
- package/dist/lib/ui/Command.js.map +1 -1
- package/dist/lib/util/useScrollToAnchor.js +6 -8
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/vite/build.js +4 -0
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/config.js +7 -2
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/dev-server.js +8 -0
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/pagefind.d.ts +4 -0
- package/dist/vite/pagefind.js +15 -0
- package/dist/vite/pagefind.js.map +1 -0
- package/dist/vite/plugin-component.js +4 -0
- package/dist/vite/plugin-component.js.map +1 -1
- package/dist/vite/plugin-search.js +4 -0
- package/dist/vite/plugin-search.js.map +1 -1
- package/dist/vite/prerender/prerender.js +1 -1
- package/dist/vite/prerender/prerender.js.map +1 -1
- package/dist/vite/sitemap.js +2 -1
- package/dist/vite/sitemap.js.map +1 -1
- package/lib/{AuthenticationPlugin-_gUMnGxb.js → AuthenticationPlugin-BCYuduZ9.js} +3 -3
- package/lib/{AuthenticationPlugin-_gUMnGxb.js.map → AuthenticationPlugin-BCYuduZ9.js.map} +1 -1
- package/lib/Command-CrTA1FX0.js +140 -0
- package/lib/Command-CrTA1FX0.js.map +1 -0
- package/lib/Dialog-mi6BrnrM.js +83 -0
- package/lib/Dialog-mi6BrnrM.js.map +1 -0
- package/lib/{Markdown-DePfm7oQ.js → Markdown-DofXBcqg.js} +2 -2
- package/lib/{Markdown-DePfm7oQ.js.map → Markdown-DofXBcqg.js.map} +1 -1
- package/lib/MdxPage-KJcNWIgt.js +200 -0
- package/lib/MdxPage-KJcNWIgt.js.map +1 -0
- package/lib/{OasProvider-Bvu4dDpX.js → OasProvider-HcqBeC4H.js} +4 -4
- package/lib/{OasProvider-Bvu4dDpX.js.map → OasProvider-HcqBeC4H.js.map} +1 -1
- package/lib/{OperationList-DWnNbwVg.js → OperationList-C3wnbFxp.js} +1857 -1816
- package/lib/OperationList-C3wnbFxp.js.map +1 -0
- package/lib/{Select-BmoX1iTH.js → Select-Co6MuS4j.js} +36 -36
- package/lib/{Select-BmoX1iTH.js.map → Select-Co6MuS4j.js.map} +1 -1
- package/lib/{SlotletProvider-DdtIOUi6.js → SlotletProvider-CYFNHuok.js} +4 -4
- package/lib/{SlotletProvider-DdtIOUi6.js.map → SlotletProvider-CYFNHuok.js.map} +1 -1
- package/lib/{chunk-IR6S3I6Y-D_3UmFIn.js → chunk-IR6S3I6Y-CRDBmIgK.js} +3 -3
- package/lib/{chunk-IR6S3I6Y-D_3UmFIn.js.map → chunk-IR6S3I6Y-CRDBmIgK.js.map} +1 -1
- package/lib/hook-LTe5qHSc.js +347 -0
- package/lib/hook-LTe5qHSc.js.map +1 -0
- package/lib/{index-DVBlM15k.js → index-CtkRMvMw.js} +696 -743
- package/lib/index-CtkRMvMw.js.map +1 -0
- package/lib/index-gQD2h1wX.js +447 -0
- package/lib/index-gQD2h1wX.js.map +1 -0
- package/lib/index-vn5bsvmU.js +1399 -0
- package/lib/index-vn5bsvmU.js.map +1 -0
- package/lib/{mutation-DTunCQKB.js → mutation-B81DztCT.js} +2 -2
- package/lib/{mutation-DTunCQKB.js.map → mutation-B81DztCT.js.map} +1 -1
- package/lib/ui/Command.js +105 -78
- package/lib/ui/Command.js.map +1 -1
- package/lib/{useExposedProps-RIvey2Oy.js → useExposedProps-D76yras4.js} +2 -2
- package/lib/{useExposedProps-RIvey2Oy.js.map → useExposedProps-D76yras4.js.map} +1 -1
- package/lib/useQuery-CQUwWR9i.js +1137 -0
- package/lib/useQuery-CQUwWR9i.js.map +1 -0
- package/lib/useScrollToAnchor-DKyrbZoy.js +977 -0
- package/lib/useScrollToAnchor-DKyrbZoy.js.map +1 -0
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +29 -29
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +3 -3
- package/lib/zudoku.components.js +32 -1382
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +87 -71
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +16 -15
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +2 -2
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +274 -0
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -0
- package/package.json +8 -3
- package/src/lib/authentication/hook.ts +12 -1
- package/src/lib/authentication/providers/clerk.tsx +10 -6
- package/src/lib/authentication/state.ts +8 -2
- package/src/lib/components/Banner.tsx +1 -0
- package/src/lib/components/Heading.tsx +1 -1
- package/src/lib/components/Layout.tsx +1 -0
- package/src/lib/core/RouteGuard.tsx +44 -18
- package/src/lib/plugins/api-catalog/Catalog.tsx +23 -7
- package/src/lib/plugins/api-catalog/index.tsx +1 -0
- package/src/lib/plugins/markdown/MdxPage.tsx +5 -1
- package/src/lib/plugins/openapi/OperationList.tsx +15 -3
- package/src/lib/plugins/openapi/OperationListItem.tsx +8 -0
- package/src/lib/plugins/openapi/ParameterList.tsx +4 -0
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +7 -0
- package/src/lib/plugins/openapi/Sidecar.tsx +2 -1
- package/src/lib/plugins/openapi/playground/PathParams.tsx +8 -2
- package/src/lib/plugins/openapi/playground/Playground.tsx +61 -5
- package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +135 -0
- package/src/lib/plugins/search-pagefind/ResultList.tsx +104 -0
- package/src/lib/plugins/search-pagefind/get-results.tsx +54 -0
- package/src/lib/plugins/search-pagefind/index.tsx +21 -0
- package/src/lib/plugins/search-pagefind/types.ts +118 -0
- package/src/lib/ui/Command.tsx +25 -3
- package/src/lib/util/useScrollToAnchor.ts +8 -8
- package/README.md +0 -121
- package/lib/MdxPage-DM9mE-G-.js +0 -193
- package/lib/MdxPage-DM9mE-G-.js.map +0 -1
- package/lib/OperationList-DWnNbwVg.js.map +0 -1
- package/lib/hook-4_6pQSo4.js +0 -1460
- package/lib/hook-4_6pQSo4.js.map +0 -1
- package/lib/index-DVBlM15k.js.map +0 -1
- package/lib/index-Du5aNddU.js +0 -509
- package/lib/index-Du5aNddU.js.map +0 -1
- package/lib/index.esm-CQHE3GEU.js +0 -691
- package/lib/index.esm-CQHE3GEU.js.map +0 -1
- package/lib/objectEntries-yMIkr2mI.js +0 -5
- package/lib/objectEntries-yMIkr2mI.js.map +0 -1
- package/lib/useScrollToAnchor-BW8y_cwU.js +0 -290
- package/lib/useScrollToAnchor-BW8y_cwU.js.map +0 -1
package/lib/hook-4_6pQSo4.js
DELETED
|
@@ -1,1460 +0,0 @@
|
|
|
1
|
-
var Ge = (t) => {
|
|
2
|
-
throw TypeError(t);
|
|
3
|
-
};
|
|
4
|
-
var me = (t, e, s) => e.has(t) || Ge("Cannot " + s);
|
|
5
|
-
var n = (t, e, s) => (me(t, e, "read from private field"), s ? s.call(t) : e.get(t)), g = (t, e, s) => e.has(t) ? Ge("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, s), d = (t, e, s, r) => (me(t, e, "write to private field"), r ? r.call(t, s) : e.set(t, s), s), w = (t, e, s) => (me(t, e, "access private method"), s);
|
|
6
|
-
import * as A from "react";
|
|
7
|
-
import $e, { createContext as Et, useContext as Ot, useMemo as It } from "react";
|
|
8
|
-
import { j as Ft } from "./jsx-runtime-CYK1ROHF.js";
|
|
9
|
-
import { u as ve, m as ze } from "./chunk-IR6S3I6Y-D_3UmFIn.js";
|
|
10
|
-
var qe = class {
|
|
11
|
-
constructor() {
|
|
12
|
-
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
13
|
-
}
|
|
14
|
-
subscribe(t) {
|
|
15
|
-
return this.listeners.add(t), this.onSubscribe(), () => {
|
|
16
|
-
this.listeners.delete(t), this.onUnsubscribe();
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
hasListeners() {
|
|
20
|
-
return this.listeners.size > 0;
|
|
21
|
-
}
|
|
22
|
-
onSubscribe() {
|
|
23
|
-
}
|
|
24
|
-
onUnsubscribe() {
|
|
25
|
-
}
|
|
26
|
-
}, V = typeof window > "u" || "Deno" in globalThis;
|
|
27
|
-
function Se() {
|
|
28
|
-
}
|
|
29
|
-
function fs(t, e) {
|
|
30
|
-
return typeof t == "function" ? t(e) : t;
|
|
31
|
-
}
|
|
32
|
-
function we(t) {
|
|
33
|
-
return typeof t == "number" && t >= 0 && t !== 1 / 0;
|
|
34
|
-
}
|
|
35
|
-
function at(t, e) {
|
|
36
|
-
return Math.max(t + (e || 0) - Date.now(), 0);
|
|
37
|
-
}
|
|
38
|
-
function ye(t, e) {
|
|
39
|
-
return typeof t == "function" ? t(e) : t;
|
|
40
|
-
}
|
|
41
|
-
function k(t, e) {
|
|
42
|
-
return typeof t == "function" ? t(e) : t;
|
|
43
|
-
}
|
|
44
|
-
function ys(t, e) {
|
|
45
|
-
const {
|
|
46
|
-
type: s = "all",
|
|
47
|
-
exact: r,
|
|
48
|
-
fetchStatus: i,
|
|
49
|
-
predicate: a,
|
|
50
|
-
queryKey: o,
|
|
51
|
-
stale: u
|
|
52
|
-
} = t;
|
|
53
|
-
if (o) {
|
|
54
|
-
if (r) {
|
|
55
|
-
if (e.queryHash !== Pt(o, e.options))
|
|
56
|
-
return !1;
|
|
57
|
-
} else if (!Le(e.queryKey, o))
|
|
58
|
-
return !1;
|
|
59
|
-
}
|
|
60
|
-
if (s !== "all") {
|
|
61
|
-
const l = e.isActive();
|
|
62
|
-
if (s === "active" && !l || s === "inactive" && l)
|
|
63
|
-
return !1;
|
|
64
|
-
}
|
|
65
|
-
return !(typeof u == "boolean" && e.isStale() !== u || i && i !== e.state.fetchStatus || a && !a(e));
|
|
66
|
-
}
|
|
67
|
-
function ps(t, e) {
|
|
68
|
-
const { exact: s, status: r, predicate: i, mutationKey: a } = t;
|
|
69
|
-
if (a) {
|
|
70
|
-
if (!e.options.mutationKey)
|
|
71
|
-
return !1;
|
|
72
|
-
if (s) {
|
|
73
|
-
if (Re(e.options.mutationKey) !== Re(a))
|
|
74
|
-
return !1;
|
|
75
|
-
} else if (!Le(e.options.mutationKey, a))
|
|
76
|
-
return !1;
|
|
77
|
-
}
|
|
78
|
-
return !(r && e.state.status !== r || i && !i(e));
|
|
79
|
-
}
|
|
80
|
-
function Pt(t, e) {
|
|
81
|
-
return ((e == null ? void 0 : e.queryKeyHashFn) || Re)(t);
|
|
82
|
-
}
|
|
83
|
-
function Re(t) {
|
|
84
|
-
return JSON.stringify(
|
|
85
|
-
t,
|
|
86
|
-
(e, s) => Oe(s) ? Object.keys(s).sort().reduce((r, i) => (r[i] = s[i], r), {}) : s
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
function Le(t, e) {
|
|
90
|
-
return t === e ? !0 : typeof t != typeof e ? !1 : t && e && typeof t == "object" && typeof e == "object" ? !Object.keys(e).some((s) => !Le(t[s], e[s])) : !1;
|
|
91
|
-
}
|
|
92
|
-
function Ce(t, e) {
|
|
93
|
-
if (t === e)
|
|
94
|
-
return t;
|
|
95
|
-
const s = Je(t) && Je(e);
|
|
96
|
-
if (s || Oe(t) && Oe(e)) {
|
|
97
|
-
const r = s ? t : Object.keys(t), i = r.length, a = s ? e : Object.keys(e), o = a.length, u = s ? [] : {};
|
|
98
|
-
let l = 0;
|
|
99
|
-
for (let f = 0; f < o; f++) {
|
|
100
|
-
const m = s ? f : a[f];
|
|
101
|
-
(!s && r.includes(m) || s) && t[m] === void 0 && e[m] === void 0 ? (u[m] = void 0, l++) : (u[m] = Ce(t[m], e[m]), u[m] === t[m] && t[m] !== void 0 && l++);
|
|
102
|
-
}
|
|
103
|
-
return i === o && l === i ? t : u;
|
|
104
|
-
}
|
|
105
|
-
return e;
|
|
106
|
-
}
|
|
107
|
-
function Ee(t, e) {
|
|
108
|
-
if (!e || Object.keys(t).length !== Object.keys(e).length)
|
|
109
|
-
return !1;
|
|
110
|
-
for (const s in t)
|
|
111
|
-
if (t[s] !== e[s])
|
|
112
|
-
return !1;
|
|
113
|
-
return !0;
|
|
114
|
-
}
|
|
115
|
-
function Je(t) {
|
|
116
|
-
return Array.isArray(t) && t.length === Object.keys(t).length;
|
|
117
|
-
}
|
|
118
|
-
function Oe(t) {
|
|
119
|
-
if (!Ve(t))
|
|
120
|
-
return !1;
|
|
121
|
-
const e = t.constructor;
|
|
122
|
-
if (e === void 0)
|
|
123
|
-
return !0;
|
|
124
|
-
const s = e.prototype;
|
|
125
|
-
return !(!Ve(s) || !s.hasOwnProperty("isPrototypeOf") || Object.getPrototypeOf(t) !== Object.prototype);
|
|
126
|
-
}
|
|
127
|
-
function Ve(t) {
|
|
128
|
-
return Object.prototype.toString.call(t) === "[object Object]";
|
|
129
|
-
}
|
|
130
|
-
function Tt(t) {
|
|
131
|
-
return new Promise((e) => {
|
|
132
|
-
setTimeout(e, t);
|
|
133
|
-
});
|
|
134
|
-
}
|
|
135
|
-
function Ie(t, e, s) {
|
|
136
|
-
if (typeof s.structuralSharing == "function")
|
|
137
|
-
return s.structuralSharing(t, e);
|
|
138
|
-
if (s.structuralSharing !== !1) {
|
|
139
|
-
if (process.env.NODE_ENV !== "production")
|
|
140
|
-
try {
|
|
141
|
-
return Ce(t, e);
|
|
142
|
-
} catch (r) {
|
|
143
|
-
console.error(
|
|
144
|
-
`Structural sharing requires data to be JSON serializable. To fix this, turn off structuralSharing or return JSON-serializable data from your queryFn. [${s.queryHash}]: ${r}`
|
|
145
|
-
);
|
|
146
|
-
}
|
|
147
|
-
return Ce(t, e);
|
|
148
|
-
}
|
|
149
|
-
return e;
|
|
150
|
-
}
|
|
151
|
-
function vs(t, e, s = 0) {
|
|
152
|
-
const r = [...t, e];
|
|
153
|
-
return s && r.length > s ? r.slice(1) : r;
|
|
154
|
-
}
|
|
155
|
-
function bs(t, e, s = 0) {
|
|
156
|
-
const r = [e, ...t];
|
|
157
|
-
return s && r.length > s ? r.slice(0, -1) : r;
|
|
158
|
-
}
|
|
159
|
-
var pe = Symbol();
|
|
160
|
-
function Dt(t, e) {
|
|
161
|
-
return process.env.NODE_ENV !== "production" && t.queryFn === pe && console.error(
|
|
162
|
-
`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${t.queryHash}'`
|
|
163
|
-
), !t.queryFn && (e != null && e.initialPromise) ? () => e.initialPromise : !t.queryFn || t.queryFn === pe ? () => Promise.reject(new Error(`Missing queryFn: '${t.queryHash}'`)) : t.queryFn;
|
|
164
|
-
}
|
|
165
|
-
var H, L, ee, tt, At = (tt = class extends qe {
|
|
166
|
-
constructor() {
|
|
167
|
-
super();
|
|
168
|
-
g(this, H);
|
|
169
|
-
g(this, L);
|
|
170
|
-
g(this, ee);
|
|
171
|
-
d(this, ee, (e) => {
|
|
172
|
-
if (!V && window.addEventListener) {
|
|
173
|
-
const s = () => e();
|
|
174
|
-
return window.addEventListener("visibilitychange", s, !1), () => {
|
|
175
|
-
window.removeEventListener("visibilitychange", s);
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
});
|
|
179
|
-
}
|
|
180
|
-
onSubscribe() {
|
|
181
|
-
n(this, L) || this.setEventListener(n(this, ee));
|
|
182
|
-
}
|
|
183
|
-
onUnsubscribe() {
|
|
184
|
-
var e;
|
|
185
|
-
this.hasListeners() || ((e = n(this, L)) == null || e.call(this), d(this, L, void 0));
|
|
186
|
-
}
|
|
187
|
-
setEventListener(e) {
|
|
188
|
-
var s;
|
|
189
|
-
d(this, ee, e), (s = n(this, L)) == null || s.call(this), d(this, L, e((r) => {
|
|
190
|
-
typeof r == "boolean" ? this.setFocused(r) : this.onFocus();
|
|
191
|
-
}));
|
|
192
|
-
}
|
|
193
|
-
setFocused(e) {
|
|
194
|
-
n(this, H) !== e && (d(this, H, e), this.onFocus());
|
|
195
|
-
}
|
|
196
|
-
onFocus() {
|
|
197
|
-
const e = this.isFocused();
|
|
198
|
-
this.listeners.forEach((s) => {
|
|
199
|
-
s(e);
|
|
200
|
-
});
|
|
201
|
-
}
|
|
202
|
-
isFocused() {
|
|
203
|
-
var e;
|
|
204
|
-
return typeof n(this, H) == "boolean" ? n(this, H) : ((e = globalThis.document) == null ? void 0 : e.visibilityState) !== "hidden";
|
|
205
|
-
}
|
|
206
|
-
}, H = new WeakMap(), L = new WeakMap(), ee = new WeakMap(), tt), ot = new At(), te, M, se, st, jt = (st = class extends qe {
|
|
207
|
-
constructor() {
|
|
208
|
-
super();
|
|
209
|
-
g(this, te, !0);
|
|
210
|
-
g(this, M);
|
|
211
|
-
g(this, se);
|
|
212
|
-
d(this, se, (e) => {
|
|
213
|
-
if (!V && window.addEventListener) {
|
|
214
|
-
const s = () => e(!0), r = () => e(!1);
|
|
215
|
-
return window.addEventListener("online", s, !1), window.addEventListener("offline", r, !1), () => {
|
|
216
|
-
window.removeEventListener("online", s), window.removeEventListener("offline", r);
|
|
217
|
-
};
|
|
218
|
-
}
|
|
219
|
-
});
|
|
220
|
-
}
|
|
221
|
-
onSubscribe() {
|
|
222
|
-
n(this, M) || this.setEventListener(n(this, se));
|
|
223
|
-
}
|
|
224
|
-
onUnsubscribe() {
|
|
225
|
-
var e;
|
|
226
|
-
this.hasListeners() || ((e = n(this, M)) == null || e.call(this), d(this, M, void 0));
|
|
227
|
-
}
|
|
228
|
-
setEventListener(e) {
|
|
229
|
-
var s;
|
|
230
|
-
d(this, se, e), (s = n(this, M)) == null || s.call(this), d(this, M, e(this.setOnline.bind(this)));
|
|
231
|
-
}
|
|
232
|
-
setOnline(e) {
|
|
233
|
-
n(this, te) !== e && (d(this, te, e), this.listeners.forEach((r) => {
|
|
234
|
-
r(e);
|
|
235
|
-
}));
|
|
236
|
-
}
|
|
237
|
-
isOnline() {
|
|
238
|
-
return n(this, te);
|
|
239
|
-
}
|
|
240
|
-
}, te = new WeakMap(), M = new WeakMap(), se = new WeakMap(), st), ut = new jt();
|
|
241
|
-
function Fe() {
|
|
242
|
-
let t, e;
|
|
243
|
-
const s = new Promise((i, a) => {
|
|
244
|
-
t = i, e = a;
|
|
245
|
-
});
|
|
246
|
-
s.status = "pending", s.catch(() => {
|
|
247
|
-
});
|
|
248
|
-
function r(i) {
|
|
249
|
-
Object.assign(s, i), delete s.resolve, delete s.reject;
|
|
250
|
-
}
|
|
251
|
-
return s.resolve = (i) => {
|
|
252
|
-
r({
|
|
253
|
-
status: "fulfilled",
|
|
254
|
-
value: i
|
|
255
|
-
}), t(i);
|
|
256
|
-
}, s.reject = (i) => {
|
|
257
|
-
r({
|
|
258
|
-
status: "rejected",
|
|
259
|
-
reason: i
|
|
260
|
-
}), e(i);
|
|
261
|
-
}, s;
|
|
262
|
-
}
|
|
263
|
-
function kt(t) {
|
|
264
|
-
return Math.min(1e3 * 2 ** t, 3e4);
|
|
265
|
-
}
|
|
266
|
-
function ct(t) {
|
|
267
|
-
return (t ?? "online") === "online" ? ut.isOnline() : !0;
|
|
268
|
-
}
|
|
269
|
-
var ht = class extends Error {
|
|
270
|
-
constructor(t) {
|
|
271
|
-
super("CancelledError"), this.revert = t == null ? void 0 : t.revert, this.silent = t == null ? void 0 : t.silent;
|
|
272
|
-
}
|
|
273
|
-
};
|
|
274
|
-
function ge(t) {
|
|
275
|
-
return t instanceof ht;
|
|
276
|
-
}
|
|
277
|
-
function xt(t) {
|
|
278
|
-
let e = !1, s = 0, r = !1, i;
|
|
279
|
-
const a = Fe(), o = (h) => {
|
|
280
|
-
var v;
|
|
281
|
-
r || (p(new ht(h)), (v = t.abort) == null || v.call(t));
|
|
282
|
-
}, u = () => {
|
|
283
|
-
e = !0;
|
|
284
|
-
}, l = () => {
|
|
285
|
-
e = !1;
|
|
286
|
-
}, f = () => ot.isFocused() && (t.networkMode === "always" || ut.isOnline()) && t.canRun(), m = () => ct(t.networkMode) && t.canRun(), c = (h) => {
|
|
287
|
-
var v;
|
|
288
|
-
r || (r = !0, (v = t.onSuccess) == null || v.call(t, h), i == null || i(), a.resolve(h));
|
|
289
|
-
}, p = (h) => {
|
|
290
|
-
var v;
|
|
291
|
-
r || (r = !0, (v = t.onError) == null || v.call(t, h), i == null || i(), a.reject(h));
|
|
292
|
-
}, y = () => new Promise((h) => {
|
|
293
|
-
var v;
|
|
294
|
-
i = (C) => {
|
|
295
|
-
(r || f()) && h(C);
|
|
296
|
-
}, (v = t.onPause) == null || v.call(t);
|
|
297
|
-
}).then(() => {
|
|
298
|
-
var h;
|
|
299
|
-
i = void 0, r || (h = t.onContinue) == null || h.call(t);
|
|
300
|
-
}), E = () => {
|
|
301
|
-
if (r)
|
|
302
|
-
return;
|
|
303
|
-
let h;
|
|
304
|
-
const v = s === 0 ? t.initialPromise : void 0;
|
|
305
|
-
try {
|
|
306
|
-
h = v ?? t.fn();
|
|
307
|
-
} catch (C) {
|
|
308
|
-
h = Promise.reject(C);
|
|
309
|
-
}
|
|
310
|
-
Promise.resolve(h).then(c).catch((C) => {
|
|
311
|
-
var be;
|
|
312
|
-
if (r)
|
|
313
|
-
return;
|
|
314
|
-
const R = t.retry ?? (V ? 0 : 3), O = t.retryDelay ?? kt, q = typeof O == "function" ? O(s, C) : O, W = R === !0 || typeof R == "number" && s < R || typeof R == "function" && R(s, C);
|
|
315
|
-
if (e || !W) {
|
|
316
|
-
p(C);
|
|
317
|
-
return;
|
|
318
|
-
}
|
|
319
|
-
s++, (be = t.onFail) == null || be.call(t, s, C), Tt(q).then(() => f() ? void 0 : y()).then(() => {
|
|
320
|
-
e ? p(C) : E();
|
|
321
|
-
});
|
|
322
|
-
});
|
|
323
|
-
};
|
|
324
|
-
return {
|
|
325
|
-
promise: a,
|
|
326
|
-
cancel: o,
|
|
327
|
-
continue: () => (i == null || i(), a),
|
|
328
|
-
cancelRetry: u,
|
|
329
|
-
continueRetry: l,
|
|
330
|
-
canStart: m,
|
|
331
|
-
start: () => (m() ? E() : y().then(E), a)
|
|
332
|
-
};
|
|
333
|
-
}
|
|
334
|
-
function Qt() {
|
|
335
|
-
let t = [], e = 0, s = (u) => {
|
|
336
|
-
u();
|
|
337
|
-
}, r = (u) => {
|
|
338
|
-
u();
|
|
339
|
-
}, i = (u) => setTimeout(u, 0);
|
|
340
|
-
const a = (u) => {
|
|
341
|
-
e ? t.push(u) : i(() => {
|
|
342
|
-
s(u);
|
|
343
|
-
});
|
|
344
|
-
}, o = () => {
|
|
345
|
-
const u = t;
|
|
346
|
-
t = [], u.length && i(() => {
|
|
347
|
-
r(() => {
|
|
348
|
-
u.forEach((l) => {
|
|
349
|
-
s(l);
|
|
350
|
-
});
|
|
351
|
-
});
|
|
352
|
-
});
|
|
353
|
-
};
|
|
354
|
-
return {
|
|
355
|
-
batch: (u) => {
|
|
356
|
-
let l;
|
|
357
|
-
e++;
|
|
358
|
-
try {
|
|
359
|
-
l = u();
|
|
360
|
-
} finally {
|
|
361
|
-
e--, e || o();
|
|
362
|
-
}
|
|
363
|
-
return l;
|
|
364
|
-
},
|
|
365
|
-
/**
|
|
366
|
-
* All calls to the wrapped function will be batched.
|
|
367
|
-
*/
|
|
368
|
-
batchCalls: (u) => (...l) => {
|
|
369
|
-
a(() => {
|
|
370
|
-
u(...l);
|
|
371
|
-
});
|
|
372
|
-
},
|
|
373
|
-
schedule: a,
|
|
374
|
-
/**
|
|
375
|
-
* Use this method to set a custom notify function.
|
|
376
|
-
* This can be used to for example wrap notifications with `React.act` while running tests.
|
|
377
|
-
*/
|
|
378
|
-
setNotifyFunction: (u) => {
|
|
379
|
-
s = u;
|
|
380
|
-
},
|
|
381
|
-
/**
|
|
382
|
-
* Use this method to set a custom function to batch notifications together into a single tick.
|
|
383
|
-
* By default React Query will use the batch function provided by ReactDOM or React Native.
|
|
384
|
-
*/
|
|
385
|
-
setBatchNotifyFunction: (u) => {
|
|
386
|
-
r = u;
|
|
387
|
-
},
|
|
388
|
-
setScheduler: (u) => {
|
|
389
|
-
i = u;
|
|
390
|
-
}
|
|
391
|
-
};
|
|
392
|
-
}
|
|
393
|
-
var Me = Qt(), K, rt, Ut = (rt = class {
|
|
394
|
-
constructor() {
|
|
395
|
-
g(this, K);
|
|
396
|
-
}
|
|
397
|
-
destroy() {
|
|
398
|
-
this.clearGcTimeout();
|
|
399
|
-
}
|
|
400
|
-
scheduleGc() {
|
|
401
|
-
this.clearGcTimeout(), we(this.gcTime) && d(this, K, setTimeout(() => {
|
|
402
|
-
this.optionalRemove();
|
|
403
|
-
}, this.gcTime));
|
|
404
|
-
}
|
|
405
|
-
updateGcTime(t) {
|
|
406
|
-
this.gcTime = Math.max(
|
|
407
|
-
this.gcTime || 0,
|
|
408
|
-
t ?? (V ? 1 / 0 : 5 * 60 * 1e3)
|
|
409
|
-
);
|
|
410
|
-
}
|
|
411
|
-
clearGcTimeout() {
|
|
412
|
-
n(this, K) && (clearTimeout(n(this, K)), d(this, K, void 0));
|
|
413
|
-
}
|
|
414
|
-
}, K = new WeakMap(), rt), re, ne, D, B, I, he, G, j, U, nt, ms = (nt = class extends Ut {
|
|
415
|
-
constructor(e) {
|
|
416
|
-
super();
|
|
417
|
-
g(this, j);
|
|
418
|
-
g(this, re);
|
|
419
|
-
g(this, ne);
|
|
420
|
-
g(this, D);
|
|
421
|
-
g(this, B);
|
|
422
|
-
g(this, I);
|
|
423
|
-
g(this, he);
|
|
424
|
-
g(this, G);
|
|
425
|
-
d(this, G, !1), d(this, he, e.defaultOptions), this.setOptions(e.options), this.observers = [], d(this, B, e.client), d(this, D, n(this, B).getQueryCache()), this.queryKey = e.queryKey, this.queryHash = e.queryHash, d(this, re, qt(this.options)), this.state = e.state ?? n(this, re), this.scheduleGc();
|
|
426
|
-
}
|
|
427
|
-
get meta() {
|
|
428
|
-
return this.options.meta;
|
|
429
|
-
}
|
|
430
|
-
get promise() {
|
|
431
|
-
var e;
|
|
432
|
-
return (e = n(this, I)) == null ? void 0 : e.promise;
|
|
433
|
-
}
|
|
434
|
-
setOptions(e) {
|
|
435
|
-
this.options = { ...n(this, he), ...e }, this.updateGcTime(this.options.gcTime);
|
|
436
|
-
}
|
|
437
|
-
optionalRemove() {
|
|
438
|
-
!this.observers.length && this.state.fetchStatus === "idle" && n(this, D).remove(this);
|
|
439
|
-
}
|
|
440
|
-
setData(e, s) {
|
|
441
|
-
const r = Ie(this.state.data, e, this.options);
|
|
442
|
-
return w(this, j, U).call(this, {
|
|
443
|
-
data: r,
|
|
444
|
-
type: "success",
|
|
445
|
-
dataUpdatedAt: s == null ? void 0 : s.updatedAt,
|
|
446
|
-
manual: s == null ? void 0 : s.manual
|
|
447
|
-
}), r;
|
|
448
|
-
}
|
|
449
|
-
setState(e, s) {
|
|
450
|
-
w(this, j, U).call(this, { type: "setState", state: e, setStateOptions: s });
|
|
451
|
-
}
|
|
452
|
-
cancel(e) {
|
|
453
|
-
var r, i;
|
|
454
|
-
const s = (r = n(this, I)) == null ? void 0 : r.promise;
|
|
455
|
-
return (i = n(this, I)) == null || i.cancel(e), s ? s.then(Se).catch(Se) : Promise.resolve();
|
|
456
|
-
}
|
|
457
|
-
destroy() {
|
|
458
|
-
super.destroy(), this.cancel({ silent: !0 });
|
|
459
|
-
}
|
|
460
|
-
reset() {
|
|
461
|
-
this.destroy(), this.setState(n(this, re));
|
|
462
|
-
}
|
|
463
|
-
isActive() {
|
|
464
|
-
return this.observers.some(
|
|
465
|
-
(e) => k(e.options.enabled, this) !== !1
|
|
466
|
-
);
|
|
467
|
-
}
|
|
468
|
-
isDisabled() {
|
|
469
|
-
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === pe || this.state.dataUpdateCount + this.state.errorUpdateCount === 0;
|
|
470
|
-
}
|
|
471
|
-
isStale() {
|
|
472
|
-
return this.state.isInvalidated ? !0 : this.getObserversCount() > 0 ? this.observers.some(
|
|
473
|
-
(e) => e.getCurrentResult().isStale
|
|
474
|
-
) : this.state.data === void 0;
|
|
475
|
-
}
|
|
476
|
-
isStaleByTime(e = 0) {
|
|
477
|
-
return this.state.isInvalidated || this.state.data === void 0 || !at(this.state.dataUpdatedAt, e);
|
|
478
|
-
}
|
|
479
|
-
onFocus() {
|
|
480
|
-
var s;
|
|
481
|
-
const e = this.observers.find((r) => r.shouldFetchOnWindowFocus());
|
|
482
|
-
e == null || e.refetch({ cancelRefetch: !1 }), (s = n(this, I)) == null || s.continue();
|
|
483
|
-
}
|
|
484
|
-
onOnline() {
|
|
485
|
-
var s;
|
|
486
|
-
const e = this.observers.find((r) => r.shouldFetchOnReconnect());
|
|
487
|
-
e == null || e.refetch({ cancelRefetch: !1 }), (s = n(this, I)) == null || s.continue();
|
|
488
|
-
}
|
|
489
|
-
addObserver(e) {
|
|
490
|
-
this.observers.includes(e) || (this.observers.push(e), this.clearGcTimeout(), n(this, D).notify({ type: "observerAdded", query: this, observer: e }));
|
|
491
|
-
}
|
|
492
|
-
removeObserver(e) {
|
|
493
|
-
this.observers.includes(e) && (this.observers = this.observers.filter((s) => s !== e), this.observers.length || (n(this, I) && (n(this, G) ? n(this, I).cancel({ revert: !0 }) : n(this, I).cancelRetry()), this.scheduleGc()), n(this, D).notify({ type: "observerRemoved", query: this, observer: e }));
|
|
494
|
-
}
|
|
495
|
-
getObserversCount() {
|
|
496
|
-
return this.observers.length;
|
|
497
|
-
}
|
|
498
|
-
invalidate() {
|
|
499
|
-
this.state.isInvalidated || w(this, j, U).call(this, { type: "invalidate" });
|
|
500
|
-
}
|
|
501
|
-
fetch(e, s) {
|
|
502
|
-
var l, f, m;
|
|
503
|
-
if (this.state.fetchStatus !== "idle") {
|
|
504
|
-
if (this.state.data !== void 0 && (s != null && s.cancelRefetch))
|
|
505
|
-
this.cancel({ silent: !0 });
|
|
506
|
-
else if (n(this, I))
|
|
507
|
-
return n(this, I).continueRetry(), n(this, I).promise;
|
|
508
|
-
}
|
|
509
|
-
if (e && this.setOptions(e), !this.options.queryFn) {
|
|
510
|
-
const c = this.observers.find((p) => p.options.queryFn);
|
|
511
|
-
c && this.setOptions(c.options);
|
|
512
|
-
}
|
|
513
|
-
process.env.NODE_ENV !== "production" && (Array.isArray(this.options.queryKey) || console.error(
|
|
514
|
-
"As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"
|
|
515
|
-
));
|
|
516
|
-
const r = new AbortController(), i = (c) => {
|
|
517
|
-
Object.defineProperty(c, "signal", {
|
|
518
|
-
enumerable: !0,
|
|
519
|
-
get: () => (d(this, G, !0), r.signal)
|
|
520
|
-
});
|
|
521
|
-
}, a = () => {
|
|
522
|
-
const c = Dt(this.options, s), p = {
|
|
523
|
-
client: n(this, B),
|
|
524
|
-
queryKey: this.queryKey,
|
|
525
|
-
meta: this.meta
|
|
526
|
-
};
|
|
527
|
-
return i(p), d(this, G, !1), this.options.persister ? this.options.persister(
|
|
528
|
-
c,
|
|
529
|
-
p,
|
|
530
|
-
this
|
|
531
|
-
) : c(p);
|
|
532
|
-
}, o = {
|
|
533
|
-
fetchOptions: s,
|
|
534
|
-
options: this.options,
|
|
535
|
-
queryKey: this.queryKey,
|
|
536
|
-
client: n(this, B),
|
|
537
|
-
state: this.state,
|
|
538
|
-
fetchFn: a
|
|
539
|
-
};
|
|
540
|
-
i(o), (l = this.options.behavior) == null || l.onFetch(
|
|
541
|
-
o,
|
|
542
|
-
this
|
|
543
|
-
), d(this, ne, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((f = o.fetchOptions) == null ? void 0 : f.meta)) && w(this, j, U).call(this, { type: "fetch", meta: (m = o.fetchOptions) == null ? void 0 : m.meta });
|
|
544
|
-
const u = (c) => {
|
|
545
|
-
var p, y, E, h;
|
|
546
|
-
ge(c) && c.silent || w(this, j, U).call(this, {
|
|
547
|
-
type: "error",
|
|
548
|
-
error: c
|
|
549
|
-
}), ge(c) || ((y = (p = n(this, D).config).onError) == null || y.call(
|
|
550
|
-
p,
|
|
551
|
-
c,
|
|
552
|
-
this
|
|
553
|
-
), (h = (E = n(this, D).config).onSettled) == null || h.call(
|
|
554
|
-
E,
|
|
555
|
-
this.state.data,
|
|
556
|
-
c,
|
|
557
|
-
this
|
|
558
|
-
)), this.scheduleGc();
|
|
559
|
-
};
|
|
560
|
-
return d(this, I, xt({
|
|
561
|
-
initialPromise: s == null ? void 0 : s.initialPromise,
|
|
562
|
-
fn: o.fetchFn,
|
|
563
|
-
abort: r.abort.bind(r),
|
|
564
|
-
onSuccess: (c) => {
|
|
565
|
-
var p, y, E, h;
|
|
566
|
-
if (c === void 0) {
|
|
567
|
-
process.env.NODE_ENV !== "production" && console.error(
|
|
568
|
-
`Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: ${this.queryHash}`
|
|
569
|
-
), u(new Error(`${this.queryHash} data is undefined`));
|
|
570
|
-
return;
|
|
571
|
-
}
|
|
572
|
-
try {
|
|
573
|
-
this.setData(c);
|
|
574
|
-
} catch (v) {
|
|
575
|
-
u(v);
|
|
576
|
-
return;
|
|
577
|
-
}
|
|
578
|
-
(y = (p = n(this, D).config).onSuccess) == null || y.call(p, c, this), (h = (E = n(this, D).config).onSettled) == null || h.call(
|
|
579
|
-
E,
|
|
580
|
-
c,
|
|
581
|
-
this.state.error,
|
|
582
|
-
this
|
|
583
|
-
), this.scheduleGc();
|
|
584
|
-
},
|
|
585
|
-
onError: u,
|
|
586
|
-
onFail: (c, p) => {
|
|
587
|
-
w(this, j, U).call(this, { type: "failed", failureCount: c, error: p });
|
|
588
|
-
},
|
|
589
|
-
onPause: () => {
|
|
590
|
-
w(this, j, U).call(this, { type: "pause" });
|
|
591
|
-
},
|
|
592
|
-
onContinue: () => {
|
|
593
|
-
w(this, j, U).call(this, { type: "continue" });
|
|
594
|
-
},
|
|
595
|
-
retry: o.options.retry,
|
|
596
|
-
retryDelay: o.options.retryDelay,
|
|
597
|
-
networkMode: o.options.networkMode,
|
|
598
|
-
canRun: () => !0
|
|
599
|
-
})), n(this, I).start();
|
|
600
|
-
}
|
|
601
|
-
}, re = new WeakMap(), ne = new WeakMap(), D = new WeakMap(), B = new WeakMap(), I = new WeakMap(), he = new WeakMap(), G = new WeakMap(), j = new WeakSet(), U = function(e) {
|
|
602
|
-
const s = (r) => {
|
|
603
|
-
switch (e.type) {
|
|
604
|
-
case "failed":
|
|
605
|
-
return {
|
|
606
|
-
...r,
|
|
607
|
-
fetchFailureCount: e.failureCount,
|
|
608
|
-
fetchFailureReason: e.error
|
|
609
|
-
};
|
|
610
|
-
case "pause":
|
|
611
|
-
return {
|
|
612
|
-
...r,
|
|
613
|
-
fetchStatus: "paused"
|
|
614
|
-
};
|
|
615
|
-
case "continue":
|
|
616
|
-
return {
|
|
617
|
-
...r,
|
|
618
|
-
fetchStatus: "fetching"
|
|
619
|
-
};
|
|
620
|
-
case "fetch":
|
|
621
|
-
return {
|
|
622
|
-
...r,
|
|
623
|
-
...lt(r.data, this.options),
|
|
624
|
-
fetchMeta: e.meta ?? null
|
|
625
|
-
};
|
|
626
|
-
case "success":
|
|
627
|
-
return {
|
|
628
|
-
...r,
|
|
629
|
-
data: e.data,
|
|
630
|
-
dataUpdateCount: r.dataUpdateCount + 1,
|
|
631
|
-
dataUpdatedAt: e.dataUpdatedAt ?? Date.now(),
|
|
632
|
-
error: null,
|
|
633
|
-
isInvalidated: !1,
|
|
634
|
-
status: "success",
|
|
635
|
-
...!e.manual && {
|
|
636
|
-
fetchStatus: "idle",
|
|
637
|
-
fetchFailureCount: 0,
|
|
638
|
-
fetchFailureReason: null
|
|
639
|
-
}
|
|
640
|
-
};
|
|
641
|
-
case "error":
|
|
642
|
-
const i = e.error;
|
|
643
|
-
return ge(i) && i.revert && n(this, ne) ? { ...n(this, ne), fetchStatus: "idle" } : {
|
|
644
|
-
...r,
|
|
645
|
-
error: i,
|
|
646
|
-
errorUpdateCount: r.errorUpdateCount + 1,
|
|
647
|
-
errorUpdatedAt: Date.now(),
|
|
648
|
-
fetchFailureCount: r.fetchFailureCount + 1,
|
|
649
|
-
fetchFailureReason: i,
|
|
650
|
-
fetchStatus: "idle",
|
|
651
|
-
status: "error"
|
|
652
|
-
};
|
|
653
|
-
case "invalidate":
|
|
654
|
-
return {
|
|
655
|
-
...r,
|
|
656
|
-
isInvalidated: !0
|
|
657
|
-
};
|
|
658
|
-
case "setState":
|
|
659
|
-
return {
|
|
660
|
-
...r,
|
|
661
|
-
...e.state
|
|
662
|
-
};
|
|
663
|
-
}
|
|
664
|
-
};
|
|
665
|
-
this.state = s(this.state), Me.batch(() => {
|
|
666
|
-
this.observers.forEach((r) => {
|
|
667
|
-
r.onQueryUpdate();
|
|
668
|
-
}), n(this, D).notify({ query: this, type: "updated", action: e });
|
|
669
|
-
});
|
|
670
|
-
}, nt);
|
|
671
|
-
function lt(t, e) {
|
|
672
|
-
return {
|
|
673
|
-
fetchFailureCount: 0,
|
|
674
|
-
fetchFailureReason: null,
|
|
675
|
-
fetchStatus: ct(e.networkMode) ? "fetching" : "paused",
|
|
676
|
-
...t === void 0 && {
|
|
677
|
-
error: null,
|
|
678
|
-
status: "pending"
|
|
679
|
-
}
|
|
680
|
-
};
|
|
681
|
-
}
|
|
682
|
-
function qt(t) {
|
|
683
|
-
const e = typeof t.initialData == "function" ? t.initialData() : t.initialData, s = e !== void 0, r = s ? typeof t.initialDataUpdatedAt == "function" ? t.initialDataUpdatedAt() : t.initialDataUpdatedAt : 0;
|
|
684
|
-
return {
|
|
685
|
-
data: e,
|
|
686
|
-
dataUpdateCount: 0,
|
|
687
|
-
dataUpdatedAt: s ? r ?? Date.now() : 0,
|
|
688
|
-
error: null,
|
|
689
|
-
errorUpdateCount: 0,
|
|
690
|
-
errorUpdatedAt: 0,
|
|
691
|
-
fetchFailureCount: 0,
|
|
692
|
-
fetchFailureReason: null,
|
|
693
|
-
fetchMeta: null,
|
|
694
|
-
isInvalidated: !1,
|
|
695
|
-
status: s ? "success" : "pending",
|
|
696
|
-
fetchStatus: "idle"
|
|
697
|
-
};
|
|
698
|
-
}
|
|
699
|
-
var T, b, le, P, $, ie, N, Q, de, ae, oe, z, J, _, ue, S, ce, Pe, Te, De, Ae, je, ke, xe, ft, it, dt = (it = class extends qe {
|
|
700
|
-
constructor(e, s) {
|
|
701
|
-
super();
|
|
702
|
-
g(this, S);
|
|
703
|
-
g(this, T);
|
|
704
|
-
g(this, b);
|
|
705
|
-
g(this, le);
|
|
706
|
-
g(this, P);
|
|
707
|
-
g(this, $);
|
|
708
|
-
g(this, ie);
|
|
709
|
-
g(this, N);
|
|
710
|
-
g(this, Q);
|
|
711
|
-
g(this, de);
|
|
712
|
-
g(this, ae);
|
|
713
|
-
// This property keeps track of the last query with defined data.
|
|
714
|
-
// It will be used to pass the previous data and query to the placeholder function between renders.
|
|
715
|
-
g(this, oe);
|
|
716
|
-
g(this, z);
|
|
717
|
-
g(this, J);
|
|
718
|
-
g(this, _);
|
|
719
|
-
g(this, ue, /* @__PURE__ */ new Set());
|
|
720
|
-
this.options = s, d(this, T, e), d(this, Q, null), d(this, N, Fe()), this.options.experimental_prefetchInRender || n(this, N).reject(
|
|
721
|
-
new Error("experimental_prefetchInRender feature flag is not enabled")
|
|
722
|
-
), this.bindMethods(), this.setOptions(s);
|
|
723
|
-
}
|
|
724
|
-
bindMethods() {
|
|
725
|
-
this.refetch = this.refetch.bind(this);
|
|
726
|
-
}
|
|
727
|
-
onSubscribe() {
|
|
728
|
-
this.listeners.size === 1 && (n(this, b).addObserver(this), Ze(n(this, b), this.options) ? w(this, S, ce).call(this) : this.updateResult(), w(this, S, Ae).call(this));
|
|
729
|
-
}
|
|
730
|
-
onUnsubscribe() {
|
|
731
|
-
this.hasListeners() || this.destroy();
|
|
732
|
-
}
|
|
733
|
-
shouldFetchOnReconnect() {
|
|
734
|
-
return Qe(
|
|
735
|
-
n(this, b),
|
|
736
|
-
this.options,
|
|
737
|
-
this.options.refetchOnReconnect
|
|
738
|
-
);
|
|
739
|
-
}
|
|
740
|
-
shouldFetchOnWindowFocus() {
|
|
741
|
-
return Qe(
|
|
742
|
-
n(this, b),
|
|
743
|
-
this.options,
|
|
744
|
-
this.options.refetchOnWindowFocus
|
|
745
|
-
);
|
|
746
|
-
}
|
|
747
|
-
destroy() {
|
|
748
|
-
this.listeners = /* @__PURE__ */ new Set(), w(this, S, je).call(this), w(this, S, ke).call(this), n(this, b).removeObserver(this);
|
|
749
|
-
}
|
|
750
|
-
setOptions(e, s) {
|
|
751
|
-
const r = this.options, i = n(this, b);
|
|
752
|
-
if (this.options = n(this, T).defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof k(this.options.enabled, n(this, b)) != "boolean")
|
|
753
|
-
throw new Error(
|
|
754
|
-
"Expected enabled to be a boolean or a callback that returns a boolean"
|
|
755
|
-
);
|
|
756
|
-
w(this, S, xe).call(this), n(this, b).setOptions(this.options), r._defaulted && !Ee(this.options, r) && n(this, T).getQueryCache().notify({
|
|
757
|
-
type: "observerOptionsUpdated",
|
|
758
|
-
query: n(this, b),
|
|
759
|
-
observer: this
|
|
760
|
-
});
|
|
761
|
-
const a = this.hasListeners();
|
|
762
|
-
a && We(
|
|
763
|
-
n(this, b),
|
|
764
|
-
i,
|
|
765
|
-
this.options,
|
|
766
|
-
r
|
|
767
|
-
) && w(this, S, ce).call(this), this.updateResult(s), a && (n(this, b) !== i || k(this.options.enabled, n(this, b)) !== k(r.enabled, n(this, b)) || ye(this.options.staleTime, n(this, b)) !== ye(r.staleTime, n(this, b))) && w(this, S, Pe).call(this);
|
|
768
|
-
const o = w(this, S, Te).call(this);
|
|
769
|
-
a && (n(this, b) !== i || k(this.options.enabled, n(this, b)) !== k(r.enabled, n(this, b)) || o !== n(this, _)) && w(this, S, De).call(this, o);
|
|
770
|
-
}
|
|
771
|
-
getOptimisticResult(e) {
|
|
772
|
-
const s = n(this, T).getQueryCache().build(n(this, T), e), r = this.createResult(s, e);
|
|
773
|
-
return Mt(this, r) && (d(this, P, r), d(this, ie, this.options), d(this, $, n(this, b).state)), r;
|
|
774
|
-
}
|
|
775
|
-
getCurrentResult() {
|
|
776
|
-
return n(this, P);
|
|
777
|
-
}
|
|
778
|
-
trackResult(e, s) {
|
|
779
|
-
const r = {};
|
|
780
|
-
return Object.keys(e).forEach((i) => {
|
|
781
|
-
Object.defineProperty(r, i, {
|
|
782
|
-
configurable: !1,
|
|
783
|
-
enumerable: !0,
|
|
784
|
-
get: () => (this.trackProp(i), s == null || s(i), e[i])
|
|
785
|
-
});
|
|
786
|
-
}), r;
|
|
787
|
-
}
|
|
788
|
-
trackProp(e) {
|
|
789
|
-
n(this, ue).add(e);
|
|
790
|
-
}
|
|
791
|
-
getCurrentQuery() {
|
|
792
|
-
return n(this, b);
|
|
793
|
-
}
|
|
794
|
-
refetch({ ...e } = {}) {
|
|
795
|
-
return this.fetch({
|
|
796
|
-
...e
|
|
797
|
-
});
|
|
798
|
-
}
|
|
799
|
-
fetchOptimistic(e) {
|
|
800
|
-
const s = n(this, T).defaultQueryOptions(e), r = n(this, T).getQueryCache().build(n(this, T), s);
|
|
801
|
-
return r.fetch().then(() => this.createResult(r, s));
|
|
802
|
-
}
|
|
803
|
-
fetch(e) {
|
|
804
|
-
return w(this, S, ce).call(this, {
|
|
805
|
-
...e,
|
|
806
|
-
cancelRefetch: e.cancelRefetch ?? !0
|
|
807
|
-
}).then(() => (this.updateResult(), n(this, P)));
|
|
808
|
-
}
|
|
809
|
-
createResult(e, s) {
|
|
810
|
-
var Be;
|
|
811
|
-
const r = n(this, b), i = this.options, a = n(this, P), o = n(this, $), u = n(this, ie), f = e !== r ? e.state : n(this, le), { state: m } = e;
|
|
812
|
-
let c = { ...m }, p = !1, y;
|
|
813
|
-
if (s._optimisticResults) {
|
|
814
|
-
const F = this.hasListeners(), Y = !F && Ze(e, s), X = F && We(e, r, s, i);
|
|
815
|
-
(Y || X) && (c = {
|
|
816
|
-
...c,
|
|
817
|
-
...lt(m.data, e.options)
|
|
818
|
-
}), s._optimisticResults === "isRestoring" && (c.fetchStatus = "idle");
|
|
819
|
-
}
|
|
820
|
-
let { error: E, errorUpdatedAt: h, status: v } = c;
|
|
821
|
-
if (s.select && c.data !== void 0)
|
|
822
|
-
if (a && c.data === (o == null ? void 0 : o.data) && s.select === n(this, de))
|
|
823
|
-
y = n(this, ae);
|
|
824
|
-
else
|
|
825
|
-
try {
|
|
826
|
-
d(this, de, s.select), y = s.select(c.data), y = Ie(a == null ? void 0 : a.data, y, s), d(this, ae, y), d(this, Q, null);
|
|
827
|
-
} catch (F) {
|
|
828
|
-
d(this, Q, F);
|
|
829
|
-
}
|
|
830
|
-
else
|
|
831
|
-
y = c.data;
|
|
832
|
-
if (s.placeholderData !== void 0 && y === void 0 && v === "pending") {
|
|
833
|
-
let F;
|
|
834
|
-
if (a != null && a.isPlaceholderData && s.placeholderData === (u == null ? void 0 : u.placeholderData))
|
|
835
|
-
F = a.data;
|
|
836
|
-
else if (F = typeof s.placeholderData == "function" ? s.placeholderData(
|
|
837
|
-
(Be = n(this, oe)) == null ? void 0 : Be.state.data,
|
|
838
|
-
n(this, oe)
|
|
839
|
-
) : s.placeholderData, s.select && F !== void 0)
|
|
840
|
-
try {
|
|
841
|
-
F = s.select(F), d(this, Q, null);
|
|
842
|
-
} catch (Y) {
|
|
843
|
-
d(this, Q, Y);
|
|
844
|
-
}
|
|
845
|
-
F !== void 0 && (v = "success", y = Ie(
|
|
846
|
-
a == null ? void 0 : a.data,
|
|
847
|
-
F,
|
|
848
|
-
s
|
|
849
|
-
), p = !0);
|
|
850
|
-
}
|
|
851
|
-
n(this, Q) && (E = n(this, Q), y = n(this, ae), h = Date.now(), v = "error");
|
|
852
|
-
const C = c.fetchStatus === "fetching", R = v === "pending", O = v === "error", q = R && C, W = y !== void 0, x = {
|
|
853
|
-
status: v,
|
|
854
|
-
fetchStatus: c.fetchStatus,
|
|
855
|
-
isPending: R,
|
|
856
|
-
isSuccess: v === "success",
|
|
857
|
-
isError: O,
|
|
858
|
-
isInitialLoading: q,
|
|
859
|
-
isLoading: q,
|
|
860
|
-
data: y,
|
|
861
|
-
dataUpdatedAt: c.dataUpdatedAt,
|
|
862
|
-
error: E,
|
|
863
|
-
errorUpdatedAt: h,
|
|
864
|
-
failureCount: c.fetchFailureCount,
|
|
865
|
-
failureReason: c.fetchFailureReason,
|
|
866
|
-
errorUpdateCount: c.errorUpdateCount,
|
|
867
|
-
isFetched: c.dataUpdateCount > 0 || c.errorUpdateCount > 0,
|
|
868
|
-
isFetchedAfterMount: c.dataUpdateCount > f.dataUpdateCount || c.errorUpdateCount > f.errorUpdateCount,
|
|
869
|
-
isFetching: C,
|
|
870
|
-
isRefetching: C && !R,
|
|
871
|
-
isLoadingError: O && !W,
|
|
872
|
-
isPaused: c.fetchStatus === "paused",
|
|
873
|
-
isPlaceholderData: p,
|
|
874
|
-
isRefetchError: O && W,
|
|
875
|
-
isStale: Ne(e, s),
|
|
876
|
-
refetch: this.refetch,
|
|
877
|
-
promise: n(this, N)
|
|
878
|
-
};
|
|
879
|
-
if (this.options.experimental_prefetchInRender) {
|
|
880
|
-
const F = (fe) => {
|
|
881
|
-
x.status === "error" ? fe.reject(x.error) : x.data !== void 0 && fe.resolve(x.data);
|
|
882
|
-
}, Y = () => {
|
|
883
|
-
const fe = d(this, N, x.promise = Fe());
|
|
884
|
-
F(fe);
|
|
885
|
-
}, X = n(this, N);
|
|
886
|
-
switch (X.status) {
|
|
887
|
-
case "pending":
|
|
888
|
-
e.queryHash === r.queryHash && F(X);
|
|
889
|
-
break;
|
|
890
|
-
case "fulfilled":
|
|
891
|
-
(x.status === "error" || x.data !== X.value) && Y();
|
|
892
|
-
break;
|
|
893
|
-
case "rejected":
|
|
894
|
-
(x.status !== "error" || x.error !== X.reason) && Y();
|
|
895
|
-
break;
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
return x;
|
|
899
|
-
}
|
|
900
|
-
updateResult(e) {
|
|
901
|
-
const s = n(this, P), r = this.createResult(n(this, b), this.options);
|
|
902
|
-
if (d(this, $, n(this, b).state), d(this, ie, this.options), n(this, $).data !== void 0 && d(this, oe, n(this, b)), Ee(r, s))
|
|
903
|
-
return;
|
|
904
|
-
d(this, P, r);
|
|
905
|
-
const i = {}, a = () => {
|
|
906
|
-
if (!s)
|
|
907
|
-
return !0;
|
|
908
|
-
const { notifyOnChangeProps: o } = this.options, u = typeof o == "function" ? o() : o;
|
|
909
|
-
if (u === "all" || !u && !n(this, ue).size)
|
|
910
|
-
return !0;
|
|
911
|
-
const l = new Set(
|
|
912
|
-
u ?? n(this, ue)
|
|
913
|
-
);
|
|
914
|
-
return this.options.throwOnError && l.add("error"), Object.keys(n(this, P)).some((f) => {
|
|
915
|
-
const m = f;
|
|
916
|
-
return n(this, P)[m] !== s[m] && l.has(m);
|
|
917
|
-
});
|
|
918
|
-
};
|
|
919
|
-
(e == null ? void 0 : e.listeners) !== !1 && a() && (i.listeners = !0), w(this, S, ft).call(this, { ...i, ...e });
|
|
920
|
-
}
|
|
921
|
-
onQueryUpdate() {
|
|
922
|
-
this.updateResult(), this.hasListeners() && w(this, S, Ae).call(this);
|
|
923
|
-
}
|
|
924
|
-
}, T = new WeakMap(), b = new WeakMap(), le = new WeakMap(), P = new WeakMap(), $ = new WeakMap(), ie = new WeakMap(), N = new WeakMap(), Q = new WeakMap(), de = new WeakMap(), ae = new WeakMap(), oe = new WeakMap(), z = new WeakMap(), J = new WeakMap(), _ = new WeakMap(), ue = new WeakMap(), S = new WeakSet(), ce = function(e) {
|
|
925
|
-
w(this, S, xe).call(this);
|
|
926
|
-
let s = n(this, b).fetch(
|
|
927
|
-
this.options,
|
|
928
|
-
e
|
|
929
|
-
);
|
|
930
|
-
return e != null && e.throwOnError || (s = s.catch(Se)), s;
|
|
931
|
-
}, Pe = function() {
|
|
932
|
-
w(this, S, je).call(this);
|
|
933
|
-
const e = ye(
|
|
934
|
-
this.options.staleTime,
|
|
935
|
-
n(this, b)
|
|
936
|
-
);
|
|
937
|
-
if (V || n(this, P).isStale || !we(e))
|
|
938
|
-
return;
|
|
939
|
-
const r = at(n(this, P).dataUpdatedAt, e) + 1;
|
|
940
|
-
d(this, z, setTimeout(() => {
|
|
941
|
-
n(this, P).isStale || this.updateResult();
|
|
942
|
-
}, r));
|
|
943
|
-
}, Te = function() {
|
|
944
|
-
return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(n(this, b)) : this.options.refetchInterval) ?? !1;
|
|
945
|
-
}, De = function(e) {
|
|
946
|
-
w(this, S, ke).call(this), d(this, _, e), !(V || k(this.options.enabled, n(this, b)) === !1 || !we(n(this, _)) || n(this, _) === 0) && d(this, J, setInterval(() => {
|
|
947
|
-
(this.options.refetchIntervalInBackground || ot.isFocused()) && w(this, S, ce).call(this);
|
|
948
|
-
}, n(this, _)));
|
|
949
|
-
}, Ae = function() {
|
|
950
|
-
w(this, S, Pe).call(this), w(this, S, De).call(this, w(this, S, Te).call(this));
|
|
951
|
-
}, je = function() {
|
|
952
|
-
n(this, z) && (clearTimeout(n(this, z)), d(this, z, void 0));
|
|
953
|
-
}, ke = function() {
|
|
954
|
-
n(this, J) && (clearInterval(n(this, J)), d(this, J, void 0));
|
|
955
|
-
}, xe = function() {
|
|
956
|
-
const e = n(this, T).getQueryCache().build(n(this, T), this.options);
|
|
957
|
-
if (e === n(this, b))
|
|
958
|
-
return;
|
|
959
|
-
const s = n(this, b);
|
|
960
|
-
d(this, b, e), d(this, le, e.state), this.hasListeners() && (s == null || s.removeObserver(this), e.addObserver(this));
|
|
961
|
-
}, ft = function(e) {
|
|
962
|
-
Me.batch(() => {
|
|
963
|
-
e.listeners && this.listeners.forEach((s) => {
|
|
964
|
-
s(n(this, P));
|
|
965
|
-
}), n(this, T).getQueryCache().notify({
|
|
966
|
-
query: n(this, b),
|
|
967
|
-
type: "observerResultsUpdated"
|
|
968
|
-
});
|
|
969
|
-
});
|
|
970
|
-
}, it);
|
|
971
|
-
function Lt(t, e) {
|
|
972
|
-
return k(e.enabled, t) !== !1 && t.state.data === void 0 && !(t.state.status === "error" && e.retryOnMount === !1);
|
|
973
|
-
}
|
|
974
|
-
function Ze(t, e) {
|
|
975
|
-
return Lt(t, e) || t.state.data !== void 0 && Qe(t, e, e.refetchOnMount);
|
|
976
|
-
}
|
|
977
|
-
function Qe(t, e, s) {
|
|
978
|
-
if (k(e.enabled, t) !== !1) {
|
|
979
|
-
const r = typeof s == "function" ? s(t) : s;
|
|
980
|
-
return r === "always" || r !== !1 && Ne(t, e);
|
|
981
|
-
}
|
|
982
|
-
return !1;
|
|
983
|
-
}
|
|
984
|
-
function We(t, e, s, r) {
|
|
985
|
-
return (t !== e || k(r.enabled, t) === !1) && (!s.suspense || t.state.status !== "error") && Ne(t, s);
|
|
986
|
-
}
|
|
987
|
-
function Ne(t, e) {
|
|
988
|
-
return k(e.enabled, t) !== !1 && t.isStaleByTime(ye(e.staleTime, t));
|
|
989
|
-
}
|
|
990
|
-
function Mt(t, e) {
|
|
991
|
-
return !Ee(t.getCurrentResult(), e);
|
|
992
|
-
}
|
|
993
|
-
var yt = A.createContext(
|
|
994
|
-
void 0
|
|
995
|
-
), pt = (t) => {
|
|
996
|
-
const e = A.useContext(yt);
|
|
997
|
-
if (t)
|
|
998
|
-
return t;
|
|
999
|
-
if (!e)
|
|
1000
|
-
throw new Error("No QueryClient set, use QueryClientProvider to set one");
|
|
1001
|
-
return e;
|
|
1002
|
-
}, gs = ({
|
|
1003
|
-
client: t,
|
|
1004
|
-
children: e
|
|
1005
|
-
}) => (A.useEffect(() => (t.mount(), () => {
|
|
1006
|
-
t.unmount();
|
|
1007
|
-
}), [t]), /* @__PURE__ */ Ft.jsx(yt.Provider, { value: t, children: e })), vt = A.createContext(!1), Nt = () => A.useContext(vt);
|
|
1008
|
-
vt.Provider;
|
|
1009
|
-
function _t() {
|
|
1010
|
-
let t = !1;
|
|
1011
|
-
return {
|
|
1012
|
-
clearReset: () => {
|
|
1013
|
-
t = !1;
|
|
1014
|
-
},
|
|
1015
|
-
reset: () => {
|
|
1016
|
-
t = !0;
|
|
1017
|
-
},
|
|
1018
|
-
isReset: () => t
|
|
1019
|
-
};
|
|
1020
|
-
}
|
|
1021
|
-
var Ht = A.createContext(_t()), Kt = () => A.useContext(Ht);
|
|
1022
|
-
function Bt(t, e) {
|
|
1023
|
-
return typeof t == "function" ? t(...e) : !!t;
|
|
1024
|
-
}
|
|
1025
|
-
function Ye() {
|
|
1026
|
-
}
|
|
1027
|
-
var Gt = (t, e) => {
|
|
1028
|
-
(t.suspense || t.throwOnError || t.experimental_prefetchInRender) && (e.isReset() || (t.retryOnMount = !1));
|
|
1029
|
-
}, $t = (t) => {
|
|
1030
|
-
A.useEffect(() => {
|
|
1031
|
-
t.clearReset();
|
|
1032
|
-
}, [t]);
|
|
1033
|
-
}, zt = ({
|
|
1034
|
-
result: t,
|
|
1035
|
-
errorResetBoundary: e,
|
|
1036
|
-
throwOnError: s,
|
|
1037
|
-
query: r,
|
|
1038
|
-
suspense: i
|
|
1039
|
-
}) => t.isError && !e.isReset() && !t.isFetching && r && (i && t.data === void 0 || Bt(s, [t.error, r])), Jt = (t, e) => e.state.data === void 0, Vt = (t) => {
|
|
1040
|
-
const e = t.staleTime;
|
|
1041
|
-
t.suspense && (t.staleTime = typeof e == "function" ? (...s) => Math.max(e(...s), 1e3) : Math.max(e ?? 1e3, 1e3), typeof t.gcTime == "number" && (t.gcTime = Math.max(t.gcTime, 1e3)));
|
|
1042
|
-
}, Zt = (t, e) => t.isLoading && t.isFetching && !e, Wt = (t, e) => (t == null ? void 0 : t.suspense) && e.isPending, Xe = (t, e, s) => e.fetchOptimistic(t).catch(() => {
|
|
1043
|
-
s.clearReset();
|
|
1044
|
-
});
|
|
1045
|
-
function bt(t, e, s) {
|
|
1046
|
-
var c, p, y, E, h;
|
|
1047
|
-
if (process.env.NODE_ENV !== "production" && (typeof t != "object" || Array.isArray(t)))
|
|
1048
|
-
throw new Error(
|
|
1049
|
-
'Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object'
|
|
1050
|
-
);
|
|
1051
|
-
const r = pt(s), i = Nt(), a = Kt(), o = r.defaultQueryOptions(t);
|
|
1052
|
-
(p = (c = r.getDefaultOptions().queries) == null ? void 0 : c._experimental_beforeQuery) == null || p.call(
|
|
1053
|
-
c,
|
|
1054
|
-
o
|
|
1055
|
-
), o._optimisticResults = i ? "isRestoring" : "optimistic", Vt(o), Gt(o, a), $t(a);
|
|
1056
|
-
const u = !r.getQueryCache().get(o.queryHash), [l] = A.useState(
|
|
1057
|
-
() => new e(
|
|
1058
|
-
r,
|
|
1059
|
-
o
|
|
1060
|
-
)
|
|
1061
|
-
), f = l.getOptimisticResult(o), m = !i && t.subscribed !== !1;
|
|
1062
|
-
if (A.useSyncExternalStore(
|
|
1063
|
-
A.useCallback(
|
|
1064
|
-
(v) => {
|
|
1065
|
-
const C = m ? l.subscribe(Me.batchCalls(v)) : Ye;
|
|
1066
|
-
return l.updateResult(), C;
|
|
1067
|
-
},
|
|
1068
|
-
[l, m]
|
|
1069
|
-
),
|
|
1070
|
-
() => l.getCurrentResult(),
|
|
1071
|
-
() => l.getCurrentResult()
|
|
1072
|
-
), A.useEffect(() => {
|
|
1073
|
-
l.setOptions(o, { listeners: !1 });
|
|
1074
|
-
}, [o, l]), Wt(o, f))
|
|
1075
|
-
throw Xe(o, l, a);
|
|
1076
|
-
if (zt({
|
|
1077
|
-
result: f,
|
|
1078
|
-
errorResetBoundary: a,
|
|
1079
|
-
throwOnError: o.throwOnError,
|
|
1080
|
-
query: r.getQueryCache().get(o.queryHash),
|
|
1081
|
-
suspense: o.suspense
|
|
1082
|
-
}))
|
|
1083
|
-
throw f.error;
|
|
1084
|
-
if ((E = (y = r.getDefaultOptions().queries) == null ? void 0 : y._experimental_afterQuery) == null || E.call(
|
|
1085
|
-
y,
|
|
1086
|
-
o,
|
|
1087
|
-
f
|
|
1088
|
-
), o.experimental_prefetchInRender && !V && Zt(f, i)) {
|
|
1089
|
-
const v = u ? (
|
|
1090
|
-
// Fetch immediately on render in order to ensure `.promise` is resolved even if the component is unmounted
|
|
1091
|
-
Xe(o, l, a)
|
|
1092
|
-
) : (
|
|
1093
|
-
// subscribe to the "cache promise" so that we can finalize the currentThenable once data comes in
|
|
1094
|
-
(h = r.getQueryCache().get(o.queryHash)) == null ? void 0 : h.promise
|
|
1095
|
-
);
|
|
1096
|
-
v == null || v.catch(Ye).finally(() => {
|
|
1097
|
-
l.updateResult();
|
|
1098
|
-
});
|
|
1099
|
-
}
|
|
1100
|
-
return o.notifyOnChangeProps ? f : l.trackResult(f);
|
|
1101
|
-
}
|
|
1102
|
-
function Yt(t, e) {
|
|
1103
|
-
return bt(t, dt, e);
|
|
1104
|
-
}
|
|
1105
|
-
function Xt(t, e) {
|
|
1106
|
-
return process.env.NODE_ENV !== "production" && t.queryFn === pe && console.error("skipToken is not allowed for useSuspenseQuery"), bt(
|
|
1107
|
-
{
|
|
1108
|
-
...t,
|
|
1109
|
-
enabled: !0,
|
|
1110
|
-
suspense: !0,
|
|
1111
|
-
throwOnError: Jt,
|
|
1112
|
-
placeholderData: void 0
|
|
1113
|
-
},
|
|
1114
|
-
dt,
|
|
1115
|
-
e
|
|
1116
|
-
);
|
|
1117
|
-
}
|
|
1118
|
-
const Z = (...t) => {
|
|
1119
|
-
const e = t.filter((s) => !!s).map((s) => s.replace(/(^\/+|\/+$)/g, "")).join("/").replace(/(^\/+|\/+$)/g, "");
|
|
1120
|
-
return e ? `/${e}` : "/";
|
|
1121
|
-
}, mt = Object.freeze({
|
|
1122
|
-
API_IDENTITIES: ["api-identities"]
|
|
1123
|
-
}), Ss = () => {
|
|
1124
|
-
const t = pt();
|
|
1125
|
-
return {
|
|
1126
|
-
invalidateCache: async (e) => {
|
|
1127
|
-
await t.invalidateQueries({ queryKey: mt[e] });
|
|
1128
|
-
}
|
|
1129
|
-
};
|
|
1130
|
-
}, _e = (t, e) => {
|
|
1131
|
-
for (const s of t) {
|
|
1132
|
-
const r = He(s, e);
|
|
1133
|
-
if (r !== void 0) return r;
|
|
1134
|
-
}
|
|
1135
|
-
}, He = (t, e, s = []) => {
|
|
1136
|
-
const r = e(t, s);
|
|
1137
|
-
if (r !== void 0) return r;
|
|
1138
|
-
if (t.type === "category")
|
|
1139
|
-
for (const i of t.items) {
|
|
1140
|
-
const a = He(i, e, [
|
|
1141
|
-
...s,
|
|
1142
|
-
t
|
|
1143
|
-
]);
|
|
1144
|
-
if (a !== void 0) return a;
|
|
1145
|
-
}
|
|
1146
|
-
}, ws = () => {
|
|
1147
|
-
const t = ve(), s = gt().sidebar;
|
|
1148
|
-
return _e(s, (r) => {
|
|
1149
|
-
if (r.type === "doc" && Z(r.id) === t.pathname)
|
|
1150
|
-
return r;
|
|
1151
|
-
});
|
|
1152
|
-
}, Rs = (t) => {
|
|
1153
|
-
const e = ve();
|
|
1154
|
-
return He(t, (s) => {
|
|
1155
|
-
if (s.type === "category" && s.link && Z(s.link.id) === e.pathname || s.type === "doc" && Z(s.id) === e.pathname)
|
|
1156
|
-
return !0;
|
|
1157
|
-
});
|
|
1158
|
-
}, Cs = () => {
|
|
1159
|
-
const t = ve().pathname, s = gt().sidebar;
|
|
1160
|
-
let r, i, a = !1;
|
|
1161
|
-
return _e(s, (o) => {
|
|
1162
|
-
const u = o.type === "doc" ? Z(o.id) : o.type === "category" && o.link ? Z(o.link.id) : void 0;
|
|
1163
|
-
if (u) {
|
|
1164
|
-
if (a)
|
|
1165
|
-
return i = { label: o.label, id: u }, !0;
|
|
1166
|
-
t === u ? a = !0 : r = { label: o.label, id: u };
|
|
1167
|
-
}
|
|
1168
|
-
}), { prev: r, next: i };
|
|
1169
|
-
}, es = Et(
|
|
1170
|
-
void 0
|
|
1171
|
-
), Ke = () => {
|
|
1172
|
-
const t = Ot(es);
|
|
1173
|
-
if (!t)
|
|
1174
|
-
throw new Error("useZudoku must be used within a ZudokuProvider.");
|
|
1175
|
-
return t;
|
|
1176
|
-
}, Es = () => {
|
|
1177
|
-
const { getApiIdentities: t } = Ke();
|
|
1178
|
-
return Yt({
|
|
1179
|
-
queryFn: t,
|
|
1180
|
-
queryKey: [mt.API_IDENTITIES]
|
|
1181
|
-
});
|
|
1182
|
-
}, gt = () => {
|
|
1183
|
-
var c;
|
|
1184
|
-
const { getPluginSidebar: t, sidebars: e, topNavigation: s, options: r } = Ke(), i = ve(), a = us(), o = (c = r.protectedRoutes) == null ? void 0 : c.some(
|
|
1185
|
-
(p) => ze(p, i.pathname)
|
|
1186
|
-
), u = Object.entries(e).find(([, p]) => _e(p, (y) => {
|
|
1187
|
-
if ((y.type === "doc" ? Z(y.id) : y.type === "category" && y.link ? Z(y.link.id) : void 0) === i.pathname)
|
|
1188
|
-
return y;
|
|
1189
|
-
})), l = s.find((p) => p.id === (u == null ? void 0 : u[0])) ?? s.find((p) => ze(p.id, i.pathname)), { data: f } = Xt({
|
|
1190
|
-
queryFn: () => t(i.pathname),
|
|
1191
|
-
queryKey: ["plugin-sidebar", i.pathname]
|
|
1192
|
-
});
|
|
1193
|
-
return {
|
|
1194
|
-
sidebar: a.isAuthEnabled && !a.isAuthenticated && o ? [] : [...u ? u[1] : [], ...f],
|
|
1195
|
-
topNavItem: l
|
|
1196
|
-
};
|
|
1197
|
-
}, et = (t) => {
|
|
1198
|
-
let e;
|
|
1199
|
-
const s = /* @__PURE__ */ new Set(), r = (f, m) => {
|
|
1200
|
-
const c = typeof f == "function" ? f(e) : f;
|
|
1201
|
-
if (!Object.is(c, e)) {
|
|
1202
|
-
const p = e;
|
|
1203
|
-
e = m ?? (typeof c != "object" || c === null) ? c : Object.assign({}, e, c), s.forEach((y) => y(e, p));
|
|
1204
|
-
}
|
|
1205
|
-
}, i = () => e, u = { setState: r, getState: i, getInitialState: () => l, subscribe: (f) => (s.add(f), () => s.delete(f)) }, l = e = t(r, i, u);
|
|
1206
|
-
return u;
|
|
1207
|
-
}, ts = (t) => t ? et(t) : et, ss = (t) => t;
|
|
1208
|
-
function rs(t, e = ss) {
|
|
1209
|
-
const s = $e.useSyncExternalStore(
|
|
1210
|
-
t.subscribe,
|
|
1211
|
-
() => e(t.getState()),
|
|
1212
|
-
() => e(t.getInitialState())
|
|
1213
|
-
);
|
|
1214
|
-
return $e.useDebugValue(s), s;
|
|
1215
|
-
}
|
|
1216
|
-
const ns = (t) => {
|
|
1217
|
-
const e = ts(t), s = (r) => rs(e, r);
|
|
1218
|
-
return Object.assign(s, e), s;
|
|
1219
|
-
}, St = (t) => ns;
|
|
1220
|
-
function wt(t, e) {
|
|
1221
|
-
let s;
|
|
1222
|
-
try {
|
|
1223
|
-
s = t();
|
|
1224
|
-
} catch {
|
|
1225
|
-
return;
|
|
1226
|
-
}
|
|
1227
|
-
return {
|
|
1228
|
-
getItem: (i) => {
|
|
1229
|
-
var a;
|
|
1230
|
-
const o = (l) => l === null ? null : JSON.parse(l, void 0), u = (a = s.getItem(i)) != null ? a : null;
|
|
1231
|
-
return u instanceof Promise ? u.then(o) : o(u);
|
|
1232
|
-
},
|
|
1233
|
-
setItem: (i, a) => s.setItem(
|
|
1234
|
-
i,
|
|
1235
|
-
JSON.stringify(a, void 0)
|
|
1236
|
-
),
|
|
1237
|
-
removeItem: (i) => s.removeItem(i)
|
|
1238
|
-
};
|
|
1239
|
-
}
|
|
1240
|
-
const Ue = (t) => (e) => {
|
|
1241
|
-
try {
|
|
1242
|
-
const s = t(e);
|
|
1243
|
-
return s instanceof Promise ? s : {
|
|
1244
|
-
then(r) {
|
|
1245
|
-
return Ue(r)(s);
|
|
1246
|
-
},
|
|
1247
|
-
catch(r) {
|
|
1248
|
-
return this;
|
|
1249
|
-
}
|
|
1250
|
-
};
|
|
1251
|
-
} catch (s) {
|
|
1252
|
-
return {
|
|
1253
|
-
then(r) {
|
|
1254
|
-
return this;
|
|
1255
|
-
},
|
|
1256
|
-
catch(r) {
|
|
1257
|
-
return Ue(r)(s);
|
|
1258
|
-
}
|
|
1259
|
-
};
|
|
1260
|
-
}
|
|
1261
|
-
}, is = (t, e) => (s, r, i) => {
|
|
1262
|
-
let a = {
|
|
1263
|
-
storage: wt(() => localStorage),
|
|
1264
|
-
partialize: (h) => h,
|
|
1265
|
-
version: 0,
|
|
1266
|
-
merge: (h, v) => ({
|
|
1267
|
-
...v,
|
|
1268
|
-
...h
|
|
1269
|
-
}),
|
|
1270
|
-
...e
|
|
1271
|
-
}, o = !1;
|
|
1272
|
-
const u = /* @__PURE__ */ new Set(), l = /* @__PURE__ */ new Set();
|
|
1273
|
-
let f = a.storage;
|
|
1274
|
-
if (!f)
|
|
1275
|
-
return t(
|
|
1276
|
-
(...h) => {
|
|
1277
|
-
console.warn(
|
|
1278
|
-
`[zustand persist middleware] Unable to update item '${a.name}', the given storage is currently unavailable.`
|
|
1279
|
-
), s(...h);
|
|
1280
|
-
},
|
|
1281
|
-
r,
|
|
1282
|
-
i
|
|
1283
|
-
);
|
|
1284
|
-
const m = () => {
|
|
1285
|
-
const h = a.partialize({ ...r() });
|
|
1286
|
-
return f.setItem(a.name, {
|
|
1287
|
-
state: h,
|
|
1288
|
-
version: a.version
|
|
1289
|
-
});
|
|
1290
|
-
}, c = i.setState;
|
|
1291
|
-
i.setState = (h, v) => {
|
|
1292
|
-
c(h, v), m();
|
|
1293
|
-
};
|
|
1294
|
-
const p = t(
|
|
1295
|
-
(...h) => {
|
|
1296
|
-
s(...h), m();
|
|
1297
|
-
},
|
|
1298
|
-
r,
|
|
1299
|
-
i
|
|
1300
|
-
);
|
|
1301
|
-
i.getInitialState = () => p;
|
|
1302
|
-
let y;
|
|
1303
|
-
const E = () => {
|
|
1304
|
-
var h, v;
|
|
1305
|
-
if (!f) return;
|
|
1306
|
-
o = !1, u.forEach((R) => {
|
|
1307
|
-
var O;
|
|
1308
|
-
return R((O = r()) != null ? O : p);
|
|
1309
|
-
});
|
|
1310
|
-
const C = ((v = a.onRehydrateStorage) == null ? void 0 : v.call(a, (h = r()) != null ? h : p)) || void 0;
|
|
1311
|
-
return Ue(f.getItem.bind(f))(a.name).then((R) => {
|
|
1312
|
-
if (R)
|
|
1313
|
-
if (typeof R.version == "number" && R.version !== a.version) {
|
|
1314
|
-
if (a.migrate) {
|
|
1315
|
-
const O = a.migrate(
|
|
1316
|
-
R.state,
|
|
1317
|
-
R.version
|
|
1318
|
-
);
|
|
1319
|
-
return O instanceof Promise ? O.then((q) => [!0, q]) : [!0, O];
|
|
1320
|
-
}
|
|
1321
|
-
console.error(
|
|
1322
|
-
"State loaded from storage couldn't be migrated since no migrate function was provided"
|
|
1323
|
-
);
|
|
1324
|
-
} else
|
|
1325
|
-
return [!1, R.state];
|
|
1326
|
-
return [!1, void 0];
|
|
1327
|
-
}).then((R) => {
|
|
1328
|
-
var O;
|
|
1329
|
-
const [q, W] = R;
|
|
1330
|
-
if (y = a.merge(
|
|
1331
|
-
W,
|
|
1332
|
-
(O = r()) != null ? O : p
|
|
1333
|
-
), s(y, !0), q)
|
|
1334
|
-
return m();
|
|
1335
|
-
}).then(() => {
|
|
1336
|
-
C == null || C(y, void 0), y = r(), o = !0, l.forEach((R) => R(y));
|
|
1337
|
-
}).catch((R) => {
|
|
1338
|
-
C == null || C(void 0, R);
|
|
1339
|
-
});
|
|
1340
|
-
};
|
|
1341
|
-
return i.persist = {
|
|
1342
|
-
setOptions: (h) => {
|
|
1343
|
-
a = {
|
|
1344
|
-
...a,
|
|
1345
|
-
...h
|
|
1346
|
-
}, h.storage && (f = h.storage);
|
|
1347
|
-
},
|
|
1348
|
-
clearStorage: () => {
|
|
1349
|
-
f == null || f.removeItem(a.name);
|
|
1350
|
-
},
|
|
1351
|
-
getOptions: () => a,
|
|
1352
|
-
rehydrate: () => E(),
|
|
1353
|
-
hasHydrated: () => o,
|
|
1354
|
-
onHydrate: (h) => (u.add(h), () => {
|
|
1355
|
-
u.delete(h);
|
|
1356
|
-
}),
|
|
1357
|
-
onFinishHydration: (h) => (l.add(h), () => {
|
|
1358
|
-
l.delete(h);
|
|
1359
|
-
})
|
|
1360
|
-
}, a.skipHydration || E(), y || p;
|
|
1361
|
-
}, Rt = is, as = (t) => {
|
|
1362
|
-
const e = (s) => {
|
|
1363
|
-
s.key === t.persist.getOptions().name && s.newValue && t.persist.rehydrate();
|
|
1364
|
-
};
|
|
1365
|
-
return window.addEventListener("storage", e), () => {
|
|
1366
|
-
window.removeEventListener("storage", e);
|
|
1367
|
-
};
|
|
1368
|
-
}, Ct = St()(
|
|
1369
|
-
Rt(
|
|
1370
|
-
(t) => ({
|
|
1371
|
-
isAuthenticated: !1,
|
|
1372
|
-
isPending: !1,
|
|
1373
|
-
profile: null,
|
|
1374
|
-
providerData: null
|
|
1375
|
-
}),
|
|
1376
|
-
{
|
|
1377
|
-
name: "auth-state",
|
|
1378
|
-
storage: wt(() => localStorage)
|
|
1379
|
-
// partialize: (s) => ({ state: s }),
|
|
1380
|
-
}
|
|
1381
|
-
)
|
|
1382
|
-
);
|
|
1383
|
-
typeof window < "u" && as(Ct);
|
|
1384
|
-
const os = St()(
|
|
1385
|
-
Rt(
|
|
1386
|
-
(t) => ({
|
|
1387
|
-
selectedServer: void 0,
|
|
1388
|
-
setSelectedServer: (e) => t({ selectedServer: e })
|
|
1389
|
-
}),
|
|
1390
|
-
{ name: "zudoku-selected-server" }
|
|
1391
|
-
)
|
|
1392
|
-
), Os = (t) => {
|
|
1393
|
-
const { selectedServer: e, setSelectedServer: s } = os();
|
|
1394
|
-
return { selectedServer: It(
|
|
1395
|
-
() => {
|
|
1396
|
-
var i;
|
|
1397
|
-
return e && t.some((a) => a.url === e) ? e : ((i = t.at(0)) == null ? void 0 : i.url) ?? "";
|
|
1398
|
-
},
|
|
1399
|
-
[e, t]
|
|
1400
|
-
), setSelectedServer: s };
|
|
1401
|
-
}, us = () => {
|
|
1402
|
-
const { authentication: t } = Ke(), e = Ct(), s = typeof t < "u";
|
|
1403
|
-
return {
|
|
1404
|
-
isAuthEnabled: s,
|
|
1405
|
-
...e,
|
|
1406
|
-
login: async () => {
|
|
1407
|
-
if (!s)
|
|
1408
|
-
throw new Error("Authentication is not enabled.");
|
|
1409
|
-
await t.signIn();
|
|
1410
|
-
},
|
|
1411
|
-
logout: async () => {
|
|
1412
|
-
if (!s)
|
|
1413
|
-
throw new Error("Authentication is not enabled.");
|
|
1414
|
-
await t.signOut(), window.location.href = "/";
|
|
1415
|
-
}
|
|
1416
|
-
};
|
|
1417
|
-
};
|
|
1418
|
-
export {
|
|
1419
|
-
ut as A,
|
|
1420
|
-
ye as B,
|
|
1421
|
-
fs as C,
|
|
1422
|
-
Le as D,
|
|
1423
|
-
pe as E,
|
|
1424
|
-
gs as F,
|
|
1425
|
-
gt as G,
|
|
1426
|
-
_e as H,
|
|
1427
|
-
Ss as I,
|
|
1428
|
-
mt as J,
|
|
1429
|
-
ms as Q,
|
|
1430
|
-
Ut as R,
|
|
1431
|
-
qe as S,
|
|
1432
|
-
es as Z,
|
|
1433
|
-
Ke as a,
|
|
1434
|
-
Xt as b,
|
|
1435
|
-
xt as c,
|
|
1436
|
-
ws as d,
|
|
1437
|
-
Cs as e,
|
|
1438
|
-
pt as f,
|
|
1439
|
-
Ye as g,
|
|
1440
|
-
Re as h,
|
|
1441
|
-
Bt as i,
|
|
1442
|
-
Z as j,
|
|
1443
|
-
us as k,
|
|
1444
|
-
Rs as l,
|
|
1445
|
-
Yt as m,
|
|
1446
|
-
Me as n,
|
|
1447
|
-
Os as o,
|
|
1448
|
-
Es as p,
|
|
1449
|
-
Pt as q,
|
|
1450
|
-
ys as r,
|
|
1451
|
-
Ee as s,
|
|
1452
|
-
ps as t,
|
|
1453
|
-
Ct as u,
|
|
1454
|
-
Se as v,
|
|
1455
|
-
Dt as w,
|
|
1456
|
-
bs as x,
|
|
1457
|
-
vs as y,
|
|
1458
|
-
ot as z
|
|
1459
|
-
};
|
|
1460
|
-
//# sourceMappingURL=hook-4_6pQSo4.js.map
|