@department-of-veterans-affairs/component-library 49.3.0 → 49.4.1
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/dist/1214.app.bundle.js +1 -1
- package/dist/1450.app.bundle.js +1 -1
- package/dist/2222.app.bundle.js +1 -1
- package/dist/2387.app.bundle.js +1 -1
- package/dist/2654.app.bundle.js +1 -1
- package/dist/2664.app.bundle.js +1 -1
- package/dist/286.app.bundle.js +1 -1
- package/dist/3071.app.bundle.js +1 -1
- package/dist/3156.app.bundle.js +1 -1
- package/dist/4064.app.bundle.js +1 -1
- package/dist/4117.app.bundle.js +1 -1
- package/dist/4140.app.bundle.js +1 -1
- package/dist/4493.app.bundle.js +1 -1
- package/dist/4715.app.bundle.js +1 -1
- package/dist/5155.app.bundle.js +1 -1
- package/dist/5306.app.bundle.js +1 -1
- package/dist/5610.app.bundle.js +1 -1
- package/dist/5699.app.bundle.js +1 -1
- package/dist/5830.app.bundle.js +1 -1
- package/dist/6034.app.bundle.js +1 -1
- package/dist/6246.app.bundle.js +1 -1
- package/dist/6247.app.bundle.js +1 -1
- package/dist/641.app.bundle.js +1 -1
- package/dist/6527.app.bundle.js +1 -1
- package/dist/6655.app.bundle.js +2 -0
- package/dist/712.app.bundle.js +1 -1
- package/dist/7367.app.bundle.js +1 -1
- package/dist/7531.app.bundle.js +1 -1
- package/dist/7663.app.bundle.js +1 -1
- package/dist/7821.app.bundle.js +1 -1
- package/dist/8175.app.bundle.js +1 -1
- package/dist/82.app.bundle.js +1 -1
- package/dist/8762.app.bundle.js +1 -1
- package/dist/9157.app.bundle.js +1 -1
- package/dist/9161.app.bundle.js +1 -0
- package/dist/9288.app.bundle.js +1 -1
- package/dist/9670.app.bundle.js +1 -1
- package/dist/9724.app.bundle.js +1 -1
- package/dist/9800.app.bundle.js +1 -1
- package/dist/app.bundle.js +1 -1
- package/dist/components/types/components.d.ts +238 -162
- package/dist/components/utils.js +1 -1
- package/dist/components/va-accordion.js +1 -1
- package/dist/components/va-additional-info.js +1 -1
- package/dist/components/va-alert-expandable.js +1 -1
- package/dist/components/va-button2.js +1 -1
- package/dist/components/va-card2.js +1 -1
- package/dist/components/va-checkbox2.js +1 -1
- package/dist/components/va-file-input-multiple.js +1 -1
- package/dist/components/va-file-input2.js +1 -1
- package/dist/components/va-header-minimal.js +1 -1
- package/dist/components/va-icon2.js +1 -1
- package/dist/components/va-language-toggle.js +1 -1
- package/dist/components/va-link-action.js +1 -1
- package/dist/components/va-loading-indicator.js +1 -1
- package/dist/components/va-minimal-footer.js +1 -1
- package/dist/components/va-need-help.js +1 -1
- package/dist/components/va-official-gov-banner2.js +1 -1
- package/dist/components/va-omb-info.js +1 -1
- package/dist/components/va-privacy-agreement.js +1 -1
- package/dist/components/va-process-list-item.js +1 -1
- package/dist/components/va-process-list.js +1 -1
- package/dist/components/va-progress-bar.js +1 -1
- package/dist/components/va-progress-bar2.js +1 -0
- package/dist/components/va-radio-option.js +1 -1
- package/dist/components/va-radio.js +1 -1
- package/dist/components/va-search-input.js +1 -1
- package/dist/components/va-select2.js +1 -1
- package/dist/components/va-service-list-item.js +1 -1
- package/dist/components/va-statement-of-truth.js +1 -1
- package/dist/components/va-summary-box.js +1 -1
- package/dist/components/va-table-inner2.js +1 -1
- package/dist/components/va-table-row.js +1 -1
- package/dist/components/va-table.js +1 -1
- package/dist/components/va-telephone2.js +1 -1
- package/dist/components/va-textarea.js +1 -1
- package/package.json +2 -2
- package/dist/196.app.bundle.js +0 -2
- package/dist/326.app.bundle.js +0 -1
- package/dist/5628.app.bundle.js +0 -1
- /package/dist/{196.app.bundle.js.LICENSE.txt → 6655.app.bundle.js.LICENSE.txt} +0 -0
|
@@ -60,7 +60,7 @@ export namespace Components {
|
|
|
60
60
|
/**
|
|
61
61
|
* @componentName Additional info
|
|
62
62
|
* @maturityCategory use
|
|
63
|
-
* @maturityLevel
|
|
63
|
+
* @maturityLevel best_practice
|
|
64
64
|
*/
|
|
65
65
|
interface VaAdditionalInfo {
|
|
66
66
|
/**
|
|
@@ -118,8 +118,8 @@ export namespace Components {
|
|
|
118
118
|
/**
|
|
119
119
|
* @componentName Alert - expandable
|
|
120
120
|
* @guidanceHref alert/alert-expandable
|
|
121
|
-
* @maturityCategory
|
|
122
|
-
* @maturityLevel
|
|
121
|
+
* @maturityCategory use
|
|
122
|
+
* @maturityLevel deployed
|
|
123
123
|
*/
|
|
124
124
|
interface VaAlertExpandable {
|
|
125
125
|
/**
|
|
@@ -243,8 +243,8 @@ export namespace Components {
|
|
|
243
243
|
/**
|
|
244
244
|
* @componentName Button
|
|
245
245
|
* @nativeHandler onClick
|
|
246
|
-
* @maturityCategory
|
|
247
|
-
* @maturityLevel
|
|
246
|
+
* @maturityCategory use
|
|
247
|
+
* @maturityLevel deployed
|
|
248
248
|
*/
|
|
249
249
|
interface VaButton {
|
|
250
250
|
/**
|
|
@@ -267,6 +267,10 @@ export namespace Components {
|
|
|
267
267
|
* If `true`, the click event will not fire.
|
|
268
268
|
*/
|
|
269
269
|
"disabled"?: boolean;
|
|
270
|
+
/**
|
|
271
|
+
* If `true`, the button will expand to the full available width of its container.
|
|
272
|
+
*/
|
|
273
|
+
"fullWidth"?: boolean;
|
|
270
274
|
/**
|
|
271
275
|
* The aria-label of the component.
|
|
272
276
|
*/
|
|
@@ -300,7 +304,7 @@ export namespace Components {
|
|
|
300
304
|
* @componentName Button - Icon
|
|
301
305
|
* @nativeHandler onClick
|
|
302
306
|
* @maturityCategory caution
|
|
303
|
-
* @maturityLevel
|
|
307
|
+
* @maturityLevel available
|
|
304
308
|
*/
|
|
305
309
|
interface VaButtonIcon {
|
|
306
310
|
"buttonType": keyof typeof this.buttonTypeMap;
|
|
@@ -315,8 +319,8 @@ export namespace Components {
|
|
|
315
319
|
}
|
|
316
320
|
/**
|
|
317
321
|
* @componentName Button pair
|
|
318
|
-
* @maturityCategory
|
|
319
|
-
* @maturityLevel
|
|
322
|
+
* @maturityCategory use
|
|
323
|
+
* @maturityLevel deployed
|
|
320
324
|
* @guidanceHref button/button-pair
|
|
321
325
|
*/
|
|
322
326
|
interface VaButtonPair {
|
|
@@ -355,8 +359,8 @@ export namespace Components {
|
|
|
355
359
|
}
|
|
356
360
|
/**
|
|
357
361
|
* @componentName Card
|
|
358
|
-
* @maturityCategory
|
|
359
|
-
* @maturityLevel
|
|
362
|
+
* @maturityCategory use
|
|
363
|
+
* @maturityLevel deployed
|
|
360
364
|
*/
|
|
361
365
|
interface VaCard {
|
|
362
366
|
/**
|
|
@@ -533,7 +537,7 @@ export namespace Components {
|
|
|
533
537
|
/**
|
|
534
538
|
* @componentName Crisis Line Modal
|
|
535
539
|
* @maturityCategory caution
|
|
536
|
-
* @maturityLevel
|
|
540
|
+
* @maturityLevel available
|
|
537
541
|
*/
|
|
538
542
|
interface VaCrisisLineModal {
|
|
539
543
|
}
|
|
@@ -631,6 +635,10 @@ export namespace Components {
|
|
|
631
635
|
* The name for the input element.
|
|
632
636
|
*/
|
|
633
637
|
"name"?: string;
|
|
638
|
+
/**
|
|
639
|
+
* Percent upload completed. For use with va-progress-bar component
|
|
640
|
+
*/
|
|
641
|
+
"percentUploaded"?: number;
|
|
634
642
|
/**
|
|
635
643
|
* Optionally displays the read-only view
|
|
636
644
|
*/
|
|
@@ -713,7 +721,7 @@ export namespace Components {
|
|
|
713
721
|
/**
|
|
714
722
|
* @componentName Header - Minimal
|
|
715
723
|
* @maturityCategory caution
|
|
716
|
-
* @maturityLevel
|
|
724
|
+
* @maturityLevel available
|
|
717
725
|
* @guidanceHref header/header-minimal
|
|
718
726
|
*/
|
|
719
727
|
interface VaHeaderMinimal {
|
|
@@ -727,7 +735,7 @@ export namespace Components {
|
|
|
727
735
|
/**
|
|
728
736
|
* @componentName Icon
|
|
729
737
|
* @maturityCategory caution
|
|
730
|
-
* @maturityLevel
|
|
738
|
+
* @maturityLevel available
|
|
731
739
|
*/
|
|
732
740
|
interface VaIcon {
|
|
733
741
|
/**
|
|
@@ -746,7 +754,7 @@ export namespace Components {
|
|
|
746
754
|
/**
|
|
747
755
|
* @componentName Language Toggle
|
|
748
756
|
* @maturityCategory caution
|
|
749
|
-
* @maturityLevel
|
|
757
|
+
* @maturityLevel available
|
|
750
758
|
*/
|
|
751
759
|
interface VaLanguageToggle {
|
|
752
760
|
/**
|
|
@@ -772,8 +780,8 @@ export namespace Components {
|
|
|
772
780
|
}
|
|
773
781
|
/**
|
|
774
782
|
* @componentName Link
|
|
775
|
-
* @maturityCategory
|
|
776
|
-
* @maturityLevel
|
|
783
|
+
* @maturityCategory use
|
|
784
|
+
* @maturityLevel deployed
|
|
777
785
|
*/
|
|
778
786
|
interface VaLink {
|
|
779
787
|
/**
|
|
@@ -855,8 +863,10 @@ export namespace Components {
|
|
|
855
863
|
}
|
|
856
864
|
/**
|
|
857
865
|
* @componentName Link - Action
|
|
858
|
-
* @maturityCategory
|
|
859
|
-
* @maturityLevel
|
|
866
|
+
* @maturityCategory use
|
|
867
|
+
* @maturityLevel deployed
|
|
868
|
+
* @guidanceHref link/action
|
|
869
|
+
* @guidanceName Action link
|
|
860
870
|
*/
|
|
861
871
|
interface VaLinkAction {
|
|
862
872
|
/**
|
|
@@ -887,7 +897,7 @@ export namespace Components {
|
|
|
887
897
|
/**
|
|
888
898
|
* @componentName Loading indicator
|
|
889
899
|
* @maturityCategory use
|
|
890
|
-
* @maturityLevel
|
|
900
|
+
* @maturityLevel deployed
|
|
891
901
|
*/
|
|
892
902
|
interface VaLoadingIndicator {
|
|
893
903
|
/**
|
|
@@ -909,8 +919,8 @@ export namespace Components {
|
|
|
909
919
|
}
|
|
910
920
|
/**
|
|
911
921
|
* @componentName Banner - Maintenance
|
|
912
|
-
* @maturityCategory
|
|
913
|
-
* @maturityLevel
|
|
922
|
+
* @maturityCategory use
|
|
923
|
+
* @maturityLevel deployed
|
|
914
924
|
*/
|
|
915
925
|
interface VaMaintenanceBanner {
|
|
916
926
|
/**
|
|
@@ -948,8 +958,8 @@ export namespace Components {
|
|
|
948
958
|
}
|
|
949
959
|
/**
|
|
950
960
|
* @componentName Memorable date
|
|
951
|
-
* @maturityCategory
|
|
952
|
-
* @maturityLevel
|
|
961
|
+
* @maturityCategory use
|
|
962
|
+
* @maturityLevel deployed
|
|
953
963
|
* @guidanceHref form/memorable-date
|
|
954
964
|
* @translations English
|
|
955
965
|
* @translations Spanish
|
|
@@ -1018,7 +1028,7 @@ export namespace Components {
|
|
|
1018
1028
|
/**
|
|
1019
1029
|
* @componentName Minimal Footer
|
|
1020
1030
|
* @maturityCategory caution
|
|
1021
|
-
* @maturityLevel
|
|
1031
|
+
* @maturityLevel available
|
|
1022
1032
|
*/
|
|
1023
1033
|
interface VaMinimalFooter {
|
|
1024
1034
|
}
|
|
@@ -1027,7 +1037,7 @@ export namespace Components {
|
|
|
1027
1037
|
* @keydown Used to detect Escape key to close modal.
|
|
1028
1038
|
* @componentName Modal
|
|
1029
1039
|
* @maturityCategory use
|
|
1030
|
-
* @maturityLevel
|
|
1040
|
+
* @maturityLevel best_practice
|
|
1031
1041
|
*/
|
|
1032
1042
|
interface VaModal {
|
|
1033
1043
|
/**
|
|
@@ -1078,8 +1088,8 @@ export namespace Components {
|
|
|
1078
1088
|
}
|
|
1079
1089
|
/**
|
|
1080
1090
|
* @componentName Need help?
|
|
1081
|
-
* @maturityCategory
|
|
1082
|
-
* @maturityLevel
|
|
1091
|
+
* @maturityCategory use
|
|
1092
|
+
* @maturityLevel deployed
|
|
1083
1093
|
* @guidanceHref form/need-help
|
|
1084
1094
|
*/
|
|
1085
1095
|
interface VaNeedHelp {
|
|
@@ -1141,8 +1151,8 @@ export namespace Components {
|
|
|
1141
1151
|
}
|
|
1142
1152
|
/**
|
|
1143
1153
|
* @componentName Banner - Official Gov
|
|
1144
|
-
* @maturityCategory
|
|
1145
|
-
* @maturityLevel
|
|
1154
|
+
* @maturityCategory use
|
|
1155
|
+
* @maturityLevel best_practice
|
|
1146
1156
|
*/
|
|
1147
1157
|
interface VaOfficialGovBanner {
|
|
1148
1158
|
/**
|
|
@@ -1228,8 +1238,8 @@ export namespace Components {
|
|
|
1228
1238
|
}
|
|
1229
1239
|
/**
|
|
1230
1240
|
* @componentName Privacy agreement
|
|
1231
|
-
* @maturityCategory
|
|
1232
|
-
* @maturityLevel
|
|
1241
|
+
* @maturityCategory use
|
|
1242
|
+
* @maturityLevel deployed
|
|
1233
1243
|
*/
|
|
1234
1244
|
interface VaPrivacyAgreement {
|
|
1235
1245
|
/**
|
|
@@ -1248,7 +1258,7 @@ export namespace Components {
|
|
|
1248
1258
|
/**
|
|
1249
1259
|
* @componentName Process list
|
|
1250
1260
|
* @maturityCategory use
|
|
1251
|
-
* @maturityLevel
|
|
1261
|
+
* @maturityLevel best_practice
|
|
1252
1262
|
*/
|
|
1253
1263
|
interface VaProcessList {
|
|
1254
1264
|
}
|
|
@@ -1281,7 +1291,7 @@ export namespace Components {
|
|
|
1281
1291
|
/**
|
|
1282
1292
|
* @componentName Progress bar - activity
|
|
1283
1293
|
* @maturityCategory use
|
|
1284
|
-
* @maturityLevel
|
|
1294
|
+
* @maturityLevel best_practice
|
|
1285
1295
|
*/
|
|
1286
1296
|
interface VaProgressBar {
|
|
1287
1297
|
/**
|
|
@@ -1322,7 +1332,7 @@ export namespace Components {
|
|
|
1322
1332
|
* @radioOptionSelected The event emitted when the selected option value changes.
|
|
1323
1333
|
* @componentName Radio button
|
|
1324
1334
|
* @maturityCategory use
|
|
1325
|
-
* @maturityLevel
|
|
1335
|
+
* @maturityLevel best_practice
|
|
1326
1336
|
* @guidanceHref form/radio-button
|
|
1327
1337
|
* @translations English
|
|
1328
1338
|
* @translations Spanish
|
|
@@ -1411,7 +1421,7 @@ export namespace Components {
|
|
|
1411
1421
|
/**
|
|
1412
1422
|
* @componentName Search input
|
|
1413
1423
|
* @maturityCategory use
|
|
1414
|
-
* @maturityLevel
|
|
1424
|
+
* @maturityLevel best_practice
|
|
1415
1425
|
*/
|
|
1416
1426
|
interface VaSearchInput {
|
|
1417
1427
|
/**
|
|
@@ -1499,7 +1509,7 @@ export namespace Components {
|
|
|
1499
1509
|
* @nativeHandler onKeyDown
|
|
1500
1510
|
* @componentName Select
|
|
1501
1511
|
* @maturityCategory use
|
|
1502
|
-
* @maturityLevel
|
|
1512
|
+
* @maturityLevel best_practice
|
|
1503
1513
|
* @guidanceHref form/select
|
|
1504
1514
|
* @translations English
|
|
1505
1515
|
* @translations Spanish
|
|
@@ -1513,6 +1523,18 @@ export namespace Components {
|
|
|
1513
1523
|
* Error message to display. When defined, this indicates an error.
|
|
1514
1524
|
*/
|
|
1515
1525
|
"error"?: string;
|
|
1526
|
+
/**
|
|
1527
|
+
* The content of the heading if `useFormsPattern` is true.
|
|
1528
|
+
*/
|
|
1529
|
+
"formHeading"?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* The heading level for the heading if `useFormsPattern` is true.
|
|
1532
|
+
*/
|
|
1533
|
+
"formHeadingLevel"?: number;
|
|
1534
|
+
/**
|
|
1535
|
+
* If true, sets the select to take the full-width of its container
|
|
1536
|
+
*/
|
|
1537
|
+
"fullWidth"?: boolean;
|
|
1516
1538
|
/**
|
|
1517
1539
|
* Optional hint text.
|
|
1518
1540
|
*/
|
|
@@ -1545,12 +1567,16 @@ export namespace Components {
|
|
|
1545
1567
|
* Whether an error message should be shown - set to false when this component is used inside va-date or va-memorable-date in which the error for the va-select will be rendered outside of va-select
|
|
1546
1568
|
*/
|
|
1547
1569
|
"showError"?: boolean;
|
|
1570
|
+
/**
|
|
1571
|
+
* Enabling this will add a heading and description for integrating into the forms pattern. Accepts `single` or `multiple` to indicate if the form is a single input or will have multiple inputs
|
|
1572
|
+
*/
|
|
1573
|
+
"useFormsPattern"?: string;
|
|
1548
1574
|
/**
|
|
1549
1575
|
* Selected value (will get updated on select).
|
|
1550
1576
|
*/
|
|
1551
1577
|
"value"?: string;
|
|
1552
1578
|
/**
|
|
1553
|
-
* Displays the select at a specific width. Accepts 2xs (4ex), xs (7ex), sm or small (10ex), md or medium (20ex), lg (30ex), xl (40ex), and 2xl (50ex).
|
|
1579
|
+
* Displays the select at a specific width. Accepts 2xs (4ex), xs (7ex), sm or small (10ex), md or medium (20ex), lg (30ex), xl (40ex), and 2xl (50ex). Defined in USWDS here: https://github.com/uswds/uswds/blob/develop/packages/uswds-core/src/styles/tokens/units/input-widths.scss
|
|
1554
1580
|
*/
|
|
1555
1581
|
"width"?: string;
|
|
1556
1582
|
}
|
|
@@ -1595,8 +1621,8 @@ export namespace Components {
|
|
|
1595
1621
|
}
|
|
1596
1622
|
/**
|
|
1597
1623
|
* @componentName Statement of truth
|
|
1598
|
-
* @maturityCategory
|
|
1599
|
-
* @maturityLevel
|
|
1624
|
+
* @maturityCategory use
|
|
1625
|
+
* @maturityLevel deployed
|
|
1600
1626
|
*/
|
|
1601
1627
|
interface VaStatementOfTruth {
|
|
1602
1628
|
/**
|
|
@@ -1639,6 +1665,11 @@ export namespace Components {
|
|
|
1639
1665
|
*/
|
|
1640
1666
|
interface VaSummaryBox {
|
|
1641
1667
|
}
|
|
1668
|
+
/**
|
|
1669
|
+
* @componentName Table
|
|
1670
|
+
* @maturityCategory caution
|
|
1671
|
+
* @maturityLevel available
|
|
1672
|
+
*/
|
|
1642
1673
|
interface VaTable {
|
|
1643
1674
|
/**
|
|
1644
1675
|
* When active, forces the table to expand to the full-width of its container
|
|
@@ -1767,7 +1798,7 @@ export namespace Components {
|
|
|
1767
1798
|
* @nativeHandler onBlur
|
|
1768
1799
|
* @componentName Text input
|
|
1769
1800
|
* @maturityCategory use
|
|
1770
|
-
* @maturityLevel
|
|
1801
|
+
* @maturityLevel best_practice
|
|
1771
1802
|
* @guidanceHref form/text-input
|
|
1772
1803
|
* @translations English
|
|
1773
1804
|
* @translations Spanish
|
|
@@ -1906,7 +1937,7 @@ export namespace Components {
|
|
|
1906
1937
|
* @nativeHandler onBlur
|
|
1907
1938
|
* @componentName Textarea
|
|
1908
1939
|
* @maturityCategory use
|
|
1909
|
-
* @maturityLevel
|
|
1940
|
+
* @maturityLevel best_practice
|
|
1910
1941
|
* @guidanceHref form/textarea
|
|
1911
1942
|
* @translations English
|
|
1912
1943
|
* @translations Spanish
|
|
@@ -2189,7 +2220,7 @@ declare global {
|
|
|
2189
2220
|
/**
|
|
2190
2221
|
* @componentName Additional info
|
|
2191
2222
|
* @maturityCategory use
|
|
2192
|
-
* @maturityLevel
|
|
2223
|
+
* @maturityLevel best_practice
|
|
2193
2224
|
*/
|
|
2194
2225
|
interface HTMLVaAdditionalInfoElement extends Components.VaAdditionalInfo, HTMLStencilElement {
|
|
2195
2226
|
addEventListener<K extends keyof HTMLVaAdditionalInfoElementEventMap>(type: K, listener: (this: HTMLVaAdditionalInfoElement, ev: VaAdditionalInfoCustomEvent<HTMLVaAdditionalInfoElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2235,8 +2266,8 @@ declare global {
|
|
|
2235
2266
|
/**
|
|
2236
2267
|
* @componentName Alert - expandable
|
|
2237
2268
|
* @guidanceHref alert/alert-expandable
|
|
2238
|
-
* @maturityCategory
|
|
2239
|
-
* @maturityLevel
|
|
2269
|
+
* @maturityCategory use
|
|
2270
|
+
* @maturityLevel deployed
|
|
2240
2271
|
*/
|
|
2241
2272
|
interface HTMLVaAlertExpandableElement extends Components.VaAlertExpandable, HTMLStencilElement {
|
|
2242
2273
|
addEventListener<K extends keyof HTMLVaAlertExpandableElementEventMap>(type: K, listener: (this: HTMLVaAlertExpandableElement, ev: VaAlertExpandableCustomEvent<HTMLVaAlertExpandableElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2326,8 +2357,8 @@ declare global {
|
|
|
2326
2357
|
/**
|
|
2327
2358
|
* @componentName Button
|
|
2328
2359
|
* @nativeHandler onClick
|
|
2329
|
-
* @maturityCategory
|
|
2330
|
-
* @maturityLevel
|
|
2360
|
+
* @maturityCategory use
|
|
2361
|
+
* @maturityLevel deployed
|
|
2331
2362
|
*/
|
|
2332
2363
|
interface HTMLVaButtonElement extends Components.VaButton, HTMLStencilElement {
|
|
2333
2364
|
addEventListener<K extends keyof HTMLVaButtonElementEventMap>(type: K, listener: (this: HTMLVaButtonElement, ev: VaButtonCustomEvent<HTMLVaButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2350,7 +2381,7 @@ declare global {
|
|
|
2350
2381
|
* @componentName Button - Icon
|
|
2351
2382
|
* @nativeHandler onClick
|
|
2352
2383
|
* @maturityCategory caution
|
|
2353
|
-
* @maturityLevel
|
|
2384
|
+
* @maturityLevel available
|
|
2354
2385
|
*/
|
|
2355
2386
|
interface HTMLVaButtonIconElement extends Components.VaButtonIcon, HTMLStencilElement {
|
|
2356
2387
|
addEventListener<K extends keyof HTMLVaButtonIconElementEventMap>(type: K, listener: (this: HTMLVaButtonIconElement, ev: VaButtonIconCustomEvent<HTMLVaButtonIconElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2373,8 +2404,8 @@ declare global {
|
|
|
2373
2404
|
}
|
|
2374
2405
|
/**
|
|
2375
2406
|
* @componentName Button pair
|
|
2376
|
-
* @maturityCategory
|
|
2377
|
-
* @maturityLevel
|
|
2407
|
+
* @maturityCategory use
|
|
2408
|
+
* @maturityLevel deployed
|
|
2378
2409
|
* @guidanceHref button/button-pair
|
|
2379
2410
|
*/
|
|
2380
2411
|
interface HTMLVaButtonPairElement extends Components.VaButtonPair, HTMLStencilElement {
|
|
@@ -2393,8 +2424,8 @@ declare global {
|
|
|
2393
2424
|
};
|
|
2394
2425
|
/**
|
|
2395
2426
|
* @componentName Card
|
|
2396
|
-
* @maturityCategory
|
|
2397
|
-
* @maturityLevel
|
|
2427
|
+
* @maturityCategory use
|
|
2428
|
+
* @maturityLevel deployed
|
|
2398
2429
|
*/
|
|
2399
2430
|
interface HTMLVaCardElement extends Components.VaCard, HTMLStencilElement {
|
|
2400
2431
|
}
|
|
@@ -2485,7 +2516,7 @@ declare global {
|
|
|
2485
2516
|
/**
|
|
2486
2517
|
* @componentName Crisis Line Modal
|
|
2487
2518
|
* @maturityCategory caution
|
|
2488
|
-
* @maturityLevel
|
|
2519
|
+
* @maturityLevel available
|
|
2489
2520
|
*/
|
|
2490
2521
|
interface HTMLVaCrisisLineModalElement extends Components.VaCrisisLineModal, HTMLStencilElement {
|
|
2491
2522
|
}
|
|
@@ -2570,7 +2601,7 @@ declare global {
|
|
|
2570
2601
|
/**
|
|
2571
2602
|
* @componentName Header - Minimal
|
|
2572
2603
|
* @maturityCategory caution
|
|
2573
|
-
* @maturityLevel
|
|
2604
|
+
* @maturityLevel available
|
|
2574
2605
|
* @guidanceHref header/header-minimal
|
|
2575
2606
|
*/
|
|
2576
2607
|
interface HTMLVaHeaderMinimalElement extends Components.VaHeaderMinimal, HTMLStencilElement {
|
|
@@ -2582,7 +2613,7 @@ declare global {
|
|
|
2582
2613
|
/**
|
|
2583
2614
|
* @componentName Icon
|
|
2584
2615
|
* @maturityCategory caution
|
|
2585
|
-
* @maturityLevel
|
|
2616
|
+
* @maturityLevel available
|
|
2586
2617
|
*/
|
|
2587
2618
|
interface HTMLVaIconElement extends Components.VaIcon, HTMLStencilElement {
|
|
2588
2619
|
}
|
|
@@ -2597,7 +2628,7 @@ declare global {
|
|
|
2597
2628
|
/**
|
|
2598
2629
|
* @componentName Language Toggle
|
|
2599
2630
|
* @maturityCategory caution
|
|
2600
|
-
* @maturityLevel
|
|
2631
|
+
* @maturityLevel available
|
|
2601
2632
|
*/
|
|
2602
2633
|
interface HTMLVaLanguageToggleElement extends Components.VaLanguageToggle, HTMLStencilElement {
|
|
2603
2634
|
addEventListener<K extends keyof HTMLVaLanguageToggleElementEventMap>(type: K, listener: (this: HTMLVaLanguageToggleElement, ev: VaLanguageToggleCustomEvent<HTMLVaLanguageToggleElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2618,8 +2649,8 @@ declare global {
|
|
|
2618
2649
|
}
|
|
2619
2650
|
/**
|
|
2620
2651
|
* @componentName Link
|
|
2621
|
-
* @maturityCategory
|
|
2622
|
-
* @maturityLevel
|
|
2652
|
+
* @maturityCategory use
|
|
2653
|
+
* @maturityLevel deployed
|
|
2623
2654
|
*/
|
|
2624
2655
|
interface HTMLVaLinkElement extends Components.VaLink, HTMLStencilElement {
|
|
2625
2656
|
addEventListener<K extends keyof HTMLVaLinkElementEventMap>(type: K, listener: (this: HTMLVaLinkElement, ev: VaLinkCustomEvent<HTMLVaLinkElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2640,8 +2671,10 @@ declare global {
|
|
|
2640
2671
|
}
|
|
2641
2672
|
/**
|
|
2642
2673
|
* @componentName Link - Action
|
|
2643
|
-
* @maturityCategory
|
|
2644
|
-
* @maturityLevel
|
|
2674
|
+
* @maturityCategory use
|
|
2675
|
+
* @maturityLevel deployed
|
|
2676
|
+
* @guidanceHref link/action
|
|
2677
|
+
* @guidanceName Action link
|
|
2645
2678
|
*/
|
|
2646
2679
|
interface HTMLVaLinkActionElement extends Components.VaLinkAction, HTMLStencilElement {
|
|
2647
2680
|
addEventListener<K extends keyof HTMLVaLinkActionElementEventMap>(type: K, listener: (this: HTMLVaLinkActionElement, ev: VaLinkActionCustomEvent<HTMLVaLinkActionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2663,7 +2696,7 @@ declare global {
|
|
|
2663
2696
|
/**
|
|
2664
2697
|
* @componentName Loading indicator
|
|
2665
2698
|
* @maturityCategory use
|
|
2666
|
-
* @maturityLevel
|
|
2699
|
+
* @maturityLevel deployed
|
|
2667
2700
|
*/
|
|
2668
2701
|
interface HTMLVaLoadingIndicatorElement extends Components.VaLoadingIndicator, HTMLStencilElement {
|
|
2669
2702
|
addEventListener<K extends keyof HTMLVaLoadingIndicatorElementEventMap>(type: K, listener: (this: HTMLVaLoadingIndicatorElement, ev: VaLoadingIndicatorCustomEvent<HTMLVaLoadingIndicatorElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2685,8 +2718,8 @@ declare global {
|
|
|
2685
2718
|
}
|
|
2686
2719
|
/**
|
|
2687
2720
|
* @componentName Banner - Maintenance
|
|
2688
|
-
* @maturityCategory
|
|
2689
|
-
* @maturityLevel
|
|
2721
|
+
* @maturityCategory use
|
|
2722
|
+
* @maturityLevel deployed
|
|
2690
2723
|
*/
|
|
2691
2724
|
interface HTMLVaMaintenanceBannerElement extends Components.VaMaintenanceBanner, HTMLStencilElement {
|
|
2692
2725
|
addEventListener<K extends keyof HTMLVaMaintenanceBannerElementEventMap>(type: K, listener: (this: HTMLVaMaintenanceBannerElement, ev: VaMaintenanceBannerCustomEvent<HTMLVaMaintenanceBannerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2709,8 +2742,8 @@ declare global {
|
|
|
2709
2742
|
}
|
|
2710
2743
|
/**
|
|
2711
2744
|
* @componentName Memorable date
|
|
2712
|
-
* @maturityCategory
|
|
2713
|
-
* @maturityLevel
|
|
2745
|
+
* @maturityCategory use
|
|
2746
|
+
* @maturityLevel deployed
|
|
2714
2747
|
* @guidanceHref form/memorable-date
|
|
2715
2748
|
* @translations English
|
|
2716
2749
|
* @translations Spanish
|
|
@@ -2732,7 +2765,7 @@ declare global {
|
|
|
2732
2765
|
/**
|
|
2733
2766
|
* @componentName Minimal Footer
|
|
2734
2767
|
* @maturityCategory caution
|
|
2735
|
-
* @maturityLevel
|
|
2768
|
+
* @maturityLevel available
|
|
2736
2769
|
*/
|
|
2737
2770
|
interface HTMLVaMinimalFooterElement extends Components.VaMinimalFooter, HTMLStencilElement {
|
|
2738
2771
|
}
|
|
@@ -2751,7 +2784,7 @@ declare global {
|
|
|
2751
2784
|
* @keydown Used to detect Escape key to close modal.
|
|
2752
2785
|
* @componentName Modal
|
|
2753
2786
|
* @maturityCategory use
|
|
2754
|
-
* @maturityLevel
|
|
2787
|
+
* @maturityLevel best_practice
|
|
2755
2788
|
*/
|
|
2756
2789
|
interface HTMLVaModalElement extends Components.VaModal, HTMLStencilElement {
|
|
2757
2790
|
addEventListener<K extends keyof HTMLVaModalElementEventMap>(type: K, listener: (this: HTMLVaModalElement, ev: VaModalCustomEvent<HTMLVaModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2769,8 +2802,8 @@ declare global {
|
|
|
2769
2802
|
};
|
|
2770
2803
|
/**
|
|
2771
2804
|
* @componentName Need help?
|
|
2772
|
-
* @maturityCategory
|
|
2773
|
-
* @maturityLevel
|
|
2805
|
+
* @maturityCategory use
|
|
2806
|
+
* @maturityLevel deployed
|
|
2774
2807
|
* @guidanceHref form/need-help
|
|
2775
2808
|
*/
|
|
2776
2809
|
interface HTMLVaNeedHelpElement extends Components.VaNeedHelp, HTMLStencilElement {
|
|
@@ -2807,8 +2840,8 @@ declare global {
|
|
|
2807
2840
|
}
|
|
2808
2841
|
/**
|
|
2809
2842
|
* @componentName Banner - Official Gov
|
|
2810
|
-
* @maturityCategory
|
|
2811
|
-
* @maturityLevel
|
|
2843
|
+
* @maturityCategory use
|
|
2844
|
+
* @maturityLevel best_practice
|
|
2812
2845
|
*/
|
|
2813
2846
|
interface HTMLVaOfficialGovBannerElement extends Components.VaOfficialGovBanner, HTMLStencilElement {
|
|
2814
2847
|
addEventListener<K extends keyof HTMLVaOfficialGovBannerElementEventMap>(type: K, listener: (this: HTMLVaOfficialGovBannerElement, ev: VaOfficialGovBannerCustomEvent<HTMLVaOfficialGovBannerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2889,8 +2922,8 @@ declare global {
|
|
|
2889
2922
|
}
|
|
2890
2923
|
/**
|
|
2891
2924
|
* @componentName Privacy agreement
|
|
2892
|
-
* @maturityCategory
|
|
2893
|
-
* @maturityLevel
|
|
2925
|
+
* @maturityCategory use
|
|
2926
|
+
* @maturityLevel deployed
|
|
2894
2927
|
*/
|
|
2895
2928
|
interface HTMLVaPrivacyAgreementElement extends Components.VaPrivacyAgreement, HTMLStencilElement {
|
|
2896
2929
|
addEventListener<K extends keyof HTMLVaPrivacyAgreementElementEventMap>(type: K, listener: (this: HTMLVaPrivacyAgreementElement, ev: VaPrivacyAgreementCustomEvent<HTMLVaPrivacyAgreementElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2909,7 +2942,7 @@ declare global {
|
|
|
2909
2942
|
/**
|
|
2910
2943
|
* @componentName Process list
|
|
2911
2944
|
* @maturityCategory use
|
|
2912
|
-
* @maturityLevel
|
|
2945
|
+
* @maturityLevel best_practice
|
|
2913
2946
|
*/
|
|
2914
2947
|
interface HTMLVaProcessListElement extends Components.VaProcessList, HTMLStencilElement {
|
|
2915
2948
|
}
|
|
@@ -2929,7 +2962,7 @@ declare global {
|
|
|
2929
2962
|
/**
|
|
2930
2963
|
* @componentName Progress bar - activity
|
|
2931
2964
|
* @maturityCategory use
|
|
2932
|
-
* @maturityLevel
|
|
2965
|
+
* @maturityLevel best_practice
|
|
2933
2966
|
*/
|
|
2934
2967
|
interface HTMLVaProgressBarElement extends Components.VaProgressBar, HTMLStencilElement {
|
|
2935
2968
|
addEventListener<K extends keyof HTMLVaProgressBarElementEventMap>(type: K, listener: (this: HTMLVaProgressBarElement, ev: VaProgressBarCustomEvent<HTMLVaProgressBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2978,7 +3011,7 @@ declare global {
|
|
|
2978
3011
|
* @radioOptionSelected The event emitted when the selected option value changes.
|
|
2979
3012
|
* @componentName Radio button
|
|
2980
3013
|
* @maturityCategory use
|
|
2981
|
-
* @maturityLevel
|
|
3014
|
+
* @maturityLevel best_practice
|
|
2982
3015
|
* @guidanceHref form/radio-button
|
|
2983
3016
|
* @translations English
|
|
2984
3017
|
* @translations Spanish
|
|
@@ -3021,7 +3054,7 @@ declare global {
|
|
|
3021
3054
|
/**
|
|
3022
3055
|
* @componentName Search input
|
|
3023
3056
|
* @maturityCategory use
|
|
3024
|
-
* @maturityLevel
|
|
3057
|
+
* @maturityLevel best_practice
|
|
3025
3058
|
*/
|
|
3026
3059
|
interface HTMLVaSearchInputElement extends Components.VaSearchInput, HTMLStencilElement {
|
|
3027
3060
|
addEventListener<K extends keyof HTMLVaSearchInputElementEventMap>(type: K, listener: (this: HTMLVaSearchInputElement, ev: VaSearchInputCustomEvent<HTMLVaSearchInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3070,7 +3103,7 @@ declare global {
|
|
|
3070
3103
|
* @nativeHandler onKeyDown
|
|
3071
3104
|
* @componentName Select
|
|
3072
3105
|
* @maturityCategory use
|
|
3073
|
-
* @maturityLevel
|
|
3106
|
+
* @maturityLevel best_practice
|
|
3074
3107
|
* @guidanceHref form/select
|
|
3075
3108
|
* @translations English
|
|
3076
3109
|
* @translations Spanish
|
|
@@ -3107,8 +3140,8 @@ declare global {
|
|
|
3107
3140
|
}
|
|
3108
3141
|
/**
|
|
3109
3142
|
* @componentName Statement of truth
|
|
3110
|
-
* @maturityCategory
|
|
3111
|
-
* @maturityLevel
|
|
3143
|
+
* @maturityCategory use
|
|
3144
|
+
* @maturityLevel deployed
|
|
3112
3145
|
*/
|
|
3113
3146
|
interface HTMLVaStatementOfTruthElement extends Components.VaStatementOfTruth, HTMLStencilElement {
|
|
3114
3147
|
addEventListener<K extends keyof HTMLVaStatementOfTruthElementEventMap>(type: K, listener: (this: HTMLVaStatementOfTruthElement, ev: VaStatementOfTruthCustomEvent<HTMLVaStatementOfTruthElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3135,6 +3168,11 @@ declare global {
|
|
|
3135
3168
|
prototype: HTMLVaSummaryBoxElement;
|
|
3136
3169
|
new (): HTMLVaSummaryBoxElement;
|
|
3137
3170
|
};
|
|
3171
|
+
/**
|
|
3172
|
+
* @componentName Table
|
|
3173
|
+
* @maturityCategory caution
|
|
3174
|
+
* @maturityLevel available
|
|
3175
|
+
*/
|
|
3138
3176
|
interface HTMLVaTableElement extends Components.VaTable, HTMLStencilElement {
|
|
3139
3177
|
}
|
|
3140
3178
|
var HTMLVaTableElement: {
|
|
@@ -3199,7 +3237,7 @@ declare global {
|
|
|
3199
3237
|
* @nativeHandler onBlur
|
|
3200
3238
|
* @componentName Text input
|
|
3201
3239
|
* @maturityCategory use
|
|
3202
|
-
* @maturityLevel
|
|
3240
|
+
* @maturityLevel best_practice
|
|
3203
3241
|
* @guidanceHref form/text-input
|
|
3204
3242
|
* @translations English
|
|
3205
3243
|
* @translations Spanish
|
|
@@ -3227,7 +3265,7 @@ declare global {
|
|
|
3227
3265
|
* @nativeHandler onBlur
|
|
3228
3266
|
* @componentName Textarea
|
|
3229
3267
|
* @maturityCategory use
|
|
3230
|
-
* @maturityLevel
|
|
3268
|
+
* @maturityLevel best_practice
|
|
3231
3269
|
* @guidanceHref form/textarea
|
|
3232
3270
|
* @translations English
|
|
3233
3271
|
* @translations Spanish
|
|
@@ -3365,7 +3403,7 @@ declare namespace LocalJSX {
|
|
|
3365
3403
|
/**
|
|
3366
3404
|
* @componentName Additional info
|
|
3367
3405
|
* @maturityCategory use
|
|
3368
|
-
* @maturityLevel
|
|
3406
|
+
* @maturityLevel best_practice
|
|
3369
3407
|
*/
|
|
3370
3408
|
interface VaAdditionalInfo {
|
|
3371
3409
|
/**
|
|
@@ -3439,8 +3477,8 @@ declare namespace LocalJSX {
|
|
|
3439
3477
|
/**
|
|
3440
3478
|
* @componentName Alert - expandable
|
|
3441
3479
|
* @guidanceHref alert/alert-expandable
|
|
3442
|
-
* @maturityCategory
|
|
3443
|
-
* @maturityLevel
|
|
3480
|
+
* @maturityCategory use
|
|
3481
|
+
* @maturityLevel deployed
|
|
3444
3482
|
*/
|
|
3445
3483
|
interface VaAlertExpandable {
|
|
3446
3484
|
/**
|
|
@@ -3580,8 +3618,8 @@ declare namespace LocalJSX {
|
|
|
3580
3618
|
/**
|
|
3581
3619
|
* @componentName Button
|
|
3582
3620
|
* @nativeHandler onClick
|
|
3583
|
-
* @maturityCategory
|
|
3584
|
-
* @maturityLevel
|
|
3621
|
+
* @maturityCategory use
|
|
3622
|
+
* @maturityLevel deployed
|
|
3585
3623
|
*/
|
|
3586
3624
|
interface VaButton {
|
|
3587
3625
|
/**
|
|
@@ -3604,6 +3642,10 @@ declare namespace LocalJSX {
|
|
|
3604
3642
|
* If `true`, the click event will not fire.
|
|
3605
3643
|
*/
|
|
3606
3644
|
"disabled"?: boolean;
|
|
3645
|
+
/**
|
|
3646
|
+
* If `true`, the button will expand to the full available width of its container.
|
|
3647
|
+
*/
|
|
3648
|
+
"fullWidth"?: boolean;
|
|
3607
3649
|
/**
|
|
3608
3650
|
* The aria-label of the component.
|
|
3609
3651
|
*/
|
|
@@ -3641,7 +3683,7 @@ declare namespace LocalJSX {
|
|
|
3641
3683
|
* @componentName Button - Icon
|
|
3642
3684
|
* @nativeHandler onClick
|
|
3643
3685
|
* @maturityCategory caution
|
|
3644
|
-
* @maturityLevel
|
|
3686
|
+
* @maturityLevel available
|
|
3645
3687
|
*/
|
|
3646
3688
|
interface VaButtonIcon {
|
|
3647
3689
|
"buttonType"?: keyof typeof this.buttonTypeMap;
|
|
@@ -3660,8 +3702,8 @@ declare namespace LocalJSX {
|
|
|
3660
3702
|
}
|
|
3661
3703
|
/**
|
|
3662
3704
|
* @componentName Button pair
|
|
3663
|
-
* @maturityCategory
|
|
3664
|
-
* @maturityLevel
|
|
3705
|
+
* @maturityCategory use
|
|
3706
|
+
* @maturityLevel deployed
|
|
3665
3707
|
* @guidanceHref button/button-pair
|
|
3666
3708
|
*/
|
|
3667
3709
|
interface VaButtonPair {
|
|
@@ -3712,8 +3754,8 @@ declare namespace LocalJSX {
|
|
|
3712
3754
|
}
|
|
3713
3755
|
/**
|
|
3714
3756
|
* @componentName Card
|
|
3715
|
-
* @maturityCategory
|
|
3716
|
-
* @maturityLevel
|
|
3757
|
+
* @maturityCategory use
|
|
3758
|
+
* @maturityLevel deployed
|
|
3717
3759
|
*/
|
|
3718
3760
|
interface VaCard {
|
|
3719
3761
|
/**
|
|
@@ -3906,7 +3948,7 @@ declare namespace LocalJSX {
|
|
|
3906
3948
|
/**
|
|
3907
3949
|
* @componentName Crisis Line Modal
|
|
3908
3950
|
* @maturityCategory caution
|
|
3909
|
-
* @maturityLevel
|
|
3951
|
+
* @maturityLevel available
|
|
3910
3952
|
*/
|
|
3911
3953
|
interface VaCrisisLineModal {
|
|
3912
3954
|
}
|
|
@@ -4024,6 +4066,10 @@ declare namespace LocalJSX {
|
|
|
4024
4066
|
* The event emitted when the file input value changes.
|
|
4025
4067
|
*/
|
|
4026
4068
|
"onVaChange"?: (event: VaFileInputCustomEvent<any>) => void;
|
|
4069
|
+
/**
|
|
4070
|
+
* Percent upload completed. For use with va-progress-bar component
|
|
4071
|
+
*/
|
|
4072
|
+
"percentUploaded"?: number;
|
|
4027
4073
|
/**
|
|
4028
4074
|
* Optionally displays the read-only view
|
|
4029
4075
|
*/
|
|
@@ -4110,7 +4156,7 @@ declare namespace LocalJSX {
|
|
|
4110
4156
|
/**
|
|
4111
4157
|
* @componentName Header - Minimal
|
|
4112
4158
|
* @maturityCategory caution
|
|
4113
|
-
* @maturityLevel
|
|
4159
|
+
* @maturityLevel available
|
|
4114
4160
|
* @guidanceHref header/header-minimal
|
|
4115
4161
|
*/
|
|
4116
4162
|
interface VaHeaderMinimal {
|
|
@@ -4124,7 +4170,7 @@ declare namespace LocalJSX {
|
|
|
4124
4170
|
/**
|
|
4125
4171
|
* @componentName Icon
|
|
4126
4172
|
* @maturityCategory caution
|
|
4127
|
-
* @maturityLevel
|
|
4173
|
+
* @maturityLevel available
|
|
4128
4174
|
*/
|
|
4129
4175
|
interface VaIcon {
|
|
4130
4176
|
/**
|
|
@@ -4143,7 +4189,7 @@ declare namespace LocalJSX {
|
|
|
4143
4189
|
/**
|
|
4144
4190
|
* @componentName Language Toggle
|
|
4145
4191
|
* @maturityCategory caution
|
|
4146
|
-
* @maturityLevel
|
|
4192
|
+
* @maturityLevel available
|
|
4147
4193
|
*/
|
|
4148
4194
|
interface VaLanguageToggle {
|
|
4149
4195
|
/**
|
|
@@ -4177,8 +4223,8 @@ declare namespace LocalJSX {
|
|
|
4177
4223
|
}
|
|
4178
4224
|
/**
|
|
4179
4225
|
* @componentName Link
|
|
4180
|
-
* @maturityCategory
|
|
4181
|
-
* @maturityLevel
|
|
4226
|
+
* @maturityCategory use
|
|
4227
|
+
* @maturityLevel deployed
|
|
4182
4228
|
*/
|
|
4183
4229
|
interface VaLink {
|
|
4184
4230
|
/**
|
|
@@ -4261,8 +4307,10 @@ declare namespace LocalJSX {
|
|
|
4261
4307
|
}
|
|
4262
4308
|
/**
|
|
4263
4309
|
* @componentName Link - Action
|
|
4264
|
-
* @maturityCategory
|
|
4265
|
-
* @maturityLevel
|
|
4310
|
+
* @maturityCategory use
|
|
4311
|
+
* @maturityLevel deployed
|
|
4312
|
+
* @guidanceHref link/action
|
|
4313
|
+
* @guidanceName Action link
|
|
4266
4314
|
*/
|
|
4267
4315
|
interface VaLinkAction {
|
|
4268
4316
|
/**
|
|
@@ -4297,7 +4345,7 @@ declare namespace LocalJSX {
|
|
|
4297
4345
|
/**
|
|
4298
4346
|
* @componentName Loading indicator
|
|
4299
4347
|
* @maturityCategory use
|
|
4300
|
-
* @maturityLevel
|
|
4348
|
+
* @maturityLevel deployed
|
|
4301
4349
|
*/
|
|
4302
4350
|
interface VaLoadingIndicator {
|
|
4303
4351
|
/**
|
|
@@ -4323,8 +4371,8 @@ declare namespace LocalJSX {
|
|
|
4323
4371
|
}
|
|
4324
4372
|
/**
|
|
4325
4373
|
* @componentName Banner - Maintenance
|
|
4326
|
-
* @maturityCategory
|
|
4327
|
-
* @maturityLevel
|
|
4374
|
+
* @maturityCategory use
|
|
4375
|
+
* @maturityLevel deployed
|
|
4328
4376
|
*/
|
|
4329
4377
|
interface VaMaintenanceBanner {
|
|
4330
4378
|
/**
|
|
@@ -4370,8 +4418,8 @@ declare namespace LocalJSX {
|
|
|
4370
4418
|
}
|
|
4371
4419
|
/**
|
|
4372
4420
|
* @componentName Memorable date
|
|
4373
|
-
* @maturityCategory
|
|
4374
|
-
* @maturityLevel
|
|
4421
|
+
* @maturityCategory use
|
|
4422
|
+
* @maturityLevel deployed
|
|
4375
4423
|
* @guidanceHref form/memorable-date
|
|
4376
4424
|
* @translations English
|
|
4377
4425
|
* @translations Spanish
|
|
@@ -4452,7 +4500,7 @@ declare namespace LocalJSX {
|
|
|
4452
4500
|
/**
|
|
4453
4501
|
* @componentName Minimal Footer
|
|
4454
4502
|
* @maturityCategory caution
|
|
4455
|
-
* @maturityLevel
|
|
4503
|
+
* @maturityLevel available
|
|
4456
4504
|
*/
|
|
4457
4505
|
interface VaMinimalFooter {
|
|
4458
4506
|
}
|
|
@@ -4461,7 +4509,7 @@ declare namespace LocalJSX {
|
|
|
4461
4509
|
* @keydown Used to detect Escape key to close modal.
|
|
4462
4510
|
* @componentName Modal
|
|
4463
4511
|
* @maturityCategory use
|
|
4464
|
-
* @maturityLevel
|
|
4512
|
+
* @maturityLevel best_practice
|
|
4465
4513
|
*/
|
|
4466
4514
|
interface VaModal {
|
|
4467
4515
|
/**
|
|
@@ -4528,8 +4576,8 @@ declare namespace LocalJSX {
|
|
|
4528
4576
|
}
|
|
4529
4577
|
/**
|
|
4530
4578
|
* @componentName Need help?
|
|
4531
|
-
* @maturityCategory
|
|
4532
|
-
* @maturityLevel
|
|
4579
|
+
* @maturityCategory use
|
|
4580
|
+
* @maturityLevel deployed
|
|
4533
4581
|
* @guidanceHref form/need-help
|
|
4534
4582
|
*/
|
|
4535
4583
|
interface VaNeedHelp {
|
|
@@ -4599,8 +4647,8 @@ declare namespace LocalJSX {
|
|
|
4599
4647
|
}
|
|
4600
4648
|
/**
|
|
4601
4649
|
* @componentName Banner - Official Gov
|
|
4602
|
-
* @maturityCategory
|
|
4603
|
-
* @maturityLevel
|
|
4650
|
+
* @maturityCategory use
|
|
4651
|
+
* @maturityLevel best_practice
|
|
4604
4652
|
*/
|
|
4605
4653
|
interface VaOfficialGovBanner {
|
|
4606
4654
|
/**
|
|
@@ -4702,8 +4750,8 @@ declare namespace LocalJSX {
|
|
|
4702
4750
|
}
|
|
4703
4751
|
/**
|
|
4704
4752
|
* @componentName Privacy agreement
|
|
4705
|
-
* @maturityCategory
|
|
4706
|
-
* @maturityLevel
|
|
4753
|
+
* @maturityCategory use
|
|
4754
|
+
* @maturityLevel deployed
|
|
4707
4755
|
*/
|
|
4708
4756
|
interface VaPrivacyAgreement {
|
|
4709
4757
|
/**
|
|
@@ -4730,7 +4778,7 @@ declare namespace LocalJSX {
|
|
|
4730
4778
|
/**
|
|
4731
4779
|
* @componentName Process list
|
|
4732
4780
|
* @maturityCategory use
|
|
4733
|
-
* @maturityLevel
|
|
4781
|
+
* @maturityLevel best_practice
|
|
4734
4782
|
*/
|
|
4735
4783
|
interface VaProcessList {
|
|
4736
4784
|
}
|
|
@@ -4763,7 +4811,7 @@ declare namespace LocalJSX {
|
|
|
4763
4811
|
/**
|
|
4764
4812
|
* @componentName Progress bar - activity
|
|
4765
4813
|
* @maturityCategory use
|
|
4766
|
-
* @maturityLevel
|
|
4814
|
+
* @maturityLevel best_practice
|
|
4767
4815
|
*/
|
|
4768
4816
|
interface VaProgressBar {
|
|
4769
4817
|
/**
|
|
@@ -4816,7 +4864,7 @@ declare namespace LocalJSX {
|
|
|
4816
4864
|
* @radioOptionSelected The event emitted when the selected option value changes.
|
|
4817
4865
|
* @componentName Radio button
|
|
4818
4866
|
* @maturityCategory use
|
|
4819
|
-
* @maturityLevel
|
|
4867
|
+
* @maturityLevel best_practice
|
|
4820
4868
|
* @guidanceHref form/radio-button
|
|
4821
4869
|
* @translations English
|
|
4822
4870
|
* @translations Spanish
|
|
@@ -4917,7 +4965,7 @@ declare namespace LocalJSX {
|
|
|
4917
4965
|
/**
|
|
4918
4966
|
* @componentName Search input
|
|
4919
4967
|
* @maturityCategory use
|
|
4920
|
-
* @maturityLevel
|
|
4968
|
+
* @maturityLevel best_practice
|
|
4921
4969
|
*/
|
|
4922
4970
|
interface VaSearchInput {
|
|
4923
4971
|
/**
|
|
@@ -5013,7 +5061,7 @@ declare namespace LocalJSX {
|
|
|
5013
5061
|
* @nativeHandler onKeyDown
|
|
5014
5062
|
* @componentName Select
|
|
5015
5063
|
* @maturityCategory use
|
|
5016
|
-
* @maturityLevel
|
|
5064
|
+
* @maturityLevel best_practice
|
|
5017
5065
|
* @guidanceHref form/select
|
|
5018
5066
|
* @translations English
|
|
5019
5067
|
* @translations Spanish
|
|
@@ -5027,6 +5075,18 @@ declare namespace LocalJSX {
|
|
|
5027
5075
|
* Error message to display. When defined, this indicates an error.
|
|
5028
5076
|
*/
|
|
5029
5077
|
"error"?: string;
|
|
5078
|
+
/**
|
|
5079
|
+
* The content of the heading if `useFormsPattern` is true.
|
|
5080
|
+
*/
|
|
5081
|
+
"formHeading"?: string;
|
|
5082
|
+
/**
|
|
5083
|
+
* The heading level for the heading if `useFormsPattern` is true.
|
|
5084
|
+
*/
|
|
5085
|
+
"formHeadingLevel"?: number;
|
|
5086
|
+
/**
|
|
5087
|
+
* If true, sets the select to take the full-width of its container
|
|
5088
|
+
*/
|
|
5089
|
+
"fullWidth"?: boolean;
|
|
5030
5090
|
/**
|
|
5031
5091
|
* Optional hint text.
|
|
5032
5092
|
*/
|
|
@@ -5075,12 +5135,16 @@ declare namespace LocalJSX {
|
|
|
5075
5135
|
* Whether an error message should be shown - set to false when this component is used inside va-date or va-memorable-date in which the error for the va-select will be rendered outside of va-select
|
|
5076
5136
|
*/
|
|
5077
5137
|
"showError"?: boolean;
|
|
5138
|
+
/**
|
|
5139
|
+
* Enabling this will add a heading and description for integrating into the forms pattern. Accepts `single` or `multiple` to indicate if the form is a single input or will have multiple inputs
|
|
5140
|
+
*/
|
|
5141
|
+
"useFormsPattern"?: string;
|
|
5078
5142
|
/**
|
|
5079
5143
|
* Selected value (will get updated on select).
|
|
5080
5144
|
*/
|
|
5081
5145
|
"value"?: string;
|
|
5082
5146
|
/**
|
|
5083
|
-
* Displays the select at a specific width. Accepts 2xs (4ex), xs (7ex), sm or small (10ex), md or medium (20ex), lg (30ex), xl (40ex), and 2xl (50ex).
|
|
5147
|
+
* Displays the select at a specific width. Accepts 2xs (4ex), xs (7ex), sm or small (10ex), md or medium (20ex), lg (30ex), xl (40ex), and 2xl (50ex). Defined in USWDS here: https://github.com/uswds/uswds/blob/develop/packages/uswds-core/src/styles/tokens/units/input-widths.scss
|
|
5084
5148
|
*/
|
|
5085
5149
|
"width"?: string;
|
|
5086
5150
|
}
|
|
@@ -5125,8 +5189,8 @@ declare namespace LocalJSX {
|
|
|
5125
5189
|
}
|
|
5126
5190
|
/**
|
|
5127
5191
|
* @componentName Statement of truth
|
|
5128
|
-
* @maturityCategory
|
|
5129
|
-
* @maturityLevel
|
|
5192
|
+
* @maturityCategory use
|
|
5193
|
+
* @maturityLevel deployed
|
|
5130
5194
|
*/
|
|
5131
5195
|
interface VaStatementOfTruth {
|
|
5132
5196
|
/**
|
|
@@ -5181,6 +5245,11 @@ declare namespace LocalJSX {
|
|
|
5181
5245
|
*/
|
|
5182
5246
|
interface VaSummaryBox {
|
|
5183
5247
|
}
|
|
5248
|
+
/**
|
|
5249
|
+
* @componentName Table
|
|
5250
|
+
* @maturityCategory caution
|
|
5251
|
+
* @maturityLevel available
|
|
5252
|
+
*/
|
|
5184
5253
|
interface VaTable {
|
|
5185
5254
|
/**
|
|
5186
5255
|
* When active, forces the table to expand to the full-width of its container
|
|
@@ -5317,7 +5386,7 @@ declare namespace LocalJSX {
|
|
|
5317
5386
|
* @nativeHandler onBlur
|
|
5318
5387
|
* @componentName Text input
|
|
5319
5388
|
* @maturityCategory use
|
|
5320
|
-
* @maturityLevel
|
|
5389
|
+
* @maturityLevel best_practice
|
|
5321
5390
|
* @guidanceHref form/text-input
|
|
5322
5391
|
* @translations English
|
|
5323
5392
|
* @translations Spanish
|
|
@@ -5460,7 +5529,7 @@ declare namespace LocalJSX {
|
|
|
5460
5529
|
* @nativeHandler onBlur
|
|
5461
5530
|
* @componentName Textarea
|
|
5462
5531
|
* @maturityCategory use
|
|
5463
|
-
* @maturityLevel
|
|
5532
|
+
* @maturityLevel best_practice
|
|
5464
5533
|
* @guidanceHref form/textarea
|
|
5465
5534
|
* @translations English
|
|
5466
5535
|
* @translations Spanish
|
|
@@ -5611,7 +5680,7 @@ declare module "@stencil/core" {
|
|
|
5611
5680
|
/**
|
|
5612
5681
|
* @componentName Additional info
|
|
5613
5682
|
* @maturityCategory use
|
|
5614
|
-
* @maturityLevel
|
|
5683
|
+
* @maturityLevel best_practice
|
|
5615
5684
|
*/
|
|
5616
5685
|
"va-additional-info": LocalJSX.VaAdditionalInfo & JSXBase.HTMLAttributes<HTMLVaAdditionalInfoElement>;
|
|
5617
5686
|
/**
|
|
@@ -5623,8 +5692,8 @@ declare module "@stencil/core" {
|
|
|
5623
5692
|
/**
|
|
5624
5693
|
* @componentName Alert - expandable
|
|
5625
5694
|
* @guidanceHref alert/alert-expandable
|
|
5626
|
-
* @maturityCategory
|
|
5627
|
-
* @maturityLevel
|
|
5695
|
+
* @maturityCategory use
|
|
5696
|
+
* @maturityLevel deployed
|
|
5628
5697
|
*/
|
|
5629
5698
|
"va-alert-expandable": LocalJSX.VaAlertExpandable & JSXBase.HTMLAttributes<HTMLVaAlertExpandableElement>;
|
|
5630
5699
|
/**
|
|
@@ -5655,28 +5724,28 @@ declare module "@stencil/core" {
|
|
|
5655
5724
|
/**
|
|
5656
5725
|
* @componentName Button
|
|
5657
5726
|
* @nativeHandler onClick
|
|
5658
|
-
* @maturityCategory
|
|
5659
|
-
* @maturityLevel
|
|
5727
|
+
* @maturityCategory use
|
|
5728
|
+
* @maturityLevel deployed
|
|
5660
5729
|
*/
|
|
5661
5730
|
"va-button": LocalJSX.VaButton & JSXBase.HTMLAttributes<HTMLVaButtonElement>;
|
|
5662
5731
|
/**
|
|
5663
5732
|
* @componentName Button - Icon
|
|
5664
5733
|
* @nativeHandler onClick
|
|
5665
5734
|
* @maturityCategory caution
|
|
5666
|
-
* @maturityLevel
|
|
5735
|
+
* @maturityLevel available
|
|
5667
5736
|
*/
|
|
5668
5737
|
"va-button-icon": LocalJSX.VaButtonIcon & JSXBase.HTMLAttributes<HTMLVaButtonIconElement>;
|
|
5669
5738
|
/**
|
|
5670
5739
|
* @componentName Button pair
|
|
5671
|
-
* @maturityCategory
|
|
5672
|
-
* @maturityLevel
|
|
5740
|
+
* @maturityCategory use
|
|
5741
|
+
* @maturityLevel deployed
|
|
5673
5742
|
* @guidanceHref button/button-pair
|
|
5674
5743
|
*/
|
|
5675
5744
|
"va-button-pair": LocalJSX.VaButtonPair & JSXBase.HTMLAttributes<HTMLVaButtonPairElement>;
|
|
5676
5745
|
/**
|
|
5677
5746
|
* @componentName Card
|
|
5678
|
-
* @maturityCategory
|
|
5679
|
-
* @maturityLevel
|
|
5747
|
+
* @maturityCategory use
|
|
5748
|
+
* @maturityLevel deployed
|
|
5680
5749
|
*/
|
|
5681
5750
|
"va-card": LocalJSX.VaCard & JSXBase.HTMLAttributes<HTMLVaCardElement>;
|
|
5682
5751
|
/**
|
|
@@ -5713,7 +5782,7 @@ declare module "@stencil/core" {
|
|
|
5713
5782
|
/**
|
|
5714
5783
|
* @componentName Crisis Line Modal
|
|
5715
5784
|
* @maturityCategory caution
|
|
5716
|
-
* @maturityLevel
|
|
5785
|
+
* @maturityLevel available
|
|
5717
5786
|
*/
|
|
5718
5787
|
"va-crisis-line-modal": LocalJSX.VaCrisisLineModal & JSXBase.HTMLAttributes<HTMLVaCrisisLineModalElement>;
|
|
5719
5788
|
/**
|
|
@@ -5742,50 +5811,52 @@ declare module "@stencil/core" {
|
|
|
5742
5811
|
/**
|
|
5743
5812
|
* @componentName Header - Minimal
|
|
5744
5813
|
* @maturityCategory caution
|
|
5745
|
-
* @maturityLevel
|
|
5814
|
+
* @maturityLevel available
|
|
5746
5815
|
* @guidanceHref header/header-minimal
|
|
5747
5816
|
*/
|
|
5748
5817
|
"va-header-minimal": LocalJSX.VaHeaderMinimal & JSXBase.HTMLAttributes<HTMLVaHeaderMinimalElement>;
|
|
5749
5818
|
/**
|
|
5750
5819
|
* @componentName Icon
|
|
5751
5820
|
* @maturityCategory caution
|
|
5752
|
-
* @maturityLevel
|
|
5821
|
+
* @maturityLevel available
|
|
5753
5822
|
*/
|
|
5754
5823
|
"va-icon": LocalJSX.VaIcon & JSXBase.HTMLAttributes<HTMLVaIconElement>;
|
|
5755
5824
|
/**
|
|
5756
5825
|
* @componentName Language Toggle
|
|
5757
5826
|
* @maturityCategory caution
|
|
5758
|
-
* @maturityLevel
|
|
5827
|
+
* @maturityLevel available
|
|
5759
5828
|
*/
|
|
5760
5829
|
"va-language-toggle": LocalJSX.VaLanguageToggle & JSXBase.HTMLAttributes<HTMLVaLanguageToggleElement>;
|
|
5761
5830
|
/**
|
|
5762
5831
|
* @componentName Link
|
|
5763
|
-
* @maturityCategory
|
|
5764
|
-
* @maturityLevel
|
|
5832
|
+
* @maturityCategory use
|
|
5833
|
+
* @maturityLevel deployed
|
|
5765
5834
|
*/
|
|
5766
5835
|
"va-link": LocalJSX.VaLink & JSXBase.HTMLAttributes<HTMLVaLinkElement>;
|
|
5767
5836
|
/**
|
|
5768
5837
|
* @componentName Link - Action
|
|
5769
|
-
* @maturityCategory
|
|
5770
|
-
* @maturityLevel
|
|
5838
|
+
* @maturityCategory use
|
|
5839
|
+
* @maturityLevel deployed
|
|
5840
|
+
* @guidanceHref link/action
|
|
5841
|
+
* @guidanceName Action link
|
|
5771
5842
|
*/
|
|
5772
5843
|
"va-link-action": LocalJSX.VaLinkAction & JSXBase.HTMLAttributes<HTMLVaLinkActionElement>;
|
|
5773
5844
|
/**
|
|
5774
5845
|
* @componentName Loading indicator
|
|
5775
5846
|
* @maturityCategory use
|
|
5776
|
-
* @maturityLevel
|
|
5847
|
+
* @maturityLevel deployed
|
|
5777
5848
|
*/
|
|
5778
5849
|
"va-loading-indicator": LocalJSX.VaLoadingIndicator & JSXBase.HTMLAttributes<HTMLVaLoadingIndicatorElement>;
|
|
5779
5850
|
/**
|
|
5780
5851
|
* @componentName Banner - Maintenance
|
|
5781
|
-
* @maturityCategory
|
|
5782
|
-
* @maturityLevel
|
|
5852
|
+
* @maturityCategory use
|
|
5853
|
+
* @maturityLevel deployed
|
|
5783
5854
|
*/
|
|
5784
5855
|
"va-maintenance-banner": LocalJSX.VaMaintenanceBanner & JSXBase.HTMLAttributes<HTMLVaMaintenanceBannerElement>;
|
|
5785
5856
|
/**
|
|
5786
5857
|
* @componentName Memorable date
|
|
5787
|
-
* @maturityCategory
|
|
5788
|
-
* @maturityLevel
|
|
5858
|
+
* @maturityCategory use
|
|
5859
|
+
* @maturityLevel deployed
|
|
5789
5860
|
* @guidanceHref form/memorable-date
|
|
5790
5861
|
* @translations English
|
|
5791
5862
|
* @translations Spanish
|
|
@@ -5794,7 +5865,7 @@ declare module "@stencil/core" {
|
|
|
5794
5865
|
/**
|
|
5795
5866
|
* @componentName Minimal Footer
|
|
5796
5867
|
* @maturityCategory caution
|
|
5797
|
-
* @maturityLevel
|
|
5868
|
+
* @maturityLevel available
|
|
5798
5869
|
*/
|
|
5799
5870
|
"va-minimal-footer": LocalJSX.VaMinimalFooter & JSXBase.HTMLAttributes<HTMLVaMinimalFooterElement>;
|
|
5800
5871
|
/**
|
|
@@ -5802,13 +5873,13 @@ declare module "@stencil/core" {
|
|
|
5802
5873
|
* @keydown Used to detect Escape key to close modal.
|
|
5803
5874
|
* @componentName Modal
|
|
5804
5875
|
* @maturityCategory use
|
|
5805
|
-
* @maturityLevel
|
|
5876
|
+
* @maturityLevel best_practice
|
|
5806
5877
|
*/
|
|
5807
5878
|
"va-modal": LocalJSX.VaModal & JSXBase.HTMLAttributes<HTMLVaModalElement>;
|
|
5808
5879
|
/**
|
|
5809
5880
|
* @componentName Need help?
|
|
5810
|
-
* @maturityCategory
|
|
5811
|
-
* @maturityLevel
|
|
5881
|
+
* @maturityCategory use
|
|
5882
|
+
* @maturityLevel deployed
|
|
5812
5883
|
* @guidanceHref form/need-help
|
|
5813
5884
|
*/
|
|
5814
5885
|
"va-need-help": LocalJSX.VaNeedHelp & JSXBase.HTMLAttributes<HTMLVaNeedHelpElement>;
|
|
@@ -5820,8 +5891,8 @@ declare module "@stencil/core" {
|
|
|
5820
5891
|
"va-notification": LocalJSX.VaNotification & JSXBase.HTMLAttributes<HTMLVaNotificationElement>;
|
|
5821
5892
|
/**
|
|
5822
5893
|
* @componentName Banner - Official Gov
|
|
5823
|
-
* @maturityCategory
|
|
5824
|
-
* @maturityLevel
|
|
5894
|
+
* @maturityCategory use
|
|
5895
|
+
* @maturityLevel best_practice
|
|
5825
5896
|
*/
|
|
5826
5897
|
"va-official-gov-banner": LocalJSX.VaOfficialGovBanner & JSXBase.HTMLAttributes<HTMLVaOfficialGovBannerElement>;
|
|
5827
5898
|
/**
|
|
@@ -5847,21 +5918,21 @@ declare module "@stencil/core" {
|
|
|
5847
5918
|
"va-pagination": LocalJSX.VaPagination & JSXBase.HTMLAttributes<HTMLVaPaginationElement>;
|
|
5848
5919
|
/**
|
|
5849
5920
|
* @componentName Privacy agreement
|
|
5850
|
-
* @maturityCategory
|
|
5851
|
-
* @maturityLevel
|
|
5921
|
+
* @maturityCategory use
|
|
5922
|
+
* @maturityLevel deployed
|
|
5852
5923
|
*/
|
|
5853
5924
|
"va-privacy-agreement": LocalJSX.VaPrivacyAgreement & JSXBase.HTMLAttributes<HTMLVaPrivacyAgreementElement>;
|
|
5854
5925
|
/**
|
|
5855
5926
|
* @componentName Process list
|
|
5856
5927
|
* @maturityCategory use
|
|
5857
|
-
* @maturityLevel
|
|
5928
|
+
* @maturityLevel best_practice
|
|
5858
5929
|
*/
|
|
5859
5930
|
"va-process-list": LocalJSX.VaProcessList & JSXBase.HTMLAttributes<HTMLVaProcessListElement>;
|
|
5860
5931
|
"va-process-list-item": LocalJSX.VaProcessListItem & JSXBase.HTMLAttributes<HTMLVaProcessListItemElement>;
|
|
5861
5932
|
/**
|
|
5862
5933
|
* @componentName Progress bar - activity
|
|
5863
5934
|
* @maturityCategory use
|
|
5864
|
-
* @maturityLevel
|
|
5935
|
+
* @maturityLevel best_practice
|
|
5865
5936
|
*/
|
|
5866
5937
|
"va-progress-bar": LocalJSX.VaProgressBar & JSXBase.HTMLAttributes<HTMLVaProgressBarElement>;
|
|
5867
5938
|
/**
|
|
@@ -5876,7 +5947,7 @@ declare module "@stencil/core" {
|
|
|
5876
5947
|
* @radioOptionSelected The event emitted when the selected option value changes.
|
|
5877
5948
|
* @componentName Radio button
|
|
5878
5949
|
* @maturityCategory use
|
|
5879
|
-
* @maturityLevel
|
|
5950
|
+
* @maturityLevel best_practice
|
|
5880
5951
|
* @guidanceHref form/radio-button
|
|
5881
5952
|
* @translations English
|
|
5882
5953
|
* @translations Spanish
|
|
@@ -5887,7 +5958,7 @@ declare module "@stencil/core" {
|
|
|
5887
5958
|
/**
|
|
5888
5959
|
* @componentName Search input
|
|
5889
5960
|
* @maturityCategory use
|
|
5890
|
-
* @maturityLevel
|
|
5961
|
+
* @maturityLevel best_practice
|
|
5891
5962
|
*/
|
|
5892
5963
|
"va-search-input": LocalJSX.VaSearchInput & JSXBase.HTMLAttributes<HTMLVaSearchInputElement>;
|
|
5893
5964
|
/**
|
|
@@ -5901,7 +5972,7 @@ declare module "@stencil/core" {
|
|
|
5901
5972
|
* @nativeHandler onKeyDown
|
|
5902
5973
|
* @componentName Select
|
|
5903
5974
|
* @maturityCategory use
|
|
5904
|
-
* @maturityLevel
|
|
5975
|
+
* @maturityLevel best_practice
|
|
5905
5976
|
* @guidanceHref form/select
|
|
5906
5977
|
* @translations English
|
|
5907
5978
|
* @translations Spanish
|
|
@@ -5915,8 +5986,8 @@ declare module "@stencil/core" {
|
|
|
5915
5986
|
"va-service-list-item": LocalJSX.VaServiceListItem & JSXBase.HTMLAttributes<HTMLVaServiceListItemElement>;
|
|
5916
5987
|
/**
|
|
5917
5988
|
* @componentName Statement of truth
|
|
5918
|
-
* @maturityCategory
|
|
5919
|
-
* @maturityLevel
|
|
5989
|
+
* @maturityCategory use
|
|
5990
|
+
* @maturityLevel deployed
|
|
5920
5991
|
*/
|
|
5921
5992
|
"va-statement-of-truth": LocalJSX.VaStatementOfTruth & JSXBase.HTMLAttributes<HTMLVaStatementOfTruthElement>;
|
|
5922
5993
|
/**
|
|
@@ -5925,6 +5996,11 @@ declare module "@stencil/core" {
|
|
|
5925
5996
|
* @maturityLevel deployed
|
|
5926
5997
|
*/
|
|
5927
5998
|
"va-summary-box": LocalJSX.VaSummaryBox & JSXBase.HTMLAttributes<HTMLVaSummaryBoxElement>;
|
|
5999
|
+
/**
|
|
6000
|
+
* @componentName Table
|
|
6001
|
+
* @maturityCategory caution
|
|
6002
|
+
* @maturityLevel available
|
|
6003
|
+
*/
|
|
5928
6004
|
"va-table": LocalJSX.VaTable & JSXBase.HTMLAttributes<HTMLVaTableElement>;
|
|
5929
6005
|
/**
|
|
5930
6006
|
* @componentName Table
|
|
@@ -5944,7 +6020,7 @@ declare module "@stencil/core" {
|
|
|
5944
6020
|
* @nativeHandler onBlur
|
|
5945
6021
|
* @componentName Text input
|
|
5946
6022
|
* @maturityCategory use
|
|
5947
|
-
* @maturityLevel
|
|
6023
|
+
* @maturityLevel best_practice
|
|
5948
6024
|
* @guidanceHref form/text-input
|
|
5949
6025
|
* @translations English
|
|
5950
6026
|
* @translations Spanish
|
|
@@ -5956,7 +6032,7 @@ declare module "@stencil/core" {
|
|
|
5956
6032
|
* @nativeHandler onBlur
|
|
5957
6033
|
* @componentName Textarea
|
|
5958
6034
|
* @maturityCategory use
|
|
5959
|
-
* @maturityLevel
|
|
6035
|
+
* @maturityLevel best_practice
|
|
5960
6036
|
* @guidanceHref form/textarea
|
|
5961
6037
|
* @translations English
|
|
5962
6038
|
* @translations Spanish
|