@uoguelph/web-components 1.9.0-rc.8 → 1.9.1-rc.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/README.md +1 -0
- package/dist/uofg-web-components/bundle-mjs-BTgoI2Ah.js +2439 -0
- package/dist/uofg-web-components/legacy-BVWTAdcf.js +53 -0
- package/dist/uofg-web-components/{slot-C9Xuadhw.js → slot-E9j-JIta.js} +1 -1
- package/dist/uofg-web-components/uofg-alert.esm.js +31 -29
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +19 -19
- package/dist/uofg-web-components/uofg-footer.esm.js +164 -157
- package/dist/uofg-web-components/uofg-header.esm.js +667 -644
- package/dist/uofg-web-components/uofg-modal.esm.js +55 -47
- package/dist/uofg-web-components/uofg-web-components.css +1 -1
- package/dist/uofg-web-components/uofg-web-components.esm.js +6 -6
- package/dist/uofg-web-components/{window-CLG-P9gm.js → window-Bnb7gJSm.js} +1 -1
- package/package.json +25 -47
- package/dist/uofg-web-components/bundle-mjs-BpzLJ4dA.js +0 -17
- package/dist/uofg-web-components/font-awesome-icon-DS3QHgPg.js +0 -2467
- package/dist/uofg-web-components/legacy-znqGHd23.js +0 -53
|
@@ -1,2467 +0,0 @@
|
|
|
1
|
-
var Ye = Object.defineProperty;
|
|
2
|
-
var Pr = (t) => {
|
|
3
|
-
throw TypeError(t);
|
|
4
|
-
};
|
|
5
|
-
var Be = (t, r, e) => r in t ? Ye(t, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[r] = e;
|
|
6
|
-
var j = (t, r, e) => Be(t, typeof r != "symbol" ? r + "" : r, e), qr = (t, r, e) => r.has(t) || Pr("Cannot " + e);
|
|
7
|
-
var C = (t, r, e) => (qr(t, r, "read from private field"), e ? e.call(t) : r.get(t)), Qt = (t, r, e) => r.has(t) ? Pr("Cannot add the same private member more than once") : r instanceof WeakSet ? r.add(t) : r.set(t, e), tr = (t, r, e, n) => (qr(t, r, "write to private field"), n ? n.call(t, e) : r.set(t, e), e);
|
|
8
|
-
const He = "5";
|
|
9
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(He);
|
|
10
|
-
const dr = 1, mr = 2, Gr = 4, Ue = 8, Ve = 16, Ge = 1, Xe = 2, We = 4, Ke = 8, Je = 16, Sa = 4, Ze = 1, Qe = 2, Xr = "[", hr = "[!", vr = "]", kt = {}, M = Symbol(), La = "http://www.w3.org/2000/svg";
|
|
11
|
-
function tn(t) {
|
|
12
|
-
return t.endsWith("capture") && t !== "gotpointercapture" && t !== "lostpointercapture";
|
|
13
|
-
}
|
|
14
|
-
const rn = [
|
|
15
|
-
"beforeinput",
|
|
16
|
-
"click",
|
|
17
|
-
"change",
|
|
18
|
-
"dblclick",
|
|
19
|
-
"contextmenu",
|
|
20
|
-
"focusin",
|
|
21
|
-
"focusout",
|
|
22
|
-
"input",
|
|
23
|
-
"keydown",
|
|
24
|
-
"keyup",
|
|
25
|
-
"mousedown",
|
|
26
|
-
"mousemove",
|
|
27
|
-
"mouseout",
|
|
28
|
-
"mouseover",
|
|
29
|
-
"mouseup",
|
|
30
|
-
"pointerdown",
|
|
31
|
-
"pointermove",
|
|
32
|
-
"pointerout",
|
|
33
|
-
"pointerover",
|
|
34
|
-
"pointerup",
|
|
35
|
-
"touchend",
|
|
36
|
-
"touchmove",
|
|
37
|
-
"touchstart"
|
|
38
|
-
];
|
|
39
|
-
function en(t) {
|
|
40
|
-
return rn.includes(t);
|
|
41
|
-
}
|
|
42
|
-
const nn = {
|
|
43
|
-
// no `class: 'className'` because we handle that separately
|
|
44
|
-
formnovalidate: "formNoValidate",
|
|
45
|
-
ismap: "isMap",
|
|
46
|
-
nomodule: "noModule",
|
|
47
|
-
playsinline: "playsInline",
|
|
48
|
-
readonly: "readOnly",
|
|
49
|
-
defaultvalue: "defaultValue",
|
|
50
|
-
defaultchecked: "defaultChecked",
|
|
51
|
-
srcobject: "srcObject"
|
|
52
|
-
};
|
|
53
|
-
function an(t) {
|
|
54
|
-
return t = t.toLowerCase(), nn[t] ?? t;
|
|
55
|
-
}
|
|
56
|
-
const on = ["touchstart", "touchmove"];
|
|
57
|
-
function sn(t) {
|
|
58
|
-
return on.includes(t);
|
|
59
|
-
}
|
|
60
|
-
const ln = (
|
|
61
|
-
/** @type {const} */
|
|
62
|
-
["textarea", "script", "style", "title"]
|
|
63
|
-
);
|
|
64
|
-
function Aa(t) {
|
|
65
|
-
return ln.includes(
|
|
66
|
-
/** @type {RAW_TEXT_ELEMENTS[number]} */
|
|
67
|
-
t
|
|
68
|
-
);
|
|
69
|
-
}
|
|
70
|
-
const rr = !1;
|
|
71
|
-
var wr = Array.isArray, cn = Array.prototype.indexOf, gr = Array.from, Pt = Object.keys, Et = Object.defineProperty, it = Object.getOwnPropertyDescriptor, Wr = Object.getOwnPropertyDescriptors, un = Object.prototype, fn = Array.prototype, br = Object.getPrototypeOf;
|
|
72
|
-
function za(t) {
|
|
73
|
-
return typeof t == "function";
|
|
74
|
-
}
|
|
75
|
-
const ht = () => {
|
|
76
|
-
};
|
|
77
|
-
function Na(t) {
|
|
78
|
-
return t();
|
|
79
|
-
}
|
|
80
|
-
function pn(t) {
|
|
81
|
-
for (var r = 0; r < t.length; r++)
|
|
82
|
-
t[r]();
|
|
83
|
-
}
|
|
84
|
-
const D = 2, Kr = 4, Nt = 8, _r = 16, G = 32, st = 64, qt = 128, lt = 256, jt = 512, T = 1024, Q = 2048, bt = 4096, B = 8192, _t = 16384, dn = 32768, yr = 65536, mn = 1 << 17, hn = 1 << 19, Jr = 1 << 20, vt = Symbol("$state"), Zr = Symbol("legacy props"), vn = Symbol("");
|
|
85
|
-
function Qr(t) {
|
|
86
|
-
return t === this.v;
|
|
87
|
-
}
|
|
88
|
-
function te(t, r) {
|
|
89
|
-
return t != t ? r == r : t !== r || t !== null && typeof t == "object" || typeof t == "function";
|
|
90
|
-
}
|
|
91
|
-
function xr(t) {
|
|
92
|
-
return !te(t, this.v);
|
|
93
|
-
}
|
|
94
|
-
function wn(t) {
|
|
95
|
-
throw new Error("https://svelte.dev/e/effect_in_teardown");
|
|
96
|
-
}
|
|
97
|
-
function gn() {
|
|
98
|
-
throw new Error("https://svelte.dev/e/effect_in_unowned_derived");
|
|
99
|
-
}
|
|
100
|
-
function bn(t) {
|
|
101
|
-
throw new Error("https://svelte.dev/e/effect_orphan");
|
|
102
|
-
}
|
|
103
|
-
function _n() {
|
|
104
|
-
throw new Error("https://svelte.dev/e/effect_update_depth_exceeded");
|
|
105
|
-
}
|
|
106
|
-
function yn() {
|
|
107
|
-
throw new Error("https://svelte.dev/e/hydration_failed");
|
|
108
|
-
}
|
|
109
|
-
function xn(t) {
|
|
110
|
-
throw new Error("https://svelte.dev/e/props_invalid_value");
|
|
111
|
-
}
|
|
112
|
-
function $n() {
|
|
113
|
-
throw new Error("https://svelte.dev/e/state_descriptors_fixed");
|
|
114
|
-
}
|
|
115
|
-
function kn() {
|
|
116
|
-
throw new Error("https://svelte.dev/e/state_prototype_fixed");
|
|
117
|
-
}
|
|
118
|
-
function En() {
|
|
119
|
-
throw new Error("https://svelte.dev/e/state_unsafe_local_read");
|
|
120
|
-
}
|
|
121
|
-
function Sn() {
|
|
122
|
-
throw new Error("https://svelte.dev/e/state_unsafe_mutation");
|
|
123
|
-
}
|
|
124
|
-
let Tt = !1, Ln = !1;
|
|
125
|
-
function Ta() {
|
|
126
|
-
Tt = !0;
|
|
127
|
-
}
|
|
128
|
-
function I(t, r) {
|
|
129
|
-
var e = {
|
|
130
|
-
f: 0,
|
|
131
|
-
// TODO ideally we could skip this altogether, but it causes type errors
|
|
132
|
-
v: t,
|
|
133
|
-
reactions: null,
|
|
134
|
-
equals: Qr,
|
|
135
|
-
rv: 0,
|
|
136
|
-
wv: 0
|
|
137
|
-
};
|
|
138
|
-
return e;
|
|
139
|
-
}
|
|
140
|
-
function Ca(t) {
|
|
141
|
-
return /* @__PURE__ */ An(I(t));
|
|
142
|
-
}
|
|
143
|
-
// @__NO_SIDE_EFFECTS__
|
|
144
|
-
function Vt(t, r = !1) {
|
|
145
|
-
var n;
|
|
146
|
-
const e = I(t);
|
|
147
|
-
return r || (e.equals = xr), Tt && E !== null && E.l !== null && ((n = E.l).s ?? (n.s = [])).push(e), e;
|
|
148
|
-
}
|
|
149
|
-
// @__NO_SIDE_EFFECTS__
|
|
150
|
-
function An(t) {
|
|
151
|
-
return k !== null && k.f & D && (H === null ? Fn([t]) : H.push(t)), t;
|
|
152
|
-
}
|
|
153
|
-
function F(t, r) {
|
|
154
|
-
return k !== null && Xt() && k.f & (D | _r) && // If the source was created locally within the current derived, then
|
|
155
|
-
// we allow the mutation.
|
|
156
|
-
(H === null || !H.includes(t)) && Sn(), er(t, r);
|
|
157
|
-
}
|
|
158
|
-
function er(t, r) {
|
|
159
|
-
return t.equals(r) || (t.v, t.v = r, t.wv = ye(), re(t, Q), Xt() && x !== null && x.f & T && !(x.f & (G | st)) && (X === null ? Yn([t]) : X.push(t))), r;
|
|
160
|
-
}
|
|
161
|
-
function re(t, r) {
|
|
162
|
-
var e = t.reactions;
|
|
163
|
-
if (e !== null)
|
|
164
|
-
for (var n = Xt(), a = e.length, o = 0; o < a; o++) {
|
|
165
|
-
var i = e[o], s = i.f;
|
|
166
|
-
s & Q || !n && i === x || (Y(i, r), s & (T | lt) && (s & D ? re(
|
|
167
|
-
/** @type {Derived} */
|
|
168
|
-
i,
|
|
169
|
-
bt
|
|
170
|
-
) : Kt(
|
|
171
|
-
/** @type {Effect} */
|
|
172
|
-
i
|
|
173
|
-
)));
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
function $r(t) {
|
|
177
|
-
console.warn("https://svelte.dev/e/hydration_mismatch");
|
|
178
|
-
}
|
|
179
|
-
let $ = !1;
|
|
180
|
-
function K(t) {
|
|
181
|
-
$ = t;
|
|
182
|
-
}
|
|
183
|
-
let y;
|
|
184
|
-
function q(t) {
|
|
185
|
-
if (t === null)
|
|
186
|
-
throw $r(), kt;
|
|
187
|
-
return y = t;
|
|
188
|
-
}
|
|
189
|
-
function Gt() {
|
|
190
|
-
return q(
|
|
191
|
-
/** @type {TemplateNode} */
|
|
192
|
-
/* @__PURE__ */ tt(y)
|
|
193
|
-
);
|
|
194
|
-
}
|
|
195
|
-
function zn(t) {
|
|
196
|
-
if ($) {
|
|
197
|
-
if (/* @__PURE__ */ tt(y) !== null)
|
|
198
|
-
throw $r(), kt;
|
|
199
|
-
y = t;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
function Ma(t = 1) {
|
|
203
|
-
if ($) {
|
|
204
|
-
for (var r = t, e = y; r--; )
|
|
205
|
-
e = /** @type {TemplateNode} */
|
|
206
|
-
/* @__PURE__ */ tt(e);
|
|
207
|
-
y = e;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
function nr() {
|
|
211
|
-
for (var t = 0, r = y; ; ) {
|
|
212
|
-
if (r.nodeType === 8) {
|
|
213
|
-
var e = (
|
|
214
|
-
/** @type {Comment} */
|
|
215
|
-
r.data
|
|
216
|
-
);
|
|
217
|
-
if (e === vr) {
|
|
218
|
-
if (t === 0) return r;
|
|
219
|
-
t -= 1;
|
|
220
|
-
} else (e === Xr || e === hr) && (t += 1);
|
|
221
|
-
}
|
|
222
|
-
var n = (
|
|
223
|
-
/** @type {TemplateNode} */
|
|
224
|
-
/* @__PURE__ */ tt(r)
|
|
225
|
-
);
|
|
226
|
-
r.remove(), r = n;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
function mt(t, r = null, e) {
|
|
230
|
-
if (typeof t != "object" || t === null || vt in t)
|
|
231
|
-
return t;
|
|
232
|
-
const n = br(t);
|
|
233
|
-
if (n !== un && n !== fn)
|
|
234
|
-
return t;
|
|
235
|
-
var a = /* @__PURE__ */ new Map(), o = wr(t), i = I(0);
|
|
236
|
-
o && a.set("length", I(
|
|
237
|
-
/** @type {any[]} */
|
|
238
|
-
t.length
|
|
239
|
-
));
|
|
240
|
-
var s;
|
|
241
|
-
return new Proxy(
|
|
242
|
-
/** @type {any} */
|
|
243
|
-
t,
|
|
244
|
-
{
|
|
245
|
-
defineProperty(c, l, u) {
|
|
246
|
-
(!("value" in u) || u.configurable === !1 || u.enumerable === !1 || u.writable === !1) && $n();
|
|
247
|
-
var f = a.get(l);
|
|
248
|
-
return f === void 0 ? (f = I(u.value), a.set(l, f)) : F(f, mt(u.value, s)), !0;
|
|
249
|
-
},
|
|
250
|
-
deleteProperty(c, l) {
|
|
251
|
-
var u = a.get(l);
|
|
252
|
-
if (u === void 0)
|
|
253
|
-
l in c && a.set(l, I(M));
|
|
254
|
-
else {
|
|
255
|
-
if (o && typeof l == "string") {
|
|
256
|
-
var f = (
|
|
257
|
-
/** @type {Source<number>} */
|
|
258
|
-
a.get("length")
|
|
259
|
-
), d = Number(l);
|
|
260
|
-
Number.isInteger(d) && d < f.v && F(f, d);
|
|
261
|
-
}
|
|
262
|
-
F(u, M), jr(i);
|
|
263
|
-
}
|
|
264
|
-
return !0;
|
|
265
|
-
},
|
|
266
|
-
get(c, l, u) {
|
|
267
|
-
var m;
|
|
268
|
-
if (l === vt)
|
|
269
|
-
return t;
|
|
270
|
-
var f = a.get(l), d = l in c;
|
|
271
|
-
if (f === void 0 && (!d || (m = it(c, l)) != null && m.writable) && (f = I(mt(d ? c[l] : M, s)), a.set(l, f)), f !== void 0) {
|
|
272
|
-
var p = N(f);
|
|
273
|
-
return p === M ? void 0 : p;
|
|
274
|
-
}
|
|
275
|
-
return Reflect.get(c, l, u);
|
|
276
|
-
},
|
|
277
|
-
getOwnPropertyDescriptor(c, l) {
|
|
278
|
-
var u = Reflect.getOwnPropertyDescriptor(c, l);
|
|
279
|
-
if (u && "value" in u) {
|
|
280
|
-
var f = a.get(l);
|
|
281
|
-
f && (u.value = N(f));
|
|
282
|
-
} else if (u === void 0) {
|
|
283
|
-
var d = a.get(l), p = d == null ? void 0 : d.v;
|
|
284
|
-
if (d !== void 0 && p !== M)
|
|
285
|
-
return {
|
|
286
|
-
enumerable: !0,
|
|
287
|
-
configurable: !0,
|
|
288
|
-
value: p,
|
|
289
|
-
writable: !0
|
|
290
|
-
};
|
|
291
|
-
}
|
|
292
|
-
return u;
|
|
293
|
-
},
|
|
294
|
-
has(c, l) {
|
|
295
|
-
var p;
|
|
296
|
-
if (l === vt)
|
|
297
|
-
return !0;
|
|
298
|
-
var u = a.get(l), f = u !== void 0 && u.v !== M || Reflect.has(c, l);
|
|
299
|
-
if (u !== void 0 || x !== null && (!f || (p = it(c, l)) != null && p.writable)) {
|
|
300
|
-
u === void 0 && (u = I(f ? mt(c[l], s) : M), a.set(l, u));
|
|
301
|
-
var d = N(u);
|
|
302
|
-
if (d === M)
|
|
303
|
-
return !1;
|
|
304
|
-
}
|
|
305
|
-
return f;
|
|
306
|
-
},
|
|
307
|
-
set(c, l, u, f) {
|
|
308
|
-
var b;
|
|
309
|
-
var d = a.get(l), p = l in c;
|
|
310
|
-
if (o && l === "length")
|
|
311
|
-
for (var m = u; m < /** @type {Source<number>} */
|
|
312
|
-
d.v; m += 1) {
|
|
313
|
-
var h = a.get(m + "");
|
|
314
|
-
h !== void 0 ? F(h, M) : m in c && (h = I(M), a.set(m + "", h));
|
|
315
|
-
}
|
|
316
|
-
d === void 0 ? (!p || (b = it(c, l)) != null && b.writable) && (d = I(void 0), F(d, mt(u, s)), a.set(l, d)) : (p = d.v !== M, F(d, mt(u, s)));
|
|
317
|
-
var S = Reflect.getOwnPropertyDescriptor(c, l);
|
|
318
|
-
if (S != null && S.set && S.set.call(f, u), !p) {
|
|
319
|
-
if (o && typeof l == "string") {
|
|
320
|
-
var w = (
|
|
321
|
-
/** @type {Source<number>} */
|
|
322
|
-
a.get("length")
|
|
323
|
-
), g = Number(l);
|
|
324
|
-
Number.isInteger(g) && g >= w.v && F(w, g + 1);
|
|
325
|
-
}
|
|
326
|
-
jr(i);
|
|
327
|
-
}
|
|
328
|
-
return !0;
|
|
329
|
-
},
|
|
330
|
-
ownKeys(c) {
|
|
331
|
-
N(i);
|
|
332
|
-
var l = Reflect.ownKeys(c).filter((d) => {
|
|
333
|
-
var p = a.get(d);
|
|
334
|
-
return p === void 0 || p.v !== M;
|
|
335
|
-
});
|
|
336
|
-
for (var [u, f] of a)
|
|
337
|
-
f.v !== M && !(u in c) && l.push(u);
|
|
338
|
-
return l;
|
|
339
|
-
},
|
|
340
|
-
setPrototypeOf() {
|
|
341
|
-
kn();
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
);
|
|
345
|
-
}
|
|
346
|
-
function jr(t, r = 1) {
|
|
347
|
-
F(t, t.v + r);
|
|
348
|
-
}
|
|
349
|
-
var Fr, ee, ne;
|
|
350
|
-
function ar() {
|
|
351
|
-
if (Fr === void 0) {
|
|
352
|
-
Fr = window;
|
|
353
|
-
var t = Element.prototype, r = Node.prototype;
|
|
354
|
-
ee = it(r, "firstChild").get, ne = it(r, "nextSibling").get, t.__click = void 0, t.__className = "", t.__attributes = null, t.__styles = null, t.__e = void 0, Text.prototype.__t = void 0;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
function et(t = "") {
|
|
358
|
-
return document.createTextNode(t);
|
|
359
|
-
}
|
|
360
|
-
// @__NO_SIDE_EFFECTS__
|
|
361
|
-
function J(t) {
|
|
362
|
-
return ee.call(t);
|
|
363
|
-
}
|
|
364
|
-
// @__NO_SIDE_EFFECTS__
|
|
365
|
-
function tt(t) {
|
|
366
|
-
return ne.call(t);
|
|
367
|
-
}
|
|
368
|
-
function Nn(t, r) {
|
|
369
|
-
if (!$)
|
|
370
|
-
return /* @__PURE__ */ J(t);
|
|
371
|
-
var e = (
|
|
372
|
-
/** @type {TemplateNode} */
|
|
373
|
-
/* @__PURE__ */ J(y)
|
|
374
|
-
);
|
|
375
|
-
if (e === null)
|
|
376
|
-
e = y.appendChild(et());
|
|
377
|
-
else if (r && e.nodeType !== 3) {
|
|
378
|
-
var n = et();
|
|
379
|
-
return e == null || e.before(n), q(n), n;
|
|
380
|
-
}
|
|
381
|
-
return q(e), e;
|
|
382
|
-
}
|
|
383
|
-
function Tn(t, r) {
|
|
384
|
-
if (!$) {
|
|
385
|
-
var e = (
|
|
386
|
-
/** @type {DocumentFragment} */
|
|
387
|
-
/* @__PURE__ */ J(
|
|
388
|
-
/** @type {Node} */
|
|
389
|
-
t
|
|
390
|
-
)
|
|
391
|
-
);
|
|
392
|
-
return e instanceof Comment && e.data === "" ? /* @__PURE__ */ tt(e) : e;
|
|
393
|
-
}
|
|
394
|
-
return y;
|
|
395
|
-
}
|
|
396
|
-
function Oa(t, r = 1, e = !1) {
|
|
397
|
-
let n = $ ? y : t;
|
|
398
|
-
for (var a; r--; )
|
|
399
|
-
a = n, n = /** @type {TemplateNode} */
|
|
400
|
-
/* @__PURE__ */ tt(n);
|
|
401
|
-
if (!$)
|
|
402
|
-
return n;
|
|
403
|
-
var o = n == null ? void 0 : n.nodeType;
|
|
404
|
-
if (e && o !== 3) {
|
|
405
|
-
var i = et();
|
|
406
|
-
return n === null ? a == null || a.after(i) : n.before(i), q(i), i;
|
|
407
|
-
}
|
|
408
|
-
return q(n), /** @type {TemplateNode} */
|
|
409
|
-
n;
|
|
410
|
-
}
|
|
411
|
-
function ae(t) {
|
|
412
|
-
t.textContent = "";
|
|
413
|
-
}
|
|
414
|
-
// @__NO_SIDE_EFFECTS__
|
|
415
|
-
function or(t) {
|
|
416
|
-
var r = D | Q;
|
|
417
|
-
x === null ? r |= lt : x.f |= Jr;
|
|
418
|
-
var e = k !== null && k.f & D ? (
|
|
419
|
-
/** @type {Derived} */
|
|
420
|
-
k
|
|
421
|
-
) : null;
|
|
422
|
-
const n = {
|
|
423
|
-
children: null,
|
|
424
|
-
ctx: E,
|
|
425
|
-
deps: null,
|
|
426
|
-
equals: Qr,
|
|
427
|
-
f: r,
|
|
428
|
-
fn: t,
|
|
429
|
-
reactions: null,
|
|
430
|
-
rv: 0,
|
|
431
|
-
v: (
|
|
432
|
-
/** @type {V} */
|
|
433
|
-
null
|
|
434
|
-
),
|
|
435
|
-
wv: 0,
|
|
436
|
-
parent: e ?? x
|
|
437
|
-
};
|
|
438
|
-
return e !== null && (e.children ?? (e.children = [])).push(n), n;
|
|
439
|
-
}
|
|
440
|
-
// @__NO_SIDE_EFFECTS__
|
|
441
|
-
function oe(t) {
|
|
442
|
-
const r = /* @__PURE__ */ or(t);
|
|
443
|
-
return r.equals = xr, r;
|
|
444
|
-
}
|
|
445
|
-
function ie(t) {
|
|
446
|
-
var r = t.children;
|
|
447
|
-
if (r !== null) {
|
|
448
|
-
t.children = null;
|
|
449
|
-
for (var e = 0; e < r.length; e += 1) {
|
|
450
|
-
var n = r[e];
|
|
451
|
-
n.f & D ? kr(
|
|
452
|
-
/** @type {Derived} */
|
|
453
|
-
n
|
|
454
|
-
) : Z(
|
|
455
|
-
/** @type {Effect} */
|
|
456
|
-
n
|
|
457
|
-
);
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
function Cn(t) {
|
|
462
|
-
for (var r = t.parent; r !== null; ) {
|
|
463
|
-
if (!(r.f & D))
|
|
464
|
-
return (
|
|
465
|
-
/** @type {Effect} */
|
|
466
|
-
r
|
|
467
|
-
);
|
|
468
|
-
r = r.parent;
|
|
469
|
-
}
|
|
470
|
-
return null;
|
|
471
|
-
}
|
|
472
|
-
function se(t) {
|
|
473
|
-
var r, e = x;
|
|
474
|
-
V(Cn(t));
|
|
475
|
-
try {
|
|
476
|
-
ie(t), r = $e(t);
|
|
477
|
-
} finally {
|
|
478
|
-
V(e);
|
|
479
|
-
}
|
|
480
|
-
return r;
|
|
481
|
-
}
|
|
482
|
-
function le(t) {
|
|
483
|
-
var r = se(t), e = (ot || t.f & lt) && t.deps !== null ? bt : T;
|
|
484
|
-
Y(t, e), t.equals(r) || (t.v = r, t.wv = ye());
|
|
485
|
-
}
|
|
486
|
-
function kr(t) {
|
|
487
|
-
ie(t), zt(t, 0), Y(t, _t), t.v = t.children = t.deps = t.ctx = t.reactions = null;
|
|
488
|
-
}
|
|
489
|
-
function ce(t) {
|
|
490
|
-
x === null && k === null && bn(), k !== null && k.f & lt && gn(), zr && wn();
|
|
491
|
-
}
|
|
492
|
-
function Mn(t, r) {
|
|
493
|
-
var e = r.last;
|
|
494
|
-
e === null ? r.last = r.first = t : (e.next = t, t.prev = e, r.last = t);
|
|
495
|
-
}
|
|
496
|
-
function ct(t, r, e, n = !0) {
|
|
497
|
-
var a = (t & st) !== 0, o = x, i = {
|
|
498
|
-
ctx: E,
|
|
499
|
-
deps: null,
|
|
500
|
-
deriveds: null,
|
|
501
|
-
nodes_start: null,
|
|
502
|
-
nodes_end: null,
|
|
503
|
-
f: t | Q,
|
|
504
|
-
first: null,
|
|
505
|
-
fn: r,
|
|
506
|
-
last: null,
|
|
507
|
-
next: null,
|
|
508
|
-
parent: a ? null : o,
|
|
509
|
-
prev: null,
|
|
510
|
-
teardown: null,
|
|
511
|
-
transitions: null,
|
|
512
|
-
wv: 0
|
|
513
|
-
};
|
|
514
|
-
if (e) {
|
|
515
|
-
var s = wt;
|
|
516
|
-
try {
|
|
517
|
-
Yr(!0), Nr(i), i.f |= dn;
|
|
518
|
-
} catch (u) {
|
|
519
|
-
throw Z(i), u;
|
|
520
|
-
} finally {
|
|
521
|
-
Yr(s);
|
|
522
|
-
}
|
|
523
|
-
} else r !== null && Kt(i);
|
|
524
|
-
var c = e && i.deps === null && i.first === null && i.nodes_start === null && i.teardown === null && (i.f & (Jr | qt)) === 0;
|
|
525
|
-
if (!c && !a && n && (o !== null && Mn(i, o), k !== null && k.f & D)) {
|
|
526
|
-
var l = (
|
|
527
|
-
/** @type {Derived} */
|
|
528
|
-
k
|
|
529
|
-
);
|
|
530
|
-
(l.children ?? (l.children = [])).push(i);
|
|
531
|
-
}
|
|
532
|
-
return i;
|
|
533
|
-
}
|
|
534
|
-
function Er(t) {
|
|
535
|
-
const r = ct(Nt, null, !1);
|
|
536
|
-
return Y(r, T), r.teardown = t, r;
|
|
537
|
-
}
|
|
538
|
-
function Ra(t) {
|
|
539
|
-
ce();
|
|
540
|
-
var r = x !== null && (x.f & G) !== 0 && E !== null && !E.m;
|
|
541
|
-
if (r) {
|
|
542
|
-
var e = (
|
|
543
|
-
/** @type {ComponentContext} */
|
|
544
|
-
E
|
|
545
|
-
);
|
|
546
|
-
(e.e ?? (e.e = [])).push({
|
|
547
|
-
fn: t,
|
|
548
|
-
effect: x,
|
|
549
|
-
reaction: k
|
|
550
|
-
});
|
|
551
|
-
} else {
|
|
552
|
-
var n = ue(t);
|
|
553
|
-
return n;
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
function Ia(t) {
|
|
557
|
-
return ce(), fe(t);
|
|
558
|
-
}
|
|
559
|
-
function On(t) {
|
|
560
|
-
const r = ct(st, t, !0);
|
|
561
|
-
return () => {
|
|
562
|
-
Z(r);
|
|
563
|
-
};
|
|
564
|
-
}
|
|
565
|
-
function Rn(t) {
|
|
566
|
-
const r = ct(st, t, !0);
|
|
567
|
-
return (e = {}) => new Promise((n) => {
|
|
568
|
-
e.outro ? Ft(r, () => {
|
|
569
|
-
Z(r), n(void 0);
|
|
570
|
-
}) : (Z(r), n(void 0));
|
|
571
|
-
});
|
|
572
|
-
}
|
|
573
|
-
function ue(t) {
|
|
574
|
-
return ct(Kr, t, !1);
|
|
575
|
-
}
|
|
576
|
-
function fe(t) {
|
|
577
|
-
return ct(Nt, t, !0);
|
|
578
|
-
}
|
|
579
|
-
function In(t) {
|
|
580
|
-
return Sr(t);
|
|
581
|
-
}
|
|
582
|
-
function Sr(t, r = 0) {
|
|
583
|
-
return ct(Nt | _r | r, t, !0);
|
|
584
|
-
}
|
|
585
|
-
function St(t, r = !0) {
|
|
586
|
-
return ct(Nt | G, t, !0, r);
|
|
587
|
-
}
|
|
588
|
-
function pe(t) {
|
|
589
|
-
var r = t.teardown;
|
|
590
|
-
if (r !== null) {
|
|
591
|
-
const e = zr, n = k;
|
|
592
|
-
Br(!0), nt(null);
|
|
593
|
-
try {
|
|
594
|
-
r.call(null);
|
|
595
|
-
} finally {
|
|
596
|
-
Br(e), nt(n);
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
function de(t) {
|
|
601
|
-
var r = t.deriveds;
|
|
602
|
-
if (r !== null) {
|
|
603
|
-
t.deriveds = null;
|
|
604
|
-
for (var e = 0; e < r.length; e += 1)
|
|
605
|
-
kr(r[e]);
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
function me(t, r = !1) {
|
|
609
|
-
var e = t.first;
|
|
610
|
-
for (t.first = t.last = null; e !== null; ) {
|
|
611
|
-
var n = e.next;
|
|
612
|
-
Z(e, r), e = n;
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
function Dn(t) {
|
|
616
|
-
for (var r = t.first; r !== null; ) {
|
|
617
|
-
var e = r.next;
|
|
618
|
-
r.f & G || Z(r), r = e;
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
function Z(t, r = !0) {
|
|
622
|
-
var e = !1;
|
|
623
|
-
if ((r || t.f & hn) && t.nodes_start !== null) {
|
|
624
|
-
for (var n = t.nodes_start, a = t.nodes_end; n !== null; ) {
|
|
625
|
-
var o = n === a ? null : (
|
|
626
|
-
/** @type {TemplateNode} */
|
|
627
|
-
/* @__PURE__ */ tt(n)
|
|
628
|
-
);
|
|
629
|
-
n.remove(), n = o;
|
|
630
|
-
}
|
|
631
|
-
e = !0;
|
|
632
|
-
}
|
|
633
|
-
me(t, r && !e), de(t), zt(t, 0), Y(t, _t);
|
|
634
|
-
var i = t.transitions;
|
|
635
|
-
if (i !== null)
|
|
636
|
-
for (const c of i)
|
|
637
|
-
c.stop();
|
|
638
|
-
pe(t);
|
|
639
|
-
var s = t.parent;
|
|
640
|
-
s !== null && s.first !== null && he(t), t.next = t.prev = t.teardown = t.ctx = t.deps = t.fn = t.nodes_start = t.nodes_end = null;
|
|
641
|
-
}
|
|
642
|
-
function he(t) {
|
|
643
|
-
var r = t.parent, e = t.prev, n = t.next;
|
|
644
|
-
e !== null && (e.next = n), n !== null && (n.prev = e), r !== null && (r.first === t && (r.first = n), r.last === t && (r.last = e));
|
|
645
|
-
}
|
|
646
|
-
function Ft(t, r) {
|
|
647
|
-
var e = [];
|
|
648
|
-
Lr(t, e, !0), ve(e, () => {
|
|
649
|
-
Z(t), r && r();
|
|
650
|
-
});
|
|
651
|
-
}
|
|
652
|
-
function ve(t, r) {
|
|
653
|
-
var e = t.length;
|
|
654
|
-
if (e > 0) {
|
|
655
|
-
var n = () => --e || r();
|
|
656
|
-
for (var a of t)
|
|
657
|
-
a.out(n);
|
|
658
|
-
} else
|
|
659
|
-
r();
|
|
660
|
-
}
|
|
661
|
-
function Lr(t, r, e) {
|
|
662
|
-
if (!(t.f & B)) {
|
|
663
|
-
if (t.f ^= B, t.transitions !== null)
|
|
664
|
-
for (const i of t.transitions)
|
|
665
|
-
(i.is_global || e) && r.push(i);
|
|
666
|
-
for (var n = t.first; n !== null; ) {
|
|
667
|
-
var a = n.next, o = (n.f & yr) !== 0 || (n.f & G) !== 0;
|
|
668
|
-
Lr(n, r, o ? e : !1), n = a;
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
function Yt(t) {
|
|
673
|
-
we(t, !0);
|
|
674
|
-
}
|
|
675
|
-
function we(t, r) {
|
|
676
|
-
if (t.f & B) {
|
|
677
|
-
t.f ^= B, t.f & T || (t.f ^= T), Ct(t) && (Y(t, Q), Kt(t));
|
|
678
|
-
for (var e = t.first; e !== null; ) {
|
|
679
|
-
var n = e.next, a = (e.f & yr) !== 0 || (e.f & G) !== 0;
|
|
680
|
-
we(e, a ? r : !1), e = n;
|
|
681
|
-
}
|
|
682
|
-
if (t.transitions !== null)
|
|
683
|
-
for (const o of t.transitions)
|
|
684
|
-
(o.is_global || r) && o.in();
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
let Bt = !1, ir = [];
|
|
688
|
-
function ge() {
|
|
689
|
-
Bt = !1;
|
|
690
|
-
const t = ir.slice();
|
|
691
|
-
ir = [], pn(t);
|
|
692
|
-
}
|
|
693
|
-
function Ar(t) {
|
|
694
|
-
Bt || (Bt = !0, queueMicrotask(ge)), ir.push(t);
|
|
695
|
-
}
|
|
696
|
-
function Pn() {
|
|
697
|
-
Bt && ge();
|
|
698
|
-
}
|
|
699
|
-
function qn(t) {
|
|
700
|
-
throw new Error("https://svelte.dev/e/lifecycle_outside_component");
|
|
701
|
-
}
|
|
702
|
-
const be = 0, jn = 1;
|
|
703
|
-
let Ot = !1, Rt = be, Lt = !1, At = null, wt = !1, zr = !1;
|
|
704
|
-
function Yr(t) {
|
|
705
|
-
wt = t;
|
|
706
|
-
}
|
|
707
|
-
function Br(t) {
|
|
708
|
-
zr = t;
|
|
709
|
-
}
|
|
710
|
-
let at = [], gt = 0;
|
|
711
|
-
let k = null;
|
|
712
|
-
function nt(t) {
|
|
713
|
-
k = t;
|
|
714
|
-
}
|
|
715
|
-
let x = null;
|
|
716
|
-
function V(t) {
|
|
717
|
-
x = t;
|
|
718
|
-
}
|
|
719
|
-
let H = null;
|
|
720
|
-
function Fn(t) {
|
|
721
|
-
H = t;
|
|
722
|
-
}
|
|
723
|
-
let O = null, R = 0, X = null;
|
|
724
|
-
function Yn(t) {
|
|
725
|
-
X = t;
|
|
726
|
-
}
|
|
727
|
-
let _e = 1, Ht = 0, ot = !1, E = null;
|
|
728
|
-
function ye() {
|
|
729
|
-
return ++_e;
|
|
730
|
-
}
|
|
731
|
-
function Xt() {
|
|
732
|
-
return !Tt || E !== null && E.l === null;
|
|
733
|
-
}
|
|
734
|
-
function Ct(t) {
|
|
735
|
-
var l;
|
|
736
|
-
var r = t.f;
|
|
737
|
-
if (r & Q)
|
|
738
|
-
return !0;
|
|
739
|
-
if (r & bt) {
|
|
740
|
-
var e = t.deps, n = (r & lt) !== 0;
|
|
741
|
-
if (e !== null) {
|
|
742
|
-
var a, o, i = (r & jt) !== 0, s = n && x !== null && !ot, c = e.length;
|
|
743
|
-
if (i || s) {
|
|
744
|
-
for (a = 0; a < c; a++)
|
|
745
|
-
o = e[a], (i || !((l = o == null ? void 0 : o.reactions) != null && l.includes(t))) && (o.reactions ?? (o.reactions = [])).push(t);
|
|
746
|
-
i && (t.f ^= jt);
|
|
747
|
-
}
|
|
748
|
-
for (a = 0; a < c; a++)
|
|
749
|
-
if (o = e[a], Ct(
|
|
750
|
-
/** @type {Derived} */
|
|
751
|
-
o
|
|
752
|
-
) && le(
|
|
753
|
-
/** @type {Derived} */
|
|
754
|
-
o
|
|
755
|
-
), o.wv > t.wv)
|
|
756
|
-
return !0;
|
|
757
|
-
}
|
|
758
|
-
(!n || x !== null && !ot) && Y(t, T);
|
|
759
|
-
}
|
|
760
|
-
return !1;
|
|
761
|
-
}
|
|
762
|
-
function Bn(t, r) {
|
|
763
|
-
for (var e = r; e !== null; ) {
|
|
764
|
-
if (e.f & qt)
|
|
765
|
-
try {
|
|
766
|
-
e.fn(t);
|
|
767
|
-
return;
|
|
768
|
-
} catch {
|
|
769
|
-
e.f ^= qt;
|
|
770
|
-
}
|
|
771
|
-
e = e.parent;
|
|
772
|
-
}
|
|
773
|
-
throw Ot = !1, t;
|
|
774
|
-
}
|
|
775
|
-
function Hn(t) {
|
|
776
|
-
return (t.f & _t) === 0 && (t.parent === null || (t.parent.f & qt) === 0);
|
|
777
|
-
}
|
|
778
|
-
function Wt(t, r, e, n) {
|
|
779
|
-
if (Ot) {
|
|
780
|
-
if (e === null && (Ot = !1), Hn(r))
|
|
781
|
-
throw t;
|
|
782
|
-
return;
|
|
783
|
-
}
|
|
784
|
-
e !== null && (Ot = !0);
|
|
785
|
-
{
|
|
786
|
-
Bn(t, r);
|
|
787
|
-
return;
|
|
788
|
-
}
|
|
789
|
-
}
|
|
790
|
-
function xe(t, r, e = 0) {
|
|
791
|
-
var n = t.reactions;
|
|
792
|
-
if (n !== null)
|
|
793
|
-
for (var a = 0; a < n.length; a++) {
|
|
794
|
-
var o = n[a];
|
|
795
|
-
o.f & D ? xe(
|
|
796
|
-
/** @type {Derived} */
|
|
797
|
-
o,
|
|
798
|
-
r,
|
|
799
|
-
e + 1
|
|
800
|
-
) : r === o && (e === 0 ? Y(o, Q) : o.f & T && Y(o, bt), Kt(
|
|
801
|
-
/** @type {Effect} */
|
|
802
|
-
o
|
|
803
|
-
));
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
|
-
function $e(t) {
|
|
807
|
-
var d;
|
|
808
|
-
var r = O, e = R, n = X, a = k, o = ot, i = H, s = E, c = t.f;
|
|
809
|
-
O = /** @type {null | Value[]} */
|
|
810
|
-
null, R = 0, X = null, k = c & (G | st) ? null : t, ot = !wt && (c & lt) !== 0, H = null, E = t.ctx, Ht++;
|
|
811
|
-
try {
|
|
812
|
-
var l = (
|
|
813
|
-
/** @type {Function} */
|
|
814
|
-
(0, t.fn)()
|
|
815
|
-
), u = t.deps;
|
|
816
|
-
if (O !== null) {
|
|
817
|
-
var f;
|
|
818
|
-
if (zt(t, R), u !== null && R > 0)
|
|
819
|
-
for (u.length = R + O.length, f = 0; f < O.length; f++)
|
|
820
|
-
u[R + f] = O[f];
|
|
821
|
-
else
|
|
822
|
-
t.deps = u = O;
|
|
823
|
-
if (!ot)
|
|
824
|
-
for (f = R; f < u.length; f++)
|
|
825
|
-
((d = u[f]).reactions ?? (d.reactions = [])).push(t);
|
|
826
|
-
} else u !== null && R < u.length && (zt(t, R), u.length = R);
|
|
827
|
-
if (Xt() && X !== null && !(t.f & (D | bt | Q)))
|
|
828
|
-
for (f = 0; f < /** @type {Source[]} */
|
|
829
|
-
X.length; f++)
|
|
830
|
-
xe(
|
|
831
|
-
X[f],
|
|
832
|
-
/** @type {Effect} */
|
|
833
|
-
t
|
|
834
|
-
);
|
|
835
|
-
return a !== null && Ht++, l;
|
|
836
|
-
} finally {
|
|
837
|
-
O = r, R = e, X = n, k = a, ot = o, H = i, E = s;
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
function Un(t, r) {
|
|
841
|
-
let e = r.reactions;
|
|
842
|
-
if (e !== null) {
|
|
843
|
-
var n = cn.call(e, t);
|
|
844
|
-
if (n !== -1) {
|
|
845
|
-
var a = e.length - 1;
|
|
846
|
-
a === 0 ? e = r.reactions = null : (e[n] = e[a], e.pop());
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
e === null && r.f & D && // Destroying a child effect while updating a parent effect can cause a dependency to appear
|
|
850
|
-
// to be unused, when in fact it is used by the currently-updating parent. Checking `new_deps`
|
|
851
|
-
// allows us to skip the expensive work of disconnecting and immediately reconnecting it
|
|
852
|
-
(O === null || !O.includes(r)) && (Y(r, bt), r.f & (lt | jt) || (r.f ^= jt), zt(
|
|
853
|
-
/** @type {Derived} **/
|
|
854
|
-
r,
|
|
855
|
-
0
|
|
856
|
-
));
|
|
857
|
-
}
|
|
858
|
-
function zt(t, r) {
|
|
859
|
-
var e = t.deps;
|
|
860
|
-
if (e !== null)
|
|
861
|
-
for (var n = r; n < e.length; n++)
|
|
862
|
-
Un(t, e[n]);
|
|
863
|
-
}
|
|
864
|
-
function Nr(t) {
|
|
865
|
-
var r = t.f;
|
|
866
|
-
if (!(r & _t)) {
|
|
867
|
-
Y(t, T);
|
|
868
|
-
var e = x, n = E;
|
|
869
|
-
x = t;
|
|
870
|
-
try {
|
|
871
|
-
r & _r ? Dn(t) : me(t), de(t), pe(t);
|
|
872
|
-
var a = $e(t);
|
|
873
|
-
t.teardown = typeof a == "function" ? a : null, t.wv = _e;
|
|
874
|
-
var o = t.deps, i;
|
|
875
|
-
rr && Ln && t.f & Q;
|
|
876
|
-
} catch (s) {
|
|
877
|
-
Wt(s, t, e, n || t.ctx);
|
|
878
|
-
} finally {
|
|
879
|
-
x = e;
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
function ke() {
|
|
884
|
-
if (gt > 1e3) {
|
|
885
|
-
gt = 0;
|
|
886
|
-
try {
|
|
887
|
-
_n();
|
|
888
|
-
} catch (t) {
|
|
889
|
-
if (At !== null)
|
|
890
|
-
Wt(t, At, null);
|
|
891
|
-
else
|
|
892
|
-
throw t;
|
|
893
|
-
}
|
|
894
|
-
}
|
|
895
|
-
gt++;
|
|
896
|
-
}
|
|
897
|
-
function Ee(t) {
|
|
898
|
-
var r = t.length;
|
|
899
|
-
if (r !== 0) {
|
|
900
|
-
ke();
|
|
901
|
-
var e = wt;
|
|
902
|
-
wt = !0;
|
|
903
|
-
try {
|
|
904
|
-
for (var n = 0; n < r; n++) {
|
|
905
|
-
var a = t[n];
|
|
906
|
-
a.f & T || (a.f ^= T);
|
|
907
|
-
var o = [];
|
|
908
|
-
Se(a, o), Vn(o);
|
|
909
|
-
}
|
|
910
|
-
} finally {
|
|
911
|
-
wt = e;
|
|
912
|
-
}
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
function Vn(t) {
|
|
916
|
-
var r = t.length;
|
|
917
|
-
if (r !== 0)
|
|
918
|
-
for (var e = 0; e < r; e++) {
|
|
919
|
-
var n = t[e];
|
|
920
|
-
if (!(n.f & (_t | B)))
|
|
921
|
-
try {
|
|
922
|
-
Ct(n) && (Nr(n), n.deps === null && n.first === null && n.nodes_start === null && (n.teardown === null ? he(n) : n.fn = null));
|
|
923
|
-
} catch (a) {
|
|
924
|
-
Wt(a, n, null, n.ctx);
|
|
925
|
-
}
|
|
926
|
-
}
|
|
927
|
-
}
|
|
928
|
-
function Gn() {
|
|
929
|
-
if (Lt = !1, gt > 1001)
|
|
930
|
-
return;
|
|
931
|
-
const t = at;
|
|
932
|
-
at = [], Ee(t), Lt || (gt = 0, At = null);
|
|
933
|
-
}
|
|
934
|
-
function Kt(t) {
|
|
935
|
-
Rt === be && (Lt || (Lt = !0, queueMicrotask(Gn))), At = t;
|
|
936
|
-
for (var r = t; r.parent !== null; ) {
|
|
937
|
-
r = r.parent;
|
|
938
|
-
var e = r.f;
|
|
939
|
-
if (e & (st | G)) {
|
|
940
|
-
if (!(e & T)) return;
|
|
941
|
-
r.f ^= T;
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
at.push(r);
|
|
945
|
-
}
|
|
946
|
-
function Se(t, r) {
|
|
947
|
-
var e = t.first, n = [];
|
|
948
|
-
t: for (; e !== null; ) {
|
|
949
|
-
var a = e.f, o = (a & G) !== 0, i = o && (a & T) !== 0, s = e.next;
|
|
950
|
-
if (!i && !(a & B))
|
|
951
|
-
if (a & Nt) {
|
|
952
|
-
if (o)
|
|
953
|
-
e.f ^= T;
|
|
954
|
-
else
|
|
955
|
-
try {
|
|
956
|
-
Ct(e) && Nr(e);
|
|
957
|
-
} catch (f) {
|
|
958
|
-
Wt(f, e, null, e.ctx);
|
|
959
|
-
}
|
|
960
|
-
var c = e.first;
|
|
961
|
-
if (c !== null) {
|
|
962
|
-
e = c;
|
|
963
|
-
continue;
|
|
964
|
-
}
|
|
965
|
-
} else a & Kr && n.push(e);
|
|
966
|
-
if (s === null) {
|
|
967
|
-
let f = e.parent;
|
|
968
|
-
for (; f !== null; ) {
|
|
969
|
-
if (t === f)
|
|
970
|
-
break t;
|
|
971
|
-
var l = f.next;
|
|
972
|
-
if (l !== null) {
|
|
973
|
-
e = l;
|
|
974
|
-
continue t;
|
|
975
|
-
}
|
|
976
|
-
f = f.parent;
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
e = s;
|
|
980
|
-
}
|
|
981
|
-
for (var u = 0; u < n.length; u++)
|
|
982
|
-
c = n[u], r.push(c), Se(c, r);
|
|
983
|
-
}
|
|
984
|
-
function Tr(t) {
|
|
985
|
-
var r = Rt, e = at;
|
|
986
|
-
try {
|
|
987
|
-
ke();
|
|
988
|
-
const a = [];
|
|
989
|
-
Rt = jn, at = a, Lt = !1, Ee(e);
|
|
990
|
-
var n = t == null ? void 0 : t();
|
|
991
|
-
return Pn(), (at.length > 0 || a.length > 0) && Tr(), gt = 0, At = null, n;
|
|
992
|
-
} finally {
|
|
993
|
-
Rt = r, at = e;
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
function N(t) {
|
|
997
|
-
var u;
|
|
998
|
-
var r = t.f, e = (r & D) !== 0;
|
|
999
|
-
if (e && r & _t) {
|
|
1000
|
-
var n = se(
|
|
1001
|
-
/** @type {Derived} */
|
|
1002
|
-
t
|
|
1003
|
-
);
|
|
1004
|
-
return kr(
|
|
1005
|
-
/** @type {Derived} */
|
|
1006
|
-
t
|
|
1007
|
-
), n;
|
|
1008
|
-
}
|
|
1009
|
-
if (k !== null) {
|
|
1010
|
-
H !== null && H.includes(t) && En();
|
|
1011
|
-
var a = k.deps;
|
|
1012
|
-
t.rv < Ht && (t.rv = Ht, O === null && a !== null && a[R] === t ? R++ : O === null ? O = [t] : O.push(t));
|
|
1013
|
-
} else if (e && /** @type {Derived} */
|
|
1014
|
-
t.deps === null)
|
|
1015
|
-
for (var o = (
|
|
1016
|
-
/** @type {Derived} */
|
|
1017
|
-
t
|
|
1018
|
-
), i = o.parent, s = o; i !== null; )
|
|
1019
|
-
if (i.f & D) {
|
|
1020
|
-
var c = (
|
|
1021
|
-
/** @type {Derived} */
|
|
1022
|
-
i
|
|
1023
|
-
);
|
|
1024
|
-
s = c, i = c.parent;
|
|
1025
|
-
} else {
|
|
1026
|
-
var l = (
|
|
1027
|
-
/** @type {Effect} */
|
|
1028
|
-
i
|
|
1029
|
-
);
|
|
1030
|
-
(u = l.deriveds) != null && u.includes(s) || (l.deriveds ?? (l.deriveds = [])).push(s);
|
|
1031
|
-
break;
|
|
1032
|
-
}
|
|
1033
|
-
return e && (o = /** @type {Derived} */
|
|
1034
|
-
t, Ct(o) && le(o)), t.v;
|
|
1035
|
-
}
|
|
1036
|
-
function sr(t) {
|
|
1037
|
-
const r = k;
|
|
1038
|
-
try {
|
|
1039
|
-
return k = null, t();
|
|
1040
|
-
} finally {
|
|
1041
|
-
k = r;
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
const Xn = -7169;
|
|
1045
|
-
function Y(t, r) {
|
|
1046
|
-
t.f = t.f & Xn | r;
|
|
1047
|
-
}
|
|
1048
|
-
function Da(t) {
|
|
1049
|
-
return (
|
|
1050
|
-
/** @type {T} */
|
|
1051
|
-
Le().get(t)
|
|
1052
|
-
);
|
|
1053
|
-
}
|
|
1054
|
-
function Pa(t, r) {
|
|
1055
|
-
return Le().set(t, r), r;
|
|
1056
|
-
}
|
|
1057
|
-
function Le(t) {
|
|
1058
|
-
return E === null && qn(), E.c ?? (E.c = new Map(Wn(E) || void 0));
|
|
1059
|
-
}
|
|
1060
|
-
function Wn(t) {
|
|
1061
|
-
let r = t.p;
|
|
1062
|
-
for (; r !== null; ) {
|
|
1063
|
-
const e = r.c;
|
|
1064
|
-
if (e !== null)
|
|
1065
|
-
return e;
|
|
1066
|
-
r = r.p;
|
|
1067
|
-
}
|
|
1068
|
-
return null;
|
|
1069
|
-
}
|
|
1070
|
-
function Ae(t, r = !1, e) {
|
|
1071
|
-
E = {
|
|
1072
|
-
p: E,
|
|
1073
|
-
c: null,
|
|
1074
|
-
e: null,
|
|
1075
|
-
m: !1,
|
|
1076
|
-
s: t,
|
|
1077
|
-
x: null,
|
|
1078
|
-
l: null
|
|
1079
|
-
}, Tt && !r && (E.l = {
|
|
1080
|
-
s: null,
|
|
1081
|
-
u: null,
|
|
1082
|
-
r1: [],
|
|
1083
|
-
r2: I(!1)
|
|
1084
|
-
});
|
|
1085
|
-
}
|
|
1086
|
-
function ze(t) {
|
|
1087
|
-
const r = E;
|
|
1088
|
-
if (r !== null) {
|
|
1089
|
-
t !== void 0 && (r.x = t);
|
|
1090
|
-
const i = r.e;
|
|
1091
|
-
if (i !== null) {
|
|
1092
|
-
var e = x, n = k;
|
|
1093
|
-
r.e = null;
|
|
1094
|
-
try {
|
|
1095
|
-
for (var a = 0; a < i.length; a++) {
|
|
1096
|
-
var o = i[a];
|
|
1097
|
-
V(o.effect), nt(o.reaction), ue(o.fn);
|
|
1098
|
-
}
|
|
1099
|
-
} finally {
|
|
1100
|
-
V(e), nt(n);
|
|
1101
|
-
}
|
|
1102
|
-
}
|
|
1103
|
-
E = r.p, r.m = !0;
|
|
1104
|
-
}
|
|
1105
|
-
return t || /** @type {T} */
|
|
1106
|
-
{};
|
|
1107
|
-
}
|
|
1108
|
-
function qa(t) {
|
|
1109
|
-
if (!(typeof t != "object" || !t || t instanceof EventTarget)) {
|
|
1110
|
-
if (vt in t)
|
|
1111
|
-
lr(t);
|
|
1112
|
-
else if (!Array.isArray(t))
|
|
1113
|
-
for (let r in t) {
|
|
1114
|
-
const e = t[r];
|
|
1115
|
-
typeof e == "object" && e && vt in e && lr(e);
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
function lr(t, r = /* @__PURE__ */ new Set()) {
|
|
1120
|
-
if (typeof t == "object" && t !== null && // We don't want to traverse DOM elements
|
|
1121
|
-
!(t instanceof EventTarget) && !r.has(t)) {
|
|
1122
|
-
r.add(t), t instanceof Date && t.getTime();
|
|
1123
|
-
for (let n in t)
|
|
1124
|
-
try {
|
|
1125
|
-
lr(t[n], r);
|
|
1126
|
-
} catch {
|
|
1127
|
-
}
|
|
1128
|
-
const e = br(t);
|
|
1129
|
-
if (e !== Object.prototype && e !== Array.prototype && e !== Map.prototype && e !== Set.prototype && e !== Date.prototype) {
|
|
1130
|
-
const n = Wr(e);
|
|
1131
|
-
for (let a in n) {
|
|
1132
|
-
const o = n[a].get;
|
|
1133
|
-
if (o)
|
|
1134
|
-
try {
|
|
1135
|
-
o.call(t);
|
|
1136
|
-
} catch {
|
|
1137
|
-
}
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
}
|
|
1142
|
-
function Kn(t, r) {
|
|
1143
|
-
if (r) {
|
|
1144
|
-
const e = document.body;
|
|
1145
|
-
t.autofocus = !0, Ar(() => {
|
|
1146
|
-
document.activeElement === e && t.focus();
|
|
1147
|
-
});
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
function ja(t, r, e, n = !0) {
|
|
1151
|
-
n && e();
|
|
1152
|
-
for (var a of r)
|
|
1153
|
-
t.addEventListener(a, e);
|
|
1154
|
-
Er(() => {
|
|
1155
|
-
for (var o of r)
|
|
1156
|
-
t.removeEventListener(o, e);
|
|
1157
|
-
});
|
|
1158
|
-
}
|
|
1159
|
-
function Jn(t) {
|
|
1160
|
-
var r = k, e = x;
|
|
1161
|
-
nt(null), V(null);
|
|
1162
|
-
try {
|
|
1163
|
-
return t();
|
|
1164
|
-
} finally {
|
|
1165
|
-
nt(r), V(e);
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
const Ne = /* @__PURE__ */ new Set(), cr = /* @__PURE__ */ new Set();
|
|
1169
|
-
function Te(t, r, e, n) {
|
|
1170
|
-
function a(o) {
|
|
1171
|
-
if (n.capture || xt.call(r, o), !o.cancelBubble)
|
|
1172
|
-
return Jn(() => e.call(this, o));
|
|
1173
|
-
}
|
|
1174
|
-
return t.startsWith("pointer") || t.startsWith("touch") || t === "wheel" ? Ar(() => {
|
|
1175
|
-
r.addEventListener(t, a, n);
|
|
1176
|
-
}) : r.addEventListener(t, a, n), a;
|
|
1177
|
-
}
|
|
1178
|
-
function Fa(t, r, e, n, a) {
|
|
1179
|
-
var o = { capture: n, passive: a }, i = Te(t, r, e, o);
|
|
1180
|
-
(r === document.body || r === window || r === document) && Er(() => {
|
|
1181
|
-
r.removeEventListener(t, i, o);
|
|
1182
|
-
});
|
|
1183
|
-
}
|
|
1184
|
-
function Zn(t) {
|
|
1185
|
-
for (var r = 0; r < t.length; r++)
|
|
1186
|
-
Ne.add(t[r]);
|
|
1187
|
-
for (var e of cr)
|
|
1188
|
-
e(t);
|
|
1189
|
-
}
|
|
1190
|
-
function xt(t) {
|
|
1191
|
-
var g;
|
|
1192
|
-
var r = this, e = (
|
|
1193
|
-
/** @type {Node} */
|
|
1194
|
-
r.ownerDocument
|
|
1195
|
-
), n = t.type, a = ((g = t.composedPath) == null ? void 0 : g.call(t)) || [], o = (
|
|
1196
|
-
/** @type {null | Element} */
|
|
1197
|
-
a[0] || t.target
|
|
1198
|
-
), i = 0, s = t.__root;
|
|
1199
|
-
if (s) {
|
|
1200
|
-
var c = a.indexOf(s);
|
|
1201
|
-
if (c !== -1 && (r === document || r === /** @type {any} */
|
|
1202
|
-
window)) {
|
|
1203
|
-
t.__root = r;
|
|
1204
|
-
return;
|
|
1205
|
-
}
|
|
1206
|
-
var l = a.indexOf(r);
|
|
1207
|
-
if (l === -1)
|
|
1208
|
-
return;
|
|
1209
|
-
c <= l && (i = c);
|
|
1210
|
-
}
|
|
1211
|
-
if (o = /** @type {Element} */
|
|
1212
|
-
a[i] || t.target, o !== r) {
|
|
1213
|
-
Et(t, "currentTarget", {
|
|
1214
|
-
configurable: !0,
|
|
1215
|
-
get() {
|
|
1216
|
-
return o || e;
|
|
1217
|
-
}
|
|
1218
|
-
});
|
|
1219
|
-
var u = k, f = x;
|
|
1220
|
-
nt(null), V(null);
|
|
1221
|
-
try {
|
|
1222
|
-
for (var d, p = []; o !== null; ) {
|
|
1223
|
-
var m = o.assignedSlot || o.parentNode || /** @type {any} */
|
|
1224
|
-
o.host || null;
|
|
1225
|
-
try {
|
|
1226
|
-
var h = o["__" + n];
|
|
1227
|
-
if (h !== void 0 && !/** @type {any} */
|
|
1228
|
-
o.disabled)
|
|
1229
|
-
if (wr(h)) {
|
|
1230
|
-
var [S, ...w] = h;
|
|
1231
|
-
S.apply(o, [t, ...w]);
|
|
1232
|
-
} else
|
|
1233
|
-
h.call(o, t);
|
|
1234
|
-
} catch (b) {
|
|
1235
|
-
d ? p.push(b) : d = b;
|
|
1236
|
-
}
|
|
1237
|
-
if (t.cancelBubble || m === r || m === null)
|
|
1238
|
-
break;
|
|
1239
|
-
o = m;
|
|
1240
|
-
}
|
|
1241
|
-
if (d) {
|
|
1242
|
-
for (let b of p)
|
|
1243
|
-
queueMicrotask(() => {
|
|
1244
|
-
throw b;
|
|
1245
|
-
});
|
|
1246
|
-
throw d;
|
|
1247
|
-
}
|
|
1248
|
-
} finally {
|
|
1249
|
-
t.__root = r, delete t.currentTarget, nt(u), V(f);
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
}
|
|
1253
|
-
function Ce(t) {
|
|
1254
|
-
var r = document.createElement("template");
|
|
1255
|
-
return r.innerHTML = t, r.content;
|
|
1256
|
-
}
|
|
1257
|
-
function U(t, r) {
|
|
1258
|
-
var e = (
|
|
1259
|
-
/** @type {Effect} */
|
|
1260
|
-
x
|
|
1261
|
-
);
|
|
1262
|
-
e.nodes_start === null && (e.nodes_start = t, e.nodes_end = r);
|
|
1263
|
-
}
|
|
1264
|
-
// @__NO_SIDE_EFFECTS__
|
|
1265
|
-
function Ya(t, r) {
|
|
1266
|
-
var e = (r & Ze) !== 0, n = (r & Qe) !== 0, a, o = !t.startsWith("<!>");
|
|
1267
|
-
return () => {
|
|
1268
|
-
if ($)
|
|
1269
|
-
return U(y, null), y;
|
|
1270
|
-
a === void 0 && (a = Ce(o ? t : "<!>" + t), e || (a = /** @type {Node} */
|
|
1271
|
-
/* @__PURE__ */ J(a)));
|
|
1272
|
-
var i = (
|
|
1273
|
-
/** @type {TemplateNode} */
|
|
1274
|
-
n ? document.importNode(a, !0) : a.cloneNode(!0)
|
|
1275
|
-
);
|
|
1276
|
-
if (e) {
|
|
1277
|
-
var s = (
|
|
1278
|
-
/** @type {TemplateNode} */
|
|
1279
|
-
/* @__PURE__ */ J(i)
|
|
1280
|
-
), c = (
|
|
1281
|
-
/** @type {TemplateNode} */
|
|
1282
|
-
i.lastChild
|
|
1283
|
-
);
|
|
1284
|
-
U(s, c);
|
|
1285
|
-
} else
|
|
1286
|
-
U(i, i);
|
|
1287
|
-
return i;
|
|
1288
|
-
};
|
|
1289
|
-
}
|
|
1290
|
-
// @__NO_SIDE_EFFECTS__
|
|
1291
|
-
function Cr(t, r, e = "svg") {
|
|
1292
|
-
var n = !t.startsWith("<!>"), a = `<${e}>${n ? t : "<!>" + t}</${e}>`, o;
|
|
1293
|
-
return () => {
|
|
1294
|
-
if ($)
|
|
1295
|
-
return U(y, null), y;
|
|
1296
|
-
if (!o) {
|
|
1297
|
-
var i = (
|
|
1298
|
-
/** @type {DocumentFragment} */
|
|
1299
|
-
Ce(a)
|
|
1300
|
-
), s = (
|
|
1301
|
-
/** @type {Element} */
|
|
1302
|
-
/* @__PURE__ */ J(i)
|
|
1303
|
-
);
|
|
1304
|
-
o = /** @type {Element} */
|
|
1305
|
-
/* @__PURE__ */ J(s);
|
|
1306
|
-
}
|
|
1307
|
-
var c = (
|
|
1308
|
-
/** @type {TemplateNode} */
|
|
1309
|
-
o.cloneNode(!0)
|
|
1310
|
-
);
|
|
1311
|
-
return U(c, c), c;
|
|
1312
|
-
};
|
|
1313
|
-
}
|
|
1314
|
-
function Ba(t = "") {
|
|
1315
|
-
if (!$) {
|
|
1316
|
-
var r = et(t + "");
|
|
1317
|
-
return U(r, r), r;
|
|
1318
|
-
}
|
|
1319
|
-
var e = y;
|
|
1320
|
-
return e.nodeType !== 3 && (e.before(e = et()), q(e)), U(e, e), e;
|
|
1321
|
-
}
|
|
1322
|
-
function Qn() {
|
|
1323
|
-
if ($)
|
|
1324
|
-
return U(y, null), y;
|
|
1325
|
-
var t = document.createDocumentFragment(), r = document.createComment(""), e = et();
|
|
1326
|
-
return t.append(r, e), U(r, e), t;
|
|
1327
|
-
}
|
|
1328
|
-
function $t(t, r) {
|
|
1329
|
-
if ($) {
|
|
1330
|
-
x.nodes_end = y, Gt();
|
|
1331
|
-
return;
|
|
1332
|
-
}
|
|
1333
|
-
t !== null && t.before(
|
|
1334
|
-
/** @type {Node} */
|
|
1335
|
-
r
|
|
1336
|
-
);
|
|
1337
|
-
}
|
|
1338
|
-
let ur = !0;
|
|
1339
|
-
function Ha(t) {
|
|
1340
|
-
ur = t;
|
|
1341
|
-
}
|
|
1342
|
-
function Ua(t, r) {
|
|
1343
|
-
var e = r == null ? "" : typeof r == "object" ? r + "" : r;
|
|
1344
|
-
e !== (t.__t ?? (t.__t = t.nodeValue)) && (t.__t = e, t.nodeValue = e == null ? "" : e + "");
|
|
1345
|
-
}
|
|
1346
|
-
function Me(t, r) {
|
|
1347
|
-
return Oe(t, r);
|
|
1348
|
-
}
|
|
1349
|
-
function ta(t, r) {
|
|
1350
|
-
ar(), r.intro = r.intro ?? !1;
|
|
1351
|
-
const e = r.target, n = $, a = y;
|
|
1352
|
-
try {
|
|
1353
|
-
for (var o = (
|
|
1354
|
-
/** @type {TemplateNode} */
|
|
1355
|
-
/* @__PURE__ */ J(e)
|
|
1356
|
-
); o && (o.nodeType !== 8 || /** @type {Comment} */
|
|
1357
|
-
o.data !== Xr); )
|
|
1358
|
-
o = /** @type {TemplateNode} */
|
|
1359
|
-
/* @__PURE__ */ tt(o);
|
|
1360
|
-
if (!o)
|
|
1361
|
-
throw kt;
|
|
1362
|
-
K(!0), q(
|
|
1363
|
-
/** @type {Comment} */
|
|
1364
|
-
o
|
|
1365
|
-
), Gt();
|
|
1366
|
-
const i = Oe(t, { ...r, anchor: o });
|
|
1367
|
-
if (y === null || y.nodeType !== 8 || /** @type {Comment} */
|
|
1368
|
-
y.data !== vr)
|
|
1369
|
-
throw $r(), kt;
|
|
1370
|
-
return K(!1), /** @type {Exports} */
|
|
1371
|
-
i;
|
|
1372
|
-
} catch (i) {
|
|
1373
|
-
if (i === kt)
|
|
1374
|
-
return r.recover === !1 && yn(), ar(), ae(e), K(!1), Me(t, r);
|
|
1375
|
-
throw i;
|
|
1376
|
-
} finally {
|
|
1377
|
-
K(n), q(a);
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
const pt = /* @__PURE__ */ new Map();
|
|
1381
|
-
function Oe(t, { target: r, anchor: e, props: n = {}, events: a, context: o, intro: i = !0 }) {
|
|
1382
|
-
ar();
|
|
1383
|
-
var s = /* @__PURE__ */ new Set(), c = (f) => {
|
|
1384
|
-
for (var d = 0; d < f.length; d++) {
|
|
1385
|
-
var p = f[d];
|
|
1386
|
-
if (!s.has(p)) {
|
|
1387
|
-
s.add(p);
|
|
1388
|
-
var m = sn(p);
|
|
1389
|
-
r.addEventListener(p, xt, { passive: m });
|
|
1390
|
-
var h = pt.get(p);
|
|
1391
|
-
h === void 0 ? (document.addEventListener(p, xt, { passive: m }), pt.set(p, 1)) : pt.set(p, h + 1);
|
|
1392
|
-
}
|
|
1393
|
-
}
|
|
1394
|
-
};
|
|
1395
|
-
c(gr(Ne)), cr.add(c);
|
|
1396
|
-
var l = void 0, u = Rn(() => {
|
|
1397
|
-
var f = e ?? r.appendChild(et());
|
|
1398
|
-
return St(() => {
|
|
1399
|
-
if (o) {
|
|
1400
|
-
Ae({});
|
|
1401
|
-
var d = (
|
|
1402
|
-
/** @type {ComponentContext} */
|
|
1403
|
-
E
|
|
1404
|
-
);
|
|
1405
|
-
d.c = o;
|
|
1406
|
-
}
|
|
1407
|
-
a && (n.$$events = a), $ && U(
|
|
1408
|
-
/** @type {TemplateNode} */
|
|
1409
|
-
f,
|
|
1410
|
-
null
|
|
1411
|
-
), ur = i, l = t(f, n) || {}, ur = !0, $ && (x.nodes_end = y), o && ze();
|
|
1412
|
-
}), () => {
|
|
1413
|
-
var m;
|
|
1414
|
-
for (var d of s) {
|
|
1415
|
-
r.removeEventListener(d, xt);
|
|
1416
|
-
var p = (
|
|
1417
|
-
/** @type {number} */
|
|
1418
|
-
pt.get(d)
|
|
1419
|
-
);
|
|
1420
|
-
--p === 0 ? (document.removeEventListener(d, xt), pt.delete(d)) : pt.set(d, p);
|
|
1421
|
-
}
|
|
1422
|
-
cr.delete(c), f !== e && ((m = f.parentNode) == null || m.removeChild(f));
|
|
1423
|
-
};
|
|
1424
|
-
});
|
|
1425
|
-
return fr.set(l, u), l;
|
|
1426
|
-
}
|
|
1427
|
-
let fr = /* @__PURE__ */ new WeakMap();
|
|
1428
|
-
function ra(t, r) {
|
|
1429
|
-
const e = fr.get(t);
|
|
1430
|
-
return e ? (fr.delete(t), e(r)) : Promise.resolve();
|
|
1431
|
-
}
|
|
1432
|
-
function ea(t, r, e = !1) {
|
|
1433
|
-
$ && Gt();
|
|
1434
|
-
var n = t, a = null, o = null, i = M, s = e ? yr : 0, c = !1;
|
|
1435
|
-
const l = (f, d = !0) => {
|
|
1436
|
-
c = !0, u(d, f);
|
|
1437
|
-
}, u = (f, d) => {
|
|
1438
|
-
if (i === (i = f)) return;
|
|
1439
|
-
let p = !1;
|
|
1440
|
-
if ($) {
|
|
1441
|
-
const m = (
|
|
1442
|
-
/** @type {Comment} */
|
|
1443
|
-
n.data === hr
|
|
1444
|
-
);
|
|
1445
|
-
!!i === m && (n = nr(), q(n), K(!1), p = !0);
|
|
1446
|
-
}
|
|
1447
|
-
i ? (a ? Yt(a) : d && (a = St(() => d(n))), o && Ft(o, () => {
|
|
1448
|
-
o = null;
|
|
1449
|
-
})) : (o ? Yt(o) : d && (o = St(() => d(n))), a && Ft(a, () => {
|
|
1450
|
-
a = null;
|
|
1451
|
-
})), p && K(!0);
|
|
1452
|
-
};
|
|
1453
|
-
Sr(() => {
|
|
1454
|
-
c = !1, r(l), c || u(null, null);
|
|
1455
|
-
}, s), $ && (n = y);
|
|
1456
|
-
}
|
|
1457
|
-
function na(t, r) {
|
|
1458
|
-
return r;
|
|
1459
|
-
}
|
|
1460
|
-
function aa(t, r, e, n) {
|
|
1461
|
-
for (var a = [], o = r.length, i = 0; i < o; i++)
|
|
1462
|
-
Lr(r[i].e, a, !0);
|
|
1463
|
-
var s = o > 0 && a.length === 0 && e !== null;
|
|
1464
|
-
if (s) {
|
|
1465
|
-
var c = (
|
|
1466
|
-
/** @type {Element} */
|
|
1467
|
-
/** @type {Element} */
|
|
1468
|
-
e.parentNode
|
|
1469
|
-
);
|
|
1470
|
-
ae(c), c.append(
|
|
1471
|
-
/** @type {Element} */
|
|
1472
|
-
e
|
|
1473
|
-
), n.clear(), rt(t, r[0].prev, r[o - 1].next);
|
|
1474
|
-
}
|
|
1475
|
-
ve(a, () => {
|
|
1476
|
-
for (var l = 0; l < o; l++) {
|
|
1477
|
-
var u = r[l];
|
|
1478
|
-
s || (n.delete(u.k), rt(t, u.prev, u.next)), Z(u.e, !s);
|
|
1479
|
-
}
|
|
1480
|
-
});
|
|
1481
|
-
}
|
|
1482
|
-
function oa(t, r, e, n, a, o = null) {
|
|
1483
|
-
var i = t, s = { flags: r, items: /* @__PURE__ */ new Map(), first: null }, c = (r & Gr) !== 0;
|
|
1484
|
-
if (c) {
|
|
1485
|
-
var l = (
|
|
1486
|
-
/** @type {Element} */
|
|
1487
|
-
t
|
|
1488
|
-
);
|
|
1489
|
-
i = $ ? q(
|
|
1490
|
-
/** @type {Comment | Text} */
|
|
1491
|
-
/* @__PURE__ */ J(l)
|
|
1492
|
-
) : l.appendChild(et());
|
|
1493
|
-
}
|
|
1494
|
-
$ && Gt();
|
|
1495
|
-
var u = null, f = !1, d = /* @__PURE__ */ oe(() => {
|
|
1496
|
-
var p = e();
|
|
1497
|
-
return wr(p) ? p : p == null ? [] : gr(p);
|
|
1498
|
-
});
|
|
1499
|
-
Sr(() => {
|
|
1500
|
-
var p = N(d), m = p.length;
|
|
1501
|
-
if (f && m === 0)
|
|
1502
|
-
return;
|
|
1503
|
-
f = m === 0;
|
|
1504
|
-
let h = !1;
|
|
1505
|
-
if ($) {
|
|
1506
|
-
var S = (
|
|
1507
|
-
/** @type {Comment} */
|
|
1508
|
-
i.data === hr
|
|
1509
|
-
);
|
|
1510
|
-
S !== (m === 0) && (i = nr(), q(i), K(!1), h = !0);
|
|
1511
|
-
}
|
|
1512
|
-
if ($) {
|
|
1513
|
-
for (var w = null, g, b = 0; b < m; b++) {
|
|
1514
|
-
if (y.nodeType === 8 && /** @type {Comment} */
|
|
1515
|
-
y.data === vr) {
|
|
1516
|
-
i = /** @type {Comment} */
|
|
1517
|
-
y, h = !0, K(!1);
|
|
1518
|
-
break;
|
|
1519
|
-
}
|
|
1520
|
-
var A = p[b], v = n(A, b);
|
|
1521
|
-
g = Re(
|
|
1522
|
-
y,
|
|
1523
|
-
s,
|
|
1524
|
-
w,
|
|
1525
|
-
null,
|
|
1526
|
-
A,
|
|
1527
|
-
v,
|
|
1528
|
-
b,
|
|
1529
|
-
a,
|
|
1530
|
-
r
|
|
1531
|
-
), s.items.set(v, g), w = g;
|
|
1532
|
-
}
|
|
1533
|
-
m > 0 && q(nr());
|
|
1534
|
-
}
|
|
1535
|
-
if (!$) {
|
|
1536
|
-
var _ = (
|
|
1537
|
-
/** @type {Effect} */
|
|
1538
|
-
k
|
|
1539
|
-
);
|
|
1540
|
-
ia(
|
|
1541
|
-
p,
|
|
1542
|
-
s,
|
|
1543
|
-
i,
|
|
1544
|
-
a,
|
|
1545
|
-
r,
|
|
1546
|
-
(_.f & B) !== 0,
|
|
1547
|
-
n
|
|
1548
|
-
);
|
|
1549
|
-
}
|
|
1550
|
-
o !== null && (m === 0 ? u ? Yt(u) : u = St(() => o(i)) : u !== null && Ft(u, () => {
|
|
1551
|
-
u = null;
|
|
1552
|
-
})), h && K(!0), N(d);
|
|
1553
|
-
}), $ && (i = y);
|
|
1554
|
-
}
|
|
1555
|
-
function ia(t, r, e, n, a, o, i, s) {
|
|
1556
|
-
var Mr, Or, Rr, Ir;
|
|
1557
|
-
var c = (a & Ue) !== 0, l = (a & (dr | mr)) !== 0, u = t.length, f = r.items, d = r.first, p = d, m, h = null, S, w = [], g = [], b, A, v, _;
|
|
1558
|
-
if (c)
|
|
1559
|
-
for (_ = 0; _ < u; _ += 1)
|
|
1560
|
-
b = t[_], A = i(b, _), v = f.get(A), v !== void 0 && ((Mr = v.a) == null || Mr.measure(), (S ?? (S = /* @__PURE__ */ new Set())).add(v));
|
|
1561
|
-
for (_ = 0; _ < u; _ += 1) {
|
|
1562
|
-
if (b = t[_], A = i(b, _), v = f.get(A), v === void 0) {
|
|
1563
|
-
var ut = p ? (
|
|
1564
|
-
/** @type {TemplateNode} */
|
|
1565
|
-
p.e.nodes_start
|
|
1566
|
-
) : e;
|
|
1567
|
-
h = Re(
|
|
1568
|
-
ut,
|
|
1569
|
-
r,
|
|
1570
|
-
h,
|
|
1571
|
-
h === null ? r.first : h.next,
|
|
1572
|
-
b,
|
|
1573
|
-
A,
|
|
1574
|
-
_,
|
|
1575
|
-
n,
|
|
1576
|
-
a
|
|
1577
|
-
), f.set(A, h), w = [], g = [], p = h.next;
|
|
1578
|
-
continue;
|
|
1579
|
-
}
|
|
1580
|
-
if (l && sa(v, b, _, a), v.e.f & B && (Yt(v.e), c && ((Or = v.a) == null || Or.unfix(), (S ?? (S = /* @__PURE__ */ new Set())).delete(v))), v !== p) {
|
|
1581
|
-
if (m !== void 0 && m.has(v)) {
|
|
1582
|
-
if (w.length < g.length) {
|
|
1583
|
-
var L = g[0], z;
|
|
1584
|
-
h = L.prev;
|
|
1585
|
-
var ft = w[0], Jt = w[w.length - 1];
|
|
1586
|
-
for (z = 0; z < w.length; z += 1)
|
|
1587
|
-
Hr(w[z], L, e);
|
|
1588
|
-
for (z = 0; z < g.length; z += 1)
|
|
1589
|
-
m.delete(g[z]);
|
|
1590
|
-
rt(r, ft.prev, Jt.next), rt(r, h, ft), rt(r, Jt, L), p = L, h = Jt, _ -= 1, w = [], g = [];
|
|
1591
|
-
} else
|
|
1592
|
-
m.delete(v), Hr(v, p, e), rt(r, v.prev, v.next), rt(r, v, h === null ? r.first : h.next), rt(r, h, v), h = v;
|
|
1593
|
-
continue;
|
|
1594
|
-
}
|
|
1595
|
-
for (w = [], g = []; p !== null && p.k !== A; )
|
|
1596
|
-
(o || !(p.e.f & B)) && (m ?? (m = /* @__PURE__ */ new Set())).add(p), g.push(p), p = p.next;
|
|
1597
|
-
if (p === null)
|
|
1598
|
-
continue;
|
|
1599
|
-
v = p;
|
|
1600
|
-
}
|
|
1601
|
-
w.push(v), h = v, p = v.next;
|
|
1602
|
-
}
|
|
1603
|
-
if (p !== null || m !== void 0) {
|
|
1604
|
-
for (var yt = m === void 0 ? [] : gr(m); p !== null; )
|
|
1605
|
-
(o || !(p.e.f & B)) && yt.push(p), p = p.next;
|
|
1606
|
-
var Zt = yt.length;
|
|
1607
|
-
if (Zt > 0) {
|
|
1608
|
-
var Fe = a & Gr && u === 0 ? e : null;
|
|
1609
|
-
if (c) {
|
|
1610
|
-
for (_ = 0; _ < Zt; _ += 1)
|
|
1611
|
-
(Rr = yt[_].a) == null || Rr.measure();
|
|
1612
|
-
for (_ = 0; _ < Zt; _ += 1)
|
|
1613
|
-
(Ir = yt[_].a) == null || Ir.fix();
|
|
1614
|
-
}
|
|
1615
|
-
aa(r, yt, Fe, f);
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
c && Ar(() => {
|
|
1619
|
-
var Dr;
|
|
1620
|
-
if (S !== void 0)
|
|
1621
|
-
for (v of S)
|
|
1622
|
-
(Dr = v.a) == null || Dr.apply();
|
|
1623
|
-
}), x.first = r.first && r.first.e, x.last = h && h.e;
|
|
1624
|
-
}
|
|
1625
|
-
function sa(t, r, e, n) {
|
|
1626
|
-
n & dr && er(t.v, r), n & mr ? er(
|
|
1627
|
-
/** @type {Value<number>} */
|
|
1628
|
-
t.i,
|
|
1629
|
-
e
|
|
1630
|
-
) : t.i = e;
|
|
1631
|
-
}
|
|
1632
|
-
function Re(t, r, e, n, a, o, i, s, c, l) {
|
|
1633
|
-
var u = (c & dr) !== 0, f = (c & Ve) === 0, d = u ? f ? /* @__PURE__ */ Vt(a) : I(a) : a, p = c & mr ? I(i) : i, m = {
|
|
1634
|
-
i: p,
|
|
1635
|
-
v: d,
|
|
1636
|
-
k: o,
|
|
1637
|
-
a: null,
|
|
1638
|
-
// @ts-expect-error
|
|
1639
|
-
e: null,
|
|
1640
|
-
prev: e,
|
|
1641
|
-
next: n
|
|
1642
|
-
};
|
|
1643
|
-
try {
|
|
1644
|
-
return m.e = St(() => s(t, d, p), $), m.e.prev = e && e.e, m.e.next = n && n.e, e === null ? r.first = m : (e.next = m, e.e.next = m.e), n !== null && (n.prev = m, n.e.prev = m.e), m;
|
|
1645
|
-
} finally {
|
|
1646
|
-
}
|
|
1647
|
-
}
|
|
1648
|
-
function Hr(t, r, e) {
|
|
1649
|
-
for (var n = t.next ? (
|
|
1650
|
-
/** @type {TemplateNode} */
|
|
1651
|
-
t.next.e.nodes_start
|
|
1652
|
-
) : e, a = r ? (
|
|
1653
|
-
/** @type {TemplateNode} */
|
|
1654
|
-
r.e.nodes_start
|
|
1655
|
-
) : e, o = (
|
|
1656
|
-
/** @type {TemplateNode} */
|
|
1657
|
-
t.e.nodes_start
|
|
1658
|
-
); o !== n; ) {
|
|
1659
|
-
var i = (
|
|
1660
|
-
/** @type {TemplateNode} */
|
|
1661
|
-
/* @__PURE__ */ tt(o)
|
|
1662
|
-
);
|
|
1663
|
-
a.before(o), o = i;
|
|
1664
|
-
}
|
|
1665
|
-
}
|
|
1666
|
-
function rt(t, r, e) {
|
|
1667
|
-
r === null ? t.first = e : (r.next = e, r.e.next = e && e.e), e !== null && (e.prev = r, e.e.prev = r && r.e);
|
|
1668
|
-
}
|
|
1669
|
-
function Ie(t) {
|
|
1670
|
-
var r, e, n = "";
|
|
1671
|
-
if (typeof t == "string" || typeof t == "number") n += t;
|
|
1672
|
-
else if (typeof t == "object") if (Array.isArray(t)) {
|
|
1673
|
-
var a = t.length;
|
|
1674
|
-
for (r = 0; r < a; r++) t[r] && (e = Ie(t[r])) && (n && (n += " "), n += e);
|
|
1675
|
-
} else for (e in t) t[e] && (n && (n += " "), n += e);
|
|
1676
|
-
return n;
|
|
1677
|
-
}
|
|
1678
|
-
function la() {
|
|
1679
|
-
for (var t, r, e = 0, n = "", a = arguments.length; e < a; e++) (t = arguments[e]) && (r = Ie(t)) && (n && (n += " "), n += r);
|
|
1680
|
-
return n;
|
|
1681
|
-
}
|
|
1682
|
-
function ca(t) {
|
|
1683
|
-
return typeof t == "object" ? la(t) : t ?? "";
|
|
1684
|
-
}
|
|
1685
|
-
function ua(t, r) {
|
|
1686
|
-
r ? t.hasAttribute("selected") || t.setAttribute("selected", "") : t.removeAttribute("selected");
|
|
1687
|
-
}
|
|
1688
|
-
function It(t, r, e, n) {
|
|
1689
|
-
var a = t.__attributes ?? (t.__attributes = {});
|
|
1690
|
-
$ && (a[r] = t.getAttribute(r), r === "src" || r === "srcset" || r === "href" && t.nodeName === "LINK") || a[r] !== (a[r] = e) && (r === "style" && "__styles" in t && (t.__styles = {}), r === "loading" && (t[vn] = e), e == null ? t.removeAttribute(r) : typeof e != "string" && De(t).includes(r) ? t[r] = e : t.setAttribute(r, e));
|
|
1691
|
-
}
|
|
1692
|
-
function Va(t, r, e, n, a = !1, o = !1, i = !1) {
|
|
1693
|
-
var s = r || {}, c = t.tagName === "OPTION";
|
|
1694
|
-
for (var l in r)
|
|
1695
|
-
l in e || (e[l] = null);
|
|
1696
|
-
e.class && (e.class = ca(e.class));
|
|
1697
|
-
var u = De(t), f = (
|
|
1698
|
-
/** @type {Record<string, unknown>} **/
|
|
1699
|
-
t.__attributes ?? (t.__attributes = {})
|
|
1700
|
-
);
|
|
1701
|
-
for (const w in e) {
|
|
1702
|
-
let g = e[w];
|
|
1703
|
-
if (c && w === "value" && g == null) {
|
|
1704
|
-
t.value = t.__value = "", s[w] = g;
|
|
1705
|
-
continue;
|
|
1706
|
-
}
|
|
1707
|
-
var d = s[w];
|
|
1708
|
-
if (g !== d) {
|
|
1709
|
-
s[w] = g;
|
|
1710
|
-
var p = w[0] + w[1];
|
|
1711
|
-
if (p !== "$$") {
|
|
1712
|
-
if (p === "on") {
|
|
1713
|
-
const b = {}, A = "$$" + w;
|
|
1714
|
-
let v = w.slice(2);
|
|
1715
|
-
var m = en(v);
|
|
1716
|
-
if (tn(v) && (v = v.slice(0, -7), b.capture = !0), !m && d) {
|
|
1717
|
-
if (g != null) continue;
|
|
1718
|
-
t.removeEventListener(v, s[A], b), s[A] = null;
|
|
1719
|
-
}
|
|
1720
|
-
if (g != null)
|
|
1721
|
-
if (m)
|
|
1722
|
-
t[`__${v}`] = g, Zn([v]);
|
|
1723
|
-
else {
|
|
1724
|
-
let _ = function(ut) {
|
|
1725
|
-
s[w].call(this, ut);
|
|
1726
|
-
};
|
|
1727
|
-
s[A] = Te(v, t, _, b);
|
|
1728
|
-
}
|
|
1729
|
-
else m && (t[`__${v}`] = void 0);
|
|
1730
|
-
} else if (w === "style" && g != null)
|
|
1731
|
-
t.style.cssText = g + "";
|
|
1732
|
-
else if (w === "autofocus")
|
|
1733
|
-
Kn(
|
|
1734
|
-
/** @type {HTMLElement} */
|
|
1735
|
-
t,
|
|
1736
|
-
!!g
|
|
1737
|
-
);
|
|
1738
|
-
else if (w === "__value" || w === "value" && g != null)
|
|
1739
|
-
t.value = t[w] = t.__value = g;
|
|
1740
|
-
else if (w === "selected" && c)
|
|
1741
|
-
ua(
|
|
1742
|
-
/** @type {HTMLOptionElement} */
|
|
1743
|
-
t,
|
|
1744
|
-
g
|
|
1745
|
-
);
|
|
1746
|
-
else {
|
|
1747
|
-
var h = w;
|
|
1748
|
-
a || (h = an(h));
|
|
1749
|
-
var S = h === "defaultValue" || h === "defaultChecked";
|
|
1750
|
-
if (g == null && !o && !S)
|
|
1751
|
-
if (f[w] = null, h === "value" || h === "checked") {
|
|
1752
|
-
let b = (
|
|
1753
|
-
/** @type {HTMLInputElement} */
|
|
1754
|
-
t
|
|
1755
|
-
);
|
|
1756
|
-
if (h === "value") {
|
|
1757
|
-
let A = b.defaultValue;
|
|
1758
|
-
b.removeAttribute(h), b.defaultValue = A;
|
|
1759
|
-
} else {
|
|
1760
|
-
let A = b.defaultChecked;
|
|
1761
|
-
b.removeAttribute(h), b.defaultChecked = A;
|
|
1762
|
-
}
|
|
1763
|
-
} else
|
|
1764
|
-
t.removeAttribute(w);
|
|
1765
|
-
else S || u.includes(h) && (o || typeof g != "string") ? t[h] = g : typeof g != "function" && ($ && (h === "src" || h === "href" || h === "srcset") || It(t, h, g));
|
|
1766
|
-
}
|
|
1767
|
-
w === "style" && "__styles" in t && (t.__styles = {});
|
|
1768
|
-
}
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1771
|
-
return s;
|
|
1772
|
-
}
|
|
1773
|
-
var Ur = /* @__PURE__ */ new Map();
|
|
1774
|
-
function De(t) {
|
|
1775
|
-
var r = Ur.get(t.nodeName);
|
|
1776
|
-
if (r) return r;
|
|
1777
|
-
Ur.set(t.nodeName, r = []);
|
|
1778
|
-
for (var e, n = t, a = Element.prototype; a !== n; ) {
|
|
1779
|
-
e = Wr(n);
|
|
1780
|
-
for (var o in e)
|
|
1781
|
-
e[o].set && r.push(o);
|
|
1782
|
-
n = br(n);
|
|
1783
|
-
}
|
|
1784
|
-
return r;
|
|
1785
|
-
}
|
|
1786
|
-
function Ga(t, r, e) {
|
|
1787
|
-
var n = t.__className, a = fa(r);
|
|
1788
|
-
$ && t.className === a ? t.__className = a : (n !== a || $ && t.className !== a) && (r == null ? t.removeAttribute("class") : t.className = a, t.__className = a);
|
|
1789
|
-
}
|
|
1790
|
-
function fa(t, r) {
|
|
1791
|
-
return (t ?? "") + "";
|
|
1792
|
-
}
|
|
1793
|
-
function Xa(t, r, e) {
|
|
1794
|
-
if (e) {
|
|
1795
|
-
if (t.classList.contains(r)) return;
|
|
1796
|
-
t.classList.add(r);
|
|
1797
|
-
} else {
|
|
1798
|
-
if (!t.classList.contains(r)) return;
|
|
1799
|
-
t.classList.remove(r);
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
function Pe(t, r, e) {
|
|
1803
|
-
if (t == null)
|
|
1804
|
-
return r(void 0), ht;
|
|
1805
|
-
const n = sr(
|
|
1806
|
-
() => t.subscribe(
|
|
1807
|
-
r,
|
|
1808
|
-
// @ts-expect-error
|
|
1809
|
-
e
|
|
1810
|
-
)
|
|
1811
|
-
);
|
|
1812
|
-
return n.unsubscribe ? () => n.unsubscribe() : n;
|
|
1813
|
-
}
|
|
1814
|
-
const dt = [];
|
|
1815
|
-
function Wa(t, r = ht) {
|
|
1816
|
-
let e = null;
|
|
1817
|
-
const n = /* @__PURE__ */ new Set();
|
|
1818
|
-
function a(s) {
|
|
1819
|
-
if (te(t, s) && (t = s, e)) {
|
|
1820
|
-
const c = !dt.length;
|
|
1821
|
-
for (const l of n)
|
|
1822
|
-
l[1](), dt.push(l, t);
|
|
1823
|
-
if (c) {
|
|
1824
|
-
for (let l = 0; l < dt.length; l += 2)
|
|
1825
|
-
dt[l][0](dt[l + 1]);
|
|
1826
|
-
dt.length = 0;
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
}
|
|
1830
|
-
function o(s) {
|
|
1831
|
-
a(s(
|
|
1832
|
-
/** @type {T} */
|
|
1833
|
-
t
|
|
1834
|
-
));
|
|
1835
|
-
}
|
|
1836
|
-
function i(s, c = ht) {
|
|
1837
|
-
const l = [s, c];
|
|
1838
|
-
return n.add(l), n.size === 1 && (e = r(a, o) || ht), s(
|
|
1839
|
-
/** @type {T} */
|
|
1840
|
-
t
|
|
1841
|
-
), () => {
|
|
1842
|
-
n.delete(l), n.size === 0 && e && (e(), e = null);
|
|
1843
|
-
};
|
|
1844
|
-
}
|
|
1845
|
-
return { set: a, update: o, subscribe: i };
|
|
1846
|
-
}
|
|
1847
|
-
function pa(t) {
|
|
1848
|
-
let r;
|
|
1849
|
-
return Pe(t, (e) => r = e)(), r;
|
|
1850
|
-
}
|
|
1851
|
-
let Mt = !1, pr = Symbol();
|
|
1852
|
-
function Ka(t, r, e) {
|
|
1853
|
-
const n = e[r] ?? (e[r] = {
|
|
1854
|
-
store: null,
|
|
1855
|
-
source: /* @__PURE__ */ Vt(void 0),
|
|
1856
|
-
unsubscribe: ht
|
|
1857
|
-
});
|
|
1858
|
-
if (n.store !== t && !(pr in e))
|
|
1859
|
-
if (n.unsubscribe(), n.store = t ?? null, t == null)
|
|
1860
|
-
n.source.v = void 0, n.unsubscribe = ht;
|
|
1861
|
-
else {
|
|
1862
|
-
var a = !0;
|
|
1863
|
-
n.unsubscribe = Pe(t, (o) => {
|
|
1864
|
-
a ? n.source.v = o : F(n.source, o);
|
|
1865
|
-
}), a = !1;
|
|
1866
|
-
}
|
|
1867
|
-
return t && pr in e ? pa(t) : N(n.source);
|
|
1868
|
-
}
|
|
1869
|
-
function Ja() {
|
|
1870
|
-
const t = {};
|
|
1871
|
-
function r() {
|
|
1872
|
-
Er(() => {
|
|
1873
|
-
for (var e in t)
|
|
1874
|
-
t[e].unsubscribe();
|
|
1875
|
-
Et(t, pr, {
|
|
1876
|
-
enumerable: !1,
|
|
1877
|
-
value: !0
|
|
1878
|
-
});
|
|
1879
|
-
});
|
|
1880
|
-
}
|
|
1881
|
-
return [t, r];
|
|
1882
|
-
}
|
|
1883
|
-
function da(t) {
|
|
1884
|
-
var r = Mt;
|
|
1885
|
-
try {
|
|
1886
|
-
return Mt = !1, [t(), Mt];
|
|
1887
|
-
} finally {
|
|
1888
|
-
Mt = r;
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
function Vr(t) {
|
|
1892
|
-
for (var r = x, e = x; r !== null && !(r.f & (G | st)); )
|
|
1893
|
-
r = r.parent;
|
|
1894
|
-
try {
|
|
1895
|
-
return V(r), t();
|
|
1896
|
-
} finally {
|
|
1897
|
-
V(e);
|
|
1898
|
-
}
|
|
1899
|
-
}
|
|
1900
|
-
function ma(t, r, e, n) {
|
|
1901
|
-
var ut;
|
|
1902
|
-
var a = (e & Ge) !== 0, o = !Tt || (e & Xe) !== 0, i = (e & Ke) !== 0, s = (e & Je) !== 0, c = !1, l;
|
|
1903
|
-
i ? [l, c] = da(() => (
|
|
1904
|
-
/** @type {V} */
|
|
1905
|
-
t[r]
|
|
1906
|
-
)) : l = /** @type {V} */
|
|
1907
|
-
t[r];
|
|
1908
|
-
var u = vt in t || Zr in t, f = i && (((ut = it(t, r)) == null ? void 0 : ut.set) ?? (u && r in t && ((L) => t[r] = L))) || void 0, d = (
|
|
1909
|
-
/** @type {V} */
|
|
1910
|
-
n
|
|
1911
|
-
), p = !0, m = !1, h = () => (m = !0, p && (p = !1, s ? d = sr(
|
|
1912
|
-
/** @type {() => V} */
|
|
1913
|
-
n
|
|
1914
|
-
) : d = /** @type {V} */
|
|
1915
|
-
n), d);
|
|
1916
|
-
l === void 0 && n !== void 0 && (f && o && xn(), l = h(), f && f(l));
|
|
1917
|
-
var S;
|
|
1918
|
-
if (o)
|
|
1919
|
-
S = () => {
|
|
1920
|
-
var L = (
|
|
1921
|
-
/** @type {V} */
|
|
1922
|
-
t[r]
|
|
1923
|
-
);
|
|
1924
|
-
return L === void 0 ? h() : (p = !0, m = !1, L);
|
|
1925
|
-
};
|
|
1926
|
-
else {
|
|
1927
|
-
var w = Vr(
|
|
1928
|
-
() => (a ? or : oe)(() => (
|
|
1929
|
-
/** @type {V} */
|
|
1930
|
-
t[r]
|
|
1931
|
-
))
|
|
1932
|
-
);
|
|
1933
|
-
w.f |= mn, S = () => {
|
|
1934
|
-
var L = N(w);
|
|
1935
|
-
return L !== void 0 && (d = /** @type {V} */
|
|
1936
|
-
void 0), L === void 0 ? d : L;
|
|
1937
|
-
};
|
|
1938
|
-
}
|
|
1939
|
-
if (!(e & We))
|
|
1940
|
-
return S;
|
|
1941
|
-
if (f) {
|
|
1942
|
-
var g = t.$$legacy;
|
|
1943
|
-
return function(L, z) {
|
|
1944
|
-
return arguments.length > 0 ? ((!o || !z || g || c) && f(z ? S() : L), L) : S();
|
|
1945
|
-
};
|
|
1946
|
-
}
|
|
1947
|
-
var b = !1, A = !1, v = /* @__PURE__ */ Vt(l), _ = Vr(
|
|
1948
|
-
() => /* @__PURE__ */ or(() => {
|
|
1949
|
-
var L = S(), z = N(v);
|
|
1950
|
-
return b ? (b = !1, A = !0, z) : (A = !1, v.v = L);
|
|
1951
|
-
})
|
|
1952
|
-
);
|
|
1953
|
-
return a || (_.equals = xr), function(L, z) {
|
|
1954
|
-
if (arguments.length > 0) {
|
|
1955
|
-
const ft = z ? N(_) : o && i ? mt(L) : L;
|
|
1956
|
-
return _.equals(ft) || (b = !0, F(v, ft), m && d !== void 0 && (d = ft), sr(() => N(_))), L;
|
|
1957
|
-
}
|
|
1958
|
-
return N(_);
|
|
1959
|
-
};
|
|
1960
|
-
}
|
|
1961
|
-
function ha(t) {
|
|
1962
|
-
return new va(t);
|
|
1963
|
-
}
|
|
1964
|
-
var W, P;
|
|
1965
|
-
class va {
|
|
1966
|
-
/**
|
|
1967
|
-
* @param {ComponentConstructorOptions & {
|
|
1968
|
-
* component: any;
|
|
1969
|
-
* }} options
|
|
1970
|
-
*/
|
|
1971
|
-
constructor(r) {
|
|
1972
|
-
/** @type {any} */
|
|
1973
|
-
Qt(this, W);
|
|
1974
|
-
/** @type {Record<string, any>} */
|
|
1975
|
-
Qt(this, P);
|
|
1976
|
-
var o;
|
|
1977
|
-
var e = /* @__PURE__ */ new Map(), n = (i, s) => {
|
|
1978
|
-
var c = /* @__PURE__ */ Vt(s);
|
|
1979
|
-
return e.set(i, c), c;
|
|
1980
|
-
};
|
|
1981
|
-
const a = new Proxy(
|
|
1982
|
-
{ ...r.props || {}, $$events: {} },
|
|
1983
|
-
{
|
|
1984
|
-
get(i, s) {
|
|
1985
|
-
return N(e.get(s) ?? n(s, Reflect.get(i, s)));
|
|
1986
|
-
},
|
|
1987
|
-
has(i, s) {
|
|
1988
|
-
return s === Zr ? !0 : (N(e.get(s) ?? n(s, Reflect.get(i, s))), Reflect.has(i, s));
|
|
1989
|
-
},
|
|
1990
|
-
set(i, s, c) {
|
|
1991
|
-
return F(e.get(s) ?? n(s, c), c), Reflect.set(i, s, c);
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
|
-
);
|
|
1995
|
-
tr(this, P, (r.hydrate ? ta : Me)(r.component, {
|
|
1996
|
-
target: r.target,
|
|
1997
|
-
anchor: r.anchor,
|
|
1998
|
-
props: a,
|
|
1999
|
-
context: r.context,
|
|
2000
|
-
intro: r.intro ?? !1,
|
|
2001
|
-
recover: r.recover
|
|
2002
|
-
})), (!((o = r == null ? void 0 : r.props) != null && o.$$host) || r.sync === !1) && Tr(), tr(this, W, a.$$events);
|
|
2003
|
-
for (const i of Object.keys(C(this, P)))
|
|
2004
|
-
i === "$set" || i === "$destroy" || i === "$on" || Et(this, i, {
|
|
2005
|
-
get() {
|
|
2006
|
-
return C(this, P)[i];
|
|
2007
|
-
},
|
|
2008
|
-
/** @param {any} value */
|
|
2009
|
-
set(s) {
|
|
2010
|
-
C(this, P)[i] = s;
|
|
2011
|
-
},
|
|
2012
|
-
enumerable: !0
|
|
2013
|
-
});
|
|
2014
|
-
C(this, P).$set = /** @param {Record<string, any>} next */
|
|
2015
|
-
(i) => {
|
|
2016
|
-
Object.assign(a, i);
|
|
2017
|
-
}, C(this, P).$destroy = () => {
|
|
2018
|
-
ra(C(this, P));
|
|
2019
|
-
};
|
|
2020
|
-
}
|
|
2021
|
-
/** @param {Record<string, any>} props */
|
|
2022
|
-
$set(r) {
|
|
2023
|
-
C(this, P).$set(r);
|
|
2024
|
-
}
|
|
2025
|
-
/**
|
|
2026
|
-
* @param {string} event
|
|
2027
|
-
* @param {(...args: any[]) => any} callback
|
|
2028
|
-
* @returns {any}
|
|
2029
|
-
*/
|
|
2030
|
-
$on(r, e) {
|
|
2031
|
-
C(this, W)[r] = C(this, W)[r] || [];
|
|
2032
|
-
const n = (...a) => e.call(this, ...a);
|
|
2033
|
-
return C(this, W)[r].push(n), () => {
|
|
2034
|
-
C(this, W)[r] = C(this, W)[r].filter(
|
|
2035
|
-
/** @param {any} fn */
|
|
2036
|
-
(a) => a !== n
|
|
2037
|
-
);
|
|
2038
|
-
};
|
|
2039
|
-
}
|
|
2040
|
-
$destroy() {
|
|
2041
|
-
C(this, P).$destroy();
|
|
2042
|
-
}
|
|
2043
|
-
}
|
|
2044
|
-
W = new WeakMap(), P = new WeakMap();
|
|
2045
|
-
let qe;
|
|
2046
|
-
typeof HTMLElement == "function" && (qe = class extends HTMLElement {
|
|
2047
|
-
/**
|
|
2048
|
-
* @param {*} $$componentCtor
|
|
2049
|
-
* @param {*} $$slots
|
|
2050
|
-
* @param {*} use_shadow_dom
|
|
2051
|
-
*/
|
|
2052
|
-
constructor(r, e, n) {
|
|
2053
|
-
super();
|
|
2054
|
-
/** The Svelte component constructor */
|
|
2055
|
-
j(this, "$$ctor");
|
|
2056
|
-
/** Slots */
|
|
2057
|
-
j(this, "$$s");
|
|
2058
|
-
/** @type {any} The Svelte component instance */
|
|
2059
|
-
j(this, "$$c");
|
|
2060
|
-
/** Whether or not the custom element is connected */
|
|
2061
|
-
j(this, "$$cn", !1);
|
|
2062
|
-
/** @type {Record<string, any>} Component props data */
|
|
2063
|
-
j(this, "$$d", {});
|
|
2064
|
-
/** `true` if currently in the process of reflecting component props back to attributes */
|
|
2065
|
-
j(this, "$$r", !1);
|
|
2066
|
-
/** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
|
|
2067
|
-
j(this, "$$p_d", {});
|
|
2068
|
-
/** @type {Record<string, EventListenerOrEventListenerObject[]>} Event listeners */
|
|
2069
|
-
j(this, "$$l", {});
|
|
2070
|
-
/** @type {Map<EventListenerOrEventListenerObject, Function>} Event listener unsubscribe functions */
|
|
2071
|
-
j(this, "$$l_u", /* @__PURE__ */ new Map());
|
|
2072
|
-
/** @type {any} The managed render effect for reflecting attributes */
|
|
2073
|
-
j(this, "$$me");
|
|
2074
|
-
this.$$ctor = r, this.$$s = e, n && this.attachShadow({ mode: "open" });
|
|
2075
|
-
}
|
|
2076
|
-
/**
|
|
2077
|
-
* @param {string} type
|
|
2078
|
-
* @param {EventListenerOrEventListenerObject} listener
|
|
2079
|
-
* @param {boolean | AddEventListenerOptions} [options]
|
|
2080
|
-
*/
|
|
2081
|
-
addEventListener(r, e, n) {
|
|
2082
|
-
if (this.$$l[r] = this.$$l[r] || [], this.$$l[r].push(e), this.$$c) {
|
|
2083
|
-
const a = this.$$c.$on(r, e);
|
|
2084
|
-
this.$$l_u.set(e, a);
|
|
2085
|
-
}
|
|
2086
|
-
super.addEventListener(r, e, n);
|
|
2087
|
-
}
|
|
2088
|
-
/**
|
|
2089
|
-
* @param {string} type
|
|
2090
|
-
* @param {EventListenerOrEventListenerObject} listener
|
|
2091
|
-
* @param {boolean | AddEventListenerOptions} [options]
|
|
2092
|
-
*/
|
|
2093
|
-
removeEventListener(r, e, n) {
|
|
2094
|
-
if (super.removeEventListener(r, e, n), this.$$c) {
|
|
2095
|
-
const a = this.$$l_u.get(e);
|
|
2096
|
-
a && (a(), this.$$l_u.delete(e));
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
async connectedCallback() {
|
|
2100
|
-
if (this.$$cn = !0, !this.$$c) {
|
|
2101
|
-
let r = function(a) {
|
|
2102
|
-
return (o) => {
|
|
2103
|
-
const i = document.createElement("slot");
|
|
2104
|
-
a !== "default" && (i.name = a), $t(o, i);
|
|
2105
|
-
};
|
|
2106
|
-
};
|
|
2107
|
-
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
2108
|
-
return;
|
|
2109
|
-
const e = {}, n = wa(this);
|
|
2110
|
-
for (const a of this.$$s)
|
|
2111
|
-
a in n && (a === "default" && !this.$$d.children ? (this.$$d.children = r(a), e.default = !0) : e[a] = r(a));
|
|
2112
|
-
for (const a of this.attributes) {
|
|
2113
|
-
const o = this.$$g_p(a.name);
|
|
2114
|
-
o in this.$$d || (this.$$d[o] = Dt(o, a.value, this.$$p_d, "toProp"));
|
|
2115
|
-
}
|
|
2116
|
-
for (const a in this.$$p_d)
|
|
2117
|
-
!(a in this.$$d) && this[a] !== void 0 && (this.$$d[a] = this[a], delete this[a]);
|
|
2118
|
-
this.$$c = ha({
|
|
2119
|
-
component: this.$$ctor,
|
|
2120
|
-
target: this.shadowRoot || this,
|
|
2121
|
-
props: {
|
|
2122
|
-
...this.$$d,
|
|
2123
|
-
$$slots: e,
|
|
2124
|
-
$$host: this
|
|
2125
|
-
}
|
|
2126
|
-
}), this.$$me = On(() => {
|
|
2127
|
-
fe(() => {
|
|
2128
|
-
var a;
|
|
2129
|
-
this.$$r = !0;
|
|
2130
|
-
for (const o of Pt(this.$$c)) {
|
|
2131
|
-
if (!((a = this.$$p_d[o]) != null && a.reflect)) continue;
|
|
2132
|
-
this.$$d[o] = this.$$c[o];
|
|
2133
|
-
const i = Dt(
|
|
2134
|
-
o,
|
|
2135
|
-
this.$$d[o],
|
|
2136
|
-
this.$$p_d,
|
|
2137
|
-
"toAttribute"
|
|
2138
|
-
);
|
|
2139
|
-
i == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, i);
|
|
2140
|
-
}
|
|
2141
|
-
this.$$r = !1;
|
|
2142
|
-
});
|
|
2143
|
-
});
|
|
2144
|
-
for (const a in this.$$l)
|
|
2145
|
-
for (const o of this.$$l[a]) {
|
|
2146
|
-
const i = this.$$c.$on(a, o);
|
|
2147
|
-
this.$$l_u.set(o, i);
|
|
2148
|
-
}
|
|
2149
|
-
this.$$l = {};
|
|
2150
|
-
}
|
|
2151
|
-
}
|
|
2152
|
-
// We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
|
|
2153
|
-
// and setting attributes through setAttribute etc, this is helpful
|
|
2154
|
-
/**
|
|
2155
|
-
* @param {string} attr
|
|
2156
|
-
* @param {string} _oldValue
|
|
2157
|
-
* @param {string} newValue
|
|
2158
|
-
*/
|
|
2159
|
-
attributeChangedCallback(r, e, n) {
|
|
2160
|
-
var a;
|
|
2161
|
-
this.$$r || (r = this.$$g_p(r), this.$$d[r] = Dt(r, n, this.$$p_d, "toProp"), (a = this.$$c) == null || a.$set({ [r]: this.$$d[r] }));
|
|
2162
|
-
}
|
|
2163
|
-
disconnectedCallback() {
|
|
2164
|
-
this.$$cn = !1, Promise.resolve().then(() => {
|
|
2165
|
-
!this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$me(), this.$$c = void 0);
|
|
2166
|
-
});
|
|
2167
|
-
}
|
|
2168
|
-
/**
|
|
2169
|
-
* @param {string} attribute_name
|
|
2170
|
-
*/
|
|
2171
|
-
$$g_p(r) {
|
|
2172
|
-
return Pt(this.$$p_d).find(
|
|
2173
|
-
(e) => this.$$p_d[e].attribute === r || !this.$$p_d[e].attribute && e.toLowerCase() === r
|
|
2174
|
-
) || r;
|
|
2175
|
-
}
|
|
2176
|
-
});
|
|
2177
|
-
function Dt(t, r, e, n) {
|
|
2178
|
-
var o;
|
|
2179
|
-
const a = (o = e[t]) == null ? void 0 : o.type;
|
|
2180
|
-
if (r = a === "Boolean" && typeof r != "boolean" ? r != null : r, !n || !e[t])
|
|
2181
|
-
return r;
|
|
2182
|
-
if (n === "toAttribute")
|
|
2183
|
-
switch (a) {
|
|
2184
|
-
case "Object":
|
|
2185
|
-
case "Array":
|
|
2186
|
-
return r == null ? null : JSON.stringify(r);
|
|
2187
|
-
case "Boolean":
|
|
2188
|
-
return r ? "" : null;
|
|
2189
|
-
case "Number":
|
|
2190
|
-
return r ?? null;
|
|
2191
|
-
default:
|
|
2192
|
-
return r;
|
|
2193
|
-
}
|
|
2194
|
-
else
|
|
2195
|
-
switch (a) {
|
|
2196
|
-
case "Object":
|
|
2197
|
-
case "Array":
|
|
2198
|
-
return r && JSON.parse(r);
|
|
2199
|
-
case "Boolean":
|
|
2200
|
-
return r;
|
|
2201
|
-
case "Number":
|
|
2202
|
-
return r != null ? +r : r;
|
|
2203
|
-
default:
|
|
2204
|
-
return r;
|
|
2205
|
-
}
|
|
2206
|
-
}
|
|
2207
|
-
function wa(t) {
|
|
2208
|
-
const r = {};
|
|
2209
|
-
return t.childNodes.forEach((e) => {
|
|
2210
|
-
r[
|
|
2211
|
-
/** @type {Element} node */
|
|
2212
|
-
e.slot || "default"
|
|
2213
|
-
] = !0;
|
|
2214
|
-
}), r;
|
|
2215
|
-
}
|
|
2216
|
-
function ga(t, r, e, n, a, o) {
|
|
2217
|
-
let i = class extends qe {
|
|
2218
|
-
constructor() {
|
|
2219
|
-
super(t, e, a), this.$$p_d = r;
|
|
2220
|
-
}
|
|
2221
|
-
static get observedAttributes() {
|
|
2222
|
-
return Pt(r).map(
|
|
2223
|
-
(s) => (r[s].attribute || s).toLowerCase()
|
|
2224
|
-
);
|
|
2225
|
-
}
|
|
2226
|
-
};
|
|
2227
|
-
return Pt(r).forEach((s) => {
|
|
2228
|
-
Et(i.prototype, s, {
|
|
2229
|
-
get() {
|
|
2230
|
-
return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
|
|
2231
|
-
},
|
|
2232
|
-
set(c) {
|
|
2233
|
-
var f;
|
|
2234
|
-
c = Dt(s, c, r), this.$$d[s] = c;
|
|
2235
|
-
var l = this.$$c;
|
|
2236
|
-
if (l) {
|
|
2237
|
-
var u = (f = it(l, s)) == null ? void 0 : f.get;
|
|
2238
|
-
u ? l[s] = c : l.$set({ [s]: c });
|
|
2239
|
-
}
|
|
2240
|
-
}
|
|
2241
|
-
});
|
|
2242
|
-
}), n.forEach((s) => {
|
|
2243
|
-
Et(i.prototype, s, {
|
|
2244
|
-
get() {
|
|
2245
|
-
var c;
|
|
2246
|
-
return (c = this.$$c) == null ? void 0 : c[s];
|
|
2247
|
-
}
|
|
2248
|
-
});
|
|
2249
|
-
}), o && (i = o(i)), t.element = /** @type {any} */
|
|
2250
|
-
i, i;
|
|
2251
|
-
}
|
|
2252
|
-
const je = '*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:DM Sans,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{box-sizing:border-box}uofg-menu{--uofg-menu-animation-type: slide;--uofg-menu-animation-duration: .2s;--uofg-menu-animation-easing: ease-in-out}svg.fa-icon{display:block;height:1em;fill:currentColor}.\\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.\\!static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.bottom-8{bottom:3.2rem!important}.left-0{left:0!important}.left-1\\/2{left:50%!important}.right-0{right:0!important}.right-8{right:3.2rem!important}.top-0{top:0!important}.top-1\\/2{top:50%!important}.top-full{top:100%!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.z-\\[1000\\]{z-index:1000!important}.z-\\[2\\]{z-index:2!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.block{display:block!important}.flex{display:flex!important}.hidden{display:none!important}.aspect-square{aspect-ratio:1 / 1!important}.h-10{height:4rem!important}.h-12\\.5,.h-\\[5rem\\]{height:5rem!important}.h-\\[7\\.5rem\\]{height:7.5rem!important}.h-fit{height:-moz-fit-content!important;height:fit-content!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.max-h-\\[calc\\(100vh-5rem\\)\\]{max-height:calc(100vh - 5rem)!important}.max-h-full{max-height:100%!important}.w-10{width:4rem!important}.w-8{width:3.2rem!important}.w-\\[7\\.5rem\\]{width:7.5rem!important}.w-auto{width:auto!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.min-w-\\[20rem\\]{min-width:20rem!important}.min-w-full{min-width:100%!important}.max-w-full{max-width:100%!important}.-translate-x-1\\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-1\\/2{--tw-translate-y: 50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-\\[-50\\%\\]{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-\\[-50px\\]{--tw-translate-y: -50px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-\\[calc\\(-50\\%_-_50px\\)\\]{--tw-translate-y: calc(-50% - 50px) !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.content-center{align-content:center!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-1{gap:.4rem!important}.gap-2{gap:.8rem!important}.gap-3{gap:1.2rem!important}.gap-6{gap:2.4rem!important}.gap-x-6{-moz-column-gap:2.4rem!important;column-gap:2.4rem!important}.gap-y-1{row-gap:.4rem!important}.overflow-auto{overflow:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-visible{overflow-y:visible!important}.whitespace-normal{white-space:normal!important}.rounded-full{border-radius:9999px!important}.border{border-width:1px!important}.border-0{border-width:0px!important}.border-b{border-bottom-width:1px!important}.border-b-8{border-bottom-width:8px!important}.border-t-0{border-top-width:0px!important}.border-solid{border-style:solid!important}.border-black\\/30{border-color:#0000004d!important}.border-grey-muted{--tw-border-opacity: 1 !important;border-color:rgb(221 221 221 / var(--tw-border-opacity, 1))!important}.border-grey\\/50{border-color:#68676480!important}.border-transparent{border-color:transparent!important}.border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.bg-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.bg-blue{--tw-bg-opacity: 1 !important;background-color:rgb(24 123 180 / var(--tw-bg-opacity, 1))!important}.bg-green{--tw-bg-opacity: 1 !important;background-color:rgb(49 135 56 / var(--tw-bg-opacity, 1))!important}.bg-grey-light{--tw-bg-opacity: 1 !important;background-color:rgb(216 216 216 / var(--tw-bg-opacity, 1))!important}.bg-grey-muted{--tw-bg-opacity: 1 !important;background-color:rgb(221 221 221 / var(--tw-bg-opacity, 1))!important}.bg-red{--tw-bg-opacity: 1 !important;background-color:rgb(229 25 55 / var(--tw-bg-opacity, 1))!important}.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-yellow{--tw-bg-opacity: 1 !important;background-color:rgb(255 196 41 / var(--tw-bg-opacity, 1))!important}.bg-opacity-50{--tw-bg-opacity: .5 !important}.p-2{padding:.8rem!important}.p-3{padding:1.2rem!important}.p-4{padding:1.6rem!important}.px-2{padding-left:.8rem!important;padding-right:.8rem!important}.px-3{padding-left:1.2rem!important;padding-right:1.2rem!important}.px-4{padding-left:1.6rem!important;padding-right:1.6rem!important}.px-6{padding-left:2.4rem!important;padding-right:2.4rem!important}.px-\\[calc\\(\\(100\\%-1320px\\)\\/2\\)\\]{padding-left:calc((100% - 1320px)/2)!important;padding-right:calc((100% - 1320px)/2)!important}.px-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,2rem\\)\\]{padding-left:max(calc((100% - 1320px)/2),2rem)!important;padding-right:max(calc((100% - 1320px)/2),2rem)!important}.py-12{padding-top:4.8rem!important;padding-bottom:4.8rem!important}.py-2{padding-top:.8rem!important;padding-bottom:.8rem!important}.py-3{padding-top:1.2rem!important;padding-bottom:1.2rem!important}.pb-6{padding-bottom:2.4rem!important}.pt-6{padding-top:2.4rem!important}.pt-8{padding-top:3.2rem!important}.text-center{text-align:center!important}.text-lg{font-size:1.8rem!important;line-height:2.8rem!important}.text-xl{font-size:2rem!important;line-height:2.8rem!important}.font-bold{font-weight:700!important}.not-italic{font-style:normal!important}.text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.text-black-contrast{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-blue{--tw-text-opacity: 1 !important;color:rgb(24 123 180 / var(--tw-text-opacity, 1))!important}.text-blue-contrast,.text-green-contrast{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-grey-light-contrast,.text-grey-muted-contrast{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.text-red-contrast{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-yellow-contrast{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.text-yellow-text{--tw-text-opacity: 1 !important;color:rgb(255 196 41 / var(--tw-text-opacity, 1))!important}.underline{text-decoration-line:underline!important}.decoration-transparent{text-decoration-color:transparent!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\\[opacity\\,visibility\\]{transition-property:opacity,visibility!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-opacity{transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.hover\\:border-yellow:hover{--tw-border-opacity: 1 !important;border-color:rgb(255 196 41 / var(--tw-border-opacity, 1))!important}.hover\\:bg-grey-muted:hover{--tw-bg-opacity: 1 !important;background-color:rgb(221 221 221 / var(--tw-bg-opacity, 1))!important}.hover\\:bg-red:hover{--tw-bg-opacity: 1 !important;background-color:rgb(229 25 55 / var(--tw-bg-opacity, 1))!important}.hover\\:bg-white:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.hover\\:bg-yellow:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 196 41 / var(--tw-bg-opacity, 1))!important}.hover\\:text-\\[\\#0077b5\\]:hover{--tw-text-opacity: 1 !important;color:rgb(0 119 181 / var(--tw-text-opacity, 1))!important}.hover\\:text-\\[\\#1da1f2\\]:hover{--tw-text-opacity: 1 !important;color:rgb(29 161 242 / var(--tw-text-opacity, 1))!important}.hover\\:text-\\[\\#4267b2\\]:hover{--tw-text-opacity: 1 !important;color:rgb(66 103 178 / var(--tw-text-opacity, 1))!important}.hover\\:text-\\[\\#e1306c\\]:hover{--tw-text-opacity: 1 !important;color:rgb(225 48 108 / var(--tw-text-opacity, 1))!important}.hover\\:text-\\[\\#f00\\]:hover{--tw-text-opacity: 1 !important;color:rgb(255 0 0 / var(--tw-text-opacity, 1))!important}.hover\\:text-black:hover{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.hover\\:text-blue-focus:hover{--tw-text-opacity: 1 !important;color:rgb(21 107 157 / var(--tw-text-opacity, 1))!important}.hover\\:text-grey-muted-contrast:hover{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.hover\\:text-red-contrast:hover,.hover\\:text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\\:text-yellow-contrast:hover{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.hover\\:text-yellow-text:hover{--tw-text-opacity: 1 !important;color:rgb(255 196 41 / var(--tw-text-opacity, 1))!important}.hover\\:underline:hover{text-decoration-line:underline!important}.hover\\:decoration-black-contrast:hover{text-decoration-color:#fff!important}.hover\\:decoration-current:hover{text-decoration-color:currentColor!important}.hover\\:opacity-75:hover{opacity:.75!important}.focus\\:bg-grey-muted:focus{--tw-bg-opacity: 1 !important;background-color:rgb(221 221 221 / var(--tw-bg-opacity, 1))!important}.focus\\:bg-red:focus{--tw-bg-opacity: 1 !important;background-color:rgb(229 25 55 / var(--tw-bg-opacity, 1))!important}.focus\\:bg-white:focus{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.focus\\:bg-yellow:focus{--tw-bg-opacity: 1 !important;background-color:rgb(255 196 41 / var(--tw-bg-opacity, 1))!important}.focus\\:text-\\[\\#0077b5\\]:focus{--tw-text-opacity: 1 !important;color:rgb(0 119 181 / var(--tw-text-opacity, 1))!important}.focus\\:text-\\[\\#1da1f2\\]:focus{--tw-text-opacity: 1 !important;color:rgb(29 161 242 / var(--tw-text-opacity, 1))!important}.focus\\:text-\\[\\#4267b2\\]:focus{--tw-text-opacity: 1 !important;color:rgb(66 103 178 / var(--tw-text-opacity, 1))!important}.focus\\:text-\\[\\#e1306c\\]:focus{--tw-text-opacity: 1 !important;color:rgb(225 48 108 / var(--tw-text-opacity, 1))!important}.focus\\:text-\\[\\#f00\\]:focus{--tw-text-opacity: 1 !important;color:rgb(255 0 0 / var(--tw-text-opacity, 1))!important}.focus\\:text-black:focus{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.focus\\:text-blue-focus:focus{--tw-text-opacity: 1 !important;color:rgb(21 107 157 / var(--tw-text-opacity, 1))!important}.focus\\:text-red-contrast:focus{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.focus\\:text-yellow-contrast:focus{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.focus\\:underline:focus{text-decoration-line:underline!important}.focus\\:decoration-black-contrast:focus{text-decoration-color:#fff!important}.focus\\:decoration-current:focus{text-decoration-color:currentColor!important}.focus\\:opacity-75:focus{opacity:.75!important}.aria-expanded\\:bg-grey-muted[aria-expanded=true]{--tw-bg-opacity: 1 !important;background-color:rgb(221 221 221 / var(--tw-bg-opacity, 1))!important}.aria-expanded\\:bg-white[aria-expanded=true]{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.aria-expanded\\:bg-yellow[aria-expanded=true]{--tw-bg-opacity: 1 !important;background-color:rgb(255 196 41 / var(--tw-bg-opacity, 1))!important}.aria-expanded\\:text-black[aria-expanded=true],.aria-expanded\\:text-grey-muted-contrast[aria-expanded=true],.aria-expanded\\:text-yellow-contrast[aria-expanded=true]{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}@media (prefers-reduced-motion: reduce){.motion-reduce\\:transition-none{transition-property:none!important}}@media (min-width: 640px){.sm\\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.sm\\:p-8{padding:3.2rem!important}}@media (min-width: 768px){.md\\:col-span-2{grid-column:span 2 / span 2!important}.md\\:row-start-2{grid-row-start:2!important}.md\\:grid{display:grid!important}.md\\:h-\\[3\\.5em\\]{height:3.5em!important}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width: 1024px){.lg\\:static{position:static!important}.lg\\:row-auto{grid-row:auto!important}.lg\\:h-10{height:4rem!important}.lg\\:h-25{height:10rem!important}.lg\\:w-\\[30rem\\]{width:30rem!important}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\\:whitespace-nowrap{white-space:nowrap!important}}@media (min-width: 1320px){.min-\\[1320px\\]\\:absolute{position:absolute!important}.min-\\[1320px\\]\\:left-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,7\\.5rem\\)\\]{left:max(calc((100% - 1320px)/2),7.5rem)!important}}.\\[\\&\\>\\*\\]\\:first\\:mt-4:first-child>*{margin-top:1.6rem!important}.\\[\\&\\>\\*\\]\\:last\\:mb-4:last-child>*{margin-bottom:1.6rem!important}.\\[\\&\\>li\\]\\:contents>li{display:contents!important}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(a\\)\\]\\:px-1>slot[name=message]::slotted(a){padding-left:.4rem!important;padding-right:.4rem!important}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(a\\)\\]\\:text-blue-text>slot[name=message]::slotted(a){--tw-text-opacity: 1 !important;color:rgb(22 110 162 / var(--tw-text-opacity, 1))!important}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(a\\:hover\\)\\]\\:bg-blue>slot[name=message]::slotted(a:hover){--tw-bg-opacity: 1 !important;background-color:rgb(24 123 180 / var(--tw-bg-opacity, 1))!important}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(a\\:hover\\)\\]\\:text-blue-contrast>slot[name=message]::slotted(a:hover){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(a\\:hover\\)\\]\\:decoration-transparent>slot[name=message]::slotted(a:hover){text-decoration-color:transparent!important}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(a\\:hover\\)\\]\\:transition-colors>slot[name=message]::slotted(a:hover){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:mb-4>slot[name=subtitle]::slotted(*){margin-bottom:1.6rem!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:text-xl>slot[name=subtitle]::slotted(*){font-size:2rem!important;line-height:2.8rem!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:font-bold>slot[name=subtitle]::slotted(*){font-weight:700!important}.\\[\\&\\>svg\\]\\:mr-4>svg{margin-right:1.6rem!important}.\\[\\&\\>svg\\]\\:block>svg{display:block!important}.\\[\\&\\>svg\\]\\:h-22>svg{height:8.8rem!important}.\\[\\&\\>svg\\]\\:h-\\[1\\.5em\\]>svg{height:1.5em!important}.\\[\\&\\>svg\\]\\:h-\\[5rem\\]>svg{height:5rem!important}.\\[\\&\\>svg\\]\\:h-\\[7\\.5rem\\]>svg{height:7.5rem!important}.\\[\\&\\>svg\\]\\:h-full>svg{height:100%!important}.\\[\\&\\>svg\\]\\:w-auto>svg{width:auto!important}.\\[\\&\\>svg\\]\\:w-full>svg{width:100%!important}.\\[\\&\\>svg\\]\\:fill-current>svg{fill:currentColor!important}.\\[\\&\\>svg\\]\\:transition-transform>svg{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.\\[\\&_svg\\]\\:aria-expanded\\:rotate-180[aria-expanded=true] svg{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}';
|
|
2253
|
-
let Ut = null;
|
|
2254
|
-
typeof CSSStyleSheet == "function" && (Ut = new CSSStyleSheet(), Ut.replaceSync(je));
|
|
2255
|
-
function Za(t) {
|
|
2256
|
-
if (Ut)
|
|
2257
|
-
t.adoptedStyleSheets = [...t.adoptedStyleSheets, Ut];
|
|
2258
|
-
else {
|
|
2259
|
-
const r = document.createElement("style");
|
|
2260
|
-
r.innerHTML = je, t.prepend(r);
|
|
2261
|
-
}
|
|
2262
|
-
}
|
|
2263
|
-
/*!
|
|
2264
|
-
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
2265
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
2266
|
-
* Copyright 2024 Fonticons, Inc.
|
|
2267
|
-
*/
|
|
2268
|
-
const Qa = {
|
|
2269
|
-
prefix: "fas",
|
|
2270
|
-
iconName: "bars",
|
|
2271
|
-
icon: [448, 512, ["navicon"], "f0c9", "M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"]
|
|
2272
|
-
}, to = {
|
|
2273
|
-
prefix: "fas",
|
|
2274
|
-
iconName: "circle-exclamation",
|
|
2275
|
-
icon: [512, 512, ["exclamation-circle"], "f06a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]
|
|
2276
|
-
}, ro = {
|
|
2277
|
-
prefix: "fas",
|
|
2278
|
-
iconName: "sitemap",
|
|
2279
|
-
icon: [576, 512, [], "f0e8", "M208 80c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-8 0 0 40 152 0c30.9 0 56 25.1 56 56l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-4.4-3.6-8-8-8l-152 0 0 40 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-40-152 0c-4.4 0-8 3.6-8 8l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-30.9 25.1-56 56-56l152 0 0-40-8 0c-26.5 0-48-21.5-48-48l0-64z"]
|
|
2280
|
-
}, eo = {
|
|
2281
|
-
prefix: "fas",
|
|
2282
|
-
iconName: "list",
|
|
2283
|
-
icon: [512, 512, ["list-squares"], "f03a", "M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z"]
|
|
2284
|
-
}, no = {
|
|
2285
|
-
prefix: "fas",
|
|
2286
|
-
iconName: "tree",
|
|
2287
|
-
icon: [448, 512, [127794], "f1bb", "M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208l24.9 0L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320L80 320 5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5L192 448l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 168.5 0c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320l33.4 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208l24.9 0c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"]
|
|
2288
|
-
}, ao = {
|
|
2289
|
-
prefix: "fas",
|
|
2290
|
-
iconName: "chevron-up",
|
|
2291
|
-
icon: [512, 512, [], "f077", "M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]
|
|
2292
|
-
}, oo = {
|
|
2293
|
-
prefix: "fas",
|
|
2294
|
-
iconName: "user",
|
|
2295
|
-
icon: [448, 512, [128100, 62144], "f007", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"]
|
|
2296
|
-
}, io = {
|
|
2297
|
-
prefix: "fas",
|
|
2298
|
-
iconName: "key",
|
|
2299
|
-
icon: [512, 512, [128273], "f084", "M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"]
|
|
2300
|
-
}, so = {
|
|
2301
|
-
prefix: "fas",
|
|
2302
|
-
iconName: "circle-check",
|
|
2303
|
-
icon: [512, 512, [61533, "check-circle"], "f058", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]
|
|
2304
|
-
}, lo = {
|
|
2305
|
-
prefix: "fas",
|
|
2306
|
-
iconName: "universal-access",
|
|
2307
|
-
icon: [512, 512, [], "f29a", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3l0 50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6l0-50.1c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"]
|
|
2308
|
-
}, co = {
|
|
2309
|
-
prefix: "fas",
|
|
2310
|
-
iconName: "hand-holding-heart",
|
|
2311
|
-
icon: [576, 512, [], "f4be", "M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"]
|
|
2312
|
-
}, ba = {
|
|
2313
|
-
prefix: "fas",
|
|
2314
|
-
iconName: "magnifying-glass",
|
|
2315
|
-
icon: [512, 512, [128269, "search"], "f002", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]
|
|
2316
|
-
}, uo = ba, fo = {
|
|
2317
|
-
prefix: "fas",
|
|
2318
|
-
iconName: "chevron-down",
|
|
2319
|
-
icon: [512, 512, [], "f078", "M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]
|
|
2320
|
-
}, _a = {
|
|
2321
|
-
prefix: "fas",
|
|
2322
|
-
iconName: "xmark",
|
|
2323
|
-
icon: [384, 512, [128473, 10005, 10006, 10060, 215, "close", "multiply", "remove", "times"], "f00d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]
|
|
2324
|
-
}, po = _a, mo = {
|
|
2325
|
-
prefix: "fas",
|
|
2326
|
-
iconName: "calendar",
|
|
2327
|
-
icon: [448, 512, [128197, 128198], "f133", "M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"]
|
|
2328
|
-
}, ho = {
|
|
2329
|
-
prefix: "fas",
|
|
2330
|
-
iconName: "briefcase",
|
|
2331
|
-
icon: [512, 512, [128188], "f0b1", "M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 128 0 192 0 0-96c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM512 288l-192 0 0 32c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128z"]
|
|
2332
|
-
};
|
|
2333
|
-
var ya = /* @__PURE__ */ Cr("<path></path>"), xa = /* @__PURE__ */ Cr("<path></path>"), $a = /* @__PURE__ */ Cr('<svg class="fa-icon" xmlns="http://www.w3.org/2000/svg"><!></svg>');
|
|
2334
|
-
function ka(t, r) {
|
|
2335
|
-
Ae(r, !0);
|
|
2336
|
-
let e = ma(r, "icon", 7);
|
|
2337
|
-
const n = e().icon[0], a = e().icon[1], o = e().icon[4];
|
|
2338
|
-
var i = $a();
|
|
2339
|
-
It(i, "viewBox", `0 0 ${n} ${a}`);
|
|
2340
|
-
var s = Nn(i);
|
|
2341
|
-
{
|
|
2342
|
-
var c = (u) => {
|
|
2343
|
-
var f = Qn(), d = Tn(f);
|
|
2344
|
-
oa(d, 17, () => o, na, (p, m) => {
|
|
2345
|
-
var h = ya();
|
|
2346
|
-
In(() => It(h, "d", N(m))), $t(p, h);
|
|
2347
|
-
}), $t(u, f);
|
|
2348
|
-
}, l = (u) => {
|
|
2349
|
-
var f = xa();
|
|
2350
|
-
It(f, "d", o), $t(u, f);
|
|
2351
|
-
};
|
|
2352
|
-
ea(s, (u) => {
|
|
2353
|
-
Array.isArray(o) ? u(c) : u(l, !1);
|
|
2354
|
-
});
|
|
2355
|
-
}
|
|
2356
|
-
return zn(i), $t(t, i), ze({
|
|
2357
|
-
get icon() {
|
|
2358
|
-
return e();
|
|
2359
|
-
},
|
|
2360
|
-
set icon(u) {
|
|
2361
|
-
e(u), Tr();
|
|
2362
|
-
}
|
|
2363
|
-
});
|
|
2364
|
-
}
|
|
2365
|
-
ga(ka, { icon: {} }, [], [], !0);
|
|
2366
|
-
export {
|
|
2367
|
-
St as $,
|
|
2368
|
-
fe as A,
|
|
2369
|
-
sr as B,
|
|
2370
|
-
Ar as C,
|
|
2371
|
-
It as D,
|
|
2372
|
-
po as E,
|
|
2373
|
-
ka as F,
|
|
2374
|
-
$ as G,
|
|
2375
|
-
Gt as H,
|
|
2376
|
-
oa as I,
|
|
2377
|
-
na as J,
|
|
2378
|
-
Ua as K,
|
|
2379
|
-
Cr as L,
|
|
2380
|
-
lo as M,
|
|
2381
|
-
io as N,
|
|
2382
|
-
ro as O,
|
|
2383
|
-
so as P,
|
|
2384
|
-
no as Q,
|
|
2385
|
-
ho as R,
|
|
2386
|
-
vt as S,
|
|
2387
|
-
mo as T,
|
|
2388
|
-
eo as U,
|
|
2389
|
-
co as V,
|
|
2390
|
-
Ba as W,
|
|
2391
|
-
oe as X,
|
|
2392
|
-
ea as Y,
|
|
2393
|
-
Sr as Z,
|
|
2394
|
-
yr as _,
|
|
2395
|
-
ma as a,
|
|
2396
|
-
U as a0,
|
|
2397
|
-
et as a1,
|
|
2398
|
-
x as a2,
|
|
2399
|
-
y as a3,
|
|
2400
|
-
La as a4,
|
|
2401
|
-
Ft as a5,
|
|
2402
|
-
Yt as a6,
|
|
2403
|
-
Z as a7,
|
|
2404
|
-
Aa as a8,
|
|
2405
|
-
J as a9,
|
|
2406
|
-
Wa as aA,
|
|
2407
|
-
Pa as aB,
|
|
2408
|
-
Er as aC,
|
|
2409
|
-
ja as aD,
|
|
2410
|
-
Jn as aE,
|
|
2411
|
-
Ia as aF,
|
|
2412
|
-
pn as aG,
|
|
2413
|
-
Na as aH,
|
|
2414
|
-
qa as aI,
|
|
2415
|
-
Ta as aJ,
|
|
2416
|
-
K as aa,
|
|
2417
|
-
q as ab,
|
|
2418
|
-
Ha as ac,
|
|
2419
|
-
ur as ad,
|
|
2420
|
-
_r as ae,
|
|
2421
|
-
dn as af,
|
|
2422
|
-
za as ag,
|
|
2423
|
-
ht as ah,
|
|
2424
|
-
Sa as ai,
|
|
2425
|
-
nt as aj,
|
|
2426
|
-
V as ak,
|
|
2427
|
-
k as al,
|
|
2428
|
-
E as am,
|
|
2429
|
-
qn as an,
|
|
2430
|
-
Tt as ao,
|
|
2431
|
-
Fa as ap,
|
|
2432
|
-
Qn as aq,
|
|
2433
|
-
Tn as ar,
|
|
2434
|
-
Va as as,
|
|
2435
|
-
uo as at,
|
|
2436
|
-
oo as au,
|
|
2437
|
-
fo as av,
|
|
2438
|
-
Da as aw,
|
|
2439
|
-
Ja as ax,
|
|
2440
|
-
Ka as ay,
|
|
2441
|
-
Qa as az,
|
|
2442
|
-
In as b,
|
|
2443
|
-
ga as c,
|
|
2444
|
-
$t as d,
|
|
2445
|
-
ze as e,
|
|
2446
|
-
Ya as f,
|
|
2447
|
-
to as g,
|
|
2448
|
-
Tr as h,
|
|
2449
|
-
Za as i,
|
|
2450
|
-
Nn as j,
|
|
2451
|
-
Oa as k,
|
|
2452
|
-
N as l,
|
|
2453
|
-
or as m,
|
|
2454
|
-
ca as n,
|
|
2455
|
-
Zn as o,
|
|
2456
|
-
Ae as p,
|
|
2457
|
-
F as q,
|
|
2458
|
-
zn as r,
|
|
2459
|
-
Ga as s,
|
|
2460
|
-
Xa as t,
|
|
2461
|
-
Ra as u,
|
|
2462
|
-
ao as v,
|
|
2463
|
-
mt as w,
|
|
2464
|
-
Ca as x,
|
|
2465
|
-
Ma as y,
|
|
2466
|
-
ue as z
|
|
2467
|
-
};
|