zabi-components 1.0.9 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -22
- package/dist/Card-BIAsG5HX.js +222 -0
- package/dist/Navigation-BoOnkbXw.js +81 -0
- package/dist/Tabs-DXN_BqPw.js +509 -0
- package/dist/ThemeToggle-CRI92cOb.js +35 -0
- package/dist/Tooltip-C9G35OZ6.js +1230 -0
- package/dist/atoms/index.js +23 -21
- package/dist/index/index.js +451 -185
- package/dist/molecules/index.js +12 -12
- package/dist/organisms/index.js +2 -3
- package/dist/store-ZmZCXeMy.js +2413 -0
- package/package.json +17 -12
- package/dist/Tabs-DTuXgJQh.js +0 -1105
- package/dist/Toast-1EMgTOM4.js +0 -417
- package/dist/ToastManager-ZcovxilX.js +0 -354
- package/dist/Toggle-kQ6Z43Ep.js +0 -2509
- package/dist/Tooltip-gkAHhbjD.js +0 -1152
- package/dist/x-Dsi-CPO3.js +0 -3073
|
@@ -0,0 +1,2413 @@
|
|
|
1
|
+
var cn = Object.defineProperty;
|
|
2
|
+
var Jt = (e) => {
|
|
3
|
+
throw TypeError(e);
|
|
4
|
+
};
|
|
5
|
+
var vn = (e, t, r) => t in e ? cn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
6
|
+
var Re = (e, t, r) => vn(e, typeof t != "symbol" ? t + "" : t, r), St = (e, t, r) => t.has(e) || Jt("Cannot " + r);
|
|
7
|
+
var T = (e, t, r) => (St(e, t, "read from private field"), r ? r.call(e) : t.get(e)), j = (e, t, r) => t.has(e) ? Jt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), ee = (e, t, r, n) => (St(e, t, "write to private field"), n ? n.call(e, r) : t.set(e, r), r), te = (e, t, r) => (St(e, t, "access private method"), r);
|
|
8
|
+
var dr;
|
|
9
|
+
typeof window < "u" && ((dr = window.__svelte ?? (window.__svelte = {})).v ?? (dr.v = /* @__PURE__ */ new Set())).add("5");
|
|
10
|
+
let lt = !1, _n = !1;
|
|
11
|
+
function dn() {
|
|
12
|
+
lt = !0;
|
|
13
|
+
}
|
|
14
|
+
dn();
|
|
15
|
+
const ut = 1, at = 2, hr = 4, hn = 8, pn = 16, Mi = 1, Li = 2, Di = 4, Fi = 8, ji = 16, gn = 1, bn = 2, N = Symbol(), wn = "http://www.w3.org/1999/xhtml", qi = "http://www.w3.org/2000/svg", En = "@attach", pr = !1;
|
|
16
|
+
var st = Array.isArray, yn = Array.prototype.indexOf, gr = Array.from, Je = Object.defineProperty, Tt = Object.getOwnPropertyDescriptor, br = Object.getOwnPropertyDescriptors, mn = Object.prototype, An = Array.prototype, qt = Object.getPrototypeOf;
|
|
17
|
+
function Ui(e) {
|
|
18
|
+
return typeof e == "function";
|
|
19
|
+
}
|
|
20
|
+
const Qe = () => {
|
|
21
|
+
};
|
|
22
|
+
function Sn(e) {
|
|
23
|
+
return e();
|
|
24
|
+
}
|
|
25
|
+
function Ct(e) {
|
|
26
|
+
for (var t = 0; t < e.length; t++)
|
|
27
|
+
e[t]();
|
|
28
|
+
}
|
|
29
|
+
function wr() {
|
|
30
|
+
var e, t, r = new Promise((n, i) => {
|
|
31
|
+
e = n, t = i;
|
|
32
|
+
});
|
|
33
|
+
return { promise: r, resolve: e, reject: t };
|
|
34
|
+
}
|
|
35
|
+
function xi(e, t) {
|
|
36
|
+
if (Array.isArray(e))
|
|
37
|
+
return e;
|
|
38
|
+
if (!(Symbol.iterator in e))
|
|
39
|
+
return Array.from(e);
|
|
40
|
+
const r = [];
|
|
41
|
+
for (const n of e)
|
|
42
|
+
if (r.push(n), r.length === t) break;
|
|
43
|
+
return r;
|
|
44
|
+
}
|
|
45
|
+
const L = 2, Ut = 4, ot = 8, he = 16, Z = 32, Ne = 64, Er = 128, U = 256, et = 512, P = 1024, F = 2048, X = 4096, B = 8192, Ie = 16384, xt = 32768, Vt = 65536, Qt = 1 << 17, Tn = 1 << 18, ct = 1 << 19, yr = 1 << 20, Rt = 1 << 21, vt = 1 << 22, ce = 1 << 23, ve = Symbol("$state"), Vi = Symbol("legacy props"), kn = Symbol(""), Fe = new class extends Error {
|
|
46
|
+
constructor() {
|
|
47
|
+
super(...arguments);
|
|
48
|
+
Re(this, "name", "StaleReactionError");
|
|
49
|
+
Re(this, "message", "The reaction that called `getAbortSignal()` was re-run or destroyed");
|
|
50
|
+
}
|
|
51
|
+
}();
|
|
52
|
+
function On() {
|
|
53
|
+
throw new Error("https://svelte.dev/e/async_derived_orphan");
|
|
54
|
+
}
|
|
55
|
+
function Nn(e) {
|
|
56
|
+
throw new Error("https://svelte.dev/e/effect_in_teardown");
|
|
57
|
+
}
|
|
58
|
+
function In() {
|
|
59
|
+
throw new Error("https://svelte.dev/e/effect_in_unowned_derived");
|
|
60
|
+
}
|
|
61
|
+
function Pn(e) {
|
|
62
|
+
throw new Error("https://svelte.dev/e/effect_orphan");
|
|
63
|
+
}
|
|
64
|
+
function Cn() {
|
|
65
|
+
throw new Error("https://svelte.dev/e/effect_update_depth_exceeded");
|
|
66
|
+
}
|
|
67
|
+
function Bi(e) {
|
|
68
|
+
throw new Error("https://svelte.dev/e/props_invalid_value");
|
|
69
|
+
}
|
|
70
|
+
function Rn() {
|
|
71
|
+
throw new Error("https://svelte.dev/e/state_descriptors_fixed");
|
|
72
|
+
}
|
|
73
|
+
function Mn() {
|
|
74
|
+
throw new Error("https://svelte.dev/e/state_prototype_fixed");
|
|
75
|
+
}
|
|
76
|
+
function Ln() {
|
|
77
|
+
throw new Error("https://svelte.dev/e/state_unsafe_mutation");
|
|
78
|
+
}
|
|
79
|
+
function Dn() {
|
|
80
|
+
console.warn("https://svelte.dev/e/select_multiple_invalid_value");
|
|
81
|
+
}
|
|
82
|
+
let Fn = !1;
|
|
83
|
+
function mr(e) {
|
|
84
|
+
return e === this.v;
|
|
85
|
+
}
|
|
86
|
+
function jn(e, t) {
|
|
87
|
+
return e != e ? t == t : e !== t || e !== null && typeof e == "object" || typeof e == "function";
|
|
88
|
+
}
|
|
89
|
+
function Ar(e) {
|
|
90
|
+
return !jn(e, this.v);
|
|
91
|
+
}
|
|
92
|
+
let I = null;
|
|
93
|
+
function tt(e) {
|
|
94
|
+
I = e;
|
|
95
|
+
}
|
|
96
|
+
function Hi(e, t = !1, r) {
|
|
97
|
+
I = {
|
|
98
|
+
p: I,
|
|
99
|
+
c: null,
|
|
100
|
+
e: null,
|
|
101
|
+
s: e,
|
|
102
|
+
x: null,
|
|
103
|
+
l: lt && !t ? { s: null, u: null, $: [] } : null
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
function Yi(e) {
|
|
107
|
+
var t = (
|
|
108
|
+
/** @type {ComponentContext} */
|
|
109
|
+
I
|
|
110
|
+
), r = t.e;
|
|
111
|
+
if (r !== null) {
|
|
112
|
+
t.e = null;
|
|
113
|
+
for (var n of r)
|
|
114
|
+
jr(n);
|
|
115
|
+
}
|
|
116
|
+
return I = t.p, /** @type {T} */
|
|
117
|
+
{};
|
|
118
|
+
}
|
|
119
|
+
function Ye() {
|
|
120
|
+
return !lt || I !== null && I.l === null;
|
|
121
|
+
}
|
|
122
|
+
let se = [];
|
|
123
|
+
function Sr() {
|
|
124
|
+
var e = se;
|
|
125
|
+
se = [], Ct(e);
|
|
126
|
+
}
|
|
127
|
+
function _t(e) {
|
|
128
|
+
if (se.length === 0 && !je) {
|
|
129
|
+
var t = se;
|
|
130
|
+
queueMicrotask(() => {
|
|
131
|
+
t === se && Sr();
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
se.push(e);
|
|
135
|
+
}
|
|
136
|
+
function qn() {
|
|
137
|
+
for (; se.length > 0; )
|
|
138
|
+
Sr();
|
|
139
|
+
}
|
|
140
|
+
const Un = /* @__PURE__ */ new WeakMap();
|
|
141
|
+
function xn(e) {
|
|
142
|
+
var t = A;
|
|
143
|
+
if (t === null)
|
|
144
|
+
return y.f |= ce, e;
|
|
145
|
+
if ((t.f & xt) === 0) {
|
|
146
|
+
if ((t.f & Er) === 0)
|
|
147
|
+
throw !t.parent && e instanceof Error && Tr(e), e;
|
|
148
|
+
t.b.error(e);
|
|
149
|
+
} else
|
|
150
|
+
rt(e, t);
|
|
151
|
+
}
|
|
152
|
+
function rt(e, t) {
|
|
153
|
+
for (; t !== null; ) {
|
|
154
|
+
if ((t.f & Er) !== 0)
|
|
155
|
+
try {
|
|
156
|
+
t.b.error(e);
|
|
157
|
+
return;
|
|
158
|
+
} catch (r) {
|
|
159
|
+
e = r;
|
|
160
|
+
}
|
|
161
|
+
t = t.parent;
|
|
162
|
+
}
|
|
163
|
+
throw e instanceof Error && Tr(e), e;
|
|
164
|
+
}
|
|
165
|
+
function Tr(e) {
|
|
166
|
+
const t = Un.get(e);
|
|
167
|
+
t && (Je(e, "message", {
|
|
168
|
+
value: t.message
|
|
169
|
+
}), Je(e, "stack", {
|
|
170
|
+
value: t.stack
|
|
171
|
+
}));
|
|
172
|
+
}
|
|
173
|
+
const ze = /* @__PURE__ */ new Set();
|
|
174
|
+
let O = null, kt = null, er = /* @__PURE__ */ new Set(), Y = [], dt = null, Mt = !1, je = !1;
|
|
175
|
+
var we, Ee, fe, $e, ye, me, oe, Ae, Be, He, x, Lt, Xe, Dt;
|
|
176
|
+
const ge = class ge {
|
|
177
|
+
constructor() {
|
|
178
|
+
j(this, x);
|
|
179
|
+
/**
|
|
180
|
+
* The current values of any sources that are updated in this batch
|
|
181
|
+
* They keys of this map are identical to `this.#previous`
|
|
182
|
+
* @type {Map<Source, any>}
|
|
183
|
+
*/
|
|
184
|
+
Re(this, "current", /* @__PURE__ */ new Map());
|
|
185
|
+
/**
|
|
186
|
+
* The values of any sources that are updated in this batch _before_ those updates took place.
|
|
187
|
+
* They keys of this map are identical to `this.#current`
|
|
188
|
+
* @type {Map<Source, any>}
|
|
189
|
+
*/
|
|
190
|
+
j(this, we, /* @__PURE__ */ new Map());
|
|
191
|
+
/**
|
|
192
|
+
* When the batch is committed (and the DOM is updated), we need to remove old branches
|
|
193
|
+
* and append new ones by calling the functions added inside (if/each/key/etc) blocks
|
|
194
|
+
* @type {Set<() => void>}
|
|
195
|
+
*/
|
|
196
|
+
j(this, Ee, /* @__PURE__ */ new Set());
|
|
197
|
+
/**
|
|
198
|
+
* The number of async effects that are currently in flight
|
|
199
|
+
*/
|
|
200
|
+
j(this, fe, 0);
|
|
201
|
+
/**
|
|
202
|
+
* A deferred that resolves when the batch is committed, used with `settled()`
|
|
203
|
+
* TODO replace with Promise.withResolvers once supported widely enough
|
|
204
|
+
* @type {{ promise: Promise<void>, resolve: (value?: any) => void, reject: (reason: unknown) => void } | null}
|
|
205
|
+
*/
|
|
206
|
+
j(this, $e, null);
|
|
207
|
+
/**
|
|
208
|
+
* Async effects inside a newly-created `<svelte:boundary>`
|
|
209
|
+
* — these do not prevent the batch from committing
|
|
210
|
+
* @type {Effect[]}
|
|
211
|
+
*/
|
|
212
|
+
j(this, ye, []);
|
|
213
|
+
/**
|
|
214
|
+
* Template effects and `$effect.pre` effects, which run when
|
|
215
|
+
* a batch is committed
|
|
216
|
+
* @type {Effect[]}
|
|
217
|
+
*/
|
|
218
|
+
j(this, me, []);
|
|
219
|
+
/**
|
|
220
|
+
* The same as `#render_effects`, but for `$effect` (which runs after)
|
|
221
|
+
* @type {Effect[]}
|
|
222
|
+
*/
|
|
223
|
+
j(this, oe, []);
|
|
224
|
+
/**
|
|
225
|
+
* Block effects, which may need to re-run on subsequent flushes
|
|
226
|
+
* in order to update internal sources (e.g. each block items)
|
|
227
|
+
* @type {Effect[]}
|
|
228
|
+
*/
|
|
229
|
+
j(this, Ae, []);
|
|
230
|
+
/**
|
|
231
|
+
* Deferred effects (which run after async work has completed) that are DIRTY
|
|
232
|
+
* @type {Effect[]}
|
|
233
|
+
*/
|
|
234
|
+
j(this, Be, []);
|
|
235
|
+
/**
|
|
236
|
+
* Deferred effects that are MAYBE_DIRTY
|
|
237
|
+
* @type {Effect[]}
|
|
238
|
+
*/
|
|
239
|
+
j(this, He, []);
|
|
240
|
+
/**
|
|
241
|
+
* A set of branches that still exist, but will be destroyed when this batch
|
|
242
|
+
* is committed — we skip over these during `process`
|
|
243
|
+
* @type {Set<Effect>}
|
|
244
|
+
*/
|
|
245
|
+
Re(this, "skipped_effects", /* @__PURE__ */ new Set());
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @param {Effect[]} root_effects
|
|
250
|
+
*/
|
|
251
|
+
process(t) {
|
|
252
|
+
var f;
|
|
253
|
+
Y = [], kt = null;
|
|
254
|
+
var r = ge.apply(this);
|
|
255
|
+
for (const l of t)
|
|
256
|
+
te(this, x, Lt).call(this, l);
|
|
257
|
+
if (T(this, fe) === 0) {
|
|
258
|
+
te(this, x, Dt).call(this);
|
|
259
|
+
var n = T(this, me), i = T(this, oe);
|
|
260
|
+
ee(this, me, []), ee(this, oe, []), ee(this, Ae, []), kt = this, O = null, tr(n), tr(i), (f = T(this, $e)) == null || f.resolve();
|
|
261
|
+
} else
|
|
262
|
+
te(this, x, Xe).call(this, T(this, me)), te(this, x, Xe).call(this, T(this, oe)), te(this, x, Xe).call(this, T(this, Ae));
|
|
263
|
+
r();
|
|
264
|
+
for (const l of T(this, ye))
|
|
265
|
+
Oe(l);
|
|
266
|
+
ee(this, ye, []);
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Associate a change to a given source with the current
|
|
270
|
+
* batch, noting its previous and current values
|
|
271
|
+
* @param {Source} source
|
|
272
|
+
* @param {any} value
|
|
273
|
+
*/
|
|
274
|
+
capture(t, r) {
|
|
275
|
+
T(this, we).has(t) || T(this, we).set(t, r), this.current.set(t, t.v);
|
|
276
|
+
}
|
|
277
|
+
activate() {
|
|
278
|
+
O = this;
|
|
279
|
+
}
|
|
280
|
+
deactivate() {
|
|
281
|
+
O = null, kt = null;
|
|
282
|
+
for (const t of er)
|
|
283
|
+
if (er.delete(t), t(), O !== null)
|
|
284
|
+
break;
|
|
285
|
+
}
|
|
286
|
+
flush() {
|
|
287
|
+
if (Y.length > 0) {
|
|
288
|
+
if (this.activate(), kr(), O !== null && O !== this)
|
|
289
|
+
return;
|
|
290
|
+
} else T(this, fe) === 0 && te(this, x, Dt).call(this);
|
|
291
|
+
this.deactivate();
|
|
292
|
+
}
|
|
293
|
+
increment() {
|
|
294
|
+
ee(this, fe, T(this, fe) + 1);
|
|
295
|
+
}
|
|
296
|
+
decrement() {
|
|
297
|
+
if (ee(this, fe, T(this, fe) - 1), T(this, fe) === 0) {
|
|
298
|
+
for (const t of T(this, Be))
|
|
299
|
+
C(t, F), de(t);
|
|
300
|
+
for (const t of T(this, He))
|
|
301
|
+
C(t, X), de(t);
|
|
302
|
+
this.flush();
|
|
303
|
+
} else
|
|
304
|
+
this.deactivate();
|
|
305
|
+
}
|
|
306
|
+
/** @param {() => void} fn */
|
|
307
|
+
add_callback(t) {
|
|
308
|
+
T(this, Ee).add(t);
|
|
309
|
+
}
|
|
310
|
+
settled() {
|
|
311
|
+
return (T(this, $e) ?? ee(this, $e, wr())).promise;
|
|
312
|
+
}
|
|
313
|
+
static ensure() {
|
|
314
|
+
if (O === null) {
|
|
315
|
+
const t = O = new ge();
|
|
316
|
+
ze.add(O), je || ge.enqueue(() => {
|
|
317
|
+
O === t && t.flush();
|
|
318
|
+
});
|
|
319
|
+
}
|
|
320
|
+
return O;
|
|
321
|
+
}
|
|
322
|
+
/** @param {() => void} task */
|
|
323
|
+
static enqueue(t) {
|
|
324
|
+
_t(t);
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* @param {Batch} current_batch
|
|
328
|
+
*/
|
|
329
|
+
static apply(t) {
|
|
330
|
+
return Qe;
|
|
331
|
+
}
|
|
332
|
+
};
|
|
333
|
+
we = new WeakMap(), Ee = new WeakMap(), fe = new WeakMap(), $e = new WeakMap(), ye = new WeakMap(), me = new WeakMap(), oe = new WeakMap(), Ae = new WeakMap(), Be = new WeakMap(), He = new WeakMap(), x = new WeakSet(), /**
|
|
334
|
+
* Traverse the effect tree, executing effects or stashing
|
|
335
|
+
* them for later execution as appropriate
|
|
336
|
+
* @param {Effect} root
|
|
337
|
+
*/
|
|
338
|
+
Lt = function(t) {
|
|
339
|
+
var s;
|
|
340
|
+
t.f ^= P;
|
|
341
|
+
for (var r = t.first; r !== null; ) {
|
|
342
|
+
var n = r.f, i = (n & (Z | Ne)) !== 0, f = i && (n & P) !== 0, l = f || (n & B) !== 0 || this.skipped_effects.has(r);
|
|
343
|
+
if (!l && r.fn !== null) {
|
|
344
|
+
i ? r.f ^= P : (n & Ut) !== 0 ? T(this, oe).push(r) : (n & P) === 0 && ((n & vt) !== 0 && ((s = r.b) != null && s.is_pending()) ? T(this, ye).push(r) : Ge(r) && ((r.f & he) !== 0 && T(this, Ae).push(r), Oe(r)));
|
|
345
|
+
var a = r.first;
|
|
346
|
+
if (a !== null) {
|
|
347
|
+
r = a;
|
|
348
|
+
continue;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
var u = r.parent;
|
|
352
|
+
for (r = r.next; r === null && u !== null; )
|
|
353
|
+
r = u.next, u = u.parent;
|
|
354
|
+
}
|
|
355
|
+
}, /**
|
|
356
|
+
* @param {Effect[]} effects
|
|
357
|
+
*/
|
|
358
|
+
Xe = function(t) {
|
|
359
|
+
for (const r of t)
|
|
360
|
+
((r.f & F) !== 0 ? T(this, Be) : T(this, He)).push(r), C(r, P);
|
|
361
|
+
t.length = 0;
|
|
362
|
+
}, /**
|
|
363
|
+
* Append and remove branches to/from the DOM
|
|
364
|
+
*/
|
|
365
|
+
Dt = function() {
|
|
366
|
+
var t;
|
|
367
|
+
for (const r of T(this, Ee))
|
|
368
|
+
r();
|
|
369
|
+
if (T(this, Ee).clear(), ze.size > 1) {
|
|
370
|
+
T(this, we).clear();
|
|
371
|
+
let r = !0;
|
|
372
|
+
for (const n of ze) {
|
|
373
|
+
if (n === this) {
|
|
374
|
+
r = !1;
|
|
375
|
+
continue;
|
|
376
|
+
}
|
|
377
|
+
for (const [i, f] of this.current) {
|
|
378
|
+
if (n.current.has(i))
|
|
379
|
+
if (r)
|
|
380
|
+
n.current.set(i, f);
|
|
381
|
+
else
|
|
382
|
+
continue;
|
|
383
|
+
Or(i);
|
|
384
|
+
}
|
|
385
|
+
if (Y.length > 0) {
|
|
386
|
+
O = n;
|
|
387
|
+
const i = ge.apply(n);
|
|
388
|
+
for (const f of Y)
|
|
389
|
+
te(t = n, x, Lt).call(t, f);
|
|
390
|
+
Y = [], i();
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
O = null;
|
|
394
|
+
}
|
|
395
|
+
ze.delete(this);
|
|
396
|
+
};
|
|
397
|
+
let nt = ge;
|
|
398
|
+
function Vn(e) {
|
|
399
|
+
var t = je;
|
|
400
|
+
je = !0;
|
|
401
|
+
try {
|
|
402
|
+
for (var r; ; ) {
|
|
403
|
+
if (qn(), Y.length === 0 && (O == null || O.flush(), Y.length === 0))
|
|
404
|
+
return dt = null, /** @type {T} */
|
|
405
|
+
r;
|
|
406
|
+
kr();
|
|
407
|
+
}
|
|
408
|
+
} finally {
|
|
409
|
+
je = t;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
function kr() {
|
|
413
|
+
var e = be;
|
|
414
|
+
Mt = !0;
|
|
415
|
+
try {
|
|
416
|
+
var t = 0;
|
|
417
|
+
for (fr(!0); Y.length > 0; ) {
|
|
418
|
+
var r = nt.ensure();
|
|
419
|
+
if (t++ > 1e3) {
|
|
420
|
+
var n, i;
|
|
421
|
+
$n();
|
|
422
|
+
}
|
|
423
|
+
r.process(Y), ue.clear();
|
|
424
|
+
}
|
|
425
|
+
} finally {
|
|
426
|
+
Mt = !1, fr(e), dt = null;
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
function $n() {
|
|
430
|
+
try {
|
|
431
|
+
Cn();
|
|
432
|
+
} catch (e) {
|
|
433
|
+
rt(e, dt);
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
let z = null;
|
|
437
|
+
function tr(e) {
|
|
438
|
+
var t = e.length;
|
|
439
|
+
if (t !== 0) {
|
|
440
|
+
for (var r = 0; r < t; ) {
|
|
441
|
+
var n = e[r++];
|
|
442
|
+
if ((n.f & (Ie | B)) === 0 && Ge(n) && (z = [], Oe(n), n.deps === null && n.first === null && n.nodes_start === null && (n.teardown === null && n.ac === null ? Vr(n) : n.fn = null), (z == null ? void 0 : z.length) > 0)) {
|
|
443
|
+
ue.clear();
|
|
444
|
+
for (const i of z)
|
|
445
|
+
Oe(i);
|
|
446
|
+
z = [];
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
z = null;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
function Or(e) {
|
|
453
|
+
if (e.reactions !== null)
|
|
454
|
+
for (const t of e.reactions) {
|
|
455
|
+
const r = t.f;
|
|
456
|
+
(r & L) !== 0 ? Or(
|
|
457
|
+
/** @type {Derived} */
|
|
458
|
+
t
|
|
459
|
+
) : (r & (vt | he)) !== 0 && (C(t, F), de(
|
|
460
|
+
/** @type {Effect} */
|
|
461
|
+
t
|
|
462
|
+
));
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
function de(e) {
|
|
466
|
+
for (var t = dt = e; t.parent !== null; ) {
|
|
467
|
+
t = t.parent;
|
|
468
|
+
var r = t.f;
|
|
469
|
+
if (Mt && t === A && (r & he) !== 0)
|
|
470
|
+
return;
|
|
471
|
+
if ((r & (Ne | Z)) !== 0) {
|
|
472
|
+
if ((r & P) === 0) return;
|
|
473
|
+
t.f ^= P;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
Y.push(t);
|
|
477
|
+
}
|
|
478
|
+
function Nr(e, t, r) {
|
|
479
|
+
const n = Ye() ? ht : Pr;
|
|
480
|
+
if (t.length === 0) {
|
|
481
|
+
r(e.map(n));
|
|
482
|
+
return;
|
|
483
|
+
}
|
|
484
|
+
var i = O, f = (
|
|
485
|
+
/** @type {Effect} */
|
|
486
|
+
A
|
|
487
|
+
), l = Bn();
|
|
488
|
+
Promise.all(t.map((a) => /* @__PURE__ */ Hn(a))).then((a) => {
|
|
489
|
+
i == null || i.activate(), l();
|
|
490
|
+
try {
|
|
491
|
+
r([...e.map(n), ...a]);
|
|
492
|
+
} catch (u) {
|
|
493
|
+
(f.f & Ie) === 0 && rt(u, f);
|
|
494
|
+
}
|
|
495
|
+
i == null || i.deactivate(), Ir();
|
|
496
|
+
}).catch((a) => {
|
|
497
|
+
rt(a, f);
|
|
498
|
+
});
|
|
499
|
+
}
|
|
500
|
+
function Bn() {
|
|
501
|
+
var e = A, t = y, r = I, n = O;
|
|
502
|
+
return function() {
|
|
503
|
+
ae(e), K(t), tt(r), n == null || n.activate();
|
|
504
|
+
};
|
|
505
|
+
}
|
|
506
|
+
function Ir() {
|
|
507
|
+
ae(null), K(null), tt(null);
|
|
508
|
+
}
|
|
509
|
+
// @__NO_SIDE_EFFECTS__
|
|
510
|
+
function ht(e) {
|
|
511
|
+
var t = L | F, r = y !== null && (y.f & L) !== 0 ? (
|
|
512
|
+
/** @type {Derived} */
|
|
513
|
+
y
|
|
514
|
+
) : null;
|
|
515
|
+
return A === null || r !== null && (r.f & U) !== 0 ? t |= U : A.f |= ct, {
|
|
516
|
+
ctx: I,
|
|
517
|
+
deps: null,
|
|
518
|
+
effects: null,
|
|
519
|
+
equals: mr,
|
|
520
|
+
f: t,
|
|
521
|
+
fn: e,
|
|
522
|
+
reactions: null,
|
|
523
|
+
rv: 0,
|
|
524
|
+
v: (
|
|
525
|
+
/** @type {V} */
|
|
526
|
+
N
|
|
527
|
+
),
|
|
528
|
+
wv: 0,
|
|
529
|
+
parent: r ?? A,
|
|
530
|
+
ac: null
|
|
531
|
+
};
|
|
532
|
+
}
|
|
533
|
+
// @__NO_SIDE_EFFECTS__
|
|
534
|
+
function Hn(e, t) {
|
|
535
|
+
let r = (
|
|
536
|
+
/** @type {Effect | null} */
|
|
537
|
+
A
|
|
538
|
+
);
|
|
539
|
+
r === null && On();
|
|
540
|
+
var n = (
|
|
541
|
+
/** @type {Boundary} */
|
|
542
|
+
r.b
|
|
543
|
+
), i = (
|
|
544
|
+
/** @type {Promise<V>} */
|
|
545
|
+
/** @type {unknown} */
|
|
546
|
+
void 0
|
|
547
|
+
), f = Ue(
|
|
548
|
+
/** @type {V} */
|
|
549
|
+
N
|
|
550
|
+
), l = !y, a = /* @__PURE__ */ new Map();
|
|
551
|
+
return ri(() => {
|
|
552
|
+
var _;
|
|
553
|
+
var u = wr();
|
|
554
|
+
i = u.promise;
|
|
555
|
+
try {
|
|
556
|
+
Promise.resolve(e()).then(u.resolve, u.reject);
|
|
557
|
+
} catch (d) {
|
|
558
|
+
u.reject(d);
|
|
559
|
+
}
|
|
560
|
+
var s = (
|
|
561
|
+
/** @type {Batch} */
|
|
562
|
+
O
|
|
563
|
+
), c = n.is_pending();
|
|
564
|
+
l && (n.update_pending_count(1), c || (s.increment(), (_ = a.get(s)) == null || _.reject(Fe), a.set(s, u)));
|
|
565
|
+
const v = (d, o = void 0) => {
|
|
566
|
+
c || s.activate(), o ? o !== Fe && (f.f |= ce, Se(f, o)) : ((f.f & ce) !== 0 && (f.f ^= ce), Se(f, d)), l && (n.update_pending_count(-1), c || s.decrement()), Ir();
|
|
567
|
+
};
|
|
568
|
+
u.promise.then(v, (d) => v(null, d || "unknown"));
|
|
569
|
+
}), bt(() => {
|
|
570
|
+
for (const u of a.values())
|
|
571
|
+
u.reject(Fe);
|
|
572
|
+
}), new Promise((u) => {
|
|
573
|
+
function s(c) {
|
|
574
|
+
function v() {
|
|
575
|
+
c === i ? u(f) : s(i);
|
|
576
|
+
}
|
|
577
|
+
c.then(v, v);
|
|
578
|
+
}
|
|
579
|
+
s(i);
|
|
580
|
+
});
|
|
581
|
+
}
|
|
582
|
+
// @__NO_SIDE_EFFECTS__
|
|
583
|
+
function Wi(e) {
|
|
584
|
+
const t = /* @__PURE__ */ ht(e);
|
|
585
|
+
return Yr(t), t;
|
|
586
|
+
}
|
|
587
|
+
// @__NO_SIDE_EFFECTS__
|
|
588
|
+
function Pr(e) {
|
|
589
|
+
const t = /* @__PURE__ */ ht(e);
|
|
590
|
+
return t.equals = Ar, t;
|
|
591
|
+
}
|
|
592
|
+
function Cr(e) {
|
|
593
|
+
var t = e.effects;
|
|
594
|
+
if (t !== null) {
|
|
595
|
+
e.effects = null;
|
|
596
|
+
for (var r = 0; r < t.length; r += 1)
|
|
597
|
+
G(
|
|
598
|
+
/** @type {Effect} */
|
|
599
|
+
t[r]
|
|
600
|
+
);
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
function Yn(e) {
|
|
604
|
+
for (var t = e.parent; t !== null; ) {
|
|
605
|
+
if ((t.f & L) === 0)
|
|
606
|
+
return (
|
|
607
|
+
/** @type {Effect} */
|
|
608
|
+
t
|
|
609
|
+
);
|
|
610
|
+
t = t.parent;
|
|
611
|
+
}
|
|
612
|
+
return null;
|
|
613
|
+
}
|
|
614
|
+
function $t(e) {
|
|
615
|
+
var t, r = A;
|
|
616
|
+
ae(Yn(e));
|
|
617
|
+
try {
|
|
618
|
+
Cr(e), t = zr(e);
|
|
619
|
+
} finally {
|
|
620
|
+
ae(r);
|
|
621
|
+
}
|
|
622
|
+
return t;
|
|
623
|
+
}
|
|
624
|
+
function Rr(e) {
|
|
625
|
+
var t = $t(e);
|
|
626
|
+
if (e.equals(t) || (e.v = t, e.wv = Gr()), !Pe) {
|
|
627
|
+
var r = (le || (e.f & U) !== 0) && e.deps !== null ? X : P;
|
|
628
|
+
C(e, r);
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
const ue = /* @__PURE__ */ new Map();
|
|
632
|
+
function Ue(e, t) {
|
|
633
|
+
var r = {
|
|
634
|
+
f: 0,
|
|
635
|
+
// TODO ideally we could skip this altogether, but it causes type errors
|
|
636
|
+
v: e,
|
|
637
|
+
reactions: null,
|
|
638
|
+
equals: mr,
|
|
639
|
+
rv: 0,
|
|
640
|
+
wv: 0
|
|
641
|
+
};
|
|
642
|
+
return r;
|
|
643
|
+
}
|
|
644
|
+
// @__NO_SIDE_EFFECTS__
|
|
645
|
+
function re(e, t) {
|
|
646
|
+
const r = Ue(e);
|
|
647
|
+
return Yr(r), r;
|
|
648
|
+
}
|
|
649
|
+
// @__NO_SIDE_EFFECTS__
|
|
650
|
+
function Mr(e, t = !1, r = !0) {
|
|
651
|
+
var i;
|
|
652
|
+
const n = Ue(e);
|
|
653
|
+
return t || (n.equals = Ar), lt && r && I !== null && I.l !== null && ((i = I.l).s ?? (i.s = [])).push(n), n;
|
|
654
|
+
}
|
|
655
|
+
function ne(e, t, r = !1) {
|
|
656
|
+
y !== null && // since we are untracking the function inside `$inspect.with` we need to add this check
|
|
657
|
+
// to ensure we error if state is set inside an inspect effect
|
|
658
|
+
(!W || (y.f & Qt) !== 0) && Ye() && (y.f & (L | he | vt | Qt)) !== 0 && !(M != null && M.includes(e)) && Ln();
|
|
659
|
+
let n = r ? De(t) : t;
|
|
660
|
+
return Se(e, n);
|
|
661
|
+
}
|
|
662
|
+
function Se(e, t) {
|
|
663
|
+
if (!e.equals(t)) {
|
|
664
|
+
var r = e.v;
|
|
665
|
+
Pe ? ue.set(e, t) : ue.set(e, r), e.v = t;
|
|
666
|
+
var n = nt.ensure();
|
|
667
|
+
n.capture(e, r), (e.f & L) !== 0 && ((e.f & F) !== 0 && $t(
|
|
668
|
+
/** @type {Derived} */
|
|
669
|
+
e
|
|
670
|
+
), C(e, (e.f & U) === 0 ? P : X)), e.wv = Gr(), Lr(e, F), Ye() && A !== null && (A.f & P) !== 0 && (A.f & (Z | Ne)) === 0 && (q === null ? li([e]) : q.push(e));
|
|
671
|
+
}
|
|
672
|
+
return t;
|
|
673
|
+
}
|
|
674
|
+
function Ot(e) {
|
|
675
|
+
ne(e, e.v + 1);
|
|
676
|
+
}
|
|
677
|
+
function Lr(e, t) {
|
|
678
|
+
var r = e.reactions;
|
|
679
|
+
if (r !== null)
|
|
680
|
+
for (var n = Ye(), i = r.length, f = 0; f < i; f++) {
|
|
681
|
+
var l = r[f], a = l.f;
|
|
682
|
+
if (!(!n && l === A)) {
|
|
683
|
+
var u = (a & F) === 0;
|
|
684
|
+
u && C(l, t), (a & L) !== 0 ? Lr(
|
|
685
|
+
/** @type {Derived} */
|
|
686
|
+
l,
|
|
687
|
+
X
|
|
688
|
+
) : u && ((a & he) !== 0 && z !== null && z.push(
|
|
689
|
+
/** @type {Effect} */
|
|
690
|
+
l
|
|
691
|
+
), de(
|
|
692
|
+
/** @type {Effect} */
|
|
693
|
+
l
|
|
694
|
+
));
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
function De(e) {
|
|
699
|
+
if (typeof e != "object" || e === null || ve in e)
|
|
700
|
+
return e;
|
|
701
|
+
const t = qt(e);
|
|
702
|
+
if (t !== mn && t !== An)
|
|
703
|
+
return e;
|
|
704
|
+
var r = /* @__PURE__ */ new Map(), n = st(e), i = /* @__PURE__ */ re(0), f = _e, l = (a) => {
|
|
705
|
+
if (_e === f)
|
|
706
|
+
return a();
|
|
707
|
+
var u = y, s = _e;
|
|
708
|
+
K(null), ur(f);
|
|
709
|
+
var c = a();
|
|
710
|
+
return K(u), ur(s), c;
|
|
711
|
+
};
|
|
712
|
+
return n && r.set("length", /* @__PURE__ */ re(
|
|
713
|
+
/** @type {any[]} */
|
|
714
|
+
e.length
|
|
715
|
+
)), new Proxy(
|
|
716
|
+
/** @type {any} */
|
|
717
|
+
e,
|
|
718
|
+
{
|
|
719
|
+
defineProperty(a, u, s) {
|
|
720
|
+
(!("value" in s) || s.configurable === !1 || s.enumerable === !1 || s.writable === !1) && Rn();
|
|
721
|
+
var c = r.get(u);
|
|
722
|
+
return c === void 0 ? c = l(() => {
|
|
723
|
+
var v = /* @__PURE__ */ re(s.value);
|
|
724
|
+
return r.set(u, v), v;
|
|
725
|
+
}) : ne(c, s.value, !0), !0;
|
|
726
|
+
},
|
|
727
|
+
deleteProperty(a, u) {
|
|
728
|
+
var s = r.get(u);
|
|
729
|
+
if (s === void 0) {
|
|
730
|
+
if (u in a) {
|
|
731
|
+
const c = l(() => /* @__PURE__ */ re(N));
|
|
732
|
+
r.set(u, c), Ot(i);
|
|
733
|
+
}
|
|
734
|
+
} else
|
|
735
|
+
ne(s, N), Ot(i);
|
|
736
|
+
return !0;
|
|
737
|
+
},
|
|
738
|
+
get(a, u, s) {
|
|
739
|
+
var d;
|
|
740
|
+
if (u === ve)
|
|
741
|
+
return e;
|
|
742
|
+
var c = r.get(u), v = u in a;
|
|
743
|
+
if (c === void 0 && (!v || (d = Tt(a, u)) != null && d.writable) && (c = l(() => {
|
|
744
|
+
var o = De(v ? a[u] : N), g = /* @__PURE__ */ re(o);
|
|
745
|
+
return g;
|
|
746
|
+
}), r.set(u, c)), c !== void 0) {
|
|
747
|
+
var _ = $(c);
|
|
748
|
+
return _ === N ? void 0 : _;
|
|
749
|
+
}
|
|
750
|
+
return Reflect.get(a, u, s);
|
|
751
|
+
},
|
|
752
|
+
getOwnPropertyDescriptor(a, u) {
|
|
753
|
+
var s = Reflect.getOwnPropertyDescriptor(a, u);
|
|
754
|
+
if (s && "value" in s) {
|
|
755
|
+
var c = r.get(u);
|
|
756
|
+
c && (s.value = $(c));
|
|
757
|
+
} else if (s === void 0) {
|
|
758
|
+
var v = r.get(u), _ = v == null ? void 0 : v.v;
|
|
759
|
+
if (v !== void 0 && _ !== N)
|
|
760
|
+
return {
|
|
761
|
+
enumerable: !0,
|
|
762
|
+
configurable: !0,
|
|
763
|
+
value: _,
|
|
764
|
+
writable: !0
|
|
765
|
+
};
|
|
766
|
+
}
|
|
767
|
+
return s;
|
|
768
|
+
},
|
|
769
|
+
has(a, u) {
|
|
770
|
+
var _;
|
|
771
|
+
if (u === ve)
|
|
772
|
+
return !0;
|
|
773
|
+
var s = r.get(u), c = s !== void 0 && s.v !== N || Reflect.has(a, u);
|
|
774
|
+
if (s !== void 0 || A !== null && (!c || (_ = Tt(a, u)) != null && _.writable)) {
|
|
775
|
+
s === void 0 && (s = l(() => {
|
|
776
|
+
var d = c ? De(a[u]) : N, o = /* @__PURE__ */ re(d);
|
|
777
|
+
return o;
|
|
778
|
+
}), r.set(u, s));
|
|
779
|
+
var v = $(s);
|
|
780
|
+
if (v === N)
|
|
781
|
+
return !1;
|
|
782
|
+
}
|
|
783
|
+
return c;
|
|
784
|
+
},
|
|
785
|
+
set(a, u, s, c) {
|
|
786
|
+
var p;
|
|
787
|
+
var v = r.get(u), _ = u in a;
|
|
788
|
+
if (n && u === "length")
|
|
789
|
+
for (var d = s; d < /** @type {Source<number>} */
|
|
790
|
+
v.v; d += 1) {
|
|
791
|
+
var o = r.get(d + "");
|
|
792
|
+
o !== void 0 ? ne(o, N) : d in a && (o = l(() => /* @__PURE__ */ re(N)), r.set(d + "", o));
|
|
793
|
+
}
|
|
794
|
+
if (v === void 0)
|
|
795
|
+
(!_ || (p = Tt(a, u)) != null && p.writable) && (v = l(() => /* @__PURE__ */ re(void 0)), ne(v, De(s)), r.set(u, v));
|
|
796
|
+
else {
|
|
797
|
+
_ = v.v !== N;
|
|
798
|
+
var g = l(() => De(s));
|
|
799
|
+
ne(v, g);
|
|
800
|
+
}
|
|
801
|
+
var h = Reflect.getOwnPropertyDescriptor(a, u);
|
|
802
|
+
if (h != null && h.set && h.set.call(c, s), !_) {
|
|
803
|
+
if (n && typeof u == "string") {
|
|
804
|
+
var w = (
|
|
805
|
+
/** @type {Source<number>} */
|
|
806
|
+
r.get("length")
|
|
807
|
+
), k = Number(u);
|
|
808
|
+
Number.isInteger(k) && k >= w.v && ne(w, k + 1);
|
|
809
|
+
}
|
|
810
|
+
Ot(i);
|
|
811
|
+
}
|
|
812
|
+
return !0;
|
|
813
|
+
},
|
|
814
|
+
ownKeys(a) {
|
|
815
|
+
$(i);
|
|
816
|
+
var u = Reflect.ownKeys(a).filter((v) => {
|
|
817
|
+
var _ = r.get(v);
|
|
818
|
+
return _ === void 0 || _.v !== N;
|
|
819
|
+
});
|
|
820
|
+
for (var [s, c] of r)
|
|
821
|
+
c.v !== N && !(s in a) && u.push(s);
|
|
822
|
+
return u;
|
|
823
|
+
},
|
|
824
|
+
setPrototypeOf() {
|
|
825
|
+
Mn();
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
);
|
|
829
|
+
}
|
|
830
|
+
function rr(e) {
|
|
831
|
+
try {
|
|
832
|
+
if (e !== null && typeof e == "object" && ve in e)
|
|
833
|
+
return e[ve];
|
|
834
|
+
} catch {
|
|
835
|
+
}
|
|
836
|
+
return e;
|
|
837
|
+
}
|
|
838
|
+
function Wn(e, t) {
|
|
839
|
+
return Object.is(rr(e), rr(t));
|
|
840
|
+
}
|
|
841
|
+
var Gn, Kn, zn;
|
|
842
|
+
function We(e = "") {
|
|
843
|
+
return document.createTextNode(e);
|
|
844
|
+
}
|
|
845
|
+
// @__NO_SIDE_EFFECTS__
|
|
846
|
+
function Te(e) {
|
|
847
|
+
return Kn.call(e);
|
|
848
|
+
}
|
|
849
|
+
// @__NO_SIDE_EFFECTS__
|
|
850
|
+
function pt(e) {
|
|
851
|
+
return zn.call(e);
|
|
852
|
+
}
|
|
853
|
+
function Gi(e, t) {
|
|
854
|
+
return /* @__PURE__ */ Te(e);
|
|
855
|
+
}
|
|
856
|
+
function Ki(e, t = !1) {
|
|
857
|
+
{
|
|
858
|
+
var r = (
|
|
859
|
+
/** @type {DocumentFragment} */
|
|
860
|
+
/* @__PURE__ */ Te(
|
|
861
|
+
/** @type {Node} */
|
|
862
|
+
e
|
|
863
|
+
)
|
|
864
|
+
);
|
|
865
|
+
return r instanceof Comment && r.data === "" ? /* @__PURE__ */ pt(r) : r;
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
function zi(e, t = 1, r = !1) {
|
|
869
|
+
let n = e;
|
|
870
|
+
for (; t--; )
|
|
871
|
+
n = /** @type {TemplateNode} */
|
|
872
|
+
/* @__PURE__ */ pt(n);
|
|
873
|
+
return n;
|
|
874
|
+
}
|
|
875
|
+
function Zn(e) {
|
|
876
|
+
e.textContent = "";
|
|
877
|
+
}
|
|
878
|
+
function Dr() {
|
|
879
|
+
return !1;
|
|
880
|
+
}
|
|
881
|
+
function Xn(e, t) {
|
|
882
|
+
if (t) {
|
|
883
|
+
const r = document.body;
|
|
884
|
+
e.autofocus = !0, _t(() => {
|
|
885
|
+
document.activeElement === r && e.focus();
|
|
886
|
+
});
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
let nr = !1;
|
|
890
|
+
function Jn() {
|
|
891
|
+
nr || (nr = !0, document.addEventListener(
|
|
892
|
+
"reset",
|
|
893
|
+
(e) => {
|
|
894
|
+
Promise.resolve().then(() => {
|
|
895
|
+
var t;
|
|
896
|
+
if (!e.defaultPrevented)
|
|
897
|
+
for (
|
|
898
|
+
const r of
|
|
899
|
+
/**@type {HTMLFormElement} */
|
|
900
|
+
e.target.elements
|
|
901
|
+
)
|
|
902
|
+
(t = r.__on_r) == null || t.call(r);
|
|
903
|
+
});
|
|
904
|
+
},
|
|
905
|
+
// In the capture phase to guarantee we get noticed of it (no possiblity of stopPropagation)
|
|
906
|
+
{ capture: !0 }
|
|
907
|
+
));
|
|
908
|
+
}
|
|
909
|
+
function gt(e) {
|
|
910
|
+
var t = y, r = A;
|
|
911
|
+
K(null), ae(null);
|
|
912
|
+
try {
|
|
913
|
+
return e();
|
|
914
|
+
} finally {
|
|
915
|
+
K(t), ae(r);
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
function Qn(e, t, r, n = r) {
|
|
919
|
+
e.addEventListener(t, () => gt(r));
|
|
920
|
+
const i = e.__on_r;
|
|
921
|
+
i ? e.__on_r = () => {
|
|
922
|
+
i(), n(!0);
|
|
923
|
+
} : e.__on_r = () => n(!0), Jn();
|
|
924
|
+
}
|
|
925
|
+
function Fr(e) {
|
|
926
|
+
A === null && y === null && Pn(), y !== null && (y.f & U) !== 0 && A === null && In(), Pe && Nn();
|
|
927
|
+
}
|
|
928
|
+
function ei(e, t) {
|
|
929
|
+
var r = t.last;
|
|
930
|
+
r === null ? t.last = t.first = e : (r.next = e, e.prev = r, t.last = e);
|
|
931
|
+
}
|
|
932
|
+
function J(e, t, r, n = !0) {
|
|
933
|
+
var i = A;
|
|
934
|
+
i !== null && (i.f & B) !== 0 && (e |= B);
|
|
935
|
+
var f = {
|
|
936
|
+
ctx: I,
|
|
937
|
+
deps: null,
|
|
938
|
+
nodes_start: null,
|
|
939
|
+
nodes_end: null,
|
|
940
|
+
f: e | F,
|
|
941
|
+
first: null,
|
|
942
|
+
fn: t,
|
|
943
|
+
last: null,
|
|
944
|
+
next: null,
|
|
945
|
+
parent: i,
|
|
946
|
+
b: i && i.b,
|
|
947
|
+
prev: null,
|
|
948
|
+
teardown: null,
|
|
949
|
+
transitions: null,
|
|
950
|
+
wv: 0,
|
|
951
|
+
ac: null
|
|
952
|
+
};
|
|
953
|
+
if (r)
|
|
954
|
+
try {
|
|
955
|
+
Oe(f), f.f |= xt;
|
|
956
|
+
} catch (u) {
|
|
957
|
+
throw G(f), u;
|
|
958
|
+
}
|
|
959
|
+
else t !== null && de(f);
|
|
960
|
+
if (n) {
|
|
961
|
+
var l = f;
|
|
962
|
+
if (r && l.deps === null && l.teardown === null && l.nodes_start === null && l.first === l.last && // either `null`, or a singular child
|
|
963
|
+
(l.f & ct) === 0 && (l = l.first), l !== null && (l.parent = i, i !== null && ei(l, i), y !== null && (y.f & L) !== 0 && (e & Ne) === 0)) {
|
|
964
|
+
var a = (
|
|
965
|
+
/** @type {Derived} */
|
|
966
|
+
y
|
|
967
|
+
);
|
|
968
|
+
(a.effects ?? (a.effects = [])).push(l);
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
return f;
|
|
972
|
+
}
|
|
973
|
+
function bt(e) {
|
|
974
|
+
const t = J(ot, null, !1);
|
|
975
|
+
return C(t, P), t.teardown = e, t;
|
|
976
|
+
}
|
|
977
|
+
function ir(e) {
|
|
978
|
+
Fr();
|
|
979
|
+
var t = (
|
|
980
|
+
/** @type {Effect} */
|
|
981
|
+
A.f
|
|
982
|
+
), r = !y && (t & Z) !== 0 && (t & xt) === 0;
|
|
983
|
+
if (r) {
|
|
984
|
+
var n = (
|
|
985
|
+
/** @type {ComponentContext} */
|
|
986
|
+
I
|
|
987
|
+
);
|
|
988
|
+
(n.e ?? (n.e = [])).push(e);
|
|
989
|
+
} else
|
|
990
|
+
return jr(e);
|
|
991
|
+
}
|
|
992
|
+
function jr(e) {
|
|
993
|
+
return J(Ut | yr, e, !1);
|
|
994
|
+
}
|
|
995
|
+
function ti(e) {
|
|
996
|
+
return Fr(), J(ot | yr, e, !0);
|
|
997
|
+
}
|
|
998
|
+
function Bt(e) {
|
|
999
|
+
return J(Ut, e, !1);
|
|
1000
|
+
}
|
|
1001
|
+
function Zi(e, t) {
|
|
1002
|
+
var r = (
|
|
1003
|
+
/** @type {ComponentContextLegacy} */
|
|
1004
|
+
I
|
|
1005
|
+
), n = { effect: null, ran: !1, deps: e };
|
|
1006
|
+
r.l.$.push(n), n.effect = qr(() => {
|
|
1007
|
+
e(), !n.ran && (n.ran = !0, Et(t));
|
|
1008
|
+
});
|
|
1009
|
+
}
|
|
1010
|
+
function Xi() {
|
|
1011
|
+
var e = (
|
|
1012
|
+
/** @type {ComponentContextLegacy} */
|
|
1013
|
+
I
|
|
1014
|
+
);
|
|
1015
|
+
qr(() => {
|
|
1016
|
+
for (var t of e.l.$) {
|
|
1017
|
+
t.deps();
|
|
1018
|
+
var r = t.effect;
|
|
1019
|
+
(r.f & P) !== 0 && C(r, X), Ge(r) && Oe(r), t.ran = !1;
|
|
1020
|
+
}
|
|
1021
|
+
});
|
|
1022
|
+
}
|
|
1023
|
+
function ri(e) {
|
|
1024
|
+
return J(vt | ct, e, !0);
|
|
1025
|
+
}
|
|
1026
|
+
function qr(e, t = 0) {
|
|
1027
|
+
return J(ot | t, e, !0);
|
|
1028
|
+
}
|
|
1029
|
+
function Ji(e, t = [], r = []) {
|
|
1030
|
+
Nr(t, r, (n) => {
|
|
1031
|
+
J(ot, () => e(...n.map($)), !0);
|
|
1032
|
+
});
|
|
1033
|
+
}
|
|
1034
|
+
function wt(e, t = 0) {
|
|
1035
|
+
var r = J(he | t, e, !0);
|
|
1036
|
+
return r;
|
|
1037
|
+
}
|
|
1038
|
+
function ke(e, t = !0) {
|
|
1039
|
+
return J(Z | ct, e, !0, t);
|
|
1040
|
+
}
|
|
1041
|
+
function Ur(e) {
|
|
1042
|
+
var t = e.teardown;
|
|
1043
|
+
if (t !== null) {
|
|
1044
|
+
const r = Pe, n = y;
|
|
1045
|
+
lr(!0), K(null);
|
|
1046
|
+
try {
|
|
1047
|
+
t.call(null);
|
|
1048
|
+
} finally {
|
|
1049
|
+
lr(r), K(n);
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
function xr(e, t = !1) {
|
|
1054
|
+
var r = e.first;
|
|
1055
|
+
for (e.first = e.last = null; r !== null; ) {
|
|
1056
|
+
const i = r.ac;
|
|
1057
|
+
i !== null && gt(() => {
|
|
1058
|
+
i.abort(Fe);
|
|
1059
|
+
});
|
|
1060
|
+
var n = r.next;
|
|
1061
|
+
(r.f & Ne) !== 0 ? r.parent = null : G(r, t), r = n;
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
function ni(e) {
|
|
1065
|
+
for (var t = e.first; t !== null; ) {
|
|
1066
|
+
var r = t.next;
|
|
1067
|
+
(t.f & Z) === 0 && G(t), t = r;
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
function G(e, t = !0) {
|
|
1071
|
+
var r = !1;
|
|
1072
|
+
(t || (e.f & Tn) !== 0) && e.nodes_start !== null && e.nodes_end !== null && (ii(
|
|
1073
|
+
e.nodes_start,
|
|
1074
|
+
/** @type {TemplateNode} */
|
|
1075
|
+
e.nodes_end
|
|
1076
|
+
), r = !0), xr(e, t && !r), it(e, 0), C(e, Ie);
|
|
1077
|
+
var n = e.transitions;
|
|
1078
|
+
if (n !== null)
|
|
1079
|
+
for (const f of n)
|
|
1080
|
+
f.stop();
|
|
1081
|
+
Ur(e);
|
|
1082
|
+
var i = e.parent;
|
|
1083
|
+
i !== null && i.first !== null && Vr(e), e.next = e.prev = e.teardown = e.ctx = e.deps = e.fn = e.nodes_start = e.nodes_end = e.ac = null;
|
|
1084
|
+
}
|
|
1085
|
+
function ii(e, t) {
|
|
1086
|
+
for (; e !== null; ) {
|
|
1087
|
+
var r = e === t ? null : (
|
|
1088
|
+
/** @type {TemplateNode} */
|
|
1089
|
+
/* @__PURE__ */ pt(e)
|
|
1090
|
+
);
|
|
1091
|
+
e.remove(), e = r;
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
function Vr(e) {
|
|
1095
|
+
var t = e.parent, r = e.prev, n = e.next;
|
|
1096
|
+
r !== null && (r.next = n), n !== null && (n.prev = r), t !== null && (t.first === e && (t.first = n), t.last === e && (t.last = r));
|
|
1097
|
+
}
|
|
1098
|
+
function $r(e, t) {
|
|
1099
|
+
var r = [];
|
|
1100
|
+
Ht(e, r, !0), Br(r, () => {
|
|
1101
|
+
G(e), t && t();
|
|
1102
|
+
});
|
|
1103
|
+
}
|
|
1104
|
+
function Br(e, t) {
|
|
1105
|
+
var r = e.length;
|
|
1106
|
+
if (r > 0) {
|
|
1107
|
+
var n = () => --r || t();
|
|
1108
|
+
for (var i of e)
|
|
1109
|
+
i.out(n);
|
|
1110
|
+
} else
|
|
1111
|
+
t();
|
|
1112
|
+
}
|
|
1113
|
+
function Ht(e, t, r) {
|
|
1114
|
+
if ((e.f & B) === 0) {
|
|
1115
|
+
if (e.f ^= B, e.transitions !== null)
|
|
1116
|
+
for (const l of e.transitions)
|
|
1117
|
+
(l.is_global || r) && t.push(l);
|
|
1118
|
+
for (var n = e.first; n !== null; ) {
|
|
1119
|
+
var i = n.next, f = (n.f & Vt) !== 0 || (n.f & Z) !== 0;
|
|
1120
|
+
Ht(n, t, f ? r : !1), n = i;
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
function Yt(e) {
|
|
1125
|
+
Hr(e, !0);
|
|
1126
|
+
}
|
|
1127
|
+
function Hr(e, t) {
|
|
1128
|
+
if ((e.f & B) !== 0) {
|
|
1129
|
+
e.f ^= B, (e.f & P) === 0 && (C(e, F), de(e));
|
|
1130
|
+
for (var r = e.first; r !== null; ) {
|
|
1131
|
+
var n = r.next, i = (r.f & Vt) !== 0 || (r.f & Z) !== 0;
|
|
1132
|
+
Hr(r, i ? t : !1), r = n;
|
|
1133
|
+
}
|
|
1134
|
+
if (e.transitions !== null)
|
|
1135
|
+
for (const f of e.transitions)
|
|
1136
|
+
(f.is_global || t) && f.in();
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
let ie = null;
|
|
1140
|
+
function fi(e) {
|
|
1141
|
+
var t = ie;
|
|
1142
|
+
try {
|
|
1143
|
+
if (ie = /* @__PURE__ */ new Set(), Et(e), t !== null)
|
|
1144
|
+
for (var r of ie)
|
|
1145
|
+
t.add(r);
|
|
1146
|
+
return ie;
|
|
1147
|
+
} finally {
|
|
1148
|
+
ie = t;
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
function Qi(e) {
|
|
1152
|
+
for (var t of fi(e))
|
|
1153
|
+
Se(t, t.v);
|
|
1154
|
+
}
|
|
1155
|
+
let be = !1;
|
|
1156
|
+
function fr(e) {
|
|
1157
|
+
be = e;
|
|
1158
|
+
}
|
|
1159
|
+
let Pe = !1;
|
|
1160
|
+
function lr(e) {
|
|
1161
|
+
Pe = e;
|
|
1162
|
+
}
|
|
1163
|
+
let y = null, W = !1;
|
|
1164
|
+
function K(e) {
|
|
1165
|
+
y = e;
|
|
1166
|
+
}
|
|
1167
|
+
let A = null;
|
|
1168
|
+
function ae(e) {
|
|
1169
|
+
A = e;
|
|
1170
|
+
}
|
|
1171
|
+
let M = null;
|
|
1172
|
+
function Yr(e) {
|
|
1173
|
+
y !== null && (M === null ? M = [e] : M.push(e));
|
|
1174
|
+
}
|
|
1175
|
+
let R = null, D = 0, q = null;
|
|
1176
|
+
function li(e) {
|
|
1177
|
+
q = e;
|
|
1178
|
+
}
|
|
1179
|
+
let Wr = 1, xe = 0, _e = xe;
|
|
1180
|
+
function ur(e) {
|
|
1181
|
+
_e = e;
|
|
1182
|
+
}
|
|
1183
|
+
let le = !1;
|
|
1184
|
+
function Gr() {
|
|
1185
|
+
return ++Wr;
|
|
1186
|
+
}
|
|
1187
|
+
function Ge(e) {
|
|
1188
|
+
var v;
|
|
1189
|
+
var t = e.f;
|
|
1190
|
+
if ((t & F) !== 0)
|
|
1191
|
+
return !0;
|
|
1192
|
+
if ((t & X) !== 0) {
|
|
1193
|
+
var r = e.deps, n = (t & U) !== 0;
|
|
1194
|
+
if (r !== null) {
|
|
1195
|
+
var i, f, l = (t & et) !== 0, a = n && A !== null && !le, u = r.length;
|
|
1196
|
+
if ((l || a) && (A === null || (A.f & Ie) === 0)) {
|
|
1197
|
+
var s = (
|
|
1198
|
+
/** @type {Derived} */
|
|
1199
|
+
e
|
|
1200
|
+
), c = s.parent;
|
|
1201
|
+
for (i = 0; i < u; i++)
|
|
1202
|
+
f = r[i], (l || !((v = f == null ? void 0 : f.reactions) != null && v.includes(s))) && (f.reactions ?? (f.reactions = [])).push(s);
|
|
1203
|
+
l && (s.f ^= et), a && c !== null && (c.f & U) === 0 && (s.f ^= U);
|
|
1204
|
+
}
|
|
1205
|
+
for (i = 0; i < u; i++)
|
|
1206
|
+
if (f = r[i], Ge(
|
|
1207
|
+
/** @type {Derived} */
|
|
1208
|
+
f
|
|
1209
|
+
) && Rr(
|
|
1210
|
+
/** @type {Derived} */
|
|
1211
|
+
f
|
|
1212
|
+
), f.wv > e.wv)
|
|
1213
|
+
return !0;
|
|
1214
|
+
}
|
|
1215
|
+
(!n || A !== null && !le) && C(e, P);
|
|
1216
|
+
}
|
|
1217
|
+
return !1;
|
|
1218
|
+
}
|
|
1219
|
+
function Kr(e, t, r = !0) {
|
|
1220
|
+
var n = e.reactions;
|
|
1221
|
+
if (n !== null && !(M != null && M.includes(e)))
|
|
1222
|
+
for (var i = 0; i < n.length; i++) {
|
|
1223
|
+
var f = n[i];
|
|
1224
|
+
(f.f & L) !== 0 ? Kr(
|
|
1225
|
+
/** @type {Derived} */
|
|
1226
|
+
f,
|
|
1227
|
+
t,
|
|
1228
|
+
!1
|
|
1229
|
+
) : t === f && (r ? C(f, F) : (f.f & P) !== 0 && C(f, X), de(
|
|
1230
|
+
/** @type {Effect} */
|
|
1231
|
+
f
|
|
1232
|
+
));
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
function zr(e) {
|
|
1236
|
+
var g;
|
|
1237
|
+
var t = R, r = D, n = q, i = y, f = le, l = M, a = I, u = W, s = _e, c = e.f;
|
|
1238
|
+
R = /** @type {null | Value[]} */
|
|
1239
|
+
null, D = 0, q = null, le = (c & U) !== 0 && (W || !be || y === null), y = (c & (Z | Ne)) === 0 ? e : null, M = null, tt(e.ctx), W = !1, _e = ++xe, e.ac !== null && (gt(() => {
|
|
1240
|
+
e.ac.abort(Fe);
|
|
1241
|
+
}), e.ac = null);
|
|
1242
|
+
try {
|
|
1243
|
+
e.f |= Rt;
|
|
1244
|
+
var v = (
|
|
1245
|
+
/** @type {Function} */
|
|
1246
|
+
e.fn
|
|
1247
|
+
), _ = v(), d = e.deps;
|
|
1248
|
+
if (R !== null) {
|
|
1249
|
+
var o;
|
|
1250
|
+
if (it(e, D), d !== null && D > 0)
|
|
1251
|
+
for (d.length = D + R.length, o = 0; o < R.length; o++)
|
|
1252
|
+
d[D + o] = R[o];
|
|
1253
|
+
else
|
|
1254
|
+
e.deps = d = R;
|
|
1255
|
+
if (!le || // Deriveds that already have reactions can cleanup, so we still add them as reactions
|
|
1256
|
+
(c & L) !== 0 && /** @type {import('#client').Derived} */
|
|
1257
|
+
e.reactions !== null)
|
|
1258
|
+
for (o = D; o < d.length; o++)
|
|
1259
|
+
((g = d[o]).reactions ?? (g.reactions = [])).push(e);
|
|
1260
|
+
} else d !== null && D < d.length && (it(e, D), d.length = D);
|
|
1261
|
+
if (Ye() && q !== null && !W && d !== null && (e.f & (L | X | F)) === 0)
|
|
1262
|
+
for (o = 0; o < /** @type {Source[]} */
|
|
1263
|
+
q.length; o++)
|
|
1264
|
+
Kr(
|
|
1265
|
+
q[o],
|
|
1266
|
+
/** @type {Effect} */
|
|
1267
|
+
e
|
|
1268
|
+
);
|
|
1269
|
+
return i !== null && i !== e && (xe++, q !== null && (n === null ? n = q : n.push(.../** @type {Source[]} */
|
|
1270
|
+
q))), (e.f & ce) !== 0 && (e.f ^= ce), _;
|
|
1271
|
+
} catch (h) {
|
|
1272
|
+
return xn(h);
|
|
1273
|
+
} finally {
|
|
1274
|
+
e.f ^= Rt, R = t, D = r, q = n, y = i, le = f, M = l, tt(a), W = u, _e = s;
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
function ui(e, t) {
|
|
1278
|
+
let r = t.reactions;
|
|
1279
|
+
if (r !== null) {
|
|
1280
|
+
var n = yn.call(r, e);
|
|
1281
|
+
if (n !== -1) {
|
|
1282
|
+
var i = r.length - 1;
|
|
1283
|
+
i === 0 ? r = t.reactions = null : (r[n] = r[i], r.pop());
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
r === null && (t.f & L) !== 0 && // Destroying a child effect while updating a parent effect can cause a dependency to appear
|
|
1287
|
+
// to be unused, when in fact it is used by the currently-updating parent. Checking `new_deps`
|
|
1288
|
+
// allows us to skip the expensive work of disconnecting and immediately reconnecting it
|
|
1289
|
+
(R === null || !R.includes(t)) && (C(t, X), (t.f & (U | et)) === 0 && (t.f ^= et), Cr(
|
|
1290
|
+
/** @type {Derived} **/
|
|
1291
|
+
t
|
|
1292
|
+
), it(
|
|
1293
|
+
/** @type {Derived} **/
|
|
1294
|
+
t,
|
|
1295
|
+
0
|
|
1296
|
+
));
|
|
1297
|
+
}
|
|
1298
|
+
function it(e, t) {
|
|
1299
|
+
var r = e.deps;
|
|
1300
|
+
if (r !== null)
|
|
1301
|
+
for (var n = t; n < r.length; n++)
|
|
1302
|
+
ui(e, r[n]);
|
|
1303
|
+
}
|
|
1304
|
+
function Oe(e) {
|
|
1305
|
+
var t = e.f;
|
|
1306
|
+
if ((t & Ie) === 0) {
|
|
1307
|
+
C(e, P);
|
|
1308
|
+
var r = A, n = be;
|
|
1309
|
+
A = e, be = !0;
|
|
1310
|
+
try {
|
|
1311
|
+
(t & he) !== 0 ? ni(e) : xr(e), Ur(e);
|
|
1312
|
+
var i = zr(e);
|
|
1313
|
+
e.teardown = typeof i == "function" ? i : null, e.wv = Wr;
|
|
1314
|
+
var f;
|
|
1315
|
+
pr && _n && (e.f & F) !== 0 && e.deps;
|
|
1316
|
+
} finally {
|
|
1317
|
+
be = n, A = r;
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
async function ef() {
|
|
1322
|
+
await Promise.resolve(), Vn();
|
|
1323
|
+
}
|
|
1324
|
+
function $(e) {
|
|
1325
|
+
var t = e.f, r = (t & L) !== 0;
|
|
1326
|
+
if (ie == null || ie.add(e), y !== null && !W) {
|
|
1327
|
+
var n = A !== null && (A.f & Ie) !== 0;
|
|
1328
|
+
if (!n && !(M != null && M.includes(e))) {
|
|
1329
|
+
var i = y.deps;
|
|
1330
|
+
if ((y.f & Rt) !== 0)
|
|
1331
|
+
e.rv < xe && (e.rv = xe, R === null && i !== null && i[D] === e ? D++ : R === null ? R = [e] : (!le || !R.includes(e)) && R.push(e));
|
|
1332
|
+
else {
|
|
1333
|
+
(y.deps ?? (y.deps = [])).push(e);
|
|
1334
|
+
var f = e.reactions;
|
|
1335
|
+
f === null ? e.reactions = [y] : f.includes(y) || f.push(y);
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
} else if (r && /** @type {Derived} */
|
|
1339
|
+
e.deps === null && /** @type {Derived} */
|
|
1340
|
+
e.effects === null) {
|
|
1341
|
+
var l = (
|
|
1342
|
+
/** @type {Derived} */
|
|
1343
|
+
e
|
|
1344
|
+
), a = l.parent;
|
|
1345
|
+
a !== null && (a.f & U) === 0 && (l.f ^= U);
|
|
1346
|
+
}
|
|
1347
|
+
if (Pe) {
|
|
1348
|
+
if (ue.has(e))
|
|
1349
|
+
return ue.get(e);
|
|
1350
|
+
if (r) {
|
|
1351
|
+
l = /** @type {Derived} */
|
|
1352
|
+
e;
|
|
1353
|
+
var u = l.v;
|
|
1354
|
+
return ((l.f & P) === 0 && l.reactions !== null || Zr(l)) && (u = $t(l)), ue.set(l, u), u;
|
|
1355
|
+
}
|
|
1356
|
+
} else r && (l = /** @type {Derived} */
|
|
1357
|
+
e, Ge(l) && Rr(l));
|
|
1358
|
+
if ((e.f & ce) !== 0)
|
|
1359
|
+
throw e.v;
|
|
1360
|
+
return e.v;
|
|
1361
|
+
}
|
|
1362
|
+
function Zr(e) {
|
|
1363
|
+
if (e.v === N) return !0;
|
|
1364
|
+
if (e.deps === null) return !1;
|
|
1365
|
+
for (const t of e.deps)
|
|
1366
|
+
if (ue.has(t) || (t.f & L) !== 0 && Zr(
|
|
1367
|
+
/** @type {Derived} */
|
|
1368
|
+
t
|
|
1369
|
+
))
|
|
1370
|
+
return !0;
|
|
1371
|
+
return !1;
|
|
1372
|
+
}
|
|
1373
|
+
function Et(e) {
|
|
1374
|
+
var t = W;
|
|
1375
|
+
try {
|
|
1376
|
+
return W = !0, e();
|
|
1377
|
+
} finally {
|
|
1378
|
+
W = t;
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
const ai = -7169;
|
|
1382
|
+
function C(e, t) {
|
|
1383
|
+
e.f = e.f & ai | t;
|
|
1384
|
+
}
|
|
1385
|
+
function si(e) {
|
|
1386
|
+
if (!(typeof e != "object" || !e || e instanceof EventTarget)) {
|
|
1387
|
+
if (ve in e)
|
|
1388
|
+
Ft(e);
|
|
1389
|
+
else if (!Array.isArray(e))
|
|
1390
|
+
for (let t in e) {
|
|
1391
|
+
const r = e[t];
|
|
1392
|
+
typeof r == "object" && r && ve in r && Ft(r);
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
function Ft(e, t = /* @__PURE__ */ new Set()) {
|
|
1397
|
+
if (typeof e == "object" && e !== null && // We don't want to traverse DOM elements
|
|
1398
|
+
!(e instanceof EventTarget) && !t.has(e)) {
|
|
1399
|
+
t.add(e), e instanceof Date && e.getTime();
|
|
1400
|
+
for (let n in e)
|
|
1401
|
+
try {
|
|
1402
|
+
Ft(e[n], t);
|
|
1403
|
+
} catch {
|
|
1404
|
+
}
|
|
1405
|
+
const r = qt(e);
|
|
1406
|
+
if (r !== Object.prototype && r !== Array.prototype && r !== Map.prototype && r !== Set.prototype && r !== Date.prototype) {
|
|
1407
|
+
const n = br(r);
|
|
1408
|
+
for (let i in n) {
|
|
1409
|
+
const f = n[i].get;
|
|
1410
|
+
if (f)
|
|
1411
|
+
try {
|
|
1412
|
+
f.call(e);
|
|
1413
|
+
} catch {
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
const oi = /* @__PURE__ */ new Set(), ci = /* @__PURE__ */ new Set();
|
|
1420
|
+
function Xr(e, t, r, n = {}) {
|
|
1421
|
+
function i(f) {
|
|
1422
|
+
if (n.capture || _i.call(t, f), !f.cancelBubble)
|
|
1423
|
+
return gt(() => r == null ? void 0 : r.call(this, f));
|
|
1424
|
+
}
|
|
1425
|
+
return e.startsWith("pointer") || e.startsWith("touch") || e === "wheel" ? _t(() => {
|
|
1426
|
+
t.addEventListener(e, i, n);
|
|
1427
|
+
}) : t.addEventListener(e, i, n), i;
|
|
1428
|
+
}
|
|
1429
|
+
function tf(e, t, r, n, i) {
|
|
1430
|
+
var f = { capture: n, passive: i }, l = Xr(e, t, r, f);
|
|
1431
|
+
(t === document.body || // @ts-ignore
|
|
1432
|
+
t === window || // @ts-ignore
|
|
1433
|
+
t === document || // Firefox has quirky behavior, it can happen that we still get "canplay" events when the element is already removed
|
|
1434
|
+
t instanceof HTMLMediaElement) && bt(() => {
|
|
1435
|
+
t.removeEventListener(e, l, f);
|
|
1436
|
+
});
|
|
1437
|
+
}
|
|
1438
|
+
function vi(e) {
|
|
1439
|
+
for (var t = 0; t < e.length; t++)
|
|
1440
|
+
oi.add(e[t]);
|
|
1441
|
+
for (var r of ci)
|
|
1442
|
+
r(e);
|
|
1443
|
+
}
|
|
1444
|
+
let ar = null;
|
|
1445
|
+
function _i(e) {
|
|
1446
|
+
var k;
|
|
1447
|
+
var t = this, r = (
|
|
1448
|
+
/** @type {Node} */
|
|
1449
|
+
t.ownerDocument
|
|
1450
|
+
), n = e.type, i = ((k = e.composedPath) == null ? void 0 : k.call(e)) || [], f = (
|
|
1451
|
+
/** @type {null | Element} */
|
|
1452
|
+
i[0] || e.target
|
|
1453
|
+
);
|
|
1454
|
+
ar = e;
|
|
1455
|
+
var l = 0, a = ar === e && e.__root;
|
|
1456
|
+
if (a) {
|
|
1457
|
+
var u = i.indexOf(a);
|
|
1458
|
+
if (u !== -1 && (t === document || t === /** @type {any} */
|
|
1459
|
+
window)) {
|
|
1460
|
+
e.__root = t;
|
|
1461
|
+
return;
|
|
1462
|
+
}
|
|
1463
|
+
var s = i.indexOf(t);
|
|
1464
|
+
if (s === -1)
|
|
1465
|
+
return;
|
|
1466
|
+
u <= s && (l = u);
|
|
1467
|
+
}
|
|
1468
|
+
if (f = /** @type {Element} */
|
|
1469
|
+
i[l] || e.target, f !== t) {
|
|
1470
|
+
Je(e, "currentTarget", {
|
|
1471
|
+
configurable: !0,
|
|
1472
|
+
get() {
|
|
1473
|
+
return f || r;
|
|
1474
|
+
}
|
|
1475
|
+
});
|
|
1476
|
+
var c = y, v = A;
|
|
1477
|
+
K(null), ae(null);
|
|
1478
|
+
try {
|
|
1479
|
+
for (var _, d = []; f !== null; ) {
|
|
1480
|
+
var o = f.assignedSlot || f.parentNode || /** @type {any} */
|
|
1481
|
+
f.host || null;
|
|
1482
|
+
try {
|
|
1483
|
+
var g = f["__" + n];
|
|
1484
|
+
if (g != null && (!/** @type {any} */
|
|
1485
|
+
f.disabled || // DOM could've been updated already by the time this is reached, so we check this as well
|
|
1486
|
+
// -> the target could not have been disabled because it emits the event in the first place
|
|
1487
|
+
e.target === f))
|
|
1488
|
+
if (st(g)) {
|
|
1489
|
+
var [h, ...w] = g;
|
|
1490
|
+
h.apply(f, [e, ...w]);
|
|
1491
|
+
} else
|
|
1492
|
+
g.call(f, e);
|
|
1493
|
+
} catch (p) {
|
|
1494
|
+
_ ? d.push(p) : _ = p;
|
|
1495
|
+
}
|
|
1496
|
+
if (e.cancelBubble || o === t || o === null)
|
|
1497
|
+
break;
|
|
1498
|
+
f = o;
|
|
1499
|
+
}
|
|
1500
|
+
if (_) {
|
|
1501
|
+
for (let p of d)
|
|
1502
|
+
queueMicrotask(() => {
|
|
1503
|
+
throw p;
|
|
1504
|
+
});
|
|
1505
|
+
throw _;
|
|
1506
|
+
}
|
|
1507
|
+
} finally {
|
|
1508
|
+
e.__root = t, delete e.currentTarget, K(c), ae(v);
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
function Jr(e) {
|
|
1513
|
+
var t = document.createElement("template");
|
|
1514
|
+
return t.innerHTML = e.replaceAll("<!>", "<!---->"), t.content;
|
|
1515
|
+
}
|
|
1516
|
+
function Ve(e, t) {
|
|
1517
|
+
var r = (
|
|
1518
|
+
/** @type {Effect} */
|
|
1519
|
+
A
|
|
1520
|
+
);
|
|
1521
|
+
r.nodes_start === null && (r.nodes_start = e, r.nodes_end = t);
|
|
1522
|
+
}
|
|
1523
|
+
// @__NO_SIDE_EFFECTS__
|
|
1524
|
+
function rf(e, t) {
|
|
1525
|
+
var r = (t & gn) !== 0, n = (t & bn) !== 0, i, f = !e.startsWith("<!>");
|
|
1526
|
+
return () => {
|
|
1527
|
+
i === void 0 && (i = Jr(f ? e : "<!>" + e), r || (i = /** @type {Node} */
|
|
1528
|
+
/* @__PURE__ */ Te(i)));
|
|
1529
|
+
var l = (
|
|
1530
|
+
/** @type {TemplateNode} */
|
|
1531
|
+
n || Gn ? document.importNode(i, !0) : i.cloneNode(!0)
|
|
1532
|
+
);
|
|
1533
|
+
if (r) {
|
|
1534
|
+
var a = (
|
|
1535
|
+
/** @type {TemplateNode} */
|
|
1536
|
+
/* @__PURE__ */ Te(l)
|
|
1537
|
+
), u = (
|
|
1538
|
+
/** @type {TemplateNode} */
|
|
1539
|
+
l.lastChild
|
|
1540
|
+
);
|
|
1541
|
+
Ve(a, u);
|
|
1542
|
+
} else
|
|
1543
|
+
Ve(l, l);
|
|
1544
|
+
return l;
|
|
1545
|
+
};
|
|
1546
|
+
}
|
|
1547
|
+
// @__NO_SIDE_EFFECTS__
|
|
1548
|
+
function di(e, t, r = "svg") {
|
|
1549
|
+
var n = !e.startsWith("<!>"), i = `<${r}>${n ? e : "<!>" + e}</${r}>`, f;
|
|
1550
|
+
return () => {
|
|
1551
|
+
if (!f) {
|
|
1552
|
+
var l = (
|
|
1553
|
+
/** @type {DocumentFragment} */
|
|
1554
|
+
Jr(i)
|
|
1555
|
+
), a = (
|
|
1556
|
+
/** @type {Element} */
|
|
1557
|
+
/* @__PURE__ */ Te(l)
|
|
1558
|
+
);
|
|
1559
|
+
f = /** @type {Element} */
|
|
1560
|
+
/* @__PURE__ */ Te(a);
|
|
1561
|
+
}
|
|
1562
|
+
var u = (
|
|
1563
|
+
/** @type {TemplateNode} */
|
|
1564
|
+
f.cloneNode(!0)
|
|
1565
|
+
);
|
|
1566
|
+
return Ve(u, u), u;
|
|
1567
|
+
};
|
|
1568
|
+
}
|
|
1569
|
+
// @__NO_SIDE_EFFECTS__
|
|
1570
|
+
function nf(e, t) {
|
|
1571
|
+
return /* @__PURE__ */ di(e, t, "svg");
|
|
1572
|
+
}
|
|
1573
|
+
function ff(e = "") {
|
|
1574
|
+
{
|
|
1575
|
+
var t = We(e + "");
|
|
1576
|
+
return Ve(t, t), t;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
function lf() {
|
|
1580
|
+
var e = document.createDocumentFragment(), t = document.createComment(""), r = We();
|
|
1581
|
+
return e.append(t, r), Ve(t, r), e;
|
|
1582
|
+
}
|
|
1583
|
+
function uf(e, t) {
|
|
1584
|
+
e !== null && e.before(
|
|
1585
|
+
/** @type {Node} */
|
|
1586
|
+
t
|
|
1587
|
+
);
|
|
1588
|
+
}
|
|
1589
|
+
function hi(e) {
|
|
1590
|
+
return e.endsWith("capture") && e !== "gotpointercapture" && e !== "lostpointercapture";
|
|
1591
|
+
}
|
|
1592
|
+
const pi = [
|
|
1593
|
+
"beforeinput",
|
|
1594
|
+
"click",
|
|
1595
|
+
"change",
|
|
1596
|
+
"dblclick",
|
|
1597
|
+
"contextmenu",
|
|
1598
|
+
"focusin",
|
|
1599
|
+
"focusout",
|
|
1600
|
+
"input",
|
|
1601
|
+
"keydown",
|
|
1602
|
+
"keyup",
|
|
1603
|
+
"mousedown",
|
|
1604
|
+
"mousemove",
|
|
1605
|
+
"mouseout",
|
|
1606
|
+
"mouseover",
|
|
1607
|
+
"mouseup",
|
|
1608
|
+
"pointerdown",
|
|
1609
|
+
"pointermove",
|
|
1610
|
+
"pointerout",
|
|
1611
|
+
"pointerover",
|
|
1612
|
+
"pointerup",
|
|
1613
|
+
"touchend",
|
|
1614
|
+
"touchmove",
|
|
1615
|
+
"touchstart"
|
|
1616
|
+
];
|
|
1617
|
+
function gi(e) {
|
|
1618
|
+
return pi.includes(e);
|
|
1619
|
+
}
|
|
1620
|
+
const bi = {
|
|
1621
|
+
// no `class: 'className'` because we handle that separately
|
|
1622
|
+
formnovalidate: "formNoValidate",
|
|
1623
|
+
ismap: "isMap",
|
|
1624
|
+
nomodule: "noModule",
|
|
1625
|
+
playsinline: "playsInline",
|
|
1626
|
+
readonly: "readOnly",
|
|
1627
|
+
defaultvalue: "defaultValue",
|
|
1628
|
+
defaultchecked: "defaultChecked",
|
|
1629
|
+
srcobject: "srcObject",
|
|
1630
|
+
novalidate: "noValidate",
|
|
1631
|
+
allowfullscreen: "allowFullscreen",
|
|
1632
|
+
disablepictureinpicture: "disablePictureInPicture",
|
|
1633
|
+
disableremoteplayback: "disableRemotePlayback"
|
|
1634
|
+
};
|
|
1635
|
+
function wi(e) {
|
|
1636
|
+
return e = e.toLowerCase(), bi[e] ?? e;
|
|
1637
|
+
}
|
|
1638
|
+
function af(e, t) {
|
|
1639
|
+
var r = t == null ? "" : typeof t == "object" ? t + "" : t;
|
|
1640
|
+
r !== (e.__t ?? (e.__t = e.nodeValue)) && (e.__t = r, e.nodeValue = r + "");
|
|
1641
|
+
}
|
|
1642
|
+
function sf(e, t, r = !1) {
|
|
1643
|
+
var n = e, i = null, f = null, l = N, a = r ? Vt : 0, u = !1;
|
|
1644
|
+
const s = (d, o = !0) => {
|
|
1645
|
+
u = !0, _(o, d);
|
|
1646
|
+
};
|
|
1647
|
+
var c = null;
|
|
1648
|
+
function v() {
|
|
1649
|
+
c !== null && (c.lastChild.remove(), n.before(c), c = null);
|
|
1650
|
+
var d = l ? i : f, o = l ? f : i;
|
|
1651
|
+
d && Yt(d), o && $r(o, () => {
|
|
1652
|
+
l ? f = null : i = null;
|
|
1653
|
+
});
|
|
1654
|
+
}
|
|
1655
|
+
const _ = (d, o) => {
|
|
1656
|
+
if (l !== (l = d)) {
|
|
1657
|
+
var g = Dr(), h = n;
|
|
1658
|
+
if (g && (c = document.createDocumentFragment(), c.append(h = We())), l ? i ?? (i = o && ke(() => o(h))) : f ?? (f = o && ke(() => o(h))), g) {
|
|
1659
|
+
var w = (
|
|
1660
|
+
/** @type {Batch} */
|
|
1661
|
+
O
|
|
1662
|
+
), k = l ? i : f, p = l ? f : i;
|
|
1663
|
+
k && w.skipped_effects.delete(k), p && w.skipped_effects.add(p), w.add_callback(v);
|
|
1664
|
+
} else
|
|
1665
|
+
v();
|
|
1666
|
+
}
|
|
1667
|
+
};
|
|
1668
|
+
wt(() => {
|
|
1669
|
+
u = !1, t(s), u || _(null, null);
|
|
1670
|
+
}, a);
|
|
1671
|
+
}
|
|
1672
|
+
function of(e, t) {
|
|
1673
|
+
return t;
|
|
1674
|
+
}
|
|
1675
|
+
function Ei(e, t, r) {
|
|
1676
|
+
for (var n = e.items, i = [], f = t.length, l = 0; l < f; l++)
|
|
1677
|
+
Ht(t[l].e, i, !0);
|
|
1678
|
+
var a = f > 0 && i.length === 0 && r !== null;
|
|
1679
|
+
if (a) {
|
|
1680
|
+
var u = (
|
|
1681
|
+
/** @type {Element} */
|
|
1682
|
+
/** @type {Element} */
|
|
1683
|
+
r.parentNode
|
|
1684
|
+
);
|
|
1685
|
+
Zn(u), u.append(
|
|
1686
|
+
/** @type {Element} */
|
|
1687
|
+
r
|
|
1688
|
+
), n.clear(), H(e, t[0].prev, t[f - 1].next);
|
|
1689
|
+
}
|
|
1690
|
+
Br(i, () => {
|
|
1691
|
+
for (var s = 0; s < f; s++) {
|
|
1692
|
+
var c = t[s];
|
|
1693
|
+
a || (n.delete(c.k), H(e, c.prev, c.next)), G(c.e, !a);
|
|
1694
|
+
}
|
|
1695
|
+
});
|
|
1696
|
+
}
|
|
1697
|
+
function cf(e, t, r, n, i, f = null) {
|
|
1698
|
+
var l = e, a = { flags: t, items: /* @__PURE__ */ new Map(), first: null }, u = (t & hr) !== 0;
|
|
1699
|
+
if (u) {
|
|
1700
|
+
var s = (
|
|
1701
|
+
/** @type {Element} */
|
|
1702
|
+
e
|
|
1703
|
+
);
|
|
1704
|
+
l = s.appendChild(We());
|
|
1705
|
+
}
|
|
1706
|
+
var c = null, v = !1, _ = /* @__PURE__ */ new Map(), d = /* @__PURE__ */ Pr(() => {
|
|
1707
|
+
var w = r();
|
|
1708
|
+
return st(w) ? w : w == null ? [] : gr(w);
|
|
1709
|
+
}), o, g;
|
|
1710
|
+
function h() {
|
|
1711
|
+
yi(
|
|
1712
|
+
g,
|
|
1713
|
+
o,
|
|
1714
|
+
a,
|
|
1715
|
+
_,
|
|
1716
|
+
l,
|
|
1717
|
+
i,
|
|
1718
|
+
t,
|
|
1719
|
+
n,
|
|
1720
|
+
r
|
|
1721
|
+
), f !== null && (o.length === 0 ? c ? Yt(c) : c = ke(() => f(l)) : c !== null && $r(c, () => {
|
|
1722
|
+
c = null;
|
|
1723
|
+
}));
|
|
1724
|
+
}
|
|
1725
|
+
wt(() => {
|
|
1726
|
+
g ?? (g = /** @type {Effect} */
|
|
1727
|
+
A), o = /** @type {V[]} */
|
|
1728
|
+
$(d);
|
|
1729
|
+
var w = o.length;
|
|
1730
|
+
if (!(v && w === 0)) {
|
|
1731
|
+
v = w === 0;
|
|
1732
|
+
var k, p, m, S;
|
|
1733
|
+
if (Dr()) {
|
|
1734
|
+
var E = /* @__PURE__ */ new Set(), b = (
|
|
1735
|
+
/** @type {Batch} */
|
|
1736
|
+
O
|
|
1737
|
+
);
|
|
1738
|
+
for (p = 0; p < w; p += 1) {
|
|
1739
|
+
m = o[p], S = n(m, p);
|
|
1740
|
+
var V = a.items.get(S) ?? _.get(S);
|
|
1741
|
+
V ? (t & (ut | at)) !== 0 && Qr(V, m, p, t) : (k = en(
|
|
1742
|
+
null,
|
|
1743
|
+
a,
|
|
1744
|
+
null,
|
|
1745
|
+
null,
|
|
1746
|
+
m,
|
|
1747
|
+
S,
|
|
1748
|
+
p,
|
|
1749
|
+
i,
|
|
1750
|
+
t,
|
|
1751
|
+
r,
|
|
1752
|
+
!0
|
|
1753
|
+
), _.set(S, k)), E.add(S);
|
|
1754
|
+
}
|
|
1755
|
+
for (const [pe, yt] of a.items)
|
|
1756
|
+
E.has(pe) || b.skipped_effects.add(yt.e);
|
|
1757
|
+
b.add_callback(h);
|
|
1758
|
+
} else
|
|
1759
|
+
h();
|
|
1760
|
+
$(d);
|
|
1761
|
+
}
|
|
1762
|
+
});
|
|
1763
|
+
}
|
|
1764
|
+
function yi(e, t, r, n, i, f, l, a, u) {
|
|
1765
|
+
var Gt, Kt, zt, Zt;
|
|
1766
|
+
var s = (l & hn) !== 0, c = (l & (ut | at)) !== 0, v = t.length, _ = r.items, d = r.first, o = d, g, h = null, w, k = [], p = [], m, S, E, b;
|
|
1767
|
+
if (s)
|
|
1768
|
+
for (b = 0; b < v; b += 1)
|
|
1769
|
+
m = t[b], S = a(m, b), E = _.get(S), E !== void 0 && ((Gt = E.a) == null || Gt.measure(), (w ?? (w = /* @__PURE__ */ new Set())).add(E));
|
|
1770
|
+
for (b = 0; b < v; b += 1) {
|
|
1771
|
+
if (m = t[b], S = a(m, b), E = _.get(S), E === void 0) {
|
|
1772
|
+
var V = n.get(S);
|
|
1773
|
+
if (V !== void 0) {
|
|
1774
|
+
n.delete(S), _.set(S, V);
|
|
1775
|
+
var pe = h ? h.next : o;
|
|
1776
|
+
H(r, h, V), H(r, V, pe), Nt(V, pe, i), h = V;
|
|
1777
|
+
} else {
|
|
1778
|
+
var yt = o ? (
|
|
1779
|
+
/** @type {TemplateNode} */
|
|
1780
|
+
o.e.nodes_start
|
|
1781
|
+
) : i;
|
|
1782
|
+
h = en(
|
|
1783
|
+
yt,
|
|
1784
|
+
r,
|
|
1785
|
+
h,
|
|
1786
|
+
h === null ? r.first : h.next,
|
|
1787
|
+
m,
|
|
1788
|
+
S,
|
|
1789
|
+
b,
|
|
1790
|
+
f,
|
|
1791
|
+
l,
|
|
1792
|
+
u
|
|
1793
|
+
);
|
|
1794
|
+
}
|
|
1795
|
+
_.set(S, h), k = [], p = [], o = h.next;
|
|
1796
|
+
continue;
|
|
1797
|
+
}
|
|
1798
|
+
if (c && Qr(E, m, b, l), (E.e.f & B) !== 0 && (Yt(E.e), s && ((Kt = E.a) == null || Kt.unfix(), (w ?? (w = /* @__PURE__ */ new Set())).delete(E))), E !== o) {
|
|
1799
|
+
if (g !== void 0 && g.has(E)) {
|
|
1800
|
+
if (k.length < p.length) {
|
|
1801
|
+
var Ke = p[0], Q;
|
|
1802
|
+
h = Ke.prev;
|
|
1803
|
+
var Wt = k[0], mt = k[k.length - 1];
|
|
1804
|
+
for (Q = 0; Q < k.length; Q += 1)
|
|
1805
|
+
Nt(k[Q], Ke, i);
|
|
1806
|
+
for (Q = 0; Q < p.length; Q += 1)
|
|
1807
|
+
g.delete(p[Q]);
|
|
1808
|
+
H(r, Wt.prev, mt.next), H(r, h, Wt), H(r, mt, Ke), o = Ke, h = mt, b -= 1, k = [], p = [];
|
|
1809
|
+
} else
|
|
1810
|
+
g.delete(E), Nt(E, o, i), H(r, E.prev, E.next), H(r, E, h === null ? r.first : h.next), H(r, h, E), h = E;
|
|
1811
|
+
continue;
|
|
1812
|
+
}
|
|
1813
|
+
for (k = [], p = []; o !== null && o.k !== S; )
|
|
1814
|
+
(o.e.f & B) === 0 && (g ?? (g = /* @__PURE__ */ new Set())).add(o), p.push(o), o = o.next;
|
|
1815
|
+
if (o === null)
|
|
1816
|
+
continue;
|
|
1817
|
+
E = o;
|
|
1818
|
+
}
|
|
1819
|
+
k.push(E), h = E, o = E.next;
|
|
1820
|
+
}
|
|
1821
|
+
if (o !== null || g !== void 0) {
|
|
1822
|
+
for (var Ce = g === void 0 ? [] : gr(g); o !== null; )
|
|
1823
|
+
(o.e.f & B) === 0 && Ce.push(o), o = o.next;
|
|
1824
|
+
var At = Ce.length;
|
|
1825
|
+
if (At > 0) {
|
|
1826
|
+
var sn = (l & hr) !== 0 && v === 0 ? i : null;
|
|
1827
|
+
if (s) {
|
|
1828
|
+
for (b = 0; b < At; b += 1)
|
|
1829
|
+
(zt = Ce[b].a) == null || zt.measure();
|
|
1830
|
+
for (b = 0; b < At; b += 1)
|
|
1831
|
+
(Zt = Ce[b].a) == null || Zt.fix();
|
|
1832
|
+
}
|
|
1833
|
+
Ei(r, Ce, sn);
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
s && _t(() => {
|
|
1837
|
+
var Xt;
|
|
1838
|
+
if (w !== void 0)
|
|
1839
|
+
for (E of w)
|
|
1840
|
+
(Xt = E.a) == null || Xt.apply();
|
|
1841
|
+
}), e.first = r.first && r.first.e, e.last = h && h.e;
|
|
1842
|
+
for (var on of n.values())
|
|
1843
|
+
G(on.e);
|
|
1844
|
+
n.clear();
|
|
1845
|
+
}
|
|
1846
|
+
function Qr(e, t, r, n) {
|
|
1847
|
+
(n & ut) !== 0 && Se(e.v, t), (n & at) !== 0 ? Se(
|
|
1848
|
+
/** @type {Value<number>} */
|
|
1849
|
+
e.i,
|
|
1850
|
+
r
|
|
1851
|
+
) : e.i = r;
|
|
1852
|
+
}
|
|
1853
|
+
function en(e, t, r, n, i, f, l, a, u, s, c) {
|
|
1854
|
+
var v = (u & ut) !== 0, _ = (u & pn) === 0, d = v ? _ ? /* @__PURE__ */ Mr(i, !1, !1) : Ue(i) : i, o = (u & at) === 0 ? l : Ue(l), g = {
|
|
1855
|
+
i: o,
|
|
1856
|
+
v: d,
|
|
1857
|
+
k: f,
|
|
1858
|
+
a: null,
|
|
1859
|
+
// @ts-expect-error
|
|
1860
|
+
e: null,
|
|
1861
|
+
prev: r,
|
|
1862
|
+
next: n
|
|
1863
|
+
};
|
|
1864
|
+
try {
|
|
1865
|
+
if (e === null) {
|
|
1866
|
+
var h = document.createDocumentFragment();
|
|
1867
|
+
h.append(e = We());
|
|
1868
|
+
}
|
|
1869
|
+
return g.e = ke(() => a(
|
|
1870
|
+
/** @type {Node} */
|
|
1871
|
+
e,
|
|
1872
|
+
d,
|
|
1873
|
+
o,
|
|
1874
|
+
s
|
|
1875
|
+
), Fn), g.e.prev = r && r.e, g.e.next = n && n.e, r === null ? c || (t.first = g) : (r.next = g, r.e.next = g.e), n !== null && (n.prev = g, n.e.prev = g.e), g;
|
|
1876
|
+
} finally {
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
function Nt(e, t, r) {
|
|
1880
|
+
for (var n = e.next ? (
|
|
1881
|
+
/** @type {TemplateNode} */
|
|
1882
|
+
e.next.e.nodes_start
|
|
1883
|
+
) : r, i = t ? (
|
|
1884
|
+
/** @type {TemplateNode} */
|
|
1885
|
+
t.e.nodes_start
|
|
1886
|
+
) : r, f = (
|
|
1887
|
+
/** @type {TemplateNode} */
|
|
1888
|
+
e.e.nodes_start
|
|
1889
|
+
); f !== null && f !== n; ) {
|
|
1890
|
+
var l = (
|
|
1891
|
+
/** @type {TemplateNode} */
|
|
1892
|
+
/* @__PURE__ */ pt(f)
|
|
1893
|
+
);
|
|
1894
|
+
i.before(f), f = l;
|
|
1895
|
+
}
|
|
1896
|
+
}
|
|
1897
|
+
function H(e, t, r) {
|
|
1898
|
+
t === null ? e.first = r : (t.next = r, t.e.next = r && r.e), r !== null && (r.prev = t, r.e.prev = t && t.e);
|
|
1899
|
+
}
|
|
1900
|
+
function vf(e, t, r, n, i) {
|
|
1901
|
+
var a;
|
|
1902
|
+
var f = (a = t.$$slots) == null ? void 0 : a[r], l = !1;
|
|
1903
|
+
f === !0 && (f = t[r === "default" ? "children" : r], l = !0), f === void 0 || f(e, l ? () => n : n);
|
|
1904
|
+
}
|
|
1905
|
+
function _f(e) {
|
|
1906
|
+
const t = {};
|
|
1907
|
+
e.children && (t.default = !0);
|
|
1908
|
+
for (const r in e.$$slots)
|
|
1909
|
+
t[r] = !0;
|
|
1910
|
+
return t;
|
|
1911
|
+
}
|
|
1912
|
+
function mi(e, t) {
|
|
1913
|
+
var r = void 0, n;
|
|
1914
|
+
wt(() => {
|
|
1915
|
+
r !== (r = t()) && (n && (G(n), n = null), r && (n = ke(() => {
|
|
1916
|
+
Bt(() => (
|
|
1917
|
+
/** @type {(node: Element) => void} */
|
|
1918
|
+
r(e)
|
|
1919
|
+
));
|
|
1920
|
+
})));
|
|
1921
|
+
});
|
|
1922
|
+
}
|
|
1923
|
+
function tn(e) {
|
|
1924
|
+
var t, r, n = "";
|
|
1925
|
+
if (typeof e == "string" || typeof e == "number") n += e;
|
|
1926
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
1927
|
+
var i = e.length;
|
|
1928
|
+
for (t = 0; t < i; t++) e[t] && (r = tn(e[t])) && (n && (n += " "), n += r);
|
|
1929
|
+
} else for (r in e) e[r] && (n && (n += " "), n += r);
|
|
1930
|
+
return n;
|
|
1931
|
+
}
|
|
1932
|
+
function Ai() {
|
|
1933
|
+
for (var e, t, r = 0, n = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t = tn(e)) && (n && (n += " "), n += t);
|
|
1934
|
+
return n;
|
|
1935
|
+
}
|
|
1936
|
+
function Si(e) {
|
|
1937
|
+
return typeof e == "object" ? Ai(e) : e ?? "";
|
|
1938
|
+
}
|
|
1939
|
+
const sr = [...`
|
|
1940
|
+
\r\f \v\uFEFF`];
|
|
1941
|
+
function Ti(e, t, r) {
|
|
1942
|
+
var n = e == null ? "" : "" + e;
|
|
1943
|
+
if (t && (n = n ? n + " " + t : t), r) {
|
|
1944
|
+
for (var i in r)
|
|
1945
|
+
if (r[i])
|
|
1946
|
+
n = n ? n + " " + i : i;
|
|
1947
|
+
else if (n.length)
|
|
1948
|
+
for (var f = i.length, l = 0; (l = n.indexOf(i, l)) >= 0; ) {
|
|
1949
|
+
var a = l + f;
|
|
1950
|
+
(l === 0 || sr.includes(n[l - 1])) && (a === n.length || sr.includes(n[a])) ? n = (l === 0 ? "" : n.substring(0, l)) + n.substring(a + 1) : l = a;
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
return n === "" ? null : n;
|
|
1954
|
+
}
|
|
1955
|
+
function or(e, t = !1) {
|
|
1956
|
+
var r = t ? " !important;" : ";", n = "";
|
|
1957
|
+
for (var i in e) {
|
|
1958
|
+
var f = e[i];
|
|
1959
|
+
f != null && f !== "" && (n += " " + i + ": " + f + r);
|
|
1960
|
+
}
|
|
1961
|
+
return n;
|
|
1962
|
+
}
|
|
1963
|
+
function It(e) {
|
|
1964
|
+
return e[0] !== "-" || e[1] !== "-" ? e.toLowerCase() : e;
|
|
1965
|
+
}
|
|
1966
|
+
function ki(e, t) {
|
|
1967
|
+
if (t) {
|
|
1968
|
+
var r = "", n, i;
|
|
1969
|
+
if (Array.isArray(t) ? (n = t[0], i = t[1]) : n = t, e) {
|
|
1970
|
+
e = String(e).replaceAll(/\s*\/\*.*?\*\/\s*/g, "").trim();
|
|
1971
|
+
var f = !1, l = 0, a = !1, u = [];
|
|
1972
|
+
n && u.push(...Object.keys(n).map(It)), i && u.push(...Object.keys(i).map(It));
|
|
1973
|
+
var s = 0, c = -1;
|
|
1974
|
+
const g = e.length;
|
|
1975
|
+
for (var v = 0; v < g; v++) {
|
|
1976
|
+
var _ = e[v];
|
|
1977
|
+
if (a ? _ === "/" && e[v - 1] === "*" && (a = !1) : f ? f === _ && (f = !1) : _ === "/" && e[v + 1] === "*" ? a = !0 : _ === '"' || _ === "'" ? f = _ : _ === "(" ? l++ : _ === ")" && l--, !a && f === !1 && l === 0) {
|
|
1978
|
+
if (_ === ":" && c === -1)
|
|
1979
|
+
c = v;
|
|
1980
|
+
else if (_ === ";" || v === g - 1) {
|
|
1981
|
+
if (c !== -1) {
|
|
1982
|
+
var d = It(e.substring(s, c).trim());
|
|
1983
|
+
if (!u.includes(d)) {
|
|
1984
|
+
_ !== ";" && v++;
|
|
1985
|
+
var o = e.substring(s, v).trim();
|
|
1986
|
+
r += " " + o + ";";
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
s = v + 1, c = -1;
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
return n && (r += or(n)), i && (r += or(i, !0)), r = r.trim(), r === "" ? null : r;
|
|
1995
|
+
}
|
|
1996
|
+
return e == null ? null : String(e);
|
|
1997
|
+
}
|
|
1998
|
+
function Oi(e, t, r, n, i, f) {
|
|
1999
|
+
var l = e.__className;
|
|
2000
|
+
if (l !== r || l === void 0) {
|
|
2001
|
+
var a = Ti(r, n, f);
|
|
2002
|
+
a == null ? e.removeAttribute("class") : t ? e.className = a : e.setAttribute("class", a), e.__className = r;
|
|
2003
|
+
} else if (f && i !== f)
|
|
2004
|
+
for (var u in f) {
|
|
2005
|
+
var s = !!f[u];
|
|
2006
|
+
(i == null || s !== !!i[u]) && e.classList.toggle(u, s);
|
|
2007
|
+
}
|
|
2008
|
+
return f;
|
|
2009
|
+
}
|
|
2010
|
+
function Pt(e, t = {}, r, n) {
|
|
2011
|
+
for (var i in r) {
|
|
2012
|
+
var f = r[i];
|
|
2013
|
+
t[i] !== f && (r[i] == null ? e.style.removeProperty(i) : e.style.setProperty(i, f, n));
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
function Ni(e, t, r, n) {
|
|
2017
|
+
var i = e.__style;
|
|
2018
|
+
if (i !== t) {
|
|
2019
|
+
var f = ki(t, n);
|
|
2020
|
+
f == null ? e.removeAttribute("style") : e.style.cssText = f, e.__style = t;
|
|
2021
|
+
} else n && (Array.isArray(n) ? (Pt(e, r == null ? void 0 : r[0], n[0]), Pt(e, r == null ? void 0 : r[1], n[1], "important")) : Pt(e, r, n));
|
|
2022
|
+
return n;
|
|
2023
|
+
}
|
|
2024
|
+
function ft(e, t, r = !1) {
|
|
2025
|
+
if (e.multiple) {
|
|
2026
|
+
if (t == null)
|
|
2027
|
+
return;
|
|
2028
|
+
if (!st(t))
|
|
2029
|
+
return Dn();
|
|
2030
|
+
for (var n of e.options)
|
|
2031
|
+
n.selected = t.includes(qe(n));
|
|
2032
|
+
return;
|
|
2033
|
+
}
|
|
2034
|
+
for (n of e.options) {
|
|
2035
|
+
var i = qe(n);
|
|
2036
|
+
if (Wn(i, t)) {
|
|
2037
|
+
n.selected = !0;
|
|
2038
|
+
return;
|
|
2039
|
+
}
|
|
2040
|
+
}
|
|
2041
|
+
(!r || t !== void 0) && (e.selectedIndex = -1);
|
|
2042
|
+
}
|
|
2043
|
+
function rn(e) {
|
|
2044
|
+
var t = new MutationObserver(() => {
|
|
2045
|
+
ft(e, e.__value);
|
|
2046
|
+
});
|
|
2047
|
+
t.observe(e, {
|
|
2048
|
+
// Listen to option element changes
|
|
2049
|
+
childList: !0,
|
|
2050
|
+
subtree: !0,
|
|
2051
|
+
// because of <optgroup>
|
|
2052
|
+
// Listen to option element value attribute changes
|
|
2053
|
+
// (doesn't get notified of select value changes,
|
|
2054
|
+
// because that property is not reflected as an attribute)
|
|
2055
|
+
attributes: !0,
|
|
2056
|
+
attributeFilter: ["value"]
|
|
2057
|
+
}), bt(() => {
|
|
2058
|
+
t.disconnect();
|
|
2059
|
+
});
|
|
2060
|
+
}
|
|
2061
|
+
function df(e, t, r = t) {
|
|
2062
|
+
var n = !0;
|
|
2063
|
+
Qn(e, "change", (i) => {
|
|
2064
|
+
var f = i ? "[selected]" : ":checked", l;
|
|
2065
|
+
if (e.multiple)
|
|
2066
|
+
l = [].map.call(e.querySelectorAll(f), qe);
|
|
2067
|
+
else {
|
|
2068
|
+
var a = e.querySelector(f) ?? // will fall back to first non-disabled option if no option is selected
|
|
2069
|
+
e.querySelector("option:not([disabled])");
|
|
2070
|
+
l = a && qe(a);
|
|
2071
|
+
}
|
|
2072
|
+
r(l);
|
|
2073
|
+
}), Bt(() => {
|
|
2074
|
+
var i = t();
|
|
2075
|
+
if (ft(e, i, n), n && i === void 0) {
|
|
2076
|
+
var f = e.querySelector(":checked");
|
|
2077
|
+
f !== null && (i = qe(f), r(i));
|
|
2078
|
+
}
|
|
2079
|
+
e.__value = i, n = !1;
|
|
2080
|
+
}), rn(e);
|
|
2081
|
+
}
|
|
2082
|
+
function qe(e) {
|
|
2083
|
+
return "__value" in e ? e.__value : e.value;
|
|
2084
|
+
}
|
|
2085
|
+
const Me = Symbol("class"), Le = Symbol("style"), nn = Symbol("is custom element"), fn = Symbol("is html");
|
|
2086
|
+
function Ii(e, t) {
|
|
2087
|
+
t ? e.hasAttribute("selected") || e.setAttribute("selected", "") : e.removeAttribute("selected");
|
|
2088
|
+
}
|
|
2089
|
+
function cr(e, t, r, n) {
|
|
2090
|
+
var i = ln(e);
|
|
2091
|
+
i[t] !== (i[t] = r) && (t === "loading" && (e[kn] = r), r == null ? e.removeAttribute(t) : typeof r != "string" && un(e).includes(t) ? e[t] = r : e.setAttribute(t, r));
|
|
2092
|
+
}
|
|
2093
|
+
function Pi(e, t, r, n, i = !1, f = !1) {
|
|
2094
|
+
var l = ln(e), a = l[nn], u = !l[fn], s = t || {}, c = e.tagName === "OPTION";
|
|
2095
|
+
for (var v in t)
|
|
2096
|
+
v in r || (r[v] = null);
|
|
2097
|
+
r.class ? r.class = Si(r.class) : r[Me] && (r.class = null), r[Le] && (r.style ?? (r.style = null));
|
|
2098
|
+
var _ = un(e);
|
|
2099
|
+
for (const p in r) {
|
|
2100
|
+
let m = r[p];
|
|
2101
|
+
if (c && p === "value" && m == null) {
|
|
2102
|
+
e.value = e.__value = "", s[p] = m;
|
|
2103
|
+
continue;
|
|
2104
|
+
}
|
|
2105
|
+
if (p === "class") {
|
|
2106
|
+
var d = e.namespaceURI === "http://www.w3.org/1999/xhtml";
|
|
2107
|
+
Oi(e, d, m, n, t == null ? void 0 : t[Me], r[Me]), s[p] = m, s[Me] = r[Me];
|
|
2108
|
+
continue;
|
|
2109
|
+
}
|
|
2110
|
+
if (p === "style") {
|
|
2111
|
+
Ni(e, m, t == null ? void 0 : t[Le], r[Le]), s[p] = m, s[Le] = r[Le];
|
|
2112
|
+
continue;
|
|
2113
|
+
}
|
|
2114
|
+
var o = s[p];
|
|
2115
|
+
if (!(m === o && !(m === void 0 && e.hasAttribute(p)))) {
|
|
2116
|
+
s[p] = m;
|
|
2117
|
+
var g = p[0] + p[1];
|
|
2118
|
+
if (g !== "$$")
|
|
2119
|
+
if (g === "on") {
|
|
2120
|
+
const S = {}, E = "$$" + p;
|
|
2121
|
+
let b = p.slice(2);
|
|
2122
|
+
var h = gi(b);
|
|
2123
|
+
if (hi(b) && (b = b.slice(0, -7), S.capture = !0), !h && o) {
|
|
2124
|
+
if (m != null) continue;
|
|
2125
|
+
e.removeEventListener(b, s[E], S), s[E] = null;
|
|
2126
|
+
}
|
|
2127
|
+
if (m != null)
|
|
2128
|
+
if (h)
|
|
2129
|
+
e[`__${b}`] = m, vi([b]);
|
|
2130
|
+
else {
|
|
2131
|
+
let V = function(pe) {
|
|
2132
|
+
s[p].call(this, pe);
|
|
2133
|
+
};
|
|
2134
|
+
s[E] = Xr(b, e, V, S);
|
|
2135
|
+
}
|
|
2136
|
+
else h && (e[`__${b}`] = void 0);
|
|
2137
|
+
} else if (p === "style")
|
|
2138
|
+
cr(e, p, m);
|
|
2139
|
+
else if (p === "autofocus")
|
|
2140
|
+
Xn(
|
|
2141
|
+
/** @type {HTMLElement} */
|
|
2142
|
+
e,
|
|
2143
|
+
!!m
|
|
2144
|
+
);
|
|
2145
|
+
else if (!a && (p === "__value" || p === "value" && m != null))
|
|
2146
|
+
e.value = e.__value = m;
|
|
2147
|
+
else if (p === "selected" && c)
|
|
2148
|
+
Ii(
|
|
2149
|
+
/** @type {HTMLOptionElement} */
|
|
2150
|
+
e,
|
|
2151
|
+
m
|
|
2152
|
+
);
|
|
2153
|
+
else {
|
|
2154
|
+
var w = p;
|
|
2155
|
+
u || (w = wi(w));
|
|
2156
|
+
var k = w === "defaultValue" || w === "defaultChecked";
|
|
2157
|
+
if (m == null && !a && !k)
|
|
2158
|
+
if (l[p] = null, w === "value" || w === "checked") {
|
|
2159
|
+
let S = (
|
|
2160
|
+
/** @type {HTMLInputElement} */
|
|
2161
|
+
e
|
|
2162
|
+
);
|
|
2163
|
+
const E = t === void 0;
|
|
2164
|
+
if (w === "value") {
|
|
2165
|
+
let b = S.defaultValue;
|
|
2166
|
+
S.removeAttribute(w), S.defaultValue = b, S.value = S.__value = E ? b : null;
|
|
2167
|
+
} else {
|
|
2168
|
+
let b = S.defaultChecked;
|
|
2169
|
+
S.removeAttribute(w), S.defaultChecked = b, S.checked = E ? b : !1;
|
|
2170
|
+
}
|
|
2171
|
+
} else
|
|
2172
|
+
e.removeAttribute(p);
|
|
2173
|
+
else k || _.includes(w) && (a || typeof m != "string") ? (e[w] = m, w in l && (l[w] = N)) : typeof m != "function" && cr(e, w, m);
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
return s;
|
|
2178
|
+
}
|
|
2179
|
+
function hf(e, t, r = [], n = [], i, f = !1, l = !1) {
|
|
2180
|
+
Nr(r, n, (a) => {
|
|
2181
|
+
var u = void 0, s = {}, c = e.nodeName === "SELECT", v = !1;
|
|
2182
|
+
if (wt(() => {
|
|
2183
|
+
var d = t(...a.map($)), o = Pi(
|
|
2184
|
+
e,
|
|
2185
|
+
u,
|
|
2186
|
+
d,
|
|
2187
|
+
i,
|
|
2188
|
+
f,
|
|
2189
|
+
l
|
|
2190
|
+
);
|
|
2191
|
+
v && c && "value" in d && ft(
|
|
2192
|
+
/** @type {HTMLSelectElement} */
|
|
2193
|
+
e,
|
|
2194
|
+
d.value
|
|
2195
|
+
);
|
|
2196
|
+
for (let h of Object.getOwnPropertySymbols(s))
|
|
2197
|
+
d[h] || G(s[h]);
|
|
2198
|
+
for (let h of Object.getOwnPropertySymbols(d)) {
|
|
2199
|
+
var g = d[h];
|
|
2200
|
+
h.description === En && (!u || g !== u[h]) && (s[h] && G(s[h]), s[h] = ke(() => mi(e, () => g))), o[h] = g;
|
|
2201
|
+
}
|
|
2202
|
+
u = o;
|
|
2203
|
+
}), c) {
|
|
2204
|
+
var _ = (
|
|
2205
|
+
/** @type {HTMLSelectElement} */
|
|
2206
|
+
e
|
|
2207
|
+
);
|
|
2208
|
+
Bt(() => {
|
|
2209
|
+
ft(
|
|
2210
|
+
_,
|
|
2211
|
+
/** @type {Record<string | symbol, any>} */
|
|
2212
|
+
u.value,
|
|
2213
|
+
!0
|
|
2214
|
+
), rn(_);
|
|
2215
|
+
});
|
|
2216
|
+
}
|
|
2217
|
+
v = !0;
|
|
2218
|
+
});
|
|
2219
|
+
}
|
|
2220
|
+
function ln(e) {
|
|
2221
|
+
return (
|
|
2222
|
+
/** @type {Record<string | symbol, unknown>} **/
|
|
2223
|
+
// @ts-expect-error
|
|
2224
|
+
e.__attributes ?? (e.__attributes = {
|
|
2225
|
+
[nn]: e.nodeName.includes("-"),
|
|
2226
|
+
[fn]: e.namespaceURI === wn
|
|
2227
|
+
})
|
|
2228
|
+
);
|
|
2229
|
+
}
|
|
2230
|
+
var vr = /* @__PURE__ */ new Map();
|
|
2231
|
+
function un(e) {
|
|
2232
|
+
var t = e.getAttribute("is") || e.nodeName, r = vr.get(t);
|
|
2233
|
+
if (r) return r;
|
|
2234
|
+
vr.set(t, r = []);
|
|
2235
|
+
for (var n, i = e, f = Element.prototype; f !== i; ) {
|
|
2236
|
+
n = br(i);
|
|
2237
|
+
for (var l in n)
|
|
2238
|
+
n[l].set && r.push(l);
|
|
2239
|
+
i = qt(i);
|
|
2240
|
+
}
|
|
2241
|
+
return r;
|
|
2242
|
+
}
|
|
2243
|
+
function pf(e = !1) {
|
|
2244
|
+
const t = (
|
|
2245
|
+
/** @type {ComponentContextLegacy} */
|
|
2246
|
+
I
|
|
2247
|
+
), r = t.l.u;
|
|
2248
|
+
if (!r) return;
|
|
2249
|
+
let n = () => si(t.s);
|
|
2250
|
+
if (e) {
|
|
2251
|
+
let i = 0, f = (
|
|
2252
|
+
/** @type {Record<string, any>} */
|
|
2253
|
+
{}
|
|
2254
|
+
);
|
|
2255
|
+
const l = /* @__PURE__ */ ht(() => {
|
|
2256
|
+
let a = !1;
|
|
2257
|
+
const u = t.s;
|
|
2258
|
+
for (const s in u)
|
|
2259
|
+
u[s] !== f[s] && (f[s] = u[s], a = !0);
|
|
2260
|
+
return a && i++, i;
|
|
2261
|
+
});
|
|
2262
|
+
n = () => $(l);
|
|
2263
|
+
}
|
|
2264
|
+
r.b.length && ti(() => {
|
|
2265
|
+
_r(t, n), Ct(r.b);
|
|
2266
|
+
}), ir(() => {
|
|
2267
|
+
const i = Et(() => r.m.map(Sn));
|
|
2268
|
+
return () => {
|
|
2269
|
+
for (const f of i)
|
|
2270
|
+
typeof f == "function" && f();
|
|
2271
|
+
};
|
|
2272
|
+
}), r.a.length && ir(() => {
|
|
2273
|
+
_r(t, n), Ct(r.a);
|
|
2274
|
+
});
|
|
2275
|
+
}
|
|
2276
|
+
function _r(e, t) {
|
|
2277
|
+
if (e.l.s)
|
|
2278
|
+
for (const r of e.l.s) $(r);
|
|
2279
|
+
t();
|
|
2280
|
+
}
|
|
2281
|
+
function an(e, t, r) {
|
|
2282
|
+
if (e == null)
|
|
2283
|
+
return t(void 0), Qe;
|
|
2284
|
+
const n = Et(
|
|
2285
|
+
() => e.subscribe(
|
|
2286
|
+
t,
|
|
2287
|
+
// @ts-expect-error
|
|
2288
|
+
r
|
|
2289
|
+
)
|
|
2290
|
+
);
|
|
2291
|
+
return n.unsubscribe ? () => n.unsubscribe() : n;
|
|
2292
|
+
}
|
|
2293
|
+
function Ci(e) {
|
|
2294
|
+
let t;
|
|
2295
|
+
return an(e, (r) => t = r)(), t;
|
|
2296
|
+
}
|
|
2297
|
+
let Ze = !1, jt = Symbol();
|
|
2298
|
+
function gf(e, t, r) {
|
|
2299
|
+
const n = r[t] ?? (r[t] = {
|
|
2300
|
+
store: null,
|
|
2301
|
+
source: /* @__PURE__ */ Mr(void 0),
|
|
2302
|
+
unsubscribe: Qe
|
|
2303
|
+
});
|
|
2304
|
+
if (n.store !== e && !(jt in r))
|
|
2305
|
+
if (n.unsubscribe(), n.store = e ?? null, e == null)
|
|
2306
|
+
n.source.v = void 0, n.unsubscribe = Qe;
|
|
2307
|
+
else {
|
|
2308
|
+
var i = !0;
|
|
2309
|
+
n.unsubscribe = an(e, (f) => {
|
|
2310
|
+
i ? n.source.v = f : ne(n.source, f);
|
|
2311
|
+
}), i = !1;
|
|
2312
|
+
}
|
|
2313
|
+
return e && jt in r ? Ci(e) : $(n.source);
|
|
2314
|
+
}
|
|
2315
|
+
function bf() {
|
|
2316
|
+
const e = {};
|
|
2317
|
+
function t() {
|
|
2318
|
+
bt(() => {
|
|
2319
|
+
for (var r in e)
|
|
2320
|
+
e[r].unsubscribe();
|
|
2321
|
+
Je(e, jt, {
|
|
2322
|
+
enumerable: !1,
|
|
2323
|
+
value: !0
|
|
2324
|
+
});
|
|
2325
|
+
});
|
|
2326
|
+
}
|
|
2327
|
+
return [e, t];
|
|
2328
|
+
}
|
|
2329
|
+
function wf(e) {
|
|
2330
|
+
var t = Ze;
|
|
2331
|
+
try {
|
|
2332
|
+
return Ze = !1, [e(), Ze];
|
|
2333
|
+
} finally {
|
|
2334
|
+
Ze = t;
|
|
2335
|
+
}
|
|
2336
|
+
}
|
|
2337
|
+
export {
|
|
2338
|
+
lf as $,
|
|
2339
|
+
De as A,
|
|
2340
|
+
A as B,
|
|
2341
|
+
ht as C,
|
|
2342
|
+
Ie as D,
|
|
2343
|
+
Pr as E,
|
|
2344
|
+
Fi as F,
|
|
2345
|
+
lt as G,
|
|
2346
|
+
Li as H,
|
|
2347
|
+
Mi as I,
|
|
2348
|
+
ji as J,
|
|
2349
|
+
Pe as K,
|
|
2350
|
+
Vi as L,
|
|
2351
|
+
Ui as M,
|
|
2352
|
+
Zi as N,
|
|
2353
|
+
Xi as O,
|
|
2354
|
+
Di as P,
|
|
2355
|
+
si as Q,
|
|
2356
|
+
Si as R,
|
|
2357
|
+
ve as S,
|
|
2358
|
+
ii as T,
|
|
2359
|
+
Jr as U,
|
|
2360
|
+
Ve as V,
|
|
2361
|
+
Te as W,
|
|
2362
|
+
qr as X,
|
|
2363
|
+
_t as Y,
|
|
2364
|
+
ff as Z,
|
|
2365
|
+
Ki as _,
|
|
2366
|
+
sf as a,
|
|
2367
|
+
_f as a0,
|
|
2368
|
+
wt as a1,
|
|
2369
|
+
Vt as a2,
|
|
2370
|
+
ke as a3,
|
|
2371
|
+
Qe as a4,
|
|
2372
|
+
G as a5,
|
|
2373
|
+
qi as a6,
|
|
2374
|
+
We as a7,
|
|
2375
|
+
$r as a8,
|
|
2376
|
+
Yt as a9,
|
|
2377
|
+
Qn as aa,
|
|
2378
|
+
ef as ab,
|
|
2379
|
+
O as ac,
|
|
2380
|
+
kt as ad,
|
|
2381
|
+
Ni as ae,
|
|
2382
|
+
nf as af,
|
|
2383
|
+
hf as ag,
|
|
2384
|
+
Wi as ah,
|
|
2385
|
+
xi as ai,
|
|
2386
|
+
df as aj,
|
|
2387
|
+
Qi as ak,
|
|
2388
|
+
uf as b,
|
|
2389
|
+
Hi as c,
|
|
2390
|
+
Gi as d,
|
|
2391
|
+
tf as e,
|
|
2392
|
+
rf as f,
|
|
2393
|
+
$ as g,
|
|
2394
|
+
cr as h,
|
|
2395
|
+
pf as i,
|
|
2396
|
+
gf as j,
|
|
2397
|
+
vf as k,
|
|
2398
|
+
bf as l,
|
|
2399
|
+
Mr as m,
|
|
2400
|
+
zi as n,
|
|
2401
|
+
Oi as o,
|
|
2402
|
+
Yi as p,
|
|
2403
|
+
af as q,
|
|
2404
|
+
cf as r,
|
|
2405
|
+
ne as s,
|
|
2406
|
+
Ji as t,
|
|
2407
|
+
of as u,
|
|
2408
|
+
Et as v,
|
|
2409
|
+
Bt as w,
|
|
2410
|
+
Tt as x,
|
|
2411
|
+
wf as y,
|
|
2412
|
+
Bi as z
|
|
2413
|
+
};
|