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