@abgov/web-components 1.17.0-alpha.39 → 1.17.0-alpha.40
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/index.js +625 -625
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -28,7 +28,7 @@ function ie(t, e) {
|
|
|
28
28
|
return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
|
|
29
29
|
}
|
|
30
30
|
let Pt;
|
|
31
|
-
function
|
|
31
|
+
function Bt(t, e) {
|
|
32
32
|
return t === e ? !0 : (Pt || (Pt = document.createElement("a")), Pt.href = e, t === Pt.href);
|
|
33
33
|
}
|
|
34
34
|
function ko(t) {
|
|
@@ -48,11 +48,11 @@ function Co(t, e, n) {
|
|
|
48
48
|
}
|
|
49
49
|
function X(t, e, n, l) {
|
|
50
50
|
if (t) {
|
|
51
|
-
const i =
|
|
51
|
+
const i = Bi(t, e, n, l);
|
|
52
52
|
return t[0](i);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function Bi(t, e, n, l) {
|
|
56
56
|
return t[1] && l ? $t(n.ctx.slice(), t[1](l(e))) : n.ctx;
|
|
57
57
|
}
|
|
58
58
|
function Q(t, e, n, l) {
|
|
@@ -72,7 +72,7 @@ function Q(t, e, n, l) {
|
|
|
72
72
|
}
|
|
73
73
|
function J(t, e, n, l, i, o) {
|
|
74
74
|
if (i) {
|
|
75
|
-
const r =
|
|
75
|
+
const r = Bi(e, n, l, o);
|
|
76
76
|
t.p(r, i);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
@@ -94,7 +94,7 @@ function nn(t) {
|
|
|
94
94
|
function ze(t) {
|
|
95
95
|
return t ?? "";
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function Ni(t) {
|
|
98
98
|
return t && dt(t.destroy) ? t.destroy : le;
|
|
99
99
|
}
|
|
100
100
|
function un(t) {
|
|
@@ -105,17 +105,17 @@ function un(t) {
|
|
|
105
105
|
"px"
|
|
106
106
|
];
|
|
107
107
|
}
|
|
108
|
-
const
|
|
109
|
-
let Gt =
|
|
108
|
+
const Fi = typeof window < "u";
|
|
109
|
+
let Gt = Fi ? () => window.performance.now() : () => Date.now(), ln = Fi ? (t) => requestAnimationFrame(t) : le;
|
|
110
110
|
const pt = /* @__PURE__ */ new Set();
|
|
111
|
-
function
|
|
111
|
+
function Wi(t) {
|
|
112
112
|
pt.forEach((e) => {
|
|
113
113
|
e.c(t) || (pt.delete(e), e.f());
|
|
114
|
-
}), pt.size !== 0 && ln(
|
|
114
|
+
}), pt.size !== 0 && ln(Wi);
|
|
115
115
|
}
|
|
116
116
|
function Ut(t) {
|
|
117
117
|
let e;
|
|
118
|
-
return pt.size === 0 && ln(
|
|
118
|
+
return pt.size === 0 && ln(Wi), {
|
|
119
119
|
promise: new Promise((n) => {
|
|
120
120
|
pt.add(e = { c: t, f: n });
|
|
121
121
|
}),
|
|
@@ -135,7 +135,7 @@ function de(t, e, n) {
|
|
|
135
135
|
const l = rn(t);
|
|
136
136
|
if (!l.getElementById(e)) {
|
|
137
137
|
const i = z("style");
|
|
138
|
-
i.id = e, i.textContent = n,
|
|
138
|
+
i.id = e, i.textContent = n, ji(l, i);
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
function rn(t) {
|
|
@@ -150,9 +150,9 @@ function rn(t) {
|
|
|
150
150
|
}
|
|
151
151
|
function qo(t) {
|
|
152
152
|
const e = z("style");
|
|
153
|
-
return e.textContent = "/* empty */",
|
|
153
|
+
return e.textContent = "/* empty */", ji(rn(t), e), e.sheet;
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function ji(t, e) {
|
|
156
156
|
return _(
|
|
157
157
|
/** @type {Document} */
|
|
158
158
|
t.head || t,
|
|
@@ -178,7 +178,7 @@ function st(t) {
|
|
|
178
178
|
function K(t) {
|
|
179
179
|
return document.createTextNode(t);
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function B() {
|
|
182
182
|
return K(" ");
|
|
183
183
|
}
|
|
184
184
|
function Ie() {
|
|
@@ -206,7 +206,7 @@ function ge(t, e) {
|
|
|
206
206
|
e = "" + e, t.data !== e && (t.data = /** @type {string} */
|
|
207
207
|
e);
|
|
208
208
|
}
|
|
209
|
-
function
|
|
209
|
+
function Nt(t, e) {
|
|
210
210
|
t.value = e ?? "";
|
|
211
211
|
}
|
|
212
212
|
function xe(t, e, n, l) {
|
|
@@ -261,8 +261,8 @@ function Do(t) {
|
|
|
261
261
|
}
|
|
262
262
|
), e;
|
|
263
263
|
}
|
|
264
|
-
const
|
|
265
|
-
let
|
|
264
|
+
const Ft = /* @__PURE__ */ new Map();
|
|
265
|
+
let Wt = 0;
|
|
266
266
|
function To(t) {
|
|
267
267
|
let e = 5381, n = t.length;
|
|
268
268
|
for (; n--; )
|
|
@@ -271,9 +271,9 @@ function To(t) {
|
|
|
271
271
|
}
|
|
272
272
|
function Po(t, e) {
|
|
273
273
|
const n = { stylesheet: qo(e), rules: {} };
|
|
274
|
-
return
|
|
274
|
+
return Ft.set(t, n), n;
|
|
275
275
|
}
|
|
276
|
-
function
|
|
276
|
+
function jt(t, e, n, l, i, o, r, s = 0) {
|
|
277
277
|
const a = 16.666 / l;
|
|
278
278
|
let c = `{
|
|
279
279
|
`;
|
|
@@ -283,24 +283,24 @@ function Wt(t, e, n, l, i, o, r, s = 0) {
|
|
|
283
283
|
`;
|
|
284
284
|
}
|
|
285
285
|
const d = c + `100% {${r(n, 1 - n)}}
|
|
286
|
-
}`, u = `__svelte_${To(d)}_${s}`, m = rn(t), { stylesheet: g, rules: h } =
|
|
286
|
+
}`, u = `__svelte_${To(d)}_${s}`, m = rn(t), { stylesheet: g, rules: h } = Ft.get(m) || Po(m, t);
|
|
287
287
|
h[u] || (h[u] = !0, g.insertRule(`@keyframes ${u} ${d}`, g.cssRules.length));
|
|
288
288
|
const v = t.style.animation || "";
|
|
289
|
-
return t.style.animation = `${v ? `${v}, ` : ""}${u} ${l}ms linear ${i}ms 1 both`,
|
|
289
|
+
return t.style.animation = `${v ? `${v}, ` : ""}${u} ${l}ms linear ${i}ms 1 both`, Wt += 1, u;
|
|
290
290
|
}
|
|
291
291
|
function It(t, e) {
|
|
292
292
|
const n = (t.style.animation || "").split(", "), l = n.filter(
|
|
293
293
|
e ? (o) => o.indexOf(e) < 0 : (o) => o.indexOf("__svelte") === -1
|
|
294
294
|
// remove all Svelte animations
|
|
295
295
|
), i = n.length - l.length;
|
|
296
|
-
i && (t.style.animation = l.join(", "),
|
|
296
|
+
i && (t.style.animation = l.join(", "), Wt -= i, Wt || So());
|
|
297
297
|
}
|
|
298
298
|
function So() {
|
|
299
299
|
ln(() => {
|
|
300
|
-
|
|
300
|
+
Wt || (Ft.forEach((t) => {
|
|
301
301
|
const { ownerNode: e } = t.stylesheet;
|
|
302
302
|
e && D(e);
|
|
303
|
-
}),
|
|
303
|
+
}), Ft.clear());
|
|
304
304
|
});
|
|
305
305
|
}
|
|
306
306
|
let xt;
|
|
@@ -331,7 +331,7 @@ function Yi() {
|
|
|
331
331
|
function Me() {
|
|
332
332
|
return Yi(), Ii;
|
|
333
333
|
}
|
|
334
|
-
function
|
|
334
|
+
function We(t) {
|
|
335
335
|
_t.push(t);
|
|
336
336
|
}
|
|
337
337
|
const Qt = /* @__PURE__ */ new Set();
|
|
@@ -365,7 +365,7 @@ function Oo(t) {
|
|
|
365
365
|
if (t.fragment !== null) {
|
|
366
366
|
t.update(), De(t.before_update);
|
|
367
367
|
const e = t.dirty;
|
|
368
|
-
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(
|
|
368
|
+
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(We);
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
function Vo(t) {
|
|
@@ -394,10 +394,10 @@ function Te() {
|
|
|
394
394
|
function Pe() {
|
|
395
395
|
$e.r || De($e.c), $e = $e.p;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function N(t, e) {
|
|
398
398
|
t && t.i && (Ot.delete(t), t.i(e));
|
|
399
399
|
}
|
|
400
|
-
function
|
|
400
|
+
function j(t, e, n, l) {
|
|
401
401
|
if (t && t.o) {
|
|
402
402
|
if (Ot.has(t))
|
|
403
403
|
return;
|
|
@@ -422,9 +422,9 @@ function gn(t, e, n) {
|
|
|
422
422
|
tick: v = le,
|
|
423
423
|
css: b
|
|
424
424
|
} = i || cn;
|
|
425
|
-
b && (r =
|
|
425
|
+
b && (r = jt(t, 0, 1, g, m, h, b, a++)), v(0, 1);
|
|
426
426
|
const y = Gt() + m, k = y + g;
|
|
427
|
-
s && s.abort(), o = !0,
|
|
427
|
+
s && s.abort(), o = !0, We(() => at(t, !0, "start")), s = Ut((p) => {
|
|
428
428
|
if (o) {
|
|
429
429
|
if (p >= k)
|
|
430
430
|
return v(1, 0), at(t, !0, "end"), c(), o = !1;
|
|
@@ -463,9 +463,9 @@ function mn(t, e, n) {
|
|
|
463
463
|
tick: g = le,
|
|
464
464
|
css: h
|
|
465
465
|
} = i || cn;
|
|
466
|
-
h && (r =
|
|
466
|
+
h && (r = jt(t, 1, 0, u, d, m, h));
|
|
467
467
|
const v = Gt() + d, b = v + u;
|
|
468
|
-
|
|
468
|
+
We(() => at(t, !1, "start")), "inert" in t && (a = /** @type {HTMLElement} */
|
|
469
469
|
t.inert, t.inert = !0), Ut((y) => {
|
|
470
470
|
if (o) {
|
|
471
471
|
if (y >= b)
|
|
@@ -518,8 +518,8 @@ function Yt(t, e, n, l) {
|
|
|
518
518
|
b: h
|
|
519
519
|
};
|
|
520
520
|
h || (q.group = $e, $e.r += 1), "inert" in t && (h ? d !== void 0 && (t.inert = d) : (d = /** @type {HTMLElement} */
|
|
521
|
-
t.inert, t.inert = !0)), s || a ? a = q : (p && (u(), c =
|
|
522
|
-
if (a && H > a.start && (s = m(a, b), a = null, at(t, s.b, "start"), p && (u(), c =
|
|
521
|
+
t.inert, t.inert = !0)), s || a ? a = q : (p && (u(), c = jt(t, r, h, b, v, y, p)), h && k(0, 1), s = m(q, b), We(() => at(t, h, "start")), Ut((H) => {
|
|
522
|
+
if (a && H > a.start && (s = m(a, b), a = null, at(t, s.b, "start"), p && (u(), c = jt(
|
|
523
523
|
t,
|
|
524
524
|
r,
|
|
525
525
|
s.b,
|
|
@@ -552,10 +552,10 @@ function Yt(t, e, n, l) {
|
|
|
552
552
|
function Le(t) {
|
|
553
553
|
return (t == null ? void 0 : t.length) !== void 0 ? t : Array.from(t);
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function Bo(t, e) {
|
|
556
556
|
t.d(1), e.delete(t.key);
|
|
557
557
|
}
|
|
558
|
-
function
|
|
558
|
+
function No(t, e, n, l, i, o, r, s, a, c, d, u) {
|
|
559
559
|
let m = t.length, g = o.length, h = m;
|
|
560
560
|
const v = {};
|
|
561
561
|
for (; h--; )
|
|
@@ -568,7 +568,7 @@ function Bo(t, e, n, l, i, o, r, s, a, c, d, u) {
|
|
|
568
568
|
}
|
|
569
569
|
const q = /* @__PURE__ */ new Set(), H = /* @__PURE__ */ new Set();
|
|
570
570
|
function M(x) {
|
|
571
|
-
|
|
571
|
+
N(x, 1), x.m(s, d), r.set(x.key, x), d = x.first, g--;
|
|
572
572
|
}
|
|
573
573
|
for (; m && g; ) {
|
|
574
574
|
const x = b[g - 1], E = t[m - 1], P = x.key, V = E.key;
|
|
@@ -587,16 +587,16 @@ function Xe(t) {
|
|
|
587
587
|
}
|
|
588
588
|
function Re(t, e, n) {
|
|
589
589
|
const { fragment: l, after_update: i } = t.$$;
|
|
590
|
-
l && l.m(e, n),
|
|
590
|
+
l && l.m(e, n), We(() => {
|
|
591
591
|
const o = t.$$.on_mount.map(Vi).filter(dt);
|
|
592
592
|
t.$$.on_destroy ? t.$$.on_destroy.push(...o) : De(o), t.$$.on_mount = [];
|
|
593
|
-
}), i.forEach(
|
|
593
|
+
}), i.forEach(We);
|
|
594
594
|
}
|
|
595
595
|
function Ze(t, e) {
|
|
596
596
|
const n = t.$$;
|
|
597
597
|
n.fragment !== null && (Vo(n.after_update), De(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
|
|
598
598
|
}
|
|
599
|
-
function
|
|
599
|
+
function Fo(t, e) {
|
|
600
600
|
t.$$.dirty[0] === -1 && (vt.push(t), Yi(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
|
601
601
|
}
|
|
602
602
|
function oe(t, e, n, l, i, o, r = null, s = [-1]) {
|
|
@@ -627,14 +627,14 @@ function oe(t, e, n, l, i, o, r = null, s = [-1]) {
|
|
|
627
627
|
let d = !1;
|
|
628
628
|
if (c.ctx = n ? n(t, e.props || {}, (u, m, ...g) => {
|
|
629
629
|
const h = g.length ? g[0] : m;
|
|
630
|
-
return c.ctx && i(c.ctx[u], c.ctx[u] = h) && (!c.skip_bound && c.bound[u] && c.bound[u](h), d &&
|
|
630
|
+
return c.ctx && i(c.ctx[u], c.ctx[u] = h) && (!c.skip_bound && c.bound[u] && c.bound[u](h), d && Fo(t, u)), m;
|
|
631
631
|
}) : [], c.update(), d = !0, De(c.before_update), c.fragment = l ? l(c.ctx) : !1, e.target) {
|
|
632
632
|
if (e.hydrate) {
|
|
633
633
|
const u = Mo(e.target);
|
|
634
634
|
c.fragment && c.fragment.l(u), u.forEach(D);
|
|
635
635
|
} else
|
|
636
636
|
c.fragment && c.fragment.c();
|
|
637
|
-
e.intro &&
|
|
637
|
+
e.intro && N(t.$$.fragment), Re(t, e.target, e.anchor), w();
|
|
638
638
|
}
|
|
639
639
|
Lt(a);
|
|
640
640
|
}
|
|
@@ -865,14 +865,14 @@ class se {
|
|
|
865
865
|
this.$$set && !ko(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
|
|
866
866
|
}
|
|
867
867
|
}
|
|
868
|
-
const
|
|
869
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
870
|
-
class
|
|
868
|
+
const Wo = "4";
|
|
869
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Wo);
|
|
870
|
+
class jo extends se {
|
|
871
871
|
constructor(e) {
|
|
872
872
|
super(), oe(this, e, null, null, ie, {});
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
|
-
re(
|
|
875
|
+
re(jo, {}, [], [], !0);
|
|
876
876
|
const Io = {
|
|
877
877
|
0: "none",
|
|
878
878
|
1: "3xs",
|
|
@@ -1021,10 +1021,10 @@ function Ko(t) {
|
|
|
1021
1021
|
);
|
|
1022
1022
|
return {
|
|
1023
1023
|
c() {
|
|
1024
|
-
e = z("div"), n = z("details"), l = z("summary"), i = z("goa-icon"), r =
|
|
1024
|
+
e = z("div"), n = z("details"), l = z("summary"), i = z("goa-icon"), r = B(), s = z("div"), a = z("span"), c = K(
|
|
1025
1025
|
/*heading*/
|
|
1026
1026
|
t[0]
|
|
1027
|
-
), m =
|
|
1027
|
+
), m = B(), M && M.c(), g = B(), h = z("div"), E && E.c(), b = B(), y = z("div"), V && V.c(), C(i, "type", "chevron-forward"), C(i, "fillcolor", o = /*_hovering*/
|
|
1028
1028
|
t[8] ? "var(--goa-color-interactive-hover)" : "var(--goa-color-interactive-default)"), C(i, "class", "svelte-d6pobo"), f(a, "class", d = "heading heading-" + /*headingsize*/
|
|
1029
1029
|
t[2] + " svelte-d6pobo"), f(a, "data-testid", u = `${/*testid*/
|
|
1030
1030
|
t[3]}-heading`), f(h, "class", "heading-content svelte-d6pobo"), I(
|
|
@@ -1156,10 +1156,10 @@ function Ko(t) {
|
|
|
1156
1156
|
);
|
|
1157
1157
|
},
|
|
1158
1158
|
i(L) {
|
|
1159
|
-
p || (
|
|
1159
|
+
p || (N(E, L), N(V, L), p = !0);
|
|
1160
1160
|
},
|
|
1161
1161
|
o(L) {
|
|
1162
|
-
|
|
1162
|
+
j(E, L), j(V, L), p = !1;
|
|
1163
1163
|
},
|
|
1164
1164
|
d(L) {
|
|
1165
1165
|
L && D(e), M && M.d(), E && E.d(L), t[15](null), V && V.d(L), q = !1, De(H);
|
|
@@ -1308,7 +1308,7 @@ function $o(t) {
|
|
|
1308
1308
|
);
|
|
1309
1309
|
return {
|
|
1310
1310
|
c() {
|
|
1311
|
-
e = z("div"), n = z("img"), i =
|
|
1311
|
+
e = z("div"), n = z("img"), i = B(), o = z("img"), s = B(), a && a.c(), f(n, "alt", "GoA Logo"), f(n, "class", "image-mobile svelte-1h1p4tr"), Bt(n.src, l = Ui) || f(n, "src", l), f(o, "alt", "GoA Logo"), f(o, "class", "image-desktop svelte-1h1p4tr"), Bt(o.src, r = Ki) || f(o, "src", r), f(e, "class", "header-logo-title-area svelte-1h1p4tr");
|
|
1312
1312
|
},
|
|
1313
1313
|
m(c, d) {
|
|
1314
1314
|
T(c, e, d), _(e, n), _(e, i), _(e, o), _(e, s), a && a.m(e, null);
|
|
@@ -1329,7 +1329,7 @@ function er(t) {
|
|
|
1329
1329
|
);
|
|
1330
1330
|
return {
|
|
1331
1331
|
c() {
|
|
1332
|
-
e = z("a"), n = z("img"), i =
|
|
1332
|
+
e = z("a"), n = z("img"), i = B(), o = z("img"), s = B(), a && a.c(), f(n, "alt", "GoA Logo"), f(n, "class", "image-mobile svelte-1h1p4tr"), Bt(n.src, l = Ui) || f(n, "src", l), f(o, "alt", "GoA Logo"), f(o, "class", "image-desktop svelte-1h1p4tr"), Bt(o.src, r = Ki) || f(o, "src", r), f(
|
|
1333
1333
|
e,
|
|
1334
1334
|
"href",
|
|
1335
1335
|
/*url*/
|
|
@@ -1436,7 +1436,7 @@ function yn(t) {
|
|
|
1436
1436
|
);
|
|
1437
1437
|
return {
|
|
1438
1438
|
c() {
|
|
1439
|
-
e = z("goa-popover"), n = z("div"), l = z("button"), i = K("Menu "), o = z("goa-icon"), s =
|
|
1439
|
+
e = z("goa-popover"), n = z("div"), l = z("button"), i = K("Menu "), o = z("goa-icon"), s = B(), u && u.c(), C(o, "type", r = /*_showMenu*/
|
|
1440
1440
|
t[8] ? "chevron-up" : "chevron-down"), C(o, "mt", "1"), C(o, "class", "svelte-1h1p4tr"), f(l, "class", "menu-toggle-area svelte-1h1p4tr"), f(l, "data-testid", "menu-toggle"), f(n, "slot", "target"), f(n, "class", "svelte-1h1p4tr"), C(e, "class", "menu svelte-1h1p4tr"), C(
|
|
1441
1441
|
e,
|
|
1442
1442
|
"open",
|
|
@@ -1465,7 +1465,7 @@ function yn(t) {
|
|
|
1465
1465
|
256 && r !== (r = /*_showMenu*/
|
|
1466
1466
|
m[8] ? "chevron-up" : "chevron-down")) && C(o, "type", r), /*_showMenu*/
|
|
1467
1467
|
m[8] ? u ? (u.p(m, g), g & /*_showMenu*/
|
|
1468
|
-
256 &&
|
|
1468
|
+
256 && N(u, 1)) : (u = kn(m), u.c(), N(u, 1), u.m(e, null)) : u && (Te(), j(u, 1, 1, () => {
|
|
1469
1469
|
u = null;
|
|
1470
1470
|
}), Pe()), (!a || g & /*_showMenu*/
|
|
1471
1471
|
256) && C(
|
|
@@ -1476,10 +1476,10 @@ function yn(t) {
|
|
|
1476
1476
|
);
|
|
1477
1477
|
},
|
|
1478
1478
|
i(m) {
|
|
1479
|
-
a || (
|
|
1479
|
+
a || (N(u), a = !0);
|
|
1480
1480
|
},
|
|
1481
1481
|
o(m) {
|
|
1482
|
-
|
|
1482
|
+
j(u), a = !1;
|
|
1483
1483
|
},
|
|
1484
1484
|
d(m) {
|
|
1485
1485
|
m && D(e), u && u.d(), c = !1, De(d);
|
|
@@ -1527,10 +1527,10 @@ function kn(t) {
|
|
|
1527
1527
|
);
|
|
1528
1528
|
},
|
|
1529
1529
|
i(o) {
|
|
1530
|
-
n || (
|
|
1530
|
+
n || (N(i, o), n = !0);
|
|
1531
1531
|
},
|
|
1532
1532
|
o(o) {
|
|
1533
|
-
|
|
1533
|
+
j(i, o), n = !1;
|
|
1534
1534
|
},
|
|
1535
1535
|
d(o) {
|
|
1536
1536
|
o && D(e), i && i.d(o), t[17](null);
|
|
@@ -1578,10 +1578,10 @@ function zn(t) {
|
|
|
1578
1578
|
);
|
|
1579
1579
|
},
|
|
1580
1580
|
i(o) {
|
|
1581
|
-
n || (
|
|
1581
|
+
n || (N(i, o), n = !0);
|
|
1582
1582
|
},
|
|
1583
1583
|
o(o) {
|
|
1584
|
-
|
|
1584
|
+
j(i, o), n = !1;
|
|
1585
1585
|
},
|
|
1586
1586
|
d(o) {
|
|
1587
1587
|
o && D(e), i && i.d(o), t[18](null);
|
|
@@ -1629,10 +1629,10 @@ function Cn(t) {
|
|
|
1629
1629
|
);
|
|
1630
1630
|
},
|
|
1631
1631
|
i(o) {
|
|
1632
|
-
n || (
|
|
1632
|
+
n || (N(i, o), n = !0);
|
|
1633
1633
|
},
|
|
1634
1634
|
o(o) {
|
|
1635
|
-
|
|
1635
|
+
j(i, o), n = !1;
|
|
1636
1636
|
},
|
|
1637
1637
|
d(o) {
|
|
1638
1638
|
o && D(e), i && i.d(o), t[19](null);
|
|
@@ -1641,7 +1641,7 @@ function Cn(t) {
|
|
|
1641
1641
|
}
|
|
1642
1642
|
function tr(t) {
|
|
1643
1643
|
let e, n, l, i, o, r, s, a, c, d;
|
|
1644
|
-
|
|
1644
|
+
We(
|
|
1645
1645
|
/*onwindowresize*/
|
|
1646
1646
|
t[16]
|
|
1647
1647
|
);
|
|
@@ -1670,7 +1670,7 @@ function tr(t) {
|
|
|
1670
1670
|
);
|
|
1671
1671
|
return {
|
|
1672
1672
|
c() {
|
|
1673
|
-
e = z("div"), n = z("div"), g.c(), l =
|
|
1673
|
+
e = z("div"), n = z("div"), g.c(), l = B(), h && h.c(), i = B(), v && v.c(), o = B(), b && b.c(), r = B(), y && y.c(), f(n, "class", "layout svelte-1h1p4tr"), f(e, "class", "container svelte-1h1p4tr"), f(
|
|
1674
1674
|
e,
|
|
1675
1675
|
"data-testid",
|
|
1676
1676
|
/*testid*/
|
|
@@ -1712,19 +1712,19 @@ function tr(t) {
|
|
|
1712
1712
|
k[10] ? h ? h.p(k, p) : (h = wn(k), h.c(), h.m(n, i)) : h && (h.d(1), h = null), /*_showToggleMenu*/
|
|
1713
1713
|
k[7] && /*_tablet*/
|
|
1714
1714
|
k[9] ? v ? (v.p(k, p), p & /*_showToggleMenu, _tablet*/
|
|
1715
|
-
640 &&
|
|
1715
|
+
640 && N(v, 1)) : (v = yn(k), v.c(), N(v, 1), v.m(n, o)) : v && (Te(), j(v, 1, 1, () => {
|
|
1716
1716
|
v = null;
|
|
1717
1717
|
}), Pe()), !/*_showMenu*/
|
|
1718
1718
|
k[8] && /*_mobile*/
|
|
1719
1719
|
(k[10] || /*_tablet*/
|
|
1720
1720
|
k[9]) ? b ? (b.p(k, p), p & /*_showMenu, _mobile, _tablet*/
|
|
1721
|
-
1792 &&
|
|
1721
|
+
1792 && N(b, 1)) : (b = zn(k), b.c(), N(b, 1), b.m(n, r)) : b && (Te(), j(b, 1, 1, () => {
|
|
1722
1722
|
b = null;
|
|
1723
1723
|
}), Pe()), /*_showMenu*/
|
|
1724
1724
|
k[8] && /*_mobile*/
|
|
1725
1725
|
k[10] || /*_desktop*/
|
|
1726
1726
|
k[5] ? y ? (y.p(k, p), p & /*_showMenu, _mobile, _desktop*/
|
|
1727
|
-
1312 &&
|
|
1727
|
+
1312 && N(y, 1)) : (y = Cn(k), y.c(), N(y, 1), y.m(n, null)) : y && (Te(), j(y, 1, 1, () => {
|
|
1728
1728
|
y = null;
|
|
1729
1729
|
}), Pe()), (!a || p & /*testid*/
|
|
1730
1730
|
4) && f(
|
|
@@ -1761,10 +1761,10 @@ function tr(t) {
|
|
|
1761
1761
|
);
|
|
1762
1762
|
},
|
|
1763
1763
|
i(k) {
|
|
1764
|
-
a || (
|
|
1764
|
+
a || (N(v), N(b), N(y), a = !0);
|
|
1765
1765
|
},
|
|
1766
1766
|
o(k) {
|
|
1767
|
-
|
|
1767
|
+
j(v), j(b), j(y), a = !1;
|
|
1768
1768
|
},
|
|
1769
1769
|
d(k) {
|
|
1770
1770
|
k && D(e), g.d(), h && h.d(), v && v.d(), b && b.d(), y && y.d(), c = !1, d();
|
|
@@ -1916,10 +1916,10 @@ function or(t) {
|
|
|
1916
1916
|
);
|
|
1917
1917
|
return {
|
|
1918
1918
|
c() {
|
|
1919
|
-
e = z("button"), b && b.c(), n =
|
|
1919
|
+
e = z("button"), b && b.c(), n = B(), l = z("span"), i = K(
|
|
1920
1920
|
/*heading*/
|
|
1921
1921
|
t[0]
|
|
1922
|
-
), o =
|
|
1922
|
+
), o = B(), r = z("goa-spacer"), s = B(), a = z("goa-icon"), u = B(), y && y.c(), m = Ie(), f(l, "class", "heading svelte-w5q5bd"), C(r, "hspacing", "fill"), C(r, "class", "svelte-w5q5bd"), C(a, "type", c = /*_open*/
|
|
1923
1923
|
t[8] ? "chevron-up" : "chevron-down"), C(a, "mt", "1"), C(a, "class", "svelte-w5q5bd"), f(e, "class", d = ze(
|
|
1924
1924
|
/*type*/
|
|
1925
1925
|
t[2]
|
|
@@ -1959,15 +1959,15 @@ function or(t) {
|
|
|
1959
1959
|
k[8]
|
|
1960
1960
|
), /*_open*/
|
|
1961
1961
|
k[8] ? y ? (y.p(k, p), p & /*_open*/
|
|
1962
|
-
256 &&
|
|
1962
|
+
256 && N(y, 1)) : (y = En(k), y.c(), N(y, 1), y.m(m.parentNode, m)) : y && (Te(), j(y, 1, 1, () => {
|
|
1963
1963
|
y = null;
|
|
1964
1964
|
}), Pe());
|
|
1965
1965
|
},
|
|
1966
1966
|
i(k) {
|
|
1967
|
-
g || (
|
|
1967
|
+
g || (N(y), g = !0);
|
|
1968
1968
|
},
|
|
1969
1969
|
o(k) {
|
|
1970
|
-
|
|
1970
|
+
j(y), g = !1;
|
|
1971
1971
|
},
|
|
1972
1972
|
d(k) {
|
|
1973
1973
|
k && (D(e), D(u), D(m)), b && b.d(), y && y.d(k), h = !1, v();
|
|
@@ -1991,10 +1991,10 @@ function rr(t) {
|
|
|
1991
1991
|
);
|
|
1992
1992
|
return {
|
|
1993
1993
|
c() {
|
|
1994
|
-
e = z("goa-popover"), n = z("button"), m && m.c(), l =
|
|
1994
|
+
e = z("goa-popover"), n = z("button"), m && m.c(), l = B(), i = K(
|
|
1995
1995
|
/*heading*/
|
|
1996
1996
|
t[0]
|
|
1997
|
-
), o =
|
|
1997
|
+
), o = B(), r = z("goa-icon"), c = B(), d = z("div"), h && h.c(), C(r, "type", s = /*_open*/
|
|
1998
1998
|
t[8] ? "chevron-up" : "chevron-down"), C(r, "mt", "1"), C(r, "class", "svelte-w5q5bd"), f(n, "slot", "target"), xe(n, "padding", "0 0.75rem"), f(n, "class", a = ze(
|
|
1999
1999
|
/*type*/
|
|
2000
2000
|
t[2]
|
|
@@ -2059,10 +2059,10 @@ function rr(t) {
|
|
|
2059
2059
|
);
|
|
2060
2060
|
},
|
|
2061
2061
|
i(v) {
|
|
2062
|
-
u || (
|
|
2062
|
+
u || (N(h, v), u = !0);
|
|
2063
2063
|
},
|
|
2064
2064
|
o(v) {
|
|
2065
|
-
|
|
2065
|
+
j(h, v), u = !1;
|
|
2066
2066
|
},
|
|
2067
2067
|
d(v) {
|
|
2068
2068
|
v && D(e), m && m.d(), h && h.d(v), t[13](null), t[14](null);
|
|
@@ -2138,10 +2138,10 @@ function En(t) {
|
|
|
2138
2138
|
);
|
|
2139
2139
|
},
|
|
2140
2140
|
i(o) {
|
|
2141
|
-
n || (
|
|
2141
|
+
n || (N(i, o), n = !0);
|
|
2142
2142
|
},
|
|
2143
2143
|
o(o) {
|
|
2144
|
-
|
|
2144
|
+
j(i, o), n = !1;
|
|
2145
2145
|
},
|
|
2146
2146
|
d(o) {
|
|
2147
2147
|
o && D(e), i && i.d(o), t[15](null);
|
|
@@ -2178,7 +2178,7 @@ function Mn(t) {
|
|
|
2178
2178
|
}
|
|
2179
2179
|
function sr(t) {
|
|
2180
2180
|
let e, n, l, i, o, r;
|
|
2181
|
-
|
|
2181
|
+
We(
|
|
2182
2182
|
/*onwindowresize*/
|
|
2183
2183
|
t[12]
|
|
2184
2184
|
);
|
|
@@ -2203,15 +2203,15 @@ function sr(t) {
|
|
|
2203
2203
|
},
|
|
2204
2204
|
p(d, [u]) {
|
|
2205
2205
|
let m = e;
|
|
2206
|
-
e = c(d), e === m ? a[e].p(d, u) : (Te(),
|
|
2206
|
+
e = c(d), e === m ? a[e].p(d, u) : (Te(), j(a[m], 1, 1, () => {
|
|
2207
2207
|
a[m] = null;
|
|
2208
|
-
}), Pe(), n = a[e], n ? n.p(d, u) : (n = a[e] = s[e](d), n.c()),
|
|
2208
|
+
}), Pe(), n = a[e], n ? n.p(d, u) : (n = a[e] = s[e](d), n.c()), N(n, 1), n.m(l.parentNode, l));
|
|
2209
2209
|
},
|
|
2210
2210
|
i(d) {
|
|
2211
|
-
i || (
|
|
2211
|
+
i || (N(n), i = !0);
|
|
2212
2212
|
},
|
|
2213
2213
|
o(d) {
|
|
2214
|
-
|
|
2214
|
+
j(n), i = !1;
|
|
2215
2215
|
},
|
|
2216
2216
|
d(d) {
|
|
2217
2217
|
d && D(l), a[e].d(d), o = !1, r();
|
|
@@ -2425,7 +2425,7 @@ function gr(t) {
|
|
|
2425
2425
|
);
|
|
2426
2426
|
return {
|
|
2427
2427
|
c() {
|
|
2428
|
-
e = z("div"), s.c(), n =
|
|
2428
|
+
e = z("div"), s.c(), n = B(), a && a.c(), f(e, "style", l = fe(
|
|
2429
2429
|
/*mt*/
|
|
2430
2430
|
t[4],
|
|
2431
2431
|
/*mr*/
|
|
@@ -2678,10 +2678,10 @@ function br(t) {
|
|
|
2678
2678
|
`)) && f(e, "style", n);
|
|
2679
2679
|
},
|
|
2680
2680
|
i(r) {
|
|
2681
|
-
l || (
|
|
2681
|
+
l || (N(o, r), l = !0);
|
|
2682
2682
|
},
|
|
2683
2683
|
o(r) {
|
|
2684
|
-
|
|
2684
|
+
j(o, r), l = !1;
|
|
2685
2685
|
},
|
|
2686
2686
|
d(r) {
|
|
2687
2687
|
r && D(e), o && o.d(r);
|
|
@@ -2790,7 +2790,7 @@ function yr(t) {
|
|
|
2790
2790
|
);
|
|
2791
2791
|
return {
|
|
2792
2792
|
c() {
|
|
2793
|
-
r && r.c(), e =
|
|
2793
|
+
r && r.c(), e = B(), n = z("span"), a && a.c(), l = B(), c && c.c(), i = Ie(), f(n, "class", "text svelte-zuxt5z");
|
|
2794
2794
|
},
|
|
2795
2795
|
m(d, u) {
|
|
2796
2796
|
r && r.m(d, u), T(d, e, u), T(d, n, u), a && a.m(n, null), T(d, l, u), c && c.m(d, u), T(d, i, u), o = !0;
|
|
@@ -2819,10 +2819,10 @@ function yr(t) {
|
|
|
2819
2819
|
d[4] ? c ? c.p(d, u) : (c = Hn(d), c.c(), c.m(i.parentNode, i)) : c && (c.d(1), c = null);
|
|
2820
2820
|
},
|
|
2821
2821
|
i(d) {
|
|
2822
|
-
o || (
|
|
2822
|
+
o || (N(a, d), o = !0);
|
|
2823
2823
|
},
|
|
2824
2824
|
o(d) {
|
|
2825
|
-
|
|
2825
|
+
j(a, d), o = !1;
|
|
2826
2826
|
},
|
|
2827
2827
|
d(d) {
|
|
2828
2828
|
d && (D(e), D(n), D(l), D(i)), r && r.d(d), a && a.d(d), c && c.d(d);
|
|
@@ -2843,7 +2843,7 @@ function kr(t) {
|
|
|
2843
2843
|
);
|
|
2844
2844
|
return {
|
|
2845
2845
|
c() {
|
|
2846
|
-
e = z("span"), r && r.c(), n =
|
|
2846
|
+
e = z("span"), r && r.c(), n = B(), l = z("goa-icon"), f(e, "class", "text svelte-zuxt5z"), C(l, "id", "trailing-icon"), C(l, "type", "arrow-forward"), C(l, "inverted", "true");
|
|
2847
2847
|
},
|
|
2848
2848
|
m(s, a) {
|
|
2849
2849
|
T(s, e, a), r && r.m(e, null), T(s, n, a), T(s, l, a), i = !0;
|
|
@@ -2870,10 +2870,10 @@ function kr(t) {
|
|
|
2870
2870
|
);
|
|
2871
2871
|
},
|
|
2872
2872
|
i(s) {
|
|
2873
|
-
i || (
|
|
2873
|
+
i || (N(r, s), i = !0);
|
|
2874
2874
|
},
|
|
2875
2875
|
o(s) {
|
|
2876
|
-
|
|
2876
|
+
j(r, s), i = !1;
|
|
2877
2877
|
},
|
|
2878
2878
|
d(s) {
|
|
2879
2879
|
s && (D(e), D(n), D(l)), r && r.d(s);
|
|
@@ -3022,9 +3022,9 @@ function zr(t) {
|
|
|
3022
3022
|
},
|
|
3023
3023
|
p(g, [h]) {
|
|
3024
3024
|
let v = n;
|
|
3025
|
-
n = m(g), n === v ? u[n].p(g, h) : (Te(),
|
|
3025
|
+
n = m(g), n === v ? u[n].p(g, h) : (Te(), j(u[v], 1, 1, () => {
|
|
3026
3026
|
u[v] = null;
|
|
3027
|
-
}), Pe(), l = u[n], l ? l.p(g, h) : (l = u[n] = d[n](g), l.c()),
|
|
3027
|
+
}), Pe(), l = u[n], l ? l.p(g, h) : (l = u[n] = d[n](g), l.c()), N(l, 1), l.m(e, null)), (!s || h & /*type, size, variant*/
|
|
3028
3028
|
7 && i !== (i = /*type*/
|
|
3029
3029
|
g[0] + " " + /*size*/
|
|
3030
3030
|
g[1] + " " + /*variant*/
|
|
@@ -3067,10 +3067,10 @@ function zr(t) {
|
|
|
3067
3067
|
);
|
|
3068
3068
|
},
|
|
3069
3069
|
i(g) {
|
|
3070
|
-
s || (
|
|
3070
|
+
s || (N(l), s = !0);
|
|
3071
3071
|
},
|
|
3072
3072
|
o(g) {
|
|
3073
|
-
|
|
3073
|
+
j(l), s = !1;
|
|
3074
3074
|
},
|
|
3075
3075
|
d(g) {
|
|
3076
3076
|
g && D(e), u[n].d(), a = !1, De(c);
|
|
@@ -3281,10 +3281,10 @@ function Mr(t) {
|
|
|
3281
3281
|
(r[0] === "relaxed" ? "1rem" : "0.75rem"))) && f(e, "style", n);
|
|
3282
3282
|
},
|
|
3283
3283
|
i(r) {
|
|
3284
|
-
l || (
|
|
3284
|
+
l || (N(o, r), l = !0);
|
|
3285
3285
|
},
|
|
3286
3286
|
o(r) {
|
|
3287
|
-
|
|
3287
|
+
j(o, r), l = !1;
|
|
3288
3288
|
},
|
|
3289
3289
|
d(r) {
|
|
3290
3290
|
r && D(e), o && o.d(r);
|
|
@@ -3378,7 +3378,7 @@ function He(t) {
|
|
|
3378
3378
|
function Qe(t, e) {
|
|
3379
3379
|
return t instanceof Date ? new t.constructor(e) : new Date(e);
|
|
3380
3380
|
}
|
|
3381
|
-
function
|
|
3381
|
+
function je(t, e) {
|
|
3382
3382
|
const n = He(t);
|
|
3383
3383
|
return isNaN(e) ? Qe(t, NaN) : (e && n.setDate(n.getDate() + e), n);
|
|
3384
3384
|
}
|
|
@@ -3537,42 +3537,42 @@ function Jt(t) {
|
|
|
3537
3537
|
return t.formats[n] || t.formats[t.defaultWidth];
|
|
3538
3538
|
};
|
|
3539
3539
|
}
|
|
3540
|
-
const
|
|
3540
|
+
const Br = {
|
|
3541
3541
|
full: "EEEE, MMMM do, y",
|
|
3542
3542
|
long: "MMMM do, y",
|
|
3543
3543
|
medium: "MMM d, y",
|
|
3544
3544
|
short: "MM/dd/yyyy"
|
|
3545
|
-
},
|
|
3545
|
+
}, Nr = {
|
|
3546
3546
|
full: "h:mm:ss a zzzz",
|
|
3547
3547
|
long: "h:mm:ss a z",
|
|
3548
3548
|
medium: "h:mm:ss a",
|
|
3549
3549
|
short: "h:mm a"
|
|
3550
|
-
},
|
|
3550
|
+
}, Fr = {
|
|
3551
3551
|
full: "{{date}} 'at' {{time}}",
|
|
3552
3552
|
long: "{{date}} 'at' {{time}}",
|
|
3553
3553
|
medium: "{{date}}, {{time}}",
|
|
3554
3554
|
short: "{{date}}, {{time}}"
|
|
3555
|
-
},
|
|
3555
|
+
}, Wr = {
|
|
3556
3556
|
date: Jt({
|
|
3557
|
-
formats:
|
|
3557
|
+
formats: Br,
|
|
3558
3558
|
defaultWidth: "full"
|
|
3559
3559
|
}),
|
|
3560
3560
|
time: Jt({
|
|
3561
|
-
formats:
|
|
3561
|
+
formats: Nr,
|
|
3562
3562
|
defaultWidth: "full"
|
|
3563
3563
|
}),
|
|
3564
3564
|
dateTime: Jt({
|
|
3565
|
-
formats:
|
|
3565
|
+
formats: Fr,
|
|
3566
3566
|
defaultWidth: "full"
|
|
3567
3567
|
})
|
|
3568
|
-
},
|
|
3568
|
+
}, jr = {
|
|
3569
3569
|
lastWeek: "'last' eeee 'at' p",
|
|
3570
3570
|
yesterday: "'yesterday at' p",
|
|
3571
3571
|
today: "'today at' p",
|
|
3572
3572
|
tomorrow: "'tomorrow at' p",
|
|
3573
3573
|
nextWeek: "eeee 'at' p",
|
|
3574
3574
|
other: "P"
|
|
3575
|
-
}, Ir = (t, e, n, l) =>
|
|
3575
|
+
}, Ir = (t, e, n, l) => jr[t];
|
|
3576
3576
|
function Et(t) {
|
|
3577
3577
|
return (e, n) => {
|
|
3578
3578
|
const l = n != null && n.context ? String(n.context) : "standalone";
|
|
@@ -3888,7 +3888,7 @@ const ts = /^(\d+)(th|st|nd|rd)?/i, ns = /\d+/i, ls = {
|
|
|
3888
3888
|
}, ms = {
|
|
3889
3889
|
code: "en-US",
|
|
3890
3890
|
formatDistance: Vr,
|
|
3891
|
-
formatLong:
|
|
3891
|
+
formatLong: Wr,
|
|
3892
3892
|
formatRelative: Ir,
|
|
3893
3893
|
localize: Qr,
|
|
3894
3894
|
match: gs,
|
|
@@ -4619,17 +4619,13 @@ function Vn(t, e) {
|
|
|
4619
4619
|
const n = He(t), l = He(e);
|
|
4620
4620
|
return n.getFullYear() === l.getFullYear() && n.getMonth() === l.getMonth();
|
|
4621
4621
|
}
|
|
4622
|
-
function
|
|
4622
|
+
function Bn(t, e) {
|
|
4623
4623
|
const n = He(t);
|
|
4624
4624
|
return n.setDate(e), n;
|
|
4625
4625
|
}
|
|
4626
4626
|
function As(t) {
|
|
4627
4627
|
de(t, "svelte-1l1phzw", ":host{font:var(--goa-typography-body-s)}.bordered.svelte-1l1phzw.svelte-1l1phzw{display:inline-block;border:1px solid var(--goa-color-greyscale-700);border-radius:var(--goa-border-radius-m);padding:1rem}.calendar.svelte-1l1phzw.svelte-1l1phzw{display:grid;justify-items:center;grid-template-columns:repeat(7, 1fr);gap:2px 0;width:280px;font:var(--goa-typography-body-s)}h5.svelte-1l1phzw.svelte-1l1phzw{margin:0;font:var(--goa-typography-heading-xs)}.day.svelte-1l1phzw.svelte-1l1phzw{align-items:center;background:var(--goa-color-white);border:none;border-radius:var(--goa-border-radius-m);color:var(--goa-color-greyscale-black);display:inline-flex;font:var(--goa-typography-body-s);height:2.5rem;justify-content:center;margin:0;width:2.5rem}.day.other-month.svelte-1l1phzw.svelte-1l1phzw{color:var(--goa-color-greyscale-400)}.day.today.svelte-1l1phzw.svelte-1l1phzw{font-weight:var(--goa-font-weight-bold)}.day.svelte-1l1phzw.svelte-1l1phzw:focus-within{outline:var(--goa-border-width-l) solid var(--goa-color-interactive-focus)}.day.selected.svelte-1l1phzw.svelte-1l1phzw{background:var(--goa-color-interactive-default);color:var(--goa-color-greyscale-white)}.day.svelte-1l1phzw.svelte-1l1phzw:hover{background:var(--goa-color-greyscale-200);color:var(--goa-color-greyscale-black);cursor:pointer}.day.selected.svelte-1l1phzw.svelte-1l1phzw:hover{background:var(--goa-color-interactive-hover);text-decoration-color:var(--goa-color-white);color:var(--goa-color-greyscale-white)}.day.today.selected.svelte-1l1phzw.svelte-1l1phzw:hover{background:var(--goa-color-interactive-hover);text-decoration-color:var(--goa-color-white);color:var(--goa-color-greyscale-white)}.day.disabled.svelte-1l1phzw.svelte-1l1phzw{color:var(--goa-color-greyscale-400);cursor:default}.day.disabled.svelte-1l1phzw.svelte-1l1phzw:hover{background:var(--goa-color-white)}.day-num.svelte-1l1phzw.svelte-1l1phzw{width:100%;margin:0 6px;pointer-events:none;padding-bottom:2px}.selected.svelte-1l1phzw .day-num.svelte-1l1phzw{border-bottom:none;padding-bottom:0;width:1.5rem}.today.svelte-1l1phzw .day-num.svelte-1l1phzw{border-bottom:3px solid var(--goa-color-interactive-default)}.today.selected.svelte-1l1phzw .day-num.svelte-1l1phzw{border-bottom:3px solid var(--goa-color-greyscale-white)}");
|
|
4628
4628
|
}
|
|
4629
|
-
function Bn(t, e, n) {
|
|
4630
|
-
const l = t.slice();
|
|
4631
|
-
return l[27] = e[n], l;
|
|
4632
|
-
}
|
|
4633
4629
|
function Nn(t, e, n) {
|
|
4634
4630
|
const l = t.slice();
|
|
4635
4631
|
return l[27] = e[n], l;
|
|
@@ -4639,6 +4635,10 @@ function Fn(t, e, n) {
|
|
|
4639
4635
|
return l[27] = e[n], l;
|
|
4640
4636
|
}
|
|
4641
4637
|
function Wn(t, e, n) {
|
|
4638
|
+
const l = t.slice();
|
|
4639
|
+
return l[27] = e[n], l;
|
|
4640
|
+
}
|
|
4641
|
+
function jn(t, e, n) {
|
|
4642
4642
|
const l = t.slice();
|
|
4643
4643
|
return l[34] = e[n], l;
|
|
4644
4644
|
}
|
|
@@ -4900,7 +4900,7 @@ function Un(t) {
|
|
|
4900
4900
|
), i, o, r, s, a, c, d, u;
|
|
4901
4901
|
return {
|
|
4902
4902
|
c() {
|
|
4903
|
-
e = z("button"), n = z("div"), i = K(l), o =
|
|
4903
|
+
e = z("button"), n = z("div"), i = K(l), o = B(), f(n, "class", "day-num svelte-1l1phzw"), f(n, "data-testid", "date"), f(e, "aria-label", r = Ae(
|
|
4904
4904
|
/*d*/
|
|
4905
4905
|
t[27],
|
|
4906
4906
|
"PPPP"
|
|
@@ -4980,57 +4980,57 @@ function Un(t) {
|
|
|
4980
4980
|
};
|
|
4981
4981
|
}
|
|
4982
4982
|
function Os(t) {
|
|
4983
|
-
let e, n, l, i, o, r, s, a, c, d, u, m, g, h, v, b, y, k, p, q, H, M, x, E, P, V, L, A, te, O, S,
|
|
4983
|
+
let e, n, l, i, o, r, s, a, c, d, u, m, g, h, v, b, y, k, p, q, H, M, x, E, P, V, L, A, te, O, S, F, me = Le(
|
|
4984
4984
|
/*_months*/
|
|
4985
4985
|
t[16]
|
|
4986
4986
|
), R = [];
|
|
4987
|
-
for (let
|
|
4988
|
-
R[
|
|
4987
|
+
for (let W = 0; W < me.length; W += 1)
|
|
4988
|
+
R[W] = Yn(In(t, me, W));
|
|
4989
4989
|
let Z = Le(
|
|
4990
4990
|
/*_years*/
|
|
4991
4991
|
t[14]
|
|
4992
4992
|
), ve = [];
|
|
4993
|
-
for (let
|
|
4994
|
-
ve[
|
|
4993
|
+
for (let W = 0; W < Z.length; W += 1)
|
|
4994
|
+
ve[W] = Rn(jn(t, Z, W));
|
|
4995
4995
|
let ue = Le(
|
|
4996
4996
|
/*_previousMonthDays*/
|
|
4997
4997
|
t[12]
|
|
4998
4998
|
), he = [];
|
|
4999
|
-
for (let
|
|
5000
|
-
he[
|
|
4999
|
+
for (let W = 0; W < ue.length; W += 1)
|
|
5000
|
+
he[W] = Zn(Wn(t, ue, W));
|
|
5001
5001
|
let qe = Le(
|
|
5002
5002
|
/*_monthDays*/
|
|
5003
5003
|
t[11]
|
|
5004
5004
|
), _e = [];
|
|
5005
|
-
for (let
|
|
5006
|
-
_e[
|
|
5005
|
+
for (let W = 0; W < qe.length; W += 1)
|
|
5006
|
+
_e[W] = Gn(Fn(t, qe, W));
|
|
5007
5007
|
let Ve = Le(
|
|
5008
5008
|
/*_nextMonthDays*/
|
|
5009
5009
|
t[13]
|
|
5010
5010
|
), Ee = [];
|
|
5011
|
-
for (let
|
|
5012
|
-
Ee[
|
|
5011
|
+
for (let W = 0; W < Ve.length; W += 1)
|
|
5012
|
+
Ee[W] = Un(Nn(t, Ve, W));
|
|
5013
5013
|
return {
|
|
5014
5014
|
c() {
|
|
5015
|
-
var
|
|
5015
|
+
var W, we;
|
|
5016
5016
|
e = z("div"), n = z("goa-block"), l = z("goa-form-item"), i = z("goa-dropdown");
|
|
5017
5017
|
for (let ae = 0; ae < R.length; ae += 1)
|
|
5018
5018
|
R[ae].c();
|
|
5019
|
-
s =
|
|
5019
|
+
s = B(), a = z("goa-form-item"), c = z("goa-dropdown");
|
|
5020
5020
|
for (let ae = 0; ae < ve.length; ae += 1)
|
|
5021
5021
|
ve[ae].c();
|
|
5022
|
-
m =
|
|
5022
|
+
m = B(), g = z("div"), h = z("h5"), h.textContent = "Sun", v = B(), b = z("h5"), b.textContent = "Mon", y = B(), k = z("h5"), k.textContent = "Tue", p = B(), q = z("h5"), q.textContent = "Wed", H = B(), M = z("h5"), M.textContent = "Thu", x = B(), E = z("h5"), E.textContent = "Fri", P = B(), V = z("h5"), V.textContent = "Sat", L = B();
|
|
5023
5023
|
for (let ae = 0; ae < he.length; ae += 1)
|
|
5024
5024
|
he[ae].c();
|
|
5025
|
-
A =
|
|
5025
|
+
A = B();
|
|
5026
5026
|
for (let ae = 0; ae < _e.length; ae += 1)
|
|
5027
5027
|
_e[ae].c();
|
|
5028
|
-
te =
|
|
5028
|
+
te = B();
|
|
5029
5029
|
for (let ae = 0; ae < Ee.length; ae += 1)
|
|
5030
5030
|
Ee[ae].c();
|
|
5031
5031
|
C(i, "name", "month"), C(i, "arialabel", o = `${/*name*/
|
|
5032
5032
|
t[1]} month`), C(i, "data-testid", "months"), C(i, "width", "calc(314px / 2 - 1.5rem)"), C(i, "relative", "true"), C(i, "value", r = /*_calendarDate*/
|
|
5033
|
-
(
|
|
5033
|
+
(W = t[8]) == null ? void 0 : W.getMonth()), C(l, "label", "Month"), C(l, "mt", "0"), C(c, "name", "year"), C(c, "arialabel", d = `${/*name*/
|
|
5034
5034
|
t[1]} year`), C(c, "data-testid", "years"), C(c, "width", "calc(314px / 2 - 1.5rem)"), C(c, "relative", "true"), C(c, "value", u = /*_calendarDate*/
|
|
5035
5035
|
(we = t[8]) == null ? void 0 : we.getFullYear()), C(a, "label", "Year"), C(a, "mt", "0"), C(n, "mb", "m"), f(h, "class", "svelte-1l1phzw"), f(b, "class", "svelte-1l1phzw"), f(k, "class", "svelte-1l1phzw"), f(q, "class", "svelte-1l1phzw"), f(M, "class", "svelte-1l1phzw"), f(E, "class", "svelte-1l1phzw"), f(V, "class", "svelte-1l1phzw"), f(g, "data-testid", "calendar"), f(g, "class", "calendar svelte-1l1phzw"), f(e, "style", O = fe(
|
|
5036
5036
|
/*mt*/
|
|
@@ -5048,8 +5048,8 @@ function Os(t) {
|
|
|
5048
5048
|
t[6] === "true"
|
|
5049
5049
|
);
|
|
5050
5050
|
},
|
|
5051
|
-
m(
|
|
5052
|
-
T(
|
|
5051
|
+
m(W, we) {
|
|
5052
|
+
T(W, e, we), _(e, n), _(n, l), _(l, i);
|
|
5053
5053
|
for (let ae = 0; ae < R.length; ae += 1)
|
|
5054
5054
|
R[ae] && R[ae].m(i, null);
|
|
5055
5055
|
_(n, s), _(n, a), _(a, c);
|
|
@@ -5064,7 +5064,7 @@ function Os(t) {
|
|
|
5064
5064
|
_(g, te);
|
|
5065
5065
|
for (let ae = 0; ae < Ee.length; ae += 1)
|
|
5066
5066
|
Ee[ae] && Ee[ae].m(g, null);
|
|
5067
|
-
t[22](g), S || (
|
|
5067
|
+
t[22](g), S || (F = [
|
|
5068
5068
|
U(
|
|
5069
5069
|
i,
|
|
5070
5070
|
"_change",
|
|
@@ -5079,17 +5079,17 @@ function Os(t) {
|
|
|
5079
5079
|
)
|
|
5080
5080
|
], S = !0);
|
|
5081
5081
|
},
|
|
5082
|
-
p(
|
|
5083
|
-
var ae,
|
|
5082
|
+
p(W, we) {
|
|
5083
|
+
var ae, Ne;
|
|
5084
5084
|
if (we[0] & /*_months*/
|
|
5085
5085
|
65536) {
|
|
5086
5086
|
me = Le(
|
|
5087
5087
|
/*_months*/
|
|
5088
|
-
|
|
5088
|
+
W[16]
|
|
5089
5089
|
);
|
|
5090
5090
|
let ee;
|
|
5091
5091
|
for (ee = 0; ee < me.length; ee += 1) {
|
|
5092
|
-
const Se = In(
|
|
5092
|
+
const Se = In(W, me, ee);
|
|
5093
5093
|
R[ee] ? R[ee].p(Se, we) : (R[ee] = Yn(Se), R[ee].c(), R[ee].m(i, null));
|
|
5094
5094
|
}
|
|
5095
5095
|
for (; ee < R.length; ee += 1)
|
|
@@ -5098,17 +5098,17 @@ function Os(t) {
|
|
|
5098
5098
|
}
|
|
5099
5099
|
if (we[0] & /*name*/
|
|
5100
5100
|
2 && o !== (o = `${/*name*/
|
|
5101
|
-
|
|
5101
|
+
W[1]} month`) && C(i, "arialabel", o), we[0] & /*_calendarDate*/
|
|
5102
5102
|
256 && r !== (r = /*_calendarDate*/
|
|
5103
|
-
(ae =
|
|
5103
|
+
(ae = W[8]) == null ? void 0 : ae.getMonth()) && C(i, "value", r), we[0] & /*_years*/
|
|
5104
5104
|
16384) {
|
|
5105
5105
|
Z = Le(
|
|
5106
5106
|
/*_years*/
|
|
5107
|
-
|
|
5107
|
+
W[14]
|
|
5108
5108
|
);
|
|
5109
5109
|
let ee;
|
|
5110
5110
|
for (ee = 0; ee < Z.length; ee += 1) {
|
|
5111
|
-
const Se =
|
|
5111
|
+
const Se = jn(W, Z, ee);
|
|
5112
5112
|
ve[ee] ? ve[ee].p(Se, we) : (ve[ee] = Rn(Se), ve[ee].c(), ve[ee].m(c, null));
|
|
5113
5113
|
}
|
|
5114
5114
|
for (; ee < ve.length; ee += 1)
|
|
@@ -5117,17 +5117,17 @@ function Os(t) {
|
|
|
5117
5117
|
}
|
|
5118
5118
|
if (we[0] & /*name*/
|
|
5119
5119
|
2 && d !== (d = `${/*name*/
|
|
5120
|
-
|
|
5120
|
+
W[1]} year`) && C(c, "arialabel", d), we[0] & /*_calendarDate*/
|
|
5121
5121
|
256 && u !== (u = /*_calendarDate*/
|
|
5122
|
-
(
|
|
5122
|
+
(Ne = W[8]) == null ? void 0 : Ne.getFullYear()) && C(c, "value", u), we[0] & /*_previousMonthDays, _calendarDate, _min, _max, onDateClick*/
|
|
5123
5123
|
530176) {
|
|
5124
5124
|
ue = Le(
|
|
5125
5125
|
/*_previousMonthDays*/
|
|
5126
|
-
|
|
5126
|
+
W[12]
|
|
5127
5127
|
);
|
|
5128
5128
|
let ee;
|
|
5129
5129
|
for (ee = 0; ee < ue.length; ee += 1) {
|
|
5130
|
-
const Se =
|
|
5130
|
+
const Se = Wn(W, ue, ee);
|
|
5131
5131
|
he[ee] ? he[ee].p(Se, we) : (he[ee] = Zn(Se), he[ee].c(), he[ee].m(g, A));
|
|
5132
5132
|
}
|
|
5133
5133
|
for (; ee < he.length; ee += 1)
|
|
@@ -5138,11 +5138,11 @@ function Os(t) {
|
|
|
5138
5138
|
528257) {
|
|
5139
5139
|
qe = Le(
|
|
5140
5140
|
/*_monthDays*/
|
|
5141
|
-
|
|
5141
|
+
W[11]
|
|
5142
5142
|
);
|
|
5143
5143
|
let ee;
|
|
5144
5144
|
for (ee = 0; ee < qe.length; ee += 1) {
|
|
5145
|
-
const Se =
|
|
5145
|
+
const Se = Fn(W, qe, ee);
|
|
5146
5146
|
_e[ee] ? _e[ee].p(Se, we) : (_e[ee] = Gn(Se), _e[ee].c(), _e[ee].m(g, te));
|
|
5147
5147
|
}
|
|
5148
5148
|
for (; ee < _e.length; ee += 1)
|
|
@@ -5153,11 +5153,11 @@ function Os(t) {
|
|
|
5153
5153
|
534272) {
|
|
5154
5154
|
Ve = Le(
|
|
5155
5155
|
/*_nextMonthDays*/
|
|
5156
|
-
|
|
5156
|
+
W[13]
|
|
5157
5157
|
);
|
|
5158
5158
|
let ee;
|
|
5159
5159
|
for (ee = 0; ee < Ve.length; ee += 1) {
|
|
5160
|
-
const Se =
|
|
5160
|
+
const Se = Nn(W, Ve, ee);
|
|
5161
5161
|
Ee[ee] ? Ee[ee].p(Se, we) : (Ee[ee] = Un(Se), Ee[ee].c(), Ee[ee].m(g, null));
|
|
5162
5162
|
}
|
|
5163
5163
|
for (; ee < Ee.length; ee += 1)
|
|
@@ -5167,25 +5167,25 @@ function Os(t) {
|
|
|
5167
5167
|
we[0] & /*mt, mr, mb, ml*/
|
|
5168
5168
|
60 && O !== (O = fe(
|
|
5169
5169
|
/*mt*/
|
|
5170
|
-
|
|
5170
|
+
W[2],
|
|
5171
5171
|
/*mr*/
|
|
5172
|
-
|
|
5172
|
+
W[3],
|
|
5173
5173
|
/*mb*/
|
|
5174
|
-
|
|
5174
|
+
W[4],
|
|
5175
5175
|
/*ml*/
|
|
5176
|
-
|
|
5176
|
+
W[5]
|
|
5177
5177
|
)) && f(e, "style", O), we[0] & /*bordered*/
|
|
5178
5178
|
64 && I(
|
|
5179
5179
|
e,
|
|
5180
5180
|
"bordered",
|
|
5181
5181
|
/*bordered*/
|
|
5182
|
-
|
|
5182
|
+
W[6] === "true"
|
|
5183
5183
|
);
|
|
5184
5184
|
},
|
|
5185
5185
|
i: le,
|
|
5186
5186
|
o: le,
|
|
5187
|
-
d(
|
|
5188
|
-
|
|
5187
|
+
d(W) {
|
|
5188
|
+
W && D(e), Ke(R, W), Ke(ve, W), Ke(he, W), Ke(_e, W), Ke(Ee, W), t[22](null), S = !1, De(F);
|
|
5189
5189
|
}
|
|
5190
5190
|
};
|
|
5191
5191
|
}
|
|
@@ -5208,7 +5208,7 @@ function Vs(t, e, n) {
|
|
|
5208
5208
|
n(8, g = n(7, m = ct(i ? new Date(i) : /* @__PURE__ */ new Date()))), n(9, h = o && new Date(o) || lt(m, -5)), n(10, v = r && new Date(r) || lt(m, 5));
|
|
5209
5209
|
const O = v.getFullYear() - h.getFullYear() + 1;
|
|
5210
5210
|
let S = h.getFullYear();
|
|
5211
|
-
n(14, H = new Array(O).fill(void 0).map((
|
|
5211
|
+
n(14, H = new Array(O).fill(void 0).map((F, me) => `${S + me}`).sort()), E(), await Me(), x({ type: "date", value: m });
|
|
5212
5212
|
});
|
|
5213
5213
|
function x(O) {
|
|
5214
5214
|
switch (O.type) {
|
|
@@ -5226,45 +5226,45 @@ function Vs(t, e, n) {
|
|
|
5226
5226
|
return;
|
|
5227
5227
|
const S = Ss(g);
|
|
5228
5228
|
n(11, b = new Array(S).fill(void 0).map((R, Z) => new Date(g.getFullYear(), g.getMonth(), Z + 1)));
|
|
5229
|
-
const
|
|
5229
|
+
const F = On(tt(g, -1)), me = Bn(g, 1);
|
|
5230
5230
|
n(12, y = []);
|
|
5231
5231
|
for (let R = 0; R < me.getDay(); R++)
|
|
5232
|
-
n(12, y = [...y,
|
|
5232
|
+
n(12, y = [...y, je(F, -R)]);
|
|
5233
5233
|
if (y.reverse(), n(13, k = []), p = 7 - (y.length + b.length) % 7, p < 7) {
|
|
5234
|
-
const R =
|
|
5234
|
+
const R = Bn(tt(g, 1), 1);
|
|
5235
5235
|
for (let Z = 0; Z < p; Z++)
|
|
5236
|
-
n(13, k = [...k,
|
|
5236
|
+
n(13, k = [...k, je(R, Z)]);
|
|
5237
5237
|
}
|
|
5238
5238
|
}
|
|
5239
5239
|
function E() {
|
|
5240
|
-
const O = async (S,
|
|
5241
|
-
if (S.stopPropagation(), S.preventDefault(),
|
|
5240
|
+
const O = async (S, F) => {
|
|
5241
|
+
if (S.stopPropagation(), S.preventDefault(), F < h || F > v)
|
|
5242
5242
|
return;
|
|
5243
|
-
Vn(
|
|
5244
|
-
const me = M.querySelector(`[data-date="${
|
|
5243
|
+
Vn(F, g) || x({ type: "date", value: F }), n(8, g = F), await Me();
|
|
5244
|
+
const me = M.querySelector(`[data-date="${F.getTime()}"]`);
|
|
5245
5245
|
me == null || me.focus();
|
|
5246
5246
|
};
|
|
5247
5247
|
M.addEventListener("keydown", (S) => {
|
|
5248
5248
|
switch (S.key) {
|
|
5249
5249
|
case "ArrowUp":
|
|
5250
|
-
O(S,
|
|
5250
|
+
O(S, je(g, -7));
|
|
5251
5251
|
break;
|
|
5252
5252
|
case "ArrowDown":
|
|
5253
|
-
O(S,
|
|
5253
|
+
O(S, je(g, 7));
|
|
5254
5254
|
break;
|
|
5255
5255
|
case "ArrowLeft":
|
|
5256
|
-
O(S,
|
|
5256
|
+
O(S, je(g, -1));
|
|
5257
5257
|
break;
|
|
5258
5258
|
case "ArrowRight":
|
|
5259
|
-
O(S,
|
|
5259
|
+
O(S, je(g, 1));
|
|
5260
5260
|
break;
|
|
5261
5261
|
case "Delete":
|
|
5262
5262
|
case "Backspace":
|
|
5263
5263
|
n(7, m = null);
|
|
5264
5264
|
break;
|
|
5265
5265
|
case "Home": {
|
|
5266
|
-
let
|
|
5267
|
-
|
|
5266
|
+
let F = new Date(g);
|
|
5267
|
+
F.setDate(1), O(S, F);
|
|
5268
5268
|
break;
|
|
5269
5269
|
}
|
|
5270
5270
|
case "End":
|
|
@@ -5301,10 +5301,10 @@ function Vs(t, e, n) {
|
|
|
5301
5301
|
x({ type: "year", value: +O.detail.value }), O.preventDefault(), O.stopPropagation();
|
|
5302
5302
|
}
|
|
5303
5303
|
function A(O) {
|
|
5304
|
-
const S = O.target,
|
|
5305
|
-
if (!
|
|
5304
|
+
const S = O.target, F = parseInt(S.dataset.date || "0");
|
|
5305
|
+
if (!F)
|
|
5306
5306
|
return;
|
|
5307
|
-
const me = new Date(
|
|
5307
|
+
const me = new Date(F);
|
|
5308
5308
|
me < h || me > v || (Vn(me, g) || x({ type: "date", value: me }), n(7, m = n(8, g = me)), P());
|
|
5309
5309
|
}
|
|
5310
5310
|
function te(O) {
|
|
@@ -5340,7 +5340,7 @@ function Vs(t, e, n) {
|
|
|
5340
5340
|
te
|
|
5341
5341
|
];
|
|
5342
5342
|
}
|
|
5343
|
-
class
|
|
5343
|
+
class Bs extends se {
|
|
5344
5344
|
constructor(e) {
|
|
5345
5345
|
super(), oe(
|
|
5346
5346
|
this,
|
|
@@ -5418,8 +5418,8 @@ class js extends se {
|
|
|
5418
5418
|
this.$$set({ bordered: e }), w();
|
|
5419
5419
|
}
|
|
5420
5420
|
}
|
|
5421
|
-
customElements.define("goa-calendar", re(
|
|
5422
|
-
function
|
|
5421
|
+
customElements.define("goa-calendar", re(Bs, { name: {}, value: {}, min: {}, max: {}, mt: {}, mr: {}, mb: {}, ml: {}, bordered: {} }, [], [], !0));
|
|
5422
|
+
function Ns(t) {
|
|
5423
5423
|
de(t, "svelte-ygz0zq", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.notification.svelte-ygz0zq.svelte-ygz0zq{display:flex;align-items:stretch;overflow:hidden;font:var(--goa-typography-body-m)}h3.svelte-ygz0zq.svelte-ygz0zq{font-size:var(--goa-font-size-7);line-height:var(--goa-line-height-2);font-weight:var(--goa-font-weight-regular);margin-top:var(--goa-space-none);margin-bottom:var(--goa-space-m)}.emergency.svelte-ygz0zq.svelte-ygz0zq{background-color:var(--goa-color-emergency-default)}.important.svelte-ygz0zq.svelte-ygz0zq{background-color:var(--goa-color-warning-default)}.information.svelte-ygz0zq.svelte-ygz0zq{background-color:var(--goa-color-info-default)}.event.svelte-ygz0zq.svelte-ygz0zq{background-color:var(--goa-color-info-default)}.success.svelte-ygz0zq.svelte-ygz0zq{background-color:var(--goa-color-success-default)}.icon.svelte-ygz0zq.svelte-ygz0zq{text-align:center;padding-top:var(--goa-space-l);padding-left:var(--goa-space-s);padding-right:var(--goa-space-s)}.content.svelte-ygz0zq.svelte-ygz0zq{flex:1 1 auto;background-color:var(--goa-color-greyscale-100);padding:var(--goa-space-l)}.notification.medium.svelte-ygz0zq.svelte-ygz0zq{font:var(--goa-typography-body-s)}h3.medium.svelte-ygz0zq.svelte-ygz0zq{font:var(--goa-typography-heading-xs);margin-bottom:var(--goa-space-2xs)}.notification.medium.svelte-ygz0zq .content.svelte-ygz0zq{padding:var(--goa-space-s);margin-top:calc(-1 * var(--goa-space-3xs))}.notification.medium.svelte-ygz0zq .icon.svelte-ygz0zq{padding-top:var(--goa-space-s);padding-left:var(--goa-space-2xs);padding-right:var(--goa-space-2xs)}");
|
|
5424
5424
|
}
|
|
5425
5425
|
function Kn(t) {
|
|
@@ -5458,9 +5458,9 @@ function Kn(t) {
|
|
|
5458
5458
|
}
|
|
5459
5459
|
};
|
|
5460
5460
|
}
|
|
5461
|
-
function
|
|
5461
|
+
function Fs(t) {
|
|
5462
5462
|
let e, n, l, i, o, r, s, a, c, d, u, m;
|
|
5463
|
-
|
|
5463
|
+
We(
|
|
5464
5464
|
/*onwindowresize*/
|
|
5465
5465
|
t[14]
|
|
5466
5466
|
);
|
|
@@ -5480,7 +5480,7 @@ function Ns(t) {
|
|
|
5480
5480
|
);
|
|
5481
5481
|
return {
|
|
5482
5482
|
c() {
|
|
5483
|
-
e = z("div"), n = z("span"), l = z("goa-icon"), r =
|
|
5483
|
+
e = z("div"), n = z("span"), l = z("goa-icon"), r = B(), s = z("span"), g && g.c(), a = B(), v && v.c(), C(
|
|
5484
5484
|
l,
|
|
5485
5485
|
"type",
|
|
5486
5486
|
/*iconType*/
|
|
@@ -5582,17 +5582,17 @@ function Ns(t) {
|
|
|
5582
5582
|
);
|
|
5583
5583
|
},
|
|
5584
5584
|
i(b) {
|
|
5585
|
-
d || (
|
|
5585
|
+
d || (N(v, b), d = !0);
|
|
5586
5586
|
},
|
|
5587
5587
|
o(b) {
|
|
5588
|
-
|
|
5588
|
+
j(v, b), d = !1;
|
|
5589
5589
|
},
|
|
5590
5590
|
d(b) {
|
|
5591
5591
|
b && D(e), g && g.d(), v && v.d(b), u = !1, m();
|
|
5592
5592
|
}
|
|
5593
5593
|
};
|
|
5594
5594
|
}
|
|
5595
|
-
function
|
|
5595
|
+
function Ws(t, e, n) {
|
|
5596
5596
|
let l, i, { $$slots: o = {}, $$scope: r } = e;
|
|
5597
5597
|
const [s, a] = ke("Callout type", ["emergency", "important", "information", "event", "success"], !0), [c, d] = ke("Callout size", ["medium", "large"]);
|
|
5598
5598
|
let { mt: u = null } = e, { mr: m = null } = e, { mb: g = "l" } = e, { ml: h = null } = e, { size: v = "large" } = e, { type: b } = e, { heading: y = "" } = e, { testid: k = "" } = e, p = 0, q = "medium";
|
|
@@ -5628,13 +5628,13 @@ function Fs(t, e, n) {
|
|
|
5628
5628
|
H
|
|
5629
5629
|
];
|
|
5630
5630
|
}
|
|
5631
|
-
class
|
|
5631
|
+
class js extends se {
|
|
5632
5632
|
constructor(e) {
|
|
5633
5633
|
super(), oe(
|
|
5634
5634
|
this,
|
|
5635
5635
|
e,
|
|
5636
|
+
Ws,
|
|
5636
5637
|
Fs,
|
|
5637
|
-
Ns,
|
|
5638
5638
|
ie,
|
|
5639
5639
|
{
|
|
5640
5640
|
mt: 0,
|
|
@@ -5646,7 +5646,7 @@ class Ws extends se {
|
|
|
5646
5646
|
heading: 5,
|
|
5647
5647
|
testid: 6
|
|
5648
5648
|
},
|
|
5649
|
-
|
|
5649
|
+
Ns
|
|
5650
5650
|
);
|
|
5651
5651
|
}
|
|
5652
5652
|
get mt() {
|
|
@@ -5698,7 +5698,7 @@ class Ws extends se {
|
|
|
5698
5698
|
this.$$set({ testid: e }), w();
|
|
5699
5699
|
}
|
|
5700
5700
|
}
|
|
5701
|
-
customElements.define("goa-callout", re(
|
|
5701
|
+
customElements.define("goa-callout", re(js, { mt: {}, mr: {}, mb: {}, ml: {}, size: {}, type: {}, heading: {}, testid: {} }, ["default"], [], !0));
|
|
5702
5702
|
function Is(t) {
|
|
5703
5703
|
let e, n, l;
|
|
5704
5704
|
const i = (
|
|
@@ -5740,10 +5740,10 @@ function Is(t) {
|
|
|
5740
5740
|
);
|
|
5741
5741
|
},
|
|
5742
5742
|
i(r) {
|
|
5743
|
-
l || (
|
|
5743
|
+
l || (N(o, r), l = !0);
|
|
5744
5744
|
},
|
|
5745
5745
|
o(r) {
|
|
5746
|
-
|
|
5746
|
+
j(o, r), l = !1;
|
|
5747
5747
|
},
|
|
5748
5748
|
d(r) {
|
|
5749
5749
|
r && D(e), o && o.d(r);
|
|
@@ -5806,10 +5806,10 @@ function Gs(t) {
|
|
|
5806
5806
|
);
|
|
5807
5807
|
},
|
|
5808
5808
|
i(o) {
|
|
5809
|
-
n || (
|
|
5809
|
+
n || (N(i, o), n = !0);
|
|
5810
5810
|
},
|
|
5811
5811
|
o(o) {
|
|
5812
|
-
|
|
5812
|
+
j(i, o), n = !1;
|
|
5813
5813
|
},
|
|
5814
5814
|
d(o) {
|
|
5815
5815
|
o && D(e), i && i.d(o);
|
|
@@ -5910,10 +5910,10 @@ function Qs(t) {
|
|
|
5910
5910
|
s[0]});`))) && f(n, "style", l);
|
|
5911
5911
|
},
|
|
5912
5912
|
i(s) {
|
|
5913
|
-
i || (
|
|
5913
|
+
i || (N(r, s), i = !0);
|
|
5914
5914
|
},
|
|
5915
5915
|
o(s) {
|
|
5916
|
-
|
|
5916
|
+
j(r, s), i = !1;
|
|
5917
5917
|
},
|
|
5918
5918
|
d(s) {
|
|
5919
5919
|
s && D(e), r && r.d(s);
|
|
@@ -6041,10 +6041,10 @@ function ta(t) {
|
|
|
6041
6041
|
);
|
|
6042
6042
|
},
|
|
6043
6043
|
i(o) {
|
|
6044
|
-
n || (
|
|
6044
|
+
n || (N(i, o), n = !0);
|
|
6045
6045
|
},
|
|
6046
6046
|
o(o) {
|
|
6047
|
-
|
|
6047
|
+
j(i, o), n = !1;
|
|
6048
6048
|
},
|
|
6049
6049
|
d(o) {
|
|
6050
6050
|
o && D(e), i && i.d(o);
|
|
@@ -6184,7 +6184,7 @@ function Qn(t) {
|
|
|
6184
6184
|
);
|
|
6185
6185
|
return {
|
|
6186
6186
|
c() {
|
|
6187
|
-
e = z("div"), r && r.c(), n =
|
|
6187
|
+
e = z("div"), r && r.c(), n = B(), l = K(
|
|
6188
6188
|
/*description*/
|
|
6189
6189
|
t[5]
|
|
6190
6190
|
), f(e, "class", "description-text svelte-wtanoq"), f(
|
|
@@ -6230,10 +6230,10 @@ function Qn(t) {
|
|
|
6230
6230
|
);
|
|
6231
6231
|
},
|
|
6232
6232
|
i(s) {
|
|
6233
|
-
i || (
|
|
6233
|
+
i || (N(r, s), i = !0);
|
|
6234
6234
|
},
|
|
6235
6235
|
o(s) {
|
|
6236
|
-
|
|
6236
|
+
j(r, s), i = !1;
|
|
6237
6237
|
},
|
|
6238
6238
|
d(s) {
|
|
6239
6239
|
s && D(e), r && r.d(s);
|
|
@@ -6272,7 +6272,7 @@ function ga(t) {
|
|
|
6272
6272
|
);
|
|
6273
6273
|
return {
|
|
6274
6274
|
c() {
|
|
6275
|
-
e = z("div"), n = z("label"), l = z("div"), i = z("input"), a =
|
|
6275
|
+
e = z("div"), n = z("label"), l = z("div"), i = z("input"), a = B(), p && p.c(), c = B(), d = z("div"), u = z("div"), M && M.c(), m = B(), x && x.c(), f(
|
|
6276
6276
|
i,
|
|
6277
6277
|
"id",
|
|
6278
6278
|
/*name*/
|
|
@@ -6414,7 +6414,7 @@ function ga(t) {
|
|
|
6414
6414
|
), /*$$slots*/
|
|
6415
6415
|
E[17].description || /*description*/
|
|
6416
6416
|
E[5] ? x ? (x.p(E, P), P & /*$$slots, description*/
|
|
6417
|
-
131104 &&
|
|
6417
|
+
131104 && N(x, 1)) : (x = Qn(E), x.c(), N(x, 1), x.m(e, null)) : x && (Te(), j(x, 1, 1, () => {
|
|
6418
6418
|
x = null;
|
|
6419
6419
|
}), Pe()), (!h || P & /*mt, mr, mb, ml*/
|
|
6420
6420
|
960 && g !== (g = fe(
|
|
@@ -6429,10 +6429,10 @@ function ga(t) {
|
|
|
6429
6429
|
))) && f(e, "style", g);
|
|
6430
6430
|
},
|
|
6431
6431
|
i(E) {
|
|
6432
|
-
h || (
|
|
6432
|
+
h || (N(M, E), N(x), h = !0);
|
|
6433
6433
|
},
|
|
6434
6434
|
o(E) {
|
|
6435
|
-
|
|
6435
|
+
j(M, E), j(x), h = !1;
|
|
6436
6436
|
},
|
|
6437
6437
|
d(E) {
|
|
6438
6438
|
E && D(e), t[23](null), p && p.d(), M && M.d(E), x && x.d(), v = !1, b();
|
|
@@ -6686,10 +6686,10 @@ function ba(t) {
|
|
|
6686
6686
|
);
|
|
6687
6687
|
return {
|
|
6688
6688
|
c() {
|
|
6689
|
-
e = z("div"), c && c.c(), n =
|
|
6689
|
+
e = z("div"), c && c.c(), n = B(), l = z("div"), i = K(
|
|
6690
6690
|
/*content*/
|
|
6691
6691
|
t[5]
|
|
6692
|
-
), o =
|
|
6692
|
+
), o = B(), d && d.c(), f(l, "class", "text svelte-1if6dy0"), f(
|
|
6693
6693
|
e,
|
|
6694
6694
|
"data-testid",
|
|
6695
6695
|
/*testid*/
|
|
@@ -7018,9 +7018,9 @@ function tl(t) {
|
|
|
7018
7018
|
},
|
|
7019
7019
|
p(s, a) {
|
|
7020
7020
|
let c = e;
|
|
7021
|
-
e = r(s), e === c ? ~e && o[e].p(s, a) : (n && (Te(),
|
|
7021
|
+
e = r(s), e === c ? ~e && o[e].p(s, a) : (n && (Te(), j(o[c], 1, 1, () => {
|
|
7022
7022
|
o[c] = null;
|
|
7023
|
-
}), Pe()), ~e ? (n = o[e], n ? n.p(s, a) : (n = o[e] = i[e](s), n.c()),
|
|
7023
|
+
}), Pe()), ~e ? (n = o[e], n ? n.p(s, a) : (n = o[e] = i[e](s), n.c()), N(n, 1), n.m(l.parentNode, l)) : n = null);
|
|
7024
7024
|
},
|
|
7025
7025
|
d(s) {
|
|
7026
7026
|
s && D(l), ~e && o[e].d(s);
|
|
@@ -7034,7 +7034,7 @@ function za(t) {
|
|
|
7034
7034
|
);
|
|
7035
7035
|
return {
|
|
7036
7036
|
c() {
|
|
7037
|
-
e = z("div"), n = z("goa-spinner"), l =
|
|
7037
|
+
e = z("div"), n = z("goa-spinner"), l = B(), o && o.c(), C(
|
|
7038
7038
|
n,
|
|
7039
7039
|
"size",
|
|
7040
7040
|
/*spinnerSize*/
|
|
@@ -7093,7 +7093,7 @@ function Ca(t) {
|
|
|
7093
7093
|
);
|
|
7094
7094
|
return {
|
|
7095
7095
|
c() {
|
|
7096
|
-
e = z("div"), n = z("goa-spinner"), l =
|
|
7096
|
+
e = z("div"), n = z("goa-spinner"), l = B(), a && a.c(), C(
|
|
7097
7097
|
n,
|
|
7098
7098
|
"size",
|
|
7099
7099
|
/*spinnerSize*/
|
|
@@ -7111,7 +7111,7 @@ function Ca(t) {
|
|
|
7111
7111
|
);
|
|
7112
7112
|
},
|
|
7113
7113
|
m(c, d) {
|
|
7114
|
-
T(c, e, d), _(e, n), _(e, l), a && a.m(e, null), o = !0, r || (s =
|
|
7114
|
+
T(c, e, d), _(e, n), _(e, l), a && a.m(e, null), o = !0, r || (s = Ni(no.call(null, e, { enable: !0 })), r = !0);
|
|
7115
7115
|
},
|
|
7116
7116
|
p(c, d) {
|
|
7117
7117
|
(!o || d & /*spinnerSize*/
|
|
@@ -7136,7 +7136,7 @@ function Ca(t) {
|
|
|
7136
7136
|
);
|
|
7137
7137
|
},
|
|
7138
7138
|
i(c) {
|
|
7139
|
-
o || (c &&
|
|
7139
|
+
o || (c && We(() => {
|
|
7140
7140
|
o && (i || (i = Yt(e, Ct, { duration: 300 }, !0)), i.run(1));
|
|
7141
7141
|
}), o = !0);
|
|
7142
7142
|
},
|
|
@@ -7339,10 +7339,10 @@ function rl(t) {
|
|
|
7339
7339
|
);
|
|
7340
7340
|
},
|
|
7341
7341
|
i(o) {
|
|
7342
|
-
n || (
|
|
7342
|
+
n || (N(i, o), n = !0);
|
|
7343
7343
|
},
|
|
7344
7344
|
o(o) {
|
|
7345
|
-
|
|
7345
|
+
j(i, o), n = !1;
|
|
7346
7346
|
},
|
|
7347
7347
|
d(o) {
|
|
7348
7348
|
o && D(e), i && i.d(o);
|
|
@@ -7390,10 +7390,10 @@ function sl(t) {
|
|
|
7390
7390
|
);
|
|
7391
7391
|
},
|
|
7392
7392
|
i(o) {
|
|
7393
|
-
n || (
|
|
7393
|
+
n || (N(i, o), n = !0);
|
|
7394
7394
|
},
|
|
7395
7395
|
o(o) {
|
|
7396
|
-
|
|
7396
|
+
j(i, o), n = !1;
|
|
7397
7397
|
},
|
|
7398
7398
|
d(o) {
|
|
7399
7399
|
o && D(e), i && i.d(o);
|
|
@@ -7420,7 +7420,7 @@ function Da(t) {
|
|
|
7420
7420
|
);
|
|
7421
7421
|
return {
|
|
7422
7422
|
c() {
|
|
7423
|
-
e = z("div"), n = z("header"), d && d.c(), l =
|
|
7423
|
+
e = z("div"), n = z("header"), d && d.c(), l = B(), u && u.c(), o = B(), r = z("div"), g && g.c(), f(n, "class", i = "heading--" + /*accent*/
|
|
7424
7424
|
t[1] + " svelte-qyrub5"), f(r, "class", "content svelte-qyrub5"), f(
|
|
7425
7425
|
e,
|
|
7426
7426
|
"data-testid",
|
|
@@ -7451,11 +7451,11 @@ function Da(t) {
|
|
|
7451
7451
|
p(h, [v]) {
|
|
7452
7452
|
/*$$slots*/
|
|
7453
7453
|
h[8].title ? d ? (d.p(h, v), v & /*$$slots*/
|
|
7454
|
-
256 &&
|
|
7454
|
+
256 && N(d, 1)) : (d = rl(h), d.c(), N(d, 1), d.m(n, l)) : d && (Te(), j(d, 1, 1, () => {
|
|
7455
7455
|
d = null;
|
|
7456
7456
|
}), Pe()), /*$$slots*/
|
|
7457
7457
|
h[8].actions ? u ? (u.p(h, v), v & /*$$slots*/
|
|
7458
|
-
256 &&
|
|
7458
|
+
256 && N(u, 1)) : (u = sl(h), u.c(), N(u, 1), u.m(n, null)) : u && (Te(), j(u, 1, 1, () => {
|
|
7459
7459
|
u = null;
|
|
7460
7460
|
}), Pe()), (!c || v & /*accent*/
|
|
7461
7461
|
2 && i !== (i = "heading--" + /*accent*/
|
|
@@ -7505,10 +7505,10 @@ function Da(t) {
|
|
|
7505
7505
|
`) + " svelte-qyrub5")) && f(e, "class", a);
|
|
7506
7506
|
},
|
|
7507
7507
|
i(h) {
|
|
7508
|
-
c || (
|
|
7508
|
+
c || (N(d), N(u), N(g, h), c = !0);
|
|
7509
7509
|
},
|
|
7510
7510
|
o(h) {
|
|
7511
|
-
|
|
7511
|
+
j(d), j(u), j(g, h), c = !1;
|
|
7512
7512
|
},
|
|
7513
7513
|
d(h) {
|
|
7514
7514
|
h && D(e), d && d.d(), u && u.d(), g && g.d(h);
|
|
@@ -7600,7 +7600,7 @@ function Sa(t) {
|
|
|
7600
7600
|
let e, n, l, i, o, r, s;
|
|
7601
7601
|
return {
|
|
7602
7602
|
c() {
|
|
7603
|
-
e = z("goa-popover"), n = z("goa-input"), i =
|
|
7603
|
+
e = z("goa-popover"), n = z("goa-input"), i = B(), o = z("goa-calendar"), C(n, "slot", "target"), C(n, "readonly", "true"), C(n, "trailingicon", "calendar"), C(n, "value", l = /*formatDate*/
|
|
7604
7604
|
t[13](
|
|
7605
7605
|
/*_date*/
|
|
7606
7606
|
t[9]
|
|
@@ -7787,28 +7787,28 @@ function Aa(t, e, n) {
|
|
|
7787
7787
|
}
|
|
7788
7788
|
switch (E.key) {
|
|
7789
7789
|
case "ArrowLeft":
|
|
7790
|
-
n(9, g || (g =
|
|
7790
|
+
n(9, g || (g = je(
|
|
7791
7791
|
/* @__PURE__ */ new Date(),
|
|
7792
7792
|
1
|
|
7793
|
-
))), n(9, g =
|
|
7793
|
+
))), n(9, g = je(g, -1));
|
|
7794
7794
|
break;
|
|
7795
7795
|
case "ArrowRight":
|
|
7796
|
-
n(9, g || (g =
|
|
7796
|
+
n(9, g || (g = je(
|
|
7797
7797
|
/* @__PURE__ */ new Date(),
|
|
7798
7798
|
-1
|
|
7799
|
-
))), n(9, g =
|
|
7799
|
+
))), n(9, g = je(g, 1));
|
|
7800
7800
|
break;
|
|
7801
7801
|
case "ArrowDown":
|
|
7802
|
-
n(9, g || (g =
|
|
7802
|
+
n(9, g || (g = je(
|
|
7803
7803
|
/* @__PURE__ */ new Date(),
|
|
7804
7804
|
-7
|
|
7805
|
-
))), n(9, g =
|
|
7805
|
+
))), n(9, g = je(g, 7));
|
|
7806
7806
|
break;
|
|
7807
7807
|
case "ArrowUp":
|
|
7808
|
-
n(9, g || (g =
|
|
7808
|
+
n(9, g || (g = je(
|
|
7809
7809
|
/* @__PURE__ */ new Date(),
|
|
7810
7810
|
7
|
|
7811
|
-
))), n(9, g =
|
|
7811
|
+
))), n(9, g = je(g, -7));
|
|
7812
7812
|
break;
|
|
7813
7813
|
case "PageUp":
|
|
7814
7814
|
n(9, g || (g = E.shiftKey ? lt(/* @__PURE__ */ new Date(), 1) : tt(
|
|
@@ -7919,7 +7919,7 @@ customElements.define("goa-date-picker", re(Oa, { value: {}, min: {}, max: {}, r
|
|
|
7919
7919
|
function Va(t) {
|
|
7920
7920
|
de(t, "svelte-zd8ye8", ":host{font-family:var(--goa-font-family-sans)}details.svelte-zd8ye8.svelte-zd8ye8{max-width:75ch;position:relative}details.svelte-zd8ye8 ::slotted(*){font:var(--goa-typography-body-m)}summary.svelte-zd8ye8.svelte-zd8ye8{padding:0.5rem;margin-bottom:0.5rem;cursor:pointer;list-style:none;display:flex;align-items:flex-start}goa-icon.svelte-zd8ye8.svelte-zd8ye8{position:absolute}details[open].svelte-zd8ye8 goa-icon.svelte-zd8ye8{transform:translateX(-1px) rotate(90deg);top:0.75rem}details.svelte-zd8ye8 summary.svelte-zd8ye8::-webkit-details-marker{display:none}summary.svelte-zd8ye8.svelte-zd8ye8{border-radius:var(--goa-border-radius-m)}summary.svelte-zd8ye8.svelte-zd8ye8:focus,summary.svelte-zd8ye8.svelte-zd8ye8:active{outline:3px solid var(--goa-color-interactive-focus);border-radius:var(--goa-border-radius-m);color:var(--goa-color-interactive-hover);background-color:var(--goa-color-greyscale-100)}summary.svelte-zd8ye8.svelte-zd8ye8:hover{background-color:var(--goa-color-greyscale-100)}summary.svelte-zd8ye8 span.svelte-zd8ye8{margin-left:2rem;text-decoration:underline;color:var(--goa-color-interactive-default);padding-bottom:var(--font-valign-fix);line-height:var(--goa-line-height-3)}summary.svelte-zd8ye8:hover span.svelte-zd8ye8{color:var(--goa-color-interactive-hover)}.content.svelte-zd8ye8.svelte-zd8ye8{border-left:4px solid var(--goa-color-greyscale-200);padding:1rem;margin-left:1.1rem;margin-bottom:var(--goa-space-s)}.content.svelte-zd8ye8 ::slotted(p:last-child){margin-bottom:0 !important}");
|
|
7921
7921
|
}
|
|
7922
|
-
function
|
|
7922
|
+
function Ba(t) {
|
|
7923
7923
|
let e, n, l, i, o, r, s, a, c, d, u, m, g;
|
|
7924
7924
|
const h = (
|
|
7925
7925
|
/*#slots*/
|
|
@@ -7933,10 +7933,10 @@ function ja(t) {
|
|
|
7933
7933
|
);
|
|
7934
7934
|
return {
|
|
7935
7935
|
c() {
|
|
7936
|
-
e = z("details"), n = z("summary"), l = z("goa-icon"), o =
|
|
7936
|
+
e = z("details"), n = z("summary"), l = z("goa-icon"), o = B(), r = z("span"), s = K(
|
|
7937
7937
|
/*heading*/
|
|
7938
7938
|
t[1]
|
|
7939
|
-
), a =
|
|
7939
|
+
), a = B(), c = z("div"), v && v.c(), C(l, "mt", "1"), C(l, "mr", "2"), C(l, "type", "chevron-forward"), C(l, "fillcolor", i = /*_isMouseOver*/
|
|
7940
7940
|
t[6] ? "var(--goa-color-interactive-hover)" : "var(--goa-color-interactive-default)"), C(l, "class", "svelte-zd8ye8"), f(r, "class", "svelte-zd8ye8"), f(n, "class", "svelte-zd8ye8"), f(c, "class", "content svelte-zd8ye8"), e.open = /*_isOpen*/
|
|
7941
7941
|
t[9], f(e, "style", d = fe(
|
|
7942
7942
|
/*mt*/
|
|
@@ -7998,17 +7998,17 @@ function ja(t) {
|
|
|
7998
7998
|
))) && f(e, "style", d);
|
|
7999
7999
|
},
|
|
8000
8000
|
i(b) {
|
|
8001
|
-
u || (
|
|
8001
|
+
u || (N(v, b), u = !0);
|
|
8002
8002
|
},
|
|
8003
8003
|
o(b) {
|
|
8004
|
-
|
|
8004
|
+
j(v, b), u = !1;
|
|
8005
8005
|
},
|
|
8006
8006
|
d(b) {
|
|
8007
8007
|
b && D(e), t[12](null), v && v.d(b), t[13](null), m = !1, g();
|
|
8008
8008
|
}
|
|
8009
8009
|
};
|
|
8010
8010
|
}
|
|
8011
|
-
function
|
|
8011
|
+
function Na(t, e, n) {
|
|
8012
8012
|
let l, { $$slots: i = {}, $$scope: o } = e, { heading: r } = e, { mt: s = null } = e, { mr: a = null } = e, { mb: c = null } = e, { ml: d = null } = e, { open: u = "false" } = e, m = !1, g, h;
|
|
8013
8013
|
pe(() => {
|
|
8014
8014
|
Tt("Details", { heading: r }), g.addEventListener("mouseover", () => {
|
|
@@ -8051,13 +8051,13 @@ function Ba(t, e, n) {
|
|
|
8051
8051
|
y
|
|
8052
8052
|
];
|
|
8053
8053
|
}
|
|
8054
|
-
class
|
|
8054
|
+
class Fa extends se {
|
|
8055
8055
|
constructor(e) {
|
|
8056
8056
|
super(), oe(
|
|
8057
8057
|
this,
|
|
8058
8058
|
e,
|
|
8059
|
+
Na,
|
|
8059
8060
|
Ba,
|
|
8060
|
-
ja,
|
|
8061
8061
|
ie,
|
|
8062
8062
|
{
|
|
8063
8063
|
heading: 1,
|
|
@@ -8107,11 +8107,11 @@ class Na extends se {
|
|
|
8107
8107
|
this.$$set({ open: e }), w();
|
|
8108
8108
|
}
|
|
8109
8109
|
}
|
|
8110
|
-
customElements.define("goa-details", re(
|
|
8111
|
-
function
|
|
8110
|
+
customElements.define("goa-details", re(Fa, { heading: {}, mt: {}, mr: {}, mb: {}, ml: {}, open: {} }, ["default"], [], !0));
|
|
8111
|
+
function Wa(t) {
|
|
8112
8112
|
de(t, "svelte-ukizkb", "hr.svelte-ukizkb{padding:0;margin:0;height:1px;background-color:var(--goa-color-greyscale-200);border:none}");
|
|
8113
8113
|
}
|
|
8114
|
-
function
|
|
8114
|
+
function ja(t) {
|
|
8115
8115
|
let e, n;
|
|
8116
8116
|
return {
|
|
8117
8117
|
c() {
|
|
@@ -8168,7 +8168,7 @@ function Ia(t, e, n) {
|
|
|
8168
8168
|
}
|
|
8169
8169
|
class Ya extends se {
|
|
8170
8170
|
constructor(e) {
|
|
8171
|
-
super(), oe(this, e, Ia,
|
|
8171
|
+
super(), oe(this, e, Ia, ja, ie, { testid: 0, mt: 1, mr: 2, mb: 3, ml: 4 }, Wa);
|
|
8172
8172
|
}
|
|
8173
8173
|
get testid() {
|
|
8174
8174
|
return this.$$.ctx[0];
|
|
@@ -8231,7 +8231,7 @@ function Za(t) {
|
|
|
8231
8231
|
/*leadingicon*/
|
|
8232
8232
|
t[4] && dl(t)
|
|
8233
8233
|
);
|
|
8234
|
-
function P(S,
|
|
8234
|
+
function P(S, F) {
|
|
8235
8235
|
var me;
|
|
8236
8236
|
return (
|
|
8237
8237
|
/*_inputEl*/
|
|
@@ -8248,13 +8248,13 @@ function Za(t) {
|
|
|
8248
8248
|
S[71]
|
|
8249
8249
|
);
|
|
8250
8250
|
for (let S = 0; S < A.length; S += 1) {
|
|
8251
|
-
let
|
|
8252
|
-
v.set(me, h[S] = gl(me,
|
|
8251
|
+
let F = al(t, A, S), me = te(F);
|
|
8252
|
+
v.set(me, h[S] = gl(me, F));
|
|
8253
8253
|
}
|
|
8254
8254
|
let O = null;
|
|
8255
8255
|
return A.length || (O = ul(t)), {
|
|
8256
8256
|
c() {
|
|
8257
|
-
x && x.c(), e =
|
|
8257
|
+
x && x.c(), e = B(), n = z("goa-popover"), l = z("div"), E && E.c(), i = B(), o = z("input"), u = B(), L.c(), m = B(), g = z("ul");
|
|
8258
8258
|
for (let S = 0; S < h.length; S += 1)
|
|
8259
8259
|
h[S].c();
|
|
8260
8260
|
O && O.c(), f(o, "style", r = `
|
|
@@ -8355,8 +8355,8 @@ function Za(t) {
|
|
|
8355
8355
|
t[18]
|
|
8356
8356
|
);
|
|
8357
8357
|
},
|
|
8358
|
-
m(S,
|
|
8359
|
-
x && x.m(S,
|
|
8358
|
+
m(S, F) {
|
|
8359
|
+
x && x.m(S, F), T(S, e, F), T(S, n, F), _(n, l), E && E.m(l, null), _(l, i), _(l, o), t[46](o), _(l, u), L.m(l, null), _(n, m), _(n, g);
|
|
8360
8360
|
for (let me = 0; me < h.length; me += 1)
|
|
8361
8361
|
h[me] && h[me].m(g, null);
|
|
8362
8362
|
O && O.m(g, null), t[48](g), p = !0, q || (H = [
|
|
@@ -8392,8 +8392,8 @@ function Za(t) {
|
|
|
8392
8392
|
)
|
|
8393
8393
|
], q = !0);
|
|
8394
8394
|
},
|
|
8395
|
-
p(S,
|
|
8396
|
-
x && x.p && (!p ||
|
|
8395
|
+
p(S, F) {
|
|
8396
|
+
x && x.p && (!p || F[1] & /*$$scope*/
|
|
8397
8397
|
4096) && J(
|
|
8398
8398
|
x,
|
|
8399
8399
|
M,
|
|
@@ -8404,7 +8404,7 @@ function Za(t) {
|
|
|
8404
8404
|
M,
|
|
8405
8405
|
/*$$scope*/
|
|
8406
8406
|
S[43],
|
|
8407
|
-
|
|
8407
|
+
F,
|
|
8408
8408
|
null
|
|
8409
8409
|
) : $(
|
|
8410
8410
|
/*$$scope*/
|
|
@@ -8412,125 +8412,125 @@ function Za(t) {
|
|
|
8412
8412
|
),
|
|
8413
8413
|
null
|
|
8414
8414
|
), /*leadingicon*/
|
|
8415
|
-
S[4] ? E ? E.p(S,
|
|
8415
|
+
S[4] ? E ? E.p(S, F) : (E = dl(S), E.c(), E.m(l, i)) : E && (E.d(1), E = null), (!p || F[0] & /*_disabled, _filterable*/
|
|
8416
8416
|
83886080 && r !== (r = `
|
|
8417
8417
|
cursor: ${/*_disabled*/
|
|
8418
8418
|
S[26] ? "default" : (
|
|
8419
8419
|
/*_filterable*/
|
|
8420
8420
|
S[24] ? "auto" : "pointer"
|
|
8421
8421
|
)};
|
|
8422
|
-
`)) && f(o, "style", r), (!p ||
|
|
8422
|
+
`)) && f(o, "style", r), (!p || F[0] & /*name*/
|
|
8423
8423
|
1 && s !== (s = `menu-${/*name*/
|
|
8424
|
-
S[0]}`)) && f(o, "aria-controls", s), (!p ||
|
|
8424
|
+
S[0]}`)) && f(o, "aria-controls", s), (!p || F[0] & /*_isMenuVisible*/
|
|
8425
8425
|
131072) && f(
|
|
8426
8426
|
o,
|
|
8427
8427
|
"aria-expanded",
|
|
8428
8428
|
/*_isMenuVisible*/
|
|
8429
8429
|
S[17]
|
|
8430
|
-
), (!p ||
|
|
8430
|
+
), (!p || F[0] & /*arialabel, name*/
|
|
8431
8431
|
3 && a !== (a = /*arialabel*/
|
|
8432
8432
|
S[1] || /*name*/
|
|
8433
|
-
S[0])) && f(o, "aria-label", a), (!p ||
|
|
8433
|
+
S[0])) && f(o, "aria-label", a), (!p || F[0] & /*arialabelledby*/
|
|
8434
8434
|
4) && f(
|
|
8435
8435
|
o,
|
|
8436
8436
|
"aria-labelledby",
|
|
8437
8437
|
/*arialabelledby*/
|
|
8438
8438
|
S[2]
|
|
8439
|
-
), (!p ||
|
|
8439
|
+
), (!p || F[0] & /*name*/
|
|
8440
8440
|
1) && f(
|
|
8441
8441
|
o,
|
|
8442
8442
|
"id",
|
|
8443
8443
|
/*name*/
|
|
8444
8444
|
S[0]
|
|
8445
|
-
), (!p ||
|
|
8445
|
+
), (!p || F[0] & /*_activeDescendantId*/
|
|
8446
8446
|
33554432) && f(
|
|
8447
8447
|
o,
|
|
8448
8448
|
"aria-activedescendant",
|
|
8449
8449
|
/*_activeDescendantId*/
|
|
8450
8450
|
S[25]
|
|
8451
|
-
), (!p ||
|
|
8451
|
+
), (!p || F[0] & /*_disabled*/
|
|
8452
8452
|
67108864) && f(
|
|
8453
8453
|
o,
|
|
8454
8454
|
"aria-disabled",
|
|
8455
8455
|
/*_disabled*/
|
|
8456
8456
|
S[26]
|
|
8457
|
-
), (!p ||
|
|
8457
|
+
), (!p || F[0] & /*_isMenuVisible, name*/
|
|
8458
8458
|
131073 && c !== (c = /*_isMenuVisible*/
|
|
8459
8459
|
S[17] ? `menu-${/*name*/
|
|
8460
|
-
S[0]}` : void 0)) && f(o, "aria-owns", c), (!p ||
|
|
8460
|
+
S[0]}` : void 0)) && f(o, "aria-owns", c), (!p || F[0] & /*_disabled*/
|
|
8461
8461
|
67108864) && (o.disabled = /*_disabled*/
|
|
8462
|
-
S[26]), (!p ||
|
|
8462
|
+
S[26]), (!p || F[0] & /*_filterable*/
|
|
8463
8463
|
16777216 && d !== (d = !/*_filterable*/
|
|
8464
|
-
S[24])) && (o.readOnly = d), (!p ||
|
|
8464
|
+
S[24])) && (o.readOnly = d), (!p || F[0] & /*placeholder*/
|
|
8465
8465
|
64) && f(
|
|
8466
8466
|
o,
|
|
8467
8467
|
"placeholder",
|
|
8468
8468
|
/*placeholder*/
|
|
8469
8469
|
S[6]
|
|
8470
|
-
), (!p ||
|
|
8470
|
+
), (!p || F[0] & /*name*/
|
|
8471
8471
|
1) && f(
|
|
8472
8472
|
o,
|
|
8473
8473
|
"name",
|
|
8474
8474
|
/*name*/
|
|
8475
8475
|
S[0]
|
|
8476
|
-
), V === (V = P(S)) && L ? L.p(S,
|
|
8476
|
+
), V === (V = P(S)) && L ? L.p(S, F) : (L.d(1), L = V(S), L && (L.c(), L.m(l, null))), (!p || F[0] & /*_disabled*/
|
|
8477
8477
|
67108864) && I(
|
|
8478
8478
|
l,
|
|
8479
8479
|
"dropdown-input-group--disabled",
|
|
8480
8480
|
/*_disabled*/
|
|
8481
8481
|
S[26]
|
|
8482
|
-
), (!p ||
|
|
8482
|
+
), (!p || F[0] & /*_error*/
|
|
8483
8483
|
134217728) && I(
|
|
8484
8484
|
l,
|
|
8485
8485
|
"error",
|
|
8486
8486
|
/*_error*/
|
|
8487
8487
|
S[27]
|
|
8488
|
-
),
|
|
8488
|
+
), F[0] & /*_filteredOptions, _inputEl, _highlightedIndex, onSelect, _filterable*/
|
|
8489
8489
|
1098932224 && (A = Le(
|
|
8490
8490
|
/*_filteredOptions*/
|
|
8491
8491
|
S[14]
|
|
8492
|
-
), h =
|
|
8492
|
+
), h = No(h, F, te, 1, S, A, v, g, Bo, gl, null, al), !A.length && O ? O.p(S, F) : A.length ? O && (O.d(1), O = null) : (O = ul(S), O.c(), O.m(g, null))), (!p || F[0] & /*name*/
|
|
8493
8493
|
1 && b !== (b = `menu-${/*name*/
|
|
8494
|
-
S[0]}`)) && f(g, "id", b), (!p ||
|
|
8494
|
+
S[0]}`)) && f(g, "id", b), (!p || F[0] & /*arialabel, name*/
|
|
8495
8495
|
3 && y !== (y = /*arialabel*/
|
|
8496
8496
|
S[1] || /*name*/
|
|
8497
|
-
S[0])) && f(g, "aria-label", y), (!p ||
|
|
8497
|
+
S[0])) && f(g, "aria-label", y), (!p || F[0] & /*arialabelledby*/
|
|
8498
8498
|
4) && f(
|
|
8499
8499
|
g,
|
|
8500
8500
|
"aria-labelledby",
|
|
8501
8501
|
/*arialabelledby*/
|
|
8502
8502
|
S[2]
|
|
8503
|
-
), (!p ||
|
|
8503
|
+
), (!p || F[0] & /*maxheight*/
|
|
8504
8504
|
32 && k !== (k = `
|
|
8505
8505
|
outline: none;
|
|
8506
8506
|
overflow-y: auto;
|
|
8507
8507
|
max-height: ${/*maxheight*/
|
|
8508
8508
|
S[5]};
|
|
8509
|
-
`)) && f(g, "style", k), (!p ||
|
|
8509
|
+
`)) && f(g, "style", k), (!p || F[0] & /*disabled*/
|
|
8510
8510
|
128) && C(
|
|
8511
8511
|
n,
|
|
8512
8512
|
"disabled",
|
|
8513
8513
|
/*disabled*/
|
|
8514
8514
|
S[7]
|
|
8515
|
-
), (!p ||
|
|
8515
|
+
), (!p || F[0] & /*relative*/
|
|
8516
8516
|
256) && C(
|
|
8517
8517
|
n,
|
|
8518
8518
|
"relative",
|
|
8519
8519
|
/*relative*/
|
|
8520
8520
|
S[8]
|
|
8521
|
-
), (!p ||
|
|
8521
|
+
), (!p || F[0] & /*_width*/
|
|
8522
8522
|
262144) && C(
|
|
8523
8523
|
n,
|
|
8524
8524
|
"maxwidth",
|
|
8525
8525
|
/*_width*/
|
|
8526
8526
|
S[18]
|
|
8527
|
-
), (!p ||
|
|
8527
|
+
), (!p || F[0] & /*_isMenuVisible*/
|
|
8528
8528
|
131072) && C(
|
|
8529
8529
|
n,
|
|
8530
8530
|
"open",
|
|
8531
8531
|
/*_isMenuVisible*/
|
|
8532
8532
|
S[17]
|
|
8533
|
-
), (!p ||
|
|
8533
|
+
), (!p || F[0] & /*_width*/
|
|
8534
8534
|
262144) && C(
|
|
8535
8535
|
n,
|
|
8536
8536
|
"width",
|
|
@@ -8539,15 +8539,15 @@ function Za(t) {
|
|
|
8539
8539
|
);
|
|
8540
8540
|
},
|
|
8541
8541
|
i(S) {
|
|
8542
|
-
p || (
|
|
8542
|
+
p || (N(x, S), p = !0);
|
|
8543
8543
|
},
|
|
8544
8544
|
o(S) {
|
|
8545
|
-
|
|
8545
|
+
j(x, S), p = !1;
|
|
8546
8546
|
},
|
|
8547
8547
|
d(S) {
|
|
8548
8548
|
S && (D(e), D(n)), x && x.d(S), E && E.d(), t[46](null), L.d();
|
|
8549
|
-
for (let
|
|
8550
|
-
h[
|
|
8549
|
+
for (let F = 0; F < h.length; F += 1)
|
|
8550
|
+
h[F].d();
|
|
8551
8551
|
O && O.d(), t[48](null), q = !1, De(H);
|
|
8552
8552
|
}
|
|
8553
8553
|
};
|
|
@@ -8677,10 +8677,10 @@ function Ga(t) {
|
|
|
8677
8677
|
);
|
|
8678
8678
|
},
|
|
8679
8679
|
i(d) {
|
|
8680
|
-
l || (
|
|
8680
|
+
l || (N(s, d), l = !0);
|
|
8681
8681
|
},
|
|
8682
8682
|
o(d) {
|
|
8683
|
-
|
|
8683
|
+
j(s, d), l = !1;
|
|
8684
8684
|
},
|
|
8685
8685
|
d(d) {
|
|
8686
8686
|
d && D(e), s && s.d(d), Ke(c, d), t[45](null), i = !1, o();
|
|
@@ -8889,7 +8889,7 @@ function gl(t, e) {
|
|
|
8889
8889
|
key: t,
|
|
8890
8890
|
first: null,
|
|
8891
8891
|
c() {
|
|
8892
|
-
n = z("li"), i = K(l), o =
|
|
8892
|
+
n = z("li"), i = K(l), o = B(), f(n, "id", r = /*option*/
|
|
8893
8893
|
e[67].value), f(n, "aria-selected", s = /*_inputEl*/
|
|
8894
8894
|
e[23].value === /*option*/
|
|
8895
8895
|
(e[67].label || /*option*/
|
|
@@ -8959,10 +8959,10 @@ function ml(t) {
|
|
|
8959
8959
|
), l, i, o, r;
|
|
8960
8960
|
return {
|
|
8961
8961
|
c() {
|
|
8962
|
-
e = z("option"), l = K(n), i =
|
|
8962
|
+
e = z("option"), l = K(n), i = B(), e.selected = o = /*value*/
|
|
8963
8963
|
t[3] === /*option*/
|
|
8964
8964
|
t[67].value, e.__value = r = /*option*/
|
|
8965
|
-
t[67].value,
|
|
8965
|
+
t[67].value, Nt(e, e.__value);
|
|
8966
8966
|
},
|
|
8967
8967
|
m(s, a) {
|
|
8968
8968
|
T(s, e, a), _(e, l), _(e, i);
|
|
@@ -8975,7 +8975,7 @@ function ml(t) {
|
|
|
8975
8975
|
s[3] === /*option*/
|
|
8976
8976
|
s[67].value) && (e.selected = o), a[0] & /*_options*/
|
|
8977
8977
|
65536 && r !== (r = /*option*/
|
|
8978
|
-
s[67].value) && (e.__value = r,
|
|
8978
|
+
s[67].value) && (e.__value = r, Nt(e, e.__value));
|
|
8979
8979
|
},
|
|
8980
8980
|
d(s) {
|
|
8981
8981
|
s && D(e);
|
|
@@ -9019,9 +9019,9 @@ function Xa(t) {
|
|
|
9019
9019
|
},
|
|
9020
9020
|
p(u, m) {
|
|
9021
9021
|
let g = l;
|
|
9022
|
-
l = d(u), l === g ? c[l].p(u, m) : (Te(),
|
|
9022
|
+
l = d(u), l === g ? c[l].p(u, m) : (Te(), j(c[g], 1, 1, () => {
|
|
9023
9023
|
c[g] = null;
|
|
9024
|
-
}), Pe(), i = c[l], i ? i.p(u, m) : (i = c[l] = a[l](u), i.c()),
|
|
9024
|
+
}), Pe(), i = c[l], i ? i.p(u, m) : (i = c[l] = a[l](u), i.c()), N(i, 1), i.m(n, null)), (!s || m[0] & /*name*/
|
|
9025
9025
|
1 && o !== (o = `${/*name*/
|
|
9026
9026
|
u[0]}-dropdown`)) && f(n, "data-testid", o), (!s || m[0] & /*mt, mr, mb, ml, _width*/
|
|
9027
9027
|
269824 && r !== (r = `
|
|
@@ -9046,10 +9046,10 @@ function Xa(t) {
|
|
|
9046
9046
|
);
|
|
9047
9047
|
},
|
|
9048
9048
|
i(u) {
|
|
9049
|
-
s || (
|
|
9049
|
+
s || (N(i), s = !0);
|
|
9050
9050
|
},
|
|
9051
9051
|
o(u) {
|
|
9052
|
-
|
|
9052
|
+
j(i), s = !1;
|
|
9053
9053
|
},
|
|
9054
9054
|
d(u) {
|
|
9055
9055
|
u && D(e), c[l].d(), t[49](null), t[50](null);
|
|
@@ -9072,21 +9072,21 @@ function Ja(t, e) {
|
|
|
9072
9072
|
return n = n.toLowerCase(), e = e.toLowerCase(), n.startsWith(e) || n.includes(" " + e);
|
|
9073
9073
|
}
|
|
9074
9074
|
function $a(t, e, n) {
|
|
9075
|
-
let l, i, o, r, s, a, { $$slots: c = {}, $$scope: d } = e, { name: u } = e, { arialabel: m = "" } = e, { arialabelledby: g = "" } = e, { value: h = "" } = e, { filterable: v = "false" } = e, { leadingicon: b = null } = e, { maxheight: y = "276px" } = e, { placeholder: k = "" } = e, { width: p = "" } = e, { disabled: q = "false" } = e, { error: H = "false" } = e, { multiselect: M = "false" } = e, { native: x = "false" } = e, { relative: E = "false" } = e, { mt: P = null } = e, { mr: V = null } = e, { mb: L = null } = e, { ml: A = null } = e, te = [], O = !1, S = -1,
|
|
9075
|
+
let l, i, o, r, s, a, { $$slots: c = {}, $$scope: d } = e, { name: u } = e, { arialabel: m = "" } = e, { arialabelledby: g = "" } = e, { value: h = "" } = e, { filterable: v = "false" } = e, { leadingicon: b = null } = e, { maxheight: y = "276px" } = e, { placeholder: k = "" } = e, { width: p = "" } = e, { disabled: q = "false" } = e, { error: H = "false" } = e, { multiselect: M = "false" } = e, { native: x = "false" } = e, { relative: E = "false" } = e, { mt: P = null } = e, { mr: V = null } = e, { mb: L = null } = e, { ml: A = null } = e, te = [], O = !1, S = -1, F, me, R, Z, ve, ue, he, qe = !1, _e = [], Ve = [];
|
|
9076
9076
|
pe(async () => {
|
|
9077
9077
|
var ne;
|
|
9078
|
-
await Me(), he = s ? new uo(ue) : new fo(ue), n(16, te = ae()), r || (n(23, ue.value = ((ne = te.find((ye) => ye.value === h)) == null ? void 0 : ne.label) ?? "", ue), p && (n(18,
|
|
9078
|
+
await Me(), he = s ? new uo(ue) : new fo(ue), n(16, te = ae()), r || (n(23, ue.value = ((ne = te.find((ye) => ye.value === h)) == null ? void 0 : ne.label) ?? "", ue), p && (n(18, F = p), p.endsWith("%") ? Ee() : n(18, F = p)), !p && te.length > 0 && n(18, F = Ne(te))), ot();
|
|
9079
9079
|
const Y = R.querySelector("slot");
|
|
9080
9080
|
Y == null || Y.addEventListener("slotchange", () => {
|
|
9081
|
-
R && (n(16, te = ae()), ot(), p || n(18,
|
|
9081
|
+
R && (n(16, te = ae()), ot(), p || n(18, F = Ne(te)), r || W());
|
|
9082
9082
|
});
|
|
9083
9083
|
});
|
|
9084
9084
|
function Ee() {
|
|
9085
9085
|
var ye;
|
|
9086
9086
|
const Y = (ye = me.getBoundingClientRect()) == null ? void 0 : ye.width, ne = parseInt(p) / 100;
|
|
9087
|
-
n(18,
|
|
9087
|
+
n(18, F = ne * Y + "px");
|
|
9088
9088
|
}
|
|
9089
|
-
function
|
|
9089
|
+
function W() {
|
|
9090
9090
|
if (ue) {
|
|
9091
9091
|
const Y = te.find((ne) => ne.value == Ve[0]);
|
|
9092
9092
|
n(23, ue.value = (Y == null ? void 0 : Y.label) ?? (Y == null ? void 0 : Y.value) ?? "", ue);
|
|
@@ -9098,12 +9098,12 @@ function $a(t, e, n) {
|
|
|
9098
9098
|
}
|
|
9099
9099
|
function ae() {
|
|
9100
9100
|
return we().filter((Y) => Y.tagName === "GOA-DROPDOWN-ITEM").map((Y) => {
|
|
9101
|
-
const ne = Y, ye = Y.getAttribute("value") || ne.value || "",
|
|
9102
|
-
return { value: ye, label:
|
|
9101
|
+
const ne = Y, ye = Y.getAttribute("value") || ne.value || "", Fe = Y.getAttribute("label") || ne.label || Y.innerHTML || ye, ft = Y.getAttribute("filter") || Fe || ye || "";
|
|
9102
|
+
return { value: ye, label: Fe, filter: ft };
|
|
9103
9103
|
});
|
|
9104
9104
|
}
|
|
9105
|
-
function
|
|
9106
|
-
const ne = Y.map((
|
|
9105
|
+
function Ne(Y) {
|
|
9106
|
+
const ne = Y.map((Fe) => (`${Fe.label}` || `${Fe.value}` || "").length).sort((Fe, ft) => Fe > ft ? 1 : -1).pop();
|
|
9107
9107
|
let ye = Math.max(ne || 0, k.length) + 8;
|
|
9108
9108
|
return b && (ye += 2), `${ye}ch`;
|
|
9109
9109
|
}
|
|
@@ -9115,8 +9115,8 @@ function $a(t, e, n) {
|
|
|
9115
9115
|
const ne = Z.querySelector(`li[data-index="${Y}"]`);
|
|
9116
9116
|
if (!ne)
|
|
9117
9117
|
return;
|
|
9118
|
-
const ye = ne.getBoundingClientRect(),
|
|
9119
|
-
ye.top >= 0 && ye.left >= 0 && ye.bottom <=
|
|
9118
|
+
const ye = ne.getBoundingClientRect(), Fe = Z.getBoundingClientRect();
|
|
9119
|
+
ye.top >= 0 && ye.left >= 0 && ye.bottom <= Fe.height && ye.right <= Fe.width || ne.scrollIntoView({ behavior: "smooth", block: "nearest" });
|
|
9120
9120
|
}
|
|
9121
9121
|
function ot() {
|
|
9122
9122
|
n(14, _e = s ? te.filter((Y) => Ja(Y, ue.value)) : te);
|
|
@@ -9144,7 +9144,7 @@ function $a(t, e, n) {
|
|
|
9144
9144
|
function G(Y) {
|
|
9145
9145
|
l || (r || (qe = !0, et(), n(23, ue.value = Y.label, ue)), ut(Y.value));
|
|
9146
9146
|
}
|
|
9147
|
-
async function
|
|
9147
|
+
async function Be() {
|
|
9148
9148
|
await Me(), ot(), _e.length === 1 && (ut(_e[0].value), setTimeout(
|
|
9149
9149
|
() => {
|
|
9150
9150
|
et();
|
|
@@ -9179,8 +9179,8 @@ function $a(t, e, n) {
|
|
|
9179
9179
|
this.input = ne, ne.addEventListener("blur", async (ye) => {
|
|
9180
9180
|
if (!qe || !s)
|
|
9181
9181
|
return;
|
|
9182
|
-
const
|
|
9183
|
-
_e.find((_o) => _o.label ===
|
|
9182
|
+
const Fe = ye.target;
|
|
9183
|
+
_e.find((_o) => _o.label === Fe.value) || (ut(""), Fe.value = "");
|
|
9184
9184
|
});
|
|
9185
9185
|
}
|
|
9186
9186
|
onEscape(ne) {
|
|
@@ -9194,7 +9194,7 @@ function $a(t, e, n) {
|
|
|
9194
9194
|
O || Ue(), ee(ye === "up" ? -1 : 1), ne.stopPropagation();
|
|
9195
9195
|
}
|
|
9196
9196
|
onTab(ne) {
|
|
9197
|
-
const ye = _e.find((
|
|
9197
|
+
const ye = _e.find((Fe) => Fe.label.toLowerCase() === this.input.value.toLowerCase());
|
|
9198
9198
|
ye && G(ye), et();
|
|
9199
9199
|
}
|
|
9200
9200
|
onKeyUp(ne) {
|
|
@@ -9312,7 +9312,7 @@ function $a(t, e, n) {
|
|
|
9312
9312
|
32768 | t.$$.dirty[1] & /*filterable*/
|
|
9313
9313
|
128 && n(24, s = be(v) && !r), t.$$.dirty[0] & /*_filteredOptions, _highlightedIndex*/
|
|
9314
9314
|
24576 && n(25, a = _e[S] ? _e[S].value : void 0), t.$$.dirty[0] & /*value*/
|
|
9315
|
-
8 && (Ve = Qa(h),
|
|
9315
|
+
8 && (Ve = Qa(h), W());
|
|
9316
9316
|
}, [
|
|
9317
9317
|
u,
|
|
9318
9318
|
m,
|
|
@@ -9332,7 +9332,7 @@ function $a(t, e, n) {
|
|
|
9332
9332
|
r,
|
|
9333
9333
|
te,
|
|
9334
9334
|
O,
|
|
9335
|
-
|
|
9335
|
+
F,
|
|
9336
9336
|
me,
|
|
9337
9337
|
R,
|
|
9338
9338
|
Z,
|
|
@@ -9345,7 +9345,7 @@ function $a(t, e, n) {
|
|
|
9345
9345
|
Ue,
|
|
9346
9346
|
et,
|
|
9347
9347
|
G,
|
|
9348
|
-
|
|
9348
|
+
Be,
|
|
9349
9349
|
io,
|
|
9350
9350
|
oo,
|
|
9351
9351
|
ro,
|
|
@@ -9614,7 +9614,7 @@ function rc(t) {
|
|
|
9614
9614
|
let e, n, l, i;
|
|
9615
9615
|
return {
|
|
9616
9616
|
c() {
|
|
9617
|
-
e = z("div"), n = z("goa-icon"), l =
|
|
9617
|
+
e = z("div"), n = z("goa-icon"), l = B(), i = K(
|
|
9618
9618
|
/*error*/
|
|
9619
9619
|
t[3]
|
|
9620
9620
|
), C(n, "type", "warning"), C(n, "size", "small"), C(n, "theme", "filled"), f(e, "class", "error-msg svelte-m1mldv"), f(e, "data-testid", "error");
|
|
@@ -9657,7 +9657,7 @@ function ac(t) {
|
|
|
9657
9657
|
) + "", o, r;
|
|
9658
9658
|
return {
|
|
9659
9659
|
c() {
|
|
9660
|
-
e = z("div"), n = z("progress"), l =
|
|
9660
|
+
e = z("div"), n = z("progress"), l = B(), o = K(i), r = K("%"), n.value = /*progress*/
|
|
9661
9661
|
t[2], f(n, "max", "100"), f(n, "class", "svelte-m1mldv"), f(e, "class", "progress svelte-m1mldv"), f(e, "data-testid", "progress");
|
|
9662
9662
|
},
|
|
9663
9663
|
m(s, a) {
|
|
@@ -9787,10 +9787,10 @@ function fc(t) {
|
|
|
9787
9787
|
let q = p(t), H = q && q(t);
|
|
9788
9788
|
return {
|
|
9789
9789
|
c() {
|
|
9790
|
-
e = z("div"), n = z("div"), h.c(), l =
|
|
9790
|
+
e = z("div"), n = z("div"), h.c(), l = B(), i = z("div"), o = z("div"), r = K(
|
|
9791
9791
|
/*filename*/
|
|
9792
9792
|
t[0]
|
|
9793
|
-
), s =
|
|
9793
|
+
), s = B(), v && v.c(), a = B(), k && k.c(), c = B(), d = z("div"), H && H.c(), f(o, "class", "filename svelte-m1mldv"), f(o, "data-testid", "filename"), f(i, "class", "details svelte-m1mldv"), f(d, "class", "actions svelte-m1mldv"), f(d, "data-testid", "actions"), f(n, "data-testid", "root"), f(n, "class", u = ze(`root ${/*_status*/
|
|
9794
9794
|
t[4]}`) + " svelte-m1mldv"), I(
|
|
9795
9795
|
n,
|
|
9796
9796
|
"error",
|
|
@@ -9939,7 +9939,7 @@ function pl(t) {
|
|
|
9939
9939
|
);
|
|
9940
9940
|
return {
|
|
9941
9941
|
c() {
|
|
9942
|
-
e = z("div"), n = z("div"), n.innerHTML = '<goa-icon type="cloud-upload" size="large" class="svelte-z1xvls"></goa-icon> <div class="svelte-z1xvls">Drag and drop files here</div> <em class="svelte-z1xvls">or</em> <div class="browse-files svelte-z1xvls">Browse files</div>', l =
|
|
9942
|
+
e = z("div"), n = z("div"), n.innerHTML = '<goa-icon type="cloud-upload" size="large" class="svelte-z1xvls"></goa-icon> <div class="svelte-z1xvls">Drag and drop files here</div> <em class="svelte-z1xvls">or</em> <div class="browse-files svelte-z1xvls">Browse files</div>', l = B(), c && c.c(), i = B(), o = z("input"), f(n, "class", "instructions svelte-z1xvls"), f(o, "data-testid", "input"), f(o, "tabindex", "0"), f(o, "type", "file"), f(
|
|
9943
9943
|
o,
|
|
9944
9944
|
"accept",
|
|
9945
9945
|
/*accept*/
|
|
@@ -10037,7 +10037,7 @@ function wl(t) {
|
|
|
10037
10037
|
);
|
|
10038
10038
|
return {
|
|
10039
10039
|
c() {
|
|
10040
|
-
e = z("div"), n = z("goa-button"), n.textContent = "Choose file", l =
|
|
10040
|
+
e = z("div"), n = z("goa-button"), n.textContent = "Choose file", l = B(), a && a.c(), i = B(), o = z("input"), C(n, "type", "secondary"), f(e, "class", "button"), f(o, "data-testid", "input"), f(o, "tabindex", "-1"), f(o, "type", "file"), f(
|
|
10041
10041
|
o,
|
|
10042
10042
|
"accept",
|
|
10043
10043
|
/*accept*/
|
|
@@ -10143,7 +10143,7 @@ function zl(t) {
|
|
|
10143
10143
|
), c, d;
|
|
10144
10144
|
return {
|
|
10145
10145
|
c() {
|
|
10146
|
-
e = z("div"), l = K(n), i =
|
|
10146
|
+
e = z("div"), l = K(n), i = B(), o = z("div"), r = z("goa-icon"), s = B(), c = K(a), d = B(), C(r, "type", "warning"), C(r, "size", "small"), C(r, "theme", "filled"), C(r, "class", "svelte-z1xvls"), f(o, "class", "error svelte-z1xvls"), f(o, "data-testid", "error"), f(e, "class", "issue svelte-z1xvls");
|
|
10147
10147
|
},
|
|
10148
10148
|
m(u, m) {
|
|
10149
10149
|
T(u, e, m), _(e, l), _(e, i), _(e, o), _(o, r), _(o, s), _(o, c), _(e, d);
|
|
@@ -10173,7 +10173,7 @@ function bc(t) {
|
|
|
10173
10173
|
);
|
|
10174
10174
|
return {
|
|
10175
10175
|
c() {
|
|
10176
|
-
i && i.c(), e =
|
|
10176
|
+
i && i.c(), e = B(), o && o.c(), n = B(), r && r.c(), l = Ie();
|
|
10177
10177
|
},
|
|
10178
10178
|
m(s, a) {
|
|
10179
10179
|
i && i.m(s, a), T(s, e, a), o && o.m(s, a), T(s, n, a), r && r.m(s, a), T(s, l, a);
|
|
@@ -10353,7 +10353,7 @@ function kc(t) {
|
|
|
10353
10353
|
);
|
|
10354
10354
|
return {
|
|
10355
10355
|
c() {
|
|
10356
|
-
e = z("div"), n = z("span"), l =
|
|
10356
|
+
e = z("div"), n = z("span"), l = B(), a && a.c(), i = B(), o = z("span"), f(n, "data-tab-boundry", "start"), f(n, "tabindex", "0"), f(o, "data-tab-boundry", "end"), f(o, "tabindex", "0"), f(e, "class", "svelte-w8bdbk");
|
|
10357
10357
|
},
|
|
10358
10358
|
m(c, d) {
|
|
10359
10359
|
T(c, e, d), _(e, n), _(e, l), a && a.m(e, null), _(e, i), _(e, o), t[3](e), r = !0;
|
|
@@ -10380,10 +10380,10 @@ function kc(t) {
|
|
|
10380
10380
|
);
|
|
10381
10381
|
},
|
|
10382
10382
|
i(c) {
|
|
10383
|
-
r || (
|
|
10383
|
+
r || (N(a, c), r = !0);
|
|
10384
10384
|
},
|
|
10385
10385
|
o(c) {
|
|
10386
|
-
|
|
10386
|
+
j(a, c), r = !1;
|
|
10387
10387
|
},
|
|
10388
10388
|
d(c) {
|
|
10389
10389
|
c && D(e), a && a.d(c), t[3](null);
|
|
@@ -10545,7 +10545,7 @@ function Lc(t) {
|
|
|
10545
10545
|
);
|
|
10546
10546
|
return {
|
|
10547
10547
|
c() {
|
|
10548
|
-
e = z("div"), n = z("div"), l = z("div"), b && b.c(), i =
|
|
10548
|
+
e = z("div"), n = z("div"), l = z("div"), b && b.c(), i = B(), y && y.c(), o = B(), r = z("div"), s = z("div"), p && p.c(), a = B(), c = z("div"), d = z("a"), d.innerHTML = '<img alt="GoA Logo" class="logo svelte-1wmydq0" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='149.351' height='42' viewBox='0 0 149.351 42'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%2300aad2;%7D.d%7Bfill:%235f6a72;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='149.351' height='42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='13.555' height='13.555' transform='translate(135.796 21.524)'/%3E%3Cpath class='d' d='M63.082,33.088c-1.383.138-2.835.277-4.357.346.553-4.357,2.835-10.373,5.671-9.405,1.66.553.761,5.671-1.314,9.059m-3.527,2.974a3.761,3.761,0,0,1-1.245,0,.851.851,0,0,0,.346-.692v-.553c.761,0,1.936-.138,3.389-.277a4.327,4.327,0,0,1-2.49,1.521M76.844,25.688c1.8-1.66,2.7-1.521,2.9-1.106.484.968-1.591,4.357-5.671,6.224a10.328,10.328,0,0,1,2.766-5.118m66.736,1.66c-.207-3.389-3.181-3.942-3.6-2.974-.138.346,1.106.207,1.106,2.628,0,3.942-4.011,9.129-9.129,9.129-5.532,0-6.985-4.357-7.261-6.432-.207-1.452.138-3.458-2.351-3.181-1.729.207-3.25,3.527-5.463,6.362-1.867,2.42-2.7,2.213-2.282.138.553-2.628,2.7-8.714,5.187-9.129,1.176-.207,1.591,1.8,2.075.553s.069-4.011-2.559-4.011c-1.8,0-3.942,1.936-5.74,4.08-1.521,1.936-9.336,13.416-12.656,10.927-1.521-1.176-1.383-5.878-.415-11.411,3.873-1.521,7.123-1.037,8.921-.138.9.415,1.037.346.622-.622-.553-1.452-3.665-3.734-8.575-2.7-.138,0-.207.069-.346.069.415-1.8.83-3.665,1.383-5.463.484-1.66,1.8-4.5-1.729-4.979-1.106-.207-.622.346-1.037,1.867-.692,2.766-1.521,6.362-2.144,10.028a19.745,19.745,0,0,0-7.538,8.091,38.59,38.59,0,0,0,.9-4.772,1.589,1.589,0,0,0-1.245-1.729c-.761-.207-1.729.138-2.628,1.452-2.144,3.043-4.841,7.815-8.99,9.82-2.974,1.452-4.288,0-4.357-2.282a9.869,9.869,0,0,0,1.521-.553c5.394-2.351,7.192-5.947,5.878-8.16-1.314-2.075-4.979-1.452-7.953,1.66a11.175,11.175,0,0,0-2.7,6.5c-1.245.277-2.628.484-4.219.692,2.49-4.08,2.282-9.613-1.383-10.581-4.288-1.106-6.432,3.043-7.331,6.5.346-3.873.9-7.745,1.591-11.549.346-1.66,1.452-4.5-2.075-4.979-1.106-.207-.968.346-.9,1.867.138,2.075-2.144,14.454-.968,19.848-1.521.484-2.144,1.66-.207,2.835,1.383.83,4.357,1.106,7.331-.346a9.3,9.3,0,0,0,2.766-2.144c1.8-.207,3.665-.553,5.394-.83.277,2.42,1.867,4.219,5.463,3.873,5.118-.484,9.682-6.777,11.411-9.82-.346,3.25-2.42,10.373,1.176,10.028,1.383-.138.83-.346.9-1.591.346-4.288,3.873-7.953,7.4-10.166-.622,5.256-.415,9.958,2.006,11.411,4.426,2.766,10.581-4.5,14.039-8.921-1.729,3.942-2.7,8.921-.138,9.682,3.043.9,5.463-4.219,8.3-8.091.346,2.766,2.213,7.607,9.682,7.607,8.022-.069,13.071-4.91,12.863-10.1m-108.3,8.645A66.439,66.439,0,0,1,27.4,32.534a59.168,59.168,0,0,0,6.777-2.974,54.453,54.453,0,0,0,1.106,6.432m20.4,3.873c-.069-.207-.622.069-1.106,0-1.452-.207-3.389-2.213-3.942-5.463-1.037-5.878-.415-11.687,1.314-20.332.346-1.66,1.452-4.5-2.075-5.048-1.106-.138-.553.415-.83,1.867C47.66,17.32,42.4,21.954,37.149,25.066,36.6,17.735,36.8,9.505,38.186,4.526c1.176-4.219,2.559-3.458.83-4.357s-3.734.277-5.325,3.458S24.839,23.89,13.221,35.439C7.273,41.317,1.879,38.274.842,37.375c-.9-.761-1.176.415-.138,1.591,4.772,5.256,11.826,2.282,14.384-.277,7.054-7.054,15.283-22.268,18.6-28.7a98.251,98.251,0,0,0,.277,16.874,50.129,50.129,0,0,1-8.3,3.181c-1.66.415-2.7,1.106-2.7,1.867s1.106,1.521,2.7,2.282c2.835,1.383,11.2,5.256,13.209,6.5,1.729,1.037,2.628.207,3.112-.9.692-1.452-1.176-2.282-2.974-2.766a60.545,60.545,0,0,1-1.66-9.267c4.219-2.628,8.437-6.086,10.788-10.443C47.522,20.916,46,33.3,49.873,38.482a5.451,5.451,0,0,0,4.564,2.213c.968-.069,1.383-.692,1.245-.83' transform='translate(-0.038 0.124)'/%3E%3C/g%3E%3C/svg%3E"/>', u = B(), m = z("a"), m.textContent = `© ${/*year*/
|
|
10549
10549
|
t[4]} Government of Alberta`, f(l, "class", "nav-links svelte-1wmydq0"), f(s, "class", "meta-links svelte-1wmydq0"), f(d, "href", "https://alberta.ca"), f(d, "class", "svelte-1wmydq0"), f(m, "href", "https://alberta.ca"), f(m, "class", "goa-copyright svelte-1wmydq0"), f(c, "class", "abgov svelte-1wmydq0"), I(
|
|
10550
10550
|
c,
|
|
10551
10551
|
"with-meta-links",
|
|
@@ -10622,10 +10622,10 @@ function Lc(t) {
|
|
|
10622
10622
|
q[0] || "100%"}`)) && f(e, "style", g);
|
|
10623
10623
|
},
|
|
10624
10624
|
i(q) {
|
|
10625
|
-
h || (
|
|
10625
|
+
h || (N(b, q), N(p, q), h = !0);
|
|
10626
10626
|
},
|
|
10627
10627
|
o(q) {
|
|
10628
|
-
|
|
10628
|
+
j(b, q), j(p, q), h = !1;
|
|
10629
10629
|
},
|
|
10630
10630
|
d(q) {
|
|
10631
10631
|
q && D(e), b && b.d(q), y && y.d(), p && p.d(q), t[7](null);
|
|
@@ -10722,7 +10722,7 @@ function Tc(t) {
|
|
|
10722
10722
|
c[d] = Ll(Ml(t, a, d));
|
|
10723
10723
|
return {
|
|
10724
10724
|
c() {
|
|
10725
|
-
e = z("section"), n = z("div"), s && s.c(), l =
|
|
10725
|
+
e = z("section"), n = z("div"), s && s.c(), l = B(), i = z("ul");
|
|
10726
10726
|
for (let d = 0; d < c.length; d += 1)
|
|
10727
10727
|
c[d].c();
|
|
10728
10728
|
f(n, "class", "hidden svelte-yg1vdd"), f(i, "class", "svelte-yg1vdd");
|
|
@@ -10769,10 +10769,10 @@ function Tc(t) {
|
|
|
10769
10769
|
}
|
|
10770
10770
|
},
|
|
10771
10771
|
i(d) {
|
|
10772
|
-
o || (
|
|
10772
|
+
o || (N(s, d), o = !0);
|
|
10773
10773
|
},
|
|
10774
10774
|
o(d) {
|
|
10775
|
-
|
|
10775
|
+
j(s, d), o = !1;
|
|
10776
10776
|
},
|
|
10777
10777
|
d(d) {
|
|
10778
10778
|
d && D(e), s && s.d(d), Ke(c, d), t[4](null);
|
|
@@ -10819,7 +10819,7 @@ function Hl(t) {
|
|
|
10819
10819
|
e = z("div"), n = K(
|
|
10820
10820
|
/*heading*/
|
|
10821
10821
|
t[0]
|
|
10822
|
-
), l =
|
|
10822
|
+
), l = B(), i = z("goa-divider"), f(e, "class", "title svelte-199f3zc"), C(i, "spacing", "small");
|
|
10823
10823
|
},
|
|
10824
10824
|
m(o, r) {
|
|
10825
10825
|
T(o, e, r), _(e, n), T(o, l, r), T(o, i, r);
|
|
@@ -10885,7 +10885,7 @@ function Oc(t) {
|
|
|
10885
10885
|
m[g] = Dl(xl(t, u, g));
|
|
10886
10886
|
return {
|
|
10887
10887
|
c() {
|
|
10888
|
-
e = z("section"), a && a.c(), n =
|
|
10888
|
+
e = z("section"), a && a.c(), n = B(), l = z("div"), d && d.c(), i = B(), o = z("ul");
|
|
10889
10889
|
for (let g = 0; g < m.length; g += 1)
|
|
10890
10890
|
m[g].c();
|
|
10891
10891
|
f(l, "class", "hidden svelte-199f3zc"), f(o, "class", "links svelte-199f3zc"), f(o, "style", r = `
|
|
@@ -10961,10 +10961,10 @@ function Oc(t) {
|
|
|
10961
10961
|
`)) && f(o, "style", r);
|
|
10962
10962
|
},
|
|
10963
10963
|
i(g) {
|
|
10964
|
-
s || (
|
|
10964
|
+
s || (N(d, g), s = !0);
|
|
10965
10965
|
},
|
|
10966
10966
|
o(g) {
|
|
10967
|
-
|
|
10967
|
+
j(d, g), s = !1;
|
|
10968
10968
|
},
|
|
10969
10969
|
d(g) {
|
|
10970
10970
|
g && D(e), a && a.d(), d && d.d(g), Ke(m, g), t[6](null);
|
|
@@ -10992,7 +10992,7 @@ function Vc(t, e, n) {
|
|
|
10992
10992
|
"heading" in d && n(0, o = d.heading), "maxcolumncount" in d && n(1, r = d.maxcolumncount), "$$scope" in d && n(4, i = d.$$scope);
|
|
10993
10993
|
}, [o, r, s, a, i, l, c];
|
|
10994
10994
|
}
|
|
10995
|
-
class
|
|
10995
|
+
class Bc extends se {
|
|
10996
10996
|
constructor(e) {
|
|
10997
10997
|
super(), oe(this, e, Vc, Oc, ie, { heading: 0, maxcolumncount: 1 }, Ac);
|
|
10998
10998
|
}
|
|
@@ -11009,8 +11009,8 @@ class jc extends se {
|
|
|
11009
11009
|
this.$$set({ maxcolumncount: e }), w();
|
|
11010
11010
|
}
|
|
11011
11011
|
}
|
|
11012
|
-
customElements.define("goa-app-footer-nav-section", re(
|
|
11013
|
-
function
|
|
11012
|
+
customElements.define("goa-app-footer-nav-section", re(Bc, { heading: {}, maxcolumncount: {} }, ["default"], [], !0));
|
|
11013
|
+
function Nc(t) {
|
|
11014
11014
|
de(t, "svelte-zeq2g7", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.svelte-zeq2g7.svelte-zeq2g7{box-sizing:border-box}.label.svelte-zeq2g7.svelte-zeq2g7{display:block;font-weight:var(--goa-font-weight-bold);color:var(--goa-color-text-default);font-size:var(--goa-font-size-4);padding-bottom:0.5rem}.label.large.svelte-zeq2g7.svelte-zeq2g7{font:var(--goa-typography-heading-l)}.label.svelte-zeq2g7 em.svelte-zeq2g7{color:var(--goa-color-greyscale-700);font-weight:var(--goa-font-weight-regular);font-size:var(--goa-font-size-2);line-height:var(--goa-line-height-1);font-style:normal}.form-item-input.svelte-zeq2g7.svelte-zeq2g7{margin-bottom:0.25rem}.help-msg.svelte-zeq2g7.svelte-zeq2g7{font-size:var(--goa-font-size-2);color:var(--goa-color-text-default)}.error-msg.svelte-zeq2g7.svelte-zeq2g7{display:inline-flex;align-items:flex-start;gap:0.25rem;font-size:var(--goa-font-size-2);color:var(--goa-color-interactive-error);margin-bottom:0.25rem}");
|
|
11015
11015
|
}
|
|
11016
11016
|
function Tl(t) {
|
|
@@ -11027,7 +11027,7 @@ function Tl(t) {
|
|
|
11027
11027
|
e = z("div"), n = K(
|
|
11028
11028
|
/*label*/
|
|
11029
11029
|
t[5]
|
|
11030
|
-
), l =
|
|
11030
|
+
), l = B(), r && r.c(), f(e, "class", o = ze(`label ${/*labelsize*/
|
|
11031
11031
|
t[6]}`) + " svelte-zeq2g7"), f(
|
|
11032
11032
|
e,
|
|
11033
11033
|
"id",
|
|
@@ -11094,7 +11094,7 @@ function Sl(t) {
|
|
|
11094
11094
|
let e, n, l, i;
|
|
11095
11095
|
return {
|
|
11096
11096
|
c() {
|
|
11097
|
-
e = z("div"), n = z("goa-icon"), l =
|
|
11097
|
+
e = z("div"), n = z("goa-icon"), l = B(), i = K(
|
|
11098
11098
|
/*error*/
|
|
11099
11099
|
t[8]
|
|
11100
11100
|
), C(n, "type", "warning"), C(n, "size", "small"), C(n, "theme", "filled"), C(n, "mt", "2xs"), C(n, "class", "svelte-zeq2g7"), f(e, "class", "error-msg svelte-zeq2g7");
|
|
@@ -11140,7 +11140,7 @@ function Al(t) {
|
|
|
11140
11140
|
}
|
|
11141
11141
|
};
|
|
11142
11142
|
}
|
|
11143
|
-
function
|
|
11143
|
+
function Fc(t) {
|
|
11144
11144
|
let e, n, l, i, o, r, s, a = (
|
|
11145
11145
|
/*label*/
|
|
11146
11146
|
t[5] && Tl(t)
|
|
@@ -11164,7 +11164,7 @@ function Nc(t) {
|
|
|
11164
11164
|
);
|
|
11165
11165
|
return {
|
|
11166
11166
|
c() {
|
|
11167
|
-
e = z("div"), a && a.c(), n =
|
|
11167
|
+
e = z("div"), a && a.c(), n = B(), l = z("div"), d && d.c(), i = B(), u && u.c(), o = B(), m && m.c(), f(l, "class", "form-item-input svelte-zeq2g7"), f(
|
|
11168
11168
|
e,
|
|
11169
11169
|
"data-testid",
|
|
11170
11170
|
/*testid*/
|
|
@@ -11224,17 +11224,17 @@ function Nc(t) {
|
|
|
11224
11224
|
))) && f(e, "style", r);
|
|
11225
11225
|
},
|
|
11226
11226
|
i(g) {
|
|
11227
|
-
s || (
|
|
11227
|
+
s || (N(d, g), s = !0);
|
|
11228
11228
|
},
|
|
11229
11229
|
o(g) {
|
|
11230
|
-
|
|
11230
|
+
j(d, g), s = !1;
|
|
11231
11231
|
},
|
|
11232
11232
|
d(g) {
|
|
11233
11233
|
g && D(e), a && a.d(), d && d.d(g), u && u.d(), m && m.d();
|
|
11234
11234
|
}
|
|
11235
11235
|
};
|
|
11236
11236
|
}
|
|
11237
|
-
function
|
|
11237
|
+
function Wc(t, e, n) {
|
|
11238
11238
|
let { $$slots: l = {}, $$scope: i } = e;
|
|
11239
11239
|
const [o, r] = ke("Requirement type", ["optional", "required"], !1), [s, a] = ke("Label size type", ["regular", "large"], !1);
|
|
11240
11240
|
let { testid: c = "" } = e, { mt: d = null } = e, { mr: u = null } = e, { mb: m = null } = e, { ml: g = null } = e, { label: h = "" } = e, { labelsize: v = "regular" } = e, { helptext: b = "" } = e, { error: y = "" } = e, { requirement: k = "" } = e, { id: p = "" } = e;
|
|
@@ -11259,13 +11259,13 @@ function Fc(t, e, n) {
|
|
|
11259
11259
|
l
|
|
11260
11260
|
];
|
|
11261
11261
|
}
|
|
11262
|
-
class
|
|
11262
|
+
class jc extends se {
|
|
11263
11263
|
constructor(e) {
|
|
11264
11264
|
super(), oe(
|
|
11265
11265
|
this,
|
|
11266
11266
|
e,
|
|
11267
|
+
Wc,
|
|
11267
11268
|
Fc,
|
|
11268
|
-
Nc,
|
|
11269
11269
|
ie,
|
|
11270
11270
|
{
|
|
11271
11271
|
testid: 0,
|
|
@@ -11280,7 +11280,7 @@ class Wc extends se {
|
|
|
11280
11280
|
requirement: 9,
|
|
11281
11281
|
id: 10
|
|
11282
11282
|
},
|
|
11283
|
-
|
|
11283
|
+
Nc
|
|
11284
11284
|
);
|
|
11285
11285
|
}
|
|
11286
11286
|
get testid() {
|
|
@@ -11350,7 +11350,7 @@ class Wc extends se {
|
|
|
11350
11350
|
this.$$set({ id: e }), w();
|
|
11351
11351
|
}
|
|
11352
11352
|
}
|
|
11353
|
-
customElements.define("goa-form-item", re(
|
|
11353
|
+
customElements.define("goa-form-item", re(jc, { testid: {}, mt: {}, mr: {}, mb: {}, ml: {}, label: {}, labelsize: {}, helptext: {}, error: {}, requirement: {}, id: {} }, ["default"], [], !0));
|
|
11354
11354
|
function Ic(t) {
|
|
11355
11355
|
de(t, "svelte-1800ygr", `input[type="checkbox"].svelte-1800ygr.svelte-1800ygr{position:absolute;left:-9999px}label.svelte-1800ygr.svelte-1800ygr{display:flex;box-sizing:border-box;height:100%;width:100%;padding:var(--goa-space-l)}label.svelte-1800ygr.svelte-1800ygr:not([aria-disabled="true"]):not([aria-current="step"]):focus-within,label.svelte-1800ygr.svelte-1800ygr:not([aria-disabled="true"]):not([aria-current="step"]):focus,label.svelte-1800ygr.svelte-1800ygr:not([aria-disabled="true"]):not([aria-current="step"]):active{outline:var(--goa-color-interactive-focus) solid var(--goa-border-width-l)}label.svelte-1800ygr.svelte-1800ygr:not([aria-disabled="true"]):not([aria-current="step"]):hover{background-color:rgba(0, 0, 0, 0.05);cursor:pointer}label.desktop.svelte-1800ygr.svelte-1800ygr{text-align:center;flex-direction:column;align-items:center}label.desktop.svelte-1800ygr .details.svelte-1800ygr{margin-top:0.75rem}label.mobile.svelte-1800ygr.svelte-1800ygr{flex-direction:row;align-items:center;text-align:start}label.mobile.svelte-1800ygr .details.svelte-1800ygr{margin-left:1rem}.status.svelte-1800ygr.svelte-1800ygr{flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:999px;border:4px solid var(--goa-color-interactive-default);background:var(--goa-color-greyscale-white);height:2.5rem;width:2.5rem}.status.svelte-1800ygr>.svelte-1800ygr{fill:var(--fill-color, var(--goa-color-interactive-default));color:var(--fill-color, var(--goa-color-interactive-default))}[aria-current="step"].svelte-1800ygr .text.svelte-1800ygr{font-weight:var(--goa-font-weight-bold)}[data-status="complete"].svelte-1800ygr .status.svelte-1800ygr{background:var(--goa-color-interactive-default)}[aria-current="step"][data-status="complete"].svelte-1800ygr .status.svelte-1800ygr{background:var(--goa-color-greyscale-white)}.step-number.svelte-1800ygr.svelte-1800ygr{margin-bottom:var(--font-valign-fix);font-weight:var(--goa-font-weight-bold);color:var(--goa-color-text-secondary)}label.svelte-1800ygr:not(
|
|
11356
11356
|
[data-status="complete"],
|
|
@@ -11462,10 +11462,10 @@ function Uc(t) {
|
|
|
11462
11462
|
);
|
|
11463
11463
|
return {
|
|
11464
11464
|
c() {
|
|
11465
|
-
e = z("label"), n = z("input"), i =
|
|
11465
|
+
e = z("label"), n = z("input"), i = B(), o = z("div"), v.c(), r = B(), s = z("div"), a = z("div"), c = K(
|
|
11466
11466
|
/*text*/
|
|
11467
11467
|
t[0]
|
|
11468
|
-
), d =
|
|
11468
|
+
), d = B(), b && b.c(), f(
|
|
11469
11469
|
n,
|
|
11470
11470
|
"id",
|
|
11471
11471
|
/*text*/
|
|
@@ -11679,7 +11679,7 @@ function Vl(t) {
|
|
|
11679
11679
|
let e, n, l;
|
|
11680
11680
|
return {
|
|
11681
11681
|
c() {
|
|
11682
|
-
e = z("progress"), n =
|
|
11682
|
+
e = z("progress"), n = B(), l = z("progress"), f(e, "class", "horizontal svelte-5cd3mz"), e.value = /*_progress*/
|
|
11683
11683
|
t[11], f(e, "max", "100"), f(l, "class", "vertical svelte-5cd3mz"), l.value = /*_progress*/
|
|
11684
11684
|
t[11], f(l, "max", "100");
|
|
11685
11685
|
},
|
|
@@ -11716,7 +11716,7 @@ function Jc(t) {
|
|
|
11716
11716
|
);
|
|
11717
11717
|
return {
|
|
11718
11718
|
c() {
|
|
11719
|
-
e = z("div"), n = z("div"), a && a.c(), l =
|
|
11719
|
+
e = z("div"), n = z("div"), a && a.c(), l = B(), i = z("div"), o = z("goa-grid"), d && d.c(), C(o, "minchildwidth", "10ch"), f(i, "class", "slots svelte-5cd3mz"), f(n, "class", "form-stepper svelte-5cd3mz"), f(n, "style", r = `
|
|
11720
11720
|
${fe(
|
|
11721
11721
|
/*mt*/
|
|
11722
11722
|
t[0],
|
|
@@ -11784,10 +11784,10 @@ function Jc(t) {
|
|
|
11784
11784
|
`)) && f(n, "style", r);
|
|
11785
11785
|
},
|
|
11786
11786
|
i(u) {
|
|
11787
|
-
s || (
|
|
11787
|
+
s || (N(d, u), s = !0);
|
|
11788
11788
|
},
|
|
11789
11789
|
o(u) {
|
|
11790
|
-
|
|
11790
|
+
j(d, u), s = !1;
|
|
11791
11791
|
},
|
|
11792
11792
|
d(u) {
|
|
11793
11793
|
u && D(e), a && a.d(), d && d.d(u), t[17](null), t[18](null);
|
|
@@ -11940,7 +11940,7 @@ function td(t) {
|
|
|
11940
11940
|
"nav content"
|
|
11941
11941
|
"footer footer"}}.header.svelte-1f1uff1{grid-area:header}.footer.svelte-1f1uff1{grid-area:footer}main.svelte-1f1uff1{grid-area:content;justify-self:stretch;padding:1rem}.nav.svelte-1f1uff1{grid-area:nav;padding:1rem;background-color:var(--goa-color-greyscale-100)}`);
|
|
11942
11942
|
}
|
|
11943
|
-
const nd = (t) => ({}),
|
|
11943
|
+
const nd = (t) => ({}), Bl = (t) => ({}), ld = (t) => ({}), Nl = (t) => ({}), id = (t) => ({}), Fl = (t) => ({});
|
|
11944
11944
|
function od(t) {
|
|
11945
11945
|
let e, n, l, i, o, r, s, a, c;
|
|
11946
11946
|
const d = (
|
|
@@ -11951,7 +11951,7 @@ function od(t) {
|
|
|
11951
11951
|
t,
|
|
11952
11952
|
/*$$scope*/
|
|
11953
11953
|
t[0],
|
|
11954
|
-
|
|
11954
|
+
Fl
|
|
11955
11955
|
), m = (
|
|
11956
11956
|
/*#slots*/
|
|
11957
11957
|
t[1].nav
|
|
@@ -11960,7 +11960,7 @@ function od(t) {
|
|
|
11960
11960
|
t,
|
|
11961
11961
|
/*$$scope*/
|
|
11962
11962
|
t[0],
|
|
11963
|
-
|
|
11963
|
+
Nl
|
|
11964
11964
|
), h = (
|
|
11965
11965
|
/*#slots*/
|
|
11966
11966
|
t[1].default
|
|
@@ -11978,11 +11978,11 @@ function od(t) {
|
|
|
11978
11978
|
t,
|
|
11979
11979
|
/*$$scope*/
|
|
11980
11980
|
t[0],
|
|
11981
|
-
|
|
11981
|
+
Bl
|
|
11982
11982
|
);
|
|
11983
11983
|
return {
|
|
11984
11984
|
c() {
|
|
11985
|
-
e = z("div"), n = z("header"), u && u.c(), l =
|
|
11985
|
+
e = z("div"), n = z("header"), u && u.c(), l = B(), i = z("nav"), g && g.c(), o = B(), r = z("main"), v && v.c(), s = B(), a = z("footer"), y && y.c(), f(n, "class", "header svelte-1f1uff1"), f(i, "class", "nav svelte-1f1uff1"), f(r, "class", "svelte-1f1uff1"), f(a, "class", "footer svelte-1f1uff1"), f(e, "class", "page svelte-1f1uff1");
|
|
11986
11986
|
},
|
|
11987
11987
|
m(k, p) {
|
|
11988
11988
|
T(k, e, p), _(e, n), u && u.m(n, null), _(e, l), _(e, i), g && g.m(i, null), _(e, o), _(e, r), v && v.m(r, null), _(e, s), _(e, a), y && y.m(a, null), c = !0;
|
|
@@ -12005,7 +12005,7 @@ function od(t) {
|
|
|
12005
12005
|
/*$$scope*/
|
|
12006
12006
|
k[0]
|
|
12007
12007
|
),
|
|
12008
|
-
|
|
12008
|
+
Fl
|
|
12009
12009
|
), g && g.p && (!c || p & /*$$scope*/
|
|
12010
12010
|
1) && J(
|
|
12011
12011
|
g,
|
|
@@ -12023,7 +12023,7 @@ function od(t) {
|
|
|
12023
12023
|
/*$$scope*/
|
|
12024
12024
|
k[0]
|
|
12025
12025
|
),
|
|
12026
|
-
|
|
12026
|
+
Nl
|
|
12027
12027
|
), v && v.p && (!c || p & /*$$scope*/
|
|
12028
12028
|
1) && J(
|
|
12029
12029
|
v,
|
|
@@ -12059,14 +12059,14 @@ function od(t) {
|
|
|
12059
12059
|
/*$$scope*/
|
|
12060
12060
|
k[0]
|
|
12061
12061
|
),
|
|
12062
|
-
|
|
12062
|
+
Bl
|
|
12063
12063
|
);
|
|
12064
12064
|
},
|
|
12065
12065
|
i(k) {
|
|
12066
|
-
c || (
|
|
12066
|
+
c || (N(u, k), N(g, k), N(v, k), N(y, k), c = !0);
|
|
12067
12067
|
},
|
|
12068
12068
|
o(k) {
|
|
12069
|
-
|
|
12069
|
+
j(u, k), j(g, k), j(v, k), j(y, k), c = !1;
|
|
12070
12070
|
},
|
|
12071
12071
|
d(k) {
|
|
12072
12072
|
k && D(e), u && u.d(k), g && g.d(k), v && v.d(k), y && y.d(k);
|
|
@@ -12163,10 +12163,10 @@ function cd(t) {
|
|
|
12163
12163
|
`)) && f(e, "style", n);
|
|
12164
12164
|
},
|
|
12165
12165
|
i(r) {
|
|
12166
|
-
l || (
|
|
12166
|
+
l || (N(o, r), l = !0);
|
|
12167
12167
|
},
|
|
12168
12168
|
o(r) {
|
|
12169
|
-
|
|
12169
|
+
j(o, r), l = !1;
|
|
12170
12170
|
},
|
|
12171
12171
|
d(r) {
|
|
12172
12172
|
r && D(e), o && o.d(r);
|
|
@@ -12246,7 +12246,7 @@ function fd(t) {
|
|
|
12246
12246
|
),
|
|
12247
12247
|
var(--hero-background-url);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--hero-banner-text-color, var(--goa-color-text-light))}h1.svelte-1i1vri9{font:var(--goa-typography-heading-xl);margin:0}.goa-hero-banner-content.svelte-1i1vri9{font:var(--goa-typography-body-l);margin:var(--goa-space-l) 0 0}.goa-hero-banner-actions.svelte-1i1vri9{margin:var(--goa-space-l) 0 0}`);
|
|
12248
12248
|
}
|
|
12249
|
-
const gd = (t) => ({}),
|
|
12249
|
+
const gd = (t) => ({}), Wl = (t) => ({});
|
|
12250
12250
|
function md(t) {
|
|
12251
12251
|
let e, n, l, i, o, r, s, a, c, d;
|
|
12252
12252
|
const u = (
|
|
@@ -12266,14 +12266,14 @@ function md(t) {
|
|
|
12266
12266
|
t,
|
|
12267
12267
|
/*$$scope*/
|
|
12268
12268
|
t[6],
|
|
12269
|
-
|
|
12269
|
+
Wl
|
|
12270
12270
|
);
|
|
12271
12271
|
return {
|
|
12272
12272
|
c() {
|
|
12273
12273
|
e = z("div"), n = z("goa-page-block"), l = z("h1"), i = K(
|
|
12274
12274
|
/*heading*/
|
|
12275
12275
|
t[1]
|
|
12276
|
-
), o =
|
|
12276
|
+
), o = B(), r = z("div"), m && m.c(), s = B(), a = z("div"), h && h.c(), f(l, "class", "svelte-1i1vri9"), f(r, "class", "goa-hero-banner-content svelte-1i1vri9"), f(r, "role", "note"), f(a, "class", "goa-hero-banner-actions svelte-1i1vri9"), C(n, "width", c = /*maxcontentwidth*/
|
|
12277
12277
|
t[3] || "full"), f(e, "class", "goa-hero svelte-1i1vri9"), f(e, "data-testid", "background"), xe(
|
|
12278
12278
|
e,
|
|
12279
12279
|
"min-height",
|
|
@@ -12341,7 +12341,7 @@ function md(t) {
|
|
|
12341
12341
|
/*$$scope*/
|
|
12342
12342
|
v[6]
|
|
12343
12343
|
),
|
|
12344
|
-
|
|
12344
|
+
Wl
|
|
12345
12345
|
), (!d || b & /*maxcontentwidth*/
|
|
12346
12346
|
8 && c !== (c = /*maxcontentwidth*/
|
|
12347
12347
|
v[3] || "full")) && C(n, "width", c), (!d || b & /*minheight*/
|
|
@@ -12373,10 +12373,10 @@ function md(t) {
|
|
|
12373
12373
|
);
|
|
12374
12374
|
},
|
|
12375
12375
|
i(v) {
|
|
12376
|
-
d || (
|
|
12376
|
+
d || (N(m, v), N(h, v), d = !0);
|
|
12377
12377
|
},
|
|
12378
12378
|
o(v) {
|
|
12379
|
-
|
|
12379
|
+
j(m, v), j(h, v), d = !1;
|
|
12380
12380
|
},
|
|
12381
12381
|
d(v) {
|
|
12382
12382
|
v && D(e), m && m.d(v), h && h.d(v);
|
|
@@ -12750,7 +12750,7 @@ customElements.define("goa-icon-button", re(yd, { icon: {}, size: {}, theme: {},
|
|
|
12750
12750
|
function kd(t) {
|
|
12751
12751
|
de(t, "svelte-66kh5s", ":host{display:inline-flex;align-items:center}ion-icon.svelte-66kh5s.svelte-66kh5s{pointer-events:none;width:100%;height:100%}.goa-icon.svelte-66kh5s.svelte-66kh5s{fill:var(--fill-color);color:var(--fill-color);opacity:var(--opacity);display:inline-flex;align-items:center;justify-content:center}.goa-icon--small.svelte-66kh5s.svelte-66kh5s{width:var(--goa-icon-size-m);height:var(--goa-icon-size-m)}.goa-icon--medium.svelte-66kh5s.svelte-66kh5s{width:var(--goa-icon-size-l);height:var(--goa-icon-size-l)}.goa-icon--large.svelte-66kh5s.svelte-66kh5s{width:2rem;height:2rem}.goa-icon--xlarge.svelte-66kh5s.svelte-66kh5s{width:2.5rem;height:2.5rem}.goa-icon.svelte-66kh5s.svelte-66kh5s:has(.icon-override){height:-moz-fit-content;height:fit-content}.icon-override.svelte-66kh5s.svelte-66kh5s{display:flex;flex-direction:column;align-items:center}.inverted.svelte-66kh5s .svelte-66kh5s{color:#fff;fill:#fff}");
|
|
12752
12752
|
}
|
|
12753
|
-
function
|
|
12753
|
+
function jl(t) {
|
|
12754
12754
|
let e;
|
|
12755
12755
|
function n(o, r) {
|
|
12756
12756
|
return (
|
|
@@ -12832,7 +12832,7 @@ function Cd(t) {
|
|
|
12832
12832
|
function qd(t) {
|
|
12833
12833
|
let e, n, l, i = (
|
|
12834
12834
|
/*type*/
|
|
12835
|
-
t[4] &&
|
|
12835
|
+
t[4] && jl(t)
|
|
12836
12836
|
);
|
|
12837
12837
|
return {
|
|
12838
12838
|
c() {
|
|
@@ -12900,7 +12900,7 @@ function qd(t) {
|
|
|
12900
12900
|
},
|
|
12901
12901
|
p(o, [r]) {
|
|
12902
12902
|
/*type*/
|
|
12903
|
-
o[4] ? i ? i.p(o, r) : (i =
|
|
12903
|
+
o[4] ? i ? i.p(o, r) : (i = jl(o), i.c(), i.m(e, null)) : i && (i.d(1), i = null), r & /*role*/
|
|
12904
12904
|
4096 && f(
|
|
12905
12905
|
e,
|
|
12906
12906
|
"role",
|
|
@@ -13351,7 +13351,7 @@ function Dd(t) {
|
|
|
13351
13351
|
);
|
|
13352
13352
|
return {
|
|
13353
13353
|
c() {
|
|
13354
|
-
e = z("div"), n = z("div"), M && M.c(), l =
|
|
13354
|
+
e = z("div"), n = z("div"), M && M.c(), l = B(), i = z("div"), E && E.c(), o = B(), P && P.c(), r = B(), s = z("input"), m = B(), V && V.c(), g = B(), L && L.c(), h = B(), A && A.c(), v = B(), b = z("div"), O && O.c(), f(i, "class", "leading-content-slot svelte-1a789tn"), f(s, "class", a = "input--" + /*variant*/
|
|
13355
13355
|
t[7] + " svelte-1a789tn"), f(s, "style", c = `--search-icon-offset: ${/*trailingicon*/
|
|
13356
13356
|
t[6] ? "-0.5rem" : "0"}`), s.readOnly = /*isReadonly*/
|
|
13357
13357
|
t[27], s.disabled = /*isDisabled*/
|
|
@@ -13456,8 +13456,8 @@ function Dd(t) {
|
|
|
13456
13456
|
t[22]
|
|
13457
13457
|
)}`);
|
|
13458
13458
|
},
|
|
13459
|
-
m(S,
|
|
13460
|
-
T(S, e,
|
|
13459
|
+
m(S, F) {
|
|
13460
|
+
T(S, e, F), _(e, n), M && M.m(n, null), _(n, l), _(n, i), E && E.m(i, null), _(n, o), P && P.m(n, null), _(n, r), _(n, s), t[43](s), _(n, m), V && V.m(n, null), _(n, g), L && L.m(n, null), _(n, h), A && A.m(n, null), _(n, v), _(n, b), O && O.m(b, null), t[44](e), p = !0, q || (H = [
|
|
13461
13461
|
U(
|
|
13462
13462
|
s,
|
|
13463
13463
|
"keyup",
|
|
@@ -13484,9 +13484,9 @@ function Dd(t) {
|
|
|
13484
13484
|
)
|
|
13485
13485
|
], q = !0);
|
|
13486
13486
|
},
|
|
13487
|
-
p(S,
|
|
13487
|
+
p(S, F) {
|
|
13488
13488
|
/*prefix*/
|
|
13489
|
-
S[15] ? M ? M.p(S,
|
|
13489
|
+
S[15] ? M ? M.p(S, F) : (M = Rl(S), M.c(), M.m(n, l)) : M && (M.d(1), M = null), E && E.p && (!p || F[1] & /*$$scope*/
|
|
13490
13490
|
1024) && J(
|
|
13491
13491
|
E,
|
|
13492
13492
|
x,
|
|
@@ -13497,7 +13497,7 @@ function Dd(t) {
|
|
|
13497
13497
|
x,
|
|
13498
13498
|
/*$$scope*/
|
|
13499
13499
|
S[41],
|
|
13500
|
-
|
|
13500
|
+
F,
|
|
13501
13501
|
Hd
|
|
13502
13502
|
) : $(
|
|
13503
13503
|
/*$$scope*/
|
|
@@ -13505,91 +13505,91 @@ function Dd(t) {
|
|
|
13505
13505
|
),
|
|
13506
13506
|
Yl
|
|
13507
13507
|
), /*leadingicon*/
|
|
13508
|
-
S[5] ? P ? P.p(S,
|
|
13508
|
+
S[5] ? P ? P.p(S, F) : (P = Zl(S), P.c(), P.m(n, r)) : P && (P.d(1), P = null), (!p || F[0] & /*variant*/
|
|
13509
13509
|
128 && a !== (a = "input--" + /*variant*/
|
|
13510
|
-
S[7] + " svelte-1a789tn")) && f(s, "class", a), (!p ||
|
|
13510
|
+
S[7] + " svelte-1a789tn")) && f(s, "class", a), (!p || F[0] & /*trailingicon*/
|
|
13511
13511
|
64 && c !== (c = `--search-icon-offset: ${/*trailingicon*/
|
|
13512
|
-
S[6] ? "-0.5rem" : "0"}`)) && f(s, "style", c), (!p ||
|
|
13512
|
+
S[6] ? "-0.5rem" : "0"}`)) && f(s, "style", c), (!p || F[0] & /*isReadonly*/
|
|
13513
13513
|
134217728) && (s.readOnly = /*isReadonly*/
|
|
13514
|
-
S[27]), (!p ||
|
|
13514
|
+
S[27]), (!p || F[0] & /*isDisabled*/
|
|
13515
13515
|
268435456) && (s.disabled = /*isDisabled*/
|
|
13516
|
-
S[28]), (!p ||
|
|
13516
|
+
S[28]), (!p || F[0] & /*testid*/
|
|
13517
13517
|
256) && f(
|
|
13518
13518
|
s,
|
|
13519
13519
|
"data-testid",
|
|
13520
13520
|
/*testid*/
|
|
13521
13521
|
S[8]
|
|
13522
|
-
), (!p ||
|
|
13522
|
+
), (!p || F[0] & /*autocapitalize*/
|
|
13523
13523
|
8) && f(
|
|
13524
13524
|
s,
|
|
13525
13525
|
"autocapitalize",
|
|
13526
13526
|
/*autocapitalize*/
|
|
13527
13527
|
S[3]
|
|
13528
|
-
), (!p ||
|
|
13528
|
+
), (!p || F[0] & /*name*/
|
|
13529
13529
|
4) && f(
|
|
13530
13530
|
s,
|
|
13531
13531
|
"name",
|
|
13532
13532
|
/*name*/
|
|
13533
13533
|
S[2]
|
|
13534
|
-
), (!p ||
|
|
13534
|
+
), (!p || F[0] & /*type*/
|
|
13535
13535
|
2) && f(
|
|
13536
13536
|
s,
|
|
13537
13537
|
"type",
|
|
13538
13538
|
/*type*/
|
|
13539
13539
|
S[1]
|
|
13540
|
-
), (!p ||
|
|
13540
|
+
), (!p || F[0] & /*value*/
|
|
13541
13541
|
1 && s.value !== /*value*/
|
|
13542
13542
|
S[0]) && (s.value = /*value*/
|
|
13543
|
-
S[0]), (!p ||
|
|
13543
|
+
S[0]), (!p || F[0] & /*placeholder*/
|
|
13544
13544
|
16) && f(
|
|
13545
13545
|
s,
|
|
13546
13546
|
"placeholder",
|
|
13547
13547
|
/*placeholder*/
|
|
13548
13548
|
S[4]
|
|
13549
|
-
), (!p ||
|
|
13549
|
+
), (!p || F[0] & /*min*/
|
|
13550
13550
|
4096) && f(
|
|
13551
13551
|
s,
|
|
13552
13552
|
"min",
|
|
13553
13553
|
/*min*/
|
|
13554
13554
|
S[12]
|
|
13555
|
-
), (!p ||
|
|
13555
|
+
), (!p || F[0] & /*max*/
|
|
13556
13556
|
8192) && f(
|
|
13557
13557
|
s,
|
|
13558
13558
|
"max",
|
|
13559
13559
|
/*max*/
|
|
13560
13560
|
S[13]
|
|
13561
|
-
), (!p ||
|
|
13561
|
+
), (!p || F[0] & /*step*/
|
|
13562
13562
|
16384) && f(
|
|
13563
13563
|
s,
|
|
13564
13564
|
"step",
|
|
13565
13565
|
/*step*/
|
|
13566
13566
|
S[14]
|
|
13567
|
-
), (!p ||
|
|
13567
|
+
), (!p || F[0] & /*maxlength*/
|
|
13568
13568
|
131072) && f(
|
|
13569
13569
|
s,
|
|
13570
13570
|
"maxlength",
|
|
13571
13571
|
/*maxlength*/
|
|
13572
13572
|
S[17]
|
|
13573
|
-
), (!p ||
|
|
13573
|
+
), (!p || F[0] & /*id, name*/
|
|
13574
13574
|
262148 && d !== (d = /*id*/
|
|
13575
13575
|
S[18] || /*name*/
|
|
13576
|
-
S[2])) && f(s, "id", d), (!p ||
|
|
13576
|
+
S[2])) && f(s, "id", d), (!p || F[0] & /*arialabel, name*/
|
|
13577
13577
|
1028 && u !== (u = /*arialabel*/
|
|
13578
13578
|
S[10] || /*name*/
|
|
13579
|
-
S[2])) && f(s, "aria-label", u), (!p ||
|
|
13579
|
+
S[2])) && f(s, "aria-label", u), (!p || F[0] & /*arialabelledby*/
|
|
13580
13580
|
2048) && f(
|
|
13581
13581
|
s,
|
|
13582
13582
|
"aria-labelledby",
|
|
13583
13583
|
/*arialabelledby*/
|
|
13584
13584
|
S[11]
|
|
13585
|
-
), (!p ||
|
|
13585
|
+
), (!p || F[0] & /*variant, _leadingContentSlot, isDisabled*/
|
|
13586
13586
|
285212800) && I(
|
|
13587
13587
|
s,
|
|
13588
13588
|
"input-leading-content",
|
|
13589
13589
|
/*_leadingContentSlot*/
|
|
13590
13590
|
S[24] && !/*isDisabled*/
|
|
13591
13591
|
S[28]
|
|
13592
|
-
), (!p ||
|
|
13592
|
+
), (!p || F[0] & /*variant, _trailingContentSlot, isDisabled*/
|
|
13593
13593
|
301990016) && I(
|
|
13594
13594
|
s,
|
|
13595
13595
|
"input-trailing-content",
|
|
@@ -13598,10 +13598,10 @@ function Dd(t) {
|
|
|
13598
13598
|
S[28]
|
|
13599
13599
|
), /*trailingicon*/
|
|
13600
13600
|
S[6] && !/*handlesTrailingIconClick*/
|
|
13601
|
-
S[30] ? V ? V.p(S,
|
|
13601
|
+
S[30] ? V ? V.p(S, F) : (V = Gl(S), V.c(), V.m(n, g)) : V && (V.d(1), V = null), /*trailingicon*/
|
|
13602
13602
|
S[6] && /*handlesTrailingIconClick*/
|
|
13603
|
-
S[30] ? L ? L.p(S,
|
|
13604
|
-
S[16] ? A ? A.p(S,
|
|
13603
|
+
S[30] ? L ? L.p(S, F) : (L = Ul(S), L.c(), L.m(n, h)) : L && (L.d(1), L = null), /*suffix*/
|
|
13604
|
+
S[16] ? A ? A.p(S, F) : (A = Kl(S), A.c(), A.m(n, v)) : A && (A.d(1), A = null), O && O.p && (!p || F[1] & /*$$scope*/
|
|
13605
13605
|
1024) && J(
|
|
13606
13606
|
O,
|
|
13607
13607
|
te,
|
|
@@ -13612,41 +13612,41 @@ function Dd(t) {
|
|
|
13612
13612
|
te,
|
|
13613
13613
|
/*$$scope*/
|
|
13614
13614
|
S[41],
|
|
13615
|
-
|
|
13615
|
+
F,
|
|
13616
13616
|
xd
|
|
13617
13617
|
) : $(
|
|
13618
13618
|
/*$$scope*/
|
|
13619
13619
|
S[41]
|
|
13620
13620
|
),
|
|
13621
13621
|
Il
|
|
13622
|
-
), (!p ||
|
|
13622
|
+
), (!p || F[0] & /*variant, type*/
|
|
13623
13623
|
130 && y !== (y = "goa-input variant--" + /*variant*/
|
|
13624
13624
|
S[7] + " type--" + /*type*/
|
|
13625
|
-
S[1] + " svelte-1a789tn")) && f(n, "class", y), (!p ||
|
|
13625
|
+
S[1] + " svelte-1a789tn")) && f(n, "class", y), (!p || F[0] & /*variant, type, isDisabled*/
|
|
13626
13626
|
268435586) && I(
|
|
13627
13627
|
n,
|
|
13628
13628
|
"input--disabled",
|
|
13629
13629
|
/*isDisabled*/
|
|
13630
13630
|
S[28]
|
|
13631
|
-
), (!p ||
|
|
13631
|
+
), (!p || F[0] & /*variant, type, _leadingContentSlot*/
|
|
13632
13632
|
16777346) && I(
|
|
13633
13633
|
n,
|
|
13634
13634
|
"leading-content",
|
|
13635
13635
|
/*_leadingContentSlot*/
|
|
13636
13636
|
S[24]
|
|
13637
|
-
), (!p ||
|
|
13637
|
+
), (!p || F[0] & /*variant, type, _trailingContentSlot*/
|
|
13638
13638
|
33554562) && I(
|
|
13639
13639
|
n,
|
|
13640
13640
|
"trailing-content",
|
|
13641
13641
|
/*_trailingContentSlot*/
|
|
13642
13642
|
S[25]
|
|
13643
|
-
), (!p ||
|
|
13643
|
+
), (!p || F[0] & /*variant, type, isError*/
|
|
13644
13644
|
536871042) && I(
|
|
13645
13645
|
n,
|
|
13646
13646
|
"error",
|
|
13647
13647
|
/*isError*/
|
|
13648
13648
|
S[29]
|
|
13649
|
-
), (!p ||
|
|
13649
|
+
), (!p || F[0] & /*width, mt, mr, mb, ml*/
|
|
13650
13650
|
7864832 && k !== (k = `--width: ${/*width*/
|
|
13651
13651
|
S[9]};${fe(
|
|
13652
13652
|
/*mt*/
|
|
@@ -13660,10 +13660,10 @@ function Dd(t) {
|
|
|
13660
13660
|
)}`)) && f(e, "style", k);
|
|
13661
13661
|
},
|
|
13662
13662
|
i(S) {
|
|
13663
|
-
p || (
|
|
13663
|
+
p || (N(E, S), N(O, S), p = !0);
|
|
13664
13664
|
},
|
|
13665
13665
|
o(S) {
|
|
13666
|
-
|
|
13666
|
+
j(E, S), j(O, S), p = !1;
|
|
13667
13667
|
},
|
|
13668
13668
|
d(S) {
|
|
13669
13669
|
S && D(e), M && M.d(), E && E.d(S), P && P.d(), t[43](null), V && V.d(), L && L.d(), A && A.d(), O && O.d(S), t[44](null), q = !1, De(H);
|
|
@@ -13690,61 +13690,61 @@ function Pd(t, e, n) {
|
|
|
13690
13690
|
"url",
|
|
13691
13691
|
"week"
|
|
13692
13692
|
]), [m, g] = ke("Input auto capitalize", ["on", "off", "none", "sentences", "words", "characters"]);
|
|
13693
|
-
let { type: h = "text" } = e, { name: v = "" } = e, { value: b = "" } = e, { autocapitalize: y = "off" } = e, { placeholder: k = "" } = e, { leadingicon: p = null } = e, { trailingicon: q = null } = e, { variant: H = "goa" } = e, { disabled: M = "false" } = e, { handletrailingiconclick: x = "false" } = e, { focused: E = "false" } = e, { readonly: P = "false" } = e, { error: V = "false" } = e, { testid: L = "" } = e, { width: A = "30ch" } = e, { arialabel: te = "" } = e, { arialabelledby: O = "" } = e, { min: S = "" } = e, { max:
|
|
13693
|
+
let { type: h = "text" } = e, { name: v = "" } = e, { value: b = "" } = e, { autocapitalize: y = "off" } = e, { placeholder: k = "" } = e, { leadingicon: p = null } = e, { trailingicon: q = null } = e, { variant: H = "goa" } = e, { disabled: M = "false" } = e, { handletrailingiconclick: x = "false" } = e, { focused: E = "false" } = e, { readonly: P = "false" } = e, { error: V = "false" } = e, { testid: L = "" } = e, { width: A = "30ch" } = e, { arialabel: te = "" } = e, { arialabelledby: O = "" } = e, { min: S = "" } = e, { max: F = "" } = e, { step: me = 1 } = e, { prefix: R = "" } = e, { suffix: Z = "" } = e, { debounce: ve = 0 } = e, { maxlength: ue = null } = e, { id: he = "" } = e, { mt: qe = null } = e, { mr: _e = null } = e, { mb: Ve = null } = e, { ml: Ee = null } = e, W = !1, we = !1, ae, Ne, ee;
|
|
13694
13694
|
function Se(G) {
|
|
13695
|
-
const
|
|
13696
|
-
|
|
13695
|
+
const Be = G.target;
|
|
13696
|
+
Be && (o || (ae != null && clearTimeout(ae), ae = setTimeout(
|
|
13697
13697
|
() => {
|
|
13698
|
-
|
|
13698
|
+
Be.dispatchEvent(new CustomEvent(
|
|
13699
13699
|
"_change",
|
|
13700
13700
|
{
|
|
13701
13701
|
composed: !0,
|
|
13702
13702
|
bubbles: !1,
|
|
13703
13703
|
cancelable: !0,
|
|
13704
|
-
detail: { name: v, value:
|
|
13704
|
+
detail: { name: v, value: Be.value }
|
|
13705
13705
|
}
|
|
13706
13706
|
));
|
|
13707
13707
|
},
|
|
13708
13708
|
ve
|
|
13709
|
-
),
|
|
13709
|
+
), Be.dispatchEvent(new CustomEvent(
|
|
13710
13710
|
"_keyPress",
|
|
13711
13711
|
{
|
|
13712
13712
|
composed: !0,
|
|
13713
|
-
detail: { name: v, value:
|
|
13713
|
+
detail: { name: v, value: Be.value, key: G.key }
|
|
13714
13714
|
}
|
|
13715
|
-
)), n(0, b =
|
|
13715
|
+
)), n(0, b = Be.value)));
|
|
13716
13716
|
}
|
|
13717
13717
|
function ot(G) {
|
|
13718
|
-
const
|
|
13719
|
-
|
|
13718
|
+
const Be = G.target;
|
|
13719
|
+
Be.dispatchEvent(new CustomEvent(
|
|
13720
13720
|
"_focus",
|
|
13721
13721
|
{
|
|
13722
13722
|
composed: !0,
|
|
13723
|
-
detail: { name: v, value:
|
|
13723
|
+
detail: { name: v, value: Be.value }
|
|
13724
13724
|
}
|
|
13725
13725
|
));
|
|
13726
13726
|
}
|
|
13727
13727
|
function Ue(G) {
|
|
13728
13728
|
n(34, E = "false");
|
|
13729
|
-
const
|
|
13730
|
-
|
|
13729
|
+
const Be = G.target;
|
|
13730
|
+
Be.dispatchEvent(new CustomEvent(
|
|
13731
13731
|
"_blur",
|
|
13732
13732
|
{
|
|
13733
13733
|
composed: !0,
|
|
13734
|
-
detail: { name: v, value:
|
|
13734
|
+
detail: { name: v, value: Be.value }
|
|
13735
13735
|
}
|
|
13736
13736
|
));
|
|
13737
13737
|
}
|
|
13738
13738
|
pe(async () => {
|
|
13739
13739
|
await Me(), u(h), g(y), (R != "" || Z != "") && console.warn("GoAInput [prefix] and [suffix] properties are deprecated. Instead use leadingContent and trailingContent.");
|
|
13740
13740
|
const G = ee.querySelector("slot[name=leadingContent]");
|
|
13741
|
-
G && G.assignedNodes().length > 0 && n(24,
|
|
13742
|
-
const
|
|
13743
|
-
|
|
13741
|
+
G && G.assignedNodes().length > 0 && n(24, W = !0);
|
|
13742
|
+
const Be = ee.querySelector("slot[name=trailingContent]");
|
|
13743
|
+
Be && Be.assignedNodes().length > 0 && n(25, we = !0);
|
|
13744
13744
|
});
|
|
13745
13745
|
function et(G) {
|
|
13746
13746
|
ce[G ? "unshift" : "push"](() => {
|
|
13747
|
-
|
|
13747
|
+
Ne = G, n(23, Ne);
|
|
13748
13748
|
});
|
|
13749
13749
|
}
|
|
13750
13750
|
function ut(G) {
|
|
@@ -13753,7 +13753,7 @@ function Pd(t, e, n) {
|
|
|
13753
13753
|
});
|
|
13754
13754
|
}
|
|
13755
13755
|
return t.$$set = (G) => {
|
|
13756
|
-
"type" in G && n(1, h = G.type), "name" in G && n(2, v = G.name), "value" in G && n(0, b = G.value), "autocapitalize" in G && n(3, y = G.autocapitalize), "placeholder" in G && n(4, k = G.placeholder), "leadingicon" in G && n(5, p = G.leadingicon), "trailingicon" in G && n(6, q = G.trailingicon), "variant" in G && n(7, H = G.variant), "disabled" in G && n(35, M = G.disabled), "handletrailingiconclick" in G && n(36, x = G.handletrailingiconclick), "focused" in G && n(34, E = G.focused), "readonly" in G && n(37, P = G.readonly), "error" in G && n(38, V = G.error), "testid" in G && n(8, L = G.testid), "width" in G && n(9, A = G.width), "arialabel" in G && n(10, te = G.arialabel), "arialabelledby" in G && n(11, O = G.arialabelledby), "min" in G && n(12, S = G.min), "max" in G && n(13,
|
|
13756
|
+
"type" in G && n(1, h = G.type), "name" in G && n(2, v = G.name), "value" in G && n(0, b = G.value), "autocapitalize" in G && n(3, y = G.autocapitalize), "placeholder" in G && n(4, k = G.placeholder), "leadingicon" in G && n(5, p = G.leadingicon), "trailingicon" in G && n(6, q = G.trailingicon), "variant" in G && n(7, H = G.variant), "disabled" in G && n(35, M = G.disabled), "handletrailingiconclick" in G && n(36, x = G.handletrailingiconclick), "focused" in G && n(34, E = G.focused), "readonly" in G && n(37, P = G.readonly), "error" in G && n(38, V = G.error), "testid" in G && n(8, L = G.testid), "width" in G && n(9, A = G.width), "arialabel" in G && n(10, te = G.arialabel), "arialabelledby" in G && n(11, O = G.arialabelledby), "min" in G && n(12, S = G.min), "max" in G && n(13, F = G.max), "step" in G && n(14, me = G.step), "prefix" in G && n(15, R = G.prefix), "suffix" in G && n(16, Z = G.suffix), "debounce" in G && n(39, ve = G.debounce), "maxlength" in G && n(17, ue = G.maxlength), "id" in G && n(18, he = G.id), "mt" in G && n(19, qe = G.mt), "mr" in G && n(20, _e = G.mr), "mb" in G && n(21, Ve = G.mb), "ml" in G && n(22, Ee = G.ml), "$$scope" in G && n(41, c = G.$$scope);
|
|
13757
13757
|
}, t.$$.update = () => {
|
|
13758
13758
|
t.$$.dirty[1] & /*handletrailingiconclick*/
|
|
13759
13759
|
32 && n(30, l = be(x)), t.$$.dirty[1] & /*focused*/
|
|
@@ -13762,8 +13762,8 @@ function Pd(t, e, n) {
|
|
|
13762
13762
|
128 && n(29, r = be(V)), t.$$.dirty[1] & /*disabled*/
|
|
13763
13763
|
16 && n(28, s = be(M)), t.$$.dirty[0] & /*inputEl*/
|
|
13764
13764
|
8388608 | t.$$.dirty[1] & /*isFocused*/
|
|
13765
|
-
512 && i &&
|
|
13766
|
-
8388610 &&
|
|
13765
|
+
512 && i && Ne && setTimeout(() => Ne.focus(), 2), t.$$.dirty[0] & /*inputEl, type*/
|
|
13766
|
+
8388610 && Ne && h === "search" && Ne.addEventListener("search", (G) => {
|
|
13767
13767
|
Se(G);
|
|
13768
13768
|
});
|
|
13769
13769
|
}, [
|
|
@@ -13780,7 +13780,7 @@ function Pd(t, e, n) {
|
|
|
13780
13780
|
te,
|
|
13781
13781
|
O,
|
|
13782
13782
|
S,
|
|
13783
|
-
|
|
13783
|
+
F,
|
|
13784
13784
|
me,
|
|
13785
13785
|
R,
|
|
13786
13786
|
Z,
|
|
@@ -13790,8 +13790,8 @@ function Pd(t, e, n) {
|
|
|
13790
13790
|
_e,
|
|
13791
13791
|
Ve,
|
|
13792
13792
|
Ee,
|
|
13793
|
-
|
|
13794
|
-
|
|
13793
|
+
Ne,
|
|
13794
|
+
W,
|
|
13795
13795
|
we,
|
|
13796
13796
|
ee,
|
|
13797
13797
|
o,
|
|
@@ -14068,7 +14068,7 @@ function Ql(t) {
|
|
|
14068
14068
|
);
|
|
14069
14069
|
return {
|
|
14070
14070
|
c() {
|
|
14071
|
-
e = z("div"), l = K(n), o =
|
|
14071
|
+
e = z("div"), l = K(n), o = B(), r = z("div"), s = K("This is a new "), a = z("a"), c = K("Alberta Government"), u = K(`
|
|
14072
14072
|
service
|
|
14073
14073
|
`), m && m.c(), f(e, "data-testid", "type"), f(e, "class", i = "service-type service-type--" + /*type*/
|
|
14074
14074
|
t[0].toLowerCase() + " svelte-1sylf7w"), f(a, "href", "https://www.alberta.ca/index.aspx"), f(a, "target", d = `_${/*headerurltarget*/
|
|
@@ -14163,7 +14163,7 @@ function Od(t) {
|
|
|
14163
14163
|
);
|
|
14164
14164
|
return {
|
|
14165
14165
|
c() {
|
|
14166
|
-
e = z("div"), n = z("div"), c && c.c(), l =
|
|
14166
|
+
e = z("div"), n = z("div"), c && c.c(), l = B(), d && d.c(), o = B(), r = z("div"), s = B(), u && u.c(), f(r, "class", "spacer svelte-1sylf7w"), f(n, "class", "content-container svelte-1sylf7w"), f(n, "style", a = `--max-content-width: ${/*maxcontentwidth*/
|
|
14167
14167
|
t[3]}`), f(e, "id", "container"), f(e, "class", "svelte-1sylf7w");
|
|
14168
14168
|
},
|
|
14169
14169
|
m(m, g) {
|
|
@@ -14207,7 +14207,7 @@ function Vd(t, e, n) {
|
|
|
14207
14207
|
d
|
|
14208
14208
|
];
|
|
14209
14209
|
}
|
|
14210
|
-
class
|
|
14210
|
+
class Bd extends se {
|
|
14211
14211
|
constructor(e) {
|
|
14212
14212
|
super(), oe(
|
|
14213
14213
|
this,
|
|
@@ -14263,18 +14263,18 @@ class jd extends se {
|
|
|
14263
14263
|
this.$$set({ feedbackurltarget: e }), w();
|
|
14264
14264
|
}
|
|
14265
14265
|
}
|
|
14266
|
-
customElements.define("goa-microsite-header", re(
|
|
14267
|
-
function
|
|
14266
|
+
customElements.define("goa-microsite-header", re(Bd, { type: {}, version: {}, feedbackurl: {}, maxcontentwidth: {}, headerurltarget: {}, feedbackurltarget: {} }, [], [], !0));
|
|
14267
|
+
function Nd(t) {
|
|
14268
14268
|
de(t, "svelte-e7q79p", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans);position:relative;z-index:99999}:host .svelte-e7q79p.svelte-e7q79p{box-sizing:border-box}.modal.svelte-e7q79p.svelte-e7q79p{font-family:var(--goa-font-family-sans);position:fixed;inset:0;display:flex;align-items:center;justify-content:center;height:100vh;width:100%;z-index:3}.modal-overlay.svelte-e7q79p.svelte-e7q79p{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);z-index:1}.emergency.svelte-e7q79p.svelte-e7q79p{background-color:var(--goa-color-emergency-default)}.important.svelte-e7q79p.svelte-e7q79p{background-color:var(--goa-color-warning-default)}.information.svelte-e7q79p.svelte-e7q79p{background-color:var(--goa-color-info-default)}.event.svelte-e7q79p.svelte-e7q79p{background-color:var(--goa-color-info-default)}.success.svelte-e7q79p.svelte-e7q79p{background-color:var(--goa-color-success-default)}.callout-bar.svelte-e7q79p.svelte-e7q79p{flex:0 0 3rem;text-align:center;padding-top:2rem;border-radius:4px 0px 0px 4px}.content.svelte-e7q79p.svelte-e7q79p{flex:1 1 auto;width:100%;margin:var(--goa-space-xl)}.content.svelte-e7q79p header.svelte-e7q79p{display:flex;justify-content:space-between}header.has-content.svelte-e7q79p.svelte-e7q79p{margin-bottom:var(--goa-space-l)}@media(max-width: 623px){.content.svelte-e7q79p.svelte-e7q79p{margin:var(--goa-space-l)}header.has-content.svelte-e7q79p.svelte-e7q79p{margin-bottom:var(--goa-space-m)}.modal-actions.svelte-e7q79p ::slotted(*){padding:var(--goa-space-l) 0 0}}@media(min-width: 1024px){.modal-pane.svelte-e7q79p.svelte-e7q79p{max-width:var(--maxwidth)}}.modal-pane.svelte-e7q79p.svelte-e7q79p{background-color:#fff;z-index:2;width:90%;display:flex;box-shadow:var(--goa-shadow-modal);border-radius:4px;border:1px solid var(--goa-color-greyscale-700)}.modal-actions.svelte-e7q79p ::slotted(*){padding:var(--goa-space-xl) 0 0}.modal-content.svelte-e7q79p.svelte-e7q79p{margin:0 -2rem;line-height:1.75rem}.modal-content.svelte-e7q79p ::slotted(:last-child){margin-bottom:0 !important}.modal-title.svelte-e7q79p.svelte-e7q79p{font:var(--goa-typography-heading-m)}.modal-close.svelte-e7q79p.svelte-e7q79p{padding-left:var(--goa-space-m);margin-top:var(--goa-space-2xs)}.scroll-top.svelte-e7q79p.svelte-e7q79p{box-shadow:inset 0px -8px 6px -6px rgba(0, 0, 0, 0.1)}.scroll-middle.svelte-e7q79p.svelte-e7q79p{box-shadow:inset 0px -8px 6px -6px rgba(0, 0, 0, 0.1),
|
|
14269
14269
|
inset 0px 8px 6px -6px rgba(0, 0, 0, 0.1)}.scroll-bottom.svelte-e7q79p.svelte-e7q79p{box-shadow:inset 0px 8px 6px -6px rgba(0, 0, 0, 0.1)}`);
|
|
14270
14270
|
}
|
|
14271
|
-
const
|
|
14271
|
+
const Fd = (t) => ({}), ti = (t) => ({}), Wd = (t) => ({}), ni = (t) => ({});
|
|
14272
14272
|
function li(t) {
|
|
14273
14273
|
let e, n, l, i, o, r, s, a, c, d, u, m, g, h, v, b, y, k, p, q, H, M, x, E, P, V, L, A = (
|
|
14274
14274
|
/*calloutvariant*/
|
|
14275
14275
|
t[3] !== null && ii(t)
|
|
14276
14276
|
);
|
|
14277
|
-
const te = [Id,
|
|
14277
|
+
const te = [Id, jd], O = [];
|
|
14278
14278
|
function S(ue, he) {
|
|
14279
14279
|
return (
|
|
14280
14280
|
/*heading*/
|
|
@@ -14282,7 +14282,7 @@ function li(t) {
|
|
|
14282
14282
|
);
|
|
14283
14283
|
}
|
|
14284
14284
|
d = S(t), u = O[d] = te[d](t);
|
|
14285
|
-
let
|
|
14285
|
+
let F = (
|
|
14286
14286
|
/*_isClosable*/
|
|
14287
14287
|
t[11] && oi(t)
|
|
14288
14288
|
);
|
|
@@ -14307,7 +14307,7 @@ function li(t) {
|
|
|
14307
14307
|
);
|
|
14308
14308
|
return {
|
|
14309
14309
|
c() {
|
|
14310
|
-
e = z("goa-focus-trap"), n = z("div"), l = z("div"), i =
|
|
14310
|
+
e = z("goa-focus-trap"), n = z("div"), l = z("div"), i = B(), o = z("div"), A && A.c(), r = B(), s = z("div"), a = z("header"), c = z("div"), u.c(), m = B(), F && F.c(), g = B(), h = z("div"), v = z("goa-scrollable"), R && R.c(), b = B(), y = z("div"), ve && ve.c(), f(l, "data-testid", "modal-overlay"), f(l, "class", "modal-overlay svelte-e7q79p"), f(c, "data-testid", "modal-title"), f(c, "class", "modal-title svelte-e7q79p"), f(c, "id", "goa-modal-heading"), f(a, "class", "svelte-e7q79p"), I(
|
|
14311
14311
|
a,
|
|
14312
14312
|
"has-content",
|
|
14313
14313
|
/*_requiresTopPadding*/
|
|
@@ -14327,7 +14327,7 @@ function li(t) {
|
|
|
14327
14327
|
), C(e, "class", "svelte-e7q79p");
|
|
14328
14328
|
},
|
|
14329
14329
|
m(ue, he) {
|
|
14330
|
-
T(ue, e, he), _(e, n), _(n, l), _(n, i), _(n, o), A && A.m(o, null), _(o, r), _(o, s), _(s, a), _(a, c), O[d].m(c, null), _(a, m),
|
|
14330
|
+
T(ue, e, he), _(e, n), _(n, l), _(n, i), _(n, o), A && A.m(o, null), _(o, r), _(o, s), _(s, a), _(a, c), O[d].m(c, null), _(a, m), F && F.m(a, null), t[21](a), _(s, g), _(s, h), _(h, v), R && R.m(v, null), t[22](v), _(s, b), _(s, y), ve && ve.m(y, null), t[23](n), P = !0, V || (L = [
|
|
14331
14331
|
U(
|
|
14332
14332
|
l,
|
|
14333
14333
|
"click",
|
|
@@ -14340,7 +14340,7 @@ function li(t) {
|
|
|
14340
14340
|
/*handleScroll*/
|
|
14341
14341
|
t[15]
|
|
14342
14342
|
),
|
|
14343
|
-
|
|
14343
|
+
Ni(M = no.call(null, n, { enable: (
|
|
14344
14344
|
/*_isOpen*/
|
|
14345
14345
|
t[8]
|
|
14346
14346
|
) }))
|
|
@@ -14350,10 +14350,10 @@ function li(t) {
|
|
|
14350
14350
|
t = ue, /*calloutvariant*/
|
|
14351
14351
|
t[3] !== null ? A ? A.p(t, he) : (A = ii(t), A.c(), A.m(o, r)) : A && (A.d(1), A = null);
|
|
14352
14352
|
let qe = d;
|
|
14353
|
-
d = S(t), d === qe ? O[d].p(t, he) : (Te(),
|
|
14353
|
+
d = S(t), d === qe ? O[d].p(t, he) : (Te(), j(O[qe], 1, 1, () => {
|
|
14354
14354
|
O[qe] = null;
|
|
14355
|
-
}), Pe(), u = O[d], u ? u.p(t, he) : (u = O[d] = te[d](t), u.c()),
|
|
14356
|
-
t[11] ?
|
|
14355
|
+
}), Pe(), u = O[d], u ? u.p(t, he) : (u = O[d] = te[d](t), u.c()), N(u, 1), u.m(c, null)), /*_isClosable*/
|
|
14356
|
+
t[11] ? F ? F.p(t, he) : (F = oi(t), F.c(), F.m(a, null)) : F && (F.d(1), F = null), (!P || he[0] & /*_requiresTopPadding*/
|
|
14357
14357
|
1024) && I(
|
|
14358
14358
|
a,
|
|
14359
14359
|
"has-content",
|
|
@@ -14389,7 +14389,7 @@ function li(t) {
|
|
|
14389
14389
|
/*$$scope*/
|
|
14390
14390
|
t[19],
|
|
14391
14391
|
he,
|
|
14392
|
-
|
|
14392
|
+
Fd
|
|
14393
14393
|
) : $(
|
|
14394
14394
|
/*$$scope*/
|
|
14395
14395
|
t[19]
|
|
@@ -14418,7 +14418,7 @@ function li(t) {
|
|
|
14418
14418
|
);
|
|
14419
14419
|
},
|
|
14420
14420
|
i(ue) {
|
|
14421
|
-
P || (
|
|
14421
|
+
P || (N(u), N(R, ue), N(ve, ue), ue && We(() => {
|
|
14422
14422
|
P && (p && p.end(1), k = gn(o, el, {
|
|
14423
14423
|
duration: (
|
|
14424
14424
|
/*_transitionTime*/
|
|
@@ -14426,7 +14426,7 @@ function li(t) {
|
|
|
14426
14426
|
),
|
|
14427
14427
|
y: 200
|
|
14428
14428
|
}), k.start());
|
|
14429
|
-
}), ue &&
|
|
14429
|
+
}), ue && We(() => {
|
|
14430
14430
|
P && (E && E.end(1), x = gn(n, Ct, { duration: (
|
|
14431
14431
|
/*_transitionTime*/
|
|
14432
14432
|
t[13]
|
|
@@ -14434,7 +14434,7 @@ function li(t) {
|
|
|
14434
14434
|
}), P = !0);
|
|
14435
14435
|
},
|
|
14436
14436
|
o(ue) {
|
|
14437
|
-
|
|
14437
|
+
j(u), j(R, ue), j(ve, ue), k && k.invalidate(), ue && (p = mn(o, el, {
|
|
14438
14438
|
delay: (
|
|
14439
14439
|
/*_transitionTime*/
|
|
14440
14440
|
t[13]
|
|
@@ -14456,7 +14456,7 @@ function li(t) {
|
|
|
14456
14456
|
})), P = !1;
|
|
14457
14457
|
},
|
|
14458
14458
|
d(ue) {
|
|
14459
|
-
ue && D(e), A && A.d(), O[d].d(),
|
|
14459
|
+
ue && D(e), A && A.d(), O[d].d(), F && F.d(), t[21](null), R && R.d(ue), t[22](null), ve && ve.d(ue), ue && p && p.end(), t[23](null), ue && E && E.end(), V = !1, De(L);
|
|
14460
14460
|
}
|
|
14461
14461
|
};
|
|
14462
14462
|
}
|
|
@@ -14494,7 +14494,7 @@ function ii(t) {
|
|
|
14494
14494
|
}
|
|
14495
14495
|
};
|
|
14496
14496
|
}
|
|
14497
|
-
function
|
|
14497
|
+
function jd(t) {
|
|
14498
14498
|
let e;
|
|
14499
14499
|
const n = (
|
|
14500
14500
|
/*#slots*/
|
|
@@ -14526,7 +14526,7 @@ function Wd(t) {
|
|
|
14526
14526
|
/*$$scope*/
|
|
14527
14527
|
i[19],
|
|
14528
14528
|
o,
|
|
14529
|
-
|
|
14529
|
+
Wd
|
|
14530
14530
|
) : $(
|
|
14531
14531
|
/*$$scope*/
|
|
14532
14532
|
i[19]
|
|
@@ -14535,10 +14535,10 @@ function Wd(t) {
|
|
|
14535
14535
|
);
|
|
14536
14536
|
},
|
|
14537
14537
|
i(i) {
|
|
14538
|
-
e || (
|
|
14538
|
+
e || (N(l, i), e = !0);
|
|
14539
14539
|
},
|
|
14540
14540
|
o(i) {
|
|
14541
|
-
|
|
14541
|
+
j(l, i), e = !1;
|
|
14542
14542
|
},
|
|
14543
14543
|
d(i) {
|
|
14544
14544
|
l && l.d(i);
|
|
@@ -14607,15 +14607,15 @@ function Yd(t) {
|
|
|
14607
14607
|
p(i, o) {
|
|
14608
14608
|
/*_isOpen*/
|
|
14609
14609
|
i[8] ? l ? (l.p(i, o), o[0] & /*_isOpen*/
|
|
14610
|
-
256 &&
|
|
14610
|
+
256 && N(l, 1)) : (l = li(i), l.c(), N(l, 1), l.m(e.parentNode, e)) : l && (Te(), j(l, 1, 1, () => {
|
|
14611
14611
|
l = null;
|
|
14612
14612
|
}), Pe());
|
|
14613
14613
|
},
|
|
14614
14614
|
i(i) {
|
|
14615
|
-
n || (
|
|
14615
|
+
n || (N(l), n = !0);
|
|
14616
14616
|
},
|
|
14617
14617
|
o(i) {
|
|
14618
|
-
|
|
14618
|
+
j(l), n = !1;
|
|
14619
14619
|
},
|
|
14620
14620
|
d(i) {
|
|
14621
14621
|
i && D(e), l && l.d(i);
|
|
@@ -14659,7 +14659,7 @@ function Rd(t, e, n) {
|
|
|
14659
14659
|
const Z = p == null ? void 0 : p.querySelector("slot");
|
|
14660
14660
|
return Z ? [...Z.assignedElements()] : [...p.children];
|
|
14661
14661
|
}
|
|
14662
|
-
function
|
|
14662
|
+
function F(Z) {
|
|
14663
14663
|
ce[Z ? "unshift" : "push"](() => {
|
|
14664
14664
|
p = Z, n(7, p);
|
|
14665
14665
|
});
|
|
@@ -14707,7 +14707,7 @@ function Rd(t, e, n) {
|
|
|
14707
14707
|
h,
|
|
14708
14708
|
s,
|
|
14709
14709
|
r,
|
|
14710
|
-
|
|
14710
|
+
F,
|
|
14711
14711
|
me,
|
|
14712
14712
|
R
|
|
14713
14713
|
];
|
|
@@ -14730,7 +14730,7 @@ class Zd extends se {
|
|
|
14730
14730
|
width: 18,
|
|
14731
14731
|
role: 4
|
|
14732
14732
|
},
|
|
14733
|
-
|
|
14733
|
+
Nd,
|
|
14734
14734
|
[-1, -1]
|
|
14735
14735
|
);
|
|
14736
14736
|
}
|
|
@@ -14801,7 +14801,7 @@ function ri(t) {
|
|
|
14801
14801
|
);
|
|
14802
14802
|
return {
|
|
14803
14803
|
c() {
|
|
14804
|
-
e = z("div"), n = z("div"), l = z("div"), i = z("div"), o = z("goa-icon"), s =
|
|
14804
|
+
e = z("div"), n = z("div"), l = z("div"), i = z("div"), o = z("goa-icon"), s = B(), a = z("div"), M && M.c(), c = B(), d = z("div"), u = z("button"), m = z("goa-icon"), C(
|
|
14805
14805
|
o,
|
|
14806
14806
|
"type",
|
|
14807
14807
|
/*iconType*/
|
|
@@ -14874,12 +14874,12 @@ function ri(t) {
|
|
|
14874
14874
|
x[1]}`)) && f(n, "style", b);
|
|
14875
14875
|
},
|
|
14876
14876
|
i(x) {
|
|
14877
|
-
k || (
|
|
14877
|
+
k || (N(M, x), x && We(() => {
|
|
14878
14878
|
k && (y || (y = Yt(n, Ct, {}, !0)), y.run(1));
|
|
14879
14879
|
}), k = !0);
|
|
14880
14880
|
},
|
|
14881
14881
|
o(x) {
|
|
14882
|
-
|
|
14882
|
+
j(M, x), x && (y || (y = Yt(n, Ct, {}, !1)), y.run(0)), k = !1;
|
|
14883
14883
|
},
|
|
14884
14884
|
d(x) {
|
|
14885
14885
|
x && D(e), M && M.d(x), x && y && y.end(), p = !1, q();
|
|
@@ -14901,15 +14901,15 @@ function Ud(t) {
|
|
|
14901
14901
|
p(i, [o]) {
|
|
14902
14902
|
/*show*/
|
|
14903
14903
|
i[3] ? l ? (l.p(i, o), o & /*show*/
|
|
14904
|
-
8 &&
|
|
14904
|
+
8 && N(l, 1)) : (l = ri(i), l.c(), N(l, 1), l.m(e.parentNode, e)) : l && (Te(), j(l, 1, 1, () => {
|
|
14905
14905
|
l = null;
|
|
14906
14906
|
}), Pe());
|
|
14907
14907
|
},
|
|
14908
14908
|
i(i) {
|
|
14909
|
-
n || (
|
|
14909
|
+
n || (N(l), n = !0);
|
|
14910
14910
|
},
|
|
14911
14911
|
o(i) {
|
|
14912
|
-
|
|
14912
|
+
j(l), n = !1;
|
|
14913
14913
|
},
|
|
14914
14914
|
d(i) {
|
|
14915
14915
|
i && D(e), l && l.d(i);
|
|
@@ -14994,7 +14994,7 @@ function eu(t) {
|
|
|
14994
14994
|
);
|
|
14995
14995
|
return {
|
|
14996
14996
|
c() {
|
|
14997
|
-
e = z("div"), n = z("section"), c && c.c(), l =
|
|
14997
|
+
e = z("div"), n = z("section"), c && c.c(), l = B(), i = z("main"), u && u.c(), o = B(), r = z("section"), g && g.c(), f(n, "class", "header svelte-13nsbkv"), f(i, "class", "svelte-13nsbkv"), f(r, "class", "footer svelte-13nsbkv"), f(e, "class", "page svelte-13nsbkv");
|
|
14998
14998
|
},
|
|
14999
14999
|
m(h, v) {
|
|
15000
15000
|
T(h, e, v), _(e, n), c && c.m(n, null), _(e, l), _(e, i), u && u.m(i, null), _(e, o), _(e, r), g && g.m(r, null), s = !0;
|
|
@@ -15057,10 +15057,10 @@ function eu(t) {
|
|
|
15057
15057
|
);
|
|
15058
15058
|
},
|
|
15059
15059
|
i(h) {
|
|
15060
|
-
s || (
|
|
15060
|
+
s || (N(c, h), N(u, h), N(g, h), s = !0);
|
|
15061
15061
|
},
|
|
15062
15062
|
o(h) {
|
|
15063
|
-
|
|
15063
|
+
j(c, h), j(u, h), j(g, h), s = !1;
|
|
15064
15064
|
},
|
|
15065
15065
|
d(h) {
|
|
15066
15066
|
h && D(e), c && c.d(h), u && u.d(h), g && g.d(h);
|
|
@@ -15130,10 +15130,10 @@ function ru(t) {
|
|
|
15130
15130
|
r[0]}`)) && f(e, "style", n);
|
|
15131
15131
|
},
|
|
15132
15132
|
i(r) {
|
|
15133
|
-
l || (
|
|
15133
|
+
l || (N(o, r), l = !0);
|
|
15134
15134
|
},
|
|
15135
15135
|
o(r) {
|
|
15136
|
-
|
|
15136
|
+
j(o, r), l = !1;
|
|
15137
15137
|
},
|
|
15138
15138
|
d(r) {
|
|
15139
15139
|
r && D(e), o && o.d(r);
|
|
@@ -15231,10 +15231,10 @@ function cu(t) {
|
|
|
15231
15231
|
))) && f(e, "style", n);
|
|
15232
15232
|
},
|
|
15233
15233
|
i(r) {
|
|
15234
|
-
l || (
|
|
15234
|
+
l || (N(o, r), l = !0);
|
|
15235
15235
|
},
|
|
15236
15236
|
o(r) {
|
|
15237
|
-
|
|
15237
|
+
j(o, r), l = !1;
|
|
15238
15238
|
},
|
|
15239
15239
|
d(r) {
|
|
15240
15240
|
r && D(e), o && o.d(r), t[8](null);
|
|
@@ -15322,10 +15322,10 @@ function di(t) {
|
|
|
15322
15322
|
m[g] = ui(ci(t, u, g));
|
|
15323
15323
|
return {
|
|
15324
15324
|
c() {
|
|
15325
|
-
e = z("goa-block"), n = z("span"), n.textContent = "Page", l =
|
|
15325
|
+
e = z("goa-block"), n = z("span"), n.textContent = "Page", l = B(), i = z("input"), o = B(), r = z("goa-dropdown");
|
|
15326
15326
|
for (let g = 0; g < m.length; g += 1)
|
|
15327
15327
|
m[g].c();
|
|
15328
|
-
s =
|
|
15328
|
+
s = B(), a = z("span"), c = K("of "), d = K(
|
|
15329
15329
|
/*_pageCount*/
|
|
15330
15330
|
t[8]
|
|
15331
15331
|
), f(n, "class", "svelte-1wkmzn8"), f(i, "type", "hidden"), C(
|
|
@@ -15407,7 +15407,7 @@ function gu(t) {
|
|
|
15407
15407
|
);
|
|
15408
15408
|
return {
|
|
15409
15409
|
c() {
|
|
15410
|
-
e = z("goa-block"), n = z("div"), h && h.c(), l =
|
|
15410
|
+
e = z("goa-block"), n = z("div"), h && h.c(), l = B(), i = z("goa-block"), o = z("goa-button"), r = K("Previous"), a = B(), c = z("goa-button"), d = K("Next"), C(o, "type", "tertiary"), C(o, "leadingicon", "arrow-back"), C(o, "disabled", s = /*pagenumber*/
|
|
15411
15411
|
t[0] == 1 ? "true" : "false"), C(c, "type", "tertiary"), C(c, "trailingicon", "arrow-forward"), C(c, "disabled", u = /*pagenumber*/
|
|
15412
15412
|
t[0] == /*_pageCount*/
|
|
15413
15413
|
t[8] ? "true" : "false"), C(i, "alignment", "center"), C(i, "gap", "m"), C(i, "data-testid", "page-links"), f(n, "class", "controls svelte-1wkmzn8"), C(e, "id", "root"), C(
|
|
@@ -15645,7 +15645,7 @@ function gi(t) {
|
|
|
15645
15645
|
);
|
|
15646
15646
|
return {
|
|
15647
15647
|
c() {
|
|
15648
|
-
e = z("div"), n =
|
|
15648
|
+
e = z("div"), n = B(), l = z("div"), i = z("section"), o = z("goa-focus-trap"), r = z("div"), g && g.c(), f(e, "data-testid", "popover-background"), f(e, "class", "popover-background svelte-1wjxcxq"), C(o, "open", "true"), f(i, "data-testid", "popover-content"), f(i, "class", "popover-content svelte-1wjxcxq"), f(i, "style", s = `
|
|
15649
15649
|
${Oe(
|
|
15650
15650
|
"width",
|
|
15651
15651
|
/*width*/
|
|
@@ -15655,7 +15655,7 @@ function gi(t) {
|
|
|
15655
15655
|
t[1]};
|
|
15656
15656
|
padding: ${/*_padded*/
|
|
15657
15657
|
t[19] ? "var(--goa-space-m)" : "0"};
|
|
15658
|
-
`),
|
|
15658
|
+
`), We(() => (
|
|
15659
15659
|
/*section_elementresize_handler*/
|
|
15660
15660
|
t[31].call(i)
|
|
15661
15661
|
)), f(l, "class", "popover-container");
|
|
@@ -15705,10 +15705,10 @@ function gi(t) {
|
|
|
15705
15705
|
`)) && f(i, "style", s);
|
|
15706
15706
|
},
|
|
15707
15707
|
i(h) {
|
|
15708
|
-
c || (
|
|
15708
|
+
c || (N(g, h), c = !0);
|
|
15709
15709
|
},
|
|
15710
15710
|
o(h) {
|
|
15711
|
-
|
|
15711
|
+
j(g, h), c = !1;
|
|
15712
15712
|
},
|
|
15713
15713
|
d(h) {
|
|
15714
15714
|
h && (D(e), D(n), D(l)), g && g.d(h), t[30](null), a(), t[32](null), d = !1, u();
|
|
@@ -15733,7 +15733,7 @@ function pu(t) {
|
|
|
15733
15733
|
);
|
|
15734
15734
|
return {
|
|
15735
15735
|
c() {
|
|
15736
|
-
e = z("div"), n = z("div"), d && d.c(), i =
|
|
15736
|
+
e = z("div"), n = z("div"), d && d.c(), i = B(), u && u.c(), f(n, "class", "popover-target svelte-1wjxcxq"), f(n, "tabindex", l = +/*tabindex*/
|
|
15737
15737
|
t[7]), f(n, "data-testid", "popover-target"), f(
|
|
15738
15738
|
e,
|
|
15739
15739
|
"data-testid",
|
|
@@ -15815,7 +15815,7 @@ function pu(t) {
|
|
|
15815
15815
|
128 && l !== (l = +/*tabindex*/
|
|
15816
15816
|
m[7])) && f(n, "tabindex", l), /*_open*/
|
|
15817
15817
|
m[13] ? u ? (u.p(m, g), g[0] & /*_open*/
|
|
15818
|
-
8192 &&
|
|
15818
|
+
8192 && N(u, 1)) : (u = gi(m), u.c(), N(u, 1), u.m(e, null)) : u && (Te(), j(u, 1, 1, () => {
|
|
15819
15819
|
u = null;
|
|
15820
15820
|
}), Pe()), (!r || g[0] & /*testid*/
|
|
15821
15821
|
1) && f(
|
|
@@ -15870,10 +15870,10 @@ function pu(t) {
|
|
|
15870
15870
|
`)) && f(e, "style", o);
|
|
15871
15871
|
},
|
|
15872
15872
|
i(m) {
|
|
15873
|
-
r || (
|
|
15873
|
+
r || (N(d, m), N(u), r = !0);
|
|
15874
15874
|
},
|
|
15875
15875
|
o(m) {
|
|
15876
|
-
|
|
15876
|
+
j(d, m), j(u), r = !1;
|
|
15877
15877
|
},
|
|
15878
15878
|
d(m) {
|
|
15879
15879
|
m && D(e), d && d.d(m), t[29](null), u && u.d(), t[33](null), s = !1, a();
|
|
@@ -15897,15 +15897,15 @@ function _u(t, e, n) {
|
|
|
15897
15897
|
let l, i, o, r, { $$slots: s = {}, $$scope: a } = e, { testid: c = "popover" } = e, { maxwidth: d = "320px" } = e, { width: u = "" } = e, { padded: m = "true" } = e, { position: g = "auto" } = e, { relative: h = "false" } = e, { mt: v = null } = e, { mr: b = null } = e, { mb: y = null } = e, { ml: k = null } = e, { open: p = "false" } = e, { disabled: q = "false" } = e, { tabindex: H = "0" } = e, { voffset: M = "" } = e, { hoffset: x = "" } = e, { focusborderwidth: E = "var(--goa-border-width-l)" } = e, { borderradius: P = "var(--goa-border-radius-m)" } = e, V, L, A, te, O, S;
|
|
15898
15898
|
pe(async () => {
|
|
15899
15899
|
await Me(), L.addEventListener("keydown", me);
|
|
15900
|
-
const
|
|
15900
|
+
const W = L.querySelector("slot");
|
|
15901
15901
|
let we;
|
|
15902
|
-
|
|
15902
|
+
W ? we = W.assignedElements() : we = [...L.children], O = we.find((ae) => ae.tabIndex >= 0) || L;
|
|
15903
15903
|
});
|
|
15904
|
-
function
|
|
15904
|
+
function F(W) {
|
|
15905
15905
|
ve();
|
|
15906
15906
|
}
|
|
15907
|
-
function me(
|
|
15908
|
-
switch (
|
|
15907
|
+
function me(W) {
|
|
15908
|
+
switch (W.key) {
|
|
15909
15909
|
case " ":
|
|
15910
15910
|
case "Enter":
|
|
15911
15911
|
Z();
|
|
@@ -15915,8 +15915,8 @@ function _u(t, e, n) {
|
|
|
15915
15915
|
break;
|
|
15916
15916
|
}
|
|
15917
15917
|
}
|
|
15918
|
-
function R(
|
|
15919
|
-
switch (
|
|
15918
|
+
function R(W) {
|
|
15919
|
+
switch (W.key) {
|
|
15920
15920
|
case "Escape":
|
|
15921
15921
|
ve();
|
|
15922
15922
|
break;
|
|
@@ -15926,45 +15926,45 @@ function _u(t, e, n) {
|
|
|
15926
15926
|
o || (async () => (n(13, i = !0), await Me(), te.addEventListener("keydown", R, !0), V.dispatchEvent(new CustomEvent("_open", { composed: !0 }))))();
|
|
15927
15927
|
}
|
|
15928
15928
|
function ve() {
|
|
15929
|
-
O.focus(), n(13, i = !1), window.removeEventListener("popstate",
|
|
15929
|
+
O.focus(), n(13, i = !1), window.removeEventListener("popstate", F, !0), V.dispatchEvent(new CustomEvent("_close", { composed: !0 }));
|
|
15930
15930
|
}
|
|
15931
15931
|
async function ue() {
|
|
15932
15932
|
await Me();
|
|
15933
|
-
const
|
|
15933
|
+
const W = mi(L), we = mi(A);
|
|
15934
15934
|
if (we.height < 20)
|
|
15935
15935
|
return;
|
|
15936
|
-
const ae =
|
|
15937
|
-
(g === "auto" ?
|
|
15936
|
+
const ae = W.top, Ne = window.innerHeight - W.bottom;
|
|
15937
|
+
(g === "auto" ? Ne < we.height && ae > we.height && ae > Ne : g === "above") && n(
|
|
15938
15938
|
16,
|
|
15939
|
-
A.style.top = r ? `${-we.height}px` : `${
|
|
15939
|
+
A.style.top = r ? `${-we.height}px` : `${W.y - we.height + window.scrollY}px`,
|
|
15940
15940
|
A
|
|
15941
|
-
), document.body.clientWidth -
|
|
15941
|
+
), document.body.clientWidth - W.left < we.width && W.left > we.width && n(16, A.style.left = `${W.x - (we.width - W.width)}px`, A);
|
|
15942
15942
|
}
|
|
15943
|
-
function he(
|
|
15944
|
-
ce[
|
|
15945
|
-
L =
|
|
15943
|
+
function he(W) {
|
|
15944
|
+
ce[W ? "unshift" : "push"](() => {
|
|
15945
|
+
L = W, n(15, L);
|
|
15946
15946
|
});
|
|
15947
15947
|
}
|
|
15948
|
-
function qe(
|
|
15949
|
-
ce[
|
|
15950
|
-
te =
|
|
15948
|
+
function qe(W) {
|
|
15949
|
+
ce[W ? "unshift" : "push"](() => {
|
|
15950
|
+
te = W, n(17, te);
|
|
15951
15951
|
});
|
|
15952
15952
|
}
|
|
15953
15953
|
function _e() {
|
|
15954
15954
|
S = this.clientHeight, n(12, S);
|
|
15955
15955
|
}
|
|
15956
|
-
function Ve(
|
|
15957
|
-
ce[
|
|
15958
|
-
A =
|
|
15956
|
+
function Ve(W) {
|
|
15957
|
+
ce[W ? "unshift" : "push"](() => {
|
|
15958
|
+
A = W, n(16, A);
|
|
15959
15959
|
});
|
|
15960
15960
|
}
|
|
15961
|
-
function Ee(
|
|
15962
|
-
ce[
|
|
15963
|
-
V =
|
|
15961
|
+
function Ee(W) {
|
|
15962
|
+
ce[W ? "unshift" : "push"](() => {
|
|
15963
|
+
V = W, n(14, V);
|
|
15964
15964
|
});
|
|
15965
15965
|
}
|
|
15966
|
-
return t.$$set = (
|
|
15967
|
-
"testid" in
|
|
15966
|
+
return t.$$set = (W) => {
|
|
15967
|
+
"testid" in W && n(0, c = W.testid), "maxwidth" in W && n(1, d = W.maxwidth), "width" in W && n(2, u = W.width), "padded" in W && n(22, m = W.padded), "position" in W && n(23, g = W.position), "relative" in W && n(24, h = W.relative), "mt" in W && n(3, v = W.mt), "mr" in W && n(4, b = W.mr), "mb" in W && n(5, y = W.mb), "ml" in W && n(6, k = W.ml), "open" in W && n(25, p = W.open), "disabled" in W && n(26, q = W.disabled), "tabindex" in W && n(7, H = W.tabindex), "voffset" in W && n(8, M = W.voffset), "hoffset" in W && n(9, x = W.hoffset), "focusborderwidth" in W && n(10, E = W.focusborderwidth), "borderradius" in W && n(11, P = W.borderradius), "$$scope" in W && n(27, a = W.$$scope);
|
|
15968
15968
|
}, t.$$.update = () => {
|
|
15969
15969
|
t.$$.dirty[0] & /*padded*/
|
|
15970
15970
|
4194304 && n(19, l = be(m)), t.$$.dirty[0] & /*open*/
|
|
@@ -15973,7 +15973,7 @@ function _u(t, e, n) {
|
|
|
15973
15973
|
16777216 && n(18, r = be(h)), t.$$.dirty[0] & /*_open*/
|
|
15974
15974
|
8192 && (async () => i && await ue())(), t.$$.dirty[0] & /*_sectionHeight*/
|
|
15975
15975
|
4096 && (async () => S && await ue())(), t.$$.dirty[0] & /*_open*/
|
|
15976
|
-
8192 && (i ? window.addEventListener("popstate",
|
|
15976
|
+
8192 && (i ? window.addEventListener("popstate", F, !0) : window.removeEventListener("popstate", F, !0));
|
|
15977
15977
|
}, [
|
|
15978
15978
|
c,
|
|
15979
15979
|
d,
|
|
@@ -16223,10 +16223,10 @@ function ku(t) {
|
|
|
16223
16223
|
);
|
|
16224
16224
|
},
|
|
16225
16225
|
i(s) {
|
|
16226
|
-
i || (
|
|
16226
|
+
i || (N(r, s), i = !0);
|
|
16227
16227
|
},
|
|
16228
16228
|
o(s) {
|
|
16229
|
-
|
|
16229
|
+
j(r, s), i = !1;
|
|
16230
16230
|
},
|
|
16231
16231
|
d(s) {
|
|
16232
16232
|
s && D(e), r && r.d(s), t[14](null);
|
|
@@ -16407,7 +16407,7 @@ function vi(t) {
|
|
|
16407
16407
|
);
|
|
16408
16408
|
return {
|
|
16409
16409
|
c() {
|
|
16410
|
-
e = z("div"), r && r.c(), n =
|
|
16410
|
+
e = z("div"), r && r.c(), n = B(), l = K(
|
|
16411
16411
|
/*description*/
|
|
16412
16412
|
t[2]
|
|
16413
16413
|
), f(e, "class", "goa-radio-description svelte-tp15v3");
|
|
@@ -16442,10 +16442,10 @@ function vi(t) {
|
|
|
16442
16442
|
);
|
|
16443
16443
|
},
|
|
16444
16444
|
i(s) {
|
|
16445
|
-
i || (
|
|
16445
|
+
i || (N(r, s), i = !0);
|
|
16446
16446
|
},
|
|
16447
16447
|
o(s) {
|
|
16448
|
-
|
|
16448
|
+
j(r, s), i = !1;
|
|
16449
16449
|
},
|
|
16450
16450
|
d(s) {
|
|
16451
16451
|
s && D(e), r && r.d(s);
|
|
@@ -16464,7 +16464,7 @@ function Mu(t) {
|
|
|
16464
16464
|
);
|
|
16465
16465
|
return {
|
|
16466
16466
|
c() {
|
|
16467
|
-
e = z("div"), n = z("label"), l = z("input"), i =
|
|
16467
|
+
e = z("div"), n = z("label"), l = z("input"), i = B(), o = z("div"), r = B(), s = z("span"), c = K(a), u = B(), v && v.c(), f(l, "type", "radio"), f(
|
|
16468
16468
|
l,
|
|
16469
16469
|
"name",
|
|
16470
16470
|
/*name*/
|
|
@@ -16548,15 +16548,15 @@ function Mu(t) {
|
|
|
16548
16548
|
), /*$$slots*/
|
|
16549
16549
|
b[11].description || /*description*/
|
|
16550
16550
|
b[2] ? v ? (v.p(b, y), y & /*$$slots, description*/
|
|
16551
|
-
2052 &&
|
|
16551
|
+
2052 && N(v, 1)) : (v = vi(b), v.c(), N(v, 1), v.m(e, null)) : v && (Te(), j(v, 1, 1, () => {
|
|
16552
16552
|
v = null;
|
|
16553
16553
|
}), Pe());
|
|
16554
16554
|
},
|
|
16555
16555
|
i(b) {
|
|
16556
|
-
m || (
|
|
16556
|
+
m || (N(v), m = !0);
|
|
16557
16557
|
},
|
|
16558
16558
|
o(b) {
|
|
16559
|
-
|
|
16559
|
+
j(v), m = !1;
|
|
16560
16560
|
},
|
|
16561
16561
|
d(b) {
|
|
16562
16562
|
b && D(e), t[17](null), v && v.d(), g = !1, h();
|
|
@@ -16763,10 +16763,10 @@ function Du(t) {
|
|
|
16763
16763
|
`)) && f(e, "style", n);
|
|
16764
16764
|
},
|
|
16765
16765
|
i(a) {
|
|
16766
|
-
l || (
|
|
16766
|
+
l || (N(s, a), l = !0);
|
|
16767
16767
|
},
|
|
16768
16768
|
o(a) {
|
|
16769
|
-
|
|
16769
|
+
j(s, a), l = !1;
|
|
16770
16770
|
},
|
|
16771
16771
|
d(a) {
|
|
16772
16772
|
a && D(e), s && s.d(a), t[10](null), i = !1, o();
|
|
@@ -16931,10 +16931,10 @@ function Au(t) {
|
|
|
16931
16931
|
);
|
|
16932
16932
|
},
|
|
16933
16933
|
i(o) {
|
|
16934
|
-
n || (
|
|
16934
|
+
n || (N(i, o), n = !0);
|
|
16935
16935
|
},
|
|
16936
16936
|
o(o) {
|
|
16937
|
-
|
|
16937
|
+
j(i, o), n = !1;
|
|
16938
16938
|
},
|
|
16939
16939
|
d(o) {
|
|
16940
16940
|
o && D(e), i && i.d(o), t[3](null);
|
|
@@ -16983,10 +16983,10 @@ class Vu extends se {
|
|
|
16983
16983
|
}
|
|
16984
16984
|
}
|
|
16985
16985
|
customElements.define("goa-side-menu", re(Vu, {}, ["default"], [], !0));
|
|
16986
|
-
function
|
|
16986
|
+
function Bu(t) {
|
|
16987
16987
|
de(t, "svelte-8gk3k9", '::slotted(a),::slotted(goa-side-menu-heading),::slotted(a:visited){color:var(--goa-color-text-default) !important;display:block;font:var(--goa-typography-body-m);margin-left:1rem}::slotted(a),::slotted(a:visited){padding:0.5rem 1rem;text-decoration:none;border-left:4px solid var(--goa-color-greyscale-100)}::slotted(a.current){font:var(--goa-typography-heading-s);border-left:4px solid var(--goa-color-interactive-disabled);background:var(--goa-color-info-background)}::slotted(a:hover:not(.current)){background:var(--goa-color-info-background);border-color:var(--goa-color-greyscale-200)}::slotted(a:focus-visible),.heading.svelte-8gk3k9.svelte-8gk3k9:focus-visible{outline:var(--goa-border-width-l) solid var(--goa-color-interactive-focus)}:host([child="true"]) a.heading.svelte-8gk3k9.svelte-8gk3k9,.heading.svelte-8gk3k9.svelte-8gk3k9{color:var(--goa-color-text-default);display:flex;align-items:center;justify-content:space-between;line-height:2rem;padding:0.5rem 1rem 0.5rem 2rem;text-decoration:none}:host([child="true"]) a.heading.svelte-8gk3k9.svelte-8gk3k9{margin-left:1rem;border-left:4px solid var(--goa-color-greyscale-100);padding:0.5rem 1rem 0.5rem 1rem}:host([child="true"]) a.heading.svelte-8gk3k9.svelte-8gk3k9:hover{border-color:var(--goa-color-greyscale-200);background:var(--goa-color-info-background)}:host([child="true"]) .side-menu-group.current a.heading.svelte-8gk3k9.svelte-8gk3k9{background:var(--goa-color-info-background);border-left:4px solid var(--goa-color-interactive-disabled)}.side-menu-group.current.svelte-8gk3k9 .heading.svelte-8gk3k9{background:#cedfee}.heading.svelte-8gk3k9.svelte-8gk3k9:hover{background:#cedfee}.hidden.svelte-8gk3k9.svelte-8gk3k9{display:none}.group.svelte-8gk3k9.svelte-8gk3k9{padding-left:1rem}');
|
|
16988
16988
|
}
|
|
16989
|
-
function
|
|
16989
|
+
function Nu(t) {
|
|
16990
16990
|
let e;
|
|
16991
16991
|
return {
|
|
16992
16992
|
c() {
|
|
@@ -17000,7 +17000,7 @@ function Bu(t) {
|
|
|
17000
17000
|
}
|
|
17001
17001
|
};
|
|
17002
17002
|
}
|
|
17003
|
-
function
|
|
17003
|
+
function Fu(t) {
|
|
17004
17004
|
let e;
|
|
17005
17005
|
return {
|
|
17006
17006
|
c() {
|
|
@@ -17014,12 +17014,12 @@ function Nu(t) {
|
|
|
17014
17014
|
}
|
|
17015
17015
|
};
|
|
17016
17016
|
}
|
|
17017
|
-
function
|
|
17017
|
+
function Wu(t) {
|
|
17018
17018
|
let e, n, l, i, o, r, s, a, c, d;
|
|
17019
17019
|
function u(b, y) {
|
|
17020
17020
|
return (
|
|
17021
17021
|
/*_open*/
|
|
17022
|
-
b[1] ?
|
|
17022
|
+
b[1] ? Fu : Nu
|
|
17023
17023
|
);
|
|
17024
17024
|
}
|
|
17025
17025
|
let m = u(t), g = m(t);
|
|
@@ -17038,7 +17038,7 @@ function Fu(t) {
|
|
|
17038
17038
|
e = z("div"), n = z("a"), l = K(
|
|
17039
17039
|
/*heading*/
|
|
17040
17040
|
t[0]
|
|
17041
|
-
), i =
|
|
17041
|
+
), i = B(), g.c(), r = B(), s = z("div"), v && v.c(), f(n, "href", o = `#${/*_slug*/
|
|
17042
17042
|
t[4]}`), f(n, "class", "heading svelte-8gk3k9"), f(s, "class", "group svelte-8gk3k9"), f(s, "data-testid", "group"), I(s, "hidden", !/*_open*/
|
|
17043
17043
|
t[1]), f(e, "class", "side-menu-group svelte-8gk3k9"), I(
|
|
17044
17044
|
e,
|
|
@@ -17092,10 +17092,10 @@ function Fu(t) {
|
|
|
17092
17092
|
);
|
|
17093
17093
|
},
|
|
17094
17094
|
i(b) {
|
|
17095
|
-
a || (
|
|
17095
|
+
a || (N(v, b), a = !0);
|
|
17096
17096
|
},
|
|
17097
17097
|
o(b) {
|
|
17098
|
-
|
|
17098
|
+
j(v, b), a = !1;
|
|
17099
17099
|
},
|
|
17100
17100
|
d(b) {
|
|
17101
17101
|
b && D(e), g.d(), v && v.d(b), t[8](null), c = !1, d();
|
|
@@ -17105,7 +17105,7 @@ function Fu(t) {
|
|
|
17105
17105
|
function bi(t) {
|
|
17106
17106
|
return t == null ? void 0 : t.toLowerCase().replace(/ /g, "-");
|
|
17107
17107
|
}
|
|
17108
|
-
function
|
|
17108
|
+
function ju(t, e, n) {
|
|
17109
17109
|
let l, { $$slots: i = {}, $$scope: o } = e, { heading: r } = e, s = !1, a = !1, c;
|
|
17110
17110
|
pe(async () => {
|
|
17111
17111
|
await Me(), d(), v(), u();
|
|
@@ -17184,7 +17184,7 @@ function Wu(t, e, n) {
|
|
|
17184
17184
|
}
|
|
17185
17185
|
class Iu extends se {
|
|
17186
17186
|
constructor(e) {
|
|
17187
|
-
super(), oe(this, e,
|
|
17187
|
+
super(), oe(this, e, ju, Wu, ie, { heading: 0 }, Bu);
|
|
17188
17188
|
}
|
|
17189
17189
|
get heading() {
|
|
17190
17190
|
return this.$$.ctx[0];
|
|
@@ -17253,7 +17253,7 @@ function Zu(t) {
|
|
|
17253
17253
|
);
|
|
17254
17254
|
return {
|
|
17255
17255
|
c() {
|
|
17256
|
-
e = z("h2"), o && o.c(), n =
|
|
17256
|
+
e = z("h2"), o && o.c(), n = B(), s && s.c(), l = B(), c && c.c(), f(e, "data-testid", "section-heading"), f(e, "class", "svelte-1kjdgiu"), I(
|
|
17257
17257
|
e,
|
|
17258
17258
|
"icon",
|
|
17259
17259
|
/*icon*/
|
|
@@ -17310,10 +17310,10 @@ function Zu(t) {
|
|
|
17310
17310
|
);
|
|
17311
17311
|
},
|
|
17312
17312
|
i(d) {
|
|
17313
|
-
i || (
|
|
17313
|
+
i || (N(s, d), N(c, d), i = !0);
|
|
17314
17314
|
},
|
|
17315
17315
|
o(d) {
|
|
17316
|
-
|
|
17316
|
+
j(s, d), j(c, d), i = !1;
|
|
17317
17317
|
},
|
|
17318
17318
|
d(d) {
|
|
17319
17319
|
d && D(e), o && o.d(), s && s.d(d), c && c.d(d);
|
|
@@ -17385,7 +17385,7 @@ function Qu(t) {
|
|
|
17385
17385
|
) }
|
|
17386
17386
|
}), {
|
|
17387
17387
|
c() {
|
|
17388
|
-
e = z("div"), n = z("div"), l = z("div"), Xe(i.$$.fragment), o =
|
|
17388
|
+
e = z("div"), n = z("div"), l = z("div"), Xe(i.$$.fragment), o = B(), r = z("div"), Xe(s.$$.fragment), a = B(), Xe(c.$$.fragment), d = B(), Xe(u.$$.fragment), xe(l, "flex", "1 1 auto"), xe(r, "flex", "2 2 auto"), xe(n, "display", "flex"), xe(n, "gap", "1rem");
|
|
17389
17389
|
},
|
|
17390
17390
|
m(g, h) {
|
|
17391
17391
|
T(g, e, h), _(e, n), _(n, l), Re(i, l, null), _(n, o), _(n, r), Re(s, r, null), _(r, a), Re(c, r, null), _(e, d), Re(u, e, null), m = !0;
|
|
@@ -17401,10 +17401,10 @@ function Qu(t) {
|
|
|
17401
17401
|
g[1]), u.$set(b);
|
|
17402
17402
|
},
|
|
17403
17403
|
i(g) {
|
|
17404
|
-
m || (
|
|
17404
|
+
m || (N(i.$$.fragment, g), N(s.$$.fragment, g), N(c.$$.fragment, g), N(u.$$.fragment, g), m = !0);
|
|
17405
17405
|
},
|
|
17406
17406
|
o(g) {
|
|
17407
|
-
|
|
17407
|
+
j(i.$$.fragment, g), j(s.$$.fragment, g), j(c.$$.fragment, g), j(u.$$.fragment, g), m = !1;
|
|
17408
17408
|
},
|
|
17409
17409
|
d(g) {
|
|
17410
17410
|
g && D(e), Ze(i), Ze(s), Ze(c), Ze(u);
|
|
@@ -17418,7 +17418,7 @@ function Ju(t) {
|
|
|
17418
17418
|
))), i = [];
|
|
17419
17419
|
for (let r = 0; r < l.length; r += 1)
|
|
17420
17420
|
i[r] = yi(wi(t, l, r));
|
|
17421
|
-
const o = (r) =>
|
|
17421
|
+
const o = (r) => j(i[r], 1, 1, () => {
|
|
17422
17422
|
i[r] = null;
|
|
17423
17423
|
});
|
|
17424
17424
|
return {
|
|
@@ -17442,7 +17442,7 @@ function Ju(t) {
|
|
|
17442
17442
|
let a;
|
|
17443
17443
|
for (a = 0; a < l.length; a += 1) {
|
|
17444
17444
|
const c = wi(r, l, a);
|
|
17445
|
-
i[a] ? (i[a].p(c, s),
|
|
17445
|
+
i[a] ? (i[a].p(c, s), N(i[a], 1)) : (i[a] = yi(c), i[a].c(), N(i[a], 1), i[a].m(e.parentNode, e));
|
|
17446
17446
|
}
|
|
17447
17447
|
for (Te(), a = l.length; a < i.length; a += 1)
|
|
17448
17448
|
o(a);
|
|
@@ -17452,14 +17452,14 @@ function Ju(t) {
|
|
|
17452
17452
|
i(r) {
|
|
17453
17453
|
if (!n) {
|
|
17454
17454
|
for (let s = 0; s < l.length; s += 1)
|
|
17455
|
-
|
|
17455
|
+
N(i[s]);
|
|
17456
17456
|
n = !0;
|
|
17457
17457
|
}
|
|
17458
17458
|
},
|
|
17459
17459
|
o(r) {
|
|
17460
17460
|
i = i.filter(Boolean);
|
|
17461
17461
|
for (let s = 0; s < i.length; s += 1)
|
|
17462
|
-
|
|
17462
|
+
j(i[s]);
|
|
17463
17463
|
n = !1;
|
|
17464
17464
|
},
|
|
17465
17465
|
d(r) {
|
|
@@ -17489,7 +17489,7 @@ function $u(t) {
|
|
|
17489
17489
|
}
|
|
17490
17490
|
}), {
|
|
17491
17491
|
c() {
|
|
17492
|
-
e = z("div"), n = z("div"), Xe(l.$$.fragment), i =
|
|
17492
|
+
e = z("div"), n = z("div"), Xe(l.$$.fragment), i = B(), o = z("div"), Xe(r.$$.fragment), s = B(), Xe(a.$$.fragment), f(n, "class", "profile-avatar svelte-vc7r7m"), f(o, "class", "profile-name svelte-vc7r7m"), f(e, "class", c = "profile profile-" + /*size*/
|
|
17493
17493
|
t[1] + " svelte-vc7r7m");
|
|
17494
17494
|
},
|
|
17495
17495
|
m(u, m) {
|
|
@@ -17512,10 +17512,10 @@ function $u(t) {
|
|
|
17512
17512
|
u[1] + " svelte-vc7r7m")) && f(e, "class", c);
|
|
17513
17513
|
},
|
|
17514
17514
|
i(u) {
|
|
17515
|
-
d || (
|
|
17515
|
+
d || (N(l.$$.fragment, u), N(r.$$.fragment, u), N(a.$$.fragment, u), d = !0);
|
|
17516
17516
|
},
|
|
17517
17517
|
o(u) {
|
|
17518
|
-
|
|
17518
|
+
j(l.$$.fragment, u), j(r.$$.fragment, u), j(a.$$.fragment, u), d = !1;
|
|
17519
17519
|
},
|
|
17520
17520
|
d(u) {
|
|
17521
17521
|
u && D(e), Ze(l), Ze(r), Ze(a);
|
|
@@ -17548,7 +17548,7 @@ function ef(t) {
|
|
|
17548
17548
|
}
|
|
17549
17549
|
}), {
|
|
17550
17550
|
c() {
|
|
17551
|
-
e = z("div"), Xe(n.$$.fragment), l =
|
|
17551
|
+
e = z("div"), Xe(n.$$.fragment), l = B(), i = z("div"), Xe(o.$$.fragment), r = B(), Xe(s.$$.fragment), f(i, "class", "card-content svelte-vc7r7m"), f(e, "class", a = "card card-" + /*size*/
|
|
17552
17552
|
t[1] + " svelte-vc7r7m"), xe(
|
|
17553
17553
|
e,
|
|
17554
17554
|
"--max-width",
|
|
@@ -17584,10 +17584,10 @@ function ef(t) {
|
|
|
17584
17584
|
);
|
|
17585
17585
|
},
|
|
17586
17586
|
i(d) {
|
|
17587
|
-
c || (
|
|
17587
|
+
c || (N(n.$$.fragment, d), N(o.$$.fragment, d), N(s.$$.fragment, d), c = !0);
|
|
17588
17588
|
},
|
|
17589
17589
|
o(d) {
|
|
17590
|
-
|
|
17590
|
+
j(n.$$.fragment, d), j(o.$$.fragment, d), j(s.$$.fragment, d), c = !1;
|
|
17591
17591
|
},
|
|
17592
17592
|
d(d) {
|
|
17593
17593
|
d && D(e), Ze(n), Ze(o), Ze(s);
|
|
@@ -17624,10 +17624,10 @@ function yi(t) {
|
|
|
17624
17624
|
l[2]), e.$set(o);
|
|
17625
17625
|
},
|
|
17626
17626
|
i(l) {
|
|
17627
|
-
n || (
|
|
17627
|
+
n || (N(e.$$.fragment, l), n = !0);
|
|
17628
17628
|
},
|
|
17629
17629
|
o(l) {
|
|
17630
|
-
|
|
17630
|
+
j(e.$$.fragment, l), n = !1;
|
|
17631
17631
|
},
|
|
17632
17632
|
d(l) {
|
|
17633
17633
|
Ze(e, l);
|
|
@@ -17681,9 +17681,9 @@ function tf(t) {
|
|
|
17681
17681
|
},
|
|
17682
17682
|
p(c, [d]) {
|
|
17683
17683
|
let u = n;
|
|
17684
|
-
n = a(c), n === u ? s[n].p(c, d) : (Te(),
|
|
17684
|
+
n = a(c), n === u ? s[n].p(c, d) : (Te(), j(s[u], 1, 1, () => {
|
|
17685
17685
|
s[u] = null;
|
|
17686
|
-
}), Pe(), l = s[n], l ? l.p(c, d) : (l = s[n] = r[n](c), l.c()),
|
|
17686
|
+
}), Pe(), l = s[n], l ? l.p(c, d) : (l = s[n] = r[n](c), l.c()), N(l, 1), l.m(e, null)), (!o || d & /*testid*/
|
|
17687
17687
|
16) && f(
|
|
17688
17688
|
e,
|
|
17689
17689
|
"data-testid",
|
|
@@ -17702,10 +17702,10 @@ function tf(t) {
|
|
|
17702
17702
|
))) && f(e, "style", i);
|
|
17703
17703
|
},
|
|
17704
17704
|
i(c) {
|
|
17705
|
-
o || (
|
|
17705
|
+
o || (N(l), o = !0);
|
|
17706
17706
|
},
|
|
17707
17707
|
o(c) {
|
|
17708
|
-
|
|
17708
|
+
j(l), o = !1;
|
|
17709
17709
|
},
|
|
17710
17710
|
d(c) {
|
|
17711
17711
|
c && D(e), s[n].d();
|
|
@@ -18266,10 +18266,10 @@ function qi(t) {
|
|
|
18266
18266
|
);
|
|
18267
18267
|
},
|
|
18268
18268
|
i(o) {
|
|
18269
|
-
n || (
|
|
18269
|
+
n || (N(i, o), n = !0);
|
|
18270
18270
|
},
|
|
18271
18271
|
o(o) {
|
|
18272
|
-
|
|
18272
|
+
j(i, o), n = !1;
|
|
18273
18273
|
},
|
|
18274
18274
|
d(o) {
|
|
18275
18275
|
o && D(e), i && i.d(o);
|
|
@@ -18294,7 +18294,7 @@ function hf(t) {
|
|
|
18294
18294
|
);
|
|
18295
18295
|
return {
|
|
18296
18296
|
c() {
|
|
18297
|
-
e = z("div"), n =
|
|
18297
|
+
e = z("div"), n = B(), s && s.c(), l = B(), a && a.c(), i = Ie(), xe(e, "display", "none"), f(
|
|
18298
18298
|
e,
|
|
18299
18299
|
"data-heading",
|
|
18300
18300
|
/*heading*/
|
|
@@ -18331,15 +18331,15 @@ function hf(t) {
|
|
|
18331
18331
|
Ci
|
|
18332
18332
|
), /*_isOpen*/
|
|
18333
18333
|
c[1] ? a ? (a.p(c, d), d & /*_isOpen*/
|
|
18334
|
-
2 &&
|
|
18334
|
+
2 && N(a, 1)) : (a = qi(c), a.c(), N(a, 1), a.m(i.parentNode, i)) : a && (Te(), j(a, 1, 1, () => {
|
|
18335
18335
|
a = null;
|
|
18336
18336
|
}), Pe());
|
|
18337
18337
|
},
|
|
18338
18338
|
i(c) {
|
|
18339
|
-
o || (
|
|
18339
|
+
o || (N(s, c), N(a), o = !0);
|
|
18340
18340
|
},
|
|
18341
18341
|
o(c) {
|
|
18342
|
-
|
|
18342
|
+
j(s, c), j(a), o = !1;
|
|
18343
18343
|
},
|
|
18344
18344
|
d(c) {
|
|
18345
18345
|
c && (D(e), D(n), D(l), D(i)), s && s.d(c), a && a.d(c);
|
|
@@ -18420,10 +18420,10 @@ function _f(t) {
|
|
|
18420
18420
|
r[0] && "width: 100%;")) && f(e, "style", n);
|
|
18421
18421
|
},
|
|
18422
18422
|
i(r) {
|
|
18423
|
-
l || (
|
|
18423
|
+
l || (N(o, r), l = !0);
|
|
18424
18424
|
},
|
|
18425
18425
|
o(r) {
|
|
18426
|
-
|
|
18426
|
+
j(o, r), l = !1;
|
|
18427
18427
|
},
|
|
18428
18428
|
d(r) {
|
|
18429
18429
|
r && D(e), o && o.d(r);
|
|
@@ -18471,10 +18471,10 @@ function wf(t) {
|
|
|
18471
18471
|
);
|
|
18472
18472
|
},
|
|
18473
18473
|
i(i) {
|
|
18474
|
-
e || (
|
|
18474
|
+
e || (N(l, i), e = !0);
|
|
18475
18475
|
},
|
|
18476
18476
|
o(i) {
|
|
18477
|
-
|
|
18477
|
+
j(l, i), e = !1;
|
|
18478
18478
|
},
|
|
18479
18479
|
d(i) {
|
|
18480
18480
|
l && l.d(i);
|
|
@@ -18518,9 +18518,9 @@ function yf(t) {
|
|
|
18518
18518
|
},
|
|
18519
18519
|
p(d, [u]) {
|
|
18520
18520
|
let m = n;
|
|
18521
|
-
n = c(d), n === m ? a[n].p(d, u) : (Te(),
|
|
18521
|
+
n = c(d), n === m ? a[n].p(d, u) : (Te(), j(a[m], 1, 1, () => {
|
|
18522
18522
|
a[m] = null;
|
|
18523
|
-
}), Pe(), l = a[n], l ? l.p(d, u) : (l = a[n] = s[n](d), l.c()),
|
|
18523
|
+
}), Pe(), l = a[n], l ? l.p(d, u) : (l = a[n] = s[n](d), l.c()), N(l, 1), l.m(e, null)), (!r || u & /*variant*/
|
|
18524
18524
|
2 && i !== (i = ze(`goatable ${/*variant*/
|
|
18525
18525
|
d[1]}`) + " svelte-1i5xhlu")) && f(e, "class", i), (!r || u & /*width, mt, mr, mb, ml*/
|
|
18526
18526
|
61 && o !== (o = `
|
|
@@ -18545,10 +18545,10 @@ function yf(t) {
|
|
|
18545
18545
|
);
|
|
18546
18546
|
},
|
|
18547
18547
|
i(d) {
|
|
18548
|
-
r || (
|
|
18548
|
+
r || (N(l), r = !0);
|
|
18549
18549
|
},
|
|
18550
18550
|
o(d) {
|
|
18551
|
-
|
|
18551
|
+
j(l), r = !1;
|
|
18552
18552
|
},
|
|
18553
18553
|
d(d) {
|
|
18554
18554
|
d && D(e), a[n].d(), t[12](null);
|
|
@@ -18762,7 +18762,7 @@ function Lf(t) {
|
|
|
18762
18762
|
let s = r(t), a = s(t);
|
|
18763
18763
|
return {
|
|
18764
18764
|
c() {
|
|
18765
|
-
e = z("button"), o && o.c(), n =
|
|
18765
|
+
e = z("button"), o && o.c(), n = B(), a.c(), f(e, "class", "svelte-w89d7d");
|
|
18766
18766
|
},
|
|
18767
18767
|
m(c, d) {
|
|
18768
18768
|
T(c, e, d), o && o.m(e, null), _(e, n), a.m(e, null), t[4](e), l = !0;
|
|
@@ -18789,10 +18789,10 @@ function Lf(t) {
|
|
|
18789
18789
|
), s !== (s = r(c)) && (a.d(1), a = s(c), a && (a.c(), a.m(e, null)));
|
|
18790
18790
|
},
|
|
18791
18791
|
i(c) {
|
|
18792
|
-
l || (
|
|
18792
|
+
l || (N(o, c), l = !0);
|
|
18793
18793
|
},
|
|
18794
18794
|
o(c) {
|
|
18795
|
-
|
|
18795
|
+
j(o, c), l = !1;
|
|
18796
18796
|
},
|
|
18797
18797
|
d(c) {
|
|
18798
18798
|
c && D(e), o && o.d(c), a.d(), t[4](null);
|
|
@@ -18846,7 +18846,7 @@ function Tf(t) {
|
|
|
18846
18846
|
);
|
|
18847
18847
|
return {
|
|
18848
18848
|
c() {
|
|
18849
|
-
e = z("div"), n = z("div"), l =
|
|
18849
|
+
e = z("div"), n = z("div"), l = B(), i = z("div"), s && s.c(), f(n, "class", "tabs svelte-120fh6g"), f(i, "class", "tabpanel"), f(i, "tabindex", "0"), f(i, "role", "tabpanel"), f(e, "role", "tablist");
|
|
18850
18850
|
},
|
|
18851
18851
|
m(a, c) {
|
|
18852
18852
|
T(a, e, c), _(e, n), t[6](n), _(e, l), _(e, i), s && s.m(i, null), t[7](i), t[8](e), o = !0;
|
|
@@ -18873,10 +18873,10 @@ function Tf(t) {
|
|
|
18873
18873
|
);
|
|
18874
18874
|
},
|
|
18875
18875
|
i(a) {
|
|
18876
|
-
o || (
|
|
18876
|
+
o || (N(s, a), o = !0);
|
|
18877
18877
|
},
|
|
18878
18878
|
o(a) {
|
|
18879
|
-
|
|
18879
|
+
j(s, a), o = !1;
|
|
18880
18880
|
},
|
|
18881
18881
|
d(a) {
|
|
18882
18882
|
a && D(e), t[6](null), s && s.d(a), t[7](null), t[8](null);
|
|
@@ -19067,7 +19067,7 @@ function Of(t) {
|
|
|
19067
19067
|
) + "", o, r;
|
|
19068
19068
|
return {
|
|
19069
19069
|
c() {
|
|
19070
|
-
n = K(e), l =
|
|
19070
|
+
n = K(e), l = B(), o = K(i), r = K(" remaining");
|
|
19071
19071
|
},
|
|
19072
19072
|
m(s, a) {
|
|
19073
19073
|
T(s, n, a), T(s, l, a), T(s, o, a), T(s, r, a);
|
|
@@ -19104,7 +19104,7 @@ function Vf(t) {
|
|
|
19104
19104
|
) + "", o, r;
|
|
19105
19105
|
return {
|
|
19106
19106
|
c() {
|
|
19107
|
-
n = K(e), l =
|
|
19107
|
+
n = K(e), l = B(), o = K(i), r = K(" too many");
|
|
19108
19108
|
},
|
|
19109
19109
|
m(s, a) {
|
|
19110
19110
|
T(s, n, a), T(s, l, a), T(s, o, a), T(s, r, a);
|
|
@@ -19139,7 +19139,7 @@ function Li(t) {
|
|
|
19139
19139
|
e = z("div"), n = K(
|
|
19140
19140
|
/*count*/
|
|
19141
19141
|
t[15]
|
|
19142
|
-
), l =
|
|
19142
|
+
), l = B(), o = K(i), f(e, "class", "counter svelte-14k1aqr");
|
|
19143
19143
|
},
|
|
19144
19144
|
m(r, s) {
|
|
19145
19145
|
T(r, e, s), _(e, n), _(e, l), _(e, o);
|
|
@@ -19163,7 +19163,7 @@ function Li(t) {
|
|
|
19163
19163
|
}
|
|
19164
19164
|
};
|
|
19165
19165
|
}
|
|
19166
|
-
function
|
|
19166
|
+
function Bf(t) {
|
|
19167
19167
|
let e, n, l, i, o, r, s, a, c, d = (
|
|
19168
19168
|
/*maxcount*/
|
|
19169
19169
|
t[8] > 0 && !/*isDisabled*/
|
|
@@ -19177,7 +19177,7 @@ function jf(t) {
|
|
|
19177
19177
|
);
|
|
19178
19178
|
return {
|
|
19179
19179
|
c() {
|
|
19180
|
-
e = z("div"), n = z("div"), l = z("textarea"), o =
|
|
19180
|
+
e = z("div"), n = z("div"), l = z("textarea"), o = B(), d && d.c(), r = B(), u && u.c(), f(
|
|
19181
19181
|
l,
|
|
19182
19182
|
"name",
|
|
19183
19183
|
/*name*/
|
|
@@ -19232,7 +19232,7 @@ function jf(t) {
|
|
|
19232
19232
|
), f(e, "id", "container"), f(e, "class", "svelte-14k1aqr");
|
|
19233
19233
|
},
|
|
19234
19234
|
m(m, g) {
|
|
19235
|
-
T(m, e, g), _(e, n), _(n, l), t[23](l),
|
|
19235
|
+
T(m, e, g), _(e, n), _(n, l), t[23](l), Nt(
|
|
19236
19236
|
l,
|
|
19237
19237
|
/*value*/
|
|
19238
19238
|
t[0]
|
|
@@ -19290,7 +19290,7 @@ function jf(t) {
|
|
|
19290
19290
|
/*testid*/
|
|
19291
19291
|
m[4]
|
|
19292
19292
|
), g & /*value*/
|
|
19293
|
-
1 &&
|
|
19293
|
+
1 && Nt(
|
|
19294
19294
|
l,
|
|
19295
19295
|
/*value*/
|
|
19296
19296
|
m[0]
|
|
@@ -19340,7 +19340,7 @@ function jf(t) {
|
|
|
19340
19340
|
}
|
|
19341
19341
|
};
|
|
19342
19342
|
}
|
|
19343
|
-
function
|
|
19343
|
+
function Nf(t, e, n) {
|
|
19344
19344
|
let l, i, o, r, { name: s } = e, { value: a = "" } = e, { placeholder: c = "" } = e, { rows: d = 3 } = e, { testid: u = "" } = e, { width: m = "60ch" } = e, { error: g = "false" } = e, { readonly: h = "false" } = e, { disabled: v = "false" } = e, { arialabel: b = "" } = e, { countby: y = "" } = e, { maxcount: k = -1 } = e, { mt: p = null } = e, { mr: q = null } = e, { mb: H = null } = e, { ml: M = null } = e, x;
|
|
19345
19345
|
function E(O) {
|
|
19346
19346
|
i || V();
|
|
@@ -19410,13 +19410,13 @@ function Bf(t, e, n) {
|
|
|
19410
19410
|
te
|
|
19411
19411
|
];
|
|
19412
19412
|
}
|
|
19413
|
-
class
|
|
19413
|
+
class Ff extends se {
|
|
19414
19414
|
constructor(e) {
|
|
19415
19415
|
super(), oe(
|
|
19416
19416
|
this,
|
|
19417
19417
|
e,
|
|
19418
|
+
Nf,
|
|
19418
19419
|
Bf,
|
|
19419
|
-
jf,
|
|
19420
19420
|
ie,
|
|
19421
19421
|
{
|
|
19422
19422
|
name: 1,
|
|
@@ -19536,11 +19536,11 @@ class Nf extends se {
|
|
|
19536
19536
|
this.$$set({ ml: e }), w();
|
|
19537
19537
|
}
|
|
19538
19538
|
}
|
|
19539
|
-
customElements.define("goa-textarea", re(
|
|
19540
|
-
function
|
|
19539
|
+
customElements.define("goa-textarea", re(Ff, { name: {}, value: {}, placeholder: {}, rows: {}, testid: {}, width: {}, error: {}, readonly: {}, disabled: {}, arialabel: {}, countby: {}, maxcount: {}, mt: {}, mr: {}, mb: {}, ml: {} }, [], [], !0));
|
|
19540
|
+
function Wf(t) {
|
|
19541
19541
|
de(t, "svelte-1npfdtg", ".svelte-1npfdtg.svelte-1npfdtg{box-sizing:border-box}.page.svelte-1npfdtg.svelte-1npfdtg{min-height:100vh;display:flex;flex-direction:column}.content.svelte-1npfdtg.svelte-1npfdtg{flex:1 1 auto;display:flex;flex-direction:column;gap:2rem}.header.svelte-1npfdtg.svelte-1npfdtg,.footer.svelte-1npfdtg.svelte-1npfdtg{flex:0 0 auto}main.svelte-1npfdtg.svelte-1npfdtg{flex:1 1 auto;padding:0 1rem}.nav.svelte-1npfdtg.svelte-1npfdtg{padding:0 1rem;transition:transform 200ms ease-in-out;background-color:var(--goa-color-greyscale-white)}.nav.svelte-1npfdtg>.svelte-1npfdtg{display:block;padding:0.5rem 0}@media not (max-width: 623px){.page.svelte-1npfdtg.svelte-1npfdtg{gap:2rem}.content.svelte-1npfdtg.svelte-1npfdtg{display:flex;flex-direction:row;justify-content:center;width:min(var(--max-content-width), 100vw);margin:0 auto}.nav.svelte-1npfdtg.svelte-1npfdtg{padding:0 2rem;transform:translateX(0)}.nav.svelte-1npfdtg.svelte-1npfdtg:not(.side-menu){flex:0 0 var(--nav-column-width)}.nav.side-menu.svelte-1npfdtg.svelte-1npfdtg{flex:0 0 var(--side-menu-column-width)}main.svelte-1npfdtg.svelte-1npfdtg{padding-right:2rem}}@media(min-width: 1024px){main.svelte-1npfdtg.svelte-1npfdtg{padding-right:4.5rem}}");
|
|
19542
19542
|
}
|
|
19543
|
-
const
|
|
19543
|
+
const jf = (t) => ({}), xi = (t) => ({}), If = (t) => ({}), Hi = (t) => ({}), Yf = (t) => ({}), Di = (t) => ({}), Rf = (t) => ({}), Ti = (t) => ({}), Zf = (t) => ({}), Pi = (t) => ({});
|
|
19544
19544
|
function Gf(t) {
|
|
19545
19545
|
let e, n, l, i, o, r, s, a, c, d, u, m, g, h;
|
|
19546
19546
|
const v = (
|
|
@@ -19600,7 +19600,7 @@ function Gf(t) {
|
|
|
19600
19600
|
);
|
|
19601
19601
|
return {
|
|
19602
19602
|
c() {
|
|
19603
|
-
e = z("div"), n = z("header"), b && b.c(), l =
|
|
19603
|
+
e = z("div"), n = z("header"), b && b.c(), l = B(), i = z("section"), o = z("nav"), k && k.c(), r = B(), s = z("main"), q && q.c(), a = B(), c = z("nav"), M && M.c(), d = B(), E && E.c(), u = B(), m = z("footer"), V && V.c(), f(n, "class", "header svelte-1npfdtg"), f(o, "class", "nav svelte-1npfdtg"), f(s, "class", "svelte-1npfdtg"), f(c, "class", "nav side-menu svelte-1npfdtg"), f(i, "class", "content svelte-1npfdtg"), f(m, "class", "footer svelte-1npfdtg"), f(e, "class", "page svelte-1npfdtg"), f(e, "style", g = `
|
|
19604
19604
|
--max-content-width: ${/*maxcontentwidth*/
|
|
19605
19605
|
t[2] || "100%"};
|
|
19606
19606
|
--nav-column-width: ${/*leftcolumnwidth*/
|
|
@@ -19715,7 +19715,7 @@ function Gf(t) {
|
|
|
19715
19715
|
/*$$scope*/
|
|
19716
19716
|
L[3],
|
|
19717
19717
|
A,
|
|
19718
|
-
|
|
19718
|
+
jf
|
|
19719
19719
|
) : $(
|
|
19720
19720
|
/*$$scope*/
|
|
19721
19721
|
L[3]
|
|
@@ -19732,10 +19732,10 @@ function Gf(t) {
|
|
|
19732
19732
|
`)) && f(e, "style", g);
|
|
19733
19733
|
},
|
|
19734
19734
|
i(L) {
|
|
19735
|
-
h || (
|
|
19735
|
+
h || (N(b, L), N(k, L), N(q, L), N(M, L), N(E, L), N(V, L), h = !0);
|
|
19736
19736
|
},
|
|
19737
19737
|
o(L) {
|
|
19738
|
-
|
|
19738
|
+
j(b, L), j(k, L), j(q, L), j(M, L), j(E, L), j(V, L), h = !1;
|
|
19739
19739
|
},
|
|
19740
19740
|
d(L) {
|
|
19741
19741
|
L && D(e), b && b.d(L), k && k.d(L), q && q.d(L), M && M.d(L), E && E.d(L), V && V.d(L);
|
|
@@ -19761,7 +19761,7 @@ class Kf extends se {
|
|
|
19761
19761
|
rightcolumnwidth: 1,
|
|
19762
19762
|
maxcontentwidth: 2
|
|
19763
19763
|
},
|
|
19764
|
-
|
|
19764
|
+
Wf
|
|
19765
19765
|
);
|
|
19766
19766
|
}
|
|
19767
19767
|
get leftcolumnwidth() {
|
|
@@ -19786,15 +19786,15 @@ class Kf extends se {
|
|
|
19786
19786
|
customElements.define("goa-three-column-layout", re(Kf, { leftcolumnwidth: {}, rightcolumnwidth: {}, maxcontentwidth: {} }, ["header", "nav", "default", "sidebar", "side-menu", "footer"], [], !0));
|
|
19787
19787
|
const { window: lo } = on;
|
|
19788
19788
|
function Xf(t) {
|
|
19789
|
-
de(t, "svelte-
|
|
19790
|
-
transparent}.tooltip-text.top.svelte-
|
|
19791
|
-
transparent}.tooltip-text.left.svelte-
|
|
19792
|
-
var(--goa-color-greyscale-700)}.tooltip-text.right.svelte-
|
|
19793
|
-
transparent}.tooltip-text.bottom.align-left.svelte-
|
|
19789
|
+
de(t, "svelte-13oxeud", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.tooltip.svelte-13oxeud.svelte-13oxeud{position:relative;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}.tooltip-text.svelte-13oxeud.svelte-13oxeud{visibility:hidden;font:var(--goa-typography-body-s);background-color:var(--goa-color-greyscale-700);color:var(--goa-color-text-light);text-align:center;border-radius:var(--goa-border-radius-m);position:absolute;z-index:2;opacity:0;transition:opacity 0.3s;padding:var(--goa-space-xs) var(--goa-space-m);text-align:left;white-space:nowrap;display:flex;flex-direction:column}.tooltip-target.svelte-13oxeud.svelte-13oxeud{margin:4px}.tooltip-text.bottom.svelte-13oxeud.svelte-13oxeud{top:calc(100% + 10px)}.tooltip-text.top.svelte-13oxeud.svelte-13oxeud{bottom:calc(100% + 10px)}.tooltip-text.right.svelte-13oxeud.svelte-13oxeud{left:calc(100% + 10px)}.tooltip-text.left.svelte-13oxeud.svelte-13oxeud{right:calc(100% + 10px)}.tooltip.svelte-13oxeud:hover .tooltip-text.svelte-13oxeud,.tooltip.svelte-13oxeud:focus .tooltip-text.svelte-13oxeud{opacity:1}.tooltip-text.bottom.svelte-13oxeud.svelte-13oxeud::before,.tooltip-text.top.svelte-13oxeud.svelte-13oxeud::before,.tooltip-text.left.svelte-13oxeud.svelte-13oxeud::before,.tooltip-text.right.svelte-13oxeud.svelte-13oxeud::before{content:"";position:absolute;border-style:solid}.tooltip-text.bottom.svelte-13oxeud.svelte-13oxeud::before{top:-10px;left:50%;border-width:0 10px 10px 10px;transform:translateX(-50%);border-color:transparent transparent var(--goa-color-greyscale-700)
|
|
19790
|
+
transparent}.tooltip-text.top.svelte-13oxeud.svelte-13oxeud::before{bottom:-10px;left:50%;transform:translateX(-50%);border-width:10px 10px 0 10px;border-color:var(--goa-color-greyscale-700) transparent transparent
|
|
19791
|
+
transparent}.tooltip-text.left.svelte-13oxeud.svelte-13oxeud::before{top:50%;right:-10px;transform:translateY(-50%);border-width:10px 0 10px 10px;border-color:transparent transparent transparent
|
|
19792
|
+
var(--goa-color-greyscale-700)}.tooltip-text.right.svelte-13oxeud.svelte-13oxeud::before{top:50%;left:-10px;transform:translateY(-50%);border-width:10px 10px 10px 0;border-style:solid;border-color:transparent var(--goa-color-greyscale-700) transparent
|
|
19793
|
+
transparent}.tooltip-text.bottom.align-left.svelte-13oxeud.svelte-13oxeud::before,.tooltip-text.top.align-left.svelte-13oxeud.svelte-13oxeud::before{left:calc(100% - (var(--target-width) + 1rem))}.tooltip-text.bottom.align-right.svelte-13oxeud.svelte-13oxeud::before,.tooltip-text.top.align-right.svelte-13oxeud.svelte-13oxeud::before{left:calc(var(--target-width) + 1rem)}.tooltip.align-right.svelte-13oxeud.svelte-13oxeud{justify-content:flex-start}.tooltip.align-left.svelte-13oxeud.svelte-13oxeud{justify-content:flex-end}.tooltip-text.align-right.svelte-13oxeud.svelte-13oxeud{left:0;margin-left:-1rem}.tooltip-text.align-left.svelte-13oxeud.svelte-13oxeud{right:0;margin-right:-1rem}`);
|
|
19794
19794
|
}
|
|
19795
19795
|
function Qf(t) {
|
|
19796
19796
|
let e, n, l, i, o, r, s, a, c, d, u, m, g;
|
|
19797
|
-
|
|
19797
|
+
We(
|
|
19798
19798
|
/*onwindowresize*/
|
|
19799
19799
|
t[18]
|
|
19800
19800
|
);
|
|
@@ -19810,19 +19810,19 @@ function Qf(t) {
|
|
|
19810
19810
|
);
|
|
19811
19811
|
return {
|
|
19812
19812
|
c() {
|
|
19813
|
-
e = z("div"), n = z("div"), v && v.c(), l =
|
|
19813
|
+
e = z("div"), n = z("div"), v && v.c(), l = B(), i = z("span"), o = K(
|
|
19814
19814
|
/*content*/
|
|
19815
19815
|
t[2]
|
|
19816
|
-
), f(n, "class", "tooltip-target svelte-
|
|
19816
|
+
), f(n, "class", "tooltip-target svelte-13oxeud"), f(i, "id", r = /*_tooltipInstanceId*/
|
|
19817
19817
|
t[13] + "-tooltip"), f(i, "class", s = "tooltip-text " + /*position*/
|
|
19818
19818
|
t[0] + " align-" + /*halign*/
|
|
19819
|
-
t[1] + " svelte-
|
|
19819
|
+
t[1] + " svelte-13oxeud"), xe(
|
|
19820
19820
|
i,
|
|
19821
19821
|
"visibility",
|
|
19822
19822
|
/*_tooltipVisible*/
|
|
19823
19823
|
t[11] ? "visible" : "hidden"
|
|
19824
19824
|
), f(e, "class", a = "tooltip align-" + /*halign*/
|
|
19825
|
-
t[1] + " svelte-
|
|
19825
|
+
t[1] + " svelte-13oxeud"), f(
|
|
19826
19826
|
e,
|
|
19827
19827
|
"data-testid",
|
|
19828
19828
|
/*testid*/
|
|
@@ -19902,7 +19902,7 @@ function Qf(t) {
|
|
|
19902
19902
|
b[13] + "-tooltip")) && f(i, "id", r), (!u || y & /*position, halign*/
|
|
19903
19903
|
3 && s !== (s = "tooltip-text " + /*position*/
|
|
19904
19904
|
b[0] + " align-" + /*halign*/
|
|
19905
|
-
b[1] + " svelte-
|
|
19905
|
+
b[1] + " svelte-13oxeud")) && f(i, "class", s), (!u || y & /*_tooltipVisible*/
|
|
19906
19906
|
2048) && xe(
|
|
19907
19907
|
i,
|
|
19908
19908
|
"visibility",
|
|
@@ -19910,7 +19910,7 @@ function Qf(t) {
|
|
|
19910
19910
|
b[11] ? "visible" : "hidden"
|
|
19911
19911
|
), (!u || y & /*halign*/
|
|
19912
19912
|
2 && a !== (a = "tooltip align-" + /*halign*/
|
|
19913
|
-
b[1] + " svelte-
|
|
19913
|
+
b[1] + " svelte-13oxeud")) && f(e, "class", a), (!u || y & /*testid*/
|
|
19914
19914
|
8) && f(
|
|
19915
19915
|
e,
|
|
19916
19916
|
"data-testid",
|
|
@@ -19931,10 +19931,10 @@ function Qf(t) {
|
|
|
19931
19931
|
))) && f(e, "style", d);
|
|
19932
19932
|
},
|
|
19933
19933
|
i(b) {
|
|
19934
|
-
u || (
|
|
19934
|
+
u || (N(v, b), u = !0);
|
|
19935
19935
|
},
|
|
19936
19936
|
o(b) {
|
|
19937
|
-
|
|
19937
|
+
j(v, b), u = !1;
|
|
19938
19938
|
},
|
|
19939
19939
|
d(b) {
|
|
19940
19940
|
b && D(e), v && v.d(b), t[19](null), t[20](null), m = !1, De(g);
|
|
@@ -19977,8 +19977,8 @@ function Jf(t, e, n) {
|
|
|
19977
19977
|
return;
|
|
19978
19978
|
const R = q.getBoundingClientRect(), Z = p.getBoundingClientRect(), ve = Z.top, ue = window.innerHeight - Z.bottom, he = Z.left, qe = window.innerWidth - Z.right, _e = Math.min(k * 0.8, 400, R.width, Math.max(he, qe) - 10), Ve = _e > Z.width || _e > he || _e > qe;
|
|
19979
19979
|
n(9, q.style.width = `${_e - 32}px`, q), Ve ? n(9, q.style.whiteSpace = "normal", q) : n(9, q.style.whiteSpace = "nowrap", q);
|
|
19980
|
-
let Ee = s,
|
|
19981
|
-
s === "bottom" && R.height > ue ? Ee = "top" : s === "top" && R.height > ve && (Ee = "bottom"), s === "right" && R.width > qe ? Ee = "left" : s === "left" && R.width > he && (Ee = "right"), a === "right" && R.width > qe ?
|
|
19980
|
+
let Ee = s, W = a;
|
|
19981
|
+
s === "bottom" && R.height > ue ? Ee = "top" : s === "top" && R.height > ve && (Ee = "bottom"), s === "right" && R.width > qe ? Ee = "left" : s === "left" && R.width > he && (Ee = "right"), a === "right" && R.width > qe ? W = "left" : a === "left" && R.width > he ? W = "right" : a === "center" && (s === "top" || s === "bottom") && (R.width / 2 > he || R.width / 2 > qe) && (W = he > qe ? "left" : "right"), n(0, s = Ee), n(1, a = W);
|
|
19982
19982
|
}
|
|
19983
19983
|
function te() {
|
|
19984
19984
|
n(10, k = lo.innerWidth);
|
|
@@ -19993,7 +19993,7 @@ function Jf(t, e, n) {
|
|
|
19993
19993
|
p = R, n(8, p);
|
|
19994
19994
|
});
|
|
19995
19995
|
}
|
|
19996
|
-
const
|
|
19996
|
+
const F = () => {
|
|
19997
19997
|
clearTimeout(E), V();
|
|
19998
19998
|
}, me = () => {
|
|
19999
19999
|
clearTimeout(E), V();
|
|
@@ -20026,7 +20026,7 @@ function Jf(t, e, n) {
|
|
|
20026
20026
|
te,
|
|
20027
20027
|
O,
|
|
20028
20028
|
S,
|
|
20029
|
-
|
|
20029
|
+
F,
|
|
20030
20030
|
me
|
|
20031
20031
|
];
|
|
20032
20032
|
}
|
|
@@ -20146,7 +20146,7 @@ function i1(t) {
|
|
|
20146
20146
|
);
|
|
20147
20147
|
return {
|
|
20148
20148
|
c() {
|
|
20149
|
-
e = z("div"), n = z("header"), g && g.c(), l =
|
|
20149
|
+
e = z("div"), n = z("header"), g && g.c(), l = B(), i = z("section"), o = z("nav"), v && v.c(), r = B(), s = z("main"), y && y.c(), a = B(), c = z("footer"), p && p.c(), f(n, "class", "header svelte-1mh01ed"), f(o, "class", "nav svelte-1mh01ed"), f(s, "class", "svelte-1mh01ed"), f(i, "class", "content svelte-1mh01ed"), f(c, "class", "footer svelte-1mh01ed"), f(e, "class", "page svelte-1mh01ed"), f(e, "style", d = `
|
|
20150
20150
|
--max-content-width: ${/*maxcontentwidth*/
|
|
20151
20151
|
t[1] || "100%"};
|
|
20152
20152
|
--nav-column-width: ${/*navcolumnwidth*/
|
|
@@ -20238,10 +20238,10 @@ function i1(t) {
|
|
|
20238
20238
|
`)) && f(e, "style", d);
|
|
20239
20239
|
},
|
|
20240
20240
|
i(q) {
|
|
20241
|
-
u || (
|
|
20241
|
+
u || (N(g, q), N(v, q), N(y, q), N(p, q), u = !0);
|
|
20242
20242
|
},
|
|
20243
20243
|
o(q) {
|
|
20244
|
-
|
|
20244
|
+
j(g, q), j(v, q), j(y, q), j(p, q), u = !1;
|
|
20245
20245
|
},
|
|
20246
20246
|
d(q) {
|
|
20247
20247
|
q && D(e), g && g.d(q), v && v.d(q), y && y.d(q), p && p.d(q);
|
|
@@ -20280,8 +20280,8 @@ export {
|
|
|
20280
20280
|
_r as Block,
|
|
20281
20281
|
qr as Button,
|
|
20282
20282
|
xr as ButtonGroup,
|
|
20283
|
-
|
|
20284
|
-
|
|
20283
|
+
Bs as Calendar,
|
|
20284
|
+
js as Callout,
|
|
20285
20285
|
$s as Card,
|
|
20286
20286
|
Rs as CardActions,
|
|
20287
20287
|
Ks as CardContent,
|
|
@@ -20292,7 +20292,7 @@ export {
|
|
|
20292
20292
|
Ma as CircularProgress,
|
|
20293
20293
|
Pa as Container,
|
|
20294
20294
|
Oa as DatePicker,
|
|
20295
|
-
|
|
20295
|
+
Fa as Details,
|
|
20296
20296
|
Ya as Divider,
|
|
20297
20297
|
ec as Dropdown,
|
|
20298
20298
|
nc as DropdownItem,
|
|
@@ -20301,8 +20301,8 @@ export {
|
|
|
20301
20301
|
Cc as FocusTrap,
|
|
20302
20302
|
Hc as Footer,
|
|
20303
20303
|
Sc as FooterMetaSection,
|
|
20304
|
-
|
|
20305
|
-
|
|
20304
|
+
Bc as FooterNavSection,
|
|
20305
|
+
jc as FormItem,
|
|
20306
20306
|
Xc as FormStep,
|
|
20307
20307
|
ed as FormStepper,
|
|
20308
20308
|
sd as FullScreenNavbarLayout,
|
|
@@ -20311,7 +20311,7 @@ export {
|
|
|
20311
20311
|
Md as Icon,
|
|
20312
20312
|
yd as IconButton,
|
|
20313
20313
|
Sd as Input,
|
|
20314
|
-
|
|
20314
|
+
Bd as MicrositeHeader,
|
|
20315
20315
|
Zd as Modal,
|
|
20316
20316
|
Xd as Notification,
|
|
20317
20317
|
nu as OneColumnLayout,
|
|
@@ -20332,7 +20332,7 @@ export {
|
|
|
20332
20332
|
zf as Table,
|
|
20333
20333
|
Hf as TableSortHeader,
|
|
20334
20334
|
Sf as Tabs,
|
|
20335
|
-
|
|
20335
|
+
Ff as TextArea,
|
|
20336
20336
|
Kf as ThreeColumnLayout,
|
|
20337
20337
|
$f as Tooltip,
|
|
20338
20338
|
r1 as TwoColumnLayout
|