@uoguelph/web-components 1.3.0-rc.2 → 1.4.0-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/dist/uofg-web-components/globals-DnYjtinb.js +7 -0
- package/dist/uofg-web-components/{index-Bx5sKUFM.js → index-SbK7yJqm.js} +85 -80
- package/dist/uofg-web-components/uofg-alert.esm.js +1 -1
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +95 -0
- package/dist/uofg-web-components/uofg-footer.esm.js +50 -48
- package/dist/uofg-web-components/uofg-header.esm.js +569 -560
- package/dist/uofg-web-components/uofg-modal.esm.js +12 -12
- package/dist/uofg-web-components/uofg-web-components.css +1 -1
- package/dist/uofg-web-components/uofg-web-components.esm.js +7 -54
- package/package.json +8 -14
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
|
|
3
|
-
// @ts-ignore Node typings have this
|
|
4
|
-
global
|
|
5
|
-
);
|
|
1
|
+
import { c as Y, S as K, i as Q, s as D, A as B, b as He, e as b, g as x, h as _, j as d, k as g, w as ae, T as Je, u as Oe, l as Pe, n as Ge, t as p, o as m, D as U, p as v, x as et, U as q, I as E, V as G, W as ge, r as Ve, X as pe, y as R, z as k, a as tt, B as j, Y as ie, d as L, m as N, q as A, Z as lt, _ as nt, $ as rt, a0 as ce, F as W, E as V, a1 as De, G as T, H as ee, a2 as te, a3 as I, a4 as le, a5 as ne } from "./index-SbK7yJqm.js";
|
|
2
|
+
import { g as ot } from "./globals-DnYjtinb.js";
|
|
6
3
|
function X(a, e) {
|
|
7
4
|
const n = {}, t = {}, l = { $$scope: 1 };
|
|
8
5
|
let s = a.length;
|
|
@@ -30,18 +27,18 @@ function st(a) {
|
|
|
30
27
|
return e * e * e + 1;
|
|
31
28
|
}
|
|
32
29
|
function at(a, { delay: e = 0, duration: n = 400, easing: t = st, axis: l = "y" } = {}) {
|
|
33
|
-
const s = getComputedStyle(a), r = +s.opacity, i = l === "y" ? "height" : "width", o = parseFloat(s[i]), c = l === "y" ? ["top", "bottom"] : ["left", "right"],
|
|
34
|
-
(
|
|
35
|
-
),
|
|
36
|
-
s[`border${
|
|
30
|
+
const s = getComputedStyle(a), r = +s.opacity, i = l === "y" ? "height" : "width", o = parseFloat(s[i]), c = l === "y" ? ["top", "bottom"] : ["left", "right"], u = c.map(
|
|
31
|
+
($) => `${$[0].toUpperCase()}${$.slice(1)}`
|
|
32
|
+
), f = parseFloat(s[`padding${u[0]}`]), h = parseFloat(s[`padding${u[1]}`]), C = parseFloat(s[`margin${u[0]}`]), M = parseFloat(s[`margin${u[1]}`]), w = parseFloat(
|
|
33
|
+
s[`border${u[0]}Width`]
|
|
37
34
|
), J = parseFloat(
|
|
38
|
-
s[`border${
|
|
35
|
+
s[`border${u[1]}Width`]
|
|
39
36
|
);
|
|
40
37
|
return {
|
|
41
38
|
delay: e,
|
|
42
39
|
duration: n,
|
|
43
40
|
easing: t,
|
|
44
|
-
css: (
|
|
41
|
+
css: ($) => `overflow: hidden;opacity: ${Math.min($ * 20, 1) * r};${i}: ${$ * o}px;padding-${c[0]}: ${$ * f}px;padding-${c[1]}: ${$ * h}px;margin-${c[0]}: ${$ * C}px;margin-${c[1]}: ${$ * M}px;border-${c[0]}-width: ${$ * w}px;border-${c[1]}-width: ${$ * J}px;`
|
|
45
42
|
};
|
|
46
43
|
}
|
|
47
44
|
const it = (a) => {
|
|
@@ -55,8 +52,8 @@ const it = (a) => {
|
|
|
55
52
|
a.removeEventListener("focusin", n), a.removeEventListener("focusout", e);
|
|
56
53
|
}
|
|
57
54
|
};
|
|
58
|
-
}, ct = (a) => ({}),
|
|
59
|
-
function
|
|
55
|
+
}, ct = (a) => ({}), me = (a) => ({});
|
|
56
|
+
function de(a) {
|
|
60
57
|
let e = (
|
|
61
58
|
/*as*/
|
|
62
59
|
a[2]
|
|
@@ -66,10 +63,10 @@ function me(a) {
|
|
|
66
63
|
);
|
|
67
64
|
return {
|
|
68
65
|
c() {
|
|
69
|
-
s && s.c(), n =
|
|
66
|
+
s && s.c(), n = q();
|
|
70
67
|
},
|
|
71
68
|
m(r, i) {
|
|
72
|
-
s && s.m(r, i),
|
|
69
|
+
s && s.m(r, i), d(r, n, i), l = !0;
|
|
73
70
|
},
|
|
74
71
|
p(r, i) {
|
|
75
72
|
/*as*/
|
|
@@ -78,17 +75,17 @@ function me(a) {
|
|
|
78
75
|
/*as*/
|
|
79
76
|
r[2]
|
|
80
77
|
) ? (s.d(1), s = se(r), e = /*as*/
|
|
81
|
-
r[2], s.c(), t && (t = !1,
|
|
82
|
-
r[2], s.c(),
|
|
78
|
+
r[2], s.c(), t && (t = !1, p(s)), s.m(n.parentNode, n)) : (t && (t = !1, p(s)), s.p(r, i)) : (s = se(r), e = /*as*/
|
|
79
|
+
r[2], s.c(), p(s), s.m(n.parentNode, n)) : e && (t = !0, E(), m(s, 1, 1, () => {
|
|
83
80
|
s = null, e = /*as*/
|
|
84
81
|
r[2], t = !1;
|
|
85
82
|
}), U());
|
|
86
83
|
},
|
|
87
84
|
i(r) {
|
|
88
|
-
l || (
|
|
85
|
+
l || (p(s, r), l = !0);
|
|
89
86
|
},
|
|
90
87
|
o(r) {
|
|
91
|
-
|
|
88
|
+
m(s, r), l = !1;
|
|
92
89
|
},
|
|
93
90
|
d(r) {
|
|
94
91
|
r && v(n), s && s.d(r);
|
|
@@ -100,7 +97,7 @@ function se(a) {
|
|
|
100
97
|
const l = (
|
|
101
98
|
/*#slots*/
|
|
102
99
|
a[9].default
|
|
103
|
-
), s =
|
|
100
|
+
), s = He(
|
|
104
101
|
l,
|
|
105
102
|
a,
|
|
106
103
|
/*$$scope*/
|
|
@@ -124,11 +121,11 @@ function se(a) {
|
|
|
124
121
|
)(e, i);
|
|
125
122
|
},
|
|
126
123
|
m(o, c) {
|
|
127
|
-
|
|
124
|
+
d(o, e, c), s && s.m(e, null), t = !0;
|
|
128
125
|
},
|
|
129
126
|
p(o, c) {
|
|
130
127
|
s && s.p && (!t || c & /*$$scope*/
|
|
131
|
-
256) &&
|
|
128
|
+
256) && Oe(
|
|
132
129
|
s,
|
|
133
130
|
l,
|
|
134
131
|
o,
|
|
@@ -140,7 +137,7 @@ function se(a) {
|
|
|
140
137
|
o[8],
|
|
141
138
|
c,
|
|
142
139
|
null
|
|
143
|
-
) :
|
|
140
|
+
) : Pe(
|
|
144
141
|
/*$$scope*/
|
|
145
142
|
o[8]
|
|
146
143
|
),
|
|
@@ -157,7 +154,7 @@ function se(a) {
|
|
|
157
154
|
]));
|
|
158
155
|
},
|
|
159
156
|
i(o) {
|
|
160
|
-
t || (
|
|
157
|
+
t || (p(s, o), o && Ve(() => {
|
|
161
158
|
t && (n || (n = pe(
|
|
162
159
|
e,
|
|
163
160
|
/*transition*/
|
|
@@ -168,7 +165,7 @@ function se(a) {
|
|
|
168
165
|
}), t = !0);
|
|
169
166
|
},
|
|
170
167
|
o(o) {
|
|
171
|
-
|
|
168
|
+
m(s, o), o && (n || (n = pe(
|
|
172
169
|
e,
|
|
173
170
|
/*transition*/
|
|
174
171
|
a[3],
|
|
@@ -181,21 +178,21 @@ function se(a) {
|
|
|
181
178
|
}
|
|
182
179
|
};
|
|
183
180
|
}
|
|
184
|
-
function
|
|
181
|
+
function ut(a) {
|
|
185
182
|
let e, n, t, l, s, r;
|
|
186
183
|
const i = (
|
|
187
184
|
/*#slots*/
|
|
188
185
|
a[9].button
|
|
189
|
-
), o =
|
|
186
|
+
), o = He(
|
|
190
187
|
i,
|
|
191
188
|
a,
|
|
192
189
|
/*$$scope*/
|
|
193
190
|
a[8],
|
|
194
|
-
|
|
191
|
+
me
|
|
195
192
|
);
|
|
196
193
|
let c = (
|
|
197
194
|
/*open*/
|
|
198
|
-
a[0] &&
|
|
195
|
+
a[0] && de(a)
|
|
199
196
|
);
|
|
200
197
|
return {
|
|
201
198
|
c() {
|
|
@@ -221,8 +218,8 @@ function ft(a) {
|
|
|
221
218
|
a[1]
|
|
222
219
|
), _(e, "tabindex", "-1");
|
|
223
220
|
},
|
|
224
|
-
m(
|
|
225
|
-
|
|
221
|
+
m(u, f) {
|
|
222
|
+
d(u, e, f), g(e, n), o && o.m(n, null), g(e, t), c && c.m(e, null), l = !0, s || (r = [
|
|
226
223
|
ae(
|
|
227
224
|
n,
|
|
228
225
|
"click",
|
|
@@ -238,93 +235,93 @@ function ft(a) {
|
|
|
238
235
|
Je(it.call(null, e))
|
|
239
236
|
], s = !0);
|
|
240
237
|
},
|
|
241
|
-
p(
|
|
242
|
-
o && o.p && (!l ||
|
|
243
|
-
256) &&
|
|
238
|
+
p(u, [f]) {
|
|
239
|
+
o && o.p && (!l || f & /*$$scope*/
|
|
240
|
+
256) && Oe(
|
|
244
241
|
o,
|
|
245
242
|
i,
|
|
246
|
-
|
|
243
|
+
u,
|
|
247
244
|
/*$$scope*/
|
|
248
|
-
|
|
245
|
+
u[8],
|
|
249
246
|
l ? Ge(
|
|
250
247
|
i,
|
|
251
248
|
/*$$scope*/
|
|
252
|
-
|
|
253
|
-
|
|
249
|
+
u[8],
|
|
250
|
+
f,
|
|
254
251
|
ct
|
|
255
|
-
) :
|
|
252
|
+
) : Pe(
|
|
256
253
|
/*$$scope*/
|
|
257
|
-
|
|
254
|
+
u[8]
|
|
258
255
|
),
|
|
259
|
-
|
|
260
|
-
), (!l ||
|
|
256
|
+
me
|
|
257
|
+
), (!l || f & /*buttonClass*/
|
|
261
258
|
16) && _(
|
|
262
259
|
n,
|
|
263
260
|
"class",
|
|
264
261
|
/*buttonClass*/
|
|
265
|
-
|
|
266
|
-
), (!l ||
|
|
262
|
+
u[4]
|
|
263
|
+
), (!l || f & /*open*/
|
|
267
264
|
1) && _(
|
|
268
265
|
n,
|
|
269
266
|
"aria-expanded",
|
|
270
267
|
/*open*/
|
|
271
|
-
|
|
272
|
-
), (!l ||
|
|
268
|
+
u[0]
|
|
269
|
+
), (!l || f & /*buttonAriaLabel*/
|
|
273
270
|
128) && _(
|
|
274
271
|
n,
|
|
275
272
|
"aria-label",
|
|
276
273
|
/*buttonAriaLabel*/
|
|
277
|
-
|
|
274
|
+
u[7]
|
|
278
275
|
), /*open*/
|
|
279
|
-
|
|
280
|
-
1 &&
|
|
276
|
+
u[0] ? c ? (c.p(u, f), f & /*open*/
|
|
277
|
+
1 && p(c, 1)) : (c = de(u), c.c(), p(c, 1), c.m(e, null)) : c && (E(), m(c, 1, 1, () => {
|
|
281
278
|
c = null;
|
|
282
|
-
}), U()), (!l ||
|
|
279
|
+
}), U()), (!l || f & /*className*/
|
|
283
280
|
2) && _(
|
|
284
281
|
e,
|
|
285
282
|
"class",
|
|
286
283
|
/*className*/
|
|
287
|
-
|
|
284
|
+
u[1]
|
|
288
285
|
);
|
|
289
286
|
},
|
|
290
|
-
i(
|
|
291
|
-
l || (
|
|
287
|
+
i(u) {
|
|
288
|
+
l || (p(o, u), p(c), l = !0);
|
|
292
289
|
},
|
|
293
|
-
o(
|
|
294
|
-
|
|
290
|
+
o(u) {
|
|
291
|
+
m(o, u), m(c), l = !1;
|
|
295
292
|
},
|
|
296
|
-
d(
|
|
297
|
-
|
|
293
|
+
d(u) {
|
|
294
|
+
u && v(e), o && o.d(u), c && c.d(), s = !1, et(r);
|
|
298
295
|
}
|
|
299
296
|
};
|
|
300
297
|
}
|
|
301
|
-
function
|
|
302
|
-
let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o = at } = e, { buttonClass: c = "" } = e, { contentClass:
|
|
303
|
-
const
|
|
298
|
+
function ft(a, e, n) {
|
|
299
|
+
let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o = at } = e, { buttonClass: c = "" } = e, { contentClass: u = "" } = e, { autoCollapse: f = !0 } = e, { buttonAriaLabel: h } = e;
|
|
300
|
+
const C = (w) => {
|
|
304
301
|
n(0, r = !r), w.target.focus();
|
|
305
302
|
}, M = () => {
|
|
306
|
-
|
|
303
|
+
f && n(0, r = !1);
|
|
307
304
|
};
|
|
308
305
|
return a.$$set = (w) => {
|
|
309
|
-
"class" in w && n(1, s = w.class), "open" in w && n(0, r = w.open), "as" in w && n(2, i = w.as), "transition" in w && n(3, o = w.transition), "buttonClass" in w && n(4, c = w.buttonClass), "contentClass" in w && n(5,
|
|
306
|
+
"class" in w && n(1, s = w.class), "open" in w && n(0, r = w.open), "as" in w && n(2, i = w.as), "transition" in w && n(3, o = w.transition), "buttonClass" in w && n(4, c = w.buttonClass), "contentClass" in w && n(5, u = w.contentClass), "autoCollapse" in w && n(6, f = w.autoCollapse), "buttonAriaLabel" in w && n(7, h = w.buttonAriaLabel), "$$scope" in w && n(8, l = w.$$scope);
|
|
310
307
|
}, [
|
|
311
308
|
r,
|
|
312
309
|
s,
|
|
313
310
|
i,
|
|
314
311
|
o,
|
|
315
312
|
c,
|
|
316
|
-
f,
|
|
317
313
|
u,
|
|
318
|
-
|
|
314
|
+
f,
|
|
315
|
+
h,
|
|
319
316
|
l,
|
|
320
317
|
t,
|
|
321
|
-
|
|
318
|
+
C,
|
|
322
319
|
M
|
|
323
320
|
];
|
|
324
321
|
}
|
|
325
|
-
class
|
|
322
|
+
class O extends K {
|
|
326
323
|
constructor(e) {
|
|
327
|
-
super(),
|
|
324
|
+
super(), Q(this, e, ft, ut, D, {
|
|
328
325
|
class: 1,
|
|
329
326
|
open: 0,
|
|
330
327
|
as: 2,
|
|
@@ -384,7 +381,7 @@ class P extends Y {
|
|
|
384
381
|
this.$$set({ buttonAriaLabel: e }), B();
|
|
385
382
|
}
|
|
386
383
|
}
|
|
387
|
-
|
|
384
|
+
Y(O, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
|
|
388
385
|
function _t(a) {
|
|
389
386
|
let e, n, t, l;
|
|
390
387
|
return {
|
|
@@ -392,22 +389,22 @@ function _t(a) {
|
|
|
392
389
|
e = R("svg"), n = R("g"), t = R("path"), l = R("path"), _(t, "d", "M223.87 71.503c-2.899.217-5.81.227-8.71.03-1.23-.07-1.43-.07-1.51 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.21.26 2.72 1.11 2.72 4.51l.01 6.43H202.6l-.01-7.96c0-2.05 1.13-2.46 1.88-2.73.36-.13.64-.23.64-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.27-.11-.39-.1-3.56.32-6.38.13-7.89.02-.95-.06-1.11-.07-1.19 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.19.26 2.69 1.1 2.69 4.51l.02 20.68c0 2.05-1.31 2.46-2.18 2.74-.43.13-.74.23-.74.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.55-.32 6.59-.13 8.23-.03l1.03.05c.18 0 .25-.02.29-.05.08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.01-10.13h13.52l.01 11.67c0 2.05-1.18 2.47-1.97 2.74-.37.13-.67.23-.67.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.54-.32 6.7-.13 8.39-.03 1.12.07 1.3.07 1.38 0 .08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.03-20.68c0-2.05 1.41-2.46 2.34-2.73.46-.13.79-.23.79-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.13-.26-.13-.38-.12ZM75.39 92.043h.14c1.83 0 4.16 1.14 4.16 2.03v7.43l-.01.03c-.15.93-1.04 3.96-6.01 3.96h-.27c-6.34 0-9.27-3.61-10.61-6.67-3.1-7.05-.75-17.23 3.42-21.62 1.41-1.48 4.78-3.76 11.57-2.39 3.91.79 5.17 6.69 5.18 6.75l.02.11 1.46-.49.3-10.34-.02-.03c-.54-.73-1.43-.38-2.29-.04-.55.22-1.12.45-1.61.43-4.4-.9-15.18-2.15-20.31 5.73-5.35 7.02-6.38 17.7-2.46 25.38 2.62 5.14 7.02 7.95 12.41 7.95h.38c3.45 0 3.45 0 6.38-1.91l.36-.24c1.66-1.08 7.89-3.38 7.95-3.4l.07-.03v-10.47c0-1.75 3.02-2.45 3.05-2.46l.07-.02.16-1.47h-13l-.49 1.78Zm43.26-20.81c-2.23.21-5.93.09-8.15.02-1.96-.06-1.97-.05-2.03.01-.05.05-.53.54-.43.83.02.07.09.16.28.19 1.59.2 4.26 1.22 4.21 3.8l-.14 16.16a6.291 6.291 0 0 1-3.4 5.65 8.4 8.4 0 0 1-8.26-.04c-2.22-1.37-3.37-3.85-3.24-7l.02-14.85c0-2.22 1.24-2.67 2.06-2.96.39-.14.7-.25.7-.53 0-.22.06-.42.11-.61.07-.24.12-.43.01-.56-.1-.11-.27-.11-.4-.1-3.62.34-7.03.14-8.86.03-1.23-.07-1.43-.08-1.51 0-.08.08-.8.82-.66 1.25.03.1.13.22.39.26 2.13.27 3.22 1.1 3.22 4.88l-.03 15.45c.04 3 1.29 5.55 3.63 7.38a12.768 12.768 0 0 0 7.74 2.52h.1c5.78-.04 11.6-3.69 11.57-11.75-.01-2.7.16-16.36.16-16.5 0-1.38 1.4-1.81 2.33-2.1.49-.15.78-.24.78-.45 0-.13.03-.27.06-.39.05-.2.09-.38-.01-.49-.04-.08-.13-.11-.25-.1Zm49.72 23.14c0 .02-.45 1.91-1.87 3.4a5.292 5.292 0 0 1-2.82 1.49c-3.03.61-6.82.85-8.38-.3a1.797 1.797 0 0 1-.75-1.29c-.07-.71-.02-21.51-.02-21.72 0-2.05 1.52-2.47 2.52-2.74.49-.13.84-.23.84-.5 0-.2.05-.39.1-.56.06-.23.11-.41.01-.53-.09-.11-.26-.11-.37-.1-3.33.31-7.09.13-9.1.03-1.51-.07-1.69-.07-1.76 0-.08.08-.75.77-.61 1.17.03.09.12.21.36.24 2.03.25 3.13 1.05 3.13 4.53l.01 17.51c0 6.15-2.81 6.39-2.84 6.39l-.14.01.38 1.13h.08c.14 0 13.96-.46 17.78-.16l1.01.09c.55.05 1 .1 1.37.1.71 0 1.15-.16 1.43-.71.47-.94.77-7.33.78-7.6l.01-.13-1.13.18-.02.07Zm22.62-21.3c-2.69-2.16-9.17-1.66-14.39-1.26-1.58.12-3.08.24-4.23.25-.92-.05-1.01-.04-1.07.02-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.28.27 2.86 1.2 2.86 4.51l.02 19.83c0 2.06-1.24 2.54-2.06 2.86-.4.16-.69.27-.69.53 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.52-.31 7.02-.13 8.91-.03.67.04 1.05.05 1.27.05.22 0 .28-.02.32-.05.09-.08.8-.93.64-1.4-.03-.1-.13-.24-.38-.26-2.16-.26-3.49-1.1-3.49-4.52l-.01-7.58c0-.28.07-.49.19-.6.08-.07.17-.1.29-.1l1.17.08c2.84.22 7.13.54 9.88-1.23a8.982 8.982 0 0 0 4.07-7.36 7.502 7.502 0 0 0-3.32-6.34Zm-5.32 12.41c-.74.35-1.6.53-2.55.53h-.03c-2.68-.01-3.68-.53-4.05-.96-.22-.26-.19-.47-.19-.49v-9.94c5.24-1.02 9.01.31 10.08 3.56a6.2 6.2 0 0 1-3.26 7.3Zm-41.49 8.66c-.36-.08-.77.3-1.26 1.15-.23.39-.42.77-.6 1.14-.95 1.9-1.63 3.28-6.08 3.28-5.31 0-6.98-.28-7.13-2.06-.15-1.77-.01-10.42 0-11.04.11-.14.78-.85 2.51-.85h3.07c.03 0 2.71.25 3.29 3.15.05.23.17.32.27.34.4.12 1.07-.53 1.14-.6l.03-.03v-6.23a.9.9 0 0 0-.42-.56c-.22-.12-.48-.12-.78-.02l-.05.02-.02.05c-.37 1.29-1.61 1.35-3.77 1.35-2.03 0-4.69.36-5.28.45v-9.01h8.36c.03 0 3.47.19 4.21 3.15.3 1.2.71 1.53 1 1.6.23.06.46-.03.66-.25.4-.46.62-1.48.23-2.49-.75-1.96-.76-5.32-.76-5.35v-.12l-2.34.24h-18.48c-.9 0-1.48.21-1.71.61-.28.49.06 1.06.08 1.09l.03.05h.06c.01 0 1.43-.04 2.54 1.03.9.86 1.35 2.19 1.35 3.95l.02 19.48c0 2.18-1.26 2.71-2.09 3.07-.32.14-.58.24-.67.42-.37.68-.45 1.01-.33 1.21.12.2.43.19.85.18l.34-.01c.12 0 11.68-.3 18.38 0 .24.01.5.07.78.13.31.07.65.15.96.15.44 0 .84-.14 1.12-.64.73-1.27 1.08-6.59 1.09-6.84.02-.11-.09-1.08-.6-1.19Zm-112.71-2.48a2.7 2.7 0 0 0 1.63.49c.64 0 1.27-.16 1.78-.31 2.22-.67 4.81-4.4 4.81-8.21 0-2.16-.77-3.56-2.18-3.93-1.92-.51-4.54 1.08-5.98 3.61-.66 1.17-1.45 2.88-1.44 4.4.03 1.97.49 3.3 1.38 3.95Zm1.87-7.19c.69-1.26 1.56-2.12 2.41-2.36.16-.04.31-.07.46-.07.25 0 .49.06.7.19 1.05.6.85 3.15-.04 4.74-.92 1.64-1.85 2.76-3.39 2.89-.42.03-.74-.11-.95-.43-.59-.9-.24-3.03.81-4.96Z"), _(l, "d", "M54.37 70.083a1.75 1.75 0 0 0-1.3-.22c-5.09.98-7.12 5.32-8.59 10.12-.76.01-1.57-.01-2.44-.06a.37.37 0 0 0-.3.14.37.37 0 0 0-.06.32l.16.51c.16.49.61.82 1.12.82h1.01l-.36 1.29c-1.78 6.44-4.08 12.88-11.28 12.12-.17-.02-.38-.1-.49.02a.52.52 0 0 0-.14.46l.06.38c.03.17.17.3.35.34 4.6 1.11 8.46-1.54 10.22-3.88 1.93-2.56 3.11-6.01 3.94-9.51l.29-1.22c2.76-.03 3.05.16 3.23.28.11.08.2.12.48.12.08 0 .15-.04.19-.1a.23.23 0 0 0 .04-.21l-.35-1.09a1.1 1.1 0 0 0-1.05-.76l-2.09.01c.91-3.38 2.09-6.26 4.64-7.44h.01l.03-.01c.6-.29.85-.26.95-.18.19.14.12.62.05 1.04-.08.51-.16 1.04.14 1.26.24.18.66.1 1.33-.23l.05-.02.64-3.46v-.02a1.19 1.19 0 0 0-.48-.82Zm-17.48-38.41c-2.72.26-7.37.11-10.15.03-2.33-.07-2.48-.07-2.54 0-.08.08-.64.76-.51 1.13.03.09.11.19.31.22.97.12 2.43.5 3.6 1.21 1.47.88 2.2 2.05 2.18 3.47l.02 20.02a8.34 8.34 0 0 1-4.62 7.34 10.58 10.58 0 0 1-10.28-.61c-2.85-1.88-4.28-5.03-4.03-8.86l.02-18.32c0-2.74 1.66-3.39 2.76-3.82.52-.2.89-.35.89-.67 0-.3.09-.52.15-.69.06-.16.11-.28.03-.38-.08-.1-.24-.1-.49-.08-4.43.42-8.59.17-10.83.04-1.47-.09-1.74-.1-1.83-.01a1.192 1.192 0 0 1-.11.1c-.39.35-.79.75-.69 1.06.05.15.2.24.46.27 2.66.33 4.01 1.35 4.01 6l-.04 19.47a11.16 11.16 0 0 0 5.99 10.04 15.78 15.78 0 0 0 7.52 1.83c3.03 0 6.09-.79 8.6-2.35 4.23-2.63 6.43-7.03 6.21-12.4-.14-3.3-.06-19.76-.05-19.93 0-1.71 1.66-2.24 2.76-2.6.56-.18.9-.29.9-.52 0-.17.04-.32.08-.46.05-.19.09-.34 0-.45-.08-.09-.22-.09-.32-.08Zm31.25.33c-2.11.2-5.62.09-7.71.02-1.86-.06-1.87-.05-1.93.01-.08.08-.51.71-.4 1.04.04.11.13.18.26.19 1.59.2 4.26.84 4.26 2.9l-.04 18.56c-.39-.34-1.81-2.07-6.57-8.89-4.45-6.37-9.53-13.91-9.59-13.99l-.04-.06-.07.03c-.03.01-.89.29-6.41-.16h-.04l-.03.02c-.19.13-1.13.82-1.02 1.23.04.15.19.23.45.25 3.89.32 3.87 1.6 3.84 5.01l-.01 1.12-.03 19.66c0 1.31-1.77 1.88-2.83 2.22-.61.2-.92.3-.92.49 0 .11-.02.25-.05.41-.06.33-.11.65.03.8.04.04.11.09.22.08 2.11-.2 5.9-.09 8.17-.02 2.05.06 2.06.05 2.12 0 .1-.1.51-.83.39-1.18a.3.3 0 0 0-.25-.2c-1.53-.19-4.11-.82-4.11-2.9l-.02-18.38c1.67 2.12 14.64 18.74 16.1 23.73.01.03.2.69.64.79l.11.01c.21 0 .42-.13.65-.38.4-.46.61-.54.84-.63.12-.05.25-.1.41-.2.57-.36.58-.64.62-1.26v-.05l-.02-26.53c0-1.31 1.45-1.9 2.41-2.29.51-.2.79-.32.79-.51 0-.12.03-.25.06-.37.05-.2.09-.37-.01-.48-.06-.08-.15-.1-.27-.09Zm190.77.11c-2.24.21-5.84.09-8 .02-1.82-.06-1.9-.05-1.96 0-.05.05-.52.54-.42.83.02.07.09.16.28.18h.32a3.37 3.37 0 0 1 2.69 1.82c.29.66.24 1.37-.14 2.06l-5.87 9.71-5.32-9.2c-.66-1.32-.78-2.62-.33-3.47.31-.58.85-.92 1.61-1.01l.59-.01c.19-.02.26-.12.29-.19.11-.31-.4-.82-.45-.88-.06-.06-.15-.07-2.25 0-2.45.07-6.55.2-8.95-.03-.16-.01-.27.02-.33.1-.11.14-.04.37.06.66l.05.16c.05.16.24.2.52.27.65.15 1.86.42 2.87 2.4l8.42 15.59.07 6.72c-.02 2.86-1.3 3.1-2.06 3.24-.33.06-.62.12-.62.4 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.85-.36 6.9-.14 8.55-.03.51.04.82.06 1 .06.18 0 .24-.02.28-.06.03-.03.84-.85.69-1.3-.05-.15-.18-.23-.4-.26-2.34-.29-2.96-1.34-3-5.07l.02-6.27 8.15-14.59a4.48 4.48 0 0 1 2.93-1.99c.4-.11.64-.17.64-.37 0-.13.04-.26.07-.38.04-.16.08-.29 0-.39-.08-.05-.21-.05-.29-.04Zm-56.72 29.22c-2.04-.25-3.14-1.05-3.14-4.51l-.03-20.51c0-2.05 1.36-2.51 2.26-2.82.44-.15.75-.26.75-.52 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.31.31-7 .13-8.97.03-1.47-.07-1.65-.07-1.72 0-.08.08-.74.76-.61 1.16.03.09.12.21.36.24 1.83.23 4 1.26 4 4.88l.02 20.25c0 2.05-1.25 2.46-2.07 2.74-.39.13-.7.23-.7.49 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.35-.31 6.5-.13 8.19-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.74-.76.61-1.16-.03-.09-.11-.21-.35-.24Zm-21.78-17.36c-.55-.07-1.2-.17-1.83-.36-1.75-.53-4.74-1.82-5.21-4.44-.08-.45-.06-.92.06-1.42.47-1.98 2.52-4.07 6.74-3.44 4.01.6 6.03 3.03 6.01 5.18 0 .1.09.17.18.14l1.15-.34a.28.28 0 0 0 .21-.31 45.093 45.093 0 0 1-.43-4.05c0-.9.24-2.21.38-2.91.15-.73-.06-.56-.06-.56-1.01.52-2.81.26-4.71-.01-1.35-.2-2.74-.4-3.85-.3-6.38.3-9.96 4.51-10.21 8.51a7.117 7.117 0 0 0 1.81 5.22c1.44 1.62 3.65 2.73 6.39 3.21 4.42.97 6.92 2.06 7.48 5.09a5.61 5.61 0 0 1-.19 2.79c-1.2 3.54-4.86 4.11-7.89 3.45-5.15-1.11-7.06-4.52-6.85-7.49 0-.06-.05-.1-.1-.08l-1.51.51a.2.2 0 0 0-.14.21c.17 1.52.35 4.23.03 5.51-.09.37.1.88.53 1.44 1.41 1.81 4.06 3.48 8.5 3.48l.46.01c7.8 0 11.72-4.79 12.07-9.32.31-4.22-2.35-8.84-9.02-9.72Zm48.36-12.05c-.18-.19-.44-.27-.81-.25-.38.02-.86.14-1.47.37-.12.04-.25.07-.37.07h-18.08a.966.966 0 0 1-.37-.07c-1.17-.43-1.83-.49-2.2-.2-.28.22-.39.63-.32 1.29.08.81.04 3.31.01 4.81l-.01 1.04c0 .97.32 1.19.58 1.22.48.05 1.04-.64 1.14-1.2.67-4.02 2.41-3.98 5.29-3.9l1.31.02c1.05 0 1.41.95 1.41 1.39l.01 20.68c0 2.36-1.51 3.03-2.52 3.47-.47.21-.82.36-.82.64 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.82-.36 7.51-.15 9.49-.03.68.04 1.07.06 1.3.06.22 0 .29-.02.33-.06.03-.03.85-.86.69-1.31-.05-.15-.18-.23-.4-.26-2.25-.28-3.56-1.18-3.6-4.98v-19.47c0-.56.39-1.46 1.42-1.46l1.31-.02h.14c2.73-.07 4.11-.11 4.78 3.9.06.33.27.7.54.95.26.23.53.31.75.21.28-.13.43-.52.43-1.18l-.01-1.04c-.02-1.5-.07-4 .01-4.81.05-.58-.02-.96-.25-1.2Zm-117.3-.08c-2.09.2-5.38.09-7.34.02-1.72-.06-1.73-.05-1.78.01-.09.09-.5.74-.39 1.07.04.11.13.18.26.19h.3c.13 0 .24.01.34.04 2.09.5 2.57 3.23 2.12 5.56-.13.68-.35 1.39-.67 2.19l-5.39 13.52-6.32-15.09c-.7-1.83-1.28-3.68-.7-4.79.31-.59.94-.99 1.91-1.23l.69-.09c.13-.02.23-.09.26-.2.12-.35-.32-1.04-.42-1.13-.06-.06-.07-.07-2.26 0-2.42.07-6.48.18-8.71-.02-.12-.01-.2.02-.26.08-.11.12-.06.33-.01.56.03.14.06.28.06.4 0 .19.2.29.54.47.59.31 1.57.83 2.29 2.19 1.01 1.9 11.24 27.73 11.34 27.99.2.63.44.96.72.97h.02c.24 0 .45-.22.64-.66l1.45-3.97c2.76-7.57 8.51-23.33 9.22-24.71a4.195 4.195 0 0 1 1.86-1.94c.25-.14.42-.23.42-.41 0-.11.03-.25.05-.38.05-.24.09-.44-.02-.56-.03-.06-.11-.09-.22-.08Zm26.02 22.93c-.29-.11-.68.12-1.2.71-.12.14-.23.36-.36.65-.58 1.27-1.67 3.64-6.62 3.76-5.36.13-6.96-.33-7.1-2.05-.14-1.73-.01-10.14 0-11 1.96-.59 5.7-.99 5.73-.99 2.21-.1 3 2.33 3.12 3.28.05.44.24.59.38.65.19.08.43.02.64-.16.25-.21.47-.6.4-.98-.08-.39-.02-1.28.05-2.32.14-2.03.29-4.34-.44-4.69-.26-.13-.59-.01-1.01.38-.57.85-1.3 1.49-3 1.8-1.51.28-5.19.56-5.86.61v-9.43c1.05.14 2.34.06 3.7-.03 3.57-.23 7.62-.49 9.13 3.16.36 1.14.73 1.31.98 1.25.49-.12.78-1.29.59-2.37-.38-2.07-.76-5.32-.77-5.36l-.02-.14-.12.06c-.56.28-11 .24-16.61.22h-3.96c-1.45 0-1.63 1.45-1.63 1.47l-.01.11h.11c.02.01 1.43 0 2.54 1.09.89.88 1.34 2.22 1.34 3.97l-.07 19.35c0 2.05-1.42 2.57-2.36 2.91-.45.16-.78.28-.78.54 0 .64.64 1.48 1.32 1.48h18.29c.26 0 .58.08.92.16.37.09.74.17 1.06.17.22 0 .41-.04.56-.15a.783.783 0 0 0 .31-.58c.18-1.42 1.06-6.68 1.07-6.75.02-.07.02-.65-.32-.78Zm-55.71 6.63c-2.33-.29-3.16-1.5-3.16-4.64l-.03-20.62c0-2.06 1.37-2.47 2.27-2.74.44-.13.76-.23.76-.49 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.33.31-7.03.13-9.02.03-1.48-.07-1.65-.07-1.73 0-.08.08-.75.76-.61 1.16.03.09.12.21.36.24 1.84.23 4.02 1.26 4.02 4.89l.04 20.24c0 2.06-1.25 2.53-2.08 2.83-.4.15-.7.26-.7.52 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.36-.32 6.53-.13 8.23-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.75-.77.61-1.16-.03-.09-.12-.2-.36-.23Zm61.64-24.69c.02.68.14 22.03.14 22.24-.12 1.84-1.44 2.23-2.31 2.49-.43.13-.75.22-.75.47 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.66-.12 8.52-.03 1.38.07 1.53.07 1.61 0 .07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-1.98-.24-3.29-1.03-3.29-4.12v-10.03c1.25.14 1.86-.04 2.35.07 1.47.33 3.44 1.9 5.81 6.12.66 1.17 3.73 6.59 3.59 7.42-.06.35-.55.4-.89.45-.29.05-.56.09-.56.32 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.58-.12 8.44-.03.69.03.04.05.26.05s.28-.02.32-.05c.07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-2.04-.24-2.68-1.13-4.98-4.08-.61-.88-1.2-1.79-1.77-2.68-1.84-2.87-3.34-6.42-5.42-8 3.1-.31 4.53-2.03 5.55-3.23a8.04 8.04 0 0 0 1.89-5.57 6.532 6.532 0 0 0-1.95-4.4 7.24 7.24 0 0 0-5.33-1.78c-3.2.11-10.31.02-13.73-.23-.95-.07-1.61-.04-1.99.3-.24.22-.35.56-.35 1.07v.09l.09.01c-.01.02 3.68.53 3.75 3.55Zm4.41-1.92 4.1-.21c2.46-.21 4.53.79 5.55 2.67a4.762 4.762 0 0 1-.38 5.21c-1.66 2.13-5.04 2.75-9.27 1.7v-9.37Z"), _(n, "fill", "#fff"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "xml:space", "preserve"), _(e, "viewBox", "0 0 260 141");
|
|
393
390
|
},
|
|
394
391
|
m(s, r) {
|
|
395
|
-
|
|
392
|
+
d(s, e, r), g(e, n), g(n, t), g(n, l);
|
|
396
393
|
},
|
|
397
|
-
p:
|
|
398
|
-
i:
|
|
399
|
-
o:
|
|
394
|
+
p: k,
|
|
395
|
+
i: k,
|
|
396
|
+
o: k,
|
|
400
397
|
d(s) {
|
|
401
398
|
s && v(e);
|
|
402
399
|
}
|
|
403
400
|
};
|
|
404
401
|
}
|
|
405
|
-
class
|
|
402
|
+
class Ye extends K {
|
|
406
403
|
constructor(e) {
|
|
407
|
-
super(),
|
|
404
|
+
super(), Q(this, e, null, _t, D, {});
|
|
408
405
|
}
|
|
409
406
|
}
|
|
410
|
-
|
|
407
|
+
Y(Ye, {}, [], [], !0);
|
|
411
408
|
function ht(a) {
|
|
412
409
|
let e, n, t;
|
|
413
410
|
return {
|
|
@@ -415,22 +412,22 @@ function ht(a) {
|
|
|
415
412
|
e = R("svg"), n = R("path"), t = R("path"), _(n, "d", "M0 0h100v100H0V0z"), _(t, "fill", "#fff"), _(t, "d", "M74.6 54.9l-.7 2c2.4 0 5.6 1.4 5.6 2.9v9.5c0-.2-.2 5.4-7.8 5.4-13.7 0-15.6-10-15.6-20 0-6.7 2.4-13 5.8-17 3.4-3.8 9.8-3.6 15-3 5 .4 6.8 8.7 6.8 8.7l1.7-.5.2-13.2s-.7-.7-1.2-.5c-.5.3-2.4 1-3.7 1-1 0-4.6-.7-8.3-.7-6.6 0-13 1.4-17.8 8a32 32 0 00-3.4 6.1V28c0-8 4.1-6.3 4.6-7 .5-1.3.5-1.3-.2-1.5H39.9s-2 1.4-.7 1.4c5.4.5 7.6 2.5 7.6 7.4v25.4c0 6.6-5.1 10.5-12.5 10.5C27 64.2 22 59.5 22 51.5v-23c0-8 4.1-6.6 4.4-7.6.7-1 .7-1.2 0-1.2 0 0-9.3.5-16.2 0 0 0-2 1.5-.7 1.5 5.4.5 5.4 2.9 5.4 8v26.2s-.5 13.9 17.8 13.9c7.8 0 12.5-3.2 15-6.4l1.1-1.7c.3 2.5.8 5 1.5 7.1 3 9.6 14 12.2 17.6 12.2 4.6 0 4.6 0 8.8-2.9 2.2-1.2 10.2-4.4 10.2-4.4V59.8c0-2.2 4-3.2 4-3.2l.2-1.7H74.6z"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "viewBox", "0 0 100 100");
|
|
416
413
|
},
|
|
417
414
|
m(l, s) {
|
|
418
|
-
|
|
415
|
+
d(l, e, s), g(e, n), g(e, t);
|
|
419
416
|
},
|
|
420
|
-
p:
|
|
421
|
-
i:
|
|
422
|
-
o:
|
|
417
|
+
p: k,
|
|
418
|
+
i: k,
|
|
419
|
+
o: k,
|
|
423
420
|
d(l) {
|
|
424
421
|
l && v(e);
|
|
425
422
|
}
|
|
426
423
|
};
|
|
427
424
|
}
|
|
428
|
-
class
|
|
425
|
+
class Ke extends K {
|
|
429
426
|
constructor(e) {
|
|
430
|
-
super(),
|
|
427
|
+
super(), Q(this, e, null, ht, D, {});
|
|
431
428
|
}
|
|
432
429
|
}
|
|
433
|
-
|
|
430
|
+
Y(Ke, {}, [], [], !0);
|
|
434
431
|
function gt(a) {
|
|
435
432
|
let e, n, t;
|
|
436
433
|
return {
|
|
@@ -438,22 +435,22 @@ function gt(a) {
|
|
|
438
435
|
e = R("svg"), n = R("path"), t = R("path"), _(n, "d", "M23.131 0l44.847 90H0V0"), _(n, "fill", "#c20430"), _(t, "d", "M23.131 0l16.03 32.044L55.1 0"), _(t, "fill", "#ffc500"), _(e, "viewBox", "0 0 68 90"), _(e, "xmlns", "http://www.w3.org/2000/svg");
|
|
439
436
|
},
|
|
440
437
|
m(l, s) {
|
|
441
|
-
|
|
438
|
+
d(l, e, s), g(e, n), g(e, t);
|
|
442
439
|
},
|
|
443
|
-
p:
|
|
444
|
-
i:
|
|
445
|
-
o:
|
|
440
|
+
p: k,
|
|
441
|
+
i: k,
|
|
442
|
+
o: k,
|
|
446
443
|
d(l) {
|
|
447
444
|
l && v(e);
|
|
448
445
|
}
|
|
449
446
|
};
|
|
450
447
|
}
|
|
451
|
-
class
|
|
448
|
+
class Qe extends K {
|
|
452
449
|
constructor(e) {
|
|
453
|
-
super(),
|
|
450
|
+
super(), Q(this, e, null, gt, D, {});
|
|
454
451
|
}
|
|
455
452
|
}
|
|
456
|
-
|
|
453
|
+
Y(Qe, {}, [], [], !0);
|
|
457
454
|
const { window: Xe } = ot;
|
|
458
455
|
function ve(a, e, n) {
|
|
459
456
|
const t = a.slice();
|
|
@@ -463,11 +460,11 @@ function we(a, e, n) {
|
|
|
463
460
|
const t = a.slice();
|
|
464
461
|
return t[15] = e[n], t;
|
|
465
462
|
}
|
|
466
|
-
function
|
|
463
|
+
function $e(a, e, n) {
|
|
467
464
|
const t = a.slice();
|
|
468
465
|
return t[12] = e[n], t;
|
|
469
466
|
}
|
|
470
|
-
function
|
|
467
|
+
function ke(a, e, n) {
|
|
471
468
|
const t = a.slice();
|
|
472
469
|
return t[15] = e[n], t;
|
|
473
470
|
}
|
|
@@ -496,7 +493,7 @@ function Ae(a, e, n) {
|
|
|
496
493
|
return t[15] = e[n], t;
|
|
497
494
|
}
|
|
498
495
|
function je(a) {
|
|
499
|
-
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r =
|
|
496
|
+
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = j([
|
|
500
497
|
.../*topLinks*/
|
|
501
498
|
a[6],
|
|
502
499
|
/*account*/
|
|
@@ -508,8 +505,8 @@ function je(a) {
|
|
|
508
505
|
o[12].title
|
|
509
506
|
);
|
|
510
507
|
for (let o = 0; o < r.length; o += 1) {
|
|
511
|
-
let c = Ne(a, r, o),
|
|
512
|
-
l.set(
|
|
508
|
+
let c = Ne(a, r, o), u = i(c);
|
|
509
|
+
l.set(u, t[o] = Se(u, c));
|
|
513
510
|
}
|
|
514
511
|
return {
|
|
515
512
|
c() {
|
|
@@ -519,30 +516,30 @@ function je(a) {
|
|
|
519
516
|
_(n, "class", "flex h-full items-center justify-end [&>li]:contents"), _(e, "class", "flex h-16 justify-end bg-white px-[calc((100%-1320px)/2)] text-3xl"), _(e, "aria-label", "Secondary");
|
|
520
517
|
},
|
|
521
518
|
m(o, c) {
|
|
522
|
-
|
|
523
|
-
for (let
|
|
524
|
-
t[
|
|
519
|
+
d(o, e, c), g(e, n);
|
|
520
|
+
for (let u = 0; u < t.length; u += 1)
|
|
521
|
+
t[u] && t[u].m(n, null);
|
|
525
522
|
s = !0;
|
|
526
523
|
},
|
|
527
524
|
p(o, c) {
|
|
528
525
|
c[0] & /*topLinks, account*/
|
|
529
|
-
576 && (r =
|
|
526
|
+
576 && (r = j([
|
|
530
527
|
.../*topLinks*/
|
|
531
528
|
o[6],
|
|
532
529
|
/*account*/
|
|
533
530
|
o[9]
|
|
534
|
-
]),
|
|
531
|
+
]), E(), t = ie(t, c, i, 1, o, r, l, n, ce, Se, null, Ne), U());
|
|
535
532
|
},
|
|
536
533
|
i(o) {
|
|
537
534
|
if (!s) {
|
|
538
535
|
for (let c = 0; c < r.length; c += 1)
|
|
539
|
-
|
|
536
|
+
p(t[c]);
|
|
540
537
|
s = !0;
|
|
541
538
|
}
|
|
542
539
|
},
|
|
543
540
|
o(o) {
|
|
544
541
|
for (let c = 0; c < t.length; c += 1)
|
|
545
|
-
|
|
542
|
+
m(t[c]);
|
|
546
543
|
s = !1;
|
|
547
544
|
},
|
|
548
545
|
d(o) {
|
|
@@ -559,7 +556,7 @@ function pt(a) {
|
|
|
559
556
|
), t;
|
|
560
557
|
return {
|
|
561
558
|
c() {
|
|
562
|
-
e = b("a"), t =
|
|
559
|
+
e = b("a"), t = T(n), _(e, "class", "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey"), _(
|
|
563
560
|
e,
|
|
564
561
|
"href",
|
|
565
562
|
/*item*/
|
|
@@ -572,11 +569,11 @@ function pt(a) {
|
|
|
572
569
|
);
|
|
573
570
|
},
|
|
574
571
|
m(l, s) {
|
|
575
|
-
|
|
572
|
+
d(l, e, s), g(e, t);
|
|
576
573
|
},
|
|
577
|
-
p:
|
|
578
|
-
i:
|
|
579
|
-
o:
|
|
574
|
+
p: k,
|
|
575
|
+
i: k,
|
|
576
|
+
o: k,
|
|
580
577
|
d(l) {
|
|
581
578
|
l && v(e);
|
|
582
579
|
}
|
|
@@ -584,7 +581,7 @@ function pt(a) {
|
|
|
584
581
|
}
|
|
585
582
|
function bt(a) {
|
|
586
583
|
let e, n;
|
|
587
|
-
return e = new
|
|
584
|
+
return e = new O({
|
|
588
585
|
props: {
|
|
589
586
|
class: "relative h-full",
|
|
590
587
|
buttonClass: `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey aria-expanded:bg-uofg-grey ${/*item*/
|
|
@@ -600,16 +597,16 @@ function bt(a) {
|
|
|
600
597
|
),
|
|
601
598
|
$$slots: {
|
|
602
599
|
button: [wt],
|
|
603
|
-
default: [
|
|
600
|
+
default: [mt]
|
|
604
601
|
},
|
|
605
602
|
$$scope: { ctx: a }
|
|
606
603
|
}
|
|
607
604
|
}), {
|
|
608
605
|
c() {
|
|
609
|
-
|
|
606
|
+
L(e.$$.fragment);
|
|
610
607
|
},
|
|
611
608
|
m(t, l) {
|
|
612
|
-
|
|
609
|
+
N(e, t, l), n = !0;
|
|
613
610
|
},
|
|
614
611
|
p(t, l) {
|
|
615
612
|
const s = {};
|
|
@@ -617,13 +614,13 @@ function bt(a) {
|
|
|
617
614
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
618
615
|
},
|
|
619
616
|
i(t) {
|
|
620
|
-
n || (
|
|
617
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
621
618
|
},
|
|
622
619
|
o(t) {
|
|
623
|
-
|
|
620
|
+
m(e.$$.fragment, t), n = !1;
|
|
624
621
|
},
|
|
625
622
|
d(t) {
|
|
626
|
-
|
|
623
|
+
A(e, t);
|
|
627
624
|
}
|
|
628
625
|
};
|
|
629
626
|
}
|
|
@@ -648,19 +645,19 @@ function Ze(a) {
|
|
|
648
645
|
i = G(i, r[o]);
|
|
649
646
|
return {
|
|
650
647
|
c() {
|
|
651
|
-
e = b("li"), n = b("a"), l =
|
|
648
|
+
e = b("li"), n = b("a"), l = T(t), s = x(), I(n, i);
|
|
652
649
|
},
|
|
653
650
|
m(o, c) {
|
|
654
|
-
|
|
651
|
+
d(o, e, c), g(e, n), g(n, l), g(e, s);
|
|
655
652
|
},
|
|
656
|
-
p:
|
|
653
|
+
p: k,
|
|
657
654
|
d(o) {
|
|
658
655
|
o && v(e);
|
|
659
656
|
}
|
|
660
657
|
};
|
|
661
658
|
}
|
|
662
|
-
function
|
|
663
|
-
let e, n =
|
|
659
|
+
function mt(a) {
|
|
660
|
+
let e, n = j(
|
|
664
661
|
/*item*/
|
|
665
662
|
a[12].links
|
|
666
663
|
), t = [];
|
|
@@ -670,17 +667,17 @@ function dt(a) {
|
|
|
670
667
|
c() {
|
|
671
668
|
for (let l = 0; l < t.length; l += 1)
|
|
672
669
|
t[l].c();
|
|
673
|
-
e =
|
|
670
|
+
e = q();
|
|
674
671
|
},
|
|
675
672
|
m(l, s) {
|
|
676
673
|
for (let r = 0; r < t.length; r += 1)
|
|
677
674
|
t[r] && t[r].m(l, s);
|
|
678
|
-
|
|
675
|
+
d(l, e, s);
|
|
679
676
|
},
|
|
680
677
|
p(l, s) {
|
|
681
678
|
if (s[0] & /*topLinks, account*/
|
|
682
679
|
576) {
|
|
683
|
-
n =
|
|
680
|
+
n = j(
|
|
684
681
|
/*item*/
|
|
685
682
|
l[12].links
|
|
686
683
|
);
|
|
@@ -699,55 +696,55 @@ function dt(a) {
|
|
|
699
696
|
}
|
|
700
697
|
};
|
|
701
698
|
}
|
|
702
|
-
function
|
|
699
|
+
function dt(a) {
|
|
703
700
|
let e, n, t, l;
|
|
704
|
-
return t = new
|
|
701
|
+
return t = new W({ props: { icon: ne } }), {
|
|
705
702
|
c() {
|
|
706
703
|
e = b("span"), e.textContent = `${/*item*/
|
|
707
|
-
a[12].text.toUpperCase()}`, n = x(),
|
|
704
|
+
a[12].text.toUpperCase()}`, n = x(), L(t.$$.fragment);
|
|
708
705
|
},
|
|
709
706
|
m(s, r) {
|
|
710
|
-
|
|
707
|
+
d(s, e, r), d(s, n, r), N(t, s, r), l = !0;
|
|
711
708
|
},
|
|
712
|
-
p:
|
|
709
|
+
p: k,
|
|
713
710
|
i(s) {
|
|
714
|
-
l || (
|
|
711
|
+
l || (p(t.$$.fragment, s), l = !0);
|
|
715
712
|
},
|
|
716
713
|
o(s) {
|
|
717
|
-
|
|
714
|
+
m(t.$$.fragment, s), l = !1;
|
|
718
715
|
},
|
|
719
716
|
d(s) {
|
|
720
|
-
s && (v(e), v(n)),
|
|
717
|
+
s && (v(e), v(n)), A(t, s);
|
|
721
718
|
}
|
|
722
719
|
};
|
|
723
720
|
}
|
|
724
721
|
function vt(a) {
|
|
725
722
|
let e, n;
|
|
726
|
-
return e = new
|
|
723
|
+
return e = new W({ props: { icon: (
|
|
727
724
|
/*item*/
|
|
728
725
|
a[12].icon
|
|
729
726
|
) } }), {
|
|
730
727
|
c() {
|
|
731
|
-
|
|
728
|
+
L(e.$$.fragment);
|
|
732
729
|
},
|
|
733
730
|
m(t, l) {
|
|
734
|
-
|
|
731
|
+
N(e, t, l), n = !0;
|
|
735
732
|
},
|
|
736
|
-
p:
|
|
733
|
+
p: k,
|
|
737
734
|
i(t) {
|
|
738
|
-
n || (
|
|
735
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
739
736
|
},
|
|
740
737
|
o(t) {
|
|
741
|
-
|
|
738
|
+
m(e.$$.fragment, t), n = !1;
|
|
742
739
|
},
|
|
743
740
|
d(t) {
|
|
744
|
-
|
|
741
|
+
A(e, t);
|
|
745
742
|
}
|
|
746
743
|
};
|
|
747
744
|
}
|
|
748
745
|
function wt(a) {
|
|
749
746
|
let e, n, t, l;
|
|
750
|
-
const s = [vt,
|
|
747
|
+
const s = [vt, dt], r = [];
|
|
751
748
|
function i(o, c) {
|
|
752
749
|
return (
|
|
753
750
|
/*item*/
|
|
@@ -764,16 +761,16 @@ function wt(a) {
|
|
|
764
761
|
);
|
|
765
762
|
},
|
|
766
763
|
m(o, c) {
|
|
767
|
-
|
|
764
|
+
d(o, e, c), r[n].m(e, null), l = !0;
|
|
768
765
|
},
|
|
769
766
|
p(o, c) {
|
|
770
767
|
t.p(o, c);
|
|
771
768
|
},
|
|
772
769
|
i(o) {
|
|
773
|
-
l || (
|
|
770
|
+
l || (p(t), l = !0);
|
|
774
771
|
},
|
|
775
772
|
o(o) {
|
|
776
|
-
|
|
773
|
+
m(t), l = !1;
|
|
777
774
|
},
|
|
778
775
|
d(o) {
|
|
779
776
|
o && v(e), r[n].d();
|
|
@@ -783,10 +780,10 @@ function wt(a) {
|
|
|
783
780
|
function Se(a, e) {
|
|
784
781
|
let n, t, l, s, r;
|
|
785
782
|
const i = [bt, pt], o = [];
|
|
786
|
-
function c(
|
|
783
|
+
function c(u, f) {
|
|
787
784
|
return (
|
|
788
785
|
/*item*/
|
|
789
|
-
|
|
786
|
+
u[12].links ? 0 : 1
|
|
790
787
|
);
|
|
791
788
|
}
|
|
792
789
|
return t = c(e), l = o[t] = i[t](e), {
|
|
@@ -795,89 +792,89 @@ function Se(a, e) {
|
|
|
795
792
|
c() {
|
|
796
793
|
n = b("li"), l.c(), s = x(), this.first = n;
|
|
797
794
|
},
|
|
798
|
-
m(
|
|
799
|
-
|
|
795
|
+
m(u, f) {
|
|
796
|
+
d(u, n, f), o[t].m(n, null), g(n, s), r = !0;
|
|
800
797
|
},
|
|
801
|
-
p(
|
|
802
|
-
e =
|
|
798
|
+
p(u, f) {
|
|
799
|
+
e = u, l.p(e, f);
|
|
803
800
|
},
|
|
804
|
-
i(
|
|
805
|
-
r || (
|
|
801
|
+
i(u) {
|
|
802
|
+
r || (p(l), r = !0);
|
|
806
803
|
},
|
|
807
|
-
o(
|
|
808
|
-
|
|
804
|
+
o(u) {
|
|
805
|
+
m(l), r = !1;
|
|
809
806
|
},
|
|
810
|
-
d(
|
|
811
|
-
|
|
807
|
+
d(u) {
|
|
808
|
+
u && v(n), o[t].d();
|
|
812
809
|
}
|
|
813
810
|
};
|
|
814
811
|
}
|
|
815
812
|
function Me(a) {
|
|
816
813
|
let e, n, t;
|
|
817
|
-
return n = new
|
|
814
|
+
return n = new Qe({}), {
|
|
818
815
|
c() {
|
|
819
|
-
e = b("div"),
|
|
816
|
+
e = b("div"), L(n.$$.fragment), _(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
|
|
820
817
|
},
|
|
821
818
|
m(l, s) {
|
|
822
|
-
|
|
819
|
+
d(l, e, s), N(n, e, null), t = !0;
|
|
823
820
|
},
|
|
824
821
|
i(l) {
|
|
825
|
-
t || (
|
|
822
|
+
t || (p(n.$$.fragment, l), t = !0);
|
|
826
823
|
},
|
|
827
824
|
o(l) {
|
|
828
|
-
|
|
825
|
+
m(n.$$.fragment, l), t = !1;
|
|
829
826
|
},
|
|
830
827
|
d(l) {
|
|
831
|
-
l && v(e),
|
|
828
|
+
l && v(e), A(n);
|
|
832
829
|
}
|
|
833
830
|
};
|
|
834
831
|
}
|
|
835
|
-
function
|
|
832
|
+
function $t(a) {
|
|
836
833
|
let e, n;
|
|
837
|
-
return e = new
|
|
834
|
+
return e = new Ke({}), {
|
|
838
835
|
c() {
|
|
839
|
-
|
|
836
|
+
L(e.$$.fragment);
|
|
840
837
|
},
|
|
841
838
|
m(t, l) {
|
|
842
|
-
|
|
839
|
+
N(e, t, l), n = !0;
|
|
843
840
|
},
|
|
844
841
|
i(t) {
|
|
845
|
-
n || (
|
|
842
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
846
843
|
},
|
|
847
844
|
o(t) {
|
|
848
|
-
|
|
845
|
+
m(e.$$.fragment, t), n = !1;
|
|
849
846
|
},
|
|
850
847
|
d(t) {
|
|
851
|
-
|
|
848
|
+
A(e, t);
|
|
852
849
|
}
|
|
853
850
|
};
|
|
854
851
|
}
|
|
855
|
-
function
|
|
852
|
+
function kt(a) {
|
|
856
853
|
let e, n;
|
|
857
|
-
return e = new
|
|
854
|
+
return e = new Ye({}), {
|
|
858
855
|
c() {
|
|
859
|
-
|
|
856
|
+
L(e.$$.fragment);
|
|
860
857
|
},
|
|
861
858
|
m(t, l) {
|
|
862
|
-
|
|
859
|
+
N(e, t, l), n = !0;
|
|
863
860
|
},
|
|
864
861
|
i(t) {
|
|
865
|
-
n || (
|
|
862
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
866
863
|
},
|
|
867
864
|
o(t) {
|
|
868
|
-
|
|
865
|
+
m(e.$$.fragment, t), n = !1;
|
|
869
866
|
},
|
|
870
867
|
d(t) {
|
|
871
|
-
|
|
868
|
+
A(e, t);
|
|
872
869
|
}
|
|
873
870
|
};
|
|
874
871
|
}
|
|
875
872
|
function yt(a) {
|
|
876
|
-
let e, n, t, l, s, r, i, o, c,
|
|
877
|
-
return l = new
|
|
873
|
+
let e, n, t, l, s, r, i, o, c, u, f;
|
|
874
|
+
return l = new W({ props: { icon: (
|
|
878
875
|
/*search*/
|
|
879
876
|
a[8].icon
|
|
880
|
-
) } }), i = new
|
|
877
|
+
) } }), i = new O({
|
|
881
878
|
props: {
|
|
882
879
|
class: "h-full",
|
|
883
880
|
buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black",
|
|
@@ -889,7 +886,7 @@ function yt(a) {
|
|
|
889
886
|
},
|
|
890
887
|
$$scope: { ctx: a }
|
|
891
888
|
}
|
|
892
|
-
}),
|
|
889
|
+
}), u = new O({
|
|
893
890
|
props: {
|
|
894
891
|
class: "h-full",
|
|
895
892
|
buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black [&_svg]:aria-expanded:rotate-180",
|
|
@@ -903,7 +900,7 @@ function yt(a) {
|
|
|
903
900
|
}
|
|
904
901
|
}), {
|
|
905
902
|
c() {
|
|
906
|
-
e = b("ul"), n = b("li"), t = b("a"),
|
|
903
|
+
e = b("ul"), n = b("li"), t = b("a"), L(l.$$.fragment), s = x(), r = b("li"), L(i.$$.fragment), o = x(), c = b("li"), L(u.$$.fragment), _(t, "class", "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black"), _(
|
|
907
904
|
t,
|
|
908
905
|
"href",
|
|
909
906
|
/*search*/
|
|
@@ -915,36 +912,36 @@ function yt(a) {
|
|
|
915
912
|
a[8].text
|
|
916
913
|
), _(e, "class", "flex h-full [&>li]:contents");
|
|
917
914
|
},
|
|
918
|
-
m(
|
|
919
|
-
|
|
915
|
+
m(h, C) {
|
|
916
|
+
d(h, e, C), g(e, n), g(n, t), N(l, t, null), g(e, s), g(e, r), N(i, r, null), g(e, o), g(e, c), N(u, c, null), f = !0;
|
|
920
917
|
},
|
|
921
|
-
p(
|
|
918
|
+
p(h, C) {
|
|
922
919
|
const M = {};
|
|
923
|
-
|
|
924
|
-
8 && (M.$$scope = { dirty:
|
|
920
|
+
C[1] & /*$$scope*/
|
|
921
|
+
8 && (M.$$scope = { dirty: C, ctx: h }), i.$set(M);
|
|
925
922
|
const w = {};
|
|
926
|
-
|
|
927
|
-
8 && (w.$$scope = { dirty:
|
|
923
|
+
C[1] & /*$$scope*/
|
|
924
|
+
8 && (w.$$scope = { dirty: C, ctx: h }), u.$set(w);
|
|
928
925
|
},
|
|
929
|
-
i(
|
|
930
|
-
|
|
926
|
+
i(h) {
|
|
927
|
+
f || (p(l.$$.fragment, h), p(i.$$.fragment, h), p(u.$$.fragment, h), f = !0);
|
|
931
928
|
},
|
|
932
|
-
o(
|
|
933
|
-
|
|
929
|
+
o(h) {
|
|
930
|
+
m(l.$$.fragment, h), m(i.$$.fragment, h), m(u.$$.fragment, h), f = !1;
|
|
934
931
|
},
|
|
935
|
-
d(
|
|
936
|
-
|
|
932
|
+
d(h) {
|
|
933
|
+
h && v(e), A(l), A(i), A(u);
|
|
937
934
|
}
|
|
938
935
|
};
|
|
939
936
|
}
|
|
940
937
|
function xt(a) {
|
|
941
|
-
let e, n, t, l, s, r, i =
|
|
938
|
+
let e, n, t, l, s, r, i = j(
|
|
942
939
|
/*mainLinks*/
|
|
943
940
|
a[7]
|
|
944
941
|
), o = [];
|
|
945
942
|
for (let c = 0; c < i.length; c += 1)
|
|
946
943
|
o[c] = ze(Le(a, i, c));
|
|
947
|
-
return s = new
|
|
944
|
+
return s = new W({ props: { icon: (
|
|
948
945
|
/*search*/
|
|
949
946
|
a[8].icon
|
|
950
947
|
) } }), {
|
|
@@ -952,7 +949,7 @@ function xt(a) {
|
|
|
952
949
|
e = b("ul");
|
|
953
950
|
for (let c = 0; c < o.length; c += 1)
|
|
954
951
|
o[c].c();
|
|
955
|
-
n = x(), t = b("li"), l = b("a"),
|
|
952
|
+
n = x(), t = b("li"), l = b("a"), L(s.$$.fragment), _(l, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 pb-6 pt-8 text-uofg-yellow transition-colors hover:border-uofg-yellow hover:text-white [&>svg]:fill-current"), _(
|
|
956
953
|
l,
|
|
957
954
|
"href",
|
|
958
955
|
/*search*/
|
|
@@ -964,37 +961,37 @@ function xt(a) {
|
|
|
964
961
|
a[8].text
|
|
965
962
|
), _(e, "class", "flex ml-auto [&>li]:contents text-4xl");
|
|
966
963
|
},
|
|
967
|
-
m(c,
|
|
968
|
-
|
|
969
|
-
for (let
|
|
970
|
-
o[
|
|
971
|
-
|
|
964
|
+
m(c, u) {
|
|
965
|
+
d(c, e, u);
|
|
966
|
+
for (let f = 0; f < o.length; f += 1)
|
|
967
|
+
o[f] && o[f].m(e, null);
|
|
968
|
+
g(e, n), g(e, t), g(t, l), N(s, l, null), r = !0;
|
|
972
969
|
},
|
|
973
|
-
p(c,
|
|
974
|
-
if (
|
|
970
|
+
p(c, u) {
|
|
971
|
+
if (u[0] & /*mainLinks*/
|
|
975
972
|
128) {
|
|
976
|
-
i =
|
|
973
|
+
i = j(
|
|
977
974
|
/*mainLinks*/
|
|
978
975
|
c[7]
|
|
979
976
|
);
|
|
980
|
-
let
|
|
981
|
-
for (
|
|
982
|
-
const
|
|
983
|
-
o[
|
|
977
|
+
let f;
|
|
978
|
+
for (f = 0; f < i.length; f += 1) {
|
|
979
|
+
const h = Le(c, i, f);
|
|
980
|
+
o[f] ? o[f].p(h, u) : (o[f] = ze(h), o[f].c(), o[f].m(e, n));
|
|
984
981
|
}
|
|
985
|
-
for (;
|
|
986
|
-
o[
|
|
982
|
+
for (; f < o.length; f += 1)
|
|
983
|
+
o[f].d(1);
|
|
987
984
|
o.length = i.length;
|
|
988
985
|
}
|
|
989
986
|
},
|
|
990
987
|
i(c) {
|
|
991
|
-
r || (
|
|
988
|
+
r || (p(s.$$.fragment, c), r = !0);
|
|
992
989
|
},
|
|
993
990
|
o(c) {
|
|
994
|
-
|
|
991
|
+
m(s.$$.fragment, c), r = !1;
|
|
995
992
|
},
|
|
996
993
|
d(c) {
|
|
997
|
-
c && v(e), V(o, c),
|
|
994
|
+
c && v(e), V(o, c), A(s);
|
|
998
995
|
}
|
|
999
996
|
};
|
|
1000
997
|
}
|
|
@@ -1005,7 +1002,7 @@ function Ue(a) {
|
|
|
1005
1002
|
), l, s;
|
|
1006
1003
|
return {
|
|
1007
1004
|
c() {
|
|
1008
|
-
e = b("li"), n = b("a"), l =
|
|
1005
|
+
e = b("li"), n = b("a"), l = T(t), s = x(), _(n, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), _(
|
|
1009
1006
|
n,
|
|
1010
1007
|
"href",
|
|
1011
1008
|
/*link*/
|
|
@@ -1013,16 +1010,16 @@ function Ue(a) {
|
|
|
1013
1010
|
), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1014
1011
|
},
|
|
1015
1012
|
m(r, i) {
|
|
1016
|
-
|
|
1013
|
+
d(r, e, i), g(e, n), g(n, l), g(e, s);
|
|
1017
1014
|
},
|
|
1018
|
-
p:
|
|
1015
|
+
p: k,
|
|
1019
1016
|
d(r) {
|
|
1020
1017
|
r && v(e);
|
|
1021
1018
|
}
|
|
1022
1019
|
};
|
|
1023
1020
|
}
|
|
1024
1021
|
function Ct(a) {
|
|
1025
|
-
let e, n =
|
|
1022
|
+
let e, n = j(
|
|
1026
1023
|
/*account*/
|
|
1027
1024
|
a[9].links
|
|
1028
1025
|
), t = [];
|
|
@@ -1032,17 +1029,17 @@ function Ct(a) {
|
|
|
1032
1029
|
c() {
|
|
1033
1030
|
for (let l = 0; l < t.length; l += 1)
|
|
1034
1031
|
t[l].c();
|
|
1035
|
-
e =
|
|
1032
|
+
e = q();
|
|
1036
1033
|
},
|
|
1037
1034
|
m(l, s) {
|
|
1038
1035
|
for (let r = 0; r < t.length; r += 1)
|
|
1039
1036
|
t[r] && t[r].m(l, s);
|
|
1040
|
-
|
|
1037
|
+
d(l, e, s);
|
|
1041
1038
|
},
|
|
1042
1039
|
p(l, s) {
|
|
1043
1040
|
if (s[0] & /*account*/
|
|
1044
1041
|
512) {
|
|
1045
|
-
n =
|
|
1042
|
+
n = j(
|
|
1046
1043
|
/*account*/
|
|
1047
1044
|
l[9].links
|
|
1048
1045
|
);
|
|
@@ -1063,7 +1060,7 @@ function Ct(a) {
|
|
|
1063
1060
|
}
|
|
1064
1061
|
function Lt(a) {
|
|
1065
1062
|
let e, n;
|
|
1066
|
-
return e = new
|
|
1063
|
+
return e = new W({
|
|
1067
1064
|
props: {
|
|
1068
1065
|
slot: "button",
|
|
1069
1066
|
icon: (
|
|
@@ -1073,20 +1070,20 @@ function Lt(a) {
|
|
|
1073
1070
|
}
|
|
1074
1071
|
}), {
|
|
1075
1072
|
c() {
|
|
1076
|
-
|
|
1073
|
+
L(e.$$.fragment);
|
|
1077
1074
|
},
|
|
1078
1075
|
m(t, l) {
|
|
1079
|
-
|
|
1076
|
+
N(e, t, l), n = !0;
|
|
1080
1077
|
},
|
|
1081
|
-
p:
|
|
1078
|
+
p: k,
|
|
1082
1079
|
i(t) {
|
|
1083
|
-
n || (
|
|
1080
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1084
1081
|
},
|
|
1085
1082
|
o(t) {
|
|
1086
|
-
|
|
1083
|
+
m(e.$$.fragment, t), n = !1;
|
|
1087
1084
|
},
|
|
1088
1085
|
d(t) {
|
|
1089
|
-
|
|
1086
|
+
A(e, t);
|
|
1090
1087
|
}
|
|
1091
1088
|
};
|
|
1092
1089
|
}
|
|
@@ -1097,7 +1094,7 @@ function Nt(a) {
|
|
|
1097
1094
|
), t;
|
|
1098
1095
|
return {
|
|
1099
1096
|
c() {
|
|
1100
|
-
e = b("a"), t =
|
|
1097
|
+
e = b("a"), t = T(n), _(e, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey"), _(
|
|
1101
1098
|
e,
|
|
1102
1099
|
"href",
|
|
1103
1100
|
/*item*/
|
|
@@ -1110,11 +1107,11 @@ function Nt(a) {
|
|
|
1110
1107
|
);
|
|
1111
1108
|
},
|
|
1112
1109
|
m(l, s) {
|
|
1113
|
-
|
|
1110
|
+
d(l, e, s), g(e, t);
|
|
1114
1111
|
},
|
|
1115
|
-
p:
|
|
1116
|
-
i:
|
|
1117
|
-
o:
|
|
1112
|
+
p: k,
|
|
1113
|
+
i: k,
|
|
1114
|
+
o: k,
|
|
1118
1115
|
d(l) {
|
|
1119
1116
|
l && v(e);
|
|
1120
1117
|
}
|
|
@@ -1122,7 +1119,7 @@ function Nt(a) {
|
|
|
1122
1119
|
}
|
|
1123
1120
|
function At(a) {
|
|
1124
1121
|
let e, n;
|
|
1125
|
-
return e = new
|
|
1122
|
+
return e = new O({
|
|
1126
1123
|
props: {
|
|
1127
1124
|
class: "relative w-full",
|
|
1128
1125
|
buttonClass: "flex border-0 border-b border-solid border-uofg-grey-500 w-full items-center justify-between gap-2 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey aria-expanded:bg-uofg-grey [&_svg]:aria-expanded:rotate-180",
|
|
@@ -1137,10 +1134,10 @@ function At(a) {
|
|
|
1137
1134
|
}
|
|
1138
1135
|
}), {
|
|
1139
1136
|
c() {
|
|
1140
|
-
|
|
1137
|
+
L(e.$$.fragment);
|
|
1141
1138
|
},
|
|
1142
1139
|
m(t, l) {
|
|
1143
|
-
|
|
1140
|
+
N(e, t, l), n = !0;
|
|
1144
1141
|
},
|
|
1145
1142
|
p(t, l) {
|
|
1146
1143
|
const s = {};
|
|
@@ -1148,17 +1145,17 @@ function At(a) {
|
|
|
1148
1145
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1149
1146
|
},
|
|
1150
1147
|
i(t) {
|
|
1151
|
-
n || (
|
|
1148
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1152
1149
|
},
|
|
1153
1150
|
o(t) {
|
|
1154
|
-
|
|
1151
|
+
m(e.$$.fragment, t), n = !1;
|
|
1155
1152
|
},
|
|
1156
1153
|
d(t) {
|
|
1157
|
-
|
|
1154
|
+
A(e, t);
|
|
1158
1155
|
}
|
|
1159
1156
|
};
|
|
1160
1157
|
}
|
|
1161
|
-
function
|
|
1158
|
+
function Ee(a) {
|
|
1162
1159
|
let e, n, t = (
|
|
1163
1160
|
/*link*/
|
|
1164
1161
|
a[15].text + ""
|
|
@@ -1179,46 +1176,46 @@ function Te(a) {
|
|
|
1179
1176
|
i = G(i, r[o]);
|
|
1180
1177
|
return {
|
|
1181
1178
|
c() {
|
|
1182
|
-
e = b("li"), n = b("a"), l =
|
|
1179
|
+
e = b("li"), n = b("a"), l = T(t), s = x(), I(n, i);
|
|
1183
1180
|
},
|
|
1184
1181
|
m(o, c) {
|
|
1185
|
-
|
|
1182
|
+
d(o, e, c), g(e, n), g(n, l), g(e, s);
|
|
1186
1183
|
},
|
|
1187
|
-
p:
|
|
1184
|
+
p: k,
|
|
1188
1185
|
d(o) {
|
|
1189
1186
|
o && v(e);
|
|
1190
1187
|
}
|
|
1191
1188
|
};
|
|
1192
1189
|
}
|
|
1193
1190
|
function jt(a) {
|
|
1194
|
-
let e, n =
|
|
1191
|
+
let e, n = j(
|
|
1195
1192
|
/*item*/
|
|
1196
1193
|
a[12].links
|
|
1197
1194
|
), t = [];
|
|
1198
1195
|
for (let l = 0; l < n.length; l += 1)
|
|
1199
|
-
t[l] =
|
|
1196
|
+
t[l] = Ee(xe(a, n, l));
|
|
1200
1197
|
return {
|
|
1201
1198
|
c() {
|
|
1202
1199
|
for (let l = 0; l < t.length; l += 1)
|
|
1203
1200
|
t[l].c();
|
|
1204
|
-
e =
|
|
1201
|
+
e = q();
|
|
1205
1202
|
},
|
|
1206
1203
|
m(l, s) {
|
|
1207
1204
|
for (let r = 0; r < t.length; r += 1)
|
|
1208
1205
|
t[r] && t[r].m(l, s);
|
|
1209
|
-
|
|
1206
|
+
d(l, e, s);
|
|
1210
1207
|
},
|
|
1211
1208
|
p(l, s) {
|
|
1212
1209
|
if (s[0] & /*mainLinks, topLinks*/
|
|
1213
1210
|
192) {
|
|
1214
|
-
n =
|
|
1211
|
+
n = j(
|
|
1215
1212
|
/*item*/
|
|
1216
1213
|
l[12].links
|
|
1217
1214
|
);
|
|
1218
1215
|
let r;
|
|
1219
1216
|
for (r = 0; r < n.length; r += 1) {
|
|
1220
1217
|
const i = xe(l, n, r);
|
|
1221
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
1218
|
+
t[r] ? t[r].p(i, s) : (t[r] = Ee(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1222
1219
|
}
|
|
1223
1220
|
for (; r < t.length; r += 1)
|
|
1224
1221
|
t[r].d(1);
|
|
@@ -1232,10 +1229,10 @@ function jt(a) {
|
|
|
1232
1229
|
}
|
|
1233
1230
|
function Zt(a) {
|
|
1234
1231
|
let e, n, t, l, s;
|
|
1235
|
-
return l = new
|
|
1232
|
+
return l = new W({ props: { icon: ne } }), {
|
|
1236
1233
|
c() {
|
|
1237
1234
|
e = b("span"), n = b("span"), n.textContent = `${/*item*/
|
|
1238
|
-
a[12].text}`, t = x(),
|
|
1235
|
+
a[12].text}`, t = x(), L(l.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button"), te(
|
|
1239
1236
|
e,
|
|
1240
1237
|
"bg-uofg-yellow",
|
|
1241
1238
|
/*item*/
|
|
@@ -1243,24 +1240,24 @@ function Zt(a) {
|
|
|
1243
1240
|
);
|
|
1244
1241
|
},
|
|
1245
1242
|
m(r, i) {
|
|
1246
|
-
|
|
1243
|
+
d(r, e, i), g(e, n), g(e, t), N(l, e, null), s = !0;
|
|
1247
1244
|
},
|
|
1248
|
-
p:
|
|
1245
|
+
p: k,
|
|
1249
1246
|
i(r) {
|
|
1250
|
-
s || (
|
|
1247
|
+
s || (p(l.$$.fragment, r), s = !0);
|
|
1251
1248
|
},
|
|
1252
1249
|
o(r) {
|
|
1253
|
-
|
|
1250
|
+
m(l.$$.fragment, r), s = !1;
|
|
1254
1251
|
},
|
|
1255
1252
|
d(r) {
|
|
1256
|
-
r && v(e),
|
|
1253
|
+
r && v(e), A(l);
|
|
1257
1254
|
}
|
|
1258
1255
|
};
|
|
1259
1256
|
}
|
|
1260
|
-
function
|
|
1257
|
+
function Te(a) {
|
|
1261
1258
|
let e, n, t, l, s;
|
|
1262
1259
|
const r = [At, Nt], i = [];
|
|
1263
|
-
function o(c,
|
|
1260
|
+
function o(c, u) {
|
|
1264
1261
|
return (
|
|
1265
1262
|
/*item*/
|
|
1266
1263
|
c[12].links ? 0 : 1
|
|
@@ -1270,17 +1267,17 @@ function Ee(a) {
|
|
|
1270
1267
|
c() {
|
|
1271
1268
|
e = b("li"), t.c(), l = x(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1272
1269
|
},
|
|
1273
|
-
m(c,
|
|
1274
|
-
|
|
1270
|
+
m(c, u) {
|
|
1271
|
+
d(c, e, u), i[n].m(e, null), g(e, l), s = !0;
|
|
1275
1272
|
},
|
|
1276
|
-
p(c,
|
|
1277
|
-
t.p(c,
|
|
1273
|
+
p(c, u) {
|
|
1274
|
+
t.p(c, u);
|
|
1278
1275
|
},
|
|
1279
1276
|
i(c) {
|
|
1280
|
-
s || (
|
|
1277
|
+
s || (p(t), s = !0);
|
|
1281
1278
|
},
|
|
1282
1279
|
o(c) {
|
|
1283
|
-
|
|
1280
|
+
m(t), s = !1;
|
|
1284
1281
|
},
|
|
1285
1282
|
d(c) {
|
|
1286
1283
|
c && v(e), i[n].d();
|
|
@@ -1288,37 +1285,37 @@ function Ee(a) {
|
|
|
1288
1285
|
};
|
|
1289
1286
|
}
|
|
1290
1287
|
function St(a) {
|
|
1291
|
-
let e, n, t =
|
|
1288
|
+
let e, n, t = j([.../*mainLinks*/
|
|
1292
1289
|
a[7], .../*topLinks*/
|
|
1293
1290
|
a[6]]), l = [];
|
|
1294
1291
|
for (let r = 0; r < t.length; r += 1)
|
|
1295
|
-
l[r] =
|
|
1296
|
-
const s = (r) =>
|
|
1292
|
+
l[r] = Te(ye(a, t, r));
|
|
1293
|
+
const s = (r) => m(l[r], 1, 1, () => {
|
|
1297
1294
|
l[r] = null;
|
|
1298
1295
|
});
|
|
1299
1296
|
return {
|
|
1300
1297
|
c() {
|
|
1301
1298
|
for (let r = 0; r < l.length; r += 1)
|
|
1302
1299
|
l[r].c();
|
|
1303
|
-
e =
|
|
1300
|
+
e = q();
|
|
1304
1301
|
},
|
|
1305
1302
|
m(r, i) {
|
|
1306
1303
|
for (let o = 0; o < l.length; o += 1)
|
|
1307
1304
|
l[o] && l[o].m(r, i);
|
|
1308
|
-
|
|
1305
|
+
d(r, e, i), n = !0;
|
|
1309
1306
|
},
|
|
1310
1307
|
p(r, i) {
|
|
1311
1308
|
if (i[0] & /*mainLinks, topLinks*/
|
|
1312
1309
|
192) {
|
|
1313
|
-
t =
|
|
1310
|
+
t = j([.../*mainLinks*/
|
|
1314
1311
|
r[7], .../*topLinks*/
|
|
1315
1312
|
r[6]]);
|
|
1316
1313
|
let o;
|
|
1317
1314
|
for (o = 0; o < t.length; o += 1) {
|
|
1318
1315
|
const c = ye(r, t, o);
|
|
1319
|
-
l[o] ? (l[o].p(c, i),
|
|
1316
|
+
l[o] ? (l[o].p(c, i), p(l[o], 1)) : (l[o] = Te(c), l[o].c(), p(l[o], 1), l[o].m(e.parentNode, e));
|
|
1320
1317
|
}
|
|
1321
|
-
for (
|
|
1318
|
+
for (E(), o = t.length; o < l.length; o += 1)
|
|
1322
1319
|
s(o);
|
|
1323
1320
|
U();
|
|
1324
1321
|
}
|
|
@@ -1326,14 +1323,14 @@ function St(a) {
|
|
|
1326
1323
|
i(r) {
|
|
1327
1324
|
if (!n) {
|
|
1328
1325
|
for (let i = 0; i < t.length; i += 1)
|
|
1329
|
-
|
|
1326
|
+
p(l[i]);
|
|
1330
1327
|
n = !0;
|
|
1331
1328
|
}
|
|
1332
1329
|
},
|
|
1333
1330
|
o(r) {
|
|
1334
1331
|
l = l.filter(Boolean);
|
|
1335
1332
|
for (let i = 0; i < l.length; i += 1)
|
|
1336
|
-
|
|
1333
|
+
m(l[i]);
|
|
1337
1334
|
n = !1;
|
|
1338
1335
|
},
|
|
1339
1336
|
d(r) {
|
|
@@ -1343,22 +1340,22 @@ function St(a) {
|
|
|
1343
1340
|
}
|
|
1344
1341
|
function Mt(a) {
|
|
1345
1342
|
let e, n;
|
|
1346
|
-
return e = new
|
|
1343
|
+
return e = new W({ props: { slot: "button", icon: De } }), {
|
|
1347
1344
|
c() {
|
|
1348
|
-
|
|
1345
|
+
L(e.$$.fragment);
|
|
1349
1346
|
},
|
|
1350
1347
|
m(t, l) {
|
|
1351
|
-
|
|
1348
|
+
N(e, t, l), n = !0;
|
|
1352
1349
|
},
|
|
1353
|
-
p:
|
|
1350
|
+
p: k,
|
|
1354
1351
|
i(t) {
|
|
1355
|
-
n || (
|
|
1352
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1356
1353
|
},
|
|
1357
1354
|
o(t) {
|
|
1358
|
-
|
|
1355
|
+
m(e.$$.fragment, t), n = !1;
|
|
1359
1356
|
},
|
|
1360
1357
|
d(t) {
|
|
1361
|
-
|
|
1358
|
+
A(e, t);
|
|
1362
1359
|
}
|
|
1363
1360
|
};
|
|
1364
1361
|
}
|
|
@@ -1369,7 +1366,7 @@ function ze(a) {
|
|
|
1369
1366
|
), l, s;
|
|
1370
1367
|
return {
|
|
1371
1368
|
c() {
|
|
1372
|
-
e = b("li"), n = b("a"), l =
|
|
1369
|
+
e = b("li"), n = b("a"), l = T(t), s = x(), _(n, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-6 pt-8 transition-colors hover:border-uofg-yellow hover:text-uofg-yellow"), _(
|
|
1373
1370
|
n,
|
|
1374
1371
|
"href",
|
|
1375
1372
|
/*item*/
|
|
@@ -1377,9 +1374,9 @@ function ze(a) {
|
|
|
1377
1374
|
);
|
|
1378
1375
|
},
|
|
1379
1376
|
m(r, i) {
|
|
1380
|
-
|
|
1377
|
+
d(r, e, i), g(e, n), g(n, l), g(e, s);
|
|
1381
1378
|
},
|
|
1382
|
-
p:
|
|
1379
|
+
p: k,
|
|
1383
1380
|
d(r) {
|
|
1384
1381
|
r && v(e);
|
|
1385
1382
|
}
|
|
@@ -1390,37 +1387,37 @@ function Be(a) {
|
|
|
1390
1387
|
/*pageTitle*/
|
|
1391
1388
|
a[1] && Fe(a)
|
|
1392
1389
|
);
|
|
1393
|
-
const o = [zt,
|
|
1394
|
-
function f
|
|
1390
|
+
const o = [zt, Tt], c = [];
|
|
1391
|
+
function u(f, h) {
|
|
1395
1392
|
return (
|
|
1396
1393
|
/*windowWidth*/
|
|
1397
|
-
|
|
1398
|
-
|
|
1394
|
+
f[3] >= F && !/*subNavigationIsOverflowing*/
|
|
1395
|
+
f[5] ? 0 : 1
|
|
1399
1396
|
);
|
|
1400
1397
|
}
|
|
1401
|
-
return l =
|
|
1398
|
+
return l = u(a), s = c[l] = o[l](a), {
|
|
1402
1399
|
c() {
|
|
1403
1400
|
e = b("nav"), n = b("ul"), i && i.c(), t = x(), s.c(), _(n, "class", "flex h-full w-fit min-w-full overflow-y-visible items-center justify-end [&>li]:contents relative"), _(e, "class", "block align-items relative h-[5rem] justify-end bg-uofg-grey px-[calc((100%-1320px)/2)] text-3xl lg:h-16 lg:whitespace-nowrap"), _(e, "aria-label", "Page Specific");
|
|
1404
1401
|
},
|
|
1405
|
-
m(
|
|
1406
|
-
|
|
1402
|
+
m(f, h) {
|
|
1403
|
+
d(f, e, h), g(e, n), i && i.m(n, null), g(n, t), c[l].m(n, null), a[11](n), r = !0;
|
|
1407
1404
|
},
|
|
1408
|
-
p(
|
|
1405
|
+
p(f, h) {
|
|
1409
1406
|
/*pageTitle*/
|
|
1410
|
-
|
|
1411
|
-
let
|
|
1412
|
-
l = f
|
|
1413
|
-
c[
|
|
1414
|
-
}), U(), s = c[l], s ? s.p(
|
|
1407
|
+
f[1] ? i ? i.p(f, h) : (i = Fe(f), i.c(), i.m(n, t)) : i && (i.d(1), i = null);
|
|
1408
|
+
let C = l;
|
|
1409
|
+
l = u(f), l === C ? c[l].p(f, h) : (E(), m(c[C], 1, 1, () => {
|
|
1410
|
+
c[C] = null;
|
|
1411
|
+
}), U(), s = c[l], s ? s.p(f, h) : (s = c[l] = o[l](f), s.c()), p(s, 1), s.m(n, null));
|
|
1415
1412
|
},
|
|
1416
|
-
i(
|
|
1417
|
-
r || (
|
|
1413
|
+
i(f) {
|
|
1414
|
+
r || (p(s), r = !0);
|
|
1418
1415
|
},
|
|
1419
|
-
o(
|
|
1420
|
-
|
|
1416
|
+
o(f) {
|
|
1417
|
+
m(s), r = !1;
|
|
1421
1418
|
},
|
|
1422
|
-
d(
|
|
1423
|
-
|
|
1419
|
+
d(f) {
|
|
1420
|
+
f && v(e), i && i.d(), c[l].d(), a[11](null);
|
|
1424
1421
|
}
|
|
1425
1422
|
};
|
|
1426
1423
|
}
|
|
@@ -1429,7 +1426,7 @@ function Fe(a) {
|
|
|
1429
1426
|
function n(s, r) {
|
|
1430
1427
|
return (
|
|
1431
1428
|
/*pageURL*/
|
|
1432
|
-
s[2] ?
|
|
1429
|
+
s[2] ? Et : Ut
|
|
1433
1430
|
);
|
|
1434
1431
|
}
|
|
1435
1432
|
let t = n(a), l = t(a);
|
|
@@ -1438,7 +1435,7 @@ function Fe(a) {
|
|
|
1438
1435
|
e = b("li"), l.c();
|
|
1439
1436
|
},
|
|
1440
1437
|
m(s, r) {
|
|
1441
|
-
|
|
1438
|
+
d(s, e, r), l.m(e, null);
|
|
1442
1439
|
},
|
|
1443
1440
|
p(s, r) {
|
|
1444
1441
|
t === (t = n(s)) && l ? l.p(s, r) : (l.d(1), l = t(s), l && (l.c(), l.m(e, null)));
|
|
@@ -1452,13 +1449,13 @@ function Ut(a) {
|
|
|
1452
1449
|
let e, n;
|
|
1453
1450
|
return {
|
|
1454
1451
|
c() {
|
|
1455
|
-
e = b("span"), n =
|
|
1452
|
+
e = b("span"), n = T(
|
|
1456
1453
|
/*pageTitle*/
|
|
1457
1454
|
a[1]
|
|
1458
1455
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
|
|
1459
1456
|
},
|
|
1460
1457
|
m(t, l) {
|
|
1461
|
-
|
|
1458
|
+
d(t, e, l), g(e, n);
|
|
1462
1459
|
},
|
|
1463
1460
|
p(t, l) {
|
|
1464
1461
|
l[0] & /*pageTitle*/
|
|
@@ -1473,11 +1470,11 @@ function Ut(a) {
|
|
|
1473
1470
|
}
|
|
1474
1471
|
};
|
|
1475
1472
|
}
|
|
1476
|
-
function
|
|
1473
|
+
function Et(a) {
|
|
1477
1474
|
let e, n;
|
|
1478
1475
|
return {
|
|
1479
1476
|
c() {
|
|
1480
|
-
e = b("a"), n =
|
|
1477
|
+
e = b("a"), n = T(
|
|
1481
1478
|
/*pageTitle*/
|
|
1482
1479
|
a[1]
|
|
1483
1480
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), _(
|
|
@@ -1488,7 +1485,7 @@ function Tt(a) {
|
|
|
1488
1485
|
);
|
|
1489
1486
|
},
|
|
1490
1487
|
m(t, l) {
|
|
1491
|
-
|
|
1488
|
+
d(t, e, l), g(e, n);
|
|
1492
1489
|
},
|
|
1493
1490
|
p(t, l) {
|
|
1494
1491
|
l[0] & /*pageTitle*/
|
|
@@ -1509,26 +1506,26 @@ function Tt(a) {
|
|
|
1509
1506
|
}
|
|
1510
1507
|
};
|
|
1511
1508
|
}
|
|
1512
|
-
function
|
|
1509
|
+
function Tt(a) {
|
|
1513
1510
|
let e, n;
|
|
1514
|
-
return e = new
|
|
1511
|
+
return e = new O({
|
|
1515
1512
|
props: {
|
|
1516
1513
|
class: "h-full",
|
|
1517
1514
|
buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow aria-expanded:bg-uofg-yellow",
|
|
1518
1515
|
contentClass: "whitespace-normal absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents max-h-[calc(100vh-5rem)] overflow-y-auto",
|
|
1519
1516
|
as: "ul",
|
|
1520
1517
|
$$slots: {
|
|
1521
|
-
button: [
|
|
1522
|
-
default: [
|
|
1518
|
+
button: [qt],
|
|
1519
|
+
default: [Wt]
|
|
1523
1520
|
},
|
|
1524
1521
|
$$scope: { ctx: a }
|
|
1525
1522
|
}
|
|
1526
1523
|
}), {
|
|
1527
1524
|
c() {
|
|
1528
|
-
|
|
1525
|
+
L(e.$$.fragment);
|
|
1529
1526
|
},
|
|
1530
1527
|
m(t, l) {
|
|
1531
|
-
|
|
1528
|
+
N(e, t, l), n = !0;
|
|
1532
1529
|
},
|
|
1533
1530
|
p(t, l) {
|
|
1534
1531
|
const s = {};
|
|
@@ -1537,18 +1534,18 @@ function Et(a) {
|
|
|
1537
1534
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1538
1535
|
},
|
|
1539
1536
|
i(t) {
|
|
1540
|
-
n || (
|
|
1537
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1541
1538
|
},
|
|
1542
1539
|
o(t) {
|
|
1543
|
-
|
|
1540
|
+
m(e.$$.fragment, t), n = !1;
|
|
1544
1541
|
},
|
|
1545
1542
|
d(t) {
|
|
1546
|
-
|
|
1543
|
+
A(e, t);
|
|
1547
1544
|
}
|
|
1548
1545
|
};
|
|
1549
1546
|
}
|
|
1550
1547
|
function zt(a) {
|
|
1551
|
-
let e, n = [], t = /* @__PURE__ */ new Map(), l, s =
|
|
1548
|
+
let e, n = [], t = /* @__PURE__ */ new Map(), l, s = j(
|
|
1552
1549
|
/*subNavigation*/
|
|
1553
1550
|
a[0]
|
|
1554
1551
|
);
|
|
@@ -1558,8 +1555,8 @@ function zt(a) {
|
|
|
1558
1555
|
i[12].title
|
|
1559
1556
|
);
|
|
1560
1557
|
for (let i = 0; i < s.length; i += 1) {
|
|
1561
|
-
let o =
|
|
1562
|
-
t.set(c, n[i] =
|
|
1558
|
+
let o = $e(a, s, i), c = r(o);
|
|
1559
|
+
t.set(c, n[i] = qe(c, o));
|
|
1563
1560
|
}
|
|
1564
1561
|
return {
|
|
1565
1562
|
c() {
|
|
@@ -1568,28 +1565,28 @@ function zt(a) {
|
|
|
1568
1565
|
n[i].c();
|
|
1569
1566
|
},
|
|
1570
1567
|
m(i, o) {
|
|
1571
|
-
|
|
1568
|
+
d(i, e, o);
|
|
1572
1569
|
for (let c = 0; c < n.length; c += 1)
|
|
1573
1570
|
n[c] && n[c].m(e, null);
|
|
1574
1571
|
l = !0;
|
|
1575
1572
|
},
|
|
1576
1573
|
p(i, o) {
|
|
1577
1574
|
o[0] & /*subNavigation*/
|
|
1578
|
-
1 && (s =
|
|
1575
|
+
1 && (s = j(
|
|
1579
1576
|
/*subNavigation*/
|
|
1580
1577
|
i[0]
|
|
1581
|
-
),
|
|
1578
|
+
), E(), n = ie(n, o, r, 1, i, s, t, e, ce, qe, null, $e), U());
|
|
1582
1579
|
},
|
|
1583
1580
|
i(i) {
|
|
1584
1581
|
if (!l) {
|
|
1585
1582
|
for (let o = 0; o < s.length; o += 1)
|
|
1586
|
-
|
|
1583
|
+
p(n[o]);
|
|
1587
1584
|
l = !0;
|
|
1588
1585
|
}
|
|
1589
1586
|
},
|
|
1590
1587
|
o(i) {
|
|
1591
1588
|
for (let o = 0; o < n.length; o += 1)
|
|
1592
|
-
|
|
1589
|
+
m(n[o]);
|
|
1593
1590
|
l = !1;
|
|
1594
1591
|
},
|
|
1595
1592
|
d(i) {
|
|
@@ -1601,7 +1598,7 @@ function zt(a) {
|
|
|
1601
1598
|
}
|
|
1602
1599
|
function Bt(a) {
|
|
1603
1600
|
let e, n;
|
|
1604
|
-
return e = new
|
|
1601
|
+
return e = new O({
|
|
1605
1602
|
props: {
|
|
1606
1603
|
class: "relative w-full",
|
|
1607
1604
|
buttonClass: "flex border-0 border-b border-solid border-uofg-grey-500 w-full items-center justify-between gap-2 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey aria-expanded:bg-uofg-grey [&_svg]:aria-expanded:rotate-180",
|
|
@@ -1609,17 +1606,17 @@ function Bt(a) {
|
|
|
1609
1606
|
as: "ul",
|
|
1610
1607
|
autoCollapse: !1,
|
|
1611
1608
|
$$slots: {
|
|
1612
|
-
button: [
|
|
1609
|
+
button: [It],
|
|
1613
1610
|
default: [Rt]
|
|
1614
1611
|
},
|
|
1615
1612
|
$$scope: { ctx: a }
|
|
1616
1613
|
}
|
|
1617
1614
|
}), {
|
|
1618
1615
|
c() {
|
|
1619
|
-
|
|
1616
|
+
L(e.$$.fragment);
|
|
1620
1617
|
},
|
|
1621
1618
|
m(t, l) {
|
|
1622
|
-
|
|
1619
|
+
N(e, t, l), n = !0;
|
|
1623
1620
|
},
|
|
1624
1621
|
p(t, l) {
|
|
1625
1622
|
const s = {};
|
|
@@ -1628,108 +1625,114 @@ function Bt(a) {
|
|
|
1628
1625
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1629
1626
|
},
|
|
1630
1627
|
i(t) {
|
|
1631
|
-
n || (
|
|
1628
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1632
1629
|
},
|
|
1633
1630
|
o(t) {
|
|
1634
|
-
|
|
1631
|
+
m(e.$$.fragment, t), n = !1;
|
|
1635
1632
|
},
|
|
1636
1633
|
d(t) {
|
|
1637
|
-
|
|
1634
|
+
A(e, t);
|
|
1638
1635
|
}
|
|
1639
1636
|
};
|
|
1640
1637
|
}
|
|
1641
1638
|
function Ft(a) {
|
|
1639
|
+
var o;
|
|
1642
1640
|
let e, n = (
|
|
1643
1641
|
/*item*/
|
|
1644
1642
|
a[12].text + ""
|
|
1645
|
-
), t, l, s = [
|
|
1643
|
+
), t, l, s, r = [
|
|
1644
|
+
/*item*/
|
|
1645
|
+
a[12].attributes,
|
|
1646
1646
|
{
|
|
1647
|
-
class:
|
|
1647
|
+
class: l = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*item*/
|
|
1648
|
+
((o = a[12].attributes) == null ? void 0 : o.class) ?? ""}`
|
|
1648
1649
|
},
|
|
1649
1650
|
{
|
|
1650
|
-
href:
|
|
1651
|
+
href: s = /*item*/
|
|
1651
1652
|
a[12].href
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
for (let i = 0; i < s.length; i += 1)
|
|
1657
|
-
r = G(r, s[i]);
|
|
1653
|
+
}
|
|
1654
|
+
], i = {};
|
|
1655
|
+
for (let c = 0; c < r.length; c += 1)
|
|
1656
|
+
i = G(i, r[c]);
|
|
1658
1657
|
return {
|
|
1659
1658
|
c() {
|
|
1660
|
-
e = b("a"), t =
|
|
1659
|
+
e = b("a"), t = T(n), I(e, i);
|
|
1661
1660
|
},
|
|
1662
|
-
m(
|
|
1663
|
-
|
|
1661
|
+
m(c, u) {
|
|
1662
|
+
d(c, e, u), g(e, t);
|
|
1664
1663
|
},
|
|
1665
|
-
p(
|
|
1666
|
-
|
|
1664
|
+
p(c, u) {
|
|
1665
|
+
var f;
|
|
1666
|
+
u[0] & /*subNavigation*/
|
|
1667
1667
|
1 && n !== (n = /*item*/
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1671
|
-
},
|
|
1672
|
-
o[0] & /*subNavigation*/
|
|
1673
|
-
1 && l !== (l = /*item*/
|
|
1674
|
-
i[12].href) && { href: l },
|
|
1675
|
-
o[0] & /*subNavigation*/
|
|
1668
|
+
c[12].text + "") && le(t, n, i.contenteditable), I(e, i = X(r, [
|
|
1669
|
+
u[0] & /*subNavigation*/
|
|
1676
1670
|
1 && /*item*/
|
|
1677
|
-
|
|
1671
|
+
c[12].attributes,
|
|
1672
|
+
u[0] & /*subNavigation*/
|
|
1673
|
+
1 && l !== (l = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*item*/
|
|
1674
|
+
((f = c[12].attributes) == null ? void 0 : f.class) ?? ""}`) && { class: l },
|
|
1675
|
+
u[0] & /*subNavigation*/
|
|
1676
|
+
1 && s !== (s = /*item*/
|
|
1677
|
+
c[12].href) && { href: s }
|
|
1678
1678
|
]));
|
|
1679
1679
|
},
|
|
1680
|
-
i:
|
|
1681
|
-
o:
|
|
1682
|
-
d(
|
|
1683
|
-
|
|
1680
|
+
i: k,
|
|
1681
|
+
o: k,
|
|
1682
|
+
d(c) {
|
|
1683
|
+
c && v(e);
|
|
1684
1684
|
}
|
|
1685
1685
|
};
|
|
1686
1686
|
}
|
|
1687
1687
|
function Re(a) {
|
|
1688
|
+
var u;
|
|
1688
1689
|
let e, n, t = (
|
|
1689
1690
|
/*link*/
|
|
1690
1691
|
a[15].text + ""
|
|
1691
|
-
), l, s, r, i = [
|
|
1692
|
+
), l, s, r, i, o = [
|
|
1693
|
+
/*link*/
|
|
1694
|
+
a[15].attributes,
|
|
1692
1695
|
{
|
|
1693
|
-
class:
|
|
1696
|
+
class: s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
|
|
1697
|
+
((u = a[15].attributes) == null ? void 0 : u.class) ?? ""}`
|
|
1694
1698
|
},
|
|
1695
1699
|
{
|
|
1696
|
-
href:
|
|
1700
|
+
href: r = /*link*/
|
|
1697
1701
|
a[15].href
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
for (let c = 0; c < i.length; c += 1)
|
|
1703
|
-
o = G(o, i[c]);
|
|
1702
|
+
}
|
|
1703
|
+
], c = {};
|
|
1704
|
+
for (let f = 0; f < o.length; f += 1)
|
|
1705
|
+
c = G(c, o[f]);
|
|
1704
1706
|
return {
|
|
1705
1707
|
c() {
|
|
1706
|
-
e = b("li"), n = b("a"), l =
|
|
1708
|
+
e = b("li"), n = b("a"), l = T(t), i = x(), I(n, c);
|
|
1707
1709
|
},
|
|
1708
|
-
m(
|
|
1709
|
-
|
|
1710
|
+
m(f, h) {
|
|
1711
|
+
d(f, e, h), g(e, n), g(n, l), g(e, i);
|
|
1710
1712
|
},
|
|
1711
|
-
p(
|
|
1712
|
-
|
|
1713
|
+
p(f, h) {
|
|
1714
|
+
var C;
|
|
1715
|
+
h[0] & /*subNavigation*/
|
|
1713
1716
|
1 && t !== (t = /*link*/
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1717
|
-
},
|
|
1718
|
-
f[0] & /*subNavigation*/
|
|
1719
|
-
1 && s !== (s = /*link*/
|
|
1720
|
-
c[15].href) && { href: s },
|
|
1721
|
-
f[0] & /*subNavigation*/
|
|
1717
|
+
f[15].text + "") && le(l, t, c.contenteditable), I(n, c = X(o, [
|
|
1718
|
+
h[0] & /*subNavigation*/
|
|
1722
1719
|
1 && /*link*/
|
|
1723
|
-
|
|
1720
|
+
f[15].attributes,
|
|
1721
|
+
h[0] & /*subNavigation*/
|
|
1722
|
+
1 && s !== (s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
|
|
1723
|
+
((C = f[15].attributes) == null ? void 0 : C.class) ?? ""}`) && { class: s },
|
|
1724
|
+
h[0] & /*subNavigation*/
|
|
1725
|
+
1 && r !== (r = /*link*/
|
|
1726
|
+
f[15].href) && { href: r }
|
|
1724
1727
|
]));
|
|
1725
1728
|
},
|
|
1726
|
-
d(
|
|
1727
|
-
|
|
1729
|
+
d(f) {
|
|
1730
|
+
f && v(e);
|
|
1728
1731
|
}
|
|
1729
1732
|
};
|
|
1730
1733
|
}
|
|
1731
1734
|
function Rt(a) {
|
|
1732
|
-
let e, n =
|
|
1735
|
+
let e, n = j(
|
|
1733
1736
|
/*item*/
|
|
1734
1737
|
a[12].links
|
|
1735
1738
|
), t = [];
|
|
@@ -1739,17 +1742,17 @@ function Rt(a) {
|
|
|
1739
1742
|
c() {
|
|
1740
1743
|
for (let l = 0; l < t.length; l += 1)
|
|
1741
1744
|
t[l].c();
|
|
1742
|
-
e =
|
|
1745
|
+
e = q();
|
|
1743
1746
|
},
|
|
1744
1747
|
m(l, s) {
|
|
1745
1748
|
for (let r = 0; r < t.length; r += 1)
|
|
1746
1749
|
t[r] && t[r].m(l, s);
|
|
1747
|
-
|
|
1750
|
+
d(l, e, s);
|
|
1748
1751
|
},
|
|
1749
1752
|
p(l, s) {
|
|
1750
1753
|
if (s[0] & /*subNavigation*/
|
|
1751
1754
|
1) {
|
|
1752
|
-
n =
|
|
1755
|
+
n = j(
|
|
1753
1756
|
/*item*/
|
|
1754
1757
|
l[12].links
|
|
1755
1758
|
);
|
|
@@ -1768,17 +1771,17 @@ function Rt(a) {
|
|
|
1768
1771
|
}
|
|
1769
1772
|
};
|
|
1770
1773
|
}
|
|
1771
|
-
function
|
|
1774
|
+
function It(a) {
|
|
1772
1775
|
let e, n, t = (
|
|
1773
1776
|
/*item*/
|
|
1774
1777
|
a[12].title + ""
|
|
1775
1778
|
), l, s, r, i;
|
|
1776
|
-
return r = new
|
|
1779
|
+
return r = new W({ props: { icon: ne } }), {
|
|
1777
1780
|
c() {
|
|
1778
|
-
e = b("span"), n = b("span"), l =
|
|
1781
|
+
e = b("span"), n = b("span"), l = T(t), s = x(), L(r.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button");
|
|
1779
1782
|
},
|
|
1780
1783
|
m(o, c) {
|
|
1781
|
-
|
|
1784
|
+
d(o, e, c), g(e, n), g(n, l), g(e, s), N(r, e, null), i = !0;
|
|
1782
1785
|
},
|
|
1783
1786
|
p(o, c) {
|
|
1784
1787
|
(!i || c[0] & /*subNavigation*/
|
|
@@ -1786,23 +1789,23 @@ function Wt(a) {
|
|
|
1786
1789
|
o[12].title + "") && ee(l, t);
|
|
1787
1790
|
},
|
|
1788
1791
|
i(o) {
|
|
1789
|
-
i || (
|
|
1792
|
+
i || (p(r.$$.fragment, o), i = !0);
|
|
1790
1793
|
},
|
|
1791
1794
|
o(o) {
|
|
1792
|
-
|
|
1795
|
+
m(r.$$.fragment, o), i = !1;
|
|
1793
1796
|
},
|
|
1794
1797
|
d(o) {
|
|
1795
|
-
o && v(e),
|
|
1798
|
+
o && v(e), A(r);
|
|
1796
1799
|
}
|
|
1797
1800
|
};
|
|
1798
1801
|
}
|
|
1799
|
-
function
|
|
1802
|
+
function Ie(a, e) {
|
|
1800
1803
|
let n, t, l, s, r;
|
|
1801
1804
|
const i = [Ft, Bt], o = [];
|
|
1802
|
-
function c(
|
|
1805
|
+
function c(u, f) {
|
|
1803
1806
|
return (
|
|
1804
1807
|
/*item*/
|
|
1805
|
-
|
|
1808
|
+
u[12].text ? 0 : 1
|
|
1806
1809
|
);
|
|
1807
1810
|
}
|
|
1808
1811
|
return t = c(e), l = o[t] = i[t](e), {
|
|
@@ -1811,29 +1814,29 @@ function We(a, e) {
|
|
|
1811
1814
|
c() {
|
|
1812
1815
|
n = b("li"), l.c(), s = x(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
|
|
1813
1816
|
},
|
|
1814
|
-
m(
|
|
1815
|
-
|
|
1817
|
+
m(u, f) {
|
|
1818
|
+
d(u, n, f), o[t].m(n, null), g(n, s), r = !0;
|
|
1816
1819
|
},
|
|
1817
|
-
p(
|
|
1818
|
-
e =
|
|
1819
|
-
let
|
|
1820
|
-
t = c(e), t ===
|
|
1821
|
-
o[
|
|
1822
|
-
}), U(), l = o[t], l ? l.p(e,
|
|
1820
|
+
p(u, f) {
|
|
1821
|
+
e = u;
|
|
1822
|
+
let h = t;
|
|
1823
|
+
t = c(e), t === h ? o[t].p(e, f) : (E(), m(o[h], 1, 1, () => {
|
|
1824
|
+
o[h] = null;
|
|
1825
|
+
}), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()), p(l, 1), l.m(n, s));
|
|
1823
1826
|
},
|
|
1824
|
-
i(
|
|
1825
|
-
r || (
|
|
1827
|
+
i(u) {
|
|
1828
|
+
r || (p(l), r = !0);
|
|
1826
1829
|
},
|
|
1827
|
-
o(
|
|
1828
|
-
|
|
1830
|
+
o(u) {
|
|
1831
|
+
m(l), r = !1;
|
|
1829
1832
|
},
|
|
1830
|
-
d(
|
|
1831
|
-
|
|
1833
|
+
d(u) {
|
|
1834
|
+
u && v(n), o[t].d();
|
|
1832
1835
|
}
|
|
1833
1836
|
};
|
|
1834
1837
|
}
|
|
1835
|
-
function
|
|
1836
|
-
let e = [], n = /* @__PURE__ */ new Map(), t, l, s =
|
|
1838
|
+
function Wt(a) {
|
|
1839
|
+
let e = [], n = /* @__PURE__ */ new Map(), t, l, s = j(
|
|
1837
1840
|
/*subNavigation*/
|
|
1838
1841
|
a[0]
|
|
1839
1842
|
);
|
|
@@ -1844,36 +1847,36 @@ function qt(a) {
|
|
|
1844
1847
|
);
|
|
1845
1848
|
for (let i = 0; i < s.length; i += 1) {
|
|
1846
1849
|
let o = ve(a, s, i), c = r(o);
|
|
1847
|
-
n.set(c, e[i] =
|
|
1850
|
+
n.set(c, e[i] = Ie(c, o));
|
|
1848
1851
|
}
|
|
1849
1852
|
return {
|
|
1850
1853
|
c() {
|
|
1851
1854
|
for (let i = 0; i < e.length; i += 1)
|
|
1852
1855
|
e[i].c();
|
|
1853
|
-
t =
|
|
1856
|
+
t = q();
|
|
1854
1857
|
},
|
|
1855
1858
|
m(i, o) {
|
|
1856
1859
|
for (let c = 0; c < e.length; c += 1)
|
|
1857
1860
|
e[c] && e[c].m(i, o);
|
|
1858
|
-
|
|
1861
|
+
d(i, t, o), l = !0;
|
|
1859
1862
|
},
|
|
1860
1863
|
p(i, o) {
|
|
1861
1864
|
o[0] & /*subNavigation*/
|
|
1862
|
-
1 && (s =
|
|
1865
|
+
1 && (s = j(
|
|
1863
1866
|
/*subNavigation*/
|
|
1864
1867
|
i[0]
|
|
1865
|
-
),
|
|
1868
|
+
), E(), e = ie(e, o, r, 1, i, s, n, t.parentNode, ce, Ie, t, ve), U());
|
|
1866
1869
|
},
|
|
1867
1870
|
i(i) {
|
|
1868
1871
|
if (!l) {
|
|
1869
1872
|
for (let o = 0; o < s.length; o += 1)
|
|
1870
|
-
|
|
1873
|
+
p(e[o]);
|
|
1871
1874
|
l = !0;
|
|
1872
1875
|
}
|
|
1873
1876
|
},
|
|
1874
1877
|
o(i) {
|
|
1875
1878
|
for (let o = 0; o < e.length; o += 1)
|
|
1876
|
-
|
|
1879
|
+
m(e[o]);
|
|
1877
1880
|
l = !1;
|
|
1878
1881
|
},
|
|
1879
1882
|
d(i) {
|
|
@@ -1883,30 +1886,30 @@ function qt(a) {
|
|
|
1883
1886
|
}
|
|
1884
1887
|
};
|
|
1885
1888
|
}
|
|
1886
|
-
function
|
|
1889
|
+
function qt(a) {
|
|
1887
1890
|
let e, n;
|
|
1888
|
-
return e = new
|
|
1891
|
+
return e = new W({ props: { slot: "button", icon: De } }), {
|
|
1889
1892
|
c() {
|
|
1890
|
-
|
|
1893
|
+
L(e.$$.fragment);
|
|
1891
1894
|
},
|
|
1892
1895
|
m(t, l) {
|
|
1893
|
-
|
|
1896
|
+
N(e, t, l), n = !0;
|
|
1894
1897
|
},
|
|
1895
|
-
p:
|
|
1898
|
+
p: k,
|
|
1896
1899
|
i(t) {
|
|
1897
|
-
n || (
|
|
1900
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1898
1901
|
},
|
|
1899
1902
|
o(t) {
|
|
1900
|
-
|
|
1903
|
+
m(e.$$.fragment, t), n = !1;
|
|
1901
1904
|
},
|
|
1902
1905
|
d(t) {
|
|
1903
|
-
|
|
1906
|
+
A(e, t);
|
|
1904
1907
|
}
|
|
1905
1908
|
};
|
|
1906
1909
|
}
|
|
1907
|
-
function
|
|
1910
|
+
function Ht(a) {
|
|
1908
1911
|
let e, n;
|
|
1909
|
-
return e = new
|
|
1912
|
+
return e = new O({
|
|
1910
1913
|
props: {
|
|
1911
1914
|
class: "relative h-full",
|
|
1912
1915
|
buttonClass: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow aria-expanded:bg-uofg-yellow [&_svg]:aria-expanded:rotate-180",
|
|
@@ -1914,16 +1917,16 @@ function Ot(a) {
|
|
|
1914
1917
|
as: "ul",
|
|
1915
1918
|
$$slots: {
|
|
1916
1919
|
button: [Gt],
|
|
1917
|
-
default: [
|
|
1920
|
+
default: [Pt]
|
|
1918
1921
|
},
|
|
1919
1922
|
$$scope: { ctx: a }
|
|
1920
1923
|
}
|
|
1921
1924
|
}), {
|
|
1922
1925
|
c() {
|
|
1923
|
-
|
|
1926
|
+
L(e.$$.fragment);
|
|
1924
1927
|
},
|
|
1925
1928
|
m(t, l) {
|
|
1926
|
-
|
|
1929
|
+
N(e, t, l), n = !0;
|
|
1927
1930
|
},
|
|
1928
1931
|
p(t, l) {
|
|
1929
1932
|
const s = {};
|
|
@@ -1932,113 +1935,119 @@ function Ot(a) {
|
|
|
1932
1935
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1933
1936
|
},
|
|
1934
1937
|
i(t) {
|
|
1935
|
-
n || (
|
|
1938
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1936
1939
|
},
|
|
1937
1940
|
o(t) {
|
|
1938
|
-
|
|
1941
|
+
m(e.$$.fragment, t), n = !1;
|
|
1939
1942
|
},
|
|
1940
1943
|
d(t) {
|
|
1941
|
-
|
|
1944
|
+
A(e, t);
|
|
1942
1945
|
}
|
|
1943
1946
|
};
|
|
1944
1947
|
}
|
|
1945
|
-
function
|
|
1948
|
+
function Ot(a) {
|
|
1949
|
+
var c;
|
|
1946
1950
|
let e, n = (
|
|
1947
1951
|
/*item*/
|
|
1948
1952
|
a[12].text + ""
|
|
1949
|
-
), t, l, s, r = [
|
|
1953
|
+
), t, l, s, r, i = [
|
|
1954
|
+
/*item*/
|
|
1955
|
+
a[12].attributes,
|
|
1950
1956
|
{
|
|
1951
|
-
class:
|
|
1957
|
+
class: s = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
|
|
1958
|
+
((c = a[12].attributes) == null ? void 0 : c.class) ?? ""}`
|
|
1952
1959
|
},
|
|
1953
1960
|
{
|
|
1954
|
-
href:
|
|
1961
|
+
href: r = /*item*/
|
|
1955
1962
|
a[12].href
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
for (let o = 0; o < r.length; o += 1)
|
|
1961
|
-
i = G(i, r[o]);
|
|
1963
|
+
}
|
|
1964
|
+
], o = {};
|
|
1965
|
+
for (let u = 0; u < i.length; u += 1)
|
|
1966
|
+
o = G(o, i[u]);
|
|
1962
1967
|
return {
|
|
1963
1968
|
c() {
|
|
1964
|
-
e = b("a"), t =
|
|
1969
|
+
e = b("a"), t = T(n), l = x(), I(e, o);
|
|
1965
1970
|
},
|
|
1966
|
-
m(
|
|
1967
|
-
|
|
1971
|
+
m(u, f) {
|
|
1972
|
+
d(u, e, f), g(e, t), g(e, l);
|
|
1968
1973
|
},
|
|
1969
|
-
p(
|
|
1970
|
-
|
|
1974
|
+
p(u, f) {
|
|
1975
|
+
var h;
|
|
1976
|
+
f[0] & /*subNavigation*/
|
|
1971
1977
|
1 && n !== (n = /*item*/
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
|
|
1975
|
-
},
|
|
1976
|
-
c[0] & /*subNavigation*/
|
|
1977
|
-
1 && s !== (s = /*item*/
|
|
1978
|
-
o[12].href) && { href: s },
|
|
1979
|
-
c[0] & /*subNavigation*/
|
|
1978
|
+
u[12].text + "") && le(t, n, o.contenteditable), I(e, o = X(i, [
|
|
1979
|
+
f[0] & /*subNavigation*/
|
|
1980
1980
|
1 && /*item*/
|
|
1981
|
-
|
|
1981
|
+
u[12].attributes,
|
|
1982
|
+
f[0] & /*subNavigation*/
|
|
1983
|
+
1 && s !== (s = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
|
|
1984
|
+
((h = u[12].attributes) == null ? void 0 : h.class) ?? ""}`) && { class: s },
|
|
1985
|
+
f[0] & /*subNavigation*/
|
|
1986
|
+
1 && r !== (r = /*item*/
|
|
1987
|
+
u[12].href) && { href: r }
|
|
1982
1988
|
]));
|
|
1983
1989
|
},
|
|
1984
|
-
i:
|
|
1985
|
-
o:
|
|
1986
|
-
d(
|
|
1987
|
-
|
|
1990
|
+
i: k,
|
|
1991
|
+
o: k,
|
|
1992
|
+
d(u) {
|
|
1993
|
+
u && v(e);
|
|
1988
1994
|
}
|
|
1989
1995
|
};
|
|
1990
1996
|
}
|
|
1991
|
-
function
|
|
1997
|
+
function We(a) {
|
|
1998
|
+
var c;
|
|
1992
1999
|
let e, n, t = (
|
|
1993
2000
|
/*link*/
|
|
1994
2001
|
a[15].text + ""
|
|
1995
|
-
), l, s, r = [
|
|
2002
|
+
), l, s, r, i = [
|
|
2003
|
+
/*link*/
|
|
2004
|
+
a[15].attributes,
|
|
1996
2005
|
{
|
|
1997
|
-
class:
|
|
2006
|
+
class: s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
|
|
2007
|
+
((c = a[15].attributes) == null ? void 0 : c.class) ?? ""}`
|
|
1998
2008
|
},
|
|
1999
2009
|
{
|
|
2000
|
-
href:
|
|
2010
|
+
href: r = /*link*/
|
|
2001
2011
|
a[15].href
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
for (let o = 0; o < r.length; o += 1)
|
|
2007
|
-
i = G(i, r[o]);
|
|
2012
|
+
}
|
|
2013
|
+
], o = {};
|
|
2014
|
+
for (let u = 0; u < i.length; u += 1)
|
|
2015
|
+
o = G(o, i[u]);
|
|
2008
2016
|
return {
|
|
2009
2017
|
c() {
|
|
2010
|
-
e = b("li"), n = b("a"), l =
|
|
2018
|
+
e = b("li"), n = b("a"), l = T(t), I(n, o);
|
|
2011
2019
|
},
|
|
2012
|
-
m(
|
|
2013
|
-
|
|
2020
|
+
m(u, f) {
|
|
2021
|
+
d(u, e, f), g(e, n), g(n, l);
|
|
2014
2022
|
},
|
|
2015
|
-
p(
|
|
2016
|
-
|
|
2023
|
+
p(u, f) {
|
|
2024
|
+
var h;
|
|
2025
|
+
f[0] & /*subNavigation*/
|
|
2017
2026
|
1 && t !== (t = /*link*/
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
2021
|
-
},
|
|
2022
|
-
c[0] & /*subNavigation*/
|
|
2023
|
-
1 && s !== (s = /*link*/
|
|
2024
|
-
o[15].href) && { href: s },
|
|
2025
|
-
c[0] & /*subNavigation*/
|
|
2027
|
+
u[15].text + "") && le(l, t, o.contenteditable), I(n, o = X(i, [
|
|
2028
|
+
f[0] & /*subNavigation*/
|
|
2026
2029
|
1 && /*link*/
|
|
2027
|
-
|
|
2030
|
+
u[15].attributes,
|
|
2031
|
+
f[0] & /*subNavigation*/
|
|
2032
|
+
1 && s !== (s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
|
|
2033
|
+
((h = u[15].attributes) == null ? void 0 : h.class) ?? ""}`) && { class: s },
|
|
2034
|
+
f[0] & /*subNavigation*/
|
|
2035
|
+
1 && r !== (r = /*link*/
|
|
2036
|
+
u[15].href) && { href: r }
|
|
2028
2037
|
]));
|
|
2029
2038
|
},
|
|
2030
|
-
d(
|
|
2031
|
-
|
|
2039
|
+
d(u) {
|
|
2040
|
+
u && v(e);
|
|
2032
2041
|
}
|
|
2033
2042
|
};
|
|
2034
2043
|
}
|
|
2035
|
-
function
|
|
2036
|
-
let e, n =
|
|
2044
|
+
function Pt(a) {
|
|
2045
|
+
let e, n = j(
|
|
2037
2046
|
/*item*/
|
|
2038
2047
|
a[12].links
|
|
2039
2048
|
), t = [];
|
|
2040
2049
|
for (let l = 0; l < n.length; l += 1)
|
|
2041
|
-
t[l] =
|
|
2050
|
+
t[l] = We(ke(a, n, l));
|
|
2042
2051
|
return {
|
|
2043
2052
|
c() {
|
|
2044
2053
|
for (let l = 0; l < t.length; l += 1)
|
|
@@ -2048,19 +2057,19 @@ function Ht(a) {
|
|
|
2048
2057
|
m(l, s) {
|
|
2049
2058
|
for (let r = 0; r < t.length; r += 1)
|
|
2050
2059
|
t[r] && t[r].m(l, s);
|
|
2051
|
-
|
|
2060
|
+
d(l, e, s);
|
|
2052
2061
|
},
|
|
2053
2062
|
p(l, s) {
|
|
2054
2063
|
if (s[0] & /*subNavigation*/
|
|
2055
2064
|
1) {
|
|
2056
|
-
n =
|
|
2065
|
+
n = j(
|
|
2057
2066
|
/*item*/
|
|
2058
2067
|
l[12].links
|
|
2059
2068
|
);
|
|
2060
2069
|
let r;
|
|
2061
2070
|
for (r = 0; r < n.length; r += 1) {
|
|
2062
|
-
const i =
|
|
2063
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
2071
|
+
const i = ke(l, n, r);
|
|
2072
|
+
t[r] ? t[r].p(i, s) : (t[r] = We(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
2064
2073
|
}
|
|
2065
2074
|
for (; r < t.length; r += 1)
|
|
2066
2075
|
t[r].d(1);
|
|
@@ -2077,94 +2086,94 @@ function Gt(a) {
|
|
|
2077
2086
|
/*item*/
|
|
2078
2087
|
a[12].title + ""
|
|
2079
2088
|
), l, s, r, i, o;
|
|
2080
|
-
return r = new
|
|
2089
|
+
return r = new W({ props: { icon: ne } }), {
|
|
2081
2090
|
c() {
|
|
2082
|
-
e = b("span"), n = b("span"), l =
|
|
2091
|
+
e = b("span"), n = b("span"), l = T(t), s = x(), L(r.$$.fragment), i = x(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button");
|
|
2083
2092
|
},
|
|
2084
|
-
m(c,
|
|
2085
|
-
|
|
2093
|
+
m(c, u) {
|
|
2094
|
+
d(c, e, u), g(e, n), g(n, l), g(e, s), N(r, e, null), g(e, i), o = !0;
|
|
2086
2095
|
},
|
|
2087
|
-
p(c,
|
|
2088
|
-
(!o ||
|
|
2096
|
+
p(c, u) {
|
|
2097
|
+
(!o || u[0] & /*subNavigation*/
|
|
2089
2098
|
1) && t !== (t = /*item*/
|
|
2090
2099
|
c[12].title + "") && ee(l, t);
|
|
2091
2100
|
},
|
|
2092
2101
|
i(c) {
|
|
2093
|
-
o || (
|
|
2102
|
+
o || (p(r.$$.fragment, c), o = !0);
|
|
2094
2103
|
},
|
|
2095
2104
|
o(c) {
|
|
2096
|
-
|
|
2105
|
+
m(r.$$.fragment, c), o = !1;
|
|
2097
2106
|
},
|
|
2098
2107
|
d(c) {
|
|
2099
|
-
c && v(e),
|
|
2108
|
+
c && v(e), A(r);
|
|
2100
2109
|
}
|
|
2101
2110
|
};
|
|
2102
2111
|
}
|
|
2103
|
-
function
|
|
2112
|
+
function qe(a, e) {
|
|
2104
2113
|
let n, t, l, s, r;
|
|
2105
|
-
const i = [
|
|
2106
|
-
function c(
|
|
2114
|
+
const i = [Ot, Ht], o = [];
|
|
2115
|
+
function c(u, f) {
|
|
2107
2116
|
return (
|
|
2108
2117
|
/*item*/
|
|
2109
|
-
|
|
2118
|
+
u[12].text ? 0 : 1
|
|
2110
2119
|
);
|
|
2111
2120
|
}
|
|
2112
2121
|
return t = c(e), l = o[t] = i[t](e), {
|
|
2113
2122
|
key: a,
|
|
2114
2123
|
first: null,
|
|
2115
2124
|
c() {
|
|
2116
|
-
n =
|
|
2125
|
+
n = q(), l.c(), s = q(), this.first = n;
|
|
2117
2126
|
},
|
|
2118
|
-
m(
|
|
2119
|
-
|
|
2127
|
+
m(u, f) {
|
|
2128
|
+
d(u, n, f), o[t].m(u, f), d(u, s, f), r = !0;
|
|
2120
2129
|
},
|
|
2121
|
-
p(
|
|
2122
|
-
e =
|
|
2123
|
-
let
|
|
2124
|
-
t = c(e), t ===
|
|
2125
|
-
o[
|
|
2126
|
-
}), U(), l = o[t], l ? l.p(e,
|
|
2130
|
+
p(u, f) {
|
|
2131
|
+
e = u;
|
|
2132
|
+
let h = t;
|
|
2133
|
+
t = c(e), t === h ? o[t].p(e, f) : (E(), m(o[h], 1, 1, () => {
|
|
2134
|
+
o[h] = null;
|
|
2135
|
+
}), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()), p(l, 1), l.m(s.parentNode, s));
|
|
2127
2136
|
},
|
|
2128
|
-
i(
|
|
2129
|
-
r || (
|
|
2137
|
+
i(u) {
|
|
2138
|
+
r || (p(l), r = !0);
|
|
2130
2139
|
},
|
|
2131
|
-
o(
|
|
2132
|
-
|
|
2140
|
+
o(u) {
|
|
2141
|
+
m(l), r = !1;
|
|
2133
2142
|
},
|
|
2134
|
-
d(
|
|
2135
|
-
|
|
2143
|
+
d(u) {
|
|
2144
|
+
u && (v(n), v(s)), o[t].d(u);
|
|
2136
2145
|
}
|
|
2137
2146
|
};
|
|
2138
2147
|
}
|
|
2139
2148
|
function Vt(a) {
|
|
2140
|
-
let e, n, t, l, s, r, i, o, c,
|
|
2149
|
+
let e, n, t, l, s, r, i, o, c, u, f, h, C, M, w, J;
|
|
2141
2150
|
Ve(
|
|
2142
2151
|
/*onwindowresize*/
|
|
2143
2152
|
a[10]
|
|
2144
2153
|
);
|
|
2145
|
-
let
|
|
2154
|
+
let $ = (
|
|
2146
2155
|
/*windowWidth*/
|
|
2147
2156
|
a[3] >= F && je(a)
|
|
2148
2157
|
), S = (
|
|
2149
2158
|
/*windowWidth*/
|
|
2150
2159
|
a[3] >= F && Me()
|
|
2151
2160
|
);
|
|
2152
|
-
const
|
|
2153
|
-
function
|
|
2161
|
+
const ue = [kt, $t], P = [];
|
|
2162
|
+
function fe(y, z) {
|
|
2154
2163
|
return (
|
|
2155
2164
|
/*windowWidth*/
|
|
2156
2165
|
y[3] >= F ? 0 : 1
|
|
2157
2166
|
);
|
|
2158
2167
|
}
|
|
2159
|
-
i =
|
|
2160
|
-
const _e = [xt, yt],
|
|
2168
|
+
i = fe(a), o = P[i] = ue[i](a);
|
|
2169
|
+
const _e = [xt, yt], H = [];
|
|
2161
2170
|
function he(y, z) {
|
|
2162
2171
|
return (
|
|
2163
2172
|
/*windowWidth*/
|
|
2164
2173
|
y[3] >= F ? 0 : 1
|
|
2165
2174
|
);
|
|
2166
2175
|
}
|
|
2167
|
-
|
|
2176
|
+
f = he(a), h = H[f] = _e[f](a);
|
|
2168
2177
|
let Z = (
|
|
2169
2178
|
/*subNavigation*/
|
|
2170
2179
|
(a[0].length > 0 || /*pageTitle*/
|
|
@@ -2172,11 +2181,11 @@ function Vt(a) {
|
|
|
2172
2181
|
);
|
|
2173
2182
|
return {
|
|
2174
2183
|
c() {
|
|
2175
|
-
e = b("header"),
|
|
2184
|
+
e = b("header"), $ && $.c(), n = x(), t = b("nav"), l = b("div"), S && S.c(), s = x(), r = b("a"), o.c(), u = x(), h.c(), C = x(), Z && Z.c(), _(r, "class", c = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
|
|
2176
2185
|
a[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`), _(r, "href", "https://www.uoguelph.ca"), _(r, "aria-label", "University of Guelph Home Page"), _(l, "class", "flex w-fit"), _(t, "class", "relative w-full justify-between flex h-[5rem] lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white"), _(t, "aria-label", "Primary"), _(e, "class", "relative z-10 w-full font-condensed text-3xl text-black");
|
|
2177
2186
|
},
|
|
2178
2187
|
m(y, z) {
|
|
2179
|
-
|
|
2188
|
+
d(y, e, z), $ && $.m(e, null), g(e, n), g(e, t), g(t, l), S && S.m(l, null), g(l, s), g(l, r), P[i].m(r, null), g(t, u), H[f].m(t, null), g(e, C), Z && Z.m(e, null), M = !0, w || (J = ae(
|
|
2180
2189
|
Xe,
|
|
2181
2190
|
"resize",
|
|
2182
2191
|
/*onwindowresize*/
|
|
@@ -2185,43 +2194,43 @@ function Vt(a) {
|
|
|
2185
2194
|
},
|
|
2186
2195
|
p(y, z) {
|
|
2187
2196
|
/*windowWidth*/
|
|
2188
|
-
y[3] >= F ?
|
|
2189
|
-
8 &&
|
|
2190
|
-
|
|
2197
|
+
y[3] >= F ? $ ? ($.p(y, z), z[0] & /*windowWidth*/
|
|
2198
|
+
8 && p($, 1)) : ($ = je(y), $.c(), p($, 1), $.m(e, n)) : $ && (E(), m($, 1, 1, () => {
|
|
2199
|
+
$ = null;
|
|
2191
2200
|
}), U()), /*windowWidth*/
|
|
2192
2201
|
y[3] >= F ? S ? z[0] & /*windowWidth*/
|
|
2193
|
-
8 &&
|
|
2202
|
+
8 && p(S, 1) : (S = Me(), S.c(), p(S, 1), S.m(l, s)) : S && (E(), m(S, 1, 1, () => {
|
|
2194
2203
|
S = null;
|
|
2195
2204
|
}), U());
|
|
2196
2205
|
let re = i;
|
|
2197
|
-
i =
|
|
2198
|
-
|
|
2199
|
-
}), U(), o =
|
|
2206
|
+
i = fe(y), i !== re && (E(), m(P[re], 1, 1, () => {
|
|
2207
|
+
P[re] = null;
|
|
2208
|
+
}), U(), o = P[i], o || (o = P[i] = ue[i](y), o.c()), p(o, 1), o.m(r, null)), (!M || z[0] & /*windowWidth*/
|
|
2200
2209
|
8 && c !== (c = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
|
|
2201
2210
|
y[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(r, "class", c);
|
|
2202
|
-
let oe =
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
}), U(),
|
|
2211
|
+
let oe = f;
|
|
2212
|
+
f = he(y), f === oe ? H[f].p(y, z) : (E(), m(H[oe], 1, 1, () => {
|
|
2213
|
+
H[oe] = null;
|
|
2214
|
+
}), U(), h = H[f], h ? h.p(y, z) : (h = H[f] = _e[f](y), h.c()), p(h, 1), h.m(t, null)), /*subNavigation*/
|
|
2206
2215
|
y[0].length > 0 || /*pageTitle*/
|
|
2207
2216
|
y[1] ? Z ? (Z.p(y, z), z[0] & /*subNavigation, pageTitle*/
|
|
2208
|
-
3 &&
|
|
2217
|
+
3 && p(Z, 1)) : (Z = Be(y), Z.c(), p(Z, 1), Z.m(e, null)) : Z && (E(), m(Z, 1, 1, () => {
|
|
2209
2218
|
Z = null;
|
|
2210
2219
|
}), U());
|
|
2211
2220
|
},
|
|
2212
2221
|
i(y) {
|
|
2213
|
-
M || (
|
|
2222
|
+
M || (p($), p(S), p(o), p(h), p(Z), M = !0);
|
|
2214
2223
|
},
|
|
2215
2224
|
o(y) {
|
|
2216
|
-
|
|
2225
|
+
m($), m(S), m(o), m(h), m(Z), M = !1;
|
|
2217
2226
|
},
|
|
2218
2227
|
d(y) {
|
|
2219
|
-
y && v(e),
|
|
2228
|
+
y && v(e), $ && $.d(), S && S.d(), P[i].d(), H[f].d(), Z && Z.d(), w = !1, J();
|
|
2220
2229
|
}
|
|
2221
2230
|
};
|
|
2222
2231
|
}
|
|
2223
2232
|
const F = 1024, Dt = 35;
|
|
2224
|
-
function
|
|
2233
|
+
function Yt(a, e, n) {
|
|
2225
2234
|
const t = [
|
|
2226
2235
|
{
|
|
2227
2236
|
text: "Give",
|
|
@@ -2312,8 +2321,8 @@ function Qt(a, e, n) {
|
|
|
2312
2321
|
],
|
|
2313
2322
|
icon: nt
|
|
2314
2323
|
};
|
|
2315
|
-
let i, o, c = !1, { subNavigation:
|
|
2316
|
-
function
|
|
2324
|
+
let i, o, c = !1, { subNavigation: u } = e, { pageTitle: f } = e, { pageURL: h } = e;
|
|
2325
|
+
function C() {
|
|
2317
2326
|
n(3, i = Xe.innerWidth);
|
|
2318
2327
|
}
|
|
2319
2328
|
function M(w) {
|
|
@@ -2322,16 +2331,16 @@ function Qt(a, e, n) {
|
|
|
2322
2331
|
});
|
|
2323
2332
|
}
|
|
2324
2333
|
return a.$$set = (w) => {
|
|
2325
|
-
"subNavigation" in w && n(0,
|
|
2334
|
+
"subNavigation" in w && n(0, u = w.subNavigation), "pageTitle" in w && n(1, f = w.pageTitle), "pageURL" in w && n(2, h = w.pageURL);
|
|
2326
2335
|
}, a.$$.update = () => {
|
|
2327
2336
|
a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
|
|
2328
2337
|
56 && window.requestAnimationFrame(() => {
|
|
2329
2338
|
i >= F && o && !c && n(5, c = o.offsetWidth > o.parentElement.offsetWidth);
|
|
2330
2339
|
});
|
|
2331
2340
|
}, [
|
|
2332
|
-
f,
|
|
2333
2341
|
u,
|
|
2334
|
-
|
|
2342
|
+
f,
|
|
2343
|
+
h,
|
|
2335
2344
|
i,
|
|
2336
2345
|
o,
|
|
2337
2346
|
c,
|
|
@@ -2339,16 +2348,16 @@ function Qt(a, e, n) {
|
|
|
2339
2348
|
l,
|
|
2340
2349
|
s,
|
|
2341
2350
|
r,
|
|
2342
|
-
|
|
2351
|
+
C,
|
|
2343
2352
|
M
|
|
2344
2353
|
];
|
|
2345
2354
|
}
|
|
2346
|
-
class
|
|
2355
|
+
class Kt extends K {
|
|
2347
2356
|
constructor(e) {
|
|
2348
|
-
super(),
|
|
2357
|
+
super(), Q(
|
|
2349
2358
|
this,
|
|
2350
2359
|
e,
|
|
2351
|
-
|
|
2360
|
+
Yt,
|
|
2352
2361
|
Vt,
|
|
2353
2362
|
D,
|
|
2354
2363
|
{
|
|
@@ -2379,7 +2388,7 @@ class Yt extends Y {
|
|
|
2379
2388
|
this.$$set({ pageURL: e }), B();
|
|
2380
2389
|
}
|
|
2381
2390
|
}
|
|
2382
|
-
customElements.define("uofg-header",
|
|
2391
|
+
customElements.define("uofg-header", Y(Kt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" } }, [], [], !0, (a) => class extends a {
|
|
2383
2392
|
constructor() {
|
|
2384
2393
|
super(), tt(this.shadowRoot);
|
|
2385
2394
|
}
|
|
@@ -2418,5 +2427,5 @@ customElements.define("uofg-header", Q(Yt, { subNavigation: {}, pageTitle: { ref
|
|
|
2418
2427
|
}
|
|
2419
2428
|
}));
|
|
2420
2429
|
export {
|
|
2421
|
-
|
|
2430
|
+
Kt as default
|
|
2422
2431
|
};
|