@abgov/react-components 4.17.0-alpha.2 → 4.17.0-alpha.3
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/accordion/accordion.d.ts +6 -6
- package/lib/app-header/app-header.d.ts +3 -3
- package/lib/app-header-menu/app-header-menu.d.ts +1 -1
- package/lib/badge/badge.d.ts +13 -13
- package/lib/block/block.d.ts +4 -3
- package/lib/button/button.d.ts +15 -12
- package/lib/button-group/button-group.d.ts +10 -9
- package/lib/calendar/calendar.d.ts +9 -9
- package/lib/callout/callout.d.ts +10 -9
- package/lib/card/card-actions.d.ts +3 -3
- package/lib/card/card-content.d.ts +3 -3
- package/lib/card/card-group.d.ts +3 -3
- package/lib/card/card-image.d.ts +3 -3
- package/lib/card/card.d.ts +3 -3
- package/lib/checkbox/checkbox.d.ts +6 -5
- package/lib/chip/chip.d.ts +6 -6
- package/lib/circular-progress/circular-progress.d.ts +11 -9
- package/lib/container/container.d.ts +12 -12
- package/lib/date-picker/date-picker.d.ts +9 -9
- package/lib/details/details.d.ts +4 -3
- package/lib/divider/divider.d.ts +4 -3
- package/lib/dropdown/dropdown-item.d.ts +4 -4
- package/lib/dropdown/dropdown.d.ts +3 -3
- package/lib/file-upload-card/file-upload-card.d.ts +3 -3
- package/lib/file-upload-input/file-upload-input.d.ts +6 -6
- package/lib/footer/footer.d.ts +4 -3
- package/lib/footer-meta-section/footer-meta-section.d.ts +4 -3
- package/lib/footer-nav-section/footer-nav-section.d.ts +3 -3
- package/lib/form/form-item.d.ts +9 -8
- package/lib/form-step/form-step.d.ts +4 -3
- package/lib/form-stepper/form-stepper.d.ts +4 -3
- package/lib/grid/grid.d.ts +3 -3
- package/lib/hero-banner/hero-banner-actions.d.ts +2 -2
- package/lib/hero-banner/hero-banner.d.ts +3 -3
- package/lib/icon/icon.d.ts +14 -11
- package/lib/icon-button/icon-button.d.ts +10 -9
- package/lib/input/input.d.ts +22 -21
- package/lib/microsite-header/microsite-header.d.ts +15 -12
- package/lib/modal/modal.d.ts +17 -15
- package/lib/notification/notification.d.ts +11 -9
- package/lib/one-column-layout/one-column-layout.d.ts +4 -3
- package/lib/page-block/page-block.d.ts +4 -3
- package/lib/pages/pages.d.ts +3 -3
- package/lib/pagination/pagination.d.ts +4 -3
- package/lib/popover/popover.d.ts +6 -6
- package/lib/radio-group/radio-group.d.ts +8 -7
- package/lib/radio-group/radio.d.ts +3 -3
- package/lib/side-menu/side-menu.d.ts +4 -3
- package/lib/side-menu-group/side-menu-group.d.ts +3 -3
- package/lib/side-menu-heading/side-menu-heading.d.ts +3 -3
- package/lib/skeleton/skeleton.d.ts +11 -9
- package/lib/spacer/spacer.d.ts +4 -3
- package/lib/spinner/spinner.d.ts +4 -3
- package/lib/tab/tab.d.ts +4 -3
- package/lib/table/table-sort-header.d.ts +3 -3
- package/lib/table/table.d.ts +8 -6
- package/lib/tabs/tabs.d.ts +3 -3
- package/lib/textarea/textarea.d.ts +3 -3
- package/lib/three-column-layout/three-column-layout.d.ts +3 -3
- package/lib/tooltip/tooltip.d.ts +10 -8
- package/lib/two-column-layout/two-column-layout.d.ts +3 -3
- package/package.json +1 -1
- package/react-components.esm.js +135 -135
- package/react-components.umd.js +89 -89
package/react-components.umd.js
CHANGED
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
_tabItems[index].setAttribute("open","true");// display tab content
|
|
1541
1541
|
}});_panelEl.setAttribute("aria-labelledby",`tab-${_currentTab}`);_panelEl.setAttribute("id",`tabpanel-${_currentTab}`);}function handleKeydownEvents(){_rootEl.addEventListener("keydown",onKeyDown);}function onKeyDown(e){let isHandled=false;switch(e.key){case'ArrowUp':case'ArrowLeft':if(_currentTab===1){setCurrentTab(_tabItems.length);}else {setCurrentTab(_currentTab-1);}isHandled=true;break;case'ArrowDown':case'ArrowRight':if(_currentTab===_tabItems.length){setCurrentTab(1);}else {setCurrentTab(_currentTab+1);}isHandled=true;break;case'Home':setCurrentTab(1);isHandled=true;break;case'End':setCurrentTab(_tabItems.length);isHandled=true;break;}if(isHandled){e.stopPropagation();e.preventDefault();}}function div0_binding($$value){binding_callbacks[$$value?'unshift':'push'](()=>{_tabs=$$value;$$invalidate(1,_tabs);});}function div1_binding($$value){binding_callbacks[$$value?'unshift':'push'](()=>{_panelEl=$$value;$$invalidate(2,_panelEl);});}function div2_binding($$value){binding_callbacks[$$value?'unshift':'push'](()=>{_rootEl=$$value;$$invalidate(0,_rootEl);});}$$self.$$set=$$props=>{if('initialtab'in $$props)$$invalidate(3,initialtab=$$props.initialtab);};return [_rootEl,_tabs,_panelEl,initialtab,div0_binding,div1_binding,div2_binding];}class Tabs extends SvelteElement{constructor(options){super();const style=document.createElement('style');style.textContent=`:host{box-sizing:border-box;font:var(--goa-typography-body-m)}.tab{display:flex;gap:var(--goa-space-xs)}[role="tab"]{background:none;overflow:hidden;white-space:nowrap;cursor:pointer;border:none;font:var(--goa-typography-body-m);color:var(--goa-color-text-default);letter-spacing:0.03125rem}[role="tab"][aria-selected="true"]{font:var(--goa-typography-heading-s)}[role="tab"]:focus-visible{outline:var(--goa-border-width-l) solid var(--goa-color-interactive-focus)}[role="tab"]:hover:not([aria-selected="true"]),[role="tab"]:focus:not([aria-selected="true"]),[role="tab"]:focus-visible:not([aria-selected="true"]){border-color:var(--goa-color-greyscale-200)}@media screen and (max-width: 623px){@media not (max-color:2147477350){[role="tablist"]{border-bottom:none}.tabs{border-bottom:var(--goa-border-width-s) solid var(--goa-color-greyscale-200);display:flex;gap:var(--goa-space-xl)}[role="tab"]{padding:var(--goa-space-s) var(--goa-space-m);border-bottom:4px solid transparent}[role="tab"][aria-selected="true"]{border-color:var(--goa-color-interactive-default)}}}@media not screen and (max-width: 623px){@media not (color:2147477350){[role="tablist"]{border-bottom:none}.tabs{border-bottom:var(--goa-border-width-s) solid var(--goa-color-greyscale-200);display:flex;gap:var(--goa-space-xl)}[role="tab"]{padding:var(--goa-space-s) var(--goa-space-m);border-bottom:4px solid transparent}[role="tab"][aria-selected="true"]{border-color:var(--goa-color-interactive-default)}}}@media screen and (max-width: 623px){[role="tab"]{width:100%;padding:var(--goa-space-xs) 0;padding-left:12px;border-left:4px solid transparent}[role="tab"][aria-selected="true"]{border-color:var(--goa-color-interactive-default);background:var(--goa-color-info-background)}}`;this.shadowRoot.appendChild(style);init(this,{target:this.shadowRoot,props:attribute_to_object(this.attributes),customElement:true},instance,create_fragment,safe_not_equal,{initialtab:3},null);if(options){if(options.target){insert(options.target,this,options.anchor);}if(options.props){this.$set(options.props);flush();}}}static get observedAttributes(){return ["initialtab"];}get initialtab(){return this.$$.ctx[3];}set initialtab(initialtab){this.$$set({initialtab});flush();}}customElements.define("goa-tabs",Tabs);
|
|
1542
1542
|
|
|
1543
|
-
|
|
1543
|
+
function GoADatePicker(_a) {
|
|
1544
1544
|
var name = _a.name,
|
|
1545
1545
|
value = _a.value,
|
|
1546
1546
|
min = _a.min,
|
|
@@ -1572,9 +1572,9 @@
|
|
|
1572
1572
|
mb: mb,
|
|
1573
1573
|
ml: ml
|
|
1574
1574
|
}, void 0);
|
|
1575
|
-
}
|
|
1575
|
+
}
|
|
1576
1576
|
|
|
1577
|
-
|
|
1577
|
+
function GoACalendar(_a) {
|
|
1578
1578
|
var name = _a.name,
|
|
1579
1579
|
value = _a.value,
|
|
1580
1580
|
min = _a.min,
|
|
@@ -1606,7 +1606,7 @@
|
|
|
1606
1606
|
mb: mb,
|
|
1607
1607
|
ml: ml
|
|
1608
1608
|
}, void 0);
|
|
1609
|
-
}
|
|
1609
|
+
}
|
|
1610
1610
|
|
|
1611
1611
|
/*! *****************************************************************************
|
|
1612
1612
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1758,7 +1758,7 @@
|
|
|
1758
1758
|
}, void 0);
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
|
-
|
|
1761
|
+
function GoAAccordion(_a) {
|
|
1762
1762
|
var open = _a.open,
|
|
1763
1763
|
heading = _a.heading,
|
|
1764
1764
|
headingSize = _a.headingSize,
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
children: headingContent
|
|
1788
1788
|
}), void 0), children]
|
|
1789
1789
|
}), void 0);
|
|
1790
|
-
}
|
|
1790
|
+
}
|
|
1791
1791
|
|
|
1792
1792
|
function GoAFormStep(props) {
|
|
1793
1793
|
return jsxRuntime.jsx("goa-form-step", {
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
}), void 0);
|
|
1837
1837
|
}
|
|
1838
1838
|
|
|
1839
|
-
|
|
1839
|
+
function GoAAppHeader(_a) {
|
|
1840
1840
|
var heading = _a.heading,
|
|
1841
1841
|
url = _a.url,
|
|
1842
1842
|
maxContentWidth = _a.maxContentWidth,
|
|
@@ -1850,9 +1850,9 @@
|
|
|
1850
1850
|
}, {
|
|
1851
1851
|
children: children
|
|
1852
1852
|
}), void 0);
|
|
1853
|
-
}
|
|
1853
|
+
}
|
|
1854
1854
|
|
|
1855
|
-
|
|
1855
|
+
function GoABadge(_a) {
|
|
1856
1856
|
var type = _a.type,
|
|
1857
1857
|
content = _a.content,
|
|
1858
1858
|
icon = _a.icon,
|
|
@@ -1873,12 +1873,12 @@
|
|
|
1873
1873
|
mb: mb,
|
|
1874
1874
|
ml: ml
|
|
1875
1875
|
}, void 0);
|
|
1876
|
-
}
|
|
1876
|
+
}
|
|
1877
1877
|
/**
|
|
1878
1878
|
* @deprecated
|
|
1879
1879
|
*/
|
|
1880
1880
|
|
|
1881
|
-
|
|
1881
|
+
function GoAInfoBadge(_a) {
|
|
1882
1882
|
var content = _a.content,
|
|
1883
1883
|
testId = _a.testId,
|
|
1884
1884
|
icon = _a.icon,
|
|
@@ -1898,12 +1898,12 @@
|
|
|
1898
1898
|
mb: mb,
|
|
1899
1899
|
ml: ml
|
|
1900
1900
|
}, void 0);
|
|
1901
|
-
}
|
|
1901
|
+
}
|
|
1902
1902
|
/**
|
|
1903
1903
|
* @deprecated
|
|
1904
1904
|
*/
|
|
1905
1905
|
|
|
1906
|
-
|
|
1906
|
+
function GoASuccessBadge(_a) {
|
|
1907
1907
|
var content = _a.content,
|
|
1908
1908
|
testId = _a.testId,
|
|
1909
1909
|
icon = _a.icon,
|
|
@@ -1923,12 +1923,12 @@
|
|
|
1923
1923
|
mb: mb,
|
|
1924
1924
|
ml: ml
|
|
1925
1925
|
}, void 0);
|
|
1926
|
-
}
|
|
1926
|
+
}
|
|
1927
1927
|
/**
|
|
1928
1928
|
* @deprecated
|
|
1929
1929
|
*/
|
|
1930
1930
|
|
|
1931
|
-
|
|
1931
|
+
function GoAImportantBadge(_a) {
|
|
1932
1932
|
var content = _a.content,
|
|
1933
1933
|
testId = _a.testId,
|
|
1934
1934
|
icon = _a.icon,
|
|
@@ -1948,12 +1948,12 @@
|
|
|
1948
1948
|
mb: mb,
|
|
1949
1949
|
ml: ml
|
|
1950
1950
|
}, void 0);
|
|
1951
|
-
}
|
|
1951
|
+
}
|
|
1952
1952
|
/**
|
|
1953
1953
|
* @deprecated
|
|
1954
1954
|
*/
|
|
1955
1955
|
|
|
1956
|
-
|
|
1956
|
+
function GoAEmergencyBadge(_a) {
|
|
1957
1957
|
var content = _a.content,
|
|
1958
1958
|
testId = _a.testId,
|
|
1959
1959
|
icon = _a.icon,
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
mb: mb,
|
|
1974
1974
|
ml: ml
|
|
1975
1975
|
}, void 0);
|
|
1976
|
-
}
|
|
1976
|
+
}
|
|
1977
1977
|
|
|
1978
1978
|
function GoABlock(props) {
|
|
1979
1979
|
return jsxRuntime.jsx("goa-block", __assign({
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
}), void 0);
|
|
1991
1991
|
}
|
|
1992
1992
|
|
|
1993
|
-
|
|
1993
|
+
function GoAButtonGroup(_a) {
|
|
1994
1994
|
var alignment = _a.alignment,
|
|
1995
1995
|
gap = _a.gap,
|
|
1996
1996
|
testId = _a.testId,
|
|
@@ -2010,9 +2010,9 @@
|
|
|
2010
2010
|
}, {
|
|
2011
2011
|
children: children
|
|
2012
2012
|
}), void 0);
|
|
2013
|
-
}
|
|
2013
|
+
}
|
|
2014
2014
|
|
|
2015
|
-
|
|
2015
|
+
function GoAButton(_a) {
|
|
2016
2016
|
var _b = _a.disabled,
|
|
2017
2017
|
disabled = _b === void 0 ? false : _b,
|
|
2018
2018
|
_c = _a.type,
|
|
@@ -2065,7 +2065,7 @@
|
|
|
2065
2065
|
}, {
|
|
2066
2066
|
children: children
|
|
2067
2067
|
}), void 0);
|
|
2068
|
-
}
|
|
2068
|
+
}
|
|
2069
2069
|
|
|
2070
2070
|
var GoACallout = function GoACallout(_a) {
|
|
2071
2071
|
var heading = _a.heading,
|
|
@@ -2093,7 +2093,7 @@
|
|
|
2093
2093
|
}), void 0);
|
|
2094
2094
|
};
|
|
2095
2095
|
|
|
2096
|
-
|
|
2096
|
+
function GoACheckbox(_a) {
|
|
2097
2097
|
var id = _a.id,
|
|
2098
2098
|
name = _a.name,
|
|
2099
2099
|
testId = _a.testId,
|
|
@@ -2147,7 +2147,7 @@
|
|
|
2147
2147
|
}, {
|
|
2148
2148
|
children: children
|
|
2149
2149
|
}), void 0);
|
|
2150
|
-
}
|
|
2150
|
+
}
|
|
2151
2151
|
|
|
2152
2152
|
var GoAChip = function GoAChip(_a) {
|
|
2153
2153
|
var _b = _a.leadingIcon,
|
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
}, void 0);
|
|
2212
2212
|
};
|
|
2213
2213
|
|
|
2214
|
-
|
|
2214
|
+
function GoAContainer(_a) {
|
|
2215
2215
|
var accent = _a.accent,
|
|
2216
2216
|
heading = _a.heading,
|
|
2217
2217
|
title = _a.title,
|
|
@@ -2245,7 +2245,7 @@
|
|
|
2245
2245
|
children: actions
|
|
2246
2246
|
}), void 0)]
|
|
2247
2247
|
}), void 0);
|
|
2248
|
-
}
|
|
2248
|
+
}
|
|
2249
2249
|
|
|
2250
2250
|
function GoADetails(props) {
|
|
2251
2251
|
return jsxRuntime.jsx("goa-details", __assign({
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
return JSON.stringify(value);
|
|
2283
2283
|
}
|
|
2284
2284
|
|
|
2285
|
-
|
|
2285
|
+
function GoADropdown(props) {
|
|
2286
2286
|
var el = react.useRef(null);
|
|
2287
2287
|
react.useEffect(function () {
|
|
2288
2288
|
if (!el.current) {
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
}, {
|
|
2330
2330
|
children: props.children
|
|
2331
2331
|
}), void 0);
|
|
2332
|
-
}
|
|
2332
|
+
}
|
|
2333
2333
|
|
|
2334
2334
|
function GoADropdownOption(props) {
|
|
2335
2335
|
react.useEffect(function () {
|
|
@@ -2389,7 +2389,7 @@
|
|
|
2389
2389
|
}), void 0);
|
|
2390
2390
|
}
|
|
2391
2391
|
|
|
2392
|
-
|
|
2392
|
+
function GoAFormItem(_a) {
|
|
2393
2393
|
var children = _a.children,
|
|
2394
2394
|
helpText = _a.helpText,
|
|
2395
2395
|
error = _a.error,
|
|
@@ -2417,9 +2417,9 @@
|
|
|
2417
2417
|
}, {
|
|
2418
2418
|
children: children
|
|
2419
2419
|
}), void 0);
|
|
2420
|
-
}
|
|
2420
|
+
}
|
|
2421
2421
|
|
|
2422
|
-
|
|
2422
|
+
function GoAGrid(_a) {
|
|
2423
2423
|
var gap = _a.gap,
|
|
2424
2424
|
minChildWidth = _a.minChildWidth,
|
|
2425
2425
|
mt = _a.mt,
|
|
@@ -2439,9 +2439,9 @@
|
|
|
2439
2439
|
}, {
|
|
2440
2440
|
children: children
|
|
2441
2441
|
}), void 0);
|
|
2442
|
-
}
|
|
2442
|
+
}
|
|
2443
2443
|
|
|
2444
|
-
|
|
2444
|
+
function GoAHeroBanner(_a) {
|
|
2445
2445
|
var heading = _a.heading,
|
|
2446
2446
|
backgroundUrl = _a.backgroundUrl,
|
|
2447
2447
|
minHeight = _a.minHeight,
|
|
@@ -2461,18 +2461,18 @@
|
|
|
2461
2461
|
}, {
|
|
2462
2462
|
children: children
|
|
2463
2463
|
}), void 0);
|
|
2464
|
-
}
|
|
2464
|
+
}
|
|
2465
2465
|
|
|
2466
|
-
|
|
2466
|
+
function GoAHeroBannerActions(_a) {
|
|
2467
2467
|
var children = _a.children;
|
|
2468
2468
|
return jsxRuntime.jsx("div", __assign({
|
|
2469
2469
|
slot: "actions"
|
|
2470
2470
|
}, {
|
|
2471
2471
|
children: children
|
|
2472
2472
|
}), void 0);
|
|
2473
|
-
}
|
|
2473
|
+
}
|
|
2474
2474
|
|
|
2475
|
-
|
|
2475
|
+
function GoAIconButton(_a) {
|
|
2476
2476
|
var icon = _a.icon,
|
|
2477
2477
|
disabled = _a.disabled,
|
|
2478
2478
|
_b = _a.variant,
|
|
@@ -2523,7 +2523,7 @@
|
|
|
2523
2523
|
}, {
|
|
2524
2524
|
children: children
|
|
2525
2525
|
}), void 0);
|
|
2526
|
-
}
|
|
2526
|
+
}
|
|
2527
2527
|
|
|
2528
2528
|
function GoAIcon(_a) {
|
|
2529
2529
|
var type = _a.type,
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
}, void 0);
|
|
2547
2547
|
}
|
|
2548
2548
|
|
|
2549
|
-
|
|
2549
|
+
function GoAInput(_a) {
|
|
2550
2550
|
var id = _a.id,
|
|
2551
2551
|
debounce = _a.debounce,
|
|
2552
2552
|
name = _a.name,
|
|
@@ -2666,7 +2666,7 @@
|
|
|
2666
2666
|
children: trailingContent
|
|
2667
2667
|
}), void 0)]
|
|
2668
2668
|
}), void 0);
|
|
2669
|
-
}
|
|
2669
|
+
}
|
|
2670
2670
|
|
|
2671
2671
|
var onDateChangeHandler = function onDateChangeHandler(onChange) {
|
|
2672
2672
|
return function (name, value) {
|
|
@@ -2712,17 +2712,17 @@
|
|
|
2712
2712
|
return dateFns.format(value, tmpl);
|
|
2713
2713
|
}
|
|
2714
2714
|
|
|
2715
|
-
|
|
2715
|
+
function GoAInputText(props) {
|
|
2716
2716
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2717
2717
|
type: "text"
|
|
2718
2718
|
}), void 0);
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2719
|
+
}
|
|
2720
|
+
function GoAInputPassword(props) {
|
|
2721
2721
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2722
2722
|
type: "password"
|
|
2723
2723
|
}), void 0);
|
|
2724
|
-
}
|
|
2725
|
-
|
|
2724
|
+
}
|
|
2725
|
+
function GoAInputDate(_a) {
|
|
2726
2726
|
var value = _a.value,
|
|
2727
2727
|
_b = _a.min,
|
|
2728
2728
|
min = _b === void 0 ? "" : _b,
|
|
@@ -2737,8 +2737,8 @@
|
|
|
2737
2737
|
max: toString(max),
|
|
2738
2738
|
value: toString(value)
|
|
2739
2739
|
}), void 0);
|
|
2740
|
-
}
|
|
2741
|
-
|
|
2740
|
+
}
|
|
2741
|
+
function GoAInputTime(_a) {
|
|
2742
2742
|
var value = _a.value;
|
|
2743
2743
|
_a.min;
|
|
2744
2744
|
_a.max;
|
|
@@ -2749,8 +2749,8 @@
|
|
|
2749
2749
|
value: value,
|
|
2750
2750
|
type: "time"
|
|
2751
2751
|
}), void 0);
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2752
|
+
}
|
|
2753
|
+
function GoAInputDateTime(_a) {
|
|
2754
2754
|
var value = _a.value;
|
|
2755
2755
|
_a.min;
|
|
2756
2756
|
_a.max;
|
|
@@ -2761,29 +2761,29 @@
|
|
|
2761
2761
|
value: toString(value, "yyyy-MM-dd'T'HH:mm"),
|
|
2762
2762
|
type: "datetime-local"
|
|
2763
2763
|
}), void 0);
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2764
|
+
}
|
|
2765
|
+
function GoAInputEmail(props) {
|
|
2766
2766
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2767
2767
|
type: "email"
|
|
2768
2768
|
}), void 0);
|
|
2769
|
-
}
|
|
2770
|
-
|
|
2769
|
+
}
|
|
2770
|
+
function GoAInputSearch(props) {
|
|
2771
2771
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2772
2772
|
type: "search",
|
|
2773
2773
|
trailingIcon: "search"
|
|
2774
2774
|
}), void 0);
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2775
|
+
}
|
|
2776
|
+
function GoAInputUrl(props) {
|
|
2777
2777
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2778
2778
|
type: "url"
|
|
2779
2779
|
}), void 0);
|
|
2780
|
-
}
|
|
2781
|
-
|
|
2780
|
+
}
|
|
2781
|
+
function GoAInputTel(props) {
|
|
2782
2782
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2783
2783
|
type: "tel"
|
|
2784
2784
|
}), void 0);
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2785
|
+
}
|
|
2786
|
+
function GoAInputFile(props) {
|
|
2787
2787
|
return jsxRuntime.jsx("input", {
|
|
2788
2788
|
id: props.id,
|
|
2789
2789
|
name: props.name,
|
|
@@ -2795,13 +2795,13 @@
|
|
|
2795
2795
|
backgroundColor: "revert"
|
|
2796
2796
|
}
|
|
2797
2797
|
}, void 0);
|
|
2798
|
-
}
|
|
2799
|
-
|
|
2798
|
+
}
|
|
2799
|
+
function GoAInputMonth(props) {
|
|
2800
2800
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2801
2801
|
type: "month"
|
|
2802
2802
|
}), void 0);
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2803
|
+
}
|
|
2804
|
+
function GoAInputNumber(_a) {
|
|
2805
2805
|
var _b = _a.min,
|
|
2806
2806
|
min = _b === void 0 ? Number.MIN_VALUE : _b,
|
|
2807
2807
|
_c = _a.max,
|
|
@@ -2834,14 +2834,14 @@
|
|
|
2834
2834
|
onBlur: onBlur,
|
|
2835
2835
|
type: "number"
|
|
2836
2836
|
}), void 0);
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2837
|
+
}
|
|
2838
|
+
function GoAInputRange(props) {
|
|
2839
2839
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
2840
2840
|
type: "range"
|
|
2841
2841
|
}), void 0);
|
|
2842
|
-
}
|
|
2842
|
+
}
|
|
2843
2843
|
|
|
2844
|
-
|
|
2844
|
+
function GoAMicrositeHeader(_a) {
|
|
2845
2845
|
var type = _a.type,
|
|
2846
2846
|
version = _a.version,
|
|
2847
2847
|
feedbackUrl = _a.feedbackUrl,
|
|
@@ -2858,9 +2858,9 @@
|
|
|
2858
2858
|
feedbackurltarget: feedbackUrlTarget,
|
|
2859
2859
|
headerurltarget: headerUrlTarget
|
|
2860
2860
|
}, void 0);
|
|
2861
|
-
}
|
|
2861
|
+
}
|
|
2862
2862
|
|
|
2863
|
-
|
|
2863
|
+
function GoAModal(_a) {
|
|
2864
2864
|
var heading = _a.heading,
|
|
2865
2865
|
children = _a.children,
|
|
2866
2866
|
maxWidth = _a.maxWidth,
|
|
@@ -2905,7 +2905,7 @@
|
|
|
2905
2905
|
closable: !!onClose,
|
|
2906
2906
|
maxwidth: maxWidth,
|
|
2907
2907
|
transition: transition,
|
|
2908
|
-
|
|
2908
|
+
calloutvariant: calloutVariant,
|
|
2909
2909
|
"data-testid": testId
|
|
2910
2910
|
}, {
|
|
2911
2911
|
children: [heading && jsxRuntime.jsx("div", __assign({
|
|
@@ -2918,7 +2918,7 @@
|
|
|
2918
2918
|
children: actions
|
|
2919
2919
|
}), void 0), children]
|
|
2920
2920
|
}), void 0);
|
|
2921
|
-
}
|
|
2921
|
+
}
|
|
2922
2922
|
|
|
2923
2923
|
var GoANotification = function GoANotification(_a) {
|
|
2924
2924
|
var _b = _a.type,
|
|
@@ -2962,16 +2962,16 @@
|
|
|
2962
2962
|
}, void 0);
|
|
2963
2963
|
}
|
|
2964
2964
|
|
|
2965
|
-
|
|
2965
|
+
function GoAPageBlock(props) {
|
|
2966
2966
|
return jsxRuntime.jsx("goa-page-block", __assign({
|
|
2967
2967
|
width: props.width,
|
|
2968
2968
|
"data-testid": props.testId
|
|
2969
2969
|
}, {
|
|
2970
2970
|
children: props.children
|
|
2971
2971
|
}), void 0);
|
|
2972
|
-
}
|
|
2972
|
+
}
|
|
2973
2973
|
|
|
2974
|
-
|
|
2974
|
+
function GoARadioItem(_a) {
|
|
2975
2975
|
var name = _a.name,
|
|
2976
2976
|
label = _a.label,
|
|
2977
2977
|
value = _a.value,
|
|
@@ -2993,9 +2993,9 @@
|
|
|
2993
2993
|
}, {
|
|
2994
2994
|
children: children
|
|
2995
2995
|
}), void 0);
|
|
2996
|
-
}
|
|
2996
|
+
}
|
|
2997
2997
|
|
|
2998
|
-
|
|
2998
|
+
function GoARadioGroup(_a) {
|
|
2999
2999
|
var name = _a.name,
|
|
3000
3000
|
value = _a.value,
|
|
3001
3001
|
children = _a.children,
|
|
@@ -3049,7 +3049,7 @@
|
|
|
3049
3049
|
}, {
|
|
3050
3050
|
children: children
|
|
3051
3051
|
}), void 0);
|
|
3052
|
-
}
|
|
3052
|
+
}
|
|
3053
3053
|
|
|
3054
3054
|
function GoAPagination(props) {
|
|
3055
3055
|
var ref = react.useRef();
|
|
@@ -3084,7 +3084,7 @@
|
|
|
3084
3084
|
}, void 0);
|
|
3085
3085
|
}
|
|
3086
3086
|
|
|
3087
|
-
|
|
3087
|
+
function GoAPopover(_a) {
|
|
3088
3088
|
var target = _a.target,
|
|
3089
3089
|
testId = _a.testId,
|
|
3090
3090
|
maxWidth = _a.maxWidth,
|
|
@@ -3113,7 +3113,7 @@
|
|
|
3113
3113
|
children: target
|
|
3114
3114
|
}), void 0)]
|
|
3115
3115
|
}), void 0);
|
|
3116
|
-
}
|
|
3116
|
+
}
|
|
3117
3117
|
|
|
3118
3118
|
var GoASkeleton = function GoASkeleton(_a) {
|
|
3119
3119
|
var maxWidth = _a.maxWidth,
|
|
@@ -3146,7 +3146,7 @@
|
|
|
3146
3146
|
}, void 0);
|
|
3147
3147
|
}
|
|
3148
3148
|
|
|
3149
|
-
|
|
3149
|
+
function GoASpinner(_a) {
|
|
3150
3150
|
var type = _a.type,
|
|
3151
3151
|
size = _a.size,
|
|
3152
3152
|
progress = _a.progress,
|
|
@@ -3159,7 +3159,7 @@
|
|
|
3159
3159
|
invert: invert,
|
|
3160
3160
|
"data-testid": testId
|
|
3161
3161
|
}, void 0);
|
|
3162
|
-
}
|
|
3162
|
+
}
|
|
3163
3163
|
|
|
3164
3164
|
function GoATable(props) {
|
|
3165
3165
|
var ref = react.useRef(null);
|
|
@@ -3205,7 +3205,7 @@
|
|
|
3205
3205
|
}), void 0);
|
|
3206
3206
|
}
|
|
3207
3207
|
|
|
3208
|
-
|
|
3208
|
+
function GoATableSortHeader(_a) {
|
|
3209
3209
|
var name = _a.name,
|
|
3210
3210
|
_b = _a.direction,
|
|
3211
3211
|
direction = _b === void 0 ? "none" : _b,
|
|
@@ -3216,9 +3216,9 @@
|
|
|
3216
3216
|
}, {
|
|
3217
3217
|
children: children
|
|
3218
3218
|
}), void 0);
|
|
3219
|
-
}
|
|
3219
|
+
}
|
|
3220
3220
|
|
|
3221
|
-
|
|
3221
|
+
function GoATextArea(_a) {
|
|
3222
3222
|
var name = _a.name,
|
|
3223
3223
|
value = _a.value,
|
|
3224
3224
|
placeholder = _a.placeholder,
|
|
@@ -3273,9 +3273,9 @@
|
|
|
3273
3273
|
mb: mb,
|
|
3274
3274
|
ml: ml
|
|
3275
3275
|
}, void 0);
|
|
3276
|
-
}
|
|
3276
|
+
}
|
|
3277
3277
|
|
|
3278
|
-
|
|
3278
|
+
function GoATooltip(props) {
|
|
3279
3279
|
return jsxRuntime.jsx("goa-tooltip", __assign({
|
|
3280
3280
|
position: props.position,
|
|
3281
3281
|
content: props.content,
|
|
@@ -3288,7 +3288,7 @@
|
|
|
3288
3288
|
}, {
|
|
3289
3289
|
children: props.children
|
|
3290
3290
|
}), void 0);
|
|
3291
|
-
}
|
|
3291
|
+
}
|
|
3292
3292
|
|
|
3293
3293
|
function GoATwoColumnLayout(props) {
|
|
3294
3294
|
return jsxRuntime.jsxs("goa-two-column-layout", __assign({
|
|
@@ -3351,7 +3351,7 @@
|
|
|
3351
3351
|
}), void 0);
|
|
3352
3352
|
}
|
|
3353
3353
|
|
|
3354
|
-
|
|
3354
|
+
function GoATab(_a) {
|
|
3355
3355
|
var heading = _a.heading,
|
|
3356
3356
|
children = _a.children;
|
|
3357
3357
|
return jsxRuntime.jsxs("goa-tab", {
|
|
@@ -3361,7 +3361,7 @@
|
|
|
3361
3361
|
children: heading
|
|
3362
3362
|
}), void 0), children]
|
|
3363
3363
|
}, void 0);
|
|
3364
|
-
}
|
|
3364
|
+
}
|
|
3365
3365
|
|
|
3366
3366
|
exports.GoAAccordion = GoAAccordion;
|
|
3367
3367
|
exports.GoAAppFooter = GoAAppFooter;
|