@genesislcap/foundation-ui 15.1.0 → 15.2.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/custom-elements.json +1262 -481
- package/dist/dts/base-components.d.ts +11 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/react.d.ts +28 -17
- package/dist/dts/verification-code-input/index.d.ts +4 -0
- package/dist/dts/verification-code-input/index.d.ts.map +1 -0
- package/dist/dts/verification-code-input/verification-code-input.d.ts +145 -0
- package/dist/dts/verification-code-input/verification-code-input.d.ts.map +1 -0
- package/dist/dts/verification-code-input/verification-code-input.styles.d.ts +3 -0
- package/dist/dts/verification-code-input/verification-code-input.styles.d.ts.map +1 -0
- package/dist/dts/verification-code-input/verification-code-input.template.d.ts +3 -0
- package/dist/dts/verification-code-input/verification-code-input.template.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/verification-code-input/index.js +3 -0
- package/dist/esm/verification-code-input/verification-code-input.js +429 -0
- package/dist/esm/verification-code-input/verification-code-input.styles.js +108 -0
- package/dist/esm/verification-code-input/verification-code-input.template.js +55 -0
- package/dist/foundation-ui.api.json +1104 -68
- package/dist/foundation-ui.d.ts +166 -0
- package/dist/react.cjs +29 -10
- package/dist/react.mjs +26 -8
- package/package.json +19 -19
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n foundationPill,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n foundationSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
15
|
+
"default": "{\n foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n foundationPill,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n foundationVerificationCodeInput,\n foundationSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -867,6 +867,14 @@
|
|
|
867
867
|
"name": "getPrefix",
|
|
868
868
|
"module": "./utils/dom"
|
|
869
869
|
}
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"kind": "js",
|
|
873
|
+
"name": "*",
|
|
874
|
+
"declaration": {
|
|
875
|
+
"name": "*",
|
|
876
|
+
"package": "./verification-code-input"
|
|
877
|
+
}
|
|
870
878
|
}
|
|
871
879
|
]
|
|
872
880
|
},
|
|
@@ -1416,42 +1424,11 @@
|
|
|
1416
1424
|
},
|
|
1417
1425
|
{
|
|
1418
1426
|
"kind": "javascript-module",
|
|
1419
|
-
"path": "src/
|
|
1420
|
-
"declarations": [],
|
|
1421
|
-
"exports": [
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./styles"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./tokens"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./values"
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "javascript-module",
|
|
1450
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1427
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1451
1428
|
"declarations": [
|
|
1452
1429
|
{
|
|
1453
1430
|
"kind": "function",
|
|
1454
|
-
"name": "
|
|
1431
|
+
"name": "foundationAccordionStyles",
|
|
1455
1432
|
"return": {
|
|
1456
1433
|
"type": {
|
|
1457
1434
|
"text": "ElementStyles"
|
|
@@ -1476,24 +1453,24 @@
|
|
|
1476
1453
|
"exports": [
|
|
1477
1454
|
{
|
|
1478
1455
|
"kind": "js",
|
|
1479
|
-
"name": "
|
|
1456
|
+
"name": "foundationAccordionStyles",
|
|
1480
1457
|
"declaration": {
|
|
1481
|
-
"name": "
|
|
1482
|
-
"module": "src/accordion
|
|
1458
|
+
"name": "foundationAccordionStyles",
|
|
1459
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1483
1460
|
}
|
|
1484
1461
|
}
|
|
1485
1462
|
]
|
|
1486
1463
|
},
|
|
1487
1464
|
{
|
|
1488
1465
|
"kind": "javascript-module",
|
|
1489
|
-
"path": "src/accordion
|
|
1466
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1490
1467
|
"declarations": [
|
|
1491
1468
|
{
|
|
1492
1469
|
"kind": "function",
|
|
1493
|
-
"name": "
|
|
1470
|
+
"name": "foundationAccordionTemplate",
|
|
1494
1471
|
"return": {
|
|
1495
1472
|
"type": {
|
|
1496
|
-
"text": "ViewTemplate<
|
|
1473
|
+
"text": "ViewTemplate<Accordion>"
|
|
1497
1474
|
}
|
|
1498
1475
|
},
|
|
1499
1476
|
"parameters": [
|
|
@@ -1515,116 +1492,237 @@
|
|
|
1515
1492
|
"exports": [
|
|
1516
1493
|
{
|
|
1517
1494
|
"kind": "js",
|
|
1518
|
-
"name": "
|
|
1495
|
+
"name": "foundationAccordionTemplate",
|
|
1519
1496
|
"declaration": {
|
|
1520
|
-
"name": "
|
|
1521
|
-
"module": "src/accordion
|
|
1497
|
+
"name": "foundationAccordionTemplate",
|
|
1498
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1522
1499
|
}
|
|
1523
1500
|
}
|
|
1524
1501
|
]
|
|
1525
1502
|
},
|
|
1526
1503
|
{
|
|
1527
1504
|
"kind": "javascript-module",
|
|
1528
|
-
"path": "src/accordion
|
|
1505
|
+
"path": "src/accordion/accordion.ts",
|
|
1529
1506
|
"declarations": [
|
|
1530
1507
|
{
|
|
1531
1508
|
"kind": "class",
|
|
1532
1509
|
"description": "",
|
|
1533
|
-
"name": "
|
|
1510
|
+
"name": "Accordion",
|
|
1534
1511
|
"superclass": {
|
|
1535
|
-
"name": "
|
|
1536
|
-
"package": "@microsoft/fast-
|
|
1512
|
+
"name": "FASTAccordion",
|
|
1513
|
+
"package": "@microsoft/fast-foundation"
|
|
1537
1514
|
},
|
|
1538
|
-
"tagName": "%%prefix%%-accordion
|
|
1515
|
+
"tagName": "%%prefix%%-accordion",
|
|
1539
1516
|
"customElement": true,
|
|
1540
1517
|
"attributes": [
|
|
1541
1518
|
{
|
|
1542
|
-
"name": "
|
|
1519
|
+
"name": "expand-mode",
|
|
1543
1520
|
"type": {
|
|
1544
|
-
"text": "
|
|
1521
|
+
"text": "AccordionExpandMode"
|
|
1545
1522
|
},
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"fieldName": "headinglevel",
|
|
1523
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1524
|
+
"fieldName": "expandmode",
|
|
1549
1525
|
"inheritedFrom": {
|
|
1550
|
-
"name": "
|
|
1551
|
-
"module": "src/accordion
|
|
1526
|
+
"name": "Accordion",
|
|
1527
|
+
"module": "src/accordion/accordion.ts"
|
|
1552
1528
|
}
|
|
1553
|
-
}
|
|
1529
|
+
}
|
|
1530
|
+
],
|
|
1531
|
+
"members": [
|
|
1554
1532
|
{
|
|
1533
|
+
"kind": "field",
|
|
1534
|
+
"name": "expandmode",
|
|
1555
1535
|
"type": {
|
|
1556
|
-
"text": "
|
|
1536
|
+
"text": "AccordionExpandMode"
|
|
1557
1537
|
},
|
|
1558
|
-
"
|
|
1559
|
-
"description": "
|
|
1560
|
-
"fieldName": "expanded",
|
|
1538
|
+
"privacy": "public",
|
|
1539
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1561
1540
|
"inheritedFrom": {
|
|
1562
|
-
"name": "
|
|
1563
|
-
"module": "src/accordion
|
|
1541
|
+
"name": "Accordion",
|
|
1542
|
+
"module": "src/accordion/accordion.ts"
|
|
1564
1543
|
}
|
|
1565
1544
|
},
|
|
1566
1545
|
{
|
|
1567
|
-
"
|
|
1546
|
+
"kind": "field",
|
|
1547
|
+
"name": "activeid",
|
|
1568
1548
|
"type": {
|
|
1569
|
-
"text": "string"
|
|
1549
|
+
"text": "string | null"
|
|
1570
1550
|
},
|
|
1571
|
-
"
|
|
1572
|
-
"fieldName": "id",
|
|
1551
|
+
"privacy": "private",
|
|
1573
1552
|
"inheritedFrom": {
|
|
1574
|
-
"name": "
|
|
1575
|
-
"module": "src/accordion
|
|
1553
|
+
"name": "Accordion",
|
|
1554
|
+
"module": "src/accordion/accordion.ts"
|
|
1576
1555
|
}
|
|
1577
|
-
}
|
|
1578
|
-
],
|
|
1579
|
-
"members": [
|
|
1556
|
+
},
|
|
1580
1557
|
{
|
|
1581
1558
|
"kind": "field",
|
|
1582
|
-
"name": "
|
|
1559
|
+
"name": "activeItemIndex",
|
|
1583
1560
|
"type": {
|
|
1584
|
-
"text": "
|
|
1561
|
+
"text": "number"
|
|
1585
1562
|
},
|
|
1586
|
-
"privacy": "
|
|
1587
|
-
"default": "
|
|
1588
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1563
|
+
"privacy": "private",
|
|
1564
|
+
"default": "0",
|
|
1589
1565
|
"inheritedFrom": {
|
|
1590
|
-
"name": "
|
|
1591
|
-
"module": "src/accordion
|
|
1566
|
+
"name": "Accordion",
|
|
1567
|
+
"module": "src/accordion/accordion.ts"
|
|
1592
1568
|
}
|
|
1593
1569
|
},
|
|
1594
1570
|
{
|
|
1595
1571
|
"kind": "field",
|
|
1596
|
-
"name": "
|
|
1572
|
+
"name": "accordionIds",
|
|
1597
1573
|
"type": {
|
|
1598
|
-
"text": "
|
|
1574
|
+
"text": "Array<string | null>"
|
|
1599
1575
|
},
|
|
1600
|
-
"privacy": "
|
|
1601
|
-
"default": "false",
|
|
1602
|
-
"description": "Expands or collapses the item.",
|
|
1576
|
+
"privacy": "private",
|
|
1603
1577
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/accordion
|
|
1578
|
+
"name": "Accordion",
|
|
1579
|
+
"module": "src/accordion/accordion.ts"
|
|
1606
1580
|
}
|
|
1607
1581
|
},
|
|
1608
1582
|
{
|
|
1609
1583
|
"kind": "field",
|
|
1610
|
-
"name": "
|
|
1611
|
-
"
|
|
1612
|
-
|
|
1584
|
+
"name": "change",
|
|
1585
|
+
"privacy": "private",
|
|
1586
|
+
"inheritedFrom": {
|
|
1587
|
+
"name": "Accordion",
|
|
1588
|
+
"module": "src/accordion/accordion.ts"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "method",
|
|
1593
|
+
"name": "findExpandedItem",
|
|
1594
|
+
"privacy": "private",
|
|
1595
|
+
"return": {
|
|
1596
|
+
"type": {
|
|
1597
|
+
"text": "AccordionItem | null"
|
|
1598
|
+
}
|
|
1613
1599
|
},
|
|
1614
|
-
"privacy": "public",
|
|
1615
|
-
"description": "The item ID",
|
|
1616
1600
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/accordion
|
|
1601
|
+
"name": "Accordion",
|
|
1602
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
1603
|
}
|
|
1620
1604
|
},
|
|
1621
1605
|
{
|
|
1622
1606
|
"kind": "field",
|
|
1623
|
-
"name": "
|
|
1607
|
+
"name": "setItems",
|
|
1624
1608
|
"privacy": "private",
|
|
1625
1609
|
"inheritedFrom": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "src/accordion
|
|
1610
|
+
"name": "Accordion",
|
|
1611
|
+
"module": "src/accordion/accordion.ts"
|
|
1612
|
+
}
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "method",
|
|
1616
|
+
"name": "resetItems",
|
|
1617
|
+
"privacy": "private",
|
|
1618
|
+
"return": {
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "void"
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
"inheritedFrom": {
|
|
1624
|
+
"name": "Accordion",
|
|
1625
|
+
"module": "src/accordion/accordion.ts"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "field",
|
|
1630
|
+
"name": "removeItemListeners",
|
|
1631
|
+
"privacy": "private",
|
|
1632
|
+
"inheritedFrom": {
|
|
1633
|
+
"name": "Accordion",
|
|
1634
|
+
"module": "src/accordion/accordion.ts"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "activeItemChange",
|
|
1640
|
+
"privacy": "private",
|
|
1641
|
+
"inheritedFrom": {
|
|
1642
|
+
"name": "Accordion",
|
|
1643
|
+
"module": "src/accordion/accordion.ts"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "method",
|
|
1648
|
+
"name": "getItemIds",
|
|
1649
|
+
"privacy": "private",
|
|
1650
|
+
"return": {
|
|
1651
|
+
"type": {
|
|
1652
|
+
"text": "Array<string | null>"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"inheritedFrom": {
|
|
1656
|
+
"name": "Accordion",
|
|
1657
|
+
"module": "src/accordion/accordion.ts"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "method",
|
|
1662
|
+
"name": "isSingleExpandMode",
|
|
1663
|
+
"privacy": "private",
|
|
1664
|
+
"return": {
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "boolean"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
"inheritedFrom": {
|
|
1670
|
+
"name": "Accordion",
|
|
1671
|
+
"module": "src/accordion/accordion.ts"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"kind": "field",
|
|
1676
|
+
"name": "handleItemKeyDown",
|
|
1677
|
+
"privacy": "private",
|
|
1678
|
+
"inheritedFrom": {
|
|
1679
|
+
"name": "Accordion",
|
|
1680
|
+
"module": "src/accordion/accordion.ts"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "field",
|
|
1685
|
+
"name": "handleItemFocus",
|
|
1686
|
+
"privacy": "private",
|
|
1687
|
+
"inheritedFrom": {
|
|
1688
|
+
"name": "Accordion",
|
|
1689
|
+
"module": "src/accordion/accordion.ts"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "method",
|
|
1694
|
+
"name": "adjust",
|
|
1695
|
+
"privacy": "private",
|
|
1696
|
+
"return": {
|
|
1697
|
+
"type": {
|
|
1698
|
+
"text": "void"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"parameters": [
|
|
1702
|
+
{
|
|
1703
|
+
"name": "adjustment",
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "number"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
],
|
|
1709
|
+
"inheritedFrom": {
|
|
1710
|
+
"name": "Accordion",
|
|
1711
|
+
"module": "src/accordion/accordion.ts"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "method",
|
|
1716
|
+
"name": "focusItem",
|
|
1717
|
+
"privacy": "private",
|
|
1718
|
+
"return": {
|
|
1719
|
+
"type": {
|
|
1720
|
+
"text": "void"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"inheritedFrom": {
|
|
1724
|
+
"name": "Accordion",
|
|
1725
|
+
"module": "src/accordion/accordion.ts"
|
|
1628
1726
|
}
|
|
1629
1727
|
},
|
|
1630
1728
|
{
|
|
@@ -1741,18 +1839,18 @@
|
|
|
1741
1839
|
],
|
|
1742
1840
|
"events": [
|
|
1743
1841
|
{
|
|
1744
|
-
"description": "Fires a custom 'change' event when the
|
|
1842
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1745
1843
|
"name": "change",
|
|
1746
1844
|
"inheritedFrom": {
|
|
1747
|
-
"name": "
|
|
1748
|
-
"module": "src/accordion
|
|
1845
|
+
"name": "Accordion",
|
|
1846
|
+
"module": "src/accordion/accordion.ts"
|
|
1749
1847
|
}
|
|
1750
1848
|
}
|
|
1751
1849
|
]
|
|
1752
1850
|
},
|
|
1753
1851
|
{
|
|
1754
1852
|
"kind": "variable",
|
|
1755
|
-
"name": "
|
|
1853
|
+
"name": "foundationAccordionShadowOptions",
|
|
1756
1854
|
"type": {
|
|
1757
1855
|
"text": "ShadowRootInit"
|
|
1758
1856
|
},
|
|
@@ -1760,57 +1858,57 @@
|
|
|
1760
1858
|
},
|
|
1761
1859
|
{
|
|
1762
1860
|
"kind": "variable",
|
|
1763
|
-
"name": "
|
|
1861
|
+
"name": "defaultAccordionConfig",
|
|
1764
1862
|
"type": {
|
|
1765
1863
|
"text": "object"
|
|
1766
1864
|
},
|
|
1767
|
-
"default": "{
|
|
1865
|
+
"default": "{}"
|
|
1768
1866
|
},
|
|
1769
1867
|
{
|
|
1770
1868
|
"kind": "variable",
|
|
1771
|
-
"name": "
|
|
1772
|
-
"description": "The Foundation Accordion
|
|
1869
|
+
"name": "foundationAccordion",
|
|
1870
|
+
"description": "The Foundation Accordion",
|
|
1773
1871
|
"privacy": "public"
|
|
1774
1872
|
}
|
|
1775
1873
|
],
|
|
1776
1874
|
"exports": [
|
|
1777
1875
|
{
|
|
1778
1876
|
"kind": "js",
|
|
1779
|
-
"name": "
|
|
1877
|
+
"name": "Accordion",
|
|
1780
1878
|
"declaration": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"module": "src/accordion
|
|
1879
|
+
"name": "Accordion",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1783
1881
|
}
|
|
1784
1882
|
},
|
|
1785
1883
|
{
|
|
1786
1884
|
"kind": "js",
|
|
1787
|
-
"name": "
|
|
1885
|
+
"name": "foundationAccordionShadowOptions",
|
|
1788
1886
|
"declaration": {
|
|
1789
|
-
"name": "
|
|
1790
|
-
"module": "src/accordion
|
|
1887
|
+
"name": "foundationAccordionShadowOptions",
|
|
1888
|
+
"module": "src/accordion/accordion.ts"
|
|
1791
1889
|
}
|
|
1792
1890
|
},
|
|
1793
1891
|
{
|
|
1794
1892
|
"kind": "js",
|
|
1795
|
-
"name": "
|
|
1893
|
+
"name": "defaultAccordionConfig",
|
|
1796
1894
|
"declaration": {
|
|
1797
|
-
"name": "
|
|
1798
|
-
"module": "src/accordion
|
|
1895
|
+
"name": "defaultAccordionConfig",
|
|
1896
|
+
"module": "src/accordion/accordion.ts"
|
|
1799
1897
|
}
|
|
1800
1898
|
},
|
|
1801
1899
|
{
|
|
1802
1900
|
"kind": "js",
|
|
1803
|
-
"name": "
|
|
1901
|
+
"name": "foundationAccordion",
|
|
1804
1902
|
"declaration": {
|
|
1805
|
-
"name": "
|
|
1806
|
-
"module": "src/accordion
|
|
1903
|
+
"name": "foundationAccordion",
|
|
1904
|
+
"module": "src/accordion/accordion.ts"
|
|
1807
1905
|
}
|
|
1808
1906
|
}
|
|
1809
1907
|
]
|
|
1810
1908
|
},
|
|
1811
1909
|
{
|
|
1812
1910
|
"kind": "javascript-module",
|
|
1813
|
-
"path": "src/accordion
|
|
1911
|
+
"path": "src/accordion/index.ts",
|
|
1814
1912
|
"declarations": [],
|
|
1815
1913
|
"exports": [
|
|
1816
1914
|
{
|
|
@@ -1818,7 +1916,7 @@
|
|
|
1818
1916
|
"name": "*",
|
|
1819
1917
|
"declaration": {
|
|
1820
1918
|
"name": "*",
|
|
1821
|
-
"package": "./accordion
|
|
1919
|
+
"package": "./accordion.template"
|
|
1822
1920
|
}
|
|
1823
1921
|
},
|
|
1824
1922
|
{
|
|
@@ -1826,7 +1924,7 @@
|
|
|
1826
1924
|
"name": "*",
|
|
1827
1925
|
"declaration": {
|
|
1828
1926
|
"name": "*",
|
|
1829
|
-
"package": "./accordion
|
|
1927
|
+
"package": "./accordion.styles"
|
|
1830
1928
|
}
|
|
1831
1929
|
},
|
|
1832
1930
|
{
|
|
@@ -1834,18 +1932,49 @@
|
|
|
1834
1932
|
"name": "*",
|
|
1835
1933
|
"declaration": {
|
|
1836
1934
|
"name": "*",
|
|
1837
|
-
"package": "./accordion
|
|
1935
|
+
"package": "./accordion"
|
|
1838
1936
|
}
|
|
1839
1937
|
}
|
|
1840
1938
|
]
|
|
1841
1939
|
},
|
|
1842
1940
|
{
|
|
1843
1941
|
"kind": "javascript-module",
|
|
1844
|
-
"path": "src/
|
|
1942
|
+
"path": "src/_config/index.ts",
|
|
1943
|
+
"declarations": [],
|
|
1944
|
+
"exports": [
|
|
1945
|
+
{
|
|
1946
|
+
"kind": "js",
|
|
1947
|
+
"name": "*",
|
|
1948
|
+
"declaration": {
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"package": "./styles"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "js",
|
|
1955
|
+
"name": "*",
|
|
1956
|
+
"declaration": {
|
|
1957
|
+
"name": "*",
|
|
1958
|
+
"package": "./tokens"
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"kind": "js",
|
|
1963
|
+
"name": "*",
|
|
1964
|
+
"declaration": {
|
|
1965
|
+
"name": "*",
|
|
1966
|
+
"package": "./values"
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
]
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"kind": "javascript-module",
|
|
1973
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1845
1974
|
"declarations": [
|
|
1846
1975
|
{
|
|
1847
1976
|
"kind": "function",
|
|
1848
|
-
"name": "
|
|
1977
|
+
"name": "foundationAccordionItemStyles",
|
|
1849
1978
|
"return": {
|
|
1850
1979
|
"type": {
|
|
1851
1980
|
"text": "ElementStyles"
|
|
@@ -1870,24 +1999,24 @@
|
|
|
1870
1999
|
"exports": [
|
|
1871
2000
|
{
|
|
1872
2001
|
"kind": "js",
|
|
1873
|
-
"name": "
|
|
2002
|
+
"name": "foundationAccordionItemStyles",
|
|
1874
2003
|
"declaration": {
|
|
1875
|
-
"name": "
|
|
1876
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2004
|
+
"name": "foundationAccordionItemStyles",
|
|
2005
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1877
2006
|
}
|
|
1878
2007
|
}
|
|
1879
2008
|
]
|
|
1880
2009
|
},
|
|
1881
2010
|
{
|
|
1882
2011
|
"kind": "javascript-module",
|
|
1883
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2012
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1884
2013
|
"declarations": [
|
|
1885
2014
|
{
|
|
1886
2015
|
"kind": "function",
|
|
1887
|
-
"name": "
|
|
2016
|
+
"name": "foundationAccordionItemTemplate",
|
|
1888
2017
|
"return": {
|
|
1889
2018
|
"type": {
|
|
1890
|
-
"text": "ViewTemplate<
|
|
2019
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1891
2020
|
}
|
|
1892
2021
|
},
|
|
1893
2022
|
"parameters": [
|
|
@@ -1909,237 +2038,116 @@
|
|
|
1909
2038
|
"exports": [
|
|
1910
2039
|
{
|
|
1911
2040
|
"kind": "js",
|
|
1912
|
-
"name": "
|
|
2041
|
+
"name": "foundationAccordionItemTemplate",
|
|
1913
2042
|
"declaration": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2043
|
+
"name": "foundationAccordionItemTemplate",
|
|
2044
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1916
2045
|
}
|
|
1917
2046
|
}
|
|
1918
2047
|
]
|
|
1919
2048
|
},
|
|
1920
2049
|
{
|
|
1921
2050
|
"kind": "javascript-module",
|
|
1922
|
-
"path": "src/accordion/accordion.ts",
|
|
2051
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1923
2052
|
"declarations": [
|
|
1924
2053
|
{
|
|
1925
2054
|
"kind": "class",
|
|
1926
2055
|
"description": "",
|
|
1927
|
-
"name": "
|
|
2056
|
+
"name": "AccordionItem",
|
|
1928
2057
|
"superclass": {
|
|
1929
|
-
"name": "
|
|
1930
|
-
"package": "@microsoft/fast-
|
|
2058
|
+
"name": "FASTAccordionItem",
|
|
2059
|
+
"package": "@microsoft/fast-components"
|
|
1931
2060
|
},
|
|
1932
|
-
"tagName": "%%prefix%%-accordion",
|
|
2061
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1933
2062
|
"customElement": true,
|
|
1934
2063
|
"attributes": [
|
|
1935
2064
|
{
|
|
1936
|
-
"name": "
|
|
1937
|
-
"type": {
|
|
1938
|
-
"text": "AccordionExpandMode"
|
|
1939
|
-
},
|
|
1940
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1941
|
-
"fieldName": "expandmode",
|
|
1942
|
-
"inheritedFrom": {
|
|
1943
|
-
"name": "Accordion",
|
|
1944
|
-
"module": "src/accordion/accordion.ts"
|
|
1945
|
-
}
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"members": [
|
|
1949
|
-
{
|
|
1950
|
-
"kind": "field",
|
|
1951
|
-
"name": "expandmode",
|
|
2065
|
+
"name": "heading-level",
|
|
1952
2066
|
"type": {
|
|
1953
|
-
"text": "
|
|
2067
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1954
2068
|
},
|
|
1955
|
-
"
|
|
1956
|
-
"description": "
|
|
2069
|
+
"default": "2",
|
|
2070
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2071
|
+
"fieldName": "headinglevel",
|
|
1957
2072
|
"inheritedFrom": {
|
|
1958
|
-
"name": "
|
|
1959
|
-
"module": "src/accordion/accordion.ts"
|
|
2073
|
+
"name": "AccordionItem",
|
|
2074
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1960
2075
|
}
|
|
1961
2076
|
},
|
|
1962
2077
|
{
|
|
1963
|
-
"kind": "field",
|
|
1964
|
-
"name": "activeid",
|
|
1965
2078
|
"type": {
|
|
1966
|
-
"text": "
|
|
2079
|
+
"text": "boolean"
|
|
1967
2080
|
},
|
|
1968
|
-
"
|
|
2081
|
+
"default": "false",
|
|
2082
|
+
"description": "Expands or collapses the item.",
|
|
2083
|
+
"fieldName": "expanded",
|
|
1969
2084
|
"inheritedFrom": {
|
|
1970
|
-
"name": "
|
|
1971
|
-
"module": "src/accordion/accordion.ts"
|
|
2085
|
+
"name": "AccordionItem",
|
|
2086
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1972
2087
|
}
|
|
1973
2088
|
},
|
|
1974
2089
|
{
|
|
1975
|
-
"
|
|
1976
|
-
"name": "activeItemIndex",
|
|
2090
|
+
"name": "id",
|
|
1977
2091
|
"type": {
|
|
1978
|
-
"text": "
|
|
2092
|
+
"text": "string"
|
|
1979
2093
|
},
|
|
1980
|
-
"
|
|
1981
|
-
"
|
|
2094
|
+
"description": "The item ID",
|
|
2095
|
+
"fieldName": "id",
|
|
1982
2096
|
"inheritedFrom": {
|
|
1983
|
-
"name": "
|
|
1984
|
-
"module": "src/accordion/accordion.ts"
|
|
2097
|
+
"name": "AccordionItem",
|
|
2098
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1985
2099
|
}
|
|
1986
|
-
}
|
|
2100
|
+
}
|
|
2101
|
+
],
|
|
2102
|
+
"members": [
|
|
1987
2103
|
{
|
|
1988
2104
|
"kind": "field",
|
|
1989
|
-
"name": "
|
|
2105
|
+
"name": "headinglevel",
|
|
1990
2106
|
"type": {
|
|
1991
|
-
"text": "
|
|
1992
|
-
},
|
|
1993
|
-
"privacy": "private",
|
|
1994
|
-
"inheritedFrom": {
|
|
1995
|
-
"name": "Accordion",
|
|
1996
|
-
"module": "src/accordion/accordion.ts"
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "field",
|
|
2001
|
-
"name": "change",
|
|
2002
|
-
"privacy": "private",
|
|
2003
|
-
"inheritedFrom": {
|
|
2004
|
-
"name": "Accordion",
|
|
2005
|
-
"module": "src/accordion/accordion.ts"
|
|
2006
|
-
}
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "method",
|
|
2010
|
-
"name": "findExpandedItem",
|
|
2011
|
-
"privacy": "private",
|
|
2012
|
-
"return": {
|
|
2013
|
-
"type": {
|
|
2014
|
-
"text": "AccordionItem | null"
|
|
2015
|
-
}
|
|
2107
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2016
2108
|
},
|
|
2109
|
+
"privacy": "public",
|
|
2110
|
+
"default": "2",
|
|
2111
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2017
2112
|
"inheritedFrom": {
|
|
2018
|
-
"name": "
|
|
2019
|
-
"module": "src/accordion/accordion.ts"
|
|
2113
|
+
"name": "AccordionItem",
|
|
2114
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2020
2115
|
}
|
|
2021
2116
|
},
|
|
2022
2117
|
{
|
|
2023
2118
|
"kind": "field",
|
|
2024
|
-
"name": "
|
|
2025
|
-
"
|
|
2026
|
-
|
|
2027
|
-
"name": "Accordion",
|
|
2028
|
-
"module": "src/accordion/accordion.ts"
|
|
2029
|
-
}
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "method",
|
|
2033
|
-
"name": "resetItems",
|
|
2034
|
-
"privacy": "private",
|
|
2035
|
-
"return": {
|
|
2036
|
-
"type": {
|
|
2037
|
-
"text": "void"
|
|
2038
|
-
}
|
|
2119
|
+
"name": "expanded",
|
|
2120
|
+
"type": {
|
|
2121
|
+
"text": "boolean"
|
|
2039
2122
|
},
|
|
2123
|
+
"privacy": "public",
|
|
2124
|
+
"default": "false",
|
|
2125
|
+
"description": "Expands or collapses the item.",
|
|
2040
2126
|
"inheritedFrom": {
|
|
2041
|
-
"name": "
|
|
2042
|
-
"module": "src/accordion/accordion.ts"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"kind": "field",
|
|
2047
|
-
"name": "removeItemListeners",
|
|
2048
|
-
"privacy": "private",
|
|
2049
|
-
"inheritedFrom": {
|
|
2050
|
-
"name": "Accordion",
|
|
2051
|
-
"module": "src/accordion/accordion.ts"
|
|
2127
|
+
"name": "AccordionItem",
|
|
2128
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2052
2129
|
}
|
|
2053
2130
|
},
|
|
2054
2131
|
{
|
|
2055
2132
|
"kind": "field",
|
|
2056
|
-
"name": "
|
|
2057
|
-
"
|
|
2058
|
-
|
|
2059
|
-
"name": "Accordion",
|
|
2060
|
-
"module": "src/accordion/accordion.ts"
|
|
2061
|
-
}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"kind": "method",
|
|
2065
|
-
"name": "getItemIds",
|
|
2066
|
-
"privacy": "private",
|
|
2067
|
-
"return": {
|
|
2068
|
-
"type": {
|
|
2069
|
-
"text": "Array<string | null>"
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
"inheritedFrom": {
|
|
2073
|
-
"name": "Accordion",
|
|
2074
|
-
"module": "src/accordion/accordion.ts"
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
"kind": "method",
|
|
2079
|
-
"name": "isSingleExpandMode",
|
|
2080
|
-
"privacy": "private",
|
|
2081
|
-
"return": {
|
|
2082
|
-
"type": {
|
|
2083
|
-
"text": "boolean"
|
|
2084
|
-
}
|
|
2133
|
+
"name": "id",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"text": "string"
|
|
2085
2136
|
},
|
|
2137
|
+
"privacy": "public",
|
|
2138
|
+
"description": "The item ID",
|
|
2086
2139
|
"inheritedFrom": {
|
|
2087
|
-
"name": "
|
|
2088
|
-
"module": "src/accordion/accordion.ts"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "field",
|
|
2093
|
-
"name": "handleItemKeyDown",
|
|
2094
|
-
"privacy": "private",
|
|
2095
|
-
"inheritedFrom": {
|
|
2096
|
-
"name": "Accordion",
|
|
2097
|
-
"module": "src/accordion/accordion.ts"
|
|
2140
|
+
"name": "AccordionItem",
|
|
2141
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2098
2142
|
}
|
|
2099
2143
|
},
|
|
2100
2144
|
{
|
|
2101
2145
|
"kind": "field",
|
|
2102
|
-
"name": "
|
|
2103
|
-
"privacy": "private",
|
|
2104
|
-
"inheritedFrom": {
|
|
2105
|
-
"name": "Accordion",
|
|
2106
|
-
"module": "src/accordion/accordion.ts"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"kind": "method",
|
|
2111
|
-
"name": "adjust",
|
|
2112
|
-
"privacy": "private",
|
|
2113
|
-
"return": {
|
|
2114
|
-
"type": {
|
|
2115
|
-
"text": "void"
|
|
2116
|
-
}
|
|
2117
|
-
},
|
|
2118
|
-
"parameters": [
|
|
2119
|
-
{
|
|
2120
|
-
"name": "adjustment",
|
|
2121
|
-
"type": {
|
|
2122
|
-
"text": "number"
|
|
2123
|
-
}
|
|
2124
|
-
}
|
|
2125
|
-
],
|
|
2126
|
-
"inheritedFrom": {
|
|
2127
|
-
"name": "Accordion",
|
|
2128
|
-
"module": "src/accordion/accordion.ts"
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"kind": "method",
|
|
2133
|
-
"name": "focusItem",
|
|
2146
|
+
"name": "change",
|
|
2134
2147
|
"privacy": "private",
|
|
2135
|
-
"return": {
|
|
2136
|
-
"type": {
|
|
2137
|
-
"text": "void"
|
|
2138
|
-
}
|
|
2139
|
-
},
|
|
2140
2148
|
"inheritedFrom": {
|
|
2141
|
-
"name": "
|
|
2142
|
-
"module": "src/accordion/accordion.ts"
|
|
2149
|
+
"name": "AccordionItem",
|
|
2150
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2143
2151
|
}
|
|
2144
2152
|
},
|
|
2145
2153
|
{
|
|
@@ -2256,18 +2264,18 @@
|
|
|
2256
2264
|
],
|
|
2257
2265
|
"events": [
|
|
2258
2266
|
{
|
|
2259
|
-
"description": "Fires a custom 'change' event when the
|
|
2267
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2260
2268
|
"name": "change",
|
|
2261
2269
|
"inheritedFrom": {
|
|
2262
|
-
"name": "
|
|
2263
|
-
"module": "src/accordion/accordion.ts"
|
|
2270
|
+
"name": "AccordionItem",
|
|
2271
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2264
2272
|
}
|
|
2265
2273
|
}
|
|
2266
2274
|
]
|
|
2267
2275
|
},
|
|
2268
2276
|
{
|
|
2269
2277
|
"kind": "variable",
|
|
2270
|
-
"name": "
|
|
2278
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2271
2279
|
"type": {
|
|
2272
2280
|
"text": "ShadowRootInit"
|
|
2273
2281
|
},
|
|
@@ -2275,57 +2283,57 @@
|
|
|
2275
2283
|
},
|
|
2276
2284
|
{
|
|
2277
2285
|
"kind": "variable",
|
|
2278
|
-
"name": "
|
|
2286
|
+
"name": "defaultAccordionItemConfig",
|
|
2279
2287
|
"type": {
|
|
2280
2288
|
"text": "object"
|
|
2281
2289
|
},
|
|
2282
|
-
"default": "{}"
|
|
2290
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
2283
2291
|
},
|
|
2284
2292
|
{
|
|
2285
2293
|
"kind": "variable",
|
|
2286
|
-
"name": "
|
|
2287
|
-
"description": "The Foundation Accordion",
|
|
2294
|
+
"name": "foundationAccordionItem",
|
|
2295
|
+
"description": "The Foundation Accordion Item",
|
|
2288
2296
|
"privacy": "public"
|
|
2289
2297
|
}
|
|
2290
2298
|
],
|
|
2291
2299
|
"exports": [
|
|
2292
2300
|
{
|
|
2293
2301
|
"kind": "js",
|
|
2294
|
-
"name": "
|
|
2302
|
+
"name": "AccordionItem",
|
|
2295
2303
|
"declaration": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/accordion/accordion.ts"
|
|
2304
|
+
"name": "AccordionItem",
|
|
2305
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2298
2306
|
}
|
|
2299
2307
|
},
|
|
2300
2308
|
{
|
|
2301
2309
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2310
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2303
2311
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/accordion/accordion.ts"
|
|
2312
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2313
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2306
2314
|
}
|
|
2307
2315
|
},
|
|
2308
2316
|
{
|
|
2309
2317
|
"kind": "js",
|
|
2310
|
-
"name": "
|
|
2318
|
+
"name": "defaultAccordionItemConfig",
|
|
2311
2319
|
"declaration": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/accordion/accordion.ts"
|
|
2320
|
+
"name": "defaultAccordionItemConfig",
|
|
2321
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2314
2322
|
}
|
|
2315
2323
|
},
|
|
2316
2324
|
{
|
|
2317
2325
|
"kind": "js",
|
|
2318
|
-
"name": "
|
|
2326
|
+
"name": "foundationAccordionItem",
|
|
2319
2327
|
"declaration": {
|
|
2320
|
-
"name": "
|
|
2321
|
-
"module": "src/accordion/accordion.ts"
|
|
2328
|
+
"name": "foundationAccordionItem",
|
|
2329
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2322
2330
|
}
|
|
2323
2331
|
}
|
|
2324
2332
|
]
|
|
2325
2333
|
},
|
|
2326
2334
|
{
|
|
2327
2335
|
"kind": "javascript-module",
|
|
2328
|
-
"path": "src/accordion/index.ts",
|
|
2336
|
+
"path": "src/accordion-item/index.ts",
|
|
2329
2337
|
"declarations": [],
|
|
2330
2338
|
"exports": [
|
|
2331
2339
|
{
|
|
@@ -2333,7 +2341,7 @@
|
|
|
2333
2341
|
"name": "*",
|
|
2334
2342
|
"declaration": {
|
|
2335
2343
|
"name": "*",
|
|
2336
|
-
"package": "./accordion.template"
|
|
2344
|
+
"package": "./accordion-item.template"
|
|
2337
2345
|
}
|
|
2338
2346
|
},
|
|
2339
2347
|
{
|
|
@@ -2341,7 +2349,7 @@
|
|
|
2341
2349
|
"name": "*",
|
|
2342
2350
|
"declaration": {
|
|
2343
2351
|
"name": "*",
|
|
2344
|
-
"package": "./accordion.styles"
|
|
2352
|
+
"package": "./accordion-item.styles"
|
|
2345
2353
|
}
|
|
2346
2354
|
},
|
|
2347
2355
|
{
|
|
@@ -2349,7 +2357,7 @@
|
|
|
2349
2357
|
"name": "*",
|
|
2350
2358
|
"declaration": {
|
|
2351
2359
|
"name": "*",
|
|
2352
|
-
"package": "./accordion"
|
|
2360
|
+
"package": "./accordion-item"
|
|
2353
2361
|
}
|
|
2354
2362
|
}
|
|
2355
2363
|
]
|
|
@@ -6083,11 +6091,11 @@
|
|
|
6083
6091
|
},
|
|
6084
6092
|
{
|
|
6085
6093
|
"kind": "javascript-module",
|
|
6086
|
-
"path": "src/
|
|
6094
|
+
"path": "src/badge/badge.styles.ts",
|
|
6087
6095
|
"declarations": [
|
|
6088
6096
|
{
|
|
6089
6097
|
"kind": "function",
|
|
6090
|
-
"name": "
|
|
6098
|
+
"name": "foundationBadgeStyles",
|
|
6091
6099
|
"return": {
|
|
6092
6100
|
"type": {
|
|
6093
6101
|
"text": "ElementStyles"
|
|
@@ -6112,24 +6120,24 @@
|
|
|
6112
6120
|
"exports": [
|
|
6113
6121
|
{
|
|
6114
6122
|
"kind": "js",
|
|
6115
|
-
"name": "
|
|
6123
|
+
"name": "foundationBadgeStyles",
|
|
6116
6124
|
"declaration": {
|
|
6117
|
-
"name": "
|
|
6118
|
-
"module": "src/
|
|
6125
|
+
"name": "foundationBadgeStyles",
|
|
6126
|
+
"module": "src/badge/badge.styles.ts"
|
|
6119
6127
|
}
|
|
6120
6128
|
}
|
|
6121
6129
|
]
|
|
6122
6130
|
},
|
|
6123
6131
|
{
|
|
6124
6132
|
"kind": "javascript-module",
|
|
6125
|
-
"path": "src/
|
|
6133
|
+
"path": "src/badge/badge.template.ts",
|
|
6126
6134
|
"declarations": [
|
|
6127
6135
|
{
|
|
6128
6136
|
"kind": "function",
|
|
6129
|
-
"name": "
|
|
6137
|
+
"name": "foundationBadgeTemplate",
|
|
6130
6138
|
"return": {
|
|
6131
6139
|
"type": {
|
|
6132
|
-
"text": "ViewTemplate<
|
|
6140
|
+
"text": "ViewTemplate<Badge>"
|
|
6133
6141
|
}
|
|
6134
6142
|
},
|
|
6135
6143
|
"parameters": [
|
|
@@ -6146,45 +6154,32 @@
|
|
|
6146
6154
|
}
|
|
6147
6155
|
}
|
|
6148
6156
|
]
|
|
6149
|
-
},
|
|
6150
|
-
{
|
|
6151
|
-
"kind": "variable",
|
|
6152
|
-
"name": "media",
|
|
6153
|
-
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
6154
6157
|
}
|
|
6155
6158
|
],
|
|
6156
6159
|
"exports": [
|
|
6157
6160
|
{
|
|
6158
6161
|
"kind": "js",
|
|
6159
|
-
"name": "
|
|
6160
|
-
"declaration": {
|
|
6161
|
-
"name": "foundationAvatarTemplate",
|
|
6162
|
-
"module": "src/avatar/avatar.template.ts"
|
|
6163
|
-
}
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"kind": "js",
|
|
6167
|
-
"name": "media",
|
|
6162
|
+
"name": "foundationBadgeTemplate",
|
|
6168
6163
|
"declaration": {
|
|
6169
|
-
"name": "
|
|
6170
|
-
"module": "src/
|
|
6164
|
+
"name": "foundationBadgeTemplate",
|
|
6165
|
+
"module": "src/badge/badge.template.ts"
|
|
6171
6166
|
}
|
|
6172
6167
|
}
|
|
6173
6168
|
]
|
|
6174
6169
|
},
|
|
6175
6170
|
{
|
|
6176
6171
|
"kind": "javascript-module",
|
|
6177
|
-
"path": "src/
|
|
6172
|
+
"path": "src/badge/badge.ts",
|
|
6178
6173
|
"declarations": [
|
|
6179
6174
|
{
|
|
6180
6175
|
"kind": "class",
|
|
6181
6176
|
"description": "",
|
|
6182
|
-
"name": "
|
|
6177
|
+
"name": "Badge",
|
|
6183
6178
|
"superclass": {
|
|
6184
|
-
"name": "
|
|
6179
|
+
"name": "FASTBadge",
|
|
6185
6180
|
"package": "@microsoft/fast-components"
|
|
6186
6181
|
},
|
|
6187
|
-
"tagName": "%%prefix%%-
|
|
6182
|
+
"tagName": "%%prefix%%-badge",
|
|
6188
6183
|
"customElement": true,
|
|
6189
6184
|
"attributes": [
|
|
6190
6185
|
{
|
|
@@ -6192,11 +6187,11 @@
|
|
|
6192
6187
|
"type": {
|
|
6193
6188
|
"text": "string"
|
|
6194
6189
|
},
|
|
6195
|
-
"description": "Indicates the
|
|
6190
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6196
6191
|
"fieldName": "fill",
|
|
6197
6192
|
"inheritedFrom": {
|
|
6198
|
-
"name": "
|
|
6199
|
-
"module": "src/
|
|
6193
|
+
"name": "Badge",
|
|
6194
|
+
"module": "src/badge/badge.ts"
|
|
6200
6195
|
}
|
|
6201
6196
|
},
|
|
6202
6197
|
{
|
|
@@ -6204,35 +6199,22 @@
|
|
|
6204
6199
|
"type": {
|
|
6205
6200
|
"text": "string"
|
|
6206
6201
|
},
|
|
6207
|
-
"description": "Indicates the
|
|
6202
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6208
6203
|
"fieldName": "color",
|
|
6209
6204
|
"inheritedFrom": {
|
|
6210
|
-
"name": "
|
|
6211
|
-
"module": "src/
|
|
6212
|
-
}
|
|
6213
|
-
},
|
|
6214
|
-
{
|
|
6215
|
-
"name": "link",
|
|
6216
|
-
"type": {
|
|
6217
|
-
"text": "string"
|
|
6218
|
-
},
|
|
6219
|
-
"description": "Indicates the Avatar should have url link",
|
|
6220
|
-
"fieldName": "link",
|
|
6221
|
-
"inheritedFrom": {
|
|
6222
|
-
"name": "Avatar",
|
|
6223
|
-
"module": "src/avatar/avatar.ts"
|
|
6205
|
+
"name": "Badge",
|
|
6206
|
+
"module": "src/badge/badge.ts"
|
|
6224
6207
|
}
|
|
6225
6208
|
},
|
|
6226
6209
|
{
|
|
6227
|
-
"name": "shape",
|
|
6228
6210
|
"type": {
|
|
6229
|
-
"text": "
|
|
6211
|
+
"text": "boolean"
|
|
6230
6212
|
},
|
|
6231
|
-
"description": "Indicates the
|
|
6232
|
-
"fieldName": "
|
|
6213
|
+
"description": "Indicates the element should be circular",
|
|
6214
|
+
"fieldName": "circular",
|
|
6233
6215
|
"inheritedFrom": {
|
|
6234
|
-
"name": "
|
|
6235
|
-
"module": "src/
|
|
6216
|
+
"name": "Badge",
|
|
6217
|
+
"module": "src/badge/badge.ts"
|
|
6236
6218
|
}
|
|
6237
6219
|
}
|
|
6238
6220
|
],
|
|
@@ -6244,10 +6226,10 @@
|
|
|
6244
6226
|
"text": "string"
|
|
6245
6227
|
},
|
|
6246
6228
|
"privacy": "public",
|
|
6247
|
-
"description": "Indicates the
|
|
6229
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6248
6230
|
"inheritedFrom": {
|
|
6249
|
-
"name": "
|
|
6250
|
-
"module": "src/
|
|
6231
|
+
"name": "Badge",
|
|
6232
|
+
"module": "src/badge/badge.ts"
|
|
6251
6233
|
}
|
|
6252
6234
|
},
|
|
6253
6235
|
{
|
|
@@ -6257,36 +6239,32 @@
|
|
|
6257
6239
|
"text": "string"
|
|
6258
6240
|
},
|
|
6259
6241
|
"privacy": "public",
|
|
6260
|
-
"description": "Indicates the
|
|
6242
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6261
6243
|
"inheritedFrom": {
|
|
6262
|
-
"name": "
|
|
6263
|
-
"module": "src/
|
|
6244
|
+
"name": "Badge",
|
|
6245
|
+
"module": "src/badge/badge.ts"
|
|
6264
6246
|
}
|
|
6265
6247
|
},
|
|
6266
6248
|
{
|
|
6267
6249
|
"kind": "field",
|
|
6268
|
-
"name": "
|
|
6250
|
+
"name": "circular",
|
|
6269
6251
|
"type": {
|
|
6270
|
-
"text": "
|
|
6252
|
+
"text": "boolean"
|
|
6271
6253
|
},
|
|
6272
6254
|
"privacy": "public",
|
|
6273
|
-
"description": "Indicates the
|
|
6255
|
+
"description": "Indicates the element should be circular",
|
|
6274
6256
|
"inheritedFrom": {
|
|
6275
|
-
"name": "
|
|
6276
|
-
"module": "src/
|
|
6257
|
+
"name": "Badge",
|
|
6258
|
+
"module": "src/badge/badge.ts"
|
|
6277
6259
|
}
|
|
6278
6260
|
},
|
|
6279
6261
|
{
|
|
6280
6262
|
"kind": "field",
|
|
6281
|
-
"name": "
|
|
6282
|
-
"type": {
|
|
6283
|
-
"text": "AvatarShape"
|
|
6284
|
-
},
|
|
6263
|
+
"name": "generateBadgeStyle",
|
|
6285
6264
|
"privacy": "public",
|
|
6286
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6287
6265
|
"inheritedFrom": {
|
|
6288
|
-
"name": "
|
|
6289
|
-
"module": "src/
|
|
6266
|
+
"name": "Badge",
|
|
6267
|
+
"module": "src/badge/badge.ts"
|
|
6290
6268
|
}
|
|
6291
6269
|
},
|
|
6292
6270
|
{
|
|
@@ -6404,65 +6382,65 @@
|
|
|
6404
6382
|
},
|
|
6405
6383
|
{
|
|
6406
6384
|
"kind": "variable",
|
|
6407
|
-
"name": "
|
|
6385
|
+
"name": "foundationBadgeShadowOptions",
|
|
6408
6386
|
"type": {
|
|
6409
6387
|
"text": "ShadowRootInit"
|
|
6410
6388
|
},
|
|
6411
|
-
"default": "
|
|
6389
|
+
"default": "undefined"
|
|
6412
6390
|
},
|
|
6413
6391
|
{
|
|
6414
6392
|
"kind": "variable",
|
|
6415
|
-
"name": "
|
|
6393
|
+
"name": "defaultBadgeConfig",
|
|
6416
6394
|
"type": {
|
|
6417
6395
|
"text": "object"
|
|
6418
6396
|
},
|
|
6419
|
-
"default": "{
|
|
6397
|
+
"default": "{}"
|
|
6420
6398
|
},
|
|
6421
6399
|
{
|
|
6422
6400
|
"kind": "variable",
|
|
6423
|
-
"name": "
|
|
6424
|
-
"description": "The Foundation
|
|
6401
|
+
"name": "foundationBadge",
|
|
6402
|
+
"description": "The Foundation Badge",
|
|
6425
6403
|
"privacy": "public"
|
|
6426
6404
|
}
|
|
6427
6405
|
],
|
|
6428
6406
|
"exports": [
|
|
6429
6407
|
{
|
|
6430
6408
|
"kind": "js",
|
|
6431
|
-
"name": "
|
|
6409
|
+
"name": "Badge",
|
|
6432
6410
|
"declaration": {
|
|
6433
|
-
"name": "
|
|
6434
|
-
"module": "src/
|
|
6411
|
+
"name": "Badge",
|
|
6412
|
+
"module": "src/badge/badge.ts"
|
|
6435
6413
|
}
|
|
6436
6414
|
},
|
|
6437
6415
|
{
|
|
6438
6416
|
"kind": "js",
|
|
6439
|
-
"name": "
|
|
6417
|
+
"name": "foundationBadgeShadowOptions",
|
|
6440
6418
|
"declaration": {
|
|
6441
|
-
"name": "
|
|
6442
|
-
"module": "src/
|
|
6419
|
+
"name": "foundationBadgeShadowOptions",
|
|
6420
|
+
"module": "src/badge/badge.ts"
|
|
6443
6421
|
}
|
|
6444
6422
|
},
|
|
6445
6423
|
{
|
|
6446
6424
|
"kind": "js",
|
|
6447
|
-
"name": "
|
|
6425
|
+
"name": "defaultBadgeConfig",
|
|
6448
6426
|
"declaration": {
|
|
6449
|
-
"name": "
|
|
6450
|
-
"module": "src/
|
|
6427
|
+
"name": "defaultBadgeConfig",
|
|
6428
|
+
"module": "src/badge/badge.ts"
|
|
6451
6429
|
}
|
|
6452
6430
|
},
|
|
6453
6431
|
{
|
|
6454
6432
|
"kind": "js",
|
|
6455
|
-
"name": "
|
|
6433
|
+
"name": "foundationBadge",
|
|
6456
6434
|
"declaration": {
|
|
6457
|
-
"name": "
|
|
6458
|
-
"module": "src/
|
|
6435
|
+
"name": "foundationBadge",
|
|
6436
|
+
"module": "src/badge/badge.ts"
|
|
6459
6437
|
}
|
|
6460
6438
|
}
|
|
6461
6439
|
]
|
|
6462
6440
|
},
|
|
6463
6441
|
{
|
|
6464
6442
|
"kind": "javascript-module",
|
|
6465
|
-
"path": "src/
|
|
6443
|
+
"path": "src/badge/index.ts",
|
|
6466
6444
|
"declarations": [],
|
|
6467
6445
|
"exports": [
|
|
6468
6446
|
{
|
|
@@ -6470,7 +6448,7 @@
|
|
|
6470
6448
|
"name": "*",
|
|
6471
6449
|
"declaration": {
|
|
6472
6450
|
"name": "*",
|
|
6473
|
-
"package": "./
|
|
6451
|
+
"package": "./badge.template"
|
|
6474
6452
|
}
|
|
6475
6453
|
},
|
|
6476
6454
|
{
|
|
@@ -6478,7 +6456,7 @@
|
|
|
6478
6456
|
"name": "*",
|
|
6479
6457
|
"declaration": {
|
|
6480
6458
|
"name": "*",
|
|
6481
|
-
"package": "./
|
|
6459
|
+
"package": "./badge.styles"
|
|
6482
6460
|
}
|
|
6483
6461
|
},
|
|
6484
6462
|
{
|
|
@@ -6486,18 +6464,18 @@
|
|
|
6486
6464
|
"name": "*",
|
|
6487
6465
|
"declaration": {
|
|
6488
6466
|
"name": "*",
|
|
6489
|
-
"package": "./
|
|
6467
|
+
"package": "./badge"
|
|
6490
6468
|
}
|
|
6491
6469
|
}
|
|
6492
6470
|
]
|
|
6493
6471
|
},
|
|
6494
6472
|
{
|
|
6495
6473
|
"kind": "javascript-module",
|
|
6496
|
-
"path": "src/
|
|
6474
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
6497
6475
|
"declarations": [
|
|
6498
6476
|
{
|
|
6499
6477
|
"kind": "function",
|
|
6500
|
-
"name": "
|
|
6478
|
+
"name": "foundationAvatarStyles",
|
|
6501
6479
|
"return": {
|
|
6502
6480
|
"type": {
|
|
6503
6481
|
"text": "ElementStyles"
|
|
@@ -6522,24 +6500,24 @@
|
|
|
6522
6500
|
"exports": [
|
|
6523
6501
|
{
|
|
6524
6502
|
"kind": "js",
|
|
6525
|
-
"name": "
|
|
6503
|
+
"name": "foundationAvatarStyles",
|
|
6526
6504
|
"declaration": {
|
|
6527
|
-
"name": "
|
|
6528
|
-
"module": "src/
|
|
6505
|
+
"name": "foundationAvatarStyles",
|
|
6506
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
6529
6507
|
}
|
|
6530
6508
|
}
|
|
6531
6509
|
]
|
|
6532
6510
|
},
|
|
6533
6511
|
{
|
|
6534
6512
|
"kind": "javascript-module",
|
|
6535
|
-
"path": "src/
|
|
6513
|
+
"path": "src/avatar/avatar.template.ts",
|
|
6536
6514
|
"declarations": [
|
|
6537
6515
|
{
|
|
6538
6516
|
"kind": "function",
|
|
6539
|
-
"name": "
|
|
6517
|
+
"name": "foundationAvatarTemplate",
|
|
6540
6518
|
"return": {
|
|
6541
6519
|
"type": {
|
|
6542
|
-
"text": "ViewTemplate<
|
|
6520
|
+
"text": "ViewTemplate<Avatar>"
|
|
6543
6521
|
}
|
|
6544
6522
|
},
|
|
6545
6523
|
"parameters": [
|
|
@@ -6556,32 +6534,45 @@
|
|
|
6556
6534
|
}
|
|
6557
6535
|
}
|
|
6558
6536
|
]
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"kind": "variable",
|
|
6540
|
+
"name": "media",
|
|
6541
|
+
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
6559
6542
|
}
|
|
6560
6543
|
],
|
|
6561
6544
|
"exports": [
|
|
6562
6545
|
{
|
|
6563
6546
|
"kind": "js",
|
|
6564
|
-
"name": "
|
|
6547
|
+
"name": "foundationAvatarTemplate",
|
|
6565
6548
|
"declaration": {
|
|
6566
|
-
"name": "
|
|
6567
|
-
"module": "src/
|
|
6549
|
+
"name": "foundationAvatarTemplate",
|
|
6550
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"kind": "js",
|
|
6555
|
+
"name": "media",
|
|
6556
|
+
"declaration": {
|
|
6557
|
+
"name": "media",
|
|
6558
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6568
6559
|
}
|
|
6569
6560
|
}
|
|
6570
6561
|
]
|
|
6571
6562
|
},
|
|
6572
6563
|
{
|
|
6573
6564
|
"kind": "javascript-module",
|
|
6574
|
-
"path": "src/
|
|
6565
|
+
"path": "src/avatar/avatar.ts",
|
|
6575
6566
|
"declarations": [
|
|
6576
6567
|
{
|
|
6577
6568
|
"kind": "class",
|
|
6578
6569
|
"description": "",
|
|
6579
|
-
"name": "
|
|
6570
|
+
"name": "Avatar",
|
|
6580
6571
|
"superclass": {
|
|
6581
|
-
"name": "
|
|
6572
|
+
"name": "FASTAvatar",
|
|
6582
6573
|
"package": "@microsoft/fast-components"
|
|
6583
6574
|
},
|
|
6584
|
-
"tagName": "%%prefix%%-
|
|
6575
|
+
"tagName": "%%prefix%%-avatar",
|
|
6585
6576
|
"customElement": true,
|
|
6586
6577
|
"attributes": [
|
|
6587
6578
|
{
|
|
@@ -6589,11 +6580,11 @@
|
|
|
6589
6580
|
"type": {
|
|
6590
6581
|
"text": "string"
|
|
6591
6582
|
},
|
|
6592
|
-
"description": "Indicates the
|
|
6583
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6593
6584
|
"fieldName": "fill",
|
|
6594
6585
|
"inheritedFrom": {
|
|
6595
|
-
"name": "
|
|
6596
|
-
"module": "src/
|
|
6586
|
+
"name": "Avatar",
|
|
6587
|
+
"module": "src/avatar/avatar.ts"
|
|
6597
6588
|
}
|
|
6598
6589
|
},
|
|
6599
6590
|
{
|
|
@@ -6601,22 +6592,35 @@
|
|
|
6601
6592
|
"type": {
|
|
6602
6593
|
"text": "string"
|
|
6603
6594
|
},
|
|
6604
|
-
"description": "Indicates the
|
|
6595
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6605
6596
|
"fieldName": "color",
|
|
6606
6597
|
"inheritedFrom": {
|
|
6607
|
-
"name": "
|
|
6608
|
-
"module": "src/
|
|
6598
|
+
"name": "Avatar",
|
|
6599
|
+
"module": "src/avatar/avatar.ts"
|
|
6609
6600
|
}
|
|
6610
6601
|
},
|
|
6611
6602
|
{
|
|
6603
|
+
"name": "link",
|
|
6612
6604
|
"type": {
|
|
6613
|
-
"text": "
|
|
6605
|
+
"text": "string"
|
|
6614
6606
|
},
|
|
6615
|
-
"description": "Indicates the
|
|
6616
|
-
"fieldName": "
|
|
6607
|
+
"description": "Indicates the Avatar should have url link",
|
|
6608
|
+
"fieldName": "link",
|
|
6617
6609
|
"inheritedFrom": {
|
|
6618
|
-
"name": "
|
|
6619
|
-
"module": "src/
|
|
6610
|
+
"name": "Avatar",
|
|
6611
|
+
"module": "src/avatar/avatar.ts"
|
|
6612
|
+
}
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"name": "shape",
|
|
6616
|
+
"type": {
|
|
6617
|
+
"text": "AvatarShape"
|
|
6618
|
+
},
|
|
6619
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6620
|
+
"fieldName": "shape",
|
|
6621
|
+
"inheritedFrom": {
|
|
6622
|
+
"name": "Avatar",
|
|
6623
|
+
"module": "src/avatar/avatar.ts"
|
|
6620
6624
|
}
|
|
6621
6625
|
}
|
|
6622
6626
|
],
|
|
@@ -6628,10 +6632,10 @@
|
|
|
6628
6632
|
"text": "string"
|
|
6629
6633
|
},
|
|
6630
6634
|
"privacy": "public",
|
|
6631
|
-
"description": "Indicates the
|
|
6635
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6632
6636
|
"inheritedFrom": {
|
|
6633
|
-
"name": "
|
|
6634
|
-
"module": "src/
|
|
6637
|
+
"name": "Avatar",
|
|
6638
|
+
"module": "src/avatar/avatar.ts"
|
|
6635
6639
|
}
|
|
6636
6640
|
},
|
|
6637
6641
|
{
|
|
@@ -6641,32 +6645,36 @@
|
|
|
6641
6645
|
"text": "string"
|
|
6642
6646
|
},
|
|
6643
6647
|
"privacy": "public",
|
|
6644
|
-
"description": "Indicates the
|
|
6648
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6645
6649
|
"inheritedFrom": {
|
|
6646
|
-
"name": "
|
|
6647
|
-
"module": "src/
|
|
6650
|
+
"name": "Avatar",
|
|
6651
|
+
"module": "src/avatar/avatar.ts"
|
|
6648
6652
|
}
|
|
6649
6653
|
},
|
|
6650
6654
|
{
|
|
6651
6655
|
"kind": "field",
|
|
6652
|
-
"name": "
|
|
6656
|
+
"name": "link",
|
|
6653
6657
|
"type": {
|
|
6654
|
-
"text": "
|
|
6658
|
+
"text": "string"
|
|
6655
6659
|
},
|
|
6656
6660
|
"privacy": "public",
|
|
6657
|
-
"description": "Indicates the
|
|
6661
|
+
"description": "Indicates the Avatar should have url link",
|
|
6658
6662
|
"inheritedFrom": {
|
|
6659
|
-
"name": "
|
|
6660
|
-
"module": "src/
|
|
6663
|
+
"name": "Avatar",
|
|
6664
|
+
"module": "src/avatar/avatar.ts"
|
|
6661
6665
|
}
|
|
6662
6666
|
},
|
|
6663
6667
|
{
|
|
6664
6668
|
"kind": "field",
|
|
6665
|
-
"name": "
|
|
6669
|
+
"name": "shape",
|
|
6670
|
+
"type": {
|
|
6671
|
+
"text": "AvatarShape"
|
|
6672
|
+
},
|
|
6666
6673
|
"privacy": "public",
|
|
6674
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6667
6675
|
"inheritedFrom": {
|
|
6668
|
-
"name": "
|
|
6669
|
-
"module": "src/
|
|
6676
|
+
"name": "Avatar",
|
|
6677
|
+
"module": "src/avatar/avatar.ts"
|
|
6670
6678
|
}
|
|
6671
6679
|
},
|
|
6672
6680
|
{
|
|
@@ -6784,65 +6792,65 @@
|
|
|
6784
6792
|
},
|
|
6785
6793
|
{
|
|
6786
6794
|
"kind": "variable",
|
|
6787
|
-
"name": "
|
|
6795
|
+
"name": "foundationAvatarShadowOptions",
|
|
6788
6796
|
"type": {
|
|
6789
6797
|
"text": "ShadowRootInit"
|
|
6790
6798
|
},
|
|
6791
|
-
"default": "
|
|
6799
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
6792
6800
|
},
|
|
6793
6801
|
{
|
|
6794
6802
|
"kind": "variable",
|
|
6795
|
-
"name": "
|
|
6803
|
+
"name": "defaultAvatarConfig",
|
|
6796
6804
|
"type": {
|
|
6797
6805
|
"text": "object"
|
|
6798
6806
|
},
|
|
6799
|
-
"default": "{}"
|
|
6807
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
6800
6808
|
},
|
|
6801
6809
|
{
|
|
6802
6810
|
"kind": "variable",
|
|
6803
|
-
"name": "
|
|
6804
|
-
"description": "The Foundation
|
|
6811
|
+
"name": "foundationAvatar",
|
|
6812
|
+
"description": "The Foundation Avatar",
|
|
6805
6813
|
"privacy": "public"
|
|
6806
6814
|
}
|
|
6807
6815
|
],
|
|
6808
6816
|
"exports": [
|
|
6809
6817
|
{
|
|
6810
6818
|
"kind": "js",
|
|
6811
|
-
"name": "
|
|
6819
|
+
"name": "Avatar",
|
|
6812
6820
|
"declaration": {
|
|
6813
|
-
"name": "
|
|
6814
|
-
"module": "src/
|
|
6821
|
+
"name": "Avatar",
|
|
6822
|
+
"module": "src/avatar/avatar.ts"
|
|
6815
6823
|
}
|
|
6816
6824
|
},
|
|
6817
6825
|
{
|
|
6818
6826
|
"kind": "js",
|
|
6819
|
-
"name": "
|
|
6827
|
+
"name": "foundationAvatarShadowOptions",
|
|
6820
6828
|
"declaration": {
|
|
6821
|
-
"name": "
|
|
6822
|
-
"module": "src/
|
|
6829
|
+
"name": "foundationAvatarShadowOptions",
|
|
6830
|
+
"module": "src/avatar/avatar.ts"
|
|
6823
6831
|
}
|
|
6824
6832
|
},
|
|
6825
6833
|
{
|
|
6826
6834
|
"kind": "js",
|
|
6827
|
-
"name": "
|
|
6835
|
+
"name": "defaultAvatarConfig",
|
|
6828
6836
|
"declaration": {
|
|
6829
|
-
"name": "
|
|
6830
|
-
"module": "src/
|
|
6837
|
+
"name": "defaultAvatarConfig",
|
|
6838
|
+
"module": "src/avatar/avatar.ts"
|
|
6831
6839
|
}
|
|
6832
6840
|
},
|
|
6833
6841
|
{
|
|
6834
6842
|
"kind": "js",
|
|
6835
|
-
"name": "
|
|
6843
|
+
"name": "foundationAvatar",
|
|
6836
6844
|
"declaration": {
|
|
6837
|
-
"name": "
|
|
6838
|
-
"module": "src/
|
|
6845
|
+
"name": "foundationAvatar",
|
|
6846
|
+
"module": "src/avatar/avatar.ts"
|
|
6839
6847
|
}
|
|
6840
6848
|
}
|
|
6841
6849
|
]
|
|
6842
6850
|
},
|
|
6843
6851
|
{
|
|
6844
6852
|
"kind": "javascript-module",
|
|
6845
|
-
"path": "src/
|
|
6853
|
+
"path": "src/avatar/index.ts",
|
|
6846
6854
|
"declarations": [],
|
|
6847
6855
|
"exports": [
|
|
6848
6856
|
{
|
|
@@ -6850,7 +6858,7 @@
|
|
|
6850
6858
|
"name": "*",
|
|
6851
6859
|
"declaration": {
|
|
6852
6860
|
"name": "*",
|
|
6853
|
-
"package": "./
|
|
6861
|
+
"package": "./avatar.template"
|
|
6854
6862
|
}
|
|
6855
6863
|
},
|
|
6856
6864
|
{
|
|
@@ -6858,7 +6866,7 @@
|
|
|
6858
6866
|
"name": "*",
|
|
6859
6867
|
"declaration": {
|
|
6860
6868
|
"name": "*",
|
|
6861
|
-
"package": "./
|
|
6869
|
+
"package": "./avatar.styles"
|
|
6862
6870
|
}
|
|
6863
6871
|
},
|
|
6864
6872
|
{
|
|
@@ -6866,7 +6874,7 @@
|
|
|
6866
6874
|
"name": "*",
|
|
6867
6875
|
"declaration": {
|
|
6868
6876
|
"name": "*",
|
|
6869
|
-
"package": "./
|
|
6877
|
+
"package": "./avatar"
|
|
6870
6878
|
}
|
|
6871
6879
|
}
|
|
6872
6880
|
]
|
|
@@ -59123,6 +59131,779 @@
|
|
|
59123
59131
|
}
|
|
59124
59132
|
]
|
|
59125
59133
|
},
|
|
59134
|
+
{
|
|
59135
|
+
"kind": "javascript-module",
|
|
59136
|
+
"path": "src/verification-code-input/index.ts",
|
|
59137
|
+
"declarations": [],
|
|
59138
|
+
"exports": [
|
|
59139
|
+
{
|
|
59140
|
+
"kind": "js",
|
|
59141
|
+
"name": "*",
|
|
59142
|
+
"declaration": {
|
|
59143
|
+
"name": "*",
|
|
59144
|
+
"package": "./verification-code-input"
|
|
59145
|
+
}
|
|
59146
|
+
},
|
|
59147
|
+
{
|
|
59148
|
+
"kind": "js",
|
|
59149
|
+
"name": "*",
|
|
59150
|
+
"declaration": {
|
|
59151
|
+
"name": "*",
|
|
59152
|
+
"package": "./verification-code-input.template"
|
|
59153
|
+
}
|
|
59154
|
+
},
|
|
59155
|
+
{
|
|
59156
|
+
"kind": "js",
|
|
59157
|
+
"name": "*",
|
|
59158
|
+
"declaration": {
|
|
59159
|
+
"name": "*",
|
|
59160
|
+
"package": "./verification-code-input.styles"
|
|
59161
|
+
}
|
|
59162
|
+
}
|
|
59163
|
+
]
|
|
59164
|
+
},
|
|
59165
|
+
{
|
|
59166
|
+
"kind": "javascript-module",
|
|
59167
|
+
"path": "src/verification-code-input/verification-code-input.styles.ts",
|
|
59168
|
+
"declarations": [
|
|
59169
|
+
{
|
|
59170
|
+
"kind": "variable",
|
|
59171
|
+
"name": "foundationVerificationCodeInputStyles",
|
|
59172
|
+
"type": {
|
|
59173
|
+
"text": "ElementStyles"
|
|
59174
|
+
},
|
|
59175
|
+
"default": "css`\n :host {\n display: block;\n font-family: var(--body-font);\n outline: none;\n }\n\n .label {\n display: block;\n color: var(--neutral-foreground-rest);\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n margin-bottom: 4px;\n }\n\n .label-hidden {\n display: none;\n }\n\n :host([readonly]) .label {\n cursor: var(--disabled-cursor);\n }\n\n .container {\n display: flex;\n gap: calc(var(--design-unit) * 1px);\n align-items: center;\n }\n\n .digit {\n display: inline-block;\n box-sizing: border-box;\n outline: none;\n min-width: calc(\n (((var(--base-height-multiplier) + var(--density)) * var(--design-unit)) - 4) * 1px\n );\n }\n\n .digit .root {\n box-sizing: border-box;\n position: relative;\n display: flex;\n flex-direction: row;\n align-items: center;\n color: var(--neutral-foreground-rest);\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--accent-fill-rest);\n height: calc(\n (((var(--base-height-multiplier) + var(--density)) * var(--design-unit)) - 4) * 1px\n );\n }\n\n .digit .control {\n appearance: none;\n font: inherit;\n background: transparent;\n border: 0;\n color: inherit;\n height: calc(100% - 4px);\n width: 100%;\n margin-top: auto;\n margin-bottom: auto;\n padding: 0 calc(var(--design-unit) * 2px + 1px);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n text-align: center;\n outline: none;\n color-scheme: ${activeColorScheme};\n }\n\n .digit[appearance='filled'] .root {\n background: var(--neutral-fill-rest);\n }\n\n .digit.error .root {\n border-color: var(--error-fill-rest);\n }\n\n .digit.disabled {\n opacity: var(--disabled-opacity);\n cursor: var(--disabled-cursor);\n }\n\n .digit.disabled .control {\n cursor: var(--disabled-cursor);\n }\n\n .digit:hover:not(.disabled) .root {\n background: var(--neutral-fill-input-hover);\n border-color: var(--accent-fill-hover);\n }\n\n .digit:focus-within:not(.disabled) .root {\n border-color: var(--focus-stroke-outer);\n box-shadow: 0 0 0 calc(var(--focus-stroke-width) * 1px) var(--focus-stroke-outer) inset;\n }\n\n .digit[appearance='filled']:hover:not(.disabled) .root {\n background: var(--neutral-fill-hover);\n }\n\n ${sharedFieldStyles}\n`"
|
|
59176
|
+
}
|
|
59177
|
+
],
|
|
59178
|
+
"exports": [
|
|
59179
|
+
{
|
|
59180
|
+
"kind": "js",
|
|
59181
|
+
"name": "foundationVerificationCodeInputStyles",
|
|
59182
|
+
"declaration": {
|
|
59183
|
+
"name": "foundationVerificationCodeInputStyles",
|
|
59184
|
+
"module": "src/verification-code-input/verification-code-input.styles.ts"
|
|
59185
|
+
}
|
|
59186
|
+
}
|
|
59187
|
+
]
|
|
59188
|
+
},
|
|
59189
|
+
{
|
|
59190
|
+
"kind": "javascript-module",
|
|
59191
|
+
"path": "src/verification-code-input/verification-code-input.template.ts",
|
|
59192
|
+
"declarations": [
|
|
59193
|
+
{
|
|
59194
|
+
"kind": "variable",
|
|
59195
|
+
"name": "foundationVerificationCodeInputTemplate",
|
|
59196
|
+
"default": "html<VerificationCodeInput>`\n <label\n part=\"label\"\n id=\"${(x) => x.labelId}\"\n for=\"${(x) => x.getControlId(0)}\"\n class=\"${(x) =>\n x.defaultSlottedNodes && x.defaultSlottedNodes.length ? 'label' : 'label label-hidden'}\"\n >\n <slot\n ${slotted({\n property: 'defaultSlottedNodes',\n filter: whitespaceFilter,\n })}\n ></slot>\n </label>\n <div\n class=\"container\"\n role=\"group\"\n aria-labelledby=\"${(x) => (x.hasLabel ? x.labelId : void 0)}\"\n aria-label=\"${(x) => (x.hasLabel ? void 0 : 'Verification code')}\"\n >\n ${repeat(\n (x) => x.digitsIndexes,\n html`\n <div\n class=\"digit ${(x, c) => (c.parent as VerificationCodeInput).digitClassnames}\"\n data-digit-index=\"${(x) => x}\"\n appearance=\"${(x, c) => (c.parent as VerificationCodeInput).appearance}\"\n >\n <div class=\"root\" part=\"root\">\n <div class=\"control-field\">\n <input\n class=\"control\"\n part=\"control\"\n type=\"text\"\n inputmode=\"numeric\"\n pattern=\"[0-9]*\"\n name=\"${(x, c) => (c.parent as VerificationCodeInput).getControlId(x)}\"\n id=\"${(x, c) => (c.parent as VerificationCodeInput).getControlId(x)}\"\n autocomplete=\"${(x) => (x === 0 ? 'one-time-code' : 'off')}\"\n data-test-id=\"${(x, c) => (c.parent as VerificationCodeInput).getControlId(x)}\"\n title=\"Only numbers are allowed\"\n maxlength=\"1\"\n ?autofocus=\"${(x, c) => (c.parent as VerificationCodeInput).autofocus && x === 0}\"\n ?readonly=\"${(x, c) => (c.parent as VerificationCodeInput).readOnly}\"\n ?disabled=\"${(x, c) =>\n (c.parent as VerificationCodeInput).disabled ||\n (c.parent as VerificationCodeInput).readOnly}\"\n aria-required=\"${(x, c) => (c.parent as VerificationCodeInput).required}\"\n aria-invalid=\"${(x, c) => (c.parent as VerificationCodeInput).error}\"\n />\n </div>\n </div>\n </div>\n `,\n )}\n </div>\n`"
|
|
59197
|
+
}
|
|
59198
|
+
],
|
|
59199
|
+
"exports": [
|
|
59200
|
+
{
|
|
59201
|
+
"kind": "js",
|
|
59202
|
+
"name": "foundationVerificationCodeInputTemplate",
|
|
59203
|
+
"declaration": {
|
|
59204
|
+
"name": "foundationVerificationCodeInputTemplate",
|
|
59205
|
+
"module": "src/verification-code-input/verification-code-input.template.ts"
|
|
59206
|
+
}
|
|
59207
|
+
}
|
|
59208
|
+
]
|
|
59209
|
+
},
|
|
59210
|
+
{
|
|
59211
|
+
"kind": "javascript-module",
|
|
59212
|
+
"path": "src/verification-code-input/verification-code-input.ts",
|
|
59213
|
+
"declarations": [
|
|
59214
|
+
{
|
|
59215
|
+
"kind": "variable",
|
|
59216
|
+
"name": "foundationVerificationCodeInputShadowOptions",
|
|
59217
|
+
"type": {
|
|
59218
|
+
"text": "ShadowRootInit"
|
|
59219
|
+
},
|
|
59220
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
59221
|
+
},
|
|
59222
|
+
{
|
|
59223
|
+
"kind": "variable",
|
|
59224
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
59225
|
+
"type": {
|
|
59226
|
+
"text": "object"
|
|
59227
|
+
},
|
|
59228
|
+
"default": "{}"
|
|
59229
|
+
},
|
|
59230
|
+
{
|
|
59231
|
+
"kind": "class",
|
|
59232
|
+
"description": "Multi-digit verification code input for OTP / 2FA flows.\n\nForm-associated (FAST `FormAssociated`): host `name` / `required` / `value` participate\nin native HTML form validation and submission like TextField.",
|
|
59233
|
+
"name": "VerificationCodeInput",
|
|
59234
|
+
"members": [
|
|
59235
|
+
{
|
|
59236
|
+
"kind": "field",
|
|
59237
|
+
"name": "values",
|
|
59238
|
+
"type": {
|
|
59239
|
+
"text": "string[]"
|
|
59240
|
+
},
|
|
59241
|
+
"default": "[]",
|
|
59242
|
+
"description": "Per-digit values indexed from `0` to `digits - 1`."
|
|
59243
|
+
},
|
|
59244
|
+
{
|
|
59245
|
+
"kind": "field",
|
|
59246
|
+
"name": "defaultSlottedNodes",
|
|
59247
|
+
"description": "Slotted label content; when empty the label is visually hidden."
|
|
59248
|
+
},
|
|
59249
|
+
{
|
|
59250
|
+
"kind": "field",
|
|
59251
|
+
"name": "controlListeners",
|
|
59252
|
+
"type": {
|
|
59253
|
+
"text": "Map<HTMLInputElement, ControlListeners>"
|
|
59254
|
+
},
|
|
59255
|
+
"privacy": "private",
|
|
59256
|
+
"readonly": true,
|
|
59257
|
+
"default": "new Map()"
|
|
59258
|
+
},
|
|
59259
|
+
{
|
|
59260
|
+
"kind": "field",
|
|
59261
|
+
"name": "syncingFromDigits",
|
|
59262
|
+
"type": {
|
|
59263
|
+
"text": "boolean"
|
|
59264
|
+
},
|
|
59265
|
+
"privacy": "private",
|
|
59266
|
+
"default": "false",
|
|
59267
|
+
"description": "Skip digit re-sync when `value` is updated from digit entry (`commitValues`)."
|
|
59268
|
+
},
|
|
59269
|
+
{
|
|
59270
|
+
"kind": "field",
|
|
59271
|
+
"name": "id",
|
|
59272
|
+
"type": {
|
|
59273
|
+
"text": "string"
|
|
59274
|
+
},
|
|
59275
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element."
|
|
59276
|
+
},
|
|
59277
|
+
{
|
|
59278
|
+
"kind": "field",
|
|
59279
|
+
"name": "appearance",
|
|
59280
|
+
"type": {
|
|
59281
|
+
"text": "string"
|
|
59282
|
+
},
|
|
59283
|
+
"default": "'outline'",
|
|
59284
|
+
"description": "Visual treatment applied to each digit field.",
|
|
59285
|
+
"privacy": "public"
|
|
59286
|
+
},
|
|
59287
|
+
{
|
|
59288
|
+
"kind": "field",
|
|
59289
|
+
"name": "digits",
|
|
59290
|
+
"type": {
|
|
59291
|
+
"text": "number"
|
|
59292
|
+
},
|
|
59293
|
+
"default": "6",
|
|
59294
|
+
"description": "Number of single-character digit fields to render.",
|
|
59295
|
+
"privacy": "public"
|
|
59296
|
+
},
|
|
59297
|
+
{
|
|
59298
|
+
"kind": "field",
|
|
59299
|
+
"name": "readOnly",
|
|
59300
|
+
"type": {
|
|
59301
|
+
"text": "boolean"
|
|
59302
|
+
},
|
|
59303
|
+
"default": "false",
|
|
59304
|
+
"description": "When true, digit fields are non-interactive.",
|
|
59305
|
+
"privacy": "public"
|
|
59306
|
+
},
|
|
59307
|
+
{
|
|
59308
|
+
"kind": "field",
|
|
59309
|
+
"name": "autofocus",
|
|
59310
|
+
"type": {
|
|
59311
|
+
"text": "boolean"
|
|
59312
|
+
},
|
|
59313
|
+
"default": "false",
|
|
59314
|
+
"description": "When true, focuses the first digit on connect (and after SPA route commit when hosted that way).",
|
|
59315
|
+
"privacy": "public"
|
|
59316
|
+
},
|
|
59317
|
+
{
|
|
59318
|
+
"kind": "field",
|
|
59319
|
+
"name": "error",
|
|
59320
|
+
"type": {
|
|
59321
|
+
"text": "boolean"
|
|
59322
|
+
},
|
|
59323
|
+
"default": "false",
|
|
59324
|
+
"description": "When true, applies the error visual state to each digit field.",
|
|
59325
|
+
"privacy": "public"
|
|
59326
|
+
},
|
|
59327
|
+
{
|
|
59328
|
+
"kind": "field",
|
|
59329
|
+
"name": "digitsIndexes",
|
|
59330
|
+
"type": {
|
|
59331
|
+
"text": "number[]"
|
|
59332
|
+
},
|
|
59333
|
+
"privacy": "public",
|
|
59334
|
+
"readonly": true
|
|
59335
|
+
},
|
|
59336
|
+
{
|
|
59337
|
+
"kind": "field",
|
|
59338
|
+
"name": "controlIdPrefix",
|
|
59339
|
+
"type": {
|
|
59340
|
+
"text": "string"
|
|
59341
|
+
},
|
|
59342
|
+
"privacy": "public",
|
|
59343
|
+
"readonly": true
|
|
59344
|
+
},
|
|
59345
|
+
{
|
|
59346
|
+
"kind": "field",
|
|
59347
|
+
"name": "labelId",
|
|
59348
|
+
"type": {
|
|
59349
|
+
"text": "string"
|
|
59350
|
+
},
|
|
59351
|
+
"privacy": "public",
|
|
59352
|
+
"readonly": true
|
|
59353
|
+
},
|
|
59354
|
+
{
|
|
59355
|
+
"kind": "field",
|
|
59356
|
+
"name": "hasLabel",
|
|
59357
|
+
"type": {
|
|
59358
|
+
"text": "boolean"
|
|
59359
|
+
},
|
|
59360
|
+
"privacy": "public",
|
|
59361
|
+
"readonly": true
|
|
59362
|
+
},
|
|
59363
|
+
{
|
|
59364
|
+
"kind": "method",
|
|
59365
|
+
"name": "getControlId",
|
|
59366
|
+
"privacy": "public",
|
|
59367
|
+
"return": {
|
|
59368
|
+
"type": {
|
|
59369
|
+
"text": "string"
|
|
59370
|
+
}
|
|
59371
|
+
},
|
|
59372
|
+
"parameters": [
|
|
59373
|
+
{
|
|
59374
|
+
"name": "index",
|
|
59375
|
+
"type": {
|
|
59376
|
+
"text": "number"
|
|
59377
|
+
}
|
|
59378
|
+
}
|
|
59379
|
+
]
|
|
59380
|
+
},
|
|
59381
|
+
{
|
|
59382
|
+
"kind": "method",
|
|
59383
|
+
"name": "clear",
|
|
59384
|
+
"privacy": "public",
|
|
59385
|
+
"return": {
|
|
59386
|
+
"type": {
|
|
59387
|
+
"text": "void"
|
|
59388
|
+
}
|
|
59389
|
+
},
|
|
59390
|
+
"description": "Clears digits, emits `change`, and focuses the first field when connected."
|
|
59391
|
+
},
|
|
59392
|
+
{
|
|
59393
|
+
"kind": "method",
|
|
59394
|
+
"name": "focus",
|
|
59395
|
+
"privacy": "public",
|
|
59396
|
+
"return": {
|
|
59397
|
+
"type": {
|
|
59398
|
+
"text": "void"
|
|
59399
|
+
}
|
|
59400
|
+
}
|
|
59401
|
+
},
|
|
59402
|
+
{
|
|
59403
|
+
"kind": "method",
|
|
59404
|
+
"name": "digitsChanged",
|
|
59405
|
+
"return": {
|
|
59406
|
+
"type": {
|
|
59407
|
+
"text": "void"
|
|
59408
|
+
}
|
|
59409
|
+
}
|
|
59410
|
+
},
|
|
59411
|
+
{
|
|
59412
|
+
"kind": "field",
|
|
59413
|
+
"name": "digitClassnames",
|
|
59414
|
+
"type": {
|
|
59415
|
+
"text": "string"
|
|
59416
|
+
},
|
|
59417
|
+
"privacy": "public",
|
|
59418
|
+
"readonly": true
|
|
59419
|
+
},
|
|
59420
|
+
{
|
|
59421
|
+
"kind": "method",
|
|
59422
|
+
"name": "sanitizeCode",
|
|
59423
|
+
"privacy": "private",
|
|
59424
|
+
"return": {
|
|
59425
|
+
"type": {
|
|
59426
|
+
"text": "string"
|
|
59427
|
+
}
|
|
59428
|
+
},
|
|
59429
|
+
"parameters": [
|
|
59430
|
+
{
|
|
59431
|
+
"name": "raw",
|
|
59432
|
+
"type": {
|
|
59433
|
+
"text": "unknown"
|
|
59434
|
+
}
|
|
59435
|
+
}
|
|
59436
|
+
]
|
|
59437
|
+
},
|
|
59438
|
+
{
|
|
59439
|
+
"kind": "method",
|
|
59440
|
+
"name": "bindControlListeners",
|
|
59441
|
+
"privacy": "private",
|
|
59442
|
+
"return": {
|
|
59443
|
+
"type": {
|
|
59444
|
+
"text": "void"
|
|
59445
|
+
}
|
|
59446
|
+
}
|
|
59447
|
+
},
|
|
59448
|
+
{
|
|
59449
|
+
"kind": "method",
|
|
59450
|
+
"name": "unbindControlListeners",
|
|
59451
|
+
"privacy": "private",
|
|
59452
|
+
"return": {
|
|
59453
|
+
"type": {
|
|
59454
|
+
"text": "void"
|
|
59455
|
+
}
|
|
59456
|
+
}
|
|
59457
|
+
},
|
|
59458
|
+
{
|
|
59459
|
+
"kind": "method",
|
|
59460
|
+
"name": "onKeyDown",
|
|
59461
|
+
"privacy": "private",
|
|
59462
|
+
"return": {
|
|
59463
|
+
"type": {
|
|
59464
|
+
"text": "void"
|
|
59465
|
+
}
|
|
59466
|
+
},
|
|
59467
|
+
"parameters": [
|
|
59468
|
+
{
|
|
59469
|
+
"name": "event",
|
|
59470
|
+
"type": {
|
|
59471
|
+
"text": "KeyboardEvent"
|
|
59472
|
+
}
|
|
59473
|
+
},
|
|
59474
|
+
{
|
|
59475
|
+
"name": "index",
|
|
59476
|
+
"type": {
|
|
59477
|
+
"text": "number"
|
|
59478
|
+
}
|
|
59479
|
+
}
|
|
59480
|
+
]
|
|
59481
|
+
},
|
|
59482
|
+
{
|
|
59483
|
+
"kind": "method",
|
|
59484
|
+
"name": "isBlockedCharacter",
|
|
59485
|
+
"privacy": "private",
|
|
59486
|
+
"return": {
|
|
59487
|
+
"type": {
|
|
59488
|
+
"text": "boolean"
|
|
59489
|
+
}
|
|
59490
|
+
},
|
|
59491
|
+
"parameters": [
|
|
59492
|
+
{
|
|
59493
|
+
"name": "event",
|
|
59494
|
+
"type": {
|
|
59495
|
+
"text": "KeyboardEvent"
|
|
59496
|
+
}
|
|
59497
|
+
}
|
|
59498
|
+
]
|
|
59499
|
+
},
|
|
59500
|
+
{
|
|
59501
|
+
"kind": "method",
|
|
59502
|
+
"name": "onInput",
|
|
59503
|
+
"privacy": "private",
|
|
59504
|
+
"return": {
|
|
59505
|
+
"type": {
|
|
59506
|
+
"text": "void"
|
|
59507
|
+
}
|
|
59508
|
+
},
|
|
59509
|
+
"parameters": [
|
|
59510
|
+
{
|
|
59511
|
+
"name": "event",
|
|
59512
|
+
"type": {
|
|
59513
|
+
"text": "InputEvent"
|
|
59514
|
+
}
|
|
59515
|
+
},
|
|
59516
|
+
{
|
|
59517
|
+
"name": "index",
|
|
59518
|
+
"type": {
|
|
59519
|
+
"text": "number"
|
|
59520
|
+
}
|
|
59521
|
+
}
|
|
59522
|
+
]
|
|
59523
|
+
},
|
|
59524
|
+
{
|
|
59525
|
+
"kind": "method",
|
|
59526
|
+
"name": "onPaste",
|
|
59527
|
+
"privacy": "private",
|
|
59528
|
+
"return": {
|
|
59529
|
+
"type": {
|
|
59530
|
+
"text": "void"
|
|
59531
|
+
}
|
|
59532
|
+
},
|
|
59533
|
+
"parameters": [
|
|
59534
|
+
{
|
|
59535
|
+
"name": "event",
|
|
59536
|
+
"type": {
|
|
59537
|
+
"text": "ClipboardEvent"
|
|
59538
|
+
}
|
|
59539
|
+
},
|
|
59540
|
+
{
|
|
59541
|
+
"name": "index",
|
|
59542
|
+
"type": {
|
|
59543
|
+
"text": "number"
|
|
59544
|
+
}
|
|
59545
|
+
}
|
|
59546
|
+
]
|
|
59547
|
+
},
|
|
59548
|
+
{
|
|
59549
|
+
"kind": "method",
|
|
59550
|
+
"name": "handleBackspace",
|
|
59551
|
+
"privacy": "private",
|
|
59552
|
+
"return": {
|
|
59553
|
+
"type": {
|
|
59554
|
+
"text": "void"
|
|
59555
|
+
}
|
|
59556
|
+
},
|
|
59557
|
+
"parameters": [
|
|
59558
|
+
{
|
|
59559
|
+
"name": "index",
|
|
59560
|
+
"type": {
|
|
59561
|
+
"text": "number"
|
|
59562
|
+
}
|
|
59563
|
+
}
|
|
59564
|
+
]
|
|
59565
|
+
},
|
|
59566
|
+
{
|
|
59567
|
+
"kind": "method",
|
|
59568
|
+
"name": "handleDelete",
|
|
59569
|
+
"privacy": "private",
|
|
59570
|
+
"return": {
|
|
59571
|
+
"type": {
|
|
59572
|
+
"text": "void"
|
|
59573
|
+
}
|
|
59574
|
+
},
|
|
59575
|
+
"parameters": [
|
|
59576
|
+
{
|
|
59577
|
+
"name": "index",
|
|
59578
|
+
"type": {
|
|
59579
|
+
"text": "number"
|
|
59580
|
+
}
|
|
59581
|
+
}
|
|
59582
|
+
]
|
|
59583
|
+
},
|
|
59584
|
+
{
|
|
59585
|
+
"kind": "method",
|
|
59586
|
+
"name": "getIndexFromInput",
|
|
59587
|
+
"privacy": "private",
|
|
59588
|
+
"return": {
|
|
59589
|
+
"type": {
|
|
59590
|
+
"text": "number | null"
|
|
59591
|
+
}
|
|
59592
|
+
},
|
|
59593
|
+
"parameters": [
|
|
59594
|
+
{
|
|
59595
|
+
"name": "input",
|
|
59596
|
+
"type": {
|
|
59597
|
+
"text": "HTMLInputElement"
|
|
59598
|
+
}
|
|
59599
|
+
}
|
|
59600
|
+
]
|
|
59601
|
+
},
|
|
59602
|
+
{
|
|
59603
|
+
"kind": "method",
|
|
59604
|
+
"name": "syncDigitsFromValue",
|
|
59605
|
+
"privacy": "private",
|
|
59606
|
+
"return": {
|
|
59607
|
+
"type": {
|
|
59608
|
+
"text": "void"
|
|
59609
|
+
}
|
|
59610
|
+
},
|
|
59611
|
+
"parameters": [
|
|
59612
|
+
{
|
|
59613
|
+
"name": "cleaned",
|
|
59614
|
+
"type": {
|
|
59615
|
+
"text": "string"
|
|
59616
|
+
}
|
|
59617
|
+
}
|
|
59618
|
+
],
|
|
59619
|
+
"description": "Maps a sanitized code string into per-digit `values` and syncs the DOM when connected."
|
|
59620
|
+
},
|
|
59621
|
+
{
|
|
59622
|
+
"kind": "method",
|
|
59623
|
+
"name": "updateDigit",
|
|
59624
|
+
"privacy": "private",
|
|
59625
|
+
"return": {
|
|
59626
|
+
"type": {
|
|
59627
|
+
"text": "void"
|
|
59628
|
+
}
|
|
59629
|
+
},
|
|
59630
|
+
"parameters": [
|
|
59631
|
+
{
|
|
59632
|
+
"name": "index",
|
|
59633
|
+
"type": {
|
|
59634
|
+
"text": "number"
|
|
59635
|
+
}
|
|
59636
|
+
},
|
|
59637
|
+
{
|
|
59638
|
+
"name": "digit",
|
|
59639
|
+
"type": {
|
|
59640
|
+
"text": "string"
|
|
59641
|
+
}
|
|
59642
|
+
}
|
|
59643
|
+
]
|
|
59644
|
+
},
|
|
59645
|
+
{
|
|
59646
|
+
"kind": "method",
|
|
59647
|
+
"name": "applyDigits",
|
|
59648
|
+
"privacy": "private",
|
|
59649
|
+
"return": {
|
|
59650
|
+
"type": {
|
|
59651
|
+
"text": "void"
|
|
59652
|
+
}
|
|
59653
|
+
},
|
|
59654
|
+
"parameters": [
|
|
59655
|
+
{
|
|
59656
|
+
"name": "raw",
|
|
59657
|
+
"type": {
|
|
59658
|
+
"text": "string"
|
|
59659
|
+
}
|
|
59660
|
+
},
|
|
59661
|
+
{
|
|
59662
|
+
"name": "startIndex",
|
|
59663
|
+
"type": {
|
|
59664
|
+
"text": "number"
|
|
59665
|
+
}
|
|
59666
|
+
}
|
|
59667
|
+
]
|
|
59668
|
+
},
|
|
59669
|
+
{
|
|
59670
|
+
"kind": "method",
|
|
59671
|
+
"name": "commitValues",
|
|
59672
|
+
"privacy": "private",
|
|
59673
|
+
"return": {
|
|
59674
|
+
"type": {
|
|
59675
|
+
"text": "void"
|
|
59676
|
+
}
|
|
59677
|
+
},
|
|
59678
|
+
"parameters": [
|
|
59679
|
+
{
|
|
59680
|
+
"name": "nextValues",
|
|
59681
|
+
"type": {
|
|
59682
|
+
"text": "string[]"
|
|
59683
|
+
}
|
|
59684
|
+
}
|
|
59685
|
+
],
|
|
59686
|
+
"description": "Pushes digit state into the form-associated `value` and emits change / complete."
|
|
59687
|
+
},
|
|
59688
|
+
{
|
|
59689
|
+
"kind": "method",
|
|
59690
|
+
"name": "syncFieldValues",
|
|
59691
|
+
"privacy": "private",
|
|
59692
|
+
"return": {
|
|
59693
|
+
"type": {
|
|
59694
|
+
"text": "void"
|
|
59695
|
+
}
|
|
59696
|
+
}
|
|
59697
|
+
},
|
|
59698
|
+
{
|
|
59699
|
+
"kind": "method",
|
|
59700
|
+
"name": "syncFieldValue",
|
|
59701
|
+
"privacy": "private",
|
|
59702
|
+
"return": {
|
|
59703
|
+
"type": {
|
|
59704
|
+
"text": "void"
|
|
59705
|
+
}
|
|
59706
|
+
},
|
|
59707
|
+
"parameters": [
|
|
59708
|
+
{
|
|
59709
|
+
"name": "index",
|
|
59710
|
+
"type": {
|
|
59711
|
+
"text": "number"
|
|
59712
|
+
}
|
|
59713
|
+
}
|
|
59714
|
+
]
|
|
59715
|
+
},
|
|
59716
|
+
{
|
|
59717
|
+
"kind": "method",
|
|
59718
|
+
"name": "focusDigit",
|
|
59719
|
+
"privacy": "private",
|
|
59720
|
+
"return": {
|
|
59721
|
+
"type": {
|
|
59722
|
+
"text": "void"
|
|
59723
|
+
}
|
|
59724
|
+
},
|
|
59725
|
+
"parameters": [
|
|
59726
|
+
{
|
|
59727
|
+
"name": "index",
|
|
59728
|
+
"type": {
|
|
59729
|
+
"text": "number"
|
|
59730
|
+
}
|
|
59731
|
+
}
|
|
59732
|
+
]
|
|
59733
|
+
},
|
|
59734
|
+
{
|
|
59735
|
+
"kind": "field",
|
|
59736
|
+
"name": "rootNode",
|
|
59737
|
+
"type": {
|
|
59738
|
+
"text": "ParentNode"
|
|
59739
|
+
},
|
|
59740
|
+
"privacy": "private",
|
|
59741
|
+
"readonly": true
|
|
59742
|
+
},
|
|
59743
|
+
{
|
|
59744
|
+
"kind": "method",
|
|
59745
|
+
"name": "getControlElement",
|
|
59746
|
+
"privacy": "private",
|
|
59747
|
+
"return": {
|
|
59748
|
+
"type": {
|
|
59749
|
+
"text": "HTMLInputElement | null"
|
|
59750
|
+
}
|
|
59751
|
+
},
|
|
59752
|
+
"parameters": [
|
|
59753
|
+
{
|
|
59754
|
+
"name": "index",
|
|
59755
|
+
"type": {
|
|
59756
|
+
"text": "number"
|
|
59757
|
+
}
|
|
59758
|
+
}
|
|
59759
|
+
]
|
|
59760
|
+
},
|
|
59761
|
+
{
|
|
59762
|
+
"kind": "method",
|
|
59763
|
+
"name": "isComplete",
|
|
59764
|
+
"privacy": "private",
|
|
59765
|
+
"return": {
|
|
59766
|
+
"type": {
|
|
59767
|
+
"text": "boolean"
|
|
59768
|
+
}
|
|
59769
|
+
}
|
|
59770
|
+
},
|
|
59771
|
+
{
|
|
59772
|
+
"kind": "method",
|
|
59773
|
+
"name": "emitChange",
|
|
59774
|
+
"privacy": "private",
|
|
59775
|
+
"return": {
|
|
59776
|
+
"type": {
|
|
59777
|
+
"text": "void"
|
|
59778
|
+
}
|
|
59779
|
+
}
|
|
59780
|
+
},
|
|
59781
|
+
{
|
|
59782
|
+
"kind": "field",
|
|
59783
|
+
"name": "proxy"
|
|
59784
|
+
}
|
|
59785
|
+
],
|
|
59786
|
+
"events": [
|
|
59787
|
+
{
|
|
59788
|
+
"description": "Fired when any digit changes. detail: `VerificationCodeInputEventDetail`",
|
|
59789
|
+
"name": "change"
|
|
59790
|
+
},
|
|
59791
|
+
{
|
|
59792
|
+
"description": "Fired when all digits are filled. detail: `VerificationCodeInputEventDetail`",
|
|
59793
|
+
"name": "complete"
|
|
59794
|
+
}
|
|
59795
|
+
],
|
|
59796
|
+
"attributes": [
|
|
59797
|
+
{
|
|
59798
|
+
"name": "id",
|
|
59799
|
+
"type": {
|
|
59800
|
+
"text": "string"
|
|
59801
|
+
},
|
|
59802
|
+
"description": "Optional host id used as a prefix for digit input ids (`{id}-0`, `{id}-1`, …)\nand the associated label element.",
|
|
59803
|
+
"fieldName": "id"
|
|
59804
|
+
},
|
|
59805
|
+
{
|
|
59806
|
+
"name": "appearance",
|
|
59807
|
+
"type": {
|
|
59808
|
+
"text": "string"
|
|
59809
|
+
},
|
|
59810
|
+
"default": "'outline'",
|
|
59811
|
+
"description": "Visual treatment applied to each digit field.",
|
|
59812
|
+
"fieldName": "appearance"
|
|
59813
|
+
},
|
|
59814
|
+
{
|
|
59815
|
+
"name": "digits",
|
|
59816
|
+
"type": {
|
|
59817
|
+
"text": "number"
|
|
59818
|
+
},
|
|
59819
|
+
"default": "DEFAULT_DIGITS",
|
|
59820
|
+
"description": "Number of single-character digit fields to render.",
|
|
59821
|
+
"resolveInitializer": {
|
|
59822
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
59823
|
+
},
|
|
59824
|
+
"fieldName": "digits"
|
|
59825
|
+
},
|
|
59826
|
+
{
|
|
59827
|
+
"name": "readonly",
|
|
59828
|
+
"type": {
|
|
59829
|
+
"text": "boolean"
|
|
59830
|
+
},
|
|
59831
|
+
"default": "false",
|
|
59832
|
+
"description": "When true, digit fields are non-interactive.",
|
|
59833
|
+
"fieldName": "readOnly"
|
|
59834
|
+
},
|
|
59835
|
+
{
|
|
59836
|
+
"type": {
|
|
59837
|
+
"text": "boolean"
|
|
59838
|
+
},
|
|
59839
|
+
"default": "false",
|
|
59840
|
+
"description": "When true, focuses the first digit on connect (and after SPA route commit when hosted that way).",
|
|
59841
|
+
"fieldName": "autofocus"
|
|
59842
|
+
},
|
|
59843
|
+
{
|
|
59844
|
+
"type": {
|
|
59845
|
+
"text": "boolean"
|
|
59846
|
+
},
|
|
59847
|
+
"default": "false",
|
|
59848
|
+
"description": "When true, applies the error visual state to each digit field.",
|
|
59849
|
+
"fieldName": "error"
|
|
59850
|
+
}
|
|
59851
|
+
],
|
|
59852
|
+
"mixins": [
|
|
59853
|
+
{
|
|
59854
|
+
"name": "FormAssociated",
|
|
59855
|
+
"package": "@microsoft/fast-foundation"
|
|
59856
|
+
}
|
|
59857
|
+
],
|
|
59858
|
+
"superclass": {
|
|
59859
|
+
"name": "_VerificationCodeInput",
|
|
59860
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
59861
|
+
},
|
|
59862
|
+
"tagName": "%%prefix%%-verification-code-input",
|
|
59863
|
+
"customElement": true
|
|
59864
|
+
},
|
|
59865
|
+
{
|
|
59866
|
+
"kind": "variable",
|
|
59867
|
+
"name": "foundationVerificationCodeInput",
|
|
59868
|
+
"description": "The Foundation Verification Code Input",
|
|
59869
|
+
"privacy": "public"
|
|
59870
|
+
}
|
|
59871
|
+
],
|
|
59872
|
+
"exports": [
|
|
59873
|
+
{
|
|
59874
|
+
"kind": "js",
|
|
59875
|
+
"name": "foundationVerificationCodeInputShadowOptions",
|
|
59876
|
+
"declaration": {
|
|
59877
|
+
"name": "foundationVerificationCodeInputShadowOptions",
|
|
59878
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
59879
|
+
}
|
|
59880
|
+
},
|
|
59881
|
+
{
|
|
59882
|
+
"kind": "js",
|
|
59883
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
59884
|
+
"declaration": {
|
|
59885
|
+
"name": "defaultVerificationCodeInputConfig",
|
|
59886
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
59887
|
+
}
|
|
59888
|
+
},
|
|
59889
|
+
{
|
|
59890
|
+
"kind": "js",
|
|
59891
|
+
"name": "VerificationCodeInput",
|
|
59892
|
+
"declaration": {
|
|
59893
|
+
"name": "VerificationCodeInput",
|
|
59894
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
59895
|
+
}
|
|
59896
|
+
},
|
|
59897
|
+
{
|
|
59898
|
+
"kind": "js",
|
|
59899
|
+
"name": "foundationVerificationCodeInput",
|
|
59900
|
+
"declaration": {
|
|
59901
|
+
"name": "foundationVerificationCodeInput",
|
|
59902
|
+
"module": "src/verification-code-input/verification-code-input.ts"
|
|
59903
|
+
}
|
|
59904
|
+
}
|
|
59905
|
+
]
|
|
59906
|
+
},
|
|
59126
59907
|
{
|
|
59127
59908
|
"kind": "javascript-module",
|
|
59128
59909
|
"path": "src/_config/styles/colors.ts",
|