@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.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,
|
|
@@ -12407,35 +12407,25 @@
|
|
|
12407
12407
|
/* libs/web-components/src/components/microsite-header/MicrositeHeader.svelte generated by Svelte v3.51.0 */
|
|
12408
12408
|
|
|
12409
12409
|
function create_if_block_3$5(ctx) {
|
|
12410
|
-
let
|
|
12411
|
-
let t0;
|
|
12412
|
-
let div1;
|
|
12410
|
+
let div;
|
|
12413
12411
|
return {
|
|
12414
12412
|
c() {
|
|
12415
|
-
|
|
12416
|
-
|
|
12417
|
-
|
|
12418
|
-
|
|
12419
|
-
div1.innerHTML = `An official site of the <a href="https://www.alberta.ca/index.aspx">Alberta Government</a>`;
|
|
12420
|
-
attr(div0, "class", "service-type service-type--live");
|
|
12421
|
-
attr(div1, "data-testid", "type");
|
|
12422
|
-
attr(div1, "class", "site-text");
|
|
12413
|
+
div = element("div");
|
|
12414
|
+
div.innerHTML = `An official site of the <a href="https://www.alberta.ca/index.aspx">Alberta Government</a>`;
|
|
12415
|
+
attr(div, "data-testid", "type");
|
|
12416
|
+
attr(div, "class", "site-text");
|
|
12423
12417
|
},
|
|
12424
12418
|
|
|
12425
12419
|
m(target, anchor) {
|
|
12426
|
-
insert(target,
|
|
12427
|
-
insert(target, t0, anchor);
|
|
12428
|
-
insert(target, div1, anchor);
|
|
12420
|
+
insert(target, div, anchor);
|
|
12429
12421
|
},
|
|
12430
12422
|
|
|
12431
12423
|
d(detaching) {
|
|
12432
|
-
if (detaching) detach(
|
|
12433
|
-
if (detaching) detach(t0);
|
|
12434
|
-
if (detaching) detach(div1);
|
|
12424
|
+
if (detaching) detach(div);
|
|
12435
12425
|
}
|
|
12436
12426
|
|
|
12437
12427
|
};
|
|
12438
|
-
} // (
|
|
12428
|
+
} // (29:2) {#if ["alpha", "beta"].includes(type)}
|
|
12439
12429
|
|
|
12440
12430
|
|
|
12441
12431
|
function create_if_block_1$5(ctx) {
|
|
@@ -12523,7 +12513,7 @@
|
|
|
12523
12513
|
}
|
|
12524
12514
|
|
|
12525
12515
|
};
|
|
12526
|
-
} // (
|
|
12516
|
+
} // (38:6) {#if feedbackurl}
|
|
12527
12517
|
|
|
12528
12518
|
|
|
12529
12519
|
function create_if_block_2$5(ctx) {
|
|
@@ -12565,7 +12555,7 @@
|
|
|
12565
12555
|
}
|
|
12566
12556
|
|
|
12567
12557
|
};
|
|
12568
|
-
} // (
|
|
12558
|
+
} // (44:2) {#if version}
|
|
12569
12559
|
|
|
12570
12560
|
|
|
12571
12561
|
function create_if_block$b(ctx) {
|
|
@@ -12601,7 +12591,7 @@
|
|
|
12601
12591
|
};
|
|
12602
12592
|
}
|
|
12603
12593
|
|
|
12604
|
-
function create_fragment$
|
|
12594
|
+
function create_fragment$m(ctx) {
|
|
12605
12595
|
let header;
|
|
12606
12596
|
let t0;
|
|
12607
12597
|
let show_if = ["alpha", "beta"].includes(
|
|
@@ -12710,7 +12700,7 @@
|
|
|
12710
12700
|
return val[0].toUpperCase() + val.slice(1);
|
|
12711
12701
|
}
|
|
12712
12702
|
|
|
12713
|
-
function instance$
|
|
12703
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
12714
12704
|
const [Types, validateType] = typeValidator("Microsite header type", ["live", "alpha", "beta"], true);
|
|
12715
12705
|
let {
|
|
12716
12706
|
type
|
|
@@ -12737,12 +12727,12 @@
|
|
|
12737
12727
|
class MicrositeHeader extends SvelteElement {
|
|
12738
12728
|
constructor(options) {
|
|
12739
12729
|
super();
|
|
12740
|
-
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)}.
|
|
12730
|
+
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>`;
|
|
12741
12731
|
init(this, {
|
|
12742
12732
|
target: this.shadowRoot,
|
|
12743
12733
|
props: attribute_to_object(this.attributes),
|
|
12744
12734
|
customElement: true
|
|
12745
|
-
}, instance$
|
|
12735
|
+
}, instance$k, create_fragment$m, safe_not_equal, {
|
|
12746
12736
|
type: 0,
|
|
12747
12737
|
version: 1,
|
|
12748
12738
|
feedbackurl: 2
|
|
@@ -13231,7 +13221,7 @@
|
|
|
13231
13221
|
};
|
|
13232
13222
|
}
|
|
13233
13223
|
|
|
13234
|
-
function create_fragment$
|
|
13224
|
+
function create_fragment$l(ctx) {
|
|
13235
13225
|
let if_block_anchor;
|
|
13236
13226
|
let current;
|
|
13237
13227
|
let if_block =
|
|
@@ -13296,7 +13286,7 @@
|
|
|
13296
13286
|
};
|
|
13297
13287
|
}
|
|
13298
13288
|
|
|
13299
|
-
function instance$
|
|
13289
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
13300
13290
|
let _isClosable;
|
|
13301
13291
|
|
|
13302
13292
|
let _transitionTime;
|
|
@@ -13500,7 +13490,7 @@
|
|
|
13500
13490
|
target: this.shadowRoot,
|
|
13501
13491
|
props: attribute_to_object(this.attributes),
|
|
13502
13492
|
customElement: true
|
|
13503
|
-
}, instance$
|
|
13493
|
+
}, instance$j, create_fragment$l, safe_not_equal, {
|
|
13504
13494
|
heading: 0,
|
|
13505
13495
|
closable: 14,
|
|
13506
13496
|
open: 1,
|
|
@@ -13720,7 +13710,7 @@
|
|
|
13720
13710
|
};
|
|
13721
13711
|
}
|
|
13722
13712
|
|
|
13723
|
-
function create_fragment$
|
|
13713
|
+
function create_fragment$k(ctx) {
|
|
13724
13714
|
let if_block_anchor;
|
|
13725
13715
|
let current;
|
|
13726
13716
|
let if_block =
|
|
@@ -13785,7 +13775,7 @@
|
|
|
13785
13775
|
};
|
|
13786
13776
|
}
|
|
13787
13777
|
|
|
13788
|
-
function instance$
|
|
13778
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13789
13779
|
let iconType;
|
|
13790
13780
|
const [Types, validateType] = typeValidator("Notification type", ["emergency", "important", "information", "event"], true);
|
|
13791
13781
|
let {
|
|
@@ -13827,7 +13817,7 @@
|
|
|
13827
13817
|
target: this.shadowRoot,
|
|
13828
13818
|
props: attribute_to_object(this.attributes),
|
|
13829
13819
|
customElement: true
|
|
13830
|
-
}, instance$
|
|
13820
|
+
}, instance$i, create_fragment$k, safe_not_equal, {
|
|
13831
13821
|
type: 0
|
|
13832
13822
|
}, null);
|
|
13833
13823
|
|
|
@@ -13869,7 +13859,7 @@
|
|
|
13869
13859
|
/* libs/web-components/src/components/page-block/PageBlock.svelte generated by Svelte v3.51.0 */
|
|
13870
13860
|
|
|
13871
13861
|
|
|
13872
|
-
function create_fragment$
|
|
13862
|
+
function create_fragment$j(ctx) {
|
|
13873
13863
|
let div;
|
|
13874
13864
|
let slot;
|
|
13875
13865
|
let div_style_value;
|
|
@@ -13909,7 +13899,7 @@
|
|
|
13909
13899
|
};
|
|
13910
13900
|
}
|
|
13911
13901
|
|
|
13912
|
-
function instance$
|
|
13902
|
+
function instance$h($$self, $$props, $$invalidate) {
|
|
13913
13903
|
const Sizes = {
|
|
13914
13904
|
"full": "100%"
|
|
13915
13905
|
};
|
|
@@ -13950,7 +13940,7 @@
|
|
|
13950
13940
|
target: this.shadowRoot,
|
|
13951
13941
|
props: attribute_to_object(this.attributes),
|
|
13952
13942
|
customElement: true
|
|
13953
|
-
}, instance$
|
|
13943
|
+
}, instance$h, create_fragment$j, safe_not_equal, {
|
|
13954
13944
|
width: 1,
|
|
13955
13945
|
_width: 0
|
|
13956
13946
|
}, null);
|
|
@@ -14168,7 +14158,7 @@
|
|
|
14168
14158
|
};
|
|
14169
14159
|
}
|
|
14170
14160
|
|
|
14171
|
-
function create_fragment$
|
|
14161
|
+
function create_fragment$i(ctx) {
|
|
14172
14162
|
let goa_block1;
|
|
14173
14163
|
let div;
|
|
14174
14164
|
let t0;
|
|
@@ -14331,7 +14321,7 @@
|
|
|
14331
14321
|
};
|
|
14332
14322
|
}
|
|
14333
14323
|
|
|
14334
|
-
function instance$
|
|
14324
|
+
function instance$g($$self, $$props, $$invalidate) {
|
|
14335
14325
|
let _pageCount;
|
|
14336
14326
|
|
|
14337
14327
|
const [Variants, validateVariant] = typeValidator("Pagination variant", ["all", "links-only"]);
|
|
@@ -14451,7 +14441,7 @@
|
|
|
14451
14441
|
target: this.shadowRoot,
|
|
14452
14442
|
props: attribute_to_object(this.attributes),
|
|
14453
14443
|
customElement: true
|
|
14454
|
-
}, instance$
|
|
14444
|
+
}, instance$g, create_fragment$i, safe_not_equal, {
|
|
14455
14445
|
pagenumber: 0,
|
|
14456
14446
|
itemcount: 10,
|
|
14457
14447
|
perpagecount: 11,
|
|
@@ -14655,7 +14645,7 @@
|
|
|
14655
14645
|
};
|
|
14656
14646
|
}
|
|
14657
14647
|
|
|
14658
|
-
function create_fragment$
|
|
14648
|
+
function create_fragment$h(ctx) {
|
|
14659
14649
|
let div1;
|
|
14660
14650
|
let div0;
|
|
14661
14651
|
let t;
|
|
@@ -14738,7 +14728,7 @@
|
|
|
14738
14728
|
};
|
|
14739
14729
|
}
|
|
14740
14730
|
|
|
14741
|
-
function instance$
|
|
14731
|
+
function instance$f($$self, $$props, $$invalidate) {
|
|
14742
14732
|
let paddedContent;
|
|
14743
14733
|
let {
|
|
14744
14734
|
testid = ""
|
|
@@ -14832,7 +14822,7 @@
|
|
|
14832
14822
|
target: this.shadowRoot,
|
|
14833
14823
|
props: attribute_to_object(this.attributes),
|
|
14834
14824
|
customElement: true
|
|
14835
|
-
}, instance$
|
|
14825
|
+
}, instance$f, create_fragment$h, safe_not_equal, {
|
|
14836
14826
|
testid: 0,
|
|
14837
14827
|
maxwidth: 1,
|
|
14838
14828
|
padded: 7
|
|
@@ -15082,7 +15072,7 @@
|
|
|
15082
15072
|
};
|
|
15083
15073
|
}
|
|
15084
15074
|
|
|
15085
|
-
function create_fragment$
|
|
15075
|
+
function create_fragment$g(ctx) {
|
|
15086
15076
|
let div;
|
|
15087
15077
|
let slot;
|
|
15088
15078
|
let t;
|
|
@@ -15205,7 +15195,7 @@
|
|
|
15205
15195
|
};
|
|
15206
15196
|
}
|
|
15207
15197
|
|
|
15208
|
-
function instance$
|
|
15198
|
+
function instance$e($$self, $$props, $$invalidate) {
|
|
15209
15199
|
let isDisabled;
|
|
15210
15200
|
let isError;
|
|
15211
15201
|
const [Orientations, validateOrientation] = typeValidator("Radio group orientation", ["vertical", "horizontal"]);
|
|
@@ -15349,7 +15339,7 @@
|
|
|
15349
15339
|
target: this.shadowRoot,
|
|
15350
15340
|
props: attribute_to_object(this.attributes),
|
|
15351
15341
|
customElement: true
|
|
15352
|
-
}, instance$
|
|
15342
|
+
}, instance$e, create_fragment$g, safe_not_equal, {
|
|
15353
15343
|
name: 1,
|
|
15354
15344
|
value: 0,
|
|
15355
15345
|
orientation: 2,
|
|
@@ -15505,7 +15495,7 @@
|
|
|
15505
15495
|
customElements.define("goa-radio-group", RadioGroup);
|
|
15506
15496
|
/* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.51.0 */
|
|
15507
15497
|
|
|
15508
|
-
function create_fragment$
|
|
15498
|
+
function create_fragment$f(ctx) {
|
|
15509
15499
|
let div;
|
|
15510
15500
|
let slot;
|
|
15511
15501
|
let div_style_value;
|
|
@@ -15590,7 +15580,7 @@
|
|
|
15590
15580
|
};
|
|
15591
15581
|
}
|
|
15592
15582
|
|
|
15593
|
-
function instance$
|
|
15583
|
+
function instance$d($$self, $$props, $$invalidate) {
|
|
15594
15584
|
let {
|
|
15595
15585
|
direction = "vertical"
|
|
15596
15586
|
} = $$props;
|
|
@@ -15656,7 +15646,7 @@
|
|
|
15656
15646
|
target: this.shadowRoot,
|
|
15657
15647
|
props: attribute_to_object(this.attributes),
|
|
15658
15648
|
customElement: true
|
|
15659
|
-
}, instance$
|
|
15649
|
+
}, instance$d, create_fragment$f, safe_not_equal, {
|
|
15660
15650
|
direction: 0,
|
|
15661
15651
|
hpadding: 1,
|
|
15662
15652
|
vpadding: 2,
|
|
@@ -16336,7 +16326,7 @@
|
|
|
16336
16326
|
};
|
|
16337
16327
|
}
|
|
16338
16328
|
|
|
16339
|
-
function create_fragment$
|
|
16329
|
+
function create_fragment$e(ctx) {
|
|
16340
16330
|
let div;
|
|
16341
16331
|
let current_block_type_index;
|
|
16342
16332
|
let if_block;
|
|
@@ -16455,7 +16445,7 @@
|
|
|
16455
16445
|
};
|
|
16456
16446
|
}
|
|
16457
16447
|
|
|
16458
|
-
function instance$
|
|
16448
|
+
function instance$c($$self, $$props, $$invalidate) {
|
|
16459
16449
|
const [Types, validateType] = typeValidator("Skeleton type", ["image", "text", "title", "text-small", "avatar", "header", "paragraph", "thumbnail", "card", "lines", "profile", "article"], true);
|
|
16460
16450
|
const [Sizes, validateSize] = typeValidator("Skeleton size", ["1", "2", "3", "4"]);
|
|
16461
16451
|
let {
|
|
@@ -16513,7 +16503,7 @@
|
|
|
16513
16503
|
target: this.shadowRoot,
|
|
16514
16504
|
props: attribute_to_object(this.attributes),
|
|
16515
16505
|
customElement: true
|
|
16516
|
-
}, instance$
|
|
16506
|
+
}, instance$c, create_fragment$e, safe_not_equal, {
|
|
16517
16507
|
maxwidth: 0,
|
|
16518
16508
|
size: 1,
|
|
16519
16509
|
linecount: 2,
|
|
@@ -16645,7 +16635,7 @@
|
|
|
16645
16635
|
customElements.define("goa-skeleton", Skeleton);
|
|
16646
16636
|
/* libs/web-components/src/components/spacer/Spacer.svelte generated by Svelte v3.51.0 */
|
|
16647
16637
|
|
|
16648
|
-
function create_fragment$
|
|
16638
|
+
function create_fragment$d(ctx) {
|
|
16649
16639
|
let div;
|
|
16650
16640
|
return {
|
|
16651
16641
|
c() {
|
|
@@ -16674,7 +16664,7 @@
|
|
|
16674
16664
|
};
|
|
16675
16665
|
}
|
|
16676
16666
|
|
|
16677
|
-
function instance$
|
|
16667
|
+
function instance$b($$self, $$props, $$invalidate) {
|
|
16678
16668
|
let {
|
|
16679
16669
|
hspacing = "none"
|
|
16680
16670
|
} = $$props;
|
|
@@ -16712,7 +16702,7 @@
|
|
|
16712
16702
|
target: this.shadowRoot,
|
|
16713
16703
|
props: attribute_to_object(this.attributes),
|
|
16714
16704
|
customElement: true
|
|
16715
|
-
}, instance$
|
|
16705
|
+
}, instance$b, create_fragment$d, safe_not_equal, {
|
|
16716
16706
|
hspacing: 1,
|
|
16717
16707
|
vspacing: 2
|
|
16718
16708
|
}, null);
|
|
@@ -17134,7 +17124,7 @@
|
|
|
17134
17124
|
};
|
|
17135
17125
|
}
|
|
17136
17126
|
|
|
17137
|
-
function create_fragment$
|
|
17127
|
+
function create_fragment$c(ctx) {
|
|
17138
17128
|
let if_block_anchor;
|
|
17139
17129
|
let if_block =
|
|
17140
17130
|
/*ready*/
|
|
@@ -17179,7 +17169,7 @@
|
|
|
17179
17169
|
};
|
|
17180
17170
|
}
|
|
17181
17171
|
|
|
17182
|
-
function instance$
|
|
17172
|
+
function instance$a($$self, $$props, $$invalidate) {
|
|
17183
17173
|
let diameter;
|
|
17184
17174
|
let strokewidth;
|
|
17185
17175
|
let radius;
|
|
@@ -17310,7 +17300,7 @@
|
|
|
17310
17300
|
target: this.shadowRoot,
|
|
17311
17301
|
props: attribute_to_object(this.attributes),
|
|
17312
17302
|
customElement: true
|
|
17313
|
-
}, instance$
|
|
17303
|
+
}, instance$a, create_fragment$c, safe_not_equal, {
|
|
17314
17304
|
size: 10,
|
|
17315
17305
|
invert: 0,
|
|
17316
17306
|
progress: 11,
|
|
@@ -17382,7 +17372,7 @@
|
|
|
17382
17372
|
customElements.define("goa-spinner", Spinner);
|
|
17383
17373
|
/* libs/web-components/src/components/table/Table.svelte generated by Svelte v3.51.0 */
|
|
17384
17374
|
|
|
17385
|
-
function create_fragment$
|
|
17375
|
+
function create_fragment$b(ctx) {
|
|
17386
17376
|
let table;
|
|
17387
17377
|
let slot;
|
|
17388
17378
|
let t0;
|
|
@@ -17484,7 +17474,7 @@
|
|
|
17484
17474
|
};
|
|
17485
17475
|
}
|
|
17486
17476
|
|
|
17487
|
-
function instance$
|
|
17477
|
+
function instance$9($$self, $$props, $$invalidate) {
|
|
17488
17478
|
const attachSortEventHandling = function attachSortEventHandling() {
|
|
17489
17479
|
return _call(tick, function () {
|
|
17490
17480
|
const headings = _rootEl.querySelectorAll("goa-table-sort-header");
|
|
@@ -17598,7 +17588,7 @@
|
|
|
17598
17588
|
target: this.shadowRoot,
|
|
17599
17589
|
props: attribute_to_object(this.attributes),
|
|
17600
17590
|
customElement: true
|
|
17601
|
-
}, instance$
|
|
17591
|
+
}, instance$9, create_fragment$b, safe_not_equal, {
|
|
17602
17592
|
width: 0,
|
|
17603
17593
|
stickyheader: 8,
|
|
17604
17594
|
variant: 1,
|
|
@@ -17774,7 +17764,7 @@
|
|
|
17774
17764
|
};
|
|
17775
17765
|
}
|
|
17776
17766
|
|
|
17777
|
-
function create_fragment$
|
|
17767
|
+
function create_fragment$a(ctx) {
|
|
17778
17768
|
let button;
|
|
17779
17769
|
let slot;
|
|
17780
17770
|
let t;
|
|
@@ -17829,7 +17819,7 @@
|
|
|
17829
17819
|
};
|
|
17830
17820
|
}
|
|
17831
17821
|
|
|
17832
|
-
function instance$
|
|
17822
|
+
function instance$8($$self, $$props, $$invalidate) {
|
|
17833
17823
|
let {
|
|
17834
17824
|
direction = "none"
|
|
17835
17825
|
} = $$props;
|
|
@@ -17849,7 +17839,7 @@
|
|
|
17849
17839
|
target: this.shadowRoot,
|
|
17850
17840
|
props: attribute_to_object(this.attributes),
|
|
17851
17841
|
customElement: true
|
|
17852
|
-
}, instance$
|
|
17842
|
+
}, instance$8, create_fragment$a, safe_not_equal, {
|
|
17853
17843
|
direction: 0
|
|
17854
17844
|
}, null);
|
|
17855
17845
|
|
|
@@ -17885,7 +17875,7 @@
|
|
|
17885
17875
|
customElements.define("goa-table-sort-header", TableSortHeader);
|
|
17886
17876
|
/* libs/web-components/src/components/text-area/TextArea.svelte generated by Svelte v3.51.0 */
|
|
17887
17877
|
|
|
17888
|
-
function create_fragment$
|
|
17878
|
+
function create_fragment$9(ctx) {
|
|
17889
17879
|
let div;
|
|
17890
17880
|
let textarea;
|
|
17891
17881
|
let textarea_aria_label_value;
|
|
@@ -18066,7 +18056,7 @@
|
|
|
18066
18056
|
};
|
|
18067
18057
|
}
|
|
18068
18058
|
|
|
18069
|
-
function instance$
|
|
18059
|
+
function instance$7($$self, $$props, $$invalidate) {
|
|
18070
18060
|
let isError;
|
|
18071
18061
|
let isDisabled;
|
|
18072
18062
|
let isReadonly;
|
|
@@ -18183,7 +18173,7 @@
|
|
|
18183
18173
|
target: this.shadowRoot,
|
|
18184
18174
|
props: attribute_to_object(this.attributes),
|
|
18185
18175
|
customElement: true
|
|
18186
|
-
}, instance$
|
|
18176
|
+
}, instance$7, create_fragment$9, safe_not_equal, {
|
|
18187
18177
|
name: 0,
|
|
18188
18178
|
value: 1,
|
|
18189
18179
|
placeholder: 2,
|
|
@@ -18387,7 +18377,7 @@
|
|
|
18387
18377
|
customElements.define("goa-textarea", TextArea);
|
|
18388
18378
|
/* libs/web-components/src/layouts/FullScreenNavbarLayout.svelte generated by Svelte v3.51.0 */
|
|
18389
18379
|
|
|
18390
|
-
function create_fragment$
|
|
18380
|
+
function create_fragment$8(ctx) {
|
|
18391
18381
|
let div;
|
|
18392
18382
|
return {
|
|
18393
18383
|
c() {
|
|
@@ -18431,7 +18421,7 @@
|
|
|
18431
18421
|
target: this.shadowRoot,
|
|
18432
18422
|
props: attribute_to_object(this.attributes),
|
|
18433
18423
|
customElement: true
|
|
18434
|
-
}, null, create_fragment$
|
|
18424
|
+
}, null, create_fragment$8, safe_not_equal, {}, null);
|
|
18435
18425
|
|
|
18436
18426
|
if (options) {
|
|
18437
18427
|
if (options.target) {
|
|
@@ -18445,7 +18435,7 @@
|
|
|
18445
18435
|
customElements.define("goa-layout-full-nav", FullScreenNavbarLayout);
|
|
18446
18436
|
/* libs/web-components/src/layouts/one-column-layout/OneColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18447
18437
|
|
|
18448
|
-
function create_fragment$
|
|
18438
|
+
function create_fragment$7(ctx) {
|
|
18449
18439
|
let div;
|
|
18450
18440
|
return {
|
|
18451
18441
|
c() {
|
|
@@ -18482,7 +18472,7 @@
|
|
|
18482
18472
|
target: this.shadowRoot,
|
|
18483
18473
|
props: attribute_to_object(this.attributes),
|
|
18484
18474
|
customElement: true
|
|
18485
|
-
}, null, create_fragment$
|
|
18475
|
+
}, null, create_fragment$7, safe_not_equal, {}, null);
|
|
18486
18476
|
|
|
18487
18477
|
if (options) {
|
|
18488
18478
|
if (options.target) {
|
|
@@ -18496,7 +18486,7 @@
|
|
|
18496
18486
|
customElements.define("goa-one-column-layout", OneColumnLayout);
|
|
18497
18487
|
/* libs/web-components/src/layouts/two-column-layout/TwoColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18498
18488
|
|
|
18499
|
-
function create_fragment$
|
|
18489
|
+
function create_fragment$6(ctx) {
|
|
18500
18490
|
let div;
|
|
18501
18491
|
let header;
|
|
18502
18492
|
let t0;
|
|
@@ -18566,7 +18556,7 @@
|
|
|
18566
18556
|
};
|
|
18567
18557
|
}
|
|
18568
18558
|
|
|
18569
|
-
function instance$
|
|
18559
|
+
function instance$6($$self, $$props, $$invalidate) {
|
|
18570
18560
|
let {
|
|
18571
18561
|
navcolumnwidth = ""
|
|
18572
18562
|
} = $$props;
|
|
@@ -18590,7 +18580,7 @@
|
|
|
18590
18580
|
target: this.shadowRoot,
|
|
18591
18581
|
props: attribute_to_object(this.attributes),
|
|
18592
18582
|
customElement: true
|
|
18593
|
-
}, instance$
|
|
18583
|
+
}, instance$6, create_fragment$6, safe_not_equal, {
|
|
18594
18584
|
navcolumnwidth: 0,
|
|
18595
18585
|
maxcontentwidth: 1
|
|
18596
18586
|
}, null);
|
|
@@ -18636,6 +18626,172 @@
|
|
|
18636
18626
|
}
|
|
18637
18627
|
|
|
18638
18628
|
customElements.define("goa-two-column-layout", TwoColumnLayout);
|
|
18629
|
+
/* libs/web-components/src/layouts/three-column-layout/ThreeColumnLayout.svelte generated by Svelte v3.51.0 */
|
|
18630
|
+
|
|
18631
|
+
function create_fragment$5(ctx) {
|
|
18632
|
+
let div;
|
|
18633
|
+
let header;
|
|
18634
|
+
let t0;
|
|
18635
|
+
let section;
|
|
18636
|
+
let t3;
|
|
18637
|
+
let footer;
|
|
18638
|
+
let div_style_value;
|
|
18639
|
+
return {
|
|
18640
|
+
c() {
|
|
18641
|
+
div = element("div");
|
|
18642
|
+
header = element("header");
|
|
18643
|
+
header.innerHTML = `<slot name="header"></slot>`;
|
|
18644
|
+
t0 = space();
|
|
18645
|
+
section = element("section");
|
|
18646
|
+
section.innerHTML = `<nav class="nav"><slot name="nav"></slot></nav>
|
|
18647
|
+
|
|
18648
|
+
<main><slot></slot></main>
|
|
18649
|
+
|
|
18650
|
+
<nav class="nav sidebar"><slot name="sidebar"></slot></nav>`;
|
|
18651
|
+
t3 = space();
|
|
18652
|
+
footer = element("footer");
|
|
18653
|
+
footer.innerHTML = `<slot name="footer"></slot>`;
|
|
18654
|
+
this.c = noop;
|
|
18655
|
+
attr(header, "class", "header");
|
|
18656
|
+
attr(section, "class", "content");
|
|
18657
|
+
attr(footer, "class", "footer");
|
|
18658
|
+
attr(div, "class", "page");
|
|
18659
|
+
attr(div, "style", div_style_value = `
|
|
18660
|
+
--max-content-width: ${
|
|
18661
|
+
/*maxcontentwidth*/
|
|
18662
|
+
ctx[2] || "100%"};
|
|
18663
|
+
--nav-column-width: ${
|
|
18664
|
+
/*leftcolumnwidth*/
|
|
18665
|
+
ctx[0] || "256px"};
|
|
18666
|
+
--sidebar-column-width: ${
|
|
18667
|
+
/*rightcolumnwidth*/
|
|
18668
|
+
ctx[1] || "256px"}
|
|
18669
|
+
`);
|
|
18670
|
+
},
|
|
18671
|
+
|
|
18672
|
+
m(target, anchor) {
|
|
18673
|
+
insert(target, div, anchor);
|
|
18674
|
+
append(div, header);
|
|
18675
|
+
append(div, t0);
|
|
18676
|
+
append(div, section);
|
|
18677
|
+
append(div, t3);
|
|
18678
|
+
append(div, footer);
|
|
18679
|
+
},
|
|
18680
|
+
|
|
18681
|
+
p(ctx, [dirty]) {
|
|
18682
|
+
if (dirty &
|
|
18683
|
+
/*maxcontentwidth, leftcolumnwidth, rightcolumnwidth*/
|
|
18684
|
+
7 && div_style_value !== (div_style_value = `
|
|
18685
|
+
--max-content-width: ${
|
|
18686
|
+
/*maxcontentwidth*/
|
|
18687
|
+
ctx[2] || "100%"};
|
|
18688
|
+
--nav-column-width: ${
|
|
18689
|
+
/*leftcolumnwidth*/
|
|
18690
|
+
ctx[0] || "256px"};
|
|
18691
|
+
--sidebar-column-width: ${
|
|
18692
|
+
/*rightcolumnwidth*/
|
|
18693
|
+
ctx[1] || "256px"}
|
|
18694
|
+
`)) {
|
|
18695
|
+
attr(div, "style", div_style_value);
|
|
18696
|
+
}
|
|
18697
|
+
},
|
|
18698
|
+
|
|
18699
|
+
i: noop,
|
|
18700
|
+
o: noop,
|
|
18701
|
+
|
|
18702
|
+
d(detaching) {
|
|
18703
|
+
if (detaching) detach(div);
|
|
18704
|
+
}
|
|
18705
|
+
|
|
18706
|
+
};
|
|
18707
|
+
}
|
|
18708
|
+
|
|
18709
|
+
function instance$5($$self, $$props, $$invalidate) {
|
|
18710
|
+
let {
|
|
18711
|
+
leftcolumnwidth
|
|
18712
|
+
} = $$props;
|
|
18713
|
+
let {
|
|
18714
|
+
rightcolumnwidth
|
|
18715
|
+
} = $$props;
|
|
18716
|
+
let {
|
|
18717
|
+
maxcontentwidth
|
|
18718
|
+
} = $$props;
|
|
18719
|
+
|
|
18720
|
+
$$self.$$set = $$props => {
|
|
18721
|
+
if ('leftcolumnwidth' in $$props) $$invalidate(0, leftcolumnwidth = $$props.leftcolumnwidth);
|
|
18722
|
+
if ('rightcolumnwidth' in $$props) $$invalidate(1, rightcolumnwidth = $$props.rightcolumnwidth);
|
|
18723
|
+
if ('maxcontentwidth' in $$props) $$invalidate(2, maxcontentwidth = $$props.maxcontentwidth);
|
|
18724
|
+
};
|
|
18725
|
+
|
|
18726
|
+
return [leftcolumnwidth, rightcolumnwidth, maxcontentwidth];
|
|
18727
|
+
}
|
|
18728
|
+
|
|
18729
|
+
class ThreeColumnLayout extends SvelteElement {
|
|
18730
|
+
constructor(options) {
|
|
18731
|
+
super();
|
|
18732
|
+
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>`;
|
|
18733
|
+
init(this, {
|
|
18734
|
+
target: this.shadowRoot,
|
|
18735
|
+
props: attribute_to_object(this.attributes),
|
|
18736
|
+
customElement: true
|
|
18737
|
+
}, instance$5, create_fragment$5, safe_not_equal, {
|
|
18738
|
+
leftcolumnwidth: 0,
|
|
18739
|
+
rightcolumnwidth: 1,
|
|
18740
|
+
maxcontentwidth: 2
|
|
18741
|
+
}, null);
|
|
18742
|
+
|
|
18743
|
+
if (options) {
|
|
18744
|
+
if (options.target) {
|
|
18745
|
+
insert(options.target, this, options.anchor);
|
|
18746
|
+
}
|
|
18747
|
+
|
|
18748
|
+
if (options.props) {
|
|
18749
|
+
this.$set(options.props);
|
|
18750
|
+
flush();
|
|
18751
|
+
}
|
|
18752
|
+
}
|
|
18753
|
+
}
|
|
18754
|
+
|
|
18755
|
+
static get observedAttributes() {
|
|
18756
|
+
return ["leftcolumnwidth", "rightcolumnwidth", "maxcontentwidth"];
|
|
18757
|
+
}
|
|
18758
|
+
|
|
18759
|
+
get leftcolumnwidth() {
|
|
18760
|
+
return this.$$.ctx[0];
|
|
18761
|
+
}
|
|
18762
|
+
|
|
18763
|
+
set leftcolumnwidth(leftcolumnwidth) {
|
|
18764
|
+
this.$$set({
|
|
18765
|
+
leftcolumnwidth
|
|
18766
|
+
});
|
|
18767
|
+
flush();
|
|
18768
|
+
}
|
|
18769
|
+
|
|
18770
|
+
get rightcolumnwidth() {
|
|
18771
|
+
return this.$$.ctx[1];
|
|
18772
|
+
}
|
|
18773
|
+
|
|
18774
|
+
set rightcolumnwidth(rightcolumnwidth) {
|
|
18775
|
+
this.$$set({
|
|
18776
|
+
rightcolumnwidth
|
|
18777
|
+
});
|
|
18778
|
+
flush();
|
|
18779
|
+
}
|
|
18780
|
+
|
|
18781
|
+
get maxcontentwidth() {
|
|
18782
|
+
return this.$$.ctx[2];
|
|
18783
|
+
}
|
|
18784
|
+
|
|
18785
|
+
set maxcontentwidth(maxcontentwidth) {
|
|
18786
|
+
this.$$set({
|
|
18787
|
+
maxcontentwidth
|
|
18788
|
+
});
|
|
18789
|
+
flush();
|
|
18790
|
+
}
|
|
18791
|
+
|
|
18792
|
+
}
|
|
18793
|
+
|
|
18794
|
+
customElements.define("goa-three-column-layout", ThreeColumnLayout);
|
|
18639
18795
|
/* libs/web-components/src/components/form-stepper/FormStepper.svelte generated by Svelte v3.51.0 */
|
|
18640
18796
|
|
|
18641
18797
|
function create_if_block$3(ctx) {
|
|
@@ -22920,6 +23076,32 @@
|
|
|
22920
23076
|
}), void 0);
|
|
22921
23077
|
}
|
|
22922
23078
|
|
|
23079
|
+
function GoAThreeColumnLayout(props) {
|
|
23080
|
+
return jsxRuntime.jsxs("goa-three-column-layout", __assign({
|
|
23081
|
+
leftcolumnwidth: props.leftColumnWidth,
|
|
23082
|
+
rightcolumnwidth: props.rightColumnWidth,
|
|
23083
|
+
maxcontentwidth: props.maxContentWidth
|
|
23084
|
+
}, {
|
|
23085
|
+
children: [props.header && jsxRuntime.jsx("div", __assign({
|
|
23086
|
+
slot: "header"
|
|
23087
|
+
}, {
|
|
23088
|
+
children: props.header
|
|
23089
|
+
}), void 0), props.nav && jsxRuntime.jsx("div", __assign({
|
|
23090
|
+
slot: "nav"
|
|
23091
|
+
}, {
|
|
23092
|
+
children: props.nav
|
|
23093
|
+
}), void 0), props.sidebar && jsxRuntime.jsx("div", __assign({
|
|
23094
|
+
slot: "sidebar"
|
|
23095
|
+
}, {
|
|
23096
|
+
children: props.sidebar
|
|
23097
|
+
}), void 0), props.children, props.footer && jsxRuntime.jsx("div", __assign({
|
|
23098
|
+
slot: "footer"
|
|
23099
|
+
}, {
|
|
23100
|
+
children: props.footer
|
|
23101
|
+
}), void 0)]
|
|
23102
|
+
}), void 0);
|
|
23103
|
+
}
|
|
23104
|
+
|
|
22923
23105
|
exports.GoAAccordion = GoAAccordion;
|
|
22924
23106
|
exports.GoAAppFooter = GoAAppFooter;
|
|
22925
23107
|
exports.GoAAppFooterMetaSection = GoAAppFooterMetaSection;
|
|
@@ -22982,6 +23164,7 @@
|
|
|
22982
23164
|
exports.GoASuccessBadge = GoASuccessBadge;
|
|
22983
23165
|
exports.GoATable = GoATable;
|
|
22984
23166
|
exports.GoATextArea = GoATextArea;
|
|
23167
|
+
exports.GoAThreeColumnLayout = GoAThreeColumnLayout;
|
|
22985
23168
|
exports.GoATwoColumnLayout = GoATwoColumnLayout;
|
|
22986
23169
|
|
|
22987
23170
|
Object.defineProperty(exports, '__esModule', { value: true });
|