@genesislcap/foundation-ui 14.202.0 → 14.202.1-alpha-77ef7ac.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1716 -1716
- package/package.json +16 -16
|
@@ -1471,34 +1471,11 @@
|
|
|
1471
1471
|
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/
|
|
1474
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1475
1475
|
"declarations": [
|
|
1476
1476
|
{
|
|
1477
1477
|
"kind": "function",
|
|
1478
|
-
"name": "
|
|
1479
|
-
"return": {
|
|
1480
|
-
"type": {
|
|
1481
|
-
"text": "ElementStyles"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"parameters": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "context",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "ElementDefinitionContext"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "definition",
|
|
1493
|
-
"type": {
|
|
1494
|
-
"text": "FoundationElementDefinition"
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "function",
|
|
1501
|
-
"name": "foundationActionsMenuStyles",
|
|
1478
|
+
"name": "foundationAnchorStyles",
|
|
1502
1479
|
"return": {
|
|
1503
1480
|
"type": {
|
|
1504
1481
|
"text": "ElementStyles"
|
|
@@ -1523,269 +1500,292 @@
|
|
|
1523
1500
|
"exports": [
|
|
1524
1501
|
{
|
|
1525
1502
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1527
|
-
"declaration": {
|
|
1528
|
-
"name": "actionsMenuBaseStyles",
|
|
1529
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"kind": "js",
|
|
1534
|
-
"name": "foundationActionsMenuStyles",
|
|
1503
|
+
"name": "foundationAnchorStyles",
|
|
1535
1504
|
"declaration": {
|
|
1536
|
-
"name": "
|
|
1537
|
-
"module": "src/
|
|
1505
|
+
"name": "foundationAnchorStyles",
|
|
1506
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1538
1507
|
}
|
|
1539
1508
|
}
|
|
1540
1509
|
]
|
|
1541
1510
|
},
|
|
1542
1511
|
{
|
|
1543
1512
|
"kind": "javascript-module",
|
|
1544
|
-
"path": "src/
|
|
1513
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1545
1514
|
"declarations": [
|
|
1546
1515
|
{
|
|
1547
1516
|
"kind": "function",
|
|
1548
|
-
"name": "
|
|
1517
|
+
"name": "foundationAnchorTemplate",
|
|
1518
|
+
"return": {
|
|
1519
|
+
"type": {
|
|
1520
|
+
"text": "ViewTemplate<Anchor>"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1549
1523
|
"parameters": [
|
|
1550
1524
|
{
|
|
1551
|
-
"name": "
|
|
1525
|
+
"name": "context",
|
|
1552
1526
|
"type": {
|
|
1553
|
-
"text": "
|
|
1527
|
+
"text": "ElementDefinitionContext"
|
|
1554
1528
|
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "function",
|
|
1560
|
-
"name": "singleOptionTemplate",
|
|
1561
|
-
"parameters": [
|
|
1529
|
+
},
|
|
1562
1530
|
{
|
|
1563
|
-
"name": "
|
|
1531
|
+
"name": "definition",
|
|
1564
1532
|
"type": {
|
|
1565
|
-
"text": "
|
|
1533
|
+
"text": "FoundationElementDefinition"
|
|
1566
1534
|
}
|
|
1567
1535
|
}
|
|
1568
1536
|
]
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"kind": "variable",
|
|
1572
|
-
"name": "foundationActionsMenuTemplate",
|
|
1573
|
-
"type": {
|
|
1574
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1575
|
-
},
|
|
1576
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1577
1537
|
}
|
|
1578
1538
|
],
|
|
1579
1539
|
"exports": [
|
|
1580
1540
|
{
|
|
1581
1541
|
"kind": "js",
|
|
1582
|
-
"name": "
|
|
1583
|
-
"declaration": {
|
|
1584
|
-
"name": "menuTemplate",
|
|
1585
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"kind": "js",
|
|
1590
|
-
"name": "singleOptionTemplate",
|
|
1591
|
-
"declaration": {
|
|
1592
|
-
"name": "singleOptionTemplate",
|
|
1593
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "js",
|
|
1598
|
-
"name": "foundationActionsMenuTemplate",
|
|
1542
|
+
"name": "foundationAnchorTemplate",
|
|
1599
1543
|
"declaration": {
|
|
1600
|
-
"name": "
|
|
1601
|
-
"module": "src/
|
|
1544
|
+
"name": "foundationAnchorTemplate",
|
|
1545
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1602
1546
|
}
|
|
1603
1547
|
}
|
|
1604
1548
|
]
|
|
1605
1549
|
},
|
|
1606
1550
|
{
|
|
1607
1551
|
"kind": "javascript-module",
|
|
1608
|
-
"path": "src/
|
|
1552
|
+
"path": "src/anchor/anchor.ts",
|
|
1609
1553
|
"declarations": [
|
|
1610
1554
|
{
|
|
1611
1555
|
"kind": "class",
|
|
1612
1556
|
"description": "",
|
|
1613
|
-
"name": "
|
|
1614
|
-
"
|
|
1557
|
+
"name": "Anchor",
|
|
1558
|
+
"superclass": {
|
|
1559
|
+
"name": "FASTAnchor",
|
|
1560
|
+
"package": "@microsoft/fast-components"
|
|
1561
|
+
},
|
|
1562
|
+
"tagName": "%%prefix%%-anchor",
|
|
1563
|
+
"customElement": true,
|
|
1564
|
+
"attributes": [
|
|
1615
1565
|
{
|
|
1616
|
-
"
|
|
1617
|
-
"name": "actions",
|
|
1566
|
+
"name": "download",
|
|
1618
1567
|
"type": {
|
|
1619
|
-
"text": "
|
|
1568
|
+
"text": "string"
|
|
1569
|
+
},
|
|
1570
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1571
|
+
"fieldName": "download",
|
|
1572
|
+
"inheritedFrom": {
|
|
1573
|
+
"name": "Anchor",
|
|
1574
|
+
"module": "src/anchor/anchor.ts"
|
|
1620
1575
|
}
|
|
1621
1576
|
},
|
|
1622
1577
|
{
|
|
1623
|
-
"
|
|
1624
|
-
"name": "isVertical",
|
|
1578
|
+
"name": "href",
|
|
1625
1579
|
"type": {
|
|
1626
|
-
"text": "
|
|
1580
|
+
"text": "string"
|
|
1627
1581
|
},
|
|
1628
|
-
"
|
|
1582
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1583
|
+
"fieldName": "href",
|
|
1584
|
+
"inheritedFrom": {
|
|
1585
|
+
"name": "Anchor",
|
|
1586
|
+
"module": "src/anchor/anchor.ts"
|
|
1587
|
+
}
|
|
1629
1588
|
},
|
|
1630
1589
|
{
|
|
1631
|
-
"
|
|
1632
|
-
"name": "addDefaultActions",
|
|
1590
|
+
"name": "hreflang",
|
|
1633
1591
|
"type": {
|
|
1634
|
-
"text": "
|
|
1592
|
+
"text": "string"
|
|
1635
1593
|
},
|
|
1636
|
-
"
|
|
1594
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1595
|
+
"fieldName": "hreflang",
|
|
1596
|
+
"inheritedFrom": {
|
|
1597
|
+
"name": "Anchor",
|
|
1598
|
+
"module": "src/anchor/anchor.ts"
|
|
1599
|
+
}
|
|
1637
1600
|
},
|
|
1638
1601
|
{
|
|
1639
|
-
"
|
|
1640
|
-
"name": "autoCloseOnAction",
|
|
1602
|
+
"name": "ping",
|
|
1641
1603
|
"type": {
|
|
1642
|
-
"text": "
|
|
1604
|
+
"text": "string"
|
|
1643
1605
|
},
|
|
1644
|
-
"
|
|
1606
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1607
|
+
"fieldName": "ping",
|
|
1608
|
+
"inheritedFrom": {
|
|
1609
|
+
"name": "Anchor",
|
|
1610
|
+
"module": "src/anchor/anchor.ts"
|
|
1611
|
+
}
|
|
1645
1612
|
},
|
|
1646
1613
|
{
|
|
1647
|
-
"
|
|
1648
|
-
"name": "classNames",
|
|
1614
|
+
"name": "referrerpolicy",
|
|
1649
1615
|
"type": {
|
|
1650
1616
|
"text": "string"
|
|
1617
|
+
},
|
|
1618
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1619
|
+
"fieldName": "referrerpolicy",
|
|
1620
|
+
"inheritedFrom": {
|
|
1621
|
+
"name": "Anchor",
|
|
1622
|
+
"module": "src/anchor/anchor.ts"
|
|
1651
1623
|
}
|
|
1652
1624
|
},
|
|
1653
1625
|
{
|
|
1654
|
-
"
|
|
1655
|
-
"name": "definition",
|
|
1626
|
+
"name": "rel",
|
|
1656
1627
|
"type": {
|
|
1657
|
-
"text": "
|
|
1628
|
+
"text": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1631
|
+
"fieldName": "rel",
|
|
1632
|
+
"inheritedFrom": {
|
|
1633
|
+
"name": "Anchor",
|
|
1634
|
+
"module": "src/anchor/anchor.ts"
|
|
1658
1635
|
}
|
|
1659
1636
|
},
|
|
1660
1637
|
{
|
|
1661
|
-
"
|
|
1662
|
-
"name": "name",
|
|
1638
|
+
"name": "target",
|
|
1663
1639
|
"type": {
|
|
1664
|
-
"text": "
|
|
1640
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1665
1641
|
},
|
|
1666
|
-
"
|
|
1642
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1643
|
+
"fieldName": "target",
|
|
1644
|
+
"inheritedFrom": {
|
|
1645
|
+
"name": "Anchor",
|
|
1646
|
+
"module": "src/anchor/anchor.ts"
|
|
1647
|
+
}
|
|
1667
1648
|
},
|
|
1668
1649
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"name": "open",
|
|
1650
|
+
"name": "type",
|
|
1671
1651
|
"type": {
|
|
1672
|
-
"text": "
|
|
1652
|
+
"text": "string"
|
|
1673
1653
|
},
|
|
1674
|
-
"
|
|
1675
|
-
|
|
1654
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1655
|
+
"fieldName": "type",
|
|
1656
|
+
"inheritedFrom": {
|
|
1657
|
+
"name": "Anchor",
|
|
1658
|
+
"module": "src/anchor/anchor.ts"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
"members": [
|
|
1676
1663
|
{
|
|
1677
1664
|
"kind": "field",
|
|
1678
|
-
"name": "
|
|
1665
|
+
"name": "download",
|
|
1679
1666
|
"type": {
|
|
1680
1667
|
"text": "string"
|
|
1668
|
+
},
|
|
1669
|
+
"privacy": "public",
|
|
1670
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1671
|
+
"inheritedFrom": {
|
|
1672
|
+
"name": "Anchor",
|
|
1673
|
+
"module": "src/anchor/anchor.ts"
|
|
1681
1674
|
}
|
|
1682
1675
|
},
|
|
1683
1676
|
{
|
|
1684
1677
|
"kind": "field",
|
|
1685
|
-
"name": "
|
|
1678
|
+
"name": "href",
|
|
1686
1679
|
"type": {
|
|
1687
|
-
"text": "
|
|
1680
|
+
"text": "string"
|
|
1688
1681
|
},
|
|
1689
|
-
"
|
|
1682
|
+
"privacy": "public",
|
|
1683
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1684
|
+
"inheritedFrom": {
|
|
1685
|
+
"name": "Anchor",
|
|
1686
|
+
"module": "src/anchor/anchor.ts"
|
|
1687
|
+
}
|
|
1690
1688
|
},
|
|
1691
1689
|
{
|
|
1692
1690
|
"kind": "field",
|
|
1693
|
-
"name": "
|
|
1691
|
+
"name": "hreflang",
|
|
1694
1692
|
"type": {
|
|
1695
|
-
"text": "
|
|
1693
|
+
"text": "string"
|
|
1696
1694
|
},
|
|
1697
|
-
"
|
|
1695
|
+
"privacy": "public",
|
|
1696
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1697
|
+
"inheritedFrom": {
|
|
1698
|
+
"name": "Anchor",
|
|
1699
|
+
"module": "src/anchor/anchor.ts"
|
|
1700
|
+
}
|
|
1698
1701
|
},
|
|
1699
1702
|
{
|
|
1700
1703
|
"kind": "field",
|
|
1701
|
-
"name": "
|
|
1704
|
+
"name": "ping",
|
|
1702
1705
|
"type": {
|
|
1703
|
-
"text": "
|
|
1706
|
+
"text": "string"
|
|
1707
|
+
},
|
|
1708
|
+
"privacy": "public",
|
|
1709
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1710
|
+
"inheritedFrom": {
|
|
1711
|
+
"name": "Anchor",
|
|
1712
|
+
"module": "src/anchor/anchor.ts"
|
|
1704
1713
|
}
|
|
1705
1714
|
},
|
|
1706
1715
|
{
|
|
1707
1716
|
"kind": "field",
|
|
1708
|
-
"name": "
|
|
1717
|
+
"name": "referrerpolicy",
|
|
1709
1718
|
"type": {
|
|
1710
|
-
"text": "
|
|
1719
|
+
"text": "string"
|
|
1720
|
+
},
|
|
1721
|
+
"privacy": "public",
|
|
1722
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1723
|
+
"inheritedFrom": {
|
|
1724
|
+
"name": "Anchor",
|
|
1725
|
+
"module": "src/anchor/anchor.ts"
|
|
1711
1726
|
}
|
|
1712
1727
|
},
|
|
1713
1728
|
{
|
|
1714
|
-
"kind": "
|
|
1715
|
-
"name": "
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
"name": "newValue",
|
|
1726
|
-
"type": {
|
|
1727
|
-
"text": "any"
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "method",
|
|
1734
|
-
"name": "openChanged",
|
|
1735
|
-
"privacy": "protected"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"kind": "method",
|
|
1739
|
-
"name": "toggleActionsMenuVisibility"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"kind": "method",
|
|
1743
|
-
"name": "onActionMenuItemClick",
|
|
1744
|
-
"parameters": [
|
|
1745
|
-
{
|
|
1746
|
-
"name": "callback",
|
|
1747
|
-
"type": {
|
|
1748
|
-
"text": "(rowData) => void | any"
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
]
|
|
1729
|
+
"kind": "field",
|
|
1730
|
+
"name": "rel",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "string"
|
|
1733
|
+
},
|
|
1734
|
+
"privacy": "public",
|
|
1735
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1736
|
+
"inheritedFrom": {
|
|
1737
|
+
"name": "Anchor",
|
|
1738
|
+
"module": "src/anchor/anchor.ts"
|
|
1739
|
+
}
|
|
1752
1740
|
},
|
|
1753
1741
|
{
|
|
1754
1742
|
"kind": "field",
|
|
1755
|
-
"name": "
|
|
1743
|
+
"name": "target",
|
|
1756
1744
|
"type": {
|
|
1757
|
-
"text": "
|
|
1745
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1758
1746
|
},
|
|
1759
|
-
"
|
|
1747
|
+
"privacy": "public",
|
|
1748
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1749
|
+
"inheritedFrom": {
|
|
1750
|
+
"name": "Anchor",
|
|
1751
|
+
"module": "src/anchor/anchor.ts"
|
|
1752
|
+
}
|
|
1760
1753
|
},
|
|
1761
1754
|
{
|
|
1762
1755
|
"kind": "field",
|
|
1763
|
-
"name": "
|
|
1764
|
-
"
|
|
1756
|
+
"name": "type",
|
|
1757
|
+
"type": {
|
|
1758
|
+
"text": "string"
|
|
1759
|
+
},
|
|
1760
|
+
"privacy": "public",
|
|
1761
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1762
|
+
"inheritedFrom": {
|
|
1763
|
+
"name": "Anchor",
|
|
1764
|
+
"module": "src/anchor/anchor.ts"
|
|
1765
|
+
}
|
|
1765
1766
|
},
|
|
1766
1767
|
{
|
|
1767
|
-
"kind": "
|
|
1768
|
-
"name": "
|
|
1769
|
-
"
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1768
|
+
"kind": "field",
|
|
1769
|
+
"name": "control",
|
|
1770
|
+
"type": {
|
|
1771
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1772
|
+
},
|
|
1773
|
+
"privacy": "public",
|
|
1774
|
+
"description": "References the root element",
|
|
1775
|
+
"inheritedFrom": {
|
|
1776
|
+
"name": "Anchor",
|
|
1777
|
+
"module": "src/anchor/anchor.ts"
|
|
1778
|
+
}
|
|
1777
1779
|
},
|
|
1778
1780
|
{
|
|
1779
|
-
"kind": "
|
|
1780
|
-
"name": "
|
|
1781
|
-
"
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
}
|
|
1788
|
-
]
|
|
1781
|
+
"kind": "field",
|
|
1782
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1783
|
+
"privacy": "private",
|
|
1784
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1785
|
+
"inheritedFrom": {
|
|
1786
|
+
"name": "Anchor",
|
|
1787
|
+
"module": "src/anchor/anchor.ts"
|
|
1788
|
+
}
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
1791
|
"kind": "field",
|
|
@@ -1898,108 +1898,69 @@
|
|
|
1898
1898
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1899
1899
|
}
|
|
1900
1900
|
}
|
|
1901
|
-
]
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
"default": "false",
|
|
1909
|
-
"fieldName": "isVertical"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"name": "add-default-actions",
|
|
1913
|
-
"type": {
|
|
1914
|
-
"text": "boolean"
|
|
1915
|
-
},
|
|
1916
|
-
"default": "true",
|
|
1917
|
-
"fieldName": "addDefaultActions"
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"name": "auto-close-on-action",
|
|
1921
|
-
"type": {
|
|
1922
|
-
"text": "boolean"
|
|
1923
|
-
},
|
|
1924
|
-
"default": "true",
|
|
1925
|
-
"fieldName": "autoCloseOnAction"
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"name": "name",
|
|
1929
|
-
"type": {
|
|
1930
|
-
"text": "string"
|
|
1931
|
-
},
|
|
1932
|
-
"default": "'Actions'",
|
|
1933
|
-
"fieldName": "name"
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"name": "open",
|
|
1937
|
-
"type": {
|
|
1938
|
-
"text": "boolean"
|
|
1939
|
-
},
|
|
1940
|
-
"default": "false",
|
|
1941
|
-
"fieldName": "open"
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"name": "buttonAppearance",
|
|
1945
|
-
"type": {
|
|
1946
|
-
"text": "string"
|
|
1947
|
-
},
|
|
1948
|
-
"fieldName": "buttonAppearance"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"name": "hide-disabled",
|
|
1952
|
-
"type": {
|
|
1953
|
-
"text": "boolean"
|
|
1954
|
-
},
|
|
1955
|
-
"default": "false",
|
|
1956
|
-
"fieldName": "hideDisabled"
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"name": "hide-menu-single-option",
|
|
1960
|
-
"type": {
|
|
1961
|
-
"text": "boolean"
|
|
1962
|
-
},
|
|
1963
|
-
"default": "false",
|
|
1964
|
-
"fieldName": "hideMenuSingleOption"
|
|
1965
|
-
}
|
|
1966
|
-
],
|
|
1967
|
-
"superclass": {
|
|
1968
|
-
"name": "FoundationElement",
|
|
1969
|
-
"package": "@microsoft/fast-foundation"
|
|
1901
|
+
]
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "variable",
|
|
1905
|
+
"name": "foundationAnchorShadowOptions",
|
|
1906
|
+
"type": {
|
|
1907
|
+
"text": "ShadowRootInit"
|
|
1970
1908
|
},
|
|
1971
|
-
"
|
|
1972
|
-
"customElement": true
|
|
1909
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1973
1910
|
},
|
|
1974
1911
|
{
|
|
1975
1912
|
"kind": "variable",
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1913
|
+
"name": "defaultAnchorConfig",
|
|
1914
|
+
"type": {
|
|
1915
|
+
"text": "object"
|
|
1916
|
+
},
|
|
1917
|
+
"default": "{}"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "variable",
|
|
1921
|
+
"name": "foundationAnchor",
|
|
1922
|
+
"description": "The Foundation Anchor",
|
|
1978
1923
|
"privacy": "public"
|
|
1979
1924
|
}
|
|
1980
1925
|
],
|
|
1981
1926
|
"exports": [
|
|
1982
1927
|
{
|
|
1983
1928
|
"kind": "js",
|
|
1984
|
-
"name": "
|
|
1929
|
+
"name": "Anchor",
|
|
1985
1930
|
"declaration": {
|
|
1986
|
-
"name": "
|
|
1987
|
-
"module": "src/
|
|
1931
|
+
"name": "Anchor",
|
|
1932
|
+
"module": "src/anchor/anchor.ts"
|
|
1988
1933
|
}
|
|
1989
1934
|
},
|
|
1990
1935
|
{
|
|
1991
1936
|
"kind": "js",
|
|
1992
|
-
"name": "
|
|
1937
|
+
"name": "foundationAnchorShadowOptions",
|
|
1993
1938
|
"declaration": {
|
|
1994
|
-
"name": "
|
|
1995
|
-
"module": "src/
|
|
1939
|
+
"name": "foundationAnchorShadowOptions",
|
|
1940
|
+
"module": "src/anchor/anchor.ts"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "defaultAnchorConfig",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "defaultAnchorConfig",
|
|
1948
|
+
"module": "src/anchor/anchor.ts"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "foundationAnchor",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "foundationAnchor",
|
|
1956
|
+
"module": "src/anchor/anchor.ts"
|
|
1996
1957
|
}
|
|
1997
1958
|
}
|
|
1998
1959
|
]
|
|
1999
1960
|
},
|
|
2000
1961
|
{
|
|
2001
1962
|
"kind": "javascript-module",
|
|
2002
|
-
"path": "src/
|
|
1963
|
+
"path": "src/anchor/index.ts",
|
|
2003
1964
|
"declarations": [],
|
|
2004
1965
|
"exports": [
|
|
2005
1966
|
{
|
|
@@ -2007,7 +1968,7 @@
|
|
|
2007
1968
|
"name": "*",
|
|
2008
1969
|
"declaration": {
|
|
2009
1970
|
"name": "*",
|
|
2010
|
-
"package": "./
|
|
1971
|
+
"package": "./anchor.template"
|
|
2011
1972
|
}
|
|
2012
1973
|
},
|
|
2013
1974
|
{
|
|
@@ -2015,7 +1976,7 @@
|
|
|
2015
1976
|
"name": "*",
|
|
2016
1977
|
"declaration": {
|
|
2017
1978
|
"name": "*",
|
|
2018
|
-
"package": "./
|
|
1979
|
+
"package": "./anchor.styles"
|
|
2019
1980
|
}
|
|
2020
1981
|
},
|
|
2021
1982
|
{
|
|
@@ -2023,21 +1984,21 @@
|
|
|
2023
1984
|
"name": "*",
|
|
2024
1985
|
"declaration": {
|
|
2025
1986
|
"name": "*",
|
|
2026
|
-
"package": "./
|
|
1987
|
+
"package": "./anchor"
|
|
2027
1988
|
}
|
|
2028
1989
|
}
|
|
2029
1990
|
]
|
|
2030
1991
|
},
|
|
2031
1992
|
{
|
|
2032
1993
|
"kind": "javascript-module",
|
|
2033
|
-
"path": "src/
|
|
1994
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2034
1995
|
"declarations": [
|
|
2035
1996
|
{
|
|
2036
1997
|
"kind": "function",
|
|
2037
|
-
"name": "
|
|
1998
|
+
"name": "actionsMenuBaseStyles",
|
|
2038
1999
|
"return": {
|
|
2039
2000
|
"type": {
|
|
2040
|
-
"text": "
|
|
2001
|
+
"text": "ElementStyles"
|
|
2041
2002
|
}
|
|
2042
2003
|
},
|
|
2043
2004
|
"parameters": [
|
|
@@ -2054,26 +2015,10 @@
|
|
|
2054
2015
|
}
|
|
2055
2016
|
}
|
|
2056
2017
|
]
|
|
2057
|
-
}
|
|
2058
|
-
],
|
|
2059
|
-
"exports": [
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "js",
|
|
2062
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2063
|
-
"declaration": {
|
|
2064
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2065
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"kind": "javascript-module",
|
|
2072
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2073
|
-
"declarations": [
|
|
2018
|
+
},
|
|
2074
2019
|
{
|
|
2075
2020
|
"kind": "function",
|
|
2076
|
-
"name": "
|
|
2021
|
+
"name": "foundationActionsMenuStyles",
|
|
2077
2022
|
"return": {
|
|
2078
2023
|
"type": {
|
|
2079
2024
|
"text": "ElementStyles"
|
|
@@ -2098,706 +2043,821 @@
|
|
|
2098
2043
|
"exports": [
|
|
2099
2044
|
{
|
|
2100
2045
|
"kind": "js",
|
|
2101
|
-
"name": "
|
|
2046
|
+
"name": "actionsMenuBaseStyles",
|
|
2102
2047
|
"declaration": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"module": "src/
|
|
2048
|
+
"name": "actionsMenuBaseStyles",
|
|
2049
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"kind": "js",
|
|
2054
|
+
"name": "foundationActionsMenuStyles",
|
|
2055
|
+
"declaration": {
|
|
2056
|
+
"name": "foundationActionsMenuStyles",
|
|
2057
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2105
2058
|
}
|
|
2106
2059
|
}
|
|
2107
2060
|
]
|
|
2108
2061
|
},
|
|
2109
2062
|
{
|
|
2110
2063
|
"kind": "javascript-module",
|
|
2111
|
-
"path": "src/
|
|
2064
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2112
2065
|
"declarations": [
|
|
2113
2066
|
{
|
|
2114
|
-
"kind": "
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2117
|
-
"superclass": {
|
|
2118
|
-
"name": "FASTAnchoredRegion",
|
|
2119
|
-
"package": "@microsoft/fast-components"
|
|
2120
|
-
},
|
|
2121
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2122
|
-
"customElement": true,
|
|
2123
|
-
"attributes": [
|
|
2067
|
+
"kind": "function",
|
|
2068
|
+
"name": "menuTemplate",
|
|
2069
|
+
"parameters": [
|
|
2124
2070
|
{
|
|
2125
|
-
"name": "
|
|
2071
|
+
"name": "prefix",
|
|
2126
2072
|
"type": {
|
|
2127
2073
|
"text": "string"
|
|
2128
|
-
},
|
|
2129
|
-
"default": "\"\"",
|
|
2130
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2131
|
-
"fieldName": "anchor",
|
|
2132
|
-
"inheritedFrom": {
|
|
2133
|
-
"name": "AnchoredRegion",
|
|
2134
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2135
2074
|
}
|
|
2136
|
-
}
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"kind": "function",
|
|
2080
|
+
"name": "singleOptionTemplate",
|
|
2081
|
+
"parameters": [
|
|
2137
2082
|
{
|
|
2138
|
-
"name": "
|
|
2083
|
+
"name": "prefix",
|
|
2139
2084
|
"type": {
|
|
2140
2085
|
"text": "string"
|
|
2141
|
-
},
|
|
2142
|
-
"default": "\"\"",
|
|
2143
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2144
|
-
"fieldName": "viewport",
|
|
2145
|
-
"inheritedFrom": {
|
|
2146
|
-
"name": "AnchoredRegion",
|
|
2147
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2148
2086
|
}
|
|
2149
|
-
}
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "variable",
|
|
2092
|
+
"name": "foundationActionsMenuTemplate",
|
|
2093
|
+
"type": {
|
|
2094
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2095
|
+
},
|
|
2096
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2097
|
+
}
|
|
2098
|
+
],
|
|
2099
|
+
"exports": [
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "js",
|
|
2102
|
+
"name": "menuTemplate",
|
|
2103
|
+
"declaration": {
|
|
2104
|
+
"name": "menuTemplate",
|
|
2105
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "js",
|
|
2110
|
+
"name": "singleOptionTemplate",
|
|
2111
|
+
"declaration": {
|
|
2112
|
+
"name": "singleOptionTemplate",
|
|
2113
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "js",
|
|
2118
|
+
"name": "foundationActionsMenuTemplate",
|
|
2119
|
+
"declaration": {
|
|
2120
|
+
"name": "foundationActionsMenuTemplate",
|
|
2121
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"kind": "javascript-module",
|
|
2128
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2129
|
+
"declarations": [
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "class",
|
|
2132
|
+
"description": "",
|
|
2133
|
+
"name": "ActionsMenu",
|
|
2134
|
+
"members": [
|
|
2150
2135
|
{
|
|
2151
|
-
"
|
|
2136
|
+
"kind": "field",
|
|
2137
|
+
"name": "actions",
|
|
2152
2138
|
"type": {
|
|
2153
|
-
"text": "
|
|
2154
|
-
},
|
|
2155
|
-
"default": "\"uncontrolled\"",
|
|
2156
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2157
|
-
"fieldName": "horizontalPositioningMode",
|
|
2158
|
-
"inheritedFrom": {
|
|
2159
|
-
"name": "AnchoredRegion",
|
|
2160
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2139
|
+
"text": "ActionMenuItem[]"
|
|
2161
2140
|
}
|
|
2162
2141
|
},
|
|
2163
2142
|
{
|
|
2164
|
-
"
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "isVertical",
|
|
2165
2145
|
"type": {
|
|
2166
|
-
"text": "
|
|
2146
|
+
"text": "boolean"
|
|
2167
2147
|
},
|
|
2168
|
-
"default": "
|
|
2169
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2170
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2171
|
-
"inheritedFrom": {
|
|
2172
|
-
"name": "AnchoredRegion",
|
|
2173
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2174
|
-
}
|
|
2148
|
+
"default": "false"
|
|
2175
2149
|
},
|
|
2176
2150
|
{
|
|
2177
|
-
"
|
|
2151
|
+
"kind": "field",
|
|
2152
|
+
"name": "addDefaultActions",
|
|
2178
2153
|
"type": {
|
|
2179
2154
|
"text": "boolean"
|
|
2180
2155
|
},
|
|
2181
|
-
"default": "
|
|
2182
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2183
|
-
"fieldName": "horizontalViewportLock",
|
|
2184
|
-
"inheritedFrom": {
|
|
2185
|
-
"name": "AnchoredRegion",
|
|
2186
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2187
|
-
}
|
|
2156
|
+
"default": "true"
|
|
2188
2157
|
},
|
|
2189
2158
|
{
|
|
2190
|
-
"
|
|
2159
|
+
"kind": "field",
|
|
2160
|
+
"name": "autoCloseOnAction",
|
|
2191
2161
|
"type": {
|
|
2192
2162
|
"text": "boolean"
|
|
2193
2163
|
},
|
|
2194
|
-
"default": "
|
|
2195
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2196
|
-
"fieldName": "horizontalInset",
|
|
2197
|
-
"inheritedFrom": {
|
|
2198
|
-
"name": "AnchoredRegion",
|
|
2199
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2200
|
-
}
|
|
2164
|
+
"default": "true"
|
|
2201
2165
|
},
|
|
2202
2166
|
{
|
|
2203
|
-
"
|
|
2167
|
+
"kind": "field",
|
|
2168
|
+
"name": "classNames",
|
|
2204
2169
|
"type": {
|
|
2205
|
-
"text": "
|
|
2206
|
-
},
|
|
2207
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2208
|
-
"fieldName": "horizontalThreshold",
|
|
2209
|
-
"inheritedFrom": {
|
|
2210
|
-
"name": "AnchoredRegion",
|
|
2211
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2170
|
+
"text": "string"
|
|
2212
2171
|
}
|
|
2213
2172
|
},
|
|
2214
2173
|
{
|
|
2215
|
-
"
|
|
2174
|
+
"kind": "field",
|
|
2175
|
+
"name": "definition",
|
|
2216
2176
|
"type": {
|
|
2217
|
-
"text": "
|
|
2218
|
-
},
|
|
2219
|
-
"default": "\"content\"",
|
|
2220
|
-
"description": "Defines how the width of the region is calculated",
|
|
2221
|
-
"fieldName": "horizontalScaling",
|
|
2222
|
-
"inheritedFrom": {
|
|
2223
|
-
"name": "AnchoredRegion",
|
|
2224
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2177
|
+
"text": "any"
|
|
2225
2178
|
}
|
|
2226
2179
|
},
|
|
2227
2180
|
{
|
|
2228
|
-
"
|
|
2181
|
+
"kind": "field",
|
|
2182
|
+
"name": "name",
|
|
2229
2183
|
"type": {
|
|
2230
|
-
"text": "
|
|
2184
|
+
"text": "string"
|
|
2231
2185
|
},
|
|
2232
|
-
"default": "
|
|
2233
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2234
|
-
"fieldName": "verticalPositioningMode",
|
|
2235
|
-
"inheritedFrom": {
|
|
2236
|
-
"name": "AnchoredRegion",
|
|
2237
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2238
|
-
}
|
|
2186
|
+
"default": "'Actions'"
|
|
2239
2187
|
},
|
|
2240
2188
|
{
|
|
2241
|
-
"
|
|
2189
|
+
"kind": "field",
|
|
2190
|
+
"name": "open",
|
|
2242
2191
|
"type": {
|
|
2243
|
-
"text": "
|
|
2192
|
+
"text": "boolean"
|
|
2244
2193
|
},
|
|
2245
|
-
"default": "
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
"
|
|
2249
|
-
|
|
2250
|
-
|
|
2194
|
+
"default": "false"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "field",
|
|
2198
|
+
"name": "buttonAppearance",
|
|
2199
|
+
"type": {
|
|
2200
|
+
"text": "string"
|
|
2251
2201
|
}
|
|
2252
2202
|
},
|
|
2253
2203
|
{
|
|
2254
|
-
"
|
|
2204
|
+
"kind": "field",
|
|
2205
|
+
"name": "hideDisabled",
|
|
2255
2206
|
"type": {
|
|
2256
2207
|
"text": "boolean"
|
|
2257
2208
|
},
|
|
2258
|
-
"default": "false"
|
|
2259
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2260
|
-
"fieldName": "verticalViewportLock",
|
|
2261
|
-
"inheritedFrom": {
|
|
2262
|
-
"name": "AnchoredRegion",
|
|
2263
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2264
|
-
}
|
|
2209
|
+
"default": "false"
|
|
2265
2210
|
},
|
|
2266
2211
|
{
|
|
2267
|
-
"
|
|
2212
|
+
"kind": "field",
|
|
2213
|
+
"name": "hideMenuSingleOption",
|
|
2268
2214
|
"type": {
|
|
2269
2215
|
"text": "boolean"
|
|
2270
2216
|
},
|
|
2271
|
-
"default": "false"
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
"
|
|
2275
|
-
|
|
2276
|
-
|
|
2217
|
+
"default": "false"
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "field",
|
|
2221
|
+
"name": "singleOption",
|
|
2222
|
+
"type": {
|
|
2223
|
+
"text": "ActionMenuItem"
|
|
2277
2224
|
}
|
|
2278
2225
|
},
|
|
2279
2226
|
{
|
|
2280
|
-
"
|
|
2227
|
+
"kind": "field",
|
|
2228
|
+
"name": "actionsMenu",
|
|
2281
2229
|
"type": {
|
|
2282
|
-
"text": "
|
|
2283
|
-
},
|
|
2284
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2285
|
-
"fieldName": "verticalThreshold",
|
|
2286
|
-
"inheritedFrom": {
|
|
2287
|
-
"name": "AnchoredRegion",
|
|
2288
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2230
|
+
"text": "HTMLElement"
|
|
2289
2231
|
}
|
|
2290
2232
|
},
|
|
2291
2233
|
{
|
|
2292
|
-
"
|
|
2234
|
+
"kind": "method",
|
|
2235
|
+
"name": "definitionChanged",
|
|
2236
|
+
"privacy": "protected",
|
|
2237
|
+
"parameters": [
|
|
2238
|
+
{
|
|
2239
|
+
"name": "oldValue",
|
|
2240
|
+
"type": {
|
|
2241
|
+
"text": "any"
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "newValue",
|
|
2246
|
+
"type": {
|
|
2247
|
+
"text": "any"
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"kind": "method",
|
|
2254
|
+
"name": "openChanged",
|
|
2255
|
+
"privacy": "protected"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "method",
|
|
2259
|
+
"name": "toggleActionsMenuVisibility"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "method",
|
|
2263
|
+
"name": "onActionMenuItemClick",
|
|
2264
|
+
"parameters": [
|
|
2265
|
+
{
|
|
2266
|
+
"name": "callback",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "(rowData) => void | any"
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"kind": "field",
|
|
2275
|
+
"name": "allActions",
|
|
2293
2276
|
"type": {
|
|
2294
|
-
"text": "
|
|
2277
|
+
"text": "ActionMenuItem[]"
|
|
2295
2278
|
},
|
|
2296
|
-
"
|
|
2297
|
-
"description": "Defines how the height of the region is calculated",
|
|
2298
|
-
"fieldName": "verticalScaling",
|
|
2299
|
-
"inheritedFrom": {
|
|
2300
|
-
"name": "AnchoredRegion",
|
|
2301
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2302
|
-
}
|
|
2279
|
+
"readonly": true
|
|
2303
2280
|
},
|
|
2304
2281
|
{
|
|
2305
|
-
"
|
|
2282
|
+
"kind": "field",
|
|
2283
|
+
"name": "rowData",
|
|
2284
|
+
"readonly": true
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "method",
|
|
2288
|
+
"name": "getLabel",
|
|
2289
|
+
"parameters": [
|
|
2290
|
+
{
|
|
2291
|
+
"name": "name",
|
|
2292
|
+
"type": {
|
|
2293
|
+
"text": "string | ((rowData: any) => string)"
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"kind": "method",
|
|
2300
|
+
"name": "getTemplate",
|
|
2301
|
+
"parameters": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "prefix",
|
|
2304
|
+
"type": {
|
|
2305
|
+
"text": "string"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
]
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"kind": "field",
|
|
2312
|
+
"name": "_presentation",
|
|
2306
2313
|
"type": {
|
|
2307
|
-
"text": "
|
|
2314
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2308
2315
|
},
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
2311
|
-
"fieldName": "fixedPlacement",
|
|
2316
|
+
"privacy": "private",
|
|
2317
|
+
"default": "void 0",
|
|
2312
2318
|
"inheritedFrom": {
|
|
2313
|
-
"name": "
|
|
2314
|
-
"module": "src/
|
|
2319
|
+
"name": "FoundationElement",
|
|
2320
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2315
2321
|
}
|
|
2316
2322
|
},
|
|
2317
2323
|
{
|
|
2318
|
-
"
|
|
2324
|
+
"kind": "field",
|
|
2325
|
+
"name": "$presentation",
|
|
2319
2326
|
"type": {
|
|
2320
|
-
"text": "
|
|
2327
|
+
"text": "ComponentPresentation | null"
|
|
2321
2328
|
},
|
|
2322
|
-
"
|
|
2323
|
-
"description": "
|
|
2324
|
-
"fieldName": "autoUpdateMode",
|
|
2329
|
+
"privacy": "public",
|
|
2330
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2325
2331
|
"inheritedFrom": {
|
|
2326
|
-
"name": "
|
|
2327
|
-
"module": "src/
|
|
2332
|
+
"name": "FoundationElement",
|
|
2333
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2328
2334
|
}
|
|
2329
|
-
}
|
|
2330
|
-
],
|
|
2331
|
-
"members": [
|
|
2335
|
+
},
|
|
2332
2336
|
{
|
|
2333
2337
|
"kind": "field",
|
|
2334
|
-
"name": "
|
|
2338
|
+
"name": "template",
|
|
2335
2339
|
"type": {
|
|
2336
|
-
"text": "
|
|
2340
|
+
"text": "ElementViewTemplate | void | null"
|
|
2337
2341
|
},
|
|
2338
2342
|
"privacy": "public",
|
|
2339
|
-
"
|
|
2340
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2343
|
+
"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.",
|
|
2341
2344
|
"inheritedFrom": {
|
|
2342
|
-
"name": "
|
|
2343
|
-
"module": "src/
|
|
2345
|
+
"name": "FoundationElement",
|
|
2346
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2344
2347
|
}
|
|
2345
2348
|
},
|
|
2346
2349
|
{
|
|
2347
2350
|
"kind": "method",
|
|
2348
|
-
"name": "
|
|
2349
|
-
"privacy": "
|
|
2351
|
+
"name": "templateChanged",
|
|
2352
|
+
"privacy": "protected",
|
|
2350
2353
|
"return": {
|
|
2351
2354
|
"type": {
|
|
2352
2355
|
"text": "void"
|
|
2353
2356
|
}
|
|
2354
2357
|
},
|
|
2355
2358
|
"inheritedFrom": {
|
|
2356
|
-
"name": "
|
|
2357
|
-
"module": "src/
|
|
2359
|
+
"name": "FoundationElement",
|
|
2360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2358
2361
|
}
|
|
2359
2362
|
},
|
|
2360
2363
|
{
|
|
2361
2364
|
"kind": "field",
|
|
2362
|
-
"name": "
|
|
2365
|
+
"name": "styles",
|
|
2363
2366
|
"type": {
|
|
2364
|
-
"text": "
|
|
2367
|
+
"text": "ElementStyles | void | null"
|
|
2365
2368
|
},
|
|
2366
2369
|
"privacy": "public",
|
|
2367
|
-
"
|
|
2368
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2370
|
+
"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.",
|
|
2369
2371
|
"inheritedFrom": {
|
|
2370
|
-
"name": "
|
|
2371
|
-
"module": "src/
|
|
2372
|
+
"name": "FoundationElement",
|
|
2373
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2372
2374
|
}
|
|
2373
2375
|
},
|
|
2374
2376
|
{
|
|
2375
2377
|
"kind": "method",
|
|
2376
|
-
"name": "
|
|
2377
|
-
"privacy": "
|
|
2378
|
+
"name": "stylesChanged",
|
|
2379
|
+
"privacy": "protected",
|
|
2378
2380
|
"return": {
|
|
2379
2381
|
"type": {
|
|
2380
2382
|
"text": "void"
|
|
2381
2383
|
}
|
|
2382
2384
|
},
|
|
2383
2385
|
"inheritedFrom": {
|
|
2384
|
-
"name": "
|
|
2385
|
-
"module": "src/
|
|
2386
|
-
}
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
"kind": "field",
|
|
2390
|
-
"name": "horizontalPositioningMode",
|
|
2391
|
-
"type": {
|
|
2392
|
-
"text": "AxisPositioningMode"
|
|
2393
|
-
},
|
|
2394
|
-
"privacy": "public",
|
|
2395
|
-
"default": "\"uncontrolled\"",
|
|
2396
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2397
|
-
"inheritedFrom": {
|
|
2398
|
-
"name": "AnchoredRegion",
|
|
2399
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2386
|
+
"name": "FoundationElement",
|
|
2387
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2400
2388
|
}
|
|
2401
2389
|
},
|
|
2402
2390
|
{
|
|
2403
2391
|
"kind": "method",
|
|
2404
|
-
"name": "
|
|
2405
|
-
"privacy": "
|
|
2392
|
+
"name": "compose",
|
|
2393
|
+
"privacy": "public",
|
|
2394
|
+
"static": true,
|
|
2406
2395
|
"return": {
|
|
2407
2396
|
"type": {
|
|
2408
|
-
"text": "
|
|
2397
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2409
2398
|
}
|
|
2410
2399
|
},
|
|
2400
|
+
"parameters": [
|
|
2401
|
+
{
|
|
2402
|
+
"name": "this",
|
|
2403
|
+
"type": {
|
|
2404
|
+
"text": "K"
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "elementDefinition",
|
|
2409
|
+
"type": {
|
|
2410
|
+
"text": "T"
|
|
2411
|
+
},
|
|
2412
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2413
|
+
}
|
|
2414
|
+
],
|
|
2415
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2411
2416
|
"inheritedFrom": {
|
|
2412
|
-
"name": "
|
|
2413
|
-
"module": "src/
|
|
2417
|
+
"name": "FoundationElement",
|
|
2418
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2414
2419
|
}
|
|
2415
|
-
}
|
|
2420
|
+
}
|
|
2421
|
+
],
|
|
2422
|
+
"attributes": [
|
|
2416
2423
|
{
|
|
2417
|
-
"
|
|
2418
|
-
"name": "horizontalDefaultPosition",
|
|
2424
|
+
"name": "is-vertical",
|
|
2419
2425
|
"type": {
|
|
2420
|
-
"text": "
|
|
2426
|
+
"text": "boolean"
|
|
2421
2427
|
},
|
|
2422
|
-
"
|
|
2423
|
-
"
|
|
2424
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2425
|
-
"inheritedFrom": {
|
|
2426
|
-
"name": "AnchoredRegion",
|
|
2427
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2428
|
-
}
|
|
2428
|
+
"default": "false",
|
|
2429
|
+
"fieldName": "isVertical"
|
|
2429
2430
|
},
|
|
2430
2431
|
{
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2433
|
-
|
|
2434
|
-
"return": {
|
|
2435
|
-
"type": {
|
|
2436
|
-
"text": "void"
|
|
2437
|
-
}
|
|
2432
|
+
"name": "add-default-actions",
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "boolean"
|
|
2438
2435
|
},
|
|
2439
|
-
"
|
|
2440
|
-
|
|
2441
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2442
|
-
}
|
|
2436
|
+
"default": "true",
|
|
2437
|
+
"fieldName": "addDefaultActions"
|
|
2443
2438
|
},
|
|
2444
2439
|
{
|
|
2445
|
-
"
|
|
2446
|
-
"name": "horizontalViewportLock",
|
|
2440
|
+
"name": "auto-close-on-action",
|
|
2447
2441
|
"type": {
|
|
2448
2442
|
"text": "boolean"
|
|
2449
2443
|
},
|
|
2450
|
-
"
|
|
2451
|
-
"
|
|
2452
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2453
|
-
"inheritedFrom": {
|
|
2454
|
-
"name": "AnchoredRegion",
|
|
2455
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2456
|
-
}
|
|
2444
|
+
"default": "true",
|
|
2445
|
+
"fieldName": "autoCloseOnAction"
|
|
2457
2446
|
},
|
|
2458
2447
|
{
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2461
|
-
|
|
2462
|
-
"return": {
|
|
2463
|
-
"type": {
|
|
2464
|
-
"text": "void"
|
|
2465
|
-
}
|
|
2448
|
+
"name": "name",
|
|
2449
|
+
"type": {
|
|
2450
|
+
"text": "string"
|
|
2466
2451
|
},
|
|
2467
|
-
"
|
|
2468
|
-
|
|
2469
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2470
|
-
}
|
|
2452
|
+
"default": "'Actions'",
|
|
2453
|
+
"fieldName": "name"
|
|
2471
2454
|
},
|
|
2472
2455
|
{
|
|
2473
|
-
"
|
|
2474
|
-
"name": "horizontalInset",
|
|
2456
|
+
"name": "open",
|
|
2475
2457
|
"type": {
|
|
2476
2458
|
"text": "boolean"
|
|
2477
2459
|
},
|
|
2478
|
-
"privacy": "public",
|
|
2479
2460
|
"default": "false",
|
|
2480
|
-
"
|
|
2481
|
-
"inheritedFrom": {
|
|
2482
|
-
"name": "AnchoredRegion",
|
|
2483
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2484
|
-
}
|
|
2461
|
+
"fieldName": "open"
|
|
2485
2462
|
},
|
|
2486
2463
|
{
|
|
2487
|
-
"
|
|
2488
|
-
"
|
|
2489
|
-
|
|
2490
|
-
"return": {
|
|
2491
|
-
"type": {
|
|
2492
|
-
"text": "void"
|
|
2493
|
-
}
|
|
2464
|
+
"name": "buttonAppearance",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "string"
|
|
2494
2467
|
},
|
|
2495
|
-
"
|
|
2496
|
-
"name": "AnchoredRegion",
|
|
2497
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2498
|
-
}
|
|
2468
|
+
"fieldName": "buttonAppearance"
|
|
2499
2469
|
},
|
|
2500
2470
|
{
|
|
2501
|
-
"
|
|
2502
|
-
"name": "horizontalThreshold",
|
|
2471
|
+
"name": "hide-disabled",
|
|
2503
2472
|
"type": {
|
|
2504
|
-
"text": "
|
|
2473
|
+
"text": "boolean"
|
|
2505
2474
|
},
|
|
2506
|
-
"
|
|
2507
|
-
"
|
|
2508
|
-
"inheritedFrom": {
|
|
2509
|
-
"name": "AnchoredRegion",
|
|
2510
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2511
|
-
}
|
|
2475
|
+
"default": "false",
|
|
2476
|
+
"fieldName": "hideDisabled"
|
|
2512
2477
|
},
|
|
2513
2478
|
{
|
|
2514
|
-
"
|
|
2515
|
-
"
|
|
2516
|
-
|
|
2517
|
-
"return": {
|
|
2518
|
-
"type": {
|
|
2519
|
-
"text": "void"
|
|
2520
|
-
}
|
|
2479
|
+
"name": "hide-menu-single-option",
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "boolean"
|
|
2521
2482
|
},
|
|
2522
|
-
"
|
|
2523
|
-
|
|
2524
|
-
|
|
2483
|
+
"default": "false",
|
|
2484
|
+
"fieldName": "hideMenuSingleOption"
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"superclass": {
|
|
2488
|
+
"name": "FoundationElement",
|
|
2489
|
+
"package": "@microsoft/fast-foundation"
|
|
2490
|
+
},
|
|
2491
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2492
|
+
"customElement": true
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"kind": "variable",
|
|
2496
|
+
"name": "foundationActionsMenu",
|
|
2497
|
+
"description": "The Foundation Actions Menu",
|
|
2498
|
+
"privacy": "public"
|
|
2499
|
+
}
|
|
2500
|
+
],
|
|
2501
|
+
"exports": [
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "js",
|
|
2504
|
+
"name": "ActionsMenu",
|
|
2505
|
+
"declaration": {
|
|
2506
|
+
"name": "ActionsMenu",
|
|
2507
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "js",
|
|
2512
|
+
"name": "foundationActionsMenu",
|
|
2513
|
+
"declaration": {
|
|
2514
|
+
"name": "foundationActionsMenu",
|
|
2515
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "javascript-module",
|
|
2522
|
+
"path": "src/actions-menu/index.ts",
|
|
2523
|
+
"declarations": [],
|
|
2524
|
+
"exports": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "js",
|
|
2527
|
+
"name": "*",
|
|
2528
|
+
"declaration": {
|
|
2529
|
+
"name": "*",
|
|
2530
|
+
"package": "./actions-menu.styles"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "js",
|
|
2535
|
+
"name": "*",
|
|
2536
|
+
"declaration": {
|
|
2537
|
+
"name": "*",
|
|
2538
|
+
"package": "./actions-menu.template"
|
|
2539
|
+
}
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "js",
|
|
2543
|
+
"name": "*",
|
|
2544
|
+
"declaration": {
|
|
2545
|
+
"name": "*",
|
|
2546
|
+
"package": "./actions-menu"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "javascript-module",
|
|
2553
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2554
|
+
"declarations": [
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "function",
|
|
2557
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2558
|
+
"return": {
|
|
2559
|
+
"type": {
|
|
2560
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"parameters": [
|
|
2564
|
+
{
|
|
2565
|
+
"name": "context",
|
|
2566
|
+
"type": {
|
|
2567
|
+
"text": "ElementDefinitionContext"
|
|
2525
2568
|
}
|
|
2526
2569
|
},
|
|
2527
2570
|
{
|
|
2528
|
-
"
|
|
2529
|
-
"name": "horizontalScaling",
|
|
2571
|
+
"name": "definition",
|
|
2530
2572
|
"type": {
|
|
2531
|
-
"text": "
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2573
|
+
"text": "FoundationElementDefinition"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
}
|
|
2578
|
+
],
|
|
2579
|
+
"exports": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "js",
|
|
2582
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2583
|
+
"declaration": {
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "function",
|
|
2596
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2597
|
+
"return": {
|
|
2598
|
+
"type": {
|
|
2599
|
+
"text": "ElementStyles"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"parameters": [
|
|
2603
|
+
{
|
|
2604
|
+
"name": "context",
|
|
2605
|
+
"type": {
|
|
2606
|
+
"text": "ElementDefinitionContext"
|
|
2539
2607
|
}
|
|
2540
2608
|
},
|
|
2541
2609
|
{
|
|
2542
|
-
"
|
|
2543
|
-
"
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2610
|
+
"name": "definition",
|
|
2611
|
+
"type": {
|
|
2612
|
+
"text": "FoundationElementDefinition"
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2618
|
+
"exports": [
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "js",
|
|
2621
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2622
|
+
"declaration": {
|
|
2623
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2624
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "javascript-module",
|
|
2631
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2632
|
+
"declarations": [
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "class",
|
|
2635
|
+
"description": "",
|
|
2636
|
+
"name": "AnchoredRegion",
|
|
2637
|
+
"superclass": {
|
|
2638
|
+
"name": "FASTAnchoredRegion",
|
|
2639
|
+
"package": "@microsoft/fast-components"
|
|
2640
|
+
},
|
|
2641
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2642
|
+
"customElement": true,
|
|
2643
|
+
"attributes": [
|
|
2644
|
+
{
|
|
2645
|
+
"name": "anchor",
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "string"
|
|
2549
2648
|
},
|
|
2649
|
+
"default": "\"\"",
|
|
2650
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2651
|
+
"fieldName": "anchor",
|
|
2550
2652
|
"inheritedFrom": {
|
|
2551
2653
|
"name": "AnchoredRegion",
|
|
2552
2654
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2553
2655
|
}
|
|
2554
2656
|
},
|
|
2555
2657
|
{
|
|
2556
|
-
"
|
|
2557
|
-
"name": "verticalPositioningMode",
|
|
2658
|
+
"name": "viewport",
|
|
2558
2659
|
"type": {
|
|
2559
|
-
"text": "
|
|
2660
|
+
"text": "string"
|
|
2560
2661
|
},
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2662
|
+
"default": "\"\"",
|
|
2663
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2664
|
+
"fieldName": "viewport",
|
|
2564
2665
|
"inheritedFrom": {
|
|
2565
2666
|
"name": "AnchoredRegion",
|
|
2566
2667
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2567
2668
|
}
|
|
2568
2669
|
},
|
|
2569
2670
|
{
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2572
|
-
|
|
2573
|
-
"return": {
|
|
2574
|
-
"type": {
|
|
2575
|
-
"text": "void"
|
|
2576
|
-
}
|
|
2671
|
+
"name": "horizontal-positioning-mode",
|
|
2672
|
+
"type": {
|
|
2673
|
+
"text": "AxisPositioningMode"
|
|
2577
2674
|
},
|
|
2675
|
+
"default": "\"uncontrolled\"",
|
|
2676
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2677
|
+
"fieldName": "horizontalPositioningMode",
|
|
2578
2678
|
"inheritedFrom": {
|
|
2579
2679
|
"name": "AnchoredRegion",
|
|
2580
2680
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2581
2681
|
}
|
|
2582
2682
|
},
|
|
2583
2683
|
{
|
|
2584
|
-
"
|
|
2585
|
-
"name": "verticalDefaultPosition",
|
|
2684
|
+
"name": "horizontal-default-position",
|
|
2586
2685
|
"type": {
|
|
2587
|
-
"text": "
|
|
2686
|
+
"text": "HorizontalPosition"
|
|
2588
2687
|
},
|
|
2589
|
-
"privacy": "public",
|
|
2590
2688
|
"default": "\"unset\"",
|
|
2591
|
-
"description": "The default
|
|
2689
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2690
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2592
2691
|
"inheritedFrom": {
|
|
2593
2692
|
"name": "AnchoredRegion",
|
|
2594
2693
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2595
2694
|
}
|
|
2596
2695
|
},
|
|
2597
2696
|
{
|
|
2598
|
-
"
|
|
2599
|
-
"
|
|
2600
|
-
|
|
2601
|
-
"return": {
|
|
2602
|
-
"type": {
|
|
2603
|
-
"text": "void"
|
|
2604
|
-
}
|
|
2697
|
+
"name": "horizontal-viewport-lock",
|
|
2698
|
+
"type": {
|
|
2699
|
+
"text": "boolean"
|
|
2605
2700
|
},
|
|
2701
|
+
"default": "false",
|
|
2702
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2703
|
+
"fieldName": "horizontalViewportLock",
|
|
2606
2704
|
"inheritedFrom": {
|
|
2607
2705
|
"name": "AnchoredRegion",
|
|
2608
2706
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2609
2707
|
}
|
|
2610
2708
|
},
|
|
2611
2709
|
{
|
|
2612
|
-
"
|
|
2613
|
-
"name": "verticalViewportLock",
|
|
2710
|
+
"name": "horizontal-inset",
|
|
2614
2711
|
"type": {
|
|
2615
2712
|
"text": "boolean"
|
|
2616
2713
|
},
|
|
2617
|
-
"privacy": "public",
|
|
2618
2714
|
"default": "false",
|
|
2619
|
-
"description": "Whether the region
|
|
2715
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2716
|
+
"fieldName": "horizontalInset",
|
|
2620
2717
|
"inheritedFrom": {
|
|
2621
2718
|
"name": "AnchoredRegion",
|
|
2622
2719
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2623
2720
|
}
|
|
2624
2721
|
},
|
|
2625
2722
|
{
|
|
2626
|
-
"
|
|
2627
|
-
"
|
|
2628
|
-
|
|
2629
|
-
"return": {
|
|
2630
|
-
"type": {
|
|
2631
|
-
"text": "void"
|
|
2632
|
-
}
|
|
2723
|
+
"name": "horizontal-threshold",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "number"
|
|
2633
2726
|
},
|
|
2727
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2728
|
+
"fieldName": "horizontalThreshold",
|
|
2634
2729
|
"inheritedFrom": {
|
|
2635
2730
|
"name": "AnchoredRegion",
|
|
2636
2731
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2637
2732
|
}
|
|
2638
2733
|
},
|
|
2639
2734
|
{
|
|
2640
|
-
"
|
|
2641
|
-
"name": "verticalInset",
|
|
2735
|
+
"name": "horizontal-scaling",
|
|
2642
2736
|
"type": {
|
|
2643
|
-
"text": "
|
|
2737
|
+
"text": "AxisScalingMode"
|
|
2644
2738
|
},
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2739
|
+
"default": "\"content\"",
|
|
2740
|
+
"description": "Defines how the width of the region is calculated",
|
|
2741
|
+
"fieldName": "horizontalScaling",
|
|
2648
2742
|
"inheritedFrom": {
|
|
2649
2743
|
"name": "AnchoredRegion",
|
|
2650
2744
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2651
2745
|
}
|
|
2652
2746
|
},
|
|
2653
2747
|
{
|
|
2654
|
-
"
|
|
2655
|
-
"
|
|
2656
|
-
|
|
2657
|
-
"return": {
|
|
2658
|
-
"type": {
|
|
2659
|
-
"text": "void"
|
|
2660
|
-
}
|
|
2748
|
+
"name": "vertical-positioning-mode",
|
|
2749
|
+
"type": {
|
|
2750
|
+
"text": "AxisPositioningMode"
|
|
2661
2751
|
},
|
|
2752
|
+
"default": "\"uncontrolled\"",
|
|
2753
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2754
|
+
"fieldName": "verticalPositioningMode",
|
|
2662
2755
|
"inheritedFrom": {
|
|
2663
2756
|
"name": "AnchoredRegion",
|
|
2664
2757
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2665
2758
|
}
|
|
2666
2759
|
},
|
|
2667
2760
|
{
|
|
2668
|
-
"
|
|
2669
|
-
"name": "verticalThreshold",
|
|
2761
|
+
"name": "vertical-default-position",
|
|
2670
2762
|
"type": {
|
|
2671
|
-
"text": "
|
|
2763
|
+
"text": "VerticalPosition"
|
|
2672
2764
|
},
|
|
2673
|
-
"
|
|
2674
|
-
"description": "
|
|
2765
|
+
"default": "\"unset\"",
|
|
2766
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2767
|
+
"fieldName": "verticalDefaultPosition",
|
|
2675
2768
|
"inheritedFrom": {
|
|
2676
2769
|
"name": "AnchoredRegion",
|
|
2677
2770
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2678
2771
|
}
|
|
2679
2772
|
},
|
|
2680
2773
|
{
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2683
|
-
|
|
2684
|
-
"return": {
|
|
2685
|
-
"type": {
|
|
2686
|
-
"text": "void"
|
|
2687
|
-
}
|
|
2774
|
+
"name": "vertical-viewport-lock",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "boolean"
|
|
2688
2777
|
},
|
|
2778
|
+
"default": "false",
|
|
2779
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2780
|
+
"fieldName": "verticalViewportLock",
|
|
2689
2781
|
"inheritedFrom": {
|
|
2690
2782
|
"name": "AnchoredRegion",
|
|
2691
2783
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2692
2784
|
}
|
|
2693
2785
|
},
|
|
2694
2786
|
{
|
|
2695
|
-
"
|
|
2696
|
-
"name": "verticalScaling",
|
|
2787
|
+
"name": "vertical-inset",
|
|
2697
2788
|
"type": {
|
|
2698
|
-
"text": "
|
|
2789
|
+
"text": "boolean"
|
|
2699
2790
|
},
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2791
|
+
"default": "false",
|
|
2792
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2793
|
+
"fieldName": "verticalInset",
|
|
2703
2794
|
"inheritedFrom": {
|
|
2704
2795
|
"name": "AnchoredRegion",
|
|
2705
2796
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2706
2797
|
}
|
|
2707
2798
|
},
|
|
2708
2799
|
{
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2711
|
-
|
|
2712
|
-
"return": {
|
|
2713
|
-
"type": {
|
|
2714
|
-
"text": "void"
|
|
2715
|
-
}
|
|
2800
|
+
"name": "vertical-threshold",
|
|
2801
|
+
"type": {
|
|
2802
|
+
"text": "number"
|
|
2716
2803
|
},
|
|
2804
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2805
|
+
"fieldName": "verticalThreshold",
|
|
2717
2806
|
"inheritedFrom": {
|
|
2718
2807
|
"name": "AnchoredRegion",
|
|
2719
2808
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2720
2809
|
}
|
|
2721
2810
|
},
|
|
2722
2811
|
{
|
|
2723
|
-
"
|
|
2724
|
-
"name": "fixedPlacement",
|
|
2812
|
+
"name": "vertical-scaling",
|
|
2725
2813
|
"type": {
|
|
2726
|
-
"text": "
|
|
2814
|
+
"text": "AxisScalingMode"
|
|
2727
2815
|
},
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2816
|
+
"default": "\"content\"",
|
|
2817
|
+
"description": "Defines how the height of the region is calculated",
|
|
2818
|
+
"fieldName": "verticalScaling",
|
|
2731
2819
|
"inheritedFrom": {
|
|
2732
2820
|
"name": "AnchoredRegion",
|
|
2733
2821
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2734
2822
|
}
|
|
2735
2823
|
},
|
|
2736
2824
|
{
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
|
|
2740
|
-
"return": {
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "void"
|
|
2743
|
-
}
|
|
2825
|
+
"name": "fixed-placement",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "boolean"
|
|
2744
2828
|
},
|
|
2829
|
+
"default": "false",
|
|
2830
|
+
"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,",
|
|
2831
|
+
"fieldName": "fixedPlacement",
|
|
2745
2832
|
"inheritedFrom": {
|
|
2746
2833
|
"name": "AnchoredRegion",
|
|
2747
2834
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2748
2835
|
}
|
|
2749
2836
|
},
|
|
2750
2837
|
{
|
|
2751
|
-
"
|
|
2752
|
-
"name": "autoUpdateMode",
|
|
2838
|
+
"name": "auto-update-mode",
|
|
2753
2839
|
"type": {
|
|
2754
2840
|
"text": "AutoUpdateMode"
|
|
2755
2841
|
},
|
|
2756
|
-
"privacy": "public",
|
|
2757
2842
|
"default": "\"anchor\"",
|
|
2758
2843
|
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2844
|
+
"fieldName": "autoUpdateMode",
|
|
2759
2845
|
"inheritedFrom": {
|
|
2760
2846
|
"name": "AnchoredRegion",
|
|
2761
2847
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2762
2848
|
}
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
"name": "autoUpdateModeChanged",
|
|
2767
|
-
"privacy": "private",
|
|
2768
|
-
"return": {
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "void"
|
|
2771
|
-
}
|
|
2772
|
-
},
|
|
2773
|
-
"parameters": [
|
|
2774
|
-
{
|
|
2775
|
-
"name": "prevMode",
|
|
2776
|
-
"type": {
|
|
2777
|
-
"text": "AutoUpdateMode"
|
|
2778
|
-
}
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"name": "newMode",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "AutoUpdateMode"
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"inheritedFrom": {
|
|
2788
|
-
"name": "AnchoredRegion",
|
|
2789
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"members": [
|
|
2792
2852
|
{
|
|
2793
2853
|
"kind": "field",
|
|
2794
|
-
"name": "
|
|
2854
|
+
"name": "anchor",
|
|
2795
2855
|
"type": {
|
|
2796
|
-
"text": "
|
|
2856
|
+
"text": "string"
|
|
2797
2857
|
},
|
|
2798
2858
|
"privacy": "public",
|
|
2799
|
-
"default": "
|
|
2800
|
-
"description": "The HTML element
|
|
2859
|
+
"default": "\"\"",
|
|
2860
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2801
2861
|
"inheritedFrom": {
|
|
2802
2862
|
"name": "AnchoredRegion",
|
|
2803
2863
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2805,7 +2865,7 @@
|
|
|
2805
2865
|
},
|
|
2806
2866
|
{
|
|
2807
2867
|
"kind": "method",
|
|
2808
|
-
"name": "
|
|
2868
|
+
"name": "anchorChanged",
|
|
2809
2869
|
"privacy": "private",
|
|
2810
2870
|
"return": {
|
|
2811
2871
|
"type": {
|
|
@@ -2819,13 +2879,13 @@
|
|
|
2819
2879
|
},
|
|
2820
2880
|
{
|
|
2821
2881
|
"kind": "field",
|
|
2822
|
-
"name": "
|
|
2882
|
+
"name": "viewport",
|
|
2823
2883
|
"type": {
|
|
2824
|
-
"text": "
|
|
2884
|
+
"text": "string"
|
|
2825
2885
|
},
|
|
2826
2886
|
"privacy": "public",
|
|
2827
|
-
"default": "
|
|
2828
|
-
"description": "The HTML element
|
|
2887
|
+
"default": "\"\"",
|
|
2888
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2829
2889
|
"inheritedFrom": {
|
|
2830
2890
|
"name": "AnchoredRegion",
|
|
2831
2891
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2833,7 +2893,7 @@
|
|
|
2833
2893
|
},
|
|
2834
2894
|
{
|
|
2835
2895
|
"kind": "method",
|
|
2836
|
-
"name": "
|
|
2896
|
+
"name": "viewportChanged",
|
|
2837
2897
|
"privacy": "private",
|
|
2838
2898
|
"return": {
|
|
2839
2899
|
"type": {
|
|
@@ -2847,112 +2907,27 @@
|
|
|
2847
2907
|
},
|
|
2848
2908
|
{
|
|
2849
2909
|
"kind": "field",
|
|
2850
|
-
"name": "
|
|
2851
|
-
"type": {
|
|
2852
|
-
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2853
|
-
},
|
|
2854
|
-
"privacy": "public",
|
|
2855
|
-
"description": "indicates the current horizontal position of the region",
|
|
2856
|
-
"inheritedFrom": {
|
|
2857
|
-
"name": "AnchoredRegion",
|
|
2858
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2859
|
-
}
|
|
2860
|
-
},
|
|
2861
|
-
{
|
|
2862
|
-
"kind": "field",
|
|
2863
|
-
"name": "horizontalPosition",
|
|
2910
|
+
"name": "horizontalPositioningMode",
|
|
2864
2911
|
"type": {
|
|
2865
|
-
"text": "
|
|
2912
|
+
"text": "AxisPositioningMode"
|
|
2866
2913
|
},
|
|
2867
2914
|
"privacy": "public",
|
|
2868
|
-
"
|
|
2869
|
-
"
|
|
2870
|
-
"name": "AnchoredRegion",
|
|
2871
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2872
|
-
}
|
|
2873
|
-
},
|
|
2874
|
-
{
|
|
2875
|
-
"kind": "field",
|
|
2876
|
-
"name": "translateX",
|
|
2877
|
-
"type": {
|
|
2878
|
-
"text": "number"
|
|
2879
|
-
},
|
|
2880
|
-
"privacy": "private",
|
|
2881
|
-
"description": "values to be applied to the component's transform on render",
|
|
2882
|
-
"inheritedFrom": {
|
|
2883
|
-
"name": "AnchoredRegion",
|
|
2884
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "field",
|
|
2889
|
-
"name": "translateY",
|
|
2890
|
-
"type": {
|
|
2891
|
-
"text": "number"
|
|
2892
|
-
},
|
|
2893
|
-
"privacy": "private",
|
|
2894
|
-
"inheritedFrom": {
|
|
2895
|
-
"name": "AnchoredRegion",
|
|
2896
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2897
|
-
}
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"kind": "field",
|
|
2901
|
-
"name": "regionWidth",
|
|
2902
|
-
"type": {
|
|
2903
|
-
"text": "string"
|
|
2904
|
-
},
|
|
2905
|
-
"privacy": "private",
|
|
2906
|
-
"description": "the span to be applied to the region on each axis",
|
|
2907
|
-
"inheritedFrom": {
|
|
2908
|
-
"name": "AnchoredRegion",
|
|
2909
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"kind": "field",
|
|
2914
|
-
"name": "regionHeight",
|
|
2915
|
-
"type": {
|
|
2916
|
-
"text": "string"
|
|
2917
|
-
},
|
|
2918
|
-
"privacy": "private",
|
|
2919
|
-
"inheritedFrom": {
|
|
2920
|
-
"name": "AnchoredRegion",
|
|
2921
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2922
|
-
}
|
|
2923
|
-
},
|
|
2924
|
-
{
|
|
2925
|
-
"kind": "field",
|
|
2926
|
-
"name": "resizeDetector",
|
|
2927
|
-
"type": {
|
|
2928
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
2929
|
-
},
|
|
2930
|
-
"privacy": "private",
|
|
2931
|
-
"default": "null",
|
|
2915
|
+
"default": "\"uncontrolled\"",
|
|
2916
|
+
"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",
|
|
2932
2917
|
"inheritedFrom": {
|
|
2933
2918
|
"name": "AnchoredRegion",
|
|
2934
2919
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2935
2920
|
}
|
|
2936
2921
|
},
|
|
2937
2922
|
{
|
|
2938
|
-
"kind": "
|
|
2939
|
-
"name": "
|
|
2940
|
-
"type": {
|
|
2941
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2942
|
-
},
|
|
2923
|
+
"kind": "method",
|
|
2924
|
+
"name": "horizontalPositioningModeChanged",
|
|
2943
2925
|
"privacy": "private",
|
|
2944
|
-
"
|
|
2945
|
-
"
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"kind": "field",
|
|
2951
|
-
"name": "anchorRect",
|
|
2952
|
-
"type": {
|
|
2953
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2926
|
+
"return": {
|
|
2927
|
+
"type": {
|
|
2928
|
+
"text": "void"
|
|
2929
|
+
}
|
|
2954
2930
|
},
|
|
2955
|
-
"privacy": "private",
|
|
2956
2931
|
"inheritedFrom": {
|
|
2957
2932
|
"name": "AnchoredRegion",
|
|
2958
2933
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2960,38 +2935,27 @@
|
|
|
2960
2935
|
},
|
|
2961
2936
|
{
|
|
2962
2937
|
"kind": "field",
|
|
2963
|
-
"name": "
|
|
2938
|
+
"name": "horizontalDefaultPosition",
|
|
2964
2939
|
"type": {
|
|
2965
|
-
"text": "
|
|
2940
|
+
"text": "HorizontalPosition"
|
|
2966
2941
|
},
|
|
2967
|
-
"privacy": "
|
|
2942
|
+
"privacy": "public",
|
|
2943
|
+
"default": "\"unset\"",
|
|
2944
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2968
2945
|
"inheritedFrom": {
|
|
2969
2946
|
"name": "AnchoredRegion",
|
|
2970
2947
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2971
2948
|
}
|
|
2972
2949
|
},
|
|
2973
2950
|
{
|
|
2974
|
-
"kind": "
|
|
2975
|
-
"name": "
|
|
2976
|
-
"type": {
|
|
2977
|
-
"text": "number"
|
|
2978
|
-
},
|
|
2951
|
+
"kind": "method",
|
|
2952
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2979
2953
|
"privacy": "private",
|
|
2980
|
-
"
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "field",
|
|
2989
|
-
"name": "baseVerticalOffset",
|
|
2990
|
-
"type": {
|
|
2991
|
-
"text": "number"
|
|
2954
|
+
"return": {
|
|
2955
|
+
"type": {
|
|
2956
|
+
"text": "void"
|
|
2957
|
+
}
|
|
2992
2958
|
},
|
|
2993
|
-
"privacy": "private",
|
|
2994
|
-
"default": "0",
|
|
2995
2959
|
"inheritedFrom": {
|
|
2996
2960
|
"name": "AnchoredRegion",
|
|
2997
2961
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2999,37 +2963,27 @@
|
|
|
2999
2963
|
},
|
|
3000
2964
|
{
|
|
3001
2965
|
"kind": "field",
|
|
3002
|
-
"name": "
|
|
2966
|
+
"name": "horizontalViewportLock",
|
|
3003
2967
|
"type": {
|
|
3004
2968
|
"text": "boolean"
|
|
3005
2969
|
},
|
|
3006
|
-
"privacy": "
|
|
2970
|
+
"privacy": "public",
|
|
3007
2971
|
"default": "false",
|
|
2972
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3008
2973
|
"inheritedFrom": {
|
|
3009
2974
|
"name": "AnchoredRegion",
|
|
3010
2975
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3011
2976
|
}
|
|
3012
2977
|
},
|
|
3013
2978
|
{
|
|
3014
|
-
"kind": "
|
|
3015
|
-
"name": "
|
|
3016
|
-
"type": {
|
|
3017
|
-
"text": "boolean"
|
|
3018
|
-
},
|
|
2979
|
+
"kind": "method",
|
|
2980
|
+
"name": "horizontalViewportLockChanged",
|
|
3019
2981
|
"privacy": "private",
|
|
3020
|
-
"
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
}
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"kind": "field",
|
|
3028
|
-
"name": "currentDirection",
|
|
3029
|
-
"type": {
|
|
3030
|
-
"text": "Direction"
|
|
2982
|
+
"return": {
|
|
2983
|
+
"type": {
|
|
2984
|
+
"text": "void"
|
|
2985
|
+
}
|
|
3031
2986
|
},
|
|
3032
|
-
"privacy": "private",
|
|
3033
2987
|
"inheritedFrom": {
|
|
3034
2988
|
"name": "AnchoredRegion",
|
|
3035
2989
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3037,38 +2991,27 @@
|
|
|
3037
2991
|
},
|
|
3038
2992
|
{
|
|
3039
2993
|
"kind": "field",
|
|
3040
|
-
"name": "
|
|
2994
|
+
"name": "horizontalInset",
|
|
3041
2995
|
"type": {
|
|
3042
2996
|
"text": "boolean"
|
|
3043
2997
|
},
|
|
3044
|
-
"privacy": "
|
|
2998
|
+
"privacy": "public",
|
|
3045
2999
|
"default": "false",
|
|
3000
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3046
3001
|
"inheritedFrom": {
|
|
3047
3002
|
"name": "AnchoredRegion",
|
|
3048
3003
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3049
3004
|
}
|
|
3050
3005
|
},
|
|
3051
3006
|
{
|
|
3052
|
-
"kind": "
|
|
3053
|
-
"name": "
|
|
3054
|
-
"type": {
|
|
3055
|
-
"text": "boolean"
|
|
3056
|
-
},
|
|
3007
|
+
"kind": "method",
|
|
3008
|
+
"name": "horizontalInsetChanged",
|
|
3057
3009
|
"privacy": "private",
|
|
3058
|
-
"
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
}
|
|
3063
|
-
},
|
|
3064
|
-
{
|
|
3065
|
-
"kind": "field",
|
|
3066
|
-
"name": "updateThreshold",
|
|
3067
|
-
"type": {
|
|
3068
|
-
"text": "number"
|
|
3010
|
+
"return": {
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "void"
|
|
3013
|
+
}
|
|
3069
3014
|
},
|
|
3070
|
-
"privacy": "private",
|
|
3071
|
-
"default": "0.5",
|
|
3072
3015
|
"inheritedFrom": {
|
|
3073
3016
|
"name": "AnchoredRegion",
|
|
3074
3017
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3076,38 +3019,12 @@
|
|
|
3076
3019
|
},
|
|
3077
3020
|
{
|
|
3078
3021
|
"kind": "field",
|
|
3079
|
-
"name": "
|
|
3022
|
+
"name": "horizontalThreshold",
|
|
3080
3023
|
"type": {
|
|
3081
|
-
"text": "
|
|
3024
|
+
"text": "number"
|
|
3082
3025
|
},
|
|
3083
|
-
"privacy": "private",
|
|
3084
|
-
"static": true,
|
|
3085
|
-
"default": "new IntersectionService()",
|
|
3086
|
-
"inheritedFrom": {
|
|
3087
|
-
"name": "AnchoredRegion",
|
|
3088
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3089
|
-
}
|
|
3090
|
-
},
|
|
3091
|
-
{
|
|
3092
|
-
"kind": "field",
|
|
3093
|
-
"name": "update",
|
|
3094
3026
|
"privacy": "public",
|
|
3095
|
-
"description": "
|
|
3096
|
-
"inheritedFrom": {
|
|
3097
|
-
"name": "AnchoredRegion",
|
|
3098
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3099
|
-
}
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"kind": "method",
|
|
3103
|
-
"name": "disconnectResizeDetector",
|
|
3104
|
-
"privacy": "private",
|
|
3105
|
-
"return": {
|
|
3106
|
-
"type": {
|
|
3107
|
-
"text": "void"
|
|
3108
|
-
}
|
|
3109
|
-
},
|
|
3110
|
-
"description": "destroys the instance's resize observer",
|
|
3027
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3111
3028
|
"inheritedFrom": {
|
|
3112
3029
|
"name": "AnchoredRegion",
|
|
3113
3030
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3115,29 +3032,27 @@
|
|
|
3115
3032
|
},
|
|
3116
3033
|
{
|
|
3117
3034
|
"kind": "method",
|
|
3118
|
-
"name": "
|
|
3035
|
+
"name": "horizontalThresholdChanged",
|
|
3119
3036
|
"privacy": "private",
|
|
3120
3037
|
"return": {
|
|
3121
3038
|
"type": {
|
|
3122
3039
|
"text": "void"
|
|
3123
3040
|
}
|
|
3124
3041
|
},
|
|
3125
|
-
"description": "initializes the instance's resize observer",
|
|
3126
3042
|
"inheritedFrom": {
|
|
3127
3043
|
"name": "AnchoredRegion",
|
|
3128
3044
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3129
3045
|
}
|
|
3130
3046
|
},
|
|
3131
3047
|
{
|
|
3132
|
-
"kind": "
|
|
3133
|
-
"name": "
|
|
3134
|
-
"
|
|
3135
|
-
|
|
3136
|
-
"type": {
|
|
3137
|
-
"text": "void"
|
|
3138
|
-
}
|
|
3048
|
+
"kind": "field",
|
|
3049
|
+
"name": "horizontalScaling",
|
|
3050
|
+
"type": {
|
|
3051
|
+
"text": "AxisScalingMode"
|
|
3139
3052
|
},
|
|
3140
|
-
"
|
|
3053
|
+
"privacy": "public",
|
|
3054
|
+
"default": "\"content\"",
|
|
3055
|
+
"description": "Defines how the width of the region is calculated",
|
|
3141
3056
|
"inheritedFrom": {
|
|
3142
3057
|
"name": "AnchoredRegion",
|
|
3143
3058
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3145,29 +3060,27 @@
|
|
|
3145
3060
|
},
|
|
3146
3061
|
{
|
|
3147
3062
|
"kind": "method",
|
|
3148
|
-
"name": "
|
|
3063
|
+
"name": "horizontalScalingChanged",
|
|
3149
3064
|
"privacy": "private",
|
|
3150
3065
|
"return": {
|
|
3151
3066
|
"type": {
|
|
3152
3067
|
"text": "void"
|
|
3153
3068
|
}
|
|
3154
3069
|
},
|
|
3155
|
-
"description": "fully initializes the component",
|
|
3156
3070
|
"inheritedFrom": {
|
|
3157
3071
|
"name": "AnchoredRegion",
|
|
3158
3072
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3159
3073
|
}
|
|
3160
3074
|
},
|
|
3161
3075
|
{
|
|
3162
|
-
"kind": "
|
|
3163
|
-
"name": "
|
|
3164
|
-
"
|
|
3165
|
-
|
|
3166
|
-
"type": {
|
|
3167
|
-
"text": "void"
|
|
3168
|
-
}
|
|
3076
|
+
"kind": "field",
|
|
3077
|
+
"name": "verticalPositioningMode",
|
|
3078
|
+
"type": {
|
|
3079
|
+
"text": "AxisPositioningMode"
|
|
3169
3080
|
},
|
|
3170
|
-
"
|
|
3081
|
+
"privacy": "public",
|
|
3082
|
+
"default": "\"uncontrolled\"",
|
|
3083
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
3171
3084
|
"inheritedFrom": {
|
|
3172
3085
|
"name": "AnchoredRegion",
|
|
3173
3086
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3175,44 +3088,13 @@
|
|
|
3175
3088
|
},
|
|
3176
3089
|
{
|
|
3177
3090
|
"kind": "method",
|
|
3178
|
-
"name": "
|
|
3091
|
+
"name": "verticalPositioningModeChanged",
|
|
3179
3092
|
"privacy": "private",
|
|
3180
3093
|
"return": {
|
|
3181
3094
|
"type": {
|
|
3182
3095
|
"text": "void"
|
|
3183
3096
|
}
|
|
3184
3097
|
},
|
|
3185
|
-
"description": "sets the starting configuration for component internal values",
|
|
3186
|
-
"inheritedFrom": {
|
|
3187
|
-
"name": "AnchoredRegion",
|
|
3188
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3189
|
-
}
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"kind": "field",
|
|
3193
|
-
"name": "startObservers",
|
|
3194
|
-
"privacy": "private",
|
|
3195
|
-
"description": "starts observers",
|
|
3196
|
-
"inheritedFrom": {
|
|
3197
|
-
"name": "AnchoredRegion",
|
|
3198
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3199
|
-
}
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"kind": "field",
|
|
3203
|
-
"name": "requestPositionUpdates",
|
|
3204
|
-
"privacy": "private",
|
|
3205
|
-
"description": "get position updates",
|
|
3206
|
-
"inheritedFrom": {
|
|
3207
|
-
"name": "AnchoredRegion",
|
|
3208
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3209
|
-
}
|
|
3210
|
-
},
|
|
3211
|
-
{
|
|
3212
|
-
"kind": "field",
|
|
3213
|
-
"name": "stopObservers",
|
|
3214
|
-
"privacy": "private",
|
|
3215
|
-
"description": "stops observers",
|
|
3216
3098
|
"inheritedFrom": {
|
|
3217
3099
|
"name": "AnchoredRegion",
|
|
3218
3100
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3220,19 +3102,27 @@
|
|
|
3220
3102
|
},
|
|
3221
3103
|
{
|
|
3222
3104
|
"kind": "field",
|
|
3223
|
-
"name": "
|
|
3224
|
-
"
|
|
3225
|
-
|
|
3105
|
+
"name": "verticalDefaultPosition",
|
|
3106
|
+
"type": {
|
|
3107
|
+
"text": "VerticalPosition"
|
|
3108
|
+
},
|
|
3109
|
+
"privacy": "public",
|
|
3110
|
+
"default": "\"unset\"",
|
|
3111
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3226
3112
|
"inheritedFrom": {
|
|
3227
3113
|
"name": "AnchoredRegion",
|
|
3228
3114
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3229
3115
|
}
|
|
3230
3116
|
},
|
|
3231
3117
|
{
|
|
3232
|
-
"kind": "
|
|
3233
|
-
"name": "
|
|
3118
|
+
"kind": "method",
|
|
3119
|
+
"name": "verticalDefaultPositionChanged",
|
|
3234
3120
|
"privacy": "private",
|
|
3235
|
-
"
|
|
3121
|
+
"return": {
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "void"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3236
3126
|
"inheritedFrom": {
|
|
3237
3127
|
"name": "AnchoredRegion",
|
|
3238
3128
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3240,19 +3130,27 @@
|
|
|
3240
3130
|
},
|
|
3241
3131
|
{
|
|
3242
3132
|
"kind": "field",
|
|
3243
|
-
"name": "
|
|
3244
|
-
"
|
|
3245
|
-
|
|
3133
|
+
"name": "verticalViewportLock",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "boolean"
|
|
3136
|
+
},
|
|
3137
|
+
"privacy": "public",
|
|
3138
|
+
"default": "false",
|
|
3139
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3246
3140
|
"inheritedFrom": {
|
|
3247
3141
|
"name": "AnchoredRegion",
|
|
3248
3142
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3249
3143
|
}
|
|
3250
3144
|
},
|
|
3251
3145
|
{
|
|
3252
|
-
"kind": "
|
|
3253
|
-
"name": "
|
|
3146
|
+
"kind": "method",
|
|
3147
|
+
"name": "verticalViewportLockChanged",
|
|
3254
3148
|
"privacy": "private",
|
|
3255
|
-
"
|
|
3149
|
+
"return": {
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "void"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3256
3154
|
"inheritedFrom": {
|
|
3257
3155
|
"name": "AnchoredRegion",
|
|
3258
3156
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3260,19 +3158,27 @@
|
|
|
3260
3158
|
},
|
|
3261
3159
|
{
|
|
3262
3160
|
"kind": "field",
|
|
3263
|
-
"name": "
|
|
3264
|
-
"
|
|
3265
|
-
|
|
3161
|
+
"name": "verticalInset",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "boolean"
|
|
3164
|
+
},
|
|
3165
|
+
"privacy": "public",
|
|
3166
|
+
"default": "false",
|
|
3167
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3266
3168
|
"inheritedFrom": {
|
|
3267
3169
|
"name": "AnchoredRegion",
|
|
3268
3170
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3269
3171
|
}
|
|
3270
3172
|
},
|
|
3271
3173
|
{
|
|
3272
|
-
"kind": "
|
|
3273
|
-
"name": "
|
|
3174
|
+
"kind": "method",
|
|
3175
|
+
"name": "verticalInsetChanged",
|
|
3274
3176
|
"privacy": "private",
|
|
3275
|
-
"
|
|
3177
|
+
"return": {
|
|
3178
|
+
"type": {
|
|
3179
|
+
"text": "void"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3276
3182
|
"inheritedFrom": {
|
|
3277
3183
|
"name": "AnchoredRegion",
|
|
3278
3184
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3280,19 +3186,26 @@
|
|
|
3280
3186
|
},
|
|
3281
3187
|
{
|
|
3282
3188
|
"kind": "field",
|
|
3283
|
-
"name": "
|
|
3284
|
-
"
|
|
3285
|
-
|
|
3189
|
+
"name": "verticalThreshold",
|
|
3190
|
+
"type": {
|
|
3191
|
+
"text": "number"
|
|
3192
|
+
},
|
|
3193
|
+
"privacy": "public",
|
|
3194
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3286
3195
|
"inheritedFrom": {
|
|
3287
3196
|
"name": "AnchoredRegion",
|
|
3288
3197
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3289
3198
|
}
|
|
3290
3199
|
},
|
|
3291
3200
|
{
|
|
3292
|
-
"kind": "
|
|
3293
|
-
"name": "
|
|
3201
|
+
"kind": "method",
|
|
3202
|
+
"name": "verticalThresholdChanged",
|
|
3294
3203
|
"privacy": "private",
|
|
3295
|
-
"
|
|
3204
|
+
"return": {
|
|
3205
|
+
"type": {
|
|
3206
|
+
"text": "void"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3296
3209
|
"inheritedFrom": {
|
|
3297
3210
|
"name": "AnchoredRegion",
|
|
3298
3211
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3300,19 +3213,27 @@
|
|
|
3300
3213
|
},
|
|
3301
3214
|
{
|
|
3302
3215
|
"kind": "field",
|
|
3303
|
-
"name": "
|
|
3304
|
-
"
|
|
3305
|
-
|
|
3216
|
+
"name": "verticalScaling",
|
|
3217
|
+
"type": {
|
|
3218
|
+
"text": "AxisScalingMode"
|
|
3219
|
+
},
|
|
3220
|
+
"privacy": "public",
|
|
3221
|
+
"default": "\"content\"",
|
|
3222
|
+
"description": "Defines how the height of the region is calculated",
|
|
3306
3223
|
"inheritedFrom": {
|
|
3307
3224
|
"name": "AnchoredRegion",
|
|
3308
3225
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3309
3226
|
}
|
|
3310
3227
|
},
|
|
3311
3228
|
{
|
|
3312
|
-
"kind": "
|
|
3313
|
-
"name": "
|
|
3229
|
+
"kind": "method",
|
|
3230
|
+
"name": "verticalScalingChanged",
|
|
3314
3231
|
"privacy": "private",
|
|
3315
|
-
"
|
|
3232
|
+
"return": {
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "void"
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3316
3237
|
"inheritedFrom": {
|
|
3317
3238
|
"name": "AnchoredRegion",
|
|
3318
3239
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3320,19 +3241,27 @@
|
|
|
3320
3241
|
},
|
|
3321
3242
|
{
|
|
3322
3243
|
"kind": "field",
|
|
3323
|
-
"name": "
|
|
3324
|
-
"
|
|
3325
|
-
|
|
3244
|
+
"name": "fixedPlacement",
|
|
3245
|
+
"type": {
|
|
3246
|
+
"text": "boolean"
|
|
3247
|
+
},
|
|
3248
|
+
"privacy": "public",
|
|
3249
|
+
"default": "false",
|
|
3250
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3326
3251
|
"inheritedFrom": {
|
|
3327
3252
|
"name": "AnchoredRegion",
|
|
3328
3253
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3329
3254
|
}
|
|
3330
3255
|
},
|
|
3331
3256
|
{
|
|
3332
|
-
"kind": "
|
|
3333
|
-
"name": "
|
|
3257
|
+
"kind": "method",
|
|
3258
|
+
"name": "fixedPlacementChanged",
|
|
3334
3259
|
"privacy": "private",
|
|
3335
|
-
"
|
|
3260
|
+
"return": {
|
|
3261
|
+
"type": {
|
|
3262
|
+
"text": "void"
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3336
3265
|
"inheritedFrom": {
|
|
3337
3266
|
"name": "AnchoredRegion",
|
|
3338
3267
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3340,19 +3269,41 @@
|
|
|
3340
3269
|
},
|
|
3341
3270
|
{
|
|
3342
3271
|
"kind": "field",
|
|
3343
|
-
"name": "
|
|
3344
|
-
"
|
|
3345
|
-
|
|
3272
|
+
"name": "autoUpdateMode",
|
|
3273
|
+
"type": {
|
|
3274
|
+
"text": "AutoUpdateMode"
|
|
3275
|
+
},
|
|
3276
|
+
"privacy": "public",
|
|
3277
|
+
"default": "\"anchor\"",
|
|
3278
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3346
3279
|
"inheritedFrom": {
|
|
3347
3280
|
"name": "AnchoredRegion",
|
|
3348
3281
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3349
3282
|
}
|
|
3350
3283
|
},
|
|
3351
3284
|
{
|
|
3352
|
-
"kind": "
|
|
3353
|
-
"name": "
|
|
3285
|
+
"kind": "method",
|
|
3286
|
+
"name": "autoUpdateModeChanged",
|
|
3354
3287
|
"privacy": "private",
|
|
3355
|
-
"
|
|
3288
|
+
"return": {
|
|
3289
|
+
"type": {
|
|
3290
|
+
"text": "void"
|
|
3291
|
+
}
|
|
3292
|
+
},
|
|
3293
|
+
"parameters": [
|
|
3294
|
+
{
|
|
3295
|
+
"name": "prevMode",
|
|
3296
|
+
"type": {
|
|
3297
|
+
"text": "AutoUpdateMode"
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"name": "newMode",
|
|
3302
|
+
"type": {
|
|
3303
|
+
"text": "AutoUpdateMode"
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
],
|
|
3356
3307
|
"inheritedFrom": {
|
|
3357
3308
|
"name": "AnchoredRegion",
|
|
3358
3309
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3360,19 +3311,27 @@
|
|
|
3360
3311
|
},
|
|
3361
3312
|
{
|
|
3362
3313
|
"kind": "field",
|
|
3363
|
-
"name": "
|
|
3364
|
-
"
|
|
3365
|
-
|
|
3314
|
+
"name": "anchorElement",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "HTMLElement | null"
|
|
3317
|
+
},
|
|
3318
|
+
"privacy": "public",
|
|
3319
|
+
"default": "null",
|
|
3320
|
+
"description": "The HTML element being used as the anchor",
|
|
3366
3321
|
"inheritedFrom": {
|
|
3367
3322
|
"name": "AnchoredRegion",
|
|
3368
3323
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3369
3324
|
}
|
|
3370
3325
|
},
|
|
3371
3326
|
{
|
|
3372
|
-
"kind": "
|
|
3373
|
-
"name": "
|
|
3327
|
+
"kind": "method",
|
|
3328
|
+
"name": "anchorElementChanged",
|
|
3374
3329
|
"privacy": "private",
|
|
3375
|
-
"
|
|
3330
|
+
"return": {
|
|
3331
|
+
"type": {
|
|
3332
|
+
"text": "void"
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
3376
3335
|
"inheritedFrom": {
|
|
3377
3336
|
"name": "AnchoredRegion",
|
|
3378
3337
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3380,19 +3339,27 @@
|
|
|
3380
3339
|
},
|
|
3381
3340
|
{
|
|
3382
3341
|
"kind": "field",
|
|
3383
|
-
"name": "
|
|
3384
|
-
"
|
|
3385
|
-
|
|
3342
|
+
"name": "viewportElement",
|
|
3343
|
+
"type": {
|
|
3344
|
+
"text": "HTMLElement | null"
|
|
3345
|
+
},
|
|
3346
|
+
"privacy": "public",
|
|
3347
|
+
"default": "null",
|
|
3348
|
+
"description": "The HTML element being used as the viewport",
|
|
3386
3349
|
"inheritedFrom": {
|
|
3387
3350
|
"name": "AnchoredRegion",
|
|
3388
3351
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3389
3352
|
}
|
|
3390
3353
|
},
|
|
3391
3354
|
{
|
|
3392
|
-
"kind": "
|
|
3393
|
-
"name": "
|
|
3355
|
+
"kind": "method",
|
|
3356
|
+
"name": "viewportElementChanged",
|
|
3394
3357
|
"privacy": "private",
|
|
3395
|
-
"
|
|
3358
|
+
"return": {
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": "void"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3396
3363
|
"inheritedFrom": {
|
|
3397
3364
|
"name": "AnchoredRegion",
|
|
3398
3365
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3400,540 +3367,555 @@
|
|
|
3400
3367
|
},
|
|
3401
3368
|
{
|
|
3402
3369
|
"kind": "field",
|
|
3403
|
-
"name": "
|
|
3370
|
+
"name": "verticalPosition",
|
|
3404
3371
|
"type": {
|
|
3405
|
-
"text": "
|
|
3372
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3406
3373
|
},
|
|
3407
|
-
"privacy": "
|
|
3408
|
-
"
|
|
3374
|
+
"privacy": "public",
|
|
3375
|
+
"description": "indicates the current horizontal position of the region",
|
|
3409
3376
|
"inheritedFrom": {
|
|
3410
|
-
"name": "
|
|
3411
|
-
"module": "src/
|
|
3377
|
+
"name": "AnchoredRegion",
|
|
3378
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3412
3379
|
}
|
|
3413
3380
|
},
|
|
3414
3381
|
{
|
|
3415
3382
|
"kind": "field",
|
|
3416
|
-
"name": "
|
|
3383
|
+
"name": "horizontalPosition",
|
|
3417
3384
|
"type": {
|
|
3418
|
-
"text": "
|
|
3385
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3419
3386
|
},
|
|
3420
3387
|
"privacy": "public",
|
|
3421
|
-
"description": "
|
|
3388
|
+
"description": "indicates the current vertical position of the region",
|
|
3422
3389
|
"inheritedFrom": {
|
|
3423
|
-
"name": "
|
|
3424
|
-
"module": "src/
|
|
3390
|
+
"name": "AnchoredRegion",
|
|
3391
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3425
3392
|
}
|
|
3426
3393
|
},
|
|
3427
3394
|
{
|
|
3428
3395
|
"kind": "field",
|
|
3429
|
-
"name": "
|
|
3396
|
+
"name": "translateX",
|
|
3430
3397
|
"type": {
|
|
3431
|
-
"text": "
|
|
3398
|
+
"text": "number"
|
|
3432
3399
|
},
|
|
3433
|
-
"privacy": "
|
|
3434
|
-
"description": "
|
|
3400
|
+
"privacy": "private",
|
|
3401
|
+
"description": "values to be applied to the component's transform on render",
|
|
3435
3402
|
"inheritedFrom": {
|
|
3436
|
-
"name": "
|
|
3437
|
-
"module": "src/
|
|
3403
|
+
"name": "AnchoredRegion",
|
|
3404
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3438
3405
|
}
|
|
3439
3406
|
},
|
|
3440
3407
|
{
|
|
3441
|
-
"kind": "
|
|
3442
|
-
"name": "
|
|
3443
|
-
"
|
|
3444
|
-
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "void"
|
|
3447
|
-
}
|
|
3408
|
+
"kind": "field",
|
|
3409
|
+
"name": "translateY",
|
|
3410
|
+
"type": {
|
|
3411
|
+
"text": "number"
|
|
3448
3412
|
},
|
|
3413
|
+
"privacy": "private",
|
|
3449
3414
|
"inheritedFrom": {
|
|
3450
|
-
"name": "
|
|
3451
|
-
"module": "src/
|
|
3415
|
+
"name": "AnchoredRegion",
|
|
3416
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3452
3417
|
}
|
|
3453
3418
|
},
|
|
3454
3419
|
{
|
|
3455
3420
|
"kind": "field",
|
|
3456
|
-
"name": "
|
|
3421
|
+
"name": "regionWidth",
|
|
3457
3422
|
"type": {
|
|
3458
|
-
"text": "
|
|
3423
|
+
"text": "string"
|
|
3459
3424
|
},
|
|
3460
|
-
"privacy": "
|
|
3461
|
-
"description": "
|
|
3425
|
+
"privacy": "private",
|
|
3426
|
+
"description": "the span to be applied to the region on each axis",
|
|
3462
3427
|
"inheritedFrom": {
|
|
3463
|
-
"name": "
|
|
3464
|
-
"module": "src/
|
|
3428
|
+
"name": "AnchoredRegion",
|
|
3429
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3465
3430
|
}
|
|
3466
3431
|
},
|
|
3467
3432
|
{
|
|
3468
|
-
"kind": "
|
|
3469
|
-
"name": "
|
|
3470
|
-
"
|
|
3471
|
-
|
|
3472
|
-
"type": {
|
|
3473
|
-
"text": "void"
|
|
3474
|
-
}
|
|
3433
|
+
"kind": "field",
|
|
3434
|
+
"name": "regionHeight",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "string"
|
|
3475
3437
|
},
|
|
3438
|
+
"privacy": "private",
|
|
3476
3439
|
"inheritedFrom": {
|
|
3477
|
-
"name": "
|
|
3478
|
-
"module": "src/
|
|
3440
|
+
"name": "AnchoredRegion",
|
|
3441
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3479
3442
|
}
|
|
3480
3443
|
},
|
|
3481
3444
|
{
|
|
3482
|
-
"kind": "
|
|
3483
|
-
"name": "
|
|
3484
|
-
"
|
|
3485
|
-
|
|
3486
|
-
"return": {
|
|
3487
|
-
"type": {
|
|
3488
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3489
|
-
}
|
|
3445
|
+
"kind": "field",
|
|
3446
|
+
"name": "resizeDetector",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3490
3449
|
},
|
|
3491
|
-
"
|
|
3492
|
-
|
|
3493
|
-
"name": "this",
|
|
3494
|
-
"type": {
|
|
3495
|
-
"text": "K"
|
|
3496
|
-
}
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"name": "elementDefinition",
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": "T"
|
|
3502
|
-
},
|
|
3503
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3504
|
-
}
|
|
3505
|
-
],
|
|
3506
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3507
|
-
"inheritedFrom": {
|
|
3508
|
-
"name": "FoundationElement",
|
|
3509
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3510
|
-
}
|
|
3511
|
-
}
|
|
3512
|
-
],
|
|
3513
|
-
"events": [
|
|
3514
|
-
{
|
|
3515
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3516
|
-
"name": "loaded",
|
|
3450
|
+
"privacy": "private",
|
|
3451
|
+
"default": "null",
|
|
3517
3452
|
"inheritedFrom": {
|
|
3518
3453
|
"name": "AnchoredRegion",
|
|
3519
3454
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3520
3455
|
}
|
|
3521
3456
|
},
|
|
3522
3457
|
{
|
|
3523
|
-
"
|
|
3524
|
-
"name": "
|
|
3458
|
+
"kind": "field",
|
|
3459
|
+
"name": "viewportRect",
|
|
3460
|
+
"type": {
|
|
3461
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3462
|
+
},
|
|
3463
|
+
"privacy": "private",
|
|
3525
3464
|
"inheritedFrom": {
|
|
3526
3465
|
"name": "AnchoredRegion",
|
|
3527
3466
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3528
3467
|
}
|
|
3529
|
-
}
|
|
3530
|
-
]
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "variable",
|
|
3534
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3535
|
-
"type": {
|
|
3536
|
-
"text": "ShadowRootInit"
|
|
3537
|
-
},
|
|
3538
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"kind": "variable",
|
|
3542
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "object"
|
|
3545
|
-
},
|
|
3546
|
-
"default": "{}"
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"kind": "variable",
|
|
3550
|
-
"name": "foundationAnchoredRegion",
|
|
3551
|
-
"description": "The Foundation Anchored Region",
|
|
3552
|
-
"privacy": "public"
|
|
3553
|
-
}
|
|
3554
|
-
],
|
|
3555
|
-
"exports": [
|
|
3556
|
-
{
|
|
3557
|
-
"kind": "js",
|
|
3558
|
-
"name": "AnchoredRegion",
|
|
3559
|
-
"declaration": {
|
|
3560
|
-
"name": "AnchoredRegion",
|
|
3561
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3562
|
-
}
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"kind": "js",
|
|
3566
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3567
|
-
"declaration": {
|
|
3568
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3569
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "js",
|
|
3574
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3575
|
-
"declaration": {
|
|
3576
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3577
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3578
|
-
}
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"kind": "js",
|
|
3582
|
-
"name": "foundationAnchoredRegion",
|
|
3583
|
-
"declaration": {
|
|
3584
|
-
"name": "foundationAnchoredRegion",
|
|
3585
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3586
|
-
}
|
|
3587
|
-
}
|
|
3588
|
-
]
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"kind": "javascript-module",
|
|
3592
|
-
"path": "src/anchored-region/index.ts",
|
|
3593
|
-
"declarations": [],
|
|
3594
|
-
"exports": [
|
|
3595
|
-
{
|
|
3596
|
-
"kind": "js",
|
|
3597
|
-
"name": "*",
|
|
3598
|
-
"declaration": {
|
|
3599
|
-
"name": "*",
|
|
3600
|
-
"package": "./anchor-region.template"
|
|
3601
|
-
}
|
|
3602
|
-
},
|
|
3603
|
-
{
|
|
3604
|
-
"kind": "js",
|
|
3605
|
-
"name": "*",
|
|
3606
|
-
"declaration": {
|
|
3607
|
-
"name": "*",
|
|
3608
|
-
"package": "./anchored-region.styles"
|
|
3609
|
-
}
|
|
3610
|
-
},
|
|
3611
|
-
{
|
|
3612
|
-
"kind": "js",
|
|
3613
|
-
"name": "*",
|
|
3614
|
-
"declaration": {
|
|
3615
|
-
"name": "*",
|
|
3616
|
-
"package": "./anchored-region"
|
|
3617
|
-
}
|
|
3618
|
-
}
|
|
3619
|
-
]
|
|
3620
|
-
},
|
|
3621
|
-
{
|
|
3622
|
-
"kind": "javascript-module",
|
|
3623
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
3624
|
-
"declarations": [
|
|
3625
|
-
{
|
|
3626
|
-
"kind": "function",
|
|
3627
|
-
"name": "foundationAnchorStyles",
|
|
3628
|
-
"return": {
|
|
3629
|
-
"type": {
|
|
3630
|
-
"text": "ElementStyles"
|
|
3631
|
-
}
|
|
3632
|
-
},
|
|
3633
|
-
"parameters": [
|
|
3634
|
-
{
|
|
3635
|
-
"name": "context",
|
|
3636
|
-
"type": {
|
|
3637
|
-
"text": "ElementDefinitionContext"
|
|
3638
|
-
}
|
|
3639
3468
|
},
|
|
3640
3469
|
{
|
|
3641
|
-
"
|
|
3642
|
-
"
|
|
3643
|
-
"text": "FoundationElementDefinition"
|
|
3644
|
-
}
|
|
3645
|
-
}
|
|
3646
|
-
]
|
|
3647
|
-
}
|
|
3648
|
-
],
|
|
3649
|
-
"exports": [
|
|
3650
|
-
{
|
|
3651
|
-
"kind": "js",
|
|
3652
|
-
"name": "foundationAnchorStyles",
|
|
3653
|
-
"declaration": {
|
|
3654
|
-
"name": "foundationAnchorStyles",
|
|
3655
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
3656
|
-
}
|
|
3657
|
-
}
|
|
3658
|
-
]
|
|
3659
|
-
},
|
|
3660
|
-
{
|
|
3661
|
-
"kind": "javascript-module",
|
|
3662
|
-
"path": "src/anchor/anchor.template.ts",
|
|
3663
|
-
"declarations": [
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "function",
|
|
3666
|
-
"name": "foundationAnchorTemplate",
|
|
3667
|
-
"return": {
|
|
3668
|
-
"type": {
|
|
3669
|
-
"text": "ViewTemplate<Anchor>"
|
|
3670
|
-
}
|
|
3671
|
-
},
|
|
3672
|
-
"parameters": [
|
|
3673
|
-
{
|
|
3674
|
-
"name": "context",
|
|
3470
|
+
"kind": "field",
|
|
3471
|
+
"name": "anchorRect",
|
|
3675
3472
|
"type": {
|
|
3676
|
-
"text": "
|
|
3473
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3474
|
+
},
|
|
3475
|
+
"privacy": "private",
|
|
3476
|
+
"inheritedFrom": {
|
|
3477
|
+
"name": "AnchoredRegion",
|
|
3478
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3677
3479
|
}
|
|
3678
3480
|
},
|
|
3679
3481
|
{
|
|
3680
|
-
"
|
|
3681
|
-
"
|
|
3682
|
-
"text": "FoundationElementDefinition"
|
|
3683
|
-
}
|
|
3684
|
-
}
|
|
3685
|
-
]
|
|
3686
|
-
}
|
|
3687
|
-
],
|
|
3688
|
-
"exports": [
|
|
3689
|
-
{
|
|
3690
|
-
"kind": "js",
|
|
3691
|
-
"name": "foundationAnchorTemplate",
|
|
3692
|
-
"declaration": {
|
|
3693
|
-
"name": "foundationAnchorTemplate",
|
|
3694
|
-
"module": "src/anchor/anchor.template.ts"
|
|
3695
|
-
}
|
|
3696
|
-
}
|
|
3697
|
-
]
|
|
3698
|
-
},
|
|
3699
|
-
{
|
|
3700
|
-
"kind": "javascript-module",
|
|
3701
|
-
"path": "src/anchor/anchor.ts",
|
|
3702
|
-
"declarations": [
|
|
3703
|
-
{
|
|
3704
|
-
"kind": "class",
|
|
3705
|
-
"description": "",
|
|
3706
|
-
"name": "Anchor",
|
|
3707
|
-
"superclass": {
|
|
3708
|
-
"name": "FASTAnchor",
|
|
3709
|
-
"package": "@microsoft/fast-components"
|
|
3710
|
-
},
|
|
3711
|
-
"tagName": "%%prefix%%-anchor",
|
|
3712
|
-
"customElement": true,
|
|
3713
|
-
"attributes": [
|
|
3714
|
-
{
|
|
3715
|
-
"name": "download",
|
|
3482
|
+
"kind": "field",
|
|
3483
|
+
"name": "regionRect",
|
|
3716
3484
|
"type": {
|
|
3717
|
-
"text": "
|
|
3485
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3718
3486
|
},
|
|
3719
|
-
"
|
|
3720
|
-
"fieldName": "download",
|
|
3487
|
+
"privacy": "private",
|
|
3721
3488
|
"inheritedFrom": {
|
|
3722
|
-
"name": "
|
|
3723
|
-
"module": "src/
|
|
3489
|
+
"name": "AnchoredRegion",
|
|
3490
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3724
3491
|
}
|
|
3725
3492
|
},
|
|
3726
3493
|
{
|
|
3727
|
-
"
|
|
3494
|
+
"kind": "field",
|
|
3495
|
+
"name": "baseHorizontalOffset",
|
|
3728
3496
|
"type": {
|
|
3729
|
-
"text": "
|
|
3497
|
+
"text": "number"
|
|
3730
3498
|
},
|
|
3731
|
-
"
|
|
3732
|
-
"
|
|
3499
|
+
"privacy": "private",
|
|
3500
|
+
"default": "0",
|
|
3501
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3733
3502
|
"inheritedFrom": {
|
|
3734
|
-
"name": "
|
|
3735
|
-
"module": "src/
|
|
3503
|
+
"name": "AnchoredRegion",
|
|
3504
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3736
3505
|
}
|
|
3737
3506
|
},
|
|
3738
3507
|
{
|
|
3739
|
-
"
|
|
3508
|
+
"kind": "field",
|
|
3509
|
+
"name": "baseVerticalOffset",
|
|
3740
3510
|
"type": {
|
|
3741
|
-
"text": "
|
|
3511
|
+
"text": "number"
|
|
3742
3512
|
},
|
|
3743
|
-
"
|
|
3744
|
-
"
|
|
3513
|
+
"privacy": "private",
|
|
3514
|
+
"default": "0",
|
|
3745
3515
|
"inheritedFrom": {
|
|
3746
|
-
"name": "
|
|
3747
|
-
"module": "src/
|
|
3516
|
+
"name": "AnchoredRegion",
|
|
3517
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3748
3518
|
}
|
|
3749
3519
|
},
|
|
3750
3520
|
{
|
|
3751
|
-
"
|
|
3521
|
+
"kind": "field",
|
|
3522
|
+
"name": "pendingPositioningUpdate",
|
|
3752
3523
|
"type": {
|
|
3753
|
-
"text": "
|
|
3524
|
+
"text": "boolean"
|
|
3754
3525
|
},
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3526
|
+
"privacy": "private",
|
|
3527
|
+
"default": "false",
|
|
3757
3528
|
"inheritedFrom": {
|
|
3758
|
-
"name": "
|
|
3759
|
-
"module": "src/
|
|
3529
|
+
"name": "AnchoredRegion",
|
|
3530
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3760
3531
|
}
|
|
3761
3532
|
},
|
|
3762
3533
|
{
|
|
3763
|
-
"
|
|
3534
|
+
"kind": "field",
|
|
3535
|
+
"name": "pendingReset",
|
|
3764
3536
|
"type": {
|
|
3765
|
-
"text": "
|
|
3537
|
+
"text": "boolean"
|
|
3766
3538
|
},
|
|
3767
|
-
"
|
|
3768
|
-
"
|
|
3539
|
+
"privacy": "private",
|
|
3540
|
+
"default": "false",
|
|
3769
3541
|
"inheritedFrom": {
|
|
3770
|
-
"name": "
|
|
3771
|
-
"module": "src/
|
|
3542
|
+
"name": "AnchoredRegion",
|
|
3543
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3772
3544
|
}
|
|
3773
3545
|
},
|
|
3774
3546
|
{
|
|
3775
|
-
"
|
|
3547
|
+
"kind": "field",
|
|
3548
|
+
"name": "currentDirection",
|
|
3776
3549
|
"type": {
|
|
3777
|
-
"text": "
|
|
3550
|
+
"text": "Direction"
|
|
3778
3551
|
},
|
|
3779
|
-
"
|
|
3780
|
-
"fieldName": "rel",
|
|
3552
|
+
"privacy": "private",
|
|
3781
3553
|
"inheritedFrom": {
|
|
3782
|
-
"name": "
|
|
3783
|
-
"module": "src/
|
|
3554
|
+
"name": "AnchoredRegion",
|
|
3555
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3784
3556
|
}
|
|
3785
3557
|
},
|
|
3786
3558
|
{
|
|
3787
|
-
"
|
|
3559
|
+
"kind": "field",
|
|
3560
|
+
"name": "regionVisible",
|
|
3788
3561
|
"type": {
|
|
3789
|
-
"text": "
|
|
3562
|
+
"text": "boolean"
|
|
3790
3563
|
},
|
|
3791
|
-
"
|
|
3792
|
-
"
|
|
3564
|
+
"privacy": "private",
|
|
3565
|
+
"default": "false",
|
|
3793
3566
|
"inheritedFrom": {
|
|
3794
|
-
"name": "
|
|
3795
|
-
"module": "src/
|
|
3567
|
+
"name": "AnchoredRegion",
|
|
3568
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3796
3569
|
}
|
|
3797
3570
|
},
|
|
3798
3571
|
{
|
|
3799
|
-
"
|
|
3572
|
+
"kind": "field",
|
|
3573
|
+
"name": "forceUpdate",
|
|
3800
3574
|
"type": {
|
|
3801
|
-
"text": "
|
|
3575
|
+
"text": "boolean"
|
|
3802
3576
|
},
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3577
|
+
"privacy": "private",
|
|
3578
|
+
"default": "false",
|
|
3805
3579
|
"inheritedFrom": {
|
|
3806
|
-
"name": "
|
|
3807
|
-
"module": "src/
|
|
3580
|
+
"name": "AnchoredRegion",
|
|
3581
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3808
3582
|
}
|
|
3809
|
-
}
|
|
3810
|
-
],
|
|
3811
|
-
"members": [
|
|
3583
|
+
},
|
|
3812
3584
|
{
|
|
3813
3585
|
"kind": "field",
|
|
3814
|
-
"name": "
|
|
3586
|
+
"name": "updateThreshold",
|
|
3815
3587
|
"type": {
|
|
3816
|
-
"text": "
|
|
3588
|
+
"text": "number"
|
|
3817
3589
|
},
|
|
3818
|
-
"privacy": "
|
|
3819
|
-
"
|
|
3590
|
+
"privacy": "private",
|
|
3591
|
+
"default": "0.5",
|
|
3820
3592
|
"inheritedFrom": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3593
|
+
"name": "AnchoredRegion",
|
|
3594
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3823
3595
|
}
|
|
3824
3596
|
},
|
|
3825
3597
|
{
|
|
3826
3598
|
"kind": "field",
|
|
3827
|
-
"name": "
|
|
3599
|
+
"name": "intersectionService",
|
|
3828
3600
|
"type": {
|
|
3829
|
-
"text": "
|
|
3601
|
+
"text": "IntersectionService"
|
|
3830
3602
|
},
|
|
3831
|
-
"privacy": "
|
|
3832
|
-
"
|
|
3603
|
+
"privacy": "private",
|
|
3604
|
+
"static": true,
|
|
3605
|
+
"default": "new IntersectionService()",
|
|
3833
3606
|
"inheritedFrom": {
|
|
3834
|
-
"name": "
|
|
3835
|
-
"module": "src/
|
|
3607
|
+
"name": "AnchoredRegion",
|
|
3608
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3836
3609
|
}
|
|
3837
3610
|
},
|
|
3838
3611
|
{
|
|
3839
3612
|
"kind": "field",
|
|
3840
|
-
"name": "
|
|
3841
|
-
"type": {
|
|
3842
|
-
"text": "string"
|
|
3843
|
-
},
|
|
3613
|
+
"name": "update",
|
|
3844
3614
|
"privacy": "public",
|
|
3845
|
-
"description": "
|
|
3615
|
+
"description": "update position",
|
|
3846
3616
|
"inheritedFrom": {
|
|
3847
|
-
"name": "
|
|
3848
|
-
"module": "src/
|
|
3617
|
+
"name": "AnchoredRegion",
|
|
3618
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3849
3619
|
}
|
|
3850
3620
|
},
|
|
3851
3621
|
{
|
|
3852
|
-
"kind": "
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
|
|
3622
|
+
"kind": "method",
|
|
3623
|
+
"name": "disconnectResizeDetector",
|
|
3624
|
+
"privacy": "private",
|
|
3625
|
+
"return": {
|
|
3626
|
+
"type": {
|
|
3627
|
+
"text": "void"
|
|
3628
|
+
}
|
|
3856
3629
|
},
|
|
3857
|
-
"
|
|
3858
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3630
|
+
"description": "destroys the instance's resize observer",
|
|
3859
3631
|
"inheritedFrom": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "src/
|
|
3632
|
+
"name": "AnchoredRegion",
|
|
3633
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3862
3634
|
}
|
|
3863
3635
|
},
|
|
3864
3636
|
{
|
|
3865
|
-
"kind": "
|
|
3866
|
-
"name": "
|
|
3867
|
-
"
|
|
3868
|
-
|
|
3637
|
+
"kind": "method",
|
|
3638
|
+
"name": "initializeResizeDetector",
|
|
3639
|
+
"privacy": "private",
|
|
3640
|
+
"return": {
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "void"
|
|
3643
|
+
}
|
|
3869
3644
|
},
|
|
3870
|
-
"
|
|
3871
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3645
|
+
"description": "initializes the instance's resize observer",
|
|
3872
3646
|
"inheritedFrom": {
|
|
3873
|
-
"name": "
|
|
3874
|
-
"module": "src/
|
|
3647
|
+
"name": "AnchoredRegion",
|
|
3648
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3875
3649
|
}
|
|
3876
3650
|
},
|
|
3877
3651
|
{
|
|
3878
|
-
"kind": "
|
|
3879
|
-
"name": "
|
|
3880
|
-
"
|
|
3881
|
-
|
|
3652
|
+
"kind": "method",
|
|
3653
|
+
"name": "updateForAttributeChange",
|
|
3654
|
+
"privacy": "private",
|
|
3655
|
+
"return": {
|
|
3656
|
+
"type": {
|
|
3657
|
+
"text": "void"
|
|
3658
|
+
}
|
|
3882
3659
|
},
|
|
3883
|
-
"
|
|
3884
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3660
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3885
3661
|
"inheritedFrom": {
|
|
3886
|
-
"name": "
|
|
3887
|
-
"module": "src/
|
|
3662
|
+
"name": "AnchoredRegion",
|
|
3663
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3888
3664
|
}
|
|
3889
3665
|
},
|
|
3890
3666
|
{
|
|
3891
|
-
"kind": "
|
|
3892
|
-
"name": "
|
|
3893
|
-
"
|
|
3894
|
-
|
|
3667
|
+
"kind": "method",
|
|
3668
|
+
"name": "initialize",
|
|
3669
|
+
"privacy": "private",
|
|
3670
|
+
"return": {
|
|
3671
|
+
"type": {
|
|
3672
|
+
"text": "void"
|
|
3673
|
+
}
|
|
3895
3674
|
},
|
|
3896
|
-
"
|
|
3897
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3675
|
+
"description": "fully initializes the component",
|
|
3898
3676
|
"inheritedFrom": {
|
|
3899
|
-
"name": "
|
|
3900
|
-
"module": "src/
|
|
3677
|
+
"name": "AnchoredRegion",
|
|
3678
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3901
3679
|
}
|
|
3902
3680
|
},
|
|
3903
3681
|
{
|
|
3904
|
-
"kind": "
|
|
3905
|
-
"name": "
|
|
3906
|
-
"
|
|
3907
|
-
|
|
3682
|
+
"kind": "method",
|
|
3683
|
+
"name": "requestReset",
|
|
3684
|
+
"privacy": "private",
|
|
3685
|
+
"return": {
|
|
3686
|
+
"type": {
|
|
3687
|
+
"text": "void"
|
|
3688
|
+
}
|
|
3908
3689
|
},
|
|
3909
|
-
"
|
|
3910
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3690
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3911
3691
|
"inheritedFrom": {
|
|
3912
|
-
"name": "
|
|
3913
|
-
"module": "src/
|
|
3692
|
+
"name": "AnchoredRegion",
|
|
3693
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3914
3694
|
}
|
|
3915
3695
|
},
|
|
3916
3696
|
{
|
|
3917
|
-
"kind": "
|
|
3918
|
-
"name": "
|
|
3919
|
-
"
|
|
3920
|
-
|
|
3697
|
+
"kind": "method",
|
|
3698
|
+
"name": "setInitialState",
|
|
3699
|
+
"privacy": "private",
|
|
3700
|
+
"return": {
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "void"
|
|
3703
|
+
}
|
|
3921
3704
|
},
|
|
3922
|
-
"
|
|
3923
|
-
"description": "References the root element",
|
|
3705
|
+
"description": "sets the starting configuration for component internal values",
|
|
3924
3706
|
"inheritedFrom": {
|
|
3925
|
-
"name": "
|
|
3926
|
-
"module": "src/
|
|
3707
|
+
"name": "AnchoredRegion",
|
|
3708
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3927
3709
|
}
|
|
3928
3710
|
},
|
|
3929
3711
|
{
|
|
3930
3712
|
"kind": "field",
|
|
3931
|
-
"name": "
|
|
3713
|
+
"name": "startObservers",
|
|
3932
3714
|
"privacy": "private",
|
|
3933
|
-
"description": "
|
|
3715
|
+
"description": "starts observers",
|
|
3934
3716
|
"inheritedFrom": {
|
|
3935
|
-
"name": "
|
|
3936
|
-
"module": "src/
|
|
3717
|
+
"name": "AnchoredRegion",
|
|
3718
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "field",
|
|
3723
|
+
"name": "requestPositionUpdates",
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"description": "get position updates",
|
|
3726
|
+
"inheritedFrom": {
|
|
3727
|
+
"name": "AnchoredRegion",
|
|
3728
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"kind": "field",
|
|
3733
|
+
"name": "stopObservers",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"description": "stops observers",
|
|
3736
|
+
"inheritedFrom": {
|
|
3737
|
+
"name": "AnchoredRegion",
|
|
3738
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3739
|
+
}
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
"kind": "field",
|
|
3743
|
+
"name": "getViewport",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3746
|
+
"inheritedFrom": {
|
|
3747
|
+
"name": "AnchoredRegion",
|
|
3748
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3749
|
+
}
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "field",
|
|
3753
|
+
"name": "getAnchor",
|
|
3754
|
+
"privacy": "private",
|
|
3755
|
+
"description": "Gets the anchor element by id",
|
|
3756
|
+
"inheritedFrom": {
|
|
3757
|
+
"name": "AnchoredRegion",
|
|
3758
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"kind": "field",
|
|
3763
|
+
"name": "handleIntersection",
|
|
3764
|
+
"privacy": "private",
|
|
3765
|
+
"description": "Handle intersections",
|
|
3766
|
+
"inheritedFrom": {
|
|
3767
|
+
"name": "AnchoredRegion",
|
|
3768
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "field",
|
|
3773
|
+
"name": "applyIntersectionEntries",
|
|
3774
|
+
"privacy": "private",
|
|
3775
|
+
"description": "iterate through intersection entries and apply data",
|
|
3776
|
+
"inheritedFrom": {
|
|
3777
|
+
"name": "AnchoredRegion",
|
|
3778
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"kind": "field",
|
|
3783
|
+
"name": "updateRegionOffset",
|
|
3784
|
+
"privacy": "private",
|
|
3785
|
+
"description": "Update the offset values",
|
|
3786
|
+
"inheritedFrom": {
|
|
3787
|
+
"name": "AnchoredRegion",
|
|
3788
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"kind": "field",
|
|
3793
|
+
"name": "isRectDifferent",
|
|
3794
|
+
"privacy": "private",
|
|
3795
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3796
|
+
"inheritedFrom": {
|
|
3797
|
+
"name": "AnchoredRegion",
|
|
3798
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"kind": "field",
|
|
3803
|
+
"name": "handleResize",
|
|
3804
|
+
"privacy": "private",
|
|
3805
|
+
"description": "Handle resize events",
|
|
3806
|
+
"inheritedFrom": {
|
|
3807
|
+
"name": "AnchoredRegion",
|
|
3808
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"kind": "field",
|
|
3813
|
+
"name": "reset",
|
|
3814
|
+
"privacy": "private",
|
|
3815
|
+
"description": "resets the component",
|
|
3816
|
+
"inheritedFrom": {
|
|
3817
|
+
"name": "AnchoredRegion",
|
|
3818
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"kind": "field",
|
|
3823
|
+
"name": "updateLayout",
|
|
3824
|
+
"privacy": "private",
|
|
3825
|
+
"description": "Recalculate layout related state values",
|
|
3826
|
+
"inheritedFrom": {
|
|
3827
|
+
"name": "AnchoredRegion",
|
|
3828
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"kind": "field",
|
|
3833
|
+
"name": "updateRegionStyle",
|
|
3834
|
+
"privacy": "private",
|
|
3835
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3836
|
+
"inheritedFrom": {
|
|
3837
|
+
"name": "AnchoredRegion",
|
|
3838
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"kind": "field",
|
|
3843
|
+
"name": "updatePositionClasses",
|
|
3844
|
+
"privacy": "private",
|
|
3845
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3846
|
+
"inheritedFrom": {
|
|
3847
|
+
"name": "AnchoredRegion",
|
|
3848
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"kind": "field",
|
|
3853
|
+
"name": "setHorizontalPosition",
|
|
3854
|
+
"privacy": "private",
|
|
3855
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3856
|
+
"inheritedFrom": {
|
|
3857
|
+
"name": "AnchoredRegion",
|
|
3858
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3859
|
+
}
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"kind": "field",
|
|
3863
|
+
"name": "setVerticalPosition",
|
|
3864
|
+
"privacy": "private",
|
|
3865
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3866
|
+
"inheritedFrom": {
|
|
3867
|
+
"name": "AnchoredRegion",
|
|
3868
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"kind": "field",
|
|
3873
|
+
"name": "getPositioningOptions",
|
|
3874
|
+
"privacy": "private",
|
|
3875
|
+
"description": "Get available positions based on positioning mode",
|
|
3876
|
+
"inheritedFrom": {
|
|
3877
|
+
"name": "AnchoredRegion",
|
|
3878
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3879
|
+
}
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"kind": "field",
|
|
3883
|
+
"name": "getAvailableSpace",
|
|
3884
|
+
"privacy": "private",
|
|
3885
|
+
"description": "Get the space available for a particular relative position",
|
|
3886
|
+
"inheritedFrom": {
|
|
3887
|
+
"name": "AnchoredRegion",
|
|
3888
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"kind": "field",
|
|
3893
|
+
"name": "getNextRegionDimension",
|
|
3894
|
+
"privacy": "private",
|
|
3895
|
+
"description": "Get region dimensions",
|
|
3896
|
+
"inheritedFrom": {
|
|
3897
|
+
"name": "AnchoredRegion",
|
|
3898
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3899
|
+
}
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"kind": "field",
|
|
3903
|
+
"name": "startAutoUpdateEventListeners",
|
|
3904
|
+
"privacy": "private",
|
|
3905
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3906
|
+
"inheritedFrom": {
|
|
3907
|
+
"name": "AnchoredRegion",
|
|
3908
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3909
|
+
}
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"kind": "field",
|
|
3913
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3914
|
+
"privacy": "private",
|
|
3915
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3916
|
+
"inheritedFrom": {
|
|
3917
|
+
"name": "AnchoredRegion",
|
|
3918
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3937
3919
|
}
|
|
3938
3920
|
},
|
|
3939
3921
|
{
|
|
@@ -4047,11 +4029,29 @@
|
|
|
4047
4029
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4048
4030
|
}
|
|
4049
4031
|
}
|
|
4032
|
+
],
|
|
4033
|
+
"events": [
|
|
4034
|
+
{
|
|
4035
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4036
|
+
"name": "loaded",
|
|
4037
|
+
"inheritedFrom": {
|
|
4038
|
+
"name": "AnchoredRegion",
|
|
4039
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4044
|
+
"name": "positionchange",
|
|
4045
|
+
"inheritedFrom": {
|
|
4046
|
+
"name": "AnchoredRegion",
|
|
4047
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4048
|
+
}
|
|
4049
|
+
}
|
|
4050
4050
|
]
|
|
4051
4051
|
},
|
|
4052
4052
|
{
|
|
4053
4053
|
"kind": "variable",
|
|
4054
|
-
"name": "
|
|
4054
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4055
4055
|
"type": {
|
|
4056
4056
|
"text": "ShadowRootInit"
|
|
4057
4057
|
},
|
|
@@ -4059,7 +4059,7 @@
|
|
|
4059
4059
|
},
|
|
4060
4060
|
{
|
|
4061
4061
|
"kind": "variable",
|
|
4062
|
-
"name": "
|
|
4062
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4063
4063
|
"type": {
|
|
4064
4064
|
"text": "object"
|
|
4065
4065
|
},
|
|
@@ -4067,49 +4067,49 @@
|
|
|
4067
4067
|
},
|
|
4068
4068
|
{
|
|
4069
4069
|
"kind": "variable",
|
|
4070
|
-
"name": "
|
|
4071
|
-
"description": "The Foundation
|
|
4070
|
+
"name": "foundationAnchoredRegion",
|
|
4071
|
+
"description": "The Foundation Anchored Region",
|
|
4072
4072
|
"privacy": "public"
|
|
4073
4073
|
}
|
|
4074
4074
|
],
|
|
4075
4075
|
"exports": [
|
|
4076
4076
|
{
|
|
4077
4077
|
"kind": "js",
|
|
4078
|
-
"name": "
|
|
4078
|
+
"name": "AnchoredRegion",
|
|
4079
4079
|
"declaration": {
|
|
4080
|
-
"name": "
|
|
4081
|
-
"module": "src/
|
|
4080
|
+
"name": "AnchoredRegion",
|
|
4081
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4082
4082
|
}
|
|
4083
4083
|
},
|
|
4084
4084
|
{
|
|
4085
4085
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4086
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4087
4087
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/
|
|
4088
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4089
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4090
4090
|
}
|
|
4091
4091
|
},
|
|
4092
4092
|
{
|
|
4093
4093
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4094
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4095
4095
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/
|
|
4096
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4097
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4102
|
+
"name": "foundationAnchoredRegion",
|
|
4103
4103
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4104
|
+
"name": "foundationAnchoredRegion",
|
|
4105
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4106
4106
|
}
|
|
4107
4107
|
}
|
|
4108
4108
|
]
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4112
|
+
"path": "src/anchored-region/index.ts",
|
|
4113
4113
|
"declarations": [],
|
|
4114
4114
|
"exports": [
|
|
4115
4115
|
{
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
"name": "*",
|
|
4118
4118
|
"declaration": {
|
|
4119
4119
|
"name": "*",
|
|
4120
|
-
"package": "./anchor.template"
|
|
4120
|
+
"package": "./anchor-region.template"
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
4123
|
{
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
"name": "*",
|
|
4126
4126
|
"declaration": {
|
|
4127
4127
|
"name": "*",
|
|
4128
|
-
"package": "./
|
|
4128
|
+
"package": "./anchored-region.styles"
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
4131
|
{
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"name": "*",
|
|
4134
4134
|
"declaration": {
|
|
4135
4135
|
"name": "*",
|
|
4136
|
-
"package": "./
|
|
4136
|
+
"package": "./anchored-region"
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|
|
@@ -15564,76 +15564,35 @@
|
|
|
15564
15564
|
},
|
|
15565
15565
|
{
|
|
15566
15566
|
"kind": "javascript-module",
|
|
15567
|
-
"path": "src/error-
|
|
15567
|
+
"path": "src/error-boundary/error-boundary.template.ts",
|
|
15568
15568
|
"declarations": [
|
|
15569
15569
|
{
|
|
15570
15570
|
"kind": "variable",
|
|
15571
|
-
"name": "
|
|
15571
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15572
15572
|
"type": {
|
|
15573
|
-
"text": "
|
|
15573
|
+
"text": "ViewTemplate<ErrorBoundary>"
|
|
15574
15574
|
},
|
|
15575
|
-
"default": "
|
|
15576
|
-
}
|
|
15577
|
-
],
|
|
15578
|
-
"exports": [
|
|
15579
|
-
{
|
|
15580
|
-
"kind": "js",
|
|
15581
|
-
"name": "foundationErrorDialogStyles",
|
|
15582
|
-
"declaration": {
|
|
15583
|
-
"name": "foundationErrorDialogStyles",
|
|
15584
|
-
"module": "src/error-dialog/error-dialog.styles.ts"
|
|
15585
|
-
}
|
|
15586
|
-
}
|
|
15587
|
-
]
|
|
15588
|
-
},
|
|
15589
|
-
{
|
|
15590
|
-
"kind": "javascript-module",
|
|
15591
|
-
"path": "src/error-dialog/error-dialog.template.ts",
|
|
15592
|
-
"declarations": [
|
|
15593
|
-
{
|
|
15594
|
-
"kind": "function",
|
|
15595
|
-
"name": "getErrorDialogTemplate",
|
|
15596
|
-
"parameters": [
|
|
15597
|
-
{
|
|
15598
|
-
"name": "prefix",
|
|
15599
|
-
"type": {
|
|
15600
|
-
"text": "string"
|
|
15601
|
-
}
|
|
15602
|
-
}
|
|
15603
|
-
]
|
|
15604
|
-
},
|
|
15605
|
-
{
|
|
15606
|
-
"kind": "variable",
|
|
15607
|
-
"name": "errorDialogTemplate",
|
|
15608
|
-
"default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
|
|
15575
|
+
"default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
|
|
15609
15576
|
}
|
|
15610
15577
|
],
|
|
15611
15578
|
"exports": [
|
|
15612
15579
|
{
|
|
15613
15580
|
"kind": "js",
|
|
15614
|
-
"name": "
|
|
15615
|
-
"declaration": {
|
|
15616
|
-
"name": "getErrorDialogTemplate",
|
|
15617
|
-
"module": "src/error-dialog/error-dialog.template.ts"
|
|
15618
|
-
}
|
|
15619
|
-
},
|
|
15620
|
-
{
|
|
15621
|
-
"kind": "js",
|
|
15622
|
-
"name": "errorDialogTemplate",
|
|
15581
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15623
15582
|
"declaration": {
|
|
15624
|
-
"name": "
|
|
15625
|
-
"module": "src/error-
|
|
15583
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15584
|
+
"module": "src/error-boundary/error-boundary.template.ts"
|
|
15626
15585
|
}
|
|
15627
15586
|
}
|
|
15628
15587
|
]
|
|
15629
15588
|
},
|
|
15630
15589
|
{
|
|
15631
15590
|
"kind": "javascript-module",
|
|
15632
|
-
"path": "src/error-
|
|
15591
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
15633
15592
|
"declarations": [
|
|
15634
15593
|
{
|
|
15635
15594
|
"kind": "variable",
|
|
15636
|
-
"name": "
|
|
15595
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15637
15596
|
"type": {
|
|
15638
15597
|
"text": "ShadowRootInit"
|
|
15639
15598
|
},
|
|
@@ -15642,57 +15601,51 @@
|
|
|
15642
15601
|
{
|
|
15643
15602
|
"kind": "class",
|
|
15644
15603
|
"description": "",
|
|
15645
|
-
"name": "
|
|
15604
|
+
"name": "ErrorBoundary",
|
|
15646
15605
|
"members": [
|
|
15647
15606
|
{
|
|
15648
15607
|
"kind": "field",
|
|
15649
|
-
"name": "
|
|
15650
|
-
"
|
|
15651
|
-
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
15652
|
-
},
|
|
15653
|
-
"privacy": "public"
|
|
15608
|
+
"name": "logger",
|
|
15609
|
+
"privacy": "private"
|
|
15654
15610
|
},
|
|
15655
15611
|
{
|
|
15656
15612
|
"kind": "field",
|
|
15657
|
-
"name": "
|
|
15613
|
+
"name": "errorBoundary",
|
|
15658
15614
|
"type": {
|
|
15659
|
-
"text": "
|
|
15615
|
+
"text": "HTMLElement"
|
|
15660
15616
|
}
|
|
15661
15617
|
},
|
|
15662
15618
|
{
|
|
15663
15619
|
"kind": "field",
|
|
15664
|
-
"name": "
|
|
15665
|
-
"
|
|
15666
|
-
|
|
15667
|
-
}
|
|
15620
|
+
"name": "resourceName",
|
|
15621
|
+
"description": "The resource name holding new and existing notifications",
|
|
15622
|
+
"privacy": "public"
|
|
15668
15623
|
},
|
|
15669
15624
|
{
|
|
15670
|
-
"kind": "
|
|
15671
|
-
"name": "
|
|
15672
|
-
"
|
|
15673
|
-
|
|
15674
|
-
"type": {
|
|
15675
|
-
"text": "void"
|
|
15676
|
-
}
|
|
15625
|
+
"kind": "field",
|
|
15626
|
+
"name": "closeTimeout",
|
|
15627
|
+
"type": {
|
|
15628
|
+
"text": "number"
|
|
15677
15629
|
},
|
|
15678
|
-
"
|
|
15630
|
+
"default": "0",
|
|
15631
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15632
|
+
"privacy": "public"
|
|
15679
15633
|
},
|
|
15680
15634
|
{
|
|
15681
|
-
"kind": "
|
|
15682
|
-
"name": "
|
|
15683
|
-
"
|
|
15684
|
-
|
|
15635
|
+
"kind": "field",
|
|
15636
|
+
"name": "dataSub",
|
|
15637
|
+
"type": {
|
|
15638
|
+
"text": "Subscription"
|
|
15639
|
+
},
|
|
15640
|
+
"privacy": "protected"
|
|
15685
15641
|
},
|
|
15686
15642
|
{
|
|
15687
|
-
"kind": "
|
|
15688
|
-
"name": "
|
|
15689
|
-
"
|
|
15690
|
-
|
|
15691
|
-
"type": {
|
|
15692
|
-
"text": "void"
|
|
15693
|
-
}
|
|
15643
|
+
"kind": "field",
|
|
15644
|
+
"name": "datasource",
|
|
15645
|
+
"type": {
|
|
15646
|
+
"text": "Datasource"
|
|
15694
15647
|
},
|
|
15695
|
-
"
|
|
15648
|
+
"privacy": "private"
|
|
15696
15649
|
},
|
|
15697
15650
|
{
|
|
15698
15651
|
"kind": "field",
|
|
@@ -15806,51 +15759,67 @@
|
|
|
15806
15759
|
}
|
|
15807
15760
|
}
|
|
15808
15761
|
],
|
|
15762
|
+
"attributes": [
|
|
15763
|
+
{
|
|
15764
|
+
"name": "resource-name",
|
|
15765
|
+
"description": "The resource name holding new and existing notifications",
|
|
15766
|
+
"fieldName": "resourceName"
|
|
15767
|
+
},
|
|
15768
|
+
{
|
|
15769
|
+
"name": "close-timeout",
|
|
15770
|
+
"type": {
|
|
15771
|
+
"text": "number"
|
|
15772
|
+
},
|
|
15773
|
+
"default": "0",
|
|
15774
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15775
|
+
"fieldName": "closeTimeout"
|
|
15776
|
+
}
|
|
15777
|
+
],
|
|
15809
15778
|
"superclass": {
|
|
15810
15779
|
"name": "FoundationElement",
|
|
15811
15780
|
"package": "@microsoft/fast-foundation"
|
|
15812
15781
|
},
|
|
15813
|
-
"tagName": "%%prefix%%-error-dialog",
|
|
15814
15782
|
"deprecated": "true",
|
|
15783
|
+
"tagName": "%%prefix%%-error-boundary",
|
|
15815
15784
|
"customElement": true
|
|
15816
15785
|
},
|
|
15817
15786
|
{
|
|
15818
15787
|
"kind": "variable",
|
|
15819
|
-
"name": "
|
|
15820
|
-
"description": "The Foundation Error
|
|
15788
|
+
"name": "foundationErrorBoundary",
|
|
15789
|
+
"description": "The Foundation Error Boundary",
|
|
15821
15790
|
"privacy": "public"
|
|
15822
15791
|
}
|
|
15823
15792
|
],
|
|
15824
15793
|
"exports": [
|
|
15825
15794
|
{
|
|
15826
15795
|
"kind": "js",
|
|
15827
|
-
"name": "
|
|
15796
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15828
15797
|
"declaration": {
|
|
15829
|
-
"name": "
|
|
15830
|
-
"module": "src/error-
|
|
15798
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15799
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15831
15800
|
}
|
|
15832
15801
|
},
|
|
15833
15802
|
{
|
|
15834
15803
|
"kind": "js",
|
|
15835
|
-
"name": "
|
|
15804
|
+
"name": "ErrorBoundary",
|
|
15836
15805
|
"declaration": {
|
|
15837
|
-
"name": "
|
|
15838
|
-
"module": "src/error-
|
|
15806
|
+
"name": "ErrorBoundary",
|
|
15807
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15839
15808
|
}
|
|
15840
15809
|
},
|
|
15841
15810
|
{
|
|
15842
15811
|
"kind": "js",
|
|
15843
|
-
"name": "
|
|
15812
|
+
"name": "foundationErrorBoundary",
|
|
15844
15813
|
"declaration": {
|
|
15845
|
-
"name": "
|
|
15846
|
-
"module": "src/error-
|
|
15814
|
+
"name": "foundationErrorBoundary",
|
|
15815
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15847
15816
|
}
|
|
15848
15817
|
}
|
|
15849
15818
|
]
|
|
15850
15819
|
},
|
|
15851
15820
|
{
|
|
15852
15821
|
"kind": "javascript-module",
|
|
15853
|
-
"path": "src/error-
|
|
15822
|
+
"path": "src/error-boundary/index.ts",
|
|
15854
15823
|
"declarations": [],
|
|
15855
15824
|
"exports": [
|
|
15856
15825
|
{
|
|
@@ -15858,7 +15827,7 @@
|
|
|
15858
15827
|
"name": "*",
|
|
15859
15828
|
"declaration": {
|
|
15860
15829
|
"name": "*",
|
|
15861
|
-
"package": "./error-
|
|
15830
|
+
"package": "./error-boundary.template"
|
|
15862
15831
|
}
|
|
15863
15832
|
},
|
|
15864
15833
|
{
|
|
@@ -15866,50 +15835,99 @@
|
|
|
15866
15835
|
"name": "*",
|
|
15867
15836
|
"declaration": {
|
|
15868
15837
|
"name": "*",
|
|
15869
|
-
"package": "./error-
|
|
15838
|
+
"package": "./error-boundary"
|
|
15870
15839
|
}
|
|
15871
15840
|
},
|
|
15872
15841
|
{
|
|
15873
15842
|
"kind": "js",
|
|
15874
|
-
"name": "
|
|
15843
|
+
"name": "ErrorBoundaryEvent",
|
|
15875
15844
|
"declaration": {
|
|
15876
|
-
"name": "
|
|
15877
|
-
"package": "
|
|
15845
|
+
"name": "ErrorBoundaryEvent",
|
|
15846
|
+
"package": "@genesislcap/foundation-errors"
|
|
15847
|
+
}
|
|
15848
|
+
},
|
|
15849
|
+
{
|
|
15850
|
+
"kind": "js",
|
|
15851
|
+
"name": "ErrorStructure",
|
|
15852
|
+
"declaration": {
|
|
15853
|
+
"name": "ErrorStructure",
|
|
15854
|
+
"package": "@genesislcap/foundation-errors"
|
|
15878
15855
|
}
|
|
15879
15856
|
}
|
|
15880
15857
|
]
|
|
15881
15858
|
},
|
|
15882
15859
|
{
|
|
15883
15860
|
"kind": "javascript-module",
|
|
15884
|
-
"path": "src/error-
|
|
15861
|
+
"path": "src/error-dialog/error-dialog.styles.ts",
|
|
15885
15862
|
"declarations": [
|
|
15886
15863
|
{
|
|
15887
15864
|
"kind": "variable",
|
|
15888
|
-
"name": "
|
|
15865
|
+
"name": "foundationErrorDialogStyles",
|
|
15889
15866
|
"type": {
|
|
15890
|
-
"text": "
|
|
15867
|
+
"text": "ElementStyles"
|
|
15891
15868
|
},
|
|
15892
|
-
"default": "
|
|
15869
|
+
"default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
|
|
15893
15870
|
}
|
|
15894
15871
|
],
|
|
15895
15872
|
"exports": [
|
|
15896
15873
|
{
|
|
15897
15874
|
"kind": "js",
|
|
15898
|
-
"name": "
|
|
15875
|
+
"name": "foundationErrorDialogStyles",
|
|
15899
15876
|
"declaration": {
|
|
15900
|
-
"name": "
|
|
15901
|
-
"module": "src/error-
|
|
15877
|
+
"name": "foundationErrorDialogStyles",
|
|
15878
|
+
"module": "src/error-dialog/error-dialog.styles.ts"
|
|
15902
15879
|
}
|
|
15903
15880
|
}
|
|
15904
15881
|
]
|
|
15905
15882
|
},
|
|
15906
15883
|
{
|
|
15907
15884
|
"kind": "javascript-module",
|
|
15908
|
-
"path": "src/error-
|
|
15885
|
+
"path": "src/error-dialog/error-dialog.template.ts",
|
|
15909
15886
|
"declarations": [
|
|
15887
|
+
{
|
|
15888
|
+
"kind": "function",
|
|
15889
|
+
"name": "getErrorDialogTemplate",
|
|
15890
|
+
"parameters": [
|
|
15891
|
+
{
|
|
15892
|
+
"name": "prefix",
|
|
15893
|
+
"type": {
|
|
15894
|
+
"text": "string"
|
|
15895
|
+
}
|
|
15896
|
+
}
|
|
15897
|
+
]
|
|
15898
|
+
},
|
|
15910
15899
|
{
|
|
15911
15900
|
"kind": "variable",
|
|
15912
|
-
"name": "
|
|
15901
|
+
"name": "errorDialogTemplate",
|
|
15902
|
+
"default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
|
|
15903
|
+
}
|
|
15904
|
+
],
|
|
15905
|
+
"exports": [
|
|
15906
|
+
{
|
|
15907
|
+
"kind": "js",
|
|
15908
|
+
"name": "getErrorDialogTemplate",
|
|
15909
|
+
"declaration": {
|
|
15910
|
+
"name": "getErrorDialogTemplate",
|
|
15911
|
+
"module": "src/error-dialog/error-dialog.template.ts"
|
|
15912
|
+
}
|
|
15913
|
+
},
|
|
15914
|
+
{
|
|
15915
|
+
"kind": "js",
|
|
15916
|
+
"name": "errorDialogTemplate",
|
|
15917
|
+
"declaration": {
|
|
15918
|
+
"name": "errorDialogTemplate",
|
|
15919
|
+
"module": "src/error-dialog/error-dialog.template.ts"
|
|
15920
|
+
}
|
|
15921
|
+
}
|
|
15922
|
+
]
|
|
15923
|
+
},
|
|
15924
|
+
{
|
|
15925
|
+
"kind": "javascript-module",
|
|
15926
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
15927
|
+
"declarations": [
|
|
15928
|
+
{
|
|
15929
|
+
"kind": "variable",
|
|
15930
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
15913
15931
|
"type": {
|
|
15914
15932
|
"text": "ShadowRootInit"
|
|
15915
15933
|
},
|
|
@@ -15918,51 +15936,57 @@
|
|
|
15918
15936
|
{
|
|
15919
15937
|
"kind": "class",
|
|
15920
15938
|
"description": "",
|
|
15921
|
-
"name": "
|
|
15939
|
+
"name": "ErrorDialog",
|
|
15922
15940
|
"members": [
|
|
15923
15941
|
{
|
|
15924
15942
|
"kind": "field",
|
|
15925
|
-
"name": "
|
|
15926
|
-
"
|
|
15943
|
+
"name": "dialog",
|
|
15944
|
+
"type": {
|
|
15945
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
15946
|
+
},
|
|
15947
|
+
"privacy": "public"
|
|
15927
15948
|
},
|
|
15928
15949
|
{
|
|
15929
15950
|
"kind": "field",
|
|
15930
|
-
"name": "
|
|
15951
|
+
"name": "error",
|
|
15931
15952
|
"type": {
|
|
15932
|
-
"text": "
|
|
15953
|
+
"text": "ErrorStructure"
|
|
15933
15954
|
}
|
|
15934
15955
|
},
|
|
15935
15956
|
{
|
|
15936
15957
|
"kind": "field",
|
|
15937
|
-
"name": "
|
|
15938
|
-
"
|
|
15939
|
-
|
|
15958
|
+
"name": "notification",
|
|
15959
|
+
"type": {
|
|
15960
|
+
"text": "NotificationStructure"
|
|
15961
|
+
}
|
|
15940
15962
|
},
|
|
15941
15963
|
{
|
|
15942
|
-
"kind": "
|
|
15943
|
-
"name": "
|
|
15944
|
-
"
|
|
15945
|
-
|
|
15964
|
+
"kind": "method",
|
|
15965
|
+
"name": "show",
|
|
15966
|
+
"privacy": "public",
|
|
15967
|
+
"return": {
|
|
15968
|
+
"type": {
|
|
15969
|
+
"text": "void"
|
|
15970
|
+
}
|
|
15946
15971
|
},
|
|
15947
|
-
"
|
|
15948
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15949
|
-
"privacy": "public"
|
|
15972
|
+
"description": "Show the Error Dialog."
|
|
15950
15973
|
},
|
|
15951
15974
|
{
|
|
15952
|
-
"kind": "
|
|
15953
|
-
"name": "
|
|
15954
|
-
"
|
|
15955
|
-
|
|
15956
|
-
},
|
|
15957
|
-
"privacy": "protected"
|
|
15975
|
+
"kind": "method",
|
|
15976
|
+
"name": "dismiss",
|
|
15977
|
+
"privacy": "public",
|
|
15978
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action."
|
|
15958
15979
|
},
|
|
15959
15980
|
{
|
|
15960
|
-
"kind": "
|
|
15961
|
-
"name": "
|
|
15962
|
-
"
|
|
15963
|
-
|
|
15981
|
+
"kind": "method",
|
|
15982
|
+
"name": "closeDialog",
|
|
15983
|
+
"privacy": "public",
|
|
15984
|
+
"return": {
|
|
15985
|
+
"type": {
|
|
15986
|
+
"text": "void"
|
|
15987
|
+
}
|
|
15964
15988
|
},
|
|
15965
|
-
"
|
|
15989
|
+
"description": "Dismiss the Error Dialog from display."
|
|
15966
15990
|
},
|
|
15967
15991
|
{
|
|
15968
15992
|
"kind": "field",
|
|
@@ -16076,67 +16100,51 @@
|
|
|
16076
16100
|
}
|
|
16077
16101
|
}
|
|
16078
16102
|
],
|
|
16079
|
-
"attributes": [
|
|
16080
|
-
{
|
|
16081
|
-
"name": "resource-name",
|
|
16082
|
-
"description": "The resource name holding new and existing notifications",
|
|
16083
|
-
"fieldName": "resourceName"
|
|
16084
|
-
},
|
|
16085
|
-
{
|
|
16086
|
-
"name": "close-timeout",
|
|
16087
|
-
"type": {
|
|
16088
|
-
"text": "number"
|
|
16089
|
-
},
|
|
16090
|
-
"default": "0",
|
|
16091
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
16092
|
-
"fieldName": "closeTimeout"
|
|
16093
|
-
}
|
|
16094
|
-
],
|
|
16095
16103
|
"superclass": {
|
|
16096
16104
|
"name": "FoundationElement",
|
|
16097
16105
|
"package": "@microsoft/fast-foundation"
|
|
16098
16106
|
},
|
|
16107
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
16099
16108
|
"deprecated": "true",
|
|
16100
|
-
"tagName": "%%prefix%%-error-boundary",
|
|
16101
16109
|
"customElement": true
|
|
16102
16110
|
},
|
|
16103
16111
|
{
|
|
16104
16112
|
"kind": "variable",
|
|
16105
|
-
"name": "
|
|
16106
|
-
"description": "The Foundation Error
|
|
16113
|
+
"name": "foundationErrorDialog",
|
|
16114
|
+
"description": "The Foundation Error Dialog",
|
|
16107
16115
|
"privacy": "public"
|
|
16108
16116
|
}
|
|
16109
16117
|
],
|
|
16110
16118
|
"exports": [
|
|
16111
16119
|
{
|
|
16112
16120
|
"kind": "js",
|
|
16113
|
-
"name": "
|
|
16121
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16114
16122
|
"declaration": {
|
|
16115
|
-
"name": "
|
|
16116
|
-
"module": "src/error-
|
|
16123
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16124
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16117
16125
|
}
|
|
16118
16126
|
},
|
|
16119
16127
|
{
|
|
16120
16128
|
"kind": "js",
|
|
16121
|
-
"name": "
|
|
16129
|
+
"name": "ErrorDialog",
|
|
16122
16130
|
"declaration": {
|
|
16123
|
-
"name": "
|
|
16124
|
-
"module": "src/error-
|
|
16131
|
+
"name": "ErrorDialog",
|
|
16132
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16125
16133
|
}
|
|
16126
16134
|
},
|
|
16127
16135
|
{
|
|
16128
16136
|
"kind": "js",
|
|
16129
|
-
"name": "
|
|
16137
|
+
"name": "foundationErrorDialog",
|
|
16130
16138
|
"declaration": {
|
|
16131
|
-
"name": "
|
|
16132
|
-
"module": "src/error-
|
|
16139
|
+
"name": "foundationErrorDialog",
|
|
16140
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16133
16141
|
}
|
|
16134
16142
|
}
|
|
16135
16143
|
]
|
|
16136
16144
|
},
|
|
16137
16145
|
{
|
|
16138
16146
|
"kind": "javascript-module",
|
|
16139
|
-
"path": "src/error-
|
|
16147
|
+
"path": "src/error-dialog/index.ts",
|
|
16140
16148
|
"declarations": [],
|
|
16141
16149
|
"exports": [
|
|
16142
16150
|
{
|
|
@@ -16144,7 +16152,7 @@
|
|
|
16144
16152
|
"name": "*",
|
|
16145
16153
|
"declaration": {
|
|
16146
16154
|
"name": "*",
|
|
16147
|
-
"package": "./error-
|
|
16155
|
+
"package": "./error-dialog.template"
|
|
16148
16156
|
}
|
|
16149
16157
|
},
|
|
16150
16158
|
{
|
|
@@ -16152,23 +16160,15 @@
|
|
|
16152
16160
|
"name": "*",
|
|
16153
16161
|
"declaration": {
|
|
16154
16162
|
"name": "*",
|
|
16155
|
-
"package": "./error-
|
|
16156
|
-
}
|
|
16157
|
-
},
|
|
16158
|
-
{
|
|
16159
|
-
"kind": "js",
|
|
16160
|
-
"name": "ErrorBoundaryEvent",
|
|
16161
|
-
"declaration": {
|
|
16162
|
-
"name": "ErrorBoundaryEvent",
|
|
16163
|
-
"package": "@genesislcap/foundation-errors"
|
|
16163
|
+
"package": "./error-dialog"
|
|
16164
16164
|
}
|
|
16165
16165
|
},
|
|
16166
16166
|
{
|
|
16167
16167
|
"kind": "js",
|
|
16168
|
-
"name": "
|
|
16168
|
+
"name": "*",
|
|
16169
16169
|
"declaration": {
|
|
16170
|
-
"name": "
|
|
16171
|
-
"package": "
|
|
16170
|
+
"name": "*",
|
|
16171
|
+
"package": "./error-dialog.styles"
|
|
16172
16172
|
}
|
|
16173
16173
|
}
|
|
16174
16174
|
]
|
|
@@ -42835,155 +42835,6 @@
|
|
|
42835
42835
|
}
|
|
42836
42836
|
]
|
|
42837
42837
|
},
|
|
42838
|
-
{
|
|
42839
|
-
"kind": "javascript-module",
|
|
42840
|
-
"path": "src/_config/values/color.ts",
|
|
42841
|
-
"declarations": [
|
|
42842
|
-
{
|
|
42843
|
-
"kind": "variable",
|
|
42844
|
-
"name": "accentPaletteValue"
|
|
42845
|
-
},
|
|
42846
|
-
{
|
|
42847
|
-
"kind": "variable",
|
|
42848
|
-
"name": "neutralPaletteValue"
|
|
42849
|
-
},
|
|
42850
|
-
{
|
|
42851
|
-
"kind": "variable",
|
|
42852
|
-
"name": "baseLayerLuminanceValue"
|
|
42853
|
-
}
|
|
42854
|
-
],
|
|
42855
|
-
"exports": [
|
|
42856
|
-
{
|
|
42857
|
-
"kind": "js",
|
|
42858
|
-
"name": "accentPaletteValue",
|
|
42859
|
-
"declaration": {
|
|
42860
|
-
"name": "accentPaletteValue",
|
|
42861
|
-
"module": "src/_config/values/color.ts"
|
|
42862
|
-
}
|
|
42863
|
-
},
|
|
42864
|
-
{
|
|
42865
|
-
"kind": "js",
|
|
42866
|
-
"name": "neutralPaletteValue",
|
|
42867
|
-
"declaration": {
|
|
42868
|
-
"name": "neutralPaletteValue",
|
|
42869
|
-
"module": "src/_config/values/color.ts"
|
|
42870
|
-
}
|
|
42871
|
-
},
|
|
42872
|
-
{
|
|
42873
|
-
"kind": "js",
|
|
42874
|
-
"name": "baseLayerLuminanceValue",
|
|
42875
|
-
"declaration": {
|
|
42876
|
-
"name": "baseLayerLuminanceValue",
|
|
42877
|
-
"module": "src/_config/values/color.ts"
|
|
42878
|
-
}
|
|
42879
|
-
}
|
|
42880
|
-
]
|
|
42881
|
-
},
|
|
42882
|
-
{
|
|
42883
|
-
"kind": "javascript-module",
|
|
42884
|
-
"path": "src/_config/values/index.ts",
|
|
42885
|
-
"declarations": [],
|
|
42886
|
-
"exports": [
|
|
42887
|
-
{
|
|
42888
|
-
"kind": "js",
|
|
42889
|
-
"name": "*",
|
|
42890
|
-
"declaration": {
|
|
42891
|
-
"name": "*",
|
|
42892
|
-
"package": "./color"
|
|
42893
|
-
}
|
|
42894
|
-
},
|
|
42895
|
-
{
|
|
42896
|
-
"kind": "js",
|
|
42897
|
-
"name": "*",
|
|
42898
|
-
"declaration": {
|
|
42899
|
-
"name": "*",
|
|
42900
|
-
"package": "./misc"
|
|
42901
|
-
}
|
|
42902
|
-
},
|
|
42903
|
-
{
|
|
42904
|
-
"kind": "js",
|
|
42905
|
-
"name": "*",
|
|
42906
|
-
"declaration": {
|
|
42907
|
-
"name": "*",
|
|
42908
|
-
"package": "./sizing"
|
|
42909
|
-
}
|
|
42910
|
-
},
|
|
42911
|
-
{
|
|
42912
|
-
"kind": "js",
|
|
42913
|
-
"name": "*",
|
|
42914
|
-
"declaration": {
|
|
42915
|
-
"name": "*",
|
|
42916
|
-
"package": "./typography"
|
|
42917
|
-
}
|
|
42918
|
-
}
|
|
42919
|
-
]
|
|
42920
|
-
},
|
|
42921
|
-
{
|
|
42922
|
-
"kind": "javascript-module",
|
|
42923
|
-
"path": "src/_config/values/misc.ts",
|
|
42924
|
-
"declarations": [
|
|
42925
|
-
{
|
|
42926
|
-
"kind": "variable",
|
|
42927
|
-
"name": "directionValue"
|
|
42928
|
-
}
|
|
42929
|
-
],
|
|
42930
|
-
"exports": [
|
|
42931
|
-
{
|
|
42932
|
-
"kind": "js",
|
|
42933
|
-
"name": "directionValue",
|
|
42934
|
-
"declaration": {
|
|
42935
|
-
"name": "directionValue",
|
|
42936
|
-
"module": "src/_config/values/misc.ts"
|
|
42937
|
-
}
|
|
42938
|
-
}
|
|
42939
|
-
]
|
|
42940
|
-
},
|
|
42941
|
-
{
|
|
42942
|
-
"kind": "javascript-module",
|
|
42943
|
-
"path": "src/_config/values/sizing.ts",
|
|
42944
|
-
"declarations": [
|
|
42945
|
-
{
|
|
42946
|
-
"kind": "variable",
|
|
42947
|
-
"name": "controlCornerRadiusValue",
|
|
42948
|
-
"type": {
|
|
42949
|
-
"text": "number"
|
|
42950
|
-
},
|
|
42951
|
-
"default": "4"
|
|
42952
|
-
},
|
|
42953
|
-
{
|
|
42954
|
-
"kind": "variable",
|
|
42955
|
-
"name": "designUnitValue",
|
|
42956
|
-
"type": {
|
|
42957
|
-
"text": "number"
|
|
42958
|
-
},
|
|
42959
|
-
"default": "4"
|
|
42960
|
-
}
|
|
42961
|
-
],
|
|
42962
|
-
"exports": [
|
|
42963
|
-
{
|
|
42964
|
-
"kind": "js",
|
|
42965
|
-
"name": "controlCornerRadiusValue",
|
|
42966
|
-
"declaration": {
|
|
42967
|
-
"name": "controlCornerRadiusValue",
|
|
42968
|
-
"module": "src/_config/values/sizing.ts"
|
|
42969
|
-
}
|
|
42970
|
-
},
|
|
42971
|
-
{
|
|
42972
|
-
"kind": "js",
|
|
42973
|
-
"name": "designUnitValue",
|
|
42974
|
-
"declaration": {
|
|
42975
|
-
"name": "designUnitValue",
|
|
42976
|
-
"module": "src/_config/values/sizing.ts"
|
|
42977
|
-
}
|
|
42978
|
-
}
|
|
42979
|
-
]
|
|
42980
|
-
},
|
|
42981
|
-
{
|
|
42982
|
-
"kind": "javascript-module",
|
|
42983
|
-
"path": "src/_config/values/typography.ts",
|
|
42984
|
-
"declarations": [],
|
|
42985
|
-
"exports": []
|
|
42986
|
-
},
|
|
42987
42838
|
{
|
|
42988
42839
|
"kind": "javascript-module",
|
|
42989
42840
|
"path": "src/_config/tokens/custom.ts",
|
|
@@ -43980,6 +43831,155 @@
|
|
|
43980
43831
|
}
|
|
43981
43832
|
]
|
|
43982
43833
|
},
|
|
43834
|
+
{
|
|
43835
|
+
"kind": "javascript-module",
|
|
43836
|
+
"path": "src/_config/values/color.ts",
|
|
43837
|
+
"declarations": [
|
|
43838
|
+
{
|
|
43839
|
+
"kind": "variable",
|
|
43840
|
+
"name": "accentPaletteValue"
|
|
43841
|
+
},
|
|
43842
|
+
{
|
|
43843
|
+
"kind": "variable",
|
|
43844
|
+
"name": "neutralPaletteValue"
|
|
43845
|
+
},
|
|
43846
|
+
{
|
|
43847
|
+
"kind": "variable",
|
|
43848
|
+
"name": "baseLayerLuminanceValue"
|
|
43849
|
+
}
|
|
43850
|
+
],
|
|
43851
|
+
"exports": [
|
|
43852
|
+
{
|
|
43853
|
+
"kind": "js",
|
|
43854
|
+
"name": "accentPaletteValue",
|
|
43855
|
+
"declaration": {
|
|
43856
|
+
"name": "accentPaletteValue",
|
|
43857
|
+
"module": "src/_config/values/color.ts"
|
|
43858
|
+
}
|
|
43859
|
+
},
|
|
43860
|
+
{
|
|
43861
|
+
"kind": "js",
|
|
43862
|
+
"name": "neutralPaletteValue",
|
|
43863
|
+
"declaration": {
|
|
43864
|
+
"name": "neutralPaletteValue",
|
|
43865
|
+
"module": "src/_config/values/color.ts"
|
|
43866
|
+
}
|
|
43867
|
+
},
|
|
43868
|
+
{
|
|
43869
|
+
"kind": "js",
|
|
43870
|
+
"name": "baseLayerLuminanceValue",
|
|
43871
|
+
"declaration": {
|
|
43872
|
+
"name": "baseLayerLuminanceValue",
|
|
43873
|
+
"module": "src/_config/values/color.ts"
|
|
43874
|
+
}
|
|
43875
|
+
}
|
|
43876
|
+
]
|
|
43877
|
+
},
|
|
43878
|
+
{
|
|
43879
|
+
"kind": "javascript-module",
|
|
43880
|
+
"path": "src/_config/values/index.ts",
|
|
43881
|
+
"declarations": [],
|
|
43882
|
+
"exports": [
|
|
43883
|
+
{
|
|
43884
|
+
"kind": "js",
|
|
43885
|
+
"name": "*",
|
|
43886
|
+
"declaration": {
|
|
43887
|
+
"name": "*",
|
|
43888
|
+
"package": "./color"
|
|
43889
|
+
}
|
|
43890
|
+
},
|
|
43891
|
+
{
|
|
43892
|
+
"kind": "js",
|
|
43893
|
+
"name": "*",
|
|
43894
|
+
"declaration": {
|
|
43895
|
+
"name": "*",
|
|
43896
|
+
"package": "./misc"
|
|
43897
|
+
}
|
|
43898
|
+
},
|
|
43899
|
+
{
|
|
43900
|
+
"kind": "js",
|
|
43901
|
+
"name": "*",
|
|
43902
|
+
"declaration": {
|
|
43903
|
+
"name": "*",
|
|
43904
|
+
"package": "./sizing"
|
|
43905
|
+
}
|
|
43906
|
+
},
|
|
43907
|
+
{
|
|
43908
|
+
"kind": "js",
|
|
43909
|
+
"name": "*",
|
|
43910
|
+
"declaration": {
|
|
43911
|
+
"name": "*",
|
|
43912
|
+
"package": "./typography"
|
|
43913
|
+
}
|
|
43914
|
+
}
|
|
43915
|
+
]
|
|
43916
|
+
},
|
|
43917
|
+
{
|
|
43918
|
+
"kind": "javascript-module",
|
|
43919
|
+
"path": "src/_config/values/misc.ts",
|
|
43920
|
+
"declarations": [
|
|
43921
|
+
{
|
|
43922
|
+
"kind": "variable",
|
|
43923
|
+
"name": "directionValue"
|
|
43924
|
+
}
|
|
43925
|
+
],
|
|
43926
|
+
"exports": [
|
|
43927
|
+
{
|
|
43928
|
+
"kind": "js",
|
|
43929
|
+
"name": "directionValue",
|
|
43930
|
+
"declaration": {
|
|
43931
|
+
"name": "directionValue",
|
|
43932
|
+
"module": "src/_config/values/misc.ts"
|
|
43933
|
+
}
|
|
43934
|
+
}
|
|
43935
|
+
]
|
|
43936
|
+
},
|
|
43937
|
+
{
|
|
43938
|
+
"kind": "javascript-module",
|
|
43939
|
+
"path": "src/_config/values/sizing.ts",
|
|
43940
|
+
"declarations": [
|
|
43941
|
+
{
|
|
43942
|
+
"kind": "variable",
|
|
43943
|
+
"name": "controlCornerRadiusValue",
|
|
43944
|
+
"type": {
|
|
43945
|
+
"text": "number"
|
|
43946
|
+
},
|
|
43947
|
+
"default": "4"
|
|
43948
|
+
},
|
|
43949
|
+
{
|
|
43950
|
+
"kind": "variable",
|
|
43951
|
+
"name": "designUnitValue",
|
|
43952
|
+
"type": {
|
|
43953
|
+
"text": "number"
|
|
43954
|
+
},
|
|
43955
|
+
"default": "4"
|
|
43956
|
+
}
|
|
43957
|
+
],
|
|
43958
|
+
"exports": [
|
|
43959
|
+
{
|
|
43960
|
+
"kind": "js",
|
|
43961
|
+
"name": "controlCornerRadiusValue",
|
|
43962
|
+
"declaration": {
|
|
43963
|
+
"name": "controlCornerRadiusValue",
|
|
43964
|
+
"module": "src/_config/values/sizing.ts"
|
|
43965
|
+
}
|
|
43966
|
+
},
|
|
43967
|
+
{
|
|
43968
|
+
"kind": "js",
|
|
43969
|
+
"name": "designUnitValue",
|
|
43970
|
+
"declaration": {
|
|
43971
|
+
"name": "designUnitValue",
|
|
43972
|
+
"module": "src/_config/values/sizing.ts"
|
|
43973
|
+
}
|
|
43974
|
+
}
|
|
43975
|
+
]
|
|
43976
|
+
},
|
|
43977
|
+
{
|
|
43978
|
+
"kind": "javascript-module",
|
|
43979
|
+
"path": "src/_config/values/typography.ts",
|
|
43980
|
+
"declarations": [],
|
|
43981
|
+
"exports": []
|
|
43982
|
+
},
|
|
43983
43983
|
{
|
|
43984
43984
|
"kind": "javascript-module",
|
|
43985
43985
|
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|