@uoguelph/web-components 1.2.0-rc.9 → 1.2.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uofg-web-components/{index-CSn7dBx6.js → index-Bx5sKUFM.js} +352 -356
- package/dist/uofg-web-components/uofg-alert.esm.js +1 -1
- package/dist/uofg-web-components/uofg-footer.esm.js +197 -171
- package/dist/uofg-web-components/uofg-header.esm.js +1144 -1028
- package/dist/uofg-web-components/uofg-modal.esm.js +13 -13
- package/dist/uofg-web-components/uofg-web-components.css +1 -1
- package/package.json +1 -1
- package/dist/uofg-web-components/decorative.svg +0 -1
- package/dist/uofg-web-components/improve-life.svg +0 -4
- package/dist/uofg-web-components/logo-small.svg +0 -1
- package/dist/uofg-web-components/logo.svg +0 -1
|
@@ -1,1021 +1,1126 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
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
|
+
const ot = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
|
|
3
3
|
// @ts-ignore Node typings have this
|
|
4
4
|
global
|
|
5
5
|
);
|
|
6
|
-
function
|
|
6
|
+
function X(a, e) {
|
|
7
7
|
const n = {}, t = {}, l = { $$scope: 1 };
|
|
8
|
-
let s =
|
|
8
|
+
let s = a.length;
|
|
9
9
|
for (; s--; ) {
|
|
10
|
-
const
|
|
11
|
-
if (
|
|
12
|
-
for (const
|
|
13
|
-
|
|
14
|
-
for (const
|
|
15
|
-
l[
|
|
16
|
-
|
|
10
|
+
const r = a[s], i = e[s];
|
|
11
|
+
if (i) {
|
|
12
|
+
for (const o in r)
|
|
13
|
+
o in i || (t[o] = 1);
|
|
14
|
+
for (const o in i)
|
|
15
|
+
l[o] || (n[o] = i[o], l[o] = 1);
|
|
16
|
+
a[s] = i;
|
|
17
17
|
} else
|
|
18
|
-
for (const
|
|
19
|
-
l[
|
|
18
|
+
for (const o in r)
|
|
19
|
+
l[o] = 1;
|
|
20
20
|
}
|
|
21
|
-
for (const
|
|
22
|
-
|
|
21
|
+
for (const r in t)
|
|
22
|
+
r in n || (n[r] = void 0);
|
|
23
23
|
return n;
|
|
24
24
|
}
|
|
25
|
-
function
|
|
26
|
-
return
|
|
25
|
+
function be(a) {
|
|
26
|
+
return a < 0.5 ? 4 * a * a * a : 0.5 * Math.pow(2 * a - 2, 3) + 1;
|
|
27
27
|
}
|
|
28
|
-
function
|
|
29
|
-
const e =
|
|
28
|
+
function st(a) {
|
|
29
|
+
const e = a - 1;
|
|
30
30
|
return e * e * e + 1;
|
|
31
31
|
}
|
|
32
|
-
function
|
|
33
|
-
const s = getComputedStyle(
|
|
34
|
-
(
|
|
35
|
-
),
|
|
36
|
-
s[`border${
|
|
37
|
-
),
|
|
38
|
-
s[`border${
|
|
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"], 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
|
+
), J = parseFloat(
|
|
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
|
-
const
|
|
47
|
+
const it = (a) => {
|
|
48
48
|
const e = function(t) {
|
|
49
|
-
|
|
49
|
+
a.contains(t.relatedTarget) || a.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1 }));
|
|
50
50
|
}, n = function(t) {
|
|
51
|
-
|
|
51
|
+
a.contains(t.relatedTarget) || a.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1 }));
|
|
52
52
|
};
|
|
53
|
-
return
|
|
53
|
+
return a.addEventListener("focusin", n), a.addEventListener("focusout", e), {
|
|
54
54
|
destroy() {
|
|
55
|
-
|
|
55
|
+
a.removeEventListener("focusin", n), a.removeEventListener("focusout", e);
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
|
-
},
|
|
59
|
-
function
|
|
58
|
+
}, ct = (a) => ({}), de = (a) => ({});
|
|
59
|
+
function me(a) {
|
|
60
60
|
let e = (
|
|
61
61
|
/*as*/
|
|
62
|
-
|
|
62
|
+
a[2]
|
|
63
63
|
), n, t = !1, l, s = (
|
|
64
64
|
/*as*/
|
|
65
|
-
|
|
65
|
+
a[2] && se(a)
|
|
66
66
|
);
|
|
67
67
|
return {
|
|
68
68
|
c() {
|
|
69
|
-
s && s.c(), n =
|
|
69
|
+
s && s.c(), n = I();
|
|
70
70
|
},
|
|
71
|
-
m(
|
|
72
|
-
s && s.m(
|
|
71
|
+
m(r, i) {
|
|
72
|
+
s && s.m(r, i), m(r, n, i), l = !0;
|
|
73
73
|
},
|
|
74
|
-
p(
|
|
74
|
+
p(r, i) {
|
|
75
75
|
/*as*/
|
|
76
|
-
|
|
76
|
+
r[2] ? e ? D(
|
|
77
77
|
e,
|
|
78
78
|
/*as*/
|
|
79
|
-
|
|
80
|
-
) ? (s.d(1), s =
|
|
81
|
-
|
|
82
|
-
|
|
79
|
+
r[2]
|
|
80
|
+
) ? (s.d(1), s = se(r), e = /*as*/
|
|
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
|
-
|
|
85
|
-
}),
|
|
84
|
+
r[2], t = !1;
|
|
85
|
+
}), U());
|
|
86
86
|
},
|
|
87
|
-
i(
|
|
88
|
-
l || (
|
|
87
|
+
i(r) {
|
|
88
|
+
l || (g(s, r), l = !0);
|
|
89
89
|
},
|
|
90
|
-
o(
|
|
91
|
-
|
|
90
|
+
o(r) {
|
|
91
|
+
d(s, r), l = !1;
|
|
92
92
|
},
|
|
93
|
-
d(
|
|
94
|
-
|
|
93
|
+
d(r) {
|
|
94
|
+
r && v(n), s && s.d(r);
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function se(a) {
|
|
99
99
|
let e, n, t;
|
|
100
100
|
const l = (
|
|
101
101
|
/*#slots*/
|
|
102
|
-
|
|
103
|
-
), s =
|
|
102
|
+
a[9].default
|
|
103
|
+
), s = Oe(
|
|
104
104
|
l,
|
|
105
|
-
|
|
105
|
+
a,
|
|
106
106
|
/*$$scope*/
|
|
107
|
-
|
|
107
|
+
a[8],
|
|
108
108
|
null
|
|
109
109
|
);
|
|
110
|
-
let
|
|
110
|
+
let r = [{ class: (
|
|
111
111
|
/*contentClass*/
|
|
112
|
-
|
|
113
|
-
) }],
|
|
114
|
-
for (let
|
|
115
|
-
|
|
112
|
+
a[5]
|
|
113
|
+
) }], i = {};
|
|
114
|
+
for (let o = 0; o < r.length; o += 1)
|
|
115
|
+
i = G(i, r[o]);
|
|
116
116
|
return {
|
|
117
117
|
c() {
|
|
118
|
-
e =
|
|
118
|
+
e = b(
|
|
119
119
|
/*as*/
|
|
120
|
-
|
|
121
|
-
), s && s.c(),
|
|
120
|
+
a[2]
|
|
121
|
+
), s && s.c(), ge(
|
|
122
122
|
/*as*/
|
|
123
|
-
|
|
124
|
-
)(e,
|
|
123
|
+
a[2]
|
|
124
|
+
)(e, i);
|
|
125
125
|
},
|
|
126
|
-
m(
|
|
127
|
-
|
|
126
|
+
m(o, c) {
|
|
127
|
+
m(o, e, c), s && s.m(e, null), t = !0;
|
|
128
128
|
},
|
|
129
|
-
p(
|
|
130
|
-
s && s.p && (!t ||
|
|
131
|
-
|
|
129
|
+
p(o, c) {
|
|
130
|
+
s && s.p && (!t || c & /*$$scope*/
|
|
131
|
+
256) && Pe(
|
|
132
132
|
s,
|
|
133
133
|
l,
|
|
134
|
-
|
|
134
|
+
o,
|
|
135
135
|
/*$$scope*/
|
|
136
|
-
|
|
137
|
-
t ?
|
|
136
|
+
o[8],
|
|
137
|
+
t ? Ge(
|
|
138
138
|
l,
|
|
139
139
|
/*$$scope*/
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
o[8],
|
|
141
|
+
c,
|
|
142
142
|
null
|
|
143
|
-
) :
|
|
143
|
+
) : He(
|
|
144
144
|
/*$$scope*/
|
|
145
|
-
|
|
145
|
+
o[8]
|
|
146
146
|
),
|
|
147
147
|
null
|
|
148
|
-
),
|
|
148
|
+
), ge(
|
|
149
149
|
/*as*/
|
|
150
|
-
|
|
151
|
-
)(e,
|
|
152
|
-
(!t ||
|
|
150
|
+
o[2]
|
|
151
|
+
)(e, i = X(r, [
|
|
152
|
+
(!t || c & /*contentClass*/
|
|
153
153
|
32) && { class: (
|
|
154
154
|
/*contentClass*/
|
|
155
|
-
|
|
155
|
+
o[5]
|
|
156
156
|
) }
|
|
157
157
|
]));
|
|
158
158
|
},
|
|
159
|
-
i(
|
|
160
|
-
t || (
|
|
161
|
-
t && (n || (n =
|
|
159
|
+
i(o) {
|
|
160
|
+
t || (g(s, o), o && Ve(() => {
|
|
161
|
+
t && (n || (n = pe(
|
|
162
162
|
e,
|
|
163
163
|
/*transition*/
|
|
164
|
-
|
|
165
|
-
{ duration: 200, easing:
|
|
164
|
+
a[3],
|
|
165
|
+
{ duration: 200, easing: be },
|
|
166
166
|
!0
|
|
167
167
|
)), n.run(1));
|
|
168
168
|
}), t = !0);
|
|
169
169
|
},
|
|
170
|
-
o(
|
|
171
|
-
|
|
170
|
+
o(o) {
|
|
171
|
+
d(s, o), o && (n || (n = pe(
|
|
172
172
|
e,
|
|
173
173
|
/*transition*/
|
|
174
|
-
|
|
175
|
-
{ duration: 200, easing:
|
|
174
|
+
a[3],
|
|
175
|
+
{ duration: 200, easing: be },
|
|
176
176
|
!1
|
|
177
177
|
)), n.run(0)), t = !1;
|
|
178
178
|
},
|
|
179
|
-
d(
|
|
180
|
-
|
|
179
|
+
d(o) {
|
|
180
|
+
o && v(e), s && s.d(o), o && n && n.end();
|
|
181
181
|
}
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
|
-
function
|
|
185
|
-
let e, n, t, l, s,
|
|
186
|
-
const
|
|
184
|
+
function ft(a) {
|
|
185
|
+
let e, n, t, l, s, r;
|
|
186
|
+
const i = (
|
|
187
187
|
/*#slots*/
|
|
188
|
-
|
|
189
|
-
),
|
|
190
|
-
a,
|
|
188
|
+
a[9].button
|
|
189
|
+
), o = Oe(
|
|
191
190
|
i,
|
|
191
|
+
a,
|
|
192
192
|
/*$$scope*/
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
a[8],
|
|
194
|
+
de
|
|
195
195
|
);
|
|
196
|
-
let
|
|
196
|
+
let c = (
|
|
197
197
|
/*open*/
|
|
198
|
-
|
|
198
|
+
a[0] && me(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*/
|
|
206
|
-
|
|
206
|
+
a[4]
|
|
207
207
|
), _(n, "aria-haspopup", "true"), _(
|
|
208
208
|
n,
|
|
209
209
|
"aria-expanded",
|
|
210
210
|
/*open*/
|
|
211
|
-
|
|
211
|
+
a[0]
|
|
212
|
+
), _(
|
|
213
|
+
n,
|
|
214
|
+
"aria-label",
|
|
215
|
+
/*buttonAriaLabel*/
|
|
216
|
+
a[7]
|
|
212
217
|
), _(
|
|
213
218
|
e,
|
|
214
219
|
"class",
|
|
215
220
|
/*className*/
|
|
216
|
-
|
|
221
|
+
a[1]
|
|
217
222
|
), _(e, "tabindex", "-1");
|
|
218
223
|
},
|
|
219
|
-
m(
|
|
220
|
-
|
|
221
|
-
|
|
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
|
+
ae(
|
|
222
227
|
n,
|
|
223
228
|
"click",
|
|
224
229
|
/*click_handler*/
|
|
225
|
-
|
|
230
|
+
a[10]
|
|
226
231
|
),
|
|
227
|
-
|
|
232
|
+
ae(
|
|
228
233
|
e,
|
|
229
234
|
"focusoutside",
|
|
230
235
|
/*focusoutside_handler*/
|
|
231
|
-
|
|
236
|
+
a[11]
|
|
232
237
|
),
|
|
233
|
-
|
|
238
|
+
Je(it.call(null, e))
|
|
234
239
|
], s = !0);
|
|
235
240
|
},
|
|
236
|
-
p(
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
241
|
+
p(f, [u]) {
|
|
242
|
+
o && o.p && (!l || u & /*$$scope*/
|
|
243
|
+
256) && Pe(
|
|
244
|
+
o,
|
|
245
|
+
i,
|
|
246
|
+
f,
|
|
242
247
|
/*$$scope*/
|
|
243
|
-
|
|
244
|
-
l ?
|
|
245
|
-
|
|
248
|
+
f[8],
|
|
249
|
+
l ? Ge(
|
|
250
|
+
i,
|
|
246
251
|
/*$$scope*/
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
) :
|
|
252
|
+
f[8],
|
|
253
|
+
u,
|
|
254
|
+
ct
|
|
255
|
+
) : He(
|
|
251
256
|
/*$$scope*/
|
|
252
|
-
|
|
257
|
+
f[8]
|
|
253
258
|
),
|
|
254
|
-
|
|
255
|
-
), (!l ||
|
|
259
|
+
de
|
|
260
|
+
), (!l || u & /*buttonClass*/
|
|
256
261
|
16) && _(
|
|
257
262
|
n,
|
|
258
263
|
"class",
|
|
259
264
|
/*buttonClass*/
|
|
260
|
-
|
|
261
|
-
), (!l ||
|
|
265
|
+
f[4]
|
|
266
|
+
), (!l || u & /*open*/
|
|
262
267
|
1) && _(
|
|
263
268
|
n,
|
|
264
269
|
"aria-expanded",
|
|
265
270
|
/*open*/
|
|
266
|
-
|
|
271
|
+
f[0]
|
|
272
|
+
), (!l || u & /*buttonAriaLabel*/
|
|
273
|
+
128) && _(
|
|
274
|
+
n,
|
|
275
|
+
"aria-label",
|
|
276
|
+
/*buttonAriaLabel*/
|
|
277
|
+
f[7]
|
|
267
278
|
), /*open*/
|
|
268
|
-
|
|
269
|
-
1 &&
|
|
270
|
-
|
|
271
|
-
}),
|
|
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
|
+
c = null;
|
|
282
|
+
}), U()), (!l || u & /*className*/
|
|
272
283
|
2) && _(
|
|
273
284
|
e,
|
|
274
285
|
"class",
|
|
275
286
|
/*className*/
|
|
276
|
-
|
|
287
|
+
f[1]
|
|
277
288
|
);
|
|
278
289
|
},
|
|
279
|
-
i(
|
|
280
|
-
l || (
|
|
290
|
+
i(f) {
|
|
291
|
+
l || (g(o, f), g(c), l = !0);
|
|
281
292
|
},
|
|
282
|
-
o(
|
|
283
|
-
|
|
293
|
+
o(f) {
|
|
294
|
+
d(o, f), d(c), l = !1;
|
|
284
295
|
},
|
|
285
|
-
d(
|
|
286
|
-
|
|
296
|
+
d(f) {
|
|
297
|
+
f && v(e), o && o.d(f), c && c.d(), s = !1, et(r);
|
|
287
298
|
}
|
|
288
299
|
};
|
|
289
300
|
}
|
|
290
|
-
function
|
|
291
|
-
let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open:
|
|
292
|
-
const
|
|
293
|
-
n(0,
|
|
294
|
-
},
|
|
295
|
-
|
|
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
|
+
n(0, r = !r), w.target.focus();
|
|
305
|
+
}, M = () => {
|
|
306
|
+
u && n(0, r = !1);
|
|
296
307
|
};
|
|
297
|
-
return
|
|
298
|
-
"class" in
|
|
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, 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);
|
|
299
310
|
}, [
|
|
300
|
-
o,
|
|
301
|
-
s,
|
|
302
|
-
a,
|
|
303
311
|
r,
|
|
312
|
+
s,
|
|
313
|
+
i,
|
|
314
|
+
o,
|
|
315
|
+
c,
|
|
304
316
|
f,
|
|
305
317
|
u,
|
|
306
|
-
|
|
318
|
+
p,
|
|
307
319
|
l,
|
|
308
320
|
t,
|
|
309
|
-
|
|
310
|
-
|
|
321
|
+
j,
|
|
322
|
+
M
|
|
311
323
|
];
|
|
312
324
|
}
|
|
313
|
-
class P extends
|
|
325
|
+
class P extends Y {
|
|
314
326
|
constructor(e) {
|
|
315
|
-
super(),
|
|
327
|
+
super(), K(this, e, ut, ft, D, {
|
|
316
328
|
class: 1,
|
|
317
329
|
open: 0,
|
|
318
330
|
as: 2,
|
|
319
331
|
transition: 3,
|
|
320
332
|
buttonClass: 4,
|
|
321
333
|
contentClass: 5,
|
|
322
|
-
autoCollapse: 6
|
|
334
|
+
autoCollapse: 6,
|
|
335
|
+
buttonAriaLabel: 7
|
|
323
336
|
});
|
|
324
337
|
}
|
|
325
338
|
get class() {
|
|
326
339
|
return this.$$.ctx[1];
|
|
327
340
|
}
|
|
328
341
|
set class(e) {
|
|
329
|
-
this.$$set({ class: e }),
|
|
342
|
+
this.$$set({ class: e }), B();
|
|
330
343
|
}
|
|
331
344
|
get open() {
|
|
332
345
|
return this.$$.ctx[0];
|
|
333
346
|
}
|
|
334
347
|
set open(e) {
|
|
335
|
-
this.$$set({ open: e }),
|
|
348
|
+
this.$$set({ open: e }), B();
|
|
336
349
|
}
|
|
337
350
|
get as() {
|
|
338
351
|
return this.$$.ctx[2];
|
|
339
352
|
}
|
|
340
353
|
set as(e) {
|
|
341
|
-
this.$$set({ as: e }),
|
|
354
|
+
this.$$set({ as: e }), B();
|
|
342
355
|
}
|
|
343
356
|
get transition() {
|
|
344
357
|
return this.$$.ctx[3];
|
|
345
358
|
}
|
|
346
359
|
set transition(e) {
|
|
347
|
-
this.$$set({ transition: e }),
|
|
360
|
+
this.$$set({ transition: e }), B();
|
|
348
361
|
}
|
|
349
362
|
get buttonClass() {
|
|
350
363
|
return this.$$.ctx[4];
|
|
351
364
|
}
|
|
352
365
|
set buttonClass(e) {
|
|
353
|
-
this.$$set({ buttonClass: e }),
|
|
366
|
+
this.$$set({ buttonClass: e }), B();
|
|
354
367
|
}
|
|
355
368
|
get contentClass() {
|
|
356
369
|
return this.$$.ctx[5];
|
|
357
370
|
}
|
|
358
371
|
set contentClass(e) {
|
|
359
|
-
this.$$set({ contentClass: e }),
|
|
372
|
+
this.$$set({ contentClass: e }), B();
|
|
360
373
|
}
|
|
361
374
|
get autoCollapse() {
|
|
362
375
|
return this.$$.ctx[6];
|
|
363
376
|
}
|
|
364
377
|
set autoCollapse(e) {
|
|
365
|
-
this.$$set({ autoCollapse: e }),
|
|
378
|
+
this.$$set({ autoCollapse: e }), B();
|
|
379
|
+
}
|
|
380
|
+
get buttonAriaLabel() {
|
|
381
|
+
return this.$$.ctx[7];
|
|
382
|
+
}
|
|
383
|
+
set buttonAriaLabel(e) {
|
|
384
|
+
this.$$set({ buttonAriaLabel: e }), B();
|
|
366
385
|
}
|
|
367
386
|
}
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
387
|
+
Q(P, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
|
|
388
|
+
function _t(a) {
|
|
389
|
+
let e, n, t, l;
|
|
390
|
+
return {
|
|
391
|
+
c() {
|
|
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
|
+
},
|
|
394
|
+
m(s, r) {
|
|
395
|
+
m(s, e, r), h(e, n), h(n, t), h(n, l);
|
|
396
|
+
},
|
|
397
|
+
p: $,
|
|
398
|
+
i: $,
|
|
399
|
+
o: $,
|
|
400
|
+
d(s) {
|
|
401
|
+
s && v(e);
|
|
402
|
+
}
|
|
403
|
+
};
|
|
373
404
|
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
405
|
+
class Qe extends Y {
|
|
406
|
+
constructor(e) {
|
|
407
|
+
super(), K(this, e, null, _t, D, {});
|
|
408
|
+
}
|
|
377
409
|
}
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
410
|
+
Q(Qe, {}, [], [], !0);
|
|
411
|
+
function ht(a) {
|
|
412
|
+
let e, n, t;
|
|
413
|
+
return {
|
|
414
|
+
c() {
|
|
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
|
+
},
|
|
417
|
+
m(l, s) {
|
|
418
|
+
m(l, e, s), h(e, n), h(e, t);
|
|
419
|
+
},
|
|
420
|
+
p: $,
|
|
421
|
+
i: $,
|
|
422
|
+
o: $,
|
|
423
|
+
d(l) {
|
|
424
|
+
l && v(e);
|
|
425
|
+
}
|
|
426
|
+
};
|
|
381
427
|
}
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
428
|
+
class Ye extends Y {
|
|
429
|
+
constructor(e) {
|
|
430
|
+
super(), K(this, e, null, ht, D, {});
|
|
431
|
+
}
|
|
385
432
|
}
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
433
|
+
Q(Ye, {}, [], [], !0);
|
|
434
|
+
function gt(a) {
|
|
435
|
+
let e, n, t;
|
|
436
|
+
return {
|
|
437
|
+
c() {
|
|
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
|
+
},
|
|
440
|
+
m(l, s) {
|
|
441
|
+
m(l, e, s), h(e, n), h(e, t);
|
|
442
|
+
},
|
|
443
|
+
p: $,
|
|
444
|
+
i: $,
|
|
445
|
+
o: $,
|
|
446
|
+
d(l) {
|
|
447
|
+
l && v(e);
|
|
448
|
+
}
|
|
449
|
+
};
|
|
389
450
|
}
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
451
|
+
class Ke extends Y {
|
|
452
|
+
constructor(e) {
|
|
453
|
+
super(), K(this, e, null, gt, D, {});
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
Q(Ke, {}, [], [], !0);
|
|
457
|
+
const { window: Xe } = ot;
|
|
458
|
+
function ve(a, e, n) {
|
|
459
|
+
const t = a.slice();
|
|
460
|
+
return t[12] = e[n], t;
|
|
461
|
+
}
|
|
462
|
+
function we(a, e, n) {
|
|
463
|
+
const t = a.slice();
|
|
464
|
+
return t[15] = e[n], t;
|
|
465
|
+
}
|
|
466
|
+
function ke(a, e, n) {
|
|
467
|
+
const t = a.slice();
|
|
468
|
+
return t[12] = e[n], t;
|
|
393
469
|
}
|
|
394
|
-
function
|
|
395
|
-
const t =
|
|
396
|
-
return t[
|
|
470
|
+
function $e(a, e, n) {
|
|
471
|
+
const t = a.slice();
|
|
472
|
+
return t[15] = e[n], t;
|
|
397
473
|
}
|
|
398
|
-
function
|
|
399
|
-
const t =
|
|
400
|
-
return t[
|
|
474
|
+
function ye(a, e, n) {
|
|
475
|
+
const t = a.slice();
|
|
476
|
+
return t[12] = e[n], t;
|
|
401
477
|
}
|
|
402
|
-
function
|
|
403
|
-
const t =
|
|
404
|
-
return t[
|
|
478
|
+
function xe(a, e, n) {
|
|
479
|
+
const t = a.slice();
|
|
480
|
+
return t[15] = e[n], t;
|
|
405
481
|
}
|
|
406
|
-
function
|
|
407
|
-
const t =
|
|
408
|
-
return t[
|
|
482
|
+
function Ce(a, e, n) {
|
|
483
|
+
const t = a.slice();
|
|
484
|
+
return t[15] = e[n], t;
|
|
409
485
|
}
|
|
410
|
-
function
|
|
411
|
-
|
|
486
|
+
function Le(a, e, n) {
|
|
487
|
+
const t = a.slice();
|
|
488
|
+
return t[12] = e[n], t;
|
|
489
|
+
}
|
|
490
|
+
function Ne(a, e, n) {
|
|
491
|
+
const t = a.slice();
|
|
492
|
+
return t[12] = e[n], t;
|
|
493
|
+
}
|
|
494
|
+
function Ae(a, e, n) {
|
|
495
|
+
const t = a.slice();
|
|
496
|
+
return t[15] = e[n], t;
|
|
497
|
+
}
|
|
498
|
+
function je(a) {
|
|
499
|
+
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = A([
|
|
412
500
|
.../*topLinks*/
|
|
413
|
-
|
|
501
|
+
a[6],
|
|
414
502
|
/*account*/
|
|
415
|
-
|
|
503
|
+
a[9]
|
|
416
504
|
]);
|
|
417
|
-
const
|
|
505
|
+
const i = (o) => (
|
|
418
506
|
/*item*/
|
|
419
|
-
|
|
420
|
-
|
|
507
|
+
o[12].text || /*item*/
|
|
508
|
+
o[12].title
|
|
421
509
|
);
|
|
422
|
-
for (let
|
|
423
|
-
let
|
|
424
|
-
l.set(
|
|
510
|
+
for (let o = 0; o < r.length; o += 1) {
|
|
511
|
+
let c = Ne(a, r, o), f = i(c);
|
|
512
|
+
l.set(f, t[o] = Se(f, c));
|
|
425
513
|
}
|
|
426
514
|
return {
|
|
427
515
|
c() {
|
|
428
|
-
e =
|
|
429
|
-
for (let
|
|
430
|
-
t[
|
|
516
|
+
e = b("nav"), n = b("ul");
|
|
517
|
+
for (let o = 0; o < t.length; o += 1)
|
|
518
|
+
t[o].c();
|
|
431
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");
|
|
432
520
|
},
|
|
433
|
-
m(
|
|
434
|
-
|
|
435
|
-
for (let
|
|
436
|
-
t[
|
|
521
|
+
m(o, c) {
|
|
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);
|
|
437
525
|
s = !0;
|
|
438
526
|
},
|
|
439
|
-
p(
|
|
440
|
-
|
|
441
|
-
576 && (
|
|
527
|
+
p(o, c) {
|
|
528
|
+
c[0] & /*topLinks, account*/
|
|
529
|
+
576 && (r = A([
|
|
442
530
|
.../*topLinks*/
|
|
443
|
-
|
|
531
|
+
o[6],
|
|
444
532
|
/*account*/
|
|
445
|
-
|
|
446
|
-
]),
|
|
533
|
+
o[9]
|
|
534
|
+
]), T(), t = ie(t, c, i, 1, o, r, l, n, ce, Se, null, Ne), U());
|
|
447
535
|
},
|
|
448
|
-
i(
|
|
536
|
+
i(o) {
|
|
449
537
|
if (!s) {
|
|
450
|
-
for (let
|
|
451
|
-
|
|
538
|
+
for (let c = 0; c < r.length; c += 1)
|
|
539
|
+
g(t[c]);
|
|
452
540
|
s = !0;
|
|
453
541
|
}
|
|
454
542
|
},
|
|
455
|
-
o(
|
|
456
|
-
for (let
|
|
457
|
-
|
|
543
|
+
o(o) {
|
|
544
|
+
for (let c = 0; c < t.length; c += 1)
|
|
545
|
+
d(t[c]);
|
|
458
546
|
s = !1;
|
|
459
547
|
},
|
|
460
|
-
d(
|
|
461
|
-
|
|
462
|
-
for (let
|
|
463
|
-
t[
|
|
548
|
+
d(o) {
|
|
549
|
+
o && v(e);
|
|
550
|
+
for (let c = 0; c < t.length; c += 1)
|
|
551
|
+
t[c].d();
|
|
464
552
|
}
|
|
465
553
|
};
|
|
466
554
|
}
|
|
467
|
-
function
|
|
555
|
+
function pt(a) {
|
|
468
556
|
let e, n = (
|
|
469
557
|
/*item*/
|
|
470
|
-
|
|
558
|
+
a[12].text.toUpperCase() + ""
|
|
471
559
|
), t;
|
|
472
560
|
return {
|
|
473
561
|
c() {
|
|
474
|
-
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"), _(
|
|
475
563
|
e,
|
|
476
564
|
"href",
|
|
477
565
|
/*item*/
|
|
478
|
-
|
|
479
|
-
),
|
|
566
|
+
a[12].href
|
|
567
|
+
), te(
|
|
480
568
|
e,
|
|
481
569
|
"bg-uofg-yellow",
|
|
482
570
|
/*item*/
|
|
483
|
-
|
|
571
|
+
a[12].highlight
|
|
484
572
|
);
|
|
485
573
|
},
|
|
486
574
|
m(l, s) {
|
|
487
|
-
|
|
575
|
+
m(l, e, s), h(e, t);
|
|
488
576
|
},
|
|
489
|
-
p:
|
|
490
|
-
i:
|
|
491
|
-
o:
|
|
577
|
+
p: $,
|
|
578
|
+
i: $,
|
|
579
|
+
o: $,
|
|
492
580
|
d(l) {
|
|
493
|
-
l &&
|
|
581
|
+
l && v(e);
|
|
494
582
|
}
|
|
495
583
|
};
|
|
496
584
|
}
|
|
497
|
-
function
|
|
585
|
+
function bt(a) {
|
|
498
586
|
let e, n;
|
|
499
587
|
return e = new P({
|
|
500
588
|
props: {
|
|
501
589
|
class: "relative h-full",
|
|
502
590
|
buttonClass: `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey aria-expanded:bg-uofg-grey ${/*item*/
|
|
503
|
-
|
|
591
|
+
a[12].icon ? "" : "[&_svg]:aria-expanded:rotate-180"}`,
|
|
504
592
|
contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
|
|
505
593
|
as: "ul",
|
|
594
|
+
buttonAriaLabel: (
|
|
595
|
+
/*item*/
|
|
596
|
+
a[12].icon ? (
|
|
597
|
+
/*item*/
|
|
598
|
+
a[12].text
|
|
599
|
+
) : void 0
|
|
600
|
+
),
|
|
506
601
|
$$slots: {
|
|
507
|
-
button: [
|
|
508
|
-
default: [
|
|
602
|
+
button: [wt],
|
|
603
|
+
default: [dt]
|
|
509
604
|
},
|
|
510
|
-
$$scope: { ctx:
|
|
605
|
+
$$scope: { ctx: a }
|
|
511
606
|
}
|
|
512
607
|
}), {
|
|
513
608
|
c() {
|
|
514
|
-
|
|
609
|
+
C(e.$$.fragment);
|
|
515
610
|
},
|
|
516
611
|
m(t, l) {
|
|
517
|
-
|
|
612
|
+
L(e, t, l), n = !0;
|
|
518
613
|
},
|
|
519
614
|
p(t, l) {
|
|
520
615
|
const s = {};
|
|
521
616
|
l[1] & /*$$scope*/
|
|
522
|
-
|
|
617
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
523
618
|
},
|
|
524
619
|
i(t) {
|
|
525
|
-
n || (
|
|
620
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
526
621
|
},
|
|
527
622
|
o(t) {
|
|
528
|
-
|
|
623
|
+
d(e.$$.fragment, t), n = !1;
|
|
529
624
|
},
|
|
530
625
|
d(t) {
|
|
531
|
-
|
|
626
|
+
N(e, t);
|
|
532
627
|
}
|
|
533
628
|
};
|
|
534
629
|
}
|
|
535
|
-
function
|
|
630
|
+
function Ze(a) {
|
|
536
631
|
let e, n, t = (
|
|
537
632
|
/*link*/
|
|
538
|
-
|
|
539
|
-
), l, s,
|
|
633
|
+
a[15].text + ""
|
|
634
|
+
), l, s, r = [
|
|
540
635
|
{
|
|
541
636
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
542
637
|
},
|
|
543
638
|
{
|
|
544
639
|
href: (
|
|
545
640
|
/*link*/
|
|
546
|
-
|
|
641
|
+
a[15].href
|
|
547
642
|
)
|
|
548
643
|
},
|
|
549
644
|
/*link*/
|
|
550
|
-
|
|
551
|
-
],
|
|
552
|
-
for (let
|
|
553
|
-
|
|
645
|
+
a[15].attributes
|
|
646
|
+
], i = {};
|
|
647
|
+
for (let o = 0; o < r.length; o += 1)
|
|
648
|
+
i = G(i, r[o]);
|
|
554
649
|
return {
|
|
555
650
|
c() {
|
|
556
|
-
e =
|
|
651
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
|
|
557
652
|
},
|
|
558
|
-
m(
|
|
559
|
-
|
|
653
|
+
m(o, c) {
|
|
654
|
+
m(o, e, c), h(e, n), h(n, l), h(e, s);
|
|
560
655
|
},
|
|
561
|
-
p:
|
|
562
|
-
d(
|
|
563
|
-
|
|
656
|
+
p: $,
|
|
657
|
+
d(o) {
|
|
658
|
+
o && v(e);
|
|
564
659
|
}
|
|
565
660
|
};
|
|
566
661
|
}
|
|
567
|
-
function
|
|
568
|
-
let e, n =
|
|
662
|
+
function dt(a) {
|
|
663
|
+
let e, n = A(
|
|
569
664
|
/*item*/
|
|
570
|
-
|
|
665
|
+
a[12].links
|
|
571
666
|
), t = [];
|
|
572
667
|
for (let l = 0; l < n.length; l += 1)
|
|
573
|
-
t[l] =
|
|
668
|
+
t[l] = Ze(Ae(a, n, l));
|
|
574
669
|
return {
|
|
575
670
|
c() {
|
|
576
671
|
for (let l = 0; l < t.length; l += 1)
|
|
577
672
|
t[l].c();
|
|
578
|
-
e =
|
|
673
|
+
e = I();
|
|
579
674
|
},
|
|
580
675
|
m(l, s) {
|
|
581
|
-
for (let
|
|
582
|
-
t[
|
|
583
|
-
|
|
676
|
+
for (let r = 0; r < t.length; r += 1)
|
|
677
|
+
t[r] && t[r].m(l, s);
|
|
678
|
+
m(l, e, s);
|
|
584
679
|
},
|
|
585
680
|
p(l, s) {
|
|
586
681
|
if (s[0] & /*topLinks, account*/
|
|
587
682
|
576) {
|
|
588
|
-
n =
|
|
683
|
+
n = A(
|
|
589
684
|
/*item*/
|
|
590
|
-
l[
|
|
685
|
+
l[12].links
|
|
591
686
|
);
|
|
592
|
-
let
|
|
593
|
-
for (
|
|
594
|
-
const
|
|
595
|
-
t[
|
|
687
|
+
let r;
|
|
688
|
+
for (r = 0; r < n.length; r += 1) {
|
|
689
|
+
const i = Ae(l, n, r);
|
|
690
|
+
t[r] ? t[r].p(i, s) : (t[r] = Ze(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
596
691
|
}
|
|
597
|
-
for (;
|
|
598
|
-
t[
|
|
692
|
+
for (; r < t.length; r += 1)
|
|
693
|
+
t[r].d(1);
|
|
599
694
|
t.length = n.length;
|
|
600
695
|
}
|
|
601
696
|
},
|
|
602
697
|
d(l) {
|
|
603
|
-
l &&
|
|
698
|
+
l && v(e), V(t, l);
|
|
604
699
|
}
|
|
605
700
|
};
|
|
606
701
|
}
|
|
607
|
-
function
|
|
702
|
+
function mt(a) {
|
|
608
703
|
let e, n, t, l;
|
|
609
|
-
return t = new
|
|
704
|
+
return t = new q({ props: { icon: ne } }), {
|
|
610
705
|
c() {
|
|
611
|
-
e =
|
|
612
|
-
|
|
706
|
+
e = b("span"), e.textContent = `${/*item*/
|
|
707
|
+
a[12].text.toUpperCase()}`, n = x(), C(t.$$.fragment);
|
|
613
708
|
},
|
|
614
|
-
m(s,
|
|
615
|
-
|
|
709
|
+
m(s, r) {
|
|
710
|
+
m(s, e, r), m(s, n, r), L(t, s, r), l = !0;
|
|
616
711
|
},
|
|
617
|
-
p:
|
|
712
|
+
p: $,
|
|
618
713
|
i(s) {
|
|
619
|
-
l || (
|
|
714
|
+
l || (g(t.$$.fragment, s), l = !0);
|
|
620
715
|
},
|
|
621
716
|
o(s) {
|
|
622
|
-
|
|
717
|
+
d(t.$$.fragment, s), l = !1;
|
|
623
718
|
},
|
|
624
719
|
d(s) {
|
|
625
|
-
s && (
|
|
720
|
+
s && (v(e), v(n)), N(t, s);
|
|
626
721
|
}
|
|
627
722
|
};
|
|
628
723
|
}
|
|
629
|
-
function
|
|
724
|
+
function vt(a) {
|
|
630
725
|
let e, n;
|
|
631
|
-
return e = new
|
|
726
|
+
return e = new q({ props: { icon: (
|
|
632
727
|
/*item*/
|
|
633
|
-
|
|
728
|
+
a[12].icon
|
|
634
729
|
) } }), {
|
|
635
730
|
c() {
|
|
636
|
-
|
|
731
|
+
C(e.$$.fragment);
|
|
637
732
|
},
|
|
638
733
|
m(t, l) {
|
|
639
|
-
|
|
734
|
+
L(e, t, l), n = !0;
|
|
640
735
|
},
|
|
641
|
-
p:
|
|
736
|
+
p: $,
|
|
642
737
|
i(t) {
|
|
643
|
-
n || (
|
|
738
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
644
739
|
},
|
|
645
740
|
o(t) {
|
|
646
|
-
|
|
741
|
+
d(e.$$.fragment, t), n = !1;
|
|
647
742
|
},
|
|
648
743
|
d(t) {
|
|
649
|
-
|
|
744
|
+
N(e, t);
|
|
650
745
|
}
|
|
651
746
|
};
|
|
652
747
|
}
|
|
653
|
-
function
|
|
748
|
+
function wt(a) {
|
|
654
749
|
let e, n, t, l;
|
|
655
|
-
const s = [
|
|
656
|
-
function
|
|
750
|
+
const s = [vt, mt], r = [];
|
|
751
|
+
function i(o, c) {
|
|
657
752
|
return (
|
|
658
753
|
/*item*/
|
|
659
|
-
|
|
754
|
+
o[12].icon ? 0 : 1
|
|
660
755
|
);
|
|
661
756
|
}
|
|
662
|
-
return n = a
|
|
757
|
+
return n = i(a), t = r[n] = s[n](a), {
|
|
663
758
|
c() {
|
|
664
|
-
e =
|
|
665
|
-
e,
|
|
666
|
-
"aria-label",
|
|
667
|
-
/*item*/
|
|
668
|
-
i[13].icon ? (
|
|
669
|
-
/*item*/
|
|
670
|
-
i[13].text
|
|
671
|
-
) : void 0
|
|
672
|
-
), K(
|
|
759
|
+
e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), te(
|
|
673
760
|
e,
|
|
674
761
|
"bg-uofg-yellow",
|
|
675
762
|
/*item*/
|
|
676
|
-
|
|
763
|
+
a[12].highlight
|
|
677
764
|
);
|
|
678
765
|
},
|
|
679
|
-
m(
|
|
680
|
-
|
|
766
|
+
m(o, c) {
|
|
767
|
+
m(o, e, c), r[n].m(e, null), l = !0;
|
|
681
768
|
},
|
|
682
|
-
p(
|
|
683
|
-
t.p(
|
|
769
|
+
p(o, c) {
|
|
770
|
+
t.p(o, c);
|
|
684
771
|
},
|
|
685
|
-
i(
|
|
686
|
-
l || (
|
|
772
|
+
i(o) {
|
|
773
|
+
l || (g(t), l = !0);
|
|
687
774
|
},
|
|
688
|
-
o(
|
|
689
|
-
|
|
775
|
+
o(o) {
|
|
776
|
+
d(t), l = !1;
|
|
690
777
|
},
|
|
691
|
-
d(
|
|
692
|
-
|
|
778
|
+
d(o) {
|
|
779
|
+
o && v(e), r[n].d();
|
|
693
780
|
}
|
|
694
781
|
};
|
|
695
782
|
}
|
|
696
|
-
function
|
|
697
|
-
let n, t, l, s,
|
|
698
|
-
const
|
|
699
|
-
function f
|
|
783
|
+
function Se(a, e) {
|
|
784
|
+
let n, t, l, s, r;
|
|
785
|
+
const i = [bt, pt], o = [];
|
|
786
|
+
function c(f, u) {
|
|
700
787
|
return (
|
|
701
788
|
/*item*/
|
|
702
|
-
|
|
789
|
+
f[12].links ? 0 : 1
|
|
703
790
|
);
|
|
704
791
|
}
|
|
705
|
-
return t =
|
|
706
|
-
key:
|
|
792
|
+
return t = c(e), l = o[t] = i[t](e), {
|
|
793
|
+
key: a,
|
|
707
794
|
first: null,
|
|
708
795
|
c() {
|
|
709
|
-
n =
|
|
796
|
+
n = b("li"), l.c(), s = x(), this.first = n;
|
|
710
797
|
},
|
|
711
|
-
m(
|
|
712
|
-
|
|
798
|
+
m(f, u) {
|
|
799
|
+
m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
|
|
713
800
|
},
|
|
714
|
-
p(
|
|
715
|
-
e =
|
|
801
|
+
p(f, u) {
|
|
802
|
+
e = f, l.p(e, u);
|
|
716
803
|
},
|
|
717
|
-
i(
|
|
718
|
-
|
|
804
|
+
i(f) {
|
|
805
|
+
r || (g(l), r = !0);
|
|
719
806
|
},
|
|
720
|
-
o(
|
|
721
|
-
|
|
807
|
+
o(f) {
|
|
808
|
+
d(l), r = !1;
|
|
722
809
|
},
|
|
723
|
-
d(
|
|
724
|
-
|
|
810
|
+
d(f) {
|
|
811
|
+
f && v(n), o[t].d();
|
|
725
812
|
}
|
|
726
813
|
};
|
|
727
814
|
}
|
|
728
|
-
function
|
|
729
|
-
let e;
|
|
730
|
-
return {
|
|
815
|
+
function Me(a) {
|
|
816
|
+
let e, n, t;
|
|
817
|
+
return n = new Ke({}), {
|
|
731
818
|
c() {
|
|
732
|
-
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");
|
|
733
820
|
},
|
|
734
|
-
m(
|
|
735
|
-
|
|
821
|
+
m(l, s) {
|
|
822
|
+
m(l, e, s), L(n, e, null), t = !0;
|
|
823
|
+
},
|
|
824
|
+
i(l) {
|
|
825
|
+
t || (g(n.$$.fragment, l), t = !0);
|
|
736
826
|
},
|
|
737
|
-
|
|
738
|
-
n
|
|
827
|
+
o(l) {
|
|
828
|
+
d(n.$$.fragment, l), t = !1;
|
|
829
|
+
},
|
|
830
|
+
d(l) {
|
|
831
|
+
l && v(e), N(n);
|
|
739
832
|
}
|
|
740
833
|
};
|
|
741
834
|
}
|
|
742
|
-
function
|
|
835
|
+
function kt(a) {
|
|
743
836
|
let e, n;
|
|
744
|
-
return {
|
|
837
|
+
return e = new Ye({}), {
|
|
745
838
|
c() {
|
|
746
|
-
|
|
839
|
+
C(e.$$.fragment);
|
|
747
840
|
},
|
|
748
841
|
m(t, l) {
|
|
749
|
-
|
|
842
|
+
L(e, t, l), n = !0;
|
|
843
|
+
},
|
|
844
|
+
i(t) {
|
|
845
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
846
|
+
},
|
|
847
|
+
o(t) {
|
|
848
|
+
d(e.$$.fragment, t), n = !1;
|
|
750
849
|
},
|
|
751
850
|
d(t) {
|
|
752
|
-
|
|
851
|
+
N(e, t);
|
|
753
852
|
}
|
|
754
853
|
};
|
|
755
854
|
}
|
|
756
|
-
function
|
|
855
|
+
function $t(a) {
|
|
757
856
|
let e, n;
|
|
758
|
-
return {
|
|
857
|
+
return e = new Qe({}), {
|
|
759
858
|
c() {
|
|
760
|
-
|
|
859
|
+
C(e.$$.fragment);
|
|
761
860
|
},
|
|
762
861
|
m(t, l) {
|
|
763
|
-
|
|
862
|
+
L(e, t, l), n = !0;
|
|
863
|
+
},
|
|
864
|
+
i(t) {
|
|
865
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
866
|
+
},
|
|
867
|
+
o(t) {
|
|
868
|
+
d(e.$$.fragment, t), n = !1;
|
|
764
869
|
},
|
|
765
870
|
d(t) {
|
|
766
|
-
|
|
871
|
+
N(e, t);
|
|
767
872
|
}
|
|
768
873
|
};
|
|
769
874
|
}
|
|
770
|
-
function
|
|
771
|
-
let e, n, t, l, s,
|
|
772
|
-
return l = new
|
|
875
|
+
function yt(a) {
|
|
876
|
+
let e, n, t, l, s, r, i, o, c, f, u;
|
|
877
|
+
return l = new q({ props: { icon: (
|
|
773
878
|
/*search*/
|
|
774
|
-
|
|
775
|
-
) } }),
|
|
879
|
+
a[8].icon
|
|
880
|
+
) } }), i = new P({
|
|
776
881
|
props: {
|
|
777
882
|
class: "h-full",
|
|
778
883
|
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",
|
|
779
884
|
contentClass: "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",
|
|
780
885
|
as: "ul",
|
|
781
886
|
$$slots: {
|
|
782
|
-
button: [
|
|
783
|
-
default: [
|
|
887
|
+
button: [Lt],
|
|
888
|
+
default: [Ct]
|
|
784
889
|
},
|
|
785
|
-
$$scope: { ctx:
|
|
890
|
+
$$scope: { ctx: a }
|
|
786
891
|
}
|
|
787
|
-
}),
|
|
892
|
+
}), f = new P({
|
|
788
893
|
props: {
|
|
789
894
|
class: "h-full",
|
|
790
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",
|
|
791
896
|
contentClass: "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",
|
|
792
897
|
as: "ul",
|
|
793
898
|
$$slots: {
|
|
794
|
-
button: [
|
|
795
|
-
default: [
|
|
899
|
+
button: [Mt],
|
|
900
|
+
default: [St]
|
|
796
901
|
},
|
|
797
|
-
$$scope: { ctx:
|
|
902
|
+
$$scope: { ctx: a }
|
|
798
903
|
}
|
|
799
904
|
}), {
|
|
800
905
|
c() {
|
|
801
|
-
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"), _(
|
|
802
907
|
t,
|
|
803
908
|
"href",
|
|
804
909
|
/*search*/
|
|
805
|
-
|
|
910
|
+
a[8].href
|
|
806
911
|
), _(
|
|
807
912
|
t,
|
|
808
913
|
"aria-label",
|
|
809
914
|
/*search*/
|
|
810
|
-
|
|
915
|
+
a[8].text
|
|
811
916
|
), _(e, "class", "flex h-full [&>li]:contents");
|
|
812
917
|
},
|
|
813
|
-
m(
|
|
814
|
-
|
|
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;
|
|
815
920
|
},
|
|
816
|
-
p(
|
|
817
|
-
const
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
const
|
|
821
|
-
|
|
822
|
-
|
|
921
|
+
p(p, j) {
|
|
922
|
+
const M = {};
|
|
923
|
+
j[1] & /*$$scope*/
|
|
924
|
+
8 && (M.$$scope = { dirty: j, ctx: p }), i.$set(M);
|
|
925
|
+
const w = {};
|
|
926
|
+
j[1] & /*$$scope*/
|
|
927
|
+
8 && (w.$$scope = { dirty: j, ctx: p }), f.$set(w);
|
|
823
928
|
},
|
|
824
|
-
i(
|
|
825
|
-
|
|
929
|
+
i(p) {
|
|
930
|
+
u || (g(l.$$.fragment, p), g(i.$$.fragment, p), g(f.$$.fragment, p), u = !0);
|
|
826
931
|
},
|
|
827
|
-
o(
|
|
828
|
-
|
|
932
|
+
o(p) {
|
|
933
|
+
d(l.$$.fragment, p), d(i.$$.fragment, p), d(f.$$.fragment, p), u = !1;
|
|
829
934
|
},
|
|
830
|
-
d(
|
|
831
|
-
|
|
935
|
+
d(p) {
|
|
936
|
+
p && v(e), N(l), N(i), N(f);
|
|
832
937
|
}
|
|
833
938
|
};
|
|
834
939
|
}
|
|
835
|
-
function
|
|
836
|
-
let e, n, t, l, s,
|
|
940
|
+
function xt(a) {
|
|
941
|
+
let e, n, t, l, s, r, i = A(
|
|
837
942
|
/*mainLinks*/
|
|
838
|
-
|
|
839
|
-
),
|
|
840
|
-
for (let
|
|
841
|
-
|
|
842
|
-
return s = new
|
|
943
|
+
a[7]
|
|
944
|
+
), o = [];
|
|
945
|
+
for (let c = 0; c < i.length; c += 1)
|
|
946
|
+
o[c] = ze(Le(a, i, c));
|
|
947
|
+
return s = new q({ props: { icon: (
|
|
843
948
|
/*search*/
|
|
844
|
-
|
|
949
|
+
a[8].icon
|
|
845
950
|
) } }), {
|
|
846
951
|
c() {
|
|
847
|
-
e =
|
|
848
|
-
for (let
|
|
849
|
-
|
|
850
|
-
n =
|
|
952
|
+
e = b("ul");
|
|
953
|
+
for (let c = 0; c < o.length; c += 1)
|
|
954
|
+
o[c].c();
|
|
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"), _(
|
|
851
956
|
l,
|
|
852
957
|
"href",
|
|
853
958
|
/*search*/
|
|
854
|
-
|
|
959
|
+
a[8].href
|
|
855
960
|
), _(
|
|
856
961
|
l,
|
|
857
962
|
"aria-label",
|
|
858
963
|
/*search*/
|
|
859
|
-
|
|
964
|
+
a[8].text
|
|
860
965
|
), _(e, "class", "flex ml-auto [&>li]:contents text-4xl");
|
|
861
966
|
},
|
|
862
|
-
m(
|
|
863
|
-
|
|
864
|
-
for (let
|
|
865
|
-
|
|
866
|
-
h(e, n), h(e, t), h(t, l),
|
|
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;
|
|
867
972
|
},
|
|
868
|
-
p(
|
|
869
|
-
if (
|
|
973
|
+
p(c, f) {
|
|
974
|
+
if (f[0] & /*mainLinks*/
|
|
870
975
|
128) {
|
|
871
|
-
|
|
976
|
+
i = A(
|
|
872
977
|
/*mainLinks*/
|
|
873
|
-
|
|
978
|
+
c[7]
|
|
874
979
|
);
|
|
875
|
-
let
|
|
876
|
-
for (
|
|
877
|
-
const
|
|
878
|
-
|
|
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));
|
|
879
984
|
}
|
|
880
|
-
for (;
|
|
881
|
-
|
|
882
|
-
|
|
985
|
+
for (; u < o.length; u += 1)
|
|
986
|
+
o[u].d(1);
|
|
987
|
+
o.length = i.length;
|
|
883
988
|
}
|
|
884
989
|
},
|
|
885
|
-
i(
|
|
886
|
-
|
|
990
|
+
i(c) {
|
|
991
|
+
r || (g(s.$$.fragment, c), r = !0);
|
|
887
992
|
},
|
|
888
|
-
o(
|
|
889
|
-
|
|
993
|
+
o(c) {
|
|
994
|
+
d(s.$$.fragment, c), r = !1;
|
|
890
995
|
},
|
|
891
|
-
d(
|
|
892
|
-
|
|
996
|
+
d(c) {
|
|
997
|
+
c && v(e), V(o, c), N(s);
|
|
893
998
|
}
|
|
894
999
|
};
|
|
895
1000
|
}
|
|
896
|
-
function
|
|
1001
|
+
function Ue(a) {
|
|
897
1002
|
let e, n, t = (
|
|
898
1003
|
/*link*/
|
|
899
|
-
|
|
1004
|
+
a[15].text + ""
|
|
900
1005
|
), l, s;
|
|
901
1006
|
return {
|
|
902
1007
|
c() {
|
|
903
|
-
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"), _(
|
|
904
1009
|
n,
|
|
905
1010
|
"href",
|
|
906
1011
|
/*link*/
|
|
907
|
-
|
|
1012
|
+
a[15].href
|
|
908
1013
|
), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
909
1014
|
},
|
|
910
|
-
m(
|
|
911
|
-
|
|
1015
|
+
m(r, i) {
|
|
1016
|
+
m(r, e, i), h(e, n), h(n, l), h(e, s);
|
|
912
1017
|
},
|
|
913
|
-
p:
|
|
914
|
-
d(
|
|
915
|
-
|
|
1018
|
+
p: $,
|
|
1019
|
+
d(r) {
|
|
1020
|
+
r && v(e);
|
|
916
1021
|
}
|
|
917
1022
|
};
|
|
918
1023
|
}
|
|
919
|
-
function
|
|
920
|
-
let e, n =
|
|
1024
|
+
function Ct(a) {
|
|
1025
|
+
let e, n = A(
|
|
921
1026
|
/*account*/
|
|
922
|
-
|
|
1027
|
+
a[9].links
|
|
923
1028
|
), t = [];
|
|
924
1029
|
for (let l = 0; l < n.length; l += 1)
|
|
925
|
-
t[l] = Ce(
|
|
1030
|
+
t[l] = Ue(Ce(a, n, l));
|
|
926
1031
|
return {
|
|
927
1032
|
c() {
|
|
928
1033
|
for (let l = 0; l < t.length; l += 1)
|
|
929
1034
|
t[l].c();
|
|
930
|
-
e =
|
|
1035
|
+
e = I();
|
|
931
1036
|
},
|
|
932
1037
|
m(l, s) {
|
|
933
|
-
for (let
|
|
934
|
-
t[
|
|
935
|
-
|
|
1038
|
+
for (let r = 0; r < t.length; r += 1)
|
|
1039
|
+
t[r] && t[r].m(l, s);
|
|
1040
|
+
m(l, e, s);
|
|
936
1041
|
},
|
|
937
1042
|
p(l, s) {
|
|
938
1043
|
if (s[0] & /*account*/
|
|
939
1044
|
512) {
|
|
940
|
-
n =
|
|
1045
|
+
n = A(
|
|
941
1046
|
/*account*/
|
|
942
1047
|
l[9].links
|
|
943
1048
|
);
|
|
944
|
-
let
|
|
945
|
-
for (
|
|
946
|
-
const
|
|
947
|
-
t[
|
|
1049
|
+
let r;
|
|
1050
|
+
for (r = 0; r < n.length; r += 1) {
|
|
1051
|
+
const i = Ce(l, n, r);
|
|
1052
|
+
t[r] ? t[r].p(i, s) : (t[r] = Ue(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
948
1053
|
}
|
|
949
|
-
for (;
|
|
950
|
-
t[
|
|
1054
|
+
for (; r < t.length; r += 1)
|
|
1055
|
+
t[r].d(1);
|
|
951
1056
|
t.length = n.length;
|
|
952
1057
|
}
|
|
953
1058
|
},
|
|
954
1059
|
d(l) {
|
|
955
|
-
l &&
|
|
1060
|
+
l && v(e), V(t, l);
|
|
956
1061
|
}
|
|
957
1062
|
};
|
|
958
1063
|
}
|
|
959
|
-
function
|
|
1064
|
+
function Lt(a) {
|
|
960
1065
|
let e, n;
|
|
961
|
-
return e = new
|
|
1066
|
+
return e = new q({
|
|
962
1067
|
props: {
|
|
963
1068
|
slot: "button",
|
|
964
1069
|
icon: (
|
|
965
1070
|
/*account*/
|
|
966
|
-
|
|
1071
|
+
a[9].icon
|
|
967
1072
|
)
|
|
968
1073
|
}
|
|
969
1074
|
}), {
|
|
970
1075
|
c() {
|
|
971
|
-
|
|
1076
|
+
C(e.$$.fragment);
|
|
972
1077
|
},
|
|
973
1078
|
m(t, l) {
|
|
974
|
-
|
|
1079
|
+
L(e, t, l), n = !0;
|
|
975
1080
|
},
|
|
976
|
-
p:
|
|
1081
|
+
p: $,
|
|
977
1082
|
i(t) {
|
|
978
|
-
n || (
|
|
1083
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
979
1084
|
},
|
|
980
1085
|
o(t) {
|
|
981
|
-
|
|
1086
|
+
d(e.$$.fragment, t), n = !1;
|
|
982
1087
|
},
|
|
983
1088
|
d(t) {
|
|
984
|
-
|
|
1089
|
+
N(e, t);
|
|
985
1090
|
}
|
|
986
1091
|
};
|
|
987
1092
|
}
|
|
988
|
-
function
|
|
1093
|
+
function Nt(a) {
|
|
989
1094
|
let e, n = (
|
|
990
1095
|
/*item*/
|
|
991
|
-
|
|
1096
|
+
a[12].text + ""
|
|
992
1097
|
), t;
|
|
993
1098
|
return {
|
|
994
1099
|
c() {
|
|
995
|
-
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"), _(
|
|
996
1101
|
e,
|
|
997
1102
|
"href",
|
|
998
1103
|
/*item*/
|
|
999
|
-
|
|
1000
|
-
),
|
|
1104
|
+
a[12].href
|
|
1105
|
+
), te(
|
|
1001
1106
|
e,
|
|
1002
1107
|
"bg-uofg-yellow",
|
|
1003
1108
|
/*item*/
|
|
1004
|
-
|
|
1109
|
+
a[12].highlight
|
|
1005
1110
|
);
|
|
1006
1111
|
},
|
|
1007
1112
|
m(l, s) {
|
|
1008
|
-
|
|
1113
|
+
m(l, e, s), h(e, t);
|
|
1009
1114
|
},
|
|
1010
|
-
p:
|
|
1011
|
-
i:
|
|
1012
|
-
o:
|
|
1115
|
+
p: $,
|
|
1116
|
+
i: $,
|
|
1117
|
+
o: $,
|
|
1013
1118
|
d(l) {
|
|
1014
|
-
l &&
|
|
1119
|
+
l && v(e);
|
|
1015
1120
|
}
|
|
1016
1121
|
};
|
|
1017
1122
|
}
|
|
1018
|
-
function
|
|
1123
|
+
function At(a) {
|
|
1019
1124
|
let e, n;
|
|
1020
1125
|
return e = new P({
|
|
1021
1126
|
props: {
|
|
@@ -1025,369 +1130,369 @@ function mt(i) {
|
|
|
1025
1130
|
as: "ul",
|
|
1026
1131
|
autoCollapse: !1,
|
|
1027
1132
|
$$slots: {
|
|
1028
|
-
button: [
|
|
1029
|
-
default: [
|
|
1133
|
+
button: [Zt],
|
|
1134
|
+
default: [jt]
|
|
1030
1135
|
},
|
|
1031
|
-
$$scope: { ctx:
|
|
1136
|
+
$$scope: { ctx: a }
|
|
1032
1137
|
}
|
|
1033
1138
|
}), {
|
|
1034
1139
|
c() {
|
|
1035
|
-
|
|
1140
|
+
C(e.$$.fragment);
|
|
1036
1141
|
},
|
|
1037
1142
|
m(t, l) {
|
|
1038
|
-
|
|
1143
|
+
L(e, t, l), n = !0;
|
|
1039
1144
|
},
|
|
1040
1145
|
p(t, l) {
|
|
1041
1146
|
const s = {};
|
|
1042
1147
|
l[1] & /*$$scope*/
|
|
1043
|
-
|
|
1148
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1044
1149
|
},
|
|
1045
1150
|
i(t) {
|
|
1046
|
-
n || (
|
|
1151
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1047
1152
|
},
|
|
1048
1153
|
o(t) {
|
|
1049
|
-
|
|
1154
|
+
d(e.$$.fragment, t), n = !1;
|
|
1050
1155
|
},
|
|
1051
1156
|
d(t) {
|
|
1052
|
-
|
|
1157
|
+
N(e, t);
|
|
1053
1158
|
}
|
|
1054
1159
|
};
|
|
1055
1160
|
}
|
|
1056
|
-
function
|
|
1161
|
+
function Te(a) {
|
|
1057
1162
|
let e, n, t = (
|
|
1058
1163
|
/*link*/
|
|
1059
|
-
|
|
1060
|
-
), l, s,
|
|
1164
|
+
a[15].text + ""
|
|
1165
|
+
), l, s, r = [
|
|
1061
1166
|
{
|
|
1062
1167
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1063
1168
|
},
|
|
1064
1169
|
{
|
|
1065
1170
|
href: (
|
|
1066
1171
|
/*link*/
|
|
1067
|
-
|
|
1172
|
+
a[15].href
|
|
1068
1173
|
)
|
|
1069
1174
|
},
|
|
1070
1175
|
/*link*/
|
|
1071
|
-
|
|
1072
|
-
],
|
|
1073
|
-
for (let
|
|
1074
|
-
|
|
1176
|
+
a[15].attributes
|
|
1177
|
+
], i = {};
|
|
1178
|
+
for (let o = 0; o < r.length; o += 1)
|
|
1179
|
+
i = G(i, r[o]);
|
|
1075
1180
|
return {
|
|
1076
1181
|
c() {
|
|
1077
|
-
e =
|
|
1182
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
|
|
1078
1183
|
},
|
|
1079
|
-
m(
|
|
1080
|
-
|
|
1184
|
+
m(o, c) {
|
|
1185
|
+
m(o, e, c), h(e, n), h(n, l), h(e, s);
|
|
1081
1186
|
},
|
|
1082
|
-
p:
|
|
1083
|
-
d(
|
|
1084
|
-
|
|
1187
|
+
p: $,
|
|
1188
|
+
d(o) {
|
|
1189
|
+
o && v(e);
|
|
1085
1190
|
}
|
|
1086
1191
|
};
|
|
1087
1192
|
}
|
|
1088
|
-
function
|
|
1089
|
-
let e, n =
|
|
1193
|
+
function jt(a) {
|
|
1194
|
+
let e, n = A(
|
|
1090
1195
|
/*item*/
|
|
1091
|
-
|
|
1196
|
+
a[12].links
|
|
1092
1197
|
), t = [];
|
|
1093
1198
|
for (let l = 0; l < n.length; l += 1)
|
|
1094
|
-
t[l] =
|
|
1199
|
+
t[l] = Te(xe(a, n, l));
|
|
1095
1200
|
return {
|
|
1096
1201
|
c() {
|
|
1097
1202
|
for (let l = 0; l < t.length; l += 1)
|
|
1098
1203
|
t[l].c();
|
|
1099
|
-
e =
|
|
1204
|
+
e = I();
|
|
1100
1205
|
},
|
|
1101
1206
|
m(l, s) {
|
|
1102
|
-
for (let
|
|
1103
|
-
t[
|
|
1104
|
-
|
|
1207
|
+
for (let r = 0; r < t.length; r += 1)
|
|
1208
|
+
t[r] && t[r].m(l, s);
|
|
1209
|
+
m(l, e, s);
|
|
1105
1210
|
},
|
|
1106
1211
|
p(l, s) {
|
|
1107
1212
|
if (s[0] & /*mainLinks, topLinks*/
|
|
1108
1213
|
192) {
|
|
1109
|
-
n =
|
|
1214
|
+
n = A(
|
|
1110
1215
|
/*item*/
|
|
1111
|
-
l[
|
|
1216
|
+
l[12].links
|
|
1112
1217
|
);
|
|
1113
|
-
let
|
|
1114
|
-
for (
|
|
1115
|
-
const
|
|
1116
|
-
t[
|
|
1218
|
+
let r;
|
|
1219
|
+
for (r = 0; r < n.length; r += 1) {
|
|
1220
|
+
const i = xe(l, n, r);
|
|
1221
|
+
t[r] ? t[r].p(i, s) : (t[r] = Te(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1117
1222
|
}
|
|
1118
|
-
for (;
|
|
1119
|
-
t[
|
|
1223
|
+
for (; r < t.length; r += 1)
|
|
1224
|
+
t[r].d(1);
|
|
1120
1225
|
t.length = n.length;
|
|
1121
1226
|
}
|
|
1122
1227
|
},
|
|
1123
1228
|
d(l) {
|
|
1124
|
-
l &&
|
|
1229
|
+
l && v(e), V(t, l);
|
|
1125
1230
|
}
|
|
1126
1231
|
};
|
|
1127
1232
|
}
|
|
1128
|
-
function
|
|
1233
|
+
function Zt(a) {
|
|
1129
1234
|
let e, n, t, l, s;
|
|
1130
|
-
return l = new
|
|
1235
|
+
return l = new q({ props: { icon: ne } }), {
|
|
1131
1236
|
c() {
|
|
1132
|
-
e =
|
|
1133
|
-
|
|
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(
|
|
1134
1239
|
e,
|
|
1135
1240
|
"bg-uofg-yellow",
|
|
1136
1241
|
/*item*/
|
|
1137
|
-
|
|
1242
|
+
a[12].highlight
|
|
1138
1243
|
);
|
|
1139
1244
|
},
|
|
1140
|
-
m(
|
|
1141
|
-
|
|
1245
|
+
m(r, i) {
|
|
1246
|
+
m(r, e, i), h(e, n), h(e, t), L(l, e, null), s = !0;
|
|
1142
1247
|
},
|
|
1143
|
-
p:
|
|
1144
|
-
i(
|
|
1145
|
-
s || (
|
|
1248
|
+
p: $,
|
|
1249
|
+
i(r) {
|
|
1250
|
+
s || (g(l.$$.fragment, r), s = !0);
|
|
1146
1251
|
},
|
|
1147
|
-
o(
|
|
1148
|
-
|
|
1252
|
+
o(r) {
|
|
1253
|
+
d(l.$$.fragment, r), s = !1;
|
|
1149
1254
|
},
|
|
1150
|
-
d(
|
|
1151
|
-
|
|
1255
|
+
d(r) {
|
|
1256
|
+
r && v(e), N(l);
|
|
1152
1257
|
}
|
|
1153
1258
|
};
|
|
1154
1259
|
}
|
|
1155
|
-
function
|
|
1260
|
+
function Ee(a) {
|
|
1156
1261
|
let e, n, t, l, s;
|
|
1157
|
-
const
|
|
1158
|
-
function
|
|
1262
|
+
const r = [At, Nt], i = [];
|
|
1263
|
+
function o(c, f) {
|
|
1159
1264
|
return (
|
|
1160
1265
|
/*item*/
|
|
1161
|
-
|
|
1266
|
+
c[12].links ? 0 : 1
|
|
1162
1267
|
);
|
|
1163
1268
|
}
|
|
1164
|
-
return n =
|
|
1269
|
+
return n = o(a), t = i[n] = r[n](a), {
|
|
1165
1270
|
c() {
|
|
1166
|
-
e =
|
|
1271
|
+
e = b("li"), t.c(), l = x(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1167
1272
|
},
|
|
1168
|
-
m(
|
|
1169
|
-
|
|
1273
|
+
m(c, f) {
|
|
1274
|
+
m(c, e, f), i[n].m(e, null), h(e, l), s = !0;
|
|
1170
1275
|
},
|
|
1171
|
-
p(
|
|
1172
|
-
t.p(
|
|
1276
|
+
p(c, f) {
|
|
1277
|
+
t.p(c, f);
|
|
1173
1278
|
},
|
|
1174
|
-
i(
|
|
1175
|
-
s || (
|
|
1279
|
+
i(c) {
|
|
1280
|
+
s || (g(t), s = !0);
|
|
1176
1281
|
},
|
|
1177
|
-
o(
|
|
1178
|
-
|
|
1282
|
+
o(c) {
|
|
1283
|
+
d(t), s = !1;
|
|
1179
1284
|
},
|
|
1180
|
-
d(
|
|
1181
|
-
|
|
1285
|
+
d(c) {
|
|
1286
|
+
c && v(e), i[n].d();
|
|
1182
1287
|
}
|
|
1183
1288
|
};
|
|
1184
1289
|
}
|
|
1185
|
-
function
|
|
1186
|
-
let e, n, t =
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
for (let
|
|
1190
|
-
l[
|
|
1191
|
-
const s = (
|
|
1192
|
-
l[
|
|
1290
|
+
function St(a) {
|
|
1291
|
+
let e, n, t = A([.../*mainLinks*/
|
|
1292
|
+
a[7], .../*topLinks*/
|
|
1293
|
+
a[6]]), l = [];
|
|
1294
|
+
for (let r = 0; r < t.length; r += 1)
|
|
1295
|
+
l[r] = Ee(ye(a, t, r));
|
|
1296
|
+
const s = (r) => d(l[r], 1, 1, () => {
|
|
1297
|
+
l[r] = null;
|
|
1193
1298
|
});
|
|
1194
1299
|
return {
|
|
1195
1300
|
c() {
|
|
1196
|
-
for (let o = 0; o < l.length; o += 1)
|
|
1197
|
-
l[o].c();
|
|
1198
|
-
e = B();
|
|
1199
|
-
},
|
|
1200
|
-
m(o, a) {
|
|
1201
1301
|
for (let r = 0; r < l.length; r += 1)
|
|
1202
|
-
l[r]
|
|
1203
|
-
|
|
1302
|
+
l[r].c();
|
|
1303
|
+
e = I();
|
|
1304
|
+
},
|
|
1305
|
+
m(r, i) {
|
|
1306
|
+
for (let o = 0; o < l.length; o += 1)
|
|
1307
|
+
l[o] && l[o].m(r, i);
|
|
1308
|
+
m(r, e, i), n = !0;
|
|
1204
1309
|
},
|
|
1205
|
-
p(
|
|
1206
|
-
if (
|
|
1310
|
+
p(r, i) {
|
|
1311
|
+
if (i[0] & /*mainLinks, topLinks*/
|
|
1207
1312
|
192) {
|
|
1208
|
-
t =
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
let
|
|
1212
|
-
for (
|
|
1213
|
-
const
|
|
1214
|
-
l[
|
|
1313
|
+
t = A([.../*mainLinks*/
|
|
1314
|
+
r[7], .../*topLinks*/
|
|
1315
|
+
r[6]]);
|
|
1316
|
+
let o;
|
|
1317
|
+
for (o = 0; o < t.length; o += 1) {
|
|
1318
|
+
const c = ye(r, t, o);
|
|
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));
|
|
1215
1320
|
}
|
|
1216
|
-
for (
|
|
1217
|
-
s(
|
|
1218
|
-
|
|
1321
|
+
for (T(), o = t.length; o < l.length; o += 1)
|
|
1322
|
+
s(o);
|
|
1323
|
+
U();
|
|
1219
1324
|
}
|
|
1220
1325
|
},
|
|
1221
|
-
i(
|
|
1326
|
+
i(r) {
|
|
1222
1327
|
if (!n) {
|
|
1223
|
-
for (let
|
|
1224
|
-
|
|
1328
|
+
for (let i = 0; i < t.length; i += 1)
|
|
1329
|
+
g(l[i]);
|
|
1225
1330
|
n = !0;
|
|
1226
1331
|
}
|
|
1227
1332
|
},
|
|
1228
|
-
o(
|
|
1333
|
+
o(r) {
|
|
1229
1334
|
l = l.filter(Boolean);
|
|
1230
|
-
for (let
|
|
1231
|
-
|
|
1335
|
+
for (let i = 0; i < l.length; i += 1)
|
|
1336
|
+
d(l[i]);
|
|
1232
1337
|
n = !1;
|
|
1233
1338
|
},
|
|
1234
|
-
d(
|
|
1235
|
-
|
|
1339
|
+
d(r) {
|
|
1340
|
+
r && v(e), V(l, r);
|
|
1236
1341
|
}
|
|
1237
1342
|
};
|
|
1238
1343
|
}
|
|
1239
|
-
function
|
|
1344
|
+
function Mt(a) {
|
|
1240
1345
|
let e, n;
|
|
1241
|
-
return e = new
|
|
1346
|
+
return e = new q({ props: { slot: "button", icon: De } }), {
|
|
1242
1347
|
c() {
|
|
1243
|
-
|
|
1348
|
+
C(e.$$.fragment);
|
|
1244
1349
|
},
|
|
1245
1350
|
m(t, l) {
|
|
1246
|
-
|
|
1351
|
+
L(e, t, l), n = !0;
|
|
1247
1352
|
},
|
|
1248
|
-
p:
|
|
1353
|
+
p: $,
|
|
1249
1354
|
i(t) {
|
|
1250
|
-
n || (
|
|
1355
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1251
1356
|
},
|
|
1252
1357
|
o(t) {
|
|
1253
|
-
|
|
1358
|
+
d(e.$$.fragment, t), n = !1;
|
|
1254
1359
|
},
|
|
1255
1360
|
d(t) {
|
|
1256
|
-
|
|
1361
|
+
N(e, t);
|
|
1257
1362
|
}
|
|
1258
1363
|
};
|
|
1259
1364
|
}
|
|
1260
|
-
function
|
|
1365
|
+
function ze(a) {
|
|
1261
1366
|
let e, n, t = (
|
|
1262
1367
|
/*item*/
|
|
1263
|
-
|
|
1368
|
+
a[12].text + ""
|
|
1264
1369
|
), l, s;
|
|
1265
1370
|
return {
|
|
1266
1371
|
c() {
|
|
1267
|
-
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"), _(
|
|
1268
1373
|
n,
|
|
1269
1374
|
"href",
|
|
1270
1375
|
/*item*/
|
|
1271
|
-
|
|
1376
|
+
a[12].href
|
|
1272
1377
|
);
|
|
1273
1378
|
},
|
|
1274
|
-
m(
|
|
1275
|
-
|
|
1379
|
+
m(r, i) {
|
|
1380
|
+
m(r, e, i), h(e, n), h(n, l), h(e, s);
|
|
1276
1381
|
},
|
|
1277
|
-
p:
|
|
1278
|
-
d(
|
|
1279
|
-
|
|
1382
|
+
p: $,
|
|
1383
|
+
d(r) {
|
|
1384
|
+
r && v(e);
|
|
1280
1385
|
}
|
|
1281
1386
|
};
|
|
1282
1387
|
}
|
|
1283
|
-
function
|
|
1284
|
-
let e, n, t, l, s,
|
|
1388
|
+
function Be(a) {
|
|
1389
|
+
let e, n, t, l, s, r, i = (
|
|
1285
1390
|
/*pageTitle*/
|
|
1286
|
-
|
|
1391
|
+
a[1] && Fe(a)
|
|
1287
1392
|
);
|
|
1288
|
-
const
|
|
1289
|
-
function u
|
|
1393
|
+
const o = [zt, Et], c = [];
|
|
1394
|
+
function f(u, p) {
|
|
1290
1395
|
return (
|
|
1291
1396
|
/*windowWidth*/
|
|
1292
|
-
|
|
1293
|
-
|
|
1397
|
+
u[3] >= F && !/*subNavigationIsOverflowing*/
|
|
1398
|
+
u[5] ? 0 : 1
|
|
1294
1399
|
);
|
|
1295
1400
|
}
|
|
1296
|
-
return l =
|
|
1401
|
+
return l = f(a), s = c[l] = o[l](a), {
|
|
1297
1402
|
c() {
|
|
1298
|
-
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");
|
|
1299
1404
|
},
|
|
1300
|
-
m(
|
|
1301
|
-
|
|
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;
|
|
1302
1407
|
},
|
|
1303
|
-
p(
|
|
1408
|
+
p(u, p) {
|
|
1304
1409
|
/*pageTitle*/
|
|
1305
|
-
|
|
1306
|
-
let
|
|
1307
|
-
l = u
|
|
1308
|
-
|
|
1309
|
-
}),
|
|
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));
|
|
1310
1415
|
},
|
|
1311
|
-
i(
|
|
1312
|
-
|
|
1416
|
+
i(u) {
|
|
1417
|
+
r || (g(s), r = !0);
|
|
1313
1418
|
},
|
|
1314
|
-
o(
|
|
1315
|
-
|
|
1419
|
+
o(u) {
|
|
1420
|
+
d(s), r = !1;
|
|
1316
1421
|
},
|
|
1317
|
-
d(
|
|
1318
|
-
|
|
1422
|
+
d(u) {
|
|
1423
|
+
u && v(e), i && i.d(), c[l].d(), a[11](null);
|
|
1319
1424
|
}
|
|
1320
1425
|
};
|
|
1321
1426
|
}
|
|
1322
|
-
function
|
|
1427
|
+
function Fe(a) {
|
|
1323
1428
|
let e;
|
|
1324
|
-
function n(s,
|
|
1429
|
+
function n(s, r) {
|
|
1325
1430
|
return (
|
|
1326
1431
|
/*pageURL*/
|
|
1327
|
-
s[2] ?
|
|
1432
|
+
s[2] ? Tt : Ut
|
|
1328
1433
|
);
|
|
1329
1434
|
}
|
|
1330
|
-
let t = n(
|
|
1435
|
+
let t = n(a), l = t(a);
|
|
1331
1436
|
return {
|
|
1332
1437
|
c() {
|
|
1333
|
-
e =
|
|
1438
|
+
e = b("li"), l.c();
|
|
1334
1439
|
},
|
|
1335
|
-
m(s,
|
|
1336
|
-
|
|
1440
|
+
m(s, r) {
|
|
1441
|
+
m(s, e, r), l.m(e, null);
|
|
1337
1442
|
},
|
|
1338
|
-
p(s,
|
|
1339
|
-
t === (t = n(s)) && l ? l.p(s,
|
|
1443
|
+
p(s, r) {
|
|
1444
|
+
t === (t = n(s)) && l ? l.p(s, r) : (l.d(1), l = t(s), l && (l.c(), l.m(e, null)));
|
|
1340
1445
|
},
|
|
1341
1446
|
d(s) {
|
|
1342
|
-
s &&
|
|
1447
|
+
s && v(e), l.d();
|
|
1343
1448
|
}
|
|
1344
1449
|
};
|
|
1345
1450
|
}
|
|
1346
|
-
function
|
|
1451
|
+
function Ut(a) {
|
|
1347
1452
|
let e, n;
|
|
1348
1453
|
return {
|
|
1349
1454
|
c() {
|
|
1350
|
-
e =
|
|
1455
|
+
e = b("span"), n = E(
|
|
1351
1456
|
/*pageTitle*/
|
|
1352
|
-
|
|
1457
|
+
a[1]
|
|
1353
1458
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
|
|
1354
1459
|
},
|
|
1355
1460
|
m(t, l) {
|
|
1356
|
-
|
|
1461
|
+
m(t, e, l), h(e, n);
|
|
1357
1462
|
},
|
|
1358
1463
|
p(t, l) {
|
|
1359
1464
|
l[0] & /*pageTitle*/
|
|
1360
|
-
2 &&
|
|
1465
|
+
2 && ee(
|
|
1361
1466
|
n,
|
|
1362
1467
|
/*pageTitle*/
|
|
1363
1468
|
t[1]
|
|
1364
1469
|
);
|
|
1365
1470
|
},
|
|
1366
1471
|
d(t) {
|
|
1367
|
-
t &&
|
|
1472
|
+
t && v(e);
|
|
1368
1473
|
}
|
|
1369
1474
|
};
|
|
1370
1475
|
}
|
|
1371
|
-
function
|
|
1476
|
+
function Tt(a) {
|
|
1372
1477
|
let e, n;
|
|
1373
1478
|
return {
|
|
1374
1479
|
c() {
|
|
1375
|
-
e =
|
|
1480
|
+
e = b("a"), n = E(
|
|
1376
1481
|
/*pageTitle*/
|
|
1377
|
-
|
|
1482
|
+
a[1]
|
|
1378
1483
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), _(
|
|
1379
1484
|
e,
|
|
1380
1485
|
"href",
|
|
1381
1486
|
/*pageURL*/
|
|
1382
|
-
|
|
1487
|
+
a[2]
|
|
1383
1488
|
);
|
|
1384
1489
|
},
|
|
1385
1490
|
m(t, l) {
|
|
1386
|
-
|
|
1491
|
+
m(t, e, l), h(e, n);
|
|
1387
1492
|
},
|
|
1388
1493
|
p(t, l) {
|
|
1389
1494
|
l[0] & /*pageTitle*/
|
|
1390
|
-
2 &&
|
|
1495
|
+
2 && ee(
|
|
1391
1496
|
n,
|
|
1392
1497
|
/*pageTitle*/
|
|
1393
1498
|
t[1]
|
|
@@ -1400,11 +1505,11 @@ function xt(i) {
|
|
|
1400
1505
|
);
|
|
1401
1506
|
},
|
|
1402
1507
|
d(t) {
|
|
1403
|
-
t &&
|
|
1508
|
+
t && v(e);
|
|
1404
1509
|
}
|
|
1405
1510
|
};
|
|
1406
1511
|
}
|
|
1407
|
-
function
|
|
1512
|
+
function Et(a) {
|
|
1408
1513
|
let e, n;
|
|
1409
1514
|
return e = new P({
|
|
1410
1515
|
props: {
|
|
@@ -1413,88 +1518,88 @@ function Ct(i) {
|
|
|
1413
1518
|
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",
|
|
1414
1519
|
as: "ul",
|
|
1415
1520
|
$$slots: {
|
|
1416
|
-
button: [
|
|
1417
|
-
default: [
|
|
1521
|
+
button: [It],
|
|
1522
|
+
default: [qt]
|
|
1418
1523
|
},
|
|
1419
|
-
$$scope: { ctx:
|
|
1524
|
+
$$scope: { ctx: a }
|
|
1420
1525
|
}
|
|
1421
1526
|
}), {
|
|
1422
1527
|
c() {
|
|
1423
|
-
|
|
1528
|
+
C(e.$$.fragment);
|
|
1424
1529
|
},
|
|
1425
1530
|
m(t, l) {
|
|
1426
|
-
|
|
1531
|
+
L(e, t, l), n = !0;
|
|
1427
1532
|
},
|
|
1428
1533
|
p(t, l) {
|
|
1429
1534
|
const s = {};
|
|
1430
1535
|
l[0] & /*subNavigation*/
|
|
1431
1536
|
1 | l[1] & /*$$scope*/
|
|
1432
|
-
|
|
1537
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1433
1538
|
},
|
|
1434
1539
|
i(t) {
|
|
1435
|
-
n || (
|
|
1540
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1436
1541
|
},
|
|
1437
1542
|
o(t) {
|
|
1438
|
-
|
|
1543
|
+
d(e.$$.fragment, t), n = !1;
|
|
1439
1544
|
},
|
|
1440
1545
|
d(t) {
|
|
1441
|
-
|
|
1546
|
+
N(e, t);
|
|
1442
1547
|
}
|
|
1443
1548
|
};
|
|
1444
1549
|
}
|
|
1445
|
-
function
|
|
1446
|
-
let e, n = [], t = /* @__PURE__ */ new Map(), l, s =
|
|
1550
|
+
function zt(a) {
|
|
1551
|
+
let e, n = [], t = /* @__PURE__ */ new Map(), l, s = A(
|
|
1447
1552
|
/*subNavigation*/
|
|
1448
|
-
|
|
1553
|
+
a[0]
|
|
1449
1554
|
);
|
|
1450
|
-
const
|
|
1555
|
+
const r = (i) => (
|
|
1451
1556
|
/*item*/
|
|
1452
|
-
|
|
1453
|
-
|
|
1557
|
+
i[12].text || /*item*/
|
|
1558
|
+
i[12].title
|
|
1454
1559
|
);
|
|
1455
|
-
for (let
|
|
1456
|
-
let
|
|
1457
|
-
t.set(
|
|
1560
|
+
for (let i = 0; i < s.length; i += 1) {
|
|
1561
|
+
let o = ke(a, s, i), c = r(o);
|
|
1562
|
+
t.set(c, n[i] = Ie(c, o));
|
|
1458
1563
|
}
|
|
1459
1564
|
return {
|
|
1460
1565
|
c() {
|
|
1461
|
-
e =
|
|
1462
|
-
for (let
|
|
1463
|
-
n[
|
|
1464
|
-
},
|
|
1465
|
-
m(
|
|
1466
|
-
|
|
1467
|
-
for (let
|
|
1468
|
-
n[
|
|
1566
|
+
e = b("li");
|
|
1567
|
+
for (let i = 0; i < n.length; i += 1)
|
|
1568
|
+
n[i].c();
|
|
1569
|
+
},
|
|
1570
|
+
m(i, o) {
|
|
1571
|
+
m(i, e, o);
|
|
1572
|
+
for (let c = 0; c < n.length; c += 1)
|
|
1573
|
+
n[c] && n[c].m(e, null);
|
|
1469
1574
|
l = !0;
|
|
1470
1575
|
},
|
|
1471
|
-
p(
|
|
1472
|
-
|
|
1473
|
-
1 && (s =
|
|
1576
|
+
p(i, o) {
|
|
1577
|
+
o[0] & /*subNavigation*/
|
|
1578
|
+
1 && (s = A(
|
|
1474
1579
|
/*subNavigation*/
|
|
1475
|
-
|
|
1476
|
-
),
|
|
1580
|
+
i[0]
|
|
1581
|
+
), T(), n = ie(n, o, r, 1, i, s, t, e, ce, Ie, null, ke), U());
|
|
1477
1582
|
},
|
|
1478
|
-
i(
|
|
1583
|
+
i(i) {
|
|
1479
1584
|
if (!l) {
|
|
1480
|
-
for (let
|
|
1481
|
-
|
|
1585
|
+
for (let o = 0; o < s.length; o += 1)
|
|
1586
|
+
g(n[o]);
|
|
1482
1587
|
l = !0;
|
|
1483
1588
|
}
|
|
1484
1589
|
},
|
|
1485
|
-
o(
|
|
1486
|
-
for (let
|
|
1487
|
-
|
|
1590
|
+
o(i) {
|
|
1591
|
+
for (let o = 0; o < n.length; o += 1)
|
|
1592
|
+
d(n[o]);
|
|
1488
1593
|
l = !1;
|
|
1489
1594
|
},
|
|
1490
|
-
d(
|
|
1491
|
-
|
|
1492
|
-
for (let
|
|
1493
|
-
n[
|
|
1595
|
+
d(i) {
|
|
1596
|
+
i && v(e);
|
|
1597
|
+
for (let o = 0; o < n.length; o += 1)
|
|
1598
|
+
n[o].d();
|
|
1494
1599
|
}
|
|
1495
1600
|
};
|
|
1496
1601
|
}
|
|
1497
|
-
function
|
|
1602
|
+
function Bt(a) {
|
|
1498
1603
|
let e, n;
|
|
1499
1604
|
return e = new P({
|
|
1500
1605
|
props: {
|
|
@@ -1504,302 +1609,302 @@ function Lt(i) {
|
|
|
1504
1609
|
as: "ul",
|
|
1505
1610
|
autoCollapse: !1,
|
|
1506
1611
|
$$slots: {
|
|
1507
|
-
button: [
|
|
1508
|
-
default: [
|
|
1612
|
+
button: [Wt],
|
|
1613
|
+
default: [Rt]
|
|
1509
1614
|
},
|
|
1510
|
-
$$scope: { ctx:
|
|
1615
|
+
$$scope: { ctx: a }
|
|
1511
1616
|
}
|
|
1512
1617
|
}), {
|
|
1513
1618
|
c() {
|
|
1514
|
-
|
|
1619
|
+
C(e.$$.fragment);
|
|
1515
1620
|
},
|
|
1516
1621
|
m(t, l) {
|
|
1517
|
-
|
|
1622
|
+
L(e, t, l), n = !0;
|
|
1518
1623
|
},
|
|
1519
1624
|
p(t, l) {
|
|
1520
1625
|
const s = {};
|
|
1521
1626
|
l[0] & /*subNavigation*/
|
|
1522
1627
|
1 | l[1] & /*$$scope*/
|
|
1523
|
-
|
|
1628
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1524
1629
|
},
|
|
1525
1630
|
i(t) {
|
|
1526
|
-
n || (
|
|
1631
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1527
1632
|
},
|
|
1528
1633
|
o(t) {
|
|
1529
|
-
|
|
1634
|
+
d(e.$$.fragment, t), n = !1;
|
|
1530
1635
|
},
|
|
1531
1636
|
d(t) {
|
|
1532
|
-
|
|
1637
|
+
N(e, t);
|
|
1533
1638
|
}
|
|
1534
1639
|
};
|
|
1535
1640
|
}
|
|
1536
|
-
function
|
|
1641
|
+
function Ft(a) {
|
|
1537
1642
|
let e, n = (
|
|
1538
1643
|
/*item*/
|
|
1539
|
-
|
|
1644
|
+
a[12].text + ""
|
|
1540
1645
|
), t, l, s = [
|
|
1541
1646
|
{
|
|
1542
1647
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1543
1648
|
},
|
|
1544
1649
|
{
|
|
1545
1650
|
href: l = /*item*/
|
|
1546
|
-
|
|
1651
|
+
a[12].href
|
|
1547
1652
|
},
|
|
1548
1653
|
/*item*/
|
|
1549
|
-
|
|
1550
|
-
],
|
|
1551
|
-
for (let
|
|
1552
|
-
|
|
1654
|
+
a[12].attributes
|
|
1655
|
+
], r = {};
|
|
1656
|
+
for (let i = 0; i < s.length; i += 1)
|
|
1657
|
+
r = G(r, s[i]);
|
|
1553
1658
|
return {
|
|
1554
1659
|
c() {
|
|
1555
|
-
e =
|
|
1660
|
+
e = b("a"), t = E(n), W(e, r);
|
|
1556
1661
|
},
|
|
1557
|
-
m(
|
|
1558
|
-
|
|
1662
|
+
m(i, o) {
|
|
1663
|
+
m(i, e, o), h(e, t);
|
|
1559
1664
|
},
|
|
1560
|
-
p(
|
|
1561
|
-
|
|
1665
|
+
p(i, o) {
|
|
1666
|
+
o[0] & /*subNavigation*/
|
|
1562
1667
|
1 && n !== (n = /*item*/
|
|
1563
|
-
|
|
1668
|
+
i[12].text + "") && le(t, n, r.contenteditable), W(e, r = X(s, [
|
|
1564
1669
|
{
|
|
1565
1670
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1566
1671
|
},
|
|
1567
|
-
|
|
1672
|
+
o[0] & /*subNavigation*/
|
|
1568
1673
|
1 && l !== (l = /*item*/
|
|
1569
|
-
|
|
1570
|
-
|
|
1674
|
+
i[12].href) && { href: l },
|
|
1675
|
+
o[0] & /*subNavigation*/
|
|
1571
1676
|
1 && /*item*/
|
|
1572
|
-
|
|
1677
|
+
i[12].attributes
|
|
1573
1678
|
]));
|
|
1574
1679
|
},
|
|
1575
|
-
i:
|
|
1576
|
-
o:
|
|
1577
|
-
d(
|
|
1578
|
-
|
|
1680
|
+
i: $,
|
|
1681
|
+
o: $,
|
|
1682
|
+
d(i) {
|
|
1683
|
+
i && v(e);
|
|
1579
1684
|
}
|
|
1580
1685
|
};
|
|
1581
1686
|
}
|
|
1582
|
-
function
|
|
1687
|
+
function Re(a) {
|
|
1583
1688
|
let e, n, t = (
|
|
1584
1689
|
/*link*/
|
|
1585
|
-
|
|
1586
|
-
), l, s,
|
|
1690
|
+
a[15].text + ""
|
|
1691
|
+
), l, s, r, i = [
|
|
1587
1692
|
{
|
|
1588
1693
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1589
1694
|
},
|
|
1590
1695
|
{
|
|
1591
1696
|
href: s = /*link*/
|
|
1592
|
-
|
|
1697
|
+
a[15].href
|
|
1593
1698
|
},
|
|
1594
1699
|
/*link*/
|
|
1595
|
-
|
|
1596
|
-
],
|
|
1597
|
-
for (let
|
|
1598
|
-
|
|
1700
|
+
a[15].attributes
|
|
1701
|
+
], o = {};
|
|
1702
|
+
for (let c = 0; c < i.length; c += 1)
|
|
1703
|
+
o = G(o, i[c]);
|
|
1599
1704
|
return {
|
|
1600
1705
|
c() {
|
|
1601
|
-
e =
|
|
1706
|
+
e = b("li"), n = b("a"), l = E(t), r = x(), W(n, o);
|
|
1602
1707
|
},
|
|
1603
|
-
m(
|
|
1604
|
-
|
|
1708
|
+
m(c, f) {
|
|
1709
|
+
m(c, e, f), h(e, n), h(n, l), h(e, r);
|
|
1605
1710
|
},
|
|
1606
|
-
p(
|
|
1607
|
-
|
|
1711
|
+
p(c, f) {
|
|
1712
|
+
f[0] & /*subNavigation*/
|
|
1608
1713
|
1 && t !== (t = /*link*/
|
|
1609
|
-
|
|
1714
|
+
c[15].text + "") && le(l, t, o.contenteditable), W(n, o = X(i, [
|
|
1610
1715
|
{
|
|
1611
1716
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1612
1717
|
},
|
|
1613
|
-
|
|
1718
|
+
f[0] & /*subNavigation*/
|
|
1614
1719
|
1 && s !== (s = /*link*/
|
|
1615
|
-
|
|
1616
|
-
|
|
1720
|
+
c[15].href) && { href: s },
|
|
1721
|
+
f[0] & /*subNavigation*/
|
|
1617
1722
|
1 && /*link*/
|
|
1618
|
-
|
|
1723
|
+
c[15].attributes
|
|
1619
1724
|
]));
|
|
1620
1725
|
},
|
|
1621
|
-
d(
|
|
1622
|
-
|
|
1726
|
+
d(c) {
|
|
1727
|
+
c && v(e);
|
|
1623
1728
|
}
|
|
1624
1729
|
};
|
|
1625
1730
|
}
|
|
1626
|
-
function
|
|
1627
|
-
let e, n =
|
|
1731
|
+
function Rt(a) {
|
|
1732
|
+
let e, n = A(
|
|
1628
1733
|
/*item*/
|
|
1629
|
-
|
|
1734
|
+
a[12].links
|
|
1630
1735
|
), t = [];
|
|
1631
1736
|
for (let l = 0; l < n.length; l += 1)
|
|
1632
|
-
t[l] =
|
|
1737
|
+
t[l] = Re(we(a, n, l));
|
|
1633
1738
|
return {
|
|
1634
1739
|
c() {
|
|
1635
1740
|
for (let l = 0; l < t.length; l += 1)
|
|
1636
1741
|
t[l].c();
|
|
1637
|
-
e =
|
|
1742
|
+
e = I();
|
|
1638
1743
|
},
|
|
1639
1744
|
m(l, s) {
|
|
1640
|
-
for (let
|
|
1641
|
-
t[
|
|
1642
|
-
|
|
1745
|
+
for (let r = 0; r < t.length; r += 1)
|
|
1746
|
+
t[r] && t[r].m(l, s);
|
|
1747
|
+
m(l, e, s);
|
|
1643
1748
|
},
|
|
1644
1749
|
p(l, s) {
|
|
1645
1750
|
if (s[0] & /*subNavigation*/
|
|
1646
1751
|
1) {
|
|
1647
|
-
n =
|
|
1752
|
+
n = A(
|
|
1648
1753
|
/*item*/
|
|
1649
|
-
l[
|
|
1754
|
+
l[12].links
|
|
1650
1755
|
);
|
|
1651
|
-
let
|
|
1652
|
-
for (
|
|
1653
|
-
const
|
|
1654
|
-
t[
|
|
1756
|
+
let r;
|
|
1757
|
+
for (r = 0; r < n.length; r += 1) {
|
|
1758
|
+
const i = we(l, n, r);
|
|
1759
|
+
t[r] ? t[r].p(i, s) : (t[r] = Re(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1655
1760
|
}
|
|
1656
|
-
for (;
|
|
1657
|
-
t[
|
|
1761
|
+
for (; r < t.length; r += 1)
|
|
1762
|
+
t[r].d(1);
|
|
1658
1763
|
t.length = n.length;
|
|
1659
1764
|
}
|
|
1660
1765
|
},
|
|
1661
1766
|
d(l) {
|
|
1662
|
-
l &&
|
|
1767
|
+
l && v(e), V(t, l);
|
|
1663
1768
|
}
|
|
1664
1769
|
};
|
|
1665
1770
|
}
|
|
1666
|
-
function
|
|
1771
|
+
function Wt(a) {
|
|
1667
1772
|
let e, n, t = (
|
|
1668
1773
|
/*item*/
|
|
1669
|
-
|
|
1670
|
-
), l, s,
|
|
1671
|
-
return
|
|
1774
|
+
a[12].title + ""
|
|
1775
|
+
), l, s, r, i;
|
|
1776
|
+
return r = new q({ props: { icon: ne } }), {
|
|
1672
1777
|
c() {
|
|
1673
|
-
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");
|
|
1674
1779
|
},
|
|
1675
|
-
m(
|
|
1676
|
-
|
|
1780
|
+
m(o, c) {
|
|
1781
|
+
m(o, e, c), h(e, n), h(n, l), h(e, s), L(r, e, null), i = !0;
|
|
1677
1782
|
},
|
|
1678
|
-
p(
|
|
1679
|
-
(!
|
|
1783
|
+
p(o, c) {
|
|
1784
|
+
(!i || c[0] & /*subNavigation*/
|
|
1680
1785
|
1) && t !== (t = /*item*/
|
|
1681
|
-
|
|
1786
|
+
o[12].title + "") && ee(l, t);
|
|
1682
1787
|
},
|
|
1683
|
-
i(
|
|
1684
|
-
|
|
1788
|
+
i(o) {
|
|
1789
|
+
i || (g(r.$$.fragment, o), i = !0);
|
|
1685
1790
|
},
|
|
1686
|
-
o(
|
|
1687
|
-
|
|
1791
|
+
o(o) {
|
|
1792
|
+
d(r.$$.fragment, o), i = !1;
|
|
1688
1793
|
},
|
|
1689
|
-
d(
|
|
1690
|
-
|
|
1794
|
+
d(o) {
|
|
1795
|
+
o && v(e), N(r);
|
|
1691
1796
|
}
|
|
1692
1797
|
};
|
|
1693
1798
|
}
|
|
1694
|
-
function
|
|
1695
|
-
let n, t, l, s,
|
|
1696
|
-
const
|
|
1697
|
-
function f
|
|
1799
|
+
function We(a, e) {
|
|
1800
|
+
let n, t, l, s, r;
|
|
1801
|
+
const i = [Ft, Bt], o = [];
|
|
1802
|
+
function c(f, u) {
|
|
1698
1803
|
return (
|
|
1699
1804
|
/*item*/
|
|
1700
|
-
|
|
1805
|
+
f[12].text ? 0 : 1
|
|
1701
1806
|
);
|
|
1702
1807
|
}
|
|
1703
|
-
return t =
|
|
1704
|
-
key:
|
|
1808
|
+
return t = c(e), l = o[t] = i[t](e), {
|
|
1809
|
+
key: a,
|
|
1705
1810
|
first: null,
|
|
1706
1811
|
c() {
|
|
1707
|
-
n =
|
|
1812
|
+
n = b("li"), l.c(), s = x(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
|
|
1708
1813
|
},
|
|
1709
|
-
m(
|
|
1710
|
-
|
|
1814
|
+
m(f, u) {
|
|
1815
|
+
m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
|
|
1711
1816
|
},
|
|
1712
|
-
p(
|
|
1713
|
-
e =
|
|
1714
|
-
let
|
|
1715
|
-
t =
|
|
1716
|
-
|
|
1717
|
-
}),
|
|
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));
|
|
1718
1823
|
},
|
|
1719
|
-
i(
|
|
1720
|
-
|
|
1824
|
+
i(f) {
|
|
1825
|
+
r || (g(l), r = !0);
|
|
1721
1826
|
},
|
|
1722
|
-
o(
|
|
1723
|
-
|
|
1827
|
+
o(f) {
|
|
1828
|
+
d(l), r = !1;
|
|
1724
1829
|
},
|
|
1725
|
-
d(
|
|
1726
|
-
|
|
1830
|
+
d(f) {
|
|
1831
|
+
f && v(n), o[t].d();
|
|
1727
1832
|
}
|
|
1728
1833
|
};
|
|
1729
1834
|
}
|
|
1730
|
-
function
|
|
1731
|
-
let e = [], n = /* @__PURE__ */ new Map(), t, l, s =
|
|
1835
|
+
function qt(a) {
|
|
1836
|
+
let e = [], n = /* @__PURE__ */ new Map(), t, l, s = A(
|
|
1732
1837
|
/*subNavigation*/
|
|
1733
|
-
|
|
1838
|
+
a[0]
|
|
1734
1839
|
);
|
|
1735
|
-
const
|
|
1840
|
+
const r = (i) => (
|
|
1736
1841
|
/*item*/
|
|
1737
|
-
|
|
1738
|
-
|
|
1842
|
+
i[12].text || /*item*/
|
|
1843
|
+
i[12].title
|
|
1739
1844
|
);
|
|
1740
|
-
for (let
|
|
1741
|
-
let
|
|
1742
|
-
n.set(
|
|
1845
|
+
for (let i = 0; i < s.length; i += 1) {
|
|
1846
|
+
let o = ve(a, s, i), c = r(o);
|
|
1847
|
+
n.set(c, e[i] = We(c, o));
|
|
1743
1848
|
}
|
|
1744
1849
|
return {
|
|
1745
1850
|
c() {
|
|
1746
|
-
for (let
|
|
1747
|
-
e[
|
|
1748
|
-
t =
|
|
1749
|
-
},
|
|
1750
|
-
m(
|
|
1751
|
-
for (let
|
|
1752
|
-
e[
|
|
1753
|
-
|
|
1754
|
-
},
|
|
1755
|
-
p(
|
|
1756
|
-
|
|
1757
|
-
1 && (s =
|
|
1851
|
+
for (let i = 0; i < e.length; i += 1)
|
|
1852
|
+
e[i].c();
|
|
1853
|
+
t = I();
|
|
1854
|
+
},
|
|
1855
|
+
m(i, o) {
|
|
1856
|
+
for (let c = 0; c < e.length; c += 1)
|
|
1857
|
+
e[c] && e[c].m(i, o);
|
|
1858
|
+
m(i, t, o), l = !0;
|
|
1859
|
+
},
|
|
1860
|
+
p(i, o) {
|
|
1861
|
+
o[0] & /*subNavigation*/
|
|
1862
|
+
1 && (s = A(
|
|
1758
1863
|
/*subNavigation*/
|
|
1759
|
-
|
|
1760
|
-
),
|
|
1864
|
+
i[0]
|
|
1865
|
+
), T(), e = ie(e, o, r, 1, i, s, n, t.parentNode, ce, We, t, ve), U());
|
|
1761
1866
|
},
|
|
1762
|
-
i(
|
|
1867
|
+
i(i) {
|
|
1763
1868
|
if (!l) {
|
|
1764
|
-
for (let
|
|
1765
|
-
|
|
1869
|
+
for (let o = 0; o < s.length; o += 1)
|
|
1870
|
+
g(e[o]);
|
|
1766
1871
|
l = !0;
|
|
1767
1872
|
}
|
|
1768
1873
|
},
|
|
1769
|
-
o(
|
|
1770
|
-
for (let
|
|
1771
|
-
|
|
1874
|
+
o(i) {
|
|
1875
|
+
for (let o = 0; o < e.length; o += 1)
|
|
1876
|
+
d(e[o]);
|
|
1772
1877
|
l = !1;
|
|
1773
1878
|
},
|
|
1774
|
-
d(
|
|
1775
|
-
|
|
1776
|
-
for (let
|
|
1777
|
-
e[
|
|
1879
|
+
d(i) {
|
|
1880
|
+
i && v(t);
|
|
1881
|
+
for (let o = 0; o < e.length; o += 1)
|
|
1882
|
+
e[o].d(i);
|
|
1778
1883
|
}
|
|
1779
1884
|
};
|
|
1780
1885
|
}
|
|
1781
|
-
function
|
|
1886
|
+
function It(a) {
|
|
1782
1887
|
let e, n;
|
|
1783
|
-
return e = new
|
|
1888
|
+
return e = new q({ props: { slot: "button", icon: De } }), {
|
|
1784
1889
|
c() {
|
|
1785
|
-
|
|
1890
|
+
C(e.$$.fragment);
|
|
1786
1891
|
},
|
|
1787
1892
|
m(t, l) {
|
|
1788
|
-
|
|
1893
|
+
L(e, t, l), n = !0;
|
|
1789
1894
|
},
|
|
1790
|
-
p:
|
|
1895
|
+
p: $,
|
|
1791
1896
|
i(t) {
|
|
1792
|
-
n || (
|
|
1897
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1793
1898
|
},
|
|
1794
1899
|
o(t) {
|
|
1795
|
-
|
|
1900
|
+
d(e.$$.fragment, t), n = !1;
|
|
1796
1901
|
},
|
|
1797
1902
|
d(t) {
|
|
1798
|
-
|
|
1903
|
+
N(e, t);
|
|
1799
1904
|
}
|
|
1800
1905
|
};
|
|
1801
1906
|
}
|
|
1802
|
-
function
|
|
1907
|
+
function Ot(a) {
|
|
1803
1908
|
let e, n;
|
|
1804
1909
|
return e = new P({
|
|
1805
1910
|
props: {
|
|
@@ -1808,304 +1913,315 @@ function Et(i) {
|
|
|
1808
1913
|
contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
|
|
1809
1914
|
as: "ul",
|
|
1810
1915
|
$$slots: {
|
|
1811
|
-
button: [
|
|
1812
|
-
default: [
|
|
1916
|
+
button: [Gt],
|
|
1917
|
+
default: [Ht]
|
|
1813
1918
|
},
|
|
1814
|
-
$$scope: { ctx:
|
|
1919
|
+
$$scope: { ctx: a }
|
|
1815
1920
|
}
|
|
1816
1921
|
}), {
|
|
1817
1922
|
c() {
|
|
1818
|
-
|
|
1923
|
+
C(e.$$.fragment);
|
|
1819
1924
|
},
|
|
1820
1925
|
m(t, l) {
|
|
1821
|
-
|
|
1926
|
+
L(e, t, l), n = !0;
|
|
1822
1927
|
},
|
|
1823
1928
|
p(t, l) {
|
|
1824
1929
|
const s = {};
|
|
1825
1930
|
l[0] & /*subNavigation*/
|
|
1826
1931
|
1 | l[1] & /*$$scope*/
|
|
1827
|
-
|
|
1932
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1828
1933
|
},
|
|
1829
1934
|
i(t) {
|
|
1830
|
-
n || (
|
|
1935
|
+
n || (g(e.$$.fragment, t), n = !0);
|
|
1831
1936
|
},
|
|
1832
1937
|
o(t) {
|
|
1833
|
-
|
|
1938
|
+
d(e.$$.fragment, t), n = !1;
|
|
1834
1939
|
},
|
|
1835
1940
|
d(t) {
|
|
1836
|
-
|
|
1941
|
+
N(e, t);
|
|
1837
1942
|
}
|
|
1838
1943
|
};
|
|
1839
1944
|
}
|
|
1840
|
-
function
|
|
1945
|
+
function Pt(a) {
|
|
1841
1946
|
let e, n = (
|
|
1842
1947
|
/*item*/
|
|
1843
|
-
|
|
1844
|
-
), t, l, s,
|
|
1948
|
+
a[12].text + ""
|
|
1949
|
+
), t, l, s, r = [
|
|
1845
1950
|
{
|
|
1846
1951
|
class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
|
|
1847
1952
|
},
|
|
1848
1953
|
{
|
|
1849
1954
|
href: s = /*item*/
|
|
1850
|
-
|
|
1955
|
+
a[12].href
|
|
1851
1956
|
},
|
|
1852
1957
|
/*item*/
|
|
1853
|
-
|
|
1854
|
-
],
|
|
1855
|
-
for (let
|
|
1856
|
-
|
|
1958
|
+
a[12].attributes
|
|
1959
|
+
], i = {};
|
|
1960
|
+
for (let o = 0; o < r.length; o += 1)
|
|
1961
|
+
i = G(i, r[o]);
|
|
1857
1962
|
return {
|
|
1858
1963
|
c() {
|
|
1859
|
-
e =
|
|
1964
|
+
e = b("a"), t = E(n), l = x(), W(e, i);
|
|
1860
1965
|
},
|
|
1861
|
-
m(
|
|
1862
|
-
|
|
1966
|
+
m(o, c) {
|
|
1967
|
+
m(o, e, c), h(e, t), h(e, l);
|
|
1863
1968
|
},
|
|
1864
|
-
p(
|
|
1865
|
-
|
|
1969
|
+
p(o, c) {
|
|
1970
|
+
c[0] & /*subNavigation*/
|
|
1866
1971
|
1 && n !== (n = /*item*/
|
|
1867
|
-
|
|
1972
|
+
o[12].text + "") && le(t, n, i.contenteditable), W(e, i = X(r, [
|
|
1868
1973
|
{
|
|
1869
1974
|
class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
|
|
1870
1975
|
},
|
|
1871
|
-
|
|
1976
|
+
c[0] & /*subNavigation*/
|
|
1872
1977
|
1 && s !== (s = /*item*/
|
|
1873
|
-
|
|
1874
|
-
|
|
1978
|
+
o[12].href) && { href: s },
|
|
1979
|
+
c[0] & /*subNavigation*/
|
|
1875
1980
|
1 && /*item*/
|
|
1876
|
-
|
|
1981
|
+
o[12].attributes
|
|
1877
1982
|
]));
|
|
1878
1983
|
},
|
|
1879
|
-
i:
|
|
1880
|
-
o:
|
|
1881
|
-
d(
|
|
1882
|
-
|
|
1984
|
+
i: $,
|
|
1985
|
+
o: $,
|
|
1986
|
+
d(o) {
|
|
1987
|
+
o && v(e);
|
|
1883
1988
|
}
|
|
1884
1989
|
};
|
|
1885
1990
|
}
|
|
1886
|
-
function
|
|
1991
|
+
function qe(a) {
|
|
1887
1992
|
let e, n, t = (
|
|
1888
1993
|
/*link*/
|
|
1889
|
-
|
|
1890
|
-
), l, s,
|
|
1994
|
+
a[15].text + ""
|
|
1995
|
+
), l, s, r = [
|
|
1891
1996
|
{
|
|
1892
1997
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
1893
1998
|
},
|
|
1894
1999
|
{
|
|
1895
2000
|
href: s = /*link*/
|
|
1896
|
-
|
|
2001
|
+
a[15].href
|
|
1897
2002
|
},
|
|
1898
2003
|
/*link*/
|
|
1899
|
-
|
|
1900
|
-
],
|
|
1901
|
-
for (let
|
|
1902
|
-
|
|
2004
|
+
a[15].attributes
|
|
2005
|
+
], i = {};
|
|
2006
|
+
for (let o = 0; o < r.length; o += 1)
|
|
2007
|
+
i = G(i, r[o]);
|
|
1903
2008
|
return {
|
|
1904
2009
|
c() {
|
|
1905
|
-
e =
|
|
2010
|
+
e = b("li"), n = b("a"), l = E(t), W(n, i);
|
|
1906
2011
|
},
|
|
1907
|
-
m(
|
|
1908
|
-
|
|
2012
|
+
m(o, c) {
|
|
2013
|
+
m(o, e, c), h(e, n), h(n, l);
|
|
1909
2014
|
},
|
|
1910
|
-
p(
|
|
1911
|
-
|
|
2015
|
+
p(o, c) {
|
|
2016
|
+
c[0] & /*subNavigation*/
|
|
1912
2017
|
1 && t !== (t = /*link*/
|
|
1913
|
-
|
|
2018
|
+
o[15].text + "") && le(l, t, i.contenteditable), W(n, i = X(r, [
|
|
1914
2019
|
{
|
|
1915
2020
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
1916
2021
|
},
|
|
1917
|
-
|
|
2022
|
+
c[0] & /*subNavigation*/
|
|
1918
2023
|
1 && s !== (s = /*link*/
|
|
1919
|
-
|
|
1920
|
-
|
|
2024
|
+
o[15].href) && { href: s },
|
|
2025
|
+
c[0] & /*subNavigation*/
|
|
1921
2026
|
1 && /*link*/
|
|
1922
|
-
|
|
2027
|
+
o[15].attributes
|
|
1923
2028
|
]));
|
|
1924
2029
|
},
|
|
1925
|
-
d(
|
|
1926
|
-
|
|
2030
|
+
d(o) {
|
|
2031
|
+
o && v(e);
|
|
1927
2032
|
}
|
|
1928
2033
|
};
|
|
1929
2034
|
}
|
|
1930
|
-
function
|
|
1931
|
-
let e, n =
|
|
2035
|
+
function Ht(a) {
|
|
2036
|
+
let e, n = A(
|
|
1932
2037
|
/*item*/
|
|
1933
|
-
|
|
2038
|
+
a[12].links
|
|
1934
2039
|
), t = [];
|
|
1935
2040
|
for (let l = 0; l < n.length; l += 1)
|
|
1936
|
-
t[l] =
|
|
2041
|
+
t[l] = qe($e(a, n, l));
|
|
1937
2042
|
return {
|
|
1938
2043
|
c() {
|
|
1939
2044
|
for (let l = 0; l < t.length; l += 1)
|
|
1940
2045
|
t[l].c();
|
|
1941
|
-
e =
|
|
2046
|
+
e = x();
|
|
1942
2047
|
},
|
|
1943
2048
|
m(l, s) {
|
|
1944
|
-
for (let
|
|
1945
|
-
t[
|
|
1946
|
-
|
|
2049
|
+
for (let r = 0; r < t.length; r += 1)
|
|
2050
|
+
t[r] && t[r].m(l, s);
|
|
2051
|
+
m(l, e, s);
|
|
1947
2052
|
},
|
|
1948
2053
|
p(l, s) {
|
|
1949
2054
|
if (s[0] & /*subNavigation*/
|
|
1950
2055
|
1) {
|
|
1951
|
-
n =
|
|
2056
|
+
n = A(
|
|
1952
2057
|
/*item*/
|
|
1953
|
-
l[
|
|
2058
|
+
l[12].links
|
|
1954
2059
|
);
|
|
1955
|
-
let
|
|
1956
|
-
for (
|
|
1957
|
-
const
|
|
1958
|
-
t[
|
|
2060
|
+
let r;
|
|
2061
|
+
for (r = 0; r < n.length; r += 1) {
|
|
2062
|
+
const i = $e(l, n, r);
|
|
2063
|
+
t[r] ? t[r].p(i, s) : (t[r] = qe(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1959
2064
|
}
|
|
1960
|
-
for (;
|
|
1961
|
-
t[
|
|
2065
|
+
for (; r < t.length; r += 1)
|
|
2066
|
+
t[r].d(1);
|
|
1962
2067
|
t.length = n.length;
|
|
1963
2068
|
}
|
|
1964
2069
|
},
|
|
1965
2070
|
d(l) {
|
|
1966
|
-
l &&
|
|
2071
|
+
l && v(e), V(t, l);
|
|
1967
2072
|
}
|
|
1968
2073
|
};
|
|
1969
2074
|
}
|
|
1970
|
-
function
|
|
2075
|
+
function Gt(a) {
|
|
1971
2076
|
let e, n, t = (
|
|
1972
2077
|
/*item*/
|
|
1973
|
-
|
|
1974
|
-
), l, s,
|
|
1975
|
-
return
|
|
2078
|
+
a[12].title + ""
|
|
2079
|
+
), l, s, r, i, o;
|
|
2080
|
+
return r = new q({ props: { icon: ne } }), {
|
|
1976
2081
|
c() {
|
|
1977
|
-
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");
|
|
1978
2083
|
},
|
|
1979
|
-
m(
|
|
1980
|
-
|
|
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;
|
|
1981
2086
|
},
|
|
1982
|
-
p(
|
|
1983
|
-
(!
|
|
2087
|
+
p(c, f) {
|
|
2088
|
+
(!o || f[0] & /*subNavigation*/
|
|
1984
2089
|
1) && t !== (t = /*item*/
|
|
1985
|
-
|
|
2090
|
+
c[12].title + "") && ee(l, t);
|
|
1986
2091
|
},
|
|
1987
|
-
i(
|
|
1988
|
-
|
|
2092
|
+
i(c) {
|
|
2093
|
+
o || (g(r.$$.fragment, c), o = !0);
|
|
1989
2094
|
},
|
|
1990
|
-
o(
|
|
1991
|
-
|
|
2095
|
+
o(c) {
|
|
2096
|
+
d(r.$$.fragment, c), o = !1;
|
|
1992
2097
|
},
|
|
1993
|
-
d(
|
|
1994
|
-
|
|
2098
|
+
d(c) {
|
|
2099
|
+
c && v(e), N(r);
|
|
1995
2100
|
}
|
|
1996
2101
|
};
|
|
1997
2102
|
}
|
|
1998
|
-
function
|
|
1999
|
-
let n, t, l, s,
|
|
2000
|
-
const
|
|
2001
|
-
function f
|
|
2103
|
+
function Ie(a, e) {
|
|
2104
|
+
let n, t, l, s, r;
|
|
2105
|
+
const i = [Pt, Ot], o = [];
|
|
2106
|
+
function c(f, u) {
|
|
2002
2107
|
return (
|
|
2003
2108
|
/*item*/
|
|
2004
|
-
|
|
2109
|
+
f[12].text ? 0 : 1
|
|
2005
2110
|
);
|
|
2006
2111
|
}
|
|
2007
|
-
return t =
|
|
2008
|
-
key:
|
|
2112
|
+
return t = c(e), l = o[t] = i[t](e), {
|
|
2113
|
+
key: a,
|
|
2009
2114
|
first: null,
|
|
2010
2115
|
c() {
|
|
2011
|
-
n =
|
|
2116
|
+
n = I(), l.c(), s = I(), this.first = n;
|
|
2012
2117
|
},
|
|
2013
|
-
m(
|
|
2014
|
-
|
|
2118
|
+
m(f, u) {
|
|
2119
|
+
m(f, n, u), o[t].m(f, u), m(f, s, u), r = !0;
|
|
2015
2120
|
},
|
|
2016
|
-
p(
|
|
2017
|
-
e =
|
|
2018
|
-
let
|
|
2019
|
-
t =
|
|
2020
|
-
|
|
2021
|
-
}),
|
|
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));
|
|
2022
2127
|
},
|
|
2023
|
-
i(
|
|
2024
|
-
|
|
2128
|
+
i(f) {
|
|
2129
|
+
r || (g(l), r = !0);
|
|
2025
2130
|
},
|
|
2026
|
-
o(
|
|
2027
|
-
|
|
2131
|
+
o(f) {
|
|
2132
|
+
d(l), r = !1;
|
|
2028
2133
|
},
|
|
2029
|
-
d(
|
|
2030
|
-
|
|
2134
|
+
d(f) {
|
|
2135
|
+
f && (v(n), v(s)), o[t].d(f);
|
|
2031
2136
|
}
|
|
2032
2137
|
};
|
|
2033
2138
|
}
|
|
2034
|
-
function
|
|
2035
|
-
let e, n, t, l, s,
|
|
2036
|
-
|
|
2139
|
+
function Vt(a) {
|
|
2140
|
+
let e, n, t, l, s, r, i, o, c, f, u, p, j, M, w, J;
|
|
2141
|
+
Ve(
|
|
2037
2142
|
/*onwindowresize*/
|
|
2038
|
-
|
|
2143
|
+
a[10]
|
|
2039
2144
|
);
|
|
2040
|
-
let
|
|
2145
|
+
let k = (
|
|
2041
2146
|
/*windowWidth*/
|
|
2042
|
-
|
|
2043
|
-
),
|
|
2147
|
+
a[3] >= F && je(a)
|
|
2148
|
+
), S = (
|
|
2044
2149
|
/*windowWidth*/
|
|
2045
|
-
|
|
2150
|
+
a[3] >= F && Me()
|
|
2046
2151
|
);
|
|
2047
|
-
|
|
2152
|
+
const fe = [$t, kt], H = [];
|
|
2153
|
+
function ue(y, z) {
|
|
2048
2154
|
return (
|
|
2049
2155
|
/*windowWidth*/
|
|
2050
|
-
|
|
2156
|
+
y[3] >= F ? 0 : 1
|
|
2051
2157
|
);
|
|
2052
2158
|
}
|
|
2053
|
-
|
|
2054
|
-
const
|
|
2055
|
-
function
|
|
2159
|
+
i = ue(a), o = H[i] = fe[i](a);
|
|
2160
|
+
const _e = [xt, yt], O = [];
|
|
2161
|
+
function he(y, z) {
|
|
2056
2162
|
return (
|
|
2057
2163
|
/*windowWidth*/
|
|
2058
|
-
|
|
2164
|
+
y[3] >= F ? 0 : 1
|
|
2059
2165
|
);
|
|
2060
2166
|
}
|
|
2061
|
-
|
|
2062
|
-
let
|
|
2167
|
+
u = he(a), p = O[u] = _e[u](a);
|
|
2168
|
+
let Z = (
|
|
2063
2169
|
/*subNavigation*/
|
|
2064
|
-
(
|
|
2065
|
-
|
|
2170
|
+
(a[0].length > 0 || /*pageTitle*/
|
|
2171
|
+
a[1]) && Be(a)
|
|
2066
2172
|
);
|
|
2067
2173
|
return {
|
|
2068
2174
|
c() {
|
|
2069
|
-
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*/
|
|
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");
|
|
2070
2177
|
},
|
|
2071
|
-
m(
|
|
2072
|
-
|
|
2073
|
-
|
|
2178
|
+
m(y, 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(
|
|
2180
|
+
Xe,
|
|
2074
2181
|
"resize",
|
|
2075
2182
|
/*onwindowresize*/
|
|
2076
|
-
|
|
2077
|
-
),
|
|
2183
|
+
a[10]
|
|
2184
|
+
), w = !0);
|
|
2078
2185
|
},
|
|
2079
|
-
p(
|
|
2186
|
+
p(y, z) {
|
|
2080
2187
|
/*windowWidth*/
|
|
2081
|
-
|
|
2082
|
-
8 &&
|
|
2083
|
-
|
|
2084
|
-
}),
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
}),
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
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;
|
|
2191
|
+
}), U()), /*windowWidth*/
|
|
2192
|
+
y[3] >= F ? S ? z[0] & /*windowWidth*/
|
|
2193
|
+
8 && g(S, 1) : (S = Me(), S.c(), g(S, 1), S.m(l, s)) : S && (T(), d(S, 1, 1, () => {
|
|
2194
|
+
S = null;
|
|
2195
|
+
}), U());
|
|
2196
|
+
let re = i;
|
|
2197
|
+
i = ue(y), i !== re && (T(), d(H[re], 1, 1, () => {
|
|
2198
|
+
H[re] = null;
|
|
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*/
|
|
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*/
|
|
2201
|
+
y[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(r, "class", c);
|
|
2202
|
+
let oe = u;
|
|
2203
|
+
u = he(y), u === oe ? O[u].p(y, z) : (T(), d(O[oe], 1, 1, () => {
|
|
2204
|
+
O[oe] = null;
|
|
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*/
|
|
2206
|
+
y[0].length > 0 || /*pageTitle*/
|
|
2207
|
+
y[1] ? Z ? (Z.p(y, z), z[0] & /*subNavigation, pageTitle*/
|
|
2208
|
+
3 && g(Z, 1)) : (Z = Be(y), Z.c(), g(Z, 1), Z.m(e, null)) : Z && (T(), d(Z, 1, 1, () => {
|
|
2209
|
+
Z = null;
|
|
2210
|
+
}), U());
|
|
2211
|
+
},
|
|
2212
|
+
i(y) {
|
|
2213
|
+
M || (g(k), g(S), g(o), g(p), g(Z), M = !0);
|
|
2214
|
+
},
|
|
2215
|
+
o(y) {
|
|
2216
|
+
d(k), d(S), d(o), d(p), d(Z), M = !1;
|
|
2217
|
+
},
|
|
2218
|
+
d(y) {
|
|
2219
|
+
y && v(e), k && k.d(), S && S.d(), H[i].d(), O[u].d(), Z && Z.d(), w = !1, J();
|
|
2104
2220
|
}
|
|
2105
2221
|
};
|
|
2106
2222
|
}
|
|
2107
|
-
const
|
|
2108
|
-
function
|
|
2223
|
+
const F = 1024, Dt = 35;
|
|
2224
|
+
function Qt(a, e, n) {
|
|
2109
2225
|
const t = [
|
|
2110
2226
|
{
|
|
2111
2227
|
text: "Give",
|
|
@@ -2169,8 +2285,8 @@ function Bt(i, e, n) {
|
|
|
2169
2285
|
], s = {
|
|
2170
2286
|
text: "Search the University of Guelph",
|
|
2171
2287
|
href: "https://uoguelph.ca/search",
|
|
2172
|
-
icon:
|
|
2173
|
-
},
|
|
2288
|
+
icon: lt
|
|
2289
|
+
}, r = {
|
|
2174
2290
|
text: "Account Menu",
|
|
2175
2291
|
links: [
|
|
2176
2292
|
{
|
|
@@ -2194,47 +2310,47 @@ function Bt(i, e, n) {
|
|
|
2194
2310
|
href: "https://gryphlife.uoguelph.ca/"
|
|
2195
2311
|
}
|
|
2196
2312
|
],
|
|
2197
|
-
icon:
|
|
2313
|
+
icon: nt
|
|
2198
2314
|
};
|
|
2199
|
-
let
|
|
2200
|
-
function
|
|
2201
|
-
n(3,
|
|
2315
|
+
let i, o, c = !1, { subNavigation: f } = e, { pageTitle: u } = e, { pageURL: p } = e;
|
|
2316
|
+
function j() {
|
|
2317
|
+
n(3, i = Xe.innerWidth);
|
|
2202
2318
|
}
|
|
2203
|
-
function
|
|
2204
|
-
|
|
2205
|
-
|
|
2319
|
+
function M(w) {
|
|
2320
|
+
rt[w ? "unshift" : "push"](() => {
|
|
2321
|
+
o = w, n(4, o);
|
|
2206
2322
|
});
|
|
2207
2323
|
}
|
|
2208
|
-
return
|
|
2209
|
-
"subNavigation" in
|
|
2210
|
-
},
|
|
2211
|
-
|
|
2324
|
+
return a.$$set = (w) => {
|
|
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);
|
|
2326
|
+
}, a.$$.update = () => {
|
|
2327
|
+
a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
|
|
2212
2328
|
56 && window.requestAnimationFrame(() => {
|
|
2213
|
-
|
|
2329
|
+
i >= F && o && !c && n(5, c = o.offsetWidth > o.parentElement.offsetWidth);
|
|
2214
2330
|
});
|
|
2215
2331
|
}, [
|
|
2332
|
+
f,
|
|
2216
2333
|
u,
|
|
2334
|
+
p,
|
|
2335
|
+
i,
|
|
2336
|
+
o,
|
|
2217
2337
|
c,
|
|
2218
|
-
d,
|
|
2219
|
-
a,
|
|
2220
|
-
r,
|
|
2221
|
-
f,
|
|
2222
2338
|
t,
|
|
2223
2339
|
l,
|
|
2224
2340
|
s,
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2341
|
+
r,
|
|
2342
|
+
j,
|
|
2343
|
+
M
|
|
2228
2344
|
];
|
|
2229
2345
|
}
|
|
2230
|
-
class
|
|
2346
|
+
class Yt extends Y {
|
|
2231
2347
|
constructor(e) {
|
|
2232
|
-
super(),
|
|
2348
|
+
super(), K(
|
|
2233
2349
|
this,
|
|
2234
2350
|
e,
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2351
|
+
Qt,
|
|
2352
|
+
Vt,
|
|
2353
|
+
D,
|
|
2238
2354
|
{
|
|
2239
2355
|
subNavigation: 0,
|
|
2240
2356
|
pageTitle: 1,
|
|
@@ -2248,24 +2364,24 @@ class Wt extends Re {
|
|
|
2248
2364
|
return this.$$.ctx[0];
|
|
2249
2365
|
}
|
|
2250
2366
|
set subNavigation(e) {
|
|
2251
|
-
this.$$set({ subNavigation: e }),
|
|
2367
|
+
this.$$set({ subNavigation: e }), B();
|
|
2252
2368
|
}
|
|
2253
2369
|
get pageTitle() {
|
|
2254
2370
|
return this.$$.ctx[1];
|
|
2255
2371
|
}
|
|
2256
2372
|
set pageTitle(e) {
|
|
2257
|
-
this.$$set({ pageTitle: e }),
|
|
2373
|
+
this.$$set({ pageTitle: e }), B();
|
|
2258
2374
|
}
|
|
2259
2375
|
get pageURL() {
|
|
2260
2376
|
return this.$$.ctx[2];
|
|
2261
2377
|
}
|
|
2262
2378
|
set pageURL(e) {
|
|
2263
|
-
this.$$set({ pageURL: e }),
|
|
2379
|
+
this.$$set({ pageURL: e }), B();
|
|
2264
2380
|
}
|
|
2265
2381
|
}
|
|
2266
|
-
customElements.define("uofg-header",
|
|
2382
|
+
customElements.define("uofg-header", Q(Yt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" } }, [], [], !0, (a) => class extends a {
|
|
2267
2383
|
constructor() {
|
|
2268
|
-
super(),
|
|
2384
|
+
super(), tt(this.shadowRoot);
|
|
2269
2385
|
}
|
|
2270
2386
|
connectedCallback() {
|
|
2271
2387
|
super.connectedCallback(), this.updateSubNavigation(), this.observer ?? (this.observer = new MutationObserver(() => {
|
|
@@ -2294,7 +2410,7 @@ customElements.define("uofg-header", Me(Wt, { subNavigation: {}, pageTitle: { re
|
|
|
2294
2410
|
links: Array.from(n.querySelectorAll("a")).map(e)
|
|
2295
2411
|
};
|
|
2296
2412
|
return t.wrapContent = t.links.reduce(
|
|
2297
|
-
(l, s) => (s.text.length >
|
|
2413
|
+
(l, s) => (s.text.length > Dt && (l = !0), l),
|
|
2298
2414
|
!1
|
|
2299
2415
|
), t;
|
|
2300
2416
|
}
|
|
@@ -2302,5 +2418,5 @@ customElements.define("uofg-header", Me(Wt, { subNavigation: {}, pageTitle: { re
|
|
|
2302
2418
|
}
|
|
2303
2419
|
}));
|
|
2304
2420
|
export {
|
|
2305
|
-
|
|
2421
|
+
Yt as default
|
|
2306
2422
|
};
|