@abgov/react-components 4.0.0-alpha.109 → 4.0.0-alpha.110
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/lib/table/table.d.ts +2 -0
- package/package.json +1 -1
- package/react-components.esm.js +417 -179
- package/react-components.umd.js +416 -179
package/react-components.umd.js
CHANGED
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
/* libs/web-components/src/components/accordion/Accordion.svelte generated by Svelte v3.51.0 */
|
|
1125
1125
|
|
|
1126
1126
|
|
|
1127
|
-
function create_fragment$
|
|
1127
|
+
function create_fragment$I(ctx) {
|
|
1128
1128
|
let div3;
|
|
1129
1129
|
let details;
|
|
1130
1130
|
let summary;
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
};
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
|
-
function instance$
|
|
1330
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
1331
1331
|
let isOpen;
|
|
1332
1332
|
const [HeadingSizes, validateHeadingSize] = typeValidator("Accordion heading size", ["small", "medium"]);
|
|
1333
1333
|
let {
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
target: this.shadowRoot,
|
|
1406
1406
|
props: attribute_to_object(this.attributes),
|
|
1407
1407
|
customElement: true
|
|
1408
|
-
}, instance$
|
|
1408
|
+
}, instance$C, create_fragment$I, safe_not_equal, {
|
|
1409
1409
|
open: 10,
|
|
1410
1410
|
heading: 0,
|
|
1411
1411
|
secondarytext: 1,
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
customElements.define("goa-accordion", Accordion);
|
|
1538
1538
|
/* libs/web-components/src/components/app-header/AppHeader.svelte generated by Svelte v3.51.0 */
|
|
1539
1539
|
|
|
1540
|
-
function create_else_block$
|
|
1540
|
+
function create_else_block$5(ctx) {
|
|
1541
1541
|
let div;
|
|
1542
1542
|
let img0;
|
|
1543
1543
|
let img0_src_value;
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
} // (19:4) {#if url}
|
|
1595
1595
|
|
|
1596
1596
|
|
|
1597
|
-
function create_if_block$
|
|
1597
|
+
function create_if_block$j(ctx) {
|
|
1598
1598
|
let a;
|
|
1599
1599
|
let img0;
|
|
1600
1600
|
let img0_src_value;
|
|
@@ -1661,7 +1661,7 @@
|
|
|
1661
1661
|
};
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
-
function create_fragment$
|
|
1664
|
+
function create_fragment$H(ctx) {
|
|
1665
1665
|
let div2;
|
|
1666
1666
|
let div1;
|
|
1667
1667
|
let t;
|
|
@@ -1671,8 +1671,8 @@
|
|
|
1671
1671
|
function select_block_type(ctx, dirty) {
|
|
1672
1672
|
if (
|
|
1673
1673
|
/*url*/
|
|
1674
|
-
ctx[1]) return create_if_block$
|
|
1675
|
-
return create_else_block$
|
|
1674
|
+
ctx[1]) return create_if_block$j;
|
|
1675
|
+
return create_else_block$5;
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
1678
|
let current_block_type = select_block_type(ctx);
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
};
|
|
1746
1746
|
}
|
|
1747
1747
|
|
|
1748
|
-
function instance$
|
|
1748
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
1749
1749
|
let {
|
|
1750
1750
|
heading = ""
|
|
1751
1751
|
} = $$props;
|
|
@@ -1777,7 +1777,7 @@
|
|
|
1777
1777
|
target: this.shadowRoot,
|
|
1778
1778
|
props: attribute_to_object(this.attributes),
|
|
1779
1779
|
customElement: true
|
|
1780
|
-
}, instance$
|
|
1780
|
+
}, instance$B, create_fragment$H, safe_not_equal, {
|
|
1781
1781
|
heading: 0,
|
|
1782
1782
|
url: 1,
|
|
1783
1783
|
testid: 2,
|
|
@@ -1849,7 +1849,7 @@
|
|
|
1849
1849
|
customElements.define("goa-app-header", AppHeader);
|
|
1850
1850
|
/* libs/web-components/src/components/badge/Badge.svelte generated by Svelte v3.51.0 */
|
|
1851
1851
|
|
|
1852
|
-
function create_else_block$
|
|
1852
|
+
function create_else_block$4(ctx) {
|
|
1853
1853
|
let div;
|
|
1854
1854
|
return {
|
|
1855
1855
|
c() {
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
} // (50:2) {#if content}
|
|
1906
1906
|
|
|
1907
1907
|
|
|
1908
|
-
function create_if_block$
|
|
1908
|
+
function create_if_block$i(ctx) {
|
|
1909
1909
|
let div;
|
|
1910
1910
|
let t;
|
|
1911
1911
|
return {
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
};
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
|
-
function create_fragment$
|
|
1940
|
+
function create_fragment$G(ctx) {
|
|
1941
1941
|
let div;
|
|
1942
1942
|
let t;
|
|
1943
1943
|
let div_style_value;
|
|
@@ -1947,14 +1947,14 @@
|
|
|
1947
1947
|
if (
|
|
1948
1948
|
/*showIcon*/
|
|
1949
1949
|
ctx[7]) return create_if_block_1$a;
|
|
1950
|
-
return create_else_block$
|
|
1950
|
+
return create_else_block$4;
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
1953
|
let current_block_type = select_block_type(ctx);
|
|
1954
1954
|
let if_block0 = current_block_type(ctx);
|
|
1955
1955
|
let if_block1 =
|
|
1956
1956
|
/*content*/
|
|
1957
|
-
ctx[2] && create_if_block$
|
|
1957
|
+
ctx[2] && create_if_block$i(ctx);
|
|
1958
1958
|
return {
|
|
1959
1959
|
c() {
|
|
1960
1960
|
div = element("div");
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
if (if_block1) {
|
|
2012
2012
|
if_block1.p(ctx, dirty);
|
|
2013
2013
|
} else {
|
|
2014
|
-
if_block1 = create_if_block$
|
|
2014
|
+
if_block1 = create_if_block$i(ctx);
|
|
2015
2015
|
if_block1.c();
|
|
2016
2016
|
if_block1.m(div, null);
|
|
2017
2017
|
}
|
|
@@ -2073,7 +2073,7 @@
|
|
|
2073
2073
|
};
|
|
2074
2074
|
}
|
|
2075
2075
|
|
|
2076
|
-
function instance$
|
|
2076
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
2077
2077
|
let showIcon;
|
|
2078
2078
|
let iconType;
|
|
2079
2079
|
const [Types, validateType] = typeValidator("Badge type", ["success", "important", "information", "emergency", "dark", "midtone", "light"], true);
|
|
@@ -2153,7 +2153,7 @@
|
|
|
2153
2153
|
target: this.shadowRoot,
|
|
2154
2154
|
props: attribute_to_object(this.attributes),
|
|
2155
2155
|
customElement: true
|
|
2156
|
-
}, instance$
|
|
2156
|
+
}, instance$A, create_fragment$G, safe_not_equal, {
|
|
2157
2157
|
type: 0,
|
|
2158
2158
|
testid: 1,
|
|
2159
2159
|
content: 2,
|
|
@@ -2273,7 +2273,7 @@
|
|
|
2273
2273
|
customElements.define("goa-badge", Badge);
|
|
2274
2274
|
/* libs/web-components/src/components/block/Block.svelte generated by Svelte v3.51.0 */
|
|
2275
2275
|
|
|
2276
|
-
function create_fragment$
|
|
2276
|
+
function create_fragment$F(ctx) {
|
|
2277
2277
|
let div;
|
|
2278
2278
|
let slot;
|
|
2279
2279
|
let div_style_value;
|
|
@@ -2347,7 +2347,7 @@
|
|
|
2347
2347
|
};
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
|
-
function instance$
|
|
2350
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
2351
2351
|
let {
|
|
2352
2352
|
gap = "m"
|
|
2353
2353
|
} = $$props;
|
|
@@ -2391,7 +2391,7 @@
|
|
|
2391
2391
|
target: this.shadowRoot,
|
|
2392
2392
|
props: attribute_to_object(this.attributes),
|
|
2393
2393
|
customElement: true
|
|
2394
|
-
}, instance$
|
|
2394
|
+
}, instance$z, create_fragment$F, safe_not_equal, {
|
|
2395
2395
|
gap: 0,
|
|
2396
2396
|
direction: 1,
|
|
2397
2397
|
alignment: 2,
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
customElements.define("goa-block", Block);
|
|
2500
2500
|
/* libs/web-components/src/components/button/Button.svelte generated by Svelte v3.51.0 */
|
|
2501
2501
|
|
|
2502
|
-
function create_else_block$
|
|
2502
|
+
function create_else_block$3(ctx) {
|
|
2503
2503
|
let t0;
|
|
2504
2504
|
let span;
|
|
2505
2505
|
let t1;
|
|
@@ -2576,7 +2576,7 @@
|
|
|
2576
2576
|
} // (46:2) {#if type === "start"}
|
|
2577
2577
|
|
|
2578
2578
|
|
|
2579
|
-
function create_if_block$
|
|
2579
|
+
function create_if_block$h(ctx) {
|
|
2580
2580
|
let span;
|
|
2581
2581
|
let t;
|
|
2582
2582
|
let goa_icon;
|
|
@@ -2697,7 +2697,7 @@
|
|
|
2697
2697
|
};
|
|
2698
2698
|
}
|
|
2699
2699
|
|
|
2700
|
-
function create_fragment$
|
|
2700
|
+
function create_fragment$E(ctx) {
|
|
2701
2701
|
let button;
|
|
2702
2702
|
let button_class_value;
|
|
2703
2703
|
let button_style_value;
|
|
@@ -2707,8 +2707,8 @@
|
|
|
2707
2707
|
function select_block_type(ctx, dirty) {
|
|
2708
2708
|
if (
|
|
2709
2709
|
/*type*/
|
|
2710
|
-
ctx[0] === "start") return create_if_block$
|
|
2711
|
-
return create_else_block$
|
|
2710
|
+
ctx[0] === "start") return create_if_block$h;
|
|
2711
|
+
return create_else_block$3;
|
|
2712
2712
|
}
|
|
2713
2713
|
|
|
2714
2714
|
let current_block_type = select_block_type(ctx);
|
|
@@ -2851,7 +2851,7 @@
|
|
|
2851
2851
|
};
|
|
2852
2852
|
}
|
|
2853
2853
|
|
|
2854
|
-
function instance$
|
|
2854
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
2855
2855
|
let isDisabled;
|
|
2856
2856
|
let isButtonDark;
|
|
2857
2857
|
const [Types, validateType] = typeValidator("Button type", ["primary", "submit", "secondary", "tertiary", "start"], true);
|
|
@@ -2946,7 +2946,7 @@
|
|
|
2946
2946
|
target: this.shadowRoot,
|
|
2947
2947
|
props: attribute_to_object(this.attributes),
|
|
2948
2948
|
customElement: true
|
|
2949
|
-
}, instance$
|
|
2949
|
+
}, instance$y, create_fragment$E, safe_not_equal, {
|
|
2950
2950
|
type: 0,
|
|
2951
2951
|
size: 1,
|
|
2952
2952
|
variant: 2,
|
|
@@ -3102,7 +3102,7 @@
|
|
|
3102
3102
|
customElements.define("goa-button", Button);
|
|
3103
3103
|
/* libs/web-components/src/components/button-group/ButtonGroup.svelte generated by Svelte v3.51.0 */
|
|
3104
3104
|
|
|
3105
|
-
function create_fragment$
|
|
3105
|
+
function create_fragment$D(ctx) {
|
|
3106
3106
|
let div;
|
|
3107
3107
|
let slot;
|
|
3108
3108
|
let div_style_value;
|
|
@@ -3172,7 +3172,7 @@
|
|
|
3172
3172
|
};
|
|
3173
3173
|
}
|
|
3174
3174
|
|
|
3175
|
-
function instance$
|
|
3175
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
3176
3176
|
let _alignment;
|
|
3177
3177
|
|
|
3178
3178
|
let {
|
|
@@ -3236,7 +3236,7 @@
|
|
|
3236
3236
|
target: this.shadowRoot,
|
|
3237
3237
|
props: attribute_to_object(this.attributes),
|
|
3238
3238
|
customElement: true
|
|
3239
|
-
}, instance$
|
|
3239
|
+
}, instance$x, create_fragment$D, safe_not_equal, {
|
|
3240
3240
|
alignment: 7,
|
|
3241
3241
|
gap: 0,
|
|
3242
3242
|
testid: 1,
|
|
@@ -3344,7 +3344,7 @@
|
|
|
3344
3344
|
customElements.define("goa-button-group", ButtonGroup);
|
|
3345
3345
|
/* libs/web-components/src/components/callout/Callout.svelte generated by Svelte v3.51.0 */
|
|
3346
3346
|
|
|
3347
|
-
function create_if_block$
|
|
3347
|
+
function create_if_block$g(ctx) {
|
|
3348
3348
|
let h3;
|
|
3349
3349
|
let t;
|
|
3350
3350
|
return {
|
|
@@ -3375,7 +3375,7 @@
|
|
|
3375
3375
|
};
|
|
3376
3376
|
}
|
|
3377
3377
|
|
|
3378
|
-
function create_fragment$
|
|
3378
|
+
function create_fragment$C(ctx) {
|
|
3379
3379
|
let div;
|
|
3380
3380
|
let span0;
|
|
3381
3381
|
let goa_icon;
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
let div_style_value;
|
|
3389
3389
|
let if_block =
|
|
3390
3390
|
/*heading*/
|
|
3391
|
-
ctx[5] && create_if_block$
|
|
3391
|
+
ctx[5] && create_if_block$g(ctx);
|
|
3392
3392
|
return {
|
|
3393
3393
|
c() {
|
|
3394
3394
|
div = element("div");
|
|
@@ -3467,7 +3467,7 @@
|
|
|
3467
3467
|
if (if_block) {
|
|
3468
3468
|
if_block.p(ctx, dirty);
|
|
3469
3469
|
} else {
|
|
3470
|
-
if_block = create_if_block$
|
|
3470
|
+
if_block = create_if_block$g(ctx);
|
|
3471
3471
|
if_block.c();
|
|
3472
3472
|
if_block.m(span1, t1);
|
|
3473
3473
|
}
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
};
|
|
3511
3511
|
}
|
|
3512
3512
|
|
|
3513
|
-
function instance$
|
|
3513
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
3514
3514
|
let iconType;
|
|
3515
3515
|
const [Types, validateType] = typeValidator("Callout type", ["emergency", "important", "information", "event", "success"], true);
|
|
3516
3516
|
let {
|
|
@@ -3567,7 +3567,7 @@
|
|
|
3567
3567
|
target: this.shadowRoot,
|
|
3568
3568
|
props: attribute_to_object(this.attributes),
|
|
3569
3569
|
customElement: true
|
|
3570
|
-
}, instance$
|
|
3570
|
+
}, instance$w, create_fragment$C, safe_not_equal, {
|
|
3571
3571
|
mt: 0,
|
|
3572
3572
|
mr: 1,
|
|
3573
3573
|
mb: 2,
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
customElements.define("goa-callout", Callout);
|
|
3676
3676
|
/* libs/web-components/src/components/card-actions/CardActions.svelte generated by Svelte v3.51.0 */
|
|
3677
3677
|
|
|
3678
|
-
function create_fragment$
|
|
3678
|
+
function create_fragment$B(ctx) {
|
|
3679
3679
|
let goa_card_content;
|
|
3680
3680
|
return {
|
|
3681
3681
|
c() {
|
|
@@ -3706,7 +3706,7 @@
|
|
|
3706
3706
|
target: this.shadowRoot,
|
|
3707
3707
|
props: attribute_to_object(this.attributes),
|
|
3708
3708
|
customElement: true
|
|
3709
|
-
}, null, create_fragment$
|
|
3709
|
+
}, null, create_fragment$B, safe_not_equal, {}, null);
|
|
3710
3710
|
|
|
3711
3711
|
if (options) {
|
|
3712
3712
|
if (options.target) {
|
|
@@ -3720,7 +3720,7 @@
|
|
|
3720
3720
|
customElements.define("goa-card-actions", CardActions);
|
|
3721
3721
|
/* libs/web-components/src/components/card/Card.svelte generated by Svelte v3.51.0 */
|
|
3722
3722
|
|
|
3723
|
-
function create_fragment$
|
|
3723
|
+
function create_fragment$A(ctx) {
|
|
3724
3724
|
let div;
|
|
3725
3725
|
let slot;
|
|
3726
3726
|
let div_style_value;
|
|
@@ -3799,7 +3799,7 @@
|
|
|
3799
3799
|
};
|
|
3800
3800
|
}
|
|
3801
3801
|
|
|
3802
|
-
function instance$
|
|
3802
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
3803
3803
|
let {
|
|
3804
3804
|
elevation = 0
|
|
3805
3805
|
} = $$props;
|
|
@@ -3847,7 +3847,7 @@
|
|
|
3847
3847
|
target: this.shadowRoot,
|
|
3848
3848
|
props: attribute_to_object(this.attributes),
|
|
3849
3849
|
customElement: true
|
|
3850
|
-
}, instance$
|
|
3850
|
+
}, instance$v, create_fragment$A, safe_not_equal, {
|
|
3851
3851
|
elevation: 0,
|
|
3852
3852
|
width: 1,
|
|
3853
3853
|
height: 2,
|
|
@@ -3967,7 +3967,7 @@
|
|
|
3967
3967
|
customElements.define("goa-card", Card);
|
|
3968
3968
|
/* libs/web-components/src/components/card-content/CardContent.svelte generated by Svelte v3.51.0 */
|
|
3969
3969
|
|
|
3970
|
-
function create_fragment$
|
|
3970
|
+
function create_fragment$z(ctx) {
|
|
3971
3971
|
let div;
|
|
3972
3972
|
return {
|
|
3973
3973
|
c() {
|
|
@@ -4000,7 +4000,7 @@
|
|
|
4000
4000
|
target: this.shadowRoot,
|
|
4001
4001
|
props: attribute_to_object(this.attributes),
|
|
4002
4002
|
customElement: true
|
|
4003
|
-
}, null, create_fragment$
|
|
4003
|
+
}, null, create_fragment$z, safe_not_equal, {}, null);
|
|
4004
4004
|
|
|
4005
4005
|
if (options) {
|
|
4006
4006
|
if (options.target) {
|
|
@@ -4014,7 +4014,7 @@
|
|
|
4014
4014
|
customElements.define("goa-card-content", CardContent);
|
|
4015
4015
|
/* libs/web-components/src/components/card-group/CardGroup.svelte generated by Svelte v3.51.0 */
|
|
4016
4016
|
|
|
4017
|
-
function create_fragment$
|
|
4017
|
+
function create_fragment$y(ctx) {
|
|
4018
4018
|
let div;
|
|
4019
4019
|
return {
|
|
4020
4020
|
c() {
|
|
@@ -4047,7 +4047,7 @@
|
|
|
4047
4047
|
target: this.shadowRoot,
|
|
4048
4048
|
props: attribute_to_object(this.attributes),
|
|
4049
4049
|
customElement: true
|
|
4050
|
-
}, null, create_fragment$
|
|
4050
|
+
}, null, create_fragment$y, safe_not_equal, {}, null);
|
|
4051
4051
|
|
|
4052
4052
|
if (options) {
|
|
4053
4053
|
if (options.target) {
|
|
@@ -4061,7 +4061,7 @@
|
|
|
4061
4061
|
customElements.define("goa-card-group", CardGroup);
|
|
4062
4062
|
/* libs/web-components/src/components/card-image/CardImage.svelte generated by Svelte v3.51.0 */
|
|
4063
4063
|
|
|
4064
|
-
function create_fragment$
|
|
4064
|
+
function create_fragment$x(ctx) {
|
|
4065
4065
|
let div;
|
|
4066
4066
|
return {
|
|
4067
4067
|
c() {
|
|
@@ -4109,7 +4109,7 @@
|
|
|
4109
4109
|
};
|
|
4110
4110
|
}
|
|
4111
4111
|
|
|
4112
|
-
function instance$
|
|
4112
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
4113
4113
|
let {
|
|
4114
4114
|
src
|
|
4115
4115
|
} = $$props;
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
target: this.shadowRoot,
|
|
4134
4134
|
props: attribute_to_object(this.attributes),
|
|
4135
4135
|
customElement: true
|
|
4136
|
-
}, instance$
|
|
4136
|
+
}, instance$u, create_fragment$x, safe_not_equal, {
|
|
4137
4137
|
src: 0,
|
|
4138
4138
|
height: 1
|
|
4139
4139
|
}, null);
|
|
@@ -4208,7 +4208,7 @@
|
|
|
4208
4208
|
} // (68:4) {#if isIndeterminate}
|
|
4209
4209
|
|
|
4210
4210
|
|
|
4211
|
-
function create_if_block$
|
|
4211
|
+
function create_if_block$f(ctx) {
|
|
4212
4212
|
let svg;
|
|
4213
4213
|
let rect;
|
|
4214
4214
|
return {
|
|
@@ -4235,7 +4235,7 @@
|
|
|
4235
4235
|
};
|
|
4236
4236
|
}
|
|
4237
4237
|
|
|
4238
|
-
function create_fragment$
|
|
4238
|
+
function create_fragment$w(ctx) {
|
|
4239
4239
|
let label;
|
|
4240
4240
|
let div0;
|
|
4241
4241
|
let input;
|
|
@@ -4253,7 +4253,7 @@
|
|
|
4253
4253
|
function select_block_type(ctx, dirty) {
|
|
4254
4254
|
if (
|
|
4255
4255
|
/*isIndeterminate*/
|
|
4256
|
-
ctx[10]) return create_if_block$
|
|
4256
|
+
ctx[10]) return create_if_block$f;
|
|
4257
4257
|
if (
|
|
4258
4258
|
/*isChecked*/
|
|
4259
4259
|
ctx[9]) return create_if_block_1$8;
|
|
@@ -4484,7 +4484,7 @@
|
|
|
4484
4484
|
};
|
|
4485
4485
|
}
|
|
4486
4486
|
|
|
4487
|
-
function instance$
|
|
4487
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
4488
4488
|
let isDisabled;
|
|
4489
4489
|
let isError;
|
|
4490
4490
|
let isChecked;
|
|
@@ -4599,7 +4599,7 @@
|
|
|
4599
4599
|
target: this.shadowRoot,
|
|
4600
4600
|
props: attribute_to_object(this.attributes),
|
|
4601
4601
|
customElement: true
|
|
4602
|
-
}, instance$
|
|
4602
|
+
}, instance$t, create_fragment$w, safe_not_equal, {
|
|
4603
4603
|
name: 0,
|
|
4604
4604
|
checked: 14,
|
|
4605
4605
|
text: 1,
|
|
@@ -4801,7 +4801,7 @@
|
|
|
4801
4801
|
} // (54:2) {#if _deletable}
|
|
4802
4802
|
|
|
4803
4803
|
|
|
4804
|
-
function create_if_block$
|
|
4804
|
+
function create_if_block$e(ctx) {
|
|
4805
4805
|
let goa_icon;
|
|
4806
4806
|
let goa_icon_fillcolor_value;
|
|
4807
4807
|
let goa_icon_opacity_value;
|
|
@@ -4857,7 +4857,7 @@
|
|
|
4857
4857
|
};
|
|
4858
4858
|
}
|
|
4859
4859
|
|
|
4860
|
-
function create_fragment$
|
|
4860
|
+
function create_fragment$v(ctx) {
|
|
4861
4861
|
let div1;
|
|
4862
4862
|
let t0;
|
|
4863
4863
|
let div0;
|
|
@@ -4871,7 +4871,7 @@
|
|
|
4871
4871
|
ctx[4] && create_if_block_1$7(ctx);
|
|
4872
4872
|
let if_block1 =
|
|
4873
4873
|
/*_deletable*/
|
|
4874
|
-
ctx[11] && create_if_block$
|
|
4874
|
+
ctx[11] && create_if_block$e(ctx);
|
|
4875
4875
|
return {
|
|
4876
4876
|
c() {
|
|
4877
4877
|
div1 = element("div");
|
|
@@ -4966,7 +4966,7 @@
|
|
|
4966
4966
|
if (if_block1) {
|
|
4967
4967
|
if_block1.p(ctx, dirty);
|
|
4968
4968
|
} else {
|
|
4969
|
-
if_block1 = create_if_block$
|
|
4969
|
+
if_block1 = create_if_block$e(ctx);
|
|
4970
4970
|
if_block1.c();
|
|
4971
4971
|
if_block1.m(div1, null);
|
|
4972
4972
|
}
|
|
@@ -5039,7 +5039,7 @@
|
|
|
5039
5039
|
};
|
|
5040
5040
|
}
|
|
5041
5041
|
|
|
5042
|
-
function instance$
|
|
5042
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
5043
5043
|
let {
|
|
5044
5044
|
mt = null
|
|
5045
5045
|
} = $$props;
|
|
@@ -5140,7 +5140,7 @@
|
|
|
5140
5140
|
target: this.shadowRoot,
|
|
5141
5141
|
props: attribute_to_object(this.attributes),
|
|
5142
5142
|
customElement: true
|
|
5143
|
-
}, instance$
|
|
5143
|
+
}, instance$s, create_fragment$v, safe_not_equal, {
|
|
5144
5144
|
mt: 0,
|
|
5145
5145
|
mr: 1,
|
|
5146
5146
|
mb: 2,
|
|
@@ -5397,7 +5397,7 @@
|
|
|
5397
5397
|
/* libs/web-components/src/components/circular-progress/CircularProgress.svelte generated by Svelte v3.51.0 */
|
|
5398
5398
|
|
|
5399
5399
|
|
|
5400
|
-
function create_if_block$
|
|
5400
|
+
function create_if_block$d(ctx) {
|
|
5401
5401
|
let current_block_type_index;
|
|
5402
5402
|
let if_block;
|
|
5403
5403
|
let if_block_anchor;
|
|
@@ -5768,12 +5768,12 @@
|
|
|
5768
5768
|
};
|
|
5769
5769
|
}
|
|
5770
5770
|
|
|
5771
|
-
function create_fragment$
|
|
5771
|
+
function create_fragment$u(ctx) {
|
|
5772
5772
|
let if_block_anchor;
|
|
5773
5773
|
let current;
|
|
5774
5774
|
let if_block =
|
|
5775
5775
|
/*isVisible*/
|
|
5776
|
-
ctx[5] && create_if_block$
|
|
5776
|
+
ctx[5] && create_if_block$d(ctx);
|
|
5777
5777
|
return {
|
|
5778
5778
|
c() {
|
|
5779
5779
|
if (if_block) if_block.c();
|
|
@@ -5800,7 +5800,7 @@
|
|
|
5800
5800
|
transition_in(if_block, 1);
|
|
5801
5801
|
}
|
|
5802
5802
|
} else {
|
|
5803
|
-
if_block = create_if_block$
|
|
5803
|
+
if_block = create_if_block$d(ctx);
|
|
5804
5804
|
if_block.c();
|
|
5805
5805
|
transition_in(if_block, 1);
|
|
5806
5806
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -5833,7 +5833,7 @@
|
|
|
5833
5833
|
};
|
|
5834
5834
|
}
|
|
5835
5835
|
|
|
5836
|
-
function instance$
|
|
5836
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
5837
5837
|
let isVisible;
|
|
5838
5838
|
const [Variants, validateVariant] = typeValidator("Circular progress variant", ["fullscreen", "inline"]);
|
|
5839
5839
|
const [Sizes, validateSize] = typeValidator("Button size", ["small", "large"]);
|
|
@@ -5891,7 +5891,7 @@
|
|
|
5891
5891
|
target: this.shadowRoot,
|
|
5892
5892
|
props: attribute_to_object(this.attributes),
|
|
5893
5893
|
customElement: true
|
|
5894
|
-
}, instance$
|
|
5894
|
+
}, instance$r, create_fragment$u, safe_not_equal, {
|
|
5895
5895
|
variant: 6,
|
|
5896
5896
|
size: 7,
|
|
5897
5897
|
message: 0,
|
|
@@ -5975,7 +5975,7 @@
|
|
|
5975
5975
|
customElements.define("goa-circular-progress", CircularProgress);
|
|
5976
5976
|
/* libs/web-components/src/components/container/Container.svelte generated by Svelte v3.51.0 */
|
|
5977
5977
|
|
|
5978
|
-
function create_fragment$
|
|
5978
|
+
function create_fragment$t(ctx) {
|
|
5979
5979
|
let div3;
|
|
5980
5980
|
let header;
|
|
5981
5981
|
let div0;
|
|
@@ -6100,7 +6100,7 @@
|
|
|
6100
6100
|
};
|
|
6101
6101
|
}
|
|
6102
6102
|
|
|
6103
|
-
function instance$
|
|
6103
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
6104
6104
|
const [Types, validateType] = typeValidator("Container type", ["interactive", "info", "error", "success", "important", "non-interactive"]);
|
|
6105
6105
|
const [Accents, validateAccent] = typeValidator("Container accent", ["thick", "thin", "filled"]);
|
|
6106
6106
|
const [Paddings, validatePadding] = typeValidator("Container padding", ["relaxed", "compact"]);
|
|
@@ -6156,7 +6156,7 @@
|
|
|
6156
6156
|
target: this.shadowRoot,
|
|
6157
6157
|
props: attribute_to_object(this.attributes),
|
|
6158
6158
|
customElement: true
|
|
6159
|
-
}, instance$
|
|
6159
|
+
}, instance$q, create_fragment$t, safe_not_equal, {
|
|
6160
6160
|
type: 0,
|
|
6161
6161
|
accent: 1,
|
|
6162
6162
|
padding: 2,
|
|
@@ -6276,7 +6276,7 @@
|
|
|
6276
6276
|
customElements.define("goa-container", Container);
|
|
6277
6277
|
/* libs/web-components/src/components/divider/Divider.svelte generated by Svelte v3.51.0 */
|
|
6278
6278
|
|
|
6279
|
-
function create_fragment$
|
|
6279
|
+
function create_fragment$s(ctx) {
|
|
6280
6280
|
let hr;
|
|
6281
6281
|
let hr_style_value;
|
|
6282
6282
|
return {
|
|
@@ -6335,7 +6335,7 @@
|
|
|
6335
6335
|
};
|
|
6336
6336
|
}
|
|
6337
6337
|
|
|
6338
|
-
function instance$
|
|
6338
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
6339
6339
|
let {
|
|
6340
6340
|
testid = ""
|
|
6341
6341
|
} = $$props;
|
|
@@ -6371,7 +6371,7 @@
|
|
|
6371
6371
|
target: this.shadowRoot,
|
|
6372
6372
|
props: attribute_to_object(this.attributes),
|
|
6373
6373
|
customElement: true
|
|
6374
|
-
}, instance$
|
|
6374
|
+
}, instance$p, create_fragment$s, safe_not_equal, {
|
|
6375
6375
|
testid: 0,
|
|
6376
6376
|
mt: 1,
|
|
6377
6377
|
mr: 2,
|
|
@@ -6469,7 +6469,7 @@
|
|
|
6469
6469
|
} // (256:2) {:else}
|
|
6470
6470
|
|
|
6471
6471
|
|
|
6472
|
-
function create_else_block$
|
|
6472
|
+
function create_else_block$2(ctx) {
|
|
6473
6473
|
let t0;
|
|
6474
6474
|
let goa_input;
|
|
6475
6475
|
let goa_input_arialabel_value;
|
|
@@ -6738,7 +6738,7 @@
|
|
|
6738
6738
|
} // (237:2) {#if _native}
|
|
6739
6739
|
|
|
6740
6740
|
|
|
6741
|
-
function create_if_block$
|
|
6741
|
+
function create_if_block$c(ctx) {
|
|
6742
6742
|
let select;
|
|
6743
6743
|
let slot;
|
|
6744
6744
|
let select_aria_label_value;
|
|
@@ -7161,7 +7161,7 @@
|
|
|
7161
7161
|
};
|
|
7162
7162
|
}
|
|
7163
7163
|
|
|
7164
|
-
function create_fragment$
|
|
7164
|
+
function create_fragment$r(ctx) {
|
|
7165
7165
|
let div;
|
|
7166
7166
|
let div_data_testid_value;
|
|
7167
7167
|
let div_style_value;
|
|
@@ -7169,8 +7169,8 @@
|
|
|
7169
7169
|
function select_block_type(ctx, dirty) {
|
|
7170
7170
|
if (
|
|
7171
7171
|
/*_native*/
|
|
7172
|
-
ctx[22]) return create_if_block$
|
|
7173
|
-
return create_else_block$
|
|
7172
|
+
ctx[22]) return create_if_block$c;
|
|
7173
|
+
return create_else_block$2;
|
|
7174
7174
|
}
|
|
7175
7175
|
|
|
7176
7176
|
let current_block_type = select_block_type(ctx);
|
|
@@ -7278,7 +7278,7 @@
|
|
|
7278
7278
|
};
|
|
7279
7279
|
}
|
|
7280
7280
|
|
|
7281
|
-
function instance$
|
|
7281
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
7282
7282
|
const showMenu = _async(function () {
|
|
7283
7283
|
if (_disabled || _isMenuVisible) {
|
|
7284
7284
|
return;
|
|
@@ -7670,7 +7670,7 @@
|
|
|
7670
7670
|
target: this.shadowRoot,
|
|
7671
7671
|
props: attribute_to_object(this.attributes),
|
|
7672
7672
|
customElement: true
|
|
7673
|
-
}, instance$
|
|
7673
|
+
}, instance$o, create_fragment$r, safe_not_equal, {
|
|
7674
7674
|
name: 0,
|
|
7675
7675
|
arialabel: 1,
|
|
7676
7676
|
value: 28,
|
|
@@ -7874,7 +7874,7 @@
|
|
|
7874
7874
|
customElements.define("goa-dropdown", Dropdown);
|
|
7875
7875
|
/* libs/web-components/src/components/dropdown/DropdownItem.svelte generated by Svelte v3.51.0 */
|
|
7876
7876
|
|
|
7877
|
-
function create_fragment$
|
|
7877
|
+
function create_fragment$q(ctx) {
|
|
7878
7878
|
return {
|
|
7879
7879
|
c() {
|
|
7880
7880
|
this.c = noop;
|
|
@@ -7895,7 +7895,7 @@
|
|
|
7895
7895
|
target: this.shadowRoot,
|
|
7896
7896
|
props: attribute_to_object(this.attributes),
|
|
7897
7897
|
customElement: true
|
|
7898
|
-
}, null, create_fragment$
|
|
7898
|
+
}, null, create_fragment$q, safe_not_equal, {}, null);
|
|
7899
7899
|
|
|
7900
7900
|
if (options) {
|
|
7901
7901
|
if (options.target) {
|
|
@@ -7909,7 +7909,7 @@
|
|
|
7909
7909
|
customElements.define("goa-dropdown-item", DropdownItem);
|
|
7910
7910
|
/* libs/web-components/src/components/focus-trap/FocusTrap.svelte generated by Svelte v3.51.0 */
|
|
7911
7911
|
|
|
7912
|
-
function create_fragment$
|
|
7912
|
+
function create_fragment$p(ctx) {
|
|
7913
7913
|
let div;
|
|
7914
7914
|
return {
|
|
7915
7915
|
c() {
|
|
@@ -7970,7 +7970,7 @@
|
|
|
7970
7970
|
}
|
|
7971
7971
|
}
|
|
7972
7972
|
|
|
7973
|
-
function instance$
|
|
7973
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
7974
7974
|
let isActive;
|
|
7975
7975
|
let {
|
|
7976
7976
|
active
|
|
@@ -8139,7 +8139,7 @@
|
|
|
8139
8139
|
target: this.shadowRoot,
|
|
8140
8140
|
props: attribute_to_object(this.attributes),
|
|
8141
8141
|
customElement: true
|
|
8142
|
-
}, instance$
|
|
8142
|
+
}, instance$n, create_fragment$p, safe_not_equal, {
|
|
8143
8143
|
active: 1
|
|
8144
8144
|
}, null);
|
|
8145
8145
|
|
|
@@ -8175,7 +8175,7 @@
|
|
|
8175
8175
|
customElements.define("goa-focus-trap", FocusTrap);
|
|
8176
8176
|
/* libs/web-components/src/components/footer/Footer.svelte generated by Svelte v3.51.0 */
|
|
8177
8177
|
|
|
8178
|
-
function create_if_block$
|
|
8178
|
+
function create_if_block$b(ctx) {
|
|
8179
8179
|
let goa_divider;
|
|
8180
8180
|
return {
|
|
8181
8181
|
c() {
|
|
@@ -8194,7 +8194,7 @@
|
|
|
8194
8194
|
};
|
|
8195
8195
|
}
|
|
8196
8196
|
|
|
8197
|
-
function create_fragment$
|
|
8197
|
+
function create_fragment$o(ctx) {
|
|
8198
8198
|
let div5;
|
|
8199
8199
|
let div4;
|
|
8200
8200
|
let div0;
|
|
@@ -8212,7 +8212,7 @@
|
|
|
8212
8212
|
/*navLinks*/
|
|
8213
8213
|
ctx[2] &&
|
|
8214
8214
|
/*navLinks*/
|
|
8215
|
-
ctx[2].length > 0 && create_if_block$
|
|
8215
|
+
ctx[2].length > 0 && create_if_block$b();
|
|
8216
8216
|
return {
|
|
8217
8217
|
c() {
|
|
8218
8218
|
div5 = element("div");
|
|
@@ -8285,7 +8285,7 @@
|
|
|
8285
8285
|
/*navLinks*/
|
|
8286
8286
|
ctx[2].length > 0) {
|
|
8287
8287
|
if (if_block) ;else {
|
|
8288
|
-
if_block = create_if_block$
|
|
8288
|
+
if_block = create_if_block$b();
|
|
8289
8289
|
if_block.c();
|
|
8290
8290
|
if_block.m(div4, t1);
|
|
8291
8291
|
}
|
|
@@ -8337,7 +8337,7 @@
|
|
|
8337
8337
|
};
|
|
8338
8338
|
}
|
|
8339
8339
|
|
|
8340
|
-
function instance$
|
|
8340
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
8341
8341
|
let {
|
|
8342
8342
|
maxcontentwidth = ""
|
|
8343
8343
|
} = $$props;
|
|
@@ -8376,7 +8376,7 @@
|
|
|
8376
8376
|
target: this.shadowRoot,
|
|
8377
8377
|
props: attribute_to_object(this.attributes),
|
|
8378
8378
|
customElement: true
|
|
8379
|
-
}, instance$
|
|
8379
|
+
}, instance$m, create_fragment$o, safe_not_equal, {
|
|
8380
8380
|
maxcontentwidth: 0
|
|
8381
8381
|
}, null);
|
|
8382
8382
|
|
|
@@ -8466,7 +8466,7 @@
|
|
|
8466
8466
|
};
|
|
8467
8467
|
}
|
|
8468
8468
|
|
|
8469
|
-
function create_fragment$
|
|
8469
|
+
function create_fragment$n(ctx) {
|
|
8470
8470
|
let section;
|
|
8471
8471
|
let div;
|
|
8472
8472
|
let t;
|
|
@@ -8554,7 +8554,7 @@
|
|
|
8554
8554
|
};
|
|
8555
8555
|
}
|
|
8556
8556
|
|
|
8557
|
-
function instance$
|
|
8557
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
8558
8558
|
let rootEl;
|
|
8559
8559
|
let children = [];
|
|
8560
8560
|
onMount(function () {
|
|
@@ -8589,7 +8589,7 @@
|
|
|
8589
8589
|
target: this.shadowRoot,
|
|
8590
8590
|
props: attribute_to_object(this.attributes),
|
|
8591
8591
|
customElement: true
|
|
8592
|
-
}, instance$
|
|
8592
|
+
}, instance$l, create_fragment$n, safe_not_equal, {}, null);
|
|
8593
8593
|
|
|
8594
8594
|
if (options) {
|
|
8595
8595
|
if (options.target) {
|
|
@@ -8610,7 +8610,7 @@
|
|
|
8610
8610
|
} // (31:2) {#if heading}
|
|
8611
8611
|
|
|
8612
8612
|
|
|
8613
|
-
function create_if_block$
|
|
8613
|
+
function create_if_block$a(ctx) {
|
|
8614
8614
|
let div;
|
|
8615
8615
|
let t0;
|
|
8616
8616
|
let t1;
|
|
@@ -8699,7 +8699,7 @@
|
|
|
8699
8699
|
};
|
|
8700
8700
|
}
|
|
8701
8701
|
|
|
8702
|
-
function create_fragment$
|
|
8702
|
+
function create_fragment$m(ctx) {
|
|
8703
8703
|
let section;
|
|
8704
8704
|
let t0;
|
|
8705
8705
|
let div;
|
|
@@ -8708,7 +8708,7 @@
|
|
|
8708
8708
|
let ul_style_value;
|
|
8709
8709
|
let if_block =
|
|
8710
8710
|
/*heading*/
|
|
8711
|
-
ctx[0] && create_if_block$
|
|
8711
|
+
ctx[0] && create_if_block$a(ctx);
|
|
8712
8712
|
let each_value =
|
|
8713
8713
|
/*children*/
|
|
8714
8714
|
ctx[3];
|
|
@@ -8775,7 +8775,7 @@
|
|
|
8775
8775
|
if (if_block) {
|
|
8776
8776
|
if_block.p(ctx, dirty);
|
|
8777
8777
|
} else {
|
|
8778
|
-
if_block = create_if_block$
|
|
8778
|
+
if_block = create_if_block$a(ctx);
|
|
8779
8779
|
if_block.c();
|
|
8780
8780
|
if_block.m(section, t0);
|
|
8781
8781
|
}
|
|
@@ -8846,7 +8846,7 @@
|
|
|
8846
8846
|
};
|
|
8847
8847
|
}
|
|
8848
8848
|
|
|
8849
|
-
function instance$
|
|
8849
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
8850
8850
|
let {
|
|
8851
8851
|
heading = ""
|
|
8852
8852
|
} = $$props;
|
|
@@ -8898,7 +8898,7 @@
|
|
|
8898
8898
|
target: this.shadowRoot,
|
|
8899
8899
|
props: attribute_to_object(this.attributes),
|
|
8900
8900
|
customElement: true
|
|
8901
|
-
}, instance$
|
|
8901
|
+
}, instance$k, create_fragment$m, safe_not_equal, {
|
|
8902
8902
|
heading: 0,
|
|
8903
8903
|
maxcolumncount: 1
|
|
8904
8904
|
}, null);
|
|
@@ -9096,7 +9096,7 @@
|
|
|
9096
9096
|
} // (48:2) {#if helptext}
|
|
9097
9097
|
|
|
9098
9098
|
|
|
9099
|
-
function create_if_block$
|
|
9099
|
+
function create_if_block$9(ctx) {
|
|
9100
9100
|
let div;
|
|
9101
9101
|
let t;
|
|
9102
9102
|
return {
|
|
@@ -9128,7 +9128,7 @@
|
|
|
9128
9128
|
};
|
|
9129
9129
|
}
|
|
9130
9130
|
|
|
9131
|
-
function create_fragment$
|
|
9131
|
+
function create_fragment$l(ctx) {
|
|
9132
9132
|
let div1;
|
|
9133
9133
|
let t0;
|
|
9134
9134
|
let div0;
|
|
@@ -9143,7 +9143,7 @@
|
|
|
9143
9143
|
ctx[7] && create_if_block_1$4(ctx);
|
|
9144
9144
|
let if_block2 =
|
|
9145
9145
|
/*helptext*/
|
|
9146
|
-
ctx[6] && create_if_block$
|
|
9146
|
+
ctx[6] && create_if_block$9(ctx);
|
|
9147
9147
|
return {
|
|
9148
9148
|
c() {
|
|
9149
9149
|
div1 = element("div");
|
|
@@ -9220,7 +9220,7 @@
|
|
|
9220
9220
|
if (if_block2) {
|
|
9221
9221
|
if_block2.p(ctx, dirty);
|
|
9222
9222
|
} else {
|
|
9223
|
-
if_block2 = create_if_block$
|
|
9223
|
+
if_block2 = create_if_block$9(ctx);
|
|
9224
9224
|
if_block2.c();
|
|
9225
9225
|
if_block2.m(div1, null);
|
|
9226
9226
|
}
|
|
@@ -9265,7 +9265,7 @@
|
|
|
9265
9265
|
};
|
|
9266
9266
|
}
|
|
9267
9267
|
|
|
9268
|
-
function instance$
|
|
9268
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
9269
9269
|
const [REQUIREMENT_TYPES, validateRequirementType] = typeValidator("Requirement type", ["optional", "required"], false);
|
|
9270
9270
|
let {
|
|
9271
9271
|
testid = ""
|
|
@@ -9321,7 +9321,7 @@
|
|
|
9321
9321
|
target: this.shadowRoot,
|
|
9322
9322
|
props: attribute_to_object(this.attributes),
|
|
9323
9323
|
customElement: true
|
|
9324
|
-
}, instance$
|
|
9324
|
+
}, instance$j, create_fragment$l, safe_not_equal, {
|
|
9325
9325
|
testid: 0,
|
|
9326
9326
|
mt: 1,
|
|
9327
9327
|
mr: 2,
|
|
@@ -9453,7 +9453,7 @@
|
|
|
9453
9453
|
customElements.define("goa-form-item", FormItem);
|
|
9454
9454
|
/* libs/web-components/src/components/grid/Grid.svelte generated by Svelte v3.51.0 */
|
|
9455
9455
|
|
|
9456
|
-
function create_fragment$
|
|
9456
|
+
function create_fragment$k(ctx) {
|
|
9457
9457
|
let div;
|
|
9458
9458
|
let slot;
|
|
9459
9459
|
let div_style_value;
|
|
@@ -9521,7 +9521,7 @@
|
|
|
9521
9521
|
};
|
|
9522
9522
|
}
|
|
9523
9523
|
|
|
9524
|
-
function instance$
|
|
9524
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
9525
9525
|
let {
|
|
9526
9526
|
gap = "m"
|
|
9527
9527
|
} = $$props;
|
|
@@ -9566,7 +9566,7 @@
|
|
|
9566
9566
|
target: this.shadowRoot,
|
|
9567
9567
|
props: attribute_to_object(this.attributes),
|
|
9568
9568
|
customElement: true
|
|
9569
|
-
}, instance$
|
|
9569
|
+
}, instance$i, create_fragment$k, safe_not_equal, {
|
|
9570
9570
|
gap: 0,
|
|
9571
9571
|
minchildwidth: 1,
|
|
9572
9572
|
mt: 2,
|
|
@@ -9662,7 +9662,7 @@
|
|
|
9662
9662
|
customElements.define("goa-grid", Grid);
|
|
9663
9663
|
/* libs/web-components/src/components/hero-banner/HeroBanner.svelte generated by Svelte v3.51.0 */
|
|
9664
9664
|
|
|
9665
|
-
function create_fragment$
|
|
9665
|
+
function create_fragment$j(ctx) {
|
|
9666
9666
|
let div1;
|
|
9667
9667
|
let goa_page_block;
|
|
9668
9668
|
let h1;
|
|
@@ -9747,7 +9747,7 @@
|
|
|
9747
9747
|
};
|
|
9748
9748
|
}
|
|
9749
9749
|
|
|
9750
|
-
function instance$
|
|
9750
|
+
function instance$h($$self, $$props, $$invalidate) {
|
|
9751
9751
|
let {
|
|
9752
9752
|
heading
|
|
9753
9753
|
} = $$props;
|
|
@@ -9775,7 +9775,7 @@
|
|
|
9775
9775
|
target: this.shadowRoot,
|
|
9776
9776
|
props: attribute_to_object(this.attributes),
|
|
9777
9777
|
customElement: true
|
|
9778
|
-
}, instance$
|
|
9778
|
+
}, instance$h, create_fragment$j, safe_not_equal, {
|
|
9779
9779
|
heading: 0,
|
|
9780
9780
|
backgroundurl: 1,
|
|
9781
9781
|
minheight: 2
|
|
@@ -9835,7 +9835,7 @@
|
|
|
9835
9835
|
customElements.define("goa-hero-banner", HeroBanner);
|
|
9836
9836
|
/* libs/web-components/src/components/icon-button/IconButton.svelte generated by Svelte v3.51.0 */
|
|
9837
9837
|
|
|
9838
|
-
function create_fragment$
|
|
9838
|
+
function create_fragment$i(ctx) {
|
|
9839
9839
|
let button;
|
|
9840
9840
|
let goa_icon;
|
|
9841
9841
|
let button_style_value;
|
|
@@ -10007,7 +10007,7 @@
|
|
|
10007
10007
|
}));
|
|
10008
10008
|
}
|
|
10009
10009
|
|
|
10010
|
-
function instance$
|
|
10010
|
+
function instance$g($$self, $$props, $$invalidate) {
|
|
10011
10011
|
let css;
|
|
10012
10012
|
let isDisabled;
|
|
10013
10013
|
let isInverted;
|
|
@@ -10112,7 +10112,7 @@
|
|
|
10112
10112
|
target: this.shadowRoot,
|
|
10113
10113
|
props: attribute_to_object(this.attributes),
|
|
10114
10114
|
customElement: true
|
|
10115
|
-
}, instance$
|
|
10115
|
+
}, instance$g, create_fragment$i, safe_not_equal, {
|
|
10116
10116
|
icon: 0,
|
|
10117
10117
|
size: 1,
|
|
10118
10118
|
theme: 2,
|
|
@@ -10280,7 +10280,7 @@
|
|
|
10280
10280
|
customElements.define("goa-icon-button", IconButton);
|
|
10281
10281
|
/* libs/web-components/src/components/icon/Icon.svelte generated by Svelte v3.51.0 */
|
|
10282
10282
|
|
|
10283
|
-
function create_if_block$
|
|
10283
|
+
function create_if_block$8(ctx) {
|
|
10284
10284
|
let ion_icon;
|
|
10285
10285
|
let ion_icon_name_value;
|
|
10286
10286
|
return {
|
|
@@ -10328,12 +10328,12 @@
|
|
|
10328
10328
|
};
|
|
10329
10329
|
}
|
|
10330
10330
|
|
|
10331
|
-
function create_fragment$
|
|
10331
|
+
function create_fragment$h(ctx) {
|
|
10332
10332
|
let div;
|
|
10333
10333
|
let div_style_value;
|
|
10334
10334
|
let if_block =
|
|
10335
10335
|
/*type*/
|
|
10336
|
-
ctx[4] && create_if_block$
|
|
10336
|
+
ctx[4] && create_if_block$8(ctx);
|
|
10337
10337
|
return {
|
|
10338
10338
|
c() {
|
|
10339
10339
|
div = element("div");
|
|
@@ -10386,7 +10386,7 @@
|
|
|
10386
10386
|
if (if_block) {
|
|
10387
10387
|
if_block.p(ctx, dirty);
|
|
10388
10388
|
} else {
|
|
10389
|
-
if_block = create_if_block$
|
|
10389
|
+
if_block = create_if_block$8(ctx);
|
|
10390
10390
|
if_block.c();
|
|
10391
10391
|
if_block.m(div, null);
|
|
10392
10392
|
}
|
|
@@ -10459,7 +10459,7 @@
|
|
|
10459
10459
|
};
|
|
10460
10460
|
}
|
|
10461
10461
|
|
|
10462
|
-
function instance$
|
|
10462
|
+
function instance$f($$self, $$props, $$invalidate) {
|
|
10463
10463
|
let isInverted;
|
|
10464
10464
|
|
|
10465
10465
|
let _size;
|
|
@@ -10549,7 +10549,7 @@
|
|
|
10549
10549
|
target: this.shadowRoot,
|
|
10550
10550
|
props: attribute_to_object(this.attributes),
|
|
10551
10551
|
customElement: true
|
|
10552
|
-
}, instance$
|
|
10552
|
+
}, instance$f, create_fragment$h, safe_not_equal, {
|
|
10553
10553
|
mt: 0,
|
|
10554
10554
|
mr: 1,
|
|
10555
10555
|
mb: 2,
|
|
@@ -10886,7 +10886,7 @@
|
|
|
10886
10886
|
} // (161:4) {#if suffix}
|
|
10887
10887
|
|
|
10888
10888
|
|
|
10889
|
-
function create_if_block$
|
|
10889
|
+
function create_if_block$7(ctx) {
|
|
10890
10890
|
let span;
|
|
10891
10891
|
let t;
|
|
10892
10892
|
return {
|
|
@@ -10918,7 +10918,7 @@
|
|
|
10918
10918
|
};
|
|
10919
10919
|
}
|
|
10920
10920
|
|
|
10921
|
-
function create_fragment$
|
|
10921
|
+
function create_fragment$g(ctx) {
|
|
10922
10922
|
let div3;
|
|
10923
10923
|
let div2;
|
|
10924
10924
|
let t0;
|
|
@@ -10956,7 +10956,7 @@
|
|
|
10956
10956
|
ctx[24] && create_if_block_1$3(ctx);
|
|
10957
10957
|
let if_block4 =
|
|
10958
10958
|
/*suffix*/
|
|
10959
|
-
ctx[15] && create_if_block$
|
|
10959
|
+
ctx[15] && create_if_block$7(ctx);
|
|
10960
10960
|
return {
|
|
10961
10961
|
c() {
|
|
10962
10962
|
div3 = element("div");
|
|
@@ -11277,7 +11277,7 @@
|
|
|
11277
11277
|
if (if_block4) {
|
|
11278
11278
|
if_block4.p(ctx, dirty);
|
|
11279
11279
|
} else {
|
|
11280
|
-
if_block4 = create_if_block$
|
|
11280
|
+
if_block4 = create_if_block$7(ctx);
|
|
11281
11281
|
if_block4.c();
|
|
11282
11282
|
if_block4.m(div2, t6);
|
|
11283
11283
|
}
|
|
@@ -11357,7 +11357,7 @@
|
|
|
11357
11357
|
}));
|
|
11358
11358
|
}
|
|
11359
11359
|
|
|
11360
|
-
function instance$
|
|
11360
|
+
function instance$e($$self, $$props, $$invalidate) {
|
|
11361
11361
|
let handlesTrailingIconClick;
|
|
11362
11362
|
let isFocused;
|
|
11363
11363
|
let isReadonly;
|
|
@@ -11577,7 +11577,7 @@
|
|
|
11577
11577
|
target: this.shadowRoot,
|
|
11578
11578
|
props: attribute_to_object(this.attributes),
|
|
11579
11579
|
customElement: true
|
|
11580
|
-
}, instance$
|
|
11580
|
+
}, instance$e, create_fragment$g, safe_not_equal, {
|
|
11581
11581
|
type: 1,
|
|
11582
11582
|
name: 2,
|
|
11583
11583
|
value: 0,
|
|
@@ -12075,7 +12075,7 @@
|
|
|
12075
12075
|
} // (56:2) {#if version}
|
|
12076
12076
|
|
|
12077
12077
|
|
|
12078
|
-
function create_if_block$
|
|
12078
|
+
function create_if_block$6(ctx) {
|
|
12079
12079
|
let div;
|
|
12080
12080
|
let t;
|
|
12081
12081
|
return {
|
|
@@ -12108,7 +12108,7 @@
|
|
|
12108
12108
|
};
|
|
12109
12109
|
}
|
|
12110
12110
|
|
|
12111
|
-
function create_fragment$
|
|
12111
|
+
function create_fragment$f(ctx) {
|
|
12112
12112
|
let header;
|
|
12113
12113
|
let t0;
|
|
12114
12114
|
let show_if = ["alpha", "beta"].includes(
|
|
@@ -12123,7 +12123,7 @@
|
|
|
12123
12123
|
let if_block1 = show_if && create_if_block_1$2(ctx);
|
|
12124
12124
|
let if_block2 =
|
|
12125
12125
|
/*version*/
|
|
12126
|
-
ctx[1] && create_if_block$
|
|
12126
|
+
ctx[1] && create_if_block$6(ctx);
|
|
12127
12127
|
return {
|
|
12128
12128
|
c() {
|
|
12129
12129
|
header = element("header");
|
|
@@ -12189,7 +12189,7 @@
|
|
|
12189
12189
|
if (if_block2) {
|
|
12190
12190
|
if_block2.p(ctx, dirty);
|
|
12191
12191
|
} else {
|
|
12192
|
-
if_block2 = create_if_block$
|
|
12192
|
+
if_block2 = create_if_block$6(ctx);
|
|
12193
12193
|
if_block2.c();
|
|
12194
12194
|
if_block2.m(header, null);
|
|
12195
12195
|
}
|
|
@@ -12217,7 +12217,7 @@
|
|
|
12217
12217
|
return val[0].toUpperCase() + val.slice(1);
|
|
12218
12218
|
}
|
|
12219
12219
|
|
|
12220
|
-
function instance$
|
|
12220
|
+
function instance$d($$self, $$props, $$invalidate) {
|
|
12221
12221
|
const [Types, validateType] = typeValidator("Microsite header type", ["live", "alpha", "beta"], true);
|
|
12222
12222
|
let {
|
|
12223
12223
|
type
|
|
@@ -12249,7 +12249,7 @@
|
|
|
12249
12249
|
target: this.shadowRoot,
|
|
12250
12250
|
props: attribute_to_object(this.attributes),
|
|
12251
12251
|
customElement: true
|
|
12252
|
-
}, instance$
|
|
12252
|
+
}, instance$d, create_fragment$f, safe_not_equal, {
|
|
12253
12253
|
type: 0,
|
|
12254
12254
|
version: 1,
|
|
12255
12255
|
feedbackurl: 2
|
|
@@ -12309,7 +12309,7 @@
|
|
|
12309
12309
|
customElements.define("goa-microsite-header", MicrositeHeader);
|
|
12310
12310
|
/* libs/web-components/src/components/modal/Modal.svelte generated by Svelte v3.51.0 */
|
|
12311
12311
|
|
|
12312
|
-
function create_if_block$
|
|
12312
|
+
function create_if_block$5(ctx) {
|
|
12313
12313
|
let goa_focus_trap;
|
|
12314
12314
|
let div5;
|
|
12315
12315
|
let div0;
|
|
@@ -12714,12 +12714,12 @@
|
|
|
12714
12714
|
};
|
|
12715
12715
|
}
|
|
12716
12716
|
|
|
12717
|
-
function create_fragment$
|
|
12717
|
+
function create_fragment$e(ctx) {
|
|
12718
12718
|
let if_block_anchor;
|
|
12719
12719
|
let current;
|
|
12720
12720
|
let if_block =
|
|
12721
12721
|
/*isOpen*/
|
|
12722
|
-
ctx[7] && create_if_block$
|
|
12722
|
+
ctx[7] && create_if_block$5(ctx);
|
|
12723
12723
|
return {
|
|
12724
12724
|
c() {
|
|
12725
12725
|
if (if_block) if_block.c();
|
|
@@ -12746,7 +12746,7 @@
|
|
|
12746
12746
|
transition_in(if_block, 1);
|
|
12747
12747
|
}
|
|
12748
12748
|
} else {
|
|
12749
|
-
if_block = create_if_block$
|
|
12749
|
+
if_block = create_if_block$5(ctx);
|
|
12750
12750
|
if_block.c();
|
|
12751
12751
|
transition_in(if_block, 1);
|
|
12752
12752
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -12779,7 +12779,7 @@
|
|
|
12779
12779
|
};
|
|
12780
12780
|
}
|
|
12781
12781
|
|
|
12782
|
-
function instance$
|
|
12782
|
+
function instance$c($$self, $$props, $$invalidate) {
|
|
12783
12783
|
let isClosable;
|
|
12784
12784
|
let isOpen;
|
|
12785
12785
|
|
|
@@ -12869,7 +12869,7 @@
|
|
|
12869
12869
|
target: this.shadowRoot,
|
|
12870
12870
|
props: attribute_to_object(this.attributes),
|
|
12871
12871
|
customElement: true
|
|
12872
|
-
}, instance$
|
|
12872
|
+
}, instance$c, create_fragment$e, safe_not_equal, {
|
|
12873
12873
|
heading: 0,
|
|
12874
12874
|
closable: 9,
|
|
12875
12875
|
open: 1,
|
|
@@ -12965,7 +12965,7 @@
|
|
|
12965
12965
|
customElements.define("goa-modal", Modal);
|
|
12966
12966
|
/* libs/web-components/src/components/notification/Notification.svelte generated by Svelte v3.51.0 */
|
|
12967
12967
|
|
|
12968
|
-
function create_if_block$
|
|
12968
|
+
function create_if_block$4(ctx) {
|
|
12969
12969
|
let div3;
|
|
12970
12970
|
let div0;
|
|
12971
12971
|
let goa_icon;
|
|
@@ -13089,12 +13089,12 @@
|
|
|
13089
13089
|
};
|
|
13090
13090
|
}
|
|
13091
13091
|
|
|
13092
|
-
function create_fragment$
|
|
13092
|
+
function create_fragment$d(ctx) {
|
|
13093
13093
|
let if_block_anchor;
|
|
13094
13094
|
let current;
|
|
13095
13095
|
let if_block =
|
|
13096
13096
|
/*show*/
|
|
13097
|
-
ctx[1] && create_if_block$
|
|
13097
|
+
ctx[1] && create_if_block$4(ctx);
|
|
13098
13098
|
return {
|
|
13099
13099
|
c() {
|
|
13100
13100
|
if (if_block) if_block.c();
|
|
@@ -13121,7 +13121,7 @@
|
|
|
13121
13121
|
transition_in(if_block, 1);
|
|
13122
13122
|
}
|
|
13123
13123
|
} else {
|
|
13124
|
-
if_block = create_if_block$
|
|
13124
|
+
if_block = create_if_block$4(ctx);
|
|
13125
13125
|
if_block.c();
|
|
13126
13126
|
transition_in(if_block, 1);
|
|
13127
13127
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -13154,7 +13154,7 @@
|
|
|
13154
13154
|
};
|
|
13155
13155
|
}
|
|
13156
13156
|
|
|
13157
|
-
function instance$
|
|
13157
|
+
function instance$b($$self, $$props, $$invalidate) {
|
|
13158
13158
|
let iconType;
|
|
13159
13159
|
const [Types, validateType] = typeValidator("Notification type", ["emergency", "important", "information", "event"], true);
|
|
13160
13160
|
let {
|
|
@@ -13196,7 +13196,7 @@
|
|
|
13196
13196
|
target: this.shadowRoot,
|
|
13197
13197
|
props: attribute_to_object(this.attributes),
|
|
13198
13198
|
customElement: true
|
|
13199
|
-
}, instance$
|
|
13199
|
+
}, instance$b, create_fragment$d, safe_not_equal, {
|
|
13200
13200
|
type: 0
|
|
13201
13201
|
}, null);
|
|
13202
13202
|
|
|
@@ -13238,7 +13238,7 @@
|
|
|
13238
13238
|
/* libs/web-components/src/components/page-block/PageBlock.svelte generated by Svelte v3.51.0 */
|
|
13239
13239
|
|
|
13240
13240
|
|
|
13241
|
-
function create_fragment$
|
|
13241
|
+
function create_fragment$c(ctx) {
|
|
13242
13242
|
let div;
|
|
13243
13243
|
let slot;
|
|
13244
13244
|
let div_style_value;
|
|
@@ -13278,7 +13278,7 @@
|
|
|
13278
13278
|
};
|
|
13279
13279
|
}
|
|
13280
13280
|
|
|
13281
|
-
function instance$
|
|
13281
|
+
function instance$a($$self, $$props, $$invalidate) {
|
|
13282
13282
|
const Sizes = {
|
|
13283
13283
|
"full": "100%"
|
|
13284
13284
|
};
|
|
@@ -13319,7 +13319,7 @@
|
|
|
13319
13319
|
target: this.shadowRoot,
|
|
13320
13320
|
props: attribute_to_object(this.attributes),
|
|
13321
13321
|
customElement: true
|
|
13322
|
-
}, instance$
|
|
13322
|
+
}, instance$a, create_fragment$c, safe_not_equal, {
|
|
13323
13323
|
width: 1,
|
|
13324
13324
|
_width: 0
|
|
13325
13325
|
}, null);
|
|
@@ -13557,7 +13557,7 @@
|
|
|
13557
13557
|
};
|
|
13558
13558
|
}
|
|
13559
13559
|
|
|
13560
|
-
function create_fragment$
|
|
13560
|
+
function create_fragment$b(ctx) {
|
|
13561
13561
|
let div;
|
|
13562
13562
|
let slot;
|
|
13563
13563
|
let t;
|
|
@@ -13680,7 +13680,7 @@
|
|
|
13680
13680
|
};
|
|
13681
13681
|
}
|
|
13682
13682
|
|
|
13683
|
-
function instance$
|
|
13683
|
+
function instance$9($$self, $$props, $$invalidate) {
|
|
13684
13684
|
let isDisabled;
|
|
13685
13685
|
let isError;
|
|
13686
13686
|
const [Orientations, validateOrientation] = typeValidator("Radio group orientation", ["vertical", "horizontal"]);
|
|
@@ -13825,7 +13825,7 @@
|
|
|
13825
13825
|
target: this.shadowRoot,
|
|
13826
13826
|
props: attribute_to_object(this.attributes),
|
|
13827
13827
|
customElement: true
|
|
13828
|
-
}, instance$
|
|
13828
|
+
}, instance$9, create_fragment$b, safe_not_equal, {
|
|
13829
13829
|
name: 1,
|
|
13830
13830
|
value: 0,
|
|
13831
13831
|
orientation: 2,
|
|
@@ -13981,7 +13981,7 @@
|
|
|
13981
13981
|
customElements.define("goa-radio-group", RadioGroup);
|
|
13982
13982
|
/* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.51.0 */
|
|
13983
13983
|
|
|
13984
|
-
function create_fragment$
|
|
13984
|
+
function create_fragment$a(ctx) {
|
|
13985
13985
|
let div;
|
|
13986
13986
|
let slot;
|
|
13987
13987
|
let div_style_value;
|
|
@@ -14049,7 +14049,7 @@
|
|
|
14049
14049
|
};
|
|
14050
14050
|
}
|
|
14051
14051
|
|
|
14052
|
-
function instance$
|
|
14052
|
+
function instance$8($$self, $$props, $$invalidate) {
|
|
14053
14053
|
let {
|
|
14054
14054
|
direction = "vertical"
|
|
14055
14055
|
} = $$props;
|
|
@@ -14081,7 +14081,7 @@
|
|
|
14081
14081
|
target: this.shadowRoot,
|
|
14082
14082
|
props: attribute_to_object(this.attributes),
|
|
14083
14083
|
customElement: true
|
|
14084
|
-
}, instance$
|
|
14084
|
+
}, instance$8, create_fragment$a, safe_not_equal, {
|
|
14085
14085
|
direction: 0,
|
|
14086
14086
|
hpadding: 1,
|
|
14087
14087
|
vpadding: 2,
|
|
@@ -14160,7 +14160,7 @@
|
|
|
14160
14160
|
} // (55:2) {:else}
|
|
14161
14161
|
|
|
14162
14162
|
|
|
14163
|
-
function create_else_block(ctx) {
|
|
14163
|
+
function create_else_block$1(ctx) {
|
|
14164
14164
|
let div;
|
|
14165
14165
|
let div_class_value;
|
|
14166
14166
|
return {
|
|
@@ -14422,7 +14422,7 @@
|
|
|
14422
14422
|
} // (30:2) {#if type === "card"}
|
|
14423
14423
|
|
|
14424
14424
|
|
|
14425
|
-
function create_if_block$
|
|
14425
|
+
function create_if_block$3(ctx) {
|
|
14426
14426
|
let div1;
|
|
14427
14427
|
let skeleton0;
|
|
14428
14428
|
let t0;
|
|
@@ -14616,13 +14616,13 @@
|
|
|
14616
14616
|
};
|
|
14617
14617
|
}
|
|
14618
14618
|
|
|
14619
|
-
function create_fragment$
|
|
14619
|
+
function create_fragment$9(ctx) {
|
|
14620
14620
|
let div;
|
|
14621
14621
|
let current_block_type_index;
|
|
14622
14622
|
let if_block;
|
|
14623
14623
|
let div_style_value;
|
|
14624
14624
|
let current;
|
|
14625
|
-
const if_block_creators = [create_if_block$
|
|
14625
|
+
const if_block_creators = [create_if_block$3, create_if_block_1, create_if_block_2, create_else_block$1];
|
|
14626
14626
|
const if_blocks = [];
|
|
14627
14627
|
|
|
14628
14628
|
function select_block_type(ctx, dirty) {
|
|
@@ -14732,7 +14732,7 @@
|
|
|
14732
14732
|
};
|
|
14733
14733
|
}
|
|
14734
14734
|
|
|
14735
|
-
function instance$
|
|
14735
|
+
function instance$7($$self, $$props, $$invalidate) {
|
|
14736
14736
|
const [Types, validateType] = typeValidator("Skeleton type", ["image", "text", "title", "text-small", "avatar", "header", "paragraph", "thumbnail", "card", "profile", "lines"], true);
|
|
14737
14737
|
const [Sizes, validateSize] = typeValidator("Skeleton size", ["1", "2", "3", "4"]);
|
|
14738
14738
|
let {
|
|
@@ -14790,7 +14790,7 @@
|
|
|
14790
14790
|
target: this.shadowRoot,
|
|
14791
14791
|
props: attribute_to_object(this.attributes),
|
|
14792
14792
|
customElement: true
|
|
14793
|
-
}, instance$
|
|
14793
|
+
}, instance$7, create_fragment$9, safe_not_equal, {
|
|
14794
14794
|
maxwidth: 0,
|
|
14795
14795
|
size: 1,
|
|
14796
14796
|
linecount: 2,
|
|
@@ -14922,7 +14922,7 @@
|
|
|
14922
14922
|
customElements.define("goa-skeleton", Skeleton);
|
|
14923
14923
|
/* libs/web-components/src/components/spacer/Spacer.svelte generated by Svelte v3.51.0 */
|
|
14924
14924
|
|
|
14925
|
-
function create_fragment$
|
|
14925
|
+
function create_fragment$8(ctx) {
|
|
14926
14926
|
let div;
|
|
14927
14927
|
return {
|
|
14928
14928
|
c() {
|
|
@@ -14951,7 +14951,7 @@
|
|
|
14951
14951
|
};
|
|
14952
14952
|
}
|
|
14953
14953
|
|
|
14954
|
-
function instance$
|
|
14954
|
+
function instance$6($$self, $$props, $$invalidate) {
|
|
14955
14955
|
let {
|
|
14956
14956
|
hspacing = "none"
|
|
14957
14957
|
} = $$props;
|
|
@@ -14988,7 +14988,7 @@
|
|
|
14988
14988
|
target: this.shadowRoot,
|
|
14989
14989
|
props: attribute_to_object(this.attributes),
|
|
14990
14990
|
customElement: true
|
|
14991
|
-
}, instance$
|
|
14991
|
+
}, instance$6, create_fragment$8, safe_not_equal, {
|
|
14992
14992
|
hspacing: 1,
|
|
14993
14993
|
vspacing: 2
|
|
14994
14994
|
}, null);
|
|
@@ -15220,7 +15220,7 @@
|
|
|
15220
15220
|
/* libs/web-components/src/components/spinner/Spinner.svelte generated by Svelte v3.51.0 */
|
|
15221
15221
|
|
|
15222
15222
|
|
|
15223
|
-
function create_if_block$
|
|
15223
|
+
function create_if_block$2(ctx) {
|
|
15224
15224
|
let svg;
|
|
15225
15225
|
let circle;
|
|
15226
15226
|
let circle_stroke_value;
|
|
@@ -15410,11 +15410,11 @@
|
|
|
15410
15410
|
};
|
|
15411
15411
|
}
|
|
15412
15412
|
|
|
15413
|
-
function create_fragment$
|
|
15413
|
+
function create_fragment$7(ctx) {
|
|
15414
15414
|
let if_block_anchor;
|
|
15415
15415
|
let if_block =
|
|
15416
15416
|
/*ready*/
|
|
15417
|
-
ctx[6] && create_if_block$
|
|
15417
|
+
ctx[6] && create_if_block$2(ctx);
|
|
15418
15418
|
return {
|
|
15419
15419
|
c() {
|
|
15420
15420
|
if (if_block) if_block.c();
|
|
@@ -15434,7 +15434,7 @@
|
|
|
15434
15434
|
if (if_block) {
|
|
15435
15435
|
if_block.p(ctx, dirty);
|
|
15436
15436
|
} else {
|
|
15437
|
-
if_block = create_if_block$
|
|
15437
|
+
if_block = create_if_block$2(ctx);
|
|
15438
15438
|
if_block.c();
|
|
15439
15439
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
15440
15440
|
}
|
|
@@ -15455,7 +15455,7 @@
|
|
|
15455
15455
|
};
|
|
15456
15456
|
}
|
|
15457
15457
|
|
|
15458
|
-
function instance$
|
|
15458
|
+
function instance$5($$self, $$props, $$invalidate) {
|
|
15459
15459
|
let diameter;
|
|
15460
15460
|
let strokewidth;
|
|
15461
15461
|
let radius;
|
|
@@ -15586,7 +15586,7 @@
|
|
|
15586
15586
|
target: this.shadowRoot,
|
|
15587
15587
|
props: attribute_to_object(this.attributes),
|
|
15588
15588
|
customElement: true
|
|
15589
|
-
}, instance$
|
|
15589
|
+
}, instance$5, create_fragment$7, safe_not_equal, {
|
|
15590
15590
|
size: 10,
|
|
15591
15591
|
invert: 0,
|
|
15592
15592
|
progress: 11,
|
|
@@ -15658,7 +15658,7 @@
|
|
|
15658
15658
|
customElements.define("goa-spinner", Spinner);
|
|
15659
15659
|
/* libs/web-components/src/components/table/Table.svelte generated by Svelte v3.51.0 */
|
|
15660
15660
|
|
|
15661
|
-
function create_fragment$
|
|
15661
|
+
function create_fragment$6(ctx) {
|
|
15662
15662
|
let table;
|
|
15663
15663
|
let slot;
|
|
15664
15664
|
let t0;
|
|
@@ -15760,7 +15760,41 @@
|
|
|
15760
15760
|
};
|
|
15761
15761
|
}
|
|
15762
15762
|
|
|
15763
|
-
function instance$
|
|
15763
|
+
function instance$4($$self, $$props, $$invalidate) {
|
|
15764
|
+
const attachSortEventHandling = function attachSortEventHandling() {
|
|
15765
|
+
return _call(tick, function () {
|
|
15766
|
+
const headings = _rootEl.querySelectorAll("goa-table-sort-header");
|
|
15767
|
+
|
|
15768
|
+
headings.forEach(heading => {
|
|
15769
|
+
heading.addEventListener("click", () => {
|
|
15770
|
+
const sortBy = heading.getAttribute("name");
|
|
15771
|
+
let sortDir; // relay state to all children
|
|
15772
|
+
|
|
15773
|
+
headings.forEach(child => {
|
|
15774
|
+
if (child.getAttribute("name") === sortBy) {
|
|
15775
|
+
const direction = child.getAttribute("direction"); // starting direction is desc
|
|
15776
|
+
|
|
15777
|
+
const newDirection = direction === "desc" ? "asc" : "desc";
|
|
15778
|
+
sortDir = newDirection === "asc" ? 1 : -1;
|
|
15779
|
+
child.setAttribute("direction", newDirection);
|
|
15780
|
+
} else {
|
|
15781
|
+
child.setAttribute("direction", "none");
|
|
15782
|
+
}
|
|
15783
|
+
});
|
|
15784
|
+
heading.dispatchEvent(new CustomEvent("_sort", {
|
|
15785
|
+
composed: true,
|
|
15786
|
+
bubbles: false,
|
|
15787
|
+
cancelable: true,
|
|
15788
|
+
detail: {
|
|
15789
|
+
sortBy,
|
|
15790
|
+
sortDir
|
|
15791
|
+
}
|
|
15792
|
+
}));
|
|
15793
|
+
});
|
|
15794
|
+
});
|
|
15795
|
+
});
|
|
15796
|
+
};
|
|
15797
|
+
|
|
15764
15798
|
let _stickyHeader;
|
|
15765
15799
|
|
|
15766
15800
|
const [Variants, validateVariant] = typeValidator("Table variant", ["normal", "relaxed"], true);
|
|
@@ -15790,17 +15824,18 @@
|
|
|
15790
15824
|
|
|
15791
15825
|
onMount(() => {
|
|
15792
15826
|
validateVariant(variant);
|
|
15827
|
+
attachSortEventHandling();
|
|
15793
15828
|
|
|
15794
15829
|
const slot = _rootEl.querySelector("slot");
|
|
15795
15830
|
|
|
15796
|
-
if (slot) {
|
|
15797
|
-
|
|
15798
|
-
|
|
15831
|
+
if (!slot || slot.assignedElements().length === 0) {
|
|
15832
|
+
return;
|
|
15833
|
+
} // React needs to nest data in a <table>...</table>
|
|
15799
15834
|
|
|
15800
|
-
|
|
15801
|
-
|
|
15802
|
-
|
|
15803
|
-
|
|
15835
|
+
|
|
15836
|
+
const content = slot.assignedElements()[0].querySelectorAll("template table > *");
|
|
15837
|
+
|
|
15838
|
+
_rootEl.append(...(content.length > 0 ? content : slot.assignedElements()));
|
|
15804
15839
|
});
|
|
15805
15840
|
|
|
15806
15841
|
function table_binding($$value) {
|
|
@@ -15834,12 +15869,12 @@
|
|
|
15834
15869
|
class Table extends SvelteElement {
|
|
15835
15870
|
constructor(options) {
|
|
15836
15871
|
super();
|
|
15837
|
-
this.shadowRoot.innerHTML = `<style
|
|
15872
|
+
this.shadowRoot.innerHTML = `<style>:host{overflow-x:auto}table{border-collapse:collapse}table.sticky{position:relative}table.sticky thead{position:sticky;top:0}td{padding:0.75rem 1rem;border-bottom:1px solid var(--goa-color-greyscale-200);line-height:1rem}table.relaxed td{padding:1rem}th{background-color:var(--goa-color-greyscale-white);color:var(--goa-color-text-secondary);padding:1rem;text-align:left;border-bottom:2px solid var(--goa-color-greyscale-700);vertical-align:bottom}th:has(goa-table-sort-header){padding:0}tfoot td{background-color:var(--goa-color-greyscale-100)}tfoot tr:first-child td{border-top:2px solid var(--goa-color-greyscale-200)}tfoot tr:last-child td{border-bottom:none}</style>`;
|
|
15838
15873
|
init(this, {
|
|
15839
15874
|
target: this.shadowRoot,
|
|
15840
15875
|
props: attribute_to_object(this.attributes),
|
|
15841
15876
|
customElement: true
|
|
15842
|
-
}, instance$
|
|
15877
|
+
}, instance$4, create_fragment$6, safe_not_equal, {
|
|
15843
15878
|
width: 0,
|
|
15844
15879
|
stickyheader: 8,
|
|
15845
15880
|
variant: 1,
|
|
@@ -15945,6 +15980,185 @@
|
|
|
15945
15980
|
}
|
|
15946
15981
|
|
|
15947
15982
|
customElements.define("goa-table", Table);
|
|
15983
|
+
/* libs/web-components/src/components/table/TableSortHeader.svelte generated by Svelte v3.51.0 */
|
|
15984
|
+
|
|
15985
|
+
function create_else_block(ctx) {
|
|
15986
|
+
let img;
|
|
15987
|
+
let img_src_value;
|
|
15988
|
+
return {
|
|
15989
|
+
c() {
|
|
15990
|
+
img = element("img");
|
|
15991
|
+
attr(img, "alt",
|
|
15992
|
+
/*direction*/
|
|
15993
|
+
ctx[0]);
|
|
15994
|
+
attr(img, "class",
|
|
15995
|
+
/*direction*/
|
|
15996
|
+
ctx[0]);
|
|
15997
|
+
if (!src_url_equal(img.src, img_src_value = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjE2IgogICBoZWlnaHQ9IjIyIgogICB2aWV3Qm94PSIwIDAgMTYgMjIiCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzEwNjgiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczEwNzIiIC8+CiAgPHBhdGgKICAgICBkPSJtIDAuNTk0Mzc0NzEsNy45MDkwOTkgNi41NTIxODc5OSw3LjY0NjI1IGMgMC4xMDU2MSwwLjEyMzE4IDAuMjM2NjIsMC4yMjIwNiAwLjM4NDA0LDAuMjg5ODUgMC4xNDc0MiwwLjA2Nzc5IDAuMzA3NzYsMC4xMDI4OSAwLjQ3MDAyLDAuMTAyODkgMC4xNjIyNiwwIDAuMzIyNiwtMC4wMzUxIDAuNDcwMDIsLTAuMTAyODkgMC4xNDc0MiwtMC4wNjc3OSAwLjI3ODQzLC0wLjE2NjY3IDAuMzg0MDQsLTAuMjg5ODUgbCA2LjU1MjE4MDMsLTcuNjQ2MjUgYyAwLjYyNTMsLTAuNzI5ODQgMC4xMDY5LC0xLjg1NzE4OCAtMC44NTQxLC0xLjg1NzE4OCBIIDEuNDQ2NTYyNyBjIC0wLjk2MDkzNzk5LDAgLTEuNDc5Mzc1NjksMS4xMjczNDggLTAuODUyMTg3OTksMS44NTcxODggeiIKICAgICBmaWxsPSIjMDA3MGM0IgogICAgIGlkPSJwYXRoMTA2NiIgLz4KPC9zdmc+Cg==")) attr(img, "src", img_src_value);
|
|
15998
|
+
},
|
|
15999
|
+
|
|
16000
|
+
m(target, anchor) {
|
|
16001
|
+
insert(target, img, anchor);
|
|
16002
|
+
},
|
|
16003
|
+
|
|
16004
|
+
p(ctx, dirty) {
|
|
16005
|
+
if (dirty &
|
|
16006
|
+
/*direction*/
|
|
16007
|
+
1) {
|
|
16008
|
+
attr(img, "alt",
|
|
16009
|
+
/*direction*/
|
|
16010
|
+
ctx[0]);
|
|
16011
|
+
}
|
|
16012
|
+
|
|
16013
|
+
if (dirty &
|
|
16014
|
+
/*direction*/
|
|
16015
|
+
1) {
|
|
16016
|
+
attr(img, "class",
|
|
16017
|
+
/*direction*/
|
|
16018
|
+
ctx[0]);
|
|
16019
|
+
}
|
|
16020
|
+
},
|
|
16021
|
+
|
|
16022
|
+
d(detaching) {
|
|
16023
|
+
if (detaching) detach(img);
|
|
16024
|
+
}
|
|
16025
|
+
|
|
16026
|
+
};
|
|
16027
|
+
} // (55:2) {#if direction === "none"}
|
|
16028
|
+
|
|
16029
|
+
|
|
16030
|
+
function create_if_block$1(ctx) {
|
|
16031
|
+
let img;
|
|
16032
|
+
let img_src_value;
|
|
16033
|
+
return {
|
|
16034
|
+
c() {
|
|
16035
|
+
img = element("img");
|
|
16036
|
+
attr(img, "alt", "not sorted");
|
|
16037
|
+
if (!src_url_equal(img.src, img_src_value = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMTUuMzU5ODg3IgogICBoZWlnaHQ9IjIxLjg0NDI1IgogICB2aWV3Qm94PSIwIDAgNC4wNjM5NzAxIDUuNzc5NjI0NCIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnNTE3IgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM1MTQiIC8+CiAgPGcKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05LjM0NTE0MDMsLTguNzQ0OTg2NikiPgogICAgPHBhdGgKICAgICAgIGQ9Im0gOS40MTc3Njg0LDEyLjM5NzYzMSAxLjczMzU5ODYsMi4wMjMwNyBjIDAuMDI3OTQsMC4wMzI1OSAwLjA2MjYxLDAuMDU4NzUgMC4xMDE2MTEsMC4wNzY2OSAwLjAzOSwwLjAxNzk0IDAuMDgxNDMsMC4wMjcyMiAwLjEyNDM1OSwwLjAyNzIyIDAuMDQyOTMsMCAwLjA4NTM1LC0wLjAwOTMgMC4xMjQzNiwtMC4wMjcyMiAwLjAzOSwtMC4wMTc5NCAwLjA3MzY3LC0wLjA0NDEgMC4xMDE2MSwtMC4wNzY2OSBsIDEuNzMzNTk4LC0yLjAyMzA3IGMgMC4xNjU0NDQsLTAuMTkzMTA0IDAuMDI4MjgsLTAuNDkxMzgxIC0wLjIyNTk4MSwtMC40OTEzODEgSCA5LjY0MzI0MjQgYyAtMC4yNTQyNDgsMCAtMC4zOTE0MTgsMC4yOTgyNzcgLTAuMjI1NDc0LDAuNDkxMzgxIHoiCiAgICAgICBmaWxsPSIjYWRhZGFkIgogICAgICAgaWQ9InBhdGgzMzUiCiAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjY0NTgzIiAvPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gMTMuMzM2NDk0LDEwLjg3MTk2OCAxMS42MDI4ODksOC44NDg4OTY2IGMgLTAuMDI3OTQsLTAuMDMyNTkgLTAuMDYyNjEsLTAuMDU4NzUgLTAuMTAxNjExLC0wLjA3NjY5IC0wLjAzOSwtMC4wMTc5NCAtMC4wODE0MywtMC4wMjcyMiAtMC4xMjQzNTksLTAuMDI3MjIgLTAuMDQyOTMsMCAtMC4wODUzNSwwLjAwOTMgLTAuMTI0MzYsMC4wMjcyMiAtMC4wMzkwMSwwLjAxNzk0IC0wLjA3MzY3LDAuMDQ0MSAtMC4xMDE2MTMsMC4wNzY2OSBMIDkuNDE3MzQ3MSwxMC44NzE5NjggYyAtMC4xNjU0NDcsMC4xOTMxMDMgLTAuMDI4MjgsMC40OTEzNzkgMC4yMjU5NzEsMC40OTEzNzkgaCAzLjQ2NzY5NzkgYyAwLjI1NDIzOCwwIDAuMzkxNDI1LC0wLjI5ODI3NiAwLjIyNTQ3OCwtMC40OTEzNzkgeiIKICAgICAgIGZpbGw9IiNhZGFkYWQiCiAgICAgICBpZD0icGF0aDIiCiAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjY0NTgzIiAvPgogIDwvZz4KPC9zdmc+Cg==")) attr(img, "src", img_src_value);
|
|
16038
|
+
},
|
|
16039
|
+
|
|
16040
|
+
m(target, anchor) {
|
|
16041
|
+
insert(target, img, anchor);
|
|
16042
|
+
},
|
|
16043
|
+
|
|
16044
|
+
p: noop,
|
|
16045
|
+
|
|
16046
|
+
d(detaching) {
|
|
16047
|
+
if (detaching) detach(img);
|
|
16048
|
+
}
|
|
16049
|
+
|
|
16050
|
+
};
|
|
16051
|
+
}
|
|
16052
|
+
|
|
16053
|
+
function create_fragment$5(ctx) {
|
|
16054
|
+
let button;
|
|
16055
|
+
let slot;
|
|
16056
|
+
let t;
|
|
16057
|
+
|
|
16058
|
+
function select_block_type(ctx, dirty) {
|
|
16059
|
+
if (
|
|
16060
|
+
/*direction*/
|
|
16061
|
+
ctx[0] === "none") return create_if_block$1;
|
|
16062
|
+
return create_else_block;
|
|
16063
|
+
}
|
|
16064
|
+
|
|
16065
|
+
let current_block_type = select_block_type(ctx);
|
|
16066
|
+
let if_block = current_block_type(ctx);
|
|
16067
|
+
return {
|
|
16068
|
+
c() {
|
|
16069
|
+
button = element("button");
|
|
16070
|
+
slot = element("slot");
|
|
16071
|
+
t = space();
|
|
16072
|
+
if_block.c();
|
|
16073
|
+
this.c = noop;
|
|
16074
|
+
},
|
|
16075
|
+
|
|
16076
|
+
m(target, anchor) {
|
|
16077
|
+
insert(target, button, anchor);
|
|
16078
|
+
append(button, slot);
|
|
16079
|
+
append(button, t);
|
|
16080
|
+
if_block.m(button, null);
|
|
16081
|
+
},
|
|
16082
|
+
|
|
16083
|
+
p(ctx, [dirty]) {
|
|
16084
|
+
if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block) {
|
|
16085
|
+
if_block.p(ctx, dirty);
|
|
16086
|
+
} else {
|
|
16087
|
+
if_block.d(1);
|
|
16088
|
+
if_block = current_block_type(ctx);
|
|
16089
|
+
|
|
16090
|
+
if (if_block) {
|
|
16091
|
+
if_block.c();
|
|
16092
|
+
if_block.m(button, null);
|
|
16093
|
+
}
|
|
16094
|
+
}
|
|
16095
|
+
},
|
|
16096
|
+
|
|
16097
|
+
i: noop,
|
|
16098
|
+
o: noop,
|
|
16099
|
+
|
|
16100
|
+
d(detaching) {
|
|
16101
|
+
if (detaching) detach(button);
|
|
16102
|
+
if_block.d();
|
|
16103
|
+
}
|
|
16104
|
+
|
|
16105
|
+
};
|
|
16106
|
+
}
|
|
16107
|
+
|
|
16108
|
+
function instance$3($$self, $$props, $$invalidate) {
|
|
16109
|
+
let {
|
|
16110
|
+
direction = "none"
|
|
16111
|
+
} = $$props;
|
|
16112
|
+
|
|
16113
|
+
$$self.$$set = $$props => {
|
|
16114
|
+
if ('direction' in $$props) $$invalidate(0, direction = $$props.direction);
|
|
16115
|
+
};
|
|
16116
|
+
|
|
16117
|
+
return [direction];
|
|
16118
|
+
}
|
|
16119
|
+
|
|
16120
|
+
class TableSortHeader extends SvelteElement {
|
|
16121
|
+
constructor(options) {
|
|
16122
|
+
super();
|
|
16123
|
+
this.shadowRoot.innerHTML = `<style>:host{display:flex;align-items:flex-end}button{border:none;background:none;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;padding:1rem;width:100%;height:100%;text-align:left;gap:0.25rem;align-items:flex-end;justify-content:stretch}button *{align-self:flex-end}img{width:16px;height:22px;scale:0.7}button:hover{background-color:var(--goa-color-greyscale-100);cursor:pointer;color:var(--goa-color-interactive-default)}img.asc{transform:rotate(180deg)}</style>`;
|
|
16124
|
+
init(this, {
|
|
16125
|
+
target: this.shadowRoot,
|
|
16126
|
+
props: attribute_to_object(this.attributes),
|
|
16127
|
+
customElement: true
|
|
16128
|
+
}, instance$3, create_fragment$5, safe_not_equal, {
|
|
16129
|
+
direction: 0
|
|
16130
|
+
}, null);
|
|
16131
|
+
|
|
16132
|
+
if (options) {
|
|
16133
|
+
if (options.target) {
|
|
16134
|
+
insert(options.target, this, options.anchor);
|
|
16135
|
+
}
|
|
16136
|
+
|
|
16137
|
+
if (options.props) {
|
|
16138
|
+
this.$set(options.props);
|
|
16139
|
+
flush();
|
|
16140
|
+
}
|
|
16141
|
+
}
|
|
16142
|
+
}
|
|
16143
|
+
|
|
16144
|
+
static get observedAttributes() {
|
|
16145
|
+
return ["direction"];
|
|
16146
|
+
}
|
|
16147
|
+
|
|
16148
|
+
get direction() {
|
|
16149
|
+
return this.$$.ctx[0];
|
|
16150
|
+
}
|
|
16151
|
+
|
|
16152
|
+
set direction(direction) {
|
|
16153
|
+
this.$$set({
|
|
16154
|
+
direction
|
|
16155
|
+
});
|
|
16156
|
+
flush();
|
|
16157
|
+
}
|
|
16158
|
+
|
|
16159
|
+
}
|
|
16160
|
+
|
|
16161
|
+
customElements.define("goa-table-sort-header", TableSortHeader);
|
|
15948
16162
|
/* libs/web-components/src/components/text-area/TextArea.svelte generated by Svelte v3.51.0 */
|
|
15949
16163
|
|
|
15950
16164
|
function create_fragment$4(ctx) {
|
|
@@ -18467,7 +18681,30 @@
|
|
|
18467
18681
|
};
|
|
18468
18682
|
|
|
18469
18683
|
function GoATable(props) {
|
|
18684
|
+
var ref = react.useRef(null);
|
|
18685
|
+
react.useEffect(function () {
|
|
18686
|
+
if (!ref.current) {
|
|
18687
|
+
return;
|
|
18688
|
+
}
|
|
18689
|
+
|
|
18690
|
+
var current = ref.current;
|
|
18691
|
+
|
|
18692
|
+
var sortListener = function sortListener(e) {
|
|
18693
|
+
var _a;
|
|
18694
|
+
|
|
18695
|
+
var _b = e.detail,
|
|
18696
|
+
sortBy = _b.sortBy,
|
|
18697
|
+
sortDir = _b.sortDir;
|
|
18698
|
+
(_a = props.onSort) === null || _a === void 0 ? void 0 : _a.call(props, sortBy, sortDir);
|
|
18699
|
+
};
|
|
18700
|
+
|
|
18701
|
+
current.addEventListener("_sort", sortListener);
|
|
18702
|
+
return function () {
|
|
18703
|
+
current.removeEventListener("_sort", sortListener);
|
|
18704
|
+
};
|
|
18705
|
+
}, [ref, props.onSort]);
|
|
18470
18706
|
return jsxRuntime.jsx("goa-table", __assign({
|
|
18707
|
+
ref: ref,
|
|
18471
18708
|
width: props.width,
|
|
18472
18709
|
stickyheader: false,
|
|
18473
18710
|
"data-testid": props.testId,
|