@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.umd.js
CHANGED
|
@@ -1168,7 +1168,7 @@
|
|
|
1168
1168
|
/* libs/web-components/src/components/accordion/Accordion.svelte generated by Svelte v3.51.0 */
|
|
1169
1169
|
|
|
1170
1170
|
|
|
1171
|
-
function create_fragment$
|
|
1171
|
+
function create_fragment$Q(ctx) {
|
|
1172
1172
|
let div3;
|
|
1173
1173
|
let details;
|
|
1174
1174
|
let summary;
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
};
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
|
-
function instance$
|
|
1374
|
+
function instance$K($$self, $$props, $$invalidate) {
|
|
1375
1375
|
let isOpen;
|
|
1376
1376
|
const [HeadingSizes, validateHeadingSize] = typeValidator("Accordion heading size", ["small", "medium"]);
|
|
1377
1377
|
let {
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
target: this.shadowRoot,
|
|
1450
1450
|
props: attribute_to_object(this.attributes),
|
|
1451
1451
|
customElement: true
|
|
1452
|
-
}, instance$
|
|
1452
|
+
}, instance$K, create_fragment$Q, safe_not_equal, {
|
|
1453
1453
|
open: 10,
|
|
1454
1454
|
heading: 0,
|
|
1455
1455
|
secondarytext: 1,
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
};
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
-
function create_fragment$
|
|
1708
|
+
function create_fragment$P(ctx) {
|
|
1709
1709
|
let div2;
|
|
1710
1710
|
let div1;
|
|
1711
1711
|
let t;
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
};
|
|
1790
1790
|
}
|
|
1791
1791
|
|
|
1792
|
-
function instance$
|
|
1792
|
+
function instance$J($$self, $$props, $$invalidate) {
|
|
1793
1793
|
let {
|
|
1794
1794
|
heading = ""
|
|
1795
1795
|
} = $$props;
|
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
target: this.shadowRoot,
|
|
1822
1822
|
props: attribute_to_object(this.attributes),
|
|
1823
1823
|
customElement: true
|
|
1824
|
-
}, instance$
|
|
1824
|
+
}, instance$J, create_fragment$P, safe_not_equal, {
|
|
1825
1825
|
heading: 0,
|
|
1826
1826
|
url: 1,
|
|
1827
1827
|
testid: 2,
|
|
@@ -1981,7 +1981,7 @@
|
|
|
1981
1981
|
};
|
|
1982
1982
|
}
|
|
1983
1983
|
|
|
1984
|
-
function create_fragment$
|
|
1984
|
+
function create_fragment$O(ctx) {
|
|
1985
1985
|
let div;
|
|
1986
1986
|
let t;
|
|
1987
1987
|
let div_style_value;
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
};
|
|
2118
2118
|
}
|
|
2119
2119
|
|
|
2120
|
-
function instance$
|
|
2120
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
2121
2121
|
let showIcon;
|
|
2122
2122
|
let iconType;
|
|
2123
2123
|
const [Types, validateType] = typeValidator("Badge type", ["success", "important", "information", "emergency", "dark", "midtone", "light"], true);
|
|
@@ -2197,7 +2197,7 @@
|
|
|
2197
2197
|
target: this.shadowRoot,
|
|
2198
2198
|
props: attribute_to_object(this.attributes),
|
|
2199
2199
|
customElement: true
|
|
2200
|
-
}, instance$
|
|
2200
|
+
}, instance$I, create_fragment$O, safe_not_equal, {
|
|
2201
2201
|
type: 0,
|
|
2202
2202
|
testid: 1,
|
|
2203
2203
|
content: 2,
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
customElements.define("goa-badge", Badge);
|
|
2318
2318
|
/* libs/web-components/src/components/block/Block.svelte generated by Svelte v3.51.0 */
|
|
2319
2319
|
|
|
2320
|
-
function create_fragment$
|
|
2320
|
+
function create_fragment$N(ctx) {
|
|
2321
2321
|
let div;
|
|
2322
2322
|
let slot;
|
|
2323
2323
|
let div_style_value;
|
|
@@ -2391,7 +2391,7 @@
|
|
|
2391
2391
|
};
|
|
2392
2392
|
}
|
|
2393
2393
|
|
|
2394
|
-
function instance$
|
|
2394
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
2395
2395
|
let {
|
|
2396
2396
|
gap = "m"
|
|
2397
2397
|
} = $$props;
|
|
@@ -2435,7 +2435,7 @@
|
|
|
2435
2435
|
target: this.shadowRoot,
|
|
2436
2436
|
props: attribute_to_object(this.attributes),
|
|
2437
2437
|
customElement: true
|
|
2438
|
-
}, instance$
|
|
2438
|
+
}, instance$H, create_fragment$N, safe_not_equal, {
|
|
2439
2439
|
gap: 0,
|
|
2440
2440
|
direction: 1,
|
|
2441
2441
|
alignment: 2,
|
|
@@ -2741,7 +2741,7 @@
|
|
|
2741
2741
|
};
|
|
2742
2742
|
}
|
|
2743
2743
|
|
|
2744
|
-
function create_fragment$
|
|
2744
|
+
function create_fragment$M(ctx) {
|
|
2745
2745
|
let button;
|
|
2746
2746
|
let button_class_value;
|
|
2747
2747
|
let button_style_value;
|
|
@@ -2895,7 +2895,7 @@
|
|
|
2895
2895
|
};
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
|
-
function instance$
|
|
2898
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
2899
2899
|
let isDisabled;
|
|
2900
2900
|
let isButtonDark;
|
|
2901
2901
|
const [Types, validateType] = typeValidator("Button type", ["primary", "submit", "secondary", "tertiary", "start"], true);
|
|
@@ -2990,7 +2990,7 @@
|
|
|
2990
2990
|
target: this.shadowRoot,
|
|
2991
2991
|
props: attribute_to_object(this.attributes),
|
|
2992
2992
|
customElement: true
|
|
2993
|
-
}, instance$
|
|
2993
|
+
}, instance$G, create_fragment$M, safe_not_equal, {
|
|
2994
2994
|
type: 0,
|
|
2995
2995
|
size: 1,
|
|
2996
2996
|
variant: 2,
|
|
@@ -3146,7 +3146,7 @@
|
|
|
3146
3146
|
customElements.define("goa-button", Button);
|
|
3147
3147
|
/* libs/web-components/src/components/button-group/ButtonGroup.svelte generated by Svelte v3.51.0 */
|
|
3148
3148
|
|
|
3149
|
-
function create_fragment$
|
|
3149
|
+
function create_fragment$L(ctx) {
|
|
3150
3150
|
let div;
|
|
3151
3151
|
let slot;
|
|
3152
3152
|
let div_style_value;
|
|
@@ -3216,7 +3216,7 @@
|
|
|
3216
3216
|
};
|
|
3217
3217
|
}
|
|
3218
3218
|
|
|
3219
|
-
function instance$
|
|
3219
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
3220
3220
|
let _alignment;
|
|
3221
3221
|
|
|
3222
3222
|
let {
|
|
@@ -3280,7 +3280,7 @@
|
|
|
3280
3280
|
target: this.shadowRoot,
|
|
3281
3281
|
props: attribute_to_object(this.attributes),
|
|
3282
3282
|
customElement: true
|
|
3283
|
-
}, instance$
|
|
3283
|
+
}, instance$F, create_fragment$L, safe_not_equal, {
|
|
3284
3284
|
alignment: 7,
|
|
3285
3285
|
gap: 0,
|
|
3286
3286
|
testid: 1,
|
|
@@ -3419,7 +3419,7 @@
|
|
|
3419
3419
|
};
|
|
3420
3420
|
}
|
|
3421
3421
|
|
|
3422
|
-
function create_fragment$
|
|
3422
|
+
function create_fragment$K(ctx) {
|
|
3423
3423
|
let div;
|
|
3424
3424
|
let span0;
|
|
3425
3425
|
let goa_icon;
|
|
@@ -3554,7 +3554,7 @@
|
|
|
3554
3554
|
};
|
|
3555
3555
|
}
|
|
3556
3556
|
|
|
3557
|
-
function instance$
|
|
3557
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
3558
3558
|
let iconType;
|
|
3559
3559
|
const [Types, validateType] = typeValidator("Callout type", ["emergency", "important", "information", "event", "success"], true);
|
|
3560
3560
|
let {
|
|
@@ -3611,7 +3611,7 @@
|
|
|
3611
3611
|
target: this.shadowRoot,
|
|
3612
3612
|
props: attribute_to_object(this.attributes),
|
|
3613
3613
|
customElement: true
|
|
3614
|
-
}, instance$
|
|
3614
|
+
}, instance$E, create_fragment$K, safe_not_equal, {
|
|
3615
3615
|
mt: 0,
|
|
3616
3616
|
mr: 1,
|
|
3617
3617
|
mb: 2,
|
|
@@ -3719,7 +3719,7 @@
|
|
|
3719
3719
|
customElements.define("goa-callout", Callout);
|
|
3720
3720
|
/* libs/web-components/src/components/card-actions/CardActions.svelte generated by Svelte v3.51.0 */
|
|
3721
3721
|
|
|
3722
|
-
function create_fragment$
|
|
3722
|
+
function create_fragment$J(ctx) {
|
|
3723
3723
|
let goa_card_content;
|
|
3724
3724
|
return {
|
|
3725
3725
|
c() {
|
|
@@ -3750,7 +3750,7 @@
|
|
|
3750
3750
|
target: this.shadowRoot,
|
|
3751
3751
|
props: attribute_to_object(this.attributes),
|
|
3752
3752
|
customElement: true
|
|
3753
|
-
}, null, create_fragment$
|
|
3753
|
+
}, null, create_fragment$J, safe_not_equal, {}, null);
|
|
3754
3754
|
|
|
3755
3755
|
if (options) {
|
|
3756
3756
|
if (options.target) {
|
|
@@ -3764,7 +3764,7 @@
|
|
|
3764
3764
|
customElements.define("goa-card-actions", CardActions);
|
|
3765
3765
|
/* libs/web-components/src/components/card/Card.svelte generated by Svelte v3.51.0 */
|
|
3766
3766
|
|
|
3767
|
-
function create_fragment$
|
|
3767
|
+
function create_fragment$I(ctx) {
|
|
3768
3768
|
let div;
|
|
3769
3769
|
let slot;
|
|
3770
3770
|
let div_style_value;
|
|
@@ -3843,7 +3843,7 @@
|
|
|
3843
3843
|
};
|
|
3844
3844
|
}
|
|
3845
3845
|
|
|
3846
|
-
function instance$
|
|
3846
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
3847
3847
|
let {
|
|
3848
3848
|
elevation = 0
|
|
3849
3849
|
} = $$props;
|
|
@@ -3891,7 +3891,7 @@
|
|
|
3891
3891
|
target: this.shadowRoot,
|
|
3892
3892
|
props: attribute_to_object(this.attributes),
|
|
3893
3893
|
customElement: true
|
|
3894
|
-
}, instance$
|
|
3894
|
+
}, instance$D, create_fragment$I, safe_not_equal, {
|
|
3895
3895
|
elevation: 0,
|
|
3896
3896
|
width: 1,
|
|
3897
3897
|
height: 2,
|
|
@@ -4011,7 +4011,7 @@
|
|
|
4011
4011
|
customElements.define("goa-card", Card);
|
|
4012
4012
|
/* libs/web-components/src/components/card-content/CardContent.svelte generated by Svelte v3.51.0 */
|
|
4013
4013
|
|
|
4014
|
-
function create_fragment$
|
|
4014
|
+
function create_fragment$H(ctx) {
|
|
4015
4015
|
let div;
|
|
4016
4016
|
return {
|
|
4017
4017
|
c() {
|
|
@@ -4044,7 +4044,7 @@
|
|
|
4044
4044
|
target: this.shadowRoot,
|
|
4045
4045
|
props: attribute_to_object(this.attributes),
|
|
4046
4046
|
customElement: true
|
|
4047
|
-
}, null, create_fragment$
|
|
4047
|
+
}, null, create_fragment$H, safe_not_equal, {}, null);
|
|
4048
4048
|
|
|
4049
4049
|
if (options) {
|
|
4050
4050
|
if (options.target) {
|
|
@@ -4058,7 +4058,7 @@
|
|
|
4058
4058
|
customElements.define("goa-card-content", CardContent);
|
|
4059
4059
|
/* libs/web-components/src/components/card-group/CardGroup.svelte generated by Svelte v3.51.0 */
|
|
4060
4060
|
|
|
4061
|
-
function create_fragment$
|
|
4061
|
+
function create_fragment$G(ctx) {
|
|
4062
4062
|
let div;
|
|
4063
4063
|
return {
|
|
4064
4064
|
c() {
|
|
@@ -4091,7 +4091,7 @@
|
|
|
4091
4091
|
target: this.shadowRoot,
|
|
4092
4092
|
props: attribute_to_object(this.attributes),
|
|
4093
4093
|
customElement: true
|
|
4094
|
-
}, null, create_fragment$
|
|
4094
|
+
}, null, create_fragment$G, safe_not_equal, {}, null);
|
|
4095
4095
|
|
|
4096
4096
|
if (options) {
|
|
4097
4097
|
if (options.target) {
|
|
@@ -4105,7 +4105,7 @@
|
|
|
4105
4105
|
customElements.define("goa-card-group", CardGroup);
|
|
4106
4106
|
/* libs/web-components/src/components/card-image/CardImage.svelte generated by Svelte v3.51.0 */
|
|
4107
4107
|
|
|
4108
|
-
function create_fragment$
|
|
4108
|
+
function create_fragment$F(ctx) {
|
|
4109
4109
|
let div;
|
|
4110
4110
|
return {
|
|
4111
4111
|
c() {
|
|
@@ -4153,7 +4153,7 @@
|
|
|
4153
4153
|
};
|
|
4154
4154
|
}
|
|
4155
4155
|
|
|
4156
|
-
function instance$
|
|
4156
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
4157
4157
|
let {
|
|
4158
4158
|
src
|
|
4159
4159
|
} = $$props;
|
|
@@ -4177,7 +4177,7 @@
|
|
|
4177
4177
|
target: this.shadowRoot,
|
|
4178
4178
|
props: attribute_to_object(this.attributes),
|
|
4179
4179
|
customElement: true
|
|
4180
|
-
}, instance$
|
|
4180
|
+
}, instance$C, create_fragment$F, safe_not_equal, {
|
|
4181
4181
|
src: 0,
|
|
4182
4182
|
height: 1
|
|
4183
4183
|
}, null);
|
|
@@ -4279,7 +4279,7 @@
|
|
|
4279
4279
|
};
|
|
4280
4280
|
}
|
|
4281
4281
|
|
|
4282
|
-
function create_fragment$
|
|
4282
|
+
function create_fragment$E(ctx) {
|
|
4283
4283
|
let label;
|
|
4284
4284
|
let div0;
|
|
4285
4285
|
let input;
|
|
@@ -4528,7 +4528,7 @@
|
|
|
4528
4528
|
};
|
|
4529
4529
|
}
|
|
4530
4530
|
|
|
4531
|
-
function instance$
|
|
4531
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
4532
4532
|
let isDisabled;
|
|
4533
4533
|
let isError;
|
|
4534
4534
|
let isChecked;
|
|
@@ -4643,7 +4643,7 @@
|
|
|
4643
4643
|
target: this.shadowRoot,
|
|
4644
4644
|
props: attribute_to_object(this.attributes),
|
|
4645
4645
|
customElement: true
|
|
4646
|
-
}, instance$
|
|
4646
|
+
}, instance$B, create_fragment$E, safe_not_equal, {
|
|
4647
4647
|
name: 0,
|
|
4648
4648
|
checked: 14,
|
|
4649
4649
|
text: 1,
|
|
@@ -4901,7 +4901,7 @@
|
|
|
4901
4901
|
};
|
|
4902
4902
|
}
|
|
4903
4903
|
|
|
4904
|
-
function create_fragment$
|
|
4904
|
+
function create_fragment$D(ctx) {
|
|
4905
4905
|
let div1;
|
|
4906
4906
|
let t0;
|
|
4907
4907
|
let div0;
|
|
@@ -5083,7 +5083,7 @@
|
|
|
5083
5083
|
};
|
|
5084
5084
|
}
|
|
5085
5085
|
|
|
5086
|
-
function instance$
|
|
5086
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
5087
5087
|
let {
|
|
5088
5088
|
mt = null
|
|
5089
5089
|
} = $$props;
|
|
@@ -5184,7 +5184,7 @@
|
|
|
5184
5184
|
target: this.shadowRoot,
|
|
5185
5185
|
props: attribute_to_object(this.attributes),
|
|
5186
5186
|
customElement: true
|
|
5187
|
-
}, instance$
|
|
5187
|
+
}, instance$A, create_fragment$D, safe_not_equal, {
|
|
5188
5188
|
mt: 0,
|
|
5189
5189
|
mr: 1,
|
|
5190
5190
|
mb: 2,
|
|
@@ -5809,7 +5809,7 @@
|
|
|
5809
5809
|
};
|
|
5810
5810
|
}
|
|
5811
5811
|
|
|
5812
|
-
function create_fragment$
|
|
5812
|
+
function create_fragment$C(ctx) {
|
|
5813
5813
|
let if_block_anchor;
|
|
5814
5814
|
let current;
|
|
5815
5815
|
let if_block =
|
|
@@ -5874,7 +5874,7 @@
|
|
|
5874
5874
|
};
|
|
5875
5875
|
}
|
|
5876
5876
|
|
|
5877
|
-
function instance$
|
|
5877
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
5878
5878
|
let isVisible;
|
|
5879
5879
|
const [Variants, validateVariant] = typeValidator("Circular progress variant", ["fullscreen", "inline"]);
|
|
5880
5880
|
const [Sizes, validateSize] = typeValidator("Button size", ["small", "large"]);
|
|
@@ -5932,7 +5932,7 @@
|
|
|
5932
5932
|
target: this.shadowRoot,
|
|
5933
5933
|
props: attribute_to_object(this.attributes),
|
|
5934
5934
|
customElement: true
|
|
5935
|
-
}, instance$
|
|
5935
|
+
}, instance$z, create_fragment$C, safe_not_equal, {
|
|
5936
5936
|
variant: 6,
|
|
5937
5937
|
size: 7,
|
|
5938
5938
|
message: 0,
|
|
@@ -6016,7 +6016,7 @@
|
|
|
6016
6016
|
customElements.define("goa-circular-progress", CircularProgress);
|
|
6017
6017
|
/* libs/web-components/src/components/container/Container.svelte generated by Svelte v3.51.0 */
|
|
6018
6018
|
|
|
6019
|
-
function create_fragment$
|
|
6019
|
+
function create_fragment$B(ctx) {
|
|
6020
6020
|
let div3;
|
|
6021
6021
|
let header;
|
|
6022
6022
|
let div0;
|
|
@@ -6141,7 +6141,7 @@
|
|
|
6141
6141
|
};
|
|
6142
6142
|
}
|
|
6143
6143
|
|
|
6144
|
-
function instance$
|
|
6144
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
6145
6145
|
const [Types, validateType] = typeValidator("Container type", ["interactive", "info", "error", "success", "important", "non-interactive"]);
|
|
6146
6146
|
const [Accents, validateAccent] = typeValidator("Container accent", ["thick", "thin", "filled"]);
|
|
6147
6147
|
const [Paddings, validatePadding] = typeValidator("Container padding", ["relaxed", "compact"]);
|
|
@@ -6197,7 +6197,7 @@
|
|
|
6197
6197
|
target: this.shadowRoot,
|
|
6198
6198
|
props: attribute_to_object(this.attributes),
|
|
6199
6199
|
customElement: true
|
|
6200
|
-
}, instance$
|
|
6200
|
+
}, instance$y, create_fragment$B, safe_not_equal, {
|
|
6201
6201
|
type: 0,
|
|
6202
6202
|
accent: 1,
|
|
6203
6203
|
padding: 2,
|
|
@@ -6317,7 +6317,7 @@
|
|
|
6317
6317
|
customElements.define("goa-container", Container);
|
|
6318
6318
|
/* libs/web-components/src/components/details/Details.svelte generated by Svelte v3.51.0 */
|
|
6319
6319
|
|
|
6320
|
-
function create_fragment$
|
|
6320
|
+
function create_fragment$A(ctx) {
|
|
6321
6321
|
let details;
|
|
6322
6322
|
let summary;
|
|
6323
6323
|
let goa_icon;
|
|
@@ -6417,7 +6417,7 @@
|
|
|
6417
6417
|
};
|
|
6418
6418
|
}
|
|
6419
6419
|
|
|
6420
|
-
function instance$
|
|
6420
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
6421
6421
|
let {
|
|
6422
6422
|
heading
|
|
6423
6423
|
} = $$props;
|
|
@@ -6477,7 +6477,7 @@
|
|
|
6477
6477
|
target: this.shadowRoot,
|
|
6478
6478
|
props: attribute_to_object(this.attributes),
|
|
6479
6479
|
customElement: true
|
|
6480
|
-
}, instance$
|
|
6480
|
+
}, instance$x, create_fragment$A, safe_not_equal, {
|
|
6481
6481
|
heading: 0,
|
|
6482
6482
|
mt: 1,
|
|
6483
6483
|
mr: 2,
|
|
@@ -6561,7 +6561,7 @@
|
|
|
6561
6561
|
customElements.define("goa-details", Details);
|
|
6562
6562
|
/* libs/web-components/src/components/divider/Divider.svelte generated by Svelte v3.51.0 */
|
|
6563
6563
|
|
|
6564
|
-
function create_fragment$
|
|
6564
|
+
function create_fragment$z(ctx) {
|
|
6565
6565
|
let hr;
|
|
6566
6566
|
let hr_style_value;
|
|
6567
6567
|
return {
|
|
@@ -6620,7 +6620,7 @@
|
|
|
6620
6620
|
};
|
|
6621
6621
|
}
|
|
6622
6622
|
|
|
6623
|
-
function instance$
|
|
6623
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
6624
6624
|
let {
|
|
6625
6625
|
testid = ""
|
|
6626
6626
|
} = $$props;
|
|
@@ -6656,7 +6656,7 @@
|
|
|
6656
6656
|
target: this.shadowRoot,
|
|
6657
6657
|
props: attribute_to_object(this.attributes),
|
|
6658
6658
|
customElement: true
|
|
6659
|
-
}, instance$
|
|
6659
|
+
}, instance$w, create_fragment$z, safe_not_equal, {
|
|
6660
6660
|
testid: 0,
|
|
6661
6661
|
mt: 1,
|
|
6662
6662
|
mr: 2,
|
|
@@ -7471,7 +7471,7 @@
|
|
|
7471
7471
|
};
|
|
7472
7472
|
}
|
|
7473
7473
|
|
|
7474
|
-
function create_fragment$
|
|
7474
|
+
function create_fragment$y(ctx) {
|
|
7475
7475
|
let div;
|
|
7476
7476
|
let div_data_testid_value;
|
|
7477
7477
|
let div_style_value;
|
|
@@ -7602,7 +7602,7 @@
|
|
|
7602
7602
|
return rawValues.map(val => `${val}`);
|
|
7603
7603
|
}
|
|
7604
7604
|
|
|
7605
|
-
function instance$
|
|
7605
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
7606
7606
|
const showMenu = _async(function () {
|
|
7607
7607
|
if (_disabled || _isMenuVisible) {
|
|
7608
7608
|
return;
|
|
@@ -8001,7 +8001,7 @@
|
|
|
8001
8001
|
target: this.shadowRoot,
|
|
8002
8002
|
props: attribute_to_object(this.attributes),
|
|
8003
8003
|
customElement: true
|
|
8004
|
-
}, instance$
|
|
8004
|
+
}, instance$v, create_fragment$y, safe_not_equal, {
|
|
8005
8005
|
name: 0,
|
|
8006
8006
|
arialabel: 1,
|
|
8007
8007
|
value: 29,
|
|
@@ -8205,7 +8205,7 @@
|
|
|
8205
8205
|
customElements.define("goa-dropdown", Dropdown);
|
|
8206
8206
|
/* libs/web-components/src/components/dropdown/DropdownItem.svelte generated by Svelte v3.51.0 */
|
|
8207
8207
|
|
|
8208
|
-
function create_fragment$
|
|
8208
|
+
function create_fragment$x(ctx) {
|
|
8209
8209
|
return {
|
|
8210
8210
|
c() {
|
|
8211
8211
|
this.c = noop;
|
|
@@ -8226,7 +8226,7 @@
|
|
|
8226
8226
|
target: this.shadowRoot,
|
|
8227
8227
|
props: attribute_to_object(this.attributes),
|
|
8228
8228
|
customElement: true
|
|
8229
|
-
}, null, create_fragment$
|
|
8229
|
+
}, null, create_fragment$x, safe_not_equal, {}, null);
|
|
8230
8230
|
|
|
8231
8231
|
if (options) {
|
|
8232
8232
|
if (options.target) {
|
|
@@ -8240,7 +8240,7 @@
|
|
|
8240
8240
|
customElements.define("goa-dropdown-item", DropdownItem);
|
|
8241
8241
|
/* libs/web-components/src/components/focus-trap/FocusTrap.svelte generated by Svelte v3.51.0 */
|
|
8242
8242
|
|
|
8243
|
-
function create_fragment$
|
|
8243
|
+
function create_fragment$w(ctx) {
|
|
8244
8244
|
let div;
|
|
8245
8245
|
return {
|
|
8246
8246
|
c() {
|
|
@@ -8300,7 +8300,7 @@
|
|
|
8300
8300
|
}
|
|
8301
8301
|
}
|
|
8302
8302
|
|
|
8303
|
-
function instance$
|
|
8303
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
8304
8304
|
let isActive;
|
|
8305
8305
|
let {
|
|
8306
8306
|
active
|
|
@@ -8469,7 +8469,7 @@
|
|
|
8469
8469
|
target: this.shadowRoot,
|
|
8470
8470
|
props: attribute_to_object(this.attributes),
|
|
8471
8471
|
customElement: true
|
|
8472
|
-
}, instance$
|
|
8472
|
+
}, instance$u, create_fragment$w, safe_not_equal, {
|
|
8473
8473
|
active: 1
|
|
8474
8474
|
}, null);
|
|
8475
8475
|
|
|
@@ -8524,7 +8524,7 @@
|
|
|
8524
8524
|
};
|
|
8525
8525
|
}
|
|
8526
8526
|
|
|
8527
|
-
function create_fragment$
|
|
8527
|
+
function create_fragment$v(ctx) {
|
|
8528
8528
|
let div5;
|
|
8529
8529
|
let div4;
|
|
8530
8530
|
let div0;
|
|
@@ -8667,7 +8667,7 @@
|
|
|
8667
8667
|
};
|
|
8668
8668
|
}
|
|
8669
8669
|
|
|
8670
|
-
function instance$
|
|
8670
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
8671
8671
|
let {
|
|
8672
8672
|
maxcontentwidth = ""
|
|
8673
8673
|
} = $$props;
|
|
@@ -8706,7 +8706,7 @@
|
|
|
8706
8706
|
target: this.shadowRoot,
|
|
8707
8707
|
props: attribute_to_object(this.attributes),
|
|
8708
8708
|
customElement: true
|
|
8709
|
-
}, instance$
|
|
8709
|
+
}, instance$t, create_fragment$v, safe_not_equal, {
|
|
8710
8710
|
maxcontentwidth: 0
|
|
8711
8711
|
}, null);
|
|
8712
8712
|
|
|
@@ -8796,7 +8796,7 @@
|
|
|
8796
8796
|
};
|
|
8797
8797
|
}
|
|
8798
8798
|
|
|
8799
|
-
function create_fragment$
|
|
8799
|
+
function create_fragment$u(ctx) {
|
|
8800
8800
|
let section;
|
|
8801
8801
|
let div;
|
|
8802
8802
|
let t;
|
|
@@ -8884,7 +8884,7 @@
|
|
|
8884
8884
|
};
|
|
8885
8885
|
}
|
|
8886
8886
|
|
|
8887
|
-
function instance$
|
|
8887
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
8888
8888
|
let rootEl;
|
|
8889
8889
|
let children = [];
|
|
8890
8890
|
onMount(function () {
|
|
@@ -8919,7 +8919,7 @@
|
|
|
8919
8919
|
target: this.shadowRoot,
|
|
8920
8920
|
props: attribute_to_object(this.attributes),
|
|
8921
8921
|
customElement: true
|
|
8922
|
-
}, instance$
|
|
8922
|
+
}, instance$s, create_fragment$u, safe_not_equal, {}, null);
|
|
8923
8923
|
|
|
8924
8924
|
if (options) {
|
|
8925
8925
|
if (options.target) {
|
|
@@ -9029,7 +9029,7 @@
|
|
|
9029
9029
|
};
|
|
9030
9030
|
}
|
|
9031
9031
|
|
|
9032
|
-
function create_fragment$
|
|
9032
|
+
function create_fragment$t(ctx) {
|
|
9033
9033
|
let section;
|
|
9034
9034
|
let t0;
|
|
9035
9035
|
let div;
|
|
@@ -9176,7 +9176,7 @@
|
|
|
9176
9176
|
};
|
|
9177
9177
|
}
|
|
9178
9178
|
|
|
9179
|
-
function instance$
|
|
9179
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
9180
9180
|
let {
|
|
9181
9181
|
heading = ""
|
|
9182
9182
|
} = $$props;
|
|
@@ -9228,7 +9228,7 @@
|
|
|
9228
9228
|
target: this.shadowRoot,
|
|
9229
9229
|
props: attribute_to_object(this.attributes),
|
|
9230
9230
|
customElement: true
|
|
9231
|
-
}, instance$
|
|
9231
|
+
}, instance$r, create_fragment$t, safe_not_equal, {
|
|
9232
9232
|
heading: 0,
|
|
9233
9233
|
maxcolumncount: 1
|
|
9234
9234
|
}, null);
|
|
@@ -9458,7 +9458,7 @@
|
|
|
9458
9458
|
};
|
|
9459
9459
|
}
|
|
9460
9460
|
|
|
9461
|
-
function create_fragment$
|
|
9461
|
+
function create_fragment$s(ctx) {
|
|
9462
9462
|
let div1;
|
|
9463
9463
|
let t0;
|
|
9464
9464
|
let div0;
|
|
@@ -9595,7 +9595,7 @@
|
|
|
9595
9595
|
};
|
|
9596
9596
|
}
|
|
9597
9597
|
|
|
9598
|
-
function instance$
|
|
9598
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
9599
9599
|
const [REQUIREMENT_TYPES, validateRequirementType] = typeValidator("Requirement type", ["optional", "required"], false);
|
|
9600
9600
|
let {
|
|
9601
9601
|
testid = ""
|
|
@@ -9651,7 +9651,7 @@
|
|
|
9651
9651
|
target: this.shadowRoot,
|
|
9652
9652
|
props: attribute_to_object(this.attributes),
|
|
9653
9653
|
customElement: true
|
|
9654
|
-
}, instance$
|
|
9654
|
+
}, instance$q, create_fragment$s, safe_not_equal, {
|
|
9655
9655
|
testid: 0,
|
|
9656
9656
|
mt: 1,
|
|
9657
9657
|
mr: 2,
|
|
@@ -9783,7 +9783,7 @@
|
|
|
9783
9783
|
customElements.define("goa-form-item", FormItem);
|
|
9784
9784
|
/* libs/web-components/src/components/grid/Grid.svelte generated by Svelte v3.51.0 */
|
|
9785
9785
|
|
|
9786
|
-
function create_fragment$
|
|
9786
|
+
function create_fragment$r(ctx) {
|
|
9787
9787
|
let div;
|
|
9788
9788
|
let slot;
|
|
9789
9789
|
let div_style_value;
|
|
@@ -9851,7 +9851,7 @@
|
|
|
9851
9851
|
};
|
|
9852
9852
|
}
|
|
9853
9853
|
|
|
9854
|
-
function instance$
|
|
9854
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
9855
9855
|
let {
|
|
9856
9856
|
gap = "m"
|
|
9857
9857
|
} = $$props;
|
|
@@ -9896,7 +9896,7 @@
|
|
|
9896
9896
|
target: this.shadowRoot,
|
|
9897
9897
|
props: attribute_to_object(this.attributes),
|
|
9898
9898
|
customElement: true
|
|
9899
|
-
}, instance$
|
|
9899
|
+
}, instance$p, create_fragment$r, safe_not_equal, {
|
|
9900
9900
|
gap: 0,
|
|
9901
9901
|
minchildwidth: 1,
|
|
9902
9902
|
mt: 2,
|
|
@@ -9992,7 +9992,7 @@
|
|
|
9992
9992
|
customElements.define("goa-grid", Grid);
|
|
9993
9993
|
/* libs/web-components/src/components/hero-banner/HeroBanner.svelte generated by Svelte v3.51.0 */
|
|
9994
9994
|
|
|
9995
|
-
function create_fragment$
|
|
9995
|
+
function create_fragment$q(ctx) {
|
|
9996
9996
|
let div1;
|
|
9997
9997
|
let goa_page_block;
|
|
9998
9998
|
let h1;
|
|
@@ -10077,7 +10077,7 @@
|
|
|
10077
10077
|
};
|
|
10078
10078
|
}
|
|
10079
10079
|
|
|
10080
|
-
function instance$
|
|
10080
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
10081
10081
|
let {
|
|
10082
10082
|
heading
|
|
10083
10083
|
} = $$props;
|
|
@@ -10105,7 +10105,7 @@
|
|
|
10105
10105
|
target: this.shadowRoot,
|
|
10106
10106
|
props: attribute_to_object(this.attributes),
|
|
10107
10107
|
customElement: true
|
|
10108
|
-
}, instance$
|
|
10108
|
+
}, instance$o, create_fragment$q, safe_not_equal, {
|
|
10109
10109
|
heading: 0,
|
|
10110
10110
|
backgroundurl: 1,
|
|
10111
10111
|
minheight: 2
|
|
@@ -10165,7 +10165,7 @@
|
|
|
10165
10165
|
customElements.define("goa-hero-banner", HeroBanner);
|
|
10166
10166
|
/* libs/web-components/src/components/icon-button/IconButton.svelte generated by Svelte v3.51.0 */
|
|
10167
10167
|
|
|
10168
|
-
function create_fragment$
|
|
10168
|
+
function create_fragment$p(ctx) {
|
|
10169
10169
|
let button;
|
|
10170
10170
|
let goa_icon;
|
|
10171
10171
|
let button_style_value;
|
|
@@ -10337,7 +10337,7 @@
|
|
|
10337
10337
|
}));
|
|
10338
10338
|
}
|
|
10339
10339
|
|
|
10340
|
-
function instance$
|
|
10340
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
10341
10341
|
let css;
|
|
10342
10342
|
let isDisabled;
|
|
10343
10343
|
let isInverted;
|
|
@@ -10442,7 +10442,7 @@
|
|
|
10442
10442
|
target: this.shadowRoot,
|
|
10443
10443
|
props: attribute_to_object(this.attributes),
|
|
10444
10444
|
customElement: true
|
|
10445
|
-
}, instance$
|
|
10445
|
+
}, instance$n, create_fragment$p, safe_not_equal, {
|
|
10446
10446
|
icon: 0,
|
|
10447
10447
|
size: 1,
|
|
10448
10448
|
theme: 2,
|
|
@@ -10747,7 +10747,7 @@
|
|
|
10747
10747
|
};
|
|
10748
10748
|
}
|
|
10749
10749
|
|
|
10750
|
-
function create_fragment$
|
|
10750
|
+
function create_fragment$o(ctx) {
|
|
10751
10751
|
let div;
|
|
10752
10752
|
let div_class_value;
|
|
10753
10753
|
let div_style_value;
|
|
@@ -10883,7 +10883,7 @@
|
|
|
10883
10883
|
};
|
|
10884
10884
|
}
|
|
10885
10885
|
|
|
10886
|
-
function instance$
|
|
10886
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
10887
10887
|
let isInverted;
|
|
10888
10888
|
let {
|
|
10889
10889
|
mt = null
|
|
@@ -10976,7 +10976,7 @@
|
|
|
10976
10976
|
target: this.shadowRoot,
|
|
10977
10977
|
props: attribute_to_object(this.attributes),
|
|
10978
10978
|
customElement: true
|
|
10979
|
-
}, instance$
|
|
10979
|
+
}, instance$m, create_fragment$o, safe_not_equal, {
|
|
10980
10980
|
mt: 0,
|
|
10981
10981
|
mr: 1,
|
|
10982
10982
|
mb: 2,
|
|
@@ -11345,7 +11345,7 @@
|
|
|
11345
11345
|
};
|
|
11346
11346
|
}
|
|
11347
11347
|
|
|
11348
|
-
function create_fragment$
|
|
11348
|
+
function create_fragment$n(ctx) {
|
|
11349
11349
|
let div3;
|
|
11350
11350
|
let div2;
|
|
11351
11351
|
let t0;
|
|
@@ -11826,7 +11826,7 @@
|
|
|
11826
11826
|
}));
|
|
11827
11827
|
}
|
|
11828
11828
|
|
|
11829
|
-
function instance$
|
|
11829
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
11830
11830
|
let handlesTrailingIconClick;
|
|
11831
11831
|
let isFocused;
|
|
11832
11832
|
let isReadonly;
|
|
@@ -12070,7 +12070,7 @@
|
|
|
12070
12070
|
target: this.shadowRoot,
|
|
12071
12071
|
props: attribute_to_object(this.attributes),
|
|
12072
12072
|
customElement: true
|
|
12073
|
-
}, instance$
|
|
12073
|
+
}, instance$l, create_fragment$n, safe_not_equal, {
|
|
12074
12074
|
type: 1,
|
|
12075
12075
|
name: 2,
|
|
12076
12076
|
value: 0,
|
|
@@ -12601,7 +12601,7 @@
|
|
|
12601
12601
|
};
|
|
12602
12602
|
}
|
|
12603
12603
|
|
|
12604
|
-
function create_fragment$
|
|
12604
|
+
function create_fragment$m(ctx) {
|
|
12605
12605
|
let header;
|
|
12606
12606
|
let t0;
|
|
12607
12607
|
let show_if = ["alpha", "beta"].includes(
|
|
@@ -12710,7 +12710,7 @@
|
|
|
12710
12710
|
return val[0].toUpperCase() + val.slice(1);
|
|
12711
12711
|
}
|
|
12712
12712
|
|
|
12713
|
-
function instance$
|
|
12713
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
12714
12714
|
const [Types, validateType] = typeValidator("Microsite header type", ["live", "alpha", "beta"], true);
|
|
12715
12715
|
let {
|
|
12716
12716
|
type
|
|
@@ -12742,7 +12742,7 @@
|
|
|
12742
12742
|
target: this.shadowRoot,
|
|
12743
12743
|
props: attribute_to_object(this.attributes),
|
|
12744
12744
|
customElement: true
|
|
12745
|
-
}, instance$
|
|
12745
|
+
}, instance$k, create_fragment$m, safe_not_equal, {
|
|
12746
12746
|
type: 0,
|
|
12747
12747
|
version: 1,
|
|
12748
12748
|
feedbackurl: 2
|
|
@@ -13231,7 +13231,7 @@
|
|
|
13231
13231
|
};
|
|
13232
13232
|
}
|
|
13233
13233
|
|
|
13234
|
-
function create_fragment$
|
|
13234
|
+
function create_fragment$l(ctx) {
|
|
13235
13235
|
let if_block_anchor;
|
|
13236
13236
|
let current;
|
|
13237
13237
|
let if_block =
|
|
@@ -13296,7 +13296,7 @@
|
|
|
13296
13296
|
};
|
|
13297
13297
|
}
|
|
13298
13298
|
|
|
13299
|
-
function instance$
|
|
13299
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
13300
13300
|
let _isClosable;
|
|
13301
13301
|
|
|
13302
13302
|
let _transitionTime;
|
|
@@ -13500,7 +13500,7 @@
|
|
|
13500
13500
|
target: this.shadowRoot,
|
|
13501
13501
|
props: attribute_to_object(this.attributes),
|
|
13502
13502
|
customElement: true
|
|
13503
|
-
}, instance$
|
|
13503
|
+
}, instance$j, create_fragment$l, safe_not_equal, {
|
|
13504
13504
|
heading: 0,
|
|
13505
13505
|
closable: 14,
|
|
13506
13506
|
open: 1,
|
|
@@ -13720,7 +13720,7 @@
|
|
|
13720
13720
|
};
|
|
13721
13721
|
}
|
|
13722
13722
|
|
|
13723
|
-
function create_fragment$
|
|
13723
|
+
function create_fragment$k(ctx) {
|
|
13724
13724
|
let if_block_anchor;
|
|
13725
13725
|
let current;
|
|
13726
13726
|
let if_block =
|
|
@@ -13785,7 +13785,7 @@
|
|
|
13785
13785
|
};
|
|
13786
13786
|
}
|
|
13787
13787
|
|
|
13788
|
-
function instance$
|
|
13788
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13789
13789
|
let iconType;
|
|
13790
13790
|
const [Types, validateType] = typeValidator("Notification type", ["emergency", "important", "information", "event"], true);
|
|
13791
13791
|
let {
|
|
@@ -13827,7 +13827,7 @@
|
|
|
13827
13827
|
target: this.shadowRoot,
|
|
13828
13828
|
props: attribute_to_object(this.attributes),
|
|
13829
13829
|
customElement: true
|
|
13830
|
-
}, instance$
|
|
13830
|
+
}, instance$i, create_fragment$k, safe_not_equal, {
|
|
13831
13831
|
type: 0
|
|
13832
13832
|
}, null);
|
|
13833
13833
|
|
|
@@ -13869,7 +13869,7 @@
|
|
|
13869
13869
|
/* libs/web-components/src/components/page-block/PageBlock.svelte generated by Svelte v3.51.0 */
|
|
13870
13870
|
|
|
13871
13871
|
|
|
13872
|
-
function create_fragment$
|
|
13872
|
+
function create_fragment$j(ctx) {
|
|
13873
13873
|
let div;
|
|
13874
13874
|
let slot;
|
|
13875
13875
|
let div_style_value;
|
|
@@ -13909,7 +13909,7 @@
|
|
|
13909
13909
|
};
|
|
13910
13910
|
}
|
|
13911
13911
|
|
|
13912
|
-
function instance$
|
|
13912
|
+
function instance$h($$self, $$props, $$invalidate) {
|
|
13913
13913
|
const Sizes = {
|
|
13914
13914
|
"full": "100%"
|
|
13915
13915
|
};
|
|
@@ -13950,7 +13950,7 @@
|
|
|
13950
13950
|
target: this.shadowRoot,
|
|
13951
13951
|
props: attribute_to_object(this.attributes),
|
|
13952
13952
|
customElement: true
|
|
13953
|
-
}, instance$
|
|
13953
|
+
}, instance$h, create_fragment$j, safe_not_equal, {
|
|
13954
13954
|
width: 1,
|
|
13955
13955
|
_width: 0
|
|
13956
13956
|
}, null);
|
|
@@ -14168,7 +14168,7 @@
|
|
|
14168
14168
|
};
|
|
14169
14169
|
}
|
|
14170
14170
|
|
|
14171
|
-
function create_fragment$
|
|
14171
|
+
function create_fragment$i(ctx) {
|
|
14172
14172
|
let goa_block1;
|
|
14173
14173
|
let div;
|
|
14174
14174
|
let t0;
|
|
@@ -14331,7 +14331,7 @@
|
|
|
14331
14331
|
};
|
|
14332
14332
|
}
|
|
14333
14333
|
|
|
14334
|
-
function instance$
|
|
14334
|
+
function instance$g($$self, $$props, $$invalidate) {
|
|
14335
14335
|
let _pageCount;
|
|
14336
14336
|
|
|
14337
14337
|
const [Variants, validateVariant] = typeValidator("Pagination variant", ["all", "links-only"]);
|
|
@@ -14451,7 +14451,7 @@
|
|
|
14451
14451
|
target: this.shadowRoot,
|
|
14452
14452
|
props: attribute_to_object(this.attributes),
|
|
14453
14453
|
customElement: true
|
|
14454
|
-
}, instance$
|
|
14454
|
+
}, instance$g, create_fragment$i, safe_not_equal, {
|
|
14455
14455
|
pagenumber: 0,
|
|
14456
14456
|
itemcount: 10,
|
|
14457
14457
|
perpagecount: 11,
|
|
@@ -14655,7 +14655,7 @@
|
|
|
14655
14655
|
};
|
|
14656
14656
|
}
|
|
14657
14657
|
|
|
14658
|
-
function create_fragment$
|
|
14658
|
+
function create_fragment$h(ctx) {
|
|
14659
14659
|
let div1;
|
|
14660
14660
|
let div0;
|
|
14661
14661
|
let t;
|
|
@@ -14738,7 +14738,7 @@
|
|
|
14738
14738
|
};
|
|
14739
14739
|
}
|
|
14740
14740
|
|
|
14741
|
-
function instance$
|
|
14741
|
+
function instance$f($$self, $$props, $$invalidate) {
|
|
14742
14742
|
let paddedContent;
|
|
14743
14743
|
let {
|
|
14744
14744
|
testid = ""
|
|
@@ -14832,7 +14832,7 @@
|
|
|
14832
14832
|
target: this.shadowRoot,
|
|
14833
14833
|
props: attribute_to_object(this.attributes),
|
|
14834
14834
|
customElement: true
|
|
14835
|
-
}, instance$
|
|
14835
|
+
}, instance$f, create_fragment$h, safe_not_equal, {
|
|
14836
14836
|
testid: 0,
|
|
14837
14837
|
maxwidth: 1,
|
|
14838
14838
|
padded: 7
|
|
@@ -15082,7 +15082,7 @@
|
|
|
15082
15082
|
};
|
|
15083
15083
|
}
|
|
15084
15084
|
|
|
15085
|
-
function create_fragment$
|
|
15085
|
+
function create_fragment$g(ctx) {
|
|
15086
15086
|
let div;
|
|
15087
15087
|
let slot;
|
|
15088
15088
|
let t;
|
|
@@ -15205,7 +15205,7 @@
|
|
|
15205
15205
|
};
|
|
15206
15206
|
}
|
|
15207
15207
|
|
|
15208
|
-
function instance$
|
|
15208
|
+
function instance$e($$self, $$props, $$invalidate) {
|
|
15209
15209
|
let isDisabled;
|
|
15210
15210
|
let isError;
|
|
15211
15211
|
const [Orientations, validateOrientation] = typeValidator("Radio group orientation", ["vertical", "horizontal"]);
|
|
@@ -15349,7 +15349,7 @@
|
|
|
15349
15349
|
target: this.shadowRoot,
|
|
15350
15350
|
props: attribute_to_object(this.attributes),
|
|
15351
15351
|
customElement: true
|
|
15352
|
-
}, instance$
|
|
15352
|
+
}, instance$e, create_fragment$g, safe_not_equal, {
|
|
15353
15353
|
name: 1,
|
|
15354
15354
|
value: 0,
|
|
15355
15355
|
orientation: 2,
|
|
@@ -15505,7 +15505,7 @@
|
|
|
15505
15505
|
customElements.define("goa-radio-group", RadioGroup);
|
|
15506
15506
|
/* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.51.0 */
|
|
15507
15507
|
|
|
15508
|
-
function create_fragment$
|
|
15508
|
+
function create_fragment$f(ctx) {
|
|
15509
15509
|
let div;
|
|
15510
15510
|
let slot;
|
|
15511
15511
|
let div_style_value;
|
|
@@ -15590,7 +15590,7 @@
|
|
|
15590
15590
|
};
|
|
15591
15591
|
}
|
|
15592
15592
|
|
|
15593
|
-
function instance$
|
|
15593
|
+
function instance$d($$self, $$props, $$invalidate) {
|
|
15594
15594
|
let {
|
|
15595
15595
|
direction = "vertical"
|
|
15596
15596
|
} = $$props;
|
|
@@ -15656,7 +15656,7 @@
|
|
|
15656
15656
|
target: this.shadowRoot,
|
|
15657
15657
|
props: attribute_to_object(this.attributes),
|
|
15658
15658
|
customElement: true
|
|
15659
|
-
}, instance$
|
|
15659
|
+
}, instance$d, create_fragment$f, safe_not_equal, {
|
|
15660
15660
|
direction: 0,
|
|
15661
15661
|
hpadding: 1,
|
|
15662
15662
|
vpadding: 2,
|
|
@@ -16336,7 +16336,7 @@
|
|
|
16336
16336
|
};
|
|
16337
16337
|
}
|
|
16338
16338
|
|
|
16339
|
-
function create_fragment$
|
|
16339
|
+
function create_fragment$e(ctx) {
|
|
16340
16340
|
let div;
|
|
16341
16341
|
let current_block_type_index;
|
|
16342
16342
|
let if_block;
|
|
@@ -16455,7 +16455,7 @@
|
|
|
16455
16455
|
};
|
|
16456
16456
|
}
|
|
16457
16457
|
|
|
16458
|
-
function instance$
|
|
16458
|
+
function instance$c($$self, $$props, $$invalidate) {
|
|
16459
16459
|
const [Types, validateType] = typeValidator("Skeleton type", ["image", "text", "title", "text-small", "avatar", "header", "paragraph", "thumbnail", "card", "lines", "profile", "article"], true);
|
|
16460
16460
|
const [Sizes, validateSize] = typeValidator("Skeleton size", ["1", "2", "3", "4"]);
|
|
16461
16461
|
let {
|
|
@@ -16513,7 +16513,7 @@
|
|
|
16513
16513
|
target: this.shadowRoot,
|
|
16514
16514
|
props: attribute_to_object(this.attributes),
|
|
16515
16515
|
customElement: true
|
|
16516
|
-
}, instance$
|
|
16516
|
+
}, instance$c, create_fragment$e, safe_not_equal, {
|
|
16517
16517
|
maxwidth: 0,
|
|
16518
16518
|
size: 1,
|
|
16519
16519
|
linecount: 2,
|
|
@@ -16645,7 +16645,7 @@
|
|
|
16645
16645
|
customElements.define("goa-skeleton", Skeleton);
|
|
16646
16646
|
/* libs/web-components/src/components/spacer/Spacer.svelte generated by Svelte v3.51.0 */
|
|
16647
16647
|
|
|
16648
|
-
function create_fragment$
|
|
16648
|
+
function create_fragment$d(ctx) {
|
|
16649
16649
|
let div;
|
|
16650
16650
|
return {
|
|
16651
16651
|
c() {
|
|
@@ -16674,7 +16674,7 @@
|
|
|
16674
16674
|
};
|
|
16675
16675
|
}
|
|
16676
16676
|
|
|
16677
|
-
function instance$
|
|
16677
|
+
function instance$b($$self, $$props, $$invalidate) {
|
|
16678
16678
|
let {
|
|
16679
16679
|
hspacing = "none"
|
|
16680
16680
|
} = $$props;
|
|
@@ -16712,7 +16712,7 @@
|
|
|
16712
16712
|
target: this.shadowRoot,
|
|
16713
16713
|
props: attribute_to_object(this.attributes),
|
|
16714
16714
|
customElement: true
|
|
16715
|
-
}, instance$
|
|
16715
|
+
}, instance$b, create_fragment$d, safe_not_equal, {
|
|
16716
16716
|
hspacing: 1,
|
|
16717
16717
|
vspacing: 2
|
|
16718
16718
|
}, null);
|
|
@@ -17134,7 +17134,7 @@
|
|
|
17134
17134
|
};
|
|
17135
17135
|
}
|
|
17136
17136
|
|
|
17137
|
-
function create_fragment$
|
|
17137
|
+
function create_fragment$c(ctx) {
|
|
17138
17138
|
let if_block_anchor;
|
|
17139
17139
|
let if_block =
|
|
17140
17140
|
/*ready*/
|
|
@@ -17179,7 +17179,7 @@
|
|
|
17179
17179
|
};
|
|
17180
17180
|
}
|
|
17181
17181
|
|
|
17182
|
-
function instance$
|
|
17182
|
+
function instance$a($$self, $$props, $$invalidate) {
|
|
17183
17183
|
let diameter;
|
|
17184
17184
|
let strokewidth;
|
|
17185
17185
|
let radius;
|
|
@@ -17310,7 +17310,7 @@
|
|
|
17310
17310
|
target: this.shadowRoot,
|
|
17311
17311
|
props: attribute_to_object(this.attributes),
|
|
17312
17312
|
customElement: true
|
|
17313
|
-
}, instance$
|
|
17313
|
+
}, instance$a, create_fragment$c, safe_not_equal, {
|
|
17314
17314
|
size: 10,
|
|
17315
17315
|
invert: 0,
|
|
17316
17316
|
progress: 11,
|
|
@@ -17382,7 +17382,7 @@
|
|
|
17382
17382
|
customElements.define("goa-spinner", Spinner);
|
|
17383
17383
|
/* libs/web-components/src/components/table/Table.svelte generated by Svelte v3.51.0 */
|
|
17384
17384
|
|
|
17385
|
-
function create_fragment$
|
|
17385
|
+
function create_fragment$b(ctx) {
|
|
17386
17386
|
let table;
|
|
17387
17387
|
let slot;
|
|
17388
17388
|
let t0;
|
|
@@ -17484,7 +17484,7 @@
|
|
|
17484
17484
|
};
|
|
17485
17485
|
}
|
|
17486
17486
|
|
|
17487
|
-
function instance$
|
|
17487
|
+
function instance$9($$self, $$props, $$invalidate) {
|
|
17488
17488
|
const attachSortEventHandling = function attachSortEventHandling() {
|
|
17489
17489
|
return _call(tick, function () {
|
|
17490
17490
|
const headings = _rootEl.querySelectorAll("goa-table-sort-header");
|
|
@@ -17598,7 +17598,7 @@
|
|
|
17598
17598
|
target: this.shadowRoot,
|
|
17599
17599
|
props: attribute_to_object(this.attributes),
|
|
17600
17600
|
customElement: true
|
|
17601
|
-
}, instance$
|
|
17601
|
+
}, instance$9, create_fragment$b, safe_not_equal, {
|
|
17602
17602
|
width: 0,
|
|
17603
17603
|
stickyheader: 8,
|
|
17604
17604
|
variant: 1,
|
|
@@ -17774,7 +17774,7 @@
|
|
|
17774
17774
|
};
|
|
17775
17775
|
}
|
|
17776
17776
|
|
|
17777
|
-
function create_fragment$
|
|
17777
|
+
function create_fragment$a(ctx) {
|
|
17778
17778
|
let button;
|
|
17779
17779
|
let slot;
|
|
17780
17780
|
let t;
|
|
@@ -17829,7 +17829,7 @@
|
|
|
17829
17829
|
};
|
|
17830
17830
|
}
|
|
17831
17831
|
|
|
17832
|
-
function instance$
|
|
17832
|
+
function instance$8($$self, $$props, $$invalidate) {
|
|
17833
17833
|
let {
|
|
17834
17834
|
direction = "none"
|
|
17835
17835
|
} = $$props;
|
|
@@ -17849,7 +17849,7 @@
|
|
|
17849
17849
|
target: this.shadowRoot,
|
|
17850
17850
|
props: attribute_to_object(this.attributes),
|
|
17851
17851
|
customElement: true
|
|
17852
|
-
}, instance$
|
|
17852
|
+
}, instance$8, create_fragment$a, safe_not_equal, {
|
|
17853
17853
|
direction: 0
|
|
17854
17854
|
}, null);
|
|
17855
17855
|
|
|
@@ -17885,7 +17885,7 @@
|
|
|
17885
17885
|
customElements.define("goa-table-sort-header", TableSortHeader);
|
|
17886
17886
|
/* libs/web-components/src/components/text-area/TextArea.svelte generated by Svelte v3.51.0 */
|
|
17887
17887
|
|
|
17888
|
-
function create_fragment$
|
|
17888
|
+
function create_fragment$9(ctx) {
|
|
17889
17889
|
let div;
|
|
17890
17890
|
let textarea;
|
|
17891
17891
|
let textarea_aria_label_value;
|
|
@@ -18066,7 +18066,7 @@
|
|
|
18066
18066
|
};
|
|
18067
18067
|
}
|
|
18068
18068
|
|
|
18069
|
-
function instance$
|
|
18069
|
+
function instance$7($$self, $$props, $$invalidate) {
|
|
18070
18070
|
let isError;
|
|
18071
18071
|
let isDisabled;
|
|
18072
18072
|
let isReadonly;
|
|
@@ -18183,7 +18183,7 @@
|
|
|
18183
18183
|
target: this.shadowRoot,
|
|
18184
18184
|
props: attribute_to_object(this.attributes),
|
|
18185
18185
|
customElement: true
|
|
18186
|
-
}, instance$
|
|
18186
|
+
}, instance$7, create_fragment$9, safe_not_equal, {
|
|
18187
18187
|
name: 0,
|
|
18188
18188
|
value: 1,
|
|
18189
18189
|
placeholder: 2,
|
|
@@ -18387,7 +18387,7 @@
|
|
|
18387
18387
|
customElements.define("goa-textarea", TextArea);
|
|
18388
18388
|
/* libs/web-components/src/layouts/FullScreenNavbarLayout.svelte generated by Svelte v3.51.0 */
|
|
18389
18389
|
|
|
18390
|
-
function create_fragment$
|
|
18390
|
+
function create_fragment$8(ctx) {
|
|
18391
18391
|
let div;
|
|
18392
18392
|
return {
|
|
18393
18393
|
c() {
|
|
@@ -18431,7 +18431,7 @@
|
|
|
18431
18431
|
target: this.shadowRoot,
|
|
18432
18432
|
props: attribute_to_object(this.attributes),
|
|
18433
18433
|
customElement: true
|
|
18434
|
-
}, null, create_fragment$
|
|
18434
|
+
}, null, create_fragment$8, safe_not_equal, {}, null);
|
|
18435
18435
|
|
|
18436
18436
|
if (options) {
|
|
18437
18437
|
if (options.target) {
|
|
@@ -18445,7 +18445,7 @@
|
|
|
18445
18445
|
customElements.define("goa-layout-full-nav", FullScreenNavbarLayout);
|
|
18446
18446
|
/* libs/web-components/src/layouts/one-column-layout/OneColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18447
18447
|
|
|
18448
|
-
function create_fragment$
|
|
18448
|
+
function create_fragment$7(ctx) {
|
|
18449
18449
|
let div;
|
|
18450
18450
|
return {
|
|
18451
18451
|
c() {
|
|
@@ -18482,7 +18482,7 @@
|
|
|
18482
18482
|
target: this.shadowRoot,
|
|
18483
18483
|
props: attribute_to_object(this.attributes),
|
|
18484
18484
|
customElement: true
|
|
18485
|
-
}, null, create_fragment$
|
|
18485
|
+
}, null, create_fragment$7, safe_not_equal, {}, null);
|
|
18486
18486
|
|
|
18487
18487
|
if (options) {
|
|
18488
18488
|
if (options.target) {
|
|
@@ -18496,7 +18496,7 @@
|
|
|
18496
18496
|
customElements.define("goa-one-column-layout", OneColumnLayout);
|
|
18497
18497
|
/* libs/web-components/src/layouts/two-column-layout/TwoColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18498
18498
|
|
|
18499
|
-
function create_fragment$
|
|
18499
|
+
function create_fragment$6(ctx) {
|
|
18500
18500
|
let div;
|
|
18501
18501
|
let header;
|
|
18502
18502
|
let t0;
|
|
@@ -18566,7 +18566,7 @@
|
|
|
18566
18566
|
};
|
|
18567
18567
|
}
|
|
18568
18568
|
|
|
18569
|
-
function instance$
|
|
18569
|
+
function instance$6($$self, $$props, $$invalidate) {
|
|
18570
18570
|
let {
|
|
18571
18571
|
navcolumnwidth = ""
|
|
18572
18572
|
} = $$props;
|
|
@@ -18590,7 +18590,7 @@
|
|
|
18590
18590
|
target: this.shadowRoot,
|
|
18591
18591
|
props: attribute_to_object(this.attributes),
|
|
18592
18592
|
customElement: true
|
|
18593
|
-
}, instance$
|
|
18593
|
+
}, instance$6, create_fragment$6, safe_not_equal, {
|
|
18594
18594
|
navcolumnwidth: 0,
|
|
18595
18595
|
maxcontentwidth: 1
|
|
18596
18596
|
}, null);
|
|
@@ -18636,6 +18636,172 @@
|
|
|
18636
18636
|
}
|
|
18637
18637
|
|
|
18638
18638
|
customElements.define("goa-two-column-layout", TwoColumnLayout);
|
|
18639
|
+
/* libs/web-components/src/layouts/three-column-layout/ThreeColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18640
|
+
|
|
18641
|
+
function create_fragment$5(ctx) {
|
|
18642
|
+
let div;
|
|
18643
|
+
let header;
|
|
18644
|
+
let t0;
|
|
18645
|
+
let section;
|
|
18646
|
+
let t3;
|
|
18647
|
+
let footer;
|
|
18648
|
+
let div_style_value;
|
|
18649
|
+
return {
|
|
18650
|
+
c() {
|
|
18651
|
+
div = element("div");
|
|
18652
|
+
header = element("header");
|
|
18653
|
+
header.innerHTML = `<slot name="header"></slot>`;
|
|
18654
|
+
t0 = space();
|
|
18655
|
+
section = element("section");
|
|
18656
|
+
section.innerHTML = `<nav class="nav"><slot name="nav"></slot></nav>
|
|
18657
|
+
|
|
18658
|
+
<main><slot></slot></main>
|
|
18659
|
+
|
|
18660
|
+
<nav class="nav sidebar"><slot name="sidebar"></slot></nav>`;
|
|
18661
|
+
t3 = space();
|
|
18662
|
+
footer = element("footer");
|
|
18663
|
+
footer.innerHTML = `<slot name="footer"></slot>`;
|
|
18664
|
+
this.c = noop;
|
|
18665
|
+
attr(header, "class", "header");
|
|
18666
|
+
attr(section, "class", "content");
|
|
18667
|
+
attr(footer, "class", "footer");
|
|
18668
|
+
attr(div, "class", "page");
|
|
18669
|
+
attr(div, "style", div_style_value = `
|
|
18670
|
+
--max-content-width: ${
|
|
18671
|
+
/*maxcontentwidth*/
|
|
18672
|
+
ctx[2] || "100%"};
|
|
18673
|
+
--nav-column-width: ${
|
|
18674
|
+
/*leftcolumnwidth*/
|
|
18675
|
+
ctx[0] || "256px"};
|
|
18676
|
+
--sidebar-column-width: ${
|
|
18677
|
+
/*rightcolumnwidth*/
|
|
18678
|
+
ctx[1] || "256px"}
|
|
18679
|
+
`);
|
|
18680
|
+
},
|
|
18681
|
+
|
|
18682
|
+
m(target, anchor) {
|
|
18683
|
+
insert(target, div, anchor);
|
|
18684
|
+
append(div, header);
|
|
18685
|
+
append(div, t0);
|
|
18686
|
+
append(div, section);
|
|
18687
|
+
append(div, t3);
|
|
18688
|
+
append(div, footer);
|
|
18689
|
+
},
|
|
18690
|
+
|
|
18691
|
+
p(ctx, [dirty]) {
|
|
18692
|
+
if (dirty &
|
|
18693
|
+
/*maxcontentwidth, leftcolumnwidth, rightcolumnwidth*/
|
|
18694
|
+
7 && div_style_value !== (div_style_value = `
|
|
18695
|
+
--max-content-width: ${
|
|
18696
|
+
/*maxcontentwidth*/
|
|
18697
|
+
ctx[2] || "100%"};
|
|
18698
|
+
--nav-column-width: ${
|
|
18699
|
+
/*leftcolumnwidth*/
|
|
18700
|
+
ctx[0] || "256px"};
|
|
18701
|
+
--sidebar-column-width: ${
|
|
18702
|
+
/*rightcolumnwidth*/
|
|
18703
|
+
ctx[1] || "256px"}
|
|
18704
|
+
`)) {
|
|
18705
|
+
attr(div, "style", div_style_value);
|
|
18706
|
+
}
|
|
18707
|
+
},
|
|
18708
|
+
|
|
18709
|
+
i: noop,
|
|
18710
|
+
o: noop,
|
|
18711
|
+
|
|
18712
|
+
d(detaching) {
|
|
18713
|
+
if (detaching) detach(div);
|
|
18714
|
+
}
|
|
18715
|
+
|
|
18716
|
+
};
|
|
18717
|
+
}
|
|
18718
|
+
|
|
18719
|
+
function instance$5($$self, $$props, $$invalidate) {
|
|
18720
|
+
let {
|
|
18721
|
+
leftcolumnwidth
|
|
18722
|
+
} = $$props;
|
|
18723
|
+
let {
|
|
18724
|
+
rightcolumnwidth
|
|
18725
|
+
} = $$props;
|
|
18726
|
+
let {
|
|
18727
|
+
maxcontentwidth
|
|
18728
|
+
} = $$props;
|
|
18729
|
+
|
|
18730
|
+
$$self.$$set = $$props => {
|
|
18731
|
+
if ('leftcolumnwidth' in $$props) $$invalidate(0, leftcolumnwidth = $$props.leftcolumnwidth);
|
|
18732
|
+
if ('rightcolumnwidth' in $$props) $$invalidate(1, rightcolumnwidth = $$props.rightcolumnwidth);
|
|
18733
|
+
if ('maxcontentwidth' in $$props) $$invalidate(2, maxcontentwidth = $$props.maxcontentwidth);
|
|
18734
|
+
};
|
|
18735
|
+
|
|
18736
|
+
return [leftcolumnwidth, rightcolumnwidth, maxcontentwidth];
|
|
18737
|
+
}
|
|
18738
|
+
|
|
18739
|
+
class ThreeColumnLayout extends SvelteElement {
|
|
18740
|
+
constructor(options) {
|
|
18741
|
+
super();
|
|
18742
|
+
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>`;
|
|
18743
|
+
init(this, {
|
|
18744
|
+
target: this.shadowRoot,
|
|
18745
|
+
props: attribute_to_object(this.attributes),
|
|
18746
|
+
customElement: true
|
|
18747
|
+
}, instance$5, create_fragment$5, safe_not_equal, {
|
|
18748
|
+
leftcolumnwidth: 0,
|
|
18749
|
+
rightcolumnwidth: 1,
|
|
18750
|
+
maxcontentwidth: 2
|
|
18751
|
+
}, null);
|
|
18752
|
+
|
|
18753
|
+
if (options) {
|
|
18754
|
+
if (options.target) {
|
|
18755
|
+
insert(options.target, this, options.anchor);
|
|
18756
|
+
}
|
|
18757
|
+
|
|
18758
|
+
if (options.props) {
|
|
18759
|
+
this.$set(options.props);
|
|
18760
|
+
flush();
|
|
18761
|
+
}
|
|
18762
|
+
}
|
|
18763
|
+
}
|
|
18764
|
+
|
|
18765
|
+
static get observedAttributes() {
|
|
18766
|
+
return ["leftcolumnwidth", "rightcolumnwidth", "maxcontentwidth"];
|
|
18767
|
+
}
|
|
18768
|
+
|
|
18769
|
+
get leftcolumnwidth() {
|
|
18770
|
+
return this.$$.ctx[0];
|
|
18771
|
+
}
|
|
18772
|
+
|
|
18773
|
+
set leftcolumnwidth(leftcolumnwidth) {
|
|
18774
|
+
this.$$set({
|
|
18775
|
+
leftcolumnwidth
|
|
18776
|
+
});
|
|
18777
|
+
flush();
|
|
18778
|
+
}
|
|
18779
|
+
|
|
18780
|
+
get rightcolumnwidth() {
|
|
18781
|
+
return this.$$.ctx[1];
|
|
18782
|
+
}
|
|
18783
|
+
|
|
18784
|
+
set rightcolumnwidth(rightcolumnwidth) {
|
|
18785
|
+
this.$$set({
|
|
18786
|
+
rightcolumnwidth
|
|
18787
|
+
});
|
|
18788
|
+
flush();
|
|
18789
|
+
}
|
|
18790
|
+
|
|
18791
|
+
get maxcontentwidth() {
|
|
18792
|
+
return this.$$.ctx[2];
|
|
18793
|
+
}
|
|
18794
|
+
|
|
18795
|
+
set maxcontentwidth(maxcontentwidth) {
|
|
18796
|
+
this.$$set({
|
|
18797
|
+
maxcontentwidth
|
|
18798
|
+
});
|
|
18799
|
+
flush();
|
|
18800
|
+
}
|
|
18801
|
+
|
|
18802
|
+
}
|
|
18803
|
+
|
|
18804
|
+
customElements.define("goa-three-column-layout", ThreeColumnLayout);
|
|
18639
18805
|
/* libs/web-components/src/components/form-stepper/FormStepper.svelte generated by Svelte v3.51.0 */
|
|
18640
18806
|
|
|
18641
18807
|
function create_if_block$3(ctx) {
|
|
@@ -19123,7 +19289,7 @@
|
|
|
19123
19289
|
}
|
|
19124
19290
|
|
|
19125
19291
|
};
|
|
19126
|
-
} // (
|
|
19292
|
+
} // (153:38)
|
|
19127
19293
|
|
|
19128
19294
|
|
|
19129
19295
|
function create_if_block_3$2(ctx) {
|
|
@@ -19145,7 +19311,7 @@
|
|
|
19145
19311
|
}
|
|
19146
19312
|
|
|
19147
19313
|
};
|
|
19148
|
-
} // (
|
|
19314
|
+
} // (151:36)
|
|
19149
19315
|
|
|
19150
19316
|
|
|
19151
19317
|
function create_if_block_2$2(ctx) {
|
|
@@ -19168,7 +19334,7 @@
|
|
|
19168
19334
|
}
|
|
19169
19335
|
|
|
19170
19336
|
};
|
|
19171
|
-
} // (
|
|
19337
|
+
} // (149:4) {#if _isCurrent}
|
|
19172
19338
|
|
|
19173
19339
|
|
|
19174
19340
|
function create_if_block_1$2(ctx) {
|
|
@@ -19190,7 +19356,7 @@
|
|
|
19190
19356
|
}
|
|
19191
19357
|
|
|
19192
19358
|
};
|
|
19193
|
-
} // (
|
|
19359
|
+
} // (161:4) {#if status === "incomplete"}
|
|
19194
19360
|
|
|
19195
19361
|
|
|
19196
19362
|
function create_if_block$2(ctx) {
|
|
@@ -19217,7 +19383,7 @@
|
|
|
19217
19383
|
function create_fragment$3(ctx) {
|
|
19218
19384
|
let label;
|
|
19219
19385
|
let input;
|
|
19220
|
-
let
|
|
19386
|
+
let input_aria_disabled_value;
|
|
19221
19387
|
let t0;
|
|
19222
19388
|
let div0;
|
|
19223
19389
|
let t1;
|
|
@@ -19270,9 +19436,9 @@
|
|
|
19270
19436
|
input.checked =
|
|
19271
19437
|
/*_isCurrent*/
|
|
19272
19438
|
ctx[7];
|
|
19273
|
-
input
|
|
19439
|
+
attr(input, "aria-disabled", input_aria_disabled_value = !
|
|
19274
19440
|
/*_isEnabled*/
|
|
19275
|
-
ctx[6];
|
|
19441
|
+
ctx[6]);
|
|
19276
19442
|
attr(div0, "data-testid", "status");
|
|
19277
19443
|
attr(div0, "class", "status");
|
|
19278
19444
|
attr(div1, "class", "text");
|
|
@@ -19343,10 +19509,10 @@
|
|
|
19343
19509
|
|
|
19344
19510
|
if (dirty &
|
|
19345
19511
|
/*_isEnabled*/
|
|
19346
|
-
64 &&
|
|
19512
|
+
64 && input_aria_disabled_value !== (input_aria_disabled_value = !
|
|
19347
19513
|
/*_isEnabled*/
|
|
19348
19514
|
ctx[6])) {
|
|
19349
|
-
input
|
|
19515
|
+
attr(input, "aria-disabled", input_aria_disabled_value);
|
|
19350
19516
|
}
|
|
19351
19517
|
|
|
19352
19518
|
if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block0) {
|
|
@@ -19541,7 +19707,7 @@
|
|
|
19541
19707
|
class FormStep extends SvelteElement {
|
|
19542
19708
|
constructor(options) {
|
|
19543
19709
|
super();
|
|
19544
|
-
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)
|
|
19710
|
+
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)
|
|
19545
19711
|
}[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(
|
|
19546
19712
|
[data-status=complete],
|
|
19547
19713
|
[data-status=incomplete],
|
|
@@ -22920,6 +23086,32 @@
|
|
|
22920
23086
|
}), void 0);
|
|
22921
23087
|
}
|
|
22922
23088
|
|
|
23089
|
+
function GoAThreeColumnLayout(props) {
|
|
23090
|
+
return jsxRuntime.jsxs("goa-three-column-layout", __assign({
|
|
23091
|
+
leftcolumnwidth: props.leftColumnWidth,
|
|
23092
|
+
rightcolumnwidth: props.rightColumnWidth,
|
|
23093
|
+
maxcontentwidth: props.maxContentWidth
|
|
23094
|
+
}, {
|
|
23095
|
+
children: [props.header && jsxRuntime.jsx("div", __assign({
|
|
23096
|
+
slot: "header"
|
|
23097
|
+
}, {
|
|
23098
|
+
children: props.header
|
|
23099
|
+
}), void 0), props.nav && jsxRuntime.jsx("div", __assign({
|
|
23100
|
+
slot: "nav"
|
|
23101
|
+
}, {
|
|
23102
|
+
children: props.nav
|
|
23103
|
+
}), void 0), props.sidebar && jsxRuntime.jsx("div", __assign({
|
|
23104
|
+
slot: "sidebar"
|
|
23105
|
+
}, {
|
|
23106
|
+
children: props.sidebar
|
|
23107
|
+
}), void 0), props.children, props.footer && jsxRuntime.jsx("div", __assign({
|
|
23108
|
+
slot: "footer"
|
|
23109
|
+
}, {
|
|
23110
|
+
children: props.footer
|
|
23111
|
+
}), void 0)]
|
|
23112
|
+
}), void 0);
|
|
23113
|
+
}
|
|
23114
|
+
|
|
22923
23115
|
exports.GoAAccordion = GoAAccordion;
|
|
22924
23116
|
exports.GoAAppFooter = GoAAppFooter;
|
|
22925
23117
|
exports.GoAAppFooterMetaSection = GoAAppFooterMetaSection;
|
|
@@ -22982,6 +23174,7 @@
|
|
|
22982
23174
|
exports.GoASuccessBadge = GoASuccessBadge;
|
|
22983
23175
|
exports.GoATable = GoATable;
|
|
22984
23176
|
exports.GoATextArea = GoATextArea;
|
|
23177
|
+
exports.GoAThreeColumnLayout = GoAThreeColumnLayout;
|
|
22985
23178
|
exports.GoATwoColumnLayout = GoATwoColumnLayout;
|
|
22986
23179
|
|
|
22987
23180
|
Object.defineProperty(exports, '__esModule', { value: true });
|