@genesislcap/foundation-ui 14.209.1 → 14.209.2
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 +1157 -1157
- package/dist/dts/base-components.d.ts +11 -11
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/combobox/combobox.d.ts.map +1 -1
- package/dist/dts/combobox/combobox.template.d.ts.map +1 -1
- package/dist/dts/combobox/index.d.ts +1 -1
- package/dist/dts/combobox/index.d.ts.map +1 -1
- package/dist/dts/select/select.styles.d.ts.map +1 -1
- package/dist/esm/base-components.js +5 -6
- package/dist/esm/combobox/combobox.js +21 -4
- package/dist/esm/combobox/combobox.template.js +5 -4
- package/dist/esm/combobox/index.js +1 -1
- package/dist/esm/select/select.styles.js +6 -0
- package/package.json +16 -16
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n
|
|
15
|
+
"default": "{\n foundationAccordion,\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 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 foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\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 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": [
|
|
@@ -1471,34 +1471,11 @@
|
|
|
1471
1471
|
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/
|
|
1474
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1475
1475
|
"declarations": [
|
|
1476
1476
|
{
|
|
1477
1477
|
"kind": "function",
|
|
1478
|
-
"name": "
|
|
1479
|
-
"return": {
|
|
1480
|
-
"type": {
|
|
1481
|
-
"text": "ElementStyles"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"parameters": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "context",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "ElementDefinitionContext"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "definition",
|
|
1493
|
-
"type": {
|
|
1494
|
-
"text": "FoundationElementDefinition"
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "function",
|
|
1501
|
-
"name": "foundationActionsMenuStyles",
|
|
1478
|
+
"name": "foundationAnchorStyles",
|
|
1502
1479
|
"return": {
|
|
1503
1480
|
"type": {
|
|
1504
1481
|
"text": "ElementStyles"
|
|
@@ -1523,269 +1500,292 @@
|
|
|
1523
1500
|
"exports": [
|
|
1524
1501
|
{
|
|
1525
1502
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1527
|
-
"declaration": {
|
|
1528
|
-
"name": "actionsMenuBaseStyles",
|
|
1529
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"kind": "js",
|
|
1534
|
-
"name": "foundationActionsMenuStyles",
|
|
1503
|
+
"name": "foundationAnchorStyles",
|
|
1535
1504
|
"declaration": {
|
|
1536
|
-
"name": "
|
|
1537
|
-
"module": "src/
|
|
1505
|
+
"name": "foundationAnchorStyles",
|
|
1506
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1538
1507
|
}
|
|
1539
1508
|
}
|
|
1540
1509
|
]
|
|
1541
1510
|
},
|
|
1542
1511
|
{
|
|
1543
1512
|
"kind": "javascript-module",
|
|
1544
|
-
"path": "src/
|
|
1513
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1545
1514
|
"declarations": [
|
|
1546
1515
|
{
|
|
1547
1516
|
"kind": "function",
|
|
1548
|
-
"name": "
|
|
1517
|
+
"name": "foundationAnchorTemplate",
|
|
1518
|
+
"return": {
|
|
1519
|
+
"type": {
|
|
1520
|
+
"text": "ViewTemplate<Anchor>"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1549
1523
|
"parameters": [
|
|
1550
1524
|
{
|
|
1551
|
-
"name": "
|
|
1525
|
+
"name": "context",
|
|
1552
1526
|
"type": {
|
|
1553
|
-
"text": "
|
|
1527
|
+
"text": "ElementDefinitionContext"
|
|
1554
1528
|
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "function",
|
|
1560
|
-
"name": "singleOptionTemplate",
|
|
1561
|
-
"parameters": [
|
|
1529
|
+
},
|
|
1562
1530
|
{
|
|
1563
|
-
"name": "
|
|
1531
|
+
"name": "definition",
|
|
1564
1532
|
"type": {
|
|
1565
|
-
"text": "
|
|
1533
|
+
"text": "FoundationElementDefinition"
|
|
1566
1534
|
}
|
|
1567
1535
|
}
|
|
1568
1536
|
]
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"kind": "variable",
|
|
1572
|
-
"name": "foundationActionsMenuTemplate",
|
|
1573
|
-
"type": {
|
|
1574
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1575
|
-
},
|
|
1576
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1577
1537
|
}
|
|
1578
1538
|
],
|
|
1579
1539
|
"exports": [
|
|
1580
1540
|
{
|
|
1581
1541
|
"kind": "js",
|
|
1582
|
-
"name": "
|
|
1583
|
-
"declaration": {
|
|
1584
|
-
"name": "menuTemplate",
|
|
1585
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"kind": "js",
|
|
1590
|
-
"name": "singleOptionTemplate",
|
|
1591
|
-
"declaration": {
|
|
1592
|
-
"name": "singleOptionTemplate",
|
|
1593
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "js",
|
|
1598
|
-
"name": "foundationActionsMenuTemplate",
|
|
1542
|
+
"name": "foundationAnchorTemplate",
|
|
1599
1543
|
"declaration": {
|
|
1600
|
-
"name": "
|
|
1601
|
-
"module": "src/
|
|
1544
|
+
"name": "foundationAnchorTemplate",
|
|
1545
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1602
1546
|
}
|
|
1603
1547
|
}
|
|
1604
1548
|
]
|
|
1605
1549
|
},
|
|
1606
1550
|
{
|
|
1607
1551
|
"kind": "javascript-module",
|
|
1608
|
-
"path": "src/
|
|
1552
|
+
"path": "src/anchor/anchor.ts",
|
|
1609
1553
|
"declarations": [
|
|
1610
1554
|
{
|
|
1611
1555
|
"kind": "class",
|
|
1612
1556
|
"description": "",
|
|
1613
|
-
"name": "
|
|
1614
|
-
"
|
|
1557
|
+
"name": "Anchor",
|
|
1558
|
+
"superclass": {
|
|
1559
|
+
"name": "FASTAnchor",
|
|
1560
|
+
"package": "@microsoft/fast-components"
|
|
1561
|
+
},
|
|
1562
|
+
"tagName": "%%prefix%%-anchor",
|
|
1563
|
+
"customElement": true,
|
|
1564
|
+
"attributes": [
|
|
1615
1565
|
{
|
|
1616
|
-
"
|
|
1617
|
-
"name": "actions",
|
|
1566
|
+
"name": "download",
|
|
1618
1567
|
"type": {
|
|
1619
|
-
"text": "
|
|
1568
|
+
"text": "string"
|
|
1569
|
+
},
|
|
1570
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1571
|
+
"fieldName": "download",
|
|
1572
|
+
"inheritedFrom": {
|
|
1573
|
+
"name": "Anchor",
|
|
1574
|
+
"module": "src/anchor/anchor.ts"
|
|
1620
1575
|
}
|
|
1621
1576
|
},
|
|
1622
1577
|
{
|
|
1623
|
-
"
|
|
1624
|
-
"name": "isVertical",
|
|
1578
|
+
"name": "href",
|
|
1625
1579
|
"type": {
|
|
1626
|
-
"text": "
|
|
1580
|
+
"text": "string"
|
|
1627
1581
|
},
|
|
1628
|
-
"
|
|
1582
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1583
|
+
"fieldName": "href",
|
|
1584
|
+
"inheritedFrom": {
|
|
1585
|
+
"name": "Anchor",
|
|
1586
|
+
"module": "src/anchor/anchor.ts"
|
|
1587
|
+
}
|
|
1629
1588
|
},
|
|
1630
1589
|
{
|
|
1631
|
-
"
|
|
1632
|
-
"name": "addDefaultActions",
|
|
1590
|
+
"name": "hreflang",
|
|
1633
1591
|
"type": {
|
|
1634
|
-
"text": "
|
|
1592
|
+
"text": "string"
|
|
1635
1593
|
},
|
|
1636
|
-
"
|
|
1594
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1595
|
+
"fieldName": "hreflang",
|
|
1596
|
+
"inheritedFrom": {
|
|
1597
|
+
"name": "Anchor",
|
|
1598
|
+
"module": "src/anchor/anchor.ts"
|
|
1599
|
+
}
|
|
1637
1600
|
},
|
|
1638
1601
|
{
|
|
1639
|
-
"
|
|
1640
|
-
"name": "autoCloseOnAction",
|
|
1602
|
+
"name": "ping",
|
|
1641
1603
|
"type": {
|
|
1642
|
-
"text": "
|
|
1604
|
+
"text": "string"
|
|
1643
1605
|
},
|
|
1644
|
-
"
|
|
1606
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1607
|
+
"fieldName": "ping",
|
|
1608
|
+
"inheritedFrom": {
|
|
1609
|
+
"name": "Anchor",
|
|
1610
|
+
"module": "src/anchor/anchor.ts"
|
|
1611
|
+
}
|
|
1645
1612
|
},
|
|
1646
1613
|
{
|
|
1647
|
-
"
|
|
1648
|
-
"name": "classNames",
|
|
1614
|
+
"name": "referrerpolicy",
|
|
1649
1615
|
"type": {
|
|
1650
1616
|
"text": "string"
|
|
1617
|
+
},
|
|
1618
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1619
|
+
"fieldName": "referrerpolicy",
|
|
1620
|
+
"inheritedFrom": {
|
|
1621
|
+
"name": "Anchor",
|
|
1622
|
+
"module": "src/anchor/anchor.ts"
|
|
1651
1623
|
}
|
|
1652
1624
|
},
|
|
1653
1625
|
{
|
|
1654
|
-
"
|
|
1655
|
-
"name": "definition",
|
|
1626
|
+
"name": "rel",
|
|
1656
1627
|
"type": {
|
|
1657
|
-
"text": "
|
|
1628
|
+
"text": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1631
|
+
"fieldName": "rel",
|
|
1632
|
+
"inheritedFrom": {
|
|
1633
|
+
"name": "Anchor",
|
|
1634
|
+
"module": "src/anchor/anchor.ts"
|
|
1658
1635
|
}
|
|
1659
1636
|
},
|
|
1660
1637
|
{
|
|
1661
|
-
"
|
|
1662
|
-
"name": "name",
|
|
1638
|
+
"name": "target",
|
|
1663
1639
|
"type": {
|
|
1664
|
-
"text": "
|
|
1640
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1665
1641
|
},
|
|
1666
|
-
"
|
|
1642
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1643
|
+
"fieldName": "target",
|
|
1644
|
+
"inheritedFrom": {
|
|
1645
|
+
"name": "Anchor",
|
|
1646
|
+
"module": "src/anchor/anchor.ts"
|
|
1647
|
+
}
|
|
1667
1648
|
},
|
|
1668
1649
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"name": "open",
|
|
1650
|
+
"name": "type",
|
|
1671
1651
|
"type": {
|
|
1672
|
-
"text": "
|
|
1652
|
+
"text": "string"
|
|
1673
1653
|
},
|
|
1674
|
-
"
|
|
1675
|
-
|
|
1654
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1655
|
+
"fieldName": "type",
|
|
1656
|
+
"inheritedFrom": {
|
|
1657
|
+
"name": "Anchor",
|
|
1658
|
+
"module": "src/anchor/anchor.ts"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
"members": [
|
|
1676
1663
|
{
|
|
1677
1664
|
"kind": "field",
|
|
1678
|
-
"name": "
|
|
1665
|
+
"name": "download",
|
|
1679
1666
|
"type": {
|
|
1680
1667
|
"text": "string"
|
|
1668
|
+
},
|
|
1669
|
+
"privacy": "public",
|
|
1670
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1671
|
+
"inheritedFrom": {
|
|
1672
|
+
"name": "Anchor",
|
|
1673
|
+
"module": "src/anchor/anchor.ts"
|
|
1681
1674
|
}
|
|
1682
1675
|
},
|
|
1683
1676
|
{
|
|
1684
1677
|
"kind": "field",
|
|
1685
|
-
"name": "
|
|
1678
|
+
"name": "href",
|
|
1686
1679
|
"type": {
|
|
1687
|
-
"text": "
|
|
1680
|
+
"text": "string"
|
|
1688
1681
|
},
|
|
1689
|
-
"
|
|
1682
|
+
"privacy": "public",
|
|
1683
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1684
|
+
"inheritedFrom": {
|
|
1685
|
+
"name": "Anchor",
|
|
1686
|
+
"module": "src/anchor/anchor.ts"
|
|
1687
|
+
}
|
|
1690
1688
|
},
|
|
1691
1689
|
{
|
|
1692
1690
|
"kind": "field",
|
|
1693
|
-
"name": "
|
|
1691
|
+
"name": "hreflang",
|
|
1694
1692
|
"type": {
|
|
1695
|
-
"text": "
|
|
1693
|
+
"text": "string"
|
|
1696
1694
|
},
|
|
1697
|
-
"
|
|
1695
|
+
"privacy": "public",
|
|
1696
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1697
|
+
"inheritedFrom": {
|
|
1698
|
+
"name": "Anchor",
|
|
1699
|
+
"module": "src/anchor/anchor.ts"
|
|
1700
|
+
}
|
|
1698
1701
|
},
|
|
1699
1702
|
{
|
|
1700
1703
|
"kind": "field",
|
|
1701
|
-
"name": "
|
|
1704
|
+
"name": "ping",
|
|
1702
1705
|
"type": {
|
|
1703
|
-
"text": "
|
|
1706
|
+
"text": "string"
|
|
1707
|
+
},
|
|
1708
|
+
"privacy": "public",
|
|
1709
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1710
|
+
"inheritedFrom": {
|
|
1711
|
+
"name": "Anchor",
|
|
1712
|
+
"module": "src/anchor/anchor.ts"
|
|
1704
1713
|
}
|
|
1705
1714
|
},
|
|
1706
1715
|
{
|
|
1707
1716
|
"kind": "field",
|
|
1708
|
-
"name": "
|
|
1717
|
+
"name": "referrerpolicy",
|
|
1709
1718
|
"type": {
|
|
1710
|
-
"text": "
|
|
1719
|
+
"text": "string"
|
|
1720
|
+
},
|
|
1721
|
+
"privacy": "public",
|
|
1722
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1723
|
+
"inheritedFrom": {
|
|
1724
|
+
"name": "Anchor",
|
|
1725
|
+
"module": "src/anchor/anchor.ts"
|
|
1711
1726
|
}
|
|
1712
1727
|
},
|
|
1713
1728
|
{
|
|
1714
|
-
"kind": "
|
|
1715
|
-
"name": "
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
"name": "newValue",
|
|
1726
|
-
"type": {
|
|
1727
|
-
"text": "any"
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "method",
|
|
1734
|
-
"name": "openChanged",
|
|
1735
|
-
"privacy": "protected"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"kind": "method",
|
|
1739
|
-
"name": "toggleActionsMenuVisibility"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"kind": "method",
|
|
1743
|
-
"name": "onActionMenuItemClick",
|
|
1744
|
-
"parameters": [
|
|
1745
|
-
{
|
|
1746
|
-
"name": "callback",
|
|
1747
|
-
"type": {
|
|
1748
|
-
"text": "(rowData) => void | any"
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
]
|
|
1729
|
+
"kind": "field",
|
|
1730
|
+
"name": "rel",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "string"
|
|
1733
|
+
},
|
|
1734
|
+
"privacy": "public",
|
|
1735
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1736
|
+
"inheritedFrom": {
|
|
1737
|
+
"name": "Anchor",
|
|
1738
|
+
"module": "src/anchor/anchor.ts"
|
|
1739
|
+
}
|
|
1752
1740
|
},
|
|
1753
1741
|
{
|
|
1754
1742
|
"kind": "field",
|
|
1755
|
-
"name": "
|
|
1743
|
+
"name": "target",
|
|
1756
1744
|
"type": {
|
|
1757
|
-
"text": "
|
|
1745
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1758
1746
|
},
|
|
1759
|
-
"
|
|
1747
|
+
"privacy": "public",
|
|
1748
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1749
|
+
"inheritedFrom": {
|
|
1750
|
+
"name": "Anchor",
|
|
1751
|
+
"module": "src/anchor/anchor.ts"
|
|
1752
|
+
}
|
|
1760
1753
|
},
|
|
1761
1754
|
{
|
|
1762
1755
|
"kind": "field",
|
|
1763
|
-
"name": "
|
|
1764
|
-
"
|
|
1756
|
+
"name": "type",
|
|
1757
|
+
"type": {
|
|
1758
|
+
"text": "string"
|
|
1759
|
+
},
|
|
1760
|
+
"privacy": "public",
|
|
1761
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1762
|
+
"inheritedFrom": {
|
|
1763
|
+
"name": "Anchor",
|
|
1764
|
+
"module": "src/anchor/anchor.ts"
|
|
1765
|
+
}
|
|
1765
1766
|
},
|
|
1766
1767
|
{
|
|
1767
|
-
"kind": "
|
|
1768
|
-
"name": "
|
|
1769
|
-
"
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1768
|
+
"kind": "field",
|
|
1769
|
+
"name": "control",
|
|
1770
|
+
"type": {
|
|
1771
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1772
|
+
},
|
|
1773
|
+
"privacy": "public",
|
|
1774
|
+
"description": "References the root element",
|
|
1775
|
+
"inheritedFrom": {
|
|
1776
|
+
"name": "Anchor",
|
|
1777
|
+
"module": "src/anchor/anchor.ts"
|
|
1778
|
+
}
|
|
1777
1779
|
},
|
|
1778
1780
|
{
|
|
1779
|
-
"kind": "
|
|
1780
|
-
"name": "
|
|
1781
|
-
"
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
}
|
|
1788
|
-
]
|
|
1781
|
+
"kind": "field",
|
|
1782
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1783
|
+
"privacy": "private",
|
|
1784
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1785
|
+
"inheritedFrom": {
|
|
1786
|
+
"name": "Anchor",
|
|
1787
|
+
"module": "src/anchor/anchor.ts"
|
|
1788
|
+
}
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
1791
|
"kind": "field",
|
|
@@ -1898,108 +1898,69 @@
|
|
|
1898
1898
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1899
1899
|
}
|
|
1900
1900
|
}
|
|
1901
|
-
]
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
"default": "false",
|
|
1909
|
-
"fieldName": "isVertical"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"name": "add-default-actions",
|
|
1913
|
-
"type": {
|
|
1914
|
-
"text": "boolean"
|
|
1915
|
-
},
|
|
1916
|
-
"default": "true",
|
|
1917
|
-
"fieldName": "addDefaultActions"
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"name": "auto-close-on-action",
|
|
1921
|
-
"type": {
|
|
1922
|
-
"text": "boolean"
|
|
1923
|
-
},
|
|
1924
|
-
"default": "true",
|
|
1925
|
-
"fieldName": "autoCloseOnAction"
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"name": "name",
|
|
1929
|
-
"type": {
|
|
1930
|
-
"text": "string"
|
|
1931
|
-
},
|
|
1932
|
-
"default": "'Actions'",
|
|
1933
|
-
"fieldName": "name"
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"name": "open",
|
|
1937
|
-
"type": {
|
|
1938
|
-
"text": "boolean"
|
|
1939
|
-
},
|
|
1940
|
-
"default": "false",
|
|
1941
|
-
"fieldName": "open"
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"name": "buttonAppearance",
|
|
1945
|
-
"type": {
|
|
1946
|
-
"text": "string"
|
|
1947
|
-
},
|
|
1948
|
-
"fieldName": "buttonAppearance"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"name": "hide-disabled",
|
|
1952
|
-
"type": {
|
|
1953
|
-
"text": "boolean"
|
|
1954
|
-
},
|
|
1955
|
-
"default": "false",
|
|
1956
|
-
"fieldName": "hideDisabled"
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"name": "hide-menu-single-option",
|
|
1960
|
-
"type": {
|
|
1961
|
-
"text": "boolean"
|
|
1962
|
-
},
|
|
1963
|
-
"default": "false",
|
|
1964
|
-
"fieldName": "hideMenuSingleOption"
|
|
1965
|
-
}
|
|
1966
|
-
],
|
|
1967
|
-
"superclass": {
|
|
1968
|
-
"name": "FoundationElement",
|
|
1969
|
-
"package": "@microsoft/fast-foundation"
|
|
1901
|
+
]
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "variable",
|
|
1905
|
+
"name": "foundationAnchorShadowOptions",
|
|
1906
|
+
"type": {
|
|
1907
|
+
"text": "ShadowRootInit"
|
|
1970
1908
|
},
|
|
1971
|
-
"
|
|
1972
|
-
"customElement": true
|
|
1909
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1973
1910
|
},
|
|
1974
1911
|
{
|
|
1975
1912
|
"kind": "variable",
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1913
|
+
"name": "defaultAnchorConfig",
|
|
1914
|
+
"type": {
|
|
1915
|
+
"text": "object"
|
|
1916
|
+
},
|
|
1917
|
+
"default": "{}"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "variable",
|
|
1921
|
+
"name": "foundationAnchor",
|
|
1922
|
+
"description": "The Foundation Anchor",
|
|
1978
1923
|
"privacy": "public"
|
|
1979
1924
|
}
|
|
1980
1925
|
],
|
|
1981
1926
|
"exports": [
|
|
1982
1927
|
{
|
|
1983
1928
|
"kind": "js",
|
|
1984
|
-
"name": "
|
|
1929
|
+
"name": "Anchor",
|
|
1985
1930
|
"declaration": {
|
|
1986
|
-
"name": "
|
|
1987
|
-
"module": "src/
|
|
1931
|
+
"name": "Anchor",
|
|
1932
|
+
"module": "src/anchor/anchor.ts"
|
|
1988
1933
|
}
|
|
1989
1934
|
},
|
|
1990
1935
|
{
|
|
1991
1936
|
"kind": "js",
|
|
1992
|
-
"name": "
|
|
1937
|
+
"name": "foundationAnchorShadowOptions",
|
|
1993
1938
|
"declaration": {
|
|
1994
|
-
"name": "
|
|
1995
|
-
"module": "src/
|
|
1939
|
+
"name": "foundationAnchorShadowOptions",
|
|
1940
|
+
"module": "src/anchor/anchor.ts"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "defaultAnchorConfig",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "defaultAnchorConfig",
|
|
1948
|
+
"module": "src/anchor/anchor.ts"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "foundationAnchor",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "foundationAnchor",
|
|
1956
|
+
"module": "src/anchor/anchor.ts"
|
|
1996
1957
|
}
|
|
1997
1958
|
}
|
|
1998
1959
|
]
|
|
1999
1960
|
},
|
|
2000
1961
|
{
|
|
2001
1962
|
"kind": "javascript-module",
|
|
2002
|
-
"path": "src/
|
|
1963
|
+
"path": "src/anchor/index.ts",
|
|
2003
1964
|
"declarations": [],
|
|
2004
1965
|
"exports": [
|
|
2005
1966
|
{
|
|
@@ -2007,7 +1968,7 @@
|
|
|
2007
1968
|
"name": "*",
|
|
2008
1969
|
"declaration": {
|
|
2009
1970
|
"name": "*",
|
|
2010
|
-
"package": "./
|
|
1971
|
+
"package": "./anchor.template"
|
|
2011
1972
|
}
|
|
2012
1973
|
},
|
|
2013
1974
|
{
|
|
@@ -2015,7 +1976,7 @@
|
|
|
2015
1976
|
"name": "*",
|
|
2016
1977
|
"declaration": {
|
|
2017
1978
|
"name": "*",
|
|
2018
|
-
"package": "./
|
|
1979
|
+
"package": "./anchor.styles"
|
|
2019
1980
|
}
|
|
2020
1981
|
},
|
|
2021
1982
|
{
|
|
@@ -2023,18 +1984,18 @@
|
|
|
2023
1984
|
"name": "*",
|
|
2024
1985
|
"declaration": {
|
|
2025
1986
|
"name": "*",
|
|
2026
|
-
"package": "./
|
|
1987
|
+
"package": "./anchor"
|
|
2027
1988
|
}
|
|
2028
1989
|
}
|
|
2029
1990
|
]
|
|
2030
1991
|
},
|
|
2031
1992
|
{
|
|
2032
1993
|
"kind": "javascript-module",
|
|
2033
|
-
"path": "src/
|
|
1994
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2034
1995
|
"declarations": [
|
|
2035
1996
|
{
|
|
2036
1997
|
"kind": "function",
|
|
2037
|
-
"name": "
|
|
1998
|
+
"name": "actionsMenuBaseStyles",
|
|
2038
1999
|
"return": {
|
|
2039
2000
|
"type": {
|
|
2040
2001
|
"text": "ElementStyles"
|
|
@@ -2054,29 +2015,13 @@
|
|
|
2054
2015
|
}
|
|
2055
2016
|
}
|
|
2056
2017
|
]
|
|
2057
|
-
}
|
|
2058
|
-
],
|
|
2059
|
-
"exports": [
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "js",
|
|
2062
|
-
"name": "foundationAnchorStyles",
|
|
2063
|
-
"declaration": {
|
|
2064
|
-
"name": "foundationAnchorStyles",
|
|
2065
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"kind": "javascript-module",
|
|
2072
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2073
|
-
"declarations": [
|
|
2018
|
+
},
|
|
2074
2019
|
{
|
|
2075
2020
|
"kind": "function",
|
|
2076
|
-
"name": "
|
|
2021
|
+
"name": "foundationActionsMenuStyles",
|
|
2077
2022
|
"return": {
|
|
2078
2023
|
"type": {
|
|
2079
|
-
"text": "
|
|
2024
|
+
"text": "ElementStyles"
|
|
2080
2025
|
}
|
|
2081
2026
|
},
|
|
2082
2027
|
"parameters": [
|
|
@@ -2098,253 +2043,269 @@
|
|
|
2098
2043
|
"exports": [
|
|
2099
2044
|
{
|
|
2100
2045
|
"kind": "js",
|
|
2101
|
-
"name": "
|
|
2046
|
+
"name": "actionsMenuBaseStyles",
|
|
2102
2047
|
"declaration": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"module": "src/
|
|
2048
|
+
"name": "actionsMenuBaseStyles",
|
|
2049
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"kind": "js",
|
|
2054
|
+
"name": "foundationActionsMenuStyles",
|
|
2055
|
+
"declaration": {
|
|
2056
|
+
"name": "foundationActionsMenuStyles",
|
|
2057
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2105
2058
|
}
|
|
2106
2059
|
}
|
|
2107
2060
|
]
|
|
2108
2061
|
},
|
|
2109
2062
|
{
|
|
2110
2063
|
"kind": "javascript-module",
|
|
2111
|
-
"path": "src/
|
|
2064
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2112
2065
|
"declarations": [
|
|
2113
2066
|
{
|
|
2114
|
-
"kind": "
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2117
|
-
"superclass": {
|
|
2118
|
-
"name": "FASTAnchor",
|
|
2119
|
-
"package": "@microsoft/fast-components"
|
|
2120
|
-
},
|
|
2121
|
-
"tagName": "%%prefix%%-anchor",
|
|
2122
|
-
"customElement": true,
|
|
2123
|
-
"attributes": [
|
|
2067
|
+
"kind": "function",
|
|
2068
|
+
"name": "menuTemplate",
|
|
2069
|
+
"parameters": [
|
|
2124
2070
|
{
|
|
2125
|
-
"name": "
|
|
2071
|
+
"name": "prefix",
|
|
2126
2072
|
"type": {
|
|
2127
2073
|
"text": "string"
|
|
2128
|
-
},
|
|
2129
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2130
|
-
"fieldName": "download",
|
|
2131
|
-
"inheritedFrom": {
|
|
2132
|
-
"name": "Anchor",
|
|
2133
|
-
"module": "src/anchor/anchor.ts"
|
|
2134
2074
|
}
|
|
2135
|
-
}
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"kind": "function",
|
|
2080
|
+
"name": "singleOptionTemplate",
|
|
2081
|
+
"parameters": [
|
|
2136
2082
|
{
|
|
2137
|
-
"name": "
|
|
2083
|
+
"name": "prefix",
|
|
2138
2084
|
"type": {
|
|
2139
2085
|
"text": "string"
|
|
2140
|
-
},
|
|
2141
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2142
|
-
"fieldName": "href",
|
|
2143
|
-
"inheritedFrom": {
|
|
2144
|
-
"name": "Anchor",
|
|
2145
|
-
"module": "src/anchor/anchor.ts"
|
|
2146
2086
|
}
|
|
2147
|
-
}
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "variable",
|
|
2092
|
+
"name": "foundationActionsMenuTemplate",
|
|
2093
|
+
"type": {
|
|
2094
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2095
|
+
},
|
|
2096
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2097
|
+
}
|
|
2098
|
+
],
|
|
2099
|
+
"exports": [
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "js",
|
|
2102
|
+
"name": "menuTemplate",
|
|
2103
|
+
"declaration": {
|
|
2104
|
+
"name": "menuTemplate",
|
|
2105
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "js",
|
|
2110
|
+
"name": "singleOptionTemplate",
|
|
2111
|
+
"declaration": {
|
|
2112
|
+
"name": "singleOptionTemplate",
|
|
2113
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "js",
|
|
2118
|
+
"name": "foundationActionsMenuTemplate",
|
|
2119
|
+
"declaration": {
|
|
2120
|
+
"name": "foundationActionsMenuTemplate",
|
|
2121
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"kind": "javascript-module",
|
|
2128
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2129
|
+
"declarations": [
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "class",
|
|
2132
|
+
"description": "",
|
|
2133
|
+
"name": "ActionsMenu",
|
|
2134
|
+
"members": [
|
|
2148
2135
|
{
|
|
2149
|
-
"
|
|
2136
|
+
"kind": "field",
|
|
2137
|
+
"name": "actions",
|
|
2150
2138
|
"type": {
|
|
2151
|
-
"text": "
|
|
2152
|
-
},
|
|
2153
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2154
|
-
"fieldName": "hreflang",
|
|
2155
|
-
"inheritedFrom": {
|
|
2156
|
-
"name": "Anchor",
|
|
2157
|
-
"module": "src/anchor/anchor.ts"
|
|
2139
|
+
"text": "ActionMenuItem[]"
|
|
2158
2140
|
}
|
|
2159
2141
|
},
|
|
2160
2142
|
{
|
|
2161
|
-
"
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "isVertical",
|
|
2162
2145
|
"type": {
|
|
2163
|
-
"text": "
|
|
2146
|
+
"text": "boolean"
|
|
2164
2147
|
},
|
|
2165
|
-
"
|
|
2166
|
-
"fieldName": "ping",
|
|
2167
|
-
"inheritedFrom": {
|
|
2168
|
-
"name": "Anchor",
|
|
2169
|
-
"module": "src/anchor/anchor.ts"
|
|
2170
|
-
}
|
|
2148
|
+
"default": "false"
|
|
2171
2149
|
},
|
|
2172
2150
|
{
|
|
2173
|
-
"
|
|
2151
|
+
"kind": "field",
|
|
2152
|
+
"name": "addDefaultActions",
|
|
2174
2153
|
"type": {
|
|
2175
|
-
"text": "
|
|
2154
|
+
"text": "boolean"
|
|
2176
2155
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"fieldName": "referrerpolicy",
|
|
2179
|
-
"inheritedFrom": {
|
|
2180
|
-
"name": "Anchor",
|
|
2181
|
-
"module": "src/anchor/anchor.ts"
|
|
2182
|
-
}
|
|
2156
|
+
"default": "true"
|
|
2183
2157
|
},
|
|
2184
2158
|
{
|
|
2185
|
-
"
|
|
2159
|
+
"kind": "field",
|
|
2160
|
+
"name": "autoCloseOnAction",
|
|
2186
2161
|
"type": {
|
|
2187
|
-
"text": "
|
|
2162
|
+
"text": "boolean"
|
|
2188
2163
|
},
|
|
2189
|
-
"
|
|
2190
|
-
"fieldName": "rel",
|
|
2191
|
-
"inheritedFrom": {
|
|
2192
|
-
"name": "Anchor",
|
|
2193
|
-
"module": "src/anchor/anchor.ts"
|
|
2194
|
-
}
|
|
2164
|
+
"default": "true"
|
|
2195
2165
|
},
|
|
2196
2166
|
{
|
|
2197
|
-
"
|
|
2167
|
+
"kind": "field",
|
|
2168
|
+
"name": "classNames",
|
|
2198
2169
|
"type": {
|
|
2199
|
-
"text": "
|
|
2200
|
-
},
|
|
2201
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2202
|
-
"fieldName": "target",
|
|
2203
|
-
"inheritedFrom": {
|
|
2204
|
-
"name": "Anchor",
|
|
2205
|
-
"module": "src/anchor/anchor.ts"
|
|
2170
|
+
"text": "string"
|
|
2206
2171
|
}
|
|
2207
2172
|
},
|
|
2208
2173
|
{
|
|
2209
|
-
"
|
|
2174
|
+
"kind": "field",
|
|
2175
|
+
"name": "definition",
|
|
2210
2176
|
"type": {
|
|
2211
|
-
"text": "
|
|
2212
|
-
},
|
|
2213
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2214
|
-
"fieldName": "type",
|
|
2215
|
-
"inheritedFrom": {
|
|
2216
|
-
"name": "Anchor",
|
|
2217
|
-
"module": "src/anchor/anchor.ts"
|
|
2177
|
+
"text": "any"
|
|
2218
2178
|
}
|
|
2219
|
-
}
|
|
2220
|
-
],
|
|
2221
|
-
"members": [
|
|
2179
|
+
},
|
|
2222
2180
|
{
|
|
2223
2181
|
"kind": "field",
|
|
2224
|
-
"name": "
|
|
2182
|
+
"name": "name",
|
|
2225
2183
|
"type": {
|
|
2226
2184
|
"text": "string"
|
|
2227
2185
|
},
|
|
2228
|
-
"
|
|
2229
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2230
|
-
"inheritedFrom": {
|
|
2231
|
-
"name": "Anchor",
|
|
2232
|
-
"module": "src/anchor/anchor.ts"
|
|
2233
|
-
}
|
|
2186
|
+
"default": "'Actions'"
|
|
2234
2187
|
},
|
|
2235
2188
|
{
|
|
2236
2189
|
"kind": "field",
|
|
2237
|
-
"name": "
|
|
2190
|
+
"name": "open",
|
|
2238
2191
|
"type": {
|
|
2239
|
-
"text": "
|
|
2192
|
+
"text": "boolean"
|
|
2240
2193
|
},
|
|
2241
|
-
"
|
|
2242
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2243
|
-
"inheritedFrom": {
|
|
2244
|
-
"name": "Anchor",
|
|
2245
|
-
"module": "src/anchor/anchor.ts"
|
|
2246
|
-
}
|
|
2194
|
+
"default": "false"
|
|
2247
2195
|
},
|
|
2248
2196
|
{
|
|
2249
2197
|
"kind": "field",
|
|
2250
|
-
"name": "
|
|
2198
|
+
"name": "buttonAppearance",
|
|
2251
2199
|
"type": {
|
|
2252
2200
|
"text": "string"
|
|
2253
|
-
},
|
|
2254
|
-
"privacy": "public",
|
|
2255
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2256
|
-
"inheritedFrom": {
|
|
2257
|
-
"name": "Anchor",
|
|
2258
|
-
"module": "src/anchor/anchor.ts"
|
|
2259
2201
|
}
|
|
2260
2202
|
},
|
|
2261
2203
|
{
|
|
2262
2204
|
"kind": "field",
|
|
2263
|
-
"name": "
|
|
2205
|
+
"name": "hideDisabled",
|
|
2264
2206
|
"type": {
|
|
2265
|
-
"text": "
|
|
2207
|
+
"text": "boolean"
|
|
2266
2208
|
},
|
|
2267
|
-
"
|
|
2268
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2269
|
-
"inheritedFrom": {
|
|
2270
|
-
"name": "Anchor",
|
|
2271
|
-
"module": "src/anchor/anchor.ts"
|
|
2272
|
-
}
|
|
2209
|
+
"default": "false"
|
|
2273
2210
|
},
|
|
2274
2211
|
{
|
|
2275
2212
|
"kind": "field",
|
|
2276
|
-
"name": "
|
|
2213
|
+
"name": "hideMenuSingleOption",
|
|
2277
2214
|
"type": {
|
|
2278
|
-
"text": "
|
|
2215
|
+
"text": "boolean"
|
|
2279
2216
|
},
|
|
2280
|
-
"
|
|
2281
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2282
|
-
"inheritedFrom": {
|
|
2283
|
-
"name": "Anchor",
|
|
2284
|
-
"module": "src/anchor/anchor.ts"
|
|
2285
|
-
}
|
|
2217
|
+
"default": "false"
|
|
2286
2218
|
},
|
|
2287
2219
|
{
|
|
2288
2220
|
"kind": "field",
|
|
2289
|
-
"name": "
|
|
2221
|
+
"name": "singleOption",
|
|
2290
2222
|
"type": {
|
|
2291
|
-
"text": "
|
|
2292
|
-
},
|
|
2293
|
-
"privacy": "public",
|
|
2294
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2295
|
-
"inheritedFrom": {
|
|
2296
|
-
"name": "Anchor",
|
|
2297
|
-
"module": "src/anchor/anchor.ts"
|
|
2223
|
+
"text": "ActionMenuItem"
|
|
2298
2224
|
}
|
|
2299
2225
|
},
|
|
2300
2226
|
{
|
|
2301
2227
|
"kind": "field",
|
|
2302
|
-
"name": "
|
|
2228
|
+
"name": "actionsMenu",
|
|
2303
2229
|
"type": {
|
|
2304
|
-
"text": "
|
|
2305
|
-
},
|
|
2306
|
-
"privacy": "public",
|
|
2307
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2308
|
-
"inheritedFrom": {
|
|
2309
|
-
"name": "Anchor",
|
|
2310
|
-
"module": "src/anchor/anchor.ts"
|
|
2230
|
+
"text": "HTMLElement"
|
|
2311
2231
|
}
|
|
2312
2232
|
},
|
|
2313
2233
|
{
|
|
2314
|
-
"kind": "
|
|
2315
|
-
"name": "
|
|
2316
|
-
"
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2234
|
+
"kind": "method",
|
|
2235
|
+
"name": "definitionChanged",
|
|
2236
|
+
"privacy": "protected",
|
|
2237
|
+
"parameters": [
|
|
2238
|
+
{
|
|
2239
|
+
"name": "oldValue",
|
|
2240
|
+
"type": {
|
|
2241
|
+
"text": "any"
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "newValue",
|
|
2246
|
+
"type": {
|
|
2247
|
+
"text": "any"
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"kind": "method",
|
|
2254
|
+
"name": "openChanged",
|
|
2255
|
+
"privacy": "protected"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "method",
|
|
2259
|
+
"name": "toggleActionsMenuVisibility"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "method",
|
|
2263
|
+
"name": "onActionMenuItemClick",
|
|
2264
|
+
"parameters": [
|
|
2265
|
+
{
|
|
2266
|
+
"name": "callback",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "(rowData) => void | any"
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
]
|
|
2325
2272
|
},
|
|
2326
2273
|
{
|
|
2327
2274
|
"kind": "field",
|
|
2328
|
-
"name": "
|
|
2275
|
+
"name": "allActions",
|
|
2329
2276
|
"type": {
|
|
2330
|
-
"text": "
|
|
2277
|
+
"text": "ActionMenuItem[]"
|
|
2331
2278
|
},
|
|
2332
|
-
"
|
|
2333
|
-
"description": "References the root element",
|
|
2334
|
-
"inheritedFrom": {
|
|
2335
|
-
"name": "Anchor",
|
|
2336
|
-
"module": "src/anchor/anchor.ts"
|
|
2337
|
-
}
|
|
2279
|
+
"readonly": true
|
|
2338
2280
|
},
|
|
2339
2281
|
{
|
|
2340
2282
|
"kind": "field",
|
|
2341
|
-
"name": "
|
|
2342
|
-
"
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2283
|
+
"name": "rowData",
|
|
2284
|
+
"readonly": true
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "method",
|
|
2288
|
+
"name": "getLabel",
|
|
2289
|
+
"parameters": [
|
|
2290
|
+
{
|
|
2291
|
+
"name": "name",
|
|
2292
|
+
"type": {
|
|
2293
|
+
"text": "string | ((rowData: any) => string)"
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"kind": "method",
|
|
2300
|
+
"name": "getTemplate",
|
|
2301
|
+
"parameters": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "prefix",
|
|
2304
|
+
"type": {
|
|
2305
|
+
"text": "string"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
]
|
|
2348
2309
|
},
|
|
2349
2310
|
{
|
|
2350
2311
|
"kind": "field",
|
|
@@ -2457,69 +2418,108 @@
|
|
|
2457
2418
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2458
2419
|
}
|
|
2459
2420
|
}
|
|
2460
|
-
]
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2421
|
+
],
|
|
2422
|
+
"attributes": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "is-vertical",
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "boolean"
|
|
2427
|
+
},
|
|
2428
|
+
"default": "false",
|
|
2429
|
+
"fieldName": "isVertical"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "add-default-actions",
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"default": "true",
|
|
2437
|
+
"fieldName": "addDefaultActions"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "auto-close-on-action",
|
|
2441
|
+
"type": {
|
|
2442
|
+
"text": "boolean"
|
|
2443
|
+
},
|
|
2444
|
+
"default": "true",
|
|
2445
|
+
"fieldName": "autoCloseOnAction"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "name",
|
|
2449
|
+
"type": {
|
|
2450
|
+
"text": "string"
|
|
2451
|
+
},
|
|
2452
|
+
"default": "'Actions'",
|
|
2453
|
+
"fieldName": "name"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "open",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "boolean"
|
|
2459
|
+
},
|
|
2460
|
+
"default": "false",
|
|
2461
|
+
"fieldName": "open"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "buttonAppearance",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "string"
|
|
2467
|
+
},
|
|
2468
|
+
"fieldName": "buttonAppearance"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "hide-disabled",
|
|
2472
|
+
"type": {
|
|
2473
|
+
"text": "boolean"
|
|
2474
|
+
},
|
|
2475
|
+
"default": "false",
|
|
2476
|
+
"fieldName": "hideDisabled"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"name": "hide-menu-single-option",
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "boolean"
|
|
2482
|
+
},
|
|
2483
|
+
"default": "false",
|
|
2484
|
+
"fieldName": "hideMenuSingleOption"
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"superclass": {
|
|
2488
|
+
"name": "FoundationElement",
|
|
2489
|
+
"package": "@microsoft/fast-foundation"
|
|
2475
2490
|
},
|
|
2476
|
-
"
|
|
2491
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2492
|
+
"customElement": true
|
|
2477
2493
|
},
|
|
2478
2494
|
{
|
|
2479
2495
|
"kind": "variable",
|
|
2480
|
-
"name": "
|
|
2481
|
-
"description": "The Foundation
|
|
2496
|
+
"name": "foundationActionsMenu",
|
|
2497
|
+
"description": "The Foundation Actions Menu",
|
|
2482
2498
|
"privacy": "public"
|
|
2483
2499
|
}
|
|
2484
2500
|
],
|
|
2485
2501
|
"exports": [
|
|
2486
2502
|
{
|
|
2487
2503
|
"kind": "js",
|
|
2488
|
-
"name": "
|
|
2489
|
-
"declaration": {
|
|
2490
|
-
"name": "Anchor",
|
|
2491
|
-
"module": "src/anchor/anchor.ts"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "js",
|
|
2496
|
-
"name": "foundationAnchorShadowOptions",
|
|
2497
|
-
"declaration": {
|
|
2498
|
-
"name": "foundationAnchorShadowOptions",
|
|
2499
|
-
"module": "src/anchor/anchor.ts"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "js",
|
|
2504
|
-
"name": "defaultAnchorConfig",
|
|
2504
|
+
"name": "ActionsMenu",
|
|
2505
2505
|
"declaration": {
|
|
2506
|
-
"name": "
|
|
2507
|
-
"module": "src/
|
|
2506
|
+
"name": "ActionsMenu",
|
|
2507
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2508
2508
|
}
|
|
2509
2509
|
},
|
|
2510
2510
|
{
|
|
2511
2511
|
"kind": "js",
|
|
2512
|
-
"name": "
|
|
2512
|
+
"name": "foundationActionsMenu",
|
|
2513
2513
|
"declaration": {
|
|
2514
|
-
"name": "
|
|
2515
|
-
"module": "src/
|
|
2514
|
+
"name": "foundationActionsMenu",
|
|
2515
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2516
2516
|
}
|
|
2517
2517
|
}
|
|
2518
2518
|
]
|
|
2519
2519
|
},
|
|
2520
2520
|
{
|
|
2521
2521
|
"kind": "javascript-module",
|
|
2522
|
-
"path": "src/
|
|
2522
|
+
"path": "src/actions-menu/index.ts",
|
|
2523
2523
|
"declarations": [],
|
|
2524
2524
|
"exports": [
|
|
2525
2525
|
{
|
|
@@ -2527,7 +2527,7 @@
|
|
|
2527
2527
|
"name": "*",
|
|
2528
2528
|
"declaration": {
|
|
2529
2529
|
"name": "*",
|
|
2530
|
-
"package": "./
|
|
2530
|
+
"package": "./actions-menu.styles"
|
|
2531
2531
|
}
|
|
2532
2532
|
},
|
|
2533
2533
|
{
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
"name": "*",
|
|
2536
2536
|
"declaration": {
|
|
2537
2537
|
"name": "*",
|
|
2538
|
-
"package": "./
|
|
2538
|
+
"package": "./actions-menu.template"
|
|
2539
2539
|
}
|
|
2540
2540
|
},
|
|
2541
2541
|
{
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
"name": "*",
|
|
2544
2544
|
"declaration": {
|
|
2545
2545
|
"name": "*",
|
|
2546
|
-
"package": "./
|
|
2546
|
+
"package": "./actions-menu"
|
|
2547
2547
|
}
|
|
2548
2548
|
}
|
|
2549
2549
|
]
|
|
@@ -5236,11 +5236,11 @@
|
|
|
5236
5236
|
},
|
|
5237
5237
|
{
|
|
5238
5238
|
"kind": "javascript-module",
|
|
5239
|
-
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
5239
|
+
"path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
|
|
5240
5240
|
"declarations": [
|
|
5241
5241
|
{
|
|
5242
5242
|
"kind": "function",
|
|
5243
|
-
"name": "
|
|
5243
|
+
"name": "foundationBreadcrumbItemStyles",
|
|
5244
5244
|
"return": {
|
|
5245
5245
|
"type": {
|
|
5246
5246
|
"text": "ElementStyles"
|
|
@@ -5265,24 +5265,24 @@
|
|
|
5265
5265
|
"exports": [
|
|
5266
5266
|
{
|
|
5267
5267
|
"kind": "js",
|
|
5268
|
-
"name": "
|
|
5268
|
+
"name": "foundationBreadcrumbItemStyles",
|
|
5269
5269
|
"declaration": {
|
|
5270
|
-
"name": "
|
|
5271
|
-
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
5270
|
+
"name": "foundationBreadcrumbItemStyles",
|
|
5271
|
+
"module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
|
|
5272
5272
|
}
|
|
5273
5273
|
}
|
|
5274
5274
|
]
|
|
5275
5275
|
},
|
|
5276
5276
|
{
|
|
5277
5277
|
"kind": "javascript-module",
|
|
5278
|
-
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
5278
|
+
"path": "src/breadcrumb-item/breadcrumb-item.template.ts",
|
|
5279
5279
|
"declarations": [
|
|
5280
5280
|
{
|
|
5281
5281
|
"kind": "function",
|
|
5282
|
-
"name": "
|
|
5282
|
+
"name": "foundationBreadcrumbItemTemplate",
|
|
5283
5283
|
"return": {
|
|
5284
5284
|
"type": {
|
|
5285
|
-
"text": "ViewTemplate<
|
|
5285
|
+
"text": "ViewTemplate<BreadcrumbItem>"
|
|
5286
5286
|
}
|
|
5287
5287
|
},
|
|
5288
5288
|
"parameters": [
|
|
@@ -5304,116 +5304,252 @@
|
|
|
5304
5304
|
"exports": [
|
|
5305
5305
|
{
|
|
5306
5306
|
"kind": "js",
|
|
5307
|
-
"name": "
|
|
5307
|
+
"name": "foundationBreadcrumbItemTemplate",
|
|
5308
5308
|
"declaration": {
|
|
5309
|
-
"name": "
|
|
5310
|
-
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
5309
|
+
"name": "foundationBreadcrumbItemTemplate",
|
|
5310
|
+
"module": "src/breadcrumb-item/breadcrumb-item.template.ts"
|
|
5311
5311
|
}
|
|
5312
5312
|
}
|
|
5313
5313
|
]
|
|
5314
5314
|
},
|
|
5315
5315
|
{
|
|
5316
5316
|
"kind": "javascript-module",
|
|
5317
|
-
"path": "src/breadcrumb/breadcrumb.ts",
|
|
5317
|
+
"path": "src/breadcrumb-item/breadcrumb-item.ts",
|
|
5318
5318
|
"declarations": [
|
|
5319
5319
|
{
|
|
5320
5320
|
"kind": "class",
|
|
5321
5321
|
"description": "",
|
|
5322
|
-
"name": "
|
|
5322
|
+
"name": "BreadcrumbItem",
|
|
5323
5323
|
"superclass": {
|
|
5324
|
-
"name": "
|
|
5324
|
+
"name": "FASTBreadcrumbItem",
|
|
5325
5325
|
"package": "@microsoft/fast-components"
|
|
5326
5326
|
},
|
|
5327
|
-
"tagName": "%%prefix%%-breadcrumb",
|
|
5327
|
+
"tagName": "%%prefix%%-breadcrumb-item",
|
|
5328
5328
|
"customElement": true,
|
|
5329
|
-
"
|
|
5329
|
+
"attributes": [
|
|
5330
5330
|
{
|
|
5331
|
-
"
|
|
5332
|
-
"
|
|
5333
|
-
|
|
5331
|
+
"name": "download",
|
|
5332
|
+
"type": {
|
|
5333
|
+
"text": "string"
|
|
5334
|
+
},
|
|
5335
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5336
|
+
"fieldName": "download",
|
|
5334
5337
|
"inheritedFrom": {
|
|
5335
|
-
"name": "
|
|
5336
|
-
"module": "src/
|
|
5338
|
+
"name": "Anchor",
|
|
5339
|
+
"module": "src/anchor/anchor.ts"
|
|
5337
5340
|
}
|
|
5338
5341
|
},
|
|
5339
5342
|
{
|
|
5340
|
-
"
|
|
5341
|
-
"
|
|
5342
|
-
|
|
5343
|
-
"return": {
|
|
5344
|
-
"type": {
|
|
5345
|
-
"text": "void"
|
|
5346
|
-
}
|
|
5343
|
+
"name": "href",
|
|
5344
|
+
"type": {
|
|
5345
|
+
"text": "string"
|
|
5347
5346
|
},
|
|
5348
|
-
"
|
|
5349
|
-
|
|
5350
|
-
"name": "item",
|
|
5351
|
-
"type": {
|
|
5352
|
-
"text": "HTMLElement"
|
|
5353
|
-
}
|
|
5354
|
-
},
|
|
5355
|
-
{
|
|
5356
|
-
"name": "isLastNode",
|
|
5357
|
-
"type": {
|
|
5358
|
-
"text": "boolean"
|
|
5359
|
-
}
|
|
5360
|
-
}
|
|
5361
|
-
],
|
|
5347
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5348
|
+
"fieldName": "href",
|
|
5362
5349
|
"inheritedFrom": {
|
|
5363
|
-
"name": "
|
|
5364
|
-
"module": "src/
|
|
5350
|
+
"name": "Anchor",
|
|
5351
|
+
"module": "src/anchor/anchor.ts"
|
|
5365
5352
|
}
|
|
5366
5353
|
},
|
|
5367
5354
|
{
|
|
5368
|
-
"
|
|
5369
|
-
"
|
|
5370
|
-
|
|
5371
|
-
"return": {
|
|
5372
|
-
"type": {
|
|
5373
|
-
"text": "HTMLElement | null"
|
|
5374
|
-
}
|
|
5355
|
+
"name": "hreflang",
|
|
5356
|
+
"type": {
|
|
5357
|
+
"text": "string"
|
|
5375
5358
|
},
|
|
5376
|
-
"
|
|
5377
|
-
|
|
5378
|
-
"name": "node",
|
|
5379
|
-
"type": {
|
|
5380
|
-
"text": "HTMLElement"
|
|
5381
|
-
}
|
|
5382
|
-
}
|
|
5383
|
-
],
|
|
5384
|
-
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
5359
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5360
|
+
"fieldName": "hreflang",
|
|
5385
5361
|
"inheritedFrom": {
|
|
5386
|
-
"name": "
|
|
5387
|
-
"module": "src/
|
|
5362
|
+
"name": "Anchor",
|
|
5363
|
+
"module": "src/anchor/anchor.ts"
|
|
5388
5364
|
}
|
|
5389
5365
|
},
|
|
5390
5366
|
{
|
|
5391
|
-
"
|
|
5392
|
-
"
|
|
5393
|
-
|
|
5394
|
-
"return": {
|
|
5395
|
-
"type": {
|
|
5396
|
-
"text": "void"
|
|
5397
|
-
}
|
|
5367
|
+
"name": "ping",
|
|
5368
|
+
"type": {
|
|
5369
|
+
"text": "string"
|
|
5398
5370
|
},
|
|
5399
|
-
"
|
|
5400
|
-
|
|
5401
|
-
"name": "item",
|
|
5402
|
-
"type": {
|
|
5403
|
-
"text": "HTMLElement"
|
|
5404
|
-
}
|
|
5405
|
-
},
|
|
5406
|
-
{
|
|
5407
|
-
"name": "isLastNode",
|
|
5408
|
-
"type": {
|
|
5409
|
-
"text": "boolean"
|
|
5410
|
-
}
|
|
5411
|
-
}
|
|
5412
|
-
],
|
|
5413
|
-
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5371
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5372
|
+
"fieldName": "ping",
|
|
5414
5373
|
"inheritedFrom": {
|
|
5415
|
-
"name": "
|
|
5416
|
-
"module": "src/
|
|
5374
|
+
"name": "Anchor",
|
|
5375
|
+
"module": "src/anchor/anchor.ts"
|
|
5376
|
+
}
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"name": "referrerpolicy",
|
|
5380
|
+
"type": {
|
|
5381
|
+
"text": "string"
|
|
5382
|
+
},
|
|
5383
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5384
|
+
"fieldName": "referrerpolicy",
|
|
5385
|
+
"inheritedFrom": {
|
|
5386
|
+
"name": "Anchor",
|
|
5387
|
+
"module": "src/anchor/anchor.ts"
|
|
5388
|
+
}
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
"name": "rel",
|
|
5392
|
+
"type": {
|
|
5393
|
+
"text": "string"
|
|
5394
|
+
},
|
|
5395
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5396
|
+
"fieldName": "rel",
|
|
5397
|
+
"inheritedFrom": {
|
|
5398
|
+
"name": "Anchor",
|
|
5399
|
+
"module": "src/anchor/anchor.ts"
|
|
5400
|
+
}
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
"name": "target",
|
|
5404
|
+
"type": {
|
|
5405
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5406
|
+
},
|
|
5407
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5408
|
+
"fieldName": "target",
|
|
5409
|
+
"inheritedFrom": {
|
|
5410
|
+
"name": "Anchor",
|
|
5411
|
+
"module": "src/anchor/anchor.ts"
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5414
|
+
{
|
|
5415
|
+
"name": "type",
|
|
5416
|
+
"type": {
|
|
5417
|
+
"text": "string"
|
|
5418
|
+
},
|
|
5419
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5420
|
+
"fieldName": "type",
|
|
5421
|
+
"inheritedFrom": {
|
|
5422
|
+
"name": "Anchor",
|
|
5423
|
+
"module": "src/anchor/anchor.ts"
|
|
5424
|
+
}
|
|
5425
|
+
}
|
|
5426
|
+
],
|
|
5427
|
+
"members": [
|
|
5428
|
+
{
|
|
5429
|
+
"kind": "field",
|
|
5430
|
+
"name": "download",
|
|
5431
|
+
"type": {
|
|
5432
|
+
"text": "string"
|
|
5433
|
+
},
|
|
5434
|
+
"privacy": "public",
|
|
5435
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5436
|
+
"inheritedFrom": {
|
|
5437
|
+
"name": "Anchor",
|
|
5438
|
+
"module": "src/anchor/anchor.ts"
|
|
5439
|
+
}
|
|
5440
|
+
},
|
|
5441
|
+
{
|
|
5442
|
+
"kind": "field",
|
|
5443
|
+
"name": "href",
|
|
5444
|
+
"type": {
|
|
5445
|
+
"text": "string"
|
|
5446
|
+
},
|
|
5447
|
+
"privacy": "public",
|
|
5448
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5449
|
+
"inheritedFrom": {
|
|
5450
|
+
"name": "Anchor",
|
|
5451
|
+
"module": "src/anchor/anchor.ts"
|
|
5452
|
+
}
|
|
5453
|
+
},
|
|
5454
|
+
{
|
|
5455
|
+
"kind": "field",
|
|
5456
|
+
"name": "hreflang",
|
|
5457
|
+
"type": {
|
|
5458
|
+
"text": "string"
|
|
5459
|
+
},
|
|
5460
|
+
"privacy": "public",
|
|
5461
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5462
|
+
"inheritedFrom": {
|
|
5463
|
+
"name": "Anchor",
|
|
5464
|
+
"module": "src/anchor/anchor.ts"
|
|
5465
|
+
}
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"kind": "field",
|
|
5469
|
+
"name": "ping",
|
|
5470
|
+
"type": {
|
|
5471
|
+
"text": "string"
|
|
5472
|
+
},
|
|
5473
|
+
"privacy": "public",
|
|
5474
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5475
|
+
"inheritedFrom": {
|
|
5476
|
+
"name": "Anchor",
|
|
5477
|
+
"module": "src/anchor/anchor.ts"
|
|
5478
|
+
}
|
|
5479
|
+
},
|
|
5480
|
+
{
|
|
5481
|
+
"kind": "field",
|
|
5482
|
+
"name": "referrerpolicy",
|
|
5483
|
+
"type": {
|
|
5484
|
+
"text": "string"
|
|
5485
|
+
},
|
|
5486
|
+
"privacy": "public",
|
|
5487
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5488
|
+
"inheritedFrom": {
|
|
5489
|
+
"name": "Anchor",
|
|
5490
|
+
"module": "src/anchor/anchor.ts"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"kind": "field",
|
|
5495
|
+
"name": "rel",
|
|
5496
|
+
"type": {
|
|
5497
|
+
"text": "string"
|
|
5498
|
+
},
|
|
5499
|
+
"privacy": "public",
|
|
5500
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5501
|
+
"inheritedFrom": {
|
|
5502
|
+
"name": "Anchor",
|
|
5503
|
+
"module": "src/anchor/anchor.ts"
|
|
5504
|
+
}
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"kind": "field",
|
|
5508
|
+
"name": "target",
|
|
5509
|
+
"type": {
|
|
5510
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5511
|
+
},
|
|
5512
|
+
"privacy": "public",
|
|
5513
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5514
|
+
"inheritedFrom": {
|
|
5515
|
+
"name": "Anchor",
|
|
5516
|
+
"module": "src/anchor/anchor.ts"
|
|
5517
|
+
}
|
|
5518
|
+
},
|
|
5519
|
+
{
|
|
5520
|
+
"kind": "field",
|
|
5521
|
+
"name": "type",
|
|
5522
|
+
"type": {
|
|
5523
|
+
"text": "string"
|
|
5524
|
+
},
|
|
5525
|
+
"privacy": "public",
|
|
5526
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5527
|
+
"inheritedFrom": {
|
|
5528
|
+
"name": "Anchor",
|
|
5529
|
+
"module": "src/anchor/anchor.ts"
|
|
5530
|
+
}
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
"kind": "field",
|
|
5534
|
+
"name": "control",
|
|
5535
|
+
"type": {
|
|
5536
|
+
"text": "HTMLAnchorElement | undefined"
|
|
5537
|
+
},
|
|
5538
|
+
"privacy": "public",
|
|
5539
|
+
"description": "References the root element",
|
|
5540
|
+
"inheritedFrom": {
|
|
5541
|
+
"name": "Anchor",
|
|
5542
|
+
"module": "src/anchor/anchor.ts"
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"kind": "field",
|
|
5547
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
5548
|
+
"privacy": "private",
|
|
5549
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
5550
|
+
"inheritedFrom": {
|
|
5551
|
+
"name": "Anchor",
|
|
5552
|
+
"module": "src/anchor/anchor.ts"
|
|
5417
5553
|
}
|
|
5418
5554
|
},
|
|
5419
5555
|
{
|
|
@@ -5531,7 +5667,7 @@
|
|
|
5531
5667
|
},
|
|
5532
5668
|
{
|
|
5533
5669
|
"kind": "variable",
|
|
5534
|
-
"name": "
|
|
5670
|
+
"name": "foundationBreadcrumbItemShadowOptions",
|
|
5535
5671
|
"type": {
|
|
5536
5672
|
"text": "ShadowRootInit"
|
|
5537
5673
|
},
|
|
@@ -5539,57 +5675,57 @@
|
|
|
5539
5675
|
},
|
|
5540
5676
|
{
|
|
5541
5677
|
"kind": "variable",
|
|
5542
|
-
"name": "
|
|
5678
|
+
"name": "defaultBreadcrumbItemConfig",
|
|
5543
5679
|
"type": {
|
|
5544
5680
|
"text": "object"
|
|
5545
5681
|
},
|
|
5546
|
-
"default": "{}"
|
|
5682
|
+
"default": "{\n separator: '/',\n}"
|
|
5547
5683
|
},
|
|
5548
5684
|
{
|
|
5549
5685
|
"kind": "variable",
|
|
5550
|
-
"name": "
|
|
5551
|
-
"description": "The Foundation Breadcrumb",
|
|
5686
|
+
"name": "foundationBreadcrumbItem",
|
|
5687
|
+
"description": "The Foundation Breadcrumb Item",
|
|
5552
5688
|
"privacy": "public"
|
|
5553
5689
|
}
|
|
5554
5690
|
],
|
|
5555
5691
|
"exports": [
|
|
5556
5692
|
{
|
|
5557
5693
|
"kind": "js",
|
|
5558
|
-
"name": "
|
|
5694
|
+
"name": "BreadcrumbItem",
|
|
5559
5695
|
"declaration": {
|
|
5560
|
-
"name": "
|
|
5561
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5696
|
+
"name": "BreadcrumbItem",
|
|
5697
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5562
5698
|
}
|
|
5563
5699
|
},
|
|
5564
5700
|
{
|
|
5565
5701
|
"kind": "js",
|
|
5566
|
-
"name": "
|
|
5702
|
+
"name": "foundationBreadcrumbItemShadowOptions",
|
|
5567
5703
|
"declaration": {
|
|
5568
|
-
"name": "
|
|
5569
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5704
|
+
"name": "foundationBreadcrumbItemShadowOptions",
|
|
5705
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5570
5706
|
}
|
|
5571
5707
|
},
|
|
5572
5708
|
{
|
|
5573
5709
|
"kind": "js",
|
|
5574
|
-
"name": "
|
|
5710
|
+
"name": "defaultBreadcrumbItemConfig",
|
|
5575
5711
|
"declaration": {
|
|
5576
|
-
"name": "
|
|
5577
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5712
|
+
"name": "defaultBreadcrumbItemConfig",
|
|
5713
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5578
5714
|
}
|
|
5579
5715
|
},
|
|
5580
5716
|
{
|
|
5581
5717
|
"kind": "js",
|
|
5582
|
-
"name": "
|
|
5718
|
+
"name": "foundationBreadcrumbItem",
|
|
5583
5719
|
"declaration": {
|
|
5584
|
-
"name": "
|
|
5585
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5720
|
+
"name": "foundationBreadcrumbItem",
|
|
5721
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5586
5722
|
}
|
|
5587
5723
|
}
|
|
5588
5724
|
]
|
|
5589
5725
|
},
|
|
5590
5726
|
{
|
|
5591
5727
|
"kind": "javascript-module",
|
|
5592
|
-
"path": "src/breadcrumb/index.ts",
|
|
5728
|
+
"path": "src/breadcrumb-item/index.ts",
|
|
5593
5729
|
"declarations": [],
|
|
5594
5730
|
"exports": [
|
|
5595
5731
|
{
|
|
@@ -5597,7 +5733,7 @@
|
|
|
5597
5733
|
"name": "*",
|
|
5598
5734
|
"declaration": {
|
|
5599
5735
|
"name": "*",
|
|
5600
|
-
"package": "./breadcrumb.template"
|
|
5736
|
+
"package": "./breadcrumb-item.template"
|
|
5601
5737
|
}
|
|
5602
5738
|
},
|
|
5603
5739
|
{
|
|
@@ -5605,7 +5741,7 @@
|
|
|
5605
5741
|
"name": "*",
|
|
5606
5742
|
"declaration": {
|
|
5607
5743
|
"name": "*",
|
|
5608
|
-
"package": "./breadcrumb.styles"
|
|
5744
|
+
"package": "./breadcrumb-item.styles"
|
|
5609
5745
|
}
|
|
5610
5746
|
},
|
|
5611
5747
|
{
|
|
@@ -5613,18 +5749,18 @@
|
|
|
5613
5749
|
"name": "*",
|
|
5614
5750
|
"declaration": {
|
|
5615
5751
|
"name": "*",
|
|
5616
|
-
"package": "./breadcrumb"
|
|
5752
|
+
"package": "./breadcrumb-item"
|
|
5617
5753
|
}
|
|
5618
5754
|
}
|
|
5619
5755
|
]
|
|
5620
5756
|
},
|
|
5621
5757
|
{
|
|
5622
5758
|
"kind": "javascript-module",
|
|
5623
|
-
"path": "src/breadcrumb
|
|
5759
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
5624
5760
|
"declarations": [
|
|
5625
5761
|
{
|
|
5626
5762
|
"kind": "function",
|
|
5627
|
-
"name": "
|
|
5763
|
+
"name": "foundationBreadcrumbStyles",
|
|
5628
5764
|
"return": {
|
|
5629
5765
|
"type": {
|
|
5630
5766
|
"text": "ElementStyles"
|
|
@@ -5649,291 +5785,155 @@
|
|
|
5649
5785
|
"exports": [
|
|
5650
5786
|
{
|
|
5651
5787
|
"kind": "js",
|
|
5652
|
-
"name": "
|
|
5653
|
-
"declaration": {
|
|
5654
|
-
"name": "foundationBreadcrumbItemStyles",
|
|
5655
|
-
"module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
|
|
5656
|
-
}
|
|
5657
|
-
}
|
|
5658
|
-
]
|
|
5659
|
-
},
|
|
5660
|
-
{
|
|
5661
|
-
"kind": "javascript-module",
|
|
5662
|
-
"path": "src/breadcrumb-item/breadcrumb-item.template.ts",
|
|
5663
|
-
"declarations": [
|
|
5664
|
-
{
|
|
5665
|
-
"kind": "function",
|
|
5666
|
-
"name": "foundationBreadcrumbItemTemplate",
|
|
5667
|
-
"return": {
|
|
5668
|
-
"type": {
|
|
5669
|
-
"text": "ViewTemplate<BreadcrumbItem>"
|
|
5670
|
-
}
|
|
5671
|
-
},
|
|
5672
|
-
"parameters": [
|
|
5673
|
-
{
|
|
5674
|
-
"name": "context",
|
|
5675
|
-
"type": {
|
|
5676
|
-
"text": "ElementDefinitionContext"
|
|
5677
|
-
}
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"name": "definition",
|
|
5681
|
-
"type": {
|
|
5682
|
-
"text": "FoundationElementDefinition"
|
|
5683
|
-
}
|
|
5684
|
-
}
|
|
5685
|
-
]
|
|
5686
|
-
}
|
|
5687
|
-
],
|
|
5688
|
-
"exports": [
|
|
5689
|
-
{
|
|
5690
|
-
"kind": "js",
|
|
5691
|
-
"name": "foundationBreadcrumbItemTemplate",
|
|
5788
|
+
"name": "foundationBreadcrumbStyles",
|
|
5692
5789
|
"declaration": {
|
|
5693
|
-
"name": "
|
|
5694
|
-
"module": "src/breadcrumb
|
|
5790
|
+
"name": "foundationBreadcrumbStyles",
|
|
5791
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
5695
5792
|
}
|
|
5696
5793
|
}
|
|
5697
5794
|
]
|
|
5698
5795
|
},
|
|
5699
5796
|
{
|
|
5700
5797
|
"kind": "javascript-module",
|
|
5701
|
-
"path": "src/breadcrumb
|
|
5798
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
5702
5799
|
"declarations": [
|
|
5703
|
-
{
|
|
5704
|
-
"kind": "
|
|
5705
|
-
"
|
|
5706
|
-
"
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
},
|
|
5711
|
-
"
|
|
5712
|
-
"customElement": true,
|
|
5713
|
-
"attributes": [
|
|
5714
|
-
{
|
|
5715
|
-
"name": "download",
|
|
5716
|
-
"type": {
|
|
5717
|
-
"text": "string"
|
|
5718
|
-
},
|
|
5719
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5720
|
-
"fieldName": "download",
|
|
5721
|
-
"inheritedFrom": {
|
|
5722
|
-
"name": "Anchor",
|
|
5723
|
-
"module": "src/anchor/anchor.ts"
|
|
5724
|
-
}
|
|
5725
|
-
},
|
|
5726
|
-
{
|
|
5727
|
-
"name": "href",
|
|
5728
|
-
"type": {
|
|
5729
|
-
"text": "string"
|
|
5730
|
-
},
|
|
5731
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5732
|
-
"fieldName": "href",
|
|
5733
|
-
"inheritedFrom": {
|
|
5734
|
-
"name": "Anchor",
|
|
5735
|
-
"module": "src/anchor/anchor.ts"
|
|
5736
|
-
}
|
|
5737
|
-
},
|
|
5738
|
-
{
|
|
5739
|
-
"name": "hreflang",
|
|
5740
|
-
"type": {
|
|
5741
|
-
"text": "string"
|
|
5742
|
-
},
|
|
5743
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5744
|
-
"fieldName": "hreflang",
|
|
5745
|
-
"inheritedFrom": {
|
|
5746
|
-
"name": "Anchor",
|
|
5747
|
-
"module": "src/anchor/anchor.ts"
|
|
5748
|
-
}
|
|
5749
|
-
},
|
|
5750
|
-
{
|
|
5751
|
-
"name": "ping",
|
|
5752
|
-
"type": {
|
|
5753
|
-
"text": "string"
|
|
5754
|
-
},
|
|
5755
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5756
|
-
"fieldName": "ping",
|
|
5757
|
-
"inheritedFrom": {
|
|
5758
|
-
"name": "Anchor",
|
|
5759
|
-
"module": "src/anchor/anchor.ts"
|
|
5760
|
-
}
|
|
5761
|
-
},
|
|
5762
|
-
{
|
|
5763
|
-
"name": "referrerpolicy",
|
|
5764
|
-
"type": {
|
|
5765
|
-
"text": "string"
|
|
5766
|
-
},
|
|
5767
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5768
|
-
"fieldName": "referrerpolicy",
|
|
5769
|
-
"inheritedFrom": {
|
|
5770
|
-
"name": "Anchor",
|
|
5771
|
-
"module": "src/anchor/anchor.ts"
|
|
5772
|
-
}
|
|
5773
|
-
},
|
|
5774
|
-
{
|
|
5775
|
-
"name": "rel",
|
|
5776
|
-
"type": {
|
|
5777
|
-
"text": "string"
|
|
5778
|
-
},
|
|
5779
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5780
|
-
"fieldName": "rel",
|
|
5781
|
-
"inheritedFrom": {
|
|
5782
|
-
"name": "Anchor",
|
|
5783
|
-
"module": "src/anchor/anchor.ts"
|
|
5784
|
-
}
|
|
5785
|
-
},
|
|
5786
|
-
{
|
|
5787
|
-
"name": "target",
|
|
5788
|
-
"type": {
|
|
5789
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5790
|
-
},
|
|
5791
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5792
|
-
"fieldName": "target",
|
|
5793
|
-
"inheritedFrom": {
|
|
5794
|
-
"name": "Anchor",
|
|
5795
|
-
"module": "src/anchor/anchor.ts"
|
|
5796
|
-
}
|
|
5797
|
-
},
|
|
5798
|
-
{
|
|
5799
|
-
"name": "type",
|
|
5800
|
-
"type": {
|
|
5801
|
-
"text": "string"
|
|
5802
|
-
},
|
|
5803
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5804
|
-
"fieldName": "type",
|
|
5805
|
-
"inheritedFrom": {
|
|
5806
|
-
"name": "Anchor",
|
|
5807
|
-
"module": "src/anchor/anchor.ts"
|
|
5808
|
-
}
|
|
5809
|
-
}
|
|
5810
|
-
],
|
|
5811
|
-
"members": [
|
|
5812
|
-
{
|
|
5813
|
-
"kind": "field",
|
|
5814
|
-
"name": "download",
|
|
5815
|
-
"type": {
|
|
5816
|
-
"text": "string"
|
|
5817
|
-
},
|
|
5818
|
-
"privacy": "public",
|
|
5819
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5820
|
-
"inheritedFrom": {
|
|
5821
|
-
"name": "Anchor",
|
|
5822
|
-
"module": "src/anchor/anchor.ts"
|
|
5823
|
-
}
|
|
5824
|
-
},
|
|
5825
|
-
{
|
|
5826
|
-
"kind": "field",
|
|
5827
|
-
"name": "href",
|
|
5828
|
-
"type": {
|
|
5829
|
-
"text": "string"
|
|
5830
|
-
},
|
|
5831
|
-
"privacy": "public",
|
|
5832
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5833
|
-
"inheritedFrom": {
|
|
5834
|
-
"name": "Anchor",
|
|
5835
|
-
"module": "src/anchor/anchor.ts"
|
|
5836
|
-
}
|
|
5837
|
-
},
|
|
5838
|
-
{
|
|
5839
|
-
"kind": "field",
|
|
5840
|
-
"name": "hreflang",
|
|
5841
|
-
"type": {
|
|
5842
|
-
"text": "string"
|
|
5843
|
-
},
|
|
5844
|
-
"privacy": "public",
|
|
5845
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5846
|
-
"inheritedFrom": {
|
|
5847
|
-
"name": "Anchor",
|
|
5848
|
-
"module": "src/anchor/anchor.ts"
|
|
5849
|
-
}
|
|
5850
|
-
},
|
|
5851
|
-
{
|
|
5852
|
-
"kind": "field",
|
|
5853
|
-
"name": "ping",
|
|
5854
|
-
"type": {
|
|
5855
|
-
"text": "string"
|
|
5856
|
-
},
|
|
5857
|
-
"privacy": "public",
|
|
5858
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5859
|
-
"inheritedFrom": {
|
|
5860
|
-
"name": "Anchor",
|
|
5861
|
-
"module": "src/anchor/anchor.ts"
|
|
5862
|
-
}
|
|
5863
|
-
},
|
|
5800
|
+
{
|
|
5801
|
+
"kind": "function",
|
|
5802
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5803
|
+
"return": {
|
|
5804
|
+
"type": {
|
|
5805
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
5806
|
+
}
|
|
5807
|
+
},
|
|
5808
|
+
"parameters": [
|
|
5864
5809
|
{
|
|
5865
|
-
"
|
|
5866
|
-
"name": "referrerpolicy",
|
|
5810
|
+
"name": "context",
|
|
5867
5811
|
"type": {
|
|
5868
|
-
"text": "
|
|
5869
|
-
},
|
|
5870
|
-
"privacy": "public",
|
|
5871
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5872
|
-
"inheritedFrom": {
|
|
5873
|
-
"name": "Anchor",
|
|
5874
|
-
"module": "src/anchor/anchor.ts"
|
|
5812
|
+
"text": "ElementDefinitionContext"
|
|
5875
5813
|
}
|
|
5876
5814
|
},
|
|
5877
5815
|
{
|
|
5878
|
-
"
|
|
5879
|
-
"name": "rel",
|
|
5816
|
+
"name": "definition",
|
|
5880
5817
|
"type": {
|
|
5881
|
-
"text": "
|
|
5882
|
-
},
|
|
5883
|
-
"privacy": "public",
|
|
5884
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5885
|
-
"inheritedFrom": {
|
|
5886
|
-
"name": "Anchor",
|
|
5887
|
-
"module": "src/anchor/anchor.ts"
|
|
5818
|
+
"text": "FoundationElementDefinition"
|
|
5888
5819
|
}
|
|
5889
|
-
}
|
|
5820
|
+
}
|
|
5821
|
+
]
|
|
5822
|
+
}
|
|
5823
|
+
],
|
|
5824
|
+
"exports": [
|
|
5825
|
+
{
|
|
5826
|
+
"kind": "js",
|
|
5827
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5828
|
+
"declaration": {
|
|
5829
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5830
|
+
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
5831
|
+
}
|
|
5832
|
+
}
|
|
5833
|
+
]
|
|
5834
|
+
},
|
|
5835
|
+
{
|
|
5836
|
+
"kind": "javascript-module",
|
|
5837
|
+
"path": "src/breadcrumb/breadcrumb.ts",
|
|
5838
|
+
"declarations": [
|
|
5839
|
+
{
|
|
5840
|
+
"kind": "class",
|
|
5841
|
+
"description": "",
|
|
5842
|
+
"name": "Breadcrumb",
|
|
5843
|
+
"superclass": {
|
|
5844
|
+
"name": "FASTBreadcrumb",
|
|
5845
|
+
"package": "@microsoft/fast-components"
|
|
5846
|
+
},
|
|
5847
|
+
"tagName": "%%prefix%%-breadcrumb",
|
|
5848
|
+
"customElement": true,
|
|
5849
|
+
"members": [
|
|
5890
5850
|
{
|
|
5891
|
-
"kind": "
|
|
5892
|
-
"name": "
|
|
5893
|
-
"type": {
|
|
5894
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5895
|
-
},
|
|
5851
|
+
"kind": "method",
|
|
5852
|
+
"name": "slottedBreadcrumbItemsChanged",
|
|
5896
5853
|
"privacy": "public",
|
|
5897
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5898
5854
|
"inheritedFrom": {
|
|
5899
|
-
"name": "
|
|
5900
|
-
"module": "src/
|
|
5855
|
+
"name": "Breadcrumb",
|
|
5856
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5901
5857
|
}
|
|
5902
5858
|
},
|
|
5903
5859
|
{
|
|
5904
|
-
"kind": "
|
|
5905
|
-
"name": "
|
|
5906
|
-
"
|
|
5907
|
-
|
|
5860
|
+
"kind": "method",
|
|
5861
|
+
"name": "setItemSeparator",
|
|
5862
|
+
"privacy": "private",
|
|
5863
|
+
"return": {
|
|
5864
|
+
"type": {
|
|
5865
|
+
"text": "void"
|
|
5866
|
+
}
|
|
5908
5867
|
},
|
|
5909
|
-
"
|
|
5910
|
-
|
|
5868
|
+
"parameters": [
|
|
5869
|
+
{
|
|
5870
|
+
"name": "item",
|
|
5871
|
+
"type": {
|
|
5872
|
+
"text": "HTMLElement"
|
|
5873
|
+
}
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"name": "isLastNode",
|
|
5877
|
+
"type": {
|
|
5878
|
+
"text": "boolean"
|
|
5879
|
+
}
|
|
5880
|
+
}
|
|
5881
|
+
],
|
|
5911
5882
|
"inheritedFrom": {
|
|
5912
|
-
"name": "
|
|
5913
|
-
"module": "src/
|
|
5883
|
+
"name": "Breadcrumb",
|
|
5884
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5914
5885
|
}
|
|
5915
5886
|
},
|
|
5916
5887
|
{
|
|
5917
|
-
"kind": "
|
|
5918
|
-
"name": "
|
|
5919
|
-
"
|
|
5920
|
-
|
|
5888
|
+
"kind": "method",
|
|
5889
|
+
"name": "findChildWithHref",
|
|
5890
|
+
"privacy": "private",
|
|
5891
|
+
"return": {
|
|
5892
|
+
"type": {
|
|
5893
|
+
"text": "HTMLElement | null"
|
|
5894
|
+
}
|
|
5921
5895
|
},
|
|
5922
|
-
"
|
|
5923
|
-
|
|
5896
|
+
"parameters": [
|
|
5897
|
+
{
|
|
5898
|
+
"name": "node",
|
|
5899
|
+
"type": {
|
|
5900
|
+
"text": "HTMLElement"
|
|
5901
|
+
}
|
|
5902
|
+
}
|
|
5903
|
+
],
|
|
5904
|
+
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
5924
5905
|
"inheritedFrom": {
|
|
5925
|
-
"name": "
|
|
5926
|
-
"module": "src/
|
|
5906
|
+
"name": "Breadcrumb",
|
|
5907
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5927
5908
|
}
|
|
5928
5909
|
},
|
|
5929
5910
|
{
|
|
5930
|
-
"kind": "
|
|
5931
|
-
"name": "
|
|
5911
|
+
"kind": "method",
|
|
5912
|
+
"name": "setAriaCurrent",
|
|
5932
5913
|
"privacy": "private",
|
|
5933
|
-
"
|
|
5914
|
+
"return": {
|
|
5915
|
+
"type": {
|
|
5916
|
+
"text": "void"
|
|
5917
|
+
}
|
|
5918
|
+
},
|
|
5919
|
+
"parameters": [
|
|
5920
|
+
{
|
|
5921
|
+
"name": "item",
|
|
5922
|
+
"type": {
|
|
5923
|
+
"text": "HTMLElement"
|
|
5924
|
+
}
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"name": "isLastNode",
|
|
5928
|
+
"type": {
|
|
5929
|
+
"text": "boolean"
|
|
5930
|
+
}
|
|
5931
|
+
}
|
|
5932
|
+
],
|
|
5933
|
+
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5934
5934
|
"inheritedFrom": {
|
|
5935
|
-
"name": "
|
|
5936
|
-
"module": "src/
|
|
5935
|
+
"name": "Breadcrumb",
|
|
5936
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5937
5937
|
}
|
|
5938
5938
|
},
|
|
5939
5939
|
{
|
|
@@ -6051,7 +6051,7 @@
|
|
|
6051
6051
|
},
|
|
6052
6052
|
{
|
|
6053
6053
|
"kind": "variable",
|
|
6054
|
-
"name": "
|
|
6054
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
6055
6055
|
"type": {
|
|
6056
6056
|
"text": "ShadowRootInit"
|
|
6057
6057
|
},
|
|
@@ -6059,57 +6059,57 @@
|
|
|
6059
6059
|
},
|
|
6060
6060
|
{
|
|
6061
6061
|
"kind": "variable",
|
|
6062
|
-
"name": "
|
|
6062
|
+
"name": "defaultBreadcrumbConfig",
|
|
6063
6063
|
"type": {
|
|
6064
6064
|
"text": "object"
|
|
6065
6065
|
},
|
|
6066
|
-
"default": "{
|
|
6066
|
+
"default": "{}"
|
|
6067
6067
|
},
|
|
6068
6068
|
{
|
|
6069
6069
|
"kind": "variable",
|
|
6070
|
-
"name": "
|
|
6071
|
-
"description": "The Foundation Breadcrumb
|
|
6070
|
+
"name": "foundationBreadcrumb",
|
|
6071
|
+
"description": "The Foundation Breadcrumb",
|
|
6072
6072
|
"privacy": "public"
|
|
6073
6073
|
}
|
|
6074
6074
|
],
|
|
6075
6075
|
"exports": [
|
|
6076
6076
|
{
|
|
6077
6077
|
"kind": "js",
|
|
6078
|
-
"name": "
|
|
6078
|
+
"name": "Breadcrumb",
|
|
6079
6079
|
"declaration": {
|
|
6080
|
-
"name": "
|
|
6081
|
-
"module": "src/breadcrumb
|
|
6080
|
+
"name": "Breadcrumb",
|
|
6081
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6082
6082
|
}
|
|
6083
6083
|
},
|
|
6084
6084
|
{
|
|
6085
6085
|
"kind": "js",
|
|
6086
|
-
"name": "
|
|
6086
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
6087
6087
|
"declaration": {
|
|
6088
|
-
"name": "
|
|
6089
|
-
"module": "src/breadcrumb
|
|
6088
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
6089
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6090
6090
|
}
|
|
6091
6091
|
},
|
|
6092
6092
|
{
|
|
6093
6093
|
"kind": "js",
|
|
6094
|
-
"name": "
|
|
6094
|
+
"name": "defaultBreadcrumbConfig",
|
|
6095
6095
|
"declaration": {
|
|
6096
|
-
"name": "
|
|
6097
|
-
"module": "src/breadcrumb
|
|
6096
|
+
"name": "defaultBreadcrumbConfig",
|
|
6097
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6098
6098
|
}
|
|
6099
6099
|
},
|
|
6100
6100
|
{
|
|
6101
6101
|
"kind": "js",
|
|
6102
|
-
"name": "
|
|
6102
|
+
"name": "foundationBreadcrumb",
|
|
6103
6103
|
"declaration": {
|
|
6104
|
-
"name": "
|
|
6105
|
-
"module": "src/breadcrumb
|
|
6104
|
+
"name": "foundationBreadcrumb",
|
|
6105
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6106
6106
|
}
|
|
6107
6107
|
}
|
|
6108
6108
|
]
|
|
6109
6109
|
},
|
|
6110
6110
|
{
|
|
6111
6111
|
"kind": "javascript-module",
|
|
6112
|
-
"path": "src/breadcrumb
|
|
6112
|
+
"path": "src/breadcrumb/index.ts",
|
|
6113
6113
|
"declarations": [],
|
|
6114
6114
|
"exports": [
|
|
6115
6115
|
{
|
|
@@ -6117,7 +6117,7 @@
|
|
|
6117
6117
|
"name": "*",
|
|
6118
6118
|
"declaration": {
|
|
6119
6119
|
"name": "*",
|
|
6120
|
-
"package": "./breadcrumb
|
|
6120
|
+
"package": "./breadcrumb.template"
|
|
6121
6121
|
}
|
|
6122
6122
|
},
|
|
6123
6123
|
{
|
|
@@ -6125,7 +6125,7 @@
|
|
|
6125
6125
|
"name": "*",
|
|
6126
6126
|
"declaration": {
|
|
6127
6127
|
"name": "*",
|
|
6128
|
-
"package": "./breadcrumb
|
|
6128
|
+
"package": "./breadcrumb.styles"
|
|
6129
6129
|
}
|
|
6130
6130
|
},
|
|
6131
6131
|
{
|
|
@@ -6133,7 +6133,7 @@
|
|
|
6133
6133
|
"name": "*",
|
|
6134
6134
|
"declaration": {
|
|
6135
6135
|
"name": "*",
|
|
6136
|
-
"package": "./breadcrumb
|
|
6136
|
+
"package": "./breadcrumb"
|
|
6137
6137
|
}
|
|
6138
6138
|
}
|
|
6139
6139
|
]
|
|
@@ -9315,7 +9315,7 @@
|
|
|
9315
9315
|
"name": "*",
|
|
9316
9316
|
"declaration": {
|
|
9317
9317
|
"name": "*",
|
|
9318
|
-
"package": "./combobox.
|
|
9318
|
+
"package": "./combobox.styles"
|
|
9319
9319
|
}
|
|
9320
9320
|
},
|
|
9321
9321
|
{
|
|
@@ -9323,7 +9323,7 @@
|
|
|
9323
9323
|
"name": "*",
|
|
9324
9324
|
"declaration": {
|
|
9325
9325
|
"name": "*",
|
|
9326
|
-
"package": "./combobox.
|
|
9326
|
+
"package": "./combobox.template"
|
|
9327
9327
|
}
|
|
9328
9328
|
},
|
|
9329
9329
|
{
|
|
@@ -18275,193 +18275,149 @@
|
|
|
18275
18275
|
},
|
|
18276
18276
|
{
|
|
18277
18277
|
"kind": "javascript-module",
|
|
18278
|
-
"path": "src/
|
|
18278
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
18279
18279
|
"declarations": [
|
|
18280
18280
|
{
|
|
18281
|
-
"kind": "
|
|
18282
|
-
"name": "
|
|
18283
|
-
"
|
|
18284
|
-
"
|
|
18285
|
-
"text": "ElementStyles"
|
|
18286
|
-
}
|
|
18281
|
+
"kind": "variable",
|
|
18282
|
+
"name": "flyoutAnimationTime",
|
|
18283
|
+
"type": {
|
|
18284
|
+
"text": "number"
|
|
18287
18285
|
},
|
|
18288
|
-
"
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18295
|
-
|
|
18296
|
-
|
|
18297
|
-
"type": {
|
|
18298
|
-
"text": "FlipperOptions"
|
|
18299
|
-
}
|
|
18300
|
-
}
|
|
18301
|
-
]
|
|
18286
|
+
"default": "225"
|
|
18287
|
+
},
|
|
18288
|
+
{
|
|
18289
|
+
"kind": "variable",
|
|
18290
|
+
"name": "foundationFlyoutStyles",
|
|
18291
|
+
"type": {
|
|
18292
|
+
"text": "ElementStyles"
|
|
18293
|
+
},
|
|
18294
|
+
"default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
|
|
18302
18295
|
}
|
|
18303
18296
|
],
|
|
18304
18297
|
"exports": [
|
|
18305
18298
|
{
|
|
18306
18299
|
"kind": "js",
|
|
18307
|
-
"name": "
|
|
18300
|
+
"name": "flyoutAnimationTime",
|
|
18308
18301
|
"declaration": {
|
|
18309
|
-
"name": "
|
|
18310
|
-
"module": "src/
|
|
18302
|
+
"name": "flyoutAnimationTime",
|
|
18303
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
18304
|
+
}
|
|
18305
|
+
},
|
|
18306
|
+
{
|
|
18307
|
+
"kind": "js",
|
|
18308
|
+
"name": "foundationFlyoutStyles",
|
|
18309
|
+
"declaration": {
|
|
18310
|
+
"name": "foundationFlyoutStyles",
|
|
18311
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
18311
18312
|
}
|
|
18312
18313
|
}
|
|
18313
18314
|
]
|
|
18314
18315
|
},
|
|
18315
18316
|
{
|
|
18316
18317
|
"kind": "javascript-module",
|
|
18317
|
-
"path": "src/
|
|
18318
|
+
"path": "src/flyout/flyout.template.ts",
|
|
18318
18319
|
"declarations": [
|
|
18319
18320
|
{
|
|
18320
18321
|
"kind": "function",
|
|
18321
|
-
"name": "
|
|
18322
|
-
"return": {
|
|
18323
|
-
"type": {
|
|
18324
|
-
"text": "ViewTemplate<Flipper>"
|
|
18325
|
-
}
|
|
18326
|
-
},
|
|
18322
|
+
"name": "getPrefixedFlyout",
|
|
18327
18323
|
"parameters": [
|
|
18328
18324
|
{
|
|
18329
|
-
"name": "
|
|
18330
|
-
"type": {
|
|
18331
|
-
"text": "ElementDefinitionContext"
|
|
18332
|
-
}
|
|
18333
|
-
},
|
|
18334
|
-
{
|
|
18335
|
-
"name": "definition",
|
|
18325
|
+
"name": "prefix",
|
|
18336
18326
|
"type": {
|
|
18337
|
-
"text": "
|
|
18327
|
+
"text": "string"
|
|
18338
18328
|
}
|
|
18339
18329
|
}
|
|
18340
18330
|
]
|
|
18331
|
+
},
|
|
18332
|
+
{
|
|
18333
|
+
"kind": "variable",
|
|
18334
|
+
"name": "foundationFlyoutTemplate",
|
|
18335
|
+
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
18341
18336
|
}
|
|
18342
18337
|
],
|
|
18343
18338
|
"exports": [
|
|
18344
18339
|
{
|
|
18345
18340
|
"kind": "js",
|
|
18346
|
-
"name": "
|
|
18341
|
+
"name": "getPrefixedFlyout",
|
|
18347
18342
|
"declaration": {
|
|
18348
|
-
"name": "
|
|
18349
|
-
"module": "src/
|
|
18343
|
+
"name": "getPrefixedFlyout",
|
|
18344
|
+
"module": "src/flyout/flyout.template.ts"
|
|
18345
|
+
}
|
|
18346
|
+
},
|
|
18347
|
+
{
|
|
18348
|
+
"kind": "js",
|
|
18349
|
+
"name": "foundationFlyoutTemplate",
|
|
18350
|
+
"declaration": {
|
|
18351
|
+
"name": "foundationFlyoutTemplate",
|
|
18352
|
+
"module": "src/flyout/flyout.template.ts"
|
|
18350
18353
|
}
|
|
18351
18354
|
}
|
|
18352
18355
|
]
|
|
18353
18356
|
},
|
|
18354
18357
|
{
|
|
18355
18358
|
"kind": "javascript-module",
|
|
18356
|
-
"path": "src/
|
|
18359
|
+
"path": "src/flyout/flyout.ts",
|
|
18357
18360
|
"declarations": [
|
|
18358
18361
|
{
|
|
18359
18362
|
"kind": "class",
|
|
18360
18363
|
"description": "",
|
|
18361
|
-
"name": "
|
|
18362
|
-
"
|
|
18363
|
-
"name": "FASTFlipper",
|
|
18364
|
-
"package": "@microsoft/fast-components"
|
|
18365
|
-
},
|
|
18366
|
-
"tagName": "%%prefix%%-flipper",
|
|
18367
|
-
"customElement": true,
|
|
18368
|
-
"attributes": [
|
|
18364
|
+
"name": "Flyout",
|
|
18365
|
+
"members": [
|
|
18369
18366
|
{
|
|
18367
|
+
"kind": "field",
|
|
18368
|
+
"name": "exit",
|
|
18370
18369
|
"type": {
|
|
18371
|
-
"text": "
|
|
18370
|
+
"text": "HTMLDivElement"
|
|
18372
18371
|
},
|
|
18373
|
-
"
|
|
18374
|
-
"fieldName": "disabled",
|
|
18375
|
-
"inheritedFrom": {
|
|
18376
|
-
"name": "Flipper",
|
|
18377
|
-
"module": "src/flipper/flipper.ts"
|
|
18378
|
-
}
|
|
18372
|
+
"privacy": "public"
|
|
18379
18373
|
},
|
|
18380
18374
|
{
|
|
18381
|
-
"
|
|
18375
|
+
"kind": "field",
|
|
18376
|
+
"name": "position",
|
|
18382
18377
|
"type": {
|
|
18383
|
-
"text": "
|
|
18378
|
+
"text": "string"
|
|
18384
18379
|
},
|
|
18385
|
-
"default": "
|
|
18386
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18387
|
-
"fieldName": "hiddenFromAT",
|
|
18388
|
-
"inheritedFrom": {
|
|
18389
|
-
"name": "Flipper",
|
|
18390
|
-
"module": "src/flipper/flipper.ts"
|
|
18391
|
-
}
|
|
18380
|
+
"default": "'right'"
|
|
18392
18381
|
},
|
|
18393
|
-
{
|
|
18394
|
-
"name": "direction",
|
|
18395
|
-
"type": {
|
|
18396
|
-
"text": "FlipperDirection"
|
|
18397
|
-
},
|
|
18398
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18399
|
-
"fieldName": "direction",
|
|
18400
|
-
"inheritedFrom": {
|
|
18401
|
-
"name": "Flipper",
|
|
18402
|
-
"module": "src/flipper/flipper.ts"
|
|
18403
|
-
}
|
|
18404
|
-
}
|
|
18405
|
-
],
|
|
18406
|
-
"members": [
|
|
18407
18382
|
{
|
|
18408
18383
|
"kind": "field",
|
|
18409
|
-
"name": "
|
|
18384
|
+
"name": "displayHeader",
|
|
18410
18385
|
"type": {
|
|
18411
18386
|
"text": "boolean"
|
|
18412
18387
|
},
|
|
18413
|
-
"
|
|
18414
|
-
"description": "The disabled state of the flipper.",
|
|
18415
|
-
"inheritedFrom": {
|
|
18416
|
-
"name": "Flipper",
|
|
18417
|
-
"module": "src/flipper/flipper.ts"
|
|
18418
|
-
}
|
|
18388
|
+
"default": "true"
|
|
18419
18389
|
},
|
|
18420
18390
|
{
|
|
18421
18391
|
"kind": "field",
|
|
18422
|
-
"name": "
|
|
18392
|
+
"name": "closed",
|
|
18423
18393
|
"type": {
|
|
18424
18394
|
"text": "boolean"
|
|
18425
18395
|
},
|
|
18426
|
-
"
|
|
18427
|
-
|
|
18428
|
-
|
|
18429
|
-
"
|
|
18430
|
-
|
|
18431
|
-
"module": "src/flipper/flipper.ts"
|
|
18432
|
-
}
|
|
18396
|
+
"default": "true"
|
|
18397
|
+
},
|
|
18398
|
+
{
|
|
18399
|
+
"kind": "method",
|
|
18400
|
+
"name": "closedChanged"
|
|
18433
18401
|
},
|
|
18434
18402
|
{
|
|
18435
18403
|
"kind": "field",
|
|
18436
|
-
"name": "
|
|
18404
|
+
"name": "visuallyhidden",
|
|
18437
18405
|
"type": {
|
|
18438
|
-
"text": "
|
|
18406
|
+
"text": "boolean"
|
|
18439
18407
|
},
|
|
18440
|
-
"
|
|
18441
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18442
|
-
"inheritedFrom": {
|
|
18443
|
-
"name": "Flipper",
|
|
18444
|
-
"module": "src/flipper/flipper.ts"
|
|
18445
|
-
}
|
|
18408
|
+
"default": "true"
|
|
18446
18409
|
},
|
|
18447
18410
|
{
|
|
18448
18411
|
"kind": "method",
|
|
18449
|
-
"name": "
|
|
18450
|
-
|
|
18451
|
-
|
|
18452
|
-
|
|
18453
|
-
|
|
18454
|
-
|
|
18455
|
-
|
|
18456
|
-
|
|
18457
|
-
|
|
18458
|
-
}
|
|
18459
|
-
],
|
|
18460
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18461
|
-
"inheritedFrom": {
|
|
18462
|
-
"name": "Flipper",
|
|
18463
|
-
"module": "src/flipper/flipper.ts"
|
|
18464
|
-
}
|
|
18412
|
+
"name": "closeFlyout"
|
|
18413
|
+
},
|
|
18414
|
+
{
|
|
18415
|
+
"kind": "method",
|
|
18416
|
+
"name": "closingFinished"
|
|
18417
|
+
},
|
|
18418
|
+
{
|
|
18419
|
+
"kind": "method",
|
|
18420
|
+
"name": "focusExit"
|
|
18465
18421
|
},
|
|
18466
18422
|
{
|
|
18467
18423
|
"kind": "field",
|
|
@@ -18575,20 +18531,47 @@
|
|
|
18575
18531
|
}
|
|
18576
18532
|
}
|
|
18577
18533
|
],
|
|
18578
|
-
"
|
|
18534
|
+
"attributes": [
|
|
18579
18535
|
{
|
|
18580
|
-
"
|
|
18581
|
-
"
|
|
18582
|
-
|
|
18583
|
-
|
|
18584
|
-
|
|
18585
|
-
|
|
18536
|
+
"name": "position",
|
|
18537
|
+
"type": {
|
|
18538
|
+
"text": "string"
|
|
18539
|
+
},
|
|
18540
|
+
"default": "'right'",
|
|
18541
|
+
"fieldName": "position"
|
|
18542
|
+
},
|
|
18543
|
+
{
|
|
18544
|
+
"type": {
|
|
18545
|
+
"text": "boolean"
|
|
18546
|
+
},
|
|
18547
|
+
"default": "true",
|
|
18548
|
+
"fieldName": "displayHeader"
|
|
18549
|
+
},
|
|
18550
|
+
{
|
|
18551
|
+
"type": {
|
|
18552
|
+
"text": "boolean"
|
|
18553
|
+
},
|
|
18554
|
+
"default": "true",
|
|
18555
|
+
"fieldName": "closed"
|
|
18556
|
+
},
|
|
18557
|
+
{
|
|
18558
|
+
"type": {
|
|
18559
|
+
"text": "boolean"
|
|
18560
|
+
},
|
|
18561
|
+
"default": "true",
|
|
18562
|
+
"fieldName": "visuallyhidden"
|
|
18586
18563
|
}
|
|
18587
|
-
]
|
|
18564
|
+
],
|
|
18565
|
+
"superclass": {
|
|
18566
|
+
"name": "FoundationElement",
|
|
18567
|
+
"package": "@microsoft/fast-foundation"
|
|
18568
|
+
},
|
|
18569
|
+
"tagName": "%%prefix%%-flyout",
|
|
18570
|
+
"customElement": true
|
|
18588
18571
|
},
|
|
18589
18572
|
{
|
|
18590
18573
|
"kind": "variable",
|
|
18591
|
-
"name": "
|
|
18574
|
+
"name": "foundationFlyoutShadowOptions",
|
|
18592
18575
|
"type": {
|
|
18593
18576
|
"text": "ShadowRootInit"
|
|
18594
18577
|
},
|
|
@@ -18596,57 +18579,57 @@
|
|
|
18596
18579
|
},
|
|
18597
18580
|
{
|
|
18598
18581
|
"kind": "variable",
|
|
18599
|
-
"name": "
|
|
18582
|
+
"name": "defaultFlyoutConfig",
|
|
18600
18583
|
"type": {
|
|
18601
18584
|
"text": "object"
|
|
18602
18585
|
},
|
|
18603
|
-
"default": "{
|
|
18586
|
+
"default": "{}"
|
|
18604
18587
|
},
|
|
18605
18588
|
{
|
|
18606
18589
|
"kind": "variable",
|
|
18607
|
-
"name": "
|
|
18608
|
-
"description": "The Foundation
|
|
18590
|
+
"name": "foundationFlyout",
|
|
18591
|
+
"description": "The Foundation Flyout",
|
|
18609
18592
|
"privacy": "public"
|
|
18610
18593
|
}
|
|
18611
18594
|
],
|
|
18612
18595
|
"exports": [
|
|
18613
18596
|
{
|
|
18614
18597
|
"kind": "js",
|
|
18615
|
-
"name": "
|
|
18598
|
+
"name": "Flyout",
|
|
18616
18599
|
"declaration": {
|
|
18617
|
-
"name": "
|
|
18618
|
-
"module": "src/
|
|
18600
|
+
"name": "Flyout",
|
|
18601
|
+
"module": "src/flyout/flyout.ts"
|
|
18619
18602
|
}
|
|
18620
18603
|
},
|
|
18621
18604
|
{
|
|
18622
18605
|
"kind": "js",
|
|
18623
|
-
"name": "
|
|
18606
|
+
"name": "foundationFlyoutShadowOptions",
|
|
18624
18607
|
"declaration": {
|
|
18625
|
-
"name": "
|
|
18626
|
-
"module": "src/
|
|
18608
|
+
"name": "foundationFlyoutShadowOptions",
|
|
18609
|
+
"module": "src/flyout/flyout.ts"
|
|
18627
18610
|
}
|
|
18628
18611
|
},
|
|
18629
18612
|
{
|
|
18630
18613
|
"kind": "js",
|
|
18631
|
-
"name": "
|
|
18614
|
+
"name": "defaultFlyoutConfig",
|
|
18632
18615
|
"declaration": {
|
|
18633
|
-
"name": "
|
|
18634
|
-
"module": "src/
|
|
18616
|
+
"name": "defaultFlyoutConfig",
|
|
18617
|
+
"module": "src/flyout/flyout.ts"
|
|
18635
18618
|
}
|
|
18636
18619
|
},
|
|
18637
18620
|
{
|
|
18638
18621
|
"kind": "js",
|
|
18639
|
-
"name": "
|
|
18622
|
+
"name": "foundationFlyout",
|
|
18640
18623
|
"declaration": {
|
|
18641
|
-
"name": "
|
|
18642
|
-
"module": "src/
|
|
18624
|
+
"name": "foundationFlyout",
|
|
18625
|
+
"module": "src/flyout/flyout.ts"
|
|
18643
18626
|
}
|
|
18644
18627
|
}
|
|
18645
18628
|
]
|
|
18646
18629
|
},
|
|
18647
18630
|
{
|
|
18648
18631
|
"kind": "javascript-module",
|
|
18649
|
-
"path": "src/
|
|
18632
|
+
"path": "src/flyout/index.ts",
|
|
18650
18633
|
"declarations": [],
|
|
18651
18634
|
"exports": [
|
|
18652
18635
|
{
|
|
@@ -18654,7 +18637,7 @@
|
|
|
18654
18637
|
"name": "*",
|
|
18655
18638
|
"declaration": {
|
|
18656
18639
|
"name": "*",
|
|
18657
|
-
"package": "./
|
|
18640
|
+
"package": "./flyout"
|
|
18658
18641
|
}
|
|
18659
18642
|
},
|
|
18660
18643
|
{
|
|
@@ -18662,7 +18645,7 @@
|
|
|
18662
18645
|
"name": "*",
|
|
18663
18646
|
"declaration": {
|
|
18664
18647
|
"name": "*",
|
|
18665
|
-
"package": "./
|
|
18648
|
+
"package": "./flyout.template"
|
|
18666
18649
|
}
|
|
18667
18650
|
},
|
|
18668
18651
|
{
|
|
@@ -18670,156 +18653,200 @@
|
|
|
18670
18653
|
"name": "*",
|
|
18671
18654
|
"declaration": {
|
|
18672
18655
|
"name": "*",
|
|
18673
|
-
"package": "./
|
|
18656
|
+
"package": "./flyout.styles"
|
|
18674
18657
|
}
|
|
18675
18658
|
}
|
|
18676
18659
|
]
|
|
18677
18660
|
},
|
|
18678
18661
|
{
|
|
18679
18662
|
"kind": "javascript-module",
|
|
18680
|
-
"path": "src/
|
|
18663
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
18681
18664
|
"declarations": [
|
|
18682
18665
|
{
|
|
18683
|
-
"kind": "
|
|
18684
|
-
"name": "
|
|
18685
|
-
"
|
|
18686
|
-
"
|
|
18687
|
-
|
|
18688
|
-
|
|
18689
|
-
},
|
|
18690
|
-
{
|
|
18691
|
-
"kind": "variable",
|
|
18692
|
-
"name": "foundationFlyoutStyles",
|
|
18693
|
-
"type": {
|
|
18694
|
-
"text": "ElementStyles"
|
|
18666
|
+
"kind": "function",
|
|
18667
|
+
"name": "foundationFlipperStyles",
|
|
18668
|
+
"return": {
|
|
18669
|
+
"type": {
|
|
18670
|
+
"text": "ElementStyles"
|
|
18671
|
+
}
|
|
18695
18672
|
},
|
|
18696
|
-
"
|
|
18673
|
+
"parameters": [
|
|
18674
|
+
{
|
|
18675
|
+
"name": "context",
|
|
18676
|
+
"type": {
|
|
18677
|
+
"text": "ElementDefinitionContext"
|
|
18678
|
+
}
|
|
18679
|
+
},
|
|
18680
|
+
{
|
|
18681
|
+
"name": "definition",
|
|
18682
|
+
"type": {
|
|
18683
|
+
"text": "FlipperOptions"
|
|
18684
|
+
}
|
|
18685
|
+
}
|
|
18686
|
+
]
|
|
18697
18687
|
}
|
|
18698
18688
|
],
|
|
18699
18689
|
"exports": [
|
|
18700
18690
|
{
|
|
18701
18691
|
"kind": "js",
|
|
18702
|
-
"name": "
|
|
18703
|
-
"declaration": {
|
|
18704
|
-
"name": "flyoutAnimationTime",
|
|
18705
|
-
"module": "src/flyout/flyout.styles.ts"
|
|
18706
|
-
}
|
|
18707
|
-
},
|
|
18708
|
-
{
|
|
18709
|
-
"kind": "js",
|
|
18710
|
-
"name": "foundationFlyoutStyles",
|
|
18692
|
+
"name": "foundationFlipperStyles",
|
|
18711
18693
|
"declaration": {
|
|
18712
|
-
"name": "
|
|
18713
|
-
"module": "src/
|
|
18694
|
+
"name": "foundationFlipperStyles",
|
|
18695
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
18714
18696
|
}
|
|
18715
18697
|
}
|
|
18716
18698
|
]
|
|
18717
18699
|
},
|
|
18718
18700
|
{
|
|
18719
18701
|
"kind": "javascript-module",
|
|
18720
|
-
"path": "src/
|
|
18702
|
+
"path": "src/flipper/flipper.template.ts",
|
|
18721
18703
|
"declarations": [
|
|
18722
18704
|
{
|
|
18723
18705
|
"kind": "function",
|
|
18724
|
-
"name": "
|
|
18706
|
+
"name": "foundationFlipperTemplate",
|
|
18707
|
+
"return": {
|
|
18708
|
+
"type": {
|
|
18709
|
+
"text": "ViewTemplate<Flipper>"
|
|
18710
|
+
}
|
|
18711
|
+
},
|
|
18725
18712
|
"parameters": [
|
|
18726
18713
|
{
|
|
18727
|
-
"name": "
|
|
18714
|
+
"name": "context",
|
|
18728
18715
|
"type": {
|
|
18729
|
-
"text": "
|
|
18716
|
+
"text": "ElementDefinitionContext"
|
|
18717
|
+
}
|
|
18718
|
+
},
|
|
18719
|
+
{
|
|
18720
|
+
"name": "definition",
|
|
18721
|
+
"type": {
|
|
18722
|
+
"text": "FlipperOptions"
|
|
18730
18723
|
}
|
|
18731
18724
|
}
|
|
18732
18725
|
]
|
|
18733
|
-
},
|
|
18734
|
-
{
|
|
18735
|
-
"kind": "variable",
|
|
18736
|
-
"name": "foundationFlyoutTemplate",
|
|
18737
|
-
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
18738
18726
|
}
|
|
18739
18727
|
],
|
|
18740
18728
|
"exports": [
|
|
18741
18729
|
{
|
|
18742
18730
|
"kind": "js",
|
|
18743
|
-
"name": "
|
|
18744
|
-
"declaration": {
|
|
18745
|
-
"name": "getPrefixedFlyout",
|
|
18746
|
-
"module": "src/flyout/flyout.template.ts"
|
|
18747
|
-
}
|
|
18748
|
-
},
|
|
18749
|
-
{
|
|
18750
|
-
"kind": "js",
|
|
18751
|
-
"name": "foundationFlyoutTemplate",
|
|
18731
|
+
"name": "foundationFlipperTemplate",
|
|
18752
18732
|
"declaration": {
|
|
18753
|
-
"name": "
|
|
18754
|
-
"module": "src/
|
|
18733
|
+
"name": "foundationFlipperTemplate",
|
|
18734
|
+
"module": "src/flipper/flipper.template.ts"
|
|
18755
18735
|
}
|
|
18756
18736
|
}
|
|
18757
18737
|
]
|
|
18758
18738
|
},
|
|
18759
18739
|
{
|
|
18760
18740
|
"kind": "javascript-module",
|
|
18761
|
-
"path": "src/
|
|
18741
|
+
"path": "src/flipper/flipper.ts",
|
|
18762
18742
|
"declarations": [
|
|
18763
18743
|
{
|
|
18764
18744
|
"kind": "class",
|
|
18765
18745
|
"description": "",
|
|
18766
|
-
"name": "
|
|
18767
|
-
"
|
|
18746
|
+
"name": "Flipper",
|
|
18747
|
+
"superclass": {
|
|
18748
|
+
"name": "FASTFlipper",
|
|
18749
|
+
"package": "@microsoft/fast-components"
|
|
18750
|
+
},
|
|
18751
|
+
"tagName": "%%prefix%%-flipper",
|
|
18752
|
+
"customElement": true,
|
|
18753
|
+
"attributes": [
|
|
18768
18754
|
{
|
|
18769
|
-
"kind": "field",
|
|
18770
|
-
"name": "exit",
|
|
18771
18755
|
"type": {
|
|
18772
|
-
"text": "
|
|
18756
|
+
"text": "boolean"
|
|
18773
18757
|
},
|
|
18774
|
-
"
|
|
18758
|
+
"description": "The disabled state of the flipper.",
|
|
18759
|
+
"fieldName": "disabled",
|
|
18760
|
+
"inheritedFrom": {
|
|
18761
|
+
"name": "Flipper",
|
|
18762
|
+
"module": "src/flipper/flipper.ts"
|
|
18763
|
+
}
|
|
18775
18764
|
},
|
|
18776
18765
|
{
|
|
18777
|
-
"
|
|
18778
|
-
"name": "position",
|
|
18766
|
+
"name": "aria-hidden",
|
|
18779
18767
|
"type": {
|
|
18780
|
-
"text": "
|
|
18768
|
+
"text": "boolean"
|
|
18781
18769
|
},
|
|
18782
|
-
"default": "
|
|
18770
|
+
"default": "true",
|
|
18771
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18772
|
+
"fieldName": "hiddenFromAT",
|
|
18773
|
+
"inheritedFrom": {
|
|
18774
|
+
"name": "Flipper",
|
|
18775
|
+
"module": "src/flipper/flipper.ts"
|
|
18776
|
+
}
|
|
18783
18777
|
},
|
|
18784
18778
|
{
|
|
18785
|
-
"
|
|
18786
|
-
"name": "displayHeader",
|
|
18779
|
+
"name": "direction",
|
|
18787
18780
|
"type": {
|
|
18788
|
-
"text": "
|
|
18781
|
+
"text": "FlipperDirection"
|
|
18789
18782
|
},
|
|
18790
|
-
"
|
|
18791
|
-
|
|
18783
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18784
|
+
"fieldName": "direction",
|
|
18785
|
+
"inheritedFrom": {
|
|
18786
|
+
"name": "Flipper",
|
|
18787
|
+
"module": "src/flipper/flipper.ts"
|
|
18788
|
+
}
|
|
18789
|
+
}
|
|
18790
|
+
],
|
|
18791
|
+
"members": [
|
|
18792
18792
|
{
|
|
18793
18793
|
"kind": "field",
|
|
18794
|
-
"name": "
|
|
18794
|
+
"name": "disabled",
|
|
18795
18795
|
"type": {
|
|
18796
18796
|
"text": "boolean"
|
|
18797
18797
|
},
|
|
18798
|
-
"
|
|
18799
|
-
|
|
18800
|
-
|
|
18801
|
-
|
|
18802
|
-
|
|
18798
|
+
"privacy": "public",
|
|
18799
|
+
"description": "The disabled state of the flipper.",
|
|
18800
|
+
"inheritedFrom": {
|
|
18801
|
+
"name": "Flipper",
|
|
18802
|
+
"module": "src/flipper/flipper.ts"
|
|
18803
|
+
}
|
|
18803
18804
|
},
|
|
18804
18805
|
{
|
|
18805
18806
|
"kind": "field",
|
|
18806
|
-
"name": "
|
|
18807
|
+
"name": "hiddenFromAT",
|
|
18807
18808
|
"type": {
|
|
18808
18809
|
"text": "boolean"
|
|
18809
18810
|
},
|
|
18810
|
-
"
|
|
18811
|
-
|
|
18812
|
-
|
|
18813
|
-
"
|
|
18814
|
-
|
|
18811
|
+
"privacy": "public",
|
|
18812
|
+
"default": "true",
|
|
18813
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18814
|
+
"inheritedFrom": {
|
|
18815
|
+
"name": "Flipper",
|
|
18816
|
+
"module": "src/flipper/flipper.ts"
|
|
18817
|
+
}
|
|
18815
18818
|
},
|
|
18816
18819
|
{
|
|
18817
|
-
"kind": "
|
|
18818
|
-
"name": "
|
|
18820
|
+
"kind": "field",
|
|
18821
|
+
"name": "direction",
|
|
18822
|
+
"type": {
|
|
18823
|
+
"text": "FlipperDirection"
|
|
18824
|
+
},
|
|
18825
|
+
"privacy": "public",
|
|
18826
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18827
|
+
"inheritedFrom": {
|
|
18828
|
+
"name": "Flipper",
|
|
18829
|
+
"module": "src/flipper/flipper.ts"
|
|
18830
|
+
}
|
|
18819
18831
|
},
|
|
18820
18832
|
{
|
|
18821
18833
|
"kind": "method",
|
|
18822
|
-
"name": "
|
|
18834
|
+
"name": "keyupHandler",
|
|
18835
|
+
"privacy": "public",
|
|
18836
|
+
"parameters": [
|
|
18837
|
+
{
|
|
18838
|
+
"name": "e",
|
|
18839
|
+
"type": {
|
|
18840
|
+
"text": "Event & KeyboardEvent"
|
|
18841
|
+
},
|
|
18842
|
+
"description": "Keyboard event"
|
|
18843
|
+
}
|
|
18844
|
+
],
|
|
18845
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18846
|
+
"inheritedFrom": {
|
|
18847
|
+
"name": "Flipper",
|
|
18848
|
+
"module": "src/flipper/flipper.ts"
|
|
18849
|
+
}
|
|
18823
18850
|
},
|
|
18824
18851
|
{
|
|
18825
18852
|
"kind": "field",
|
|
@@ -18933,47 +18960,20 @@
|
|
|
18933
18960
|
}
|
|
18934
18961
|
}
|
|
18935
18962
|
],
|
|
18936
|
-
"
|
|
18937
|
-
{
|
|
18938
|
-
"name": "position",
|
|
18939
|
-
"type": {
|
|
18940
|
-
"text": "string"
|
|
18941
|
-
},
|
|
18942
|
-
"default": "'right'",
|
|
18943
|
-
"fieldName": "position"
|
|
18944
|
-
},
|
|
18945
|
-
{
|
|
18946
|
-
"type": {
|
|
18947
|
-
"text": "boolean"
|
|
18948
|
-
},
|
|
18949
|
-
"default": "true",
|
|
18950
|
-
"fieldName": "displayHeader"
|
|
18951
|
-
},
|
|
18952
|
-
{
|
|
18953
|
-
"type": {
|
|
18954
|
-
"text": "boolean"
|
|
18955
|
-
},
|
|
18956
|
-
"default": "true",
|
|
18957
|
-
"fieldName": "closed"
|
|
18958
|
-
},
|
|
18963
|
+
"events": [
|
|
18959
18964
|
{
|
|
18960
|
-
"
|
|
18961
|
-
|
|
18962
|
-
|
|
18963
|
-
|
|
18964
|
-
|
|
18965
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18966
|
+
"name": "click",
|
|
18967
|
+
"inheritedFrom": {
|
|
18968
|
+
"name": "Flipper",
|
|
18969
|
+
"module": "src/flipper/flipper.ts"
|
|
18970
|
+
}
|
|
18965
18971
|
}
|
|
18966
|
-
]
|
|
18967
|
-
"superclass": {
|
|
18968
|
-
"name": "FoundationElement",
|
|
18969
|
-
"package": "@microsoft/fast-foundation"
|
|
18970
|
-
},
|
|
18971
|
-
"tagName": "%%prefix%%-flyout",
|
|
18972
|
-
"customElement": true
|
|
18972
|
+
]
|
|
18973
18973
|
},
|
|
18974
18974
|
{
|
|
18975
18975
|
"kind": "variable",
|
|
18976
|
-
"name": "
|
|
18976
|
+
"name": "foundationFlipperShadowOptions",
|
|
18977
18977
|
"type": {
|
|
18978
18978
|
"text": "ShadowRootInit"
|
|
18979
18979
|
},
|
|
@@ -18981,57 +18981,57 @@
|
|
|
18981
18981
|
},
|
|
18982
18982
|
{
|
|
18983
18983
|
"kind": "variable",
|
|
18984
|
-
"name": "
|
|
18984
|
+
"name": "defaultFlipperConfig",
|
|
18985
18985
|
"type": {
|
|
18986
18986
|
"text": "object"
|
|
18987
18987
|
},
|
|
18988
|
-
"default": "{}"
|
|
18988
|
+
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18989
18989
|
},
|
|
18990
18990
|
{
|
|
18991
18991
|
"kind": "variable",
|
|
18992
|
-
"name": "
|
|
18993
|
-
"description": "The Foundation
|
|
18992
|
+
"name": "foundationFlipper",
|
|
18993
|
+
"description": "The Foundation Flipper",
|
|
18994
18994
|
"privacy": "public"
|
|
18995
18995
|
}
|
|
18996
18996
|
],
|
|
18997
18997
|
"exports": [
|
|
18998
18998
|
{
|
|
18999
18999
|
"kind": "js",
|
|
19000
|
-
"name": "
|
|
19000
|
+
"name": "Flipper",
|
|
19001
19001
|
"declaration": {
|
|
19002
|
-
"name": "
|
|
19003
|
-
"module": "src/
|
|
19002
|
+
"name": "Flipper",
|
|
19003
|
+
"module": "src/flipper/flipper.ts"
|
|
19004
19004
|
}
|
|
19005
19005
|
},
|
|
19006
19006
|
{
|
|
19007
19007
|
"kind": "js",
|
|
19008
|
-
"name": "
|
|
19008
|
+
"name": "foundationFlipperShadowOptions",
|
|
19009
19009
|
"declaration": {
|
|
19010
|
-
"name": "
|
|
19011
|
-
"module": "src/
|
|
19010
|
+
"name": "foundationFlipperShadowOptions",
|
|
19011
|
+
"module": "src/flipper/flipper.ts"
|
|
19012
19012
|
}
|
|
19013
19013
|
},
|
|
19014
19014
|
{
|
|
19015
19015
|
"kind": "js",
|
|
19016
|
-
"name": "
|
|
19016
|
+
"name": "defaultFlipperConfig",
|
|
19017
19017
|
"declaration": {
|
|
19018
|
-
"name": "
|
|
19019
|
-
"module": "src/
|
|
19018
|
+
"name": "defaultFlipperConfig",
|
|
19019
|
+
"module": "src/flipper/flipper.ts"
|
|
19020
19020
|
}
|
|
19021
19021
|
},
|
|
19022
19022
|
{
|
|
19023
19023
|
"kind": "js",
|
|
19024
|
-
"name": "
|
|
19024
|
+
"name": "foundationFlipper",
|
|
19025
19025
|
"declaration": {
|
|
19026
|
-
"name": "
|
|
19027
|
-
"module": "src/
|
|
19026
|
+
"name": "foundationFlipper",
|
|
19027
|
+
"module": "src/flipper/flipper.ts"
|
|
19028
19028
|
}
|
|
19029
19029
|
}
|
|
19030
19030
|
]
|
|
19031
19031
|
},
|
|
19032
19032
|
{
|
|
19033
19033
|
"kind": "javascript-module",
|
|
19034
|
-
"path": "src/
|
|
19034
|
+
"path": "src/flipper/index.ts",
|
|
19035
19035
|
"declarations": [],
|
|
19036
19036
|
"exports": [
|
|
19037
19037
|
{
|
|
@@ -19039,7 +19039,7 @@
|
|
|
19039
19039
|
"name": "*",
|
|
19040
19040
|
"declaration": {
|
|
19041
19041
|
"name": "*",
|
|
19042
|
-
"package": "./
|
|
19042
|
+
"package": "./flipper.template"
|
|
19043
19043
|
}
|
|
19044
19044
|
},
|
|
19045
19045
|
{
|
|
@@ -19047,7 +19047,7 @@
|
|
|
19047
19047
|
"name": "*",
|
|
19048
19048
|
"declaration": {
|
|
19049
19049
|
"name": "*",
|
|
19050
|
-
"package": "./
|
|
19050
|
+
"package": "./flipper.styles"
|
|
19051
19051
|
}
|
|
19052
19052
|
},
|
|
19053
19053
|
{
|
|
@@ -19055,7 +19055,7 @@
|
|
|
19055
19055
|
"name": "*",
|
|
19056
19056
|
"declaration": {
|
|
19057
19057
|
"name": "*",
|
|
19058
|
-
"package": "./
|
|
19058
|
+
"package": "./flipper"
|
|
19059
19059
|
}
|
|
19060
19060
|
}
|
|
19061
19061
|
]
|