@abgov/web-components 1.41.0-dev.3 → 1.41.0-dev.5
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.css +1 -1
- package/index.js +196 -193
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5600,7 +5600,10 @@ class Be {
|
|
|
5600
5600
|
}
|
|
5601
5601
|
}
|
|
5602
5602
|
function x2(t) {
|
|
5603
|
-
Le(t, "svelte-
|
|
5603
|
+
Le(t, "svelte-iko4fr", `.bordered.svelte-iko4fr.svelte-iko4fr{display:inline-block;border:var(
|
|
5604
|
+
--goa-date-input-calendar-border,
|
|
5605
|
+
1px solid var(--goa-color-greyscale-700)
|
|
5606
|
+
);border-radius:var(--goa-date-input-calendar-border-radius);padding:1rem}.calendar.svelte-iko4fr.svelte-iko4fr{display:grid;justify-items:center;grid-template-columns:repeat(7, 1fr);gap:0px;width:var(--goa-date-input-calendar-width);font:var(--goa-date-input-day-font)}h5.svelte-iko4fr.svelte-iko4fr{margin:var(--goa-date-input-day-of-week-margin);font:var(--goa-date-input-day-of-week-font)}.day.svelte-iko4fr.svelte-iko4fr{align-items:center;background-color:var(--goa-date-input-day-color-bg);border:none;border-radius:var(--goa-date-input-day-border-radius);color:var(--goa-date-input-day-color-text);display:inline-flex;font:var(--goa-date-input-day-font);justify-content:center;margin:0;width:var(--goa-date-input-day-size);height:var(--goa-date-input-day-size)}.day.other-month.svelte-iko4fr.svelte-iko4fr{color:var(--goa-date-input-day-color-text-other-month)}.day.today.svelte-iko4fr.svelte-iko4fr{font:var(--goa-date-input-day-font-today)}.day.svelte-iko4fr.svelte-iko4fr:focus-within{outline:var(--goa-date-input-day-border-focus);z-index:1000;background-color:none}.day.svelte-iko4fr.svelte-iko4fr:hover{background-color:var(--goa-date-input-day-color-bg-hover);color:var(--goa-date-input-day-color-text-hover);cursor:pointer}.day.svelte-iko4fr.svelte-iko4fr:focus-within:hover{background-color:transparent}.day.selected.svelte-iko4fr.svelte-iko4fr{background-color:var(--goa-date-input-day-color-bg-selected);color:var(--goa-date-input-day-color-text-selected)}.day.selected.svelte-iko4fr.svelte-iko4fr:hover{background-color:var(--goa-date-input-day-color-bg-selected-hover);color:var(--goa-date-input-day-color-text-selected-hover)}.day.selected.svelte-iko4fr.svelte-iko4fr:focus-within:hover{background-color:var(--goa-date-input-day-color-bg-selected)}.day.selected.svelte-iko4fr.svelte-iko4fr:focus-within{outline-offset:var(--goa-date-input-day-today-outline-offset, 0)}.day.today.selected.svelte-iko4fr.svelte-iko4fr:hover{background-color:var(--goa-date-input-day-color-bg-selected-hover);color:var(--goa-date-input-day-color-text-selected-hover)}.day.today.selected.svelte-iko4fr.svelte-iko4fr:focus-within:hover{background-color:var(--goa-date-input-day-color-bg-selected)}.day.disabled.svelte-iko4fr.svelte-iko4fr{color:var(--goa-date-input-day-color-text-disabled);cursor:default}.day.disabled.svelte-iko4fr.svelte-iko4fr:hover{background-color:transparent}.day-num.svelte-iko4fr.svelte-iko4fr{width:var(--goa-date-input-day-underline-today-width);pointer-events:none;margin-bottom:1px}.selected.svelte-iko4fr .day-num.svelte-iko4fr{width:var(--goa-date-input-day-underline-today-width);border-bottom:none}.today.svelte-iko4fr .day-num.svelte-iko4fr{padding-top:2px;border-bottom:var(--goa-date-input-day-underline-today)}.today.selected.svelte-iko4fr .day-num.svelte-iko4fr{border-bottom:var(--goa-date-input-day-underline-today-selected)}`);
|
|
5604
5607
|
}
|
|
5605
5608
|
function Ii(t, e, o) {
|
|
5606
5609
|
const i = t.slice();
|
|
@@ -5683,11 +5686,11 @@ function Yi(t) {
|
|
|
5683
5686
|
}
|
|
5684
5687
|
return {
|
|
5685
5688
|
c() {
|
|
5686
|
-
e = y("button"), o = y("div"), n = se(i), u(o, "class", "day-num svelte-
|
|
5689
|
+
e = y("button"), o = y("div"), n = se(i), u(o, "class", "day-num svelte-iko4fr"), u(o, "data-testid", "date"), u(e, "data-testid", r = /*d*/
|
|
5687
5690
|
t[32].format("yyyy-MM-dd")), u(e, "data-date", l = /*d*/
|
|
5688
5691
|
t[32].format("yyyy-MM-dd")), u(e, "aria-label", a = /*d*/
|
|
5689
5692
|
t[32].format("PPPP")), u(e, "data-day", c = /*d*/
|
|
5690
|
-
t[32].format("eee")), u(e, "class", "day other-month svelte-
|
|
5693
|
+
t[32].format("eee")), u(e, "class", "day other-month svelte-iko4fr"), u(e, "tabindex", d = /*d*/
|
|
5691
5694
|
t[32].isSameDay(
|
|
5692
5695
|
/*_calendarDate*/
|
|
5693
5696
|
t[9]
|
|
@@ -5760,11 +5763,11 @@ function Gi(t) {
|
|
|
5760
5763
|
}
|
|
5761
5764
|
return {
|
|
5762
5765
|
c() {
|
|
5763
|
-
e = y("button"), o = y("div"), n = se(i), u(o, "class", "day-num svelte-
|
|
5766
|
+
e = y("button"), o = y("div"), n = se(i), u(o, "class", "day-num svelte-iko4fr"), u(o, "data-testid", "date"), u(e, "data-testid", r = /*d*/
|
|
5764
5767
|
t[32].format("yyyy-MM-dd")), u(e, "data-date", l = /*d*/
|
|
5765
5768
|
t[32].format("yyyy-MM-dd")), u(e, "aria-label", a = /*d*/
|
|
5766
5769
|
t[32].format("PPPP")), u(e, "data-day", c = /*d*/
|
|
5767
|
-
t[32].format("eee")), u(e, "class", "day svelte-
|
|
5770
|
+
t[32].format("eee")), u(e, "class", "day svelte-iko4fr"), u(e, "tabindex", d = /*d*/
|
|
5768
5771
|
t[32].isSameDay(
|
|
5769
5772
|
/*_calendarDate*/
|
|
5770
5773
|
t[9]
|
|
@@ -5869,11 +5872,11 @@ function Ui(t) {
|
|
|
5869
5872
|
}
|
|
5870
5873
|
return {
|
|
5871
5874
|
c() {
|
|
5872
|
-
e = y("button"), o = y("div"), n = se(i), r = F(), u(o, "class", "day-num svelte-
|
|
5875
|
+
e = y("button"), o = y("div"), n = se(i), r = F(), u(o, "class", "day-num svelte-iko4fr"), u(o, "data-testid", "date"), u(e, "data-testid", l = /*d*/
|
|
5873
5876
|
t[32].format("yyyy-MM-dd")), u(e, "data-date", a = /*d*/
|
|
5874
5877
|
t[32].format("yyyy-MM-dd")), u(e, "aria-label", c = /*d*/
|
|
5875
5878
|
t[32].format("PPPP")), u(e, "data-day", d = /*d*/
|
|
5876
|
-
t[32].format("eee")), u(e, "class", "day other-month svelte-
|
|
5879
|
+
t[32].format("eee")), u(e, "class", "day other-month svelte-iko4fr"), u(e, "tabindex", s = /*d*/
|
|
5877
5880
|
t[32].isSameDay(
|
|
5878
5881
|
/*_calendarDate*/
|
|
5879
5882
|
t[9]
|
|
@@ -6007,7 +6010,7 @@ function T2(t) {
|
|
|
6007
6010
|
/*version*/
|
|
6008
6011
|
t[3]
|
|
6009
6012
|
), m(s, "labelsize", b = /*version*/
|
|
6010
|
-
t[3] === "2" ? "compact" : "regular"), m(o, "gap", "s"), m(o, "mb", "s"), u(C, "class", "svelte-
|
|
6013
|
+
t[3] === "2" ? "compact" : "regular"), m(o, "gap", "s"), m(o, "mb", "s"), u(C, "class", "svelte-iko4fr"), u(L, "class", "svelte-iko4fr"), u(H, "class", "svelte-iko4fr"), u(V, "class", "svelte-iko4fr"), u(Z, "class", "svelte-iko4fr"), u(x, "class", "svelte-iko4fr"), u(Q, "class", "svelte-iko4fr"), u(p, "data-testid", "calendar"), u(p, "class", "calendar svelte-iko4fr"), u(e, "style", ne = Me(
|
|
6011
6014
|
/*mt*/
|
|
6012
6015
|
t[4],
|
|
6013
6016
|
/*mr*/
|
|
@@ -6021,7 +6024,7 @@ function T2(t) {
|
|
|
6021
6024
|
"data-testid",
|
|
6022
6025
|
/*testid*/
|
|
6023
6026
|
t[2]
|
|
6024
|
-
), u(e, "tabindex", "-1"), u(e, "class", "svelte-
|
|
6027
|
+
), u(e, "tabindex", "-1"), u(e, "class", "svelte-iko4fr"), D(
|
|
6025
6028
|
e,
|
|
6026
6029
|
"bordered",
|
|
6027
6030
|
/*bordered*/
|
|
@@ -6223,7 +6226,7 @@ function V2(t, e, o) {
|
|
|
6223
6226
|
"December"
|
|
6224
6227
|
], E = [], V;
|
|
6225
6228
|
je(() => {
|
|
6226
|
-
n ? o(9, b = o(12, h =
|
|
6229
|
+
n ? (o(9, b = new Be(n)), o(12, h = b.clone())) : (o(9, b = new Be().setDay(1)), o(12, h = new Be(0))), Z(), q({ type: "date", value: b });
|
|
6227
6230
|
});
|
|
6228
6231
|
function q(I) {
|
|
6229
6232
|
switch (I.type) {
|
|
@@ -6231,10 +6234,10 @@ function V2(t, e, o) {
|
|
|
6231
6234
|
o(9, b = I.value);
|
|
6232
6235
|
break;
|
|
6233
6236
|
case "month":
|
|
6234
|
-
b.setMonth(I.value);
|
|
6237
|
+
b.setDay(1), b.setMonth(I.value);
|
|
6235
6238
|
break;
|
|
6236
6239
|
case "year":
|
|
6237
|
-
b.setYear(I.value);
|
|
6240
|
+
b.setDay(1), b.setYear(I.value);
|
|
6238
6241
|
break;
|
|
6239
6242
|
}
|
|
6240
6243
|
if (!b.isValid())
|
|
@@ -6298,7 +6301,7 @@ function V2(t, e, o) {
|
|
|
6298
6301
|
T.shiftKey ? I(T, b.clone().addYears(1)) : I(T, b.clone().addMonths(1));
|
|
6299
6302
|
break;
|
|
6300
6303
|
case "Enter":
|
|
6301
|
-
o(12, h = b), A(), T.stopPropagation(), T.preventDefault();
|
|
6304
|
+
o(12, h = b.clone()), A(), T.stopPropagation(), T.preventDefault();
|
|
6302
6305
|
break;
|
|
6303
6306
|
}
|
|
6304
6307
|
});
|
|
@@ -6324,7 +6327,7 @@ function V2(t, e, o) {
|
|
|
6324
6327
|
}
|
|
6325
6328
|
function Q(I) {
|
|
6326
6329
|
const T = new Be(I);
|
|
6327
|
-
T && (T.isBefore(w) || T.isAfter(p) || (T.isSameMonth(b) || q({ type: "date", value: T }), o(
|
|
6330
|
+
T && (T.isBefore(w) || T.isAfter(p) || (T.isSameMonth(b) || q({ type: "date", value: T }), o(9, b = T.clone()), o(12, h = T.clone()), A()));
|
|
6328
6331
|
}
|
|
6329
6332
|
const W = (I) => Q(I.toString()), P = (I) => Q(I.toString()), N = (I) => Q(I.toString());
|
|
6330
6333
|
function ne(I) {
|
|
@@ -6338,7 +6341,7 @@ function V2(t, e, o) {
|
|
|
6338
6341
|
if (t.$$.dirty[0] & /*value*/
|
|
6339
6342
|
1 && n) {
|
|
6340
6343
|
const I = new Be(n);
|
|
6341
|
-
I.isValid() && (q({ type: "date", value: I }), o(12, h = I), o(9, b = I));
|
|
6344
|
+
I.isValid() && (q({ type: "date", value: I }), o(12, h = I.clone()), o(9, b = I.clone()));
|
|
6342
6345
|
}
|
|
6343
6346
|
if (t.$$.dirty[0] & /*min, max, _min, _max, _calendarDate*/
|
|
6344
6347
|
12586496) {
|
|
@@ -30465,7 +30468,7 @@ function $4(t, e, o) {
|
|
|
30465
30468
|
l
|
|
30466
30469
|
];
|
|
30467
30470
|
}
|
|
30468
|
-
class
|
|
30471
|
+
class eg extends ye {
|
|
30469
30472
|
constructor(e) {
|
|
30470
30473
|
super(), ke(
|
|
30471
30474
|
this,
|
|
@@ -30507,12 +30510,12 @@ class e5 extends ye {
|
|
|
30507
30510
|
this.$$set({ testid: e }), _();
|
|
30508
30511
|
}
|
|
30509
30512
|
}
|
|
30510
|
-
customElements.define("goa-spinner", Ce(
|
|
30511
|
-
function
|
|
30513
|
+
customElements.define("goa-spinner", Ce(eg, { size: {}, invert: { type: "Boolean" }, progress: {}, testid: {} }, [], [], !0));
|
|
30514
|
+
function tg(t) {
|
|
30512
30515
|
Le(t, "svelte-1ifx1we", ".hidden.svelte-1ifx1we{display:none}");
|
|
30513
30516
|
}
|
|
30514
|
-
const
|
|
30515
|
-
function
|
|
30517
|
+
const og = (t) => ({}), Bl = (t) => ({});
|
|
30518
|
+
function ig(t) {
|
|
30516
30519
|
let e, o, i, n, r, l, a;
|
|
30517
30520
|
const c = (
|
|
30518
30521
|
/*#slots*/
|
|
@@ -30557,7 +30560,7 @@ function i5(t) {
|
|
|
30557
30560
|
/*$$scope*/
|
|
30558
30561
|
g[7],
|
|
30559
30562
|
v,
|
|
30560
|
-
|
|
30563
|
+
og
|
|
30561
30564
|
) : he(
|
|
30562
30565
|
/*$$scope*/
|
|
30563
30566
|
g[7]
|
|
@@ -30601,7 +30604,7 @@ function i5(t) {
|
|
|
30601
30604
|
}
|
|
30602
30605
|
};
|
|
30603
30606
|
}
|
|
30604
|
-
function
|
|
30607
|
+
function ng(t, e, o) {
|
|
30605
30608
|
let { $$slots: i = {}, $$scope: n } = e;
|
|
30606
30609
|
const r = ct(i);
|
|
30607
30610
|
let { heading: l = "" } = e, { open: a = !1 } = e, { disabled: c = !1 } = e, { slug: d = "" } = e, s, f, g;
|
|
@@ -30672,13 +30675,13 @@ function n5(t, e, o) {
|
|
|
30672
30675
|
C
|
|
30673
30676
|
];
|
|
30674
30677
|
}
|
|
30675
|
-
class
|
|
30678
|
+
class rg extends ye {
|
|
30676
30679
|
constructor(e) {
|
|
30677
30680
|
super(), ke(
|
|
30678
30681
|
this,
|
|
30679
30682
|
e,
|
|
30680
|
-
|
|
30681
|
-
|
|
30683
|
+
ng,
|
|
30684
|
+
ig,
|
|
30682
30685
|
_e,
|
|
30683
30686
|
{
|
|
30684
30687
|
heading: 1,
|
|
@@ -30686,7 +30689,7 @@ class r5 extends ye {
|
|
|
30686
30689
|
disabled: 5,
|
|
30687
30690
|
slug: 6
|
|
30688
30691
|
},
|
|
30689
|
-
|
|
30692
|
+
tg
|
|
30690
30693
|
);
|
|
30691
30694
|
}
|
|
30692
30695
|
get heading() {
|
|
@@ -30714,11 +30717,11 @@ class r5 extends ye {
|
|
|
30714
30717
|
this.$$set({ slug: e }), _();
|
|
30715
30718
|
}
|
|
30716
30719
|
}
|
|
30717
|
-
customElements.define("goa-tab", Ce(
|
|
30718
|
-
function
|
|
30719
|
-
Le(t, "svelte-
|
|
30720
|
+
customElements.define("goa-tab", Ce(rg, { heading: {}, open: { reflect: !0, type: "String" }, disabled: { type: "Boolean" }, slug: {} }, ["heading", "default"], [], !0));
|
|
30721
|
+
function lg(t) {
|
|
30722
|
+
Le(t, "svelte-ehzvgz", ".goatable.svelte-ehzvgz{width:0}table.svelte-ehzvgz{border-collapse:collapse}.v2.goatable.svelte-ehzvgz{border:var(--goa-table-container-border, 1px solid #e7e7e7);border-radius:var(--goa-table-border-radius-container, 16px);overflow:hidden}");
|
|
30720
30723
|
}
|
|
30721
|
-
function
|
|
30724
|
+
function ag(t) {
|
|
30722
30725
|
let e, o, i;
|
|
30723
30726
|
const n = (
|
|
30724
30727
|
/*#slots*/
|
|
@@ -30733,7 +30736,7 @@ function a5(t) {
|
|
|
30733
30736
|
return {
|
|
30734
30737
|
c() {
|
|
30735
30738
|
e = y("table"), r && r.c(), u(e, "style", o = /*width*/
|
|
30736
|
-
t[0] && "width: 100%;"), u(e, "class", "svelte-
|
|
30739
|
+
t[0] && "width: 100%;"), u(e, "class", "svelte-ehzvgz");
|
|
30737
30740
|
},
|
|
30738
30741
|
m(l, a) {
|
|
30739
30742
|
S(l, e, a), r && r.m(e, null), i = !0;
|
|
@@ -30772,7 +30775,7 @@ function a5(t) {
|
|
|
30772
30775
|
}
|
|
30773
30776
|
};
|
|
30774
30777
|
}
|
|
30775
|
-
function
|
|
30778
|
+
function sg(t) {
|
|
30776
30779
|
let e;
|
|
30777
30780
|
const o = (
|
|
30778
30781
|
/*#slots*/
|
|
@@ -30823,9 +30826,9 @@ function s5(t) {
|
|
|
30823
30826
|
}
|
|
30824
30827
|
};
|
|
30825
30828
|
}
|
|
30826
|
-
function
|
|
30829
|
+
function cg(t) {
|
|
30827
30830
|
let e, o, i, n, r, l;
|
|
30828
|
-
const a = [
|
|
30831
|
+
const a = [sg, ag], c = [];
|
|
30829
30832
|
function d(s, f) {
|
|
30830
30833
|
return (
|
|
30831
30834
|
/*_isTableRoot*/
|
|
@@ -30835,7 +30838,7 @@ function c5(t) {
|
|
|
30835
30838
|
return o = d(t), i = c[o] = a[o](t), {
|
|
30836
30839
|
c() {
|
|
30837
30840
|
e = y("div"), i.c(), u(e, "class", n = Ie(`goatable ${/*variant*/
|
|
30838
|
-
t[1]}`) + " svelte-
|
|
30841
|
+
t[1]}`) + " svelte-ehzvgz"), u(e, "style", r = `
|
|
30839
30842
|
${`width: ${/*width*/
|
|
30840
30843
|
t[0] || "100%"};`}
|
|
30841
30844
|
${Me(
|
|
@@ -30879,7 +30882,7 @@ function c5(t) {
|
|
|
30879
30882
|
c[g] = null;
|
|
30880
30883
|
}), Oe(), i = c[o], i ? i.p(s, f) : (i = c[o] = a[o](s), i.c()), Y(i, 1), i.m(e, null)), (!l || f & /*variant*/
|
|
30881
30884
|
2 && n !== (n = Ie(`goatable ${/*variant*/
|
|
30882
|
-
s[1]}`) + " svelte-
|
|
30885
|
+
s[1]}`) + " svelte-ehzvgz")) && u(e, "class", n), (!l || f & /*width, mt, mr, mb, ml*/
|
|
30883
30886
|
241 && r !== (r = `
|
|
30884
30887
|
${`width: ${/*width*/
|
|
30885
30888
|
s[0] || "100%"};`}
|
|
@@ -30941,7 +30944,7 @@ function Il(t, e) {
|
|
|
30941
30944
|
}
|
|
30942
30945
|
));
|
|
30943
30946
|
}
|
|
30944
|
-
function
|
|
30947
|
+
function dg(t, e, o) {
|
|
30945
30948
|
let i, n, { $$slots: r = {}, $$scope: l } = e;
|
|
30946
30949
|
const [a, c] = Pe("Table variant", ["normal", "relaxed"], !0), [d, s] = Pe("Version", ["1", "2"]);
|
|
30947
30950
|
let { width: f = "" } = e, { stickyheader: g = "false" } = e, { striped: v = "false" } = e, { variant: h = "normal" } = e, { version: b = "1" } = e, { testid: w = "" } = e, { mt: p = null } = e, { mr: C = null } = e, { mb: z = null } = e, { ml: L = null } = e, M, H = !1;
|
|
@@ -31009,13 +31012,13 @@ function d5(t, e, o) {
|
|
|
31009
31012
|
V
|
|
31010
31013
|
];
|
|
31011
31014
|
}
|
|
31012
|
-
class
|
|
31015
|
+
class ug extends ye {
|
|
31013
31016
|
constructor(e) {
|
|
31014
31017
|
super(), ke(
|
|
31015
31018
|
this,
|
|
31016
31019
|
e,
|
|
31017
|
-
|
|
31018
|
-
|
|
31020
|
+
dg,
|
|
31021
|
+
cg,
|
|
31019
31022
|
_e,
|
|
31020
31023
|
{
|
|
31021
31024
|
width: 0,
|
|
@@ -31029,7 +31032,7 @@ class u5 extends ye {
|
|
|
31029
31032
|
mb: 6,
|
|
31030
31033
|
ml: 7
|
|
31031
31034
|
},
|
|
31032
|
-
|
|
31035
|
+
lg
|
|
31033
31036
|
);
|
|
31034
31037
|
}
|
|
31035
31038
|
get width() {
|
|
@@ -31093,12 +31096,12 @@ class u5 extends ye {
|
|
|
31093
31096
|
this.$$set({ ml: e }), _();
|
|
31094
31097
|
}
|
|
31095
31098
|
}
|
|
31096
|
-
customElements.define("goa-table", Ce(
|
|
31097
|
-
function
|
|
31099
|
+
customElements.define("goa-table", Ce(ug, { width: {}, stickyheader: {}, striped: { reflect: !0 }, variant: { reflect: !0 }, version: { reflect: !0 }, testid: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
|
|
31100
|
+
function fg(t) {
|
|
31098
31101
|
Le(t, "svelte-jxtumz", `:host{display:flex;align-items:flex-end}button.svelte-jxtumz.svelte-jxtumz{border:none;background:none;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;height:inherit;width:100%;padding:var(--goa-table-padding-heading, var(--goa-space-s) var(--goa-space-m) var(--goa-space-xs));justify-content:var(--header-text-align, flex-start);gap:var(--goa-table-sort-header-gap, var(--goa-space-2xs));align-items:flex-end;text-align:var(--header-align, left)}button.svelte-jxtumz.svelte-jxtumz:hover{background-color:var(--goa-table-color-bg-heading-hover, var(--goa-color-greyscale-100));cursor:pointer;color:var(--goa-table-color-heading-hover, var(--goa-color-interactive-hover))}button.svelte-jxtumz.svelte-jxtumz:focus{outline:none}button.svelte-jxtumz.svelte-jxtumz:focus-visible{box-shadow:0 0 0 var(--goa-border-width-l)
|
|
31099
31102
|
var(--goa-color-interactive-focus)}button.svelte-jxtumz goa-icon.svelte-jxtumz{color:var(--goa-color-interactive-default)}button.svelte-jxtumz:hover goa-icon.svelte-jxtumz{color:var(--goa-color-interactive-hover)}button.svelte-jxtumz .direction--none goa-icon.svelte-jxtumz{color:var(--goa-color-greyscale-400)}button.svelte-jxtumz:hover .direction--none goa-icon.svelte-jxtumz{color:var(--goa-color-interactive-hover)}goa-icon.svelte-jxtumz.svelte-jxtumz{scale:0.8}.direction--none.svelte-jxtumz goa-icon.svelte-jxtumz{height:0.625rem}.direction--none.svelte-jxtumz.svelte-jxtumz{display:inline-flex;flex-direction:column;align-items:center}`);
|
|
31100
31103
|
}
|
|
31101
|
-
function
|
|
31104
|
+
function gg(t) {
|
|
31102
31105
|
let e;
|
|
31103
31106
|
return {
|
|
31104
31107
|
c() {
|
|
@@ -31112,7 +31115,7 @@ function g5(t) {
|
|
|
31112
31115
|
}
|
|
31113
31116
|
};
|
|
31114
31117
|
}
|
|
31115
|
-
function
|
|
31118
|
+
function vg(t) {
|
|
31116
31119
|
let e;
|
|
31117
31120
|
return {
|
|
31118
31121
|
c() {
|
|
@@ -31126,7 +31129,7 @@ function v5(t) {
|
|
|
31126
31129
|
}
|
|
31127
31130
|
};
|
|
31128
31131
|
}
|
|
31129
|
-
function
|
|
31132
|
+
function hg(t) {
|
|
31130
31133
|
let e;
|
|
31131
31134
|
return {
|
|
31132
31135
|
c() {
|
|
@@ -31140,7 +31143,7 @@ function h5(t) {
|
|
|
31140
31143
|
}
|
|
31141
31144
|
};
|
|
31142
31145
|
}
|
|
31143
|
-
function
|
|
31146
|
+
function mg(t) {
|
|
31144
31147
|
let e, o, i;
|
|
31145
31148
|
const n = (
|
|
31146
31149
|
/*#slots*/
|
|
@@ -31155,9 +31158,9 @@ function m5(t) {
|
|
|
31155
31158
|
function l(d, s) {
|
|
31156
31159
|
return (
|
|
31157
31160
|
/*direction*/
|
|
31158
|
-
d[0] === "desc" ?
|
|
31161
|
+
d[0] === "desc" ? hg : (
|
|
31159
31162
|
/*direction*/
|
|
31160
|
-
d[0] === "asc" ?
|
|
31163
|
+
d[0] === "asc" ? vg : gg
|
|
31161
31164
|
)
|
|
31162
31165
|
);
|
|
31163
31166
|
}
|
|
@@ -31201,7 +31204,7 @@ function m5(t) {
|
|
|
31201
31204
|
}
|
|
31202
31205
|
};
|
|
31203
31206
|
}
|
|
31204
|
-
function
|
|
31207
|
+
function bg(t, e, o) {
|
|
31205
31208
|
let { $$slots: i = {}, $$scope: n } = e, { direction: r = "none" } = e, l;
|
|
31206
31209
|
je(() => {
|
|
31207
31210
|
if (l) {
|
|
@@ -31218,9 +31221,9 @@ function b5(t, e, o) {
|
|
|
31218
31221
|
"direction" in c && o(0, r = c.direction), "$$scope" in c && o(2, n = c.$$scope);
|
|
31219
31222
|
}, [r, l, n, i, a];
|
|
31220
31223
|
}
|
|
31221
|
-
class
|
|
31224
|
+
class pg extends ye {
|
|
31222
31225
|
constructor(e) {
|
|
31223
|
-
super(), ke(this, e,
|
|
31226
|
+
super(), ke(this, e, bg, mg, _e, { direction: 0 }, fg);
|
|
31224
31227
|
}
|
|
31225
31228
|
get direction() {
|
|
31226
31229
|
return this.$$.ctx[0];
|
|
@@ -31229,8 +31232,8 @@ class p5 extends ye {
|
|
|
31229
31232
|
this.$$set({ direction: e }), _();
|
|
31230
31233
|
}
|
|
31231
31234
|
}
|
|
31232
|
-
customElements.define("goa-table-sort-header", Ce(
|
|
31233
|
-
function
|
|
31235
|
+
customElements.define("goa-table-sort-header", Ce(pg, { direction: {} }, ["default"], [], !0));
|
|
31236
|
+
function wg(t) {
|
|
31234
31237
|
Le(t, "svelte-1mao3xb", `:host{box-sizing:border-box;font:var(--goa-tab-typography)}.tab{display:flex;align-items:center;gap:var(--goa-space-xs)}[role="tab"]{display:flex;background:none;overflow:hidden;white-space:nowrap;cursor:pointer;border:none;font:var(--goa-tab-typography);color:var(--goa-tab-color-text-not-selected, var(--goa-tab-text-color));text-decoration:none}[role="tab"][aria-selected="true"]{font:var(--goa-tab-typography-selected);color:var(--goa-tab-color-text-selected, var(--goa-tab-text-color))}[role="tab"]:focus-visible{outline:var(--goa-tab-border-focus)}
|
|
31235
31238
|
[role="tab"]:hover:not([aria-selected="true"]):not([aria-disabled="true"])
|
|
31236
31239
|
{color:var(--goa-tab-color-text-hover, var(--goa-tab-text-color))}[role="tab"][aria-disabled="true"]{color:var(--goa-color-greyscale-400, #949494);cursor:not-allowed;pointer-events:none}[role="tabpanel"]:focus-visible{outline:var(--goa-tab-border-focus);outline-offset:4px}@media(min-width: 624px){.tabs.svelte-1mao3xb.svelte-1mao3xb{border-bottom:var(--goa-tabs-bottom-border);display:flex;gap:var(--goa-tabs-gap);margin-bottom:2rem}[role="tab"]{padding:var(--goa-tab-padding);border-bottom:var(--goa-tab-border-not-selected);text-overflow:ellipsis;min-width:var(--goa-space-2xl);justify-content:center}[role="tab"][aria-selected="true"]{border-bottom:var(--goa-tab-border-selected)}
|
|
@@ -31267,7 +31270,7 @@ function Zl(t) {
|
|
|
31267
31270
|
}
|
|
31268
31271
|
};
|
|
31269
31272
|
}
|
|
31270
|
-
function
|
|
31273
|
+
function _g(t) {
|
|
31271
31274
|
let e, o, i, n, r, l = (
|
|
31272
31275
|
/*variant*/
|
|
31273
31276
|
t[2] === "segmented" && /*_segmentedIndicatorWidth*/
|
|
@@ -31401,12 +31404,12 @@ function _5(t) {
|
|
|
31401
31404
|
}
|
|
31402
31405
|
};
|
|
31403
31406
|
}
|
|
31404
|
-
const
|
|
31405
|
-
function
|
|
31407
|
+
const kg = 200, Cg = 0.2, yg = 400;
|
|
31408
|
+
function zg(t) {
|
|
31406
31409
|
const o = t.toLowerCase().split(" ").map((i) => i.toLowerCase()).join("-");
|
|
31407
31410
|
return encodeURIComponent(o);
|
|
31408
31411
|
}
|
|
31409
|
-
function
|
|
31412
|
+
function Lg(t, e, o) {
|
|
31410
31413
|
let { $$slots: i = {}, $$scope: n } = e, { initialtab: r = -1 } = e, { testid: l = "" } = e, { version: a = "1" } = e, { variant: c = "default" } = e, d, s, f, g = 1, v = [], h, b = !0, w = 0, p = 0, C = 30, z = 0, L = 1;
|
|
31411
31414
|
je(() => {
|
|
31412
31415
|
Qt(d), q(), A(), Q();
|
|
@@ -31474,7 +31477,7 @@ function L5(t, e, o) {
|
|
|
31474
31477
|
K = B.heading, O = B.slug;
|
|
31475
31478
|
else {
|
|
31476
31479
|
const ee = B.heading;
|
|
31477
|
-
K = document.createElement("div"), K.textContent = ee, O = B.slug ||
|
|
31480
|
+
K = document.createElement("div"), K.textContent = ee, O = B.slug || zg(ee);
|
|
31478
31481
|
}
|
|
31479
31482
|
K.classList.add("tab"), O || (O = "tab-" + R);
|
|
31480
31483
|
const ie = document.createElement("a");
|
|
@@ -31513,8 +31516,8 @@ function L5(t, e, o) {
|
|
|
31513
31516
|
if (X) {
|
|
31514
31517
|
const K = oe[L - 1];
|
|
31515
31518
|
if (K) {
|
|
31516
|
-
const ie = Math.abs(O.left - K.getBoundingClientRect().left), de =
|
|
31517
|
-
o(9, z = Math.min(de,
|
|
31519
|
+
const ie = Math.abs(O.left - K.getBoundingClientRect().left), de = kg + Cg * ie;
|
|
31520
|
+
o(9, z = Math.min(de, yg) / 1e3);
|
|
31518
31521
|
} else
|
|
31519
31522
|
o(9, z = 0);
|
|
31520
31523
|
} else
|
|
@@ -31623,13 +31626,13 @@ function L5(t, e, o) {
|
|
|
31623
31626
|
te
|
|
31624
31627
|
];
|
|
31625
31628
|
}
|
|
31626
|
-
class
|
|
31629
|
+
class Mg extends ye {
|
|
31627
31630
|
constructor(e) {
|
|
31628
31631
|
super(), ke(
|
|
31629
31632
|
this,
|
|
31630
31633
|
e,
|
|
31631
|
-
|
|
31632
|
-
|
|
31634
|
+
Lg,
|
|
31635
|
+
_g,
|
|
31633
31636
|
_e,
|
|
31634
31637
|
{
|
|
31635
31638
|
initialtab: 10,
|
|
@@ -31637,7 +31640,7 @@ class M5 extends ye {
|
|
|
31637
31640
|
version: 1,
|
|
31638
31641
|
variant: 2
|
|
31639
31642
|
},
|
|
31640
|
-
|
|
31643
|
+
wg,
|
|
31641
31644
|
[-1, -1]
|
|
31642
31645
|
);
|
|
31643
31646
|
}
|
|
@@ -31666,8 +31669,8 @@ class M5 extends ye {
|
|
|
31666
31669
|
this.$$set({ variant: e }), _();
|
|
31667
31670
|
}
|
|
31668
31671
|
}
|
|
31669
|
-
customElements.define("goa-tabs", Ce(
|
|
31670
|
-
function
|
|
31672
|
+
customElements.define("goa-tabs", Ce(Mg, { initialtab: {}, testid: {}, version: {}, variant: {} }, ["default"], [], !0));
|
|
31673
|
+
function Eg(t) {
|
|
31671
31674
|
Le(t, "svelte-1w932we", ".notification-container.svelte-1w932we{position:fixed;display:flex;flex-direction:column;gap:1rem;z-index:1000}.pos-top.svelte-1w932we{top:20px}.pos-bottom.svelte-1w932we{bottom:20px}.pos-left.svelte-1w932we{left:20px;transform:none}.pos-center.svelte-1w932we{left:50%;transform:translateX(-50%)}.pos-right.svelte-1w932we{right:20px;transform:none}.sr-only.svelte-1w932we{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}");
|
|
31672
31675
|
}
|
|
31673
31676
|
function Ol(t) {
|
|
@@ -31713,7 +31716,7 @@ function Ol(t) {
|
|
|
31713
31716
|
}
|
|
31714
31717
|
};
|
|
31715
31718
|
}
|
|
31716
|
-
function
|
|
31719
|
+
function qg(t) {
|
|
31717
31720
|
var c;
|
|
31718
31721
|
let e, o, i, n = (
|
|
31719
31722
|
/*_notification*/
|
|
@@ -31832,7 +31835,7 @@ function Fl(t) {
|
|
|
31832
31835
|
}
|
|
31833
31836
|
return t;
|
|
31834
31837
|
}
|
|
31835
|
-
function
|
|
31838
|
+
function jg(t, e, o) {
|
|
31836
31839
|
let { vPosition: i = "bottom" } = e, { hPosition: n = "center" } = e, { testid: r } = e, l = [], a, c;
|
|
31837
31840
|
je(() => tt(window.document.body, (b, w, p) => {
|
|
31838
31841
|
switch (b) {
|
|
@@ -31918,9 +31921,9 @@ function j5(t, e, o) {
|
|
|
31918
31921
|
"vPosition" in b && o(0, i = b.vPosition), "hPosition" in b && o(1, n = b.hPosition), "testid" in b && o(2, r = b.testid);
|
|
31919
31922
|
}, [i, n, r, a];
|
|
31920
31923
|
}
|
|
31921
|
-
class
|
|
31924
|
+
class Sg extends ye {
|
|
31922
31925
|
constructor(e) {
|
|
31923
|
-
super(), ke(this, e,
|
|
31926
|
+
super(), ke(this, e, jg, qg, _e, { vPosition: 0, hPosition: 1, testid: 2 }, Eg);
|
|
31924
31927
|
}
|
|
31925
31928
|
get vPosition() {
|
|
31926
31929
|
return this.$$.ctx[0];
|
|
@@ -31941,8 +31944,8 @@ class S5 extends ye {
|
|
|
31941
31944
|
this.$$set({ testid: e }), _();
|
|
31942
31945
|
}
|
|
31943
31946
|
}
|
|
31944
|
-
customElements.define("goa-temp-notification-ctrl", Ce(
|
|
31945
|
-
function
|
|
31947
|
+
customElements.define("goa-temp-notification-ctrl", Ce(Sg, { vPosition: { type: "String", attribute: "vertical-position" }, hPosition: { type: "String", attribute: "horizontal-position" }, testid: { type: "String", attribute: "testid" } }, [], [], !0));
|
|
31948
|
+
function Hg(t) {
|
|
31946
31949
|
Le(t, "svelte-g62gpr", `.snackbar.svelte-g62gpr.svelte-g62gpr{box-sizing:border-box;position:relative;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;border-radius:var(--goa-temporary-notification-borderRadius, var(--goa-border-radius-m));gap:var(--goa-temporary-notification-row-gap, var(--goa-space-m));padding:var(--goa-temporary-notification-padding, var(--goa-space-m) var(--goa-space-l));max-width:var(--goa-temporary-notification-max-width, 640px);color:var(--goa-temporary-notification-color-text, var(--goa-color-text-light));transition:transform var(--goa-temporary-notification-transition-duration, 0.3s) ease,
|
|
31947
31950
|
opacity var(--goa-temporary-notification-transition-duration, 0.3s) ease;overflow:hidden}.snackbar.progress.svelte-g62gpr.svelte-g62gpr,.snackbar.indeterminate.svelte-g62gpr.svelte-g62gpr{padding:var(--goa-temporary-notification-padding-with-progress, var(--goa-space-m) var(--goa-space-l) 22px var(--goa-space-l))}.content.svelte-g62gpr.svelte-g62gpr{display:flex;align-items:flex-start;gap:var(--goa-temporary-notification-column-gap, var(--goa-space-s));flex:1 1 auto;min-width:0}@media(min-width: 624px){.snackbar.svelte-g62gpr.svelte-g62gpr{min-width:var(--goa-temporary-notification-min-width-desktop, 360px)}}@media(max-width: 623px){.snackbar.svelte-g62gpr.svelte-g62gpr{margin:0 var(--goa-space-m);width:calc(100vw - var(--goa-space-m) * 2)}}.snackbar.basic.svelte-g62gpr.svelte-g62gpr,.snackbar.indeterminate.svelte-g62gpr.svelte-g62gpr,.snackbar.progress.svelte-g62gpr.svelte-g62gpr{border:var(--goa-temporary-notification-borderWidth, var(--goa-border-width-s)) solid var(--goa-temporary-notification-color-border, var(--goa-color-greyscale-700));background:var(--goa-temporary-notification-color-bg-basic, var(--goa-color-greyscale-black))}.action.svelte-g62gpr.svelte-g62gpr{flex-grow:1;text-align:right}progress.svelte-g62gpr.svelte-g62gpr{position:absolute;display:flex;bottom:0;left:0;width:100%;height:var(--goa-temporary-notification-progress-bar-height, 6px);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}progress.svelte-g62gpr.svelte-g62gpr::-webkit-progress-bar{background-color:var(--goa-temporary-notification-progress-bar-color-bg, #adadad);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}progress.svelte-g62gpr.svelte-g62gpr::-webkit-progress-value{background-color:var(--goa-temporary-notification-progress-bar-color-fill, white);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}progress.svelte-g62gpr.svelte-g62gpr::-moz-progress-bar{background-color:var(--goa-temporary-notification-progress-bar-color-fill, white);border-radius:0 0 var(--goa-temporary-notification-progress-bar-borderRadius, 0) var(--goa-temporary-notification-progress-bar-borderRadius, 0)}.show.svelte-g62gpr.svelte-g62gpr{opacity:1}.show.animate-up.svelte-g62gpr.svelte-g62gpr{transform:translateY(0)}.show.animate-down.svelte-g62gpr.svelte-g62gpr{transform:translateY(0)}.hide.svelte-g62gpr.svelte-g62gpr{opacity:0}.hide.animate-up.svelte-g62gpr.svelte-g62gpr{transform:translateY(calc(-1 * var(--goa-temporary-notification-animation-distance, 100px)))}.hide.animate-down.svelte-g62gpr.svelte-g62gpr{transform:translateY(var(--goa-temporary-notification-animation-distance, 100px))}.snackbar.success.svelte-g62gpr.svelte-g62gpr{background:var(--goa-temporary-notification-color-bg-success, var(--goa-color-success-default))}.snackbar.failure.svelte-g62gpr.svelte-g62gpr{background:var(--goa-temporary-notification-color-bg-failure, var(--goa-color-emergency-default))}.message.svelte-g62gpr.svelte-g62gpr{flex:1 1 auto;font:var(--goa-temporary-notification-typography, var(--goa-typography-body-m))}.content.svelte-g62gpr:has(goa-icon) .message.svelte-g62gpr{margin-top:var(--goa-temporary-notification-padding-text-top, var(--goa-space-2xs))}`);
|
|
31948
31951
|
}
|
|
@@ -32001,7 +32004,7 @@ function Rl(t) {
|
|
|
32001
32004
|
}
|
|
32002
32005
|
};
|
|
32003
32006
|
}
|
|
32004
|
-
function
|
|
32007
|
+
function xg(t) {
|
|
32005
32008
|
let e;
|
|
32006
32009
|
return {
|
|
32007
32010
|
c() {
|
|
@@ -32016,7 +32019,7 @@ function x5(t) {
|
|
|
32016
32019
|
}
|
|
32017
32020
|
};
|
|
32018
32021
|
}
|
|
32019
|
-
function
|
|
32022
|
+
function Tg(t) {
|
|
32020
32023
|
let e;
|
|
32021
32024
|
return {
|
|
32022
32025
|
c() {
|
|
@@ -32036,7 +32039,7 @@ function T5(t) {
|
|
|
32036
32039
|
}
|
|
32037
32040
|
};
|
|
32038
32041
|
}
|
|
32039
|
-
function
|
|
32042
|
+
function Vg(t) {
|
|
32040
32043
|
let e, o, i, n, r, l, a, c, d = (
|
|
32041
32044
|
/*type*/
|
|
32042
32045
|
t[1] === "success" && Nl()
|
|
@@ -32051,11 +32054,11 @@ function V5(t) {
|
|
|
32051
32054
|
if (
|
|
32052
32055
|
/*type*/
|
|
32053
32056
|
b[1] === "progress"
|
|
32054
|
-
) return
|
|
32057
|
+
) return Tg;
|
|
32055
32058
|
if (
|
|
32056
32059
|
/*type*/
|
|
32057
32060
|
b[1] === "indeterminate"
|
|
32058
|
-
) return
|
|
32061
|
+
) return xg;
|
|
32059
32062
|
}
|
|
32060
32063
|
let v = g(t), h = v && v(t);
|
|
32061
32064
|
return {
|
|
@@ -32189,19 +32192,19 @@ function V5(t) {
|
|
|
32189
32192
|
};
|
|
32190
32193
|
}
|
|
32191
32194
|
const Ga = "large";
|
|
32192
|
-
function
|
|
32195
|
+
function Pg(t, e, o) {
|
|
32193
32196
|
let { message: i = "" } = e, { type: n = "basic" } = e, { progress: r = -1 } = e, { testid: l = "" } = e, { actionText: a = "" } = e, { visible: c = !0 } = e, { animationDirection: d = "down" } = e;
|
|
32194
32197
|
return t.$$set = (s) => {
|
|
32195
32198
|
"message" in s && o(0, i = s.message), "type" in s && o(1, n = s.type), "progress" in s && o(2, r = s.progress), "testid" in s && o(3, l = s.testid), "actionText" in s && o(4, a = s.actionText), "visible" in s && o(5, c = s.visible), "animationDirection" in s && o(6, d = s.animationDirection);
|
|
32196
32199
|
}, [i, n, r, l, a, c, d];
|
|
32197
32200
|
}
|
|
32198
|
-
class
|
|
32201
|
+
class Ag extends ye {
|
|
32199
32202
|
constructor(e) {
|
|
32200
32203
|
super(), ke(
|
|
32201
32204
|
this,
|
|
32202
32205
|
e,
|
|
32203
|
-
|
|
32204
|
-
|
|
32206
|
+
Pg,
|
|
32207
|
+
Vg,
|
|
32205
32208
|
_e,
|
|
32206
32209
|
{
|
|
32207
32210
|
message: 0,
|
|
@@ -32212,7 +32215,7 @@ class A5 extends ye {
|
|
|
32212
32215
|
visible: 5,
|
|
32213
32216
|
animationDirection: 6
|
|
32214
32217
|
},
|
|
32215
|
-
|
|
32218
|
+
Hg
|
|
32216
32219
|
);
|
|
32217
32220
|
}
|
|
32218
32221
|
get message() {
|
|
@@ -32258,8 +32261,8 @@ class A5 extends ye {
|
|
|
32258
32261
|
this.$$set({ animationDirection: e }), _();
|
|
32259
32262
|
}
|
|
32260
32263
|
}
|
|
32261
|
-
customElements.define("goa-temp-notification", Ce(
|
|
32262
|
-
function
|
|
32264
|
+
customElements.define("goa-temp-notification", Ce(Ag, { message: { type: "String", attribute: "message" }, type: { type: "String", attribute: "type" }, progress: { type: "Number", attribute: "progress" }, testid: { type: "String", attribute: "testid", reflect: !0 }, actionText: { type: "String", attribute: "action-text" }, visible: { type: "Boolean", attribute: "visible" }, animationDirection: { type: "String", attribute: "animation-direction" } }, [], [], !0));
|
|
32265
|
+
function Dg(t) {
|
|
32263
32266
|
Le(t, "svelte-op3hfx", "h1, h2, h3, h4, h5{margin:0}.heading-xl.svelte-op3hfx{font:var(--goa-typography-heading-xl)}.heading-l.svelte-op3hfx{font:var(--goa-typography-heading-l)}.heading-m.svelte-op3hfx{font:var(--goa-typography-heading-m)}.heading-s.svelte-op3hfx{font:var(--goa-typography-heading-s)}.heading-xs.svelte-op3hfx{font:var(--goa-typography-heading-xs)}.body-l.svelte-op3hfx{font:var(--goa-typography-body-l)}.body-m.svelte-op3hfx{font:var(--goa-typography-body-m)}.body-s.svelte-op3hfx{font:var(--goa-typography-body-s)}.body-xs.svelte-op3hfx{font:var(--goa-typography-body-xs)}@media(max-width: 623px){.heading-xl.svelte-op3hfx{font:var(--goa-typography-mobile-heading-xl)}.heading-l.svelte-op3hfx{font:var(--goa-typography-mobile-heading-l)}.heading-m.svelte-op3hfx{font:var(--goa-typography-mobile-heading-m)}.heading-s.svelte-op3hfx{font:var(--goa-typography-mobile-heading-s)}.heading-xs.svelte-op3hfx{font:var(--goa-typography-mobile-heading-xs)}.body-l.svelte-op3hfx{font:var(--goa-typography-mobile-body-l)}.body-m.svelte-op3hfx{font:var(--goa-typography-mobile-body-m)}.body-s.svelte-op3hfx{font:var(--goa-typography-mobile-body-s)}.body-xs.svelte-op3hfx{font:var(--goa-typography-mobile-body-xs)}}");
|
|
32264
32267
|
}
|
|
32265
32268
|
function Go(t) {
|
|
@@ -32381,7 +32384,7 @@ function Go(t) {
|
|
|
32381
32384
|
}
|
|
32382
32385
|
};
|
|
32383
32386
|
}
|
|
32384
|
-
function
|
|
32387
|
+
function Bg(t) {
|
|
32385
32388
|
let e = (
|
|
32386
32389
|
/*as*/
|
|
32387
32390
|
t[0]
|
|
@@ -32418,7 +32421,7 @@ function B5(t) {
|
|
|
32418
32421
|
}
|
|
32419
32422
|
};
|
|
32420
32423
|
}
|
|
32421
|
-
function
|
|
32424
|
+
function Ig(t) {
|
|
32422
32425
|
switch (t) {
|
|
32423
32426
|
case "h1":
|
|
32424
32427
|
return "heading-xl";
|
|
@@ -32434,7 +32437,7 @@ function I5(t) {
|
|
|
32434
32437
|
return;
|
|
32435
32438
|
}
|
|
32436
32439
|
}
|
|
32437
|
-
function
|
|
32440
|
+
function Zg(t, e, o) {
|
|
32438
32441
|
let i, { $$slots: n = {}, $$scope: r } = e, { as: l = "div" } = e, { maxWidth: a = "65ch" } = e, { size: c = void 0 } = e, { color: d = "primary" } = e, { mt: s = null } = e, { mr: f = null } = e, { mb: g = null } = e, { ml: v = null } = e, h = null, b = null;
|
|
32439
32442
|
function w() {
|
|
32440
32443
|
if (g)
|
|
@@ -32487,7 +32490,7 @@ function Z5(t, e, o) {
|
|
|
32487
32490
|
"as" in C && o(0, l = C.as), "maxWidth" in C && o(1, a = C.maxWidth), "size" in C && o(8, c = C.size), "color" in C && o(2, d = C.color), "mt" in C && o(9, s = C.mt), "mr" in C && o(3, f = C.mr), "mb" in C && o(10, g = C.mb), "ml" in C && o(4, v = C.ml), "$$scope" in C && o(11, r = C.$$scope);
|
|
32488
32491
|
}, t.$$.update = () => {
|
|
32489
32492
|
t.$$.dirty & /*size, as*/
|
|
32490
|
-
257 && o(7, i = c ??
|
|
32493
|
+
257 && o(7, i = c ?? Ig(l));
|
|
32491
32494
|
}, [
|
|
32492
32495
|
l,
|
|
32493
32496
|
a,
|
|
@@ -32504,13 +32507,13 @@ function Z5(t, e, o) {
|
|
|
32504
32507
|
n
|
|
32505
32508
|
];
|
|
32506
32509
|
}
|
|
32507
|
-
class
|
|
32510
|
+
class Og extends ye {
|
|
32508
32511
|
constructor(e) {
|
|
32509
32512
|
super(), ke(
|
|
32510
32513
|
this,
|
|
32511
32514
|
e,
|
|
32512
|
-
|
|
32513
|
-
|
|
32515
|
+
Zg,
|
|
32516
|
+
Bg,
|
|
32514
32517
|
_e,
|
|
32515
32518
|
{
|
|
32516
32519
|
as: 0,
|
|
@@ -32522,7 +32525,7 @@ class O5 extends ye {
|
|
|
32522
32525
|
mb: 10,
|
|
32523
32526
|
ml: 4
|
|
32524
32527
|
},
|
|
32525
|
-
|
|
32528
|
+
Dg
|
|
32526
32529
|
);
|
|
32527
32530
|
}
|
|
32528
32531
|
get as() {
|
|
@@ -32574,8 +32577,8 @@ class O5 extends ye {
|
|
|
32574
32577
|
this.$$set({ ml: e }), _();
|
|
32575
32578
|
}
|
|
32576
32579
|
}
|
|
32577
|
-
customElements.define("goa-text", Ce(
|
|
32578
|
-
function
|
|
32580
|
+
customElements.define("goa-text", Ce(Og, { as: {}, maxWidth: {}, size: {}, color: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
|
|
32581
|
+
function Fg(t) {
|
|
32579
32582
|
Le(t, "svelte-d4p8uc", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans);display:inline-block}#container.svelte-d4p8uc.svelte-d4p8uc{container:self / inline-size;box-sizing:border-box}.root.svelte-d4p8uc.svelte-d4p8uc{transition:box-shadow 0.05s ease-in;position:relative;max-width:var(--width, 100%);padding-bottom:var(
|
|
32580
32583
|
--char-count-padding
|
|
32581
32584
|
);box-shadow:var(--goa-text-area-border);border-radius:var(--goa-text-area-border-radius);background:var(--goa-text-area-color-bg)}.root.svelte-d4p8uc.svelte-d4p8uc:hover{box-shadow:var(--goa-text-area-border-hover)}.root.svelte-d4p8uc.svelte-d4p8uc:focus-within{box-shadow:var(--goa-text-area-border), var(--goa-text-area-border-focus)}.error.svelte-d4p8uc.svelte-d4p8uc,.error.svelte-d4p8uc.svelte-d4p8uc:hover{box-shadow:var(--goa-text-area-border-error)}.error.svelte-d4p8uc.svelte-d4p8uc:focus{box-shadow:var(--goa-text-area-border), var(--goa-text-area-border-focus)}.error.svelte-d4p8uc.svelte-d4p8uc:focus-within:hover{box-shadow:var(--goa-text-area-border), var(--goa-text-area-border-focus)}.disabled.svelte-d4p8uc.svelte-d4p8uc,.disabled.svelte-d4p8uc.svelte-d4p8uc:hover{background-color:var(--goa-text-area-color-bg-disabled);cursor:default;box-shadow:var(--goa-text-area-border-disabled);resize:none}textarea.svelte-d4p8uc.svelte-d4p8uc:disabled{resize:none;color:var(--goa-text-area-color-text-disabled)}.readonly.svelte-d4p8uc.svelte-d4p8uc,.readonly.svelte-d4p8uc.svelte-d4p8uc:hover{background-color:var(
|
|
@@ -32591,13 +32594,13 @@ function Yl(t) {
|
|
|
32591
32594
|
r[7] && /*count*/
|
|
32592
32595
|
r[20] > /*maxcount*/
|
|
32593
32596
|
r[8]
|
|
32594
|
-
) return
|
|
32597
|
+
) return Wg;
|
|
32595
32598
|
if (
|
|
32596
32599
|
/*countby*/
|
|
32597
32600
|
r[7] && /*count*/
|
|
32598
32601
|
r[20] <= /*maxcount*/
|
|
32599
32602
|
r[8]
|
|
32600
|
-
) return
|
|
32603
|
+
) return Ng;
|
|
32601
32604
|
}
|
|
32602
32605
|
let i = o(t), n = i && i(t);
|
|
32603
32606
|
return {
|
|
@@ -32628,7 +32631,7 @@ function Yl(t) {
|
|
|
32628
32631
|
}
|
|
32629
32632
|
};
|
|
32630
32633
|
}
|
|
32631
|
-
function
|
|
32634
|
+
function Ng(t) {
|
|
32632
32635
|
let e = (
|
|
32633
32636
|
/*maxcount*/
|
|
32634
32637
|
t[8] - /*count*/
|
|
@@ -32665,7 +32668,7 @@ function N5(t) {
|
|
|
32665
32668
|
}
|
|
32666
32669
|
};
|
|
32667
32670
|
}
|
|
32668
|
-
function
|
|
32671
|
+
function Wg(t) {
|
|
32669
32672
|
let e = (
|
|
32670
32673
|
/*count*/
|
|
32671
32674
|
t[20] - /*maxcount*/
|
|
@@ -32738,7 +32741,7 @@ function Gl(t) {
|
|
|
32738
32741
|
}
|
|
32739
32742
|
};
|
|
32740
32743
|
}
|
|
32741
|
-
function
|
|
32744
|
+
function Rg(t) {
|
|
32742
32745
|
let e, o, i, n, r, l, a, c, d, s, f = (
|
|
32743
32746
|
/*maxcount*/
|
|
32744
32747
|
t[8] > 0 && !/*isDisabled*/
|
|
@@ -32974,7 +32977,7 @@ function R5(t) {
|
|
|
32974
32977
|
}
|
|
32975
32978
|
};
|
|
32976
32979
|
}
|
|
32977
|
-
function
|
|
32980
|
+
function Yg(t, e, o) {
|
|
32978
32981
|
let i, n, r, { name: l } = e, { value: a = "" } = e, { placeholder: c = "" } = e, { rows: d = 3 } = e, { testid: s = "" } = e, { width: f = "100%" } = e, { maxwidth: g = "60ch" } = e, { error: v = "false" } = e, { readonly: h = "false" } = e, { disabled: b = "false" } = e, { arialabel: w = "" } = e, { countby: p = "" } = e, { maxcount: C = -1 } = e, { autocomplete: z = "" } = e;
|
|
32979
32982
|
const [L, M] = Pe("Version", ["1", "2"]);
|
|
32980
32983
|
let { version: H = "1" } = e;
|
|
@@ -33094,13 +33097,13 @@ function Y5(t, e, o) {
|
|
|
33094
33097
|
de
|
|
33095
33098
|
];
|
|
33096
33099
|
}
|
|
33097
|
-
class
|
|
33100
|
+
class Gg extends ye {
|
|
33098
33101
|
constructor(e) {
|
|
33099
33102
|
super(), ke(
|
|
33100
33103
|
this,
|
|
33101
33104
|
e,
|
|
33102
|
-
|
|
33103
|
-
|
|
33105
|
+
Yg,
|
|
33106
|
+
Rg,
|
|
33104
33107
|
_e,
|
|
33105
33108
|
{
|
|
33106
33109
|
name: 1,
|
|
@@ -33124,7 +33127,7 @@ class G5 extends ye {
|
|
|
33124
33127
|
mb: 14,
|
|
33125
33128
|
ml: 15
|
|
33126
33129
|
},
|
|
33127
|
-
|
|
33130
|
+
Fg,
|
|
33128
33131
|
[-1, -1]
|
|
33129
33132
|
);
|
|
33130
33133
|
}
|
|
@@ -33249,12 +33252,12 @@ class G5 extends ye {
|
|
|
33249
33252
|
this.$$set({ ml: e }), _();
|
|
33250
33253
|
}
|
|
33251
33254
|
}
|
|
33252
|
-
customElements.define("goa-textarea", Ce(
|
|
33253
|
-
function
|
|
33255
|
+
customElements.define("goa-textarea", Ce(Gg, { name: {}, value: {}, placeholder: {}, rows: {}, testid: {}, width: {}, maxwidth: {}, error: {}, readonly: {}, disabled: {}, arialabel: {}, countby: {}, maxcount: {}, autocomplete: {}, version: {}, size: {}, mt: {}, mr: {}, mb: {}, ml: {} }, [], [], !0));
|
|
33256
|
+
function Ug(t) {
|
|
33254
33257
|
Le(t, "svelte-q0l82d", ".svelte-q0l82d.svelte-q0l82d{box-sizing:border-box}.page.svelte-q0l82d.svelte-q0l82d{min-height:100vh;display:flex;flex-direction:column}.content.svelte-q0l82d.svelte-q0l82d{flex:1 1 auto;display:flex;flex-direction:column;gap:2rem}.header.svelte-q0l82d.svelte-q0l82d,.footer.svelte-q0l82d.svelte-q0l82d{flex:0 0 auto}main.svelte-q0l82d.svelte-q0l82d{flex:1 1 auto;padding:0 1rem}.nav.svelte-q0l82d.svelte-q0l82d{transition:transform 200ms ease-in-out;background-color:var(--goa-color-greyscale-white)}.nav.svelte-q0l82d>.svelte-q0l82d{display:block;padding:0.5rem 0}@media not (max-width: 623px){.page.svelte-q0l82d.svelte-q0l82d{gap:2rem}.content.svelte-q0l82d.svelte-q0l82d{display:flex;flex-direction:row;justify-content:center;width:min(var(--max-content-width), 100vw);margin:0 auto}.nav.svelte-q0l82d.svelte-q0l82d{padding:0 2rem;transform:translateX(0)}.nav.svelte-q0l82d.svelte-q0l82d:not(.side-menu){flex:0 0 var(--nav-column-width)}.nav.side-menu.svelte-q0l82d.svelte-q0l82d{flex:0 0 var(--side-menu-column-width)}main.svelte-q0l82d.svelte-q0l82d{padding-right:2rem}}@media(min-width: 1024px){main.svelte-q0l82d.svelte-q0l82d{padding-right:4.5rem}}");
|
|
33255
33258
|
}
|
|
33256
|
-
const
|
|
33257
|
-
function
|
|
33259
|
+
const Kg = (t) => ({}), Ul = (t) => ({}), Xg = (t) => ({}), Kl = (t) => ({}), Jg = (t) => ({}), Xl = (t) => ({}), Qg = (t) => ({}), Jl = (t) => ({}), $g = (t) => ({}), Ql = (t) => ({});
|
|
33260
|
+
function e5(t) {
|
|
33258
33261
|
let e, o, i, n, r, l, a, c, d, s, f, g, v, h;
|
|
33259
33262
|
const b = (
|
|
33260
33263
|
/*#slots*/
|
|
@@ -33338,7 +33341,7 @@ function eg(t) {
|
|
|
33338
33341
|
/*$$scope*/
|
|
33339
33342
|
A[3],
|
|
33340
33343
|
x,
|
|
33341
|
-
$
|
|
33344
|
+
$g
|
|
33342
33345
|
) : he(
|
|
33343
33346
|
/*$$scope*/
|
|
33344
33347
|
A[3]
|
|
@@ -33356,7 +33359,7 @@ function eg(t) {
|
|
|
33356
33359
|
/*$$scope*/
|
|
33357
33360
|
A[3],
|
|
33358
33361
|
x,
|
|
33359
|
-
|
|
33362
|
+
Qg
|
|
33360
33363
|
) : he(
|
|
33361
33364
|
/*$$scope*/
|
|
33362
33365
|
A[3]
|
|
@@ -33392,7 +33395,7 @@ function eg(t) {
|
|
|
33392
33395
|
/*$$scope*/
|
|
33393
33396
|
A[3],
|
|
33394
33397
|
x,
|
|
33395
|
-
|
|
33398
|
+
Jg
|
|
33396
33399
|
) : he(
|
|
33397
33400
|
/*$$scope*/
|
|
33398
33401
|
A[3]
|
|
@@ -33410,7 +33413,7 @@ function eg(t) {
|
|
|
33410
33413
|
/*$$scope*/
|
|
33411
33414
|
A[3],
|
|
33412
33415
|
x,
|
|
33413
|
-
|
|
33416
|
+
Xg
|
|
33414
33417
|
) : he(
|
|
33415
33418
|
/*$$scope*/
|
|
33416
33419
|
A[3]
|
|
@@ -33428,7 +33431,7 @@ function eg(t) {
|
|
|
33428
33431
|
/*$$scope*/
|
|
33429
33432
|
A[3],
|
|
33430
33433
|
x,
|
|
33431
|
-
|
|
33434
|
+
Kg
|
|
33432
33435
|
) : he(
|
|
33433
33436
|
/*$$scope*/
|
|
33434
33437
|
A[3]
|
|
@@ -33455,26 +33458,26 @@ function eg(t) {
|
|
|
33455
33458
|
}
|
|
33456
33459
|
};
|
|
33457
33460
|
}
|
|
33458
|
-
function
|
|
33461
|
+
function t5(t, e, o) {
|
|
33459
33462
|
let { $$slots: i = {}, $$scope: n } = e, { leftcolumnwidth: r } = e, { rightcolumnwidth: l } = e, { maxcontentwidth: a } = e;
|
|
33460
33463
|
return t.$$set = (c) => {
|
|
33461
33464
|
"leftcolumnwidth" in c && o(0, r = c.leftcolumnwidth), "rightcolumnwidth" in c && o(1, l = c.rightcolumnwidth), "maxcontentwidth" in c && o(2, a = c.maxcontentwidth), "$$scope" in c && o(3, n = c.$$scope);
|
|
33462
33465
|
}, [r, l, a, n, i];
|
|
33463
33466
|
}
|
|
33464
|
-
class
|
|
33467
|
+
class o5 extends ye {
|
|
33465
33468
|
constructor(e) {
|
|
33466
33469
|
super(), ke(
|
|
33467
33470
|
this,
|
|
33468
33471
|
e,
|
|
33469
|
-
|
|
33470
|
-
|
|
33472
|
+
t5,
|
|
33473
|
+
e5,
|
|
33471
33474
|
_e,
|
|
33472
33475
|
{
|
|
33473
33476
|
leftcolumnwidth: 0,
|
|
33474
33477
|
rightcolumnwidth: 1,
|
|
33475
33478
|
maxcontentwidth: 2
|
|
33476
33479
|
},
|
|
33477
|
-
|
|
33480
|
+
Ug
|
|
33478
33481
|
);
|
|
33479
33482
|
}
|
|
33480
33483
|
get leftcolumnwidth() {
|
|
@@ -33496,17 +33499,17 @@ class og extends ye {
|
|
|
33496
33499
|
this.$$set({ maxcontentwidth: e }), _();
|
|
33497
33500
|
}
|
|
33498
33501
|
}
|
|
33499
|
-
customElements.define("goa-three-column-layout", Ce(
|
|
33502
|
+
customElements.define("goa-three-column-layout", Ce(o5, { leftcolumnwidth: {}, rightcolumnwidth: {}, maxcontentwidth: {} }, ["header", "nav", "default", "sidebar", "side-menu", "footer"], [], !0));
|
|
33500
33503
|
const { window: Ua } = Oo;
|
|
33501
|
-
function
|
|
33504
|
+
function i5(t) {
|
|
33502
33505
|
Le(t, "svelte-ajulxx", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.tooltip.svelte-ajulxx.svelte-ajulxx{position:relative;display:inline-flex;justify-content:center;align-items:center}.tooltip.svelte-ajulxx.svelte-ajulxx:focus-visible{outline:var(--goa-tooltip-border-focus);outline-offset:-4px;border-radius:8px}.tooltip-text.svelte-ajulxx.svelte-ajulxx{visibility:hidden;font:var(--goa-tooltip-text-size);background-color:var(--goa-tooltip-color-bg);color:var(--goa-tooltip-color-text);text-align:center;border-radius:var(--goa-tooltip-border-radius);position:absolute;z-index:2;opacity:0;transition:opacity 0.3s;padding:var(--goa-tooltip-padding);text-align:left;white-space:nowrap;display:flex;flex-direction:column}.tooltip-target.svelte-ajulxx.svelte-ajulxx{margin:var(--goa-tooltip-gap);height:auto;display:flex}.tooltip-text.bottom.svelte-ajulxx.svelte-ajulxx{top:calc(100% + 10px)}.tooltip-text.top.svelte-ajulxx.svelte-ajulxx{bottom:calc(100% + 10px)}.tooltip-text.right.svelte-ajulxx.svelte-ajulxx{left:calc(100% + 10px)}.tooltip-text.left.svelte-ajulxx.svelte-ajulxx{right:calc(100% + 10px)}.tooltip.svelte-ajulxx:hover .tooltip-text.svelte-ajulxx,.tooltip.svelte-ajulxx:focus .tooltip-text.svelte-ajulxx{opacity:1}.tooltip-text.bottom.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.top.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.left.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.right.svelte-ajulxx.svelte-ajulxx::before{content:"";position:absolute;border-style:solid}.tooltip-text.bottom.svelte-ajulxx.svelte-ajulxx::before{top:-9px;left:50%;border-width:0 10px 10px 10px;transform:translateX(-50%);border-color:transparent transparent var(--goa-tooltip-color-bg)
|
|
33503
33506
|
transparent}.tooltip-text.top.svelte-ajulxx.svelte-ajulxx::before{bottom:-9px;left:50%;transform:translateX(-50%);border-width:10px 10px 0 10px;border-color:var(--goa-tooltip-color-bg) transparent transparent
|
|
33504
33507
|
transparent}.tooltip-text.left.svelte-ajulxx.svelte-ajulxx::before{top:50%;right:-9px;transform:translateY(-50%);border-width:10px 0 10px 10px;border-color:transparent transparent transparent
|
|
33505
33508
|
var(--goa-tooltip-color-bg)}.tooltip-text.right.svelte-ajulxx.svelte-ajulxx::before{top:50%;left:-9px;transform:translateY(-50%);border-width:10px 10px 10px 0;border-style:solid;border-color:transparent var(--goa-tooltip-color-bg) transparent
|
|
33506
33509
|
transparent}.tooltip-text.bottom.align-left.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.top.align-left.svelte-ajulxx.svelte-ajulxx::before{left:calc(100% - (var(--target-width) + 1rem))}.tooltip-text.bottom.align-right.svelte-ajulxx.svelte-ajulxx::before,.tooltip-text.top.align-right.svelte-ajulxx.svelte-ajulxx::before{left:calc(var(--target-width) + 1rem)}.tooltip.align-right.svelte-ajulxx.svelte-ajulxx{justify-content:flex-start}.tooltip.align-left.svelte-ajulxx.svelte-ajulxx{justify-content:flex-end}.tooltip-text.align-right.svelte-ajulxx.svelte-ajulxx{left:0;margin-left:-1rem}.tooltip-text.align-left.svelte-ajulxx.svelte-ajulxx{right:0;margin-right:-1rem}`);
|
|
33507
33510
|
}
|
|
33508
|
-
const
|
|
33509
|
-
function
|
|
33511
|
+
const n5 = (t) => ({}), $l = (t) => ({});
|
|
33512
|
+
function r5(t) {
|
|
33510
33513
|
let e;
|
|
33511
33514
|
return {
|
|
33512
33515
|
c() {
|
|
@@ -33533,7 +33536,7 @@ function rg(t) {
|
|
|
33533
33536
|
}
|
|
33534
33537
|
};
|
|
33535
33538
|
}
|
|
33536
|
-
function
|
|
33539
|
+
function l5(t) {
|
|
33537
33540
|
let e;
|
|
33538
33541
|
const o = (
|
|
33539
33542
|
/*#slots*/
|
|
@@ -33565,7 +33568,7 @@ function lg(t) {
|
|
|
33565
33568
|
/*$$scope*/
|
|
33566
33569
|
n[18],
|
|
33567
33570
|
r,
|
|
33568
|
-
|
|
33571
|
+
n5
|
|
33569
33572
|
) : he(
|
|
33570
33573
|
/*$$scope*/
|
|
33571
33574
|
n[18]
|
|
@@ -33584,7 +33587,7 @@ function lg(t) {
|
|
|
33584
33587
|
}
|
|
33585
33588
|
};
|
|
33586
33589
|
}
|
|
33587
|
-
function
|
|
33590
|
+
function a5(t) {
|
|
33588
33591
|
let e, o, i, n, r, l, a, c, d, s, f, g, v, h;
|
|
33589
33592
|
Je(
|
|
33590
33593
|
/*onwindowresize*/
|
|
@@ -33599,7 +33602,7 @@ function ag(t) {
|
|
|
33599
33602
|
/*$$scope*/
|
|
33600
33603
|
t[18],
|
|
33601
33604
|
null
|
|
33602
|
-
), p = [
|
|
33605
|
+
), p = [l5, r5], C = [];
|
|
33603
33606
|
function z(L, M) {
|
|
33604
33607
|
return (
|
|
33605
33608
|
/*$$slots*/
|
|
@@ -33735,7 +33738,7 @@ function ag(t) {
|
|
|
33735
33738
|
}
|
|
33736
33739
|
};
|
|
33737
33740
|
}
|
|
33738
|
-
function
|
|
33741
|
+
function s5(t, e, o) {
|
|
33739
33742
|
let { $$slots: i = {}, $$scope: n } = e;
|
|
33740
33743
|
const r = ct(i);
|
|
33741
33744
|
let { content: l = "" } = e, { testid: a = "" } = e, { position: c = "top" } = e, { halign: d = "center" } = e, { maxwidth: s = "" } = e, { mt: f = null } = e, { mr: g = null } = e, { mb: v = null } = e, { ml: h = null } = e;
|
|
@@ -33828,13 +33831,13 @@ function sg(t, e, o) {
|
|
|
33828
33831
|
T
|
|
33829
33832
|
];
|
|
33830
33833
|
}
|
|
33831
|
-
class
|
|
33834
|
+
class c5 extends ye {
|
|
33832
33835
|
constructor(e) {
|
|
33833
33836
|
super(), ke(
|
|
33834
33837
|
this,
|
|
33835
33838
|
e,
|
|
33836
|
-
|
|
33837
|
-
|
|
33839
|
+
s5,
|
|
33840
|
+
a5,
|
|
33838
33841
|
_e,
|
|
33839
33842
|
{
|
|
33840
33843
|
content: 2,
|
|
@@ -33847,7 +33850,7 @@ class cg extends ye {
|
|
|
33847
33850
|
mb: 6,
|
|
33848
33851
|
ml: 7
|
|
33849
33852
|
},
|
|
33850
|
-
|
|
33853
|
+
i5,
|
|
33851
33854
|
[-1, -1]
|
|
33852
33855
|
);
|
|
33853
33856
|
}
|
|
@@ -33906,12 +33909,12 @@ class cg extends ye {
|
|
|
33906
33909
|
this.$$set({ ml: e }), _();
|
|
33907
33910
|
}
|
|
33908
33911
|
}
|
|
33909
|
-
customElements.define("goa-tooltip", Ce(
|
|
33910
|
-
function
|
|
33912
|
+
customElements.define("goa-tooltip", Ce(c5, { content: {}, testid: {}, position: {}, halign: {}, maxwidth: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default", "content"], [], !0));
|
|
33913
|
+
function d5(t) {
|
|
33911
33914
|
Le(t, "svelte-luwgzc", ".svelte-luwgzc.svelte-luwgzc{box-sizing:border-box}.page.svelte-luwgzc.svelte-luwgzc{min-height:100vh;display:flex;flex-direction:column}.content.svelte-luwgzc.svelte-luwgzc{flex:1 1 auto;display:flex;flex-direction:column;gap:2rem}.header.svelte-luwgzc.svelte-luwgzc,.footer.svelte-luwgzc.svelte-luwgzc{flex:0 0 auto}main.svelte-luwgzc.svelte-luwgzc{flex:1 1 auto;padding:0 1rem}.nav.svelte-luwgzc.svelte-luwgzc{padding:0;transition:transform 200ms ease-in-out;background-color:var(--goa-color-greyscale-white)}.nav.svelte-luwgzc>.svelte-luwgzc{display:block;padding:0.5rem 0}@media not (max-width: 623px){.page.svelte-luwgzc.svelte-luwgzc{gap:2rem}.content.svelte-luwgzc.svelte-luwgzc{display:flex;flex-direction:row;justify-content:center;width:min(var(--max-content-width), 100vw);margin:0 auto}.nav.svelte-luwgzc.svelte-luwgzc{padding:0 2rem;transform:translateX(0);flex:0 0 var(--nav-column-width)}main.svelte-luwgzc.svelte-luwgzc{padding-right:2rem}}@media(min-width: 1024px){main.svelte-luwgzc.svelte-luwgzc{padding-right:4.5rem}}");
|
|
33912
33915
|
}
|
|
33913
|
-
const
|
|
33914
|
-
function
|
|
33916
|
+
const u5 = (t) => ({}), ea = (t) => ({}), f5 = (t) => ({}), ta = (t) => ({}), g5 = (t) => ({}), oa = (t) => ({});
|
|
33917
|
+
function v5(t) {
|
|
33915
33918
|
let e, o, i, n, r, l, a, c, d, s, f;
|
|
33916
33919
|
const g = (
|
|
33917
33920
|
/*#slots*/
|
|
@@ -33975,7 +33978,7 @@ function vg(t) {
|
|
|
33975
33978
|
/*$$scope*/
|
|
33976
33979
|
L[2],
|
|
33977
33980
|
M,
|
|
33978
|
-
|
|
33981
|
+
g5
|
|
33979
33982
|
) : he(
|
|
33980
33983
|
/*$$scope*/
|
|
33981
33984
|
L[2]
|
|
@@ -33993,7 +33996,7 @@ function vg(t) {
|
|
|
33993
33996
|
/*$$scope*/
|
|
33994
33997
|
L[2],
|
|
33995
33998
|
M,
|
|
33996
|
-
|
|
33999
|
+
f5
|
|
33997
34000
|
) : he(
|
|
33998
34001
|
/*$$scope*/
|
|
33999
34002
|
L[2]
|
|
@@ -34029,7 +34032,7 @@ function vg(t) {
|
|
|
34029
34032
|
/*$$scope*/
|
|
34030
34033
|
L[2],
|
|
34031
34034
|
M,
|
|
34032
|
-
|
|
34035
|
+
u5
|
|
34033
34036
|
) : he(
|
|
34034
34037
|
/*$$scope*/
|
|
34035
34038
|
L[2]
|
|
@@ -34054,15 +34057,15 @@ function vg(t) {
|
|
|
34054
34057
|
}
|
|
34055
34058
|
};
|
|
34056
34059
|
}
|
|
34057
|
-
function
|
|
34060
|
+
function h5(t, e, o) {
|
|
34058
34061
|
let { $$slots: i = {}, $$scope: n } = e, { navcolumnwidth: r = "" } = e, { maxcontentwidth: l = "" } = e;
|
|
34059
34062
|
return t.$$set = (a) => {
|
|
34060
34063
|
"navcolumnwidth" in a && o(0, r = a.navcolumnwidth), "maxcontentwidth" in a && o(1, l = a.maxcontentwidth), "$$scope" in a && o(2, n = a.$$scope);
|
|
34061
34064
|
}, [r, l, n, i];
|
|
34062
34065
|
}
|
|
34063
|
-
class
|
|
34066
|
+
class m5 extends ye {
|
|
34064
34067
|
constructor(e) {
|
|
34065
|
-
super(), ke(this, e,
|
|
34068
|
+
super(), ke(this, e, h5, v5, _e, { navcolumnwidth: 0, maxcontentwidth: 1 }, d5);
|
|
34066
34069
|
}
|
|
34067
34070
|
get navcolumnwidth() {
|
|
34068
34071
|
return this.$$.ctx[0];
|
|
@@ -34077,8 +34080,8 @@ class mg extends ye {
|
|
|
34077
34080
|
this.$$set({ maxcontentwidth: e }), _();
|
|
34078
34081
|
}
|
|
34079
34082
|
}
|
|
34080
|
-
customElements.define("goa-two-column-layout", Ce(
|
|
34081
|
-
function
|
|
34083
|
+
customElements.define("goa-two-column-layout", Ce(m5, { navcolumnwidth: {}, maxcontentwidth: {} }, ["header", "nav", "default", "footer"], [], !0));
|
|
34084
|
+
function b5(t) {
|
|
34082
34085
|
Le(t, "svelte-vthlw2", `.goa-grid.svelte-vthlw2.svelte-vthlw2{display:grid;grid-template-columns:repeat(
|
|
34083
34086
|
auto-fit,
|
|
34084
34087
|
minmax(var(--min-child-width), 1fr)
|
|
@@ -34115,7 +34118,7 @@ function ia(t) {
|
|
|
34115
34118
|
}
|
|
34116
34119
|
};
|
|
34117
34120
|
}
|
|
34118
|
-
function
|
|
34121
|
+
function p5(t) {
|
|
34119
34122
|
let e, o, i, n, r, l, a, c;
|
|
34120
34123
|
const d = (
|
|
34121
34124
|
/*#slots*/
|
|
@@ -34256,7 +34259,7 @@ function pg(t) {
|
|
|
34256
34259
|
}
|
|
34257
34260
|
};
|
|
34258
34261
|
}
|
|
34259
|
-
function
|
|
34262
|
+
function w5(t, e, o) {
|
|
34260
34263
|
let i, n, { $$slots: r = {}, $$scope: l } = e, { step: a = -1 } = e, { testid: c = "" } = e, { mt: d = null } = e, { mr: s = null } = e, { mb: f = null } = e, { ml: g = null } = e, { mobile: v = "false" } = e, { backgroundcolor: h = "inherit" } = e, b, w, p = [], C, z, L, M, H, E = 0, V, q = 1, Z = !1, A, x;
|
|
34261
34264
|
je(async () => {
|
|
34262
34265
|
await Re(), M = +a == -1 ? "free" : "constrained", U(), x = N(), x.observe(b);
|
|
@@ -34393,13 +34396,13 @@ function wg(t, e, o) {
|
|
|
34393
34396
|
X
|
|
34394
34397
|
];
|
|
34395
34398
|
}
|
|
34396
|
-
class
|
|
34399
|
+
class _5 extends ye {
|
|
34397
34400
|
constructor(e) {
|
|
34398
34401
|
super(), ke(
|
|
34399
34402
|
this,
|
|
34400
34403
|
e,
|
|
34401
|
-
|
|
34402
|
-
|
|
34404
|
+
w5,
|
|
34405
|
+
p5,
|
|
34403
34406
|
_e,
|
|
34404
34407
|
{
|
|
34405
34408
|
step: 15,
|
|
@@ -34411,7 +34414,7 @@ class _g extends ye {
|
|
|
34411
34414
|
mobile: 16,
|
|
34412
34415
|
backgroundcolor: 17
|
|
34413
34416
|
},
|
|
34414
|
-
|
|
34417
|
+
b5,
|
|
34415
34418
|
[-1, -1]
|
|
34416
34419
|
);
|
|
34417
34420
|
}
|
|
@@ -34464,15 +34467,15 @@ class _g extends ye {
|
|
|
34464
34467
|
this.$$set({ backgroundcolor: e }), _();
|
|
34465
34468
|
}
|
|
34466
34469
|
}
|
|
34467
|
-
customElements.define("goax-form-stepper", Ce(
|
|
34468
|
-
function
|
|
34470
|
+
customElements.define("goax-form-stepper", Ce(_5, { step: {}, testid: {}, mt: {}, mr: {}, mb: {}, ml: {}, mobile: {}, backgroundcolor: {} }, ["default"], [], !0));
|
|
34471
|
+
function k5(t) {
|
|
34469
34472
|
Le(t, "svelte-6d3t92", `input[type="checkbox"].svelte-6d3t92.svelte-6d3t92{position:absolute;left:-9999px}label.svelte-6d3t92.svelte-6d3t92{display:flex;box-sizing:border-box;height:100%;width:100%;padding:24px 12px 48px}label.mobile.svelte-6d3t92.svelte-6d3t92{padding-bottom:24px;justify-content:center;background-color:var(--background-color, inherit);padding-left:8px;padding-right:8px;max-width:-moz-fit-content;max-width:fit-content}label.desktop.svelte-6d3t92.svelte-6d3t92{text-align:center;flex-direction:column;align-items:center}label.desktop.svelte-6d3t92 .details.svelte-6d3t92{margin-top:24px}label.mobile.svelte-6d3t92.svelte-6d3t92{flex-direction:row;align-items:center;text-align:start}.status.svelte-6d3t92.svelte-6d3t92{flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:999px;border:2px solid var(--goa-color-interactive-default);background:var(--goa-color-greyscale-white);height:2.5rem;width:2.5rem}.status.incomplete.svelte-6d3t92.svelte-6d3t92{background:var(--goa-color-greyscale-200);border:2px solid var(--goa-color-greyscale-200)}.status.current.svelte-6d3t92.svelte-6d3t92{background:var(--goa-color-greyscale-white);border:2px solid var(--goa-color-interactive-default)}.status.svelte-6d3t92>.svelte-6d3t92{fill:var(--fill-color, var(--goa-color-interactive-default));color:var(--fill-color, var(--goa-color-interactive-default))}[aria-current="step"].svelte-6d3t92 .text.svelte-6d3t92{font-weight:var(--goa-font-weight-bold)}[data-status="complete"].svelte-6d3t92 .status.svelte-6d3t92{background:var(--goa-color-interactive-default)}[aria-current="step"][data-status="complete"].svelte-6d3t92 .status.svelte-6d3t92{background:var(--goa-color-greyscale-white)}.step-number.svelte-6d3t92.svelte-6d3t92{margin-bottom:var(--font-valign-fix);font-weight:var(--goa-font-weight-bold);color:var(--goa-color-text-secondary)}.status.current.svelte-6d3t92 .step-number.svelte-6d3t92{color:var(--goa-color-interactive-default)}label.svelte-6d3t92:not(
|
|
34470
34473
|
[data-status="complete"],
|
|
34471
34474
|
[data-status="incomplete"],
|
|
34472
34475
|
[aria-current="step"]
|
|
34473
34476
|
) .status.svelte-6d3t92{border-color:var(--goa-color-greyscale-500)}.text.svelte-6d3t92.svelte-6d3t92{font-size:16px;line-height:20px;font-weight:400}`);
|
|
34474
34477
|
}
|
|
34475
|
-
function
|
|
34478
|
+
function C5(t) {
|
|
34476
34479
|
let e, o = (
|
|
34477
34480
|
/*childindex*/
|
|
34478
34481
|
(t[3] || "") + ""
|
|
@@ -34494,7 +34497,7 @@ function Cg(t) {
|
|
|
34494
34497
|
}
|
|
34495
34498
|
};
|
|
34496
34499
|
}
|
|
34497
|
-
function
|
|
34500
|
+
function y5(t) {
|
|
34498
34501
|
let e;
|
|
34499
34502
|
return {
|
|
34500
34503
|
c() {
|
|
@@ -34534,12 +34537,12 @@ function na(t) {
|
|
|
34534
34537
|
}
|
|
34535
34538
|
};
|
|
34536
34539
|
}
|
|
34537
|
-
function
|
|
34540
|
+
function z5(t) {
|
|
34538
34541
|
let e, o, i, n, r, l, a, c, d, s, f, g;
|
|
34539
34542
|
function v(p, C) {
|
|
34540
34543
|
return !/*current*/
|
|
34541
34544
|
p[2] && /*status*/
|
|
34542
|
-
p[0] === "complete" ?
|
|
34545
|
+
p[0] === "complete" ? y5 : C5;
|
|
34543
34546
|
}
|
|
34544
34547
|
let h = v(t), b = h(t), w = !/*_isMobile*/
|
|
34545
34548
|
t[7] && na(t);
|
|
@@ -34672,7 +34675,7 @@ function zg(t) {
|
|
|
34672
34675
|
}
|
|
34673
34676
|
};
|
|
34674
34677
|
}
|
|
34675
|
-
function
|
|
34678
|
+
function L5(t, e, o) {
|
|
34676
34679
|
let i, { text: n } = e, { status: r = void 0 } = e, l = !1, a = !1, c, d = "", s, f, g, v;
|
|
34677
34680
|
je(() => {
|
|
34678
34681
|
s.addEventListener("form-stepper:resized", (C) => {
|
|
@@ -34745,9 +34748,9 @@ function Lg(t, e, o) {
|
|
|
34745
34748
|
p
|
|
34746
34749
|
];
|
|
34747
34750
|
}
|
|
34748
|
-
class
|
|
34751
|
+
class M5 extends ye {
|
|
34749
34752
|
constructor(e) {
|
|
34750
|
-
super(), ke(this, e,
|
|
34753
|
+
super(), ke(this, e, L5, z5, _e, { text: 1, status: 0 }, k5);
|
|
34751
34754
|
}
|
|
34752
34755
|
get text() {
|
|
34753
34756
|
return this.$$.ctx[1];
|
|
@@ -34762,8 +34765,8 @@ class Mg extends ye {
|
|
|
34762
34765
|
this.$$set({ status: e }), _();
|
|
34763
34766
|
}
|
|
34764
34767
|
}
|
|
34765
|
-
customElements.define("goax-form-step", Ce(
|
|
34766
|
-
function
|
|
34768
|
+
customElements.define("goax-form-step", Ce(M5, { text: {}, status: {} }, [], [], !0));
|
|
34769
|
+
function E5(t) {
|
|
34767
34770
|
Le(t, "svelte-i9l4k4", `:host .svelte-i9l4k4.svelte-i9l4k4{box-sizing:border-box}::slotted(*){display:flex;flex-direction:column;align-items:stretch;gap:var(--goa-space-xs)}::slotted(*):focus-visible{outline:var(--goa-border-width-l) solid var(--goa-color-interactive-focus);outline-offset:2px}.tooltip.svelte-i9l4k4.svelte-i9l4k4,.tooltip.svelte-i9l4k4.svelte-i9l4k4::before{display:none}.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4{position:fixed;left:var(--goa-space-3xl);background-color:var(--goa-color-greyscale-700);font:var(--goa-typography-body-xs);color:var(--goa-color-text-light);border-radius:var(--goa-border-radius-m);padding:var(--goa-space-xs) var(--goa-space-s)}.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4::before{content:"";position:absolute;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
|
|
34768
34771
|
transparent}.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4,.closed.svelte-i9l4k4 .tooltip.svelte-i9l4k4::before{display:block;opacity:0;visibility:hidden;transition:visibility 100ms linear,
|
|
34769
34772
|
opacity 100ms ease-in-out}.closed.svelte-i9l4k4 .show.tooltip.svelte-i9l4k4,.closed.svelte-i9l4k4 .show.tooltip.svelte-i9l4k4::before{opacity:1;visibility:visible;transition:visibility 0ms linear,
|
|
@@ -34813,8 +34816,8 @@ function Eg(t) {
|
|
|
34813
34816
|
var(--goa-color-greyscale-50)
|
|
34814
34817
|
)}}@keyframes svelte-i9l4k4-delayText{0%{opacity:0;font-size:0}99%{opacity:0;font-size:0}100%{opacity:1;font-size:var(--goa-font-size-2)}}@keyframes svelte-i9l4k4-delayVisibility{0%{visibility:hidden}99%{visibility:hidden}100%{visibility:visible}}`);
|
|
34815
34818
|
}
|
|
34816
|
-
const
|
|
34817
|
-
function
|
|
34819
|
+
const q5 = (t) => ({}), ra = (t) => ({}), j5 = (t) => ({}), la = (t) => ({}), S5 = (t) => ({}), aa = (t) => ({});
|
|
34820
|
+
function H5(t) {
|
|
34818
34821
|
let e, o, i, n, r, l;
|
|
34819
34822
|
return {
|
|
34820
34823
|
c() {
|
|
@@ -34839,7 +34842,7 @@ function Hg(t) {
|
|
|
34839
34842
|
}
|
|
34840
34843
|
};
|
|
34841
34844
|
}
|
|
34842
|
-
function
|
|
34845
|
+
function x5(t) {
|
|
34843
34846
|
let e, o, i, n, r, l;
|
|
34844
34847
|
return {
|
|
34845
34848
|
c() {
|
|
@@ -34912,7 +34915,7 @@ function sa(t) {
|
|
|
34912
34915
|
/*$$scope*/
|
|
34913
34916
|
a[19],
|
|
34914
34917
|
c,
|
|
34915
|
-
|
|
34918
|
+
j5
|
|
34916
34919
|
) : he(
|
|
34917
34920
|
/*$$scope*/
|
|
34918
34921
|
a[19]
|
|
@@ -35009,7 +35012,7 @@ function ca(t) {
|
|
|
35009
35012
|
/*$$scope*/
|
|
35010
35013
|
L[19],
|
|
35011
35014
|
M,
|
|
35012
|
-
|
|
35015
|
+
q5
|
|
35013
35016
|
) : he(
|
|
35014
35017
|
/*$$scope*/
|
|
35015
35018
|
L[19]
|
|
@@ -35056,7 +35059,7 @@ function ca(t) {
|
|
|
35056
35059
|
}
|
|
35057
35060
|
};
|
|
35058
35061
|
}
|
|
35059
|
-
function
|
|
35062
|
+
function T5(t) {
|
|
35060
35063
|
let e, o, i, n, r, l, a, c, d, s, f, g, v, h, b, w, p, C, z = (
|
|
35061
35064
|
/*open*/
|
|
35062
35065
|
t[0] ? "Collapse menu" : "Expand menu"
|
|
@@ -35064,7 +35067,7 @@ function Tg(t) {
|
|
|
35064
35067
|
function x(I, T) {
|
|
35065
35068
|
return (
|
|
35066
35069
|
/*url*/
|
|
35067
|
-
I[2] ?
|
|
35070
|
+
I[2] ? x5 : H5
|
|
35068
35071
|
);
|
|
35069
35072
|
}
|
|
35070
35073
|
let U = x(t), Q = U(t);
|
|
@@ -35145,7 +35148,7 @@ function Tg(t) {
|
|
|
35145
35148
|
/*$$scope*/
|
|
35146
35149
|
I[19],
|
|
35147
35150
|
T,
|
|
35148
|
-
|
|
35151
|
+
S5
|
|
35149
35152
|
) : he(
|
|
35150
35153
|
/*$$scope*/
|
|
35151
35154
|
I[19]
|
|
@@ -35204,7 +35207,7 @@ function Tg(t) {
|
|
|
35204
35207
|
};
|
|
35205
35208
|
}
|
|
35206
35209
|
const Ka = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='31.695' height='31.688' x='.028' fill='%2300B6ED' rx='4'/%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='47' height='39' x='-11' y='-2' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23545860' d='M22.017 31.103a63.47 63.47 0 0 1-7.22-3.164 52.41 52.41 0 0 0 6.195-2.724 43.148 43.148 0 0 0 1.023 5.89m13.27-24.392c-1.034-.13-.497.348-.785 1.7-1.246 5.832-6.05 10.035-10.873 12.855-.506-6.678-.3-14.093.967-18.636 1.069-3.836 2.34-3.132.763-3.938-1.66-.848-3.44.273-4.882 3.13C19.033 4.68 12.393 20.19 1.78 30.664c-5.43 5.36-10.34 2.6-11.323 1.775-.8-.67-1.096.365-.103 1.426 4.39 4.7 10.805 2.003 13.141-.314 6.455-6.405 13.96-20.193 16.996-26.044a89.89 89.89 0 0 0 .243 15.294 44.69 44.69 0 0 1-7.619 2.885c-1.504.391-2.435 1-2.462 1.691-.03.758.98 1.397 2.44 2.085 2.6 1.226 10.216 4.798 12.093 5.878 1.606.925 2.39.204 2.866-.796.622-1.302-1.083-2.054-2.735-2.545a50.47 50.47 0 0 1-1.48-8.385c3.87-2.365 7.682-5.52 9.88-9.452a18.004 18.004 0 0 0 1.568-4.365c.23-.934.293-1.9.186-2.855 0 0-.03-.209-.186-.229'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Crect width='31.695' height='31.695' x='.028' fill='%23fff' rx='3.048'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='32' height='31.992' y='.008' fill='%23fff' rx='4'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E";
|
|
35207
|
-
function
|
|
35210
|
+
function V5(t) {
|
|
35208
35211
|
var e;
|
|
35209
35212
|
if (t.tagName.includes("GOABX")) {
|
|
35210
35213
|
const o = t.firstElementChild;
|
|
@@ -35213,7 +35216,7 @@ function Vg(t) {
|
|
|
35213
35216
|
}
|
|
35214
35217
|
return (e = t == null ? void 0 : t.shadowRoot) == null ? void 0 : e.querySelector("a");
|
|
35215
35218
|
}
|
|
35216
|
-
function
|
|
35219
|
+
function P5(t, e, o) {
|
|
35217
35220
|
let { $$slots: i = {}, $$scope: n } = e;
|
|
35218
35221
|
const r = ct(i);
|
|
35219
35222
|
let { heading: l } = e, { url: a } = e, { open: c = !1 } = e, { testid: d = "" } = e, { userName: s = "" } = e, { userSecondaryText: f = "" } = e, g = !1, v = !1, h = !1, b, w = [], p, C, z, L = "", M, H, E, V = null;
|
|
@@ -35229,7 +35232,7 @@ function Pg(t, e, o) {
|
|
|
35229
35232
|
o(0, c = !c), o(8, h = !1);
|
|
35230
35233
|
}
|
|
35231
35234
|
function A(ce) {
|
|
35232
|
-
let Ae = ce.target, $ =
|
|
35235
|
+
let Ae = ce.target, $ = V5(Ae);
|
|
35233
35236
|
Ae && $ && (w = [...w, $]), ko(
|
|
35234
35237
|
M,
|
|
35235
35238
|
() => {
|
|
@@ -35370,13 +35373,13 @@ function Pg(t, e, o) {
|
|
|
35370
35373
|
Ee
|
|
35371
35374
|
];
|
|
35372
35375
|
}
|
|
35373
|
-
class
|
|
35376
|
+
class A5 extends ye {
|
|
35374
35377
|
constructor(e) {
|
|
35375
35378
|
super(), ke(
|
|
35376
35379
|
this,
|
|
35377
35380
|
e,
|
|
35378
|
-
|
|
35379
|
-
|
|
35381
|
+
P5,
|
|
35382
|
+
T5,
|
|
35380
35383
|
_e,
|
|
35381
35384
|
{
|
|
35382
35385
|
heading: 1,
|
|
@@ -35386,7 +35389,7 @@ class Ag extends ye {
|
|
|
35386
35389
|
userName: 4,
|
|
35387
35390
|
userSecondaryText: 5
|
|
35388
35391
|
},
|
|
35389
|
-
|
|
35392
|
+
E5,
|
|
35390
35393
|
[-1, -1]
|
|
35391
35394
|
);
|
|
35392
35395
|
}
|
|
@@ -35427,8 +35430,8 @@ class Ag extends ye {
|
|
|
35427
35430
|
this.$$set({ userSecondaryText: e }), _();
|
|
35428
35431
|
}
|
|
35429
35432
|
}
|
|
35430
|
-
customElements.define("goa-work-side-menu", Ce(
|
|
35431
|
-
function
|
|
35433
|
+
customElements.define("goa-work-side-menu", Ce(A5, { heading: { type: "String", reflect: !0 }, url: { type: "String", reflect: !0 }, open: { type: "Boolean", reflect: !0 }, testid: {}, userName: { type: "String", attribute: "user-name", reflect: !0 }, userSecondaryText: { type: "String", attribute: "user-secondary-text", reflect: !0 } }, ["primary", "secondary", "account"], [], !0));
|
|
35434
|
+
function D5(t) {
|
|
35432
35435
|
Le(t, "svelte-l8csvp", `:host .svelte-l8csvp.svelte-l8csvp{box-sizing:border-box}.root.svelte-l8csvp.svelte-l8csvp{container-type:inline-size;position:relative}.menu-item.svelte-l8csvp.svelte-l8csvp{position:relative;display:flex;gap:var(--goa-space-m);border-radius:var(
|
|
35433
35436
|
--goa-work-side-menu-item-border-radius,
|
|
35434
35437
|
var(--goa-border-radius-m)
|
|
@@ -35469,7 +35472,7 @@ function Dg(t) {
|
|
|
35469
35472
|
var(--goa-color-emergency-default)
|
|
35470
35473
|
)}@container (max-width: 160px){.menu-item.svelte-l8csvp.svelte-l8csvp{height:36px;margin:0;padding-left:calc(var(--goa-space-xs) + 2px)}.menu-item-label.svelte-l8csvp.svelte-l8csvp,.trailing-content-slot.svelte-l8csvp.svelte-l8csvp{display:none}.badge.svelte-l8csvp.svelte-l8csvp{position:absolute;height:var(--goa-space-m);width:var(--goa-space-m);min-width:auto;padding:0;top:var(--goa-space-3xs);right:var(--goa-space-3xs);text-align:center;line-height:1.2;font-size:var(--goa-font-size-1)}.badge.svelte-l8csvp.svelte-l8csvp:not(.alwaysvisible){font-size:0;color:transparent}@keyframes svelte-l8csvp-delayText{0%{opacity:0;font-size:0}99%{opacity:0;font-size:0}100%{opacity:1;font-size:var(--goa-font-size-2)}}}`);
|
|
35471
35474
|
}
|
|
35472
|
-
const
|
|
35475
|
+
const B5 = (t) => ({}), da = (t) => ({});
|
|
35473
35476
|
function ua(t) {
|
|
35474
35477
|
let e, o;
|
|
35475
35478
|
const i = (
|
|
@@ -35502,7 +35505,7 @@ function ua(t) {
|
|
|
35502
35505
|
/*$$scope*/
|
|
35503
35506
|
r[14],
|
|
35504
35507
|
l,
|
|
35505
|
-
|
|
35508
|
+
B5
|
|
35506
35509
|
) : he(
|
|
35507
35510
|
/*$$scope*/
|
|
35508
35511
|
r[14]
|
|
@@ -35579,7 +35582,7 @@ function fa(t) {
|
|
|
35579
35582
|
}
|
|
35580
35583
|
};
|
|
35581
35584
|
}
|
|
35582
|
-
function
|
|
35585
|
+
function I5(t) {
|
|
35583
35586
|
let e, o, i, n, r, l, a, c, d, s, f, g, v, h = (
|
|
35584
35587
|
/*$$slots*/
|
|
35585
35588
|
t[13].trailingContent && ua(t)
|
|
@@ -35706,7 +35709,7 @@ function Ig(t) {
|
|
|
35706
35709
|
}
|
|
35707
35710
|
};
|
|
35708
35711
|
}
|
|
35709
|
-
function
|
|
35712
|
+
function Z5(t, e, o) {
|
|
35710
35713
|
let i, { $$slots: n = {}, $$scope: r } = e;
|
|
35711
35714
|
const l = ct(n);
|
|
35712
35715
|
let { label: a } = e, { url: c } = e, { badge: d = "" } = e, { current: s = !1 } = e, { divider: f = !1 } = e, { icon: g = "" } = e, { testid: v = "" } = e, { type: h = "normal" } = e, b, w;
|
|
@@ -35767,13 +35770,13 @@ function Zg(t, e, o) {
|
|
|
35767
35770
|
E
|
|
35768
35771
|
];
|
|
35769
35772
|
}
|
|
35770
|
-
class
|
|
35773
|
+
class O5 extends ye {
|
|
35771
35774
|
constructor(e) {
|
|
35772
35775
|
super(), ke(
|
|
35773
35776
|
this,
|
|
35774
35777
|
e,
|
|
35775
|
-
|
|
35776
|
-
|
|
35778
|
+
Z5,
|
|
35779
|
+
I5,
|
|
35777
35780
|
_e,
|
|
35778
35781
|
{
|
|
35779
35782
|
label: 1,
|
|
@@ -35785,7 +35788,7 @@ class Og extends ye {
|
|
|
35785
35788
|
testid: 6,
|
|
35786
35789
|
type: 7
|
|
35787
35790
|
},
|
|
35788
|
-
|
|
35791
|
+
D5
|
|
35789
35792
|
);
|
|
35790
35793
|
}
|
|
35791
35794
|
get label() {
|
|
@@ -35837,8 +35840,8 @@ class Og extends ye {
|
|
|
35837
35840
|
this.$$set({ type: e }), _();
|
|
35838
35841
|
}
|
|
35839
35842
|
}
|
|
35840
|
-
customElements.define("goa-work-side-menu-item", Ce(
|
|
35841
|
-
function
|
|
35843
|
+
customElements.define("goa-work-side-menu-item", Ce(O5, { label: {}, url: {}, badge: {}, current: { type: "Boolean" }, divider: { type: "Boolean" }, icon: {}, testid: {}, type: {} }, ["trailingContent"], [], !0));
|
|
35844
|
+
function F5(t) {
|
|
35842
35845
|
Le(t, "svelte-oco8y3", `:host .svelte-oco8y3.svelte-oco8y3{box-sizing:border-box}.root.svelte-oco8y3.svelte-oco8y3{container-type:inline-size;position:relative}summary.svelte-oco8y3.svelte-oco8y3{display:flex;cursor:pointer;list-style:none;gap:var(--goa-space-m);align-items:flex-start;border-radius:var(
|
|
35843
35846
|
--goa-work-side-menu-item-border-radius,
|
|
35844
35847
|
var(--goa-border-radius-m)
|
|
@@ -35878,7 +35881,7 @@ function Fg(t) {
|
|
|
35878
35881
|
var(--goa-color-greyscale-600)
|
|
35879
35882
|
)}}@keyframes svelte-oco8y3-delayText{0%{opacity:0;font-size:0}99%{opacity:0;font-size:0}100%{opacity:1;font-size:var(--goa-font-size-2)}}`);
|
|
35880
35883
|
}
|
|
35881
|
-
function
|
|
35884
|
+
function N5(t) {
|
|
35882
35885
|
let e, o, i, n, r, l, a, c, d, s, f, g, v, h, b, w;
|
|
35883
35886
|
const p = (
|
|
35884
35887
|
/*#slots*/
|
|
@@ -35984,16 +35987,16 @@ function Ng(t) {
|
|
|
35984
35987
|
}
|
|
35985
35988
|
};
|
|
35986
35989
|
}
|
|
35987
|
-
function
|
|
35990
|
+
function W5(t, e, o) {
|
|
35988
35991
|
let { $$slots: i = {}, $$scope: n } = e, { heading: r } = e, { icon: l } = e, { testid: a = "" } = e, c = !1;
|
|
35989
35992
|
const d = ({ target: s }) => o(3, c = xe(`${s == null ? void 0 : s.open}`));
|
|
35990
35993
|
return t.$$set = (s) => {
|
|
35991
35994
|
"heading" in s && o(0, r = s.heading), "icon" in s && o(1, l = s.icon), "testid" in s && o(2, a = s.testid), "$$scope" in s && o(4, n = s.$$scope);
|
|
35992
35995
|
}, [r, l, a, c, n, i, d];
|
|
35993
35996
|
}
|
|
35994
|
-
class
|
|
35997
|
+
class R5 extends ye {
|
|
35995
35998
|
constructor(e) {
|
|
35996
|
-
super(), ke(this, e,
|
|
35999
|
+
super(), ke(this, e, W5, N5, _e, { heading: 0, icon: 1, testid: 2 }, F5);
|
|
35997
36000
|
}
|
|
35998
36001
|
get heading() {
|
|
35999
36002
|
return this.$$.ctx[0];
|
|
@@ -36014,7 +36017,7 @@ class Rg extends ye {
|
|
|
36014
36017
|
this.$$set({ testid: e }), _();
|
|
36015
36018
|
}
|
|
36016
36019
|
}
|
|
36017
|
-
customElements.define("goa-work-side-menu-group", Ce(
|
|
36020
|
+
customElements.define("goa-work-side-menu-group", Ce(R5, { heading: {}, icon: {}, testid: {} }, ["default"], [], !0));
|
|
36018
36021
|
export {
|
|
36019
36022
|
Wa as DropdownItemDestroyMsg,
|
|
36020
36023
|
Na as DropdownItemMountedMsg
|