@abgov/react-components 4.0.0-alpha.141 → 4.0.0-alpha.143
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 +339 -157
- package/react-components.umd.js +339 -156
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,
|
|
@@ -12361,35 +12361,25 @@ customElements.define("goa-input", Input);
|
|
|
12361
12361
|
/* libs/web-components/src/components/microsite-header/MicrositeHeader.svelte generated by Svelte v3.51.0 */
|
|
12362
12362
|
|
|
12363
12363
|
function create_if_block_3$5(ctx) {
|
|
12364
|
-
let
|
|
12365
|
-
let t0;
|
|
12366
|
-
let div1;
|
|
12364
|
+
let div;
|
|
12367
12365
|
return {
|
|
12368
12366
|
c() {
|
|
12369
|
-
|
|
12370
|
-
|
|
12371
|
-
|
|
12372
|
-
|
|
12373
|
-
div1.innerHTML = `An official site of the <a href="https://www.alberta.ca/index.aspx">Alberta Government</a>`;
|
|
12374
|
-
attr(div0, "class", "service-type service-type--live");
|
|
12375
|
-
attr(div1, "data-testid", "type");
|
|
12376
|
-
attr(div1, "class", "site-text");
|
|
12367
|
+
div = element("div");
|
|
12368
|
+
div.innerHTML = `An official site of the <a href="https://www.alberta.ca/index.aspx">Alberta Government</a>`;
|
|
12369
|
+
attr(div, "data-testid", "type");
|
|
12370
|
+
attr(div, "class", "site-text");
|
|
12377
12371
|
},
|
|
12378
12372
|
|
|
12379
12373
|
m(target, anchor) {
|
|
12380
|
-
insert(target,
|
|
12381
|
-
insert(target, t0, anchor);
|
|
12382
|
-
insert(target, div1, anchor);
|
|
12374
|
+
insert(target, div, anchor);
|
|
12383
12375
|
},
|
|
12384
12376
|
|
|
12385
12377
|
d(detaching) {
|
|
12386
|
-
if (detaching) detach(
|
|
12387
|
-
if (detaching) detach(t0);
|
|
12388
|
-
if (detaching) detach(div1);
|
|
12378
|
+
if (detaching) detach(div);
|
|
12389
12379
|
}
|
|
12390
12380
|
|
|
12391
12381
|
};
|
|
12392
|
-
} // (
|
|
12382
|
+
} // (29:2) {#if ["alpha", "beta"].includes(type)}
|
|
12393
12383
|
|
|
12394
12384
|
|
|
12395
12385
|
function create_if_block_1$5(ctx) {
|
|
@@ -12477,7 +12467,7 @@ function create_if_block_1$5(ctx) {
|
|
|
12477
12467
|
}
|
|
12478
12468
|
|
|
12479
12469
|
};
|
|
12480
|
-
} // (
|
|
12470
|
+
} // (38:6) {#if feedbackurl}
|
|
12481
12471
|
|
|
12482
12472
|
|
|
12483
12473
|
function create_if_block_2$5(ctx) {
|
|
@@ -12519,7 +12509,7 @@ function create_if_block_2$5(ctx) {
|
|
|
12519
12509
|
}
|
|
12520
12510
|
|
|
12521
12511
|
};
|
|
12522
|
-
} // (
|
|
12512
|
+
} // (44:2) {#if version}
|
|
12523
12513
|
|
|
12524
12514
|
|
|
12525
12515
|
function create_if_block$b(ctx) {
|
|
@@ -12555,7 +12545,7 @@ function create_if_block$b(ctx) {
|
|
|
12555
12545
|
};
|
|
12556
12546
|
}
|
|
12557
12547
|
|
|
12558
|
-
function create_fragment$
|
|
12548
|
+
function create_fragment$m(ctx) {
|
|
12559
12549
|
let header;
|
|
12560
12550
|
let t0;
|
|
12561
12551
|
let show_if = ["alpha", "beta"].includes(
|
|
@@ -12664,7 +12654,7 @@ function capitalize(val) {
|
|
|
12664
12654
|
return val[0].toUpperCase() + val.slice(1);
|
|
12665
12655
|
}
|
|
12666
12656
|
|
|
12667
|
-
function instance$
|
|
12657
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
12668
12658
|
const [Types, validateType] = typeValidator("Microsite header type", ["live", "alpha", "beta"], true);
|
|
12669
12659
|
let {
|
|
12670
12660
|
type
|
|
@@ -12691,12 +12681,12 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
12691
12681
|
class MicrositeHeader extends SvelteElement {
|
|
12692
12682
|
constructor(options) {
|
|
12693
12683
|
super();
|
|
12694
|
-
this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}a{color:var(--goa-color-interactive-default);cursor:pointer}a:hover{color:var(--goa-color-interactive-hover)}a:focus{outline-width:thin;outline-style:solid;outline-color:var(--goa-color-interactive-hover);outline-offset:0px}.goa-official-site-header{display:flex;font-size:var(--goa-font-size-2);background-color:var(--goa-color-greyscale-100);align-items:center;justify-content:space-between;padding:0.25rem 1.5rem}@media(max-width: 640px){.goa-official-site-header{padding:0.5rem 1rem;align-items:start}}.spacer{flex:1 1 auto}.version{color:var(--goa-color-text-secondary);padding-left:1rem;line-height:1.25rem}.service-type{font-weight:bold;padding:0.125rem 0.25rem;display:flex;margin-right:1rem;line-height:initial}.service-type--alpha{background-color:var(--goa-color-warning-default);color:var(--goa-color-text-default)}.service-type--beta{background-color:var(--goa-color-brand-default);color:var(--goa-color-text-light)}.
|
|
12684
|
+
this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}a{color:var(--goa-color-interactive-default);cursor:pointer}a:hover{color:var(--goa-color-interactive-hover)}a:focus{outline-width:thin;outline-style:solid;outline-color:var(--goa-color-interactive-hover);outline-offset:0px}.goa-official-site-header{display:flex;font-size:var(--goa-font-size-2);background-color:var(--goa-color-greyscale-100);align-items:center;justify-content:space-between;padding:0.25rem 1.5rem}@media(max-width: 640px){.goa-official-site-header{padding:0.5rem 1rem;align-items:start}}.spacer{flex:1 1 auto}.version{color:var(--goa-color-text-secondary);padding-left:1rem;line-height:1.25rem}.service-type{font-weight:bold;padding:0.125rem 0.25rem;display:flex;margin-right:1rem;line-height:initial}.service-type--alpha{background-color:var(--goa-color-warning-default);color:var(--goa-color-text-default)}.service-type--beta{background-color:var(--goa-color-brand-default);color:var(--goa-color-text-light)}.site-text{color:var(--goa-color-text-default);line-height:1.25rem}</style>`;
|
|
12695
12685
|
init(this, {
|
|
12696
12686
|
target: this.shadowRoot,
|
|
12697
12687
|
props: attribute_to_object(this.attributes),
|
|
12698
12688
|
customElement: true
|
|
12699
|
-
}, instance$
|
|
12689
|
+
}, instance$k, create_fragment$m, safe_not_equal, {
|
|
12700
12690
|
type: 0,
|
|
12701
12691
|
version: 1,
|
|
12702
12692
|
feedbackurl: 2
|
|
@@ -13185,7 +13175,7 @@ function create_if_block_1$4(ctx) {
|
|
|
13185
13175
|
};
|
|
13186
13176
|
}
|
|
13187
13177
|
|
|
13188
|
-
function create_fragment$
|
|
13178
|
+
function create_fragment$l(ctx) {
|
|
13189
13179
|
let if_block_anchor;
|
|
13190
13180
|
let current;
|
|
13191
13181
|
let if_block =
|
|
@@ -13250,7 +13240,7 @@ function create_fragment$k(ctx) {
|
|
|
13250
13240
|
};
|
|
13251
13241
|
}
|
|
13252
13242
|
|
|
13253
|
-
function instance$
|
|
13243
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
13254
13244
|
let _isClosable;
|
|
13255
13245
|
|
|
13256
13246
|
let _transitionTime;
|
|
@@ -13453,7 +13443,7 @@ class Modal extends SvelteElement {
|
|
|
13453
13443
|
target: this.shadowRoot,
|
|
13454
13444
|
props: attribute_to_object(this.attributes),
|
|
13455
13445
|
customElement: true
|
|
13456
|
-
}, instance$
|
|
13446
|
+
}, instance$j, create_fragment$l, safe_not_equal, {
|
|
13457
13447
|
heading: 0,
|
|
13458
13448
|
closable: 14,
|
|
13459
13449
|
open: 1,
|
|
@@ -13673,7 +13663,7 @@ function create_if_block$9(ctx) {
|
|
|
13673
13663
|
};
|
|
13674
13664
|
}
|
|
13675
13665
|
|
|
13676
|
-
function create_fragment$
|
|
13666
|
+
function create_fragment$k(ctx) {
|
|
13677
13667
|
let if_block_anchor;
|
|
13678
13668
|
let current;
|
|
13679
13669
|
let if_block =
|
|
@@ -13738,7 +13728,7 @@ function create_fragment$j(ctx) {
|
|
|
13738
13728
|
};
|
|
13739
13729
|
}
|
|
13740
13730
|
|
|
13741
|
-
function instance$
|
|
13731
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13742
13732
|
let iconType;
|
|
13743
13733
|
const [Types, validateType] = typeValidator("Notification type", ["emergency", "important", "information", "event"], true);
|
|
13744
13734
|
let {
|
|
@@ -13780,7 +13770,7 @@ class Notification extends SvelteElement {
|
|
|
13780
13770
|
target: this.shadowRoot,
|
|
13781
13771
|
props: attribute_to_object(this.attributes),
|
|
13782
13772
|
customElement: true
|
|
13783
|
-
}, instance$
|
|
13773
|
+
}, instance$i, create_fragment$k, safe_not_equal, {
|
|
13784
13774
|
type: 0
|
|
13785
13775
|
}, null);
|
|
13786
13776
|
|
|
@@ -13822,7 +13812,7 @@ function isValidDimension(value) {
|
|
|
13822
13812
|
/* libs/web-components/src/components/page-block/PageBlock.svelte generated by Svelte v3.51.0 */
|
|
13823
13813
|
|
|
13824
13814
|
|
|
13825
|
-
function create_fragment$
|
|
13815
|
+
function create_fragment$j(ctx) {
|
|
13826
13816
|
let div;
|
|
13827
13817
|
let slot;
|
|
13828
13818
|
let div_style_value;
|
|
@@ -13862,7 +13852,7 @@ function create_fragment$i(ctx) {
|
|
|
13862
13852
|
};
|
|
13863
13853
|
}
|
|
13864
13854
|
|
|
13865
|
-
function instance$
|
|
13855
|
+
function instance$h($$self, $$props, $$invalidate) {
|
|
13866
13856
|
const Sizes = {
|
|
13867
13857
|
"full": "100%"
|
|
13868
13858
|
};
|
|
@@ -13903,7 +13893,7 @@ class PageBlock extends SvelteElement {
|
|
|
13903
13893
|
target: this.shadowRoot,
|
|
13904
13894
|
props: attribute_to_object(this.attributes),
|
|
13905
13895
|
customElement: true
|
|
13906
|
-
}, instance$
|
|
13896
|
+
}, instance$h, create_fragment$j, safe_not_equal, {
|
|
13907
13897
|
width: 1,
|
|
13908
13898
|
_width: 0
|
|
13909
13899
|
}, null);
|
|
@@ -14121,7 +14111,7 @@ function create_each_block$3(ctx) {
|
|
|
14121
14111
|
};
|
|
14122
14112
|
}
|
|
14123
14113
|
|
|
14124
|
-
function create_fragment$
|
|
14114
|
+
function create_fragment$i(ctx) {
|
|
14125
14115
|
let goa_block1;
|
|
14126
14116
|
let div;
|
|
14127
14117
|
let t0;
|
|
@@ -14284,7 +14274,7 @@ function create_fragment$h(ctx) {
|
|
|
14284
14274
|
};
|
|
14285
14275
|
}
|
|
14286
14276
|
|
|
14287
|
-
function instance$
|
|
14277
|
+
function instance$g($$self, $$props, $$invalidate) {
|
|
14288
14278
|
let _pageCount;
|
|
14289
14279
|
|
|
14290
14280
|
const [Variants, validateVariant] = typeValidator("Pagination variant", ["all", "links-only"]);
|
|
@@ -14403,7 +14393,7 @@ class Pagination extends SvelteElement {
|
|
|
14403
14393
|
target: this.shadowRoot,
|
|
14404
14394
|
props: attribute_to_object(this.attributes),
|
|
14405
14395
|
customElement: true
|
|
14406
|
-
}, instance$
|
|
14396
|
+
}, instance$g, create_fragment$i, safe_not_equal, {
|
|
14407
14397
|
pagenumber: 0,
|
|
14408
14398
|
itemcount: 10,
|
|
14409
14399
|
perpagecount: 11,
|
|
@@ -14607,7 +14597,7 @@ function create_if_block$7(ctx) {
|
|
|
14607
14597
|
};
|
|
14608
14598
|
}
|
|
14609
14599
|
|
|
14610
|
-
function create_fragment$
|
|
14600
|
+
function create_fragment$h(ctx) {
|
|
14611
14601
|
let div1;
|
|
14612
14602
|
let div0;
|
|
14613
14603
|
let t;
|
|
@@ -14690,7 +14680,7 @@ function create_fragment$g(ctx) {
|
|
|
14690
14680
|
};
|
|
14691
14681
|
}
|
|
14692
14682
|
|
|
14693
|
-
function instance$
|
|
14683
|
+
function instance$f($$self, $$props, $$invalidate) {
|
|
14694
14684
|
let paddedContent;
|
|
14695
14685
|
let {
|
|
14696
14686
|
testid = ""
|
|
@@ -14783,7 +14773,7 @@ class Popover extends SvelteElement {
|
|
|
14783
14773
|
target: this.shadowRoot,
|
|
14784
14774
|
props: attribute_to_object(this.attributes),
|
|
14785
14775
|
customElement: true
|
|
14786
|
-
}, instance$
|
|
14776
|
+
}, instance$f, create_fragment$h, safe_not_equal, {
|
|
14787
14777
|
testid: 0,
|
|
14788
14778
|
maxwidth: 1,
|
|
14789
14779
|
padded: 7
|
|
@@ -15033,7 +15023,7 @@ function create_each_block$2(key_1, ctx) {
|
|
|
15033
15023
|
};
|
|
15034
15024
|
}
|
|
15035
15025
|
|
|
15036
|
-
function create_fragment$
|
|
15026
|
+
function create_fragment$g(ctx) {
|
|
15037
15027
|
let div;
|
|
15038
15028
|
let slot;
|
|
15039
15029
|
let t;
|
|
@@ -15156,7 +15146,7 @@ function create_fragment$f(ctx) {
|
|
|
15156
15146
|
};
|
|
15157
15147
|
}
|
|
15158
15148
|
|
|
15159
|
-
function instance$
|
|
15149
|
+
function instance$e($$self, $$props, $$invalidate) {
|
|
15160
15150
|
let isDisabled;
|
|
15161
15151
|
let isError;
|
|
15162
15152
|
const [Orientations, validateOrientation] = typeValidator("Radio group orientation", ["vertical", "horizontal"]);
|
|
@@ -15299,7 +15289,7 @@ class RadioGroup extends SvelteElement {
|
|
|
15299
15289
|
target: this.shadowRoot,
|
|
15300
15290
|
props: attribute_to_object(this.attributes),
|
|
15301
15291
|
customElement: true
|
|
15302
|
-
}, instance$
|
|
15292
|
+
}, instance$e, create_fragment$g, safe_not_equal, {
|
|
15303
15293
|
name: 1,
|
|
15304
15294
|
value: 0,
|
|
15305
15295
|
orientation: 2,
|
|
@@ -15455,7 +15445,7 @@ class RadioGroup extends SvelteElement {
|
|
|
15455
15445
|
customElements.define("goa-radio-group", RadioGroup);
|
|
15456
15446
|
/* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.51.0 */
|
|
15457
15447
|
|
|
15458
|
-
function create_fragment$
|
|
15448
|
+
function create_fragment$f(ctx) {
|
|
15459
15449
|
let div;
|
|
15460
15450
|
let slot;
|
|
15461
15451
|
let div_style_value;
|
|
@@ -15540,7 +15530,7 @@ function create_fragment$e(ctx) {
|
|
|
15540
15530
|
};
|
|
15541
15531
|
}
|
|
15542
15532
|
|
|
15543
|
-
function instance$
|
|
15533
|
+
function instance$d($$self, $$props, $$invalidate) {
|
|
15544
15534
|
let {
|
|
15545
15535
|
direction = "vertical"
|
|
15546
15536
|
} = $$props;
|
|
@@ -15606,7 +15596,7 @@ class Scrollable extends SvelteElement {
|
|
|
15606
15596
|
target: this.shadowRoot,
|
|
15607
15597
|
props: attribute_to_object(this.attributes),
|
|
15608
15598
|
customElement: true
|
|
15609
|
-
}, instance$
|
|
15599
|
+
}, instance$d, create_fragment$f, safe_not_equal, {
|
|
15610
15600
|
direction: 0,
|
|
15611
15601
|
hpadding: 1,
|
|
15612
15602
|
vpadding: 2,
|
|
@@ -16286,7 +16276,7 @@ function create_each_block$1(ctx) {
|
|
|
16286
16276
|
};
|
|
16287
16277
|
}
|
|
16288
16278
|
|
|
16289
|
-
function create_fragment$
|
|
16279
|
+
function create_fragment$e(ctx) {
|
|
16290
16280
|
let div;
|
|
16291
16281
|
let current_block_type_index;
|
|
16292
16282
|
let if_block;
|
|
@@ -16405,7 +16395,7 @@ function create_fragment$d(ctx) {
|
|
|
16405
16395
|
};
|
|
16406
16396
|
}
|
|
16407
16397
|
|
|
16408
|
-
function instance$
|
|
16398
|
+
function instance$c($$self, $$props, $$invalidate) {
|
|
16409
16399
|
const [Types, validateType] = typeValidator("Skeleton type", ["image", "text", "title", "text-small", "avatar", "header", "paragraph", "thumbnail", "card", "lines", "profile", "article"], true);
|
|
16410
16400
|
const [Sizes, validateSize] = typeValidator("Skeleton size", ["1", "2", "3", "4"]);
|
|
16411
16401
|
let {
|
|
@@ -16463,7 +16453,7 @@ class Skeleton extends SvelteElement {
|
|
|
16463
16453
|
target: this.shadowRoot,
|
|
16464
16454
|
props: attribute_to_object(this.attributes),
|
|
16465
16455
|
customElement: true
|
|
16466
|
-
}, instance$
|
|
16456
|
+
}, instance$c, create_fragment$e, safe_not_equal, {
|
|
16467
16457
|
maxwidth: 0,
|
|
16468
16458
|
size: 1,
|
|
16469
16459
|
linecount: 2,
|
|
@@ -16595,7 +16585,7 @@ class Skeleton extends SvelteElement {
|
|
|
16595
16585
|
customElements.define("goa-skeleton", Skeleton);
|
|
16596
16586
|
/* libs/web-components/src/components/spacer/Spacer.svelte generated by Svelte v3.51.0 */
|
|
16597
16587
|
|
|
16598
|
-
function create_fragment$
|
|
16588
|
+
function create_fragment$d(ctx) {
|
|
16599
16589
|
let div;
|
|
16600
16590
|
return {
|
|
16601
16591
|
c() {
|
|
@@ -16624,7 +16614,7 @@ function create_fragment$c(ctx) {
|
|
|
16624
16614
|
};
|
|
16625
16615
|
}
|
|
16626
16616
|
|
|
16627
|
-
function instance$
|
|
16617
|
+
function instance$b($$self, $$props, $$invalidate) {
|
|
16628
16618
|
let {
|
|
16629
16619
|
hspacing = "none"
|
|
16630
16620
|
} = $$props;
|
|
@@ -16662,7 +16652,7 @@ class Spacer extends SvelteElement {
|
|
|
16662
16652
|
target: this.shadowRoot,
|
|
16663
16653
|
props: attribute_to_object(this.attributes),
|
|
16664
16654
|
customElement: true
|
|
16665
|
-
}, instance$
|
|
16655
|
+
}, instance$b, create_fragment$d, safe_not_equal, {
|
|
16666
16656
|
hspacing: 1,
|
|
16667
16657
|
vspacing: 2
|
|
16668
16658
|
}, null);
|
|
@@ -17084,7 +17074,7 @@ function create_if_block$5(ctx) {
|
|
|
17084
17074
|
};
|
|
17085
17075
|
}
|
|
17086
17076
|
|
|
17087
|
-
function create_fragment$
|
|
17077
|
+
function create_fragment$c(ctx) {
|
|
17088
17078
|
let if_block_anchor;
|
|
17089
17079
|
let if_block =
|
|
17090
17080
|
/*ready*/
|
|
@@ -17129,7 +17119,7 @@ function create_fragment$b(ctx) {
|
|
|
17129
17119
|
};
|
|
17130
17120
|
}
|
|
17131
17121
|
|
|
17132
|
-
function instance$
|
|
17122
|
+
function instance$a($$self, $$props, $$invalidate) {
|
|
17133
17123
|
let diameter;
|
|
17134
17124
|
let strokewidth;
|
|
17135
17125
|
let radius;
|
|
@@ -17260,7 +17250,7 @@ class Spinner extends SvelteElement {
|
|
|
17260
17250
|
target: this.shadowRoot,
|
|
17261
17251
|
props: attribute_to_object(this.attributes),
|
|
17262
17252
|
customElement: true
|
|
17263
|
-
}, instance$
|
|
17253
|
+
}, instance$a, create_fragment$c, safe_not_equal, {
|
|
17264
17254
|
size: 10,
|
|
17265
17255
|
invert: 0,
|
|
17266
17256
|
progress: 11,
|
|
@@ -17332,7 +17322,7 @@ class Spinner extends SvelteElement {
|
|
|
17332
17322
|
customElements.define("goa-spinner", Spinner);
|
|
17333
17323
|
/* libs/web-components/src/components/table/Table.svelte generated by Svelte v3.51.0 */
|
|
17334
17324
|
|
|
17335
|
-
function create_fragment$
|
|
17325
|
+
function create_fragment$b(ctx) {
|
|
17336
17326
|
let table;
|
|
17337
17327
|
let slot;
|
|
17338
17328
|
let t0;
|
|
@@ -17434,7 +17424,7 @@ function create_fragment$a(ctx) {
|
|
|
17434
17424
|
};
|
|
17435
17425
|
}
|
|
17436
17426
|
|
|
17437
|
-
function instance$
|
|
17427
|
+
function instance$9($$self, $$props, $$invalidate) {
|
|
17438
17428
|
let _stickyHeader;
|
|
17439
17429
|
|
|
17440
17430
|
const [Variants, validateVariant] = typeValidator("Table variant", ["normal", "relaxed"], true);
|
|
@@ -17548,7 +17538,7 @@ class Table extends SvelteElement {
|
|
|
17548
17538
|
target: this.shadowRoot,
|
|
17549
17539
|
props: attribute_to_object(this.attributes),
|
|
17550
17540
|
customElement: true
|
|
17551
|
-
}, instance$
|
|
17541
|
+
}, instance$9, create_fragment$b, safe_not_equal, {
|
|
17552
17542
|
width: 0,
|
|
17553
17543
|
stickyheader: 8,
|
|
17554
17544
|
variant: 1,
|
|
@@ -17724,7 +17714,7 @@ function create_if_block$4(ctx) {
|
|
|
17724
17714
|
};
|
|
17725
17715
|
}
|
|
17726
17716
|
|
|
17727
|
-
function create_fragment$
|
|
17717
|
+
function create_fragment$a(ctx) {
|
|
17728
17718
|
let button;
|
|
17729
17719
|
let slot;
|
|
17730
17720
|
let t;
|
|
@@ -17779,7 +17769,7 @@ function create_fragment$9(ctx) {
|
|
|
17779
17769
|
};
|
|
17780
17770
|
}
|
|
17781
17771
|
|
|
17782
|
-
function instance$
|
|
17772
|
+
function instance$8($$self, $$props, $$invalidate) {
|
|
17783
17773
|
let {
|
|
17784
17774
|
direction = "none"
|
|
17785
17775
|
} = $$props;
|
|
@@ -17799,7 +17789,7 @@ class TableSortHeader extends SvelteElement {
|
|
|
17799
17789
|
target: this.shadowRoot,
|
|
17800
17790
|
props: attribute_to_object(this.attributes),
|
|
17801
17791
|
customElement: true
|
|
17802
|
-
}, instance$
|
|
17792
|
+
}, instance$8, create_fragment$a, safe_not_equal, {
|
|
17803
17793
|
direction: 0
|
|
17804
17794
|
}, null);
|
|
17805
17795
|
|
|
@@ -17835,7 +17825,7 @@ class TableSortHeader extends SvelteElement {
|
|
|
17835
17825
|
customElements.define("goa-table-sort-header", TableSortHeader);
|
|
17836
17826
|
/* libs/web-components/src/components/text-area/TextArea.svelte generated by Svelte v3.51.0 */
|
|
17837
17827
|
|
|
17838
|
-
function create_fragment$
|
|
17828
|
+
function create_fragment$9(ctx) {
|
|
17839
17829
|
let div;
|
|
17840
17830
|
let textarea;
|
|
17841
17831
|
let textarea_aria_label_value;
|
|
@@ -18016,7 +18006,7 @@ function create_fragment$8(ctx) {
|
|
|
18016
18006
|
};
|
|
18017
18007
|
}
|
|
18018
18008
|
|
|
18019
|
-
function instance$
|
|
18009
|
+
function instance$7($$self, $$props, $$invalidate) {
|
|
18020
18010
|
let isError;
|
|
18021
18011
|
let isDisabled;
|
|
18022
18012
|
let isReadonly;
|
|
@@ -18133,7 +18123,7 @@ class TextArea extends SvelteElement {
|
|
|
18133
18123
|
target: this.shadowRoot,
|
|
18134
18124
|
props: attribute_to_object(this.attributes),
|
|
18135
18125
|
customElement: true
|
|
18136
|
-
}, instance$
|
|
18126
|
+
}, instance$7, create_fragment$9, safe_not_equal, {
|
|
18137
18127
|
name: 0,
|
|
18138
18128
|
value: 1,
|
|
18139
18129
|
placeholder: 2,
|
|
@@ -18337,7 +18327,7 @@ class TextArea extends SvelteElement {
|
|
|
18337
18327
|
customElements.define("goa-textarea", TextArea);
|
|
18338
18328
|
/* libs/web-components/src/layouts/FullScreenNavbarLayout.svelte generated by Svelte v3.51.0 */
|
|
18339
18329
|
|
|
18340
|
-
function create_fragment$
|
|
18330
|
+
function create_fragment$8(ctx) {
|
|
18341
18331
|
let div;
|
|
18342
18332
|
return {
|
|
18343
18333
|
c() {
|
|
@@ -18381,7 +18371,7 @@ class FullScreenNavbarLayout extends SvelteElement {
|
|
|
18381
18371
|
target: this.shadowRoot,
|
|
18382
18372
|
props: attribute_to_object(this.attributes),
|
|
18383
18373
|
customElement: true
|
|
18384
|
-
}, null, create_fragment$
|
|
18374
|
+
}, null, create_fragment$8, safe_not_equal, {}, null);
|
|
18385
18375
|
|
|
18386
18376
|
if (options) {
|
|
18387
18377
|
if (options.target) {
|
|
@@ -18395,7 +18385,7 @@ class FullScreenNavbarLayout extends SvelteElement {
|
|
|
18395
18385
|
customElements.define("goa-layout-full-nav", FullScreenNavbarLayout);
|
|
18396
18386
|
/* libs/web-components/src/layouts/one-column-layout/OneColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18397
18387
|
|
|
18398
|
-
function create_fragment$
|
|
18388
|
+
function create_fragment$7(ctx) {
|
|
18399
18389
|
let div;
|
|
18400
18390
|
return {
|
|
18401
18391
|
c() {
|
|
@@ -18432,7 +18422,7 @@ class OneColumnLayout extends SvelteElement {
|
|
|
18432
18422
|
target: this.shadowRoot,
|
|
18433
18423
|
props: attribute_to_object(this.attributes),
|
|
18434
18424
|
customElement: true
|
|
18435
|
-
}, null, create_fragment$
|
|
18425
|
+
}, null, create_fragment$7, safe_not_equal, {}, null);
|
|
18436
18426
|
|
|
18437
18427
|
if (options) {
|
|
18438
18428
|
if (options.target) {
|
|
@@ -18446,7 +18436,7 @@ class OneColumnLayout extends SvelteElement {
|
|
|
18446
18436
|
customElements.define("goa-one-column-layout", OneColumnLayout);
|
|
18447
18437
|
/* libs/web-components/src/layouts/two-column-layout/TwoColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18448
18438
|
|
|
18449
|
-
function create_fragment$
|
|
18439
|
+
function create_fragment$6(ctx) {
|
|
18450
18440
|
let div;
|
|
18451
18441
|
let header;
|
|
18452
18442
|
let t0;
|
|
@@ -18516,7 +18506,7 @@ function create_fragment$5(ctx) {
|
|
|
18516
18506
|
};
|
|
18517
18507
|
}
|
|
18518
18508
|
|
|
18519
|
-
function instance$
|
|
18509
|
+
function instance$6($$self, $$props, $$invalidate) {
|
|
18520
18510
|
let {
|
|
18521
18511
|
navcolumnwidth = ""
|
|
18522
18512
|
} = $$props;
|
|
@@ -18540,7 +18530,7 @@ class TwoColumnLayout extends SvelteElement {
|
|
|
18540
18530
|
target: this.shadowRoot,
|
|
18541
18531
|
props: attribute_to_object(this.attributes),
|
|
18542
18532
|
customElement: true
|
|
18543
|
-
}, instance$
|
|
18533
|
+
}, instance$6, create_fragment$6, safe_not_equal, {
|
|
18544
18534
|
navcolumnwidth: 0,
|
|
18545
18535
|
maxcontentwidth: 1
|
|
18546
18536
|
}, null);
|
|
@@ -18586,6 +18576,172 @@ class TwoColumnLayout extends SvelteElement {
|
|
|
18586
18576
|
}
|
|
18587
18577
|
|
|
18588
18578
|
customElements.define("goa-two-column-layout", TwoColumnLayout);
|
|
18579
|
+
/* libs/web-components/src/layouts/three-column-layout/ThreeColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18580
|
+
|
|
18581
|
+
function create_fragment$5(ctx) {
|
|
18582
|
+
let div;
|
|
18583
|
+
let header;
|
|
18584
|
+
let t0;
|
|
18585
|
+
let section;
|
|
18586
|
+
let t3;
|
|
18587
|
+
let footer;
|
|
18588
|
+
let div_style_value;
|
|
18589
|
+
return {
|
|
18590
|
+
c() {
|
|
18591
|
+
div = element("div");
|
|
18592
|
+
header = element("header");
|
|
18593
|
+
header.innerHTML = `<slot name="header"></slot>`;
|
|
18594
|
+
t0 = space();
|
|
18595
|
+
section = element("section");
|
|
18596
|
+
section.innerHTML = `<nav class="nav"><slot name="nav"></slot></nav>
|
|
18597
|
+
|
|
18598
|
+
<main><slot></slot></main>
|
|
18599
|
+
|
|
18600
|
+
<nav class="nav sidebar"><slot name="sidebar"></slot></nav>`;
|
|
18601
|
+
t3 = space();
|
|
18602
|
+
footer = element("footer");
|
|
18603
|
+
footer.innerHTML = `<slot name="footer"></slot>`;
|
|
18604
|
+
this.c = noop;
|
|
18605
|
+
attr(header, "class", "header");
|
|
18606
|
+
attr(section, "class", "content");
|
|
18607
|
+
attr(footer, "class", "footer");
|
|
18608
|
+
attr(div, "class", "page");
|
|
18609
|
+
attr(div, "style", div_style_value = `
|
|
18610
|
+
--max-content-width: ${
|
|
18611
|
+
/*maxcontentwidth*/
|
|
18612
|
+
ctx[2] || "100%"};
|
|
18613
|
+
--nav-column-width: ${
|
|
18614
|
+
/*leftcolumnwidth*/
|
|
18615
|
+
ctx[0] || "256px"};
|
|
18616
|
+
--sidebar-column-width: ${
|
|
18617
|
+
/*rightcolumnwidth*/
|
|
18618
|
+
ctx[1] || "256px"}
|
|
18619
|
+
`);
|
|
18620
|
+
},
|
|
18621
|
+
|
|
18622
|
+
m(target, anchor) {
|
|
18623
|
+
insert(target, div, anchor);
|
|
18624
|
+
append(div, header);
|
|
18625
|
+
append(div, t0);
|
|
18626
|
+
append(div, section);
|
|
18627
|
+
append(div, t3);
|
|
18628
|
+
append(div, footer);
|
|
18629
|
+
},
|
|
18630
|
+
|
|
18631
|
+
p(ctx, [dirty]) {
|
|
18632
|
+
if (dirty &
|
|
18633
|
+
/*maxcontentwidth, leftcolumnwidth, rightcolumnwidth*/
|
|
18634
|
+
7 && div_style_value !== (div_style_value = `
|
|
18635
|
+
--max-content-width: ${
|
|
18636
|
+
/*maxcontentwidth*/
|
|
18637
|
+
ctx[2] || "100%"};
|
|
18638
|
+
--nav-column-width: ${
|
|
18639
|
+
/*leftcolumnwidth*/
|
|
18640
|
+
ctx[0] || "256px"};
|
|
18641
|
+
--sidebar-column-width: ${
|
|
18642
|
+
/*rightcolumnwidth*/
|
|
18643
|
+
ctx[1] || "256px"}
|
|
18644
|
+
`)) {
|
|
18645
|
+
attr(div, "style", div_style_value);
|
|
18646
|
+
}
|
|
18647
|
+
},
|
|
18648
|
+
|
|
18649
|
+
i: noop,
|
|
18650
|
+
o: noop,
|
|
18651
|
+
|
|
18652
|
+
d(detaching) {
|
|
18653
|
+
if (detaching) detach(div);
|
|
18654
|
+
}
|
|
18655
|
+
|
|
18656
|
+
};
|
|
18657
|
+
}
|
|
18658
|
+
|
|
18659
|
+
function instance$5($$self, $$props, $$invalidate) {
|
|
18660
|
+
let {
|
|
18661
|
+
leftcolumnwidth
|
|
18662
|
+
} = $$props;
|
|
18663
|
+
let {
|
|
18664
|
+
rightcolumnwidth
|
|
18665
|
+
} = $$props;
|
|
18666
|
+
let {
|
|
18667
|
+
maxcontentwidth
|
|
18668
|
+
} = $$props;
|
|
18669
|
+
|
|
18670
|
+
$$self.$$set = $$props => {
|
|
18671
|
+
if ('leftcolumnwidth' in $$props) $$invalidate(0, leftcolumnwidth = $$props.leftcolumnwidth);
|
|
18672
|
+
if ('rightcolumnwidth' in $$props) $$invalidate(1, rightcolumnwidth = $$props.rightcolumnwidth);
|
|
18673
|
+
if ('maxcontentwidth' in $$props) $$invalidate(2, maxcontentwidth = $$props.maxcontentwidth);
|
|
18674
|
+
};
|
|
18675
|
+
|
|
18676
|
+
return [leftcolumnwidth, rightcolumnwidth, maxcontentwidth];
|
|
18677
|
+
}
|
|
18678
|
+
|
|
18679
|
+
class ThreeColumnLayout extends SvelteElement {
|
|
18680
|
+
constructor(options) {
|
|
18681
|
+
super();
|
|
18682
|
+
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>`;
|
|
18683
|
+
init(this, {
|
|
18684
|
+
target: this.shadowRoot,
|
|
18685
|
+
props: attribute_to_object(this.attributes),
|
|
18686
|
+
customElement: true
|
|
18687
|
+
}, instance$5, create_fragment$5, safe_not_equal, {
|
|
18688
|
+
leftcolumnwidth: 0,
|
|
18689
|
+
rightcolumnwidth: 1,
|
|
18690
|
+
maxcontentwidth: 2
|
|
18691
|
+
}, null);
|
|
18692
|
+
|
|
18693
|
+
if (options) {
|
|
18694
|
+
if (options.target) {
|
|
18695
|
+
insert(options.target, this, options.anchor);
|
|
18696
|
+
}
|
|
18697
|
+
|
|
18698
|
+
if (options.props) {
|
|
18699
|
+
this.$set(options.props);
|
|
18700
|
+
flush();
|
|
18701
|
+
}
|
|
18702
|
+
}
|
|
18703
|
+
}
|
|
18704
|
+
|
|
18705
|
+
static get observedAttributes() {
|
|
18706
|
+
return ["leftcolumnwidth", "rightcolumnwidth", "maxcontentwidth"];
|
|
18707
|
+
}
|
|
18708
|
+
|
|
18709
|
+
get leftcolumnwidth() {
|
|
18710
|
+
return this.$$.ctx[0];
|
|
18711
|
+
}
|
|
18712
|
+
|
|
18713
|
+
set leftcolumnwidth(leftcolumnwidth) {
|
|
18714
|
+
this.$$set({
|
|
18715
|
+
leftcolumnwidth
|
|
18716
|
+
});
|
|
18717
|
+
flush();
|
|
18718
|
+
}
|
|
18719
|
+
|
|
18720
|
+
get rightcolumnwidth() {
|
|
18721
|
+
return this.$$.ctx[1];
|
|
18722
|
+
}
|
|
18723
|
+
|
|
18724
|
+
set rightcolumnwidth(rightcolumnwidth) {
|
|
18725
|
+
this.$$set({
|
|
18726
|
+
rightcolumnwidth
|
|
18727
|
+
});
|
|
18728
|
+
flush();
|
|
18729
|
+
}
|
|
18730
|
+
|
|
18731
|
+
get maxcontentwidth() {
|
|
18732
|
+
return this.$$.ctx[2];
|
|
18733
|
+
}
|
|
18734
|
+
|
|
18735
|
+
set maxcontentwidth(maxcontentwidth) {
|
|
18736
|
+
this.$$set({
|
|
18737
|
+
maxcontentwidth
|
|
18738
|
+
});
|
|
18739
|
+
flush();
|
|
18740
|
+
}
|
|
18741
|
+
|
|
18742
|
+
}
|
|
18743
|
+
|
|
18744
|
+
customElements.define("goa-three-column-layout", ThreeColumnLayout);
|
|
18589
18745
|
/* libs/web-components/src/components/form-stepper/FormStepper.svelte generated by Svelte v3.51.0 */
|
|
18590
18746
|
|
|
18591
18747
|
function create_if_block$3(ctx) {
|
|
@@ -22882,4 +23038,30 @@ function GoATwoColumnLayout(props) {
|
|
|
22882
23038
|
}), void 0);
|
|
22883
23039
|
}
|
|
22884
23040
|
|
|
22885
|
-
|
|
23041
|
+
function GoAThreeColumnLayout(props) {
|
|
23042
|
+
return jsxs("goa-three-column-layout", Object.assign({
|
|
23043
|
+
leftcolumnwidth: props.leftColumnWidth,
|
|
23044
|
+
rightcolumnwidth: props.rightColumnWidth,
|
|
23045
|
+
maxcontentwidth: props.maxContentWidth
|
|
23046
|
+
}, {
|
|
23047
|
+
children: [props.header && jsx("div", Object.assign({
|
|
23048
|
+
slot: "header"
|
|
23049
|
+
}, {
|
|
23050
|
+
children: props.header
|
|
23051
|
+
}), void 0), props.nav && jsx("div", Object.assign({
|
|
23052
|
+
slot: "nav"
|
|
23053
|
+
}, {
|
|
23054
|
+
children: props.nav
|
|
23055
|
+
}), void 0), props.sidebar && jsx("div", Object.assign({
|
|
23056
|
+
slot: "sidebar"
|
|
23057
|
+
}, {
|
|
23058
|
+
children: props.sidebar
|
|
23059
|
+
}), void 0), props.children, props.footer && jsx("div", Object.assign({
|
|
23060
|
+
slot: "footer"
|
|
23061
|
+
}, {
|
|
23062
|
+
children: props.footer
|
|
23063
|
+
}), void 0)]
|
|
23064
|
+
}), void 0);
|
|
23065
|
+
}
|
|
23066
|
+
|
|
23067
|
+
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 };
|