@genesislcap/foundation-ui 14.202.1-alpha-77ef7ac.0 → 14.203.0
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 +1260 -1260
- package/package.json +16 -16
|
@@ -1471,11 +1471,34 @@
|
|
|
1471
1471
|
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/
|
|
1474
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1475
1475
|
"declarations": [
|
|
1476
1476
|
{
|
|
1477
1477
|
"kind": "function",
|
|
1478
|
-
"name": "
|
|
1478
|
+
"name": "actionsMenuBaseStyles",
|
|
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",
|
|
1479
1502
|
"return": {
|
|
1480
1503
|
"type": {
|
|
1481
1504
|
"text": "ElementStyles"
|
|
@@ -1500,292 +1523,269 @@
|
|
|
1500
1523
|
"exports": [
|
|
1501
1524
|
{
|
|
1502
1525
|
"kind": "js",
|
|
1503
|
-
"name": "
|
|
1526
|
+
"name": "actionsMenuBaseStyles",
|
|
1504
1527
|
"declaration": {
|
|
1505
|
-
"name": "
|
|
1506
|
-
"module": "src/
|
|
1528
|
+
"name": "actionsMenuBaseStyles",
|
|
1529
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "js",
|
|
1534
|
+
"name": "foundationActionsMenuStyles",
|
|
1535
|
+
"declaration": {
|
|
1536
|
+
"name": "foundationActionsMenuStyles",
|
|
1537
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1507
1538
|
}
|
|
1508
1539
|
}
|
|
1509
1540
|
]
|
|
1510
1541
|
},
|
|
1511
1542
|
{
|
|
1512
1543
|
"kind": "javascript-module",
|
|
1513
|
-
"path": "src/
|
|
1544
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1514
1545
|
"declarations": [
|
|
1515
1546
|
{
|
|
1516
1547
|
"kind": "function",
|
|
1517
|
-
"name": "
|
|
1518
|
-
"return": {
|
|
1519
|
-
"type": {
|
|
1520
|
-
"text": "ViewTemplate<Anchor>"
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1548
|
+
"name": "menuTemplate",
|
|
1523
1549
|
"parameters": [
|
|
1524
1550
|
{
|
|
1525
|
-
"name": "
|
|
1551
|
+
"name": "prefix",
|
|
1526
1552
|
"type": {
|
|
1527
|
-
"text": "
|
|
1553
|
+
"text": "string"
|
|
1528
1554
|
}
|
|
1529
|
-
}
|
|
1555
|
+
}
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "function",
|
|
1560
|
+
"name": "singleOptionTemplate",
|
|
1561
|
+
"parameters": [
|
|
1530
1562
|
{
|
|
1531
|
-
"name": "
|
|
1563
|
+
"name": "prefix",
|
|
1532
1564
|
"type": {
|
|
1533
|
-
"text": "
|
|
1565
|
+
"text": "string"
|
|
1534
1566
|
}
|
|
1535
1567
|
}
|
|
1536
1568
|
]
|
|
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`"
|
|
1537
1577
|
}
|
|
1538
1578
|
],
|
|
1539
1579
|
"exports": [
|
|
1540
1580
|
{
|
|
1541
1581
|
"kind": "js",
|
|
1542
|
-
"name": "
|
|
1582
|
+
"name": "menuTemplate",
|
|
1543
1583
|
"declaration": {
|
|
1544
|
-
"name": "
|
|
1545
|
-
"module": "src/
|
|
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",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "foundationActionsMenuTemplate",
|
|
1601
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1546
1602
|
}
|
|
1547
1603
|
}
|
|
1548
1604
|
]
|
|
1549
1605
|
},
|
|
1550
1606
|
{
|
|
1551
1607
|
"kind": "javascript-module",
|
|
1552
|
-
"path": "src/
|
|
1608
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1553
1609
|
"declarations": [
|
|
1554
1610
|
{
|
|
1555
1611
|
"kind": "class",
|
|
1556
1612
|
"description": "",
|
|
1557
|
-
"name": "
|
|
1558
|
-
"
|
|
1559
|
-
"name": "FASTAnchor",
|
|
1560
|
-
"package": "@microsoft/fast-components"
|
|
1561
|
-
},
|
|
1562
|
-
"tagName": "%%prefix%%-anchor",
|
|
1563
|
-
"customElement": true,
|
|
1564
|
-
"attributes": [
|
|
1613
|
+
"name": "ActionsMenu",
|
|
1614
|
+
"members": [
|
|
1565
1615
|
{
|
|
1566
|
-
"
|
|
1616
|
+
"kind": "field",
|
|
1617
|
+
"name": "actions",
|
|
1567
1618
|
"type": {
|
|
1568
|
-
"text": "
|
|
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"
|
|
1619
|
+
"text": "ActionMenuItem[]"
|
|
1575
1620
|
}
|
|
1576
1621
|
},
|
|
1577
1622
|
{
|
|
1578
|
-
"
|
|
1623
|
+
"kind": "field",
|
|
1624
|
+
"name": "isVertical",
|
|
1579
1625
|
"type": {
|
|
1580
|
-
"text": "
|
|
1626
|
+
"text": "boolean"
|
|
1581
1627
|
},
|
|
1582
|
-
"
|
|
1583
|
-
"fieldName": "href",
|
|
1584
|
-
"inheritedFrom": {
|
|
1585
|
-
"name": "Anchor",
|
|
1586
|
-
"module": "src/anchor/anchor.ts"
|
|
1587
|
-
}
|
|
1628
|
+
"default": "false"
|
|
1588
1629
|
},
|
|
1589
1630
|
{
|
|
1590
|
-
"
|
|
1631
|
+
"kind": "field",
|
|
1632
|
+
"name": "addDefaultActions",
|
|
1591
1633
|
"type": {
|
|
1592
|
-
"text": "
|
|
1634
|
+
"text": "boolean"
|
|
1593
1635
|
},
|
|
1594
|
-
"
|
|
1595
|
-
"fieldName": "hreflang",
|
|
1596
|
-
"inheritedFrom": {
|
|
1597
|
-
"name": "Anchor",
|
|
1598
|
-
"module": "src/anchor/anchor.ts"
|
|
1599
|
-
}
|
|
1636
|
+
"default": "true"
|
|
1600
1637
|
},
|
|
1601
1638
|
{
|
|
1602
|
-
"
|
|
1639
|
+
"kind": "field",
|
|
1640
|
+
"name": "autoCloseOnAction",
|
|
1603
1641
|
"type": {
|
|
1604
|
-
"text": "
|
|
1642
|
+
"text": "boolean"
|
|
1605
1643
|
},
|
|
1606
|
-
"
|
|
1607
|
-
"fieldName": "ping",
|
|
1608
|
-
"inheritedFrom": {
|
|
1609
|
-
"name": "Anchor",
|
|
1610
|
-
"module": "src/anchor/anchor.ts"
|
|
1611
|
-
}
|
|
1644
|
+
"default": "true"
|
|
1612
1645
|
},
|
|
1613
1646
|
{
|
|
1614
|
-
"
|
|
1647
|
+
"kind": "field",
|
|
1648
|
+
"name": "classNames",
|
|
1615
1649
|
"type": {
|
|
1616
1650
|
"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"
|
|
1623
1651
|
}
|
|
1624
1652
|
},
|
|
1625
1653
|
{
|
|
1626
|
-
"
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "definition",
|
|
1627
1656
|
"type": {
|
|
1628
|
-
"text": "
|
|
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"
|
|
1657
|
+
"text": "any"
|
|
1635
1658
|
}
|
|
1636
1659
|
},
|
|
1637
1660
|
{
|
|
1638
|
-
"
|
|
1661
|
+
"kind": "field",
|
|
1662
|
+
"name": "name",
|
|
1639
1663
|
"type": {
|
|
1640
|
-
"text": "
|
|
1664
|
+
"text": "string"
|
|
1641
1665
|
},
|
|
1642
|
-
"
|
|
1643
|
-
"fieldName": "target",
|
|
1644
|
-
"inheritedFrom": {
|
|
1645
|
-
"name": "Anchor",
|
|
1646
|
-
"module": "src/anchor/anchor.ts"
|
|
1647
|
-
}
|
|
1666
|
+
"default": "'Actions'"
|
|
1648
1667
|
},
|
|
1649
1668
|
{
|
|
1650
|
-
"
|
|
1669
|
+
"kind": "field",
|
|
1670
|
+
"name": "open",
|
|
1651
1671
|
"type": {
|
|
1652
|
-
"text": "
|
|
1672
|
+
"text": "boolean"
|
|
1653
1673
|
},
|
|
1654
|
-
"
|
|
1655
|
-
|
|
1656
|
-
"inheritedFrom": {
|
|
1657
|
-
"name": "Anchor",
|
|
1658
|
-
"module": "src/anchor/anchor.ts"
|
|
1659
|
-
}
|
|
1660
|
-
}
|
|
1661
|
-
],
|
|
1662
|
-
"members": [
|
|
1674
|
+
"default": "false"
|
|
1675
|
+
},
|
|
1663
1676
|
{
|
|
1664
1677
|
"kind": "field",
|
|
1665
|
-
"name": "
|
|
1678
|
+
"name": "buttonAppearance",
|
|
1666
1679
|
"type": {
|
|
1667
1680
|
"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"
|
|
1674
1681
|
}
|
|
1675
1682
|
},
|
|
1676
1683
|
{
|
|
1677
1684
|
"kind": "field",
|
|
1678
|
-
"name": "
|
|
1685
|
+
"name": "hideDisabled",
|
|
1679
1686
|
"type": {
|
|
1680
|
-
"text": "
|
|
1687
|
+
"text": "boolean"
|
|
1681
1688
|
},
|
|
1682
|
-
"
|
|
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
|
-
}
|
|
1689
|
+
"default": "false"
|
|
1688
1690
|
},
|
|
1689
1691
|
{
|
|
1690
1692
|
"kind": "field",
|
|
1691
|
-
"name": "
|
|
1693
|
+
"name": "hideMenuSingleOption",
|
|
1692
1694
|
"type": {
|
|
1693
|
-
"text": "
|
|
1695
|
+
"text": "boolean"
|
|
1694
1696
|
},
|
|
1695
|
-
"
|
|
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
|
-
}
|
|
1697
|
+
"default": "false"
|
|
1701
1698
|
},
|
|
1702
1699
|
{
|
|
1703
1700
|
"kind": "field",
|
|
1704
|
-
"name": "
|
|
1701
|
+
"name": "singleOption",
|
|
1705
1702
|
"type": {
|
|
1706
|
-
"text": "
|
|
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"
|
|
1703
|
+
"text": "ActionMenuItem"
|
|
1713
1704
|
}
|
|
1714
1705
|
},
|
|
1715
1706
|
{
|
|
1716
1707
|
"kind": "field",
|
|
1717
|
-
"name": "
|
|
1708
|
+
"name": "actionsMenu",
|
|
1718
1709
|
"type": {
|
|
1719
|
-
"text": "
|
|
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"
|
|
1710
|
+
"text": "HTMLElement"
|
|
1726
1711
|
}
|
|
1727
1712
|
},
|
|
1728
1713
|
{
|
|
1729
|
-
"kind": "
|
|
1730
|
-
"name": "
|
|
1731
|
-
"
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1714
|
+
"kind": "method",
|
|
1715
|
+
"name": "definitionChanged",
|
|
1716
|
+
"privacy": "protected",
|
|
1717
|
+
"parameters": [
|
|
1718
|
+
{
|
|
1719
|
+
"name": "oldValue",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "any"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "newValue",
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "any"
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1740
1731
|
},
|
|
1741
1732
|
{
|
|
1742
|
-
"kind": "
|
|
1743
|
-
"name": "
|
|
1744
|
-
"
|
|
1745
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1746
|
-
},
|
|
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
|
-
}
|
|
1733
|
+
"kind": "method",
|
|
1734
|
+
"name": "openChanged",
|
|
1735
|
+
"privacy": "protected"
|
|
1753
1736
|
},
|
|
1754
1737
|
{
|
|
1755
|
-
"kind": "
|
|
1756
|
-
"name": "
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
"
|
|
1761
|
-
"
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
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
|
+
]
|
|
1766
1752
|
},
|
|
1767
1753
|
{
|
|
1768
1754
|
"kind": "field",
|
|
1769
|
-
"name": "
|
|
1755
|
+
"name": "allActions",
|
|
1770
1756
|
"type": {
|
|
1771
|
-
"text": "
|
|
1757
|
+
"text": "ActionMenuItem[]"
|
|
1772
1758
|
},
|
|
1773
|
-
"
|
|
1774
|
-
"description": "References the root element",
|
|
1775
|
-
"inheritedFrom": {
|
|
1776
|
-
"name": "Anchor",
|
|
1777
|
-
"module": "src/anchor/anchor.ts"
|
|
1778
|
-
}
|
|
1759
|
+
"readonly": true
|
|
1779
1760
|
},
|
|
1780
1761
|
{
|
|
1781
1762
|
"kind": "field",
|
|
1782
|
-
"name": "
|
|
1783
|
-
"
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1763
|
+
"name": "rowData",
|
|
1764
|
+
"readonly": true
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "method",
|
|
1768
|
+
"name": "getLabel",
|
|
1769
|
+
"parameters": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "name",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "string | ((rowData: any) => string)"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "method",
|
|
1780
|
+
"name": "getTemplate",
|
|
1781
|
+
"parameters": [
|
|
1782
|
+
{
|
|
1783
|
+
"name": "prefix",
|
|
1784
|
+
"type": {
|
|
1785
|
+
"text": "string"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
1791
|
"kind": "field",
|
|
@@ -1898,69 +1898,108 @@
|
|
|
1898
1898
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1899
1899
|
}
|
|
1900
1900
|
}
|
|
1901
|
-
]
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1901
|
+
],
|
|
1902
|
+
"attributes": [
|
|
1903
|
+
{
|
|
1904
|
+
"name": "is-vertical",
|
|
1905
|
+
"type": {
|
|
1906
|
+
"text": "boolean"
|
|
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"
|
|
1916
1970
|
},
|
|
1917
|
-
"
|
|
1971
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1972
|
+
"customElement": true
|
|
1918
1973
|
},
|
|
1919
1974
|
{
|
|
1920
1975
|
"kind": "variable",
|
|
1921
|
-
"name": "
|
|
1922
|
-
"description": "The Foundation
|
|
1976
|
+
"name": "foundationActionsMenu",
|
|
1977
|
+
"description": "The Foundation Actions Menu",
|
|
1923
1978
|
"privacy": "public"
|
|
1924
1979
|
}
|
|
1925
1980
|
],
|
|
1926
1981
|
"exports": [
|
|
1927
1982
|
{
|
|
1928
1983
|
"kind": "js",
|
|
1929
|
-
"name": "
|
|
1930
|
-
"declaration": {
|
|
1931
|
-
"name": "Anchor",
|
|
1932
|
-
"module": "src/anchor/anchor.ts"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"kind": "js",
|
|
1937
|
-
"name": "foundationAnchorShadowOptions",
|
|
1938
|
-
"declaration": {
|
|
1939
|
-
"name": "foundationAnchorShadowOptions",
|
|
1940
|
-
"module": "src/anchor/anchor.ts"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "js",
|
|
1945
|
-
"name": "defaultAnchorConfig",
|
|
1984
|
+
"name": "ActionsMenu",
|
|
1946
1985
|
"declaration": {
|
|
1947
|
-
"name": "
|
|
1948
|
-
"module": "src/
|
|
1986
|
+
"name": "ActionsMenu",
|
|
1987
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1949
1988
|
}
|
|
1950
1989
|
},
|
|
1951
1990
|
{
|
|
1952
1991
|
"kind": "js",
|
|
1953
|
-
"name": "
|
|
1992
|
+
"name": "foundationActionsMenu",
|
|
1954
1993
|
"declaration": {
|
|
1955
|
-
"name": "
|
|
1956
|
-
"module": "src/
|
|
1994
|
+
"name": "foundationActionsMenu",
|
|
1995
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1957
1996
|
}
|
|
1958
1997
|
}
|
|
1959
1998
|
]
|
|
1960
1999
|
},
|
|
1961
2000
|
{
|
|
1962
2001
|
"kind": "javascript-module",
|
|
1963
|
-
"path": "src/
|
|
2002
|
+
"path": "src/actions-menu/index.ts",
|
|
1964
2003
|
"declarations": [],
|
|
1965
2004
|
"exports": [
|
|
1966
2005
|
{
|
|
@@ -1968,7 +2007,7 @@
|
|
|
1968
2007
|
"name": "*",
|
|
1969
2008
|
"declaration": {
|
|
1970
2009
|
"name": "*",
|
|
1971
|
-
"package": "./
|
|
2010
|
+
"package": "./actions-menu.styles"
|
|
1972
2011
|
}
|
|
1973
2012
|
},
|
|
1974
2013
|
{
|
|
@@ -1976,7 +2015,7 @@
|
|
|
1976
2015
|
"name": "*",
|
|
1977
2016
|
"declaration": {
|
|
1978
2017
|
"name": "*",
|
|
1979
|
-
"package": "./
|
|
2018
|
+
"package": "./actions-menu.template"
|
|
1980
2019
|
}
|
|
1981
2020
|
},
|
|
1982
2021
|
{
|
|
@@ -1984,21 +2023,21 @@
|
|
|
1984
2023
|
"name": "*",
|
|
1985
2024
|
"declaration": {
|
|
1986
2025
|
"name": "*",
|
|
1987
|
-
"package": "./
|
|
2026
|
+
"package": "./actions-menu"
|
|
1988
2027
|
}
|
|
1989
2028
|
}
|
|
1990
2029
|
]
|
|
1991
2030
|
},
|
|
1992
2031
|
{
|
|
1993
2032
|
"kind": "javascript-module",
|
|
1994
|
-
"path": "src/
|
|
2033
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
1995
2034
|
"declarations": [
|
|
1996
2035
|
{
|
|
1997
2036
|
"kind": "function",
|
|
1998
|
-
"name": "
|
|
2037
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
1999
2038
|
"return": {
|
|
2000
2039
|
"type": {
|
|
2001
|
-
"text": "
|
|
2040
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2002
2041
|
}
|
|
2003
2042
|
},
|
|
2004
2043
|
"parameters": [
|
|
@@ -2015,849 +2054,624 @@
|
|
|
2015
2054
|
}
|
|
2016
2055
|
}
|
|
2017
2056
|
]
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
"name": "foundationActionsMenuStyles",
|
|
2022
|
-
"return": {
|
|
2023
|
-
"type": {
|
|
2024
|
-
"text": "ElementStyles"
|
|
2025
|
-
}
|
|
2026
|
-
},
|
|
2027
|
-
"parameters": [
|
|
2028
|
-
{
|
|
2029
|
-
"name": "context",
|
|
2030
|
-
"type": {
|
|
2031
|
-
"text": "ElementDefinitionContext"
|
|
2032
|
-
}
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
"name": "definition",
|
|
2036
|
-
"type": {
|
|
2037
|
-
"text": "FoundationElementDefinition"
|
|
2038
|
-
}
|
|
2039
|
-
}
|
|
2040
|
-
]
|
|
2041
|
-
}
|
|
2042
|
-
],
|
|
2043
|
-
"exports": [
|
|
2044
|
-
{
|
|
2045
|
-
"kind": "js",
|
|
2046
|
-
"name": "actionsMenuBaseStyles",
|
|
2047
|
-
"declaration": {
|
|
2048
|
-
"name": "actionsMenuBaseStyles",
|
|
2049
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2057
|
+
}
|
|
2058
|
+
],
|
|
2059
|
+
"exports": [
|
|
2052
2060
|
{
|
|
2053
2061
|
"kind": "js",
|
|
2054
|
-
"name": "
|
|
2062
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2055
2063
|
"declaration": {
|
|
2056
|
-
"name": "
|
|
2057
|
-
"module": "src/
|
|
2064
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2065
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2058
2066
|
}
|
|
2059
2067
|
}
|
|
2060
2068
|
]
|
|
2061
2069
|
},
|
|
2062
2070
|
{
|
|
2063
2071
|
"kind": "javascript-module",
|
|
2064
|
-
"path": "src/
|
|
2072
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2065
2073
|
"declarations": [
|
|
2066
2074
|
{
|
|
2067
2075
|
"kind": "function",
|
|
2068
|
-
"name": "
|
|
2076
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2077
|
+
"return": {
|
|
2078
|
+
"type": {
|
|
2079
|
+
"text": "ElementStyles"
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2069
2082
|
"parameters": [
|
|
2070
2083
|
{
|
|
2071
|
-
"name": "
|
|
2084
|
+
"name": "context",
|
|
2072
2085
|
"type": {
|
|
2073
|
-
"text": "
|
|
2086
|
+
"text": "ElementDefinitionContext"
|
|
2074
2087
|
}
|
|
2075
|
-
}
|
|
2076
|
-
]
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"kind": "function",
|
|
2080
|
-
"name": "singleOptionTemplate",
|
|
2081
|
-
"parameters": [
|
|
2088
|
+
},
|
|
2082
2089
|
{
|
|
2083
|
-
"name": "
|
|
2090
|
+
"name": "definition",
|
|
2084
2091
|
"type": {
|
|
2085
|
-
"text": "
|
|
2092
|
+
"text": "FoundationElementDefinition"
|
|
2086
2093
|
}
|
|
2087
2094
|
}
|
|
2088
2095
|
]
|
|
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
2096
|
}
|
|
2098
2097
|
],
|
|
2099
2098
|
"exports": [
|
|
2100
2099
|
{
|
|
2101
2100
|
"kind": "js",
|
|
2102
|
-
"name": "
|
|
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",
|
|
2101
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2119
2102
|
"declaration": {
|
|
2120
|
-
"name": "
|
|
2121
|
-
"module": "src/
|
|
2103
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2104
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2122
2105
|
}
|
|
2123
2106
|
}
|
|
2124
2107
|
]
|
|
2125
2108
|
},
|
|
2126
2109
|
{
|
|
2127
2110
|
"kind": "javascript-module",
|
|
2128
|
-
"path": "src/
|
|
2111
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2129
2112
|
"declarations": [
|
|
2130
2113
|
{
|
|
2131
2114
|
"kind": "class",
|
|
2132
2115
|
"description": "",
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2116
|
+
"name": "AnchoredRegion",
|
|
2117
|
+
"superclass": {
|
|
2118
|
+
"name": "FASTAnchoredRegion",
|
|
2119
|
+
"package": "@microsoft/fast-components"
|
|
2120
|
+
},
|
|
2121
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2122
|
+
"customElement": true,
|
|
2123
|
+
"attributes": [
|
|
2135
2124
|
{
|
|
2136
|
-
"
|
|
2137
|
-
"name": "actions",
|
|
2125
|
+
"name": "anchor",
|
|
2138
2126
|
"type": {
|
|
2139
|
-
"text": "
|
|
2127
|
+
"text": "string"
|
|
2128
|
+
},
|
|
2129
|
+
"default": "\"\"",
|
|
2130
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2131
|
+
"fieldName": "anchor",
|
|
2132
|
+
"inheritedFrom": {
|
|
2133
|
+
"name": "AnchoredRegion",
|
|
2134
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2140
2135
|
}
|
|
2141
2136
|
},
|
|
2142
2137
|
{
|
|
2143
|
-
"
|
|
2144
|
-
"name": "isVertical",
|
|
2138
|
+
"name": "viewport",
|
|
2145
2139
|
"type": {
|
|
2146
|
-
"text": "
|
|
2140
|
+
"text": "string"
|
|
2147
2141
|
},
|
|
2148
|
-
"default": "
|
|
2142
|
+
"default": "\"\"",
|
|
2143
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2144
|
+
"fieldName": "viewport",
|
|
2145
|
+
"inheritedFrom": {
|
|
2146
|
+
"name": "AnchoredRegion",
|
|
2147
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2148
|
+
}
|
|
2149
2149
|
},
|
|
2150
2150
|
{
|
|
2151
|
-
"
|
|
2152
|
-
"name": "addDefaultActions",
|
|
2151
|
+
"name": "horizontal-positioning-mode",
|
|
2153
2152
|
"type": {
|
|
2154
|
-
"text": "
|
|
2153
|
+
"text": "AxisPositioningMode"
|
|
2155
2154
|
},
|
|
2156
|
-
"default": "
|
|
2155
|
+
"default": "\"uncontrolled\"",
|
|
2156
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2157
|
+
"fieldName": "horizontalPositioningMode",
|
|
2158
|
+
"inheritedFrom": {
|
|
2159
|
+
"name": "AnchoredRegion",
|
|
2160
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2161
|
+
}
|
|
2157
2162
|
},
|
|
2158
2163
|
{
|
|
2159
|
-
"
|
|
2160
|
-
"name": "autoCloseOnAction",
|
|
2164
|
+
"name": "horizontal-default-position",
|
|
2161
2165
|
"type": {
|
|
2162
|
-
"text": "
|
|
2166
|
+
"text": "HorizontalPosition"
|
|
2163
2167
|
},
|
|
2164
|
-
"default": "
|
|
2168
|
+
"default": "\"unset\"",
|
|
2169
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2170
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2171
|
+
"inheritedFrom": {
|
|
2172
|
+
"name": "AnchoredRegion",
|
|
2173
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2174
|
+
}
|
|
2165
2175
|
},
|
|
2166
2176
|
{
|
|
2167
|
-
"
|
|
2168
|
-
"name": "classNames",
|
|
2177
|
+
"name": "horizontal-viewport-lock",
|
|
2169
2178
|
"type": {
|
|
2170
|
-
"text": "
|
|
2179
|
+
"text": "boolean"
|
|
2180
|
+
},
|
|
2181
|
+
"default": "false",
|
|
2182
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2183
|
+
"fieldName": "horizontalViewportLock",
|
|
2184
|
+
"inheritedFrom": {
|
|
2185
|
+
"name": "AnchoredRegion",
|
|
2186
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2171
2187
|
}
|
|
2172
2188
|
},
|
|
2173
2189
|
{
|
|
2174
|
-
"
|
|
2175
|
-
"name": "definition",
|
|
2190
|
+
"name": "horizontal-inset",
|
|
2176
2191
|
"type": {
|
|
2177
|
-
"text": "
|
|
2192
|
+
"text": "boolean"
|
|
2193
|
+
},
|
|
2194
|
+
"default": "false",
|
|
2195
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2196
|
+
"fieldName": "horizontalInset",
|
|
2197
|
+
"inheritedFrom": {
|
|
2198
|
+
"name": "AnchoredRegion",
|
|
2199
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2178
2200
|
}
|
|
2179
2201
|
},
|
|
2180
2202
|
{
|
|
2181
|
-
"
|
|
2182
|
-
"name": "name",
|
|
2203
|
+
"name": "horizontal-threshold",
|
|
2183
2204
|
"type": {
|
|
2184
|
-
"text": "
|
|
2205
|
+
"text": "number"
|
|
2185
2206
|
},
|
|
2186
|
-
"
|
|
2207
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2208
|
+
"fieldName": "horizontalThreshold",
|
|
2209
|
+
"inheritedFrom": {
|
|
2210
|
+
"name": "AnchoredRegion",
|
|
2211
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2212
|
+
}
|
|
2187
2213
|
},
|
|
2188
2214
|
{
|
|
2189
|
-
"
|
|
2190
|
-
"name": "open",
|
|
2215
|
+
"name": "horizontal-scaling",
|
|
2191
2216
|
"type": {
|
|
2192
|
-
"text": "
|
|
2217
|
+
"text": "AxisScalingMode"
|
|
2193
2218
|
},
|
|
2194
|
-
"default": "
|
|
2219
|
+
"default": "\"content\"",
|
|
2220
|
+
"description": "Defines how the width of the region is calculated",
|
|
2221
|
+
"fieldName": "horizontalScaling",
|
|
2222
|
+
"inheritedFrom": {
|
|
2223
|
+
"name": "AnchoredRegion",
|
|
2224
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2225
|
+
}
|
|
2195
2226
|
},
|
|
2196
2227
|
{
|
|
2197
|
-
"
|
|
2198
|
-
"name": "buttonAppearance",
|
|
2228
|
+
"name": "vertical-positioning-mode",
|
|
2199
2229
|
"type": {
|
|
2200
|
-
"text": "
|
|
2230
|
+
"text": "AxisPositioningMode"
|
|
2231
|
+
},
|
|
2232
|
+
"default": "\"uncontrolled\"",
|
|
2233
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2234
|
+
"fieldName": "verticalPositioningMode",
|
|
2235
|
+
"inheritedFrom": {
|
|
2236
|
+
"name": "AnchoredRegion",
|
|
2237
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2201
2238
|
}
|
|
2202
2239
|
},
|
|
2203
2240
|
{
|
|
2204
|
-
"
|
|
2205
|
-
"name": "hideDisabled",
|
|
2241
|
+
"name": "vertical-default-position",
|
|
2206
2242
|
"type": {
|
|
2207
|
-
"text": "
|
|
2243
|
+
"text": "VerticalPosition"
|
|
2208
2244
|
},
|
|
2209
|
-
"default": "
|
|
2245
|
+
"default": "\"unset\"",
|
|
2246
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2247
|
+
"fieldName": "verticalDefaultPosition",
|
|
2248
|
+
"inheritedFrom": {
|
|
2249
|
+
"name": "AnchoredRegion",
|
|
2250
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2251
|
+
}
|
|
2210
2252
|
},
|
|
2211
2253
|
{
|
|
2212
|
-
"
|
|
2213
|
-
"name": "hideMenuSingleOption",
|
|
2254
|
+
"name": "vertical-viewport-lock",
|
|
2214
2255
|
"type": {
|
|
2215
2256
|
"text": "boolean"
|
|
2216
2257
|
},
|
|
2217
|
-
"default": "false"
|
|
2258
|
+
"default": "false",
|
|
2259
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2260
|
+
"fieldName": "verticalViewportLock",
|
|
2261
|
+
"inheritedFrom": {
|
|
2262
|
+
"name": "AnchoredRegion",
|
|
2263
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2264
|
+
}
|
|
2218
2265
|
},
|
|
2219
2266
|
{
|
|
2220
|
-
"
|
|
2221
|
-
"name": "singleOption",
|
|
2267
|
+
"name": "vertical-inset",
|
|
2222
2268
|
"type": {
|
|
2223
|
-
"text": "
|
|
2269
|
+
"text": "boolean"
|
|
2270
|
+
},
|
|
2271
|
+
"default": "false",
|
|
2272
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2273
|
+
"fieldName": "verticalInset",
|
|
2274
|
+
"inheritedFrom": {
|
|
2275
|
+
"name": "AnchoredRegion",
|
|
2276
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2224
2277
|
}
|
|
2225
2278
|
},
|
|
2226
2279
|
{
|
|
2227
|
-
"
|
|
2228
|
-
"name": "actionsMenu",
|
|
2280
|
+
"name": "vertical-threshold",
|
|
2229
2281
|
"type": {
|
|
2230
|
-
"text": "
|
|
2282
|
+
"text": "number"
|
|
2283
|
+
},
|
|
2284
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2285
|
+
"fieldName": "verticalThreshold",
|
|
2286
|
+
"inheritedFrom": {
|
|
2287
|
+
"name": "AnchoredRegion",
|
|
2288
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2231
2289
|
}
|
|
2232
2290
|
},
|
|
2233
2291
|
{
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
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"
|
|
2292
|
+
"name": "vertical-scaling",
|
|
2293
|
+
"type": {
|
|
2294
|
+
"text": "AxisScalingMode"
|
|
2295
|
+
},
|
|
2296
|
+
"default": "\"content\"",
|
|
2297
|
+
"description": "Defines how the height of the region is calculated",
|
|
2298
|
+
"fieldName": "verticalScaling",
|
|
2299
|
+
"inheritedFrom": {
|
|
2300
|
+
"name": "AnchoredRegion",
|
|
2301
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2302
|
+
}
|
|
2260
2303
|
},
|
|
2261
2304
|
{
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2305
|
+
"name": "fixed-placement",
|
|
2306
|
+
"type": {
|
|
2307
|
+
"text": "boolean"
|
|
2308
|
+
},
|
|
2309
|
+
"default": "false",
|
|
2310
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2311
|
+
"fieldName": "fixedPlacement",
|
|
2312
|
+
"inheritedFrom": {
|
|
2313
|
+
"name": "AnchoredRegion",
|
|
2314
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2315
|
+
}
|
|
2272
2316
|
},
|
|
2273
2317
|
{
|
|
2274
|
-
"
|
|
2275
|
-
"name": "allActions",
|
|
2318
|
+
"name": "auto-update-mode",
|
|
2276
2319
|
"type": {
|
|
2277
|
-
"text": "
|
|
2320
|
+
"text": "AutoUpdateMode"
|
|
2278
2321
|
},
|
|
2279
|
-
"
|
|
2280
|
-
|
|
2322
|
+
"default": "\"anchor\"",
|
|
2323
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2324
|
+
"fieldName": "autoUpdateMode",
|
|
2325
|
+
"inheritedFrom": {
|
|
2326
|
+
"name": "AnchoredRegion",
|
|
2327
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
],
|
|
2331
|
+
"members": [
|
|
2281
2332
|
{
|
|
2282
2333
|
"kind": "field",
|
|
2283
|
-
"name": "
|
|
2284
|
-
"
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
"
|
|
2288
|
-
"
|
|
2289
|
-
"
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
}
|
|
2295
|
-
}
|
|
2296
|
-
]
|
|
2334
|
+
"name": "anchor",
|
|
2335
|
+
"type": {
|
|
2336
|
+
"text": "string"
|
|
2337
|
+
},
|
|
2338
|
+
"privacy": "public",
|
|
2339
|
+
"default": "\"\"",
|
|
2340
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2341
|
+
"inheritedFrom": {
|
|
2342
|
+
"name": "AnchoredRegion",
|
|
2343
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2344
|
+
}
|
|
2297
2345
|
},
|
|
2298
2346
|
{
|
|
2299
2347
|
"kind": "method",
|
|
2300
|
-
"name": "
|
|
2301
|
-
"
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
"
|
|
2305
|
-
"text": "string"
|
|
2306
|
-
}
|
|
2348
|
+
"name": "anchorChanged",
|
|
2349
|
+
"privacy": "private",
|
|
2350
|
+
"return": {
|
|
2351
|
+
"type": {
|
|
2352
|
+
"text": "void"
|
|
2307
2353
|
}
|
|
2308
|
-
|
|
2354
|
+
},
|
|
2355
|
+
"inheritedFrom": {
|
|
2356
|
+
"name": "AnchoredRegion",
|
|
2357
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2358
|
+
}
|
|
2309
2359
|
},
|
|
2310
2360
|
{
|
|
2311
2361
|
"kind": "field",
|
|
2312
|
-
"name": "
|
|
2362
|
+
"name": "viewport",
|
|
2313
2363
|
"type": {
|
|
2314
|
-
"text": "
|
|
2364
|
+
"text": "string"
|
|
2315
2365
|
},
|
|
2316
|
-
"privacy": "
|
|
2317
|
-
"default": "
|
|
2366
|
+
"privacy": "public",
|
|
2367
|
+
"default": "\"\"",
|
|
2368
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2318
2369
|
"inheritedFrom": {
|
|
2319
|
-
"name": "
|
|
2320
|
-
"module": "src/
|
|
2370
|
+
"name": "AnchoredRegion",
|
|
2371
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2321
2372
|
}
|
|
2322
2373
|
},
|
|
2323
2374
|
{
|
|
2324
|
-
"kind": "
|
|
2325
|
-
"name": "
|
|
2326
|
-
"
|
|
2327
|
-
|
|
2375
|
+
"kind": "method",
|
|
2376
|
+
"name": "viewportChanged",
|
|
2377
|
+
"privacy": "private",
|
|
2378
|
+
"return": {
|
|
2379
|
+
"type": {
|
|
2380
|
+
"text": "void"
|
|
2381
|
+
}
|
|
2328
2382
|
},
|
|
2329
|
-
"privacy": "public",
|
|
2330
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2331
2383
|
"inheritedFrom": {
|
|
2332
|
-
"name": "
|
|
2333
|
-
"module": "src/
|
|
2384
|
+
"name": "AnchoredRegion",
|
|
2385
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2334
2386
|
}
|
|
2335
2387
|
},
|
|
2336
2388
|
{
|
|
2337
2389
|
"kind": "field",
|
|
2338
|
-
"name": "
|
|
2390
|
+
"name": "horizontalPositioningMode",
|
|
2339
2391
|
"type": {
|
|
2340
|
-
"text": "
|
|
2392
|
+
"text": "AxisPositioningMode"
|
|
2341
2393
|
},
|
|
2342
2394
|
"privacy": "public",
|
|
2343
|
-
"
|
|
2395
|
+
"default": "\"uncontrolled\"",
|
|
2396
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2344
2397
|
"inheritedFrom": {
|
|
2345
|
-
"name": "
|
|
2346
|
-
"module": "src/
|
|
2398
|
+
"name": "AnchoredRegion",
|
|
2399
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2347
2400
|
}
|
|
2348
2401
|
},
|
|
2349
2402
|
{
|
|
2350
2403
|
"kind": "method",
|
|
2351
|
-
"name": "
|
|
2352
|
-
"privacy": "
|
|
2404
|
+
"name": "horizontalPositioningModeChanged",
|
|
2405
|
+
"privacy": "private",
|
|
2353
2406
|
"return": {
|
|
2354
2407
|
"type": {
|
|
2355
2408
|
"text": "void"
|
|
2356
2409
|
}
|
|
2357
2410
|
},
|
|
2358
2411
|
"inheritedFrom": {
|
|
2359
|
-
"name": "
|
|
2360
|
-
"module": "src/
|
|
2412
|
+
"name": "AnchoredRegion",
|
|
2413
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2361
2414
|
}
|
|
2362
2415
|
},
|
|
2363
2416
|
{
|
|
2364
2417
|
"kind": "field",
|
|
2365
|
-
"name": "
|
|
2418
|
+
"name": "horizontalDefaultPosition",
|
|
2366
2419
|
"type": {
|
|
2367
|
-
"text": "
|
|
2420
|
+
"text": "HorizontalPosition"
|
|
2368
2421
|
},
|
|
2369
2422
|
"privacy": "public",
|
|
2370
|
-
"
|
|
2423
|
+
"default": "\"unset\"",
|
|
2424
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2371
2425
|
"inheritedFrom": {
|
|
2372
|
-
"name": "
|
|
2373
|
-
"module": "src/
|
|
2426
|
+
"name": "AnchoredRegion",
|
|
2427
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2374
2428
|
}
|
|
2375
2429
|
},
|
|
2376
2430
|
{
|
|
2377
2431
|
"kind": "method",
|
|
2378
|
-
"name": "
|
|
2379
|
-
"privacy": "
|
|
2432
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2433
|
+
"privacy": "private",
|
|
2380
2434
|
"return": {
|
|
2381
2435
|
"type": {
|
|
2382
2436
|
"text": "void"
|
|
2383
2437
|
}
|
|
2384
2438
|
},
|
|
2385
2439
|
"inheritedFrom": {
|
|
2386
|
-
"name": "
|
|
2387
|
-
"module": "src/
|
|
2440
|
+
"name": "AnchoredRegion",
|
|
2441
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2388
2442
|
}
|
|
2389
2443
|
},
|
|
2390
2444
|
{
|
|
2391
|
-
"kind": "
|
|
2392
|
-
"name": "
|
|
2445
|
+
"kind": "field",
|
|
2446
|
+
"name": "horizontalViewportLock",
|
|
2447
|
+
"type": {
|
|
2448
|
+
"text": "boolean"
|
|
2449
|
+
},
|
|
2393
2450
|
"privacy": "public",
|
|
2394
|
-
"
|
|
2451
|
+
"default": "false",
|
|
2452
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2453
|
+
"inheritedFrom": {
|
|
2454
|
+
"name": "AnchoredRegion",
|
|
2455
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"kind": "method",
|
|
2460
|
+
"name": "horizontalViewportLockChanged",
|
|
2461
|
+
"privacy": "private",
|
|
2395
2462
|
"return": {
|
|
2396
2463
|
"type": {
|
|
2397
|
-
"text": "
|
|
2464
|
+
"text": "void"
|
|
2398
2465
|
}
|
|
2399
2466
|
},
|
|
2400
|
-
"parameters": [
|
|
2401
|
-
{
|
|
2402
|
-
"name": "this",
|
|
2403
|
-
"type": {
|
|
2404
|
-
"text": "K"
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "elementDefinition",
|
|
2409
|
-
"type": {
|
|
2410
|
-
"text": "T"
|
|
2411
|
-
},
|
|
2412
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2413
|
-
}
|
|
2414
|
-
],
|
|
2415
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2416
2467
|
"inheritedFrom": {
|
|
2417
|
-
"name": "
|
|
2418
|
-
"module": "src/
|
|
2468
|
+
"name": "AnchoredRegion",
|
|
2469
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2419
2470
|
}
|
|
2420
|
-
}
|
|
2421
|
-
],
|
|
2422
|
-
"attributes": [
|
|
2471
|
+
},
|
|
2423
2472
|
{
|
|
2424
|
-
"
|
|
2473
|
+
"kind": "field",
|
|
2474
|
+
"name": "horizontalInset",
|
|
2425
2475
|
"type": {
|
|
2426
2476
|
"text": "boolean"
|
|
2427
2477
|
},
|
|
2478
|
+
"privacy": "public",
|
|
2428
2479
|
"default": "false",
|
|
2429
|
-
"
|
|
2480
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2481
|
+
"inheritedFrom": {
|
|
2482
|
+
"name": "AnchoredRegion",
|
|
2483
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2484
|
+
}
|
|
2430
2485
|
},
|
|
2431
2486
|
{
|
|
2432
|
-
"
|
|
2433
|
-
"
|
|
2434
|
-
|
|
2487
|
+
"kind": "method",
|
|
2488
|
+
"name": "horizontalInsetChanged",
|
|
2489
|
+
"privacy": "private",
|
|
2490
|
+
"return": {
|
|
2491
|
+
"type": {
|
|
2492
|
+
"text": "void"
|
|
2493
|
+
}
|
|
2435
2494
|
},
|
|
2436
|
-
"
|
|
2437
|
-
|
|
2495
|
+
"inheritedFrom": {
|
|
2496
|
+
"name": "AnchoredRegion",
|
|
2497
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2498
|
+
}
|
|
2438
2499
|
},
|
|
2439
2500
|
{
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
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",
|
|
2501
|
+
"kind": "field",
|
|
2502
|
+
"name": "horizontalThreshold",
|
|
2480
2503
|
"type": {
|
|
2481
|
-
"text": "
|
|
2504
|
+
"text": "number"
|
|
2482
2505
|
},
|
|
2483
|
-
"
|
|
2484
|
-
"
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
"name": "FoundationElement",
|
|
2489
|
-
"package": "@microsoft/fast-foundation"
|
|
2490
|
-
},
|
|
2491
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
2492
|
-
"customElement": true
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "variable",
|
|
2496
|
-
"name": "foundationActionsMenu",
|
|
2497
|
-
"description": "The Foundation Actions Menu",
|
|
2498
|
-
"privacy": "public"
|
|
2499
|
-
}
|
|
2500
|
-
],
|
|
2501
|
-
"exports": [
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "js",
|
|
2504
|
-
"name": "ActionsMenu",
|
|
2505
|
-
"declaration": {
|
|
2506
|
-
"name": "ActionsMenu",
|
|
2507
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "js",
|
|
2512
|
-
"name": "foundationActionsMenu",
|
|
2513
|
-
"declaration": {
|
|
2514
|
-
"name": "foundationActionsMenu",
|
|
2515
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2518
|
-
]
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "javascript-module",
|
|
2522
|
-
"path": "src/actions-menu/index.ts",
|
|
2523
|
-
"declarations": [],
|
|
2524
|
-
"exports": [
|
|
2525
|
-
{
|
|
2526
|
-
"kind": "js",
|
|
2527
|
-
"name": "*",
|
|
2528
|
-
"declaration": {
|
|
2529
|
-
"name": "*",
|
|
2530
|
-
"package": "./actions-menu.styles"
|
|
2531
|
-
}
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"kind": "js",
|
|
2535
|
-
"name": "*",
|
|
2536
|
-
"declaration": {
|
|
2537
|
-
"name": "*",
|
|
2538
|
-
"package": "./actions-menu.template"
|
|
2539
|
-
}
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"kind": "js",
|
|
2543
|
-
"name": "*",
|
|
2544
|
-
"declaration": {
|
|
2545
|
-
"name": "*",
|
|
2546
|
-
"package": "./actions-menu"
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"kind": "javascript-module",
|
|
2553
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2554
|
-
"declarations": [
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "function",
|
|
2557
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2558
|
-
"return": {
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2561
|
-
}
|
|
2562
|
-
},
|
|
2563
|
-
"parameters": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "context",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "ElementDefinitionContext"
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "definition",
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "FoundationElementDefinition"
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
]
|
|
2577
|
-
}
|
|
2578
|
-
],
|
|
2579
|
-
"exports": [
|
|
2580
|
-
{
|
|
2581
|
-
"kind": "js",
|
|
2582
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2583
|
-
"declaration": {
|
|
2584
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
|
-
}
|
|
2587
|
-
}
|
|
2588
|
-
]
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"kind": "javascript-module",
|
|
2592
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2593
|
-
"declarations": [
|
|
2594
|
-
{
|
|
2595
|
-
"kind": "function",
|
|
2596
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2597
|
-
"return": {
|
|
2598
|
-
"type": {
|
|
2599
|
-
"text": "ElementStyles"
|
|
2600
|
-
}
|
|
2601
|
-
},
|
|
2602
|
-
"parameters": [
|
|
2603
|
-
{
|
|
2604
|
-
"name": "context",
|
|
2605
|
-
"type": {
|
|
2606
|
-
"text": "ElementDefinitionContext"
|
|
2506
|
+
"privacy": "public",
|
|
2507
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2508
|
+
"inheritedFrom": {
|
|
2509
|
+
"name": "AnchoredRegion",
|
|
2510
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2607
2511
|
}
|
|
2608
2512
|
},
|
|
2609
2513
|
{
|
|
2610
|
-
"
|
|
2611
|
-
"
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
],
|
|
2618
|
-
"exports": [
|
|
2619
|
-
{
|
|
2620
|
-
"kind": "js",
|
|
2621
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2622
|
-
"declaration": {
|
|
2623
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2624
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2625
|
-
}
|
|
2626
|
-
}
|
|
2627
|
-
]
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"kind": "javascript-module",
|
|
2631
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2632
|
-
"declarations": [
|
|
2633
|
-
{
|
|
2634
|
-
"kind": "class",
|
|
2635
|
-
"description": "",
|
|
2636
|
-
"name": "AnchoredRegion",
|
|
2637
|
-
"superclass": {
|
|
2638
|
-
"name": "FASTAnchoredRegion",
|
|
2639
|
-
"package": "@microsoft/fast-components"
|
|
2640
|
-
},
|
|
2641
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2642
|
-
"customElement": true,
|
|
2643
|
-
"attributes": [
|
|
2644
|
-
{
|
|
2645
|
-
"name": "anchor",
|
|
2646
|
-
"type": {
|
|
2647
|
-
"text": "string"
|
|
2514
|
+
"kind": "method",
|
|
2515
|
+
"name": "horizontalThresholdChanged",
|
|
2516
|
+
"privacy": "private",
|
|
2517
|
+
"return": {
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "void"
|
|
2520
|
+
}
|
|
2648
2521
|
},
|
|
2649
|
-
"default": "\"\"",
|
|
2650
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2651
|
-
"fieldName": "anchor",
|
|
2652
2522
|
"inheritedFrom": {
|
|
2653
2523
|
"name": "AnchoredRegion",
|
|
2654
2524
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2655
2525
|
}
|
|
2656
2526
|
},
|
|
2657
2527
|
{
|
|
2658
|
-
"
|
|
2528
|
+
"kind": "field",
|
|
2529
|
+
"name": "horizontalScaling",
|
|
2659
2530
|
"type": {
|
|
2660
|
-
"text": "
|
|
2531
|
+
"text": "AxisScalingMode"
|
|
2661
2532
|
},
|
|
2662
|
-
"
|
|
2663
|
-
"
|
|
2664
|
-
"
|
|
2533
|
+
"privacy": "public",
|
|
2534
|
+
"default": "\"content\"",
|
|
2535
|
+
"description": "Defines how the width of the region is calculated",
|
|
2665
2536
|
"inheritedFrom": {
|
|
2666
2537
|
"name": "AnchoredRegion",
|
|
2667
2538
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2668
2539
|
}
|
|
2669
2540
|
},
|
|
2670
2541
|
{
|
|
2671
|
-
"
|
|
2672
|
-
"
|
|
2673
|
-
|
|
2542
|
+
"kind": "method",
|
|
2543
|
+
"name": "horizontalScalingChanged",
|
|
2544
|
+
"privacy": "private",
|
|
2545
|
+
"return": {
|
|
2546
|
+
"type": {
|
|
2547
|
+
"text": "void"
|
|
2548
|
+
}
|
|
2674
2549
|
},
|
|
2675
|
-
"default": "\"uncontrolled\"",
|
|
2676
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2677
|
-
"fieldName": "horizontalPositioningMode",
|
|
2678
2550
|
"inheritedFrom": {
|
|
2679
2551
|
"name": "AnchoredRegion",
|
|
2680
2552
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2681
2553
|
}
|
|
2682
2554
|
},
|
|
2683
2555
|
{
|
|
2684
|
-
"
|
|
2556
|
+
"kind": "field",
|
|
2557
|
+
"name": "verticalPositioningMode",
|
|
2685
2558
|
"type": {
|
|
2686
|
-
"text": "
|
|
2559
|
+
"text": "AxisPositioningMode"
|
|
2687
2560
|
},
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2561
|
+
"privacy": "public",
|
|
2562
|
+
"default": "\"uncontrolled\"",
|
|
2563
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2691
2564
|
"inheritedFrom": {
|
|
2692
2565
|
"name": "AnchoredRegion",
|
|
2693
2566
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2694
2567
|
}
|
|
2695
2568
|
},
|
|
2696
2569
|
{
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
"inheritedFrom": {
|
|
2705
|
-
"name": "AnchoredRegion",
|
|
2706
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2707
|
-
}
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"name": "horizontal-inset",
|
|
2711
|
-
"type": {
|
|
2712
|
-
"text": "boolean"
|
|
2713
|
-
},
|
|
2714
|
-
"default": "false",
|
|
2715
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2716
|
-
"fieldName": "horizontalInset",
|
|
2717
|
-
"inheritedFrom": {
|
|
2718
|
-
"name": "AnchoredRegion",
|
|
2719
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2720
|
-
}
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"name": "horizontal-threshold",
|
|
2724
|
-
"type": {
|
|
2725
|
-
"text": "number"
|
|
2726
|
-
},
|
|
2727
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2728
|
-
"fieldName": "horizontalThreshold",
|
|
2729
|
-
"inheritedFrom": {
|
|
2730
|
-
"name": "AnchoredRegion",
|
|
2731
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"name": "horizontal-scaling",
|
|
2736
|
-
"type": {
|
|
2737
|
-
"text": "AxisScalingMode"
|
|
2738
|
-
},
|
|
2739
|
-
"default": "\"content\"",
|
|
2740
|
-
"description": "Defines how the width of the region is calculated",
|
|
2741
|
-
"fieldName": "horizontalScaling",
|
|
2742
|
-
"inheritedFrom": {
|
|
2743
|
-
"name": "AnchoredRegion",
|
|
2744
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2745
|
-
}
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "vertical-positioning-mode",
|
|
2749
|
-
"type": {
|
|
2750
|
-
"text": "AxisPositioningMode"
|
|
2570
|
+
"kind": "method",
|
|
2571
|
+
"name": "verticalPositioningModeChanged",
|
|
2572
|
+
"privacy": "private",
|
|
2573
|
+
"return": {
|
|
2574
|
+
"type": {
|
|
2575
|
+
"text": "void"
|
|
2576
|
+
}
|
|
2751
2577
|
},
|
|
2752
|
-
"default": "\"uncontrolled\"",
|
|
2753
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2754
|
-
"fieldName": "verticalPositioningMode",
|
|
2755
2578
|
"inheritedFrom": {
|
|
2756
2579
|
"name": "AnchoredRegion",
|
|
2757
2580
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2758
2581
|
}
|
|
2759
2582
|
},
|
|
2760
2583
|
{
|
|
2761
|
-
"
|
|
2584
|
+
"kind": "field",
|
|
2585
|
+
"name": "verticalDefaultPosition",
|
|
2762
2586
|
"type": {
|
|
2763
2587
|
"text": "VerticalPosition"
|
|
2764
2588
|
},
|
|
2589
|
+
"privacy": "public",
|
|
2765
2590
|
"default": "\"unset\"",
|
|
2766
2591
|
"description": "The default vertical position of the region relative to the anchor element",
|
|
2767
|
-
"fieldName": "verticalDefaultPosition",
|
|
2768
2592
|
"inheritedFrom": {
|
|
2769
2593
|
"name": "AnchoredRegion",
|
|
2770
2594
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2771
2595
|
}
|
|
2772
2596
|
},
|
|
2773
2597
|
{
|
|
2774
|
-
"
|
|
2775
|
-
"
|
|
2776
|
-
|
|
2598
|
+
"kind": "method",
|
|
2599
|
+
"name": "verticalDefaultPositionChanged",
|
|
2600
|
+
"privacy": "private",
|
|
2601
|
+
"return": {
|
|
2602
|
+
"type": {
|
|
2603
|
+
"text": "void"
|
|
2604
|
+
}
|
|
2777
2605
|
},
|
|
2778
|
-
"default": "false",
|
|
2779
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2780
|
-
"fieldName": "verticalViewportLock",
|
|
2781
2606
|
"inheritedFrom": {
|
|
2782
2607
|
"name": "AnchoredRegion",
|
|
2783
2608
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2784
2609
|
}
|
|
2785
2610
|
},
|
|
2786
2611
|
{
|
|
2787
|
-
"
|
|
2612
|
+
"kind": "field",
|
|
2613
|
+
"name": "verticalViewportLock",
|
|
2788
2614
|
"type": {
|
|
2789
2615
|
"text": "boolean"
|
|
2790
2616
|
},
|
|
2617
|
+
"privacy": "public",
|
|
2791
2618
|
"default": "false",
|
|
2792
|
-
"description": "Whether the region
|
|
2793
|
-
"fieldName": "verticalInset",
|
|
2794
|
-
"inheritedFrom": {
|
|
2795
|
-
"name": "AnchoredRegion",
|
|
2796
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2797
|
-
}
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"name": "vertical-threshold",
|
|
2801
|
-
"type": {
|
|
2802
|
-
"text": "number"
|
|
2803
|
-
},
|
|
2804
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2805
|
-
"fieldName": "verticalThreshold",
|
|
2619
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2806
2620
|
"inheritedFrom": {
|
|
2807
2621
|
"name": "AnchoredRegion",
|
|
2808
2622
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2809
2623
|
}
|
|
2810
2624
|
},
|
|
2811
2625
|
{
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
2814
|
-
|
|
2626
|
+
"kind": "method",
|
|
2627
|
+
"name": "verticalViewportLockChanged",
|
|
2628
|
+
"privacy": "private",
|
|
2629
|
+
"return": {
|
|
2630
|
+
"type": {
|
|
2631
|
+
"text": "void"
|
|
2632
|
+
}
|
|
2815
2633
|
},
|
|
2816
|
-
"default": "\"content\"",
|
|
2817
|
-
"description": "Defines how the height of the region is calculated",
|
|
2818
|
-
"fieldName": "verticalScaling",
|
|
2819
2634
|
"inheritedFrom": {
|
|
2820
2635
|
"name": "AnchoredRegion",
|
|
2821
2636
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2822
2637
|
}
|
|
2823
2638
|
},
|
|
2824
2639
|
{
|
|
2825
|
-
"
|
|
2640
|
+
"kind": "field",
|
|
2641
|
+
"name": "verticalInset",
|
|
2826
2642
|
"type": {
|
|
2827
2643
|
"text": "boolean"
|
|
2828
2644
|
},
|
|
2645
|
+
"privacy": "public",
|
|
2829
2646
|
"default": "false",
|
|
2830
|
-
"description": "Whether the region
|
|
2831
|
-
"fieldName": "fixedPlacement",
|
|
2647
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2832
2648
|
"inheritedFrom": {
|
|
2833
2649
|
"name": "AnchoredRegion",
|
|
2834
2650
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2835
2651
|
}
|
|
2836
2652
|
},
|
|
2837
2653
|
{
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2840
|
-
|
|
2654
|
+
"kind": "method",
|
|
2655
|
+
"name": "verticalInsetChanged",
|
|
2656
|
+
"privacy": "private",
|
|
2657
|
+
"return": {
|
|
2658
|
+
"type": {
|
|
2659
|
+
"text": "void"
|
|
2660
|
+
}
|
|
2841
2661
|
},
|
|
2842
|
-
"default": "\"anchor\"",
|
|
2843
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2844
|
-
"fieldName": "autoUpdateMode",
|
|
2845
2662
|
"inheritedFrom": {
|
|
2846
2663
|
"name": "AnchoredRegion",
|
|
2847
2664
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2848
2665
|
}
|
|
2849
|
-
}
|
|
2850
|
-
],
|
|
2851
|
-
"members": [
|
|
2666
|
+
},
|
|
2852
2667
|
{
|
|
2853
2668
|
"kind": "field",
|
|
2854
|
-
"name": "
|
|
2669
|
+
"name": "verticalThreshold",
|
|
2855
2670
|
"type": {
|
|
2856
|
-
"text": "
|
|
2671
|
+
"text": "number"
|
|
2857
2672
|
},
|
|
2858
2673
|
"privacy": "public",
|
|
2859
|
-
"
|
|
2860
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2674
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2861
2675
|
"inheritedFrom": {
|
|
2862
2676
|
"name": "AnchoredRegion",
|
|
2863
2677
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2865,7 +2679,7 @@
|
|
|
2865
2679
|
},
|
|
2866
2680
|
{
|
|
2867
2681
|
"kind": "method",
|
|
2868
|
-
"name": "
|
|
2682
|
+
"name": "verticalThresholdChanged",
|
|
2869
2683
|
"privacy": "private",
|
|
2870
2684
|
"return": {
|
|
2871
2685
|
"type": {
|
|
@@ -2879,13 +2693,13 @@
|
|
|
2879
2693
|
},
|
|
2880
2694
|
{
|
|
2881
2695
|
"kind": "field",
|
|
2882
|
-
"name": "
|
|
2696
|
+
"name": "verticalScaling",
|
|
2883
2697
|
"type": {
|
|
2884
|
-
"text": "
|
|
2698
|
+
"text": "AxisScalingMode"
|
|
2885
2699
|
},
|
|
2886
2700
|
"privacy": "public",
|
|
2887
|
-
"default": "\"\"",
|
|
2888
|
-
"description": "
|
|
2701
|
+
"default": "\"content\"",
|
|
2702
|
+
"description": "Defines how the height of the region is calculated",
|
|
2889
2703
|
"inheritedFrom": {
|
|
2890
2704
|
"name": "AnchoredRegion",
|
|
2891
2705
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2893,7 +2707,7 @@
|
|
|
2893
2707
|
},
|
|
2894
2708
|
{
|
|
2895
2709
|
"kind": "method",
|
|
2896
|
-
"name": "
|
|
2710
|
+
"name": "verticalScalingChanged",
|
|
2897
2711
|
"privacy": "private",
|
|
2898
2712
|
"return": {
|
|
2899
2713
|
"type": {
|
|
@@ -2907,13 +2721,13 @@
|
|
|
2907
2721
|
},
|
|
2908
2722
|
{
|
|
2909
2723
|
"kind": "field",
|
|
2910
|
-
"name": "
|
|
2724
|
+
"name": "fixedPlacement",
|
|
2911
2725
|
"type": {
|
|
2912
|
-
"text": "
|
|
2726
|
+
"text": "boolean"
|
|
2913
2727
|
},
|
|
2914
2728
|
"privacy": "public",
|
|
2915
|
-
"default": "
|
|
2916
|
-
"description": "
|
|
2729
|
+
"default": "false",
|
|
2730
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2917
2731
|
"inheritedFrom": {
|
|
2918
2732
|
"name": "AnchoredRegion",
|
|
2919
2733
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2921,7 +2735,7 @@
|
|
|
2921
2735
|
},
|
|
2922
2736
|
{
|
|
2923
2737
|
"kind": "method",
|
|
2924
|
-
"name": "
|
|
2738
|
+
"name": "fixedPlacementChanged",
|
|
2925
2739
|
"privacy": "private",
|
|
2926
2740
|
"return": {
|
|
2927
2741
|
"type": {
|
|
@@ -2935,13 +2749,13 @@
|
|
|
2935
2749
|
},
|
|
2936
2750
|
{
|
|
2937
2751
|
"kind": "field",
|
|
2938
|
-
"name": "
|
|
2752
|
+
"name": "autoUpdateMode",
|
|
2939
2753
|
"type": {
|
|
2940
|
-
"text": "
|
|
2754
|
+
"text": "AutoUpdateMode"
|
|
2941
2755
|
},
|
|
2942
2756
|
"privacy": "public",
|
|
2943
|
-
"default": "\"
|
|
2944
|
-
"description": "
|
|
2757
|
+
"default": "\"anchor\"",
|
|
2758
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2945
2759
|
"inheritedFrom": {
|
|
2946
2760
|
"name": "AnchoredRegion",
|
|
2947
2761
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2949,13 +2763,27 @@
|
|
|
2949
2763
|
},
|
|
2950
2764
|
{
|
|
2951
2765
|
"kind": "method",
|
|
2952
|
-
"name": "
|
|
2766
|
+
"name": "autoUpdateModeChanged",
|
|
2953
2767
|
"privacy": "private",
|
|
2954
2768
|
"return": {
|
|
2955
2769
|
"type": {
|
|
2956
2770
|
"text": "void"
|
|
2957
2771
|
}
|
|
2958
2772
|
},
|
|
2773
|
+
"parameters": [
|
|
2774
|
+
{
|
|
2775
|
+
"name": "prevMode",
|
|
2776
|
+
"type": {
|
|
2777
|
+
"text": "AutoUpdateMode"
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "newMode",
|
|
2782
|
+
"type": {
|
|
2783
|
+
"text": "AutoUpdateMode"
|
|
2784
|
+
}
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2959
2787
|
"inheritedFrom": {
|
|
2960
2788
|
"name": "AnchoredRegion",
|
|
2961
2789
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2963,13 +2791,13 @@
|
|
|
2963
2791
|
},
|
|
2964
2792
|
{
|
|
2965
2793
|
"kind": "field",
|
|
2966
|
-
"name": "
|
|
2794
|
+
"name": "anchorElement",
|
|
2967
2795
|
"type": {
|
|
2968
|
-
"text": "
|
|
2796
|
+
"text": "HTMLElement | null"
|
|
2969
2797
|
},
|
|
2970
2798
|
"privacy": "public",
|
|
2971
|
-
"default": "
|
|
2972
|
-
"description": "
|
|
2799
|
+
"default": "null",
|
|
2800
|
+
"description": "The HTML element being used as the anchor",
|
|
2973
2801
|
"inheritedFrom": {
|
|
2974
2802
|
"name": "AnchoredRegion",
|
|
2975
2803
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2977,7 +2805,7 @@
|
|
|
2977
2805
|
},
|
|
2978
2806
|
{
|
|
2979
2807
|
"kind": "method",
|
|
2980
|
-
"name": "
|
|
2808
|
+
"name": "anchorElementChanged",
|
|
2981
2809
|
"privacy": "private",
|
|
2982
2810
|
"return": {
|
|
2983
2811
|
"type": {
|
|
@@ -2991,13 +2819,13 @@
|
|
|
2991
2819
|
},
|
|
2992
2820
|
{
|
|
2993
2821
|
"kind": "field",
|
|
2994
|
-
"name": "
|
|
2822
|
+
"name": "viewportElement",
|
|
2995
2823
|
"type": {
|
|
2996
|
-
"text": "
|
|
2824
|
+
"text": "HTMLElement | null"
|
|
2997
2825
|
},
|
|
2998
2826
|
"privacy": "public",
|
|
2999
|
-
"default": "
|
|
3000
|
-
"description": "
|
|
2827
|
+
"default": "null",
|
|
2828
|
+
"description": "The HTML element being used as the viewport",
|
|
3001
2829
|
"inheritedFrom": {
|
|
3002
2830
|
"name": "AnchoredRegion",
|
|
3003
2831
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3005,7 +2833,7 @@
|
|
|
3005
2833
|
},
|
|
3006
2834
|
{
|
|
3007
2835
|
"kind": "method",
|
|
3008
|
-
"name": "
|
|
2836
|
+
"name": "viewportElementChanged",
|
|
3009
2837
|
"privacy": "private",
|
|
3010
2838
|
"return": {
|
|
3011
2839
|
"type": {
|
|
@@ -3019,26 +2847,25 @@
|
|
|
3019
2847
|
},
|
|
3020
2848
|
{
|
|
3021
2849
|
"kind": "field",
|
|
3022
|
-
"name": "
|
|
2850
|
+
"name": "verticalPosition",
|
|
3023
2851
|
"type": {
|
|
3024
|
-
"text": "
|
|
2852
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3025
2853
|
},
|
|
3026
2854
|
"privacy": "public",
|
|
3027
|
-
"description": "
|
|
2855
|
+
"description": "indicates the current horizontal position of the region",
|
|
3028
2856
|
"inheritedFrom": {
|
|
3029
2857
|
"name": "AnchoredRegion",
|
|
3030
2858
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3031
2859
|
}
|
|
3032
2860
|
},
|
|
3033
2861
|
{
|
|
3034
|
-
"kind": "
|
|
3035
|
-
"name": "
|
|
3036
|
-
"
|
|
3037
|
-
|
|
3038
|
-
"type": {
|
|
3039
|
-
"text": "void"
|
|
3040
|
-
}
|
|
2862
|
+
"kind": "field",
|
|
2863
|
+
"name": "horizontalPosition",
|
|
2864
|
+
"type": {
|
|
2865
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3041
2866
|
},
|
|
2867
|
+
"privacy": "public",
|
|
2868
|
+
"description": "indicates the current vertical position of the region",
|
|
3042
2869
|
"inheritedFrom": {
|
|
3043
2870
|
"name": "AnchoredRegion",
|
|
3044
2871
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3046,27 +2873,24 @@
|
|
|
3046
2873
|
},
|
|
3047
2874
|
{
|
|
3048
2875
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
2876
|
+
"name": "translateX",
|
|
3050
2877
|
"type": {
|
|
3051
|
-
"text": "
|
|
2878
|
+
"text": "number"
|
|
3052
2879
|
},
|
|
3053
|
-
"privacy": "
|
|
3054
|
-
"
|
|
3055
|
-
"description": "Defines how the width of the region is calculated",
|
|
2880
|
+
"privacy": "private",
|
|
2881
|
+
"description": "values to be applied to the component's transform on render",
|
|
3056
2882
|
"inheritedFrom": {
|
|
3057
2883
|
"name": "AnchoredRegion",
|
|
3058
2884
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3059
2885
|
}
|
|
3060
2886
|
},
|
|
3061
2887
|
{
|
|
3062
|
-
"kind": "
|
|
3063
|
-
"name": "
|
|
3064
|
-
"
|
|
3065
|
-
|
|
3066
|
-
"type": {
|
|
3067
|
-
"text": "void"
|
|
3068
|
-
}
|
|
2888
|
+
"kind": "field",
|
|
2889
|
+
"name": "translateY",
|
|
2890
|
+
"type": {
|
|
2891
|
+
"text": "number"
|
|
3069
2892
|
},
|
|
2893
|
+
"privacy": "private",
|
|
3070
2894
|
"inheritedFrom": {
|
|
3071
2895
|
"name": "AnchoredRegion",
|
|
3072
2896
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3074,27 +2898,24 @@
|
|
|
3074
2898
|
},
|
|
3075
2899
|
{
|
|
3076
2900
|
"kind": "field",
|
|
3077
|
-
"name": "
|
|
2901
|
+
"name": "regionWidth",
|
|
3078
2902
|
"type": {
|
|
3079
|
-
"text": "
|
|
2903
|
+
"text": "string"
|
|
3080
2904
|
},
|
|
3081
|
-
"privacy": "
|
|
3082
|
-
"
|
|
3083
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2905
|
+
"privacy": "private",
|
|
2906
|
+
"description": "the span to be applied to the region on each axis",
|
|
3084
2907
|
"inheritedFrom": {
|
|
3085
2908
|
"name": "AnchoredRegion",
|
|
3086
2909
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3087
2910
|
}
|
|
3088
2911
|
},
|
|
3089
2912
|
{
|
|
3090
|
-
"kind": "
|
|
3091
|
-
"name": "
|
|
3092
|
-
"
|
|
3093
|
-
|
|
3094
|
-
"type": {
|
|
3095
|
-
"text": "void"
|
|
3096
|
-
}
|
|
2913
|
+
"kind": "field",
|
|
2914
|
+
"name": "regionHeight",
|
|
2915
|
+
"type": {
|
|
2916
|
+
"text": "string"
|
|
3097
2917
|
},
|
|
2918
|
+
"privacy": "private",
|
|
3098
2919
|
"inheritedFrom": {
|
|
3099
2920
|
"name": "AnchoredRegion",
|
|
3100
2921
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3102,27 +2923,24 @@
|
|
|
3102
2923
|
},
|
|
3103
2924
|
{
|
|
3104
2925
|
"kind": "field",
|
|
3105
|
-
"name": "
|
|
2926
|
+
"name": "resizeDetector",
|
|
3106
2927
|
"type": {
|
|
3107
|
-
"text": "
|
|
2928
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3108
2929
|
},
|
|
3109
|
-
"privacy": "
|
|
3110
|
-
"default": "
|
|
3111
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2930
|
+
"privacy": "private",
|
|
2931
|
+
"default": "null",
|
|
3112
2932
|
"inheritedFrom": {
|
|
3113
2933
|
"name": "AnchoredRegion",
|
|
3114
2934
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3115
2935
|
}
|
|
3116
2936
|
},
|
|
3117
2937
|
{
|
|
3118
|
-
"kind": "
|
|
3119
|
-
"name": "
|
|
3120
|
-
"
|
|
3121
|
-
|
|
3122
|
-
"type": {
|
|
3123
|
-
"text": "void"
|
|
3124
|
-
}
|
|
2938
|
+
"kind": "field",
|
|
2939
|
+
"name": "viewportRect",
|
|
2940
|
+
"type": {
|
|
2941
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3125
2942
|
},
|
|
2943
|
+
"privacy": "private",
|
|
3126
2944
|
"inheritedFrom": {
|
|
3127
2945
|
"name": "AnchoredRegion",
|
|
3128
2946
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3130,27 +2948,23 @@
|
|
|
3130
2948
|
},
|
|
3131
2949
|
{
|
|
3132
2950
|
"kind": "field",
|
|
3133
|
-
"name": "
|
|
2951
|
+
"name": "anchorRect",
|
|
3134
2952
|
"type": {
|
|
3135
|
-
"text": "
|
|
2953
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3136
2954
|
},
|
|
3137
|
-
"privacy": "
|
|
3138
|
-
"default": "false",
|
|
3139
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2955
|
+
"privacy": "private",
|
|
3140
2956
|
"inheritedFrom": {
|
|
3141
2957
|
"name": "AnchoredRegion",
|
|
3142
2958
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3143
2959
|
}
|
|
3144
2960
|
},
|
|
3145
2961
|
{
|
|
3146
|
-
"kind": "
|
|
3147
|
-
"name": "
|
|
3148
|
-
"
|
|
3149
|
-
|
|
3150
|
-
"type": {
|
|
3151
|
-
"text": "void"
|
|
3152
|
-
}
|
|
2962
|
+
"kind": "field",
|
|
2963
|
+
"name": "regionRect",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3153
2966
|
},
|
|
2967
|
+
"privacy": "private",
|
|
3154
2968
|
"inheritedFrom": {
|
|
3155
2969
|
"name": "AnchoredRegion",
|
|
3156
2970
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3158,27 +2972,26 @@
|
|
|
3158
2972
|
},
|
|
3159
2973
|
{
|
|
3160
2974
|
"kind": "field",
|
|
3161
|
-
"name": "
|
|
2975
|
+
"name": "baseHorizontalOffset",
|
|
3162
2976
|
"type": {
|
|
3163
|
-
"text": "
|
|
2977
|
+
"text": "number"
|
|
3164
2978
|
},
|
|
3165
|
-
"privacy": "
|
|
3166
|
-
"default": "
|
|
3167
|
-
"description": "
|
|
2979
|
+
"privacy": "private",
|
|
2980
|
+
"default": "0",
|
|
2981
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3168
2982
|
"inheritedFrom": {
|
|
3169
2983
|
"name": "AnchoredRegion",
|
|
3170
2984
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3171
2985
|
}
|
|
3172
2986
|
},
|
|
3173
2987
|
{
|
|
3174
|
-
"kind": "
|
|
3175
|
-
"name": "
|
|
3176
|
-
"
|
|
3177
|
-
|
|
3178
|
-
"type": {
|
|
3179
|
-
"text": "void"
|
|
3180
|
-
}
|
|
2988
|
+
"kind": "field",
|
|
2989
|
+
"name": "baseVerticalOffset",
|
|
2990
|
+
"type": {
|
|
2991
|
+
"text": "number"
|
|
3181
2992
|
},
|
|
2993
|
+
"privacy": "private",
|
|
2994
|
+
"default": "0",
|
|
3182
2995
|
"inheritedFrom": {
|
|
3183
2996
|
"name": "AnchoredRegion",
|
|
3184
2997
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3186,26 +2999,25 @@
|
|
|
3186
2999
|
},
|
|
3187
3000
|
{
|
|
3188
3001
|
"kind": "field",
|
|
3189
|
-
"name": "
|
|
3002
|
+
"name": "pendingPositioningUpdate",
|
|
3190
3003
|
"type": {
|
|
3191
|
-
"text": "
|
|
3004
|
+
"text": "boolean"
|
|
3192
3005
|
},
|
|
3193
|
-
"privacy": "
|
|
3194
|
-
"
|
|
3006
|
+
"privacy": "private",
|
|
3007
|
+
"default": "false",
|
|
3195
3008
|
"inheritedFrom": {
|
|
3196
3009
|
"name": "AnchoredRegion",
|
|
3197
3010
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3198
3011
|
}
|
|
3199
3012
|
},
|
|
3200
3013
|
{
|
|
3201
|
-
"kind": "
|
|
3202
|
-
"name": "
|
|
3203
|
-
"
|
|
3204
|
-
|
|
3205
|
-
"type": {
|
|
3206
|
-
"text": "void"
|
|
3207
|
-
}
|
|
3014
|
+
"kind": "field",
|
|
3015
|
+
"name": "pendingReset",
|
|
3016
|
+
"type": {
|
|
3017
|
+
"text": "boolean"
|
|
3208
3018
|
},
|
|
3019
|
+
"privacy": "private",
|
|
3020
|
+
"default": "false",
|
|
3209
3021
|
"inheritedFrom": {
|
|
3210
3022
|
"name": "AnchoredRegion",
|
|
3211
3023
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3213,27 +3025,24 @@
|
|
|
3213
3025
|
},
|
|
3214
3026
|
{
|
|
3215
3027
|
"kind": "field",
|
|
3216
|
-
"name": "
|
|
3028
|
+
"name": "currentDirection",
|
|
3217
3029
|
"type": {
|
|
3218
|
-
"text": "
|
|
3030
|
+
"text": "Direction"
|
|
3219
3031
|
},
|
|
3220
|
-
"privacy": "
|
|
3221
|
-
"default": "\"content\"",
|
|
3222
|
-
"description": "Defines how the height of the region is calculated",
|
|
3032
|
+
"privacy": "private",
|
|
3223
3033
|
"inheritedFrom": {
|
|
3224
3034
|
"name": "AnchoredRegion",
|
|
3225
3035
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3226
3036
|
}
|
|
3227
3037
|
},
|
|
3228
3038
|
{
|
|
3229
|
-
"kind": "
|
|
3230
|
-
"name": "
|
|
3231
|
-
"
|
|
3232
|
-
|
|
3233
|
-
"type": {
|
|
3234
|
-
"text": "void"
|
|
3235
|
-
}
|
|
3039
|
+
"kind": "field",
|
|
3040
|
+
"name": "regionVisible",
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": "boolean"
|
|
3236
3043
|
},
|
|
3044
|
+
"privacy": "private",
|
|
3045
|
+
"default": "false",
|
|
3237
3046
|
"inheritedFrom": {
|
|
3238
3047
|
"name": "AnchoredRegion",
|
|
3239
3048
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3241,27 +3050,25 @@
|
|
|
3241
3050
|
},
|
|
3242
3051
|
{
|
|
3243
3052
|
"kind": "field",
|
|
3244
|
-
"name": "
|
|
3053
|
+
"name": "forceUpdate",
|
|
3245
3054
|
"type": {
|
|
3246
3055
|
"text": "boolean"
|
|
3247
3056
|
},
|
|
3248
|
-
"privacy": "
|
|
3057
|
+
"privacy": "private",
|
|
3249
3058
|
"default": "false",
|
|
3250
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3251
3059
|
"inheritedFrom": {
|
|
3252
3060
|
"name": "AnchoredRegion",
|
|
3253
3061
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3254
3062
|
}
|
|
3255
3063
|
},
|
|
3256
3064
|
{
|
|
3257
|
-
"kind": "
|
|
3258
|
-
"name": "
|
|
3259
|
-
"
|
|
3260
|
-
|
|
3261
|
-
"type": {
|
|
3262
|
-
"text": "void"
|
|
3263
|
-
}
|
|
3065
|
+
"kind": "field",
|
|
3066
|
+
"name": "updateThreshold",
|
|
3067
|
+
"type": {
|
|
3068
|
+
"text": "number"
|
|
3264
3069
|
},
|
|
3070
|
+
"privacy": "private",
|
|
3071
|
+
"default": "0.5",
|
|
3265
3072
|
"inheritedFrom": {
|
|
3266
3073
|
"name": "AnchoredRegion",
|
|
3267
3074
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3269,13 +3076,23 @@
|
|
|
3269
3076
|
},
|
|
3270
3077
|
{
|
|
3271
3078
|
"kind": "field",
|
|
3272
|
-
"name": "
|
|
3079
|
+
"name": "intersectionService",
|
|
3273
3080
|
"type": {
|
|
3274
|
-
"text": "
|
|
3081
|
+
"text": "IntersectionService"
|
|
3275
3082
|
},
|
|
3083
|
+
"privacy": "private",
|
|
3084
|
+
"static": true,
|
|
3085
|
+
"default": "new IntersectionService()",
|
|
3086
|
+
"inheritedFrom": {
|
|
3087
|
+
"name": "AnchoredRegion",
|
|
3088
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3089
|
+
}
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
"kind": "field",
|
|
3093
|
+
"name": "update",
|
|
3276
3094
|
"privacy": "public",
|
|
3277
|
-
"
|
|
3278
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3095
|
+
"description": "update position",
|
|
3279
3096
|
"inheritedFrom": {
|
|
3280
3097
|
"name": "AnchoredRegion",
|
|
3281
3098
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3283,41 +3100,29 @@
|
|
|
3283
3100
|
},
|
|
3284
3101
|
{
|
|
3285
3102
|
"kind": "method",
|
|
3286
|
-
"name": "
|
|
3103
|
+
"name": "disconnectResizeDetector",
|
|
3287
3104
|
"privacy": "private",
|
|
3288
3105
|
"return": {
|
|
3289
3106
|
"type": {
|
|
3290
3107
|
"text": "void"
|
|
3291
3108
|
}
|
|
3292
3109
|
},
|
|
3293
|
-
"
|
|
3294
|
-
{
|
|
3295
|
-
"name": "prevMode",
|
|
3296
|
-
"type": {
|
|
3297
|
-
"text": "AutoUpdateMode"
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"name": "newMode",
|
|
3302
|
-
"type": {
|
|
3303
|
-
"text": "AutoUpdateMode"
|
|
3304
|
-
}
|
|
3305
|
-
}
|
|
3306
|
-
],
|
|
3110
|
+
"description": "destroys the instance's resize observer",
|
|
3307
3111
|
"inheritedFrom": {
|
|
3308
3112
|
"name": "AnchoredRegion",
|
|
3309
3113
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3310
3114
|
}
|
|
3311
3115
|
},
|
|
3312
3116
|
{
|
|
3313
|
-
"kind": "
|
|
3314
|
-
"name": "
|
|
3315
|
-
"
|
|
3316
|
-
|
|
3117
|
+
"kind": "method",
|
|
3118
|
+
"name": "initializeResizeDetector",
|
|
3119
|
+
"privacy": "private",
|
|
3120
|
+
"return": {
|
|
3121
|
+
"type": {
|
|
3122
|
+
"text": "void"
|
|
3123
|
+
}
|
|
3317
3124
|
},
|
|
3318
|
-
"
|
|
3319
|
-
"default": "null",
|
|
3320
|
-
"description": "The HTML element being used as the anchor",
|
|
3125
|
+
"description": "initializes the instance's resize observer",
|
|
3321
3126
|
"inheritedFrom": {
|
|
3322
3127
|
"name": "AnchoredRegion",
|
|
3323
3128
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3325,27 +3130,29 @@
|
|
|
3325
3130
|
},
|
|
3326
3131
|
{
|
|
3327
3132
|
"kind": "method",
|
|
3328
|
-
"name": "
|
|
3133
|
+
"name": "updateForAttributeChange",
|
|
3329
3134
|
"privacy": "private",
|
|
3330
3135
|
"return": {
|
|
3331
3136
|
"type": {
|
|
3332
3137
|
"text": "void"
|
|
3333
3138
|
}
|
|
3334
3139
|
},
|
|
3140
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3335
3141
|
"inheritedFrom": {
|
|
3336
3142
|
"name": "AnchoredRegion",
|
|
3337
3143
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3338
3144
|
}
|
|
3339
3145
|
},
|
|
3340
3146
|
{
|
|
3341
|
-
"kind": "
|
|
3342
|
-
"name": "
|
|
3343
|
-
"
|
|
3344
|
-
|
|
3147
|
+
"kind": "method",
|
|
3148
|
+
"name": "initialize",
|
|
3149
|
+
"privacy": "private",
|
|
3150
|
+
"return": {
|
|
3151
|
+
"type": {
|
|
3152
|
+
"text": "void"
|
|
3153
|
+
}
|
|
3345
3154
|
},
|
|
3346
|
-
"
|
|
3347
|
-
"default": "null",
|
|
3348
|
-
"description": "The HTML element being used as the viewport",
|
|
3155
|
+
"description": "fully initializes the component",
|
|
3349
3156
|
"inheritedFrom": {
|
|
3350
3157
|
"name": "AnchoredRegion",
|
|
3351
3158
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3353,26 +3160,29 @@
|
|
|
3353
3160
|
},
|
|
3354
3161
|
{
|
|
3355
3162
|
"kind": "method",
|
|
3356
|
-
"name": "
|
|
3163
|
+
"name": "requestReset",
|
|
3357
3164
|
"privacy": "private",
|
|
3358
3165
|
"return": {
|
|
3359
3166
|
"type": {
|
|
3360
3167
|
"text": "void"
|
|
3361
3168
|
}
|
|
3362
3169
|
},
|
|
3170
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3363
3171
|
"inheritedFrom": {
|
|
3364
3172
|
"name": "AnchoredRegion",
|
|
3365
3173
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3366
3174
|
}
|
|
3367
3175
|
},
|
|
3368
3176
|
{
|
|
3369
|
-
"kind": "
|
|
3370
|
-
"name": "
|
|
3371
|
-
"
|
|
3372
|
-
|
|
3177
|
+
"kind": "method",
|
|
3178
|
+
"name": "setInitialState",
|
|
3179
|
+
"privacy": "private",
|
|
3180
|
+
"return": {
|
|
3181
|
+
"type": {
|
|
3182
|
+
"text": "void"
|
|
3183
|
+
}
|
|
3373
3184
|
},
|
|
3374
|
-
"
|
|
3375
|
-
"description": "indicates the current horizontal position of the region",
|
|
3185
|
+
"description": "sets the starting configuration for component internal values",
|
|
3376
3186
|
"inheritedFrom": {
|
|
3377
3187
|
"name": "AnchoredRegion",
|
|
3378
3188
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3380,12 +3190,9 @@
|
|
|
3380
3190
|
},
|
|
3381
3191
|
{
|
|
3382
3192
|
"kind": "field",
|
|
3383
|
-
"name": "
|
|
3384
|
-
"
|
|
3385
|
-
|
|
3386
|
-
},
|
|
3387
|
-
"privacy": "public",
|
|
3388
|
-
"description": "indicates the current vertical position of the region",
|
|
3193
|
+
"name": "startObservers",
|
|
3194
|
+
"privacy": "private",
|
|
3195
|
+
"description": "starts observers",
|
|
3389
3196
|
"inheritedFrom": {
|
|
3390
3197
|
"name": "AnchoredRegion",
|
|
3391
3198
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3393,12 +3200,9 @@
|
|
|
3393
3200
|
},
|
|
3394
3201
|
{
|
|
3395
3202
|
"kind": "field",
|
|
3396
|
-
"name": "
|
|
3397
|
-
"type": {
|
|
3398
|
-
"text": "number"
|
|
3399
|
-
},
|
|
3203
|
+
"name": "requestPositionUpdates",
|
|
3400
3204
|
"privacy": "private",
|
|
3401
|
-
"description": "
|
|
3205
|
+
"description": "get position updates",
|
|
3402
3206
|
"inheritedFrom": {
|
|
3403
3207
|
"name": "AnchoredRegion",
|
|
3404
3208
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3406,11 +3210,9 @@
|
|
|
3406
3210
|
},
|
|
3407
3211
|
{
|
|
3408
3212
|
"kind": "field",
|
|
3409
|
-
"name": "
|
|
3410
|
-
"type": {
|
|
3411
|
-
"text": "number"
|
|
3412
|
-
},
|
|
3213
|
+
"name": "stopObservers",
|
|
3413
3214
|
"privacy": "private",
|
|
3215
|
+
"description": "stops observers",
|
|
3414
3216
|
"inheritedFrom": {
|
|
3415
3217
|
"name": "AnchoredRegion",
|
|
3416
3218
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3418,12 +3220,9 @@
|
|
|
3418
3220
|
},
|
|
3419
3221
|
{
|
|
3420
3222
|
"kind": "field",
|
|
3421
|
-
"name": "
|
|
3422
|
-
"type": {
|
|
3423
|
-
"text": "string"
|
|
3424
|
-
},
|
|
3223
|
+
"name": "getViewport",
|
|
3425
3224
|
"privacy": "private",
|
|
3426
|
-
"description": "the
|
|
3225
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3427
3226
|
"inheritedFrom": {
|
|
3428
3227
|
"name": "AnchoredRegion",
|
|
3429
3228
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3431,11 +3230,9 @@
|
|
|
3431
3230
|
},
|
|
3432
3231
|
{
|
|
3433
3232
|
"kind": "field",
|
|
3434
|
-
"name": "
|
|
3435
|
-
"type": {
|
|
3436
|
-
"text": "string"
|
|
3437
|
-
},
|
|
3233
|
+
"name": "getAnchor",
|
|
3438
3234
|
"privacy": "private",
|
|
3235
|
+
"description": "Gets the anchor element by id",
|
|
3439
3236
|
"inheritedFrom": {
|
|
3440
3237
|
"name": "AnchoredRegion",
|
|
3441
3238
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3443,12 +3240,9 @@
|
|
|
3443
3240
|
},
|
|
3444
3241
|
{
|
|
3445
3242
|
"kind": "field",
|
|
3446
|
-
"name": "
|
|
3447
|
-
"type": {
|
|
3448
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3449
|
-
},
|
|
3243
|
+
"name": "handleIntersection",
|
|
3450
3244
|
"privacy": "private",
|
|
3451
|
-
"
|
|
3245
|
+
"description": "Handle intersections",
|
|
3452
3246
|
"inheritedFrom": {
|
|
3453
3247
|
"name": "AnchoredRegion",
|
|
3454
3248
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3456,11 +3250,9 @@
|
|
|
3456
3250
|
},
|
|
3457
3251
|
{
|
|
3458
3252
|
"kind": "field",
|
|
3459
|
-
"name": "
|
|
3460
|
-
"type": {
|
|
3461
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3462
|
-
},
|
|
3253
|
+
"name": "applyIntersectionEntries",
|
|
3463
3254
|
"privacy": "private",
|
|
3255
|
+
"description": "iterate through intersection entries and apply data",
|
|
3464
3256
|
"inheritedFrom": {
|
|
3465
3257
|
"name": "AnchoredRegion",
|
|
3466
3258
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3468,11 +3260,9 @@
|
|
|
3468
3260
|
},
|
|
3469
3261
|
{
|
|
3470
3262
|
"kind": "field",
|
|
3471
|
-
"name": "
|
|
3472
|
-
"type": {
|
|
3473
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3474
|
-
},
|
|
3263
|
+
"name": "updateRegionOffset",
|
|
3475
3264
|
"privacy": "private",
|
|
3265
|
+
"description": "Update the offset values",
|
|
3476
3266
|
"inheritedFrom": {
|
|
3477
3267
|
"name": "AnchoredRegion",
|
|
3478
3268
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3480,11 +3270,9 @@
|
|
|
3480
3270
|
},
|
|
3481
3271
|
{
|
|
3482
3272
|
"kind": "field",
|
|
3483
|
-
"name": "
|
|
3484
|
-
"type": {
|
|
3485
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3486
|
-
},
|
|
3273
|
+
"name": "isRectDifferent",
|
|
3487
3274
|
"privacy": "private",
|
|
3275
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3488
3276
|
"inheritedFrom": {
|
|
3489
3277
|
"name": "AnchoredRegion",
|
|
3490
3278
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3492,13 +3280,9 @@
|
|
|
3492
3280
|
},
|
|
3493
3281
|
{
|
|
3494
3282
|
"kind": "field",
|
|
3495
|
-
"name": "
|
|
3496
|
-
"type": {
|
|
3497
|
-
"text": "number"
|
|
3498
|
-
},
|
|
3283
|
+
"name": "handleResize",
|
|
3499
3284
|
"privacy": "private",
|
|
3500
|
-
"
|
|
3501
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3285
|
+
"description": "Handle resize events",
|
|
3502
3286
|
"inheritedFrom": {
|
|
3503
3287
|
"name": "AnchoredRegion",
|
|
3504
3288
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3506,12 +3290,9 @@
|
|
|
3506
3290
|
},
|
|
3507
3291
|
{
|
|
3508
3292
|
"kind": "field",
|
|
3509
|
-
"name": "
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "number"
|
|
3512
|
-
},
|
|
3293
|
+
"name": "reset",
|
|
3513
3294
|
"privacy": "private",
|
|
3514
|
-
"
|
|
3295
|
+
"description": "resets the component",
|
|
3515
3296
|
"inheritedFrom": {
|
|
3516
3297
|
"name": "AnchoredRegion",
|
|
3517
3298
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3519,12 +3300,9 @@
|
|
|
3519
3300
|
},
|
|
3520
3301
|
{
|
|
3521
3302
|
"kind": "field",
|
|
3522
|
-
"name": "
|
|
3523
|
-
"type": {
|
|
3524
|
-
"text": "boolean"
|
|
3525
|
-
},
|
|
3303
|
+
"name": "updateLayout",
|
|
3526
3304
|
"privacy": "private",
|
|
3527
|
-
"
|
|
3305
|
+
"description": "Recalculate layout related state values",
|
|
3528
3306
|
"inheritedFrom": {
|
|
3529
3307
|
"name": "AnchoredRegion",
|
|
3530
3308
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3532,12 +3310,9 @@
|
|
|
3532
3310
|
},
|
|
3533
3311
|
{
|
|
3534
3312
|
"kind": "field",
|
|
3535
|
-
"name": "
|
|
3536
|
-
"type": {
|
|
3537
|
-
"text": "boolean"
|
|
3538
|
-
},
|
|
3313
|
+
"name": "updateRegionStyle",
|
|
3539
3314
|
"privacy": "private",
|
|
3540
|
-
"
|
|
3315
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3541
3316
|
"inheritedFrom": {
|
|
3542
3317
|
"name": "AnchoredRegion",
|
|
3543
3318
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3545,11 +3320,9 @@
|
|
|
3545
3320
|
},
|
|
3546
3321
|
{
|
|
3547
3322
|
"kind": "field",
|
|
3548
|
-
"name": "
|
|
3549
|
-
"type": {
|
|
3550
|
-
"text": "Direction"
|
|
3551
|
-
},
|
|
3323
|
+
"name": "updatePositionClasses",
|
|
3552
3324
|
"privacy": "private",
|
|
3325
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3553
3326
|
"inheritedFrom": {
|
|
3554
3327
|
"name": "AnchoredRegion",
|
|
3555
3328
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3557,12 +3330,9 @@
|
|
|
3557
3330
|
},
|
|
3558
3331
|
{
|
|
3559
3332
|
"kind": "field",
|
|
3560
|
-
"name": "
|
|
3561
|
-
"type": {
|
|
3562
|
-
"text": "boolean"
|
|
3563
|
-
},
|
|
3333
|
+
"name": "setHorizontalPosition",
|
|
3564
3334
|
"privacy": "private",
|
|
3565
|
-
"
|
|
3335
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3566
3336
|
"inheritedFrom": {
|
|
3567
3337
|
"name": "AnchoredRegion",
|
|
3568
3338
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3570,12 +3340,9 @@
|
|
|
3570
3340
|
},
|
|
3571
3341
|
{
|
|
3572
3342
|
"kind": "field",
|
|
3573
|
-
"name": "
|
|
3574
|
-
"type": {
|
|
3575
|
-
"text": "boolean"
|
|
3576
|
-
},
|
|
3343
|
+
"name": "setVerticalPosition",
|
|
3577
3344
|
"privacy": "private",
|
|
3578
|
-
"
|
|
3345
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3579
3346
|
"inheritedFrom": {
|
|
3580
3347
|
"name": "AnchoredRegion",
|
|
3581
3348
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3583,12 +3350,9 @@
|
|
|
3583
3350
|
},
|
|
3584
3351
|
{
|
|
3585
3352
|
"kind": "field",
|
|
3586
|
-
"name": "
|
|
3587
|
-
"type": {
|
|
3588
|
-
"text": "number"
|
|
3589
|
-
},
|
|
3353
|
+
"name": "getPositioningOptions",
|
|
3590
3354
|
"privacy": "private",
|
|
3591
|
-
"
|
|
3355
|
+
"description": "Get available positions based on positioning mode",
|
|
3592
3356
|
"inheritedFrom": {
|
|
3593
3357
|
"name": "AnchoredRegion",
|
|
3594
3358
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3596,13 +3360,9 @@
|
|
|
3596
3360
|
},
|
|
3597
3361
|
{
|
|
3598
3362
|
"kind": "field",
|
|
3599
|
-
"name": "
|
|
3600
|
-
"type": {
|
|
3601
|
-
"text": "IntersectionService"
|
|
3602
|
-
},
|
|
3363
|
+
"name": "getAvailableSpace",
|
|
3603
3364
|
"privacy": "private",
|
|
3604
|
-
"
|
|
3605
|
-
"default": "new IntersectionService()",
|
|
3365
|
+
"description": "Get the space available for a particular relative position",
|
|
3606
3366
|
"inheritedFrom": {
|
|
3607
3367
|
"name": "AnchoredRegion",
|
|
3608
3368
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3610,312 +3370,570 @@
|
|
|
3610
3370
|
},
|
|
3611
3371
|
{
|
|
3612
3372
|
"kind": "field",
|
|
3613
|
-
"name": "
|
|
3614
|
-
"privacy": "
|
|
3615
|
-
"description": "
|
|
3373
|
+
"name": "getNextRegionDimension",
|
|
3374
|
+
"privacy": "private",
|
|
3375
|
+
"description": "Get region dimensions",
|
|
3616
3376
|
"inheritedFrom": {
|
|
3617
3377
|
"name": "AnchoredRegion",
|
|
3618
3378
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3619
3379
|
}
|
|
3620
3380
|
},
|
|
3621
3381
|
{
|
|
3622
|
-
"kind": "
|
|
3623
|
-
"name": "
|
|
3382
|
+
"kind": "field",
|
|
3383
|
+
"name": "startAutoUpdateEventListeners",
|
|
3624
3384
|
"privacy": "private",
|
|
3625
|
-
"
|
|
3626
|
-
"type": {
|
|
3627
|
-
"text": "void"
|
|
3628
|
-
}
|
|
3629
|
-
},
|
|
3630
|
-
"description": "destroys the instance's resize observer",
|
|
3385
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3631
3386
|
"inheritedFrom": {
|
|
3632
3387
|
"name": "AnchoredRegion",
|
|
3633
3388
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3634
3389
|
}
|
|
3635
3390
|
},
|
|
3636
3391
|
{
|
|
3637
|
-
"kind": "
|
|
3638
|
-
"name": "
|
|
3392
|
+
"kind": "field",
|
|
3393
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3639
3394
|
"privacy": "private",
|
|
3640
|
-
"
|
|
3641
|
-
"type": {
|
|
3642
|
-
"text": "void"
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
|
-
"description": "initializes the instance's resize observer",
|
|
3395
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3646
3396
|
"inheritedFrom": {
|
|
3647
3397
|
"name": "AnchoredRegion",
|
|
3648
3398
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3649
3399
|
}
|
|
3650
3400
|
},
|
|
3651
3401
|
{
|
|
3652
|
-
"kind": "
|
|
3653
|
-
"name": "
|
|
3402
|
+
"kind": "field",
|
|
3403
|
+
"name": "_presentation",
|
|
3404
|
+
"type": {
|
|
3405
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3406
|
+
},
|
|
3654
3407
|
"privacy": "private",
|
|
3655
|
-
"
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3408
|
+
"default": "void 0",
|
|
3409
|
+
"inheritedFrom": {
|
|
3410
|
+
"name": "FoundationElement",
|
|
3411
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"kind": "field",
|
|
3416
|
+
"name": "$presentation",
|
|
3417
|
+
"type": {
|
|
3418
|
+
"text": "ComponentPresentation | null"
|
|
3659
3419
|
},
|
|
3660
|
-
"
|
|
3420
|
+
"privacy": "public",
|
|
3421
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3661
3422
|
"inheritedFrom": {
|
|
3662
|
-
"name": "
|
|
3663
|
-
"module": "src/
|
|
3423
|
+
"name": "FoundationElement",
|
|
3424
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"kind": "field",
|
|
3429
|
+
"name": "template",
|
|
3430
|
+
"type": {
|
|
3431
|
+
"text": "ElementViewTemplate | void | null"
|
|
3432
|
+
},
|
|
3433
|
+
"privacy": "public",
|
|
3434
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3435
|
+
"inheritedFrom": {
|
|
3436
|
+
"name": "FoundationElement",
|
|
3437
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3664
3438
|
}
|
|
3665
3439
|
},
|
|
3666
3440
|
{
|
|
3667
3441
|
"kind": "method",
|
|
3668
|
-
"name": "
|
|
3669
|
-
"privacy": "
|
|
3442
|
+
"name": "templateChanged",
|
|
3443
|
+
"privacy": "protected",
|
|
3670
3444
|
"return": {
|
|
3671
3445
|
"type": {
|
|
3672
3446
|
"text": "void"
|
|
3673
3447
|
}
|
|
3674
3448
|
},
|
|
3675
|
-
"description": "fully initializes the component",
|
|
3676
3449
|
"inheritedFrom": {
|
|
3677
|
-
"name": "
|
|
3678
|
-
"module": "src/
|
|
3450
|
+
"name": "FoundationElement",
|
|
3451
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"kind": "field",
|
|
3456
|
+
"name": "styles",
|
|
3457
|
+
"type": {
|
|
3458
|
+
"text": "ElementStyles | void | null"
|
|
3459
|
+
},
|
|
3460
|
+
"privacy": "public",
|
|
3461
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3462
|
+
"inheritedFrom": {
|
|
3463
|
+
"name": "FoundationElement",
|
|
3464
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3679
3465
|
}
|
|
3680
3466
|
},
|
|
3681
3467
|
{
|
|
3682
3468
|
"kind": "method",
|
|
3683
|
-
"name": "
|
|
3684
|
-
"privacy": "
|
|
3469
|
+
"name": "stylesChanged",
|
|
3470
|
+
"privacy": "protected",
|
|
3685
3471
|
"return": {
|
|
3686
3472
|
"type": {
|
|
3687
3473
|
"text": "void"
|
|
3688
3474
|
}
|
|
3689
3475
|
},
|
|
3690
|
-
"description": "Request a reset if there are currently no open requests",
|
|
3691
3476
|
"inheritedFrom": {
|
|
3692
|
-
"name": "
|
|
3693
|
-
"module": "src/
|
|
3477
|
+
"name": "FoundationElement",
|
|
3478
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3694
3479
|
}
|
|
3695
3480
|
},
|
|
3696
3481
|
{
|
|
3697
3482
|
"kind": "method",
|
|
3698
|
-
"name": "
|
|
3699
|
-
"privacy": "
|
|
3483
|
+
"name": "compose",
|
|
3484
|
+
"privacy": "public",
|
|
3485
|
+
"static": true,
|
|
3700
3486
|
"return": {
|
|
3701
3487
|
"type": {
|
|
3702
|
-
"text": "
|
|
3488
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3703
3489
|
}
|
|
3704
3490
|
},
|
|
3705
|
-
"
|
|
3491
|
+
"parameters": [
|
|
3492
|
+
{
|
|
3493
|
+
"name": "this",
|
|
3494
|
+
"type": {
|
|
3495
|
+
"text": "K"
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "elementDefinition",
|
|
3500
|
+
"type": {
|
|
3501
|
+
"text": "T"
|
|
3502
|
+
},
|
|
3503
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3706
3507
|
"inheritedFrom": {
|
|
3707
|
-
"name": "
|
|
3708
|
-
"module": "src/
|
|
3508
|
+
"name": "FoundationElement",
|
|
3509
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3709
3510
|
}
|
|
3710
|
-
}
|
|
3511
|
+
}
|
|
3512
|
+
],
|
|
3513
|
+
"events": [
|
|
3711
3514
|
{
|
|
3712
|
-
"
|
|
3713
|
-
"name": "
|
|
3714
|
-
"privacy": "private",
|
|
3715
|
-
"description": "starts observers",
|
|
3515
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3516
|
+
"name": "loaded",
|
|
3716
3517
|
"inheritedFrom": {
|
|
3717
3518
|
"name": "AnchoredRegion",
|
|
3718
3519
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3719
3520
|
}
|
|
3720
3521
|
},
|
|
3721
3522
|
{
|
|
3722
|
-
"
|
|
3723
|
-
"name": "
|
|
3724
|
-
"privacy": "private",
|
|
3725
|
-
"description": "get position updates",
|
|
3523
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3524
|
+
"name": "positionchange",
|
|
3726
3525
|
"inheritedFrom": {
|
|
3727
3526
|
"name": "AnchoredRegion",
|
|
3728
3527
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3729
3528
|
}
|
|
3730
|
-
}
|
|
3529
|
+
}
|
|
3530
|
+
]
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"kind": "variable",
|
|
3534
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3535
|
+
"type": {
|
|
3536
|
+
"text": "ShadowRootInit"
|
|
3537
|
+
},
|
|
3538
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"kind": "variable",
|
|
3542
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "object"
|
|
3545
|
+
},
|
|
3546
|
+
"default": "{}"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"kind": "variable",
|
|
3550
|
+
"name": "foundationAnchoredRegion",
|
|
3551
|
+
"description": "The Foundation Anchored Region",
|
|
3552
|
+
"privacy": "public"
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3555
|
+
"exports": [
|
|
3556
|
+
{
|
|
3557
|
+
"kind": "js",
|
|
3558
|
+
"name": "AnchoredRegion",
|
|
3559
|
+
"declaration": {
|
|
3560
|
+
"name": "AnchoredRegion",
|
|
3561
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"kind": "js",
|
|
3566
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3567
|
+
"declaration": {
|
|
3568
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3569
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "js",
|
|
3574
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3575
|
+
"declaration": {
|
|
3576
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3577
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"kind": "js",
|
|
3582
|
+
"name": "foundationAnchoredRegion",
|
|
3583
|
+
"declaration": {
|
|
3584
|
+
"name": "foundationAnchoredRegion",
|
|
3585
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
]
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"kind": "javascript-module",
|
|
3592
|
+
"path": "src/anchored-region/index.ts",
|
|
3593
|
+
"declarations": [],
|
|
3594
|
+
"exports": [
|
|
3595
|
+
{
|
|
3596
|
+
"kind": "js",
|
|
3597
|
+
"name": "*",
|
|
3598
|
+
"declaration": {
|
|
3599
|
+
"name": "*",
|
|
3600
|
+
"package": "./anchor-region.template"
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"kind": "js",
|
|
3605
|
+
"name": "*",
|
|
3606
|
+
"declaration": {
|
|
3607
|
+
"name": "*",
|
|
3608
|
+
"package": "./anchored-region.styles"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "js",
|
|
3613
|
+
"name": "*",
|
|
3614
|
+
"declaration": {
|
|
3615
|
+
"name": "*",
|
|
3616
|
+
"package": "./anchored-region"
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
]
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "javascript-module",
|
|
3623
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
3624
|
+
"declarations": [
|
|
3625
|
+
{
|
|
3626
|
+
"kind": "function",
|
|
3627
|
+
"name": "foundationAnchorStyles",
|
|
3628
|
+
"return": {
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "ElementStyles"
|
|
3631
|
+
}
|
|
3632
|
+
},
|
|
3633
|
+
"parameters": [
|
|
3731
3634
|
{
|
|
3732
|
-
"
|
|
3733
|
-
"
|
|
3734
|
-
|
|
3735
|
-
"description": "stops observers",
|
|
3736
|
-
"inheritedFrom": {
|
|
3737
|
-
"name": "AnchoredRegion",
|
|
3738
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3635
|
+
"name": "context",
|
|
3636
|
+
"type": {
|
|
3637
|
+
"text": "ElementDefinitionContext"
|
|
3739
3638
|
}
|
|
3740
3639
|
},
|
|
3741
3640
|
{
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3641
|
+
"name": "definition",
|
|
3642
|
+
"type": {
|
|
3643
|
+
"text": "FoundationElementDefinition"
|
|
3644
|
+
}
|
|
3645
|
+
}
|
|
3646
|
+
]
|
|
3647
|
+
}
|
|
3648
|
+
],
|
|
3649
|
+
"exports": [
|
|
3650
|
+
{
|
|
3651
|
+
"kind": "js",
|
|
3652
|
+
"name": "foundationAnchorStyles",
|
|
3653
|
+
"declaration": {
|
|
3654
|
+
"name": "foundationAnchorStyles",
|
|
3655
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
]
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "javascript-module",
|
|
3662
|
+
"path": "src/anchor/anchor.template.ts",
|
|
3663
|
+
"declarations": [
|
|
3664
|
+
{
|
|
3665
|
+
"kind": "function",
|
|
3666
|
+
"name": "foundationAnchorTemplate",
|
|
3667
|
+
"return": {
|
|
3668
|
+
"type": {
|
|
3669
|
+
"text": "ViewTemplate<Anchor>"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3672
|
+
"parameters": [
|
|
3673
|
+
{
|
|
3674
|
+
"name": "context",
|
|
3675
|
+
"type": {
|
|
3676
|
+
"text": "ElementDefinitionContext"
|
|
3749
3677
|
}
|
|
3750
3678
|
},
|
|
3751
3679
|
{
|
|
3752
|
-
"
|
|
3753
|
-
"
|
|
3754
|
-
|
|
3755
|
-
|
|
3680
|
+
"name": "definition",
|
|
3681
|
+
"type": {
|
|
3682
|
+
"text": "FoundationElementDefinition"
|
|
3683
|
+
}
|
|
3684
|
+
}
|
|
3685
|
+
]
|
|
3686
|
+
}
|
|
3687
|
+
],
|
|
3688
|
+
"exports": [
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "js",
|
|
3691
|
+
"name": "foundationAnchorTemplate",
|
|
3692
|
+
"declaration": {
|
|
3693
|
+
"name": "foundationAnchorTemplate",
|
|
3694
|
+
"module": "src/anchor/anchor.template.ts"
|
|
3695
|
+
}
|
|
3696
|
+
}
|
|
3697
|
+
]
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"kind": "javascript-module",
|
|
3701
|
+
"path": "src/anchor/anchor.ts",
|
|
3702
|
+
"declarations": [
|
|
3703
|
+
{
|
|
3704
|
+
"kind": "class",
|
|
3705
|
+
"description": "",
|
|
3706
|
+
"name": "Anchor",
|
|
3707
|
+
"superclass": {
|
|
3708
|
+
"name": "FASTAnchor",
|
|
3709
|
+
"package": "@microsoft/fast-components"
|
|
3710
|
+
},
|
|
3711
|
+
"tagName": "%%prefix%%-anchor",
|
|
3712
|
+
"customElement": true,
|
|
3713
|
+
"attributes": [
|
|
3714
|
+
{
|
|
3715
|
+
"name": "download",
|
|
3716
|
+
"type": {
|
|
3717
|
+
"text": "string"
|
|
3718
|
+
},
|
|
3719
|
+
"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.",
|
|
3720
|
+
"fieldName": "download",
|
|
3756
3721
|
"inheritedFrom": {
|
|
3757
|
-
"name": "
|
|
3758
|
-
"module": "src/
|
|
3722
|
+
"name": "Anchor",
|
|
3723
|
+
"module": "src/anchor/anchor.ts"
|
|
3759
3724
|
}
|
|
3760
3725
|
},
|
|
3761
3726
|
{
|
|
3762
|
-
"
|
|
3763
|
-
"
|
|
3764
|
-
|
|
3765
|
-
|
|
3727
|
+
"name": "href",
|
|
3728
|
+
"type": {
|
|
3729
|
+
"text": "string"
|
|
3730
|
+
},
|
|
3731
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3732
|
+
"fieldName": "href",
|
|
3766
3733
|
"inheritedFrom": {
|
|
3767
|
-
"name": "
|
|
3768
|
-
"module": "src/
|
|
3734
|
+
"name": "Anchor",
|
|
3735
|
+
"module": "src/anchor/anchor.ts"
|
|
3769
3736
|
}
|
|
3770
3737
|
},
|
|
3771
3738
|
{
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
"
|
|
3777
|
-
|
|
3778
|
-
|
|
3739
|
+
"name": "hreflang",
|
|
3740
|
+
"type": {
|
|
3741
|
+
"text": "string"
|
|
3742
|
+
},
|
|
3743
|
+
"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.",
|
|
3744
|
+
"fieldName": "hreflang",
|
|
3745
|
+
"inheritedFrom": {
|
|
3746
|
+
"name": "Anchor",
|
|
3747
|
+
"module": "src/anchor/anchor.ts"
|
|
3779
3748
|
}
|
|
3780
3749
|
},
|
|
3781
3750
|
{
|
|
3782
|
-
"
|
|
3783
|
-
"
|
|
3784
|
-
|
|
3785
|
-
|
|
3751
|
+
"name": "ping",
|
|
3752
|
+
"type": {
|
|
3753
|
+
"text": "string"
|
|
3754
|
+
},
|
|
3755
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3756
|
+
"fieldName": "ping",
|
|
3786
3757
|
"inheritedFrom": {
|
|
3787
|
-
"name": "
|
|
3788
|
-
"module": "src/
|
|
3758
|
+
"name": "Anchor",
|
|
3759
|
+
"module": "src/anchor/anchor.ts"
|
|
3789
3760
|
}
|
|
3790
3761
|
},
|
|
3791
3762
|
{
|
|
3792
|
-
"
|
|
3793
|
-
"
|
|
3794
|
-
|
|
3795
|
-
|
|
3763
|
+
"name": "referrerpolicy",
|
|
3764
|
+
"type": {
|
|
3765
|
+
"text": "string"
|
|
3766
|
+
},
|
|
3767
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3768
|
+
"fieldName": "referrerpolicy",
|
|
3796
3769
|
"inheritedFrom": {
|
|
3797
|
-
"name": "
|
|
3798
|
-
"module": "src/
|
|
3770
|
+
"name": "Anchor",
|
|
3771
|
+
"module": "src/anchor/anchor.ts"
|
|
3799
3772
|
}
|
|
3800
3773
|
},
|
|
3801
3774
|
{
|
|
3802
|
-
"
|
|
3803
|
-
"
|
|
3804
|
-
|
|
3805
|
-
|
|
3775
|
+
"name": "rel",
|
|
3776
|
+
"type": {
|
|
3777
|
+
"text": "string"
|
|
3778
|
+
},
|
|
3779
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3780
|
+
"fieldName": "rel",
|
|
3806
3781
|
"inheritedFrom": {
|
|
3807
|
-
"name": "
|
|
3808
|
-
"module": "src/
|
|
3782
|
+
"name": "Anchor",
|
|
3783
|
+
"module": "src/anchor/anchor.ts"
|
|
3809
3784
|
}
|
|
3810
3785
|
},
|
|
3811
3786
|
{
|
|
3812
|
-
"
|
|
3813
|
-
"
|
|
3814
|
-
|
|
3815
|
-
|
|
3787
|
+
"name": "target",
|
|
3788
|
+
"type": {
|
|
3789
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3790
|
+
},
|
|
3791
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3792
|
+
"fieldName": "target",
|
|
3816
3793
|
"inheritedFrom": {
|
|
3817
|
-
"name": "
|
|
3818
|
-
"module": "src/
|
|
3794
|
+
"name": "Anchor",
|
|
3795
|
+
"module": "src/anchor/anchor.ts"
|
|
3819
3796
|
}
|
|
3820
3797
|
},
|
|
3798
|
+
{
|
|
3799
|
+
"name": "type",
|
|
3800
|
+
"type": {
|
|
3801
|
+
"text": "string"
|
|
3802
|
+
},
|
|
3803
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3804
|
+
"fieldName": "type",
|
|
3805
|
+
"inheritedFrom": {
|
|
3806
|
+
"name": "Anchor",
|
|
3807
|
+
"module": "src/anchor/anchor.ts"
|
|
3808
|
+
}
|
|
3809
|
+
}
|
|
3810
|
+
],
|
|
3811
|
+
"members": [
|
|
3821
3812
|
{
|
|
3822
3813
|
"kind": "field",
|
|
3823
|
-
"name": "
|
|
3824
|
-
"
|
|
3825
|
-
|
|
3814
|
+
"name": "download",
|
|
3815
|
+
"type": {
|
|
3816
|
+
"text": "string"
|
|
3817
|
+
},
|
|
3818
|
+
"privacy": "public",
|
|
3819
|
+
"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.",
|
|
3826
3820
|
"inheritedFrom": {
|
|
3827
|
-
"name": "
|
|
3828
|
-
"module": "src/
|
|
3821
|
+
"name": "Anchor",
|
|
3822
|
+
"module": "src/anchor/anchor.ts"
|
|
3829
3823
|
}
|
|
3830
3824
|
},
|
|
3831
3825
|
{
|
|
3832
3826
|
"kind": "field",
|
|
3833
|
-
"name": "
|
|
3834
|
-
"
|
|
3835
|
-
|
|
3827
|
+
"name": "href",
|
|
3828
|
+
"type": {
|
|
3829
|
+
"text": "string"
|
|
3830
|
+
},
|
|
3831
|
+
"privacy": "public",
|
|
3832
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3836
3833
|
"inheritedFrom": {
|
|
3837
|
-
"name": "
|
|
3838
|
-
"module": "src/
|
|
3834
|
+
"name": "Anchor",
|
|
3835
|
+
"module": "src/anchor/anchor.ts"
|
|
3839
3836
|
}
|
|
3840
3837
|
},
|
|
3841
3838
|
{
|
|
3842
3839
|
"kind": "field",
|
|
3843
|
-
"name": "
|
|
3844
|
-
"
|
|
3845
|
-
|
|
3840
|
+
"name": "hreflang",
|
|
3841
|
+
"type": {
|
|
3842
|
+
"text": "string"
|
|
3843
|
+
},
|
|
3844
|
+
"privacy": "public",
|
|
3845
|
+
"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.",
|
|
3846
3846
|
"inheritedFrom": {
|
|
3847
|
-
"name": "
|
|
3848
|
-
"module": "src/
|
|
3847
|
+
"name": "Anchor",
|
|
3848
|
+
"module": "src/anchor/anchor.ts"
|
|
3849
3849
|
}
|
|
3850
3850
|
},
|
|
3851
3851
|
{
|
|
3852
3852
|
"kind": "field",
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
|
|
3853
|
+
"name": "ping",
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "string"
|
|
3856
|
+
},
|
|
3857
|
+
"privacy": "public",
|
|
3858
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3856
3859
|
"inheritedFrom": {
|
|
3857
|
-
"name": "
|
|
3858
|
-
"module": "src/
|
|
3860
|
+
"name": "Anchor",
|
|
3861
|
+
"module": "src/anchor/anchor.ts"
|
|
3859
3862
|
}
|
|
3860
3863
|
},
|
|
3861
3864
|
{
|
|
3862
3865
|
"kind": "field",
|
|
3863
|
-
"name": "
|
|
3864
|
-
"
|
|
3865
|
-
|
|
3866
|
+
"name": "referrerpolicy",
|
|
3867
|
+
"type": {
|
|
3868
|
+
"text": "string"
|
|
3869
|
+
},
|
|
3870
|
+
"privacy": "public",
|
|
3871
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3866
3872
|
"inheritedFrom": {
|
|
3867
|
-
"name": "
|
|
3868
|
-
"module": "src/
|
|
3873
|
+
"name": "Anchor",
|
|
3874
|
+
"module": "src/anchor/anchor.ts"
|
|
3869
3875
|
}
|
|
3870
3876
|
},
|
|
3871
3877
|
{
|
|
3872
3878
|
"kind": "field",
|
|
3873
|
-
"name": "
|
|
3874
|
-
"
|
|
3875
|
-
|
|
3879
|
+
"name": "rel",
|
|
3880
|
+
"type": {
|
|
3881
|
+
"text": "string"
|
|
3882
|
+
},
|
|
3883
|
+
"privacy": "public",
|
|
3884
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3876
3885
|
"inheritedFrom": {
|
|
3877
|
-
"name": "
|
|
3878
|
-
"module": "src/
|
|
3886
|
+
"name": "Anchor",
|
|
3887
|
+
"module": "src/anchor/anchor.ts"
|
|
3879
3888
|
}
|
|
3880
3889
|
},
|
|
3881
3890
|
{
|
|
3882
3891
|
"kind": "field",
|
|
3883
|
-
"name": "
|
|
3884
|
-
"
|
|
3885
|
-
|
|
3892
|
+
"name": "target",
|
|
3893
|
+
"type": {
|
|
3894
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3895
|
+
},
|
|
3896
|
+
"privacy": "public",
|
|
3897
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3886
3898
|
"inheritedFrom": {
|
|
3887
|
-
"name": "
|
|
3888
|
-
"module": "src/
|
|
3899
|
+
"name": "Anchor",
|
|
3900
|
+
"module": "src/anchor/anchor.ts"
|
|
3889
3901
|
}
|
|
3890
3902
|
},
|
|
3891
3903
|
{
|
|
3892
3904
|
"kind": "field",
|
|
3893
|
-
"name": "
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3905
|
+
"name": "type",
|
|
3906
|
+
"type": {
|
|
3907
|
+
"text": "string"
|
|
3908
|
+
},
|
|
3909
|
+
"privacy": "public",
|
|
3910
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3896
3911
|
"inheritedFrom": {
|
|
3897
|
-
"name": "
|
|
3898
|
-
"module": "src/
|
|
3912
|
+
"name": "Anchor",
|
|
3913
|
+
"module": "src/anchor/anchor.ts"
|
|
3899
3914
|
}
|
|
3900
3915
|
},
|
|
3901
3916
|
{
|
|
3902
3917
|
"kind": "field",
|
|
3903
|
-
"name": "
|
|
3904
|
-
"
|
|
3905
|
-
|
|
3918
|
+
"name": "control",
|
|
3919
|
+
"type": {
|
|
3920
|
+
"text": "HTMLAnchorElement | undefined"
|
|
3921
|
+
},
|
|
3922
|
+
"privacy": "public",
|
|
3923
|
+
"description": "References the root element",
|
|
3906
3924
|
"inheritedFrom": {
|
|
3907
|
-
"name": "
|
|
3908
|
-
"module": "src/
|
|
3925
|
+
"name": "Anchor",
|
|
3926
|
+
"module": "src/anchor/anchor.ts"
|
|
3909
3927
|
}
|
|
3910
3928
|
},
|
|
3911
3929
|
{
|
|
3912
3930
|
"kind": "field",
|
|
3913
|
-
"name": "
|
|
3931
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
3914
3932
|
"privacy": "private",
|
|
3915
|
-
"description": "
|
|
3933
|
+
"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",
|
|
3916
3934
|
"inheritedFrom": {
|
|
3917
|
-
"name": "
|
|
3918
|
-
"module": "src/
|
|
3935
|
+
"name": "Anchor",
|
|
3936
|
+
"module": "src/anchor/anchor.ts"
|
|
3919
3937
|
}
|
|
3920
3938
|
},
|
|
3921
3939
|
{
|
|
@@ -4029,29 +4047,11 @@
|
|
|
4029
4047
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4030
4048
|
}
|
|
4031
4049
|
}
|
|
4032
|
-
],
|
|
4033
|
-
"events": [
|
|
4034
|
-
{
|
|
4035
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4036
|
-
"name": "loaded",
|
|
4037
|
-
"inheritedFrom": {
|
|
4038
|
-
"name": "AnchoredRegion",
|
|
4039
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4040
|
-
}
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4044
|
-
"name": "positionchange",
|
|
4045
|
-
"inheritedFrom": {
|
|
4046
|
-
"name": "AnchoredRegion",
|
|
4047
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4048
|
-
}
|
|
4049
|
-
}
|
|
4050
4050
|
]
|
|
4051
4051
|
},
|
|
4052
4052
|
{
|
|
4053
4053
|
"kind": "variable",
|
|
4054
|
-
"name": "
|
|
4054
|
+
"name": "foundationAnchorShadowOptions",
|
|
4055
4055
|
"type": {
|
|
4056
4056
|
"text": "ShadowRootInit"
|
|
4057
4057
|
},
|
|
@@ -4059,7 +4059,7 @@
|
|
|
4059
4059
|
},
|
|
4060
4060
|
{
|
|
4061
4061
|
"kind": "variable",
|
|
4062
|
-
"name": "
|
|
4062
|
+
"name": "defaultAnchorConfig",
|
|
4063
4063
|
"type": {
|
|
4064
4064
|
"text": "object"
|
|
4065
4065
|
},
|
|
@@ -4067,49 +4067,49 @@
|
|
|
4067
4067
|
},
|
|
4068
4068
|
{
|
|
4069
4069
|
"kind": "variable",
|
|
4070
|
-
"name": "
|
|
4071
|
-
"description": "The Foundation
|
|
4070
|
+
"name": "foundationAnchor",
|
|
4071
|
+
"description": "The Foundation Anchor",
|
|
4072
4072
|
"privacy": "public"
|
|
4073
4073
|
}
|
|
4074
4074
|
],
|
|
4075
4075
|
"exports": [
|
|
4076
4076
|
{
|
|
4077
4077
|
"kind": "js",
|
|
4078
|
-
"name": "
|
|
4078
|
+
"name": "Anchor",
|
|
4079
4079
|
"declaration": {
|
|
4080
|
-
"name": "
|
|
4081
|
-
"module": "src/
|
|
4080
|
+
"name": "Anchor",
|
|
4081
|
+
"module": "src/anchor/anchor.ts"
|
|
4082
4082
|
}
|
|
4083
4083
|
},
|
|
4084
4084
|
{
|
|
4085
4085
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4086
|
+
"name": "foundationAnchorShadowOptions",
|
|
4087
4087
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/
|
|
4088
|
+
"name": "foundationAnchorShadowOptions",
|
|
4089
|
+
"module": "src/anchor/anchor.ts"
|
|
4090
4090
|
}
|
|
4091
4091
|
},
|
|
4092
4092
|
{
|
|
4093
4093
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4094
|
+
"name": "defaultAnchorConfig",
|
|
4095
4095
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/
|
|
4096
|
+
"name": "defaultAnchorConfig",
|
|
4097
|
+
"module": "src/anchor/anchor.ts"
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4102
|
+
"name": "foundationAnchor",
|
|
4103
4103
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4104
|
+
"name": "foundationAnchor",
|
|
4105
|
+
"module": "src/anchor/anchor.ts"
|
|
4106
4106
|
}
|
|
4107
4107
|
}
|
|
4108
4108
|
]
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4112
|
+
"path": "src/anchor/index.ts",
|
|
4113
4113
|
"declarations": [],
|
|
4114
4114
|
"exports": [
|
|
4115
4115
|
{
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
"name": "*",
|
|
4118
4118
|
"declaration": {
|
|
4119
4119
|
"name": "*",
|
|
4120
|
-
"package": "./anchor
|
|
4120
|
+
"package": "./anchor.template"
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
4123
|
{
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
"name": "*",
|
|
4126
4126
|
"declaration": {
|
|
4127
4127
|
"name": "*",
|
|
4128
|
-
"package": "./
|
|
4128
|
+
"package": "./anchor.styles"
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
4131
|
{
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"name": "*",
|
|
4134
4134
|
"declaration": {
|
|
4135
4135
|
"name": "*",
|
|
4136
|
-
"package": "./
|
|
4136
|
+
"package": "./anchor"
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|