@uoguelph/web-components 1.2.2-rc.2 → 1.3.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/uofg-header.esm.js → uofg-header.esm.js} +444 -456
- package/dist/uofg-web-components.css +1 -0
- package/dist/uofg-web-components.esm.js +56 -0
- package/package.json +9 -3
- package/dist/uofg-web-components/uofg-web-components.css +0 -1
- package/dist/uofg-web-components/uofg-web-components.esm.js +0 -8
- /package/dist/{uofg-web-components/index-Bx5sKUFM.js → index-Bx5sKUFM.js} +0 -0
- /package/dist/{uofg-web-components/uofg-alert.esm.js → uofg-alert.esm.js} +0 -0
- /package/dist/{uofg-web-components/uofg-footer.esm.js → uofg-footer.esm.js} +0 -0
- /package/dist/{uofg-web-components/uofg-modal.esm.js → uofg-modal.esm.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as Q, S as Y, i as K, s as D, w as B, b as Oe, e as
|
|
1
|
+
import { c as Q, S as Y, i as K, s as D, w as B, b as Oe, e as b, g as x, h as _, j as m, k as h, O as ae, P as Je, u as Pe, l as He, n as Ge, t as g, o as d, z as U, p as v, Q as et, R as I, D as T, T as G, U as ge, V as Ve, W as pe, r as R, v as $, a as tt, x as A, X as ie, d as C, m as L, q as N, Y as lt, Z as nt, _ as rt, $ as ce, F as q, A as V, a0 as De, B as E, C as ee, a1 as te, a2 as W, a3 as le, a4 as ne } from "./index-Bx5sKUFM.js";
|
|
2
2
|
const ot = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
|
|
3
3
|
// @ts-ignore Node typings have this
|
|
4
4
|
global
|
|
@@ -22,7 +22,7 @@ function X(a, e) {
|
|
|
22
22
|
r in n || (n[r] = void 0);
|
|
23
23
|
return n;
|
|
24
24
|
}
|
|
25
|
-
function
|
|
25
|
+
function be(a) {
|
|
26
26
|
return a < 0.5 ? 4 * a * a * a : 0.5 * Math.pow(2 * a - 2, 3) + 1;
|
|
27
27
|
}
|
|
28
28
|
function st(a) {
|
|
@@ -30,18 +30,18 @@ function st(a) {
|
|
|
30
30
|
return e * e * e + 1;
|
|
31
31
|
}
|
|
32
32
|
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${
|
|
33
|
+
const s = getComputedStyle(a), r = +s.opacity, i = l === "y" ? "height" : "width", o = parseFloat(s[i]), c = l === "y" ? ["top", "bottom"] : ["left", "right"], f = c.map(
|
|
34
|
+
(k) => `${k[0].toUpperCase()}${k.slice(1)}`
|
|
35
|
+
), u = parseFloat(s[`padding${f[0]}`]), p = parseFloat(s[`padding${f[1]}`]), j = parseFloat(s[`margin${f[0]}`]), M = parseFloat(s[`margin${f[1]}`]), w = parseFloat(
|
|
36
|
+
s[`border${f[0]}Width`]
|
|
37
37
|
), J = parseFloat(
|
|
38
|
-
s[`border${
|
|
38
|
+
s[`border${f[1]}Width`]
|
|
39
39
|
);
|
|
40
40
|
return {
|
|
41
41
|
delay: e,
|
|
42
42
|
duration: n,
|
|
43
43
|
easing: t,
|
|
44
|
-
css: (
|
|
44
|
+
css: (k) => `overflow: hidden;opacity: ${Math.min(k * 20, 1) * r};${i}: ${k * o}px;padding-${c[0]}: ${k * u}px;padding-${c[1]}: ${k * p}px;margin-${c[0]}: ${k * j}px;margin-${c[1]}: ${k * M}px;border-${c[0]}-width: ${k * w}px;border-${c[1]}-width: ${k * J}px;`
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
const it = (a) => {
|
|
@@ -78,14 +78,14 @@ function me(a) {
|
|
|
78
78
|
/*as*/
|
|
79
79
|
r[2]
|
|
80
80
|
) ? (s.d(1), s = se(r), e = /*as*/
|
|
81
|
-
r[2], s.c(), t && (t = !1,
|
|
82
|
-
r[2], s.c(),
|
|
81
|
+
r[2], s.c(), t && (t = !1, g(s)), s.m(n.parentNode, n)) : (t && (t = !1, g(s)), s.p(r, i)) : (s = se(r), e = /*as*/
|
|
82
|
+
r[2], s.c(), g(s), s.m(n.parentNode, n)) : e && (t = !0, T(), d(s, 1, 1, () => {
|
|
83
83
|
s = null, e = /*as*/
|
|
84
84
|
r[2], t = !1;
|
|
85
85
|
}), U());
|
|
86
86
|
},
|
|
87
87
|
i(r) {
|
|
88
|
-
l || (
|
|
88
|
+
l || (g(s, r), l = !0);
|
|
89
89
|
},
|
|
90
90
|
o(r) {
|
|
91
91
|
d(s, r), l = !1;
|
|
@@ -115,7 +115,7 @@ function se(a) {
|
|
|
115
115
|
i = G(i, r[o]);
|
|
116
116
|
return {
|
|
117
117
|
c() {
|
|
118
|
-
e =
|
|
118
|
+
e = b(
|
|
119
119
|
/*as*/
|
|
120
120
|
a[2]
|
|
121
121
|
), s && s.c(), ge(
|
|
@@ -157,22 +157,22 @@ function se(a) {
|
|
|
157
157
|
]));
|
|
158
158
|
},
|
|
159
159
|
i(o) {
|
|
160
|
-
t || (
|
|
161
|
-
t && (n || (n =
|
|
160
|
+
t || (g(s, o), o && Ve(() => {
|
|
161
|
+
t && (n || (n = pe(
|
|
162
162
|
e,
|
|
163
163
|
/*transition*/
|
|
164
164
|
a[3],
|
|
165
|
-
{ duration: 200, easing:
|
|
165
|
+
{ duration: 200, easing: be },
|
|
166
166
|
!0
|
|
167
167
|
)), n.run(1));
|
|
168
168
|
}), t = !0);
|
|
169
169
|
},
|
|
170
170
|
o(o) {
|
|
171
|
-
d(s, o), o && (n || (n =
|
|
171
|
+
d(s, o), o && (n || (n = pe(
|
|
172
172
|
e,
|
|
173
173
|
/*transition*/
|
|
174
174
|
a[3],
|
|
175
|
-
{ duration: 200, easing:
|
|
175
|
+
{ duration: 200, easing: be },
|
|
176
176
|
!1
|
|
177
177
|
)), n.run(0)), t = !1;
|
|
178
178
|
},
|
|
@@ -181,7 +181,7 @@ function se(a) {
|
|
|
181
181
|
}
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function ft(a) {
|
|
185
185
|
let e, n, t, l, s, r;
|
|
186
186
|
const i = (
|
|
187
187
|
/*#slots*/
|
|
@@ -199,7 +199,7 @@ function ut(a) {
|
|
|
199
199
|
);
|
|
200
200
|
return {
|
|
201
201
|
c() {
|
|
202
|
-
e =
|
|
202
|
+
e = b("div"), n = b("button"), o && o.c(), t = x(), c && c.c(), _(
|
|
203
203
|
n,
|
|
204
204
|
"class",
|
|
205
205
|
/*buttonClass*/
|
|
@@ -221,8 +221,8 @@ function ut(a) {
|
|
|
221
221
|
a[1]
|
|
222
222
|
), _(e, "tabindex", "-1");
|
|
223
223
|
},
|
|
224
|
-
m(
|
|
225
|
-
m(
|
|
224
|
+
m(f, u) {
|
|
225
|
+
m(f, e, u), h(e, n), o && o.m(n, null), h(e, t), c && c.m(e, null), l = !0, s || (r = [
|
|
226
226
|
ae(
|
|
227
227
|
n,
|
|
228
228
|
"click",
|
|
@@ -238,93 +238,93 @@ function ut(a) {
|
|
|
238
238
|
Je(it.call(null, e))
|
|
239
239
|
], s = !0);
|
|
240
240
|
},
|
|
241
|
-
p(
|
|
242
|
-
o && o.p && (!l ||
|
|
241
|
+
p(f, [u]) {
|
|
242
|
+
o && o.p && (!l || u & /*$$scope*/
|
|
243
243
|
256) && Pe(
|
|
244
244
|
o,
|
|
245
245
|
i,
|
|
246
|
-
|
|
246
|
+
f,
|
|
247
247
|
/*$$scope*/
|
|
248
|
-
|
|
248
|
+
f[8],
|
|
249
249
|
l ? Ge(
|
|
250
250
|
i,
|
|
251
251
|
/*$$scope*/
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
f[8],
|
|
253
|
+
u,
|
|
254
254
|
ct
|
|
255
255
|
) : He(
|
|
256
256
|
/*$$scope*/
|
|
257
|
-
|
|
257
|
+
f[8]
|
|
258
258
|
),
|
|
259
259
|
de
|
|
260
|
-
), (!l ||
|
|
260
|
+
), (!l || u & /*buttonClass*/
|
|
261
261
|
16) && _(
|
|
262
262
|
n,
|
|
263
263
|
"class",
|
|
264
264
|
/*buttonClass*/
|
|
265
|
-
|
|
266
|
-
), (!l ||
|
|
265
|
+
f[4]
|
|
266
|
+
), (!l || u & /*open*/
|
|
267
267
|
1) && _(
|
|
268
268
|
n,
|
|
269
269
|
"aria-expanded",
|
|
270
270
|
/*open*/
|
|
271
|
-
|
|
272
|
-
), (!l ||
|
|
271
|
+
f[0]
|
|
272
|
+
), (!l || u & /*buttonAriaLabel*/
|
|
273
273
|
128) && _(
|
|
274
274
|
n,
|
|
275
275
|
"aria-label",
|
|
276
276
|
/*buttonAriaLabel*/
|
|
277
|
-
|
|
277
|
+
f[7]
|
|
278
278
|
), /*open*/
|
|
279
|
-
|
|
280
|
-
1 &&
|
|
279
|
+
f[0] ? c ? (c.p(f, u), u & /*open*/
|
|
280
|
+
1 && g(c, 1)) : (c = me(f), c.c(), g(c, 1), c.m(e, null)) : c && (T(), d(c, 1, 1, () => {
|
|
281
281
|
c = null;
|
|
282
|
-
}), U()), (!l ||
|
|
282
|
+
}), U()), (!l || u & /*className*/
|
|
283
283
|
2) && _(
|
|
284
284
|
e,
|
|
285
285
|
"class",
|
|
286
286
|
/*className*/
|
|
287
|
-
|
|
287
|
+
f[1]
|
|
288
288
|
);
|
|
289
289
|
},
|
|
290
|
-
i(
|
|
291
|
-
l || (
|
|
290
|
+
i(f) {
|
|
291
|
+
l || (g(o, f), g(c), l = !0);
|
|
292
292
|
},
|
|
293
|
-
o(
|
|
294
|
-
d(o,
|
|
293
|
+
o(f) {
|
|
294
|
+
d(o, f), d(c), l = !1;
|
|
295
295
|
},
|
|
296
|
-
d(
|
|
297
|
-
|
|
296
|
+
d(f) {
|
|
297
|
+
f && v(e), o && o.d(f), c && c.d(), s = !1, et(r);
|
|
298
298
|
}
|
|
299
299
|
};
|
|
300
300
|
}
|
|
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
|
|
301
|
+
function ut(a, e, n) {
|
|
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: f = "" } = e, { autoCollapse: u = !0 } = e, { buttonAriaLabel: p } = e;
|
|
303
|
+
const j = (w) => {
|
|
304
304
|
n(0, r = !r), w.target.focus();
|
|
305
305
|
}, M = () => {
|
|
306
|
-
|
|
306
|
+
u && n(0, r = !1);
|
|
307
307
|
};
|
|
308
308
|
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,
|
|
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, f = w.contentClass), "autoCollapse" in w && n(6, u = w.autoCollapse), "buttonAriaLabel" in w && n(7, p = w.buttonAriaLabel), "$$scope" in w && n(8, l = w.$$scope);
|
|
310
310
|
}, [
|
|
311
311
|
r,
|
|
312
312
|
s,
|
|
313
313
|
i,
|
|
314
314
|
o,
|
|
315
315
|
c,
|
|
316
|
-
u,
|
|
317
316
|
f,
|
|
318
|
-
|
|
317
|
+
u,
|
|
318
|
+
p,
|
|
319
319
|
l,
|
|
320
320
|
t,
|
|
321
|
-
|
|
321
|
+
j,
|
|
322
322
|
M
|
|
323
323
|
];
|
|
324
324
|
}
|
|
325
325
|
class P extends Y {
|
|
326
326
|
constructor(e) {
|
|
327
|
-
super(), K(this, e,
|
|
327
|
+
super(), K(this, e, ut, ft, D, {
|
|
328
328
|
class: 1,
|
|
329
329
|
open: 0,
|
|
330
330
|
as: 2,
|
|
@@ -392,11 +392,11 @@ function _t(a) {
|
|
|
392
392
|
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
393
|
},
|
|
394
394
|
m(s, r) {
|
|
395
|
-
m(s, e, r),
|
|
395
|
+
m(s, e, r), h(e, n), h(n, t), h(n, l);
|
|
396
396
|
},
|
|
397
|
-
p:
|
|
398
|
-
i:
|
|
399
|
-
o:
|
|
397
|
+
p: $,
|
|
398
|
+
i: $,
|
|
399
|
+
o: $,
|
|
400
400
|
d(s) {
|
|
401
401
|
s && v(e);
|
|
402
402
|
}
|
|
@@ -415,11 +415,11 @@ function ht(a) {
|
|
|
415
415
|
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
416
|
},
|
|
417
417
|
m(l, s) {
|
|
418
|
-
m(l, e, s),
|
|
418
|
+
m(l, e, s), h(e, n), h(e, t);
|
|
419
419
|
},
|
|
420
|
-
p:
|
|
421
|
-
i:
|
|
422
|
-
o:
|
|
420
|
+
p: $,
|
|
421
|
+
i: $,
|
|
422
|
+
o: $,
|
|
423
423
|
d(l) {
|
|
424
424
|
l && v(e);
|
|
425
425
|
}
|
|
@@ -438,11 +438,11 @@ function gt(a) {
|
|
|
438
438
|
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
439
|
},
|
|
440
440
|
m(l, s) {
|
|
441
|
-
m(l, e, s),
|
|
441
|
+
m(l, e, s), h(e, n), h(e, t);
|
|
442
442
|
},
|
|
443
|
-
p:
|
|
444
|
-
i:
|
|
445
|
-
o:
|
|
443
|
+
p: $,
|
|
444
|
+
i: $,
|
|
445
|
+
o: $,
|
|
446
446
|
d(l) {
|
|
447
447
|
l && v(e);
|
|
448
448
|
}
|
|
@@ -463,11 +463,11 @@ function we(a, e, n) {
|
|
|
463
463
|
const t = a.slice();
|
|
464
464
|
return t[15] = e[n], t;
|
|
465
465
|
}
|
|
466
|
-
function
|
|
466
|
+
function ke(a, e, n) {
|
|
467
467
|
const t = a.slice();
|
|
468
468
|
return t[12] = e[n], t;
|
|
469
469
|
}
|
|
470
|
-
function
|
|
470
|
+
function $e(a, e, n) {
|
|
471
471
|
const t = a.slice();
|
|
472
472
|
return t[15] = e[n], t;
|
|
473
473
|
}
|
|
@@ -496,7 +496,7 @@ function Ae(a, e, n) {
|
|
|
496
496
|
return t[15] = e[n], t;
|
|
497
497
|
}
|
|
498
498
|
function je(a) {
|
|
499
|
-
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r =
|
|
499
|
+
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = A([
|
|
500
500
|
.../*topLinks*/
|
|
501
501
|
a[6],
|
|
502
502
|
/*account*/
|
|
@@ -508,25 +508,25 @@ function je(a) {
|
|
|
508
508
|
o[12].title
|
|
509
509
|
);
|
|
510
510
|
for (let o = 0; o < r.length; o += 1) {
|
|
511
|
-
let c = Ne(a, r, o),
|
|
512
|
-
l.set(
|
|
511
|
+
let c = Ne(a, r, o), f = i(c);
|
|
512
|
+
l.set(f, t[o] = Se(f, c));
|
|
513
513
|
}
|
|
514
514
|
return {
|
|
515
515
|
c() {
|
|
516
|
-
e =
|
|
516
|
+
e = b("nav"), n = b("ul");
|
|
517
517
|
for (let o = 0; o < t.length; o += 1)
|
|
518
518
|
t[o].c();
|
|
519
519
|
_(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
520
|
},
|
|
521
521
|
m(o, c) {
|
|
522
|
-
m(o, e, c),
|
|
523
|
-
for (let
|
|
524
|
-
t[
|
|
522
|
+
m(o, e, c), h(e, n);
|
|
523
|
+
for (let f = 0; f < t.length; f += 1)
|
|
524
|
+
t[f] && t[f].m(n, null);
|
|
525
525
|
s = !0;
|
|
526
526
|
},
|
|
527
527
|
p(o, c) {
|
|
528
528
|
c[0] & /*topLinks, account*/
|
|
529
|
-
576 && (r =
|
|
529
|
+
576 && (r = A([
|
|
530
530
|
.../*topLinks*/
|
|
531
531
|
o[6],
|
|
532
532
|
/*account*/
|
|
@@ -536,7 +536,7 @@ function je(a) {
|
|
|
536
536
|
i(o) {
|
|
537
537
|
if (!s) {
|
|
538
538
|
for (let c = 0; c < r.length; c += 1)
|
|
539
|
-
|
|
539
|
+
g(t[c]);
|
|
540
540
|
s = !0;
|
|
541
541
|
}
|
|
542
542
|
},
|
|
@@ -552,14 +552,14 @@ function je(a) {
|
|
|
552
552
|
}
|
|
553
553
|
};
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function pt(a) {
|
|
556
556
|
let e, n = (
|
|
557
557
|
/*item*/
|
|
558
558
|
a[12].text.toUpperCase() + ""
|
|
559
559
|
), t;
|
|
560
560
|
return {
|
|
561
561
|
c() {
|
|
562
|
-
e =
|
|
562
|
+
e = b("a"), t = E(n), _(e, "class", "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey"), _(
|
|
563
563
|
e,
|
|
564
564
|
"href",
|
|
565
565
|
/*item*/
|
|
@@ -572,17 +572,17 @@ function bt(a) {
|
|
|
572
572
|
);
|
|
573
573
|
},
|
|
574
574
|
m(l, s) {
|
|
575
|
-
m(l, e, s),
|
|
575
|
+
m(l, e, s), h(e, t);
|
|
576
576
|
},
|
|
577
|
-
p:
|
|
578
|
-
i:
|
|
579
|
-
o:
|
|
577
|
+
p: $,
|
|
578
|
+
i: $,
|
|
579
|
+
o: $,
|
|
580
580
|
d(l) {
|
|
581
581
|
l && v(e);
|
|
582
582
|
}
|
|
583
583
|
};
|
|
584
584
|
}
|
|
585
|
-
function
|
|
585
|
+
function bt(a) {
|
|
586
586
|
let e, n;
|
|
587
587
|
return e = new P({
|
|
588
588
|
props: {
|
|
@@ -606,10 +606,10 @@ function pt(a) {
|
|
|
606
606
|
}
|
|
607
607
|
}), {
|
|
608
608
|
c() {
|
|
609
|
-
|
|
609
|
+
C(e.$$.fragment);
|
|
610
610
|
},
|
|
611
611
|
m(t, l) {
|
|
612
|
-
|
|
612
|
+
L(e, t, l), n = !0;
|
|
613
613
|
},
|
|
614
614
|
p(t, l) {
|
|
615
615
|
const s = {};
|
|
@@ -617,13 +617,13 @@ function pt(a) {
|
|
|
617
617
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
618
618
|
},
|
|
619
619
|
i(t) {
|
|
620
|
-
n || (
|
|
620
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
621
621
|
},
|
|
622
622
|
o(t) {
|
|
623
623
|
d(e.$$.fragment, t), n = !1;
|
|
624
624
|
},
|
|
625
625
|
d(t) {
|
|
626
|
-
|
|
626
|
+
N(e, t);
|
|
627
627
|
}
|
|
628
628
|
};
|
|
629
629
|
}
|
|
@@ -648,19 +648,19 @@ function Ze(a) {
|
|
|
648
648
|
i = G(i, r[o]);
|
|
649
649
|
return {
|
|
650
650
|
c() {
|
|
651
|
-
e =
|
|
651
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
|
|
652
652
|
},
|
|
653
653
|
m(o, c) {
|
|
654
|
-
m(o, e, c),
|
|
654
|
+
m(o, e, c), h(e, n), h(n, l), h(e, s);
|
|
655
655
|
},
|
|
656
|
-
p:
|
|
656
|
+
p: $,
|
|
657
657
|
d(o) {
|
|
658
658
|
o && v(e);
|
|
659
659
|
}
|
|
660
660
|
};
|
|
661
661
|
}
|
|
662
662
|
function dt(a) {
|
|
663
|
-
let e, n =
|
|
663
|
+
let e, n = A(
|
|
664
664
|
/*item*/
|
|
665
665
|
a[12].links
|
|
666
666
|
), t = [];
|
|
@@ -680,7 +680,7 @@ function dt(a) {
|
|
|
680
680
|
p(l, s) {
|
|
681
681
|
if (s[0] & /*topLinks, account*/
|
|
682
682
|
576) {
|
|
683
|
-
n =
|
|
683
|
+
n = A(
|
|
684
684
|
/*item*/
|
|
685
685
|
l[12].links
|
|
686
686
|
);
|
|
@@ -703,21 +703,21 @@ function mt(a) {
|
|
|
703
703
|
let e, n, t, l;
|
|
704
704
|
return t = new q({ props: { icon: ne } }), {
|
|
705
705
|
c() {
|
|
706
|
-
e =
|
|
707
|
-
a[12].text.toUpperCase()}`, n = x(),
|
|
706
|
+
e = b("span"), e.textContent = `${/*item*/
|
|
707
|
+
a[12].text.toUpperCase()}`, n = x(), C(t.$$.fragment);
|
|
708
708
|
},
|
|
709
709
|
m(s, r) {
|
|
710
|
-
m(s, e, r), m(s, n, r),
|
|
710
|
+
m(s, e, r), m(s, n, r), L(t, s, r), l = !0;
|
|
711
711
|
},
|
|
712
|
-
p:
|
|
712
|
+
p: $,
|
|
713
713
|
i(s) {
|
|
714
|
-
l || (
|
|
714
|
+
l || (g(t.$$.fragment, s), l = !0);
|
|
715
715
|
},
|
|
716
716
|
o(s) {
|
|
717
717
|
d(t.$$.fragment, s), l = !1;
|
|
718
718
|
},
|
|
719
719
|
d(s) {
|
|
720
|
-
s && (v(e), v(n)),
|
|
720
|
+
s && (v(e), v(n)), N(t, s);
|
|
721
721
|
}
|
|
722
722
|
};
|
|
723
723
|
}
|
|
@@ -728,20 +728,20 @@ function vt(a) {
|
|
|
728
728
|
a[12].icon
|
|
729
729
|
) } }), {
|
|
730
730
|
c() {
|
|
731
|
-
|
|
731
|
+
C(e.$$.fragment);
|
|
732
732
|
},
|
|
733
733
|
m(t, l) {
|
|
734
|
-
|
|
734
|
+
L(e, t, l), n = !0;
|
|
735
735
|
},
|
|
736
|
-
p:
|
|
736
|
+
p: $,
|
|
737
737
|
i(t) {
|
|
738
|
-
n || (
|
|
738
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
739
739
|
},
|
|
740
740
|
o(t) {
|
|
741
741
|
d(e.$$.fragment, t), n = !1;
|
|
742
742
|
},
|
|
743
743
|
d(t) {
|
|
744
|
-
|
|
744
|
+
N(e, t);
|
|
745
745
|
}
|
|
746
746
|
};
|
|
747
747
|
}
|
|
@@ -756,7 +756,7 @@ function wt(a) {
|
|
|
756
756
|
}
|
|
757
757
|
return n = i(a), t = r[n] = s[n](a), {
|
|
758
758
|
c() {
|
|
759
|
-
e =
|
|
759
|
+
e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), te(
|
|
760
760
|
e,
|
|
761
761
|
"bg-uofg-yellow",
|
|
762
762
|
/*item*/
|
|
@@ -770,7 +770,7 @@ function wt(a) {
|
|
|
770
770
|
t.p(o, c);
|
|
771
771
|
},
|
|
772
772
|
i(o) {
|
|
773
|
-
l || (
|
|
773
|
+
l || (g(t), l = !0);
|
|
774
774
|
},
|
|
775
775
|
o(o) {
|
|
776
776
|
d(t), l = !1;
|
|
@@ -782,33 +782,33 @@ function wt(a) {
|
|
|
782
782
|
}
|
|
783
783
|
function Se(a, e) {
|
|
784
784
|
let n, t, l, s, r;
|
|
785
|
-
const i = [
|
|
786
|
-
function c(
|
|
785
|
+
const i = [bt, pt], o = [];
|
|
786
|
+
function c(f, u) {
|
|
787
787
|
return (
|
|
788
788
|
/*item*/
|
|
789
|
-
|
|
789
|
+
f[12].links ? 0 : 1
|
|
790
790
|
);
|
|
791
791
|
}
|
|
792
792
|
return t = c(e), l = o[t] = i[t](e), {
|
|
793
793
|
key: a,
|
|
794
794
|
first: null,
|
|
795
795
|
c() {
|
|
796
|
-
n =
|
|
796
|
+
n = b("li"), l.c(), s = x(), this.first = n;
|
|
797
797
|
},
|
|
798
|
-
m(
|
|
799
|
-
m(
|
|
798
|
+
m(f, u) {
|
|
799
|
+
m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
|
|
800
800
|
},
|
|
801
|
-
p(
|
|
802
|
-
e =
|
|
801
|
+
p(f, u) {
|
|
802
|
+
e = f, l.p(e, u);
|
|
803
803
|
},
|
|
804
|
-
i(
|
|
805
|
-
r || (
|
|
804
|
+
i(f) {
|
|
805
|
+
r || (g(l), r = !0);
|
|
806
806
|
},
|
|
807
|
-
o(
|
|
807
|
+
o(f) {
|
|
808
808
|
d(l), r = !1;
|
|
809
809
|
},
|
|
810
|
-
d(
|
|
811
|
-
|
|
810
|
+
d(f) {
|
|
811
|
+
f && v(n), o[t].d();
|
|
812
812
|
}
|
|
813
813
|
};
|
|
814
814
|
}
|
|
@@ -816,64 +816,64 @@ function Me(a) {
|
|
|
816
816
|
let e, n, t;
|
|
817
817
|
return n = new Ke({}), {
|
|
818
818
|
c() {
|
|
819
|
-
e =
|
|
819
|
+
e = b("div"), C(n.$$.fragment), _(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
|
|
820
820
|
},
|
|
821
821
|
m(l, s) {
|
|
822
|
-
m(l, e, s),
|
|
822
|
+
m(l, e, s), L(n, e, null), t = !0;
|
|
823
823
|
},
|
|
824
824
|
i(l) {
|
|
825
|
-
t || (
|
|
825
|
+
t || (g(n.$$.fragment, l), t = !0);
|
|
826
826
|
},
|
|
827
827
|
o(l) {
|
|
828
828
|
d(n.$$.fragment, l), t = !1;
|
|
829
829
|
},
|
|
830
830
|
d(l) {
|
|
831
|
-
l && v(e),
|
|
831
|
+
l && v(e), N(n);
|
|
832
832
|
}
|
|
833
833
|
};
|
|
834
834
|
}
|
|
835
|
-
function
|
|
835
|
+
function kt(a) {
|
|
836
836
|
let e, n;
|
|
837
837
|
return e = new Ye({}), {
|
|
838
838
|
c() {
|
|
839
|
-
|
|
839
|
+
C(e.$$.fragment);
|
|
840
840
|
},
|
|
841
841
|
m(t, l) {
|
|
842
|
-
|
|
842
|
+
L(e, t, l), n = !0;
|
|
843
843
|
},
|
|
844
844
|
i(t) {
|
|
845
|
-
n || (
|
|
845
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
846
846
|
},
|
|
847
847
|
o(t) {
|
|
848
848
|
d(e.$$.fragment, t), n = !1;
|
|
849
849
|
},
|
|
850
850
|
d(t) {
|
|
851
|
-
|
|
851
|
+
N(e, t);
|
|
852
852
|
}
|
|
853
853
|
};
|
|
854
854
|
}
|
|
855
|
-
function
|
|
855
|
+
function $t(a) {
|
|
856
856
|
let e, n;
|
|
857
857
|
return e = new Qe({}), {
|
|
858
858
|
c() {
|
|
859
|
-
|
|
859
|
+
C(e.$$.fragment);
|
|
860
860
|
},
|
|
861
861
|
m(t, l) {
|
|
862
|
-
|
|
862
|
+
L(e, t, l), n = !0;
|
|
863
863
|
},
|
|
864
864
|
i(t) {
|
|
865
|
-
n || (
|
|
865
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
866
866
|
},
|
|
867
867
|
o(t) {
|
|
868
868
|
d(e.$$.fragment, t), n = !1;
|
|
869
869
|
},
|
|
870
870
|
d(t) {
|
|
871
|
-
|
|
871
|
+
N(e, t);
|
|
872
872
|
}
|
|
873
873
|
};
|
|
874
874
|
}
|
|
875
875
|
function yt(a) {
|
|
876
|
-
let e, n, t, l, s, r, i, o, c,
|
|
876
|
+
let e, n, t, l, s, r, i, o, c, f, u;
|
|
877
877
|
return l = new q({ props: { icon: (
|
|
878
878
|
/*search*/
|
|
879
879
|
a[8].icon
|
|
@@ -889,7 +889,7 @@ function yt(a) {
|
|
|
889
889
|
},
|
|
890
890
|
$$scope: { ctx: a }
|
|
891
891
|
}
|
|
892
|
-
}),
|
|
892
|
+
}), f = new P({
|
|
893
893
|
props: {
|
|
894
894
|
class: "h-full",
|
|
895
895
|
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 +903,7 @@ function yt(a) {
|
|
|
903
903
|
}
|
|
904
904
|
}), {
|
|
905
905
|
c() {
|
|
906
|
-
e =
|
|
906
|
+
e = b("ul"), n = b("li"), t = b("a"), C(l.$$.fragment), s = x(), r = b("li"), C(i.$$.fragment), o = x(), c = b("li"), C(f.$$.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
907
|
t,
|
|
908
908
|
"href",
|
|
909
909
|
/*search*/
|
|
@@ -915,30 +915,30 @@ function yt(a) {
|
|
|
915
915
|
a[8].text
|
|
916
916
|
), _(e, "class", "flex h-full [&>li]:contents");
|
|
917
917
|
},
|
|
918
|
-
m(
|
|
919
|
-
m(
|
|
918
|
+
m(p, j) {
|
|
919
|
+
m(p, e, j), h(e, n), h(n, t), L(l, t, null), h(e, s), h(e, r), L(i, r, null), h(e, o), h(e, c), L(f, c, null), u = !0;
|
|
920
920
|
},
|
|
921
|
-
p(
|
|
921
|
+
p(p, j) {
|
|
922
922
|
const M = {};
|
|
923
|
-
|
|
924
|
-
8 && (M.$$scope = { dirty:
|
|
923
|
+
j[1] & /*$$scope*/
|
|
924
|
+
8 && (M.$$scope = { dirty: j, ctx: p }), i.$set(M);
|
|
925
925
|
const w = {};
|
|
926
|
-
|
|
927
|
-
8 && (w.$$scope = { dirty:
|
|
926
|
+
j[1] & /*$$scope*/
|
|
927
|
+
8 && (w.$$scope = { dirty: j, ctx: p }), f.$set(w);
|
|
928
928
|
},
|
|
929
|
-
i(
|
|
930
|
-
|
|
929
|
+
i(p) {
|
|
930
|
+
u || (g(l.$$.fragment, p), g(i.$$.fragment, p), g(f.$$.fragment, p), u = !0);
|
|
931
931
|
},
|
|
932
|
-
o(
|
|
933
|
-
d(l.$$.fragment,
|
|
932
|
+
o(p) {
|
|
933
|
+
d(l.$$.fragment, p), d(i.$$.fragment, p), d(f.$$.fragment, p), u = !1;
|
|
934
934
|
},
|
|
935
|
-
d(
|
|
936
|
-
|
|
935
|
+
d(p) {
|
|
936
|
+
p && v(e), N(l), N(i), N(f);
|
|
937
937
|
}
|
|
938
938
|
};
|
|
939
939
|
}
|
|
940
940
|
function xt(a) {
|
|
941
|
-
let e, n, t, l, s, r, i =
|
|
941
|
+
let e, n, t, l, s, r, i = A(
|
|
942
942
|
/*mainLinks*/
|
|
943
943
|
a[7]
|
|
944
944
|
), o = [];
|
|
@@ -949,10 +949,10 @@ function xt(a) {
|
|
|
949
949
|
a[8].icon
|
|
950
950
|
) } }), {
|
|
951
951
|
c() {
|
|
952
|
-
e =
|
|
952
|
+
e = b("ul");
|
|
953
953
|
for (let c = 0; c < o.length; c += 1)
|
|
954
954
|
o[c].c();
|
|
955
|
-
n = x(), t =
|
|
955
|
+
n = x(), t = b("li"), l = b("a"), C(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
956
|
l,
|
|
957
957
|
"href",
|
|
958
958
|
/*search*/
|
|
@@ -964,37 +964,37 @@ function xt(a) {
|
|
|
964
964
|
a[8].text
|
|
965
965
|
), _(e, "class", "flex ml-auto [&>li]:contents text-4xl");
|
|
966
966
|
},
|
|
967
|
-
m(c,
|
|
968
|
-
m(c, e,
|
|
969
|
-
for (let
|
|
970
|
-
o[
|
|
971
|
-
|
|
967
|
+
m(c, f) {
|
|
968
|
+
m(c, e, f);
|
|
969
|
+
for (let u = 0; u < o.length; u += 1)
|
|
970
|
+
o[u] && o[u].m(e, null);
|
|
971
|
+
h(e, n), h(e, t), h(t, l), L(s, l, null), r = !0;
|
|
972
972
|
},
|
|
973
|
-
p(c,
|
|
974
|
-
if (
|
|
973
|
+
p(c, f) {
|
|
974
|
+
if (f[0] & /*mainLinks*/
|
|
975
975
|
128) {
|
|
976
|
-
i =
|
|
976
|
+
i = A(
|
|
977
977
|
/*mainLinks*/
|
|
978
978
|
c[7]
|
|
979
979
|
);
|
|
980
|
-
let
|
|
981
|
-
for (
|
|
982
|
-
const
|
|
983
|
-
o[
|
|
980
|
+
let u;
|
|
981
|
+
for (u = 0; u < i.length; u += 1) {
|
|
982
|
+
const p = Le(c, i, u);
|
|
983
|
+
o[u] ? o[u].p(p, f) : (o[u] = ze(p), o[u].c(), o[u].m(e, n));
|
|
984
984
|
}
|
|
985
|
-
for (;
|
|
986
|
-
o[
|
|
985
|
+
for (; u < o.length; u += 1)
|
|
986
|
+
o[u].d(1);
|
|
987
987
|
o.length = i.length;
|
|
988
988
|
}
|
|
989
989
|
},
|
|
990
990
|
i(c) {
|
|
991
|
-
r || (
|
|
991
|
+
r || (g(s.$$.fragment, c), r = !0);
|
|
992
992
|
},
|
|
993
993
|
o(c) {
|
|
994
994
|
d(s.$$.fragment, c), r = !1;
|
|
995
995
|
},
|
|
996
996
|
d(c) {
|
|
997
|
-
c && v(e), V(o, c),
|
|
997
|
+
c && v(e), V(o, c), N(s);
|
|
998
998
|
}
|
|
999
999
|
};
|
|
1000
1000
|
}
|
|
@@ -1005,7 +1005,7 @@ function Ue(a) {
|
|
|
1005
1005
|
), l, s;
|
|
1006
1006
|
return {
|
|
1007
1007
|
c() {
|
|
1008
|
-
e =
|
|
1008
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), _(n, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), _(
|
|
1009
1009
|
n,
|
|
1010
1010
|
"href",
|
|
1011
1011
|
/*link*/
|
|
@@ -1013,16 +1013,16 @@ function Ue(a) {
|
|
|
1013
1013
|
), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1014
1014
|
},
|
|
1015
1015
|
m(r, i) {
|
|
1016
|
-
m(r, e, i),
|
|
1016
|
+
m(r, e, i), h(e, n), h(n, l), h(e, s);
|
|
1017
1017
|
},
|
|
1018
|
-
p:
|
|
1018
|
+
p: $,
|
|
1019
1019
|
d(r) {
|
|
1020
1020
|
r && v(e);
|
|
1021
1021
|
}
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
1024
|
function Ct(a) {
|
|
1025
|
-
let e, n =
|
|
1025
|
+
let e, n = A(
|
|
1026
1026
|
/*account*/
|
|
1027
1027
|
a[9].links
|
|
1028
1028
|
), t = [];
|
|
@@ -1042,7 +1042,7 @@ function Ct(a) {
|
|
|
1042
1042
|
p(l, s) {
|
|
1043
1043
|
if (s[0] & /*account*/
|
|
1044
1044
|
512) {
|
|
1045
|
-
n =
|
|
1045
|
+
n = A(
|
|
1046
1046
|
/*account*/
|
|
1047
1047
|
l[9].links
|
|
1048
1048
|
);
|
|
@@ -1073,20 +1073,20 @@ function Lt(a) {
|
|
|
1073
1073
|
}
|
|
1074
1074
|
}), {
|
|
1075
1075
|
c() {
|
|
1076
|
-
|
|
1076
|
+
C(e.$$.fragment);
|
|
1077
1077
|
},
|
|
1078
1078
|
m(t, l) {
|
|
1079
|
-
|
|
1079
|
+
L(e, t, l), n = !0;
|
|
1080
1080
|
},
|
|
1081
|
-
p:
|
|
1081
|
+
p: $,
|
|
1082
1082
|
i(t) {
|
|
1083
|
-
n || (
|
|
1083
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1084
1084
|
},
|
|
1085
1085
|
o(t) {
|
|
1086
1086
|
d(e.$$.fragment, t), n = !1;
|
|
1087
1087
|
},
|
|
1088
1088
|
d(t) {
|
|
1089
|
-
|
|
1089
|
+
N(e, t);
|
|
1090
1090
|
}
|
|
1091
1091
|
};
|
|
1092
1092
|
}
|
|
@@ -1097,7 +1097,7 @@ function Nt(a) {
|
|
|
1097
1097
|
), t;
|
|
1098
1098
|
return {
|
|
1099
1099
|
c() {
|
|
1100
|
-
e =
|
|
1100
|
+
e = b("a"), t = E(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
1101
|
e,
|
|
1102
1102
|
"href",
|
|
1103
1103
|
/*item*/
|
|
@@ -1110,11 +1110,11 @@ function Nt(a) {
|
|
|
1110
1110
|
);
|
|
1111
1111
|
},
|
|
1112
1112
|
m(l, s) {
|
|
1113
|
-
m(l, e, s),
|
|
1113
|
+
m(l, e, s), h(e, t);
|
|
1114
1114
|
},
|
|
1115
|
-
p:
|
|
1116
|
-
i:
|
|
1117
|
-
o:
|
|
1115
|
+
p: $,
|
|
1116
|
+
i: $,
|
|
1117
|
+
o: $,
|
|
1118
1118
|
d(l) {
|
|
1119
1119
|
l && v(e);
|
|
1120
1120
|
}
|
|
@@ -1137,10 +1137,10 @@ function At(a) {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
}), {
|
|
1139
1139
|
c() {
|
|
1140
|
-
|
|
1140
|
+
C(e.$$.fragment);
|
|
1141
1141
|
},
|
|
1142
1142
|
m(t, l) {
|
|
1143
|
-
|
|
1143
|
+
L(e, t, l), n = !0;
|
|
1144
1144
|
},
|
|
1145
1145
|
p(t, l) {
|
|
1146
1146
|
const s = {};
|
|
@@ -1148,13 +1148,13 @@ function At(a) {
|
|
|
1148
1148
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1149
1149
|
},
|
|
1150
1150
|
i(t) {
|
|
1151
|
-
n || (
|
|
1151
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1152
1152
|
},
|
|
1153
1153
|
o(t) {
|
|
1154
1154
|
d(e.$$.fragment, t), n = !1;
|
|
1155
1155
|
},
|
|
1156
1156
|
d(t) {
|
|
1157
|
-
|
|
1157
|
+
N(e, t);
|
|
1158
1158
|
}
|
|
1159
1159
|
};
|
|
1160
1160
|
}
|
|
@@ -1179,19 +1179,19 @@ function Te(a) {
|
|
|
1179
1179
|
i = G(i, r[o]);
|
|
1180
1180
|
return {
|
|
1181
1181
|
c() {
|
|
1182
|
-
e =
|
|
1182
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
|
|
1183
1183
|
},
|
|
1184
1184
|
m(o, c) {
|
|
1185
|
-
m(o, e, c),
|
|
1185
|
+
m(o, e, c), h(e, n), h(n, l), h(e, s);
|
|
1186
1186
|
},
|
|
1187
|
-
p:
|
|
1187
|
+
p: $,
|
|
1188
1188
|
d(o) {
|
|
1189
1189
|
o && v(e);
|
|
1190
1190
|
}
|
|
1191
1191
|
};
|
|
1192
1192
|
}
|
|
1193
1193
|
function jt(a) {
|
|
1194
|
-
let e, n =
|
|
1194
|
+
let e, n = A(
|
|
1195
1195
|
/*item*/
|
|
1196
1196
|
a[12].links
|
|
1197
1197
|
), t = [];
|
|
@@ -1211,7 +1211,7 @@ function jt(a) {
|
|
|
1211
1211
|
p(l, s) {
|
|
1212
1212
|
if (s[0] & /*mainLinks, topLinks*/
|
|
1213
1213
|
192) {
|
|
1214
|
-
n =
|
|
1214
|
+
n = A(
|
|
1215
1215
|
/*item*/
|
|
1216
1216
|
l[12].links
|
|
1217
1217
|
);
|
|
@@ -1234,8 +1234,8 @@ function Zt(a) {
|
|
|
1234
1234
|
let e, n, t, l, s;
|
|
1235
1235
|
return l = new q({ props: { icon: ne } }), {
|
|
1236
1236
|
c() {
|
|
1237
|
-
e =
|
|
1238
|
-
a[12].text}`, t = x(),
|
|
1237
|
+
e = b("span"), n = b("span"), n.textContent = `${/*item*/
|
|
1238
|
+
a[12].text}`, t = x(), C(l.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button"), te(
|
|
1239
1239
|
e,
|
|
1240
1240
|
"bg-uofg-yellow",
|
|
1241
1241
|
/*item*/
|
|
@@ -1243,24 +1243,24 @@ function Zt(a) {
|
|
|
1243
1243
|
);
|
|
1244
1244
|
},
|
|
1245
1245
|
m(r, i) {
|
|
1246
|
-
m(r, e, i),
|
|
1246
|
+
m(r, e, i), h(e, n), h(e, t), L(l, e, null), s = !0;
|
|
1247
1247
|
},
|
|
1248
|
-
p:
|
|
1248
|
+
p: $,
|
|
1249
1249
|
i(r) {
|
|
1250
|
-
s || (
|
|
1250
|
+
s || (g(l.$$.fragment, r), s = !0);
|
|
1251
1251
|
},
|
|
1252
1252
|
o(r) {
|
|
1253
1253
|
d(l.$$.fragment, r), s = !1;
|
|
1254
1254
|
},
|
|
1255
1255
|
d(r) {
|
|
1256
|
-
r && v(e),
|
|
1256
|
+
r && v(e), N(l);
|
|
1257
1257
|
}
|
|
1258
1258
|
};
|
|
1259
1259
|
}
|
|
1260
1260
|
function Ee(a) {
|
|
1261
1261
|
let e, n, t, l, s;
|
|
1262
1262
|
const r = [At, Nt], i = [];
|
|
1263
|
-
function o(c,
|
|
1263
|
+
function o(c, f) {
|
|
1264
1264
|
return (
|
|
1265
1265
|
/*item*/
|
|
1266
1266
|
c[12].links ? 0 : 1
|
|
@@ -1268,16 +1268,16 @@ function Ee(a) {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
return n = o(a), t = i[n] = r[n](a), {
|
|
1270
1270
|
c() {
|
|
1271
|
-
e =
|
|
1271
|
+
e = b("li"), t.c(), l = x(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1272
1272
|
},
|
|
1273
|
-
m(c,
|
|
1274
|
-
m(c, e,
|
|
1273
|
+
m(c, f) {
|
|
1274
|
+
m(c, e, f), i[n].m(e, null), h(e, l), s = !0;
|
|
1275
1275
|
},
|
|
1276
|
-
p(c,
|
|
1277
|
-
t.p(c,
|
|
1276
|
+
p(c, f) {
|
|
1277
|
+
t.p(c, f);
|
|
1278
1278
|
},
|
|
1279
1279
|
i(c) {
|
|
1280
|
-
s || (
|
|
1280
|
+
s || (g(t), s = !0);
|
|
1281
1281
|
},
|
|
1282
1282
|
o(c) {
|
|
1283
1283
|
d(t), s = !1;
|
|
@@ -1288,7 +1288,7 @@ function Ee(a) {
|
|
|
1288
1288
|
};
|
|
1289
1289
|
}
|
|
1290
1290
|
function St(a) {
|
|
1291
|
-
let e, n, t =
|
|
1291
|
+
let e, n, t = A([.../*mainLinks*/
|
|
1292
1292
|
a[7], .../*topLinks*/
|
|
1293
1293
|
a[6]]), l = [];
|
|
1294
1294
|
for (let r = 0; r < t.length; r += 1)
|
|
@@ -1310,13 +1310,13 @@ function St(a) {
|
|
|
1310
1310
|
p(r, i) {
|
|
1311
1311
|
if (i[0] & /*mainLinks, topLinks*/
|
|
1312
1312
|
192) {
|
|
1313
|
-
t =
|
|
1313
|
+
t = A([.../*mainLinks*/
|
|
1314
1314
|
r[7], .../*topLinks*/
|
|
1315
1315
|
r[6]]);
|
|
1316
1316
|
let o;
|
|
1317
1317
|
for (o = 0; o < t.length; o += 1) {
|
|
1318
1318
|
const c = ye(r, t, o);
|
|
1319
|
-
l[o] ? (l[o].p(c, i),
|
|
1319
|
+
l[o] ? (l[o].p(c, i), g(l[o], 1)) : (l[o] = Ee(c), l[o].c(), g(l[o], 1), l[o].m(e.parentNode, e));
|
|
1320
1320
|
}
|
|
1321
1321
|
for (T(), o = t.length; o < l.length; o += 1)
|
|
1322
1322
|
s(o);
|
|
@@ -1326,7 +1326,7 @@ function St(a) {
|
|
|
1326
1326
|
i(r) {
|
|
1327
1327
|
if (!n) {
|
|
1328
1328
|
for (let i = 0; i < t.length; i += 1)
|
|
1329
|
-
|
|
1329
|
+
g(l[i]);
|
|
1330
1330
|
n = !0;
|
|
1331
1331
|
}
|
|
1332
1332
|
},
|
|
@@ -1345,20 +1345,20 @@ function Mt(a) {
|
|
|
1345
1345
|
let e, n;
|
|
1346
1346
|
return e = new q({ props: { slot: "button", icon: De } }), {
|
|
1347
1347
|
c() {
|
|
1348
|
-
|
|
1348
|
+
C(e.$$.fragment);
|
|
1349
1349
|
},
|
|
1350
1350
|
m(t, l) {
|
|
1351
|
-
|
|
1351
|
+
L(e, t, l), n = !0;
|
|
1352
1352
|
},
|
|
1353
|
-
p:
|
|
1353
|
+
p: $,
|
|
1354
1354
|
i(t) {
|
|
1355
|
-
n || (
|
|
1355
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1356
1356
|
},
|
|
1357
1357
|
o(t) {
|
|
1358
1358
|
d(e.$$.fragment, t), n = !1;
|
|
1359
1359
|
},
|
|
1360
1360
|
d(t) {
|
|
1361
|
-
|
|
1361
|
+
N(e, t);
|
|
1362
1362
|
}
|
|
1363
1363
|
};
|
|
1364
1364
|
}
|
|
@@ -1369,7 +1369,7 @@ function ze(a) {
|
|
|
1369
1369
|
), l, s;
|
|
1370
1370
|
return {
|
|
1371
1371
|
c() {
|
|
1372
|
-
e =
|
|
1372
|
+
e = b("li"), n = b("a"), l = E(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
1373
|
n,
|
|
1374
1374
|
"href",
|
|
1375
1375
|
/*item*/
|
|
@@ -1377,9 +1377,9 @@ function ze(a) {
|
|
|
1377
1377
|
);
|
|
1378
1378
|
},
|
|
1379
1379
|
m(r, i) {
|
|
1380
|
-
m(r, e, i),
|
|
1380
|
+
m(r, e, i), h(e, n), h(n, l), h(e, s);
|
|
1381
1381
|
},
|
|
1382
|
-
p:
|
|
1382
|
+
p: $,
|
|
1383
1383
|
d(r) {
|
|
1384
1384
|
r && v(e);
|
|
1385
1385
|
}
|
|
@@ -1391,36 +1391,36 @@ function Be(a) {
|
|
|
1391
1391
|
a[1] && Fe(a)
|
|
1392
1392
|
);
|
|
1393
1393
|
const o = [zt, Et], c = [];
|
|
1394
|
-
function u
|
|
1394
|
+
function f(u, p) {
|
|
1395
1395
|
return (
|
|
1396
1396
|
/*windowWidth*/
|
|
1397
|
-
|
|
1398
|
-
|
|
1397
|
+
u[3] >= F && !/*subNavigationIsOverflowing*/
|
|
1398
|
+
u[5] ? 0 : 1
|
|
1399
1399
|
);
|
|
1400
1400
|
}
|
|
1401
|
-
return l =
|
|
1401
|
+
return l = f(a), s = c[l] = o[l](a), {
|
|
1402
1402
|
c() {
|
|
1403
|
-
e =
|
|
1403
|
+
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
1404
|
},
|
|
1405
|
-
m(
|
|
1406
|
-
m(
|
|
1405
|
+
m(u, p) {
|
|
1406
|
+
m(u, e, p), h(e, n), i && i.m(n, null), h(n, t), c[l].m(n, null), a[11](n), r = !0;
|
|
1407
1407
|
},
|
|
1408
|
-
p(
|
|
1408
|
+
p(u, p) {
|
|
1409
1409
|
/*pageTitle*/
|
|
1410
|
-
|
|
1411
|
-
let
|
|
1412
|
-
l = u
|
|
1413
|
-
c[
|
|
1414
|
-
}), U(), s = c[l], s ? s.p(
|
|
1410
|
+
u[1] ? i ? i.p(u, p) : (i = Fe(u), i.c(), i.m(n, t)) : i && (i.d(1), i = null);
|
|
1411
|
+
let j = l;
|
|
1412
|
+
l = f(u), l === j ? c[l].p(u, p) : (T(), d(c[j], 1, 1, () => {
|
|
1413
|
+
c[j] = null;
|
|
1414
|
+
}), U(), s = c[l], s ? s.p(u, p) : (s = c[l] = o[l](u), s.c()), g(s, 1), s.m(n, null));
|
|
1415
1415
|
},
|
|
1416
|
-
i(
|
|
1417
|
-
r || (
|
|
1416
|
+
i(u) {
|
|
1417
|
+
r || (g(s), r = !0);
|
|
1418
1418
|
},
|
|
1419
|
-
o(
|
|
1419
|
+
o(u) {
|
|
1420
1420
|
d(s), r = !1;
|
|
1421
1421
|
},
|
|
1422
|
-
d(
|
|
1423
|
-
|
|
1422
|
+
d(u) {
|
|
1423
|
+
u && v(e), i && i.d(), c[l].d(), a[11](null);
|
|
1424
1424
|
}
|
|
1425
1425
|
};
|
|
1426
1426
|
}
|
|
@@ -1435,7 +1435,7 @@ function Fe(a) {
|
|
|
1435
1435
|
let t = n(a), l = t(a);
|
|
1436
1436
|
return {
|
|
1437
1437
|
c() {
|
|
1438
|
-
e =
|
|
1438
|
+
e = b("li"), l.c();
|
|
1439
1439
|
},
|
|
1440
1440
|
m(s, r) {
|
|
1441
1441
|
m(s, e, r), l.m(e, null);
|
|
@@ -1452,13 +1452,13 @@ function Ut(a) {
|
|
|
1452
1452
|
let e, n;
|
|
1453
1453
|
return {
|
|
1454
1454
|
c() {
|
|
1455
|
-
e =
|
|
1455
|
+
e = b("span"), n = E(
|
|
1456
1456
|
/*pageTitle*/
|
|
1457
1457
|
a[1]
|
|
1458
1458
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
|
|
1459
1459
|
},
|
|
1460
1460
|
m(t, l) {
|
|
1461
|
-
m(t, e, l),
|
|
1461
|
+
m(t, e, l), h(e, n);
|
|
1462
1462
|
},
|
|
1463
1463
|
p(t, l) {
|
|
1464
1464
|
l[0] & /*pageTitle*/
|
|
@@ -1477,7 +1477,7 @@ function Tt(a) {
|
|
|
1477
1477
|
let e, n;
|
|
1478
1478
|
return {
|
|
1479
1479
|
c() {
|
|
1480
|
-
e =
|
|
1480
|
+
e = b("a"), n = E(
|
|
1481
1481
|
/*pageTitle*/
|
|
1482
1482
|
a[1]
|
|
1483
1483
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), _(
|
|
@@ -1488,7 +1488,7 @@ function Tt(a) {
|
|
|
1488
1488
|
);
|
|
1489
1489
|
},
|
|
1490
1490
|
m(t, l) {
|
|
1491
|
-
m(t, e, l),
|
|
1491
|
+
m(t, e, l), h(e, n);
|
|
1492
1492
|
},
|
|
1493
1493
|
p(t, l) {
|
|
1494
1494
|
l[0] & /*pageTitle*/
|
|
@@ -1525,10 +1525,10 @@ function Et(a) {
|
|
|
1525
1525
|
}
|
|
1526
1526
|
}), {
|
|
1527
1527
|
c() {
|
|
1528
|
-
|
|
1528
|
+
C(e.$$.fragment);
|
|
1529
1529
|
},
|
|
1530
1530
|
m(t, l) {
|
|
1531
|
-
|
|
1531
|
+
L(e, t, l), n = !0;
|
|
1532
1532
|
},
|
|
1533
1533
|
p(t, l) {
|
|
1534
1534
|
const s = {};
|
|
@@ -1537,18 +1537,18 @@ function Et(a) {
|
|
|
1537
1537
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1538
1538
|
},
|
|
1539
1539
|
i(t) {
|
|
1540
|
-
n || (
|
|
1540
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1541
1541
|
},
|
|
1542
1542
|
o(t) {
|
|
1543
1543
|
d(e.$$.fragment, t), n = !1;
|
|
1544
1544
|
},
|
|
1545
1545
|
d(t) {
|
|
1546
|
-
|
|
1546
|
+
N(e, t);
|
|
1547
1547
|
}
|
|
1548
1548
|
};
|
|
1549
1549
|
}
|
|
1550
1550
|
function zt(a) {
|
|
1551
|
-
let e, n = [], t = /* @__PURE__ */ new Map(), l, s =
|
|
1551
|
+
let e, n = [], t = /* @__PURE__ */ new Map(), l, s = A(
|
|
1552
1552
|
/*subNavigation*/
|
|
1553
1553
|
a[0]
|
|
1554
1554
|
);
|
|
@@ -1558,12 +1558,12 @@ function zt(a) {
|
|
|
1558
1558
|
i[12].title
|
|
1559
1559
|
);
|
|
1560
1560
|
for (let i = 0; i < s.length; i += 1) {
|
|
1561
|
-
let o =
|
|
1561
|
+
let o = ke(a, s, i), c = r(o);
|
|
1562
1562
|
t.set(c, n[i] = Ie(c, o));
|
|
1563
1563
|
}
|
|
1564
1564
|
return {
|
|
1565
1565
|
c() {
|
|
1566
|
-
e =
|
|
1566
|
+
e = b("li");
|
|
1567
1567
|
for (let i = 0; i < n.length; i += 1)
|
|
1568
1568
|
n[i].c();
|
|
1569
1569
|
},
|
|
@@ -1575,15 +1575,15 @@ function zt(a) {
|
|
|
1575
1575
|
},
|
|
1576
1576
|
p(i, o) {
|
|
1577
1577
|
o[0] & /*subNavigation*/
|
|
1578
|
-
1 && (s =
|
|
1578
|
+
1 && (s = A(
|
|
1579
1579
|
/*subNavigation*/
|
|
1580
1580
|
i[0]
|
|
1581
|
-
), T(), n = ie(n, o, r, 1, i, s, t, e, ce, Ie, null,
|
|
1581
|
+
), T(), n = ie(n, o, r, 1, i, s, t, e, ce, Ie, null, ke), U());
|
|
1582
1582
|
},
|
|
1583
1583
|
i(i) {
|
|
1584
1584
|
if (!l) {
|
|
1585
1585
|
for (let o = 0; o < s.length; o += 1)
|
|
1586
|
-
|
|
1586
|
+
g(n[o]);
|
|
1587
1587
|
l = !0;
|
|
1588
1588
|
}
|
|
1589
1589
|
},
|
|
@@ -1616,10 +1616,10 @@ function Bt(a) {
|
|
|
1616
1616
|
}
|
|
1617
1617
|
}), {
|
|
1618
1618
|
c() {
|
|
1619
|
-
|
|
1619
|
+
C(e.$$.fragment);
|
|
1620
1620
|
},
|
|
1621
1621
|
m(t, l) {
|
|
1622
|
-
|
|
1622
|
+
L(e, t, l), n = !0;
|
|
1623
1623
|
},
|
|
1624
1624
|
p(t, l) {
|
|
1625
1625
|
const s = {};
|
|
@@ -1628,114 +1628,108 @@ function Bt(a) {
|
|
|
1628
1628
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1629
1629
|
},
|
|
1630
1630
|
i(t) {
|
|
1631
|
-
n || (
|
|
1631
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1632
1632
|
},
|
|
1633
1633
|
o(t) {
|
|
1634
1634
|
d(e.$$.fragment, t), n = !1;
|
|
1635
1635
|
},
|
|
1636
1636
|
d(t) {
|
|
1637
|
-
|
|
1637
|
+
N(e, t);
|
|
1638
1638
|
}
|
|
1639
1639
|
};
|
|
1640
1640
|
}
|
|
1641
1641
|
function Ft(a) {
|
|
1642
|
-
var o;
|
|
1643
1642
|
let e, n = (
|
|
1644
1643
|
/*item*/
|
|
1645
1644
|
a[12].text + ""
|
|
1646
|
-
), t, l, s
|
|
1647
|
-
/*item*/
|
|
1648
|
-
a[12].attributes,
|
|
1645
|
+
), t, l, s = [
|
|
1649
1646
|
{
|
|
1650
|
-
class:
|
|
1651
|
-
((o = a[12].attributes) == null ? void 0 : o.class) ?? ""}`
|
|
1647
|
+
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1652
1648
|
},
|
|
1653
1649
|
{
|
|
1654
|
-
href:
|
|
1650
|
+
href: l = /*item*/
|
|
1655
1651
|
a[12].href
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1652
|
+
},
|
|
1653
|
+
/*item*/
|
|
1654
|
+
a[12].attributes
|
|
1655
|
+
], r = {};
|
|
1656
|
+
for (let i = 0; i < s.length; i += 1)
|
|
1657
|
+
r = G(r, s[i]);
|
|
1660
1658
|
return {
|
|
1661
1659
|
c() {
|
|
1662
|
-
e =
|
|
1660
|
+
e = b("a"), t = E(n), W(e, r);
|
|
1663
1661
|
},
|
|
1664
|
-
m(
|
|
1665
|
-
m(
|
|
1662
|
+
m(i, o) {
|
|
1663
|
+
m(i, e, o), h(e, t);
|
|
1666
1664
|
},
|
|
1667
|
-
p(
|
|
1668
|
-
|
|
1669
|
-
u[0] & /*subNavigation*/
|
|
1665
|
+
p(i, o) {
|
|
1666
|
+
o[0] & /*subNavigation*/
|
|
1670
1667
|
1 && n !== (n = /*item*/
|
|
1671
|
-
|
|
1672
|
-
|
|
1668
|
+
i[12].text + "") && le(t, n, r.contenteditable), W(e, r = X(s, [
|
|
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*/
|
|
1673
1676
|
1 && /*item*/
|
|
1674
|
-
|
|
1675
|
-
u[0] & /*subNavigation*/
|
|
1676
|
-
1 && l !== (l = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*item*/
|
|
1677
|
-
((f = c[12].attributes) == null ? void 0 : f.class) ?? ""}`) && { class: l },
|
|
1678
|
-
u[0] & /*subNavigation*/
|
|
1679
|
-
1 && s !== (s = /*item*/
|
|
1680
|
-
c[12].href) && { href: s }
|
|
1677
|
+
i[12].attributes
|
|
1681
1678
|
]));
|
|
1682
1679
|
},
|
|
1683
|
-
i:
|
|
1684
|
-
o:
|
|
1685
|
-
d(
|
|
1686
|
-
|
|
1680
|
+
i: $,
|
|
1681
|
+
o: $,
|
|
1682
|
+
d(i) {
|
|
1683
|
+
i && v(e);
|
|
1687
1684
|
}
|
|
1688
1685
|
};
|
|
1689
1686
|
}
|
|
1690
1687
|
function Re(a) {
|
|
1691
|
-
var u;
|
|
1692
1688
|
let e, n, t = (
|
|
1693
1689
|
/*link*/
|
|
1694
1690
|
a[15].text + ""
|
|
1695
|
-
), l, s, r, i
|
|
1696
|
-
/*link*/
|
|
1697
|
-
a[15].attributes,
|
|
1691
|
+
), l, s, r, i = [
|
|
1698
1692
|
{
|
|
1699
|
-
class:
|
|
1700
|
-
((u = a[15].attributes) == null ? void 0 : u.class) ?? ""}`
|
|
1693
|
+
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1701
1694
|
},
|
|
1702
1695
|
{
|
|
1703
|
-
href:
|
|
1696
|
+
href: s = /*link*/
|
|
1704
1697
|
a[15].href
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1698
|
+
},
|
|
1699
|
+
/*link*/
|
|
1700
|
+
a[15].attributes
|
|
1701
|
+
], o = {};
|
|
1702
|
+
for (let c = 0; c < i.length; c += 1)
|
|
1703
|
+
o = G(o, i[c]);
|
|
1709
1704
|
return {
|
|
1710
1705
|
c() {
|
|
1711
|
-
e =
|
|
1706
|
+
e = b("li"), n = b("a"), l = E(t), r = x(), W(n, o);
|
|
1712
1707
|
},
|
|
1713
|
-
m(
|
|
1714
|
-
m(
|
|
1708
|
+
m(c, f) {
|
|
1709
|
+
m(c, e, f), h(e, n), h(n, l), h(e, r);
|
|
1715
1710
|
},
|
|
1716
|
-
p(
|
|
1717
|
-
|
|
1718
|
-
h[0] & /*subNavigation*/
|
|
1711
|
+
p(c, f) {
|
|
1712
|
+
f[0] & /*subNavigation*/
|
|
1719
1713
|
1 && t !== (t = /*link*/
|
|
1720
|
-
|
|
1721
|
-
|
|
1714
|
+
c[15].text + "") && le(l, t, o.contenteditable), W(n, o = X(i, [
|
|
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*/
|
|
1722
1722
|
1 && /*link*/
|
|
1723
|
-
|
|
1724
|
-
h[0] & /*subNavigation*/
|
|
1725
|
-
1 && s !== (s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
|
|
1726
|
-
((C = f[15].attributes) == null ? void 0 : C.class) ?? ""}`) && { class: s },
|
|
1727
|
-
h[0] & /*subNavigation*/
|
|
1728
|
-
1 && r !== (r = /*link*/
|
|
1729
|
-
f[15].href) && { href: r }
|
|
1723
|
+
c[15].attributes
|
|
1730
1724
|
]));
|
|
1731
1725
|
},
|
|
1732
|
-
d(
|
|
1733
|
-
|
|
1726
|
+
d(c) {
|
|
1727
|
+
c && v(e);
|
|
1734
1728
|
}
|
|
1735
1729
|
};
|
|
1736
1730
|
}
|
|
1737
1731
|
function Rt(a) {
|
|
1738
|
-
let e, n =
|
|
1732
|
+
let e, n = A(
|
|
1739
1733
|
/*item*/
|
|
1740
1734
|
a[12].links
|
|
1741
1735
|
), t = [];
|
|
@@ -1755,7 +1749,7 @@ function Rt(a) {
|
|
|
1755
1749
|
p(l, s) {
|
|
1756
1750
|
if (s[0] & /*subNavigation*/
|
|
1757
1751
|
1) {
|
|
1758
|
-
n =
|
|
1752
|
+
n = A(
|
|
1759
1753
|
/*item*/
|
|
1760
1754
|
l[12].links
|
|
1761
1755
|
);
|
|
@@ -1781,10 +1775,10 @@ function Wt(a) {
|
|
|
1781
1775
|
), l, s, r, i;
|
|
1782
1776
|
return r = new q({ props: { icon: ne } }), {
|
|
1783
1777
|
c() {
|
|
1784
|
-
e =
|
|
1778
|
+
e = b("span"), n = b("span"), l = E(t), s = x(), C(r.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button");
|
|
1785
1779
|
},
|
|
1786
1780
|
m(o, c) {
|
|
1787
|
-
m(o, e, c),
|
|
1781
|
+
m(o, e, c), h(e, n), h(n, l), h(e, s), L(r, e, null), i = !0;
|
|
1788
1782
|
},
|
|
1789
1783
|
p(o, c) {
|
|
1790
1784
|
(!i || c[0] & /*subNavigation*/
|
|
@@ -1792,54 +1786,54 @@ function Wt(a) {
|
|
|
1792
1786
|
o[12].title + "") && ee(l, t);
|
|
1793
1787
|
},
|
|
1794
1788
|
i(o) {
|
|
1795
|
-
i || (
|
|
1789
|
+
i || (g(r.$$.fragment, o), i = !0);
|
|
1796
1790
|
},
|
|
1797
1791
|
o(o) {
|
|
1798
1792
|
d(r.$$.fragment, o), i = !1;
|
|
1799
1793
|
},
|
|
1800
1794
|
d(o) {
|
|
1801
|
-
o && v(e),
|
|
1795
|
+
o && v(e), N(r);
|
|
1802
1796
|
}
|
|
1803
1797
|
};
|
|
1804
1798
|
}
|
|
1805
1799
|
function We(a, e) {
|
|
1806
1800
|
let n, t, l, s, r;
|
|
1807
1801
|
const i = [Ft, Bt], o = [];
|
|
1808
|
-
function c(
|
|
1802
|
+
function c(f, u) {
|
|
1809
1803
|
return (
|
|
1810
1804
|
/*item*/
|
|
1811
|
-
|
|
1805
|
+
f[12].text ? 0 : 1
|
|
1812
1806
|
);
|
|
1813
1807
|
}
|
|
1814
1808
|
return t = c(e), l = o[t] = i[t](e), {
|
|
1815
1809
|
key: a,
|
|
1816
1810
|
first: null,
|
|
1817
1811
|
c() {
|
|
1818
|
-
n =
|
|
1812
|
+
n = b("li"), l.c(), s = x(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
|
|
1819
1813
|
},
|
|
1820
|
-
m(
|
|
1821
|
-
m(
|
|
1814
|
+
m(f, u) {
|
|
1815
|
+
m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
|
|
1822
1816
|
},
|
|
1823
|
-
p(
|
|
1824
|
-
e =
|
|
1825
|
-
let
|
|
1826
|
-
t = c(e), t ===
|
|
1827
|
-
o[
|
|
1828
|
-
}), U(), l = o[t], l ? l.p(e,
|
|
1817
|
+
p(f, u) {
|
|
1818
|
+
e = f;
|
|
1819
|
+
let p = t;
|
|
1820
|
+
t = c(e), t === p ? o[t].p(e, u) : (T(), d(o[p], 1, 1, () => {
|
|
1821
|
+
o[p] = null;
|
|
1822
|
+
}), U(), l = o[t], l ? l.p(e, u) : (l = o[t] = i[t](e), l.c()), g(l, 1), l.m(n, s));
|
|
1829
1823
|
},
|
|
1830
|
-
i(
|
|
1831
|
-
r || (
|
|
1824
|
+
i(f) {
|
|
1825
|
+
r || (g(l), r = !0);
|
|
1832
1826
|
},
|
|
1833
|
-
o(
|
|
1827
|
+
o(f) {
|
|
1834
1828
|
d(l), r = !1;
|
|
1835
1829
|
},
|
|
1836
|
-
d(
|
|
1837
|
-
|
|
1830
|
+
d(f) {
|
|
1831
|
+
f && v(n), o[t].d();
|
|
1838
1832
|
}
|
|
1839
1833
|
};
|
|
1840
1834
|
}
|
|
1841
1835
|
function qt(a) {
|
|
1842
|
-
let e = [], n = /* @__PURE__ */ new Map(), t, l, s =
|
|
1836
|
+
let e = [], n = /* @__PURE__ */ new Map(), t, l, s = A(
|
|
1843
1837
|
/*subNavigation*/
|
|
1844
1838
|
a[0]
|
|
1845
1839
|
);
|
|
@@ -1865,7 +1859,7 @@ function qt(a) {
|
|
|
1865
1859
|
},
|
|
1866
1860
|
p(i, o) {
|
|
1867
1861
|
o[0] & /*subNavigation*/
|
|
1868
|
-
1 && (s =
|
|
1862
|
+
1 && (s = A(
|
|
1869
1863
|
/*subNavigation*/
|
|
1870
1864
|
i[0]
|
|
1871
1865
|
), T(), e = ie(e, o, r, 1, i, s, n, t.parentNode, ce, We, t, ve), U());
|
|
@@ -1873,7 +1867,7 @@ function qt(a) {
|
|
|
1873
1867
|
i(i) {
|
|
1874
1868
|
if (!l) {
|
|
1875
1869
|
for (let o = 0; o < s.length; o += 1)
|
|
1876
|
-
|
|
1870
|
+
g(e[o]);
|
|
1877
1871
|
l = !0;
|
|
1878
1872
|
}
|
|
1879
1873
|
},
|
|
@@ -1893,20 +1887,20 @@ function It(a) {
|
|
|
1893
1887
|
let e, n;
|
|
1894
1888
|
return e = new q({ props: { slot: "button", icon: De } }), {
|
|
1895
1889
|
c() {
|
|
1896
|
-
|
|
1890
|
+
C(e.$$.fragment);
|
|
1897
1891
|
},
|
|
1898
1892
|
m(t, l) {
|
|
1899
|
-
|
|
1893
|
+
L(e, t, l), n = !0;
|
|
1900
1894
|
},
|
|
1901
|
-
p:
|
|
1895
|
+
p: $,
|
|
1902
1896
|
i(t) {
|
|
1903
|
-
n || (
|
|
1897
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1904
1898
|
},
|
|
1905
1899
|
o(t) {
|
|
1906
1900
|
d(e.$$.fragment, t), n = !1;
|
|
1907
1901
|
},
|
|
1908
1902
|
d(t) {
|
|
1909
|
-
|
|
1903
|
+
N(e, t);
|
|
1910
1904
|
}
|
|
1911
1905
|
};
|
|
1912
1906
|
}
|
|
@@ -1926,10 +1920,10 @@ function Ot(a) {
|
|
|
1926
1920
|
}
|
|
1927
1921
|
}), {
|
|
1928
1922
|
c() {
|
|
1929
|
-
|
|
1923
|
+
C(e.$$.fragment);
|
|
1930
1924
|
},
|
|
1931
1925
|
m(t, l) {
|
|
1932
|
-
|
|
1926
|
+
L(e, t, l), n = !0;
|
|
1933
1927
|
},
|
|
1934
1928
|
p(t, l) {
|
|
1935
1929
|
const s = {};
|
|
@@ -1938,119 +1932,113 @@ function Ot(a) {
|
|
|
1938
1932
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1939
1933
|
},
|
|
1940
1934
|
i(t) {
|
|
1941
|
-
n || (
|
|
1935
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1942
1936
|
},
|
|
1943
1937
|
o(t) {
|
|
1944
1938
|
d(e.$$.fragment, t), n = !1;
|
|
1945
1939
|
},
|
|
1946
1940
|
d(t) {
|
|
1947
|
-
|
|
1941
|
+
N(e, t);
|
|
1948
1942
|
}
|
|
1949
1943
|
};
|
|
1950
1944
|
}
|
|
1951
1945
|
function Pt(a) {
|
|
1952
|
-
var c;
|
|
1953
1946
|
let e, n = (
|
|
1954
1947
|
/*item*/
|
|
1955
1948
|
a[12].text + ""
|
|
1956
|
-
), t, l, s, r
|
|
1957
|
-
/*item*/
|
|
1958
|
-
a[12].attributes,
|
|
1949
|
+
), t, l, s, r = [
|
|
1959
1950
|
{
|
|
1960
|
-
class:
|
|
1961
|
-
((c = a[12].attributes) == null ? void 0 : c.class) ?? ""}`
|
|
1951
|
+
class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
|
|
1962
1952
|
},
|
|
1963
1953
|
{
|
|
1964
|
-
href:
|
|
1954
|
+
href: s = /*item*/
|
|
1965
1955
|
a[12].href
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1956
|
+
},
|
|
1957
|
+
/*item*/
|
|
1958
|
+
a[12].attributes
|
|
1959
|
+
], i = {};
|
|
1960
|
+
for (let o = 0; o < r.length; o += 1)
|
|
1961
|
+
i = G(i, r[o]);
|
|
1970
1962
|
return {
|
|
1971
1963
|
c() {
|
|
1972
|
-
e =
|
|
1964
|
+
e = b("a"), t = E(n), l = x(), W(e, i);
|
|
1973
1965
|
},
|
|
1974
|
-
m(
|
|
1975
|
-
m(
|
|
1966
|
+
m(o, c) {
|
|
1967
|
+
m(o, e, c), h(e, t), h(e, l);
|
|
1976
1968
|
},
|
|
1977
|
-
p(
|
|
1978
|
-
|
|
1979
|
-
f[0] & /*subNavigation*/
|
|
1969
|
+
p(o, c) {
|
|
1970
|
+
c[0] & /*subNavigation*/
|
|
1980
1971
|
1 && n !== (n = /*item*/
|
|
1981
|
-
|
|
1982
|
-
|
|
1972
|
+
o[12].text + "") && le(t, n, i.contenteditable), W(e, i = X(r, [
|
|
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*/
|
|
1983
1980
|
1 && /*item*/
|
|
1984
|
-
|
|
1985
|
-
f[0] & /*subNavigation*/
|
|
1986
|
-
1 && s !== (s = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
|
|
1987
|
-
((h = u[12].attributes) == null ? void 0 : h.class) ?? ""}`) && { class: s },
|
|
1988
|
-
f[0] & /*subNavigation*/
|
|
1989
|
-
1 && r !== (r = /*item*/
|
|
1990
|
-
u[12].href) && { href: r }
|
|
1981
|
+
o[12].attributes
|
|
1991
1982
|
]));
|
|
1992
1983
|
},
|
|
1993
|
-
i:
|
|
1994
|
-
o:
|
|
1995
|
-
d(
|
|
1996
|
-
|
|
1984
|
+
i: $,
|
|
1985
|
+
o: $,
|
|
1986
|
+
d(o) {
|
|
1987
|
+
o && v(e);
|
|
1997
1988
|
}
|
|
1998
1989
|
};
|
|
1999
1990
|
}
|
|
2000
1991
|
function qe(a) {
|
|
2001
|
-
var c;
|
|
2002
1992
|
let e, n, t = (
|
|
2003
1993
|
/*link*/
|
|
2004
1994
|
a[15].text + ""
|
|
2005
|
-
), l, s, r
|
|
2006
|
-
/*link*/
|
|
2007
|
-
a[15].attributes,
|
|
1995
|
+
), l, s, r = [
|
|
2008
1996
|
{
|
|
2009
|
-
class:
|
|
2010
|
-
((c = a[15].attributes) == null ? void 0 : c.class) ?? ""}`
|
|
1997
|
+
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
2011
1998
|
},
|
|
2012
1999
|
{
|
|
2013
|
-
href:
|
|
2000
|
+
href: s = /*link*/
|
|
2014
2001
|
a[15].href
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2002
|
+
},
|
|
2003
|
+
/*link*/
|
|
2004
|
+
a[15].attributes
|
|
2005
|
+
], i = {};
|
|
2006
|
+
for (let o = 0; o < r.length; o += 1)
|
|
2007
|
+
i = G(i, r[o]);
|
|
2019
2008
|
return {
|
|
2020
2009
|
c() {
|
|
2021
|
-
e =
|
|
2010
|
+
e = b("li"), n = b("a"), l = E(t), W(n, i);
|
|
2022
2011
|
},
|
|
2023
|
-
m(
|
|
2024
|
-
m(
|
|
2012
|
+
m(o, c) {
|
|
2013
|
+
m(o, e, c), h(e, n), h(n, l);
|
|
2025
2014
|
},
|
|
2026
|
-
p(
|
|
2027
|
-
|
|
2028
|
-
f[0] & /*subNavigation*/
|
|
2015
|
+
p(o, c) {
|
|
2016
|
+
c[0] & /*subNavigation*/
|
|
2029
2017
|
1 && t !== (t = /*link*/
|
|
2030
|
-
|
|
2031
|
-
|
|
2018
|
+
o[15].text + "") && le(l, t, i.contenteditable), W(n, i = X(r, [
|
|
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*/
|
|
2032
2026
|
1 && /*link*/
|
|
2033
|
-
|
|
2034
|
-
f[0] & /*subNavigation*/
|
|
2035
|
-
1 && s !== (s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
|
|
2036
|
-
((h = u[15].attributes) == null ? void 0 : h.class) ?? ""}`) && { class: s },
|
|
2037
|
-
f[0] & /*subNavigation*/
|
|
2038
|
-
1 && r !== (r = /*link*/
|
|
2039
|
-
u[15].href) && { href: r }
|
|
2027
|
+
o[15].attributes
|
|
2040
2028
|
]));
|
|
2041
2029
|
},
|
|
2042
|
-
d(
|
|
2043
|
-
|
|
2030
|
+
d(o) {
|
|
2031
|
+
o && v(e);
|
|
2044
2032
|
}
|
|
2045
2033
|
};
|
|
2046
2034
|
}
|
|
2047
2035
|
function Ht(a) {
|
|
2048
|
-
let e, n =
|
|
2036
|
+
let e, n = A(
|
|
2049
2037
|
/*item*/
|
|
2050
2038
|
a[12].links
|
|
2051
2039
|
), t = [];
|
|
2052
2040
|
for (let l = 0; l < n.length; l += 1)
|
|
2053
|
-
t[l] = qe(
|
|
2041
|
+
t[l] = qe($e(a, n, l));
|
|
2054
2042
|
return {
|
|
2055
2043
|
c() {
|
|
2056
2044
|
for (let l = 0; l < t.length; l += 1)
|
|
@@ -2065,13 +2053,13 @@ function Ht(a) {
|
|
|
2065
2053
|
p(l, s) {
|
|
2066
2054
|
if (s[0] & /*subNavigation*/
|
|
2067
2055
|
1) {
|
|
2068
|
-
n =
|
|
2056
|
+
n = A(
|
|
2069
2057
|
/*item*/
|
|
2070
2058
|
l[12].links
|
|
2071
2059
|
);
|
|
2072
2060
|
let r;
|
|
2073
2061
|
for (r = 0; r < n.length; r += 1) {
|
|
2074
|
-
const i =
|
|
2062
|
+
const i = $e(l, n, r);
|
|
2075
2063
|
t[r] ? t[r].p(i, s) : (t[r] = qe(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
2076
2064
|
}
|
|
2077
2065
|
for (; r < t.length; r += 1)
|
|
@@ -2091,34 +2079,34 @@ function Gt(a) {
|
|
|
2091
2079
|
), l, s, r, i, o;
|
|
2092
2080
|
return r = new q({ props: { icon: ne } }), {
|
|
2093
2081
|
c() {
|
|
2094
|
-
e =
|
|
2082
|
+
e = b("span"), n = b("span"), l = E(t), s = x(), C(r.$$.fragment), i = x(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button");
|
|
2095
2083
|
},
|
|
2096
|
-
m(c,
|
|
2097
|
-
m(c, e,
|
|
2084
|
+
m(c, f) {
|
|
2085
|
+
m(c, e, f), h(e, n), h(n, l), h(e, s), L(r, e, null), h(e, i), o = !0;
|
|
2098
2086
|
},
|
|
2099
|
-
p(c,
|
|
2100
|
-
(!o ||
|
|
2087
|
+
p(c, f) {
|
|
2088
|
+
(!o || f[0] & /*subNavigation*/
|
|
2101
2089
|
1) && t !== (t = /*item*/
|
|
2102
2090
|
c[12].title + "") && ee(l, t);
|
|
2103
2091
|
},
|
|
2104
2092
|
i(c) {
|
|
2105
|
-
o || (
|
|
2093
|
+
o || (g(r.$$.fragment, c), o = !0);
|
|
2106
2094
|
},
|
|
2107
2095
|
o(c) {
|
|
2108
2096
|
d(r.$$.fragment, c), o = !1;
|
|
2109
2097
|
},
|
|
2110
2098
|
d(c) {
|
|
2111
|
-
c && v(e),
|
|
2099
|
+
c && v(e), N(r);
|
|
2112
2100
|
}
|
|
2113
2101
|
};
|
|
2114
2102
|
}
|
|
2115
2103
|
function Ie(a, e) {
|
|
2116
2104
|
let n, t, l, s, r;
|
|
2117
2105
|
const i = [Pt, Ot], o = [];
|
|
2118
|
-
function c(
|
|
2106
|
+
function c(f, u) {
|
|
2119
2107
|
return (
|
|
2120
2108
|
/*item*/
|
|
2121
|
-
|
|
2109
|
+
f[12].text ? 0 : 1
|
|
2122
2110
|
);
|
|
2123
2111
|
}
|
|
2124
2112
|
return t = c(e), l = o[t] = i[t](e), {
|
|
@@ -2127,48 +2115,48 @@ function Ie(a, e) {
|
|
|
2127
2115
|
c() {
|
|
2128
2116
|
n = I(), l.c(), s = I(), this.first = n;
|
|
2129
2117
|
},
|
|
2130
|
-
m(
|
|
2131
|
-
m(
|
|
2118
|
+
m(f, u) {
|
|
2119
|
+
m(f, n, u), o[t].m(f, u), m(f, s, u), r = !0;
|
|
2132
2120
|
},
|
|
2133
|
-
p(
|
|
2134
|
-
e =
|
|
2135
|
-
let
|
|
2136
|
-
t = c(e), t ===
|
|
2137
|
-
o[
|
|
2138
|
-
}), U(), l = o[t], l ? l.p(e,
|
|
2121
|
+
p(f, u) {
|
|
2122
|
+
e = f;
|
|
2123
|
+
let p = t;
|
|
2124
|
+
t = c(e), t === p ? o[t].p(e, u) : (T(), d(o[p], 1, 1, () => {
|
|
2125
|
+
o[p] = null;
|
|
2126
|
+
}), U(), l = o[t], l ? l.p(e, u) : (l = o[t] = i[t](e), l.c()), g(l, 1), l.m(s.parentNode, s));
|
|
2139
2127
|
},
|
|
2140
|
-
i(
|
|
2141
|
-
r || (
|
|
2128
|
+
i(f) {
|
|
2129
|
+
r || (g(l), r = !0);
|
|
2142
2130
|
},
|
|
2143
|
-
o(
|
|
2131
|
+
o(f) {
|
|
2144
2132
|
d(l), r = !1;
|
|
2145
2133
|
},
|
|
2146
|
-
d(
|
|
2147
|
-
|
|
2134
|
+
d(f) {
|
|
2135
|
+
f && (v(n), v(s)), o[t].d(f);
|
|
2148
2136
|
}
|
|
2149
2137
|
};
|
|
2150
2138
|
}
|
|
2151
2139
|
function Vt(a) {
|
|
2152
|
-
let e, n, t, l, s, r, i, o, c,
|
|
2140
|
+
let e, n, t, l, s, r, i, o, c, f, u, p, j, M, w, J;
|
|
2153
2141
|
Ve(
|
|
2154
2142
|
/*onwindowresize*/
|
|
2155
2143
|
a[10]
|
|
2156
2144
|
);
|
|
2157
|
-
let
|
|
2145
|
+
let k = (
|
|
2158
2146
|
/*windowWidth*/
|
|
2159
2147
|
a[3] >= F && je(a)
|
|
2160
2148
|
), S = (
|
|
2161
2149
|
/*windowWidth*/
|
|
2162
2150
|
a[3] >= F && Me()
|
|
2163
2151
|
);
|
|
2164
|
-
const
|
|
2165
|
-
function
|
|
2152
|
+
const fe = [$t, kt], H = [];
|
|
2153
|
+
function ue(y, z) {
|
|
2166
2154
|
return (
|
|
2167
2155
|
/*windowWidth*/
|
|
2168
2156
|
y[3] >= F ? 0 : 1
|
|
2169
2157
|
);
|
|
2170
2158
|
}
|
|
2171
|
-
i =
|
|
2159
|
+
i = ue(a), o = H[i] = fe[i](a);
|
|
2172
2160
|
const _e = [xt, yt], O = [];
|
|
2173
2161
|
function he(y, z) {
|
|
2174
2162
|
return (
|
|
@@ -2176,7 +2164,7 @@ function Vt(a) {
|
|
|
2176
2164
|
y[3] >= F ? 0 : 1
|
|
2177
2165
|
);
|
|
2178
2166
|
}
|
|
2179
|
-
|
|
2167
|
+
u = he(a), p = O[u] = _e[u](a);
|
|
2180
2168
|
let Z = (
|
|
2181
2169
|
/*subNavigation*/
|
|
2182
2170
|
(a[0].length > 0 || /*pageTitle*/
|
|
@@ -2184,11 +2172,11 @@ function Vt(a) {
|
|
|
2184
2172
|
);
|
|
2185
2173
|
return {
|
|
2186
2174
|
c() {
|
|
2187
|
-
e =
|
|
2175
|
+
e = b("header"), k && k.c(), n = x(), t = b("nav"), l = b("div"), S && S.c(), s = x(), r = b("a"), o.c(), f = x(), p.c(), j = 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*/
|
|
2188
2176
|
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");
|
|
2189
2177
|
},
|
|
2190
2178
|
m(y, z) {
|
|
2191
|
-
m(y, e, z),
|
|
2179
|
+
m(y, e, z), k && k.m(e, null), h(e, n), h(e, t), h(t, l), S && S.m(l, null), h(l, s), h(l, r), H[i].m(r, null), h(t, f), O[u].m(t, null), h(e, j), Z && Z.m(e, null), M = !0, w || (J = ae(
|
|
2192
2180
|
Xe,
|
|
2193
2181
|
"resize",
|
|
2194
2182
|
/*onwindowresize*/
|
|
@@ -2197,38 +2185,38 @@ function Vt(a) {
|
|
|
2197
2185
|
},
|
|
2198
2186
|
p(y, z) {
|
|
2199
2187
|
/*windowWidth*/
|
|
2200
|
-
y[3] >= F ?
|
|
2201
|
-
8 &&
|
|
2202
|
-
|
|
2188
|
+
y[3] >= F ? k ? (k.p(y, z), z[0] & /*windowWidth*/
|
|
2189
|
+
8 && g(k, 1)) : (k = je(y), k.c(), g(k, 1), k.m(e, n)) : k && (T(), d(k, 1, 1, () => {
|
|
2190
|
+
k = null;
|
|
2203
2191
|
}), U()), /*windowWidth*/
|
|
2204
2192
|
y[3] >= F ? S ? z[0] & /*windowWidth*/
|
|
2205
|
-
8 &&
|
|
2193
|
+
8 && g(S, 1) : (S = Me(), S.c(), g(S, 1), S.m(l, s)) : S && (T(), d(S, 1, 1, () => {
|
|
2206
2194
|
S = null;
|
|
2207
2195
|
}), U());
|
|
2208
2196
|
let re = i;
|
|
2209
|
-
i =
|
|
2197
|
+
i = ue(y), i !== re && (T(), d(H[re], 1, 1, () => {
|
|
2210
2198
|
H[re] = null;
|
|
2211
|
-
}), U(), o = H[i], o || (o = H[i] =
|
|
2199
|
+
}), U(), o = H[i], o || (o = H[i] = fe[i](y), o.c()), g(o, 1), o.m(r, null)), (!M || z[0] & /*windowWidth*/
|
|
2212
2200
|
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*/
|
|
2213
2201
|
y[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(r, "class", c);
|
|
2214
|
-
let oe =
|
|
2215
|
-
|
|
2202
|
+
let oe = u;
|
|
2203
|
+
u = he(y), u === oe ? O[u].p(y, z) : (T(), d(O[oe], 1, 1, () => {
|
|
2216
2204
|
O[oe] = null;
|
|
2217
|
-
}), U(),
|
|
2205
|
+
}), U(), p = O[u], p ? p.p(y, z) : (p = O[u] = _e[u](y), p.c()), g(p, 1), p.m(t, null)), /*subNavigation*/
|
|
2218
2206
|
y[0].length > 0 || /*pageTitle*/
|
|
2219
2207
|
y[1] ? Z ? (Z.p(y, z), z[0] & /*subNavigation, pageTitle*/
|
|
2220
|
-
3 &&
|
|
2208
|
+
3 && g(Z, 1)) : (Z = Be(y), Z.c(), g(Z, 1), Z.m(e, null)) : Z && (T(), d(Z, 1, 1, () => {
|
|
2221
2209
|
Z = null;
|
|
2222
2210
|
}), U());
|
|
2223
2211
|
},
|
|
2224
2212
|
i(y) {
|
|
2225
|
-
M || (
|
|
2213
|
+
M || (g(k), g(S), g(o), g(p), g(Z), M = !0);
|
|
2226
2214
|
},
|
|
2227
2215
|
o(y) {
|
|
2228
|
-
d(
|
|
2216
|
+
d(k), d(S), d(o), d(p), d(Z), M = !1;
|
|
2229
2217
|
},
|
|
2230
2218
|
d(y) {
|
|
2231
|
-
y && v(e),
|
|
2219
|
+
y && v(e), k && k.d(), S && S.d(), H[i].d(), O[u].d(), Z && Z.d(), w = !1, J();
|
|
2232
2220
|
}
|
|
2233
2221
|
};
|
|
2234
2222
|
}
|
|
@@ -2324,8 +2312,8 @@ function Qt(a, e, n) {
|
|
|
2324
2312
|
],
|
|
2325
2313
|
icon: nt
|
|
2326
2314
|
};
|
|
2327
|
-
let i, o, c = !1, { subNavigation:
|
|
2328
|
-
function
|
|
2315
|
+
let i, o, c = !1, { subNavigation: f } = e, { pageTitle: u } = e, { pageURL: p } = e;
|
|
2316
|
+
function j() {
|
|
2329
2317
|
n(3, i = Xe.innerWidth);
|
|
2330
2318
|
}
|
|
2331
2319
|
function M(w) {
|
|
@@ -2334,16 +2322,16 @@ function Qt(a, e, n) {
|
|
|
2334
2322
|
});
|
|
2335
2323
|
}
|
|
2336
2324
|
return a.$$set = (w) => {
|
|
2337
|
-
"subNavigation" in w && n(0,
|
|
2325
|
+
"subNavigation" in w && n(0, f = w.subNavigation), "pageTitle" in w && n(1, u = w.pageTitle), "pageURL" in w && n(2, p = w.pageURL);
|
|
2338
2326
|
}, a.$$.update = () => {
|
|
2339
2327
|
a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
|
|
2340
2328
|
56 && window.requestAnimationFrame(() => {
|
|
2341
2329
|
i >= F && o && !c && n(5, c = o.offsetWidth > o.parentElement.offsetWidth);
|
|
2342
2330
|
});
|
|
2343
2331
|
}, [
|
|
2344
|
-
u,
|
|
2345
2332
|
f,
|
|
2346
|
-
|
|
2333
|
+
u,
|
|
2334
|
+
p,
|
|
2347
2335
|
i,
|
|
2348
2336
|
o,
|
|
2349
2337
|
c,
|
|
@@ -2351,7 +2339,7 @@ function Qt(a, e, n) {
|
|
|
2351
2339
|
l,
|
|
2352
2340
|
s,
|
|
2353
2341
|
r,
|
|
2354
|
-
|
|
2342
|
+
j,
|
|
2355
2343
|
M
|
|
2356
2344
|
];
|
|
2357
2345
|
}
|