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