@abgov/react-components 4.0.0-alpha.140 → 4.0.0-alpha.142
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.d.ts +1 -0
- package/lib/three-column-layout/three-column-layout.d.ts +25 -0
- package/package.json +1 -1
- package/react-components.esm.js +338 -146
- package/react-components.umd.js +338 -145
package/react-components.esm.js
CHANGED
|
@@ -1127,7 +1127,7 @@ function cssVar(name, value) {
|
|
|
1127
1127
|
/* libs/web-components/src/components/accordion/Accordion.svelte generated by Svelte v3.51.0 */
|
|
1128
1128
|
|
|
1129
1129
|
|
|
1130
|
-
function create_fragment$
|
|
1130
|
+
function create_fragment$Q(ctx) {
|
|
1131
1131
|
let div3;
|
|
1132
1132
|
let details;
|
|
1133
1133
|
let summary;
|
|
@@ -1330,7 +1330,7 @@ function create_fragment$P(ctx) {
|
|
|
1330
1330
|
};
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
|
-
function instance$
|
|
1333
|
+
function instance$K($$self, $$props, $$invalidate) {
|
|
1334
1334
|
let isOpen;
|
|
1335
1335
|
const [HeadingSizes, validateHeadingSize] = typeValidator("Accordion heading size", ["small", "medium"]);
|
|
1336
1336
|
let {
|
|
@@ -1408,7 +1408,7 @@ class Accordion extends SvelteElement {
|
|
|
1408
1408
|
target: this.shadowRoot,
|
|
1409
1409
|
props: attribute_to_object(this.attributes),
|
|
1410
1410
|
customElement: true
|
|
1411
|
-
}, instance$
|
|
1411
|
+
}, instance$K, create_fragment$Q, safe_not_equal, {
|
|
1412
1412
|
open: 10,
|
|
1413
1413
|
heading: 0,
|
|
1414
1414
|
secondarytext: 1,
|
|
@@ -1664,7 +1664,7 @@ function create_if_block$o(ctx) {
|
|
|
1664
1664
|
};
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
|
-
function create_fragment$
|
|
1667
|
+
function create_fragment$P(ctx) {
|
|
1668
1668
|
let div2;
|
|
1669
1669
|
let div1;
|
|
1670
1670
|
let t;
|
|
@@ -1748,7 +1748,7 @@ function create_fragment$O(ctx) {
|
|
|
1748
1748
|
};
|
|
1749
1749
|
}
|
|
1750
1750
|
|
|
1751
|
-
function instance$
|
|
1751
|
+
function instance$J($$self, $$props, $$invalidate) {
|
|
1752
1752
|
let {
|
|
1753
1753
|
heading = ""
|
|
1754
1754
|
} = $$props;
|
|
@@ -1780,7 +1780,7 @@ class AppHeader extends SvelteElement {
|
|
|
1780
1780
|
target: this.shadowRoot,
|
|
1781
1781
|
props: attribute_to_object(this.attributes),
|
|
1782
1782
|
customElement: true
|
|
1783
|
-
}, instance$
|
|
1783
|
+
}, instance$J, create_fragment$P, safe_not_equal, {
|
|
1784
1784
|
heading: 0,
|
|
1785
1785
|
url: 1,
|
|
1786
1786
|
testid: 2,
|
|
@@ -1940,7 +1940,7 @@ function create_if_block$n(ctx) {
|
|
|
1940
1940
|
};
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
|
-
function create_fragment$
|
|
1943
|
+
function create_fragment$O(ctx) {
|
|
1944
1944
|
let div;
|
|
1945
1945
|
let t;
|
|
1946
1946
|
let div_style_value;
|
|
@@ -2076,7 +2076,7 @@ function create_fragment$N(ctx) {
|
|
|
2076
2076
|
};
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
|
-
function instance$
|
|
2079
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
2080
2080
|
let showIcon;
|
|
2081
2081
|
let iconType;
|
|
2082
2082
|
const [Types, validateType] = typeValidator("Badge type", ["success", "important", "information", "emergency", "dark", "midtone", "light"], true);
|
|
@@ -2156,7 +2156,7 @@ class Badge extends SvelteElement {
|
|
|
2156
2156
|
target: this.shadowRoot,
|
|
2157
2157
|
props: attribute_to_object(this.attributes),
|
|
2158
2158
|
customElement: true
|
|
2159
|
-
}, instance$
|
|
2159
|
+
}, instance$I, create_fragment$O, safe_not_equal, {
|
|
2160
2160
|
type: 0,
|
|
2161
2161
|
testid: 1,
|
|
2162
2162
|
content: 2,
|
|
@@ -2276,7 +2276,7 @@ class Badge extends SvelteElement {
|
|
|
2276
2276
|
customElements.define("goa-badge", Badge);
|
|
2277
2277
|
/* libs/web-components/src/components/block/Block.svelte generated by Svelte v3.51.0 */
|
|
2278
2278
|
|
|
2279
|
-
function create_fragment$
|
|
2279
|
+
function create_fragment$N(ctx) {
|
|
2280
2280
|
let div;
|
|
2281
2281
|
let slot;
|
|
2282
2282
|
let div_style_value;
|
|
@@ -2350,7 +2350,7 @@ function create_fragment$M(ctx) {
|
|
|
2350
2350
|
};
|
|
2351
2351
|
}
|
|
2352
2352
|
|
|
2353
|
-
function instance$
|
|
2353
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
2354
2354
|
let {
|
|
2355
2355
|
gap = "m"
|
|
2356
2356
|
} = $$props;
|
|
@@ -2394,7 +2394,7 @@ class Block extends SvelteElement {
|
|
|
2394
2394
|
target: this.shadowRoot,
|
|
2395
2395
|
props: attribute_to_object(this.attributes),
|
|
2396
2396
|
customElement: true
|
|
2397
|
-
}, instance$
|
|
2397
|
+
}, instance$H, create_fragment$N, safe_not_equal, {
|
|
2398
2398
|
gap: 0,
|
|
2399
2399
|
direction: 1,
|
|
2400
2400
|
alignment: 2,
|
|
@@ -2700,7 +2700,7 @@ function create_if_block_1$d(ctx) {
|
|
|
2700
2700
|
};
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
|
-
function create_fragment$
|
|
2703
|
+
function create_fragment$M(ctx) {
|
|
2704
2704
|
let button;
|
|
2705
2705
|
let button_class_value;
|
|
2706
2706
|
let button_style_value;
|
|
@@ -2854,7 +2854,7 @@ function create_fragment$L(ctx) {
|
|
|
2854
2854
|
};
|
|
2855
2855
|
}
|
|
2856
2856
|
|
|
2857
|
-
function instance$
|
|
2857
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
2858
2858
|
let isDisabled;
|
|
2859
2859
|
let isButtonDark;
|
|
2860
2860
|
const [Types, validateType] = typeValidator("Button type", ["primary", "submit", "secondary", "tertiary", "start"], true);
|
|
@@ -2949,7 +2949,7 @@ class Button extends SvelteElement {
|
|
|
2949
2949
|
target: this.shadowRoot,
|
|
2950
2950
|
props: attribute_to_object(this.attributes),
|
|
2951
2951
|
customElement: true
|
|
2952
|
-
}, instance$
|
|
2952
|
+
}, instance$G, create_fragment$M, safe_not_equal, {
|
|
2953
2953
|
type: 0,
|
|
2954
2954
|
size: 1,
|
|
2955
2955
|
variant: 2,
|
|
@@ -3105,7 +3105,7 @@ class Button extends SvelteElement {
|
|
|
3105
3105
|
customElements.define("goa-button", Button);
|
|
3106
3106
|
/* libs/web-components/src/components/button-group/ButtonGroup.svelte generated by Svelte v3.51.0 */
|
|
3107
3107
|
|
|
3108
|
-
function create_fragment$
|
|
3108
|
+
function create_fragment$L(ctx) {
|
|
3109
3109
|
let div;
|
|
3110
3110
|
let slot;
|
|
3111
3111
|
let div_style_value;
|
|
@@ -3175,7 +3175,7 @@ function create_fragment$K(ctx) {
|
|
|
3175
3175
|
};
|
|
3176
3176
|
}
|
|
3177
3177
|
|
|
3178
|
-
function instance$
|
|
3178
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
3179
3179
|
let _alignment;
|
|
3180
3180
|
|
|
3181
3181
|
let {
|
|
@@ -3239,7 +3239,7 @@ class ButtonGroup extends SvelteElement {
|
|
|
3239
3239
|
target: this.shadowRoot,
|
|
3240
3240
|
props: attribute_to_object(this.attributes),
|
|
3241
3241
|
customElement: true
|
|
3242
|
-
}, instance$
|
|
3242
|
+
}, instance$F, create_fragment$L, safe_not_equal, {
|
|
3243
3243
|
alignment: 7,
|
|
3244
3244
|
gap: 0,
|
|
3245
3245
|
testid: 1,
|
|
@@ -3378,7 +3378,7 @@ function create_if_block$l(ctx) {
|
|
|
3378
3378
|
};
|
|
3379
3379
|
}
|
|
3380
3380
|
|
|
3381
|
-
function create_fragment$
|
|
3381
|
+
function create_fragment$K(ctx) {
|
|
3382
3382
|
let div;
|
|
3383
3383
|
let span0;
|
|
3384
3384
|
let goa_icon;
|
|
@@ -3513,7 +3513,7 @@ function create_fragment$J(ctx) {
|
|
|
3513
3513
|
};
|
|
3514
3514
|
}
|
|
3515
3515
|
|
|
3516
|
-
function instance$
|
|
3516
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
3517
3517
|
let iconType;
|
|
3518
3518
|
const [Types, validateType] = typeValidator("Callout type", ["emergency", "important", "information", "event", "success"], true);
|
|
3519
3519
|
let {
|
|
@@ -3570,7 +3570,7 @@ class Callout extends SvelteElement {
|
|
|
3570
3570
|
target: this.shadowRoot,
|
|
3571
3571
|
props: attribute_to_object(this.attributes),
|
|
3572
3572
|
customElement: true
|
|
3573
|
-
}, instance$
|
|
3573
|
+
}, instance$E, create_fragment$K, safe_not_equal, {
|
|
3574
3574
|
mt: 0,
|
|
3575
3575
|
mr: 1,
|
|
3576
3576
|
mb: 2,
|
|
@@ -3678,7 +3678,7 @@ class Callout extends SvelteElement {
|
|
|
3678
3678
|
customElements.define("goa-callout", Callout);
|
|
3679
3679
|
/* libs/web-components/src/components/card-actions/CardActions.svelte generated by Svelte v3.51.0 */
|
|
3680
3680
|
|
|
3681
|
-
function create_fragment$
|
|
3681
|
+
function create_fragment$J(ctx) {
|
|
3682
3682
|
let goa_card_content;
|
|
3683
3683
|
return {
|
|
3684
3684
|
c() {
|
|
@@ -3709,7 +3709,7 @@ class CardActions extends SvelteElement {
|
|
|
3709
3709
|
target: this.shadowRoot,
|
|
3710
3710
|
props: attribute_to_object(this.attributes),
|
|
3711
3711
|
customElement: true
|
|
3712
|
-
}, null, create_fragment$
|
|
3712
|
+
}, null, create_fragment$J, safe_not_equal, {}, null);
|
|
3713
3713
|
|
|
3714
3714
|
if (options) {
|
|
3715
3715
|
if (options.target) {
|
|
@@ -3723,7 +3723,7 @@ class CardActions extends SvelteElement {
|
|
|
3723
3723
|
customElements.define("goa-card-actions", CardActions);
|
|
3724
3724
|
/* libs/web-components/src/components/card/Card.svelte generated by Svelte v3.51.0 */
|
|
3725
3725
|
|
|
3726
|
-
function create_fragment$
|
|
3726
|
+
function create_fragment$I(ctx) {
|
|
3727
3727
|
let div;
|
|
3728
3728
|
let slot;
|
|
3729
3729
|
let div_style_value;
|
|
@@ -3802,7 +3802,7 @@ function create_fragment$H(ctx) {
|
|
|
3802
3802
|
};
|
|
3803
3803
|
}
|
|
3804
3804
|
|
|
3805
|
-
function instance$
|
|
3805
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
3806
3806
|
let {
|
|
3807
3807
|
elevation = 0
|
|
3808
3808
|
} = $$props;
|
|
@@ -3850,7 +3850,7 @@ class Card extends SvelteElement {
|
|
|
3850
3850
|
target: this.shadowRoot,
|
|
3851
3851
|
props: attribute_to_object(this.attributes),
|
|
3852
3852
|
customElement: true
|
|
3853
|
-
}, instance$
|
|
3853
|
+
}, instance$D, create_fragment$I, safe_not_equal, {
|
|
3854
3854
|
elevation: 0,
|
|
3855
3855
|
width: 1,
|
|
3856
3856
|
height: 2,
|
|
@@ -3970,7 +3970,7 @@ class Card extends SvelteElement {
|
|
|
3970
3970
|
customElements.define("goa-card", Card);
|
|
3971
3971
|
/* libs/web-components/src/components/card-content/CardContent.svelte generated by Svelte v3.51.0 */
|
|
3972
3972
|
|
|
3973
|
-
function create_fragment$
|
|
3973
|
+
function create_fragment$H(ctx) {
|
|
3974
3974
|
let div;
|
|
3975
3975
|
return {
|
|
3976
3976
|
c() {
|
|
@@ -4003,7 +4003,7 @@ class CardContent extends SvelteElement {
|
|
|
4003
4003
|
target: this.shadowRoot,
|
|
4004
4004
|
props: attribute_to_object(this.attributes),
|
|
4005
4005
|
customElement: true
|
|
4006
|
-
}, null, create_fragment$
|
|
4006
|
+
}, null, create_fragment$H, safe_not_equal, {}, null);
|
|
4007
4007
|
|
|
4008
4008
|
if (options) {
|
|
4009
4009
|
if (options.target) {
|
|
@@ -4017,7 +4017,7 @@ class CardContent extends SvelteElement {
|
|
|
4017
4017
|
customElements.define("goa-card-content", CardContent);
|
|
4018
4018
|
/* libs/web-components/src/components/card-group/CardGroup.svelte generated by Svelte v3.51.0 */
|
|
4019
4019
|
|
|
4020
|
-
function create_fragment$
|
|
4020
|
+
function create_fragment$G(ctx) {
|
|
4021
4021
|
let div;
|
|
4022
4022
|
return {
|
|
4023
4023
|
c() {
|
|
@@ -4050,7 +4050,7 @@ class CardGroup extends SvelteElement {
|
|
|
4050
4050
|
target: this.shadowRoot,
|
|
4051
4051
|
props: attribute_to_object(this.attributes),
|
|
4052
4052
|
customElement: true
|
|
4053
|
-
}, null, create_fragment$
|
|
4053
|
+
}, null, create_fragment$G, safe_not_equal, {}, null);
|
|
4054
4054
|
|
|
4055
4055
|
if (options) {
|
|
4056
4056
|
if (options.target) {
|
|
@@ -4064,7 +4064,7 @@ class CardGroup extends SvelteElement {
|
|
|
4064
4064
|
customElements.define("goa-card-group", CardGroup);
|
|
4065
4065
|
/* libs/web-components/src/components/card-image/CardImage.svelte generated by Svelte v3.51.0 */
|
|
4066
4066
|
|
|
4067
|
-
function create_fragment$
|
|
4067
|
+
function create_fragment$F(ctx) {
|
|
4068
4068
|
let div;
|
|
4069
4069
|
return {
|
|
4070
4070
|
c() {
|
|
@@ -4112,7 +4112,7 @@ function create_fragment$E(ctx) {
|
|
|
4112
4112
|
};
|
|
4113
4113
|
}
|
|
4114
4114
|
|
|
4115
|
-
function instance$
|
|
4115
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
4116
4116
|
let {
|
|
4117
4117
|
src
|
|
4118
4118
|
} = $$props;
|
|
@@ -4136,7 +4136,7 @@ class CardImage extends SvelteElement {
|
|
|
4136
4136
|
target: this.shadowRoot,
|
|
4137
4137
|
props: attribute_to_object(this.attributes),
|
|
4138
4138
|
customElement: true
|
|
4139
|
-
}, instance$
|
|
4139
|
+
}, instance$C, create_fragment$F, safe_not_equal, {
|
|
4140
4140
|
src: 0,
|
|
4141
4141
|
height: 1
|
|
4142
4142
|
}, null);
|
|
@@ -4238,7 +4238,7 @@ function create_if_block$k(ctx) {
|
|
|
4238
4238
|
};
|
|
4239
4239
|
}
|
|
4240
4240
|
|
|
4241
|
-
function create_fragment$
|
|
4241
|
+
function create_fragment$E(ctx) {
|
|
4242
4242
|
let label;
|
|
4243
4243
|
let div0;
|
|
4244
4244
|
let input;
|
|
@@ -4487,7 +4487,7 @@ function create_fragment$D(ctx) {
|
|
|
4487
4487
|
};
|
|
4488
4488
|
}
|
|
4489
4489
|
|
|
4490
|
-
function instance$
|
|
4490
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
4491
4491
|
let isDisabled;
|
|
4492
4492
|
let isError;
|
|
4493
4493
|
let isChecked;
|
|
@@ -4602,7 +4602,7 @@ class Checkbox extends SvelteElement {
|
|
|
4602
4602
|
target: this.shadowRoot,
|
|
4603
4603
|
props: attribute_to_object(this.attributes),
|
|
4604
4604
|
customElement: true
|
|
4605
|
-
}, instance$
|
|
4605
|
+
}, instance$B, create_fragment$E, safe_not_equal, {
|
|
4606
4606
|
name: 0,
|
|
4607
4607
|
checked: 14,
|
|
4608
4608
|
text: 1,
|
|
@@ -4860,7 +4860,7 @@ function create_if_block$j(ctx) {
|
|
|
4860
4860
|
};
|
|
4861
4861
|
}
|
|
4862
4862
|
|
|
4863
|
-
function create_fragment$
|
|
4863
|
+
function create_fragment$D(ctx) {
|
|
4864
4864
|
let div1;
|
|
4865
4865
|
let t0;
|
|
4866
4866
|
let div0;
|
|
@@ -5042,7 +5042,7 @@ function create_fragment$C(ctx) {
|
|
|
5042
5042
|
};
|
|
5043
5043
|
}
|
|
5044
5044
|
|
|
5045
|
-
function instance$
|
|
5045
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
5046
5046
|
let {
|
|
5047
5047
|
mt = null
|
|
5048
5048
|
} = $$props;
|
|
@@ -5143,7 +5143,7 @@ class Chip extends SvelteElement {
|
|
|
5143
5143
|
target: this.shadowRoot,
|
|
5144
5144
|
props: attribute_to_object(this.attributes),
|
|
5145
5145
|
customElement: true
|
|
5146
|
-
}, instance$
|
|
5146
|
+
}, instance$A, create_fragment$D, safe_not_equal, {
|
|
5147
5147
|
mt: 0,
|
|
5148
5148
|
mr: 1,
|
|
5149
5149
|
mb: 2,
|
|
@@ -5768,7 +5768,7 @@ function create_if_block_2$8(ctx) {
|
|
|
5768
5768
|
};
|
|
5769
5769
|
}
|
|
5770
5770
|
|
|
5771
|
-
function create_fragment$
|
|
5771
|
+
function create_fragment$C(ctx) {
|
|
5772
5772
|
let if_block_anchor;
|
|
5773
5773
|
let current;
|
|
5774
5774
|
let if_block =
|
|
@@ -5833,7 +5833,7 @@ function create_fragment$B(ctx) {
|
|
|
5833
5833
|
};
|
|
5834
5834
|
}
|
|
5835
5835
|
|
|
5836
|
-
function instance$
|
|
5836
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
5837
5837
|
let isVisible;
|
|
5838
5838
|
const [Variants, validateVariant] = typeValidator("Circular progress variant", ["fullscreen", "inline"]);
|
|
5839
5839
|
const [Sizes, validateSize] = typeValidator("Button size", ["small", "large"]);
|
|
@@ -5890,7 +5890,7 @@ class CircularProgress extends SvelteElement {
|
|
|
5890
5890
|
target: this.shadowRoot,
|
|
5891
5891
|
props: attribute_to_object(this.attributes),
|
|
5892
5892
|
customElement: true
|
|
5893
|
-
}, instance$
|
|
5893
|
+
}, instance$z, create_fragment$C, safe_not_equal, {
|
|
5894
5894
|
variant: 6,
|
|
5895
5895
|
size: 7,
|
|
5896
5896
|
message: 0,
|
|
@@ -5974,7 +5974,7 @@ class CircularProgress extends SvelteElement {
|
|
|
5974
5974
|
customElements.define("goa-circular-progress", CircularProgress);
|
|
5975
5975
|
/* libs/web-components/src/components/container/Container.svelte generated by Svelte v3.51.0 */
|
|
5976
5976
|
|
|
5977
|
-
function create_fragment$
|
|
5977
|
+
function create_fragment$B(ctx) {
|
|
5978
5978
|
let div3;
|
|
5979
5979
|
let header;
|
|
5980
5980
|
let div0;
|
|
@@ -6099,7 +6099,7 @@ function create_fragment$A(ctx) {
|
|
|
6099
6099
|
};
|
|
6100
6100
|
}
|
|
6101
6101
|
|
|
6102
|
-
function instance$
|
|
6102
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
6103
6103
|
const [Types, validateType] = typeValidator("Container type", ["interactive", "info", "error", "success", "important", "non-interactive"]);
|
|
6104
6104
|
const [Accents, validateAccent] = typeValidator("Container accent", ["thick", "thin", "filled"]);
|
|
6105
6105
|
const [Paddings, validatePadding] = typeValidator("Container padding", ["relaxed", "compact"]);
|
|
@@ -6155,7 +6155,7 @@ class Container extends SvelteElement {
|
|
|
6155
6155
|
target: this.shadowRoot,
|
|
6156
6156
|
props: attribute_to_object(this.attributes),
|
|
6157
6157
|
customElement: true
|
|
6158
|
-
}, instance$
|
|
6158
|
+
}, instance$y, create_fragment$B, safe_not_equal, {
|
|
6159
6159
|
type: 0,
|
|
6160
6160
|
accent: 1,
|
|
6161
6161
|
padding: 2,
|
|
@@ -6275,7 +6275,7 @@ class Container extends SvelteElement {
|
|
|
6275
6275
|
customElements.define("goa-container", Container);
|
|
6276
6276
|
/* libs/web-components/src/components/details/Details.svelte generated by Svelte v3.51.0 */
|
|
6277
6277
|
|
|
6278
|
-
function create_fragment$
|
|
6278
|
+
function create_fragment$A(ctx) {
|
|
6279
6279
|
let details;
|
|
6280
6280
|
let summary;
|
|
6281
6281
|
let goa_icon;
|
|
@@ -6375,7 +6375,7 @@ function create_fragment$z(ctx) {
|
|
|
6375
6375
|
};
|
|
6376
6376
|
}
|
|
6377
6377
|
|
|
6378
|
-
function instance$
|
|
6378
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
6379
6379
|
let {
|
|
6380
6380
|
heading
|
|
6381
6381
|
} = $$props;
|
|
@@ -6435,7 +6435,7 @@ class Details extends SvelteElement {
|
|
|
6435
6435
|
target: this.shadowRoot,
|
|
6436
6436
|
props: attribute_to_object(this.attributes),
|
|
6437
6437
|
customElement: true
|
|
6438
|
-
}, instance$
|
|
6438
|
+
}, instance$x, create_fragment$A, safe_not_equal, {
|
|
6439
6439
|
heading: 0,
|
|
6440
6440
|
mt: 1,
|
|
6441
6441
|
mr: 2,
|
|
@@ -6519,7 +6519,7 @@ class Details extends SvelteElement {
|
|
|
6519
6519
|
customElements.define("goa-details", Details);
|
|
6520
6520
|
/* libs/web-components/src/components/divider/Divider.svelte generated by Svelte v3.51.0 */
|
|
6521
6521
|
|
|
6522
|
-
function create_fragment$
|
|
6522
|
+
function create_fragment$z(ctx) {
|
|
6523
6523
|
let hr;
|
|
6524
6524
|
let hr_style_value;
|
|
6525
6525
|
return {
|
|
@@ -6578,7 +6578,7 @@ function create_fragment$y(ctx) {
|
|
|
6578
6578
|
};
|
|
6579
6579
|
}
|
|
6580
6580
|
|
|
6581
|
-
function instance$
|
|
6581
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
6582
6582
|
let {
|
|
6583
6583
|
testid = ""
|
|
6584
6584
|
} = $$props;
|
|
@@ -6614,7 +6614,7 @@ class Divider extends SvelteElement {
|
|
|
6614
6614
|
target: this.shadowRoot,
|
|
6615
6615
|
props: attribute_to_object(this.attributes),
|
|
6616
6616
|
customElement: true
|
|
6617
|
-
}, instance$
|
|
6617
|
+
}, instance$w, create_fragment$z, safe_not_equal, {
|
|
6618
6618
|
testid: 0,
|
|
6619
6619
|
mt: 1,
|
|
6620
6620
|
mr: 2,
|
|
@@ -7429,7 +7429,7 @@ function create_each_block$6(ctx) {
|
|
|
7429
7429
|
};
|
|
7430
7430
|
}
|
|
7431
7431
|
|
|
7432
|
-
function create_fragment$
|
|
7432
|
+
function create_fragment$y(ctx) {
|
|
7433
7433
|
let div;
|
|
7434
7434
|
let div_data_testid_value;
|
|
7435
7435
|
let div_style_value;
|
|
@@ -7560,7 +7560,7 @@ function parseValues(selectedValue) {
|
|
|
7560
7560
|
return rawValues.map(val => `${val}`);
|
|
7561
7561
|
}
|
|
7562
7562
|
|
|
7563
|
-
function instance$
|
|
7563
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
7564
7564
|
let _disabled;
|
|
7565
7565
|
|
|
7566
7566
|
let _error;
|
|
@@ -7957,7 +7957,7 @@ class Dropdown extends SvelteElement {
|
|
|
7957
7957
|
target: this.shadowRoot,
|
|
7958
7958
|
props: attribute_to_object(this.attributes),
|
|
7959
7959
|
customElement: true
|
|
7960
|
-
}, instance$
|
|
7960
|
+
}, instance$v, create_fragment$y, safe_not_equal, {
|
|
7961
7961
|
name: 0,
|
|
7962
7962
|
arialabel: 1,
|
|
7963
7963
|
value: 29,
|
|
@@ -8161,7 +8161,7 @@ class Dropdown extends SvelteElement {
|
|
|
8161
8161
|
customElements.define("goa-dropdown", Dropdown);
|
|
8162
8162
|
/* libs/web-components/src/components/dropdown/DropdownItem.svelte generated by Svelte v3.51.0 */
|
|
8163
8163
|
|
|
8164
|
-
function create_fragment$
|
|
8164
|
+
function create_fragment$x(ctx) {
|
|
8165
8165
|
return {
|
|
8166
8166
|
c() {
|
|
8167
8167
|
this.c = noop;
|
|
@@ -8182,7 +8182,7 @@ class DropdownItem extends SvelteElement {
|
|
|
8182
8182
|
target: this.shadowRoot,
|
|
8183
8183
|
props: attribute_to_object(this.attributes),
|
|
8184
8184
|
customElement: true
|
|
8185
|
-
}, null, create_fragment$
|
|
8185
|
+
}, null, create_fragment$x, safe_not_equal, {}, null);
|
|
8186
8186
|
|
|
8187
8187
|
if (options) {
|
|
8188
8188
|
if (options.target) {
|
|
@@ -8196,7 +8196,7 @@ class DropdownItem extends SvelteElement {
|
|
|
8196
8196
|
customElements.define("goa-dropdown-item", DropdownItem);
|
|
8197
8197
|
/* libs/web-components/src/components/focus-trap/FocusTrap.svelte generated by Svelte v3.51.0 */
|
|
8198
8198
|
|
|
8199
|
-
function create_fragment$
|
|
8199
|
+
function create_fragment$w(ctx) {
|
|
8200
8200
|
let div;
|
|
8201
8201
|
return {
|
|
8202
8202
|
c() {
|
|
@@ -8256,7 +8256,7 @@ function isFocusable(element) {
|
|
|
8256
8256
|
}
|
|
8257
8257
|
}
|
|
8258
8258
|
|
|
8259
|
-
function instance$
|
|
8259
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
8260
8260
|
let isActive;
|
|
8261
8261
|
let {
|
|
8262
8262
|
active
|
|
@@ -8425,7 +8425,7 @@ class FocusTrap extends SvelteElement {
|
|
|
8425
8425
|
target: this.shadowRoot,
|
|
8426
8426
|
props: attribute_to_object(this.attributes),
|
|
8427
8427
|
customElement: true
|
|
8428
|
-
}, instance$
|
|
8428
|
+
}, instance$u, create_fragment$w, safe_not_equal, {
|
|
8429
8429
|
active: 1
|
|
8430
8430
|
}, null);
|
|
8431
8431
|
|
|
@@ -8480,7 +8480,7 @@ function create_if_block$g(ctx) {
|
|
|
8480
8480
|
};
|
|
8481
8481
|
}
|
|
8482
8482
|
|
|
8483
|
-
function create_fragment$
|
|
8483
|
+
function create_fragment$v(ctx) {
|
|
8484
8484
|
let div5;
|
|
8485
8485
|
let div4;
|
|
8486
8486
|
let div0;
|
|
@@ -8623,7 +8623,7 @@ function create_fragment$u(ctx) {
|
|
|
8623
8623
|
};
|
|
8624
8624
|
}
|
|
8625
8625
|
|
|
8626
|
-
function instance$
|
|
8626
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
8627
8627
|
let {
|
|
8628
8628
|
maxcontentwidth = ""
|
|
8629
8629
|
} = $$props;
|
|
@@ -8661,7 +8661,7 @@ class Footer extends SvelteElement {
|
|
|
8661
8661
|
target: this.shadowRoot,
|
|
8662
8662
|
props: attribute_to_object(this.attributes),
|
|
8663
8663
|
customElement: true
|
|
8664
|
-
}, instance$
|
|
8664
|
+
}, instance$t, create_fragment$v, safe_not_equal, {
|
|
8665
8665
|
maxcontentwidth: 0
|
|
8666
8666
|
}, null);
|
|
8667
8667
|
|
|
@@ -8751,7 +8751,7 @@ function create_each_block$5(ctx) {
|
|
|
8751
8751
|
};
|
|
8752
8752
|
}
|
|
8753
8753
|
|
|
8754
|
-
function create_fragment$
|
|
8754
|
+
function create_fragment$u(ctx) {
|
|
8755
8755
|
let section;
|
|
8756
8756
|
let div;
|
|
8757
8757
|
let t;
|
|
@@ -8839,7 +8839,7 @@ function create_fragment$t(ctx) {
|
|
|
8839
8839
|
};
|
|
8840
8840
|
}
|
|
8841
8841
|
|
|
8842
|
-
function instance$
|
|
8842
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
8843
8843
|
let rootEl;
|
|
8844
8844
|
let children = [];
|
|
8845
8845
|
onMount(async () => {
|
|
@@ -8874,7 +8874,7 @@ class FooterMetaSection extends SvelteElement {
|
|
|
8874
8874
|
target: this.shadowRoot,
|
|
8875
8875
|
props: attribute_to_object(this.attributes),
|
|
8876
8876
|
customElement: true
|
|
8877
|
-
}, instance$
|
|
8877
|
+
}, instance$s, create_fragment$u, safe_not_equal, {}, null);
|
|
8878
8878
|
|
|
8879
8879
|
if (options) {
|
|
8880
8880
|
if (options.target) {
|
|
@@ -8984,7 +8984,7 @@ function create_each_block$4(ctx) {
|
|
|
8984
8984
|
};
|
|
8985
8985
|
}
|
|
8986
8986
|
|
|
8987
|
-
function create_fragment$
|
|
8987
|
+
function create_fragment$t(ctx) {
|
|
8988
8988
|
let section;
|
|
8989
8989
|
let t0;
|
|
8990
8990
|
let div;
|
|
@@ -9131,7 +9131,7 @@ function create_fragment$s(ctx) {
|
|
|
9131
9131
|
};
|
|
9132
9132
|
}
|
|
9133
9133
|
|
|
9134
|
-
function instance$
|
|
9134
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
9135
9135
|
let {
|
|
9136
9136
|
heading = ""
|
|
9137
9137
|
} = $$props;
|
|
@@ -9182,7 +9182,7 @@ class FooterNavSection extends SvelteElement {
|
|
|
9182
9182
|
target: this.shadowRoot,
|
|
9183
9183
|
props: attribute_to_object(this.attributes),
|
|
9184
9184
|
customElement: true
|
|
9185
|
-
}, instance$
|
|
9185
|
+
}, instance$r, create_fragment$t, safe_not_equal, {
|
|
9186
9186
|
heading: 0,
|
|
9187
9187
|
maxcolumncount: 1
|
|
9188
9188
|
}, null);
|
|
@@ -9412,7 +9412,7 @@ function create_if_block$e(ctx) {
|
|
|
9412
9412
|
};
|
|
9413
9413
|
}
|
|
9414
9414
|
|
|
9415
|
-
function create_fragment$
|
|
9415
|
+
function create_fragment$s(ctx) {
|
|
9416
9416
|
let div1;
|
|
9417
9417
|
let t0;
|
|
9418
9418
|
let div0;
|
|
@@ -9549,7 +9549,7 @@ function create_fragment$r(ctx) {
|
|
|
9549
9549
|
};
|
|
9550
9550
|
}
|
|
9551
9551
|
|
|
9552
|
-
function instance$
|
|
9552
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
9553
9553
|
const [REQUIREMENT_TYPES, validateRequirementType] = typeValidator("Requirement type", ["optional", "required"], false);
|
|
9554
9554
|
let {
|
|
9555
9555
|
testid = ""
|
|
@@ -9605,7 +9605,7 @@ class FormItem extends SvelteElement {
|
|
|
9605
9605
|
target: this.shadowRoot,
|
|
9606
9606
|
props: attribute_to_object(this.attributes),
|
|
9607
9607
|
customElement: true
|
|
9608
|
-
}, instance$
|
|
9608
|
+
}, instance$q, create_fragment$s, safe_not_equal, {
|
|
9609
9609
|
testid: 0,
|
|
9610
9610
|
mt: 1,
|
|
9611
9611
|
mr: 2,
|
|
@@ -9737,7 +9737,7 @@ class FormItem extends SvelteElement {
|
|
|
9737
9737
|
customElements.define("goa-form-item", FormItem);
|
|
9738
9738
|
/* libs/web-components/src/components/grid/Grid.svelte generated by Svelte v3.51.0 */
|
|
9739
9739
|
|
|
9740
|
-
function create_fragment$
|
|
9740
|
+
function create_fragment$r(ctx) {
|
|
9741
9741
|
let div;
|
|
9742
9742
|
let slot;
|
|
9743
9743
|
let div_style_value;
|
|
@@ -9805,7 +9805,7 @@ function create_fragment$q(ctx) {
|
|
|
9805
9805
|
};
|
|
9806
9806
|
}
|
|
9807
9807
|
|
|
9808
|
-
function instance$
|
|
9808
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
9809
9809
|
let {
|
|
9810
9810
|
gap = "m"
|
|
9811
9811
|
} = $$props;
|
|
@@ -9850,7 +9850,7 @@ class Grid extends SvelteElement {
|
|
|
9850
9850
|
target: this.shadowRoot,
|
|
9851
9851
|
props: attribute_to_object(this.attributes),
|
|
9852
9852
|
customElement: true
|
|
9853
|
-
}, instance$
|
|
9853
|
+
}, instance$p, create_fragment$r, safe_not_equal, {
|
|
9854
9854
|
gap: 0,
|
|
9855
9855
|
minchildwidth: 1,
|
|
9856
9856
|
mt: 2,
|
|
@@ -9946,7 +9946,7 @@ class Grid extends SvelteElement {
|
|
|
9946
9946
|
customElements.define("goa-grid", Grid);
|
|
9947
9947
|
/* libs/web-components/src/components/hero-banner/HeroBanner.svelte generated by Svelte v3.51.0 */
|
|
9948
9948
|
|
|
9949
|
-
function create_fragment$
|
|
9949
|
+
function create_fragment$q(ctx) {
|
|
9950
9950
|
let div1;
|
|
9951
9951
|
let goa_page_block;
|
|
9952
9952
|
let h1;
|
|
@@ -10031,7 +10031,7 @@ function create_fragment$p(ctx) {
|
|
|
10031
10031
|
};
|
|
10032
10032
|
}
|
|
10033
10033
|
|
|
10034
|
-
function instance$
|
|
10034
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
10035
10035
|
let {
|
|
10036
10036
|
heading
|
|
10037
10037
|
} = $$props;
|
|
@@ -10059,7 +10059,7 @@ class HeroBanner extends SvelteElement {
|
|
|
10059
10059
|
target: this.shadowRoot,
|
|
10060
10060
|
props: attribute_to_object(this.attributes),
|
|
10061
10061
|
customElement: true
|
|
10062
|
-
}, instance$
|
|
10062
|
+
}, instance$o, create_fragment$q, safe_not_equal, {
|
|
10063
10063
|
heading: 0,
|
|
10064
10064
|
backgroundurl: 1,
|
|
10065
10065
|
minheight: 2
|
|
@@ -10119,7 +10119,7 @@ class HeroBanner extends SvelteElement {
|
|
|
10119
10119
|
customElements.define("goa-hero-banner", HeroBanner);
|
|
10120
10120
|
/* libs/web-components/src/components/icon-button/IconButton.svelte generated by Svelte v3.51.0 */
|
|
10121
10121
|
|
|
10122
|
-
function create_fragment$
|
|
10122
|
+
function create_fragment$p(ctx) {
|
|
10123
10123
|
let button;
|
|
10124
10124
|
let goa_icon;
|
|
10125
10125
|
let button_style_value;
|
|
@@ -10291,7 +10291,7 @@ function handleClick(e) {
|
|
|
10291
10291
|
}));
|
|
10292
10292
|
}
|
|
10293
10293
|
|
|
10294
|
-
function instance$
|
|
10294
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
10295
10295
|
let css;
|
|
10296
10296
|
let isDisabled;
|
|
10297
10297
|
let isInverted;
|
|
@@ -10396,7 +10396,7 @@ class IconButton extends SvelteElement {
|
|
|
10396
10396
|
target: this.shadowRoot,
|
|
10397
10397
|
props: attribute_to_object(this.attributes),
|
|
10398
10398
|
customElement: true
|
|
10399
|
-
}, instance$
|
|
10399
|
+
}, instance$n, create_fragment$p, safe_not_equal, {
|
|
10400
10400
|
icon: 0,
|
|
10401
10401
|
size: 1,
|
|
10402
10402
|
theme: 2,
|
|
@@ -10701,7 +10701,7 @@ function create_if_block_1$7(ctx) {
|
|
|
10701
10701
|
};
|
|
10702
10702
|
}
|
|
10703
10703
|
|
|
10704
|
-
function create_fragment$
|
|
10704
|
+
function create_fragment$o(ctx) {
|
|
10705
10705
|
let div;
|
|
10706
10706
|
let div_class_value;
|
|
10707
10707
|
let div_style_value;
|
|
@@ -10837,7 +10837,7 @@ function create_fragment$n(ctx) {
|
|
|
10837
10837
|
};
|
|
10838
10838
|
}
|
|
10839
10839
|
|
|
10840
|
-
function instance$
|
|
10840
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
10841
10841
|
let isInverted;
|
|
10842
10842
|
let {
|
|
10843
10843
|
mt = null
|
|
@@ -10930,7 +10930,7 @@ class Icon extends SvelteElement {
|
|
|
10930
10930
|
target: this.shadowRoot,
|
|
10931
10931
|
props: attribute_to_object(this.attributes),
|
|
10932
10932
|
customElement: true
|
|
10933
|
-
}, instance$
|
|
10933
|
+
}, instance$m, create_fragment$o, safe_not_equal, {
|
|
10934
10934
|
mt: 0,
|
|
10935
10935
|
mr: 1,
|
|
10936
10936
|
mb: 2,
|
|
@@ -11299,7 +11299,7 @@ function create_if_block$c(ctx) {
|
|
|
11299
11299
|
};
|
|
11300
11300
|
}
|
|
11301
11301
|
|
|
11302
|
-
function create_fragment$
|
|
11302
|
+
function create_fragment$n(ctx) {
|
|
11303
11303
|
let div3;
|
|
11304
11304
|
let div2;
|
|
11305
11305
|
let t0;
|
|
@@ -11780,7 +11780,7 @@ function doClick() {
|
|
|
11780
11780
|
}));
|
|
11781
11781
|
}
|
|
11782
11782
|
|
|
11783
|
-
function instance$
|
|
11783
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
11784
11784
|
let handlesTrailingIconClick;
|
|
11785
11785
|
let isFocused;
|
|
11786
11786
|
let isReadonly;
|
|
@@ -12024,7 +12024,7 @@ class Input extends SvelteElement {
|
|
|
12024
12024
|
target: this.shadowRoot,
|
|
12025
12025
|
props: attribute_to_object(this.attributes),
|
|
12026
12026
|
customElement: true
|
|
12027
|
-
}, instance$
|
|
12027
|
+
}, instance$l, create_fragment$n, safe_not_equal, {
|
|
12028
12028
|
type: 1,
|
|
12029
12029
|
name: 2,
|
|
12030
12030
|
value: 0,
|
|
@@ -12555,7 +12555,7 @@ function create_if_block$b(ctx) {
|
|
|
12555
12555
|
};
|
|
12556
12556
|
}
|
|
12557
12557
|
|
|
12558
|
-
function create_fragment$
|
|
12558
|
+
function create_fragment$m(ctx) {
|
|
12559
12559
|
let header;
|
|
12560
12560
|
let t0;
|
|
12561
12561
|
let show_if = ["alpha", "beta"].includes(
|
|
@@ -12664,7 +12664,7 @@ function capitalize(val) {
|
|
|
12664
12664
|
return val[0].toUpperCase() + val.slice(1);
|
|
12665
12665
|
}
|
|
12666
12666
|
|
|
12667
|
-
function instance$
|
|
12667
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
12668
12668
|
const [Types, validateType] = typeValidator("Microsite header type", ["live", "alpha", "beta"], true);
|
|
12669
12669
|
let {
|
|
12670
12670
|
type
|
|
@@ -12696,7 +12696,7 @@ class MicrositeHeader extends SvelteElement {
|
|
|
12696
12696
|
target: this.shadowRoot,
|
|
12697
12697
|
props: attribute_to_object(this.attributes),
|
|
12698
12698
|
customElement: true
|
|
12699
|
-
}, instance$
|
|
12699
|
+
}, instance$k, create_fragment$m, safe_not_equal, {
|
|
12700
12700
|
type: 0,
|
|
12701
12701
|
version: 1,
|
|
12702
12702
|
feedbackurl: 2
|
|
@@ -13185,7 +13185,7 @@ function create_if_block_1$4(ctx) {
|
|
|
13185
13185
|
};
|
|
13186
13186
|
}
|
|
13187
13187
|
|
|
13188
|
-
function create_fragment$
|
|
13188
|
+
function create_fragment$l(ctx) {
|
|
13189
13189
|
let if_block_anchor;
|
|
13190
13190
|
let current;
|
|
13191
13191
|
let if_block =
|
|
@@ -13250,7 +13250,7 @@ function create_fragment$k(ctx) {
|
|
|
13250
13250
|
};
|
|
13251
13251
|
}
|
|
13252
13252
|
|
|
13253
|
-
function instance$
|
|
13253
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
13254
13254
|
let _isClosable;
|
|
13255
13255
|
|
|
13256
13256
|
let _transitionTime;
|
|
@@ -13453,7 +13453,7 @@ class Modal extends SvelteElement {
|
|
|
13453
13453
|
target: this.shadowRoot,
|
|
13454
13454
|
props: attribute_to_object(this.attributes),
|
|
13455
13455
|
customElement: true
|
|
13456
|
-
}, instance$
|
|
13456
|
+
}, instance$j, create_fragment$l, safe_not_equal, {
|
|
13457
13457
|
heading: 0,
|
|
13458
13458
|
closable: 14,
|
|
13459
13459
|
open: 1,
|
|
@@ -13673,7 +13673,7 @@ function create_if_block$9(ctx) {
|
|
|
13673
13673
|
};
|
|
13674
13674
|
}
|
|
13675
13675
|
|
|
13676
|
-
function create_fragment$
|
|
13676
|
+
function create_fragment$k(ctx) {
|
|
13677
13677
|
let if_block_anchor;
|
|
13678
13678
|
let current;
|
|
13679
13679
|
let if_block =
|
|
@@ -13738,7 +13738,7 @@ function create_fragment$j(ctx) {
|
|
|
13738
13738
|
};
|
|
13739
13739
|
}
|
|
13740
13740
|
|
|
13741
|
-
function instance$
|
|
13741
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13742
13742
|
let iconType;
|
|
13743
13743
|
const [Types, validateType] = typeValidator("Notification type", ["emergency", "important", "information", "event"], true);
|
|
13744
13744
|
let {
|
|
@@ -13780,7 +13780,7 @@ class Notification extends SvelteElement {
|
|
|
13780
13780
|
target: this.shadowRoot,
|
|
13781
13781
|
props: attribute_to_object(this.attributes),
|
|
13782
13782
|
customElement: true
|
|
13783
|
-
}, instance$
|
|
13783
|
+
}, instance$i, create_fragment$k, safe_not_equal, {
|
|
13784
13784
|
type: 0
|
|
13785
13785
|
}, null);
|
|
13786
13786
|
|
|
@@ -13822,7 +13822,7 @@ function isValidDimension(value) {
|
|
|
13822
13822
|
/* libs/web-components/src/components/page-block/PageBlock.svelte generated by Svelte v3.51.0 */
|
|
13823
13823
|
|
|
13824
13824
|
|
|
13825
|
-
function create_fragment$
|
|
13825
|
+
function create_fragment$j(ctx) {
|
|
13826
13826
|
let div;
|
|
13827
13827
|
let slot;
|
|
13828
13828
|
let div_style_value;
|
|
@@ -13862,7 +13862,7 @@ function create_fragment$i(ctx) {
|
|
|
13862
13862
|
};
|
|
13863
13863
|
}
|
|
13864
13864
|
|
|
13865
|
-
function instance$
|
|
13865
|
+
function instance$h($$self, $$props, $$invalidate) {
|
|
13866
13866
|
const Sizes = {
|
|
13867
13867
|
"full": "100%"
|
|
13868
13868
|
};
|
|
@@ -13903,7 +13903,7 @@ class PageBlock extends SvelteElement {
|
|
|
13903
13903
|
target: this.shadowRoot,
|
|
13904
13904
|
props: attribute_to_object(this.attributes),
|
|
13905
13905
|
customElement: true
|
|
13906
|
-
}, instance$
|
|
13906
|
+
}, instance$h, create_fragment$j, safe_not_equal, {
|
|
13907
13907
|
width: 1,
|
|
13908
13908
|
_width: 0
|
|
13909
13909
|
}, null);
|
|
@@ -14121,7 +14121,7 @@ function create_each_block$3(ctx) {
|
|
|
14121
14121
|
};
|
|
14122
14122
|
}
|
|
14123
14123
|
|
|
14124
|
-
function create_fragment$
|
|
14124
|
+
function create_fragment$i(ctx) {
|
|
14125
14125
|
let goa_block1;
|
|
14126
14126
|
let div;
|
|
14127
14127
|
let t0;
|
|
@@ -14284,7 +14284,7 @@ function create_fragment$h(ctx) {
|
|
|
14284
14284
|
};
|
|
14285
14285
|
}
|
|
14286
14286
|
|
|
14287
|
-
function instance$
|
|
14287
|
+
function instance$g($$self, $$props, $$invalidate) {
|
|
14288
14288
|
let _pageCount;
|
|
14289
14289
|
|
|
14290
14290
|
const [Variants, validateVariant] = typeValidator("Pagination variant", ["all", "links-only"]);
|
|
@@ -14403,7 +14403,7 @@ class Pagination extends SvelteElement {
|
|
|
14403
14403
|
target: this.shadowRoot,
|
|
14404
14404
|
props: attribute_to_object(this.attributes),
|
|
14405
14405
|
customElement: true
|
|
14406
|
-
}, instance$
|
|
14406
|
+
}, instance$g, create_fragment$i, safe_not_equal, {
|
|
14407
14407
|
pagenumber: 0,
|
|
14408
14408
|
itemcount: 10,
|
|
14409
14409
|
perpagecount: 11,
|
|
@@ -14607,7 +14607,7 @@ function create_if_block$7(ctx) {
|
|
|
14607
14607
|
};
|
|
14608
14608
|
}
|
|
14609
14609
|
|
|
14610
|
-
function create_fragment$
|
|
14610
|
+
function create_fragment$h(ctx) {
|
|
14611
14611
|
let div1;
|
|
14612
14612
|
let div0;
|
|
14613
14613
|
let t;
|
|
@@ -14690,7 +14690,7 @@ function create_fragment$g(ctx) {
|
|
|
14690
14690
|
};
|
|
14691
14691
|
}
|
|
14692
14692
|
|
|
14693
|
-
function instance$
|
|
14693
|
+
function instance$f($$self, $$props, $$invalidate) {
|
|
14694
14694
|
let paddedContent;
|
|
14695
14695
|
let {
|
|
14696
14696
|
testid = ""
|
|
@@ -14783,7 +14783,7 @@ class Popover extends SvelteElement {
|
|
|
14783
14783
|
target: this.shadowRoot,
|
|
14784
14784
|
props: attribute_to_object(this.attributes),
|
|
14785
14785
|
customElement: true
|
|
14786
|
-
}, instance$
|
|
14786
|
+
}, instance$f, create_fragment$h, safe_not_equal, {
|
|
14787
14787
|
testid: 0,
|
|
14788
14788
|
maxwidth: 1,
|
|
14789
14789
|
padded: 7
|
|
@@ -15033,7 +15033,7 @@ function create_each_block$2(key_1, ctx) {
|
|
|
15033
15033
|
};
|
|
15034
15034
|
}
|
|
15035
15035
|
|
|
15036
|
-
function create_fragment$
|
|
15036
|
+
function create_fragment$g(ctx) {
|
|
15037
15037
|
let div;
|
|
15038
15038
|
let slot;
|
|
15039
15039
|
let t;
|
|
@@ -15156,7 +15156,7 @@ function create_fragment$f(ctx) {
|
|
|
15156
15156
|
};
|
|
15157
15157
|
}
|
|
15158
15158
|
|
|
15159
|
-
function instance$
|
|
15159
|
+
function instance$e($$self, $$props, $$invalidate) {
|
|
15160
15160
|
let isDisabled;
|
|
15161
15161
|
let isError;
|
|
15162
15162
|
const [Orientations, validateOrientation] = typeValidator("Radio group orientation", ["vertical", "horizontal"]);
|
|
@@ -15299,7 +15299,7 @@ class RadioGroup extends SvelteElement {
|
|
|
15299
15299
|
target: this.shadowRoot,
|
|
15300
15300
|
props: attribute_to_object(this.attributes),
|
|
15301
15301
|
customElement: true
|
|
15302
|
-
}, instance$
|
|
15302
|
+
}, instance$e, create_fragment$g, safe_not_equal, {
|
|
15303
15303
|
name: 1,
|
|
15304
15304
|
value: 0,
|
|
15305
15305
|
orientation: 2,
|
|
@@ -15455,7 +15455,7 @@ class RadioGroup extends SvelteElement {
|
|
|
15455
15455
|
customElements.define("goa-radio-group", RadioGroup);
|
|
15456
15456
|
/* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.51.0 */
|
|
15457
15457
|
|
|
15458
|
-
function create_fragment$
|
|
15458
|
+
function create_fragment$f(ctx) {
|
|
15459
15459
|
let div;
|
|
15460
15460
|
let slot;
|
|
15461
15461
|
let div_style_value;
|
|
@@ -15540,7 +15540,7 @@ function create_fragment$e(ctx) {
|
|
|
15540
15540
|
};
|
|
15541
15541
|
}
|
|
15542
15542
|
|
|
15543
|
-
function instance$
|
|
15543
|
+
function instance$d($$self, $$props, $$invalidate) {
|
|
15544
15544
|
let {
|
|
15545
15545
|
direction = "vertical"
|
|
15546
15546
|
} = $$props;
|
|
@@ -15606,7 +15606,7 @@ class Scrollable extends SvelteElement {
|
|
|
15606
15606
|
target: this.shadowRoot,
|
|
15607
15607
|
props: attribute_to_object(this.attributes),
|
|
15608
15608
|
customElement: true
|
|
15609
|
-
}, instance$
|
|
15609
|
+
}, instance$d, create_fragment$f, safe_not_equal, {
|
|
15610
15610
|
direction: 0,
|
|
15611
15611
|
hpadding: 1,
|
|
15612
15612
|
vpadding: 2,
|
|
@@ -16286,7 +16286,7 @@ function create_each_block$1(ctx) {
|
|
|
16286
16286
|
};
|
|
16287
16287
|
}
|
|
16288
16288
|
|
|
16289
|
-
function create_fragment$
|
|
16289
|
+
function create_fragment$e(ctx) {
|
|
16290
16290
|
let div;
|
|
16291
16291
|
let current_block_type_index;
|
|
16292
16292
|
let if_block;
|
|
@@ -16405,7 +16405,7 @@ function create_fragment$d(ctx) {
|
|
|
16405
16405
|
};
|
|
16406
16406
|
}
|
|
16407
16407
|
|
|
16408
|
-
function instance$
|
|
16408
|
+
function instance$c($$self, $$props, $$invalidate) {
|
|
16409
16409
|
const [Types, validateType] = typeValidator("Skeleton type", ["image", "text", "title", "text-small", "avatar", "header", "paragraph", "thumbnail", "card", "lines", "profile", "article"], true);
|
|
16410
16410
|
const [Sizes, validateSize] = typeValidator("Skeleton size", ["1", "2", "3", "4"]);
|
|
16411
16411
|
let {
|
|
@@ -16463,7 +16463,7 @@ class Skeleton extends SvelteElement {
|
|
|
16463
16463
|
target: this.shadowRoot,
|
|
16464
16464
|
props: attribute_to_object(this.attributes),
|
|
16465
16465
|
customElement: true
|
|
16466
|
-
}, instance$
|
|
16466
|
+
}, instance$c, create_fragment$e, safe_not_equal, {
|
|
16467
16467
|
maxwidth: 0,
|
|
16468
16468
|
size: 1,
|
|
16469
16469
|
linecount: 2,
|
|
@@ -16595,7 +16595,7 @@ class Skeleton extends SvelteElement {
|
|
|
16595
16595
|
customElements.define("goa-skeleton", Skeleton);
|
|
16596
16596
|
/* libs/web-components/src/components/spacer/Spacer.svelte generated by Svelte v3.51.0 */
|
|
16597
16597
|
|
|
16598
|
-
function create_fragment$
|
|
16598
|
+
function create_fragment$d(ctx) {
|
|
16599
16599
|
let div;
|
|
16600
16600
|
return {
|
|
16601
16601
|
c() {
|
|
@@ -16624,7 +16624,7 @@ function create_fragment$c(ctx) {
|
|
|
16624
16624
|
};
|
|
16625
16625
|
}
|
|
16626
16626
|
|
|
16627
|
-
function instance$
|
|
16627
|
+
function instance$b($$self, $$props, $$invalidate) {
|
|
16628
16628
|
let {
|
|
16629
16629
|
hspacing = "none"
|
|
16630
16630
|
} = $$props;
|
|
@@ -16662,7 +16662,7 @@ class Spacer extends SvelteElement {
|
|
|
16662
16662
|
target: this.shadowRoot,
|
|
16663
16663
|
props: attribute_to_object(this.attributes),
|
|
16664
16664
|
customElement: true
|
|
16665
|
-
}, instance$
|
|
16665
|
+
}, instance$b, create_fragment$d, safe_not_equal, {
|
|
16666
16666
|
hspacing: 1,
|
|
16667
16667
|
vspacing: 2
|
|
16668
16668
|
}, null);
|
|
@@ -17084,7 +17084,7 @@ function create_if_block$5(ctx) {
|
|
|
17084
17084
|
};
|
|
17085
17085
|
}
|
|
17086
17086
|
|
|
17087
|
-
function create_fragment$
|
|
17087
|
+
function create_fragment$c(ctx) {
|
|
17088
17088
|
let if_block_anchor;
|
|
17089
17089
|
let if_block =
|
|
17090
17090
|
/*ready*/
|
|
@@ -17129,7 +17129,7 @@ function create_fragment$b(ctx) {
|
|
|
17129
17129
|
};
|
|
17130
17130
|
}
|
|
17131
17131
|
|
|
17132
|
-
function instance$
|
|
17132
|
+
function instance$a($$self, $$props, $$invalidate) {
|
|
17133
17133
|
let diameter;
|
|
17134
17134
|
let strokewidth;
|
|
17135
17135
|
let radius;
|
|
@@ -17260,7 +17260,7 @@ class Spinner extends SvelteElement {
|
|
|
17260
17260
|
target: this.shadowRoot,
|
|
17261
17261
|
props: attribute_to_object(this.attributes),
|
|
17262
17262
|
customElement: true
|
|
17263
|
-
}, instance$
|
|
17263
|
+
}, instance$a, create_fragment$c, safe_not_equal, {
|
|
17264
17264
|
size: 10,
|
|
17265
17265
|
invert: 0,
|
|
17266
17266
|
progress: 11,
|
|
@@ -17332,7 +17332,7 @@ class Spinner extends SvelteElement {
|
|
|
17332
17332
|
customElements.define("goa-spinner", Spinner);
|
|
17333
17333
|
/* libs/web-components/src/components/table/Table.svelte generated by Svelte v3.51.0 */
|
|
17334
17334
|
|
|
17335
|
-
function create_fragment$
|
|
17335
|
+
function create_fragment$b(ctx) {
|
|
17336
17336
|
let table;
|
|
17337
17337
|
let slot;
|
|
17338
17338
|
let t0;
|
|
@@ -17434,7 +17434,7 @@ function create_fragment$a(ctx) {
|
|
|
17434
17434
|
};
|
|
17435
17435
|
}
|
|
17436
17436
|
|
|
17437
|
-
function instance$
|
|
17437
|
+
function instance$9($$self, $$props, $$invalidate) {
|
|
17438
17438
|
let _stickyHeader;
|
|
17439
17439
|
|
|
17440
17440
|
const [Variants, validateVariant] = typeValidator("Table variant", ["normal", "relaxed"], true);
|
|
@@ -17548,7 +17548,7 @@ class Table extends SvelteElement {
|
|
|
17548
17548
|
target: this.shadowRoot,
|
|
17549
17549
|
props: attribute_to_object(this.attributes),
|
|
17550
17550
|
customElement: true
|
|
17551
|
-
}, instance$
|
|
17551
|
+
}, instance$9, create_fragment$b, safe_not_equal, {
|
|
17552
17552
|
width: 0,
|
|
17553
17553
|
stickyheader: 8,
|
|
17554
17554
|
variant: 1,
|
|
@@ -17724,7 +17724,7 @@ function create_if_block$4(ctx) {
|
|
|
17724
17724
|
};
|
|
17725
17725
|
}
|
|
17726
17726
|
|
|
17727
|
-
function create_fragment$
|
|
17727
|
+
function create_fragment$a(ctx) {
|
|
17728
17728
|
let button;
|
|
17729
17729
|
let slot;
|
|
17730
17730
|
let t;
|
|
@@ -17779,7 +17779,7 @@ function create_fragment$9(ctx) {
|
|
|
17779
17779
|
};
|
|
17780
17780
|
}
|
|
17781
17781
|
|
|
17782
|
-
function instance$
|
|
17782
|
+
function instance$8($$self, $$props, $$invalidate) {
|
|
17783
17783
|
let {
|
|
17784
17784
|
direction = "none"
|
|
17785
17785
|
} = $$props;
|
|
@@ -17799,7 +17799,7 @@ class TableSortHeader extends SvelteElement {
|
|
|
17799
17799
|
target: this.shadowRoot,
|
|
17800
17800
|
props: attribute_to_object(this.attributes),
|
|
17801
17801
|
customElement: true
|
|
17802
|
-
}, instance$
|
|
17802
|
+
}, instance$8, create_fragment$a, safe_not_equal, {
|
|
17803
17803
|
direction: 0
|
|
17804
17804
|
}, null);
|
|
17805
17805
|
|
|
@@ -17835,7 +17835,7 @@ class TableSortHeader extends SvelteElement {
|
|
|
17835
17835
|
customElements.define("goa-table-sort-header", TableSortHeader);
|
|
17836
17836
|
/* libs/web-components/src/components/text-area/TextArea.svelte generated by Svelte v3.51.0 */
|
|
17837
17837
|
|
|
17838
|
-
function create_fragment$
|
|
17838
|
+
function create_fragment$9(ctx) {
|
|
17839
17839
|
let div;
|
|
17840
17840
|
let textarea;
|
|
17841
17841
|
let textarea_aria_label_value;
|
|
@@ -18016,7 +18016,7 @@ function create_fragment$8(ctx) {
|
|
|
18016
18016
|
};
|
|
18017
18017
|
}
|
|
18018
18018
|
|
|
18019
|
-
function instance$
|
|
18019
|
+
function instance$7($$self, $$props, $$invalidate) {
|
|
18020
18020
|
let isError;
|
|
18021
18021
|
let isDisabled;
|
|
18022
18022
|
let isReadonly;
|
|
@@ -18133,7 +18133,7 @@ class TextArea extends SvelteElement {
|
|
|
18133
18133
|
target: this.shadowRoot,
|
|
18134
18134
|
props: attribute_to_object(this.attributes),
|
|
18135
18135
|
customElement: true
|
|
18136
|
-
}, instance$
|
|
18136
|
+
}, instance$7, create_fragment$9, safe_not_equal, {
|
|
18137
18137
|
name: 0,
|
|
18138
18138
|
value: 1,
|
|
18139
18139
|
placeholder: 2,
|
|
@@ -18337,7 +18337,7 @@ class TextArea extends SvelteElement {
|
|
|
18337
18337
|
customElements.define("goa-textarea", TextArea);
|
|
18338
18338
|
/* libs/web-components/src/layouts/FullScreenNavbarLayout.svelte generated by Svelte v3.51.0 */
|
|
18339
18339
|
|
|
18340
|
-
function create_fragment$
|
|
18340
|
+
function create_fragment$8(ctx) {
|
|
18341
18341
|
let div;
|
|
18342
18342
|
return {
|
|
18343
18343
|
c() {
|
|
@@ -18381,7 +18381,7 @@ class FullScreenNavbarLayout extends SvelteElement {
|
|
|
18381
18381
|
target: this.shadowRoot,
|
|
18382
18382
|
props: attribute_to_object(this.attributes),
|
|
18383
18383
|
customElement: true
|
|
18384
|
-
}, null, create_fragment$
|
|
18384
|
+
}, null, create_fragment$8, safe_not_equal, {}, null);
|
|
18385
18385
|
|
|
18386
18386
|
if (options) {
|
|
18387
18387
|
if (options.target) {
|
|
@@ -18395,7 +18395,7 @@ class FullScreenNavbarLayout extends SvelteElement {
|
|
|
18395
18395
|
customElements.define("goa-layout-full-nav", FullScreenNavbarLayout);
|
|
18396
18396
|
/* libs/web-components/src/layouts/one-column-layout/OneColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18397
18397
|
|
|
18398
|
-
function create_fragment$
|
|
18398
|
+
function create_fragment$7(ctx) {
|
|
18399
18399
|
let div;
|
|
18400
18400
|
return {
|
|
18401
18401
|
c() {
|
|
@@ -18432,7 +18432,7 @@ class OneColumnLayout extends SvelteElement {
|
|
|
18432
18432
|
target: this.shadowRoot,
|
|
18433
18433
|
props: attribute_to_object(this.attributes),
|
|
18434
18434
|
customElement: true
|
|
18435
|
-
}, null, create_fragment$
|
|
18435
|
+
}, null, create_fragment$7, safe_not_equal, {}, null);
|
|
18436
18436
|
|
|
18437
18437
|
if (options) {
|
|
18438
18438
|
if (options.target) {
|
|
@@ -18446,7 +18446,7 @@ class OneColumnLayout extends SvelteElement {
|
|
|
18446
18446
|
customElements.define("goa-one-column-layout", OneColumnLayout);
|
|
18447
18447
|
/* libs/web-components/src/layouts/two-column-layout/TwoColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18448
18448
|
|
|
18449
|
-
function create_fragment$
|
|
18449
|
+
function create_fragment$6(ctx) {
|
|
18450
18450
|
let div;
|
|
18451
18451
|
let header;
|
|
18452
18452
|
let t0;
|
|
@@ -18516,7 +18516,7 @@ function create_fragment$5(ctx) {
|
|
|
18516
18516
|
};
|
|
18517
18517
|
}
|
|
18518
18518
|
|
|
18519
|
-
function instance$
|
|
18519
|
+
function instance$6($$self, $$props, $$invalidate) {
|
|
18520
18520
|
let {
|
|
18521
18521
|
navcolumnwidth = ""
|
|
18522
18522
|
} = $$props;
|
|
@@ -18540,7 +18540,7 @@ class TwoColumnLayout extends SvelteElement {
|
|
|
18540
18540
|
target: this.shadowRoot,
|
|
18541
18541
|
props: attribute_to_object(this.attributes),
|
|
18542
18542
|
customElement: true
|
|
18543
|
-
}, instance$
|
|
18543
|
+
}, instance$6, create_fragment$6, safe_not_equal, {
|
|
18544
18544
|
navcolumnwidth: 0,
|
|
18545
18545
|
maxcontentwidth: 1
|
|
18546
18546
|
}, null);
|
|
@@ -18586,6 +18586,172 @@ class TwoColumnLayout extends SvelteElement {
|
|
|
18586
18586
|
}
|
|
18587
18587
|
|
|
18588
18588
|
customElements.define("goa-two-column-layout", TwoColumnLayout);
|
|
18589
|
+
/* libs/web-components/src/layouts/three-column-layout/ThreeColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18590
|
+
|
|
18591
|
+
function create_fragment$5(ctx) {
|
|
18592
|
+
let div;
|
|
18593
|
+
let header;
|
|
18594
|
+
let t0;
|
|
18595
|
+
let section;
|
|
18596
|
+
let t3;
|
|
18597
|
+
let footer;
|
|
18598
|
+
let div_style_value;
|
|
18599
|
+
return {
|
|
18600
|
+
c() {
|
|
18601
|
+
div = element("div");
|
|
18602
|
+
header = element("header");
|
|
18603
|
+
header.innerHTML = `<slot name="header"></slot>`;
|
|
18604
|
+
t0 = space();
|
|
18605
|
+
section = element("section");
|
|
18606
|
+
section.innerHTML = `<nav class="nav"><slot name="nav"></slot></nav>
|
|
18607
|
+
|
|
18608
|
+
<main><slot></slot></main>
|
|
18609
|
+
|
|
18610
|
+
<nav class="nav sidebar"><slot name="sidebar"></slot></nav>`;
|
|
18611
|
+
t3 = space();
|
|
18612
|
+
footer = element("footer");
|
|
18613
|
+
footer.innerHTML = `<slot name="footer"></slot>`;
|
|
18614
|
+
this.c = noop;
|
|
18615
|
+
attr(header, "class", "header");
|
|
18616
|
+
attr(section, "class", "content");
|
|
18617
|
+
attr(footer, "class", "footer");
|
|
18618
|
+
attr(div, "class", "page");
|
|
18619
|
+
attr(div, "style", div_style_value = `
|
|
18620
|
+
--max-content-width: ${
|
|
18621
|
+
/*maxcontentwidth*/
|
|
18622
|
+
ctx[2] || "100%"};
|
|
18623
|
+
--nav-column-width: ${
|
|
18624
|
+
/*leftcolumnwidth*/
|
|
18625
|
+
ctx[0] || "256px"};
|
|
18626
|
+
--sidebar-column-width: ${
|
|
18627
|
+
/*rightcolumnwidth*/
|
|
18628
|
+
ctx[1] || "256px"}
|
|
18629
|
+
`);
|
|
18630
|
+
},
|
|
18631
|
+
|
|
18632
|
+
m(target, anchor) {
|
|
18633
|
+
insert(target, div, anchor);
|
|
18634
|
+
append(div, header);
|
|
18635
|
+
append(div, t0);
|
|
18636
|
+
append(div, section);
|
|
18637
|
+
append(div, t3);
|
|
18638
|
+
append(div, footer);
|
|
18639
|
+
},
|
|
18640
|
+
|
|
18641
|
+
p(ctx, [dirty]) {
|
|
18642
|
+
if (dirty &
|
|
18643
|
+
/*maxcontentwidth, leftcolumnwidth, rightcolumnwidth*/
|
|
18644
|
+
7 && div_style_value !== (div_style_value = `
|
|
18645
|
+
--max-content-width: ${
|
|
18646
|
+
/*maxcontentwidth*/
|
|
18647
|
+
ctx[2] || "100%"};
|
|
18648
|
+
--nav-column-width: ${
|
|
18649
|
+
/*leftcolumnwidth*/
|
|
18650
|
+
ctx[0] || "256px"};
|
|
18651
|
+
--sidebar-column-width: ${
|
|
18652
|
+
/*rightcolumnwidth*/
|
|
18653
|
+
ctx[1] || "256px"}
|
|
18654
|
+
`)) {
|
|
18655
|
+
attr(div, "style", div_style_value);
|
|
18656
|
+
}
|
|
18657
|
+
},
|
|
18658
|
+
|
|
18659
|
+
i: noop,
|
|
18660
|
+
o: noop,
|
|
18661
|
+
|
|
18662
|
+
d(detaching) {
|
|
18663
|
+
if (detaching) detach(div);
|
|
18664
|
+
}
|
|
18665
|
+
|
|
18666
|
+
};
|
|
18667
|
+
}
|
|
18668
|
+
|
|
18669
|
+
function instance$5($$self, $$props, $$invalidate) {
|
|
18670
|
+
let {
|
|
18671
|
+
leftcolumnwidth
|
|
18672
|
+
} = $$props;
|
|
18673
|
+
let {
|
|
18674
|
+
rightcolumnwidth
|
|
18675
|
+
} = $$props;
|
|
18676
|
+
let {
|
|
18677
|
+
maxcontentwidth
|
|
18678
|
+
} = $$props;
|
|
18679
|
+
|
|
18680
|
+
$$self.$$set = $$props => {
|
|
18681
|
+
if ('leftcolumnwidth' in $$props) $$invalidate(0, leftcolumnwidth = $$props.leftcolumnwidth);
|
|
18682
|
+
if ('rightcolumnwidth' in $$props) $$invalidate(1, rightcolumnwidth = $$props.rightcolumnwidth);
|
|
18683
|
+
if ('maxcontentwidth' in $$props) $$invalidate(2, maxcontentwidth = $$props.maxcontentwidth);
|
|
18684
|
+
};
|
|
18685
|
+
|
|
18686
|
+
return [leftcolumnwidth, rightcolumnwidth, maxcontentwidth];
|
|
18687
|
+
}
|
|
18688
|
+
|
|
18689
|
+
class ThreeColumnLayout extends SvelteElement {
|
|
18690
|
+
constructor(options) {
|
|
18691
|
+
super();
|
|
18692
|
+
this.shadowRoot.innerHTML = `<style>*{box-sizing:border-box}.page{min-height:100vh;display:flex;flex-direction:column;position:relative}.content{flex:1 1 auto;position:relative;display:flex;flex-direction:column;gap:2rem}.header,.footer{flex:0 0 auto}main{flex:1 1 auto;padding:0 1rem}.nav{padding:0 1rem;transition:transform 200ms ease-in-out;background-color:var(--goa-color-greyscale-white)}.nav>*{display:block;padding:0.5rem 0}@media(min-width: 640px){.page{gap:2rem}.content{display:flex;flex-direction:row;justify-content:center;width:min(var(--max-content-width), 100vw);margin:0 auto}.nav{padding:0 2rem;transform:translateX(0)}.nav:not(.sidebar){flex:0 0 var(--nav-column-width)}.nav.sidebar{flex:0 0 var(--sidebar-column-width)}main{padding-right:2rem}}@media(min-width: 1300px){main{padding-right:4.5rem}}</style>`;
|
|
18693
|
+
init(this, {
|
|
18694
|
+
target: this.shadowRoot,
|
|
18695
|
+
props: attribute_to_object(this.attributes),
|
|
18696
|
+
customElement: true
|
|
18697
|
+
}, instance$5, create_fragment$5, safe_not_equal, {
|
|
18698
|
+
leftcolumnwidth: 0,
|
|
18699
|
+
rightcolumnwidth: 1,
|
|
18700
|
+
maxcontentwidth: 2
|
|
18701
|
+
}, null);
|
|
18702
|
+
|
|
18703
|
+
if (options) {
|
|
18704
|
+
if (options.target) {
|
|
18705
|
+
insert(options.target, this, options.anchor);
|
|
18706
|
+
}
|
|
18707
|
+
|
|
18708
|
+
if (options.props) {
|
|
18709
|
+
this.$set(options.props);
|
|
18710
|
+
flush();
|
|
18711
|
+
}
|
|
18712
|
+
}
|
|
18713
|
+
}
|
|
18714
|
+
|
|
18715
|
+
static get observedAttributes() {
|
|
18716
|
+
return ["leftcolumnwidth", "rightcolumnwidth", "maxcontentwidth"];
|
|
18717
|
+
}
|
|
18718
|
+
|
|
18719
|
+
get leftcolumnwidth() {
|
|
18720
|
+
return this.$$.ctx[0];
|
|
18721
|
+
}
|
|
18722
|
+
|
|
18723
|
+
set leftcolumnwidth(leftcolumnwidth) {
|
|
18724
|
+
this.$$set({
|
|
18725
|
+
leftcolumnwidth
|
|
18726
|
+
});
|
|
18727
|
+
flush();
|
|
18728
|
+
}
|
|
18729
|
+
|
|
18730
|
+
get rightcolumnwidth() {
|
|
18731
|
+
return this.$$.ctx[1];
|
|
18732
|
+
}
|
|
18733
|
+
|
|
18734
|
+
set rightcolumnwidth(rightcolumnwidth) {
|
|
18735
|
+
this.$$set({
|
|
18736
|
+
rightcolumnwidth
|
|
18737
|
+
});
|
|
18738
|
+
flush();
|
|
18739
|
+
}
|
|
18740
|
+
|
|
18741
|
+
get maxcontentwidth() {
|
|
18742
|
+
return this.$$.ctx[2];
|
|
18743
|
+
}
|
|
18744
|
+
|
|
18745
|
+
set maxcontentwidth(maxcontentwidth) {
|
|
18746
|
+
this.$$set({
|
|
18747
|
+
maxcontentwidth
|
|
18748
|
+
});
|
|
18749
|
+
flush();
|
|
18750
|
+
}
|
|
18751
|
+
|
|
18752
|
+
}
|
|
18753
|
+
|
|
18754
|
+
customElements.define("goa-three-column-layout", ThreeColumnLayout);
|
|
18589
18755
|
/* libs/web-components/src/components/form-stepper/FormStepper.svelte generated by Svelte v3.51.0 */
|
|
18590
18756
|
|
|
18591
18757
|
function create_if_block$3(ctx) {
|
|
@@ -19072,7 +19238,7 @@ function create_else_block$1(ctx) {
|
|
|
19072
19238
|
}
|
|
19073
19239
|
|
|
19074
19240
|
};
|
|
19075
|
-
} // (
|
|
19241
|
+
} // (153:38)
|
|
19076
19242
|
|
|
19077
19243
|
|
|
19078
19244
|
function create_if_block_3$2(ctx) {
|
|
@@ -19094,7 +19260,7 @@ function create_if_block_3$2(ctx) {
|
|
|
19094
19260
|
}
|
|
19095
19261
|
|
|
19096
19262
|
};
|
|
19097
|
-
} // (
|
|
19263
|
+
} // (151:36)
|
|
19098
19264
|
|
|
19099
19265
|
|
|
19100
19266
|
function create_if_block_2$2(ctx) {
|
|
@@ -19117,7 +19283,7 @@ function create_if_block_2$2(ctx) {
|
|
|
19117
19283
|
}
|
|
19118
19284
|
|
|
19119
19285
|
};
|
|
19120
|
-
} // (
|
|
19286
|
+
} // (149:4) {#if _isCurrent}
|
|
19121
19287
|
|
|
19122
19288
|
|
|
19123
19289
|
function create_if_block_1$2(ctx) {
|
|
@@ -19139,7 +19305,7 @@ function create_if_block_1$2(ctx) {
|
|
|
19139
19305
|
}
|
|
19140
19306
|
|
|
19141
19307
|
};
|
|
19142
|
-
} // (
|
|
19308
|
+
} // (161:4) {#if status === "incomplete"}
|
|
19143
19309
|
|
|
19144
19310
|
|
|
19145
19311
|
function create_if_block$2(ctx) {
|
|
@@ -19166,7 +19332,7 @@ function create_if_block$2(ctx) {
|
|
|
19166
19332
|
function create_fragment$3(ctx) {
|
|
19167
19333
|
let label;
|
|
19168
19334
|
let input;
|
|
19169
|
-
let
|
|
19335
|
+
let input_aria_disabled_value;
|
|
19170
19336
|
let t0;
|
|
19171
19337
|
let div0;
|
|
19172
19338
|
let t1;
|
|
@@ -19219,9 +19385,9 @@ function create_fragment$3(ctx) {
|
|
|
19219
19385
|
input.checked =
|
|
19220
19386
|
/*_isCurrent*/
|
|
19221
19387
|
ctx[7];
|
|
19222
|
-
input
|
|
19388
|
+
attr(input, "aria-disabled", input_aria_disabled_value = !
|
|
19223
19389
|
/*_isEnabled*/
|
|
19224
|
-
ctx[6];
|
|
19390
|
+
ctx[6]);
|
|
19225
19391
|
attr(div0, "data-testid", "status");
|
|
19226
19392
|
attr(div0, "class", "status");
|
|
19227
19393
|
attr(div1, "class", "text");
|
|
@@ -19292,10 +19458,10 @@ function create_fragment$3(ctx) {
|
|
|
19292
19458
|
|
|
19293
19459
|
if (dirty &
|
|
19294
19460
|
/*_isEnabled*/
|
|
19295
|
-
64 &&
|
|
19461
|
+
64 && input_aria_disabled_value !== (input_aria_disabled_value = !
|
|
19296
19462
|
/*_isEnabled*/
|
|
19297
19463
|
ctx[6])) {
|
|
19298
|
-
input
|
|
19464
|
+
attr(input, "aria-disabled", input_aria_disabled_value);
|
|
19299
19465
|
}
|
|
19300
19466
|
|
|
19301
19467
|
if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block0) {
|
|
@@ -19490,7 +19656,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
|
19490
19656
|
class FormStep extends SvelteElement {
|
|
19491
19657
|
constructor(options) {
|
|
19492
19658
|
super();
|
|
19493
|
-
this.shadowRoot.innerHTML = `<style>input[type=checkbox]{position:absolute;left:-9999px}[role="listitem"]{display:flex;box-sizing:border-box;height:100%;text-align:center;flex-direction:column;align-items:center;padding:var(--goa-space-l)}[role="listitem"]:not([aria-disabled="true"]):focus-within,[role="listitem"]:not([aria-disabled="true"]):focus,[role="listitem"]:not([aria-disabled="true"]):active{outline:var(--goa-color-interactive-focus) solid var(--goa-border-width-l)}[role="listitem"]:not([aria-disabled="true"]):hover{background-color:rgba(0,0,0,0.05);cursor:pointer}.status{flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:999px;border:4px solid var(--goa-color-interactive-default);background:var(--goa-color-greyscale-white);height:2.5rem;width:2.5rem}[aria-current="step"] .text{font-weight:var(--goa-font-weight-bold)
|
|
19659
|
+
this.shadowRoot.innerHTML = `<style>input[type=checkbox]{position:absolute;left:-9999px}[role="listitem"]{display:flex;box-sizing:border-box;height:100%;text-align:center;flex-direction:column;align-items:center;padding:var(--goa-space-l)}[role="listitem"]:not([aria-disabled="true"]):not([aria-current="step"]):focus-within,[role="listitem"]:not([aria-disabled="true"]):not([aria-current="step"]):focus,[role="listitem"]:not([aria-disabled="true"]):not([aria-current="step"]):active{outline:var(--goa-color-interactive-focus) solid var(--goa-border-width-l)}[role="listitem"]:not([aria-disabled="true"]):not([aria-current="step"]):hover{background-color:rgba(0,0,0,0.05);cursor:pointer}.status{flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:999px;border:4px solid var(--goa-color-interactive-default);background:var(--goa-color-greyscale-white);height:2.5rem;width:2.5rem}[aria-current="step"] .text{font-weight:var(--goa-font-weight-bold)
|
|
19494
19660
|
}[data-status=complete] .status{background:var(--goa-color-interactive-default)}[aria-current="step"][data-status=complete] .status{background:var(--goa-color-greyscale-white)}.step-number{margin-bottom:var(--font-valign-fix);font-weight:var(--goa-font-weight-bold);color:var(--goa-color-text-secondary)}[role="listitem"]:not(
|
|
19495
19661
|
[data-status=complete],
|
|
19496
19662
|
[data-status=incomplete],
|
|
@@ -22882,4 +23048,30 @@ function GoATwoColumnLayout(props) {
|
|
|
22882
23048
|
}), void 0);
|
|
22883
23049
|
}
|
|
22884
23050
|
|
|
22885
|
-
|
|
23051
|
+
function GoAThreeColumnLayout(props) {
|
|
23052
|
+
return jsxs("goa-three-column-layout", Object.assign({
|
|
23053
|
+
leftcolumnwidth: props.leftColumnWidth,
|
|
23054
|
+
rightcolumnwidth: props.rightColumnWidth,
|
|
23055
|
+
maxcontentwidth: props.maxContentWidth
|
|
23056
|
+
}, {
|
|
23057
|
+
children: [props.header && jsx("div", Object.assign({
|
|
23058
|
+
slot: "header"
|
|
23059
|
+
}, {
|
|
23060
|
+
children: props.header
|
|
23061
|
+
}), void 0), props.nav && jsx("div", Object.assign({
|
|
23062
|
+
slot: "nav"
|
|
23063
|
+
}, {
|
|
23064
|
+
children: props.nav
|
|
23065
|
+
}), void 0), props.sidebar && jsx("div", Object.assign({
|
|
23066
|
+
slot: "sidebar"
|
|
23067
|
+
}, {
|
|
23068
|
+
children: props.sidebar
|
|
23069
|
+
}), void 0), props.children, props.footer && jsx("div", Object.assign({
|
|
23070
|
+
slot: "footer"
|
|
23071
|
+
}, {
|
|
23072
|
+
children: props.footer
|
|
23073
|
+
}), void 0)]
|
|
23074
|
+
}), void 0);
|
|
23075
|
+
}
|
|
23076
|
+
|
|
23077
|
+
export { GoAAccordion, GoAAppFooter, GoAAppFooterMetaSection, GoAAppFooterNavSection, GoAAppHeader, GoABadge, GoABlock, GoAButton, GoAButtonGroup, GoACallout, GoACheckbox, GoAChip, GoACircularProgress, GoAContainer, GoADetails, GoADivider, GoADropdown, GoADropdownItem, GoADropdownOption, GoAEmergencyBadge, GoAFileUploadCard, GoAFileUploadInput, GoAFormItem, GoAFormStep, GoAFormStepper, GoAGrid, GoAHeroBanner, GoAHeroBannerActions, GoAIcon, GoAIconButton, GoAImportantBadge, GoAInfoBadge, GoAInput, GoAInputDate, GoAInputDateTime, GoAInputEmail, GoAInputFile, GoAInputMonth, GoAInputNumber, GoAInputPassword, GoAInputRange, GoAInputSearch, GoAInputTel, GoAInputText, GoAInputTime, GoAInputUrl, GoAMicrositeHeader, GoAModal, GoANotification, GoAOneColumnLayout, GoAPageBlock, GoAPages, GoAPagination, GoAPopover, GoARadioGroup, GoARadioItem, GoASkeleton, GoASpacer, GoASpinner, GoASuccessBadge, GoATable, GoATextArea, GoAThreeColumnLayout, GoATwoColumnLayout };
|