hanap-labs 6.0.2 → 6.1.0
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/chunks/{components-Dg-DWzSo.js → components-UHTWRLtV.js} +434 -423
- package/dist/chunks/{composables-DKVarDSV.js → composables-DYf63GnU.js} +731 -583
- package/dist/components/index.js +1 -1
- package/dist/composables/index.js +3 -3
- package/dist/index.js +2017 -2017
- package/dist/toolkit.css +1 -1
- package/dist/types/components/hl-input/HLInput.types.d.ts +1 -0
- package/dist/types/composables/index.d.ts +3 -1
- package/dist/types/composables/ui/themePresets.d.ts +12 -0
- package/dist/types/composables/ui/useTheme.d.ts +6 -1
- package/package.json +1 -1
|
@@ -17,8 +17,145 @@ var o = Object.create, s = Object.defineProperty, c = Object.getOwnPropertyDescr
|
|
|
17
17
|
}, h = (e, t, n) => (m(e, t, "default"), n && m(n, t, "default")), g = (e, t, n) => (n = e == null ? {} : o(u(e)), m(t || !e || !e.__esModule ? s(n, "default", {
|
|
18
18
|
value: e,
|
|
19
19
|
enumerable: !0
|
|
20
|
-
}) : n, e)), _ =
|
|
21
|
-
|
|
20
|
+
}) : n, e)), _ = [
|
|
21
|
+
{
|
|
22
|
+
name: "Default",
|
|
23
|
+
colors: {
|
|
24
|
+
primary: {
|
|
25
|
+
light: "#2563eb",
|
|
26
|
+
dark: "#60a5fa"
|
|
27
|
+
},
|
|
28
|
+
secondary: {
|
|
29
|
+
light: "#7c3aed",
|
|
30
|
+
dark: "#a78bfa"
|
|
31
|
+
},
|
|
32
|
+
tertiary: {
|
|
33
|
+
light: "#0891b2",
|
|
34
|
+
dark: "#22d3ee"
|
|
35
|
+
},
|
|
36
|
+
success: {
|
|
37
|
+
light: "#16a34a",
|
|
38
|
+
dark: "#4ade80"
|
|
39
|
+
},
|
|
40
|
+
danger: {
|
|
41
|
+
light: "#dc2626",
|
|
42
|
+
dark: "#f87171"
|
|
43
|
+
},
|
|
44
|
+
warning: {
|
|
45
|
+
light: "#d97706",
|
|
46
|
+
dark: "#fbbf24"
|
|
47
|
+
},
|
|
48
|
+
info: {
|
|
49
|
+
light: "#0284c7",
|
|
50
|
+
dark: "#38bdf8"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: "Ocean",
|
|
56
|
+
colors: {
|
|
57
|
+
primary: {
|
|
58
|
+
light: "#0ea5e9",
|
|
59
|
+
dark: "#38bdf8"
|
|
60
|
+
},
|
|
61
|
+
secondary: {
|
|
62
|
+
light: "#6366f1",
|
|
63
|
+
dark: "#818cf8"
|
|
64
|
+
},
|
|
65
|
+
tertiary: {
|
|
66
|
+
light: "#14b8a6",
|
|
67
|
+
dark: "#2dd4bf"
|
|
68
|
+
},
|
|
69
|
+
success: {
|
|
70
|
+
light: "#22c55e",
|
|
71
|
+
dark: "#4ade80"
|
|
72
|
+
},
|
|
73
|
+
danger: {
|
|
74
|
+
light: "#ef4444",
|
|
75
|
+
dark: "#f87171"
|
|
76
|
+
},
|
|
77
|
+
warning: {
|
|
78
|
+
light: "#f59e0b",
|
|
79
|
+
dark: "#fbbf24"
|
|
80
|
+
},
|
|
81
|
+
info: {
|
|
82
|
+
light: "#06b6d4",
|
|
83
|
+
dark: "#22d3ee"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: "Forest",
|
|
89
|
+
colors: {
|
|
90
|
+
primary: {
|
|
91
|
+
light: "#15803d",
|
|
92
|
+
dark: "#4ade80"
|
|
93
|
+
},
|
|
94
|
+
secondary: {
|
|
95
|
+
light: "#7c3aed",
|
|
96
|
+
dark: "#a78bfa"
|
|
97
|
+
},
|
|
98
|
+
tertiary: {
|
|
99
|
+
light: "#0d9488",
|
|
100
|
+
dark: "#2dd4bf"
|
|
101
|
+
},
|
|
102
|
+
success: {
|
|
103
|
+
light: "#16a34a",
|
|
104
|
+
dark: "#4ade80"
|
|
105
|
+
},
|
|
106
|
+
danger: {
|
|
107
|
+
light: "#dc2626",
|
|
108
|
+
dark: "#f87171"
|
|
109
|
+
},
|
|
110
|
+
warning: {
|
|
111
|
+
light: "#ca8a04",
|
|
112
|
+
dark: "#facc15"
|
|
113
|
+
},
|
|
114
|
+
info: {
|
|
115
|
+
light: "#0891b2",
|
|
116
|
+
dark: "#22d3ee"
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
name: "Sunset",
|
|
122
|
+
colors: {
|
|
123
|
+
primary: {
|
|
124
|
+
light: "#ea580c",
|
|
125
|
+
dark: "#fb923c"
|
|
126
|
+
},
|
|
127
|
+
secondary: {
|
|
128
|
+
light: "#db2777",
|
|
129
|
+
dark: "#f472b6"
|
|
130
|
+
},
|
|
131
|
+
tertiary: {
|
|
132
|
+
light: "#d97706",
|
|
133
|
+
dark: "#fbbf24"
|
|
134
|
+
},
|
|
135
|
+
success: {
|
|
136
|
+
light: "#16a34a",
|
|
137
|
+
dark: "#4ade80"
|
|
138
|
+
},
|
|
139
|
+
danger: {
|
|
140
|
+
light: "#dc2626",
|
|
141
|
+
dark: "#f87171"
|
|
142
|
+
},
|
|
143
|
+
warning: {
|
|
144
|
+
light: "#f59e0b",
|
|
145
|
+
dark: "#fbbf24"
|
|
146
|
+
},
|
|
147
|
+
info: {
|
|
148
|
+
light: "#0284c7",
|
|
149
|
+
dark: "#38bdf8"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
], v = "hanap-labs-theme", y = "hanap-labs-theme", b = "light", x = [
|
|
154
|
+
"light",
|
|
155
|
+
"dark",
|
|
156
|
+
"system"
|
|
157
|
+
], S = r(b), C = r(void 0), w = t(() => S.value === "system" ? k() === "dark" : S.value === "dark"), T = t(() => !w.value), E = !1;
|
|
158
|
+
function D(e) {
|
|
22
159
|
if (typeof document > "u") return null;
|
|
23
160
|
let t = `; ${document.cookie}`.split(`; ${e}=`);
|
|
24
161
|
if (t.length === 2) {
|
|
@@ -27,66 +164,77 @@ function T(e) {
|
|
|
27
164
|
}
|
|
28
165
|
return null;
|
|
29
166
|
}
|
|
30
|
-
function
|
|
167
|
+
function O(e, t, n = {}) {
|
|
31
168
|
if (typeof document > "u") return;
|
|
32
169
|
let { path: r = "/", domain: i, secure: a, sameSite: o = "lax", maxAge: s = 31536e3 } = n, c = `${encodeURIComponent(e)}=${encodeURIComponent(t)}`;
|
|
33
170
|
r && (c += `; path=${r}`), i && (c += `; domain=${i}`), a && (c += "; secure"), o && (c += `; samesite=${o}`), s !== void 0 && (c += `; max-age=${s}`), document.cookie = c;
|
|
34
171
|
}
|
|
35
|
-
function
|
|
36
|
-
return typeof window > "u" ?
|
|
172
|
+
function k() {
|
|
173
|
+
return typeof window > "u" ? b : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
|
|
37
174
|
}
|
|
38
|
-
function
|
|
175
|
+
function ee(e) {
|
|
39
176
|
if (typeof document > "u") return;
|
|
40
177
|
let t = document.documentElement;
|
|
41
|
-
t.classList.remove("light", "dark"), t.classList.add(e === "system" ?
|
|
178
|
+
t.classList.remove("light", "dark"), t.classList.add(e === "system" ? k() : e);
|
|
42
179
|
}
|
|
43
|
-
function
|
|
180
|
+
function te(e) {
|
|
181
|
+
if (typeof document > "u") return;
|
|
182
|
+
let t = document.documentElement, n = [
|
|
183
|
+
"primary",
|
|
184
|
+
"secondary",
|
|
185
|
+
"tertiary",
|
|
186
|
+
"success",
|
|
187
|
+
"danger",
|
|
188
|
+
"warning",
|
|
189
|
+
"info"
|
|
190
|
+
];
|
|
191
|
+
if (!e) {
|
|
192
|
+
for (let e of n) t.style.removeProperty(`--${e}`);
|
|
193
|
+
return;
|
|
194
|
+
}
|
|
195
|
+
let r = _.find((t) => t.name === e);
|
|
196
|
+
if (!r) return;
|
|
197
|
+
let i = w.value;
|
|
198
|
+
for (let e of n) {
|
|
199
|
+
let n = r.colors[e];
|
|
200
|
+
t.style.setProperty(`--${e}`, i ? n.dark : n.light);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
function ne(e) {
|
|
44
204
|
if (typeof window > "u") return null;
|
|
45
|
-
let { storageKey:
|
|
46
|
-
if (
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"light",
|
|
54
|
-
"dark",
|
|
55
|
-
"system"
|
|
56
|
-
].includes(r) ? r : null;
|
|
57
|
-
}
|
|
58
|
-
function ee() {
|
|
59
|
-
x || (x = !0, a(C, () => {
|
|
60
|
-
O(S.value);
|
|
205
|
+
let { storageKey: t = v, cookieKey: n = y } = e, r = D(n);
|
|
206
|
+
if (r && x.includes(r)) return r;
|
|
207
|
+
let i = typeof localStorage < "u" ? localStorage.getItem(t) : null;
|
|
208
|
+
return i && x.includes(i) ? i : null;
|
|
209
|
+
}
|
|
210
|
+
function re() {
|
|
211
|
+
E || (E = !0, a(w, () => {
|
|
212
|
+
ee(S.value), C.value && te(C.value);
|
|
61
213
|
}));
|
|
62
214
|
}
|
|
63
|
-
function
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
function ne(e = {}) {
|
|
72
|
-
b = e;
|
|
73
|
-
let t = k();
|
|
74
|
-
if (t) S.value = t;
|
|
75
|
-
else {
|
|
76
|
-
let { defaultMode: e = y } = b;
|
|
77
|
-
S.value = e;
|
|
78
|
-
}
|
|
79
|
-
return O(S.value), ee(), {
|
|
215
|
+
function ie(e = {}) {
|
|
216
|
+
let { defaultMode: t = b, preset: n, storageKey: r = v, cookieKey: i = y, cookieOptions: a } = e;
|
|
217
|
+
S.value = ne(e) ?? t, ee(S.value), re(), n && (C.value = n, te(n));
|
|
218
|
+
let o = (e) => {
|
|
219
|
+
S.value = e, typeof localStorage < "u" && localStorage.setItem(r, e), O(i, e, a);
|
|
220
|
+
};
|
|
221
|
+
return {
|
|
80
222
|
mode: S,
|
|
81
|
-
isDark:
|
|
82
|
-
isLight:
|
|
83
|
-
toggle:
|
|
84
|
-
|
|
223
|
+
isDark: w,
|
|
224
|
+
isLight: T,
|
|
225
|
+
toggle: () => {
|
|
226
|
+
S.value === "light" ? o("dark") : S.value === "dark" ? o("light") : o(k() === "light" ? "dark" : "light");
|
|
227
|
+
},
|
|
228
|
+
setMode: o,
|
|
229
|
+
preset: C,
|
|
230
|
+
setPreset: (e) => {
|
|
231
|
+
C.value = e, te(e);
|
|
232
|
+
}
|
|
85
233
|
};
|
|
86
234
|
}
|
|
87
235
|
//#endregion
|
|
88
236
|
//#region node_modules/@tanstack/query-core/build/modern/subscribable.js
|
|
89
|
-
var
|
|
237
|
+
var A = class {
|
|
90
238
|
constructor() {
|
|
91
239
|
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
92
240
|
}
|
|
@@ -100,7 +248,7 @@ var j = class {
|
|
|
100
248
|
}
|
|
101
249
|
onSubscribe() {}
|
|
102
250
|
onUnsubscribe() {}
|
|
103
|
-
},
|
|
251
|
+
}, ae = new class extends A {
|
|
104
252
|
#e;
|
|
105
253
|
#t;
|
|
106
254
|
#n;
|
|
@@ -137,13 +285,13 @@ var j = class {
|
|
|
137
285
|
isFocused() {
|
|
138
286
|
return typeof this.#e == "boolean" ? this.#e : globalThis.document?.visibilityState !== "hidden";
|
|
139
287
|
}
|
|
140
|
-
}(),
|
|
288
|
+
}(), oe = {
|
|
141
289
|
setTimeout: (e, t) => setTimeout(e, t),
|
|
142
290
|
clearTimeout: (e) => clearTimeout(e),
|
|
143
291
|
setInterval: (e, t) => setInterval(e, t),
|
|
144
292
|
clearInterval: (e) => clearInterval(e)
|
|
145
|
-
},
|
|
146
|
-
#e =
|
|
293
|
+
}, j = new class {
|
|
294
|
+
#e = oe;
|
|
147
295
|
#t = !1;
|
|
148
296
|
setTimeoutProvider(e) {
|
|
149
297
|
process.env.NODE_ENV !== "production" && this.#t && e !== this.#e && console.error("[timeoutManager]: Switching provider after calls to previous provider might result in unexpected behavior.", {
|
|
@@ -164,34 +312,34 @@ var j = class {
|
|
|
164
312
|
this.#e.clearInterval(e);
|
|
165
313
|
}
|
|
166
314
|
}();
|
|
167
|
-
function
|
|
315
|
+
function se(e) {
|
|
168
316
|
setTimeout(e, 0);
|
|
169
317
|
}
|
|
170
318
|
//#endregion
|
|
171
319
|
//#region node_modules/@tanstack/query-core/build/modern/utils.js
|
|
172
|
-
var
|
|
173
|
-
function
|
|
174
|
-
function
|
|
320
|
+
var ce = typeof window > "u" || "Deno" in globalThis;
|
|
321
|
+
function M() {}
|
|
322
|
+
function le(e, t) {
|
|
175
323
|
return typeof e == "function" ? e(t) : e;
|
|
176
324
|
}
|
|
177
|
-
function
|
|
325
|
+
function ue(e) {
|
|
178
326
|
return typeof e == "number" && e >= 0 && e !== Infinity;
|
|
179
327
|
}
|
|
180
|
-
function
|
|
328
|
+
function de(e, t) {
|
|
181
329
|
return Math.max(e + (t || 0) - Date.now(), 0);
|
|
182
330
|
}
|
|
183
|
-
function
|
|
331
|
+
function N(e, t) {
|
|
184
332
|
return typeof e == "function" ? e(t) : e;
|
|
185
333
|
}
|
|
186
|
-
function
|
|
334
|
+
function P(e, t) {
|
|
187
335
|
return typeof e == "function" ? e(t) : e;
|
|
188
336
|
}
|
|
189
|
-
function
|
|
337
|
+
function fe(e, t) {
|
|
190
338
|
let { type: n = "all", exact: r, fetchStatus: i, predicate: a, queryKey: o, stale: s } = e;
|
|
191
339
|
if (o) {
|
|
192
340
|
if (r) {
|
|
193
|
-
if (t.queryHash !==
|
|
194
|
-
} else if (!
|
|
341
|
+
if (t.queryHash !== me(o, t.options)) return !1;
|
|
342
|
+
} else if (!I(t.queryKey, o)) return !1;
|
|
195
343
|
}
|
|
196
344
|
if (n !== "all") {
|
|
197
345
|
let e = t.isActive();
|
|
@@ -199,98 +347,98 @@ function ue(e, t) {
|
|
|
199
347
|
}
|
|
200
348
|
return !(typeof s == "boolean" && t.isStale() !== s || i && i !== t.state.fetchStatus || a && !a(t));
|
|
201
349
|
}
|
|
202
|
-
function
|
|
350
|
+
function pe(e, t) {
|
|
203
351
|
let { exact: n, status: r, predicate: i, mutationKey: a } = e;
|
|
204
352
|
if (a) {
|
|
205
353
|
if (!t.options.mutationKey) return !1;
|
|
206
354
|
if (n) {
|
|
207
|
-
if (
|
|
208
|
-
} else if (!
|
|
355
|
+
if (F(t.options.mutationKey) !== F(a)) return !1;
|
|
356
|
+
} else if (!I(t.options.mutationKey, a)) return !1;
|
|
209
357
|
}
|
|
210
358
|
return !(r && t.state.status !== r || i && !i(t));
|
|
211
359
|
}
|
|
212
|
-
function
|
|
213
|
-
return (t?.queryKeyHashFn ||
|
|
360
|
+
function me(e, t) {
|
|
361
|
+
return (t?.queryKeyHashFn || F)(e);
|
|
214
362
|
}
|
|
215
|
-
function
|
|
216
|
-
return JSON.stringify(e, (e, t) =>
|
|
363
|
+
function F(e) {
|
|
364
|
+
return JSON.stringify(e, (e, t) => ye(t) ? Object.keys(t).sort().reduce((e, n) => (e[n] = t[n], e), {}) : t);
|
|
217
365
|
}
|
|
218
|
-
function
|
|
219
|
-
return e === t ? !0 : typeof e == typeof t && e && t && typeof e == "object" && typeof t == "object" ? Object.keys(t).every((n) =>
|
|
366
|
+
function I(e, t) {
|
|
367
|
+
return e === t ? !0 : typeof e == typeof t && e && t && typeof e == "object" && typeof t == "object" ? Object.keys(t).every((n) => I(e[n], t[n])) : !1;
|
|
220
368
|
}
|
|
221
|
-
var
|
|
222
|
-
function
|
|
369
|
+
var he = Object.prototype.hasOwnProperty;
|
|
370
|
+
function ge(e, t, n = 0) {
|
|
223
371
|
if (e === t) return e;
|
|
224
372
|
if (n > 500) return t;
|
|
225
|
-
let r =
|
|
226
|
-
if (!r && !(
|
|
373
|
+
let r = ve(e) && ve(t);
|
|
374
|
+
if (!r && !(ye(e) && ye(t))) return t;
|
|
227
375
|
let i = (r ? e : Object.keys(e)).length, a = r ? t : Object.keys(t), o = a.length, s = r ? Array(o) : {}, c = 0;
|
|
228
376
|
for (let l = 0; l < o; l++) {
|
|
229
377
|
let o = r ? l : a[l], u = e[o], d = t[o];
|
|
230
378
|
if (u === d) {
|
|
231
|
-
s[o] = u, (r ? l < i :
|
|
379
|
+
s[o] = u, (r ? l < i : he.call(e, o)) && c++;
|
|
232
380
|
continue;
|
|
233
381
|
}
|
|
234
382
|
if (u === null || d === null || typeof u != "object" || typeof d != "object") {
|
|
235
383
|
s[o] = d;
|
|
236
384
|
continue;
|
|
237
385
|
}
|
|
238
|
-
let f =
|
|
386
|
+
let f = ge(u, d, n + 1);
|
|
239
387
|
s[o] = f, f === u && c++;
|
|
240
388
|
}
|
|
241
389
|
return i === o && c === i ? e : s;
|
|
242
390
|
}
|
|
243
|
-
function
|
|
391
|
+
function _e(e, t) {
|
|
244
392
|
if (!t || Object.keys(e).length !== Object.keys(t).length) return !1;
|
|
245
393
|
for (let n in e) if (e[n] !== t[n]) return !1;
|
|
246
394
|
return !0;
|
|
247
395
|
}
|
|
248
|
-
function
|
|
396
|
+
function ve(e) {
|
|
249
397
|
return Array.isArray(e) && e.length === Object.keys(e).length;
|
|
250
398
|
}
|
|
251
|
-
function
|
|
252
|
-
if (!
|
|
399
|
+
function ye(e) {
|
|
400
|
+
if (!be(e)) return !1;
|
|
253
401
|
let t = e.constructor;
|
|
254
402
|
if (t === void 0) return !0;
|
|
255
403
|
let n = t.prototype;
|
|
256
|
-
return !(!
|
|
404
|
+
return !(!be(n) || !n.hasOwnProperty("isPrototypeOf") || Object.getPrototypeOf(e) !== Object.prototype);
|
|
257
405
|
}
|
|
258
|
-
function
|
|
406
|
+
function be(e) {
|
|
259
407
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
260
408
|
}
|
|
261
|
-
function
|
|
409
|
+
function xe(e) {
|
|
262
410
|
return new Promise((t) => {
|
|
263
|
-
|
|
411
|
+
j.setTimeout(t, e);
|
|
264
412
|
});
|
|
265
413
|
}
|
|
266
|
-
function
|
|
414
|
+
function Se(e, t, n) {
|
|
267
415
|
if (typeof n.structuralSharing == "function") return n.structuralSharing(e, t);
|
|
268
416
|
if (n.structuralSharing !== !1) {
|
|
269
417
|
if (process.env.NODE_ENV !== "production") try {
|
|
270
|
-
return
|
|
418
|
+
return ge(e, t);
|
|
271
419
|
} catch (e) {
|
|
272
420
|
throw console.error(`Structural sharing requires data to be JSON serializable. To fix this, turn off structuralSharing or return JSON-serializable data from your queryFn. [${n.queryHash}]: ${e}`), e;
|
|
273
421
|
}
|
|
274
|
-
return
|
|
422
|
+
return ge(e, t);
|
|
275
423
|
}
|
|
276
424
|
return t;
|
|
277
425
|
}
|
|
278
|
-
function
|
|
426
|
+
function Ce(e, t, n = 0) {
|
|
279
427
|
let r = [...e, t];
|
|
280
428
|
return n && r.length > n ? r.slice(1) : r;
|
|
281
429
|
}
|
|
282
|
-
function
|
|
430
|
+
function we(e, t, n = 0) {
|
|
283
431
|
let r = [t, ...e];
|
|
284
432
|
return n && r.length > n ? r.slice(0, -1) : r;
|
|
285
433
|
}
|
|
286
|
-
var
|
|
287
|
-
function
|
|
288
|
-
return process.env.NODE_ENV !== "production" && e.queryFn ===
|
|
434
|
+
var L = /* @__PURE__ */ Symbol();
|
|
435
|
+
function Te(e, t) {
|
|
436
|
+
return process.env.NODE_ENV !== "production" && e.queryFn === L && console.error(`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`), !e.queryFn && t?.initialPromise ? () => t.initialPromise : !e.queryFn || e.queryFn === L ? () => Promise.reject(/* @__PURE__ */ Error(`Missing queryFn: '${e.queryHash}'`)) : e.queryFn;
|
|
289
437
|
}
|
|
290
|
-
function
|
|
438
|
+
function Ee(e, t) {
|
|
291
439
|
return typeof e == "function" ? e(...t) : !!e;
|
|
292
440
|
}
|
|
293
|
-
function
|
|
441
|
+
function De(e, t, n) {
|
|
294
442
|
let r = !1, i;
|
|
295
443
|
return Object.defineProperty(e, "signal", {
|
|
296
444
|
enumerable: !0,
|
|
@@ -299,8 +447,8 @@ function Te(e, t, n) {
|
|
|
299
447
|
}
|
|
300
448
|
//#endregion
|
|
301
449
|
//#region node_modules/@tanstack/query-core/build/modern/environmentManager.js
|
|
302
|
-
var
|
|
303
|
-
let e = () =>
|
|
450
|
+
var R = /* @__PURE__ */ (() => {
|
|
451
|
+
let e = () => ce;
|
|
304
452
|
return {
|
|
305
453
|
isServer() {
|
|
306
454
|
return e();
|
|
@@ -312,7 +460,7 @@ var z = /* @__PURE__ */ (() => {
|
|
|
312
460
|
})();
|
|
313
461
|
//#endregion
|
|
314
462
|
//#region node_modules/@tanstack/query-core/build/modern/thenable.js
|
|
315
|
-
function
|
|
463
|
+
function Oe() {
|
|
316
464
|
let e, t, n = new Promise((n, r) => {
|
|
317
465
|
e = n, t = r;
|
|
318
466
|
});
|
|
@@ -334,13 +482,13 @@ function Ee() {
|
|
|
334
482
|
}
|
|
335
483
|
//#endregion
|
|
336
484
|
//#region node_modules/@tanstack/query-core/build/modern/notifyManager.js
|
|
337
|
-
var
|
|
338
|
-
function
|
|
485
|
+
var ke = se;
|
|
486
|
+
function Ae() {
|
|
339
487
|
let e = [], t = 0, n = (e) => {
|
|
340
488
|
e();
|
|
341
489
|
}, r = (e) => {
|
|
342
490
|
e();
|
|
343
|
-
}, i =
|
|
491
|
+
}, i = ke, a = (r) => {
|
|
344
492
|
t ? e.push(r) : i(() => {
|
|
345
493
|
n(r);
|
|
346
494
|
});
|
|
@@ -382,7 +530,7 @@ function Oe() {
|
|
|
382
530
|
}
|
|
383
531
|
};
|
|
384
532
|
}
|
|
385
|
-
var
|
|
533
|
+
var z = Ae(), B = new class extends A {
|
|
386
534
|
#e = !0;
|
|
387
535
|
#t;
|
|
388
536
|
#n;
|
|
@@ -416,28 +564,28 @@ var B = Oe(), V = new class extends j {
|
|
|
416
564
|
}();
|
|
417
565
|
//#endregion
|
|
418
566
|
//#region node_modules/@tanstack/query-core/build/modern/retryer.js
|
|
419
|
-
function
|
|
567
|
+
function je(e) {
|
|
420
568
|
return Math.min(1e3 * 2 ** e, 3e4);
|
|
421
569
|
}
|
|
422
|
-
function
|
|
423
|
-
return (e ?? "online") === "online" ?
|
|
570
|
+
function Me(e) {
|
|
571
|
+
return (e ?? "online") === "online" ? B.isOnline() : !0;
|
|
424
572
|
}
|
|
425
|
-
var
|
|
573
|
+
var Ne = class extends Error {
|
|
426
574
|
constructor(e) {
|
|
427
575
|
super("CancelledError"), this.revert = e?.revert, this.silent = e?.silent;
|
|
428
576
|
}
|
|
429
577
|
};
|
|
430
|
-
function
|
|
431
|
-
let t = !1, n = 0, r, i =
|
|
578
|
+
function Pe(e) {
|
|
579
|
+
let t = !1, n = 0, r, i = Oe(), a = () => i.status !== "pending", o = (t) => {
|
|
432
580
|
if (!a()) {
|
|
433
|
-
let n = new
|
|
581
|
+
let n = new Ne(t);
|
|
434
582
|
f(n), e.onCancel?.(n);
|
|
435
583
|
}
|
|
436
584
|
}, s = () => {
|
|
437
585
|
t = !0;
|
|
438
586
|
}, c = () => {
|
|
439
587
|
t = !1;
|
|
440
|
-
}, l = () =>
|
|
588
|
+
}, l = () => ae.isFocused() && (e.networkMode === "always" || B.isOnline()) && e.canRun(), u = () => Me(e.networkMode) && e.canRun(), d = (e) => {
|
|
441
589
|
a() || (r?.(), i.resolve(e));
|
|
442
590
|
}, f = (e) => {
|
|
443
591
|
a() || (r?.(), i.reject(e));
|
|
@@ -457,12 +605,12 @@ function Me(e) {
|
|
|
457
605
|
}
|
|
458
606
|
Promise.resolve(r).then(d).catch((r) => {
|
|
459
607
|
if (a()) return;
|
|
460
|
-
let i = e.retry ?? (
|
|
608
|
+
let i = e.retry ?? (R.isServer() ? 0 : 3), o = e.retryDelay ?? je, s = typeof o == "function" ? o(n, r) : o, c = i === !0 || typeof i == "number" && n < i || typeof i == "function" && i(n, r);
|
|
461
609
|
if (t || !c) {
|
|
462
610
|
f(r);
|
|
463
611
|
return;
|
|
464
612
|
}
|
|
465
|
-
n++, e.onFail?.(n, r),
|
|
613
|
+
n++, e.onFail?.(n, r), xe(s).then(() => l() ? void 0 : p()).then(() => {
|
|
466
614
|
t ? f(r) : m();
|
|
467
615
|
});
|
|
468
616
|
});
|
|
@@ -480,34 +628,34 @@ function Me(e) {
|
|
|
480
628
|
}
|
|
481
629
|
//#endregion
|
|
482
630
|
//#region node_modules/@tanstack/query-core/build/modern/removable.js
|
|
483
|
-
var
|
|
631
|
+
var Fe = class {
|
|
484
632
|
#e;
|
|
485
633
|
destroy() {
|
|
486
634
|
this.clearGcTimeout();
|
|
487
635
|
}
|
|
488
636
|
scheduleGc() {
|
|
489
|
-
this.clearGcTimeout(),
|
|
637
|
+
this.clearGcTimeout(), ue(this.gcTime) && (this.#e = j.setTimeout(() => {
|
|
490
638
|
this.optionalRemove();
|
|
491
639
|
}, this.gcTime));
|
|
492
640
|
}
|
|
493
641
|
updateGcTime(e) {
|
|
494
|
-
this.gcTime = Math.max(this.gcTime || 0, e ?? (
|
|
642
|
+
this.gcTime = Math.max(this.gcTime || 0, e ?? (R.isServer() ? Infinity : 300 * 1e3));
|
|
495
643
|
}
|
|
496
644
|
clearGcTimeout() {
|
|
497
|
-
this.#e !== void 0 && (
|
|
645
|
+
this.#e !== void 0 && (j.clearTimeout(this.#e), this.#e = void 0);
|
|
498
646
|
}
|
|
499
647
|
};
|
|
500
648
|
//#endregion
|
|
501
649
|
//#region node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js
|
|
502
|
-
function
|
|
650
|
+
function Ie(e) {
|
|
503
651
|
return { onFetch: (t, n) => {
|
|
504
652
|
let r = t.options, i = t.fetchOptions?.meta?.fetchMore?.direction, a = t.state.data?.pages || [], o = t.state.data?.pageParams || [], s = {
|
|
505
653
|
pages: [],
|
|
506
654
|
pageParams: []
|
|
507
655
|
}, c = 0, l = async () => {
|
|
508
656
|
let n = !1, l = (e) => {
|
|
509
|
-
|
|
510
|
-
}, u =
|
|
657
|
+
De(e, () => t.signal, () => n = !0);
|
|
658
|
+
}, u = Te(t.options, t.fetchOptions), d = async (e, r, i) => {
|
|
511
659
|
if (n) return Promise.reject(t.signal.reason);
|
|
512
660
|
if (r == null && e.pages.length) return Promise.resolve(e);
|
|
513
661
|
let a = await u((() => {
|
|
@@ -519,14 +667,14 @@ function Pe(e) {
|
|
|
519
667
|
meta: t.options.meta
|
|
520
668
|
};
|
|
521
669
|
return l(e), e;
|
|
522
|
-
})()), { maxPages: o } = t.options, s = i ?
|
|
670
|
+
})()), { maxPages: o } = t.options, s = i ? we : Ce;
|
|
523
671
|
return {
|
|
524
672
|
pages: s(e.pages, a, o),
|
|
525
673
|
pageParams: s(e.pageParams, r, o)
|
|
526
674
|
};
|
|
527
675
|
};
|
|
528
676
|
if (i && a.length) {
|
|
529
|
-
let e = i === "backward", t = e ?
|
|
677
|
+
let e = i === "backward", t = e ? Re : Le, n = {
|
|
530
678
|
pages: a,
|
|
531
679
|
pageParams: o
|
|
532
680
|
};
|
|
@@ -534,7 +682,7 @@ function Pe(e) {
|
|
|
534
682
|
} else {
|
|
535
683
|
let t = e ?? a.length;
|
|
536
684
|
do {
|
|
537
|
-
let e = c === 0 ? o[0] ?? r.initialPageParam :
|
|
685
|
+
let e = c === 0 ? o[0] ?? r.initialPageParam : Le(r, s);
|
|
538
686
|
if (c > 0 && e == null) break;
|
|
539
687
|
s = await d(s, e), c++;
|
|
540
688
|
} while (c < t);
|
|
@@ -549,16 +697,16 @@ function Pe(e) {
|
|
|
549
697
|
}, n) : t.fetchFn = l;
|
|
550
698
|
} };
|
|
551
699
|
}
|
|
552
|
-
function
|
|
700
|
+
function Le(e, { pages: t, pageParams: n }) {
|
|
553
701
|
let r = t.length - 1;
|
|
554
702
|
return t.length > 0 ? e.getNextPageParam(t[r], t, n[r], n) : void 0;
|
|
555
703
|
}
|
|
556
|
-
function
|
|
704
|
+
function Re(e, { pages: t, pageParams: n }) {
|
|
557
705
|
return t.length > 0 ? e.getPreviousPageParam?.(t[0], t, n[0], n) : void 0;
|
|
558
706
|
}
|
|
559
707
|
//#endregion
|
|
560
708
|
//#region node_modules/@tanstack/query-core/build/modern/query.js
|
|
561
|
-
var
|
|
709
|
+
var ze = class extends Fe {
|
|
562
710
|
#e;
|
|
563
711
|
#t;
|
|
564
712
|
#n;
|
|
@@ -568,7 +716,7 @@ var Le = class extends Ne {
|
|
|
568
716
|
#o;
|
|
569
717
|
#s;
|
|
570
718
|
constructor(e) {
|
|
571
|
-
super(), this.#s = !1, this.#o = e.defaultOptions, this.setOptions(e.options), this.observers = [], this.#i = e.client, this.#r = this.#i.getQueryCache(), this.queryKey = e.queryKey, this.queryHash = e.queryHash, this.#t =
|
|
719
|
+
super(), this.#s = !1, this.#o = e.defaultOptions, this.setOptions(e.options), this.observers = [], this.#i = e.client, this.#r = this.#i.getQueryCache(), this.queryKey = e.queryKey, this.queryHash = e.queryHash, this.#t = He(this.options), this.state = e.state ?? this.#t, this.scheduleGc();
|
|
572
720
|
}
|
|
573
721
|
get meta() {
|
|
574
722
|
return this.options.meta;
|
|
@@ -584,15 +732,15 @@ var Le = class extends Ne {
|
|
|
584
732
|
...this.#o,
|
|
585
733
|
...e
|
|
586
734
|
}, e?._type && (this.#e = e._type), this.updateGcTime(this.options.gcTime), this.state && this.state.data === void 0) {
|
|
587
|
-
let e =
|
|
588
|
-
e.data !== void 0 && (this.setState(
|
|
735
|
+
let e = He(this.options);
|
|
736
|
+
e.data !== void 0 && (this.setState(Ve(e.data, e.dataUpdatedAt)), this.#t = e);
|
|
589
737
|
}
|
|
590
738
|
}
|
|
591
739
|
optionalRemove() {
|
|
592
740
|
!this.observers.length && this.state.fetchStatus === "idle" && this.#r.remove(this);
|
|
593
741
|
}
|
|
594
742
|
setData(e, t) {
|
|
595
|
-
let n =
|
|
743
|
+
let n = Se(this.state.data, e, this.options);
|
|
596
744
|
return this.#l({
|
|
597
745
|
data: n,
|
|
598
746
|
type: "success",
|
|
@@ -608,7 +756,7 @@ var Le = class extends Ne {
|
|
|
608
756
|
}
|
|
609
757
|
cancel(e) {
|
|
610
758
|
let t = this.#a?.promise;
|
|
611
|
-
return this.#a?.cancel(e), t ? t.then(
|
|
759
|
+
return this.#a?.cancel(e), t ? t.then(M).catch(M) : Promise.resolve();
|
|
612
760
|
}
|
|
613
761
|
destroy() {
|
|
614
762
|
super.destroy(), this.cancel({ silent: !0 });
|
|
@@ -620,22 +768,22 @@ var Le = class extends Ne {
|
|
|
620
768
|
this.destroy(), this.setState(this.resetState);
|
|
621
769
|
}
|
|
622
770
|
isActive() {
|
|
623
|
-
return this.observers.some((e) =>
|
|
771
|
+
return this.observers.some((e) => P(e.options.enabled, this) !== !1);
|
|
624
772
|
}
|
|
625
773
|
isDisabled() {
|
|
626
|
-
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn ===
|
|
774
|
+
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === L || !this.isFetched();
|
|
627
775
|
}
|
|
628
776
|
isFetched() {
|
|
629
777
|
return this.state.dataUpdateCount + this.state.errorUpdateCount > 0;
|
|
630
778
|
}
|
|
631
779
|
isStatic() {
|
|
632
|
-
return this.getObserversCount() > 0 ? this.observers.some((e) =>
|
|
780
|
+
return this.getObserversCount() > 0 ? this.observers.some((e) => N(e.options.staleTime, this) === "static") : !1;
|
|
633
781
|
}
|
|
634
782
|
isStale() {
|
|
635
783
|
return this.getObserversCount() > 0 ? this.observers.some((e) => e.getCurrentResult().isStale) : this.state.data === void 0 || this.state.isInvalidated;
|
|
636
784
|
}
|
|
637
785
|
isStaleByTime(e = 0) {
|
|
638
|
-
return this.state.data === void 0 ? !0 : e === "static" ? !1 : this.state.isInvalidated ? !0 : !
|
|
786
|
+
return this.state.data === void 0 ? !0 : e === "static" ? !1 : this.state.isInvalidated ? !0 : !de(this.state.dataUpdatedAt, e);
|
|
639
787
|
}
|
|
640
788
|
onFocus() {
|
|
641
789
|
this.observers.find((e) => e.shouldFetchOnWindowFocus())?.refetch({ cancelRefetch: !1 }), this.#a?.continue();
|
|
@@ -682,7 +830,7 @@ var Le = class extends Ne {
|
|
|
682
830
|
get: () => (this.#s = !0, n.signal)
|
|
683
831
|
});
|
|
684
832
|
}, i = () => {
|
|
685
|
-
let e =
|
|
833
|
+
let e = Te(this.options, t), n = (() => {
|
|
686
834
|
let e = {
|
|
687
835
|
client: this.#i,
|
|
688
836
|
queryKey: this.queryKey,
|
|
@@ -702,14 +850,14 @@ var Le = class extends Ne {
|
|
|
702
850
|
};
|
|
703
851
|
return r(e), e;
|
|
704
852
|
})();
|
|
705
|
-
(this.#e === "infinite" ?
|
|
853
|
+
(this.#e === "infinite" ? Ie(this.options.pages) : this.options.behavior)?.onFetch(a, this), this.#n = this.state, (this.state.fetchStatus === "idle" || this.state.fetchMeta !== a.fetchOptions?.meta) && this.#l({
|
|
706
854
|
type: "fetch",
|
|
707
855
|
meta: a.fetchOptions?.meta
|
|
708
|
-
}), this.#a =
|
|
856
|
+
}), this.#a = Pe({
|
|
709
857
|
initialPromise: t?.initialPromise,
|
|
710
858
|
fn: a.fetchFn,
|
|
711
859
|
onCancel: (e) => {
|
|
712
|
-
e instanceof
|
|
860
|
+
e instanceof Ne && e.revert && this.setState({
|
|
713
861
|
...this.#n,
|
|
714
862
|
fetchStatus: "idle"
|
|
715
863
|
}), n.abort();
|
|
@@ -737,7 +885,7 @@ var Le = class extends Ne {
|
|
|
737
885
|
if (e === void 0) throw process.env.NODE_ENV !== "production" && console.error(`Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: ${this.queryHash}`), Error(`${this.queryHash} data is undefined`);
|
|
738
886
|
return this.setData(e), this.#r.config.onSuccess?.(e, this), this.#r.config.onSettled?.(e, this.state.error, this), e;
|
|
739
887
|
} catch (e) {
|
|
740
|
-
if (e instanceof
|
|
888
|
+
if (e instanceof Ne) {
|
|
741
889
|
if (e.silent) return this.#a.promise;
|
|
742
890
|
if (e.revert) {
|
|
743
891
|
if (this.state.data === void 0) throw e;
|
|
@@ -770,13 +918,13 @@ var Le = class extends Ne {
|
|
|
770
918
|
};
|
|
771
919
|
case "fetch": return {
|
|
772
920
|
...t,
|
|
773
|
-
...
|
|
921
|
+
...Be(t.data, this.options),
|
|
774
922
|
fetchMeta: e.meta ?? null
|
|
775
923
|
};
|
|
776
924
|
case "success":
|
|
777
925
|
let n = {
|
|
778
926
|
...t,
|
|
779
|
-
...
|
|
927
|
+
...Ve(e.data, e.dataUpdatedAt),
|
|
780
928
|
dataUpdateCount: t.dataUpdateCount + 1,
|
|
781
929
|
...!e.manual && {
|
|
782
930
|
fetchStatus: "idle",
|
|
@@ -808,7 +956,7 @@ var Le = class extends Ne {
|
|
|
808
956
|
};
|
|
809
957
|
}
|
|
810
958
|
};
|
|
811
|
-
this.state = t(this.state),
|
|
959
|
+
this.state = t(this.state), z.batch(() => {
|
|
812
960
|
this.observers.forEach((e) => {
|
|
813
961
|
e.onQueryUpdate();
|
|
814
962
|
}), this.#r.notify({
|
|
@@ -819,18 +967,18 @@ var Le = class extends Ne {
|
|
|
819
967
|
});
|
|
820
968
|
}
|
|
821
969
|
};
|
|
822
|
-
function
|
|
970
|
+
function Be(e, t) {
|
|
823
971
|
return {
|
|
824
972
|
fetchFailureCount: 0,
|
|
825
973
|
fetchFailureReason: null,
|
|
826
|
-
fetchStatus:
|
|
974
|
+
fetchStatus: Me(t.networkMode) ? "fetching" : "paused",
|
|
827
975
|
...e === void 0 && {
|
|
828
976
|
error: null,
|
|
829
977
|
status: "pending"
|
|
830
978
|
}
|
|
831
979
|
};
|
|
832
980
|
}
|
|
833
|
-
function
|
|
981
|
+
function Ve(e, t) {
|
|
834
982
|
return {
|
|
835
983
|
data: e,
|
|
836
984
|
dataUpdatedAt: t ?? Date.now(),
|
|
@@ -839,7 +987,7 @@ function ze(e, t) {
|
|
|
839
987
|
status: "success"
|
|
840
988
|
};
|
|
841
989
|
}
|
|
842
|
-
function
|
|
990
|
+
function He(e) {
|
|
843
991
|
let t = typeof e.initialData == "function" ? e.initialData() : e.initialData, n = t !== void 0, r = n ? typeof e.initialDataUpdatedAt == "function" ? e.initialDataUpdatedAt() : e.initialDataUpdatedAt : 0;
|
|
844
992
|
return {
|
|
845
993
|
data: t,
|
|
@@ -858,9 +1006,9 @@ function Be(e) {
|
|
|
858
1006
|
}
|
|
859
1007
|
//#endregion
|
|
860
1008
|
//#region node_modules/@tanstack/query-core/build/modern/queryObserver.js
|
|
861
|
-
var
|
|
1009
|
+
var Ue = class extends A {
|
|
862
1010
|
constructor(e, t) {
|
|
863
|
-
super(), this.options = t, this.#e = e, this.#s = null, this.#o =
|
|
1011
|
+
super(), this.options = t, this.#e = e, this.#s = null, this.#o = Oe(), this.bindMethods(), this.setOptions(t);
|
|
864
1012
|
}
|
|
865
1013
|
#e;
|
|
866
1014
|
#t = void 0;
|
|
@@ -881,36 +1029,36 @@ var Ve = class extends j {
|
|
|
881
1029
|
this.refetch = this.refetch.bind(this);
|
|
882
1030
|
}
|
|
883
1031
|
onSubscribe() {
|
|
884
|
-
this.listeners.size === 1 && (this.#t.addObserver(this),
|
|
1032
|
+
this.listeners.size === 1 && (this.#t.addObserver(this), Ge(this.#t, this.options) ? this.#h() : this.updateResult(), this.#y());
|
|
885
1033
|
}
|
|
886
1034
|
onUnsubscribe() {
|
|
887
1035
|
this.hasListeners() || this.destroy();
|
|
888
1036
|
}
|
|
889
1037
|
shouldFetchOnReconnect() {
|
|
890
|
-
return
|
|
1038
|
+
return Ke(this.#t, this.options, this.options.refetchOnReconnect);
|
|
891
1039
|
}
|
|
892
1040
|
shouldFetchOnWindowFocus() {
|
|
893
|
-
return
|
|
1041
|
+
return Ke(this.#t, this.options, this.options.refetchOnWindowFocus);
|
|
894
1042
|
}
|
|
895
1043
|
destroy() {
|
|
896
1044
|
this.listeners = /* @__PURE__ */ new Set(), this.#b(), this.#x(), this.#t.removeObserver(this);
|
|
897
1045
|
}
|
|
898
1046
|
setOptions(e) {
|
|
899
1047
|
let t = this.options, n = this.#t;
|
|
900
|
-
if (this.options = this.#e.defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof
|
|
901
|
-
this.#S(), this.#t.setOptions(this.options), t._defaulted && !
|
|
1048
|
+
if (this.options = this.#e.defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof P(this.options.enabled, this.#t) != "boolean") throw Error("Expected enabled to be a boolean or a callback that returns a boolean");
|
|
1049
|
+
this.#S(), this.#t.setOptions(this.options), t._defaulted && !_e(this.options, t) && this.#e.getQueryCache().notify({
|
|
902
1050
|
type: "observerOptionsUpdated",
|
|
903
1051
|
query: this.#t,
|
|
904
1052
|
observer: this
|
|
905
1053
|
});
|
|
906
1054
|
let r = this.hasListeners();
|
|
907
|
-
r &&
|
|
1055
|
+
r && qe(this.#t, n, this.options, t) && this.#h(), this.updateResult(), r && (this.#t !== n || P(this.options.enabled, this.#t) !== P(t.enabled, this.#t) || N(this.options.staleTime, this.#t) !== N(t.staleTime, this.#t)) && this.#g();
|
|
908
1056
|
let i = this.#_();
|
|
909
|
-
r && (this.#t !== n ||
|
|
1057
|
+
r && (this.#t !== n || P(this.options.enabled, this.#t) !== P(t.enabled, this.#t) || i !== this.#p) && this.#v(i);
|
|
910
1058
|
}
|
|
911
1059
|
getOptimisticResult(e) {
|
|
912
1060
|
let t = this.#e.getQueryCache().build(this.#e, e), n = this.createResult(t, e);
|
|
913
|
-
return
|
|
1061
|
+
return Ye(this, n) && (this.#r = n, this.#a = this.options, this.#i = this.#t.state), n;
|
|
914
1062
|
}
|
|
915
1063
|
getCurrentResult() {
|
|
916
1064
|
return this.#r;
|
|
@@ -940,14 +1088,14 @@ var Ve = class extends j {
|
|
|
940
1088
|
#h(e) {
|
|
941
1089
|
this.#S();
|
|
942
1090
|
let t = this.#t.fetch(this.options, e);
|
|
943
|
-
return e?.throwOnError || (t = t.catch(
|
|
1091
|
+
return e?.throwOnError || (t = t.catch(M)), t;
|
|
944
1092
|
}
|
|
945
1093
|
#g() {
|
|
946
1094
|
this.#b();
|
|
947
|
-
let e =
|
|
948
|
-
if (
|
|
949
|
-
let t =
|
|
950
|
-
this.#d =
|
|
1095
|
+
let e = N(this.options.staleTime, this.#t);
|
|
1096
|
+
if (R.isServer() || this.#r.isStale || !ue(e)) return;
|
|
1097
|
+
let t = de(this.#r.dataUpdatedAt, e) + 1;
|
|
1098
|
+
this.#d = j.setTimeout(() => {
|
|
951
1099
|
this.#r.isStale || this.updateResult();
|
|
952
1100
|
}, t);
|
|
953
1101
|
}
|
|
@@ -955,26 +1103,26 @@ var Ve = class extends j {
|
|
|
955
1103
|
return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(this.#t) : this.options.refetchInterval) ?? !1;
|
|
956
1104
|
}
|
|
957
1105
|
#v(e) {
|
|
958
|
-
this.#x(), this.#p = e, !(
|
|
959
|
-
(this.options.refetchIntervalInBackground ||
|
|
1106
|
+
this.#x(), this.#p = e, !(R.isServer() || P(this.options.enabled, this.#t) === !1 || !ue(this.#p) || this.#p === 0) && (this.#f = j.setInterval(() => {
|
|
1107
|
+
(this.options.refetchIntervalInBackground || ae.isFocused()) && this.#h();
|
|
960
1108
|
}, this.#p));
|
|
961
1109
|
}
|
|
962
1110
|
#y() {
|
|
963
1111
|
this.#g(), this.#v(this.#_());
|
|
964
1112
|
}
|
|
965
1113
|
#b() {
|
|
966
|
-
this.#d !== void 0 && (
|
|
1114
|
+
this.#d !== void 0 && (j.clearTimeout(this.#d), this.#d = void 0);
|
|
967
1115
|
}
|
|
968
1116
|
#x() {
|
|
969
|
-
this.#f !== void 0 && (
|
|
1117
|
+
this.#f !== void 0 && (j.clearInterval(this.#f), this.#f = void 0);
|
|
970
1118
|
}
|
|
971
1119
|
createResult(e, t) {
|
|
972
1120
|
let n = this.#t, r = this.options, i = this.#r, a = this.#i, o = this.#a, s = e === n ? this.#n : e.state, { state: c } = e, l = { ...c }, u = !1, d;
|
|
973
1121
|
if (t._optimisticResults) {
|
|
974
|
-
let i = this.hasListeners(), a = !i &&
|
|
1122
|
+
let i = this.hasListeners(), a = !i && Ge(e, t), o = i && qe(e, n, t, r);
|
|
975
1123
|
(a || o) && (l = {
|
|
976
1124
|
...l,
|
|
977
|
-
...
|
|
1125
|
+
...Be(c.data, e.options)
|
|
978
1126
|
}), t._optimisticResults === "isRestoring" && (l.fetchStatus = "idle");
|
|
979
1127
|
}
|
|
980
1128
|
let { error: f, errorUpdatedAt: p, status: m } = l;
|
|
@@ -982,11 +1130,11 @@ var Ve = class extends j {
|
|
|
982
1130
|
let h = !1;
|
|
983
1131
|
if (t.placeholderData !== void 0 && d === void 0 && m === "pending") {
|
|
984
1132
|
let e;
|
|
985
|
-
i?.isPlaceholderData && t.placeholderData === o?.placeholderData ? (e = i.data, h = !0) : e = typeof t.placeholderData == "function" ? t.placeholderData(this.#u?.state.data, this.#u) : t.placeholderData, e !== void 0 && (m = "success", d =
|
|
1133
|
+
i?.isPlaceholderData && t.placeholderData === o?.placeholderData ? (e = i.data, h = !0) : e = typeof t.placeholderData == "function" ? t.placeholderData(this.#u?.state.data, this.#u) : t.placeholderData, e !== void 0 && (m = "success", d = Se(i?.data, e, t), u = !0);
|
|
986
1134
|
}
|
|
987
1135
|
if (t.select && d !== void 0 && !h) if (i && d === a?.data && t.select === this.#c) d = this.#l;
|
|
988
1136
|
else try {
|
|
989
|
-
this.#c = t.select, d = t.select(d), d =
|
|
1137
|
+
this.#c = t.select, d = t.select(d), d = Se(i?.data, d, t), this.#l = d, this.#s = null;
|
|
990
1138
|
} catch (e) {
|
|
991
1139
|
this.#s = e;
|
|
992
1140
|
}
|
|
@@ -1014,16 +1162,16 @@ var Ve = class extends j {
|
|
|
1014
1162
|
isPaused: l.fetchStatus === "paused",
|
|
1015
1163
|
isPlaceholderData: u,
|
|
1016
1164
|
isRefetchError: v && b,
|
|
1017
|
-
isStale:
|
|
1165
|
+
isStale: Je(e, t),
|
|
1018
1166
|
refetch: this.refetch,
|
|
1019
1167
|
promise: this.#o,
|
|
1020
|
-
isEnabled:
|
|
1168
|
+
isEnabled: P(t.enabled, e) !== !1
|
|
1021
1169
|
};
|
|
1022
1170
|
if (this.options.experimental_prefetchInRender) {
|
|
1023
1171
|
let t = x.data !== void 0, r = x.status === "error" && !t, i = (e) => {
|
|
1024
1172
|
r ? e.reject(x.error) : t && e.resolve(x.data);
|
|
1025
1173
|
}, a = () => {
|
|
1026
|
-
i(this.#o = x.promise =
|
|
1174
|
+
i(this.#o = x.promise = Oe());
|
|
1027
1175
|
}, o = this.#o;
|
|
1028
1176
|
switch (o.status) {
|
|
1029
1177
|
case "pending":
|
|
@@ -1041,7 +1189,7 @@ var Ve = class extends j {
|
|
|
1041
1189
|
}
|
|
1042
1190
|
updateResult() {
|
|
1043
1191
|
let e = this.#r, t = this.createResult(this.#t, this.options);
|
|
1044
|
-
this.#i = this.#t.state, this.#a = this.options, this.#i.data !== void 0 && (this.#u = this.#t), !
|
|
1192
|
+
this.#i = this.#t.state, this.#a = this.options, this.#i.data !== void 0 && (this.#u = this.#t), !_e(t, e) && (this.#r = t, this.#C({ listeners: (() => {
|
|
1045
1193
|
if (!e) return !0;
|
|
1046
1194
|
let { notifyOnChangeProps: t } = this.options, n = typeof t == "function" ? t() : t;
|
|
1047
1195
|
if (n === "all" || !n && !this.#m.size) return !0;
|
|
@@ -1062,7 +1210,7 @@ var Ve = class extends j {
|
|
|
1062
1210
|
this.updateResult(), this.hasListeners() && this.#y();
|
|
1063
1211
|
}
|
|
1064
1212
|
#C(e) {
|
|
1065
|
-
|
|
1213
|
+
z.batch(() => {
|
|
1066
1214
|
e.listeners && this.listeners.forEach((e) => {
|
|
1067
1215
|
e(this.#r);
|
|
1068
1216
|
}), this.#e.getQueryCache().notify({
|
|
@@ -1072,37 +1220,37 @@ var Ve = class extends j {
|
|
|
1072
1220
|
});
|
|
1073
1221
|
}
|
|
1074
1222
|
};
|
|
1075
|
-
function
|
|
1076
|
-
return
|
|
1223
|
+
function We(e, t) {
|
|
1224
|
+
return P(t.enabled, e) !== !1 && e.state.data === void 0 && !(e.state.status === "error" && P(t.retryOnMount, e) === !1);
|
|
1077
1225
|
}
|
|
1078
|
-
function
|
|
1079
|
-
return
|
|
1226
|
+
function Ge(e, t) {
|
|
1227
|
+
return We(e, t) || e.state.data !== void 0 && Ke(e, t, t.refetchOnMount);
|
|
1080
1228
|
}
|
|
1081
|
-
function
|
|
1082
|
-
if (
|
|
1229
|
+
function Ke(e, t, n) {
|
|
1230
|
+
if (P(t.enabled, e) !== !1 && N(t.staleTime, e) !== "static") {
|
|
1083
1231
|
let r = typeof n == "function" ? n(e) : n;
|
|
1084
|
-
return r === "always" || r !== !1 &&
|
|
1232
|
+
return r === "always" || r !== !1 && Je(e, t);
|
|
1085
1233
|
}
|
|
1086
1234
|
return !1;
|
|
1087
1235
|
}
|
|
1088
|
-
function
|
|
1089
|
-
return (e !== t ||
|
|
1236
|
+
function qe(e, t, n, r) {
|
|
1237
|
+
return (e !== t || P(r.enabled, e) === !1) && (!n.suspense || e.state.status !== "error") && Je(e, n);
|
|
1090
1238
|
}
|
|
1091
|
-
function
|
|
1092
|
-
return
|
|
1239
|
+
function Je(e, t) {
|
|
1240
|
+
return P(t.enabled, e) !== !1 && e.isStaleByTime(N(t.staleTime, e));
|
|
1093
1241
|
}
|
|
1094
|
-
function
|
|
1095
|
-
return !
|
|
1242
|
+
function Ye(e, t) {
|
|
1243
|
+
return !_e(e.getCurrentResult(), t);
|
|
1096
1244
|
}
|
|
1097
1245
|
//#endregion
|
|
1098
1246
|
//#region node_modules/@tanstack/query-core/build/modern/mutation.js
|
|
1099
|
-
var
|
|
1247
|
+
var Xe = class extends Fe {
|
|
1100
1248
|
#e;
|
|
1101
1249
|
#t;
|
|
1102
1250
|
#n;
|
|
1103
1251
|
#r;
|
|
1104
1252
|
constructor(e) {
|
|
1105
|
-
super(), this.#e = e.client, this.mutationId = e.mutationId, this.#n = e.mutationCache, this.#t = [], this.state = e.state ||
|
|
1253
|
+
super(), this.#e = e.client, this.mutationId = e.mutationId, this.#n = e.mutationCache, this.#t = [], this.state = e.state || Ze(), this.setOptions(e.options), this.scheduleGc();
|
|
1106
1254
|
}
|
|
1107
1255
|
setOptions(e) {
|
|
1108
1256
|
this.options = e, this.updateGcTime(this.options.gcTime);
|
|
@@ -1138,7 +1286,7 @@ var Je = class extends Ne {
|
|
|
1138
1286
|
meta: this.options.meta,
|
|
1139
1287
|
mutationKey: this.options.mutationKey
|
|
1140
1288
|
};
|
|
1141
|
-
this.#r =
|
|
1289
|
+
this.#r = Pe({
|
|
1142
1290
|
fn: () => this.options.mutationFn ? this.options.mutationFn(e, n) : Promise.reject(/* @__PURE__ */ Error("No mutationFn found")),
|
|
1143
1291
|
onFail: (e, t) => {
|
|
1144
1292
|
this.#i({
|
|
@@ -1255,7 +1403,7 @@ var Je = class extends Ne {
|
|
|
1255
1403
|
};
|
|
1256
1404
|
}
|
|
1257
1405
|
};
|
|
1258
|
-
this.state = t(this.state),
|
|
1406
|
+
this.state = t(this.state), z.batch(() => {
|
|
1259
1407
|
this.#t.forEach((t) => {
|
|
1260
1408
|
t.onMutationUpdate(e);
|
|
1261
1409
|
}), this.#n.notify({
|
|
@@ -1266,7 +1414,7 @@ var Je = class extends Ne {
|
|
|
1266
1414
|
});
|
|
1267
1415
|
}
|
|
1268
1416
|
};
|
|
1269
|
-
function
|
|
1417
|
+
function Ze() {
|
|
1270
1418
|
return {
|
|
1271
1419
|
context: void 0,
|
|
1272
1420
|
data: void 0,
|
|
@@ -1281,7 +1429,7 @@ function Ye() {
|
|
|
1281
1429
|
}
|
|
1282
1430
|
//#endregion
|
|
1283
1431
|
//#region node_modules/@tanstack/query-core/build/modern/mutationCache.js
|
|
1284
|
-
var
|
|
1432
|
+
var Qe = class extends A {
|
|
1285
1433
|
constructor(e = {}) {
|
|
1286
1434
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Set(), this.#t = /* @__PURE__ */ new Map(), this.#n = 0;
|
|
1287
1435
|
}
|
|
@@ -1289,7 +1437,7 @@ var Xe = class extends j {
|
|
|
1289
1437
|
#t;
|
|
1290
1438
|
#n;
|
|
1291
1439
|
build(e, t, n) {
|
|
1292
|
-
let r = new
|
|
1440
|
+
let r = new Xe({
|
|
1293
1441
|
client: e,
|
|
1294
1442
|
mutationCache: this,
|
|
1295
1443
|
mutationId: ++this.#n,
|
|
@@ -1300,7 +1448,7 @@ var Xe = class extends j {
|
|
|
1300
1448
|
}
|
|
1301
1449
|
add(e) {
|
|
1302
1450
|
this.#e.add(e);
|
|
1303
|
-
let t =
|
|
1451
|
+
let t = V(e);
|
|
1304
1452
|
if (typeof t == "string") {
|
|
1305
1453
|
let n = this.#t.get(t);
|
|
1306
1454
|
n ? n.push(e) : this.#t.set(t, [e]);
|
|
@@ -1312,7 +1460,7 @@ var Xe = class extends j {
|
|
|
1312
1460
|
}
|
|
1313
1461
|
remove(e) {
|
|
1314
1462
|
if (this.#e.delete(e)) {
|
|
1315
|
-
let t =
|
|
1463
|
+
let t = V(e);
|
|
1316
1464
|
if (typeof t == "string") {
|
|
1317
1465
|
let n = this.#t.get(t);
|
|
1318
1466
|
if (n) if (n.length > 1) {
|
|
@@ -1327,18 +1475,18 @@ var Xe = class extends j {
|
|
|
1327
1475
|
});
|
|
1328
1476
|
}
|
|
1329
1477
|
canRun(e) {
|
|
1330
|
-
let t =
|
|
1478
|
+
let t = V(e);
|
|
1331
1479
|
if (typeof t == "string") {
|
|
1332
1480
|
let n = this.#t.get(t)?.find((e) => e.state.status === "pending");
|
|
1333
1481
|
return !n || n === e;
|
|
1334
1482
|
} else return !0;
|
|
1335
1483
|
}
|
|
1336
1484
|
runNext(e) {
|
|
1337
|
-
let t =
|
|
1485
|
+
let t = V(e);
|
|
1338
1486
|
return typeof t == "string" ? (this.#t.get(t)?.find((t) => t !== e && t.state.isPaused))?.continue() ?? Promise.resolve() : Promise.resolve();
|
|
1339
1487
|
}
|
|
1340
1488
|
clear() {
|
|
1341
|
-
|
|
1489
|
+
z.batch(() => {
|
|
1342
1490
|
this.#e.forEach((e) => {
|
|
1343
1491
|
this.notify({
|
|
1344
1492
|
type: "removed",
|
|
@@ -1355,13 +1503,13 @@ var Xe = class extends j {
|
|
|
1355
1503
|
exact: !0,
|
|
1356
1504
|
...e
|
|
1357
1505
|
};
|
|
1358
|
-
return this.getAll().find((e) =>
|
|
1506
|
+
return this.getAll().find((e) => pe(t, e));
|
|
1359
1507
|
}
|
|
1360
1508
|
findAll(e = {}) {
|
|
1361
|
-
return this.getAll().filter((t) =>
|
|
1509
|
+
return this.getAll().filter((t) => pe(e, t));
|
|
1362
1510
|
}
|
|
1363
1511
|
notify(e) {
|
|
1364
|
-
|
|
1512
|
+
z.batch(() => {
|
|
1365
1513
|
this.listeners.forEach((t) => {
|
|
1366
1514
|
t(e);
|
|
1367
1515
|
});
|
|
@@ -1369,15 +1517,15 @@ var Xe = class extends j {
|
|
|
1369
1517
|
}
|
|
1370
1518
|
resumePausedMutations() {
|
|
1371
1519
|
let e = this.getAll().filter((e) => e.state.isPaused);
|
|
1372
|
-
return
|
|
1520
|
+
return z.batch(() => Promise.all(e.map((e) => e.continue().catch(M))));
|
|
1373
1521
|
}
|
|
1374
1522
|
};
|
|
1375
|
-
function
|
|
1523
|
+
function V(e) {
|
|
1376
1524
|
return e.options.scope?.id;
|
|
1377
1525
|
}
|
|
1378
1526
|
//#endregion
|
|
1379
1527
|
//#region node_modules/@tanstack/query-core/build/modern/mutationObserver.js
|
|
1380
|
-
var
|
|
1528
|
+
var $e = class extends A {
|
|
1381
1529
|
#e;
|
|
1382
1530
|
#t = void 0;
|
|
1383
1531
|
#n;
|
|
@@ -1390,11 +1538,11 @@ var Ze = class extends j {
|
|
|
1390
1538
|
}
|
|
1391
1539
|
setOptions(e) {
|
|
1392
1540
|
let t = this.options;
|
|
1393
|
-
this.options = this.#e.defaultMutationOptions(e),
|
|
1541
|
+
this.options = this.#e.defaultMutationOptions(e), _e(this.options, t) || this.#e.getMutationCache().notify({
|
|
1394
1542
|
type: "observerOptionsUpdated",
|
|
1395
1543
|
mutation: this.#n,
|
|
1396
1544
|
observer: this
|
|
1397
|
-
}), t?.mutationKey && this.options.mutationKey &&
|
|
1545
|
+
}), t?.mutationKey && this.options.mutationKey && F(t.mutationKey) !== F(this.options.mutationKey) ? this.reset() : this.#n?.state.status === "pending" && this.#n.setOptions(this.options);
|
|
1398
1546
|
}
|
|
1399
1547
|
onUnsubscribe() {
|
|
1400
1548
|
this.hasListeners() || this.#n?.removeObserver(this);
|
|
@@ -1412,7 +1560,7 @@ var Ze = class extends j {
|
|
|
1412
1560
|
return this.#r = t, this.#n?.removeObserver(this), this.#n = this.#e.getMutationCache().build(this.#e, this.options), this.#n.addObserver(this), this.#n.execute(e);
|
|
1413
1561
|
}
|
|
1414
1562
|
#i() {
|
|
1415
|
-
let e = this.#n?.state ??
|
|
1563
|
+
let e = this.#n?.state ?? Ze();
|
|
1416
1564
|
this.#t = {
|
|
1417
1565
|
...e,
|
|
1418
1566
|
isPending: e.status === "pending",
|
|
@@ -1424,7 +1572,7 @@ var Ze = class extends j {
|
|
|
1424
1572
|
};
|
|
1425
1573
|
}
|
|
1426
1574
|
#a(e) {
|
|
1427
|
-
|
|
1575
|
+
z.batch(() => {
|
|
1428
1576
|
if (this.#r && this.hasListeners()) {
|
|
1429
1577
|
let t = this.#t.variables, n = this.#t.context, r = {
|
|
1430
1578
|
client: this.#e,
|
|
@@ -1460,14 +1608,14 @@ var Ze = class extends j {
|
|
|
1460
1608
|
});
|
|
1461
1609
|
});
|
|
1462
1610
|
}
|
|
1463
|
-
},
|
|
1611
|
+
}, et = class extends A {
|
|
1464
1612
|
constructor(e = {}) {
|
|
1465
1613
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Map();
|
|
1466
1614
|
}
|
|
1467
1615
|
#e;
|
|
1468
1616
|
build(e, t, n) {
|
|
1469
|
-
let r = t.queryKey, i = t.queryHash ??
|
|
1470
|
-
return a || (a = new
|
|
1617
|
+
let r = t.queryKey, i = t.queryHash ?? me(r, t), a = this.get(i);
|
|
1618
|
+
return a || (a = new ze({
|
|
1471
1619
|
client: e,
|
|
1472
1620
|
queryKey: r,
|
|
1473
1621
|
queryHash: i,
|
|
@@ -1490,7 +1638,7 @@ var Ze = class extends j {
|
|
|
1490
1638
|
}));
|
|
1491
1639
|
}
|
|
1492
1640
|
clear() {
|
|
1493
|
-
|
|
1641
|
+
z.batch(() => {
|
|
1494
1642
|
this.getAll().forEach((e) => {
|
|
1495
1643
|
this.remove(e);
|
|
1496
1644
|
});
|
|
@@ -1507,34 +1655,34 @@ var Ze = class extends j {
|
|
|
1507
1655
|
exact: !0,
|
|
1508
1656
|
...e
|
|
1509
1657
|
};
|
|
1510
|
-
return this.getAll().find((e) =>
|
|
1658
|
+
return this.getAll().find((e) => fe(t, e));
|
|
1511
1659
|
}
|
|
1512
1660
|
findAll(e = {}) {
|
|
1513
1661
|
let t = this.getAll();
|
|
1514
|
-
return Object.keys(e).length > 0 ? t.filter((t) =>
|
|
1662
|
+
return Object.keys(e).length > 0 ? t.filter((t) => fe(e, t)) : t;
|
|
1515
1663
|
}
|
|
1516
1664
|
notify(e) {
|
|
1517
|
-
|
|
1665
|
+
z.batch(() => {
|
|
1518
1666
|
this.listeners.forEach((t) => {
|
|
1519
1667
|
t(e);
|
|
1520
1668
|
});
|
|
1521
1669
|
});
|
|
1522
1670
|
}
|
|
1523
1671
|
onFocus() {
|
|
1524
|
-
|
|
1672
|
+
z.batch(() => {
|
|
1525
1673
|
this.getAll().forEach((e) => {
|
|
1526
1674
|
e.onFocus();
|
|
1527
1675
|
});
|
|
1528
1676
|
});
|
|
1529
1677
|
}
|
|
1530
1678
|
onOnline() {
|
|
1531
|
-
|
|
1679
|
+
z.batch(() => {
|
|
1532
1680
|
this.getAll().forEach((e) => {
|
|
1533
1681
|
e.onOnline();
|
|
1534
1682
|
});
|
|
1535
1683
|
});
|
|
1536
1684
|
}
|
|
1537
|
-
},
|
|
1685
|
+
}, tt = class {
|
|
1538
1686
|
#e;
|
|
1539
1687
|
#t;
|
|
1540
1688
|
#n;
|
|
@@ -1544,12 +1692,12 @@ var Ze = class extends j {
|
|
|
1544
1692
|
#o;
|
|
1545
1693
|
#s;
|
|
1546
1694
|
constructor(e = {}) {
|
|
1547
|
-
this.#e = e.queryCache || new
|
|
1695
|
+
this.#e = e.queryCache || new et(), this.#t = e.mutationCache || new Qe(), this.#n = e.defaultOptions || {}, this.#r = /* @__PURE__ */ new Map(), this.#i = /* @__PURE__ */ new Map(), this.#a = 0;
|
|
1548
1696
|
}
|
|
1549
1697
|
mount() {
|
|
1550
|
-
this.#a++, this.#a === 1 && (this.#o =
|
|
1698
|
+
this.#a++, this.#a === 1 && (this.#o = ae.subscribe(async (e) => {
|
|
1551
1699
|
e && (await this.resumePausedMutations(), this.#e.onFocus());
|
|
1552
|
-
}), this.#s =
|
|
1700
|
+
}), this.#s = B.subscribe(async (e) => {
|
|
1553
1701
|
e && (await this.resumePausedMutations(), this.#e.onOnline());
|
|
1554
1702
|
}));
|
|
1555
1703
|
}
|
|
@@ -1574,20 +1722,20 @@ var Ze = class extends j {
|
|
|
1574
1722
|
}
|
|
1575
1723
|
ensureQueryData(e) {
|
|
1576
1724
|
let t = this.defaultQueryOptions(e), n = this.#e.build(this, t), r = n.state.data;
|
|
1577
|
-
return r === void 0 ? this.fetchQuery(e) : (e.revalidateIfStale && n.isStaleByTime(
|
|
1725
|
+
return r === void 0 ? this.fetchQuery(e) : (e.revalidateIfStale && n.isStaleByTime(N(t.staleTime, n)) && this.prefetchQuery(t), Promise.resolve(r));
|
|
1578
1726
|
}
|
|
1579
1727
|
getQueriesData(e) {
|
|
1580
1728
|
return this.#e.findAll(e).map(({ queryKey: e, state: t }) => [e, t.data]);
|
|
1581
1729
|
}
|
|
1582
1730
|
setQueryData(e, t, n) {
|
|
1583
|
-
let r = this.defaultQueryOptions({ queryKey: e }), i = this.#e.get(r.queryHash)?.state.data, a =
|
|
1731
|
+
let r = this.defaultQueryOptions({ queryKey: e }), i = this.#e.get(r.queryHash)?.state.data, a = le(t, i);
|
|
1584
1732
|
if (a !== void 0) return this.#e.build(this, r).setData(a, {
|
|
1585
1733
|
...n,
|
|
1586
1734
|
manual: !0
|
|
1587
1735
|
});
|
|
1588
1736
|
}
|
|
1589
1737
|
setQueriesData(e, t, n) {
|
|
1590
|
-
return
|
|
1738
|
+
return z.batch(() => this.#e.findAll(e).map(({ queryKey: e }) => [e, this.setQueryData(e, t, n)]));
|
|
1591
1739
|
}
|
|
1592
1740
|
getQueryState(e) {
|
|
1593
1741
|
let t = this.defaultQueryOptions({ queryKey: e });
|
|
@@ -1595,7 +1743,7 @@ var Ze = class extends j {
|
|
|
1595
1743
|
}
|
|
1596
1744
|
removeQueries(e) {
|
|
1597
1745
|
let t = this.#e;
|
|
1598
|
-
|
|
1746
|
+
z.batch(() => {
|
|
1599
1747
|
t.findAll(e).forEach((e) => {
|
|
1600
1748
|
t.remove(e);
|
|
1601
1749
|
});
|
|
@@ -1603,7 +1751,7 @@ var Ze = class extends j {
|
|
|
1603
1751
|
}
|
|
1604
1752
|
resetQueries(e, t) {
|
|
1605
1753
|
let n = this.#e;
|
|
1606
|
-
return
|
|
1754
|
+
return z.batch(() => (n.findAll(e).forEach((e) => {
|
|
1607
1755
|
e.reset();
|
|
1608
1756
|
}), this.refetchQueries({
|
|
1609
1757
|
type: "active",
|
|
@@ -1614,11 +1762,11 @@ var Ze = class extends j {
|
|
|
1614
1762
|
let n = {
|
|
1615
1763
|
revert: !0,
|
|
1616
1764
|
...t
|
|
1617
|
-
}, r =
|
|
1618
|
-
return Promise.all(r).then(
|
|
1765
|
+
}, r = z.batch(() => this.#e.findAll(e).map((e) => e.cancel(n)));
|
|
1766
|
+
return Promise.all(r).then(M).catch(M);
|
|
1619
1767
|
}
|
|
1620
1768
|
invalidateQueries(e, t = {}) {
|
|
1621
|
-
return
|
|
1769
|
+
return z.batch(() => (this.#e.findAll(e).forEach((e) => {
|
|
1622
1770
|
e.invalidate();
|
|
1623
1771
|
}), e?.refetchType === "none" ? Promise.resolve() : this.refetchQueries({
|
|
1624
1772
|
...e,
|
|
@@ -1629,32 +1777,32 @@ var Ze = class extends j {
|
|
|
1629
1777
|
let n = {
|
|
1630
1778
|
...t,
|
|
1631
1779
|
cancelRefetch: t.cancelRefetch ?? !0
|
|
1632
|
-
}, r =
|
|
1780
|
+
}, r = z.batch(() => this.#e.findAll(e).filter((e) => !e.isDisabled() && !e.isStatic()).map((e) => {
|
|
1633
1781
|
let t = e.fetch(void 0, n);
|
|
1634
|
-
return n.throwOnError || (t = t.catch(
|
|
1782
|
+
return n.throwOnError || (t = t.catch(M)), e.state.fetchStatus === "paused" ? Promise.resolve() : t;
|
|
1635
1783
|
}));
|
|
1636
|
-
return Promise.all(r).then(
|
|
1784
|
+
return Promise.all(r).then(M);
|
|
1637
1785
|
}
|
|
1638
1786
|
fetchQuery(e) {
|
|
1639
1787
|
let t = this.defaultQueryOptions(e);
|
|
1640
1788
|
t.retry === void 0 && (t.retry = !1);
|
|
1641
1789
|
let n = this.#e.build(this, t);
|
|
1642
|
-
return n.isStaleByTime(
|
|
1790
|
+
return n.isStaleByTime(N(t.staleTime, n)) ? n.fetch(t) : Promise.resolve(n.state.data);
|
|
1643
1791
|
}
|
|
1644
1792
|
prefetchQuery(e) {
|
|
1645
|
-
return this.fetchQuery(e).then(
|
|
1793
|
+
return this.fetchQuery(e).then(M).catch(M);
|
|
1646
1794
|
}
|
|
1647
1795
|
fetchInfiniteQuery(e) {
|
|
1648
1796
|
return e._type = "infinite", this.fetchQuery(e);
|
|
1649
1797
|
}
|
|
1650
1798
|
prefetchInfiniteQuery(e) {
|
|
1651
|
-
return this.fetchInfiniteQuery(e).then(
|
|
1799
|
+
return this.fetchInfiniteQuery(e).then(M).catch(M);
|
|
1652
1800
|
}
|
|
1653
1801
|
ensureInfiniteQueryData(e) {
|
|
1654
1802
|
return e._type = "infinite", this.ensureQueryData(e);
|
|
1655
1803
|
}
|
|
1656
1804
|
resumePausedMutations() {
|
|
1657
|
-
return
|
|
1805
|
+
return B.isOnline() ? this.#t.resumePausedMutations() : Promise.resolve();
|
|
1658
1806
|
}
|
|
1659
1807
|
getQueryCache() {
|
|
1660
1808
|
return this.#e;
|
|
@@ -1669,7 +1817,7 @@ var Ze = class extends j {
|
|
|
1669
1817
|
this.#n = e;
|
|
1670
1818
|
}
|
|
1671
1819
|
setQueryDefaults(e, t) {
|
|
1672
|
-
this.#r.set(
|
|
1820
|
+
this.#r.set(F(e), {
|
|
1673
1821
|
queryKey: e,
|
|
1674
1822
|
defaultOptions: t
|
|
1675
1823
|
});
|
|
@@ -1677,11 +1825,11 @@ var Ze = class extends j {
|
|
|
1677
1825
|
getQueryDefaults(e) {
|
|
1678
1826
|
let t = [...this.#r.values()], n = {};
|
|
1679
1827
|
return t.forEach((t) => {
|
|
1680
|
-
|
|
1828
|
+
I(e, t.queryKey) && Object.assign(n, t.defaultOptions);
|
|
1681
1829
|
}), n;
|
|
1682
1830
|
}
|
|
1683
1831
|
setMutationDefaults(e, t) {
|
|
1684
|
-
this.#i.set(
|
|
1832
|
+
this.#i.set(F(e), {
|
|
1685
1833
|
mutationKey: e,
|
|
1686
1834
|
defaultOptions: t
|
|
1687
1835
|
});
|
|
@@ -1689,7 +1837,7 @@ var Ze = class extends j {
|
|
|
1689
1837
|
getMutationDefaults(e) {
|
|
1690
1838
|
let t = [...this.#i.values()], n = {};
|
|
1691
1839
|
return t.forEach((t) => {
|
|
1692
|
-
|
|
1840
|
+
I(e, t.mutationKey) && Object.assign(n, t.defaultOptions);
|
|
1693
1841
|
}), n;
|
|
1694
1842
|
}
|
|
1695
1843
|
defaultQueryOptions(e) {
|
|
@@ -1700,7 +1848,7 @@ var Ze = class extends j {
|
|
|
1700
1848
|
...e,
|
|
1701
1849
|
_defaulted: !0
|
|
1702
1850
|
};
|
|
1703
|
-
return t.queryHash ||=
|
|
1851
|
+
return t.queryHash ||= me(t.queryKey, t), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn === L && (t.enabled = !1), t;
|
|
1704
1852
|
}
|
|
1705
1853
|
defaultMutationOptions(e) {
|
|
1706
1854
|
return e?._defaulted ? e : {
|
|
@@ -1713,22 +1861,22 @@ var Ze = class extends j {
|
|
|
1713
1861
|
clear() {
|
|
1714
1862
|
this.#e.clear(), this.#t.clear();
|
|
1715
1863
|
}
|
|
1716
|
-
},
|
|
1864
|
+
}, H = /* @__PURE__ */ p({
|
|
1717
1865
|
Vue: () => e,
|
|
1718
1866
|
Vue2: () => void 0,
|
|
1719
|
-
del: () =>
|
|
1720
|
-
install: () =>
|
|
1867
|
+
del: () => at,
|
|
1868
|
+
install: () => rt,
|
|
1721
1869
|
isVue2: () => !1,
|
|
1722
1870
|
isVue3: () => !0,
|
|
1723
|
-
set: () =>
|
|
1871
|
+
set: () => it
|
|
1724
1872
|
});
|
|
1725
|
-
import * as
|
|
1726
|
-
h(
|
|
1727
|
-
function
|
|
1728
|
-
function
|
|
1873
|
+
import * as nt from "vue";
|
|
1874
|
+
h(H, nt);
|
|
1875
|
+
function rt() {}
|
|
1876
|
+
function it(e, t, n) {
|
|
1729
1877
|
return Array.isArray(e) ? (e.length = Math.max(e.length, t), e.splice(t, 1, n), n) : (e[t] = n, n);
|
|
1730
1878
|
}
|
|
1731
|
-
function
|
|
1879
|
+
function at(e, t) {
|
|
1732
1880
|
if (Array.isArray(e)) {
|
|
1733
1881
|
e.splice(t, 1);
|
|
1734
1882
|
return;
|
|
@@ -1737,113 +1885,113 @@ function rt(e, t) {
|
|
|
1737
1885
|
}
|
|
1738
1886
|
//#endregion
|
|
1739
1887
|
//#region node_modules/@tanstack/vue-query/build/modern/utils.js
|
|
1740
|
-
var
|
|
1741
|
-
function
|
|
1742
|
-
return `${
|
|
1888
|
+
var ot = "VUE_QUERY_CLIENT";
|
|
1889
|
+
function st(e) {
|
|
1890
|
+
return `${ot}${e ? `:${e}` : ""}`;
|
|
1743
1891
|
}
|
|
1744
|
-
function
|
|
1892
|
+
function ct(e, t) {
|
|
1745
1893
|
Object.keys(e).forEach((n) => {
|
|
1746
1894
|
e[n] = t[n];
|
|
1747
1895
|
});
|
|
1748
1896
|
}
|
|
1749
|
-
function
|
|
1897
|
+
function lt(e, t, n = "", r = 0) {
|
|
1750
1898
|
if (t) {
|
|
1751
1899
|
let i = t(e, n, r);
|
|
1752
|
-
if (i === void 0 && (0,
|
|
1900
|
+
if (i === void 0 && (0, H.isRef)(e) || i !== void 0) return i;
|
|
1753
1901
|
}
|
|
1754
|
-
if (Array.isArray(e)) return e.map((e, n) =>
|
|
1755
|
-
if (typeof e == "object" &&
|
|
1756
|
-
let n = Object.entries(e).map(([e, n]) => [e,
|
|
1902
|
+
if (Array.isArray(e)) return e.map((e, n) => lt(e, t, String(n), r + 1));
|
|
1903
|
+
if (typeof e == "object" && dt(e)) {
|
|
1904
|
+
let n = Object.entries(e).map(([e, n]) => [e, lt(n, t, e, r + 1)]);
|
|
1757
1905
|
return Object.fromEntries(n);
|
|
1758
1906
|
}
|
|
1759
1907
|
return e;
|
|
1760
1908
|
}
|
|
1761
|
-
function
|
|
1762
|
-
return
|
|
1909
|
+
function ut(e, t) {
|
|
1910
|
+
return lt(e, t);
|
|
1763
1911
|
}
|
|
1764
|
-
function
|
|
1765
|
-
return
|
|
1766
|
-
if (r === 1 && n === "queryKey") return
|
|
1767
|
-
if (t &&
|
|
1768
|
-
if ((0,
|
|
1912
|
+
function U(e, t = !1) {
|
|
1913
|
+
return ut(e, (e, n, r) => {
|
|
1914
|
+
if (r === 1 && n === "queryKey") return U(e, !0);
|
|
1915
|
+
if (t && ft(e)) return U(e(), t);
|
|
1916
|
+
if ((0, H.isRef)(e)) return U((0, H.unref)(e), t);
|
|
1769
1917
|
});
|
|
1770
1918
|
}
|
|
1771
|
-
function
|
|
1919
|
+
function dt(e) {
|
|
1772
1920
|
if (Object.prototype.toString.call(e) !== "[object Object]") return !1;
|
|
1773
1921
|
let t = Object.getPrototypeOf(e);
|
|
1774
1922
|
return t === null || t === Object.prototype;
|
|
1775
1923
|
}
|
|
1776
|
-
function
|
|
1924
|
+
function ft(e) {
|
|
1777
1925
|
return typeof e == "function";
|
|
1778
1926
|
}
|
|
1779
1927
|
//#endregion
|
|
1780
1928
|
//#region node_modules/@tanstack/vue-query/build/modern/useQueryClient.js
|
|
1781
|
-
function
|
|
1782
|
-
if (!(0,
|
|
1783
|
-
let t = (0,
|
|
1929
|
+
function pt(e = "") {
|
|
1930
|
+
if (!(0, H.hasInjectionContext)()) throw Error("vue-query hooks can only be used inside setup() function or functions that support injection context.");
|
|
1931
|
+
let t = (0, H.inject)(st(e));
|
|
1784
1932
|
if (!t) throw Error("No 'queryClient' found in Vue context, use 'VueQueryPlugin' to properly initialize the library.");
|
|
1785
1933
|
return t;
|
|
1786
1934
|
}
|
|
1787
1935
|
//#endregion
|
|
1788
1936
|
//#region node_modules/@tanstack/vue-query/build/modern/queryCache.js
|
|
1789
|
-
var
|
|
1937
|
+
var mt = class extends et {
|
|
1790
1938
|
find(e) {
|
|
1791
|
-
return super.find(
|
|
1939
|
+
return super.find(U(e));
|
|
1792
1940
|
}
|
|
1793
1941
|
findAll(e = {}) {
|
|
1794
|
-
return super.findAll(
|
|
1942
|
+
return super.findAll(U(e));
|
|
1795
1943
|
}
|
|
1796
|
-
},
|
|
1944
|
+
}, ht = class extends Qe {
|
|
1797
1945
|
find(e) {
|
|
1798
|
-
return super.find(
|
|
1946
|
+
return super.find(U(e));
|
|
1799
1947
|
}
|
|
1800
1948
|
findAll(e = {}) {
|
|
1801
|
-
return super.findAll(
|
|
1949
|
+
return super.findAll(U(e));
|
|
1802
1950
|
}
|
|
1803
|
-
},
|
|
1951
|
+
}, gt = class extends tt {
|
|
1804
1952
|
constructor(e = {}) {
|
|
1805
1953
|
let t = {
|
|
1806
1954
|
defaultOptions: e.defaultOptions,
|
|
1807
|
-
queryCache: e.queryCache || new
|
|
1808
|
-
mutationCache: e.mutationCache || new
|
|
1955
|
+
queryCache: e.queryCache || new mt(),
|
|
1956
|
+
mutationCache: e.mutationCache || new ht()
|
|
1809
1957
|
};
|
|
1810
|
-
super(t), this.isRestoring = (0,
|
|
1958
|
+
super(t), this.isRestoring = (0, H.ref)(!1);
|
|
1811
1959
|
}
|
|
1812
1960
|
isFetching(e = {}) {
|
|
1813
|
-
return super.isFetching(
|
|
1961
|
+
return super.isFetching(U(e));
|
|
1814
1962
|
}
|
|
1815
1963
|
isMutating(e = {}) {
|
|
1816
|
-
return super.isMutating(
|
|
1964
|
+
return super.isMutating(U(e));
|
|
1817
1965
|
}
|
|
1818
1966
|
getQueryData(e) {
|
|
1819
|
-
return super.getQueryData(
|
|
1967
|
+
return super.getQueryData(U(e));
|
|
1820
1968
|
}
|
|
1821
1969
|
ensureQueryData(e) {
|
|
1822
|
-
return super.ensureQueryData(
|
|
1970
|
+
return super.ensureQueryData(U(e));
|
|
1823
1971
|
}
|
|
1824
1972
|
getQueriesData(e) {
|
|
1825
|
-
return super.getQueriesData(
|
|
1973
|
+
return super.getQueriesData(U(e));
|
|
1826
1974
|
}
|
|
1827
1975
|
setQueryData(e, t, n = {}) {
|
|
1828
|
-
return super.setQueryData(
|
|
1976
|
+
return super.setQueryData(U(e), t, U(n));
|
|
1829
1977
|
}
|
|
1830
1978
|
setQueriesData(e, t, n = {}) {
|
|
1831
|
-
return super.setQueriesData(
|
|
1979
|
+
return super.setQueriesData(U(e), t, U(n));
|
|
1832
1980
|
}
|
|
1833
1981
|
getQueryState(e) {
|
|
1834
|
-
return super.getQueryState(
|
|
1982
|
+
return super.getQueryState(U(e));
|
|
1835
1983
|
}
|
|
1836
1984
|
removeQueries(e = {}) {
|
|
1837
|
-
return super.removeQueries(
|
|
1985
|
+
return super.removeQueries(U(e));
|
|
1838
1986
|
}
|
|
1839
1987
|
resetQueries(e = {}, t = {}) {
|
|
1840
|
-
return super.resetQueries(
|
|
1988
|
+
return super.resetQueries(U(e), U(t));
|
|
1841
1989
|
}
|
|
1842
1990
|
cancelQueries(e = {}, t = {}) {
|
|
1843
|
-
return super.cancelQueries(
|
|
1991
|
+
return super.cancelQueries(U(e), U(t));
|
|
1844
1992
|
}
|
|
1845
1993
|
invalidateQueries(e = {}, t = {}) {
|
|
1846
|
-
let n =
|
|
1994
|
+
let n = U(e), r = U(t);
|
|
1847
1995
|
if (super.invalidateQueries({
|
|
1848
1996
|
...n,
|
|
1849
1997
|
refetchType: "none"
|
|
@@ -1852,57 +2000,57 @@ var ft = class extends Qe {
|
|
|
1852
2000
|
...n,
|
|
1853
2001
|
type: n.refetchType ?? n.type ?? "active"
|
|
1854
2002
|
};
|
|
1855
|
-
return (0,
|
|
2003
|
+
return (0, H.nextTick)().then(() => super.refetchQueries(i, r));
|
|
1856
2004
|
}
|
|
1857
2005
|
refetchQueries(e = {}, t = {}) {
|
|
1858
|
-
return super.refetchQueries(
|
|
2006
|
+
return super.refetchQueries(U(e), U(t));
|
|
1859
2007
|
}
|
|
1860
2008
|
fetchQuery(e) {
|
|
1861
|
-
return super.fetchQuery(
|
|
2009
|
+
return super.fetchQuery(U(e));
|
|
1862
2010
|
}
|
|
1863
2011
|
prefetchQuery(e) {
|
|
1864
|
-
return super.prefetchQuery(
|
|
2012
|
+
return super.prefetchQuery(U(e));
|
|
1865
2013
|
}
|
|
1866
2014
|
fetchInfiniteQuery(e) {
|
|
1867
|
-
return super.fetchInfiniteQuery(
|
|
2015
|
+
return super.fetchInfiniteQuery(U(e));
|
|
1868
2016
|
}
|
|
1869
2017
|
prefetchInfiniteQuery(e) {
|
|
1870
|
-
return super.prefetchInfiniteQuery(
|
|
2018
|
+
return super.prefetchInfiniteQuery(U(e));
|
|
1871
2019
|
}
|
|
1872
2020
|
setDefaultOptions(e) {
|
|
1873
|
-
super.setDefaultOptions(
|
|
2021
|
+
super.setDefaultOptions(U(e));
|
|
1874
2022
|
}
|
|
1875
2023
|
setQueryDefaults(e, t) {
|
|
1876
|
-
super.setQueryDefaults(
|
|
2024
|
+
super.setQueryDefaults(U(e), U(t));
|
|
1877
2025
|
}
|
|
1878
2026
|
getQueryDefaults(e) {
|
|
1879
|
-
return super.getQueryDefaults(
|
|
2027
|
+
return super.getQueryDefaults(U(e));
|
|
1880
2028
|
}
|
|
1881
2029
|
setMutationDefaults(e, t) {
|
|
1882
|
-
super.setMutationDefaults(
|
|
2030
|
+
super.setMutationDefaults(U(e), U(t));
|
|
1883
2031
|
}
|
|
1884
2032
|
getMutationDefaults(e) {
|
|
1885
|
-
return super.getMutationDefaults(
|
|
2033
|
+
return super.getMutationDefaults(U(e));
|
|
1886
2034
|
}
|
|
1887
2035
|
};
|
|
1888
2036
|
//#endregion
|
|
1889
2037
|
//#region node_modules/@vue/devtools-api/lib/esm/env.js
|
|
1890
|
-
function
|
|
1891
|
-
return
|
|
2038
|
+
function _t() {
|
|
2039
|
+
return vt().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
1892
2040
|
}
|
|
1893
|
-
function
|
|
2041
|
+
function vt() {
|
|
1894
2042
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
|
|
1895
2043
|
}
|
|
1896
|
-
var
|
|
1897
|
-
function
|
|
1898
|
-
return
|
|
2044
|
+
var yt = typeof Proxy == "function", bt = "devtools-plugin:setup", xt = "plugin:settings:set", W, St;
|
|
2045
|
+
function Ct() {
|
|
2046
|
+
return W === void 0 && (typeof window < "u" && window.performance ? (W = !0, St = window.performance) : typeof globalThis < "u" && globalThis.perf_hooks?.performance ? (W = !0, St = globalThis.perf_hooks.performance) : W = !1), W;
|
|
1899
2047
|
}
|
|
1900
|
-
function
|
|
1901
|
-
return
|
|
2048
|
+
function wt() {
|
|
2049
|
+
return Ct() ? St.now() : Date.now();
|
|
1902
2050
|
}
|
|
1903
2051
|
//#endregion
|
|
1904
2052
|
//#region node_modules/@vue/devtools-api/lib/esm/proxy.js
|
|
1905
|
-
var
|
|
2053
|
+
var Tt = class {
|
|
1906
2054
|
constructor(e, t) {
|
|
1907
2055
|
this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = e, this.hook = t;
|
|
1908
2056
|
let n = {};
|
|
@@ -1923,9 +2071,9 @@ var Ct = class {
|
|
|
1923
2071
|
i = e;
|
|
1924
2072
|
},
|
|
1925
2073
|
now() {
|
|
1926
|
-
return
|
|
2074
|
+
return wt();
|
|
1927
2075
|
}
|
|
1928
|
-
}, t && t.on(
|
|
2076
|
+
}, t && t.on(xt, (e, t) => {
|
|
1929
2077
|
e === this.plugin.id && this.fallbacks.setSettings(t);
|
|
1930
2078
|
}), this.proxiedOn = new Proxy({}, { get: (e, t) => this.target ? this.target.on[t] : (...e) => {
|
|
1931
2079
|
this.onQueue.push({
|
|
@@ -1952,11 +2100,11 @@ var Ct = class {
|
|
|
1952
2100
|
};
|
|
1953
2101
|
//#endregion
|
|
1954
2102
|
//#region node_modules/@vue/devtools-api/lib/esm/index.js
|
|
1955
|
-
function
|
|
1956
|
-
let n = e, r =
|
|
1957
|
-
if (i && (r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !a)) i.emit(
|
|
2103
|
+
function Et(e, t) {
|
|
2104
|
+
let n = e, r = vt(), i = _t(), a = yt && n.enableEarlyProxy;
|
|
2105
|
+
if (i && (r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !a)) i.emit(bt, e, t);
|
|
1958
2106
|
else {
|
|
1959
|
-
let e = a ? new
|
|
2107
|
+
let e = a ? new Tt(n, i) : null;
|
|
1960
2108
|
(r.__VUE_DEVTOOLS_PLUGINS__ = r.__VUE_DEVTOOLS_PLUGINS__ || []).push({
|
|
1961
2109
|
pluginDescriptor: n,
|
|
1962
2110
|
setupFn: t,
|
|
@@ -1966,7 +2114,7 @@ function wt(e, t) {
|
|
|
1966
2114
|
}
|
|
1967
2115
|
//#endregion
|
|
1968
2116
|
//#region node_modules/@tanstack/match-sorter-utils/build/lib/index.mjs
|
|
1969
|
-
var
|
|
2117
|
+
var Dt = {
|
|
1970
2118
|
À: "A",
|
|
1971
2119
|
Á: "A",
|
|
1972
2120
|
Â: "A",
|
|
@@ -2366,11 +2514,11 @@ var Tt = {
|
|
|
2366
2514
|
x̧: "x",
|
|
2367
2515
|
Z̧: "Z",
|
|
2368
2516
|
z̧: "z"
|
|
2369
|
-
},
|
|
2370
|
-
function
|
|
2371
|
-
return e.replace(
|
|
2517
|
+
}, Ot = Object.keys(Dt).join("|"), kt = new RegExp(Ot, "g");
|
|
2518
|
+
function At(e) {
|
|
2519
|
+
return e.replace(kt, (e) => Dt[e]);
|
|
2372
2520
|
}
|
|
2373
|
-
var
|
|
2521
|
+
var G = {
|
|
2374
2522
|
CASE_SENSITIVE_EQUAL: 7,
|
|
2375
2523
|
EQUAL: 6,
|
|
2376
2524
|
STARTS_WITH: 5,
|
|
@@ -2380,9 +2528,9 @@ var K = {
|
|
|
2380
2528
|
MATCHES: 1,
|
|
2381
2529
|
NO_MATCH: 0
|
|
2382
2530
|
};
|
|
2383
|
-
function
|
|
2384
|
-
if (n ||= {}, n.threshold = n.threshold ??
|
|
2385
|
-
let r =
|
|
2531
|
+
function jt(e, t, n) {
|
|
2532
|
+
if (n ||= {}, n.threshold = n.threshold ?? G.MATCHES, !n.accessors) {
|
|
2533
|
+
let r = Mt(e, t, n);
|
|
2386
2534
|
return {
|
|
2387
2535
|
rankedValue: e,
|
|
2388
2536
|
rank: r,
|
|
@@ -2391,23 +2539,23 @@ function kt(e, t, n) {
|
|
|
2391
2539
|
passed: r >= n.threshold
|
|
2392
2540
|
};
|
|
2393
2541
|
}
|
|
2394
|
-
let r =
|
|
2542
|
+
let r = Lt(e, n.accessors), i = {
|
|
2395
2543
|
rankedValue: e,
|
|
2396
|
-
rank:
|
|
2544
|
+
rank: G.NO_MATCH,
|
|
2397
2545
|
accessorIndex: -1,
|
|
2398
2546
|
accessorThreshold: n.threshold,
|
|
2399
2547
|
passed: !1
|
|
2400
2548
|
};
|
|
2401
2549
|
for (let e = 0; e < r.length; e++) {
|
|
2402
|
-
let a = r[e], o =
|
|
2403
|
-
o < s && o >=
|
|
2550
|
+
let a = r[e], o = Mt(a.itemValue, t, n), { minRanking: s, maxRanking: c, threshold: l = n.threshold } = a.attributes;
|
|
2551
|
+
o < s && o >= G.MATCHES ? o = s : o > c && (o = c), o = Math.min(o, c), o >= l && o > i.rank && (i.rank = o, i.passed = !0, i.accessorIndex = e, i.accessorThreshold = l, i.rankedValue = a.itemValue);
|
|
2404
2552
|
}
|
|
2405
2553
|
return i;
|
|
2406
2554
|
}
|
|
2407
|
-
function
|
|
2408
|
-
return e =
|
|
2555
|
+
function Mt(e, t, n) {
|
|
2556
|
+
return e = Ft(e, n), t = Ft(t, n), t.length > e.length ? G.NO_MATCH : e === t ? G.CASE_SENSITIVE_EQUAL : (e = e.toLowerCase(), t = t.toLowerCase(), e === t ? G.EQUAL : e.startsWith(t) ? G.STARTS_WITH : e.includes(` ${t}`) ? G.WORD_STARTS_WITH : e.includes(t) ? G.CONTAINS : t.length === 1 ? G.NO_MATCH : Nt(e).includes(t) ? G.ACRONYM : Pt(e, t));
|
|
2409
2557
|
}
|
|
2410
|
-
function
|
|
2558
|
+
function Nt(e) {
|
|
2411
2559
|
let t = "";
|
|
2412
2560
|
return e.split(" ").forEach((e) => {
|
|
2413
2561
|
e.split("-").forEach((e) => {
|
|
@@ -2415,7 +2563,7 @@ function jt(e) {
|
|
|
2415
2563
|
});
|
|
2416
2564
|
}), t;
|
|
2417
2565
|
}
|
|
2418
|
-
function
|
|
2566
|
+
function Pt(e, t) {
|
|
2419
2567
|
let n = 0, r = 0;
|
|
2420
2568
|
function i(e, t, r) {
|
|
2421
2569
|
for (let i = r, a = t.length; i < a; i++) if (t[i] === e) return n += 1, i + 1;
|
|
@@ -2423,31 +2571,31 @@ function Mt(e, t) {
|
|
|
2423
2571
|
}
|
|
2424
2572
|
function a(e) {
|
|
2425
2573
|
let r = 1 / e, i = n / t.length;
|
|
2426
|
-
return
|
|
2574
|
+
return G.MATCHES + i * r;
|
|
2427
2575
|
}
|
|
2428
2576
|
let o = i(t[0], e, 0);
|
|
2429
|
-
if (o < 0) return
|
|
2577
|
+
if (o < 0) return G.NO_MATCH;
|
|
2430
2578
|
r = o;
|
|
2431
2579
|
for (let n = 1, a = t.length; n < a; n++) {
|
|
2432
2580
|
let a = t[n];
|
|
2433
|
-
if (r = i(a, e, r), !(r > -1)) return
|
|
2581
|
+
if (r = i(a, e, r), !(r > -1)) return G.NO_MATCH;
|
|
2434
2582
|
}
|
|
2435
2583
|
return a(r - o);
|
|
2436
2584
|
}
|
|
2437
|
-
function
|
|
2585
|
+
function Ft(e, t) {
|
|
2438
2586
|
let { keepDiacritics: n } = t;
|
|
2439
|
-
return e = `${e}`, n || (e =
|
|
2587
|
+
return e = `${e}`, n || (e = At(e)), e;
|
|
2440
2588
|
}
|
|
2441
|
-
function
|
|
2589
|
+
function It(e, t) {
|
|
2442
2590
|
let n = t;
|
|
2443
2591
|
typeof t == "object" && (n = t.accessor);
|
|
2444
2592
|
let r = n(e);
|
|
2445
2593
|
return r == null ? [] : Array.isArray(r) ? r : [String(r)];
|
|
2446
2594
|
}
|
|
2447
|
-
function
|
|
2595
|
+
function Lt(e, t) {
|
|
2448
2596
|
let n = [];
|
|
2449
2597
|
for (let r = 0, i = t.length; r < i; r++) {
|
|
2450
|
-
let i = t[r], a =
|
|
2598
|
+
let i = t[r], a = zt(i), o = It(e, i);
|
|
2451
2599
|
for (let e = 0, t = o.length; e < t; e++) n.push({
|
|
2452
2600
|
itemValue: o[e],
|
|
2453
2601
|
attributes: a
|
|
@@ -2455,41 +2603,41 @@ function Ft(e, t) {
|
|
|
2455
2603
|
}
|
|
2456
2604
|
return n;
|
|
2457
2605
|
}
|
|
2458
|
-
var
|
|
2606
|
+
var Rt = {
|
|
2459
2607
|
maxRanking: Infinity,
|
|
2460
2608
|
minRanking: -Infinity
|
|
2461
2609
|
};
|
|
2462
|
-
function
|
|
2463
|
-
return typeof e == "function" ?
|
|
2464
|
-
...
|
|
2610
|
+
function zt(e) {
|
|
2611
|
+
return typeof e == "function" ? Rt : {
|
|
2612
|
+
...Rt,
|
|
2465
2613
|
...e
|
|
2466
2614
|
};
|
|
2467
2615
|
}
|
|
2468
2616
|
//#endregion
|
|
2469
2617
|
//#region node_modules/@tanstack/vue-query/build/modern/devtools/utils.js
|
|
2470
|
-
function
|
|
2618
|
+
function K(e) {
|
|
2471
2619
|
return e.state.fetchStatus === "fetching" ? 0 : e.state.fetchStatus === "paused" ? 4 : e.getObserversCount() ? e.isStale() ? 2 : 1 : 3;
|
|
2472
2620
|
}
|
|
2473
|
-
function
|
|
2474
|
-
let t =
|
|
2621
|
+
function Bt(e) {
|
|
2622
|
+
let t = K(e);
|
|
2475
2623
|
return t === 0 ? "fetching" : t === 4 ? "paused" : t === 2 ? "stale" : t === 3 ? "inactive" : "fresh";
|
|
2476
2624
|
}
|
|
2477
|
-
function
|
|
2478
|
-
return
|
|
2625
|
+
function Vt(e) {
|
|
2626
|
+
return K(e) === 2 ? 0 : 16777215;
|
|
2479
2627
|
}
|
|
2480
|
-
function
|
|
2481
|
-
let t =
|
|
2628
|
+
function Ht(e) {
|
|
2629
|
+
let t = K(e);
|
|
2482
2630
|
return t === 0 ? 27647 : t === 4 ? 9193963 : t === 2 ? 16757248 : t === 3 ? 4148832 : 33575;
|
|
2483
2631
|
}
|
|
2484
|
-
var
|
|
2485
|
-
"Status > Last Updated": (e, t) =>
|
|
2486
|
-
"Query Hash":
|
|
2487
|
-
"Last Updated":
|
|
2488
|
-
},
|
|
2489
|
-
function
|
|
2490
|
-
|
|
2491
|
-
id:
|
|
2492
|
-
label:
|
|
2632
|
+
var Ut = (e, t) => e.queryHash.localeCompare(t.queryHash), Wt = (e, t) => e.state.dataUpdatedAt < t.state.dataUpdatedAt ? 1 : -1, Gt = {
|
|
2633
|
+
"Status > Last Updated": (e, t) => K(e) === K(t) ? Wt(e, t) : K(e) > K(t) ? 1 : -1,
|
|
2634
|
+
"Query Hash": Ut,
|
|
2635
|
+
"Last Updated": Wt
|
|
2636
|
+
}, q = "vue-query", Kt = "Vue Query";
|
|
2637
|
+
function qt(e, t) {
|
|
2638
|
+
Et({
|
|
2639
|
+
id: q,
|
|
2640
|
+
label: Kt,
|
|
2493
2641
|
packageName: "vue-query",
|
|
2494
2642
|
homepage: "https://tanstack.com/query/latest",
|
|
2495
2643
|
logo: "https://raw.githubusercontent.com/TanStack/query/main/packages/vue-query/media/vue-query.svg",
|
|
@@ -2511,11 +2659,11 @@ function Gt(e, t) {
|
|
|
2511
2659
|
sortFn: {
|
|
2512
2660
|
type: "choice",
|
|
2513
2661
|
label: "Sort Function",
|
|
2514
|
-
options: Object.keys(
|
|
2662
|
+
options: Object.keys(Gt).map((e) => ({
|
|
2515
2663
|
label: e,
|
|
2516
2664
|
value: e
|
|
2517
2665
|
})),
|
|
2518
|
-
defaultValue: Object.keys(
|
|
2666
|
+
defaultValue: Object.keys(Gt)[0]
|
|
2519
2667
|
},
|
|
2520
2668
|
onlineMode: {
|
|
2521
2669
|
type: "choice",
|
|
@@ -2533,11 +2681,11 @@ function Gt(e, t) {
|
|
|
2533
2681
|
}
|
|
2534
2682
|
}, (e) => {
|
|
2535
2683
|
let n = e.getSettings();
|
|
2536
|
-
|
|
2684
|
+
B.setOnline(!!n.onlineMode.valueOf());
|
|
2537
2685
|
let r = t.getQueryCache();
|
|
2538
2686
|
e.addInspector({
|
|
2539
|
-
id:
|
|
2540
|
-
label:
|
|
2687
|
+
id: q,
|
|
2688
|
+
label: Kt,
|
|
2541
2689
|
icon: "api",
|
|
2542
2690
|
nodeActions: [
|
|
2543
2691
|
{
|
|
@@ -2596,16 +2744,16 @@ function Gt(e, t) {
|
|
|
2596
2744
|
}
|
|
2597
2745
|
]
|
|
2598
2746
|
}), e.addTimelineLayer({
|
|
2599
|
-
id:
|
|
2600
|
-
label:
|
|
2747
|
+
id: q,
|
|
2748
|
+
label: Kt,
|
|
2601
2749
|
color: 16767308
|
|
2602
2750
|
}), r.subscribe((t) => {
|
|
2603
|
-
e.sendInspectorTree(
|
|
2751
|
+
e.sendInspectorTree(q), e.sendInspectorState(q), [
|
|
2604
2752
|
"added",
|
|
2605
2753
|
"removed",
|
|
2606
2754
|
"updated"
|
|
2607
2755
|
].includes(t.type) && e.addTimelineEvent({
|
|
2608
|
-
layerId:
|
|
2756
|
+
layerId: q,
|
|
2609
2757
|
event: {
|
|
2610
2758
|
title: t.type,
|
|
2611
2759
|
subtitle: t.query.queryHash,
|
|
@@ -2617,25 +2765,25 @@ function Gt(e, t) {
|
|
|
2617
2765
|
}
|
|
2618
2766
|
});
|
|
2619
2767
|
}), e.on.setPluginSettings((e) => {
|
|
2620
|
-
e.key === "onlineMode" &&
|
|
2768
|
+
e.key === "onlineMode" && B.setOnline(!!e.newValue);
|
|
2621
2769
|
}), e.on.getInspectorTree((t) => {
|
|
2622
|
-
if (t.inspectorId ===
|
|
2770
|
+
if (t.inspectorId === q) {
|
|
2623
2771
|
let n = r.getAll(), i = e.getSettings();
|
|
2624
|
-
t.rootNodes = (t.filter ? n.filter((e) =>
|
|
2625
|
-
let t =
|
|
2772
|
+
t.rootNodes = (t.filter ? n.filter((e) => jt(e.queryHash, t.filter).passed) : [...n]).sort((e, t) => Gt[i.sortFn](e, t) * i.baseSort).map((e) => {
|
|
2773
|
+
let t = Bt(e);
|
|
2626
2774
|
return {
|
|
2627
2775
|
id: e.queryHash,
|
|
2628
2776
|
label: e.queryHash,
|
|
2629
2777
|
tags: [{
|
|
2630
2778
|
label: `${t} [${e.getObserversCount()}]`,
|
|
2631
|
-
textColor:
|
|
2632
|
-
backgroundColor:
|
|
2779
|
+
textColor: Vt(e),
|
|
2780
|
+
backgroundColor: Ht(e)
|
|
2633
2781
|
}]
|
|
2634
2782
|
};
|
|
2635
2783
|
});
|
|
2636
2784
|
}
|
|
2637
2785
|
}), e.on.getInspectorState((e) => {
|
|
2638
|
-
if (e.inspectorId ===
|
|
2786
|
+
if (e.inspectorId === q) {
|
|
2639
2787
|
let t = r.get(e.nodeId);
|
|
2640
2788
|
if (!t) return;
|
|
2641
2789
|
e.state = {
|
|
@@ -2646,7 +2794,7 @@ function Gt(e, t) {
|
|
|
2646
2794
|
},
|
|
2647
2795
|
{
|
|
2648
2796
|
key: "Query status",
|
|
2649
|
-
value:
|
|
2797
|
+
value: Bt(t)
|
|
2650
2798
|
},
|
|
2651
2799
|
{
|
|
2652
2800
|
key: "Observers",
|
|
@@ -2672,9 +2820,9 @@ function Gt(e, t) {
|
|
|
2672
2820
|
}
|
|
2673
2821
|
//#endregion
|
|
2674
2822
|
//#region node_modules/@tanstack/vue-query/build/modern/vueQueryPlugin.js
|
|
2675
|
-
var
|
|
2676
|
-
let n =
|
|
2677
|
-
r = "queryClient" in t && t.queryClient ? t.queryClient : new
|
|
2823
|
+
var Jt = { install: (e, t = {}) => {
|
|
2824
|
+
let n = st(t.queryClientKey), r;
|
|
2825
|
+
r = "queryClient" in t && t.queryClient ? t.queryClient : new gt("queryClientConfig" in t ? t.queryClientConfig : void 0), ce || r.mount();
|
|
2678
2826
|
let i = () => {};
|
|
2679
2827
|
if (t.clientPersister) {
|
|
2680
2828
|
r.isRestoring && (r.isRestoring.value = !0);
|
|
@@ -2693,29 +2841,29 @@ var Kt = { install: (e, t = {}) => {
|
|
|
2693
2841
|
a(), t();
|
|
2694
2842
|
};
|
|
2695
2843
|
}
|
|
2696
|
-
e.provide(n, r), process.env.NODE_ENV === "development" && t.enableDevtoolsV6Plugin &&
|
|
2844
|
+
e.provide(n, r), process.env.NODE_ENV === "development" && t.enableDevtoolsV6Plugin && qt(e, r);
|
|
2697
2845
|
} };
|
|
2698
2846
|
//#endregion
|
|
2699
2847
|
//#region node_modules/@tanstack/vue-query/build/modern/useBaseQuery.js
|
|
2700
|
-
function
|
|
2701
|
-
process.env.NODE_ENV === "development" && ((0,
|
|
2702
|
-
let r = n ||
|
|
2848
|
+
function Yt(e, t, n) {
|
|
2849
|
+
process.env.NODE_ENV === "development" && ((0, H.getCurrentScope)() || console.warn("vue-query composable like \"useQuery()\" should only be used inside a \"setup()\" function or a running effect scope. They might otherwise lead to memory leaks."));
|
|
2850
|
+
let r = n || pt(), i = (0, H.computed)(() => {
|
|
2703
2851
|
let e = t;
|
|
2704
2852
|
typeof e == "function" && (e = e());
|
|
2705
|
-
let n =
|
|
2853
|
+
let n = U(e);
|
|
2706
2854
|
typeof n.enabled == "function" && (n.enabled = n.enabled());
|
|
2707
2855
|
let i = r.defaultQueryOptions(n);
|
|
2708
2856
|
return i._optimisticResults = r.isRestoring?.value ? "isRestoring" : "optimistic", i;
|
|
2709
|
-
}), a = new e(r, i.value), o = i.value.shallow ? (0,
|
|
2710
|
-
r.isRestoring && (0,
|
|
2857
|
+
}), a = new e(r, i.value), o = i.value.shallow ? (0, H.shallowReactive)(a.getCurrentResult()) : (0, H.reactive)(a.getCurrentResult()), s = () => {};
|
|
2858
|
+
r.isRestoring && (0, H.watch)(r.isRestoring, (e) => {
|
|
2711
2859
|
e || (s(), s = a.subscribe((e) => {
|
|
2712
|
-
|
|
2860
|
+
ct(o, e);
|
|
2713
2861
|
}));
|
|
2714
2862
|
}, { immediate: !0 });
|
|
2715
2863
|
let c = () => {
|
|
2716
|
-
a.setOptions(i.value),
|
|
2864
|
+
a.setOptions(i.value), ct(o, a.getCurrentResult());
|
|
2717
2865
|
};
|
|
2718
|
-
(0,
|
|
2866
|
+
(0, H.watch)(i, c), (0, H.onScopeDispose)(() => {
|
|
2719
2867
|
s();
|
|
2720
2868
|
});
|
|
2721
2869
|
let l = (...e) => (c(), o.refetch(...e)), u = () => new Promise((e, t) => {
|
|
@@ -2724,44 +2872,44 @@ function qt(e, t, n) {
|
|
|
2724
2872
|
a.setOptions(i.value);
|
|
2725
2873
|
let r = a.getOptimisticResult(i.value);
|
|
2726
2874
|
r.isStale ? (n(), a.fetchOptimistic(i.value).then(e, (n) => {
|
|
2727
|
-
|
|
2875
|
+
Ee(i.value.throwOnError, [n, a.getCurrentQuery()]) ? t(n) : e(a.getCurrentResult());
|
|
2728
2876
|
})) : (n(), e(r));
|
|
2729
2877
|
}
|
|
2730
2878
|
};
|
|
2731
|
-
r(), n = (0,
|
|
2879
|
+
r(), n = (0, H.watch)(i, r);
|
|
2732
2880
|
});
|
|
2733
|
-
(0,
|
|
2734
|
-
if (o.isError && !o.isFetching &&
|
|
2881
|
+
(0, H.watch)(() => o.error, (e) => {
|
|
2882
|
+
if (o.isError && !o.isFetching && Ee(i.value.throwOnError, [e, a.getCurrentQuery()])) throw e;
|
|
2735
2883
|
});
|
|
2736
|
-
let d = (0,
|
|
2884
|
+
let d = (0, H.toRefs)(i.value.shallow ? (0, H.shallowReadonly)(o) : (0, H.readonly)(o));
|
|
2737
2885
|
for (let e in o) typeof o[e] == "function" && (d[e] = o[e]);
|
|
2738
2886
|
return d.suspense = u, d.refetch = l, d;
|
|
2739
2887
|
}
|
|
2740
2888
|
//#endregion
|
|
2741
2889
|
//#region node_modules/@tanstack/vue-query/build/modern/useQuery.js
|
|
2742
|
-
function
|
|
2743
|
-
return
|
|
2890
|
+
function Xt(e, t) {
|
|
2891
|
+
return Yt(Ue, e, t);
|
|
2744
2892
|
}
|
|
2745
2893
|
//#endregion
|
|
2746
2894
|
//#region node_modules/@tanstack/vue-query/build/modern/useMutation.js
|
|
2747
|
-
function
|
|
2748
|
-
process.env.NODE_ENV === "development" && ((0,
|
|
2749
|
-
let n = t ||
|
|
2895
|
+
function Zt(e, t) {
|
|
2896
|
+
process.env.NODE_ENV === "development" && ((0, H.getCurrentScope)() || console.warn("vue-query composable like \"useQuery()\" should only be used inside a \"setup()\" function or a running effect scope. They might otherwise lead to memory leaks."));
|
|
2897
|
+
let n = t || pt(), r = (0, H.computed)(() => {
|
|
2750
2898
|
let t = typeof e == "function" ? e() : e;
|
|
2751
|
-
return n.defaultMutationOptions(
|
|
2752
|
-
}), i = new
|
|
2753
|
-
|
|
2899
|
+
return n.defaultMutationOptions(U(t));
|
|
2900
|
+
}), i = new $e(n, r.value), a = r.value.shallow ? (0, H.shallowReactive)(i.getCurrentResult()) : (0, H.reactive)(i.getCurrentResult()), o = i.subscribe((e) => {
|
|
2901
|
+
ct(a, e);
|
|
2754
2902
|
}), s = (e, t) => {
|
|
2755
2903
|
i.mutate(e, t).catch(() => {});
|
|
2756
2904
|
};
|
|
2757
|
-
(0,
|
|
2905
|
+
(0, H.watch)(r, () => {
|
|
2758
2906
|
i.setOptions(r.value);
|
|
2759
|
-
}), (0,
|
|
2907
|
+
}), (0, H.onScopeDispose)(() => {
|
|
2760
2908
|
o();
|
|
2761
2909
|
});
|
|
2762
|
-
let c = (0,
|
|
2763
|
-
return (0,
|
|
2764
|
-
if (e &&
|
|
2910
|
+
let c = (0, H.toRefs)(r.value.shallow ? (0, H.shallowReadonly)(a) : (0, H.readonly)(a));
|
|
2911
|
+
return (0, H.watch)(() => a.error, (e) => {
|
|
2912
|
+
if (e && Ee(r.value.throwOnError, [e])) throw e;
|
|
2765
2913
|
}), {
|
|
2766
2914
|
...c,
|
|
2767
2915
|
mutate: s,
|
|
@@ -2771,38 +2919,38 @@ function Yt(e, t) {
|
|
|
2771
2919
|
}
|
|
2772
2920
|
//#endregion
|
|
2773
2921
|
//#region src/composables/data/_internal.ts
|
|
2774
|
-
function
|
|
2922
|
+
function J(e) {
|
|
2775
2923
|
return e;
|
|
2776
2924
|
}
|
|
2777
2925
|
//#endregion
|
|
2778
2926
|
//#region src/composables/data/useQuery.ts
|
|
2779
|
-
var
|
|
2927
|
+
var Qt = {
|
|
2780
2928
|
retry: !1,
|
|
2781
2929
|
refetchOnMount: !0,
|
|
2782
2930
|
refetchOnReconnect: !1,
|
|
2783
2931
|
refetchOnWindowFocus: !1
|
|
2784
|
-
},
|
|
2785
|
-
function
|
|
2932
|
+
}, $t = 0;
|
|
2933
|
+
function en(e) {
|
|
2786
2934
|
if (e !== void 0) return typeof e == "function" ? e() : i(e);
|
|
2787
2935
|
}
|
|
2788
|
-
function
|
|
2789
|
-
return
|
|
2936
|
+
function tn() {
|
|
2937
|
+
return $t += 1, ["hanap-labs-query", $t];
|
|
2790
2938
|
}
|
|
2791
|
-
async function
|
|
2939
|
+
async function nn(e) {
|
|
2792
2940
|
return (await e()).data;
|
|
2793
2941
|
}
|
|
2794
|
-
function
|
|
2942
|
+
function rn(e = {}) {
|
|
2795
2943
|
return function(n, r) {
|
|
2796
|
-
let { queryKey: o, onSuccess: s, onError: c, enabled: l, ...u } = r ?? {}, d =
|
|
2944
|
+
let { queryKey: o, onSuccess: s, onError: c, enabled: l, ...u } = r ?? {}, d = tn(), f = [], p = [];
|
|
2797
2945
|
s !== void 0 && f.push(s), c !== void 0 && p.push(c);
|
|
2798
|
-
let m =
|
|
2946
|
+
let m = Xt({
|
|
2799
2947
|
queryKey: t(() => o === void 0 ? d : typeof o == "function" ? o() : i(o)),
|
|
2800
2948
|
queryFn: (e) => n({
|
|
2801
2949
|
queryKey: e.queryKey,
|
|
2802
2950
|
signal: e.signal
|
|
2803
2951
|
}),
|
|
2804
|
-
enabled: t(() =>
|
|
2805
|
-
...
|
|
2952
|
+
enabled: t(() => en(l)),
|
|
2953
|
+
...Qt,
|
|
2806
2954
|
...e,
|
|
2807
2955
|
...u
|
|
2808
2956
|
});
|
|
@@ -2811,47 +2959,47 @@ function tn(e = {}) {
|
|
|
2811
2959
|
}, { immediate: !1 }), p.length > 0 && a(() => m.error.value, (e) => {
|
|
2812
2960
|
if (e !== null) for (let t of p) t(e);
|
|
2813
2961
|
}, { immediate: !1 });
|
|
2814
|
-
let h = () =>
|
|
2815
|
-
data:
|
|
2816
|
-
error:
|
|
2817
|
-
isError:
|
|
2818
|
-
loading:
|
|
2819
|
-
initializing:
|
|
2820
|
-
isSuccess:
|
|
2962
|
+
let h = () => nn(m.refetch), g = {
|
|
2963
|
+
data: J(m.data),
|
|
2964
|
+
error: J(m.error),
|
|
2965
|
+
isError: J(m.isError),
|
|
2966
|
+
loading: J(m.isFetching),
|
|
2967
|
+
initializing: J(m.isLoading),
|
|
2968
|
+
isSuccess: J(m.isSuccess),
|
|
2821
2969
|
onError: (e) => (p.push(e), g),
|
|
2822
2970
|
refetch: h,
|
|
2823
2971
|
run: h,
|
|
2824
|
-
status:
|
|
2972
|
+
status: J(m.status)
|
|
2825
2973
|
};
|
|
2826
2974
|
return g;
|
|
2827
2975
|
};
|
|
2828
2976
|
}
|
|
2829
|
-
var
|
|
2977
|
+
var an = rn();
|
|
2830
2978
|
//#endregion
|
|
2831
2979
|
//#region src/composables/data/queryPlugin.ts
|
|
2832
|
-
function
|
|
2980
|
+
function on(e = {}) {
|
|
2833
2981
|
return { install(t) {
|
|
2834
|
-
let n = new
|
|
2982
|
+
let n = new gt({ defaultOptions: {
|
|
2835
2983
|
queries: e.queries,
|
|
2836
2984
|
mutations: e.mutations
|
|
2837
2985
|
} });
|
|
2838
|
-
t.use(
|
|
2986
|
+
t.use(Jt, { queryClient: n });
|
|
2839
2987
|
} };
|
|
2840
2988
|
}
|
|
2841
2989
|
//#endregion
|
|
2842
2990
|
//#region src/composables/data/useMutation.ts
|
|
2843
|
-
function
|
|
2991
|
+
function sn(e) {
|
|
2844
2992
|
return e[0];
|
|
2845
2993
|
}
|
|
2846
|
-
function
|
|
2994
|
+
function cn(e, t) {
|
|
2847
2995
|
return e(t);
|
|
2848
2996
|
}
|
|
2849
|
-
function
|
|
2997
|
+
function ln(e = {}) {
|
|
2850
2998
|
return function(t, n) {
|
|
2851
2999
|
let { onSuccess: r, onError: i, onMutate: a, onSettled: o, ...s } = n ?? {}, c = [], l = [], u = [], d = [];
|
|
2852
3000
|
r !== void 0 && c.push(r), i !== void 0 && l.push(i), a !== void 0 && u.push(a), o !== void 0 && d.push(o);
|
|
2853
|
-
let f =
|
|
2854
|
-
mutationFn: (e) =>
|
|
3001
|
+
let f = Zt({
|
|
3002
|
+
mutationFn: (e) => cn(t, e),
|
|
2855
3003
|
...e,
|
|
2856
3004
|
...s,
|
|
2857
3005
|
onMutate: async (e, t) => {
|
|
@@ -2869,69 +3017,69 @@ function sn(e = {}) {
|
|
|
2869
3017
|
for (let i of d) await i(e, t, n, r);
|
|
2870
3018
|
}
|
|
2871
3019
|
}), p = {
|
|
2872
|
-
data:
|
|
2873
|
-
error:
|
|
2874
|
-
idle:
|
|
2875
|
-
isError:
|
|
2876
|
-
isSuccess:
|
|
2877
|
-
submitting:
|
|
3020
|
+
data: J(f.data),
|
|
3021
|
+
error: J(f.error),
|
|
3022
|
+
idle: J(f.isIdle),
|
|
3023
|
+
isError: J(f.isError),
|
|
3024
|
+
isSuccess: J(f.isSuccess),
|
|
3025
|
+
submitting: J(f.isPending),
|
|
2878
3026
|
onError: (e) => (l.push(e), p),
|
|
2879
3027
|
onMutate: (e) => (u.push(e), p),
|
|
2880
3028
|
onSettled: (e) => (d.push(e), p),
|
|
2881
3029
|
onSuccess: (e) => (c.push(e), p),
|
|
2882
3030
|
reset: f.reset,
|
|
2883
|
-
run: (...e) => f.mutateAsync(
|
|
2884
|
-
status:
|
|
3031
|
+
run: (...e) => f.mutateAsync(sn(e)),
|
|
3032
|
+
status: J(f.status)
|
|
2885
3033
|
};
|
|
2886
3034
|
return p;
|
|
2887
3035
|
};
|
|
2888
3036
|
}
|
|
2889
|
-
var
|
|
3037
|
+
var un = ln(), dn = /* @__PURE__ */ f(((e, t) => {
|
|
2890
3038
|
function n() {
|
|
2891
3039
|
this.__data__ = [], this.size = 0;
|
|
2892
3040
|
}
|
|
2893
3041
|
t.exports = n;
|
|
2894
|
-
})),
|
|
3042
|
+
})), fn = /* @__PURE__ */ f(((e, t) => {
|
|
2895
3043
|
function n(e, t) {
|
|
2896
3044
|
return e === t || e !== e && t !== t;
|
|
2897
3045
|
}
|
|
2898
3046
|
t.exports = n;
|
|
2899
|
-
})),
|
|
2900
|
-
var n =
|
|
3047
|
+
})), Y = /* @__PURE__ */ f(((e, t) => {
|
|
3048
|
+
var n = fn();
|
|
2901
3049
|
function r(e, t) {
|
|
2902
3050
|
for (var r = e.length; r--;) if (n(e[r][0], t)) return r;
|
|
2903
3051
|
return -1;
|
|
2904
3052
|
}
|
|
2905
3053
|
t.exports = r;
|
|
2906
|
-
})),
|
|
2907
|
-
var n =
|
|
3054
|
+
})), pn = /* @__PURE__ */ f(((e, t) => {
|
|
3055
|
+
var n = Y(), r = Array.prototype.splice;
|
|
2908
3056
|
function i(e) {
|
|
2909
3057
|
var t = this.__data__, i = n(t, e);
|
|
2910
3058
|
return i < 0 ? !1 : (i == t.length - 1 ? t.pop() : r.call(t, i, 1), --this.size, !0);
|
|
2911
3059
|
}
|
|
2912
3060
|
t.exports = i;
|
|
2913
|
-
})),
|
|
2914
|
-
var n =
|
|
3061
|
+
})), mn = /* @__PURE__ */ f(((e, t) => {
|
|
3062
|
+
var n = Y();
|
|
2915
3063
|
function r(e) {
|
|
2916
3064
|
var t = this.__data__, r = n(t, e);
|
|
2917
3065
|
return r < 0 ? void 0 : t[r][1];
|
|
2918
3066
|
}
|
|
2919
3067
|
t.exports = r;
|
|
2920
|
-
})),
|
|
2921
|
-
var n =
|
|
3068
|
+
})), hn = /* @__PURE__ */ f(((e, t) => {
|
|
3069
|
+
var n = Y();
|
|
2922
3070
|
function r(e) {
|
|
2923
3071
|
return n(this.__data__, e) > -1;
|
|
2924
3072
|
}
|
|
2925
3073
|
t.exports = r;
|
|
2926
|
-
})),
|
|
2927
|
-
var n =
|
|
3074
|
+
})), gn = /* @__PURE__ */ f(((e, t) => {
|
|
3075
|
+
var n = Y();
|
|
2928
3076
|
function r(e, t) {
|
|
2929
3077
|
var r = this.__data__, i = n(r, e);
|
|
2930
3078
|
return i < 0 ? (++this.size, r.push([e, t])) : r[i][1] = t, this;
|
|
2931
3079
|
}
|
|
2932
3080
|
t.exports = r;
|
|
2933
|
-
})),
|
|
2934
|
-
var n =
|
|
3081
|
+
})), _n = /* @__PURE__ */ f(((e, t) => {
|
|
3082
|
+
var n = dn(), r = pn(), i = mn(), a = hn(), o = gn();
|
|
2935
3083
|
function s(e) {
|
|
2936
3084
|
var t = -1, n = e == null ? 0 : e.length;
|
|
2937
3085
|
for (this.clear(); ++t < n;) {
|
|
@@ -2940,37 +3088,37 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
2940
3088
|
}
|
|
2941
3089
|
}
|
|
2942
3090
|
s.prototype.clear = n, s.prototype.delete = r, s.prototype.get = i, s.prototype.has = a, s.prototype.set = o, t.exports = s;
|
|
2943
|
-
})),
|
|
2944
|
-
var n =
|
|
3091
|
+
})), vn = /* @__PURE__ */ f(((e, t) => {
|
|
3092
|
+
var n = _n();
|
|
2945
3093
|
function r() {
|
|
2946
3094
|
this.__data__ = new n(), this.size = 0;
|
|
2947
3095
|
}
|
|
2948
3096
|
t.exports = r;
|
|
2949
|
-
})),
|
|
3097
|
+
})), yn = /* @__PURE__ */ f(((e, t) => {
|
|
2950
3098
|
function n(e) {
|
|
2951
3099
|
var t = this.__data__, n = t.delete(e);
|
|
2952
3100
|
return this.size = t.size, n;
|
|
2953
3101
|
}
|
|
2954
3102
|
t.exports = n;
|
|
2955
|
-
})),
|
|
3103
|
+
})), bn = /* @__PURE__ */ f(((e, t) => {
|
|
2956
3104
|
function n(e) {
|
|
2957
3105
|
return this.__data__.get(e);
|
|
2958
3106
|
}
|
|
2959
3107
|
t.exports = n;
|
|
2960
|
-
})),
|
|
3108
|
+
})), xn = /* @__PURE__ */ f(((e, t) => {
|
|
2961
3109
|
function n(e) {
|
|
2962
3110
|
return this.__data__.has(e);
|
|
2963
3111
|
}
|
|
2964
3112
|
t.exports = n;
|
|
2965
|
-
})),
|
|
3113
|
+
})), Sn = /* @__PURE__ */ f(((e, t) => {
|
|
2966
3114
|
t.exports = typeof global == "object" && global && global.Object === Object && global;
|
|
2967
3115
|
})), X = /* @__PURE__ */ f(((e, t) => {
|
|
2968
|
-
var n =
|
|
3116
|
+
var n = Sn(), r = typeof self == "object" && self && self.Object === Object && self;
|
|
2969
3117
|
t.exports = n || r || Function("return this")();
|
|
2970
|
-
})), Sn = /* @__PURE__ */ f(((e, t) => {
|
|
2971
|
-
t.exports = X().Symbol;
|
|
2972
3118
|
})), Cn = /* @__PURE__ */ f(((e, t) => {
|
|
2973
|
-
|
|
3119
|
+
t.exports = X().Symbol;
|
|
3120
|
+
})), wn = /* @__PURE__ */ f(((e, t) => {
|
|
3121
|
+
var n = Cn(), r = Object.prototype, i = r.hasOwnProperty, a = r.toString, o = n ? n.toStringTag : void 0;
|
|
2974
3122
|
function s(e) {
|
|
2975
3123
|
var t = i.call(e, o), n = e[o];
|
|
2976
3124
|
try {
|
|
@@ -2981,36 +3129,36 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
2981
3129
|
return r && (t ? e[o] = n : delete e[o]), s;
|
|
2982
3130
|
}
|
|
2983
3131
|
t.exports = s;
|
|
2984
|
-
})),
|
|
3132
|
+
})), Tn = /* @__PURE__ */ f(((e, t) => {
|
|
2985
3133
|
var n = Object.prototype.toString;
|
|
2986
3134
|
function r(e) {
|
|
2987
3135
|
return n.call(e);
|
|
2988
3136
|
}
|
|
2989
3137
|
t.exports = r;
|
|
2990
|
-
})),
|
|
2991
|
-
var n =
|
|
3138
|
+
})), En = /* @__PURE__ */ f(((e, t) => {
|
|
3139
|
+
var n = Cn(), r = wn(), i = Tn(), a = "[object Null]", o = "[object Undefined]", s = n ? n.toStringTag : void 0;
|
|
2992
3140
|
function c(e) {
|
|
2993
3141
|
return e == null ? e === void 0 ? o : a : s && s in Object(e) ? r(e) : i(e);
|
|
2994
3142
|
}
|
|
2995
3143
|
t.exports = c;
|
|
2996
|
-
})),
|
|
3144
|
+
})), Dn = /* @__PURE__ */ f(((e, t) => {
|
|
2997
3145
|
function n(e) {
|
|
2998
3146
|
var t = typeof e;
|
|
2999
3147
|
return e != null && (t == "object" || t == "function");
|
|
3000
3148
|
}
|
|
3001
3149
|
t.exports = n;
|
|
3002
|
-
})),
|
|
3003
|
-
var n =
|
|
3150
|
+
})), On = /* @__PURE__ */ f(((e, t) => {
|
|
3151
|
+
var n = En(), r = Dn(), i = "[object AsyncFunction]", a = "[object Function]", o = "[object GeneratorFunction]", s = "[object Proxy]";
|
|
3004
3152
|
function c(e) {
|
|
3005
3153
|
if (!r(e)) return !1;
|
|
3006
3154
|
var t = n(e);
|
|
3007
3155
|
return t == a || t == o || t == i || t == s;
|
|
3008
3156
|
}
|
|
3009
3157
|
t.exports = c;
|
|
3010
|
-
})), On = /* @__PURE__ */ f(((e, t) => {
|
|
3011
|
-
t.exports = X()["__core-js_shared__"];
|
|
3012
3158
|
})), kn = /* @__PURE__ */ f(((e, t) => {
|
|
3013
|
-
|
|
3159
|
+
t.exports = X()["__core-js_shared__"];
|
|
3160
|
+
})), An = /* @__PURE__ */ f(((e, t) => {
|
|
3161
|
+
var n = kn(), r = function() {
|
|
3014
3162
|
var e = /[^.]+$/.exec(n && n.keys && n.keys.IE_PROTO || "");
|
|
3015
3163
|
return e ? "Symbol(src)_1." + e : "";
|
|
3016
3164
|
}();
|
|
@@ -3018,7 +3166,7 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3018
3166
|
return !!r && r in e;
|
|
3019
3167
|
}
|
|
3020
3168
|
t.exports = i;
|
|
3021
|
-
})),
|
|
3169
|
+
})), jn = /* @__PURE__ */ f(((e, t) => {
|
|
3022
3170
|
var n = Function.prototype.toString;
|
|
3023
3171
|
function r(e) {
|
|
3024
3172
|
if (e != null) {
|
|
@@ -3032,42 +3180,42 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3032
3180
|
return "";
|
|
3033
3181
|
}
|
|
3034
3182
|
t.exports = r;
|
|
3035
|
-
})),
|
|
3036
|
-
var n =
|
|
3183
|
+
})), Mn = /* @__PURE__ */ f(((e, t) => {
|
|
3184
|
+
var n = On(), r = An(), i = Dn(), a = jn(), o = /[\\^$.*+?()[\]{}|]/g, s = /^\[object .+?Constructor\]$/, c = Function.prototype, l = Object.prototype, u = c.toString, d = l.hasOwnProperty, f = RegExp("^" + u.call(d).replace(o, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$");
|
|
3037
3185
|
function p(e) {
|
|
3038
3186
|
return !i(e) || r(e) ? !1 : (n(e) ? f : s).test(a(e));
|
|
3039
3187
|
}
|
|
3040
3188
|
t.exports = p;
|
|
3041
|
-
})),
|
|
3189
|
+
})), Nn = /* @__PURE__ */ f(((e, t) => {
|
|
3042
3190
|
function n(e, t) {
|
|
3043
3191
|
return e?.[t];
|
|
3044
3192
|
}
|
|
3045
3193
|
t.exports = n;
|
|
3046
3194
|
})), Z = /* @__PURE__ */ f(((e, t) => {
|
|
3047
|
-
var n =
|
|
3195
|
+
var n = Mn(), r = Nn();
|
|
3048
3196
|
function i(e, t) {
|
|
3049
3197
|
var i = r(e, t);
|
|
3050
3198
|
return n(i) ? i : void 0;
|
|
3051
3199
|
}
|
|
3052
3200
|
t.exports = i;
|
|
3053
|
-
})), Nn = /* @__PURE__ */ f(((e, t) => {
|
|
3054
|
-
t.exports = Z()(X(), "Map");
|
|
3055
3201
|
})), Pn = /* @__PURE__ */ f(((e, t) => {
|
|
3056
|
-
t.exports = Z()(
|
|
3202
|
+
t.exports = Z()(X(), "Map");
|
|
3057
3203
|
})), Fn = /* @__PURE__ */ f(((e, t) => {
|
|
3058
|
-
|
|
3204
|
+
t.exports = Z()(Object, "create");
|
|
3205
|
+
})), In = /* @__PURE__ */ f(((e, t) => {
|
|
3206
|
+
var n = Fn();
|
|
3059
3207
|
function r() {
|
|
3060
3208
|
this.__data__ = n ? n(null) : {}, this.size = 0;
|
|
3061
3209
|
}
|
|
3062
3210
|
t.exports = r;
|
|
3063
|
-
})),
|
|
3211
|
+
})), Ln = /* @__PURE__ */ f(((e, t) => {
|
|
3064
3212
|
function n(e) {
|
|
3065
3213
|
var t = this.has(e) && delete this.__data__[e];
|
|
3066
3214
|
return this.size -= +!!t, t;
|
|
3067
3215
|
}
|
|
3068
3216
|
t.exports = n;
|
|
3069
|
-
})),
|
|
3070
|
-
var n =
|
|
3217
|
+
})), Rn = /* @__PURE__ */ f(((e, t) => {
|
|
3218
|
+
var n = Fn(), r = "__lodash_hash_undefined__", i = Object.prototype.hasOwnProperty;
|
|
3071
3219
|
function a(e) {
|
|
3072
3220
|
var t = this.__data__;
|
|
3073
3221
|
if (n) {
|
|
@@ -3077,22 +3225,22 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3077
3225
|
return i.call(t, e) ? t[e] : void 0;
|
|
3078
3226
|
}
|
|
3079
3227
|
t.exports = a;
|
|
3080
|
-
})),
|
|
3081
|
-
var n =
|
|
3228
|
+
})), zn = /* @__PURE__ */ f(((e, t) => {
|
|
3229
|
+
var n = Fn(), r = Object.prototype.hasOwnProperty;
|
|
3082
3230
|
function i(e) {
|
|
3083
3231
|
var t = this.__data__;
|
|
3084
3232
|
return n ? t[e] !== void 0 : r.call(t, e);
|
|
3085
3233
|
}
|
|
3086
3234
|
t.exports = i;
|
|
3087
|
-
})),
|
|
3088
|
-
var n =
|
|
3235
|
+
})), Bn = /* @__PURE__ */ f(((e, t) => {
|
|
3236
|
+
var n = Fn(), r = "__lodash_hash_undefined__";
|
|
3089
3237
|
function i(e, t) {
|
|
3090
3238
|
var i = this.__data__;
|
|
3091
3239
|
return this.size += +!this.has(e), i[e] = n && t === void 0 ? r : t, this;
|
|
3092
3240
|
}
|
|
3093
3241
|
t.exports = i;
|
|
3094
|
-
})),
|
|
3095
|
-
var n =
|
|
3242
|
+
})), Vn = /* @__PURE__ */ f(((e, t) => {
|
|
3243
|
+
var n = In(), r = Ln(), i = Rn(), a = zn(), o = Bn();
|
|
3096
3244
|
function s(e) {
|
|
3097
3245
|
var t = -1, n = e == null ? 0 : e.length;
|
|
3098
3246
|
for (this.clear(); ++t < n;) {
|
|
@@ -3101,8 +3249,8 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3101
3249
|
}
|
|
3102
3250
|
}
|
|
3103
3251
|
s.prototype.clear = n, s.prototype.delete = r, s.prototype.get = i, s.prototype.has = a, s.prototype.set = o, t.exports = s;
|
|
3104
|
-
})),
|
|
3105
|
-
var n =
|
|
3252
|
+
})), Hn = /* @__PURE__ */ f(((e, t) => {
|
|
3253
|
+
var n = Vn(), r = _n(), i = Pn();
|
|
3106
3254
|
function a() {
|
|
3107
3255
|
this.size = 0, this.__data__ = {
|
|
3108
3256
|
hash: new n(),
|
|
@@ -3111,47 +3259,47 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3111
3259
|
};
|
|
3112
3260
|
}
|
|
3113
3261
|
t.exports = a;
|
|
3114
|
-
})),
|
|
3262
|
+
})), Un = /* @__PURE__ */ f(((e, t) => {
|
|
3115
3263
|
function n(e) {
|
|
3116
3264
|
var t = typeof e;
|
|
3117
3265
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
3118
3266
|
}
|
|
3119
3267
|
t.exports = n;
|
|
3120
3268
|
})), Q = /* @__PURE__ */ f(((e, t) => {
|
|
3121
|
-
var n =
|
|
3269
|
+
var n = Un();
|
|
3122
3270
|
function r(e, t) {
|
|
3123
3271
|
var r = e.__data__;
|
|
3124
3272
|
return n(t) ? r[typeof t == "string" ? "string" : "hash"] : r.map;
|
|
3125
3273
|
}
|
|
3126
3274
|
t.exports = r;
|
|
3127
|
-
})),
|
|
3275
|
+
})), Wn = /* @__PURE__ */ f(((e, t) => {
|
|
3128
3276
|
var n = Q();
|
|
3129
3277
|
function r(e) {
|
|
3130
3278
|
var t = n(this, e).delete(e);
|
|
3131
3279
|
return this.size -= +!!t, t;
|
|
3132
3280
|
}
|
|
3133
3281
|
t.exports = r;
|
|
3134
|
-
})),
|
|
3282
|
+
})), Gn = /* @__PURE__ */ f(((e, t) => {
|
|
3135
3283
|
var n = Q();
|
|
3136
3284
|
function r(e) {
|
|
3137
3285
|
return n(this, e).get(e);
|
|
3138
3286
|
}
|
|
3139
3287
|
t.exports = r;
|
|
3140
|
-
})),
|
|
3288
|
+
})), Kn = /* @__PURE__ */ f(((e, t) => {
|
|
3141
3289
|
var n = Q();
|
|
3142
3290
|
function r(e) {
|
|
3143
3291
|
return n(this, e).has(e);
|
|
3144
3292
|
}
|
|
3145
3293
|
t.exports = r;
|
|
3146
|
-
})),
|
|
3294
|
+
})), qn = /* @__PURE__ */ f(((e, t) => {
|
|
3147
3295
|
var n = Q();
|
|
3148
3296
|
function r(e, t) {
|
|
3149
3297
|
var r = n(this, e), i = r.size;
|
|
3150
3298
|
return r.set(e, t), this.size += r.size == i ? 0 : 1, this;
|
|
3151
3299
|
}
|
|
3152
3300
|
t.exports = r;
|
|
3153
|
-
})),
|
|
3154
|
-
var n =
|
|
3301
|
+
})), Jn = /* @__PURE__ */ f(((e, t) => {
|
|
3302
|
+
var n = Hn(), r = Wn(), i = Gn(), a = Kn(), o = qn();
|
|
3155
3303
|
function s(e) {
|
|
3156
3304
|
var t = -1, n = e == null ? 0 : e.length;
|
|
3157
3305
|
for (this.clear(); ++t < n;) {
|
|
@@ -3160,8 +3308,8 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3160
3308
|
}
|
|
3161
3309
|
}
|
|
3162
3310
|
s.prototype.clear = n, s.prototype.delete = r, s.prototype.get = i, s.prototype.has = a, s.prototype.set = o, t.exports = s;
|
|
3163
|
-
})),
|
|
3164
|
-
var n =
|
|
3311
|
+
})), Yn = /* @__PURE__ */ f(((e, t) => {
|
|
3312
|
+
var n = _n(), r = Pn(), i = Jn(), a = 200;
|
|
3165
3313
|
function o(e, t) {
|
|
3166
3314
|
var o = this.__data__;
|
|
3167
3315
|
if (o instanceof n) {
|
|
@@ -3172,44 +3320,44 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3172
3320
|
return o.set(e, t), this.size = o.size, this;
|
|
3173
3321
|
}
|
|
3174
3322
|
t.exports = o;
|
|
3175
|
-
})),
|
|
3176
|
-
var n =
|
|
3323
|
+
})), Xn = /* @__PURE__ */ f(((e, t) => {
|
|
3324
|
+
var n = _n(), r = vn(), i = yn(), a = bn(), o = xn(), s = Yn();
|
|
3177
3325
|
function c(e) {
|
|
3178
3326
|
var t = this.__data__ = new n(e);
|
|
3179
3327
|
this.size = t.size;
|
|
3180
3328
|
}
|
|
3181
3329
|
c.prototype.clear = r, c.prototype.delete = i, c.prototype.get = a, c.prototype.has = o, c.prototype.set = s, t.exports = c;
|
|
3182
|
-
})),
|
|
3330
|
+
})), Zn = /* @__PURE__ */ f(((e, t) => {
|
|
3183
3331
|
var n = "__lodash_hash_undefined__";
|
|
3184
3332
|
function r(e) {
|
|
3185
3333
|
return this.__data__.set(e, n), this;
|
|
3186
3334
|
}
|
|
3187
3335
|
t.exports = r;
|
|
3188
|
-
})),
|
|
3336
|
+
})), Qn = /* @__PURE__ */ f(((e, t) => {
|
|
3189
3337
|
function n(e) {
|
|
3190
3338
|
return this.__data__.has(e);
|
|
3191
3339
|
}
|
|
3192
3340
|
t.exports = n;
|
|
3193
|
-
})),
|
|
3194
|
-
var n =
|
|
3341
|
+
})), $n = /* @__PURE__ */ f(((e, t) => {
|
|
3342
|
+
var n = Jn(), r = Zn(), i = Qn();
|
|
3195
3343
|
function a(e) {
|
|
3196
3344
|
var t = -1, r = e == null ? 0 : e.length;
|
|
3197
3345
|
for (this.__data__ = new n(); ++t < r;) this.add(e[t]);
|
|
3198
3346
|
}
|
|
3199
3347
|
a.prototype.add = a.prototype.push = r, a.prototype.has = i, t.exports = a;
|
|
3200
|
-
})),
|
|
3348
|
+
})), er = /* @__PURE__ */ f(((e, t) => {
|
|
3201
3349
|
function n(e, t) {
|
|
3202
3350
|
for (var n = -1, r = e == null ? 0 : e.length; ++n < r;) if (t(e[n], n, e)) return !0;
|
|
3203
3351
|
return !1;
|
|
3204
3352
|
}
|
|
3205
3353
|
t.exports = n;
|
|
3206
|
-
})),
|
|
3354
|
+
})), tr = /* @__PURE__ */ f(((e, t) => {
|
|
3207
3355
|
function n(e, t) {
|
|
3208
3356
|
return e.has(t);
|
|
3209
3357
|
}
|
|
3210
3358
|
t.exports = n;
|
|
3211
|
-
})),
|
|
3212
|
-
var n =
|
|
3359
|
+
})), nr = /* @__PURE__ */ f(((e, t) => {
|
|
3360
|
+
var n = $n(), r = er(), i = tr(), a = 1, o = 2;
|
|
3213
3361
|
function s(e, t, s, c, l, u) {
|
|
3214
3362
|
var d = s & a, f = e.length, p = t.length;
|
|
3215
3363
|
if (f != p && !(d && p > f)) return !1;
|
|
@@ -3239,9 +3387,9 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3239
3387
|
return u.delete(e), u.delete(t), _;
|
|
3240
3388
|
}
|
|
3241
3389
|
t.exports = s;
|
|
3242
|
-
})), nr = /* @__PURE__ */ f(((e, t) => {
|
|
3243
|
-
t.exports = X().Uint8Array;
|
|
3244
3390
|
})), rr = /* @__PURE__ */ f(((e, t) => {
|
|
3391
|
+
t.exports = X().Uint8Array;
|
|
3392
|
+
})), ir = /* @__PURE__ */ f(((e, t) => {
|
|
3245
3393
|
function n(e) {
|
|
3246
3394
|
var t = -1, n = Array(e.size);
|
|
3247
3395
|
return e.forEach(function(e, r) {
|
|
@@ -3249,7 +3397,7 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3249
3397
|
}), n;
|
|
3250
3398
|
}
|
|
3251
3399
|
t.exports = n;
|
|
3252
|
-
})),
|
|
3400
|
+
})), ar = /* @__PURE__ */ f(((e, t) => {
|
|
3253
3401
|
function n(e) {
|
|
3254
3402
|
var t = -1, n = Array(e.size);
|
|
3255
3403
|
return e.forEach(function(e) {
|
|
@@ -3257,8 +3405,8 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3257
3405
|
}), n;
|
|
3258
3406
|
}
|
|
3259
3407
|
t.exports = n;
|
|
3260
|
-
})),
|
|
3261
|
-
var n =
|
|
3408
|
+
})), or = /* @__PURE__ */ f(((e, t) => {
|
|
3409
|
+
var n = Cn(), r = rr(), i = fn(), a = nr(), o = ir(), s = ar(), c = 1, l = 2, u = "[object Boolean]", d = "[object Date]", f = "[object Error]", p = "[object Map]", m = "[object Number]", h = "[object RegExp]", g = "[object Set]", _ = "[object String]", v = "[object Symbol]", y = "[object ArrayBuffer]", b = "[object DataView]", x = n ? n.prototype : void 0, S = x ? x.valueOf : void 0;
|
|
3262
3410
|
function C(e, t, n, x, C, w, T) {
|
|
3263
3411
|
switch (n) {
|
|
3264
3412
|
case b:
|
|
@@ -3285,22 +3433,22 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3285
3433
|
return !1;
|
|
3286
3434
|
}
|
|
3287
3435
|
t.exports = C;
|
|
3288
|
-
})),
|
|
3436
|
+
})), sr = /* @__PURE__ */ f(((e, t) => {
|
|
3289
3437
|
function n(e, t) {
|
|
3290
3438
|
for (var n = -1, r = t.length, i = e.length; ++n < r;) e[i + n] = t[n];
|
|
3291
3439
|
return e;
|
|
3292
3440
|
}
|
|
3293
3441
|
t.exports = n;
|
|
3294
|
-
})), sr = /* @__PURE__ */ f(((e, t) => {
|
|
3295
|
-
t.exports = Array.isArray;
|
|
3296
3442
|
})), cr = /* @__PURE__ */ f(((e, t) => {
|
|
3297
|
-
|
|
3443
|
+
t.exports = Array.isArray;
|
|
3444
|
+
})), lr = /* @__PURE__ */ f(((e, t) => {
|
|
3445
|
+
var n = sr(), r = cr();
|
|
3298
3446
|
function i(e, t, i) {
|
|
3299
3447
|
var a = t(e);
|
|
3300
3448
|
return r(e) ? a : n(a, i(e));
|
|
3301
3449
|
}
|
|
3302
3450
|
t.exports = i;
|
|
3303
|
-
})),
|
|
3451
|
+
})), ur = /* @__PURE__ */ f(((e, t) => {
|
|
3304
3452
|
function n(e, t) {
|
|
3305
3453
|
for (var n = -1, r = e == null ? 0 : e.length, i = 0, a = []; ++n < r;) {
|
|
3306
3454
|
var o = e[n];
|
|
@@ -3309,19 +3457,19 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3309
3457
|
return a;
|
|
3310
3458
|
}
|
|
3311
3459
|
t.exports = n;
|
|
3312
|
-
})),
|
|
3460
|
+
})), dr = /* @__PURE__ */ f(((e, t) => {
|
|
3313
3461
|
function n() {
|
|
3314
3462
|
return [];
|
|
3315
3463
|
}
|
|
3316
3464
|
t.exports = n;
|
|
3317
|
-
})),
|
|
3318
|
-
var n =
|
|
3465
|
+
})), fr = /* @__PURE__ */ f(((e, t) => {
|
|
3466
|
+
var n = ur(), r = dr(), i = Object.prototype.propertyIsEnumerable, a = Object.getOwnPropertySymbols;
|
|
3319
3467
|
t.exports = a ? function(e) {
|
|
3320
3468
|
return e == null ? [] : (e = Object(e), n(a(e), function(t) {
|
|
3321
3469
|
return i.call(e, t);
|
|
3322
3470
|
}));
|
|
3323
3471
|
} : r;
|
|
3324
|
-
})),
|
|
3472
|
+
})), pr = /* @__PURE__ */ f(((e, t) => {
|
|
3325
3473
|
function n(e, t) {
|
|
3326
3474
|
for (var n = -1, r = Array(e); ++n < e;) r[n] = t(n);
|
|
3327
3475
|
return r;
|
|
@@ -3332,90 +3480,90 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3332
3480
|
return typeof e == "object" && !!e;
|
|
3333
3481
|
}
|
|
3334
3482
|
t.exports = n;
|
|
3335
|
-
})),
|
|
3336
|
-
var n =
|
|
3483
|
+
})), mr = /* @__PURE__ */ f(((e, t) => {
|
|
3484
|
+
var n = En(), r = $(), i = "[object Arguments]";
|
|
3337
3485
|
function a(e) {
|
|
3338
3486
|
return r(e) && n(e) == i;
|
|
3339
3487
|
}
|
|
3340
3488
|
t.exports = a;
|
|
3341
|
-
})),
|
|
3342
|
-
var n =
|
|
3489
|
+
})), hr = /* @__PURE__ */ f(((e, t) => {
|
|
3490
|
+
var n = mr(), r = $(), i = Object.prototype, a = i.hasOwnProperty, o = i.propertyIsEnumerable;
|
|
3343
3491
|
t.exports = n(function() {
|
|
3344
3492
|
return arguments;
|
|
3345
3493
|
}()) ? n : function(e) {
|
|
3346
3494
|
return r(e) && a.call(e, "callee") && !o.call(e, "callee");
|
|
3347
3495
|
};
|
|
3348
|
-
})),
|
|
3496
|
+
})), gr = /* @__PURE__ */ f(((e, t) => {
|
|
3349
3497
|
function n() {
|
|
3350
3498
|
return !1;
|
|
3351
3499
|
}
|
|
3352
3500
|
t.exports = n;
|
|
3353
|
-
})), gr = /* @__PURE__ */ f(((e, t) => {
|
|
3354
|
-
var n = X(), r = hr(), i = typeof e == "object" && e && !e.nodeType && e, a = i && typeof t == "object" && t && !t.nodeType && t, o = a && a.exports === i ? n.Buffer : void 0;
|
|
3355
|
-
t.exports = (o ? o.isBuffer : void 0) || r;
|
|
3356
3501
|
})), _r = /* @__PURE__ */ f(((e, t) => {
|
|
3502
|
+
var n = X(), r = gr(), i = typeof e == "object" && e && !e.nodeType && e, a = i && typeof t == "object" && t && !t.nodeType && t, o = a && a.exports === i ? n.Buffer : void 0;
|
|
3503
|
+
t.exports = (o ? o.isBuffer : void 0) || r;
|
|
3504
|
+
})), vr = /* @__PURE__ */ f(((e, t) => {
|
|
3357
3505
|
var n = 9007199254740991, r = /^(?:0|[1-9]\d*)$/;
|
|
3358
3506
|
function i(e, t) {
|
|
3359
3507
|
var i = typeof e;
|
|
3360
3508
|
return t ??= n, !!t && (i == "number" || i != "symbol" && r.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
3361
3509
|
}
|
|
3362
3510
|
t.exports = i;
|
|
3363
|
-
})),
|
|
3511
|
+
})), yr = /* @__PURE__ */ f(((e, t) => {
|
|
3364
3512
|
var n = 9007199254740991;
|
|
3365
3513
|
function r(e) {
|
|
3366
3514
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= n;
|
|
3367
3515
|
}
|
|
3368
3516
|
t.exports = r;
|
|
3369
|
-
})),
|
|
3370
|
-
var n =
|
|
3517
|
+
})), br = /* @__PURE__ */ f(((e, t) => {
|
|
3518
|
+
var n = En(), r = yr(), i = $(), a = "[object Arguments]", o = "[object Array]", s = "[object Boolean]", c = "[object Date]", l = "[object Error]", u = "[object Function]", d = "[object Map]", f = "[object Number]", p = "[object Object]", m = "[object RegExp]", h = "[object Set]", g = "[object String]", _ = "[object WeakMap]", v = "[object ArrayBuffer]", y = "[object DataView]", b = "[object Float32Array]", x = "[object Float64Array]", S = "[object Int8Array]", C = "[object Int16Array]", w = "[object Int32Array]", T = "[object Uint8Array]", E = "[object Uint8ClampedArray]", D = "[object Uint16Array]", O = "[object Uint32Array]", k = {};
|
|
3371
3519
|
k[b] = k[x] = k[S] = k[C] = k[w] = k[T] = k[E] = k[D] = k[O] = !0, k[a] = k[o] = k[v] = k[s] = k[y] = k[c] = k[l] = k[u] = k[d] = k[f] = k[p] = k[m] = k[h] = k[g] = k[_] = !1;
|
|
3372
3520
|
function ee(e) {
|
|
3373
3521
|
return i(e) && r(e.length) && !!k[n(e)];
|
|
3374
3522
|
}
|
|
3375
3523
|
t.exports = ee;
|
|
3376
|
-
})),
|
|
3524
|
+
})), xr = /* @__PURE__ */ f(((e, t) => {
|
|
3377
3525
|
function n(e) {
|
|
3378
3526
|
return function(t) {
|
|
3379
3527
|
return e(t);
|
|
3380
3528
|
};
|
|
3381
3529
|
}
|
|
3382
3530
|
t.exports = n;
|
|
3383
|
-
})),
|
|
3384
|
-
var n =
|
|
3531
|
+
})), Sr = /* @__PURE__ */ f(((e, t) => {
|
|
3532
|
+
var n = Sn(), r = typeof e == "object" && e && !e.nodeType && e, i = r && typeof t == "object" && t && !t.nodeType && t, a = i && i.exports === r && n.process;
|
|
3385
3533
|
t.exports = function() {
|
|
3386
3534
|
try {
|
|
3387
3535
|
return i && i.require && i.require("util").types || a && a.binding && a.binding("util");
|
|
3388
3536
|
} catch {}
|
|
3389
3537
|
}();
|
|
3390
|
-
})), Sr = /* @__PURE__ */ f(((e, t) => {
|
|
3391
|
-
var n = yr(), r = br(), i = xr(), a = i && i.isTypedArray;
|
|
3392
|
-
t.exports = a ? r(a) : n;
|
|
3393
3538
|
})), Cr = /* @__PURE__ */ f(((e, t) => {
|
|
3394
|
-
var n =
|
|
3539
|
+
var n = br(), r = xr(), i = Sr(), a = i && i.isTypedArray;
|
|
3540
|
+
t.exports = a ? r(a) : n;
|
|
3541
|
+
})), wr = /* @__PURE__ */ f(((e, t) => {
|
|
3542
|
+
var n = pr(), r = hr(), i = cr(), a = _r(), o = vr(), s = Cr(), c = Object.prototype.hasOwnProperty;
|
|
3395
3543
|
function l(e, t) {
|
|
3396
3544
|
var l = i(e), u = !l && r(e), d = !l && !u && a(e), f = !l && !u && !d && s(e), p = l || u || d || f, m = p ? n(e.length, String) : [], h = m.length;
|
|
3397
3545
|
for (var g in e) (t || c.call(e, g)) && !(p && (g == "length" || d && (g == "offset" || g == "parent") || f && (g == "buffer" || g == "byteLength" || g == "byteOffset") || o(g, h))) && m.push(g);
|
|
3398
3546
|
return m;
|
|
3399
3547
|
}
|
|
3400
3548
|
t.exports = l;
|
|
3401
|
-
})),
|
|
3549
|
+
})), Tr = /* @__PURE__ */ f(((e, t) => {
|
|
3402
3550
|
var n = Object.prototype;
|
|
3403
3551
|
function r(e) {
|
|
3404
3552
|
var t = e && e.constructor;
|
|
3405
3553
|
return e === (typeof t == "function" && t.prototype || n);
|
|
3406
3554
|
}
|
|
3407
3555
|
t.exports = r;
|
|
3408
|
-
})),
|
|
3556
|
+
})), Er = /* @__PURE__ */ f(((e, t) => {
|
|
3409
3557
|
function n(e, t) {
|
|
3410
3558
|
return function(n) {
|
|
3411
3559
|
return e(t(n));
|
|
3412
3560
|
};
|
|
3413
3561
|
}
|
|
3414
3562
|
t.exports = n;
|
|
3415
|
-
})), Er = /* @__PURE__ */ f(((e, t) => {
|
|
3416
|
-
t.exports = Tr()(Object.keys, Object);
|
|
3417
3563
|
})), Dr = /* @__PURE__ */ f(((e, t) => {
|
|
3418
|
-
|
|
3564
|
+
t.exports = Er()(Object.keys, Object);
|
|
3565
|
+
})), Or = /* @__PURE__ */ f(((e, t) => {
|
|
3566
|
+
var n = Tr(), r = Dr(), i = Object.prototype.hasOwnProperty;
|
|
3419
3567
|
function a(e) {
|
|
3420
3568
|
if (!n(e)) return r(e);
|
|
3421
3569
|
var t = [];
|
|
@@ -3423,26 +3571,26 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3423
3571
|
return t;
|
|
3424
3572
|
}
|
|
3425
3573
|
t.exports = a;
|
|
3426
|
-
})),
|
|
3427
|
-
var n =
|
|
3574
|
+
})), kr = /* @__PURE__ */ f(((e, t) => {
|
|
3575
|
+
var n = On(), r = yr();
|
|
3428
3576
|
function i(e) {
|
|
3429
3577
|
return e != null && r(e.length) && !n(e);
|
|
3430
3578
|
}
|
|
3431
3579
|
t.exports = i;
|
|
3432
|
-
})),
|
|
3433
|
-
var n =
|
|
3580
|
+
})), Ar = /* @__PURE__ */ f(((e, t) => {
|
|
3581
|
+
var n = wr(), r = Or(), i = kr();
|
|
3434
3582
|
function a(e) {
|
|
3435
3583
|
return i(e) ? n(e) : r(e);
|
|
3436
3584
|
}
|
|
3437
3585
|
t.exports = a;
|
|
3438
|
-
})),
|
|
3439
|
-
var n =
|
|
3586
|
+
})), jr = /* @__PURE__ */ f(((e, t) => {
|
|
3587
|
+
var n = lr(), r = fr(), i = Ar();
|
|
3440
3588
|
function a(e) {
|
|
3441
3589
|
return n(e, i, r);
|
|
3442
3590
|
}
|
|
3443
3591
|
t.exports = a;
|
|
3444
|
-
})),
|
|
3445
|
-
var n =
|
|
3592
|
+
})), Mr = /* @__PURE__ */ f(((e, t) => {
|
|
3593
|
+
var n = jr(), r = 1, i = Object.prototype.hasOwnProperty;
|
|
3446
3594
|
function a(e, t, a, o, s, c) {
|
|
3447
3595
|
var l = a & r, u = n(e), d = u.length;
|
|
3448
3596
|
if (d != n(t).length && !l) return !1;
|
|
@@ -3471,16 +3619,16 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3471
3619
|
return c.delete(e), c.delete(t), g;
|
|
3472
3620
|
}
|
|
3473
3621
|
t.exports = a;
|
|
3474
|
-
})), Mr = /* @__PURE__ */ f(((e, t) => {
|
|
3475
|
-
t.exports = Z()(X(), "DataView");
|
|
3476
3622
|
})), Nr = /* @__PURE__ */ f(((e, t) => {
|
|
3477
|
-
t.exports = Z()(X(), "
|
|
3623
|
+
t.exports = Z()(X(), "DataView");
|
|
3478
3624
|
})), Pr = /* @__PURE__ */ f(((e, t) => {
|
|
3479
|
-
t.exports = Z()(X(), "
|
|
3625
|
+
t.exports = Z()(X(), "Promise");
|
|
3480
3626
|
})), Fr = /* @__PURE__ */ f(((e, t) => {
|
|
3481
|
-
t.exports = Z()(X(), "
|
|
3627
|
+
t.exports = Z()(X(), "Set");
|
|
3482
3628
|
})), Ir = /* @__PURE__ */ f(((e, t) => {
|
|
3483
|
-
|
|
3629
|
+
t.exports = Z()(X(), "WeakMap");
|
|
3630
|
+
})), Lr = /* @__PURE__ */ f(((e, t) => {
|
|
3631
|
+
var n = Nr(), r = Pn(), i = Pr(), a = Fr(), o = Ir(), s = En(), c = jn(), l = "[object Map]", u = "[object Object]", d = "[object Promise]", f = "[object Set]", p = "[object WeakMap]", m = "[object DataView]", h = c(n), g = c(r), _ = c(i), v = c(a), y = c(o), b = s;
|
|
3484
3632
|
(n && b(new n(/* @__PURE__ */ new ArrayBuffer(1))) != m || r && b(new r()) != l || i && b(i.resolve()) != d || a && b(new a()) != f || o && b(new o()) != p) && (b = function(e) {
|
|
3485
3633
|
var t = s(e), n = t == u ? e.constructor : void 0, r = n ? c(n) : "";
|
|
3486
3634
|
if (r) switch (r) {
|
|
@@ -3492,8 +3640,8 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3492
3640
|
}
|
|
3493
3641
|
return t;
|
|
3494
3642
|
}), t.exports = b;
|
|
3495
|
-
})),
|
|
3496
|
-
var n =
|
|
3643
|
+
})), Rr = /* @__PURE__ */ f(((e, t) => {
|
|
3644
|
+
var n = Xn(), r = nr(), i = or(), a = Mr(), o = Lr(), s = cr(), c = _r(), l = Cr(), u = 1, d = "[object Arguments]", f = "[object Array]", p = "[object Object]", m = Object.prototype.hasOwnProperty;
|
|
3497
3645
|
function h(e, t, h, g, _, v) {
|
|
3498
3646
|
var y = s(e), b = s(t), x = y ? f : o(e), S = b ? f : o(t);
|
|
3499
3647
|
x = x == d ? p : x, S = S == d ? p : S;
|
|
@@ -3513,25 +3661,25 @@ var cn = sn(), ln = /* @__PURE__ */ f(((e, t) => {
|
|
|
3513
3661
|
return T ? (v ||= new n(), a(e, t, h, g, _, v)) : !1;
|
|
3514
3662
|
}
|
|
3515
3663
|
t.exports = h;
|
|
3516
|
-
})),
|
|
3517
|
-
var n =
|
|
3664
|
+
})), zr = /* @__PURE__ */ f(((e, t) => {
|
|
3665
|
+
var n = Rr(), r = $();
|
|
3518
3666
|
function i(e, t, a, o, s) {
|
|
3519
3667
|
return e === t ? !0 : e == null || t == null || !r(e) && !r(t) ? e !== e && t !== t : n(e, t, a, o, i, s);
|
|
3520
3668
|
}
|
|
3521
3669
|
t.exports = i;
|
|
3522
|
-
})),
|
|
3523
|
-
var n =
|
|
3670
|
+
})), Br = /* @__PURE__ */ g((/* @__PURE__ */ f(((e, t) => {
|
|
3671
|
+
var n = zr();
|
|
3524
3672
|
function r(e, t) {
|
|
3525
3673
|
return n(e, t);
|
|
3526
3674
|
}
|
|
3527
3675
|
t.exports = r;
|
|
3528
|
-
})))(), 1),
|
|
3676
|
+
})))(), 1), Vr = (e) => {
|
|
3529
3677
|
let t = e.error.flatten().fieldErrors, n = {};
|
|
3530
3678
|
for (let [e, r] of Object.entries(t)) Array.isArray(r) && r.length > 0 && (n[e] = r);
|
|
3531
3679
|
return n;
|
|
3532
3680
|
};
|
|
3533
|
-
function
|
|
3534
|
-
let o = n({ ...e }), s = r({}), c = r({ ...e }), l = t(() => !(0,
|
|
3681
|
+
function Hr(e, i) {
|
|
3682
|
+
let o = n({ ...e }), s = r({}), c = r({ ...e }), l = t(() => !(0, Br.default)({ ...o }, c.value)), u = () => {
|
|
3535
3683
|
s.value = {};
|
|
3536
3684
|
}, d = (e) => {
|
|
3537
3685
|
s.value = {
|
|
@@ -3547,7 +3695,7 @@ function Vr(e, i) {
|
|
|
3547
3695
|
return e.success ? (u(), {
|
|
3548
3696
|
valid: !0,
|
|
3549
3697
|
data: e.data
|
|
3550
|
-
}) : (s.value =
|
|
3698
|
+
}) : (s.value = Vr(e), {
|
|
3551
3699
|
valid: !1,
|
|
3552
3700
|
errors: s.value
|
|
3553
3701
|
});
|
|
@@ -3597,4 +3745,4 @@ function Vr(e, i) {
|
|
|
3597
3745
|
};
|
|
3598
3746
|
}
|
|
3599
3747
|
//#endregion
|
|
3600
|
-
export {
|
|
3748
|
+
export { rn as a, _ as c, on as i, p as l, ln as n, an as o, un as r, ie as s, Hr as t };
|