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