@abgov/web-components 1.37.1-alpha.2 → 1.37.1-alpha.3
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/common/breakpoints.d.ts +2 -0
- package/common/context-store.d.ts +10 -0
- package/common/no-scroll.d.ts +8 -0
- package/common/styling.d.ts +18 -0
- package/common/types.d.ts +3 -0
- package/common/urls.d.ts +2 -0
- package/common/utils.d.ts +38 -0
- package/common/validators.d.ts +1 -0
- package/index.js +234 -279
- package/package.json +1 -1
- package/types/relay-types.d.ts +150 -0
package/index.js
CHANGED
|
@@ -8541,19 +8541,34 @@ function G2(t) {
|
|
|
8541
8541
|
/*error*/
|
|
8542
8542
|
t[1]
|
|
8543
8543
|
), w(o, "value", E = /*_inputDate*/
|
|
8544
|
-
t[15].month + ""), w(
|
|
8544
|
+
t[15].month + ""), w(
|
|
8545
|
+
o,
|
|
8546
|
+
"disabled",
|
|
8547
|
+
/*isDisabled*/
|
|
8548
|
+
t[16]
|
|
8549
|
+
), w(n, "helptext", "Month"), w(V, "name", "day"), w(V, "type", "number"), w(V, "width", "4ch"), w(V, "value", K = /*_inputDate*/
|
|
8545
8550
|
t[15].day), w(V, "min", "1"), w(V, "max", "31"), w(
|
|
8546
8551
|
V,
|
|
8547
8552
|
"error",
|
|
8548
8553
|
/*error*/
|
|
8549
8554
|
t[1]
|
|
8550
|
-
), w(V, "testid", "day-input"), w(
|
|
8555
|
+
), w(V, "testid", "day-input"), w(
|
|
8556
|
+
V,
|
|
8557
|
+
"disabled",
|
|
8558
|
+
/*isDisabled*/
|
|
8559
|
+
t[16]
|
|
8560
|
+
), w(Z, "helptext", "Day (DD)"), w(N, "name", "year"), w(N, "type", "number"), w(N, "width", "6ch"), w(N, "value", D = /*_inputDate*/
|
|
8551
8561
|
t[15].year), w(N, "min", "1800"), w(N, "max", "2200"), w(
|
|
8552
8562
|
N,
|
|
8553
8563
|
"error",
|
|
8554
8564
|
/*error*/
|
|
8555
8565
|
t[1]
|
|
8556
|
-
), w(N, "testid", "year-input"), w(
|
|
8566
|
+
), w(N, "testid", "year-input"), w(
|
|
8567
|
+
N,
|
|
8568
|
+
"disabled",
|
|
8569
|
+
/*isDisabled*/
|
|
8570
|
+
t[16]
|
|
8571
|
+
), w(F, "helptext", "Year (YYYY)"), w(i, "direction", "row"), w(e, "error", fe = /*_error*/
|
|
8557
8572
|
t[17] && /*error*/
|
|
8558
8573
|
t[1]);
|
|
8559
8574
|
},
|
|
@@ -8588,7 +8603,13 @@ function G2(t) {
|
|
|
8588
8603
|
Y[1]
|
|
8589
8604
|
), te[0] & /*_inputDate*/
|
|
8590
8605
|
32768 && E !== (E = /*_inputDate*/
|
|
8591
|
-
Y[15].month + "") && w(o, "value", E), te[0] & /*
|
|
8606
|
+
Y[15].month + "") && w(o, "value", E), te[0] & /*isDisabled*/
|
|
8607
|
+
65536 && w(
|
|
8608
|
+
o,
|
|
8609
|
+
"disabled",
|
|
8610
|
+
/*isDisabled*/
|
|
8611
|
+
Y[16]
|
|
8612
|
+
), te[0] & /*_inputDate*/
|
|
8592
8613
|
32768 && K !== (K = /*_inputDate*/
|
|
8593
8614
|
Y[15].day) && w(V, "value", K), te[0] & /*error*/
|
|
8594
8615
|
2 && w(
|
|
@@ -8596,6 +8617,12 @@ function G2(t) {
|
|
|
8596
8617
|
"error",
|
|
8597
8618
|
/*error*/
|
|
8598
8619
|
Y[1]
|
|
8620
|
+
), te[0] & /*isDisabled*/
|
|
8621
|
+
65536 && w(
|
|
8622
|
+
V,
|
|
8623
|
+
"disabled",
|
|
8624
|
+
/*isDisabled*/
|
|
8625
|
+
Y[16]
|
|
8599
8626
|
), te[0] & /*_inputDate*/
|
|
8600
8627
|
32768 && D !== (D = /*_inputDate*/
|
|
8601
8628
|
Y[15].year) && w(N, "value", D), te[0] & /*error*/
|
|
@@ -8604,6 +8631,12 @@ function G2(t) {
|
|
|
8604
8631
|
"error",
|
|
8605
8632
|
/*error*/
|
|
8606
8633
|
Y[1]
|
|
8634
|
+
), te[0] & /*isDisabled*/
|
|
8635
|
+
65536 && w(
|
|
8636
|
+
N,
|
|
8637
|
+
"disabled",
|
|
8638
|
+
/*isDisabled*/
|
|
8639
|
+
Y[16]
|
|
8607
8640
|
), te[0] & /*error*/
|
|
8608
8641
|
2 && fe !== (fe = /*_error*/
|
|
8609
8642
|
Y[17] && /*error*/
|
|
@@ -16157,7 +16190,7 @@ function $c(t, e, i) {
|
|
|
16157
16190
|
"heading" in c && i(0, l = c.heading), "mt" in c && i(1, r = c.mt), "mr" in c && i(2, s = c.mr), "mb" in c && i(3, a = c.mb), "ml" in c && i(4, u = c.ml), "$$scope" in c && i(5, o = c.$$scope);
|
|
16158
16191
|
}, [l, r, s, a, u, o, n];
|
|
16159
16192
|
}
|
|
16160
|
-
class
|
|
16193
|
+
class e3 extends pe {
|
|
16161
16194
|
constructor(e) {
|
|
16162
16195
|
super(), ve(this, e, $c, Qc, he, { heading: 0, mt: 1, mr: 2, mb: 3, ml: 4 }, Jc);
|
|
16163
16196
|
}
|
|
@@ -16192,11 +16225,11 @@ class eu extends pe {
|
|
|
16192
16225
|
this.$$set({ ml: e }), _();
|
|
16193
16226
|
}
|
|
16194
16227
|
}
|
|
16195
|
-
customElements.define("goa-public-form-task-list", be(
|
|
16196
|
-
function
|
|
16228
|
+
customElements.define("goa-public-form-task-list", be(e3, { heading: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
|
|
16229
|
+
function t3(t) {
|
|
16197
16230
|
Ce(t, "svelte-ua5ifa", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.svelte-ua5ifa.svelte-ua5ifa{box-sizing:border-box}.label.svelte-ua5ifa.svelte-ua5ifa{display:block;font:var(--goa-form-item-label-typography);padding-bottom:var(--goa-form-item-label-padding-bottom)}.label.large.svelte-ua5ifa.svelte-ua5ifa{font:var(--goa-form-item-label-large-typography);padding-bottom:var(--goa-form-item-label-large-padding-bottom)}.label.svelte-ua5ifa em.svelte-ua5ifa{font:var(--goa-form-item-optional-label-typography);color:var(--goa-form-item-optional-label-color);margin-left:var(--goa-space-2xs)}.error-msg.svelte-ua5ifa.svelte-ua5ifa{display:flex;align-items:flex-start;gap:var(--goa-space-2xs);font:var(--goa-form-item-message-typography);color:var(--goa-form-item-error-message-color);margin-top:var(--goa-form-item-message-margin-top)}.error-msg.svelte-ua5ifa goa-icon.svelte-ua5ifa{transform:translateY(calc(var(--goa-space-2xs) * -1))}.help-msg.svelte-ua5ifa.svelte-ua5ifa{font:var(--goa-form-item-message-typography);color:var(--goa-form-item-help-message-color);margin-top:var(--goa-form-item-message-margin-top)}.error-msg.svelte-ua5ifa+.help-msg.svelte-ua5ifa{margin-top:var(--goa-form-item-message-gap)}");
|
|
16198
16231
|
}
|
|
16199
|
-
const
|
|
16232
|
+
const i3 = (t) => ({}), bo = (t) => ({}), n3 = (t) => ({}), po = (t) => ({});
|
|
16200
16233
|
function wo(t) {
|
|
16201
16234
|
let e, i, n, o = (
|
|
16202
16235
|
/*requirement*/
|
|
@@ -16274,7 +16307,7 @@ function Co(t) {
|
|
|
16274
16307
|
/*$$scope*/
|
|
16275
16308
|
t[18],
|
|
16276
16309
|
po
|
|
16277
|
-
), s = r ||
|
|
16310
|
+
), s = r || o3(t);
|
|
16278
16311
|
return {
|
|
16279
16312
|
c() {
|
|
16280
16313
|
e = y("div"), i = y("goa-icon"), n = I(), s && s.c(), w(i, "type", "warning"), w(i, "size", "small"), w(i, "theme", "filled"), w(i, "mt", "2xs"), w(i, "class", "svelte-ua5ifa"), f(e, "class", "error-msg svelte-ua5ifa"), f(
|
|
@@ -16300,7 +16333,7 @@ function Co(t) {
|
|
|
16300
16333
|
/*$$scope*/
|
|
16301
16334
|
a[18],
|
|
16302
16335
|
u,
|
|
16303
|
-
|
|
16336
|
+
n3
|
|
16304
16337
|
) : ue(
|
|
16305
16338
|
/*$$scope*/
|
|
16306
16339
|
a[18]
|
|
@@ -16320,7 +16353,7 @@ function Co(t) {
|
|
|
16320
16353
|
}
|
|
16321
16354
|
};
|
|
16322
16355
|
}
|
|
16323
|
-
function
|
|
16356
|
+
function o3(t) {
|
|
16324
16357
|
let e;
|
|
16325
16358
|
return {
|
|
16326
16359
|
c() {
|
|
@@ -16356,7 +16389,7 @@ function ko(t) {
|
|
|
16356
16389
|
/*$$scope*/
|
|
16357
16390
|
t[18],
|
|
16358
16391
|
bo
|
|
16359
|
-
), l = o ||
|
|
16392
|
+
), l = o || l3(t);
|
|
16360
16393
|
return {
|
|
16361
16394
|
c() {
|
|
16362
16395
|
e = y("div"), l && l.c(), f(e, "class", "help-msg svelte-ua5ifa"), f(
|
|
@@ -16382,7 +16415,7 @@ function ko(t) {
|
|
|
16382
16415
|
/*$$scope*/
|
|
16383
16416
|
r[18],
|
|
16384
16417
|
s,
|
|
16385
|
-
|
|
16418
|
+
i3
|
|
16386
16419
|
) : ue(
|
|
16387
16420
|
/*$$scope*/
|
|
16388
16421
|
r[18]
|
|
@@ -16402,7 +16435,7 @@ function ko(t) {
|
|
|
16402
16435
|
}
|
|
16403
16436
|
};
|
|
16404
16437
|
}
|
|
16405
|
-
function
|
|
16438
|
+
function l3(t) {
|
|
16406
16439
|
let e;
|
|
16407
16440
|
return {
|
|
16408
16441
|
c() {
|
|
@@ -16427,7 +16460,7 @@ function lu(t) {
|
|
|
16427
16460
|
}
|
|
16428
16461
|
};
|
|
16429
16462
|
}
|
|
16430
|
-
function
|
|
16463
|
+
function r3(t) {
|
|
16431
16464
|
let e, i, n, o, l, r, s = (
|
|
16432
16465
|
/*label*/
|
|
16433
16466
|
t[6] && wo(t)
|
|
@@ -16539,7 +16572,7 @@ function ru(t) {
|
|
|
16539
16572
|
}
|
|
16540
16573
|
};
|
|
16541
16574
|
}
|
|
16542
|
-
function
|
|
16575
|
+
function s3(t, e, i) {
|
|
16543
16576
|
let { $$slots: n = {}, $$scope: o } = e;
|
|
16544
16577
|
const l = mt(n), [r, s] = He("Requirement type", ["optional", "required"], !1), [a, u] = He("Label size type", ["regular", "large"], !1);
|
|
16545
16578
|
let { mt: c = null } = e, { mr: d = null } = e, { mb: g = null } = e, { ml: h = null } = e, { testid: m = "" } = e, { label: v = "" } = e, { labelsize: p = "regular" } = e, { helptext: b = "" } = e, { error: k = "" } = e, { requirement: j = "" } = e, { maxwidth: z = "none" } = e, { name: M = "blank" } = e, { publicFormSummaryOrder: x = 0 } = e, L, H, q = `error-${j1()}`, B = `helptext-${j1()}`, P = !1;
|
|
@@ -16627,13 +16660,13 @@ function su(t, e, i) {
|
|
|
16627
16660
|
N
|
|
16628
16661
|
];
|
|
16629
16662
|
}
|
|
16630
|
-
class
|
|
16663
|
+
class a3 extends pe {
|
|
16631
16664
|
constructor(e) {
|
|
16632
16665
|
super(), ve(
|
|
16633
16666
|
this,
|
|
16634
16667
|
e,
|
|
16635
|
-
|
|
16636
|
-
|
|
16668
|
+
s3,
|
|
16669
|
+
r3,
|
|
16637
16670
|
he,
|
|
16638
16671
|
{
|
|
16639
16672
|
mt: 1,
|
|
@@ -16650,7 +16683,7 @@ class au extends pe {
|
|
|
16650
16683
|
name: 16,
|
|
16651
16684
|
publicFormSummaryOrder: 17
|
|
16652
16685
|
},
|
|
16653
|
-
|
|
16686
|
+
t3,
|
|
16654
16687
|
[-1, -1]
|
|
16655
16688
|
);
|
|
16656
16689
|
}
|
|
@@ -16733,8 +16766,8 @@ class au extends pe {
|
|
|
16733
16766
|
this.$$set({ publicFormSummaryOrder: e }), _();
|
|
16734
16767
|
}
|
|
16735
16768
|
}
|
|
16736
|
-
customElements.define("goa-form-item", be(
|
|
16737
|
-
function
|
|
16769
|
+
customElements.define("goa-form-item", be(a3, { mt: {}, mr: {}, mb: {}, ml: {}, testid: {}, label: {}, labelsize: {}, helptext: {}, error: {}, requirement: {}, maxwidth: {}, name: {}, publicFormSummaryOrder: { type: "Number", attribute: "public-form-summary-order" } }, ["default", "error", "helptext"], [], !0));
|
|
16770
|
+
function c3(t) {
|
|
16738
16771
|
Ce(t, "svelte-1d4fj1l", `.step-container.svelte-1d4fj1l.svelte-1d4fj1l{position:relative;display:flex;box-sizing:border-box;height:100%;width:100%;padding:var(--goa-step-padding)}.step-container.loading.svelte-1d4fj1l.svelte-1d4fj1l{display:none}.step-container.svelte-1d4fj1l.svelte-1d4fj1l:focus-within:not([aria-current="step"]){outline:var(--goa-color-interactive-focus) solid var(--goa-border-width-l)}.step-container.svelte-1d4fj1l.svelte-1d4fj1l:hover:not([aria-current="step"]){background-color:rgba(0, 0, 0, 0.05)}.step-container.desktop.svelte-1d4fj1l.svelte-1d4fj1l{text-align:center;flex-direction:column;align-items:center}.step-container.desktop.svelte-1d4fj1l .details.svelte-1d4fj1l{margin-top:0.75rem}.step-container.mobile.svelte-1d4fj1l.svelte-1d4fj1l{flex-direction:row;align-items:center;text-align:start;padding:var(--goa-step-padding-vertical)}.step-container.mobile.svelte-1d4fj1l .details.svelte-1d4fj1l{margin-left:var(--goa-space-xs)}.step-button.svelte-1d4fj1l.svelte-1d4fj1l{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;border:none;cursor:pointer;opacity:0}.step-button.svelte-1d4fj1l.svelte-1d4fj1l:disabled{cursor:default}.status.svelte-1d4fj1l.svelte-1d4fj1l{flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:999px;border:var(--goa-step-border);background:var(--goa-step-color-bg);height:var(--goa-step-size);width:var(--goa-step-size)}.status.svelte-1d4fj1l>.svelte-1d4fj1l{fill:var(--fill-color, var(--goa-step-color-bg-complete));color:var(--fill-color, var(--goa-step-color-bg-complete))}[aria-current="step"].svelte-1d4fj1l .text.svelte-1d4fj1l{font:var(--goa-step-typography-label-active)}[data-status="complete"].svelte-1d4fj1l .status.svelte-1d4fj1l{background:var(--goa-step-color-bg-complete)}[aria-current="step"][data-status="complete"].svelte-1d4fj1l:not(.last) .status.svelte-1d4fj1l{background:var(--goa-step-color-bg-active)}.step-number.svelte-1d4fj1l.svelte-1d4fj1l{margin-bottom:var(--font-valign-fix);font:var(--goa-step-typography-step-number);color:var(--goa-step-color-step-number)}.step-container.svelte-1d4fj1l:not(
|
|
16739
16772
|
[data-status="complete"],
|
|
16740
16773
|
[data-status="incomplete"],
|
|
@@ -16755,7 +16788,7 @@ function yo(t) {
|
|
|
16755
16788
|
}
|
|
16756
16789
|
};
|
|
16757
16790
|
}
|
|
16758
|
-
function
|
|
16791
|
+
function u3(t) {
|
|
16759
16792
|
let e, i = (
|
|
16760
16793
|
/*childindex*/
|
|
16761
16794
|
(t[3] || "") + ""
|
|
@@ -16777,7 +16810,7 @@ function uu(t) {
|
|
|
16777
16810
|
}
|
|
16778
16811
|
};
|
|
16779
16812
|
}
|
|
16780
|
-
function
|
|
16813
|
+
function d3(t) {
|
|
16781
16814
|
let e;
|
|
16782
16815
|
return {
|
|
16783
16816
|
c() {
|
|
@@ -16792,7 +16825,7 @@ function du(t) {
|
|
|
16792
16825
|
}
|
|
16793
16826
|
};
|
|
16794
16827
|
}
|
|
16795
|
-
function
|
|
16828
|
+
function f3(t) {
|
|
16796
16829
|
let e;
|
|
16797
16830
|
return {
|
|
16798
16831
|
c() {
|
|
@@ -16807,13 +16840,13 @@ function fu(t) {
|
|
|
16807
16840
|
}
|
|
16808
16841
|
};
|
|
16809
16842
|
}
|
|
16810
|
-
function
|
|
16843
|
+
function g3(t) {
|
|
16811
16844
|
let e;
|
|
16812
16845
|
function i(l, r) {
|
|
16813
16846
|
return (
|
|
16814
16847
|
/*_isLast*/
|
|
16815
16848
|
l[9] && /*status*/
|
|
16816
|
-
l[0] === "complete" ?
|
|
16849
|
+
l[0] === "complete" ? m3 : h3
|
|
16817
16850
|
);
|
|
16818
16851
|
}
|
|
16819
16852
|
let n = i(t), o = n(t);
|
|
@@ -16832,7 +16865,7 @@ function gu(t) {
|
|
|
16832
16865
|
}
|
|
16833
16866
|
};
|
|
16834
16867
|
}
|
|
16835
|
-
function
|
|
16868
|
+
function h3(t) {
|
|
16836
16869
|
let e;
|
|
16837
16870
|
return {
|
|
16838
16871
|
c() {
|
|
@@ -16846,7 +16879,7 @@ function hu(t) {
|
|
|
16846
16879
|
}
|
|
16847
16880
|
};
|
|
16848
16881
|
}
|
|
16849
|
-
function
|
|
16882
|
+
function m3(t) {
|
|
16850
16883
|
let e;
|
|
16851
16884
|
return {
|
|
16852
16885
|
c() {
|
|
@@ -16874,7 +16907,7 @@ function zo(t) {
|
|
|
16874
16907
|
}
|
|
16875
16908
|
};
|
|
16876
16909
|
}
|
|
16877
|
-
function
|
|
16910
|
+
function v3(t) {
|
|
16878
16911
|
let e, i, n, o, l, r, s, a, u, c, d, g, h, m, v, p = (
|
|
16879
16912
|
/*current*/
|
|
16880
16913
|
t[2] && yo()
|
|
@@ -16882,11 +16915,11 @@ function vu(t) {
|
|
|
16882
16915
|
function b(M, x) {
|
|
16883
16916
|
return (
|
|
16884
16917
|
/*current*/
|
|
16885
|
-
M[2] ?
|
|
16918
|
+
M[2] ? g3 : (
|
|
16886
16919
|
/*status*/
|
|
16887
|
-
M[0] === "complete" ?
|
|
16920
|
+
M[0] === "complete" ? f3 : (
|
|
16888
16921
|
/*status*/
|
|
16889
|
-
M[0] === "incomplete" ?
|
|
16922
|
+
M[0] === "incomplete" ? d3 : u3
|
|
16890
16923
|
)
|
|
16891
16924
|
)
|
|
16892
16925
|
);
|
|
@@ -17001,7 +17034,7 @@ function vu(t) {
|
|
|
17001
17034
|
}
|
|
17002
17035
|
};
|
|
17003
17036
|
}
|
|
17004
|
-
function
|
|
17037
|
+
function b3(t, e, i) {
|
|
17005
17038
|
let n, o, { text: l } = e, { status: r = void 0 } = e, { last: s = "false" } = e, a = !1, u = !1, c, d = "", g, h, m = !0, v = !1;
|
|
17006
17039
|
ze(() => {
|
|
17007
17040
|
g.addEventListener("form-stepper:resized", (L) => {
|
|
@@ -17091,9 +17124,9 @@ function bu(t, e, i) {
|
|
|
17091
17124
|
x
|
|
17092
17125
|
];
|
|
17093
17126
|
}
|
|
17094
|
-
class
|
|
17127
|
+
class p3 extends pe {
|
|
17095
17128
|
constructor(e) {
|
|
17096
|
-
super(), ve(this, e,
|
|
17129
|
+
super(), ve(this, e, b3, v3, he, { text: 1, status: 0, last: 13 }, c3);
|
|
17097
17130
|
}
|
|
17098
17131
|
get text() {
|
|
17099
17132
|
return this.$$.ctx[1];
|
|
@@ -17114,8 +17147,8 @@ class pu extends pe {
|
|
|
17114
17147
|
this.$$set({ last: e }), _();
|
|
17115
17148
|
}
|
|
17116
17149
|
}
|
|
17117
|
-
customElements.define("goa-form-step", be(
|
|
17118
|
-
function
|
|
17150
|
+
customElements.define("goa-form-step", be(p3, { text: {}, status: {}, last: {} }, [], [], !0));
|
|
17151
|
+
function w3(t) {
|
|
17119
17152
|
Ce(t, "svelte-19twse8", `.slots.svelte-19twse8{position:relative;inset:0;z-index:2}#container.svelte-19twse8{container:self / inline-size}progress.svelte-19twse8{position:absolute;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:var(--goa-stepper-line-thickness);border:none;background:var(--goa-stepper-color-line);pointer-events:none}progress.horizontal.svelte-19twse8{top:calc(1.5rem + (2.5rem / 2) - 2px);left:calc(var(--step-width) / 2);width:calc(100% - var(--step-width))}@container self (min-width: 624px){progress.horizontal.svelte-19twse8{display:block}progress.vertical.svelte-19twse8{display:none}.form-stepper.svelte-19twse8{position:relative}.slots.svelte-19twse8{display:grid;grid-template-columns:repeat(auto-fit, minmax(10ch, 1fr));gap:var(--goa-space-m)}}progress.vertical.svelte-19twse8{width:calc(var(--height) - var(--step-height));transform:rotate(90deg)
|
|
17120
17153
|
translate(
|
|
17121
17154
|
calc(50% + 1.25rem + 1rem),
|
|
@@ -17145,7 +17178,7 @@ function Lo(t) {
|
|
|
17145
17178
|
}
|
|
17146
17179
|
};
|
|
17147
17180
|
}
|
|
17148
|
-
function
|
|
17181
|
+
function _3(t) {
|
|
17149
17182
|
let e, i, n, o, l, r, s = (
|
|
17150
17183
|
/*_steps*/
|
|
17151
17184
|
t[7].length > 0 && /*_showProgressBars*/
|
|
@@ -17252,7 +17285,7 @@ function _u(t) {
|
|
|
17252
17285
|
}
|
|
17253
17286
|
};
|
|
17254
17287
|
}
|
|
17255
|
-
function
|
|
17288
|
+
function C3(t, e, i) {
|
|
17256
17289
|
let { $$slots: n = {}, $$scope: o } = e, { step: l = -1 } = e, { testid: r = "" } = e, { mt: s = null } = e, { mr: a = null } = e, { mb: u = null } = e, { ml: c = null } = e, d, g, h = [], m, v, p, b, k = 0, j, z = 1, M = !1, x, L;
|
|
17257
17290
|
ze(async () => {
|
|
17258
17291
|
await Ve(), p = +l == -1 ? "free" : "constrained", H(), L = E(), L.observe(d);
|
|
@@ -17386,13 +17419,13 @@ function Cu(t, e, i) {
|
|
|
17386
17419
|
N
|
|
17387
17420
|
];
|
|
17388
17421
|
}
|
|
17389
|
-
class
|
|
17422
|
+
class k3 extends pe {
|
|
17390
17423
|
constructor(e) {
|
|
17391
17424
|
super(), ve(
|
|
17392
17425
|
this,
|
|
17393
17426
|
e,
|
|
17394
|
-
|
|
17395
|
-
|
|
17427
|
+
C3,
|
|
17428
|
+
_3,
|
|
17396
17429
|
he,
|
|
17397
17430
|
{
|
|
17398
17431
|
step: 13,
|
|
@@ -17402,7 +17435,7 @@ class ku extends pe {
|
|
|
17402
17435
|
mb: 3,
|
|
17403
17436
|
ml: 4
|
|
17404
17437
|
},
|
|
17405
|
-
|
|
17438
|
+
w3,
|
|
17406
17439
|
[-1, -1]
|
|
17407
17440
|
);
|
|
17408
17441
|
}
|
|
@@ -17443,8 +17476,8 @@ class ku extends pe {
|
|
|
17443
17476
|
this.$$set({ ml: e }), _();
|
|
17444
17477
|
}
|
|
17445
17478
|
}
|
|
17446
|
-
customElements.define("goa-form-stepper", be(
|
|
17447
|
-
function
|
|
17479
|
+
customElements.define("goa-form-stepper", be(k3, { step: {}, testid: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
|
|
17480
|
+
function y3(t) {
|
|
17448
17481
|
Ce(t, "svelte-1f1uff1", `.page.svelte-1f1uff1{height:100vh;grid-template-columns:auto;grid-template-rows:min-content auto min-content;grid-template-areas:"header"
|
|
17449
17482
|
"content"
|
|
17450
17483
|
"nav"
|
|
@@ -17452,8 +17485,8 @@ function yu(t) {
|
|
|
17452
17485
|
"nav content"
|
|
17453
17486
|
"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)}`);
|
|
17454
17487
|
}
|
|
17455
|
-
const
|
|
17456
|
-
function
|
|
17488
|
+
const z3 = (t) => ({}), jo = (t) => ({}), L3 = (t) => ({}), xo = (t) => ({}), j3 = (t) => ({}), Mo = (t) => ({});
|
|
17489
|
+
function x3(t) {
|
|
17457
17490
|
let e, i, n, o, l, r, s, a, u;
|
|
17458
17491
|
const c = (
|
|
17459
17492
|
/*#slots*/
|
|
@@ -17512,7 +17545,7 @@ function xu(t) {
|
|
|
17512
17545
|
/*$$scope*/
|
|
17513
17546
|
k[0],
|
|
17514
17547
|
j,
|
|
17515
|
-
|
|
17548
|
+
j3
|
|
17516
17549
|
) : ue(
|
|
17517
17550
|
/*$$scope*/
|
|
17518
17551
|
k[0]
|
|
@@ -17530,7 +17563,7 @@ function xu(t) {
|
|
|
17530
17563
|
/*$$scope*/
|
|
17531
17564
|
k[0],
|
|
17532
17565
|
j,
|
|
17533
|
-
|
|
17566
|
+
L3
|
|
17534
17567
|
) : ue(
|
|
17535
17568
|
/*$$scope*/
|
|
17536
17569
|
k[0]
|
|
@@ -17566,7 +17599,7 @@ function xu(t) {
|
|
|
17566
17599
|
/*$$scope*/
|
|
17567
17600
|
k[0],
|
|
17568
17601
|
j,
|
|
17569
|
-
|
|
17602
|
+
z3
|
|
17570
17603
|
) : ue(
|
|
17571
17604
|
/*$$scope*/
|
|
17572
17605
|
k[0]
|
|
@@ -17585,25 +17618,25 @@ function xu(t) {
|
|
|
17585
17618
|
}
|
|
17586
17619
|
};
|
|
17587
17620
|
}
|
|
17588
|
-
function
|
|
17621
|
+
function M3(t, e, i) {
|
|
17589
17622
|
let { $$slots: n = {}, $$scope: o } = e;
|
|
17590
17623
|
return t.$$set = (l) => {
|
|
17591
17624
|
"$$scope" in l && i(0, o = l.$$scope);
|
|
17592
17625
|
}, [o, n];
|
|
17593
17626
|
}
|
|
17594
|
-
class
|
|
17627
|
+
class E3 extends pe {
|
|
17595
17628
|
constructor(e) {
|
|
17596
|
-
super(), ve(this, e,
|
|
17629
|
+
super(), ve(this, e, M3, x3, he, {}, y3);
|
|
17597
17630
|
}
|
|
17598
17631
|
}
|
|
17599
|
-
customElements.define("goa-layout-full-nav", be(
|
|
17600
|
-
function
|
|
17632
|
+
customElements.define("goa-layout-full-nav", be(E3, {}, ["header", "nav", "default", "footer"], [], !0));
|
|
17633
|
+
function H3(t) {
|
|
17601
17634
|
Ce(t, "svelte-esicfq", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.goa-grid.svelte-esicfq{display:flex;flex-direction:column;gap:var(--gap)}@media(min-width: 624px){.goa-grid.svelte-esicfq{display:grid;grid-template-columns:repeat(
|
|
17602
17635
|
auto-fit,
|
|
17603
17636
|
minmax(var(--min-child-width), 1fr)
|
|
17604
17637
|
)}}`);
|
|
17605
17638
|
}
|
|
17606
|
-
function
|
|
17639
|
+
function q3(t) {
|
|
17607
17640
|
let e, i, n;
|
|
17608
17641
|
const o = (
|
|
17609
17642
|
/*#slots*/
|
|
@@ -17696,7 +17729,7 @@ function qu(t) {
|
|
|
17696
17729
|
}
|
|
17697
17730
|
};
|
|
17698
17731
|
}
|
|
17699
|
-
function
|
|
17732
|
+
function S3(t, e, i) {
|
|
17700
17733
|
let { $$slots: n = {}, $$scope: o } = e, { gap: l = "m" } = e, { minchildwidth: r = "" } = e, { testid: s = "" } = e, { mt: a = null } = e, { mr: u = null } = e, { mb: c = null } = e, { ml: d = null } = e;
|
|
17701
17734
|
return ze(() => {
|
|
17702
17735
|
r1("Grid", { minchildwidth: r });
|
|
@@ -17704,13 +17737,13 @@ function Su(t, e, i) {
|
|
|
17704
17737
|
"gap" in g && i(0, l = g.gap), "minchildwidth" in g && i(1, r = g.minchildwidth), "testid" in g && i(2, s = g.testid), "mt" in g && i(3, a = g.mt), "mr" in g && i(4, u = g.mr), "mb" in g && i(5, c = g.mb), "ml" in g && i(6, d = g.ml), "$$scope" in g && i(7, o = g.$$scope);
|
|
17705
17738
|
}, [l, r, s, a, u, c, d, o, n];
|
|
17706
17739
|
}
|
|
17707
|
-
class
|
|
17740
|
+
class T3 extends pe {
|
|
17708
17741
|
constructor(e) {
|
|
17709
17742
|
super(), ve(
|
|
17710
17743
|
this,
|
|
17711
17744
|
e,
|
|
17712
|
-
|
|
17713
|
-
|
|
17745
|
+
S3,
|
|
17746
|
+
q3,
|
|
17714
17747
|
he,
|
|
17715
17748
|
{
|
|
17716
17749
|
gap: 0,
|
|
@@ -17721,7 +17754,7 @@ class Tu extends pe {
|
|
|
17721
17754
|
mb: 5,
|
|
17722
17755
|
ml: 6
|
|
17723
17756
|
},
|
|
17724
|
-
|
|
17757
|
+
H3
|
|
17725
17758
|
);
|
|
17726
17759
|
}
|
|
17727
17760
|
get gap() {
|
|
@@ -17767,8 +17800,8 @@ class Tu extends pe {
|
|
|
17767
17800
|
this.$$set({ ml: e }), _();
|
|
17768
17801
|
}
|
|
17769
17802
|
}
|
|
17770
|
-
customElements.define("goa-grid", be(
|
|
17771
|
-
function
|
|
17803
|
+
customElements.define("goa-grid", be(T3, { gap: {}, minchildwidth: {}, testid: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
|
|
17804
|
+
function V3(t) {
|
|
17772
17805
|
Ce(t, "svelte-1bs44ou", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.goa-hero.svelte-1bs44ou{background:var(--hero-banner-background-color);box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;color:var(--hero-banner-text-color, var(--goa-color-text-default));background-position:center center;width:100%;padding:var(--goa-hero-banner-padding)}@media(max-width: 623px){.goa-hero.svelte-1bs44ou{padding:var(--goa-hero-banner-mobile-padding)}}.goa-hero.with-image.svelte-1bs44ou{border-bottom:8px solid var(--goa-color-brand-default);justify-content:flex-end;background:unset;background-image:linear-gradient(
|
|
17773
17806
|
rgba(0, 0, 0, 0) 0%,
|
|
17774
17807
|
rgba(0, 0, 0, 0.42) 42%,
|
|
@@ -17776,8 +17809,8 @@ function Vu(t) {
|
|
|
17776
17809
|
),
|
|
17777
17810
|
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-1bs44ou{font:var(--goa-hero-banner-heading);margin:0}.goa-hero-banner-content.svelte-1bs44ou{font:var(--goa-hero-banner-content);margin:var(--goa-hero-banner-content-gap)}.goa-hero-banner-actions.svelte-1bs44ou{margin:var(--goa-hero-banner-content-gap)}`);
|
|
17778
17811
|
}
|
|
17779
|
-
const
|
|
17780
|
-
function
|
|
17812
|
+
const P3 = (t) => ({}), Eo = (t) => ({});
|
|
17813
|
+
function D3(t) {
|
|
17781
17814
|
let e, i, n, o, l, r, s, a, u, c;
|
|
17782
17815
|
const d = (
|
|
17783
17816
|
/*#slots*/
|
|
@@ -17871,7 +17904,7 @@ function Du(t) {
|
|
|
17871
17904
|
/*$$scope*/
|
|
17872
17905
|
v[7],
|
|
17873
17906
|
p,
|
|
17874
|
-
|
|
17907
|
+
P3
|
|
17875
17908
|
) : ue(
|
|
17876
17909
|
/*$$scope*/
|
|
17877
17910
|
v[7]
|
|
@@ -17924,7 +17957,7 @@ function Du(t) {
|
|
|
17924
17957
|
}
|
|
17925
17958
|
};
|
|
17926
17959
|
}
|
|
17927
|
-
function
|
|
17960
|
+
function Z3(t, e, i) {
|
|
17928
17961
|
let { $$slots: n = {}, $$scope: o } = e, { heading: l } = e, { backgroundurl: r } = e, { minheight: s } = e, { maxcontentwidth: a = "100%" } = e, { backgroundcolor: u = "#f8f8f8" } = e, { textcolor: c = "" } = e, { testid: d = "background" } = e;
|
|
17929
17962
|
return t.$$set = (g) => {
|
|
17930
17963
|
"heading" in g && i(1, l = g.heading), "backgroundurl" in g && i(2, r = g.backgroundurl), "minheight" in g && i(0, s = g.minheight), "maxcontentwidth" in g && i(3, a = g.maxcontentwidth), "backgroundcolor" in g && i(4, u = g.backgroundcolor), "textcolor" in g && i(5, c = g.textcolor), "testid" in g && i(6, d = g.testid), "$$scope" in g && i(7, o = g.$$scope);
|
|
@@ -17943,13 +17976,13 @@ function Zu(t, e, i) {
|
|
|
17943
17976
|
n
|
|
17944
17977
|
];
|
|
17945
17978
|
}
|
|
17946
|
-
class
|
|
17979
|
+
class A3 extends pe {
|
|
17947
17980
|
constructor(e) {
|
|
17948
17981
|
super(), ve(
|
|
17949
17982
|
this,
|
|
17950
17983
|
e,
|
|
17951
|
-
|
|
17952
|
-
|
|
17984
|
+
Z3,
|
|
17985
|
+
D3,
|
|
17953
17986
|
he,
|
|
17954
17987
|
{
|
|
17955
17988
|
heading: 1,
|
|
@@ -17960,7 +17993,7 @@ class Au extends pe {
|
|
|
17960
17993
|
textcolor: 5,
|
|
17961
17994
|
testid: 6
|
|
17962
17995
|
},
|
|
17963
|
-
|
|
17996
|
+
V3
|
|
17964
17997
|
);
|
|
17965
17998
|
}
|
|
17966
17999
|
get heading() {
|
|
@@ -18006,13 +18039,13 @@ class Au extends pe {
|
|
|
18006
18039
|
this.$$set({ testid: e }), _();
|
|
18007
18040
|
}
|
|
18008
18041
|
}
|
|
18009
|
-
customElements.define("goa-hero-banner", be(
|
|
18010
|
-
function
|
|
18042
|
+
customElements.define("goa-hero-banner", be(A3, { heading: {}, backgroundurl: {}, minheight: {}, maxcontentwidth: {}, backgroundcolor: {}, textcolor: {}, testid: {} }, ["default", "actions"], [], !0));
|
|
18043
|
+
function O3(t) {
|
|
18011
18044
|
Ce(t, "svelte-1mwv4vx", `:host{display:inline-flex;align-items:center;box-sizing:border-box;font-family:var(--goa-font-family-sans)}:host:focus-within,:host:focus-visible{outline:none !important}.goa-icon-button--small.svelte-1mwv4vx{padding:var(--goa-icon-button-medium-padding)}.goa-icon-button--medium.svelte-1mwv4vx{padding:var(--goa-icon-button-medium-padding)}.goa-icon-button--large.svelte-1mwv4vx{padding:var(--goa-icon-button-large-padding)}.goa-icon-button--xlarge.svelte-1mwv4vx{padding:var(--goa-icon-button-large-padding)}button.svelte-1mwv4vx{display:inline-flex;align-items:center;box-sizing:border-box;justify-content:center;background:transparent;cursor:pointer;border:none;border-radius:var(--goa-icon-button-medium-border-radius);padding:var(--padding);cursor:pointer;transition:background-color 0.2s ease-in-out,
|
|
18012
18045
|
color 0.2s ease-in-out,
|
|
18013
18046
|
transform 0.1s ease-in-out}button.svelte-1mwv4vx:active{transform:translateY(2px)}button.svelte-1mwv4vx:hover{outline:none}button.svelte-1mwv4vx:focus-visible{box-shadow:0 0 0 3px var(--goa-color-interactive-focus);outline:none}button.svelte-1mwv4vx:disabled{pointer-events:none;transform:none;cursor:default;opacity:1}button.svelte-1mwv4vx:disabled:hover{background-color:transparent}.color.svelte-1mwv4vx{color:var(--goa-icon-button-default-color);fill:var(--goa-icon-button-default-color)}.color.svelte-1mwv4vx:hover,.color.svelte-1mwv4vx:focus-visible{color:var(--goa-icon-button-default-hover-color);fill:var(--goa-icon-button-default-hover-color);background-color:var(--goa-icon-button-default-hover-color-bg)}.color.svelte-1mwv4vx:disabled{color:var(--goa-icon-button-default-disabled-color);fill:var(--goa-icon-button-default-disabled-color)}.dark.svelte-1mwv4vx{color:var(--goa-icon-button-dark-color);fill:var(--goa-icon-button-dark-color)}.dark.svelte-1mwv4vx:hover,.dark.svelte-1mwv4vx:focus-visible,.dark.svelte-1mwv4vx:active{background-color:var(--goa-icon-button-dark-hover-color-bg)}.dark.svelte-1mwv4vx:disabled{color:var(--goa-icon-button-dark-disabled-color-bg);fill:var(--goa-icon-button-dark-disabled-color-bg)}.nocolor.svelte-1mwv4vx{color:var(--goa-icon-button-dark-color);fill:var(--goa-icon-button-dark-color)}.nocolor.svelte-1mwv4vx:hover,.nocolor.svelte-1mwv4vx:focus-visible,.nocolor.svelte-1mwv4vx:active{background-color:var(--goa-icon-button-dark-hover-color-bg)}.destructive.svelte-1mwv4vx{color:var(--goa-icon-button-destructive-color);fill:var(--goa-icon-button-destructive-color)}.destructive.svelte-1mwv4vx:hover,.destructive.svelte-1mwv4vx:focus-visible,.destructive.svelte-1mwv4vx:active{background-color:var(--goa-icon-button-destructive-hover-color-bg)}.destructive.svelte-1mwv4vx:disabled{color:var(--goa-icon-button-destructive-disabled-color);fill:var(--goa-icon-button-destructive-disabled-color)}.light.svelte-1mwv4vx{color:var(--goa-icon-button-light-color);fill:var(--goa-icon-button-light-color)}.light.svelte-1mwv4vx:hover,.light.svelte-1mwv4vx:focus-visible,.light.svelte-1mwv4vx:active{background-color:var(--goa-icon-button-light-hover-color-bg)}.light.svelte-1mwv4vx:disabled{color:var(--goa-icon-button-light-disabled-color);fill:var(--goa-icon-button-light-disabled-color)}.inverted.svelte-1mwv4vx{color:var(--goa-icon-button-light-color);fill:var(--goa-icon-button-light-color)}.inverted.svelte-1mwv4vx:hover,.inverted.svelte-1mwv4vx:focus-visible,.inverted.svelte-1mwv4vx:active{background-color:var(--goa-icon-button-light-hover-color-bg)}`);
|
|
18014
18047
|
}
|
|
18015
|
-
function
|
|
18048
|
+
function B3(t) {
|
|
18016
18049
|
let e, i, n, o, l, r;
|
|
18017
18050
|
return {
|
|
18018
18051
|
c() {
|
|
@@ -18140,7 +18173,7 @@ function Bu(t) {
|
|
|
18140
18173
|
}
|
|
18141
18174
|
};
|
|
18142
18175
|
}
|
|
18143
|
-
function
|
|
18176
|
+
function F3(t, e, i) {
|
|
18144
18177
|
let n, o, l;
|
|
18145
18178
|
const [r, s] = He("Icon Button Variant", ["color", "nocolor", "light", "dark", "destructive"], !0);
|
|
18146
18179
|
let { icon: a } = e, { size: u = "medium" } = e, { theme: c = "outline" } = e, { variant: d = "color" } = e, { title: g = "" } = e, { testid: h = "" } = e, { disabled: m = "false" } = e, { inverted: v = "false" } = e, { arialabel: p = "" } = e, { mt: b = null } = e, { mr: k = null } = e, { mb: j = null } = e, { ml: z = null } = e, { action: M = "" } = e, { actionArg: x = "" } = e, { actionArgs: L = {} } = e;
|
|
@@ -18180,13 +18213,13 @@ function Fu(t, e, i) {
|
|
|
18180
18213
|
l
|
|
18181
18214
|
];
|
|
18182
18215
|
}
|
|
18183
|
-
class
|
|
18216
|
+
class I3 extends pe {
|
|
18184
18217
|
constructor(e) {
|
|
18185
18218
|
super(), ve(
|
|
18186
18219
|
this,
|
|
18187
18220
|
e,
|
|
18188
|
-
|
|
18189
|
-
|
|
18221
|
+
F3,
|
|
18222
|
+
B3,
|
|
18190
18223
|
he,
|
|
18191
18224
|
{
|
|
18192
18225
|
icon: 0,
|
|
@@ -18206,7 +18239,7 @@ class Iu extends pe {
|
|
|
18206
18239
|
actionArg: 17,
|
|
18207
18240
|
actionArgs: 18
|
|
18208
18241
|
},
|
|
18209
|
-
|
|
18242
|
+
O3
|
|
18210
18243
|
);
|
|
18211
18244
|
}
|
|
18212
18245
|
get icon() {
|
|
@@ -18306,8 +18339,8 @@ class Iu extends pe {
|
|
|
18306
18339
|
this.$$set({ actionArgs: e }), _();
|
|
18307
18340
|
}
|
|
18308
18341
|
}
|
|
18309
|
-
customElements.define("goa-icon-button", be(
|
|
18310
|
-
function
|
|
18342
|
+
customElements.define("goa-icon-button", be(I3, { icon: {}, size: {}, theme: {}, variant: {}, title: {}, testid: {}, disabled: {}, inverted: {}, arialabel: {}, mt: {}, mr: {}, mb: {}, ml: {}, action: {}, actionArg: { type: "String", attribute: "action-arg" }, actionArgs: { type: "Object", attribute: "action-args" } }, [], [], !0));
|
|
18343
|
+
function N3(t) {
|
|
18311
18344
|
Ce(t, "svelte-1wzvott", ":host{display:inline-flex;align-items:center}ion-icon.svelte-1wzvott.svelte-1wzvott{pointer-events:none;width:100%;height:100%}.goa-icon.svelte-1wzvott.svelte-1wzvott{fill:var(--fill-color);color:var(--fill-color);opacity:var(--opacity);display:inline-flex;align-items:center;justify-content:center}.goa-icon--1.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-1);height:var(--goa-icon-size-1)}.goa-icon--2.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-2);height:var(--goa-icon-size-2)}.goa-icon--3.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-3);height:var(--goa-icon-size-3)}.goa-icon--4.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-4);height:var(--goa-icon-size-4)}.goa-icon--5.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-5);height:var(--goa-icon-size-5)}.goa-icon--6.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-6);height:var(--goa-icon-size-6)}.goa-icon--2xsmall.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-s);height:var(--goa-icon-size-s)}.goa-icon--xsmall.svelte-1wzvott.svelte-1wzvott{width:18px;height:18px}.goa-icon--small.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-m);height:var(--goa-icon-size-m)}.goa-icon--medium.svelte-1wzvott.svelte-1wzvott{width:var(--goa-icon-size-l);height:var(--goa-icon-size-l)}.goa-icon--large.svelte-1wzvott.svelte-1wzvott{width:2rem;height:2rem}.goa-icon--xlarge.svelte-1wzvott.svelte-1wzvott{width:2.5rem;height:2.5rem}.icon-override.svelte-1wzvott.svelte-1wzvott{display:inline-flex;width:100%;height:100%;contain:strict;fill:currentColor;box-sizing:content-box}.inverted.svelte-1wzvott .svelte-1wzvott{color:var(--goa-color-greyscale-white);fill:var(--goa-color-greyscale-white)}");
|
|
18312
18345
|
}
|
|
18313
18346
|
function Ho(t) {
|
|
@@ -18316,7 +18349,7 @@ function Ho(t) {
|
|
|
18316
18349
|
return (
|
|
18317
18350
|
/*type*/
|
|
18318
18351
|
l[4] in /*_iconOverrides*/
|
|
18319
|
-
l[17] ?
|
|
18352
|
+
l[17] ? R3 : W3
|
|
18320
18353
|
);
|
|
18321
18354
|
}
|
|
18322
18355
|
let n = i(t), o = n(t);
|
|
@@ -18335,7 +18368,7 @@ function Ho(t) {
|
|
|
18335
18368
|
}
|
|
18336
18369
|
};
|
|
18337
18370
|
}
|
|
18338
|
-
function
|
|
18371
|
+
function W3(t) {
|
|
18339
18372
|
let e;
|
|
18340
18373
|
return {
|
|
18341
18374
|
c() {
|
|
@@ -18363,7 +18396,7 @@ function Wu(t) {
|
|
|
18363
18396
|
}
|
|
18364
18397
|
};
|
|
18365
18398
|
}
|
|
18366
|
-
function
|
|
18399
|
+
function R3(t) {
|
|
18367
18400
|
let e, i = (
|
|
18368
18401
|
/*_iconOverrides*/
|
|
18369
18402
|
(t[17][`${/*type*/
|
|
@@ -18397,7 +18430,7 @@ function Ru(t) {
|
|
|
18397
18430
|
}
|
|
18398
18431
|
};
|
|
18399
18432
|
}
|
|
18400
|
-
function
|
|
18433
|
+
function Y3(t) {
|
|
18401
18434
|
let e, i, n, o = (
|
|
18402
18435
|
/*type*/
|
|
18403
18436
|
t[4] && Ho(t)
|
|
@@ -18554,10 +18587,10 @@ function Yu(t) {
|
|
|
18554
18587
|
}
|
|
18555
18588
|
};
|
|
18556
18589
|
}
|
|
18557
|
-
function
|
|
18590
|
+
function U3(t, e) {
|
|
18558
18591
|
return t ? e === "filled" || t.indexOf("logo") === 0 ? t : `${t}-${e}` : "";
|
|
18559
18592
|
}
|
|
18560
|
-
function
|
|
18593
|
+
function G3(t, e, i) {
|
|
18561
18594
|
let n, o, l, { mt: r = null } = e, { mr: s = null } = e, { mb: a = null } = e, { ml: u = null } = e, { type: c } = e, { size: d = "medium" } = e, { theme: g = "outline" } = e, { inverted: h = "false" } = e, { fillcolor: m = "" } = e, { opacity: v = 1 } = e, { title: p = "" } = e, { testid: b = "" } = e, { arialabel: k = "" } = e, { ariacontrols: j = "" } = e, { ariaexpanded: z = "" } = e, { role: M = "img" } = e;
|
|
18562
18595
|
const x = {
|
|
18563
18596
|
"goa-file": '<svg style="width: 100%; height: 100%;" width="39" height="48" viewBox="0 0 39 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_1357_108691)"> <path stroke-width="0.5" vector-effect="non-scaling-stroke" stroke="currentcolor" d="M38.741 14C38.541 13.07 38.081 12.22 37.401 11.54L36.861 11L27.861 2L27.321 1.46C26.641 0.78 25.781 0.32 24.861 0.12C24.511 0.04 24.151 0 23.791 0H5.86096C3.10096 0 0.860962 2.24 0.860962 5V43C0.860962 45.76 3.10096 48 5.86096 48H33.861C36.621 48 38.861 45.76 38.861 43V15.07C38.861 14.71 38.811 14.35 38.741 14ZM35.041 12H29.871C28.221 12 26.871 10.65 26.871 9V3.83L35.041 12ZM36.871 43C36.871 44.65 35.521 46 33.871 46H5.87097C4.22097 46 2.87097 44.65 2.87097 43V5C2.87097 3.35 4.22097 2 5.87097 2H23.801C24.171 2 24.531 2.07 24.871 2.2V9C24.871 11.76 27.111 14 29.871 14H36.671C36.801 14.34 36.871 14.7 36.871 15.07V43Z" fill="currentcolor"/> </g> <defs> <clipPath id="clip0_1357_108691"><rect width="38" height="48" fill="white" transform="translate(0.861328)"/></clipPath></defs></svg>',
|
|
@@ -18656,7 +18689,7 @@ function Gu(t, e, i) {
|
|
|
18656
18689
|
t.$$.dirty & /*inverted*/
|
|
18657
18690
|
262144 && i(16, n = Le(h)), t.$$.dirty & /*ariaexpanded*/
|
|
18658
18691
|
524288 && i(15, o = Le(z)), t.$$.dirty & /*type, theme*/
|
|
18659
|
-
80 && i(14, l =
|
|
18692
|
+
80 && i(14, l = U3(c, g));
|
|
18660
18693
|
}, [
|
|
18661
18694
|
r,
|
|
18662
18695
|
s,
|
|
@@ -18680,13 +18713,13 @@ function Gu(t, e, i) {
|
|
|
18680
18713
|
z
|
|
18681
18714
|
];
|
|
18682
18715
|
}
|
|
18683
|
-
class
|
|
18716
|
+
class K3 extends pe {
|
|
18684
18717
|
constructor(e) {
|
|
18685
18718
|
super(), ve(
|
|
18686
18719
|
this,
|
|
18687
18720
|
e,
|
|
18688
|
-
|
|
18689
|
-
|
|
18721
|
+
G3,
|
|
18722
|
+
Y3,
|
|
18690
18723
|
he,
|
|
18691
18724
|
{
|
|
18692
18725
|
mt: 0,
|
|
@@ -18706,7 +18739,7 @@ class Ku extends pe {
|
|
|
18706
18739
|
ariaexpanded: 19,
|
|
18707
18740
|
role: 13
|
|
18708
18741
|
},
|
|
18709
|
-
|
|
18742
|
+
N3
|
|
18710
18743
|
);
|
|
18711
18744
|
}
|
|
18712
18745
|
get mt() {
|
|
@@ -18806,8 +18839,8 @@ class Ku extends pe {
|
|
|
18806
18839
|
this.$$set({ role: e }), _();
|
|
18807
18840
|
}
|
|
18808
18841
|
}
|
|
18809
|
-
customElements.define("goa-icon", be(
|
|
18810
|
-
function
|
|
18842
|
+
customElements.define("goa-icon", be(K3, { mt: {}, mr: {}, mb: {}, ml: {}, type: {}, size: {}, theme: {}, inverted: {}, fillcolor: {}, opacity: {}, title: {}, testid: {}, arialabel: {}, ariacontrols: {}, ariaexpanded: {}, role: {} }, [], [], !0));
|
|
18843
|
+
function X3(t) {
|
|
18811
18844
|
Ce(t, "svelte-1puz6sz", `:host{box-sizing:border-box}.container.svelte-1puz6sz.svelte-1puz6sz{position:relative;display:inline-flex;vertical-align:top;z-index:0;width:var(--width, auto);max-width:100%}.leading-content.svelte-1puz6sz .leading-content-slot.svelte-1puz6sz ::slotted(div),.trailing-content.svelte-1puz6sz .trailing-content-slot.svelte-1puz6sz ::slotted(div),.goa-input.svelte-1puz6sz.svelte-1puz6sz,.goa-input.svelte-1puz6sz .svelte-1puz6sz{line-height:normal}.goa-input.svelte-1puz6sz.svelte-1puz6sz{outline:none;transition:var(--goa-text-input-transition);background-clip:padding-box;display:inline-flex;align-items:stretch;width:100%;height:42px;z-index:1;background-color:var(--goa-text-input-color-bg);box-shadow:var(--goa-text-input-border);border-radius:var(--goa-text-input-border-radius);vertical-align:middle;min-width:0}.goa-input.svelte-1puz6sz.svelte-1puz6sz:not(.error):hover:not(:has(input:focus-visible)){box-shadow:var(--goa-text-input-border-hover)}.goa-input.svelte-1puz6sz.svelte-1puz6sz:not(.error):has(input:focus-visible){box-shadow:var(--goa-text-input-border), var(--goa-text-input-border-focus)}.goa-input.error.svelte-1puz6sz.svelte-1puz6sz:not(input:focus-visible){box-shadow:var(--goa-text-input-border-error)}.goa-input.svelte-1puz6sz.svelte-1puz6sz:has(input:focus-visible),.goa-input.error.svelte-1puz6sz.svelte-1puz6sz:has(input:focus-visible){box-shadow:var(--goa-text-input-border), var(--goa-text-input-border-focus)}.goa-input.type--range.svelte-1puz6sz.svelte-1puz6sz{border:none;&.type--range:active,
|
|
18812
18845
|
&.type--range:focus-visible,
|
|
18813
18846
|
&.type--range:focus-within {
|
|
@@ -18822,7 +18855,7 @@ function Xu(t) {
|
|
|
18822
18855
|
)::-webkit-search-cancel-button{position:relative;right:var(--search-icon-offset);cursor:pointer;-webkit-appearance:none;height:1.2rem;width:1.2rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23333" d="M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z"/></svg>')
|
|
18823
18856
|
center center no-repeat}.svelte-1puz6sz.svelte-1puz6sz::-ms-reveal{display:none}.svelte-1puz6sz.svelte-1puz6sz::-moz-placeholder{color:var(--goa-text-input-color-text-placeholder);opacity:1}.svelte-1puz6sz.svelte-1puz6sz::placeholder{color:var(--goa-text-input-color-text-placeholder);opacity:1}`);
|
|
18824
18857
|
}
|
|
18825
|
-
const
|
|
18858
|
+
const J3 = (t) => ({}), qo = (t) => ({}), Q3 = (t) => ({}), So = (t) => ({});
|
|
18826
18859
|
function To(t) {
|
|
18827
18860
|
let e, i;
|
|
18828
18861
|
const n = (
|
|
@@ -18855,7 +18888,7 @@ function To(t) {
|
|
|
18855
18888
|
/*$$scope*/
|
|
18856
18889
|
l[48],
|
|
18857
18890
|
r,
|
|
18858
|
-
|
|
18891
|
+
Q3
|
|
18859
18892
|
) : ue(
|
|
18860
18893
|
/*$$scope*/
|
|
18861
18894
|
l[48]
|
|
@@ -18988,7 +19021,7 @@ function Zo(t) {
|
|
|
18988
19021
|
);
|
|
18989
19022
|
},
|
|
18990
19023
|
m(o, l) {
|
|
18991
|
-
T(o, e, l), i || (n = $(e, "click",
|
|
19024
|
+
T(o, e, l), i || (n = $(e, "click", tu), i = !0);
|
|
18992
19025
|
},
|
|
18993
19026
|
p(o, l) {
|
|
18994
19027
|
l[1] & /*isDisabled*/
|
|
@@ -19073,7 +19106,7 @@ function Oo(t) {
|
|
|
19073
19106
|
/*$$scope*/
|
|
19074
19107
|
l[48],
|
|
19075
19108
|
r,
|
|
19076
|
-
|
|
19109
|
+
J3
|
|
19077
19110
|
) : ue(
|
|
19078
19111
|
/*$$scope*/
|
|
19079
19112
|
l[48]
|
|
@@ -19092,7 +19125,7 @@ function Oo(t) {
|
|
|
19092
19125
|
}
|
|
19093
19126
|
};
|
|
19094
19127
|
}
|
|
19095
|
-
function $
|
|
19128
|
+
function $3(t) {
|
|
19096
19129
|
let e, i, n, o, l, r, s, a, u, c, d, g, h, m, v, p, b, k, j, z, M = (
|
|
19097
19130
|
/*$$slots*/
|
|
19098
19131
|
t[38].leadingContent && To(t)
|
|
@@ -19432,7 +19465,7 @@ function $u(t) {
|
|
|
19432
19465
|
}
|
|
19433
19466
|
};
|
|
19434
19467
|
}
|
|
19435
|
-
function
|
|
19468
|
+
function eu(t, e) {
|
|
19436
19469
|
const i = /(px|%|ch|rem|em)$/;
|
|
19437
19470
|
if (t.trim() === "" || !i.test(t))
|
|
19438
19471
|
return {
|
|
@@ -19454,10 +19487,10 @@ function e3(t, e) {
|
|
|
19454
19487
|
inputWidth: ""
|
|
19455
19488
|
};
|
|
19456
19489
|
}
|
|
19457
|
-
function
|
|
19490
|
+
function tu() {
|
|
19458
19491
|
this.dispatchEvent(new CustomEvent("_trailingIconClick", { composed: !0 }));
|
|
19459
19492
|
}
|
|
19460
|
-
function
|
|
19493
|
+
function iu(t, e, i) {
|
|
19461
19494
|
let n, o, l, r, { $$slots: s = {}, $$scope: a } = e;
|
|
19462
19495
|
const u = mt(s), [c, d] = He("Input type", [
|
|
19463
19496
|
"text",
|
|
@@ -19477,7 +19510,7 @@ function i3(t, e, i) {
|
|
|
19477
19510
|
let { type: p = "text" } = e, { name: b = "" } = e, { value: k = "" } = e, { autocapitalize: j = "off" } = e, { autocomplete: z = "" } = e, { placeholder: M = "" } = e, { leadingicon: x = null } = e, { trailingicon: L = null } = e, { variant: H = "goa" } = e, { disabled: q = "false" } = e, { handletrailingiconclick: B = "false" } = e, { focused: P = "false" } = e, { readonly: E = "false" } = e, { error: A = "false" } = e, { testid: Z = "" } = e, { width: V = "30ch" } = e, { arialabel: K = "" } = e, { arialabelledby: R = "" } = e, { min: F = "" } = e, { max: N = "" } = e, { step: D = 1 } = e, { prefix: fe = "" } = e, { suffix: X = "" } = e, { debounce: Q = 0 } = e, { maxlength: Y = null } = e, { id: te = "" } = e, { mt: G = null } = e, { mr: O = null } = e, { mb: ie = null } = e, { ml: le = null } = e, { trailingiconarialabel: qe = "" } = e, { textalign: me = "left" } = e, We = !1, ke = !1, de, Pe, Re, $e = !1, Et = !1, Gt = "", s1 = "";
|
|
19478
19511
|
ze(async () => {
|
|
19479
19512
|
await Ve(), d(p), h(j), v(me), O1(), Jt(), qt(), st();
|
|
19480
|
-
const { containerStyle: oe, inputWidth: Ie } =
|
|
19513
|
+
const { containerStyle: oe, inputWidth: Ie } = eu(V, p);
|
|
19481
19514
|
i(30, Gt = oe), i(31, s1 = Ie);
|
|
19482
19515
|
});
|
|
19483
19516
|
function O1() {
|
|
@@ -19644,13 +19677,13 @@ function i3(t, e, i) {
|
|
|
19644
19677
|
F1
|
|
19645
19678
|
];
|
|
19646
19679
|
}
|
|
19647
|
-
class
|
|
19680
|
+
class nu extends pe {
|
|
19648
19681
|
constructor(e) {
|
|
19649
19682
|
super(), ve(
|
|
19650
19683
|
this,
|
|
19651
19684
|
e,
|
|
19652
|
-
|
|
19653
|
-
$
|
|
19685
|
+
iu,
|
|
19686
|
+
$3,
|
|
19654
19687
|
he,
|
|
19655
19688
|
{
|
|
19656
19689
|
type: 1,
|
|
@@ -19686,7 +19719,7 @@ class n3 extends pe {
|
|
|
19686
19719
|
trailingiconarialabel: 23,
|
|
19687
19720
|
textalign: 24
|
|
19688
19721
|
},
|
|
19689
|
-
|
|
19722
|
+
X3,
|
|
19690
19723
|
[-1, -1, -1]
|
|
19691
19724
|
);
|
|
19692
19725
|
}
|
|
@@ -19883,8 +19916,8 @@ class n3 extends pe {
|
|
|
19883
19916
|
this.$$set({ textalign: e }), _();
|
|
19884
19917
|
}
|
|
19885
19918
|
}
|
|
19886
|
-
customElements.define("goa-input", be(
|
|
19887
|
-
function
|
|
19919
|
+
customElements.define("goa-input", be(nu, { type: {}, name: {}, value: {}, autocapitalize: {}, autocomplete: {}, placeholder: {}, leadingicon: {}, trailingicon: {}, variant: {}, disabled: {}, handletrailingiconclick: {}, focused: {}, readonly: {}, error: {}, testid: {}, width: {}, arialabel: {}, arialabelledby: {}, min: {}, max: {}, step: {}, prefix: {}, suffix: {}, debounce: {}, maxlength: {}, id: {}, mt: {}, mr: {}, mb: {}, ml: {}, trailingiconarialabel: {}, textalign: {} }, ["leadingContent", "trailingContent"], [], !0));
|
|
19920
|
+
function ou(t) {
|
|
19888
19921
|
Ce(t, "svelte-bz3ir3", "::slotted(a){color:var(--goa-color-interactive-default)}.link.svelte-bz3ir3{display:inline-flex;align-items:center;padding:0;border:none;background:none;cursor:pointer;font:var(--goa-typography-body-m);text-decoration:underline;gap:8px}.link.interactive.svelte-bz3ir3{color:var(--goa-color-interactive-default)}.link.interactive.svelte-bz3ir3:hover{color:var(--goa-color-interactive-hover)}.link.light.svelte-bz3ir3{color:var(--goa-color-text-light)}.link.light.svelte-bz3ir3:hover{color:var(--goa-color-text-light)}");
|
|
19889
19922
|
}
|
|
19890
19923
|
function Bo(t) {
|
|
@@ -19943,7 +19976,7 @@ function Fo(t) {
|
|
|
19943
19976
|
}
|
|
19944
19977
|
};
|
|
19945
19978
|
}
|
|
19946
|
-
function
|
|
19979
|
+
function lu(t) {
|
|
19947
19980
|
let e, i, n, o, l, r = (
|
|
19948
19981
|
/*leadingicon*/
|
|
19949
19982
|
t[0] && Bo(t)
|
|
@@ -20055,7 +20088,7 @@ function l3(t) {
|
|
|
20055
20088
|
}
|
|
20056
20089
|
};
|
|
20057
20090
|
}
|
|
20058
|
-
function
|
|
20091
|
+
function ru(t, e, i) {
|
|
20059
20092
|
let { $$slots: n = {}, $$scope: o } = e, { leadingicon: l = null } = e, { trailingicon: r = null } = e, { color: s = "interactive" } = e, { action: a = "" } = e, { actionArg: u = "" } = e, { actionArgs: c = {} } = e, { testid: d = "" } = e, { mt: g = null } = e, { mr: h = null } = e, { mb: m = null } = e, { ml: v = null } = e, p;
|
|
20060
20093
|
ze(() => {
|
|
20061
20094
|
a && p.addEventListener("click", b);
|
|
@@ -20088,13 +20121,13 @@ function r3(t, e, i) {
|
|
|
20088
20121
|
k
|
|
20089
20122
|
];
|
|
20090
20123
|
}
|
|
20091
|
-
class
|
|
20124
|
+
class su extends pe {
|
|
20092
20125
|
constructor(e) {
|
|
20093
20126
|
super(), ve(
|
|
20094
20127
|
this,
|
|
20095
20128
|
e,
|
|
20096
|
-
|
|
20097
|
-
|
|
20129
|
+
ru,
|
|
20130
|
+
lu,
|
|
20098
20131
|
he,
|
|
20099
20132
|
{
|
|
20100
20133
|
leadingicon: 0,
|
|
@@ -20109,7 +20142,7 @@ class s3 extends pe {
|
|
|
20109
20142
|
mb: 6,
|
|
20110
20143
|
ml: 7
|
|
20111
20144
|
},
|
|
20112
|
-
|
|
20145
|
+
ou
|
|
20113
20146
|
);
|
|
20114
20147
|
}
|
|
20115
20148
|
get leadingicon() {
|
|
@@ -20179,8 +20212,8 @@ class s3 extends pe {
|
|
|
20179
20212
|
this.$$set({ ml: e }), _();
|
|
20180
20213
|
}
|
|
20181
20214
|
}
|
|
20182
|
-
customElements.define("goa-link", be(
|
|
20183
|
-
function
|
|
20215
|
+
customElements.define("goa-link", be(su, { leadingicon: {}, trailingicon: {}, color: {}, action: { type: "String", attribute: "action", reflect: !0 }, actionArg: { type: "String", attribute: "action-arg", reflect: !0 }, actionArgs: { type: "Object", attribute: "action-args", reflect: !0 }, testid: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
|
|
20216
|
+
function au(t) {
|
|
20184
20217
|
Ce(t, "svelte-i1u3h5", ".link-button.svelte-i1u3h5{display:inline-flex;align-items:center;color:var(--goa-color-interactive-default);padding:0;border:none;background:none;cursor:pointer;font:var(--goa-typography-body-m);text-decoration:underline}button.interactive.svelte-i1u3h5{color:var(--goa-color-interactive-default)}button.interactive.svelte-i1u3h5:focus-visible{outline:none;box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus)}button.light.svelte-i1u3h5{color:var(--goa-color-text-light)}button.light.svelte-i1u3h5:focus-visible{outline:none;box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus)}");
|
|
20185
20218
|
}
|
|
20186
20219
|
function Io(t) {
|
|
@@ -20239,7 +20272,7 @@ function No(t) {
|
|
|
20239
20272
|
}
|
|
20240
20273
|
};
|
|
20241
20274
|
}
|
|
20242
|
-
function
|
|
20275
|
+
function cu(t) {
|
|
20243
20276
|
let e, i, n, o, l, r, s, a = (
|
|
20244
20277
|
/*leadingicon*/
|
|
20245
20278
|
t[1] && Io(t)
|
|
@@ -20345,7 +20378,7 @@ function c3(t) {
|
|
|
20345
20378
|
}
|
|
20346
20379
|
};
|
|
20347
20380
|
}
|
|
20348
|
-
function
|
|
20381
|
+
function uu(t, e, i) {
|
|
20349
20382
|
let { $$slots: n = {}, $$scope: o } = e, { color: l = "interactive" } = e, { leadingicon: r } = e, { trailingicon: s } = e, { mt: a = null } = e, { mr: u = null } = e, { mb: c = null } = e, { ml: d = null } = e, { action: g = "" } = e, { actionArg: h = "" } = e, { actionArgs: m = {} } = e, v;
|
|
20350
20383
|
function p(k) {
|
|
20351
20384
|
Me(v, "_click", null, { bubbles: !0 }), g && Me(k.target, g, h || m, { bubbles: !0 }), k.stopPropagation();
|
|
@@ -20375,13 +20408,13 @@ function u3(t, e, i) {
|
|
|
20375
20408
|
b
|
|
20376
20409
|
];
|
|
20377
20410
|
}
|
|
20378
|
-
class
|
|
20411
|
+
class du extends pe {
|
|
20379
20412
|
constructor(e) {
|
|
20380
20413
|
super(), ve(
|
|
20381
20414
|
this,
|
|
20382
20415
|
e,
|
|
20383
|
-
|
|
20384
|
-
|
|
20416
|
+
uu,
|
|
20417
|
+
cu,
|
|
20385
20418
|
he,
|
|
20386
20419
|
{
|
|
20387
20420
|
color: 0,
|
|
@@ -20395,7 +20428,7 @@ class d3 extends pe {
|
|
|
20395
20428
|
actionArg: 10,
|
|
20396
20429
|
actionArgs: 11
|
|
20397
20430
|
},
|
|
20398
|
-
|
|
20431
|
+
au
|
|
20399
20432
|
);
|
|
20400
20433
|
}
|
|
20401
20434
|
get color() {
|
|
@@ -20459,24 +20492,24 @@ class d3 extends pe {
|
|
|
20459
20492
|
this.$$set({ actionArgs: e }), _();
|
|
20460
20493
|
}
|
|
20461
20494
|
}
|
|
20462
|
-
customElements.define("goa-link-button", be(
|
|
20463
|
-
function
|
|
20495
|
+
customElements.define("goa-link-button", be(du, { color: {}, leadingicon: {}, trailingicon: {}, mt: {}, mr: {}, mb: {}, ml: {}, action: { type: "String", attribute: "action", reflect: !0 }, actionArg: { type: "String", attribute: "action-arg", reflect: !0 }, actionArgs: { type: "Object", attribute: "action-args", reflect: !0 } }, ["default"], [], !0));
|
|
20496
|
+
function fu(t) {
|
|
20464
20497
|
Ce(t, "svelte-6q1bl4", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.feedback-link.svelte-6q1bl4{display:inline-flex}#container.svelte-6q1bl4{background-color:var(--goa-microsite-header-color-bg)}a.svelte-6q1bl4{color:var(--goa-microsite-header-color-links);cursor:pointer}a.svelte-6q1bl4:hover{color:var(--goa-microsite-header-color-links-hover)}a.svelte-6q1bl4:focus{outline:var(--goa-microsite-header-link-focus-border)}a[target="_blank"].svelte-6q1bl4::after{content:"";width:var(--goa-icon-size-s);height:var(--goa-icon-size-s);background-color:var(--goa-color-interactive-default);display:inline-block;margin-left:var(--goa-space-2xs);vertical-align:sub;mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22ionicon%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M384%20224v184a40%2040%200%200%201-40%2040H104a40%2040%200%200%201-40-40V168a40%2040%200%200%201%2040-40h167.48M336%2064h112v112M224%20288%20440%2072%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%2F%3E%3C%2Fsvg%3E")
|
|
20465
20498
|
center bottom no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22ionicon%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M384%20224v184a40%2040%200%200%201-40%2040H104a40%2040%200%200%201-40-40V168a40%2040%200%200%201%2040-40h167.48M336%2064h112v112M224%20288%20440%2072%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%2F%3E%3C%2Fsvg%3E")
|
|
20466
20499
|
center bottom no-repeat}a[target="_blank"].svelte-6q1bl4:hover:after{background-color:var(--goa-color-interactive-hover)}.content-container.svelte-6q1bl4{font:var(--goa-microsite-header-typography);padding:var(--goa-microsite-header-padding-small-screen);display:flex;align-items:flex-start;justify-content:space-between;max-width:min(var(--max-content-width), 100%);margin:0 auto}@media(min-width: 624px){.content-container.svelte-6q1bl4{padding:var(--goa-microsite-header-padding-medium-screen)}}@media(min-width: 1024px){.content-container.svelte-6q1bl4{padding:var(--goa-microsite-header-padding-large-screen)}}.spacer.svelte-6q1bl4{flex:1 1 auto}.version.svelte-6q1bl4{color:var(--goa-microsite-header-color-version-number);margin-left:var(--goa-microsite-header-gap);font-size:var(--goa-microsite-header-typography-version-number)}::slotted([slot="version"]){display:flex;align-items:center}.service-type.svelte-6q1bl4{font-weight:bold;padding:0px 3px 3px 3px;display:flex;line-height:initial;margin-right:var(--goa-microsite-header-gap)}.service-type--alpha.svelte-6q1bl4{background-color:var(--goa-microsite-header-alpha-badge-color);color:var(--goa-microsite-header-alpha-badge-color-text)}.service-type--beta.svelte-6q1bl4{background-color:var(--goa-microsite-header-beta-badge-color);color:var(--goa-microsite-header-beta-badge-color-text)}.site-text.svelte-6q1bl4{font:var(--goa-microsite-header-typography);margin-bottom:4px}`);
|
|
20467
20500
|
}
|
|
20468
|
-
const
|
|
20501
|
+
const gu = (t) => ({}), Wo = (t) => ({});
|
|
20469
20502
|
function Ro(t) {
|
|
20470
20503
|
let e, i, n, o, l, r;
|
|
20471
20504
|
function s(c, d) {
|
|
20472
20505
|
if (
|
|
20473
20506
|
/*feedbackurl*/
|
|
20474
20507
|
c[2]
|
|
20475
|
-
) return
|
|
20508
|
+
) return mu;
|
|
20476
20509
|
if (
|
|
20477
20510
|
/*_hasfeedbackhandler*/
|
|
20478
20511
|
c[8]
|
|
20479
|
-
) return
|
|
20512
|
+
) return hu;
|
|
20480
20513
|
}
|
|
20481
20514
|
let a = s(t), u = a && a(t);
|
|
20482
20515
|
return {
|
|
@@ -20497,7 +20530,7 @@ function Ro(t) {
|
|
|
20497
20530
|
}
|
|
20498
20531
|
};
|
|
20499
20532
|
}
|
|
20500
|
-
function
|
|
20533
|
+
function hu(t) {
|
|
20501
20534
|
let e, i, n, o, l;
|
|
20502
20535
|
return {
|
|
20503
20536
|
c() {
|
|
@@ -20519,7 +20552,7 @@ function h3(t) {
|
|
|
20519
20552
|
}
|
|
20520
20553
|
};
|
|
20521
20554
|
}
|
|
20522
|
-
function
|
|
20555
|
+
function mu(t) {
|
|
20523
20556
|
let e, i, n, o, l, r;
|
|
20524
20557
|
return {
|
|
20525
20558
|
c() {
|
|
@@ -20560,11 +20593,11 @@ function Yo(t) {
|
|
|
20560
20593
|
if (
|
|
20561
20594
|
/*feedbackurl*/
|
|
20562
20595
|
v[2]
|
|
20563
|
-
) return
|
|
20596
|
+
) return bu;
|
|
20564
20597
|
if (
|
|
20565
20598
|
/*_hasfeedbackhandler*/
|
|
20566
20599
|
v[8]
|
|
20567
|
-
) return
|
|
20600
|
+
) return vu;
|
|
20568
20601
|
}
|
|
20569
20602
|
let h = g(t), m = h && h(t);
|
|
20570
20603
|
return {
|
|
@@ -20595,7 +20628,7 @@ function Yo(t) {
|
|
|
20595
20628
|
}
|
|
20596
20629
|
};
|
|
20597
20630
|
}
|
|
20598
|
-
function
|
|
20631
|
+
function vu(t) {
|
|
20599
20632
|
let e, i, n, o, l;
|
|
20600
20633
|
return {
|
|
20601
20634
|
c() {
|
|
@@ -20617,7 +20650,7 @@ function v3(t) {
|
|
|
20617
20650
|
}
|
|
20618
20651
|
};
|
|
20619
20652
|
}
|
|
20620
|
-
function
|
|
20653
|
+
function bu(t) {
|
|
20621
20654
|
let e, i, n, o, l, r;
|
|
20622
20655
|
return {
|
|
20623
20656
|
c() {
|
|
@@ -20660,7 +20693,7 @@ function Uo(t) {
|
|
|
20660
20693
|
/*$$scope*/
|
|
20661
20694
|
t[12],
|
|
20662
20695
|
Wo
|
|
20663
|
-
), l = o ||
|
|
20696
|
+
), l = o || pu(t);
|
|
20664
20697
|
return {
|
|
20665
20698
|
c() {
|
|
20666
20699
|
e = y("div"), l && l.c(), f(e, "data-testid", "version"), f(e, "class", "version svelte-6q1bl4");
|
|
@@ -20681,7 +20714,7 @@ function Uo(t) {
|
|
|
20681
20714
|
/*$$scope*/
|
|
20682
20715
|
r[12],
|
|
20683
20716
|
s,
|
|
20684
|
-
|
|
20717
|
+
gu
|
|
20685
20718
|
) : ue(
|
|
20686
20719
|
/*$$scope*/
|
|
20687
20720
|
r[12]
|
|
@@ -20701,7 +20734,7 @@ function Uo(t) {
|
|
|
20701
20734
|
}
|
|
20702
20735
|
};
|
|
20703
20736
|
}
|
|
20704
|
-
function
|
|
20737
|
+
function pu(t) {
|
|
20705
20738
|
let e;
|
|
20706
20739
|
return {
|
|
20707
20740
|
c() {
|
|
@@ -20726,7 +20759,7 @@ function p3(t) {
|
|
|
20726
20759
|
}
|
|
20727
20760
|
};
|
|
20728
20761
|
}
|
|
20729
|
-
function
|
|
20762
|
+
function wu(t) {
|
|
20730
20763
|
let e, i, n, o = ["alpha", "beta"].includes(
|
|
20731
20764
|
/*type*/
|
|
20732
20765
|
t[0]
|
|
@@ -20786,7 +20819,7 @@ function w3(t) {
|
|
|
20786
20819
|
function Go(t) {
|
|
20787
20820
|
return !t || t && t.length === 0 ? "" : t[0].toUpperCase() + t.slice(1);
|
|
20788
20821
|
}
|
|
20789
|
-
function
|
|
20822
|
+
function _u(t, e, i) {
|
|
20790
20823
|
let n, { $$slots: o = {}, $$scope: l } = e;
|
|
20791
20824
|
const r = mt(o), [s, a] = He("Microsite header type", ["live", "alpha", "beta"], !0);
|
|
20792
20825
|
let { type: u } = e, { version: c = "" } = e, { feedbackurl: d = "" } = e, { maxcontentwidth: g = "100%" } = e, { headerurltarget: h = "blank" } = e, { feedbackurltarget: m = "blank" } = e, { hasfeedbackhandler: v = "false" } = e, { testid: p = "" } = e;
|
|
@@ -20832,13 +20865,13 @@ function _3(t, e, i) {
|
|
|
20832
20865
|
x
|
|
20833
20866
|
];
|
|
20834
20867
|
}
|
|
20835
|
-
class
|
|
20868
|
+
class Cu extends pe {
|
|
20836
20869
|
constructor(e) {
|
|
20837
20870
|
super(), ve(
|
|
20838
20871
|
this,
|
|
20839
20872
|
e,
|
|
20840
|
-
|
|
20841
|
-
|
|
20873
|
+
_u,
|
|
20874
|
+
wu,
|
|
20842
20875
|
he,
|
|
20843
20876
|
{
|
|
20844
20877
|
type: 0,
|
|
@@ -20850,7 +20883,7 @@ class C3 extends pe {
|
|
|
20850
20883
|
hasfeedbackhandler: 11,
|
|
20851
20884
|
testid: 6
|
|
20852
20885
|
},
|
|
20853
|
-
|
|
20886
|
+
fu
|
|
20854
20887
|
);
|
|
20855
20888
|
}
|
|
20856
20889
|
get type() {
|
|
@@ -20902,18 +20935,18 @@ class C3 extends pe {
|
|
|
20902
20935
|
this.$$set({ testid: e }), _();
|
|
20903
20936
|
}
|
|
20904
20937
|
}
|
|
20905
|
-
customElements.define("goa-microsite-header", be(
|
|
20906
|
-
function
|
|
20938
|
+
customElements.define("goa-microsite-header", be(Cu, { type: {}, version: {}, feedbackurl: {}, maxcontentwidth: {}, headerurltarget: {}, feedbackurltarget: {}, hasfeedbackhandler: {}, testid: {} }, ["version"], [], !0));
|
|
20939
|
+
function ku(t) {
|
|
20907
20940
|
Ce(t, "svelte-1tuhz6d", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans);position:relative;z-index:99999}:host .svelte-1tuhz6d.svelte-1tuhz6d{box-sizing:border-box}.modal.svelte-1tuhz6d.svelte-1tuhz6d{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-1tuhz6d.svelte-1tuhz6d{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--goa-modal-overlay-color);z-index:1;opacity:var(--goa-modal-overlay-opacity)}.emergency.svelte-1tuhz6d.svelte-1tuhz6d{background-color:var(--goa-color-emergency-default)}.important.svelte-1tuhz6d.svelte-1tuhz6d{background-color:var(--goa-color-warning-default)}.information.svelte-1tuhz6d.svelte-1tuhz6d{background-color:var(--goa-color-info-default)}.event.svelte-1tuhz6d.svelte-1tuhz6d{background-color:var(--goa-color-info-default)}.success.svelte-1tuhz6d.svelte-1tuhz6d{background-color:var(--goa-color-success-default)}.callout-bar.svelte-1tuhz6d.svelte-1tuhz6d{flex:0 0 3rem;text-align:center;padding:var(--goa-modal-callout-bar-padding) 0 0 0;border-radius:var(--goa-modal-border-radius) 0px 0px var(--goa-modal-border-radius)}.content.svelte-1tuhz6d.svelte-1tuhz6d{flex:1 1 auto;width:100%;padding:var(--goa-modal-padding) var(--goa-modal-padding) 0 var(--goa-modal-padding)}.content.svelte-1tuhz6d header.svelte-1tuhz6d{display:flex;justify-content:space-between}.content.svelte-1tuhz6d header.has-content.svelte-1tuhz6d{margin-bottom:var(--goa-modal-content-gap)}@media(max-width: 623px){.content.svelte-1tuhz6d.svelte-1tuhz6d{padding:var(--goa-modal-padding-small-screen) var(--goa-modal-padding-small-screen) 0 var(--goa-modal-padding-small-screen)}.content.svelte-1tuhz6d header.has-content.svelte-1tuhz6d{margin-bottom:var(--goa-modal-content-gap-small-screen)}.modal-actions.svelte-1tuhz6d ::slotted(*){padding:0}.modal-content.svelte-1tuhz6d ::slotted(:last-child){margin-bottom:var(--goa-space-xs) !important}.modal-pane.svelte-1tuhz6d.svelte-1tuhz6d{flex-direction:column}.callout-bar.svelte-1tuhz6d.svelte-1tuhz6d{text-align:left;padding:var(--goa-modal-callout-bar-padding-small-screen);border-radius:var(--goa-modal-border-radius) var(--goa-modal-border-radius) 0px 0px;height:var(--goa-space-2xl)}.modal-content.svelte-1tuhz6d.svelte-1tuhz6d{margin:0 -1.5rem;box-shadow:none}:host{--scrollable-padding:var(--goa-scrollable-padding-mobile)}}@media(min-width: 624px){.modal-pane.svelte-1tuhz6d.svelte-1tuhz6d{max-width:var(--maxwidth)}.modal-content.svelte-1tuhz6d.svelte-1tuhz6d{margin:0 -2rem;box-shadow:none}:host{--scrollable-padding:var(--goa-scrollable-padding-desktop)}}.modal-pane.svelte-1tuhz6d.svelte-1tuhz6d{background-color:#fff;z-index:2;width:90%;display:flex;box-shadow:var(--goa-shadow-modal);border-radius:var(--goa-modal-border-radius)}.modal-content.svelte-1tuhz6d ::slotted(:last-child){margin-bottom:var(--goa-space-m) !important}.modal-title.svelte-1tuhz6d.svelte-1tuhz6d{font:var(--goa-modal-header-typography)}.modal-close.svelte-1tuhz6d.svelte-1tuhz6d{padding-left:var(--goa-space-m)}.modal-actions.svelte-1tuhz6d.svelte-1tuhz6d{width:100%;padding:var(--goa-space-m) 0 var(--goa-modal-padding) 0;margin:auto 0 0 0;text-align:right}.modal-actions.empty-actions.svelte-1tuhz6d.svelte-1tuhz6d{padding:0 0 var(--goa-modal-padding) 0}.modal.top.svelte-1tuhz6d .modal-content.svelte-1tuhz6d{box-shadow:inset 0 -8px 8px -8px rgba(0, 0, 0, 0.3)}.modal.bottom.svelte-1tuhz6d .modal-content.svelte-1tuhz6d{box-shadow:inset 0 8px 8px -8px rgba(0, 0, 0, 0.3)}.modal.middle.svelte-1tuhz6d .modal-content.svelte-1tuhz6d{box-shadow:inset 0 8px 8px -8px rgba(0, 0, 0, 0.2),
|
|
20908
20941
|
inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2)}`);
|
|
20909
20942
|
}
|
|
20910
|
-
const
|
|
20943
|
+
const yu = (t) => ({}), Ko = (t) => ({}), zu = (t) => ({}), Xo = (t) => ({}), Lu = (t) => ({}), Jo = (t) => ({});
|
|
20911
20944
|
function Qo(t) {
|
|
20912
20945
|
let e, i, n, o, l, r, s, a, u, c, d, g, h, m, v, p, b, k, j, z, M, x, L, H, q, B, P, E, A, Z, V, K = (
|
|
20913
20946
|
/*calloutvariant*/
|
|
20914
20947
|
t[3] !== null && $o(t)
|
|
20915
20948
|
);
|
|
20916
|
-
const R = [
|
|
20949
|
+
const R = [xu, ju], F = [];
|
|
20917
20950
|
function N(te, G) {
|
|
20918
20951
|
return (
|
|
20919
20952
|
/*heading*/
|
|
@@ -20937,7 +20970,7 @@ function Qo(t) {
|
|
|
20937
20970
|
/*$$scope*/
|
|
20938
20971
|
t[25],
|
|
20939
20972
|
Xo
|
|
20940
|
-
), Q = X ||
|
|
20973
|
+
), Q = X || Mu(t);
|
|
20941
20974
|
let Y = (
|
|
20942
20975
|
/*$$slots*/
|
|
20943
20976
|
t[20].actions && tl(t)
|
|
@@ -21030,7 +21063,7 @@ function Qo(t) {
|
|
|
21030
21063
|
/*$$scope*/
|
|
21031
21064
|
t[25],
|
|
21032
21065
|
G,
|
|
21033
|
-
|
|
21066
|
+
zu
|
|
21034
21067
|
) : ue(
|
|
21035
21068
|
/*$$scope*/
|
|
21036
21069
|
t[25]
|
|
@@ -21147,7 +21180,7 @@ function $o(t) {
|
|
|
21147
21180
|
}
|
|
21148
21181
|
};
|
|
21149
21182
|
}
|
|
21150
|
-
function
|
|
21183
|
+
function ju(t) {
|
|
21151
21184
|
let e;
|
|
21152
21185
|
const i = (
|
|
21153
21186
|
/*#slots*/
|
|
@@ -21179,7 +21212,7 @@ function j3(t) {
|
|
|
21179
21212
|
/*$$scope*/
|
|
21180
21213
|
o[25],
|
|
21181
21214
|
l,
|
|
21182
|
-
|
|
21215
|
+
Lu
|
|
21183
21216
|
) : ue(
|
|
21184
21217
|
/*$$scope*/
|
|
21185
21218
|
o[25]
|
|
@@ -21198,7 +21231,7 @@ function j3(t) {
|
|
|
21198
21231
|
}
|
|
21199
21232
|
};
|
|
21200
21233
|
}
|
|
21201
|
-
function
|
|
21234
|
+
function xu(t) {
|
|
21202
21235
|
let e;
|
|
21203
21236
|
return {
|
|
21204
21237
|
c() {
|
|
@@ -21245,7 +21278,7 @@ function el(t) {
|
|
|
21245
21278
|
}
|
|
21246
21279
|
};
|
|
21247
21280
|
}
|
|
21248
|
-
function
|
|
21281
|
+
function Mu(t) {
|
|
21249
21282
|
let e;
|
|
21250
21283
|
const i = (
|
|
21251
21284
|
/*#slots*/
|
|
@@ -21328,7 +21361,7 @@ function tl(t) {
|
|
|
21328
21361
|
/*$$scope*/
|
|
21329
21362
|
o[25],
|
|
21330
21363
|
l,
|
|
21331
|
-
|
|
21364
|
+
yu
|
|
21332
21365
|
) : ue(
|
|
21333
21366
|
/*$$scope*/
|
|
21334
21367
|
o[25]
|
|
@@ -21347,7 +21380,7 @@ function tl(t) {
|
|
|
21347
21380
|
}
|
|
21348
21381
|
};
|
|
21349
21382
|
}
|
|
21350
|
-
function
|
|
21383
|
+
function Eu(t) {
|
|
21351
21384
|
let e, i, n = (
|
|
21352
21385
|
/*_isOpen*/
|
|
21353
21386
|
t[6] && Qo(t)
|
|
@@ -21378,7 +21411,7 @@ function E3(t) {
|
|
|
21378
21411
|
};
|
|
21379
21412
|
}
|
|
21380
21413
|
let il = 128;
|
|
21381
|
-
function
|
|
21414
|
+
function Hu(t, e, i) {
|
|
21382
21415
|
let n, o, l, r, s, { $$slots: a = {}, $$scope: u } = e;
|
|
21383
21416
|
const c = mt(a);
|
|
21384
21417
|
let { heading: d = "" } = e, { closable: g = "false" } = e, { open: h = "false" } = e, { transition: m = "none" } = e, { calloutvariant: v = null } = e, { maxwidth: p = "60ch" } = e, { testid: b = "modal" } = e, { width: k = "" } = e, j = null, z = "top", M, x, L = !1, H, q = !1, B = !1, P;
|
|
@@ -21482,13 +21515,13 @@ function H3(t, e, i) {
|
|
|
21482
21515
|
te
|
|
21483
21516
|
];
|
|
21484
21517
|
}
|
|
21485
|
-
class
|
|
21518
|
+
class qu extends pe {
|
|
21486
21519
|
constructor(e) {
|
|
21487
21520
|
super(), ve(
|
|
21488
21521
|
this,
|
|
21489
21522
|
e,
|
|
21490
|
-
|
|
21491
|
-
|
|
21523
|
+
Hu,
|
|
21524
|
+
Eu,
|
|
21492
21525
|
he,
|
|
21493
21526
|
{
|
|
21494
21527
|
heading: 1,
|
|
@@ -21500,7 +21533,7 @@ class q3 extends pe {
|
|
|
21500
21533
|
testid: 4,
|
|
21501
21534
|
width: 23
|
|
21502
21535
|
},
|
|
21503
|
-
|
|
21536
|
+
ku,
|
|
21504
21537
|
[-1, -1]
|
|
21505
21538
|
);
|
|
21506
21539
|
}
|
|
@@ -21553,8 +21586,8 @@ class q3 extends pe {
|
|
|
21553
21586
|
this.$$set({ width: e }), _();
|
|
21554
21587
|
}
|
|
21555
21588
|
}
|
|
21556
|
-
customElements.define("goa-modal", be(
|
|
21557
|
-
function
|
|
21589
|
+
customElements.define("goa-modal", be(qu, { heading: {}, closable: {}, open: {}, transition: {}, calloutvariant: {}, maxwidth: {}, testid: {}, width: {} }, ["heading", "default", "content", "actions"], [], !0));
|
|
21590
|
+
function Su(t) {
|
|
21558
21591
|
Ce(t, "svelte-1832471", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}#container.svelte-1832471.svelte-1832471{container:self / inline-size}.notification.svelte-1832471.svelte-1832471{padding:var(--goa-notification-banner-padding-tb) var(--goa-notification-banner-padding-lr-small-screen);display:flex}@container self (min-width: 624px){.notification.svelte-1832471.svelte-1832471{padding:var(--goa-notification-banner-padding-tb) var(--goa-notification-banner-padding-lr-medium-screen)}}@container self (min-width: 1024px){.notification.svelte-1832471.svelte-1832471{padding:var(--goa-notification-banner-padding-tb) var(--goa-notification-banner-padding-lr-large-screen)}}.emergency.svelte-1832471.svelte-1832471{background-color:var(--goa-notification-banner-emergency-color-bg);color:var(--goa-notification-banner-emergency-color-text)}.important.svelte-1832471.svelte-1832471{background-color:var(--goa-notification-banner-important-color-bg);color:var(--goa-notification-banner-important-color-text)}.information.svelte-1832471.svelte-1832471{background-color:var(--goa-notification-banner-information-color-bg);color:var(--goa-notification-banner-information-color-text)}.event.svelte-1832471.svelte-1832471{background-color:var(--goa-notification-banner-event-color-bg);color:var(--goa-notification-banner-event-color-text)}.icon.svelte-1832471.svelte-1832471{flex:0 0 auto;margin-top:3px}.content-container.svelte-1832471.svelte-1832471{display:flex;flex-direction:row;flex:1 1 auto;gap:var(--goa-notification-banner-gap);margin:0 auto;max-width:min(var(--max-content-width), 100%)}.content.svelte-1832471.svelte-1832471{flex:1 1 auto;font:var(--goa-notification-banner-text-size)}::slotted(a){color:unset !important;outline:unset !important}::slotted(a:focus){outline:auto !important;border-radius:var(--goa-border-radius-m)}.notification.important.svelte-1832471 ::slotted(a:focus){outline:unset !important;box-shadow:0 0 0 3px var(--goa-color-greyscale-black);border-radius:var(--goa-border-radius-m)}.close.svelte-1832471.svelte-1832471{flex:0 0 auto}.close.svelte-1832471 button.svelte-1832471{background-color:transparent;border:none;cursor:pointer;padding:var(--goa-space-2xs);margin:0;outline:none;border-radius:var(--goa-border-radius-m);display:inline-flex;transition:transform 100ms ease-in-out}.close.svelte-1832471 button.svelte-1832471:active{transform:translateY(2px)}.close.svelte-1832471 button.information.svelte-1832471:hover,.close.svelte-1832471 button.information.svelte-1832471:focus-visible{background-color:var(--goa-color-info-dark)}.close.svelte-1832471 button.information.svelte-1832471:focus-visible{box-shadow:0 0 0 3px var(--goa-color-greyscale-white)}.close.svelte-1832471 button.event.svelte-1832471:hover,.close.svelte-1832471 button.event.svelte-1832471:focus-visible{background-color:var(--goa-color-info-dark)}.close.svelte-1832471 button.event.svelte-1832471:focus-visible{box-shadow:0 0 0 3px var(--goa-color-greyscale-white)}.close.svelte-1832471 button.important.svelte-1832471:hover,.close.svelte-1832471 button.important.svelte-1832471:focus-visible{background-color:var(--goa-color-warning-dark)}.close.svelte-1832471 button.important.svelte-1832471:focus-visible{box-shadow:0 0 0 3px var(--goa-color-greyscale-black)}.close.svelte-1832471 button.emergency.svelte-1832471:hover,.close.svelte-1832471 button.emergency.svelte-1832471:focus-visible{background-color:var(--goa-color-emergency-dark)}.close.svelte-1832471 button.emergency.svelte-1832471:focus-visible{box-shadow:0 0 0 3px var(--goa-color-greyscale-white)}");
|
|
21559
21592
|
}
|
|
21560
21593
|
function nl(t) {
|
|
@@ -21667,7 +21700,7 @@ function nl(t) {
|
|
|
21667
21700
|
}
|
|
21668
21701
|
};
|
|
21669
21702
|
}
|
|
21670
|
-
function
|
|
21703
|
+
function Tu(t) {
|
|
21671
21704
|
let e, i, n = (
|
|
21672
21705
|
/*show*/
|
|
21673
21706
|
t[4] && nl(t)
|
|
@@ -21697,7 +21730,7 @@ function T3(t) {
|
|
|
21697
21730
|
}
|
|
21698
21731
|
};
|
|
21699
21732
|
}
|
|
21700
|
-
function
|
|
21733
|
+
function Vu(t, e, i) {
|
|
21701
21734
|
let n, { $$slots: o = {}, $$scope: l } = e;
|
|
21702
21735
|
const [r, s] = He("Notification type", ["emergency", "important", "information", "event"], !0), [a, u] = He("Aria-Live type", ["assertive", "off", "polite"], !0);
|
|
21703
21736
|
let { type: c = "" } = e, { maxcontentwidth: d = "100%" } = e, { arialive: g = "polite" } = e, { testid: h = "" } = e, m = !0;
|
|
@@ -21715,13 +21748,13 @@ function V3(t, e, i) {
|
|
|
21715
21748
|
1 && i(5, n = c === "emergency" ? "warning" : c === "important" ? "alert-circle" : c === "information" ? "information-circle" : c === "event" ? "calendar" : "");
|
|
21716
21749
|
}, [c, d, g, h, m, n, v, l, o];
|
|
21717
21750
|
}
|
|
21718
|
-
class
|
|
21751
|
+
class Pu extends pe {
|
|
21719
21752
|
constructor(e) {
|
|
21720
21753
|
super(), ve(
|
|
21721
21754
|
this,
|
|
21722
21755
|
e,
|
|
21723
|
-
|
|
21724
|
-
|
|
21756
|
+
Vu,
|
|
21757
|
+
Tu,
|
|
21725
21758
|
he,
|
|
21726
21759
|
{
|
|
21727
21760
|
type: 0,
|
|
@@ -21729,7 +21762,7 @@ class P3 extends pe {
|
|
|
21729
21762
|
arialive: 2,
|
|
21730
21763
|
testid: 3
|
|
21731
21764
|
},
|
|
21732
|
-
|
|
21765
|
+
Su
|
|
21733
21766
|
);
|
|
21734
21767
|
}
|
|
21735
21768
|
get type() {
|
|
@@ -21757,12 +21790,12 @@ class P3 extends pe {
|
|
|
21757
21790
|
this.$$set({ testid: e }), _();
|
|
21758
21791
|
}
|
|
21759
21792
|
}
|
|
21760
|
-
customElements.define("goa-notification", be(
|
|
21761
|
-
function
|
|
21793
|
+
customElements.define("goa-notification", be(Pu, { type: {}, maxcontentwidth: {}, arialive: {}, testid: {} }, ["default"], [], !0));
|
|
21794
|
+
function Du(t) {
|
|
21762
21795
|
Ce(t, "svelte-13nsbkv", ".page.svelte-13nsbkv{min-height:100vh;display:flex;flex-direction:column}.header.svelte-13nsbkv,.footer.svelte-13nsbkv{flex:0 0 auto}main.svelte-13nsbkv{flex:1 1 auto}");
|
|
21763
21796
|
}
|
|
21764
|
-
const
|
|
21765
|
-
function
|
|
21797
|
+
const Zu = (t) => ({}), ol = (t) => ({}), Au = (t) => ({}), ll = (t) => ({});
|
|
21798
|
+
function Ou(t) {
|
|
21766
21799
|
let e, i, n, o, l, r, s;
|
|
21767
21800
|
const a = (
|
|
21768
21801
|
/*#slots*/
|
|
@@ -21812,7 +21845,7 @@ function O3(t) {
|
|
|
21812
21845
|
/*$$scope*/
|
|
21813
21846
|
m[0],
|
|
21814
21847
|
v,
|
|
21815
|
-
|
|
21848
|
+
Au
|
|
21816
21849
|
) : ue(
|
|
21817
21850
|
/*$$scope*/
|
|
21818
21851
|
m[0]
|
|
@@ -21848,7 +21881,7 @@ function O3(t) {
|
|
|
21848
21881
|
/*$$scope*/
|
|
21849
21882
|
m[0],
|
|
21850
21883
|
v,
|
|
21851
|
-
|
|
21884
|
+
Zu
|
|
21852
21885
|
) : ue(
|
|
21853
21886
|
/*$$scope*/
|
|
21854
21887
|
m[0]
|
|
@@ -21867,26 +21900,26 @@ function O3(t) {
|
|
|
21867
21900
|
}
|
|
21868
21901
|
};
|
|
21869
21902
|
}
|
|
21870
|
-
function
|
|
21903
|
+
function Bu(t, e, i) {
|
|
21871
21904
|
let { $$slots: n = {}, $$scope: o } = e;
|
|
21872
21905
|
return t.$$set = (l) => {
|
|
21873
21906
|
"$$scope" in l && i(0, o = l.$$scope);
|
|
21874
21907
|
}, [o, n];
|
|
21875
21908
|
}
|
|
21876
|
-
class
|
|
21909
|
+
class Fu extends pe {
|
|
21877
21910
|
constructor(e) {
|
|
21878
|
-
super(), ve(this, e,
|
|
21911
|
+
super(), ve(this, e, Bu, Ou, he, {}, Du);
|
|
21879
21912
|
}
|
|
21880
21913
|
}
|
|
21881
|
-
customElements.define("goa-one-column-layout", be(
|
|
21882
|
-
const
|
|
21883
|
-
function
|
|
21884
|
-
return
|
|
21914
|
+
customElements.define("goa-one-column-layout", be(Fu, {}, ["header", "default", "footer"], [], !0));
|
|
21915
|
+
const Iu = /^[1-9]+[0-9]*(px|em|rem|ch|vh|vw|%)$/;
|
|
21916
|
+
function Nu(t) {
|
|
21917
|
+
return Iu.test(t);
|
|
21885
21918
|
}
|
|
21886
|
-
function
|
|
21919
|
+
function Wu(t) {
|
|
21887
21920
|
Ce(t, "svelte-13np3sb", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.page-content.svelte-13np3sb{max-width:var(--max-width);margin:0 auto;padding:0 var(--goa-space-m)}@media not (max-width: 623px){.page-content.svelte-13np3sb{padding:0 var(--goa-space-xl)}}@media(min-width: 1024px){.page-content.svelte-13np3sb{padding:0 var(--goa-space-3xl)}}");
|
|
21888
21921
|
}
|
|
21889
|
-
function
|
|
21922
|
+
function Ru(t) {
|
|
21890
21923
|
let e, i, n;
|
|
21891
21924
|
const o = (
|
|
21892
21925
|
/*#slots*/
|
|
@@ -21951,12 +21984,12 @@ function R3(t) {
|
|
|
21951
21984
|
}
|
|
21952
21985
|
};
|
|
21953
21986
|
}
|
|
21954
|
-
function
|
|
21987
|
+
function Yu(t, e, i) {
|
|
21955
21988
|
let { $$slots: n = {}, $$scope: o } = e;
|
|
21956
21989
|
const l = { full: "100%" };
|
|
21957
21990
|
let { width: r = "full" } = e, { testid: s = "" } = e, { _width: a } = e;
|
|
21958
21991
|
function u(c) {
|
|
21959
|
-
return !!(["full"].includes(r) ||
|
|
21992
|
+
return !!(["full"].includes(r) || Nu(c));
|
|
21960
21993
|
}
|
|
21961
21994
|
return ze(async () => {
|
|
21962
21995
|
await Ve(), u(r) || console.error("Invalid PageBlock width"), i(0, a = l[r] || r);
|
|
@@ -21964,9 +21997,9 @@ function Y3(t, e, i) {
|
|
|
21964
21997
|
"width" in c && i(2, r = c.width), "testid" in c && i(1, s = c.testid), "_width" in c && i(0, a = c._width), "$$scope" in c && i(3, o = c.$$scope);
|
|
21965
21998
|
}, [a, s, r, o, n];
|
|
21966
21999
|
}
|
|
21967
|
-
class
|
|
22000
|
+
class Uu extends pe {
|
|
21968
22001
|
constructor(e) {
|
|
21969
|
-
super(), ve(this, e,
|
|
22002
|
+
super(), ve(this, e, Yu, Ru, he, { width: 2, testid: 1, _width: 0 }, Wu);
|
|
21970
22003
|
}
|
|
21971
22004
|
get width() {
|
|
21972
22005
|
return this.$$.ctx[2];
|
|
@@ -21987,8 +22020,8 @@ class U3 extends pe {
|
|
|
21987
22020
|
this.$$set({ _width: e }), _();
|
|
21988
22021
|
}
|
|
21989
22022
|
}
|
|
21990
|
-
customElements.define("goa-page-block", be(
|
|
21991
|
-
function
|
|
22023
|
+
customElements.define("goa-page-block", be(Uu, { width: {}, testid: {}, _width: {} }, ["default"], [], !0));
|
|
22024
|
+
function Gu(t) {
|
|
21992
22025
|
let e, i, n;
|
|
21993
22026
|
const o = (
|
|
21994
22027
|
/*#slots*/
|
|
@@ -22058,7 +22091,7 @@ function G3(t) {
|
|
|
22058
22091
|
}
|
|
22059
22092
|
};
|
|
22060
22093
|
}
|
|
22061
|
-
function
|
|
22094
|
+
function Ku(t, e, i) {
|
|
22062
22095
|
let { $$slots: n = {}, $$scope: o } = e, { current: l = 1 } = e, { mt: r = null } = e, { mr: s = null } = e, { mb: a = null } = e, { ml: u = null } = e, c;
|
|
22063
22096
|
ze(async () => {
|
|
22064
22097
|
await Ve(), d(l);
|
|
@@ -22082,9 +22115,9 @@ function K3(t, e, i) {
|
|
|
22082
22115
|
32 && d(l);
|
|
22083
22116
|
}, [r, s, a, u, c, l, o, n, g];
|
|
22084
22117
|
}
|
|
22085
|
-
class
|
|
22118
|
+
class Xu extends pe {
|
|
22086
22119
|
constructor(e) {
|
|
22087
|
-
super(), ve(this, e,
|
|
22120
|
+
super(), ve(this, e, Ku, Gu, he, { current: 5, mt: 0, mr: 1, mb: 2, ml: 3 });
|
|
22088
22121
|
}
|
|
22089
22122
|
get current() {
|
|
22090
22123
|
return this.$$.ctx[5];
|
|
@@ -22117,8 +22150,8 @@ class X3 extends pe {
|
|
|
22117
22150
|
this.$$set({ ml: e }), _();
|
|
22118
22151
|
}
|
|
22119
22152
|
}
|
|
22120
|
-
customElements.define("goa-pages", be(
|
|
22121
|
-
function
|
|
22153
|
+
customElements.define("goa-pages", be(Xu, { current: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
|
|
22154
|
+
function Ju(t) {
|
|
22122
22155
|
Ce(t, "svelte-1wkmzn8", "span.svelte-1wkmzn8{white-space:nowrap}.controls.svelte-1wkmzn8{display:flex;gap:1rem;flex-direction:column;align-items:center;width:100%}@media(min-width: 624px){.controls.svelte-1wkmzn8{flex-direction:row;justify-content:space-between}}");
|
|
22123
22156
|
}
|
|
22124
22157
|
function rl(t, e, i) {
|
|
@@ -22136,7 +22169,7 @@ function sl(t) {
|
|
|
22136
22169
|
function d(m, v) {
|
|
22137
22170
|
return (
|
|
22138
22171
|
/*itemcount*/
|
|
22139
|
-
m[1] <= 0 ? $
|
|
22172
|
+
m[1] <= 0 ? $u : Qu
|
|
22140
22173
|
);
|
|
22141
22174
|
}
|
|
22142
22175
|
let g = d(t), h = g(t);
|
|
@@ -22160,7 +22193,7 @@ function sl(t) {
|
|
|
22160
22193
|
}
|
|
22161
22194
|
};
|
|
22162
22195
|
}
|
|
22163
|
-
function
|
|
22196
|
+
function Qu(t) {
|
|
22164
22197
|
let e = (
|
|
22165
22198
|
/*_pageCount*/
|
|
22166
22199
|
t[8]
|
|
@@ -22182,7 +22215,7 @@ function Q3(t) {
|
|
|
22182
22215
|
}
|
|
22183
22216
|
};
|
|
22184
22217
|
}
|
|
22185
|
-
function $
|
|
22218
|
+
function $u(t) {
|
|
22186
22219
|
let e, i, n;
|
|
22187
22220
|
return {
|
|
22188
22221
|
c() {
|
|
@@ -22488,7 +22521,7 @@ class i5 extends pe {
|
|
|
22488
22521
|
mb: 6,
|
|
22489
22522
|
ml: 7
|
|
22490
22523
|
},
|
|
22491
|
-
|
|
22524
|
+
Ju
|
|
22492
22525
|
);
|
|
22493
22526
|
}
|
|
22494
22527
|
get pagenumber() {
|
|
@@ -29501,84 +29534,6 @@ class p4 extends pe {
|
|
|
29501
29534
|
}
|
|
29502
29535
|
customElements.define("goax-form-step", be(p4, { text: {}, status: {} }, [], [], !0));
|
|
29503
29536
|
export {
|
|
29504
|
-
|
|
29505
|
-
|
|
29506
|
-
ws as AppHeaderMenu,
|
|
29507
|
-
Ls as Badge,
|
|
29508
|
-
Es as Block,
|
|
29509
|
-
Ps as Button,
|
|
29510
|
-
Os as ButtonGroup,
|
|
29511
|
-
Ka as Calendar,
|
|
29512
|
-
$a as Callout,
|
|
29513
|
-
u2 as Card,
|
|
29514
|
-
i2 as CardActions,
|
|
29515
|
-
r2 as CardContent,
|
|
29516
|
-
h2 as CardGroup,
|
|
29517
|
-
p2 as CardImage,
|
|
29518
|
-
E2 as Checkbox,
|
|
29519
|
-
T2 as Chip,
|
|
29520
|
-
F2 as CircularProgress,
|
|
29521
|
-
U2 as Container,
|
|
29522
|
-
Q2 as DatePicker,
|
|
29523
|
-
i0 as Details,
|
|
29524
|
-
r0 as Divider,
|
|
29525
|
-
h0 as Drawer,
|
|
29526
|
-
x0 as Dropdown,
|
|
29527
|
-
b0 as DropdownItem,
|
|
29528
|
-
p4 as ExperimentalFormStep,
|
|
29529
|
-
f4 as ExperimentalFormStepper,
|
|
29530
|
-
Cc as Fieldset,
|
|
29531
|
-
B0 as FileUploadCard,
|
|
29532
|
-
R0 as FileUploadInput,
|
|
29533
|
-
K0 as FilterChip,
|
|
29534
|
-
$0 as FocusTrap,
|
|
29535
|
-
sc as Footer,
|
|
29536
|
-
fc as FooterMetaSection,
|
|
29537
|
-
vc as FooterNavSection,
|
|
29538
|
-
zc as Form,
|
|
29539
|
-
au as FormItem,
|
|
29540
|
-
qc as FormPage,
|
|
29541
|
-
pu as FormStep,
|
|
29542
|
-
ku as FormStepper,
|
|
29543
|
-
Ac as FormSummary,
|
|
29544
|
-
Eu as FullScreenNavbarLayout,
|
|
29545
|
-
Tu as Grid,
|
|
29546
|
-
Au as HeroBanner,
|
|
29547
|
-
Ku as Icon,
|
|
29548
|
-
Iu as IconButton,
|
|
29549
|
-
n3 as Input,
|
|
29550
|
-
s3 as Link,
|
|
29551
|
-
d3 as LinkButton,
|
|
29552
|
-
C3 as MicrositeHeader,
|
|
29553
|
-
q3 as Modal,
|
|
29554
|
-
P3 as Notification,
|
|
29555
|
-
F3 as OneColumnLayout,
|
|
29556
|
-
U3 as PageBlock,
|
|
29557
|
-
X3 as Pages,
|
|
29558
|
-
i5 as Pagination,
|
|
29559
|
-
s5 as Popover,
|
|
29560
|
-
b5 as RadioGroup,
|
|
29561
|
-
g5 as RadioItem,
|
|
29562
|
-
C5 as Scrollable,
|
|
29563
|
-
S5 as SideMenu,
|
|
29564
|
-
M5 as SideMenuGroup,
|
|
29565
|
-
Z5 as SideMenuHeading,
|
|
29566
|
-
lt as Skeleton,
|
|
29567
|
-
G5 as Spacer,
|
|
29568
|
-
ed as Spinner,
|
|
29569
|
-
Nc as SubForm,
|
|
29570
|
-
Yc as SubFormIndex,
|
|
29571
|
-
ld as Tab,
|
|
29572
|
-
dd as Table,
|
|
29573
|
-
pd as TableSortHeader,
|
|
29574
|
-
kd as Tabs,
|
|
29575
|
-
Xc as Task,
|
|
29576
|
-
eu as TaskList,
|
|
29577
|
-
Sd as TemporaryNotification,
|
|
29578
|
-
jd as TemporaryNotificationCtrl,
|
|
29579
|
-
Dd as Text,
|
|
29580
|
-
Id as TextArea,
|
|
29581
|
-
Jd as ThreeColumnLayout,
|
|
29582
|
-
t4 as Tooltip,
|
|
29583
|
-
a4 as TwoColumnLayout
|
|
29537
|
+
pr as DropdownItemDestroyMsg,
|
|
29538
|
+
br as DropdownItemMountedMsg
|
|
29584
29539
|
};
|