@genesislcap/foundation-ui 14.183.8-alpha-a6f12fb.0 → 14.184.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 +1492 -1492
- 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/anchored-region/anchor-region.template.ts",
|
|
2034
1995
|
"declarations": [
|
|
2035
1996
|
{
|
|
2036
1997
|
"kind": "function",
|
|
2037
|
-
"name": "
|
|
1998
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2038
1999
|
"return": {
|
|
2039
2000
|
"type": {
|
|
2040
|
-
"text": "
|
|
2001
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2041
2002
|
}
|
|
2042
2003
|
},
|
|
2043
2004
|
"parameters": [
|
|
@@ -2059,24 +2020,24 @@
|
|
|
2059
2020
|
"exports": [
|
|
2060
2021
|
{
|
|
2061
2022
|
"kind": "js",
|
|
2062
|
-
"name": "
|
|
2023
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2063
2024
|
"declaration": {
|
|
2064
|
-
"name": "
|
|
2065
|
-
"module": "src/
|
|
2025
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2026
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2066
2027
|
}
|
|
2067
2028
|
}
|
|
2068
2029
|
]
|
|
2069
2030
|
},
|
|
2070
2031
|
{
|
|
2071
2032
|
"kind": "javascript-module",
|
|
2072
|
-
"path": "src/
|
|
2033
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2073
2034
|
"declarations": [
|
|
2074
2035
|
{
|
|
2075
2036
|
"kind": "function",
|
|
2076
|
-
"name": "
|
|
2037
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2077
2038
|
"return": {
|
|
2078
2039
|
"type": {
|
|
2079
|
-
"text": "
|
|
2040
|
+
"text": "ElementStyles"
|
|
2080
2041
|
}
|
|
2081
2042
|
},
|
|
2082
2043
|
"parameters": [
|
|
@@ -2098,766 +2059,664 @@
|
|
|
2098
2059
|
"exports": [
|
|
2099
2060
|
{
|
|
2100
2061
|
"kind": "js",
|
|
2101
|
-
"name": "
|
|
2062
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2102
2063
|
"declaration": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"module": "src/
|
|
2064
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2065
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2105
2066
|
}
|
|
2106
2067
|
}
|
|
2107
2068
|
]
|
|
2108
2069
|
},
|
|
2109
2070
|
{
|
|
2110
2071
|
"kind": "javascript-module",
|
|
2111
|
-
"path": "src/
|
|
2072
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2112
2073
|
"declarations": [
|
|
2113
2074
|
{
|
|
2114
2075
|
"kind": "class",
|
|
2115
2076
|
"description": "",
|
|
2116
|
-
"name": "
|
|
2077
|
+
"name": "AnchoredRegion",
|
|
2117
2078
|
"superclass": {
|
|
2118
|
-
"name": "
|
|
2079
|
+
"name": "FASTAnchoredRegion",
|
|
2119
2080
|
"package": "@microsoft/fast-components"
|
|
2120
2081
|
},
|
|
2121
|
-
"tagName": "%%prefix%%-
|
|
2082
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2122
2083
|
"customElement": true,
|
|
2123
2084
|
"attributes": [
|
|
2124
2085
|
{
|
|
2125
|
-
"name": "
|
|
2086
|
+
"name": "anchor",
|
|
2126
2087
|
"type": {
|
|
2127
2088
|
"text": "string"
|
|
2128
2089
|
},
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2090
|
+
"default": "\"\"",
|
|
2091
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2092
|
+
"fieldName": "anchor",
|
|
2131
2093
|
"inheritedFrom": {
|
|
2132
|
-
"name": "
|
|
2133
|
-
"module": "src/
|
|
2094
|
+
"name": "AnchoredRegion",
|
|
2095
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2134
2096
|
}
|
|
2135
2097
|
},
|
|
2136
2098
|
{
|
|
2137
|
-
"name": "
|
|
2099
|
+
"name": "viewport",
|
|
2138
2100
|
"type": {
|
|
2139
2101
|
"text": "string"
|
|
2140
2102
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2103
|
+
"default": "\"\"",
|
|
2104
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2105
|
+
"fieldName": "viewport",
|
|
2143
2106
|
"inheritedFrom": {
|
|
2144
|
-
"name": "
|
|
2145
|
-
"module": "src/
|
|
2107
|
+
"name": "AnchoredRegion",
|
|
2108
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2146
2109
|
}
|
|
2147
2110
|
},
|
|
2148
2111
|
{
|
|
2149
|
-
"name": "
|
|
2112
|
+
"name": "horizontal-positioning-mode",
|
|
2150
2113
|
"type": {
|
|
2151
|
-
"text": "
|
|
2114
|
+
"text": "AxisPositioningMode"
|
|
2152
2115
|
},
|
|
2153
|
-
"
|
|
2154
|
-
"
|
|
2116
|
+
"default": "\"uncontrolled\"",
|
|
2117
|
+
"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",
|
|
2118
|
+
"fieldName": "horizontalPositioningMode",
|
|
2155
2119
|
"inheritedFrom": {
|
|
2156
|
-
"name": "
|
|
2157
|
-
"module": "src/
|
|
2120
|
+
"name": "AnchoredRegion",
|
|
2121
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2158
2122
|
}
|
|
2159
2123
|
},
|
|
2160
2124
|
{
|
|
2161
|
-
"name": "
|
|
2125
|
+
"name": "horizontal-default-position",
|
|
2162
2126
|
"type": {
|
|
2163
|
-
"text": "
|
|
2127
|
+
"text": "HorizontalPosition"
|
|
2164
2128
|
},
|
|
2165
|
-
"
|
|
2166
|
-
"
|
|
2129
|
+
"default": "\"unset\"",
|
|
2130
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2131
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2167
2132
|
"inheritedFrom": {
|
|
2168
|
-
"name": "
|
|
2169
|
-
"module": "src/
|
|
2133
|
+
"name": "AnchoredRegion",
|
|
2134
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2170
2135
|
}
|
|
2171
2136
|
},
|
|
2172
2137
|
{
|
|
2173
|
-
"name": "
|
|
2138
|
+
"name": "horizontal-viewport-lock",
|
|
2174
2139
|
"type": {
|
|
2175
|
-
"text": "
|
|
2140
|
+
"text": "boolean"
|
|
2176
2141
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"
|
|
2142
|
+
"default": "false",
|
|
2143
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2144
|
+
"fieldName": "horizontalViewportLock",
|
|
2179
2145
|
"inheritedFrom": {
|
|
2180
|
-
"name": "
|
|
2181
|
-
"module": "src/
|
|
2146
|
+
"name": "AnchoredRegion",
|
|
2147
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2182
2148
|
}
|
|
2183
2149
|
},
|
|
2184
2150
|
{
|
|
2185
|
-
"name": "
|
|
2151
|
+
"name": "horizontal-inset",
|
|
2186
2152
|
"type": {
|
|
2187
|
-
"text": "
|
|
2153
|
+
"text": "boolean"
|
|
2188
2154
|
},
|
|
2189
|
-
"
|
|
2190
|
-
"
|
|
2155
|
+
"default": "false",
|
|
2156
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2157
|
+
"fieldName": "horizontalInset",
|
|
2191
2158
|
"inheritedFrom": {
|
|
2192
|
-
"name": "
|
|
2193
|
-
"module": "src/
|
|
2159
|
+
"name": "AnchoredRegion",
|
|
2160
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2194
2161
|
}
|
|
2195
2162
|
},
|
|
2196
2163
|
{
|
|
2197
|
-
"name": "
|
|
2164
|
+
"name": "horizontal-threshold",
|
|
2198
2165
|
"type": {
|
|
2199
|
-
"text": "
|
|
2166
|
+
"text": "number"
|
|
2200
2167
|
},
|
|
2201
|
-
"description": "
|
|
2202
|
-
"fieldName": "
|
|
2168
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2169
|
+
"fieldName": "horizontalThreshold",
|
|
2203
2170
|
"inheritedFrom": {
|
|
2204
|
-
"name": "
|
|
2205
|
-
"module": "src/
|
|
2171
|
+
"name": "AnchoredRegion",
|
|
2172
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2206
2173
|
}
|
|
2207
2174
|
},
|
|
2208
2175
|
{
|
|
2209
|
-
"name": "
|
|
2176
|
+
"name": "horizontal-scaling",
|
|
2210
2177
|
"type": {
|
|
2211
|
-
"text": "
|
|
2178
|
+
"text": "AxisScalingMode"
|
|
2212
2179
|
},
|
|
2213
|
-
"
|
|
2214
|
-
"
|
|
2180
|
+
"default": "\"content\"",
|
|
2181
|
+
"description": "Defines how the width of the region is calculated",
|
|
2182
|
+
"fieldName": "horizontalScaling",
|
|
2215
2183
|
"inheritedFrom": {
|
|
2216
|
-
"name": "
|
|
2217
|
-
"module": "src/
|
|
2184
|
+
"name": "AnchoredRegion",
|
|
2185
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2218
2186
|
}
|
|
2219
|
-
}
|
|
2220
|
-
],
|
|
2221
|
-
"members": [
|
|
2187
|
+
},
|
|
2222
2188
|
{
|
|
2223
|
-
"
|
|
2224
|
-
"name": "download",
|
|
2189
|
+
"name": "vertical-positioning-mode",
|
|
2225
2190
|
"type": {
|
|
2226
|
-
"text": "
|
|
2191
|
+
"text": "AxisPositioningMode"
|
|
2227
2192
|
},
|
|
2228
|
-
"
|
|
2229
|
-
"description": "
|
|
2193
|
+
"default": "\"uncontrolled\"",
|
|
2194
|
+
"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",
|
|
2195
|
+
"fieldName": "verticalPositioningMode",
|
|
2230
2196
|
"inheritedFrom": {
|
|
2231
|
-
"name": "
|
|
2232
|
-
"module": "src/
|
|
2197
|
+
"name": "AnchoredRegion",
|
|
2198
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2233
2199
|
}
|
|
2234
2200
|
},
|
|
2235
2201
|
{
|
|
2236
|
-
"
|
|
2237
|
-
"name": "href",
|
|
2202
|
+
"name": "vertical-default-position",
|
|
2238
2203
|
"type": {
|
|
2239
|
-
"text": "
|
|
2204
|
+
"text": "VerticalPosition"
|
|
2240
2205
|
},
|
|
2241
|
-
"
|
|
2242
|
-
"description": "The
|
|
2206
|
+
"default": "\"unset\"",
|
|
2207
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2208
|
+
"fieldName": "verticalDefaultPosition",
|
|
2243
2209
|
"inheritedFrom": {
|
|
2244
|
-
"name": "
|
|
2245
|
-
"module": "src/
|
|
2210
|
+
"name": "AnchoredRegion",
|
|
2211
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2246
2212
|
}
|
|
2247
2213
|
},
|
|
2248
2214
|
{
|
|
2249
|
-
"
|
|
2250
|
-
"name": "hreflang",
|
|
2215
|
+
"name": "vertical-viewport-lock",
|
|
2251
2216
|
"type": {
|
|
2252
|
-
"text": "
|
|
2217
|
+
"text": "boolean"
|
|
2253
2218
|
},
|
|
2254
|
-
"
|
|
2255
|
-
"description": "
|
|
2219
|
+
"default": "false",
|
|
2220
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2221
|
+
"fieldName": "verticalViewportLock",
|
|
2256
2222
|
"inheritedFrom": {
|
|
2257
|
-
"name": "
|
|
2258
|
-
"module": "src/
|
|
2223
|
+
"name": "AnchoredRegion",
|
|
2224
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2259
2225
|
}
|
|
2260
2226
|
},
|
|
2261
2227
|
{
|
|
2262
|
-
"
|
|
2263
|
-
"name": "ping",
|
|
2228
|
+
"name": "vertical-inset",
|
|
2264
2229
|
"type": {
|
|
2265
|
-
"text": "
|
|
2230
|
+
"text": "boolean"
|
|
2266
2231
|
},
|
|
2267
|
-
"
|
|
2268
|
-
"description": "
|
|
2232
|
+
"default": "false",
|
|
2233
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2234
|
+
"fieldName": "verticalInset",
|
|
2269
2235
|
"inheritedFrom": {
|
|
2270
|
-
"name": "
|
|
2271
|
-
"module": "src/
|
|
2236
|
+
"name": "AnchoredRegion",
|
|
2237
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2272
2238
|
}
|
|
2273
2239
|
},
|
|
2274
2240
|
{
|
|
2275
|
-
"
|
|
2276
|
-
"name": "referrerpolicy",
|
|
2241
|
+
"name": "vertical-threshold",
|
|
2277
2242
|
"type": {
|
|
2278
|
-
"text": "
|
|
2243
|
+
"text": "number"
|
|
2279
2244
|
},
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2245
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2246
|
+
"fieldName": "verticalThreshold",
|
|
2282
2247
|
"inheritedFrom": {
|
|
2283
|
-
"name": "
|
|
2284
|
-
"module": "src/
|
|
2248
|
+
"name": "AnchoredRegion",
|
|
2249
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2285
2250
|
}
|
|
2286
2251
|
},
|
|
2287
2252
|
{
|
|
2288
|
-
"
|
|
2289
|
-
"name": "rel",
|
|
2253
|
+
"name": "vertical-scaling",
|
|
2290
2254
|
"type": {
|
|
2291
|
-
"text": "
|
|
2255
|
+
"text": "AxisScalingMode"
|
|
2292
2256
|
},
|
|
2293
|
-
"
|
|
2294
|
-
"description": "
|
|
2257
|
+
"default": "\"content\"",
|
|
2258
|
+
"description": "Defines how the height of the region is calculated",
|
|
2259
|
+
"fieldName": "verticalScaling",
|
|
2295
2260
|
"inheritedFrom": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
2261
|
+
"name": "AnchoredRegion",
|
|
2262
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2298
2263
|
}
|
|
2299
2264
|
},
|
|
2300
2265
|
{
|
|
2301
|
-
"
|
|
2302
|
-
"name": "target",
|
|
2266
|
+
"name": "fixed-placement",
|
|
2303
2267
|
"type": {
|
|
2304
|
-
"text": "
|
|
2268
|
+
"text": "boolean"
|
|
2305
2269
|
},
|
|
2306
|
-
"
|
|
2307
|
-
"description": "
|
|
2270
|
+
"default": "false",
|
|
2271
|
+
"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,",
|
|
2272
|
+
"fieldName": "fixedPlacement",
|
|
2308
2273
|
"inheritedFrom": {
|
|
2309
|
-
"name": "
|
|
2310
|
-
"module": "src/
|
|
2274
|
+
"name": "AnchoredRegion",
|
|
2275
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2311
2276
|
}
|
|
2312
2277
|
},
|
|
2313
2278
|
{
|
|
2314
|
-
"
|
|
2315
|
-
"name": "type",
|
|
2279
|
+
"name": "auto-update-mode",
|
|
2316
2280
|
"type": {
|
|
2317
|
-
"text": "
|
|
2281
|
+
"text": "AutoUpdateMode"
|
|
2318
2282
|
},
|
|
2319
|
-
"
|
|
2320
|
-
"description": "
|
|
2283
|
+
"default": "\"anchor\"",
|
|
2284
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2285
|
+
"fieldName": "autoUpdateMode",
|
|
2321
2286
|
"inheritedFrom": {
|
|
2322
|
-
"name": "
|
|
2323
|
-
"module": "src/
|
|
2287
|
+
"name": "AnchoredRegion",
|
|
2288
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2324
2289
|
}
|
|
2325
|
-
}
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"members": [
|
|
2326
2293
|
{
|
|
2327
2294
|
"kind": "field",
|
|
2328
|
-
"name": "
|
|
2295
|
+
"name": "anchor",
|
|
2329
2296
|
"type": {
|
|
2330
|
-
"text": "
|
|
2297
|
+
"text": "string"
|
|
2331
2298
|
},
|
|
2332
2299
|
"privacy": "public",
|
|
2333
|
-
"
|
|
2300
|
+
"default": "\"\"",
|
|
2301
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2334
2302
|
"inheritedFrom": {
|
|
2335
|
-
"name": "
|
|
2336
|
-
"module": "src/
|
|
2303
|
+
"name": "AnchoredRegion",
|
|
2304
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2337
2305
|
}
|
|
2338
2306
|
},
|
|
2339
2307
|
{
|
|
2340
|
-
"kind": "
|
|
2341
|
-
"name": "
|
|
2308
|
+
"kind": "method",
|
|
2309
|
+
"name": "anchorChanged",
|
|
2342
2310
|
"privacy": "private",
|
|
2343
|
-
"
|
|
2311
|
+
"return": {
|
|
2312
|
+
"type": {
|
|
2313
|
+
"text": "void"
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2344
2316
|
"inheritedFrom": {
|
|
2345
|
-
"name": "
|
|
2346
|
-
"module": "src/
|
|
2317
|
+
"name": "AnchoredRegion",
|
|
2318
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2347
2319
|
}
|
|
2348
2320
|
},
|
|
2349
2321
|
{
|
|
2350
2322
|
"kind": "field",
|
|
2351
|
-
"name": "
|
|
2323
|
+
"name": "viewport",
|
|
2352
2324
|
"type": {
|
|
2353
|
-
"text": "
|
|
2325
|
+
"text": "string"
|
|
2354
2326
|
},
|
|
2327
|
+
"privacy": "public",
|
|
2328
|
+
"default": "\"\"",
|
|
2329
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2330
|
+
"inheritedFrom": {
|
|
2331
|
+
"name": "AnchoredRegion",
|
|
2332
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "method",
|
|
2337
|
+
"name": "viewportChanged",
|
|
2355
2338
|
"privacy": "private",
|
|
2356
|
-
"
|
|
2339
|
+
"return": {
|
|
2340
|
+
"type": {
|
|
2341
|
+
"text": "void"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2357
2344
|
"inheritedFrom": {
|
|
2358
|
-
"name": "
|
|
2359
|
-
"module": "src/
|
|
2345
|
+
"name": "AnchoredRegion",
|
|
2346
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2360
2347
|
}
|
|
2361
2348
|
},
|
|
2362
2349
|
{
|
|
2363
2350
|
"kind": "field",
|
|
2364
|
-
"name": "
|
|
2351
|
+
"name": "horizontalPositioningMode",
|
|
2365
2352
|
"type": {
|
|
2366
|
-
"text": "
|
|
2353
|
+
"text": "AxisPositioningMode"
|
|
2367
2354
|
},
|
|
2368
2355
|
"privacy": "public",
|
|
2369
|
-
"
|
|
2356
|
+
"default": "\"uncontrolled\"",
|
|
2357
|
+
"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",
|
|
2370
2358
|
"inheritedFrom": {
|
|
2371
|
-
"name": "
|
|
2372
|
-
"module": "src/
|
|
2359
|
+
"name": "AnchoredRegion",
|
|
2360
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"kind": "method",
|
|
2365
|
+
"name": "horizontalPositioningModeChanged",
|
|
2366
|
+
"privacy": "private",
|
|
2367
|
+
"return": {
|
|
2368
|
+
"type": {
|
|
2369
|
+
"text": "void"
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
"inheritedFrom": {
|
|
2373
|
+
"name": "AnchoredRegion",
|
|
2374
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2373
2375
|
}
|
|
2374
2376
|
},
|
|
2375
2377
|
{
|
|
2376
2378
|
"kind": "field",
|
|
2377
|
-
"name": "
|
|
2379
|
+
"name": "horizontalDefaultPosition",
|
|
2378
2380
|
"type": {
|
|
2379
|
-
"text": "
|
|
2381
|
+
"text": "HorizontalPosition"
|
|
2380
2382
|
},
|
|
2381
2383
|
"privacy": "public",
|
|
2382
|
-
"
|
|
2384
|
+
"default": "\"unset\"",
|
|
2385
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2383
2386
|
"inheritedFrom": {
|
|
2384
|
-
"name": "
|
|
2385
|
-
"module": "src/
|
|
2387
|
+
"name": "AnchoredRegion",
|
|
2388
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2386
2389
|
}
|
|
2387
2390
|
},
|
|
2388
2391
|
{
|
|
2389
2392
|
"kind": "method",
|
|
2390
|
-
"name": "
|
|
2391
|
-
"privacy": "
|
|
2393
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2394
|
+
"privacy": "private",
|
|
2392
2395
|
"return": {
|
|
2393
2396
|
"type": {
|
|
2394
2397
|
"text": "void"
|
|
2395
2398
|
}
|
|
2396
2399
|
},
|
|
2397
2400
|
"inheritedFrom": {
|
|
2398
|
-
"name": "
|
|
2399
|
-
"module": "src/
|
|
2401
|
+
"name": "AnchoredRegion",
|
|
2402
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2400
2403
|
}
|
|
2401
2404
|
},
|
|
2402
2405
|
{
|
|
2403
2406
|
"kind": "field",
|
|
2404
|
-
"name": "
|
|
2407
|
+
"name": "horizontalViewportLock",
|
|
2405
2408
|
"type": {
|
|
2406
|
-
"text": "
|
|
2409
|
+
"text": "boolean"
|
|
2407
2410
|
},
|
|
2408
2411
|
"privacy": "public",
|
|
2409
|
-
"
|
|
2412
|
+
"default": "false",
|
|
2413
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2410
2414
|
"inheritedFrom": {
|
|
2411
|
-
"name": "
|
|
2412
|
-
"module": "src/
|
|
2415
|
+
"name": "AnchoredRegion",
|
|
2416
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2413
2417
|
}
|
|
2414
2418
|
},
|
|
2415
2419
|
{
|
|
2416
2420
|
"kind": "method",
|
|
2417
|
-
"name": "
|
|
2418
|
-
"privacy": "
|
|
2421
|
+
"name": "horizontalViewportLockChanged",
|
|
2422
|
+
"privacy": "private",
|
|
2419
2423
|
"return": {
|
|
2420
2424
|
"type": {
|
|
2421
2425
|
"text": "void"
|
|
2422
2426
|
}
|
|
2423
2427
|
},
|
|
2424
2428
|
"inheritedFrom": {
|
|
2425
|
-
"name": "
|
|
2426
|
-
"module": "src/
|
|
2429
|
+
"name": "AnchoredRegion",
|
|
2430
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2427
2431
|
}
|
|
2428
2432
|
},
|
|
2429
2433
|
{
|
|
2430
|
-
"kind": "
|
|
2431
|
-
"name": "
|
|
2434
|
+
"kind": "field",
|
|
2435
|
+
"name": "horizontalInset",
|
|
2436
|
+
"type": {
|
|
2437
|
+
"text": "boolean"
|
|
2438
|
+
},
|
|
2432
2439
|
"privacy": "public",
|
|
2433
|
-
"
|
|
2440
|
+
"default": "false",
|
|
2441
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2442
|
+
"inheritedFrom": {
|
|
2443
|
+
"name": "AnchoredRegion",
|
|
2444
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"kind": "method",
|
|
2449
|
+
"name": "horizontalInsetChanged",
|
|
2450
|
+
"privacy": "private",
|
|
2434
2451
|
"return": {
|
|
2435
2452
|
"type": {
|
|
2436
|
-
"text": "
|
|
2453
|
+
"text": "void"
|
|
2437
2454
|
}
|
|
2438
2455
|
},
|
|
2439
|
-
"parameters": [
|
|
2440
|
-
{
|
|
2441
|
-
"name": "this",
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": "K"
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"name": "elementDefinition",
|
|
2448
|
-
"type": {
|
|
2449
|
-
"text": "T"
|
|
2450
|
-
},
|
|
2451
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2452
|
-
}
|
|
2453
|
-
],
|
|
2454
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2455
2456
|
"inheritedFrom": {
|
|
2456
|
-
"name": "
|
|
2457
|
-
"module": "src/
|
|
2457
|
+
"name": "AnchoredRegion",
|
|
2458
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2458
2459
|
}
|
|
2459
|
-
}
|
|
2460
|
-
]
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "variable",
|
|
2464
|
-
"name": "foundationAnchorShadowOptions",
|
|
2465
|
-
"type": {
|
|
2466
|
-
"text": "ShadowRootInit"
|
|
2467
|
-
},
|
|
2468
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"kind": "variable",
|
|
2472
|
-
"name": "defaultAnchorConfig",
|
|
2473
|
-
"type": {
|
|
2474
|
-
"text": "object"
|
|
2475
|
-
},
|
|
2476
|
-
"default": "{}"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"kind": "variable",
|
|
2480
|
-
"name": "foundationAnchor",
|
|
2481
|
-
"description": "The Foundation Anchor",
|
|
2482
|
-
"privacy": "public"
|
|
2483
|
-
}
|
|
2484
|
-
],
|
|
2485
|
-
"exports": [
|
|
2486
|
-
{
|
|
2487
|
-
"kind": "js",
|
|
2488
|
-
"name": "Anchor",
|
|
2489
|
-
"declaration": {
|
|
2490
|
-
"name": "Anchor",
|
|
2491
|
-
"module": "src/anchor/anchor.ts"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "js",
|
|
2496
|
-
"name": "foundationAnchorShadowOptions",
|
|
2497
|
-
"declaration": {
|
|
2498
|
-
"name": "foundationAnchorShadowOptions",
|
|
2499
|
-
"module": "src/anchor/anchor.ts"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "js",
|
|
2504
|
-
"name": "defaultAnchorConfig",
|
|
2505
|
-
"declaration": {
|
|
2506
|
-
"name": "defaultAnchorConfig",
|
|
2507
|
-
"module": "src/anchor/anchor.ts"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "js",
|
|
2512
|
-
"name": "foundationAnchor",
|
|
2513
|
-
"declaration": {
|
|
2514
|
-
"name": "foundationAnchor",
|
|
2515
|
-
"module": "src/anchor/anchor.ts"
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2518
|
-
]
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "javascript-module",
|
|
2522
|
-
"path": "src/anchor/index.ts",
|
|
2523
|
-
"declarations": [],
|
|
2524
|
-
"exports": [
|
|
2525
|
-
{
|
|
2526
|
-
"kind": "js",
|
|
2527
|
-
"name": "*",
|
|
2528
|
-
"declaration": {
|
|
2529
|
-
"name": "*",
|
|
2530
|
-
"package": "./anchor.template"
|
|
2531
|
-
}
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"kind": "js",
|
|
2535
|
-
"name": "*",
|
|
2536
|
-
"declaration": {
|
|
2537
|
-
"name": "*",
|
|
2538
|
-
"package": "./anchor.styles"
|
|
2539
|
-
}
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"kind": "js",
|
|
2543
|
-
"name": "*",
|
|
2544
|
-
"declaration": {
|
|
2545
|
-
"name": "*",
|
|
2546
|
-
"package": "./anchor"
|
|
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": [
|
|
2460
|
+
},
|
|
2564
2461
|
{
|
|
2565
|
-
"
|
|
2462
|
+
"kind": "field",
|
|
2463
|
+
"name": "horizontalThreshold",
|
|
2566
2464
|
"type": {
|
|
2567
|
-
"text": "
|
|
2465
|
+
"text": "number"
|
|
2466
|
+
},
|
|
2467
|
+
"privacy": "public",
|
|
2468
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2469
|
+
"inheritedFrom": {
|
|
2470
|
+
"name": "AnchoredRegion",
|
|
2471
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2568
2472
|
}
|
|
2569
2473
|
},
|
|
2570
2474
|
{
|
|
2571
|
-
"
|
|
2572
|
-
"
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
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"
|
|
2475
|
+
"kind": "method",
|
|
2476
|
+
"name": "horizontalThresholdChanged",
|
|
2477
|
+
"privacy": "private",
|
|
2478
|
+
"return": {
|
|
2479
|
+
"type": {
|
|
2480
|
+
"text": "void"
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
"inheritedFrom": {
|
|
2484
|
+
"name": "AnchoredRegion",
|
|
2485
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2607
2486
|
}
|
|
2608
2487
|
},
|
|
2609
2488
|
{
|
|
2610
|
-
"
|
|
2611
|
-
"
|
|
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",
|
|
2489
|
+
"kind": "field",
|
|
2490
|
+
"name": "horizontalScaling",
|
|
2646
2491
|
"type": {
|
|
2647
|
-
"text": "
|
|
2492
|
+
"text": "AxisScalingMode"
|
|
2648
2493
|
},
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2494
|
+
"privacy": "public",
|
|
2495
|
+
"default": "\"content\"",
|
|
2496
|
+
"description": "Defines how the width of the region is calculated",
|
|
2652
2497
|
"inheritedFrom": {
|
|
2653
2498
|
"name": "AnchoredRegion",
|
|
2654
2499
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2655
2500
|
}
|
|
2656
2501
|
},
|
|
2657
2502
|
{
|
|
2658
|
-
"
|
|
2659
|
-
"
|
|
2660
|
-
|
|
2503
|
+
"kind": "method",
|
|
2504
|
+
"name": "horizontalScalingChanged",
|
|
2505
|
+
"privacy": "private",
|
|
2506
|
+
"return": {
|
|
2507
|
+
"type": {
|
|
2508
|
+
"text": "void"
|
|
2509
|
+
}
|
|
2661
2510
|
},
|
|
2662
|
-
"default": "\"\"",
|
|
2663
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2664
|
-
"fieldName": "viewport",
|
|
2665
2511
|
"inheritedFrom": {
|
|
2666
2512
|
"name": "AnchoredRegion",
|
|
2667
2513
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2668
2514
|
}
|
|
2669
2515
|
},
|
|
2670
2516
|
{
|
|
2671
|
-
"
|
|
2517
|
+
"kind": "field",
|
|
2518
|
+
"name": "verticalPositioningMode",
|
|
2672
2519
|
"type": {
|
|
2673
2520
|
"text": "AxisPositioningMode"
|
|
2674
2521
|
},
|
|
2522
|
+
"privacy": "public",
|
|
2675
2523
|
"default": "\"uncontrolled\"",
|
|
2676
|
-
"description": "Sets what logic the component uses to determine
|
|
2677
|
-
"fieldName": "horizontalPositioningMode",
|
|
2524
|
+
"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",
|
|
2678
2525
|
"inheritedFrom": {
|
|
2679
2526
|
"name": "AnchoredRegion",
|
|
2680
2527
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2681
2528
|
}
|
|
2682
2529
|
},
|
|
2683
2530
|
{
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
|
|
2531
|
+
"kind": "method",
|
|
2532
|
+
"name": "verticalPositioningModeChanged",
|
|
2533
|
+
"privacy": "private",
|
|
2534
|
+
"return": {
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "void"
|
|
2537
|
+
}
|
|
2687
2538
|
},
|
|
2688
|
-
"default": "\"unset\"",
|
|
2689
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2690
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2691
2539
|
"inheritedFrom": {
|
|
2692
2540
|
"name": "AnchoredRegion",
|
|
2693
2541
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2694
2542
|
}
|
|
2695
2543
|
},
|
|
2696
2544
|
{
|
|
2697
|
-
"
|
|
2545
|
+
"kind": "field",
|
|
2546
|
+
"name": "verticalDefaultPosition",
|
|
2698
2547
|
"type": {
|
|
2699
|
-
"text": "
|
|
2548
|
+
"text": "VerticalPosition"
|
|
2700
2549
|
},
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2550
|
+
"privacy": "public",
|
|
2551
|
+
"default": "\"unset\"",
|
|
2552
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2704
2553
|
"inheritedFrom": {
|
|
2705
2554
|
"name": "AnchoredRegion",
|
|
2706
2555
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2707
2556
|
}
|
|
2708
2557
|
},
|
|
2709
2558
|
{
|
|
2710
|
-
"
|
|
2711
|
-
"
|
|
2712
|
-
|
|
2559
|
+
"kind": "method",
|
|
2560
|
+
"name": "verticalDefaultPositionChanged",
|
|
2561
|
+
"privacy": "private",
|
|
2562
|
+
"return": {
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "void"
|
|
2565
|
+
}
|
|
2713
2566
|
},
|
|
2714
|
-
"default": "false",
|
|
2715
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2716
|
-
"fieldName": "horizontalInset",
|
|
2717
2567
|
"inheritedFrom": {
|
|
2718
2568
|
"name": "AnchoredRegion",
|
|
2719
2569
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2720
2570
|
}
|
|
2721
2571
|
},
|
|
2722
2572
|
{
|
|
2723
|
-
"
|
|
2573
|
+
"kind": "field",
|
|
2574
|
+
"name": "verticalViewportLock",
|
|
2724
2575
|
"type": {
|
|
2725
|
-
"text": "
|
|
2576
|
+
"text": "boolean"
|
|
2726
2577
|
},
|
|
2727
|
-
"
|
|
2728
|
-
"
|
|
2578
|
+
"privacy": "public",
|
|
2579
|
+
"default": "false",
|
|
2580
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2729
2581
|
"inheritedFrom": {
|
|
2730
2582
|
"name": "AnchoredRegion",
|
|
2731
2583
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2732
2584
|
}
|
|
2733
2585
|
},
|
|
2734
2586
|
{
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2737
|
-
|
|
2587
|
+
"kind": "method",
|
|
2588
|
+
"name": "verticalViewportLockChanged",
|
|
2589
|
+
"privacy": "private",
|
|
2590
|
+
"return": {
|
|
2591
|
+
"type": {
|
|
2592
|
+
"text": "void"
|
|
2593
|
+
}
|
|
2738
2594
|
},
|
|
2739
|
-
"default": "\"content\"",
|
|
2740
|
-
"description": "Defines how the width of the region is calculated",
|
|
2741
|
-
"fieldName": "horizontalScaling",
|
|
2742
2595
|
"inheritedFrom": {
|
|
2743
2596
|
"name": "AnchoredRegion",
|
|
2744
2597
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2745
2598
|
}
|
|
2746
2599
|
},
|
|
2747
2600
|
{
|
|
2748
|
-
"
|
|
2601
|
+
"kind": "field",
|
|
2602
|
+
"name": "verticalInset",
|
|
2749
2603
|
"type": {
|
|
2750
|
-
"text": "
|
|
2604
|
+
"text": "boolean"
|
|
2751
2605
|
},
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2606
|
+
"privacy": "public",
|
|
2607
|
+
"default": "false",
|
|
2608
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2755
2609
|
"inheritedFrom": {
|
|
2756
2610
|
"name": "AnchoredRegion",
|
|
2757
2611
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2758
2612
|
}
|
|
2759
2613
|
},
|
|
2760
2614
|
{
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2763
|
-
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "verticalInsetChanged",
|
|
2617
|
+
"privacy": "private",
|
|
2618
|
+
"return": {
|
|
2619
|
+
"type": {
|
|
2620
|
+
"text": "void"
|
|
2621
|
+
}
|
|
2764
2622
|
},
|
|
2765
|
-
"default": "\"unset\"",
|
|
2766
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2767
|
-
"fieldName": "verticalDefaultPosition",
|
|
2768
2623
|
"inheritedFrom": {
|
|
2769
2624
|
"name": "AnchoredRegion",
|
|
2770
2625
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2771
2626
|
}
|
|
2772
2627
|
},
|
|
2773
2628
|
{
|
|
2774
|
-
"
|
|
2629
|
+
"kind": "field",
|
|
2630
|
+
"name": "verticalThreshold",
|
|
2775
2631
|
"type": {
|
|
2776
|
-
"text": "
|
|
2632
|
+
"text": "number"
|
|
2777
2633
|
},
|
|
2778
|
-
"
|
|
2779
|
-
"description": "
|
|
2780
|
-
"fieldName": "verticalViewportLock",
|
|
2634
|
+
"privacy": "public",
|
|
2635
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2781
2636
|
"inheritedFrom": {
|
|
2782
2637
|
"name": "AnchoredRegion",
|
|
2783
2638
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2784
2639
|
}
|
|
2785
2640
|
},
|
|
2786
2641
|
{
|
|
2787
|
-
"
|
|
2788
|
-
"
|
|
2789
|
-
|
|
2642
|
+
"kind": "method",
|
|
2643
|
+
"name": "verticalThresholdChanged",
|
|
2644
|
+
"privacy": "private",
|
|
2645
|
+
"return": {
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "void"
|
|
2648
|
+
}
|
|
2790
2649
|
},
|
|
2791
|
-
"default": "false",
|
|
2792
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2793
|
-
"fieldName": "verticalInset",
|
|
2794
2650
|
"inheritedFrom": {
|
|
2795
2651
|
"name": "AnchoredRegion",
|
|
2796
2652
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2797
2653
|
}
|
|
2798
2654
|
},
|
|
2799
2655
|
{
|
|
2800
|
-
"
|
|
2656
|
+
"kind": "field",
|
|
2657
|
+
"name": "verticalScaling",
|
|
2801
2658
|
"type": {
|
|
2802
|
-
"text": "
|
|
2659
|
+
"text": "AxisScalingMode"
|
|
2803
2660
|
},
|
|
2804
|
-
"
|
|
2805
|
-
"
|
|
2661
|
+
"privacy": "public",
|
|
2662
|
+
"default": "\"content\"",
|
|
2663
|
+
"description": "Defines how the height of the region is calculated",
|
|
2806
2664
|
"inheritedFrom": {
|
|
2807
2665
|
"name": "AnchoredRegion",
|
|
2808
2666
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2809
2667
|
}
|
|
2810
2668
|
},
|
|
2811
2669
|
{
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
2814
|
-
|
|
2670
|
+
"kind": "method",
|
|
2671
|
+
"name": "verticalScalingChanged",
|
|
2672
|
+
"privacy": "private",
|
|
2673
|
+
"return": {
|
|
2674
|
+
"type": {
|
|
2675
|
+
"text": "void"
|
|
2676
|
+
}
|
|
2815
2677
|
},
|
|
2816
|
-
"default": "\"content\"",
|
|
2817
|
-
"description": "Defines how the height of the region is calculated",
|
|
2818
|
-
"fieldName": "verticalScaling",
|
|
2819
2678
|
"inheritedFrom": {
|
|
2820
2679
|
"name": "AnchoredRegion",
|
|
2821
2680
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2822
2681
|
}
|
|
2823
2682
|
},
|
|
2824
2683
|
{
|
|
2825
|
-
"
|
|
2684
|
+
"kind": "field",
|
|
2685
|
+
"name": "fixedPlacement",
|
|
2826
2686
|
"type": {
|
|
2827
2687
|
"text": "boolean"
|
|
2828
2688
|
},
|
|
2689
|
+
"privacy": "public",
|
|
2829
2690
|
"default": "false",
|
|
2830
2691
|
"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",
|
|
2832
2692
|
"inheritedFrom": {
|
|
2833
2693
|
"name": "AnchoredRegion",
|
|
2834
2694
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2835
2695
|
}
|
|
2836
2696
|
},
|
|
2837
2697
|
{
|
|
2838
|
-
"
|
|
2698
|
+
"kind": "method",
|
|
2699
|
+
"name": "fixedPlacementChanged",
|
|
2700
|
+
"privacy": "private",
|
|
2701
|
+
"return": {
|
|
2702
|
+
"type": {
|
|
2703
|
+
"text": "void"
|
|
2704
|
+
}
|
|
2705
|
+
},
|
|
2706
|
+
"inheritedFrom": {
|
|
2707
|
+
"name": "AnchoredRegion",
|
|
2708
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2709
|
+
}
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"kind": "field",
|
|
2713
|
+
"name": "autoUpdateMode",
|
|
2839
2714
|
"type": {
|
|
2840
2715
|
"text": "AutoUpdateMode"
|
|
2841
2716
|
},
|
|
2717
|
+
"privacy": "public",
|
|
2842
2718
|
"default": "\"anchor\"",
|
|
2843
2719
|
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2844
|
-
"fieldName": "autoUpdateMode",
|
|
2845
|
-
"inheritedFrom": {
|
|
2846
|
-
"name": "AnchoredRegion",
|
|
2847
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2848
|
-
}
|
|
2849
|
-
}
|
|
2850
|
-
],
|
|
2851
|
-
"members": [
|
|
2852
|
-
{
|
|
2853
|
-
"kind": "field",
|
|
2854
|
-
"name": "anchor",
|
|
2855
|
-
"type": {
|
|
2856
|
-
"text": "string"
|
|
2857
|
-
},
|
|
2858
|
-
"privacy": "public",
|
|
2859
|
-
"default": "\"\"",
|
|
2860
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2861
2720
|
"inheritedFrom": {
|
|
2862
2721
|
"name": "AnchoredRegion",
|
|
2863
2722
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2865,13 +2724,27 @@
|
|
|
2865
2724
|
},
|
|
2866
2725
|
{
|
|
2867
2726
|
"kind": "method",
|
|
2868
|
-
"name": "
|
|
2727
|
+
"name": "autoUpdateModeChanged",
|
|
2869
2728
|
"privacy": "private",
|
|
2870
2729
|
"return": {
|
|
2871
2730
|
"type": {
|
|
2872
2731
|
"text": "void"
|
|
2873
2732
|
}
|
|
2874
2733
|
},
|
|
2734
|
+
"parameters": [
|
|
2735
|
+
{
|
|
2736
|
+
"name": "prevMode",
|
|
2737
|
+
"type": {
|
|
2738
|
+
"text": "AutoUpdateMode"
|
|
2739
|
+
}
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "newMode",
|
|
2743
|
+
"type": {
|
|
2744
|
+
"text": "AutoUpdateMode"
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
],
|
|
2875
2748
|
"inheritedFrom": {
|
|
2876
2749
|
"name": "AnchoredRegion",
|
|
2877
2750
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2879,13 +2752,13 @@
|
|
|
2879
2752
|
},
|
|
2880
2753
|
{
|
|
2881
2754
|
"kind": "field",
|
|
2882
|
-
"name": "
|
|
2755
|
+
"name": "anchorElement",
|
|
2883
2756
|
"type": {
|
|
2884
|
-
"text": "
|
|
2757
|
+
"text": "HTMLElement | null"
|
|
2885
2758
|
},
|
|
2886
2759
|
"privacy": "public",
|
|
2887
|
-
"default": "
|
|
2888
|
-
"description": "The HTML
|
|
2760
|
+
"default": "null",
|
|
2761
|
+
"description": "The HTML element being used as the anchor",
|
|
2889
2762
|
"inheritedFrom": {
|
|
2890
2763
|
"name": "AnchoredRegion",
|
|
2891
2764
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2893,7 +2766,7 @@
|
|
|
2893
2766
|
},
|
|
2894
2767
|
{
|
|
2895
2768
|
"kind": "method",
|
|
2896
|
-
"name": "
|
|
2769
|
+
"name": "anchorElementChanged",
|
|
2897
2770
|
"privacy": "private",
|
|
2898
2771
|
"return": {
|
|
2899
2772
|
"type": {
|
|
@@ -2907,13 +2780,13 @@
|
|
|
2907
2780
|
},
|
|
2908
2781
|
{
|
|
2909
2782
|
"kind": "field",
|
|
2910
|
-
"name": "
|
|
2783
|
+
"name": "viewportElement",
|
|
2911
2784
|
"type": {
|
|
2912
|
-
"text": "
|
|
2785
|
+
"text": "HTMLElement | null"
|
|
2913
2786
|
},
|
|
2914
2787
|
"privacy": "public",
|
|
2915
|
-
"default": "
|
|
2916
|
-
"description": "
|
|
2788
|
+
"default": "null",
|
|
2789
|
+
"description": "The HTML element being used as the viewport",
|
|
2917
2790
|
"inheritedFrom": {
|
|
2918
2791
|
"name": "AnchoredRegion",
|
|
2919
2792
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2921,7 +2794,7 @@
|
|
|
2921
2794
|
},
|
|
2922
2795
|
{
|
|
2923
2796
|
"kind": "method",
|
|
2924
|
-
"name": "
|
|
2797
|
+
"name": "viewportElementChanged",
|
|
2925
2798
|
"privacy": "private",
|
|
2926
2799
|
"return": {
|
|
2927
2800
|
"type": {
|
|
@@ -2935,27 +2808,25 @@
|
|
|
2935
2808
|
},
|
|
2936
2809
|
{
|
|
2937
2810
|
"kind": "field",
|
|
2938
|
-
"name": "
|
|
2811
|
+
"name": "verticalPosition",
|
|
2939
2812
|
"type": {
|
|
2940
|
-
"text": "
|
|
2813
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2941
2814
|
},
|
|
2942
2815
|
"privacy": "public",
|
|
2943
|
-
"
|
|
2944
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2816
|
+
"description": "indicates the current horizontal position of the region",
|
|
2945
2817
|
"inheritedFrom": {
|
|
2946
2818
|
"name": "AnchoredRegion",
|
|
2947
2819
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2948
2820
|
}
|
|
2949
2821
|
},
|
|
2950
2822
|
{
|
|
2951
|
-
"kind": "
|
|
2952
|
-
"name": "
|
|
2953
|
-
"
|
|
2954
|
-
|
|
2955
|
-
"type": {
|
|
2956
|
-
"text": "void"
|
|
2957
|
-
}
|
|
2823
|
+
"kind": "field",
|
|
2824
|
+
"name": "horizontalPosition",
|
|
2825
|
+
"type": {
|
|
2826
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2958
2827
|
},
|
|
2828
|
+
"privacy": "public",
|
|
2829
|
+
"description": "indicates the current vertical position of the region",
|
|
2959
2830
|
"inheritedFrom": {
|
|
2960
2831
|
"name": "AnchoredRegion",
|
|
2961
2832
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2963,27 +2834,24 @@
|
|
|
2963
2834
|
},
|
|
2964
2835
|
{
|
|
2965
2836
|
"kind": "field",
|
|
2966
|
-
"name": "
|
|
2837
|
+
"name": "translateX",
|
|
2967
2838
|
"type": {
|
|
2968
|
-
"text": "
|
|
2839
|
+
"text": "number"
|
|
2969
2840
|
},
|
|
2970
|
-
"privacy": "
|
|
2971
|
-
"
|
|
2972
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2841
|
+
"privacy": "private",
|
|
2842
|
+
"description": "values to be applied to the component's transform on render",
|
|
2973
2843
|
"inheritedFrom": {
|
|
2974
2844
|
"name": "AnchoredRegion",
|
|
2975
2845
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2976
2846
|
}
|
|
2977
2847
|
},
|
|
2978
2848
|
{
|
|
2979
|
-
"kind": "
|
|
2980
|
-
"name": "
|
|
2981
|
-
"
|
|
2982
|
-
|
|
2983
|
-
"type": {
|
|
2984
|
-
"text": "void"
|
|
2985
|
-
}
|
|
2849
|
+
"kind": "field",
|
|
2850
|
+
"name": "translateY",
|
|
2851
|
+
"type": {
|
|
2852
|
+
"text": "number"
|
|
2986
2853
|
},
|
|
2854
|
+
"privacy": "private",
|
|
2987
2855
|
"inheritedFrom": {
|
|
2988
2856
|
"name": "AnchoredRegion",
|
|
2989
2857
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2991,27 +2859,24 @@
|
|
|
2991
2859
|
},
|
|
2992
2860
|
{
|
|
2993
2861
|
"kind": "field",
|
|
2994
|
-
"name": "
|
|
2862
|
+
"name": "regionWidth",
|
|
2995
2863
|
"type": {
|
|
2996
|
-
"text": "
|
|
2864
|
+
"text": "string"
|
|
2997
2865
|
},
|
|
2998
|
-
"privacy": "
|
|
2999
|
-
"
|
|
3000
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2866
|
+
"privacy": "private",
|
|
2867
|
+
"description": "the span to be applied to the region on each axis",
|
|
3001
2868
|
"inheritedFrom": {
|
|
3002
2869
|
"name": "AnchoredRegion",
|
|
3003
2870
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3004
2871
|
}
|
|
3005
2872
|
},
|
|
3006
2873
|
{
|
|
3007
|
-
"kind": "
|
|
3008
|
-
"name": "
|
|
3009
|
-
"
|
|
3010
|
-
|
|
3011
|
-
"type": {
|
|
3012
|
-
"text": "void"
|
|
3013
|
-
}
|
|
2874
|
+
"kind": "field",
|
|
2875
|
+
"name": "regionHeight",
|
|
2876
|
+
"type": {
|
|
2877
|
+
"text": "string"
|
|
3014
2878
|
},
|
|
2879
|
+
"privacy": "private",
|
|
3015
2880
|
"inheritedFrom": {
|
|
3016
2881
|
"name": "AnchoredRegion",
|
|
3017
2882
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3019,26 +2884,24 @@
|
|
|
3019
2884
|
},
|
|
3020
2885
|
{
|
|
3021
2886
|
"kind": "field",
|
|
3022
|
-
"name": "
|
|
2887
|
+
"name": "resizeDetector",
|
|
3023
2888
|
"type": {
|
|
3024
|
-
"text": "
|
|
2889
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3025
2890
|
},
|
|
3026
|
-
"privacy": "
|
|
3027
|
-
"
|
|
2891
|
+
"privacy": "private",
|
|
2892
|
+
"default": "null",
|
|
3028
2893
|
"inheritedFrom": {
|
|
3029
2894
|
"name": "AnchoredRegion",
|
|
3030
2895
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3031
2896
|
}
|
|
3032
2897
|
},
|
|
3033
2898
|
{
|
|
3034
|
-
"kind": "
|
|
3035
|
-
"name": "
|
|
3036
|
-
"
|
|
3037
|
-
|
|
3038
|
-
"type": {
|
|
3039
|
-
"text": "void"
|
|
3040
|
-
}
|
|
2899
|
+
"kind": "field",
|
|
2900
|
+
"name": "viewportRect",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3041
2903
|
},
|
|
2904
|
+
"privacy": "private",
|
|
3042
2905
|
"inheritedFrom": {
|
|
3043
2906
|
"name": "AnchoredRegion",
|
|
3044
2907
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3046,27 +2909,23 @@
|
|
|
3046
2909
|
},
|
|
3047
2910
|
{
|
|
3048
2911
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
2912
|
+
"name": "anchorRect",
|
|
3050
2913
|
"type": {
|
|
3051
|
-
"text": "
|
|
2914
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3052
2915
|
},
|
|
3053
|
-
"privacy": "
|
|
3054
|
-
"default": "\"content\"",
|
|
3055
|
-
"description": "Defines how the width of the region is calculated",
|
|
2916
|
+
"privacy": "private",
|
|
3056
2917
|
"inheritedFrom": {
|
|
3057
2918
|
"name": "AnchoredRegion",
|
|
3058
2919
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3059
2920
|
}
|
|
3060
2921
|
},
|
|
3061
2922
|
{
|
|
3062
|
-
"kind": "
|
|
3063
|
-
"name": "
|
|
3064
|
-
"
|
|
3065
|
-
|
|
3066
|
-
"type": {
|
|
3067
|
-
"text": "void"
|
|
3068
|
-
}
|
|
2923
|
+
"kind": "field",
|
|
2924
|
+
"name": "regionRect",
|
|
2925
|
+
"type": {
|
|
2926
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3069
2927
|
},
|
|
2928
|
+
"privacy": "private",
|
|
3070
2929
|
"inheritedFrom": {
|
|
3071
2930
|
"name": "AnchoredRegion",
|
|
3072
2931
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3074,27 +2933,26 @@
|
|
|
3074
2933
|
},
|
|
3075
2934
|
{
|
|
3076
2935
|
"kind": "field",
|
|
3077
|
-
"name": "
|
|
2936
|
+
"name": "baseHorizontalOffset",
|
|
3078
2937
|
"type": {
|
|
3079
|
-
"text": "
|
|
2938
|
+
"text": "number"
|
|
3080
2939
|
},
|
|
3081
|
-
"privacy": "
|
|
3082
|
-
"default": "
|
|
3083
|
-
"description": "
|
|
2940
|
+
"privacy": "private",
|
|
2941
|
+
"default": "0",
|
|
2942
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3084
2943
|
"inheritedFrom": {
|
|
3085
2944
|
"name": "AnchoredRegion",
|
|
3086
2945
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3087
2946
|
}
|
|
3088
2947
|
},
|
|
3089
2948
|
{
|
|
3090
|
-
"kind": "
|
|
3091
|
-
"name": "
|
|
3092
|
-
"
|
|
3093
|
-
|
|
3094
|
-
"type": {
|
|
3095
|
-
"text": "void"
|
|
3096
|
-
}
|
|
2949
|
+
"kind": "field",
|
|
2950
|
+
"name": "baseVerticalOffset",
|
|
2951
|
+
"type": {
|
|
2952
|
+
"text": "number"
|
|
3097
2953
|
},
|
|
2954
|
+
"privacy": "private",
|
|
2955
|
+
"default": "0",
|
|
3098
2956
|
"inheritedFrom": {
|
|
3099
2957
|
"name": "AnchoredRegion",
|
|
3100
2958
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3102,27 +2960,25 @@
|
|
|
3102
2960
|
},
|
|
3103
2961
|
{
|
|
3104
2962
|
"kind": "field",
|
|
3105
|
-
"name": "
|
|
2963
|
+
"name": "pendingPositioningUpdate",
|
|
3106
2964
|
"type": {
|
|
3107
|
-
"text": "
|
|
2965
|
+
"text": "boolean"
|
|
3108
2966
|
},
|
|
3109
|
-
"privacy": "
|
|
3110
|
-
"default": "
|
|
3111
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2967
|
+
"privacy": "private",
|
|
2968
|
+
"default": "false",
|
|
3112
2969
|
"inheritedFrom": {
|
|
3113
2970
|
"name": "AnchoredRegion",
|
|
3114
2971
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3115
2972
|
}
|
|
3116
2973
|
},
|
|
3117
2974
|
{
|
|
3118
|
-
"kind": "
|
|
3119
|
-
"name": "
|
|
3120
|
-
"
|
|
3121
|
-
|
|
3122
|
-
"type": {
|
|
3123
|
-
"text": "void"
|
|
3124
|
-
}
|
|
2975
|
+
"kind": "field",
|
|
2976
|
+
"name": "pendingReset",
|
|
2977
|
+
"type": {
|
|
2978
|
+
"text": "boolean"
|
|
3125
2979
|
},
|
|
2980
|
+
"privacy": "private",
|
|
2981
|
+
"default": "false",
|
|
3126
2982
|
"inheritedFrom": {
|
|
3127
2983
|
"name": "AnchoredRegion",
|
|
3128
2984
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3130,27 +2986,24 @@
|
|
|
3130
2986
|
},
|
|
3131
2987
|
{
|
|
3132
2988
|
"kind": "field",
|
|
3133
|
-
"name": "
|
|
2989
|
+
"name": "currentDirection",
|
|
3134
2990
|
"type": {
|
|
3135
|
-
"text": "
|
|
2991
|
+
"text": "Direction"
|
|
3136
2992
|
},
|
|
3137
|
-
"privacy": "
|
|
3138
|
-
"default": "false",
|
|
3139
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2993
|
+
"privacy": "private",
|
|
3140
2994
|
"inheritedFrom": {
|
|
3141
2995
|
"name": "AnchoredRegion",
|
|
3142
2996
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3143
2997
|
}
|
|
3144
2998
|
},
|
|
3145
2999
|
{
|
|
3146
|
-
"kind": "
|
|
3147
|
-
"name": "
|
|
3148
|
-
"
|
|
3149
|
-
|
|
3150
|
-
"type": {
|
|
3151
|
-
"text": "void"
|
|
3152
|
-
}
|
|
3000
|
+
"kind": "field",
|
|
3001
|
+
"name": "regionVisible",
|
|
3002
|
+
"type": {
|
|
3003
|
+
"text": "boolean"
|
|
3153
3004
|
},
|
|
3005
|
+
"privacy": "private",
|
|
3006
|
+
"default": "false",
|
|
3154
3007
|
"inheritedFrom": {
|
|
3155
3008
|
"name": "AnchoredRegion",
|
|
3156
3009
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3158,27 +3011,25 @@
|
|
|
3158
3011
|
},
|
|
3159
3012
|
{
|
|
3160
3013
|
"kind": "field",
|
|
3161
|
-
"name": "
|
|
3014
|
+
"name": "forceUpdate",
|
|
3162
3015
|
"type": {
|
|
3163
3016
|
"text": "boolean"
|
|
3164
3017
|
},
|
|
3165
|
-
"privacy": "
|
|
3018
|
+
"privacy": "private",
|
|
3166
3019
|
"default": "false",
|
|
3167
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3168
3020
|
"inheritedFrom": {
|
|
3169
3021
|
"name": "AnchoredRegion",
|
|
3170
3022
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3171
3023
|
}
|
|
3172
3024
|
},
|
|
3173
3025
|
{
|
|
3174
|
-
"kind": "
|
|
3175
|
-
"name": "
|
|
3176
|
-
"
|
|
3177
|
-
|
|
3178
|
-
"type": {
|
|
3179
|
-
"text": "void"
|
|
3180
|
-
}
|
|
3026
|
+
"kind": "field",
|
|
3027
|
+
"name": "updateThreshold",
|
|
3028
|
+
"type": {
|
|
3029
|
+
"text": "number"
|
|
3181
3030
|
},
|
|
3031
|
+
"privacy": "private",
|
|
3032
|
+
"default": "0.5",
|
|
3182
3033
|
"inheritedFrom": {
|
|
3183
3034
|
"name": "AnchoredRegion",
|
|
3184
3035
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3186,12 +3037,23 @@
|
|
|
3186
3037
|
},
|
|
3187
3038
|
{
|
|
3188
3039
|
"kind": "field",
|
|
3189
|
-
"name": "
|
|
3040
|
+
"name": "intersectionService",
|
|
3190
3041
|
"type": {
|
|
3191
|
-
"text": "
|
|
3042
|
+
"text": "IntersectionService"
|
|
3192
3043
|
},
|
|
3044
|
+
"privacy": "private",
|
|
3045
|
+
"static": true,
|
|
3046
|
+
"default": "new IntersectionService()",
|
|
3047
|
+
"inheritedFrom": {
|
|
3048
|
+
"name": "AnchoredRegion",
|
|
3049
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"kind": "field",
|
|
3054
|
+
"name": "update",
|
|
3193
3055
|
"privacy": "public",
|
|
3194
|
-
"description": "
|
|
3056
|
+
"description": "update position",
|
|
3195
3057
|
"inheritedFrom": {
|
|
3196
3058
|
"name": "AnchoredRegion",
|
|
3197
3059
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3199,27 +3061,14 @@
|
|
|
3199
3061
|
},
|
|
3200
3062
|
{
|
|
3201
3063
|
"kind": "method",
|
|
3202
|
-
"name": "
|
|
3064
|
+
"name": "disconnectResizeDetector",
|
|
3203
3065
|
"privacy": "private",
|
|
3204
3066
|
"return": {
|
|
3205
3067
|
"type": {
|
|
3206
3068
|
"text": "void"
|
|
3207
3069
|
}
|
|
3208
3070
|
},
|
|
3209
|
-
"
|
|
3210
|
-
"name": "AnchoredRegion",
|
|
3211
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"kind": "field",
|
|
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",
|
|
3071
|
+
"description": "destroys the instance's resize observer",
|
|
3223
3072
|
"inheritedFrom": {
|
|
3224
3073
|
"name": "AnchoredRegion",
|
|
3225
3074
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3227,27 +3076,29 @@
|
|
|
3227
3076
|
},
|
|
3228
3077
|
{
|
|
3229
3078
|
"kind": "method",
|
|
3230
|
-
"name": "
|
|
3079
|
+
"name": "initializeResizeDetector",
|
|
3231
3080
|
"privacy": "private",
|
|
3232
3081
|
"return": {
|
|
3233
3082
|
"type": {
|
|
3234
3083
|
"text": "void"
|
|
3235
3084
|
}
|
|
3236
3085
|
},
|
|
3086
|
+
"description": "initializes the instance's resize observer",
|
|
3237
3087
|
"inheritedFrom": {
|
|
3238
3088
|
"name": "AnchoredRegion",
|
|
3239
3089
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3240
3090
|
}
|
|
3241
3091
|
},
|
|
3242
3092
|
{
|
|
3243
|
-
"kind": "
|
|
3244
|
-
"name": "
|
|
3245
|
-
"
|
|
3246
|
-
|
|
3093
|
+
"kind": "method",
|
|
3094
|
+
"name": "updateForAttributeChange",
|
|
3095
|
+
"privacy": "private",
|
|
3096
|
+
"return": {
|
|
3097
|
+
"type": {
|
|
3098
|
+
"text": "void"
|
|
3099
|
+
}
|
|
3247
3100
|
},
|
|
3248
|
-
"
|
|
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,",
|
|
3101
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3251
3102
|
"inheritedFrom": {
|
|
3252
3103
|
"name": "AnchoredRegion",
|
|
3253
3104
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3255,27 +3106,29 @@
|
|
|
3255
3106
|
},
|
|
3256
3107
|
{
|
|
3257
3108
|
"kind": "method",
|
|
3258
|
-
"name": "
|
|
3109
|
+
"name": "initialize",
|
|
3259
3110
|
"privacy": "private",
|
|
3260
3111
|
"return": {
|
|
3261
3112
|
"type": {
|
|
3262
3113
|
"text": "void"
|
|
3263
3114
|
}
|
|
3264
3115
|
},
|
|
3116
|
+
"description": "fully initializes the component",
|
|
3265
3117
|
"inheritedFrom": {
|
|
3266
3118
|
"name": "AnchoredRegion",
|
|
3267
3119
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3268
3120
|
}
|
|
3269
3121
|
},
|
|
3270
3122
|
{
|
|
3271
|
-
"kind": "
|
|
3272
|
-
"name": "
|
|
3273
|
-
"
|
|
3274
|
-
|
|
3123
|
+
"kind": "method",
|
|
3124
|
+
"name": "requestReset",
|
|
3125
|
+
"privacy": "private",
|
|
3126
|
+
"return": {
|
|
3127
|
+
"type": {
|
|
3128
|
+
"text": "void"
|
|
3129
|
+
}
|
|
3275
3130
|
},
|
|
3276
|
-
"
|
|
3277
|
-
"default": "\"anchor\"",
|
|
3278
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3131
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3279
3132
|
"inheritedFrom": {
|
|
3280
3133
|
"name": "AnchoredRegion",
|
|
3281
3134
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3283,27 +3136,14 @@
|
|
|
3283
3136
|
},
|
|
3284
3137
|
{
|
|
3285
3138
|
"kind": "method",
|
|
3286
|
-
"name": "
|
|
3139
|
+
"name": "setInitialState",
|
|
3287
3140
|
"privacy": "private",
|
|
3288
3141
|
"return": {
|
|
3289
3142
|
"type": {
|
|
3290
3143
|
"text": "void"
|
|
3291
3144
|
}
|
|
3292
3145
|
},
|
|
3293
|
-
"
|
|
3294
|
-
{
|
|
3295
|
-
"name": "prevMode",
|
|
3296
|
-
"type": {
|
|
3297
|
-
"text": "AutoUpdateMode"
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"name": "newMode",
|
|
3302
|
-
"type": {
|
|
3303
|
-
"text": "AutoUpdateMode"
|
|
3304
|
-
}
|
|
3305
|
-
}
|
|
3306
|
-
],
|
|
3146
|
+
"description": "sets the starting configuration for component internal values",
|
|
3307
3147
|
"inheritedFrom": {
|
|
3308
3148
|
"name": "AnchoredRegion",
|
|
3309
3149
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3311,27 +3151,19 @@
|
|
|
3311
3151
|
},
|
|
3312
3152
|
{
|
|
3313
3153
|
"kind": "field",
|
|
3314
|
-
"name": "
|
|
3315
|
-
"
|
|
3316
|
-
|
|
3317
|
-
},
|
|
3318
|
-
"privacy": "public",
|
|
3319
|
-
"default": "null",
|
|
3320
|
-
"description": "The HTML element being used as the anchor",
|
|
3154
|
+
"name": "startObservers",
|
|
3155
|
+
"privacy": "private",
|
|
3156
|
+
"description": "starts observers",
|
|
3321
3157
|
"inheritedFrom": {
|
|
3322
3158
|
"name": "AnchoredRegion",
|
|
3323
3159
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3324
3160
|
}
|
|
3325
3161
|
},
|
|
3326
3162
|
{
|
|
3327
|
-
"kind": "
|
|
3328
|
-
"name": "
|
|
3163
|
+
"kind": "field",
|
|
3164
|
+
"name": "requestPositionUpdates",
|
|
3329
3165
|
"privacy": "private",
|
|
3330
|
-
"
|
|
3331
|
-
"type": {
|
|
3332
|
-
"text": "void"
|
|
3333
|
-
}
|
|
3334
|
-
},
|
|
3166
|
+
"description": "get position updates",
|
|
3335
3167
|
"inheritedFrom": {
|
|
3336
3168
|
"name": "AnchoredRegion",
|
|
3337
3169
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3339,27 +3171,19 @@
|
|
|
3339
3171
|
},
|
|
3340
3172
|
{
|
|
3341
3173
|
"kind": "field",
|
|
3342
|
-
"name": "
|
|
3343
|
-
"
|
|
3344
|
-
|
|
3345
|
-
},
|
|
3346
|
-
"privacy": "public",
|
|
3347
|
-
"default": "null",
|
|
3348
|
-
"description": "The HTML element being used as the viewport",
|
|
3174
|
+
"name": "stopObservers",
|
|
3175
|
+
"privacy": "private",
|
|
3176
|
+
"description": "stops observers",
|
|
3349
3177
|
"inheritedFrom": {
|
|
3350
3178
|
"name": "AnchoredRegion",
|
|
3351
3179
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3352
3180
|
}
|
|
3353
3181
|
},
|
|
3354
3182
|
{
|
|
3355
|
-
"kind": "
|
|
3356
|
-
"name": "
|
|
3183
|
+
"kind": "field",
|
|
3184
|
+
"name": "getViewport",
|
|
3357
3185
|
"privacy": "private",
|
|
3358
|
-
"
|
|
3359
|
-
"type": {
|
|
3360
|
-
"text": "void"
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3186
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3363
3187
|
"inheritedFrom": {
|
|
3364
3188
|
"name": "AnchoredRegion",
|
|
3365
3189
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3367,12 +3191,9 @@
|
|
|
3367
3191
|
},
|
|
3368
3192
|
{
|
|
3369
3193
|
"kind": "field",
|
|
3370
|
-
"name": "
|
|
3371
|
-
"
|
|
3372
|
-
|
|
3373
|
-
},
|
|
3374
|
-
"privacy": "public",
|
|
3375
|
-
"description": "indicates the current horizontal position of the region",
|
|
3194
|
+
"name": "getAnchor",
|
|
3195
|
+
"privacy": "private",
|
|
3196
|
+
"description": "Gets the anchor element by id",
|
|
3376
3197
|
"inheritedFrom": {
|
|
3377
3198
|
"name": "AnchoredRegion",
|
|
3378
3199
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3380,12 +3201,9 @@
|
|
|
3380
3201
|
},
|
|
3381
3202
|
{
|
|
3382
3203
|
"kind": "field",
|
|
3383
|
-
"name": "
|
|
3384
|
-
"
|
|
3385
|
-
|
|
3386
|
-
},
|
|
3387
|
-
"privacy": "public",
|
|
3388
|
-
"description": "indicates the current vertical position of the region",
|
|
3204
|
+
"name": "handleIntersection",
|
|
3205
|
+
"privacy": "private",
|
|
3206
|
+
"description": "Handle intersections",
|
|
3389
3207
|
"inheritedFrom": {
|
|
3390
3208
|
"name": "AnchoredRegion",
|
|
3391
3209
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3393,12 +3211,9 @@
|
|
|
3393
3211
|
},
|
|
3394
3212
|
{
|
|
3395
3213
|
"kind": "field",
|
|
3396
|
-
"name": "
|
|
3397
|
-
"type": {
|
|
3398
|
-
"text": "number"
|
|
3399
|
-
},
|
|
3214
|
+
"name": "applyIntersectionEntries",
|
|
3400
3215
|
"privacy": "private",
|
|
3401
|
-
"description": "
|
|
3216
|
+
"description": "iterate through intersection entries and apply data",
|
|
3402
3217
|
"inheritedFrom": {
|
|
3403
3218
|
"name": "AnchoredRegion",
|
|
3404
3219
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3406,11 +3221,9 @@
|
|
|
3406
3221
|
},
|
|
3407
3222
|
{
|
|
3408
3223
|
"kind": "field",
|
|
3409
|
-
"name": "
|
|
3410
|
-
"type": {
|
|
3411
|
-
"text": "number"
|
|
3412
|
-
},
|
|
3224
|
+
"name": "updateRegionOffset",
|
|
3413
3225
|
"privacy": "private",
|
|
3226
|
+
"description": "Update the offset values",
|
|
3414
3227
|
"inheritedFrom": {
|
|
3415
3228
|
"name": "AnchoredRegion",
|
|
3416
3229
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3418,12 +3231,9 @@
|
|
|
3418
3231
|
},
|
|
3419
3232
|
{
|
|
3420
3233
|
"kind": "field",
|
|
3421
|
-
"name": "
|
|
3422
|
-
"type": {
|
|
3423
|
-
"text": "string"
|
|
3424
|
-
},
|
|
3234
|
+
"name": "isRectDifferent",
|
|
3425
3235
|
"privacy": "private",
|
|
3426
|
-
"description": "
|
|
3236
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3427
3237
|
"inheritedFrom": {
|
|
3428
3238
|
"name": "AnchoredRegion",
|
|
3429
3239
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3431,11 +3241,9 @@
|
|
|
3431
3241
|
},
|
|
3432
3242
|
{
|
|
3433
3243
|
"kind": "field",
|
|
3434
|
-
"name": "
|
|
3435
|
-
"type": {
|
|
3436
|
-
"text": "string"
|
|
3437
|
-
},
|
|
3244
|
+
"name": "handleResize",
|
|
3438
3245
|
"privacy": "private",
|
|
3246
|
+
"description": "Handle resize events",
|
|
3439
3247
|
"inheritedFrom": {
|
|
3440
3248
|
"name": "AnchoredRegion",
|
|
3441
3249
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3443,12 +3251,9 @@
|
|
|
3443
3251
|
},
|
|
3444
3252
|
{
|
|
3445
3253
|
"kind": "field",
|
|
3446
|
-
"name": "
|
|
3447
|
-
"type": {
|
|
3448
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3449
|
-
},
|
|
3254
|
+
"name": "reset",
|
|
3450
3255
|
"privacy": "private",
|
|
3451
|
-
"
|
|
3256
|
+
"description": "resets the component",
|
|
3452
3257
|
"inheritedFrom": {
|
|
3453
3258
|
"name": "AnchoredRegion",
|
|
3454
3259
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3456,11 +3261,9 @@
|
|
|
3456
3261
|
},
|
|
3457
3262
|
{
|
|
3458
3263
|
"kind": "field",
|
|
3459
|
-
"name": "
|
|
3460
|
-
"type": {
|
|
3461
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3462
|
-
},
|
|
3264
|
+
"name": "updateLayout",
|
|
3463
3265
|
"privacy": "private",
|
|
3266
|
+
"description": "Recalculate layout related state values",
|
|
3464
3267
|
"inheritedFrom": {
|
|
3465
3268
|
"name": "AnchoredRegion",
|
|
3466
3269
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3468,11 +3271,9 @@
|
|
|
3468
3271
|
},
|
|
3469
3272
|
{
|
|
3470
3273
|
"kind": "field",
|
|
3471
|
-
"name": "
|
|
3472
|
-
"type": {
|
|
3473
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3474
|
-
},
|
|
3274
|
+
"name": "updateRegionStyle",
|
|
3475
3275
|
"privacy": "private",
|
|
3276
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3476
3277
|
"inheritedFrom": {
|
|
3477
3278
|
"name": "AnchoredRegion",
|
|
3478
3279
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3480,11 +3281,9 @@
|
|
|
3480
3281
|
},
|
|
3481
3282
|
{
|
|
3482
3283
|
"kind": "field",
|
|
3483
|
-
"name": "
|
|
3484
|
-
"type": {
|
|
3485
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3486
|
-
},
|
|
3284
|
+
"name": "updatePositionClasses",
|
|
3487
3285
|
"privacy": "private",
|
|
3286
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3488
3287
|
"inheritedFrom": {
|
|
3489
3288
|
"name": "AnchoredRegion",
|
|
3490
3289
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3492,13 +3291,9 @@
|
|
|
3492
3291
|
},
|
|
3493
3292
|
{
|
|
3494
3293
|
"kind": "field",
|
|
3495
|
-
"name": "
|
|
3496
|
-
"type": {
|
|
3497
|
-
"text": "number"
|
|
3498
|
-
},
|
|
3294
|
+
"name": "setHorizontalPosition",
|
|
3499
3295
|
"privacy": "private",
|
|
3500
|
-
"
|
|
3501
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3296
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3502
3297
|
"inheritedFrom": {
|
|
3503
3298
|
"name": "AnchoredRegion",
|
|
3504
3299
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3506,12 +3301,9 @@
|
|
|
3506
3301
|
},
|
|
3507
3302
|
{
|
|
3508
3303
|
"kind": "field",
|
|
3509
|
-
"name": "
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "number"
|
|
3512
|
-
},
|
|
3304
|
+
"name": "setVerticalPosition",
|
|
3513
3305
|
"privacy": "private",
|
|
3514
|
-
"
|
|
3306
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3515
3307
|
"inheritedFrom": {
|
|
3516
3308
|
"name": "AnchoredRegion",
|
|
3517
3309
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3519,12 +3311,9 @@
|
|
|
3519
3311
|
},
|
|
3520
3312
|
{
|
|
3521
3313
|
"kind": "field",
|
|
3522
|
-
"name": "
|
|
3523
|
-
"type": {
|
|
3524
|
-
"text": "boolean"
|
|
3525
|
-
},
|
|
3314
|
+
"name": "getPositioningOptions",
|
|
3526
3315
|
"privacy": "private",
|
|
3527
|
-
"
|
|
3316
|
+
"description": "Get available positions based on positioning mode",
|
|
3528
3317
|
"inheritedFrom": {
|
|
3529
3318
|
"name": "AnchoredRegion",
|
|
3530
3319
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3532,12 +3321,9 @@
|
|
|
3532
3321
|
},
|
|
3533
3322
|
{
|
|
3534
3323
|
"kind": "field",
|
|
3535
|
-
"name": "
|
|
3536
|
-
"type": {
|
|
3537
|
-
"text": "boolean"
|
|
3538
|
-
},
|
|
3324
|
+
"name": "getAvailableSpace",
|
|
3539
3325
|
"privacy": "private",
|
|
3540
|
-
"
|
|
3326
|
+
"description": "Get the space available for a particular relative position",
|
|
3541
3327
|
"inheritedFrom": {
|
|
3542
3328
|
"name": "AnchoredRegion",
|
|
3543
3329
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3545,11 +3331,9 @@
|
|
|
3545
3331
|
},
|
|
3546
3332
|
{
|
|
3547
3333
|
"kind": "field",
|
|
3548
|
-
"name": "
|
|
3549
|
-
"type": {
|
|
3550
|
-
"text": "Direction"
|
|
3551
|
-
},
|
|
3334
|
+
"name": "getNextRegionDimension",
|
|
3552
3335
|
"privacy": "private",
|
|
3336
|
+
"description": "Get region dimensions",
|
|
3553
3337
|
"inheritedFrom": {
|
|
3554
3338
|
"name": "AnchoredRegion",
|
|
3555
3339
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3557,12 +3341,9 @@
|
|
|
3557
3341
|
},
|
|
3558
3342
|
{
|
|
3559
3343
|
"kind": "field",
|
|
3560
|
-
"name": "
|
|
3561
|
-
"type": {
|
|
3562
|
-
"text": "boolean"
|
|
3563
|
-
},
|
|
3344
|
+
"name": "startAutoUpdateEventListeners",
|
|
3564
3345
|
"privacy": "private",
|
|
3565
|
-
"
|
|
3346
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3566
3347
|
"inheritedFrom": {
|
|
3567
3348
|
"name": "AnchoredRegion",
|
|
3568
3349
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3570,12 +3351,9 @@
|
|
|
3570
3351
|
},
|
|
3571
3352
|
{
|
|
3572
3353
|
"kind": "field",
|
|
3573
|
-
"name": "
|
|
3574
|
-
"type": {
|
|
3575
|
-
"text": "boolean"
|
|
3576
|
-
},
|
|
3354
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3577
3355
|
"privacy": "private",
|
|
3578
|
-
"
|
|
3356
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3579
3357
|
"inheritedFrom": {
|
|
3580
3358
|
"name": "AnchoredRegion",
|
|
3581
3359
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3583,340 +3361,541 @@
|
|
|
3583
3361
|
},
|
|
3584
3362
|
{
|
|
3585
3363
|
"kind": "field",
|
|
3586
|
-
"name": "
|
|
3364
|
+
"name": "_presentation",
|
|
3587
3365
|
"type": {
|
|
3588
|
-
"text": "
|
|
3366
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3589
3367
|
},
|
|
3590
3368
|
"privacy": "private",
|
|
3591
|
-
"default": "0
|
|
3369
|
+
"default": "void 0",
|
|
3592
3370
|
"inheritedFrom": {
|
|
3593
|
-
"name": "
|
|
3594
|
-
"module": "src/
|
|
3371
|
+
"name": "FoundationElement",
|
|
3372
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3595
3373
|
}
|
|
3596
3374
|
},
|
|
3597
3375
|
{
|
|
3598
3376
|
"kind": "field",
|
|
3599
|
-
"name": "
|
|
3377
|
+
"name": "$presentation",
|
|
3600
3378
|
"type": {
|
|
3601
|
-
"text": "
|
|
3379
|
+
"text": "ComponentPresentation | null"
|
|
3602
3380
|
},
|
|
3603
|
-
"privacy": "
|
|
3604
|
-
"
|
|
3605
|
-
"default": "new IntersectionService()",
|
|
3381
|
+
"privacy": "public",
|
|
3382
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3606
3383
|
"inheritedFrom": {
|
|
3607
|
-
"name": "
|
|
3608
|
-
"module": "src/
|
|
3384
|
+
"name": "FoundationElement",
|
|
3385
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3609
3386
|
}
|
|
3610
3387
|
},
|
|
3611
3388
|
{
|
|
3612
3389
|
"kind": "field",
|
|
3613
|
-
"name": "
|
|
3390
|
+
"name": "template",
|
|
3391
|
+
"type": {
|
|
3392
|
+
"text": "ElementViewTemplate | void | null"
|
|
3393
|
+
},
|
|
3614
3394
|
"privacy": "public",
|
|
3615
|
-
"description": "
|
|
3395
|
+
"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.",
|
|
3616
3396
|
"inheritedFrom": {
|
|
3617
|
-
"name": "
|
|
3618
|
-
"module": "src/
|
|
3397
|
+
"name": "FoundationElement",
|
|
3398
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3619
3399
|
}
|
|
3620
3400
|
},
|
|
3621
3401
|
{
|
|
3622
3402
|
"kind": "method",
|
|
3623
|
-
"name": "
|
|
3624
|
-
"privacy": "
|
|
3403
|
+
"name": "templateChanged",
|
|
3404
|
+
"privacy": "protected",
|
|
3625
3405
|
"return": {
|
|
3626
3406
|
"type": {
|
|
3627
3407
|
"text": "void"
|
|
3628
3408
|
}
|
|
3629
3409
|
},
|
|
3630
|
-
"description": "destroys the instance's resize observer",
|
|
3631
3410
|
"inheritedFrom": {
|
|
3632
|
-
"name": "
|
|
3633
|
-
"module": "src/
|
|
3411
|
+
"name": "FoundationElement",
|
|
3412
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3634
3413
|
}
|
|
3635
3414
|
},
|
|
3636
3415
|
{
|
|
3637
|
-
"kind": "
|
|
3638
|
-
"name": "
|
|
3639
|
-
"
|
|
3640
|
-
|
|
3641
|
-
"type": {
|
|
3642
|
-
"text": "void"
|
|
3643
|
-
}
|
|
3416
|
+
"kind": "field",
|
|
3417
|
+
"name": "styles",
|
|
3418
|
+
"type": {
|
|
3419
|
+
"text": "ElementStyles | void | null"
|
|
3644
3420
|
},
|
|
3645
|
-
"
|
|
3421
|
+
"privacy": "public",
|
|
3422
|
+
"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.",
|
|
3646
3423
|
"inheritedFrom": {
|
|
3647
|
-
"name": "
|
|
3648
|
-
"module": "src/
|
|
3424
|
+
"name": "FoundationElement",
|
|
3425
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3649
3426
|
}
|
|
3650
3427
|
},
|
|
3651
3428
|
{
|
|
3652
3429
|
"kind": "method",
|
|
3653
|
-
"name": "
|
|
3654
|
-
"privacy": "
|
|
3430
|
+
"name": "stylesChanged",
|
|
3431
|
+
"privacy": "protected",
|
|
3655
3432
|
"return": {
|
|
3656
3433
|
"type": {
|
|
3657
3434
|
"text": "void"
|
|
3658
3435
|
}
|
|
3659
3436
|
},
|
|
3660
|
-
"description": "react to attribute changes that don't require a reset",
|
|
3661
3437
|
"inheritedFrom": {
|
|
3662
|
-
"name": "
|
|
3663
|
-
"module": "src/
|
|
3438
|
+
"name": "FoundationElement",
|
|
3439
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3664
3440
|
}
|
|
3665
3441
|
},
|
|
3666
3442
|
{
|
|
3667
3443
|
"kind": "method",
|
|
3668
|
-
"name": "
|
|
3669
|
-
"privacy": "
|
|
3444
|
+
"name": "compose",
|
|
3445
|
+
"privacy": "public",
|
|
3446
|
+
"static": true,
|
|
3670
3447
|
"return": {
|
|
3671
3448
|
"type": {
|
|
3672
|
-
"text": "
|
|
3449
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3673
3450
|
}
|
|
3674
3451
|
},
|
|
3675
|
-
"
|
|
3452
|
+
"parameters": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "this",
|
|
3455
|
+
"type": {
|
|
3456
|
+
"text": "K"
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "elementDefinition",
|
|
3461
|
+
"type": {
|
|
3462
|
+
"text": "T"
|
|
3463
|
+
},
|
|
3464
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3465
|
+
}
|
|
3466
|
+
],
|
|
3467
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3676
3468
|
"inheritedFrom": {
|
|
3677
|
-
"name": "
|
|
3678
|
-
"module": "src/
|
|
3469
|
+
"name": "FoundationElement",
|
|
3470
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3679
3471
|
}
|
|
3680
|
-
}
|
|
3472
|
+
}
|
|
3473
|
+
],
|
|
3474
|
+
"events": [
|
|
3681
3475
|
{
|
|
3682
|
-
"
|
|
3683
|
-
"name": "
|
|
3684
|
-
"privacy": "private",
|
|
3685
|
-
"return": {
|
|
3686
|
-
"type": {
|
|
3687
|
-
"text": "void"
|
|
3688
|
-
}
|
|
3689
|
-
},
|
|
3690
|
-
"description": "Request a reset if there are currently no open requests",
|
|
3476
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3477
|
+
"name": "loaded",
|
|
3691
3478
|
"inheritedFrom": {
|
|
3692
3479
|
"name": "AnchoredRegion",
|
|
3693
3480
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3694
3481
|
}
|
|
3695
3482
|
},
|
|
3696
3483
|
{
|
|
3697
|
-
"
|
|
3698
|
-
"name": "
|
|
3699
|
-
"privacy": "private",
|
|
3700
|
-
"return": {
|
|
3701
|
-
"type": {
|
|
3702
|
-
"text": "void"
|
|
3703
|
-
}
|
|
3704
|
-
},
|
|
3705
|
-
"description": "sets the starting configuration for component internal values",
|
|
3484
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3485
|
+
"name": "positionchange",
|
|
3706
3486
|
"inheritedFrom": {
|
|
3707
3487
|
"name": "AnchoredRegion",
|
|
3708
3488
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3709
3489
|
}
|
|
3710
|
-
}
|
|
3490
|
+
}
|
|
3491
|
+
]
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"kind": "variable",
|
|
3495
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3496
|
+
"type": {
|
|
3497
|
+
"text": "ShadowRootInit"
|
|
3498
|
+
},
|
|
3499
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"kind": "variable",
|
|
3503
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3504
|
+
"type": {
|
|
3505
|
+
"text": "object"
|
|
3506
|
+
},
|
|
3507
|
+
"default": "{}"
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"kind": "variable",
|
|
3511
|
+
"name": "foundationAnchoredRegion",
|
|
3512
|
+
"description": "The Foundation Anchored Region",
|
|
3513
|
+
"privacy": "public"
|
|
3514
|
+
}
|
|
3515
|
+
],
|
|
3516
|
+
"exports": [
|
|
3517
|
+
{
|
|
3518
|
+
"kind": "js",
|
|
3519
|
+
"name": "AnchoredRegion",
|
|
3520
|
+
"declaration": {
|
|
3521
|
+
"name": "AnchoredRegion",
|
|
3522
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"kind": "js",
|
|
3527
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3528
|
+
"declaration": {
|
|
3529
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3530
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"kind": "js",
|
|
3535
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3536
|
+
"declaration": {
|
|
3537
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3538
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"kind": "js",
|
|
3543
|
+
"name": "foundationAnchoredRegion",
|
|
3544
|
+
"declaration": {
|
|
3545
|
+
"name": "foundationAnchoredRegion",
|
|
3546
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3547
|
+
}
|
|
3548
|
+
}
|
|
3549
|
+
]
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"kind": "javascript-module",
|
|
3553
|
+
"path": "src/anchored-region/index.ts",
|
|
3554
|
+
"declarations": [],
|
|
3555
|
+
"exports": [
|
|
3556
|
+
{
|
|
3557
|
+
"kind": "js",
|
|
3558
|
+
"name": "*",
|
|
3559
|
+
"declaration": {
|
|
3560
|
+
"name": "*",
|
|
3561
|
+
"package": "./anchor-region.template"
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"kind": "js",
|
|
3566
|
+
"name": "*",
|
|
3567
|
+
"declaration": {
|
|
3568
|
+
"name": "*",
|
|
3569
|
+
"package": "./anchored-region.styles"
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "js",
|
|
3574
|
+
"name": "*",
|
|
3575
|
+
"declaration": {
|
|
3576
|
+
"name": "*",
|
|
3577
|
+
"package": "./anchored-region"
|
|
3578
|
+
}
|
|
3579
|
+
}
|
|
3580
|
+
]
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"kind": "javascript-module",
|
|
3584
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3585
|
+
"declarations": [
|
|
3586
|
+
{
|
|
3587
|
+
"kind": "function",
|
|
3588
|
+
"name": "actionsMenuBaseStyles",
|
|
3589
|
+
"return": {
|
|
3590
|
+
"type": {
|
|
3591
|
+
"text": "ElementStyles"
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3594
|
+
"parameters": [
|
|
3711
3595
|
{
|
|
3712
|
-
"
|
|
3713
|
-
"
|
|
3714
|
-
|
|
3715
|
-
"description": "starts observers",
|
|
3716
|
-
"inheritedFrom": {
|
|
3717
|
-
"name": "AnchoredRegion",
|
|
3718
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3596
|
+
"name": "context",
|
|
3597
|
+
"type": {
|
|
3598
|
+
"text": "ElementDefinitionContext"
|
|
3719
3599
|
}
|
|
3720
3600
|
},
|
|
3721
3601
|
{
|
|
3722
|
-
"
|
|
3723
|
-
"
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3602
|
+
"name": "definition",
|
|
3603
|
+
"type": {
|
|
3604
|
+
"text": "FoundationElementDefinition"
|
|
3605
|
+
}
|
|
3606
|
+
}
|
|
3607
|
+
]
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"kind": "function",
|
|
3611
|
+
"name": "foundationActionsMenuStyles",
|
|
3612
|
+
"return": {
|
|
3613
|
+
"type": {
|
|
3614
|
+
"text": "ElementStyles"
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3617
|
+
"parameters": [
|
|
3618
|
+
{
|
|
3619
|
+
"name": "context",
|
|
3620
|
+
"type": {
|
|
3621
|
+
"text": "ElementDefinitionContext"
|
|
3729
3622
|
}
|
|
3730
3623
|
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "definition",
|
|
3626
|
+
"type": {
|
|
3627
|
+
"text": "FoundationElementDefinition"
|
|
3628
|
+
}
|
|
3629
|
+
}
|
|
3630
|
+
]
|
|
3631
|
+
}
|
|
3632
|
+
],
|
|
3633
|
+
"exports": [
|
|
3634
|
+
{
|
|
3635
|
+
"kind": "js",
|
|
3636
|
+
"name": "actionsMenuBaseStyles",
|
|
3637
|
+
"declaration": {
|
|
3638
|
+
"name": "actionsMenuBaseStyles",
|
|
3639
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3640
|
+
}
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"kind": "js",
|
|
3644
|
+
"name": "foundationActionsMenuStyles",
|
|
3645
|
+
"declaration": {
|
|
3646
|
+
"name": "foundationActionsMenuStyles",
|
|
3647
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3648
|
+
}
|
|
3649
|
+
}
|
|
3650
|
+
]
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"kind": "javascript-module",
|
|
3654
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
3655
|
+
"declarations": [
|
|
3656
|
+
{
|
|
3657
|
+
"kind": "function",
|
|
3658
|
+
"name": "menuTemplate",
|
|
3659
|
+
"parameters": [
|
|
3660
|
+
{
|
|
3661
|
+
"name": "prefix",
|
|
3662
|
+
"type": {
|
|
3663
|
+
"text": "string"
|
|
3664
|
+
}
|
|
3665
|
+
}
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "function",
|
|
3670
|
+
"name": "singleOptionTemplate",
|
|
3671
|
+
"parameters": [
|
|
3672
|
+
{
|
|
3673
|
+
"name": "prefix",
|
|
3674
|
+
"type": {
|
|
3675
|
+
"text": "string"
|
|
3676
|
+
}
|
|
3677
|
+
}
|
|
3678
|
+
]
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"kind": "variable",
|
|
3682
|
+
"name": "foundationActionsMenuTemplate",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
3685
|
+
},
|
|
3686
|
+
"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`"
|
|
3687
|
+
}
|
|
3688
|
+
],
|
|
3689
|
+
"exports": [
|
|
3690
|
+
{
|
|
3691
|
+
"kind": "js",
|
|
3692
|
+
"name": "menuTemplate",
|
|
3693
|
+
"declaration": {
|
|
3694
|
+
"name": "menuTemplate",
|
|
3695
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"kind": "js",
|
|
3700
|
+
"name": "singleOptionTemplate",
|
|
3701
|
+
"declaration": {
|
|
3702
|
+
"name": "singleOptionTemplate",
|
|
3703
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"kind": "js",
|
|
3708
|
+
"name": "foundationActionsMenuTemplate",
|
|
3709
|
+
"declaration": {
|
|
3710
|
+
"name": "foundationActionsMenuTemplate",
|
|
3711
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
]
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"kind": "javascript-module",
|
|
3718
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
3719
|
+
"declarations": [
|
|
3720
|
+
{
|
|
3721
|
+
"kind": "class",
|
|
3722
|
+
"description": "",
|
|
3723
|
+
"name": "ActionsMenu",
|
|
3724
|
+
"members": [
|
|
3731
3725
|
{
|
|
3732
3726
|
"kind": "field",
|
|
3733
|
-
"name": "
|
|
3734
|
-
"
|
|
3735
|
-
|
|
3736
|
-
"inheritedFrom": {
|
|
3737
|
-
"name": "AnchoredRegion",
|
|
3738
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3727
|
+
"name": "actions",
|
|
3728
|
+
"type": {
|
|
3729
|
+
"text": "ActionMenuItem[]"
|
|
3739
3730
|
}
|
|
3740
3731
|
},
|
|
3741
3732
|
{
|
|
3742
3733
|
"kind": "field",
|
|
3743
|
-
"name": "
|
|
3744
|
-
"
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3749
|
-
}
|
|
3734
|
+
"name": "isVertical",
|
|
3735
|
+
"type": {
|
|
3736
|
+
"text": "boolean"
|
|
3737
|
+
},
|
|
3738
|
+
"default": "false"
|
|
3750
3739
|
},
|
|
3751
3740
|
{
|
|
3752
3741
|
"kind": "field",
|
|
3753
|
-
"name": "
|
|
3754
|
-
"
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3759
|
-
}
|
|
3742
|
+
"name": "addDefaultActions",
|
|
3743
|
+
"type": {
|
|
3744
|
+
"text": "boolean"
|
|
3745
|
+
},
|
|
3746
|
+
"default": "true"
|
|
3760
3747
|
},
|
|
3761
3748
|
{
|
|
3762
3749
|
"kind": "field",
|
|
3763
|
-
"name": "
|
|
3764
|
-
"
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3769
|
-
}
|
|
3750
|
+
"name": "autoCloseOnAction",
|
|
3751
|
+
"type": {
|
|
3752
|
+
"text": "boolean"
|
|
3753
|
+
},
|
|
3754
|
+
"default": "true"
|
|
3770
3755
|
},
|
|
3771
3756
|
{
|
|
3772
3757
|
"kind": "field",
|
|
3773
|
-
"name": "
|
|
3774
|
-
"
|
|
3775
|
-
|
|
3776
|
-
"inheritedFrom": {
|
|
3777
|
-
"name": "AnchoredRegion",
|
|
3778
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3758
|
+
"name": "classNames",
|
|
3759
|
+
"type": {
|
|
3760
|
+
"text": "string"
|
|
3779
3761
|
}
|
|
3780
3762
|
},
|
|
3781
3763
|
{
|
|
3782
3764
|
"kind": "field",
|
|
3783
|
-
"name": "
|
|
3784
|
-
"
|
|
3785
|
-
|
|
3786
|
-
"inheritedFrom": {
|
|
3787
|
-
"name": "AnchoredRegion",
|
|
3788
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3765
|
+
"name": "definition",
|
|
3766
|
+
"type": {
|
|
3767
|
+
"text": "any"
|
|
3789
3768
|
}
|
|
3790
3769
|
},
|
|
3791
3770
|
{
|
|
3792
3771
|
"kind": "field",
|
|
3793
|
-
"name": "
|
|
3794
|
-
"
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3799
|
-
}
|
|
3772
|
+
"name": "name",
|
|
3773
|
+
"type": {
|
|
3774
|
+
"text": "string"
|
|
3775
|
+
},
|
|
3776
|
+
"default": "'Actions'"
|
|
3800
3777
|
},
|
|
3801
3778
|
{
|
|
3802
3779
|
"kind": "field",
|
|
3803
|
-
"name": "
|
|
3804
|
-
"
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3809
|
-
}
|
|
3780
|
+
"name": "open",
|
|
3781
|
+
"type": {
|
|
3782
|
+
"text": "boolean"
|
|
3783
|
+
},
|
|
3784
|
+
"default": "false"
|
|
3810
3785
|
},
|
|
3811
3786
|
{
|
|
3812
3787
|
"kind": "field",
|
|
3813
|
-
"name": "
|
|
3814
|
-
"
|
|
3815
|
-
|
|
3816
|
-
"inheritedFrom": {
|
|
3817
|
-
"name": "AnchoredRegion",
|
|
3818
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3788
|
+
"name": "buttonAppearance",
|
|
3789
|
+
"type": {
|
|
3790
|
+
"text": "string"
|
|
3819
3791
|
}
|
|
3820
3792
|
},
|
|
3821
3793
|
{
|
|
3822
3794
|
"kind": "field",
|
|
3823
|
-
"name": "
|
|
3824
|
-
"
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3829
|
-
}
|
|
3795
|
+
"name": "hideDisabled",
|
|
3796
|
+
"type": {
|
|
3797
|
+
"text": "boolean"
|
|
3798
|
+
},
|
|
3799
|
+
"default": "false"
|
|
3830
3800
|
},
|
|
3831
3801
|
{
|
|
3832
3802
|
"kind": "field",
|
|
3833
|
-
"name": "
|
|
3834
|
-
"
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3839
|
-
}
|
|
3803
|
+
"name": "hideMenuSingleOption",
|
|
3804
|
+
"type": {
|
|
3805
|
+
"text": "boolean"
|
|
3806
|
+
},
|
|
3807
|
+
"default": "false"
|
|
3840
3808
|
},
|
|
3841
3809
|
{
|
|
3842
3810
|
"kind": "field",
|
|
3843
|
-
"name": "
|
|
3844
|
-
"
|
|
3845
|
-
|
|
3846
|
-
"inheritedFrom": {
|
|
3847
|
-
"name": "AnchoredRegion",
|
|
3848
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3811
|
+
"name": "singleOption",
|
|
3812
|
+
"type": {
|
|
3813
|
+
"text": "ActionMenuItem"
|
|
3849
3814
|
}
|
|
3850
3815
|
},
|
|
3851
3816
|
{
|
|
3852
3817
|
"kind": "field",
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
|
|
3856
|
-
"inheritedFrom": {
|
|
3857
|
-
"name": "AnchoredRegion",
|
|
3858
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3818
|
+
"name": "actionsMenu",
|
|
3819
|
+
"type": {
|
|
3820
|
+
"text": "HTMLElement"
|
|
3859
3821
|
}
|
|
3860
3822
|
},
|
|
3861
3823
|
{
|
|
3862
|
-
"kind": "
|
|
3863
|
-
"name": "
|
|
3864
|
-
"privacy": "
|
|
3865
|
-
"
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3824
|
+
"kind": "method",
|
|
3825
|
+
"name": "definitionChanged",
|
|
3826
|
+
"privacy": "protected",
|
|
3827
|
+
"parameters": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "oldValue",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "any"
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"name": "newValue",
|
|
3836
|
+
"type": {
|
|
3837
|
+
"text": "any"
|
|
3838
|
+
}
|
|
3839
|
+
}
|
|
3840
|
+
]
|
|
3870
3841
|
},
|
|
3871
3842
|
{
|
|
3872
|
-
"kind": "
|
|
3873
|
-
"name": "
|
|
3874
|
-
"privacy": "
|
|
3875
|
-
"description": "Get available positions based on positioning mode",
|
|
3876
|
-
"inheritedFrom": {
|
|
3877
|
-
"name": "AnchoredRegion",
|
|
3878
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3879
|
-
}
|
|
3843
|
+
"kind": "method",
|
|
3844
|
+
"name": "openChanged",
|
|
3845
|
+
"privacy": "protected"
|
|
3880
3846
|
},
|
|
3881
3847
|
{
|
|
3882
|
-
"kind": "
|
|
3883
|
-
"name": "
|
|
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
|
-
}
|
|
3848
|
+
"kind": "method",
|
|
3849
|
+
"name": "toggleActionsMenuVisibility"
|
|
3890
3850
|
},
|
|
3891
3851
|
{
|
|
3892
|
-
"kind": "
|
|
3893
|
-
"name": "
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3852
|
+
"kind": "method",
|
|
3853
|
+
"name": "onActionMenuItemClick",
|
|
3854
|
+
"parameters": [
|
|
3855
|
+
{
|
|
3856
|
+
"name": "callback",
|
|
3857
|
+
"type": {
|
|
3858
|
+
"text": "(rowData) => void | any"
|
|
3859
|
+
}
|
|
3860
|
+
}
|
|
3861
|
+
]
|
|
3900
3862
|
},
|
|
3901
3863
|
{
|
|
3902
3864
|
"kind": "field",
|
|
3903
|
-
"name": "
|
|
3904
|
-
"
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3909
|
-
}
|
|
3865
|
+
"name": "allActions",
|
|
3866
|
+
"type": {
|
|
3867
|
+
"text": "ActionMenuItem[]"
|
|
3868
|
+
},
|
|
3869
|
+
"readonly": true
|
|
3910
3870
|
},
|
|
3911
3871
|
{
|
|
3912
3872
|
"kind": "field",
|
|
3913
|
-
"name": "
|
|
3914
|
-
"
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3873
|
+
"name": "rowData",
|
|
3874
|
+
"readonly": true
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"kind": "method",
|
|
3878
|
+
"name": "getLabel",
|
|
3879
|
+
"parameters": [
|
|
3880
|
+
{
|
|
3881
|
+
"name": "name",
|
|
3882
|
+
"type": {
|
|
3883
|
+
"text": "string | ((rowData: any) => string)"
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
]
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"kind": "method",
|
|
3890
|
+
"name": "getTemplate",
|
|
3891
|
+
"parameters": [
|
|
3892
|
+
{
|
|
3893
|
+
"name": "prefix",
|
|
3894
|
+
"type": {
|
|
3895
|
+
"text": "string"
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
]
|
|
3920
3899
|
},
|
|
3921
3900
|
{
|
|
3922
3901
|
"kind": "field",
|
|
@@ -4030,86 +4009,107 @@
|
|
|
4030
4009
|
}
|
|
4031
4010
|
}
|
|
4032
4011
|
],
|
|
4033
|
-
"
|
|
4012
|
+
"attributes": [
|
|
4034
4013
|
{
|
|
4035
|
-
"
|
|
4036
|
-
"
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4014
|
+
"name": "is-vertical",
|
|
4015
|
+
"type": {
|
|
4016
|
+
"text": "boolean"
|
|
4017
|
+
},
|
|
4018
|
+
"default": "false",
|
|
4019
|
+
"fieldName": "isVertical"
|
|
4041
4020
|
},
|
|
4042
4021
|
{
|
|
4043
|
-
"
|
|
4044
|
-
"
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4022
|
+
"name": "add-default-actions",
|
|
4023
|
+
"type": {
|
|
4024
|
+
"text": "boolean"
|
|
4025
|
+
},
|
|
4026
|
+
"default": "true",
|
|
4027
|
+
"fieldName": "addDefaultActions"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"name": "auto-close-on-action",
|
|
4031
|
+
"type": {
|
|
4032
|
+
"text": "boolean"
|
|
4033
|
+
},
|
|
4034
|
+
"default": "true",
|
|
4035
|
+
"fieldName": "autoCloseOnAction"
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"name": "name",
|
|
4039
|
+
"type": {
|
|
4040
|
+
"text": "string"
|
|
4041
|
+
},
|
|
4042
|
+
"default": "'Actions'",
|
|
4043
|
+
"fieldName": "name"
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "open",
|
|
4047
|
+
"type": {
|
|
4048
|
+
"text": "boolean"
|
|
4049
|
+
},
|
|
4050
|
+
"default": "false",
|
|
4051
|
+
"fieldName": "open"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"name": "buttonAppearance",
|
|
4055
|
+
"type": {
|
|
4056
|
+
"text": "string"
|
|
4057
|
+
},
|
|
4058
|
+
"fieldName": "buttonAppearance"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "hide-disabled",
|
|
4062
|
+
"type": {
|
|
4063
|
+
"text": "boolean"
|
|
4064
|
+
},
|
|
4065
|
+
"default": "false",
|
|
4066
|
+
"fieldName": "hideDisabled"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"name": "hide-menu-single-option",
|
|
4070
|
+
"type": {
|
|
4071
|
+
"text": "boolean"
|
|
4072
|
+
},
|
|
4073
|
+
"default": "false",
|
|
4074
|
+
"fieldName": "hideMenuSingleOption"
|
|
4049
4075
|
}
|
|
4050
|
-
]
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4055
|
-
"type": {
|
|
4056
|
-
"text": "ShadowRootInit"
|
|
4057
|
-
},
|
|
4058
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4059
|
-
},
|
|
4060
|
-
{
|
|
4061
|
-
"kind": "variable",
|
|
4062
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4063
|
-
"type": {
|
|
4064
|
-
"text": "object"
|
|
4076
|
+
],
|
|
4077
|
+
"superclass": {
|
|
4078
|
+
"name": "FoundationElement",
|
|
4079
|
+
"package": "@microsoft/fast-foundation"
|
|
4065
4080
|
},
|
|
4066
|
-
"
|
|
4081
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
4082
|
+
"customElement": true
|
|
4067
4083
|
},
|
|
4068
4084
|
{
|
|
4069
4085
|
"kind": "variable",
|
|
4070
|
-
"name": "
|
|
4071
|
-
"description": "The Foundation
|
|
4086
|
+
"name": "foundationActionsMenu",
|
|
4087
|
+
"description": "The Foundation Actions Menu",
|
|
4072
4088
|
"privacy": "public"
|
|
4073
4089
|
}
|
|
4074
4090
|
],
|
|
4075
4091
|
"exports": [
|
|
4076
4092
|
{
|
|
4077
4093
|
"kind": "js",
|
|
4078
|
-
"name": "
|
|
4079
|
-
"declaration": {
|
|
4080
|
-
"name": "AnchoredRegion",
|
|
4081
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4082
|
-
}
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
"kind": "js",
|
|
4086
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4087
|
-
"declaration": {
|
|
4088
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4089
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4090
|
-
}
|
|
4091
|
-
},
|
|
4092
|
-
{
|
|
4093
|
-
"kind": "js",
|
|
4094
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4094
|
+
"name": "ActionsMenu",
|
|
4095
4095
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/
|
|
4096
|
+
"name": "ActionsMenu",
|
|
4097
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4102
|
+
"name": "foundationActionsMenu",
|
|
4103
4103
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4104
|
+
"name": "foundationActionsMenu",
|
|
4105
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4106
4106
|
}
|
|
4107
4107
|
}
|
|
4108
4108
|
]
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4112
|
+
"path": "src/actions-menu/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": "./
|
|
4120
|
+
"package": "./actions-menu.styles"
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
4123
|
{
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
"name": "*",
|
|
4126
4126
|
"declaration": {
|
|
4127
4127
|
"name": "*",
|
|
4128
|
-
"package": "./
|
|
4128
|
+
"package": "./actions-menu.template"
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
4131
|
{
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"name": "*",
|
|
4134
4134
|
"declaration": {
|
|
4135
4135
|
"name": "*",
|
|
4136
|
-
"package": "./
|
|
4136
|
+
"package": "./actions-menu"
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|
|
@@ -4550,181 +4550,125 @@
|
|
|
4550
4550
|
},
|
|
4551
4551
|
{
|
|
4552
4552
|
"kind": "javascript-module",
|
|
4553
|
-
"path": "src/
|
|
4553
|
+
"path": "src/banner/banner.styles.ts",
|
|
4554
4554
|
"declarations": [
|
|
4555
4555
|
{
|
|
4556
|
-
"kind": "
|
|
4557
|
-
"name": "
|
|
4558
|
-
"
|
|
4559
|
-
"
|
|
4560
|
-
"text": "ElementStyles"
|
|
4561
|
-
}
|
|
4556
|
+
"kind": "variable",
|
|
4557
|
+
"name": "foundationBannerStyles",
|
|
4558
|
+
"type": {
|
|
4559
|
+
"text": "ElementStyles"
|
|
4562
4560
|
},
|
|
4563
|
-
"
|
|
4564
|
-
{
|
|
4565
|
-
"name": "context",
|
|
4566
|
-
"type": {
|
|
4567
|
-
"text": "ElementDefinitionContext"
|
|
4568
|
-
}
|
|
4569
|
-
},
|
|
4570
|
-
{
|
|
4571
|
-
"name": "definition",
|
|
4572
|
-
"type": {
|
|
4573
|
-
"text": "FoundationElementDefinition"
|
|
4574
|
-
}
|
|
4575
|
-
}
|
|
4576
|
-
]
|
|
4561
|
+
"default": "css`\n @keyframes delete-animate {\n from {\n height: 100px;\n opacity: 100%;\n }\n\n to {\n height: 0;\n opacity: 0%;\n }\n }\n\n @keyframes append-animate {\n from {\n height: 0;\n opacity: 0%;\n }\n\n to {\n height: var(--banner-height);\n opacity: 100%;\n }\n }\n\n :host {\n --banner-width: 100%;\n --banner-height: 65px;\n --flow: row;\n }\n\n @media screen and (max-width: 640px) {\n :host {\n --flow: column;\n --banner-height: 100px;\n }\n }\n\n .banner {\n animation: append-animate 0.3s linear;\n width: var(--banner-width);\n height: var(--banner-height);\n background-color: var(--fill-color);\n display: flex;\n flex-direction: var(--flow);\n padding: 5px 8px;\n box-sizing: border-box;\n overflow: hidden;\n }\n\n .banner-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
|
|
4577
4562
|
}
|
|
4578
4563
|
],
|
|
4579
4564
|
"exports": [
|
|
4580
4565
|
{
|
|
4581
4566
|
"kind": "js",
|
|
4582
|
-
"name": "
|
|
4567
|
+
"name": "foundationBannerStyles",
|
|
4583
4568
|
"declaration": {
|
|
4584
|
-
"name": "
|
|
4585
|
-
"module": "src/
|
|
4569
|
+
"name": "foundationBannerStyles",
|
|
4570
|
+
"module": "src/banner/banner.styles.ts"
|
|
4586
4571
|
}
|
|
4587
4572
|
}
|
|
4588
4573
|
]
|
|
4589
4574
|
},
|
|
4590
4575
|
{
|
|
4591
4576
|
"kind": "javascript-module",
|
|
4592
|
-
"path": "src/
|
|
4577
|
+
"path": "src/banner/banner.template.ts",
|
|
4593
4578
|
"declarations": [
|
|
4594
4579
|
{
|
|
4595
4580
|
"kind": "function",
|
|
4596
|
-
"name": "
|
|
4597
|
-
"return": {
|
|
4598
|
-
"type": {
|
|
4599
|
-
"text": "ViewTemplate<Badge>"
|
|
4600
|
-
}
|
|
4601
|
-
},
|
|
4581
|
+
"name": "getBannerTemplate",
|
|
4602
4582
|
"parameters": [
|
|
4603
4583
|
{
|
|
4604
|
-
"name": "
|
|
4605
|
-
"type": {
|
|
4606
|
-
"text": "ElementDefinitionContext"
|
|
4607
|
-
}
|
|
4608
|
-
},
|
|
4609
|
-
{
|
|
4610
|
-
"name": "definition",
|
|
4584
|
+
"name": "prefix",
|
|
4611
4585
|
"type": {
|
|
4612
|
-
"text": "
|
|
4586
|
+
"text": "string"
|
|
4613
4587
|
}
|
|
4614
4588
|
}
|
|
4615
4589
|
]
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"kind": "variable",
|
|
4593
|
+
"name": "foundationBannerTemplate",
|
|
4594
|
+
"default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
|
|
4616
4595
|
}
|
|
4617
4596
|
],
|
|
4618
4597
|
"exports": [
|
|
4619
4598
|
{
|
|
4620
4599
|
"kind": "js",
|
|
4621
|
-
"name": "
|
|
4600
|
+
"name": "getBannerTemplate",
|
|
4622
4601
|
"declaration": {
|
|
4623
|
-
"name": "
|
|
4624
|
-
"module": "src/
|
|
4602
|
+
"name": "getBannerTemplate",
|
|
4603
|
+
"module": "src/banner/banner.template.ts"
|
|
4604
|
+
}
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"kind": "js",
|
|
4608
|
+
"name": "foundationBannerTemplate",
|
|
4609
|
+
"declaration": {
|
|
4610
|
+
"name": "foundationBannerTemplate",
|
|
4611
|
+
"module": "src/banner/banner.template.ts"
|
|
4625
4612
|
}
|
|
4626
4613
|
}
|
|
4627
4614
|
]
|
|
4628
4615
|
},
|
|
4629
4616
|
{
|
|
4630
4617
|
"kind": "javascript-module",
|
|
4631
|
-
"path": "src/
|
|
4618
|
+
"path": "src/banner/banner.ts",
|
|
4632
4619
|
"declarations": [
|
|
4620
|
+
{
|
|
4621
|
+
"kind": "variable",
|
|
4622
|
+
"name": "foundationBannerShadowOptions",
|
|
4623
|
+
"type": {
|
|
4624
|
+
"text": "ShadowRootInit"
|
|
4625
|
+
},
|
|
4626
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
4627
|
+
},
|
|
4633
4628
|
{
|
|
4634
4629
|
"kind": "class",
|
|
4635
4630
|
"description": "",
|
|
4636
|
-
"name": "
|
|
4637
|
-
"
|
|
4638
|
-
"name": "FASTBadge",
|
|
4639
|
-
"package": "@microsoft/fast-components"
|
|
4640
|
-
},
|
|
4641
|
-
"tagName": "%%prefix%%-badge",
|
|
4642
|
-
"customElement": true,
|
|
4643
|
-
"attributes": [
|
|
4644
|
-
{
|
|
4645
|
-
"name": "fill",
|
|
4646
|
-
"type": {
|
|
4647
|
-
"text": "string"
|
|
4648
|
-
},
|
|
4649
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4650
|
-
"fieldName": "fill",
|
|
4651
|
-
"inheritedFrom": {
|
|
4652
|
-
"name": "Badge",
|
|
4653
|
-
"module": "src/badge/badge.ts"
|
|
4654
|
-
}
|
|
4655
|
-
},
|
|
4631
|
+
"name": "Banner",
|
|
4632
|
+
"members": [
|
|
4656
4633
|
{
|
|
4657
|
-
"
|
|
4634
|
+
"kind": "field",
|
|
4635
|
+
"name": "banner",
|
|
4658
4636
|
"type": {
|
|
4659
|
-
"text": "
|
|
4637
|
+
"text": "HTMLElement"
|
|
4660
4638
|
},
|
|
4661
|
-
"
|
|
4662
|
-
"fieldName": "color",
|
|
4663
|
-
"inheritedFrom": {
|
|
4664
|
-
"name": "Badge",
|
|
4665
|
-
"module": "src/badge/badge.ts"
|
|
4666
|
-
}
|
|
4639
|
+
"privacy": "public"
|
|
4667
4640
|
},
|
|
4668
|
-
{
|
|
4669
|
-
"type": {
|
|
4670
|
-
"text": "boolean"
|
|
4671
|
-
},
|
|
4672
|
-
"description": "Indicates the element should be circular",
|
|
4673
|
-
"fieldName": "circular",
|
|
4674
|
-
"inheritedFrom": {
|
|
4675
|
-
"name": "Badge",
|
|
4676
|
-
"module": "src/badge/badge.ts"
|
|
4677
|
-
}
|
|
4678
|
-
}
|
|
4679
|
-
],
|
|
4680
|
-
"members": [
|
|
4681
4641
|
{
|
|
4682
4642
|
"kind": "field",
|
|
4683
|
-
"name": "
|
|
4643
|
+
"name": "dismissAnimation",
|
|
4684
4644
|
"type": {
|
|
4685
|
-
"text": "
|
|
4645
|
+
"text": "'banner-delete' | ''"
|
|
4686
4646
|
},
|
|
4687
|
-
"
|
|
4688
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4689
|
-
"inheritedFrom": {
|
|
4690
|
-
"name": "Badge",
|
|
4691
|
-
"module": "src/badge/badge.ts"
|
|
4692
|
-
}
|
|
4647
|
+
"default": "''"
|
|
4693
4648
|
},
|
|
4694
4649
|
{
|
|
4695
4650
|
"kind": "field",
|
|
4696
|
-
"name": "
|
|
4651
|
+
"name": "notification",
|
|
4697
4652
|
"type": {
|
|
4698
|
-
"text": "
|
|
4699
|
-
},
|
|
4700
|
-
"privacy": "public",
|
|
4701
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4702
|
-
"inheritedFrom": {
|
|
4703
|
-
"name": "Badge",
|
|
4704
|
-
"module": "src/badge/badge.ts"
|
|
4653
|
+
"text": "NotificationStructure"
|
|
4705
4654
|
}
|
|
4706
4655
|
},
|
|
4707
4656
|
{
|
|
4708
|
-
"kind": "
|
|
4709
|
-
"name": "
|
|
4710
|
-
"type": {
|
|
4711
|
-
"text": "boolean"
|
|
4712
|
-
},
|
|
4657
|
+
"kind": "method",
|
|
4658
|
+
"name": "dismiss",
|
|
4713
4659
|
"privacy": "public",
|
|
4714
|
-
"
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
}
|
|
4660
|
+
"return": {
|
|
4661
|
+
"type": {
|
|
4662
|
+
"text": "Promise<void>"
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
4665
|
+
"description": "Dismiss the Banner from display."
|
|
4719
4666
|
},
|
|
4720
4667
|
{
|
|
4721
|
-
"kind": "
|
|
4722
|
-
"name": "
|
|
4668
|
+
"kind": "method",
|
|
4669
|
+
"name": "dismissNotification",
|
|
4723
4670
|
"privacy": "public",
|
|
4724
|
-
"
|
|
4725
|
-
"name": "Badge",
|
|
4726
|
-
"module": "src/badge/badge.ts"
|
|
4727
|
-
}
|
|
4671
|
+
"description": "Dismiss the Banner (NotificationStructure) from display."
|
|
4728
4672
|
},
|
|
4729
4673
|
{
|
|
4730
4674
|
"kind": "field",
|
|
@@ -4837,69 +4781,51 @@
|
|
|
4837
4781
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4838
4782
|
}
|
|
4839
4783
|
}
|
|
4840
|
-
]
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
"name": "foundationBadgeShadowOptions",
|
|
4845
|
-
"type": {
|
|
4846
|
-
"text": "ShadowRootInit"
|
|
4847
|
-
},
|
|
4848
|
-
"default": "undefined"
|
|
4849
|
-
},
|
|
4850
|
-
{
|
|
4851
|
-
"kind": "variable",
|
|
4852
|
-
"name": "defaultBadgeConfig",
|
|
4853
|
-
"type": {
|
|
4854
|
-
"text": "object"
|
|
4784
|
+
],
|
|
4785
|
+
"superclass": {
|
|
4786
|
+
"name": "FoundationElement",
|
|
4787
|
+
"package": "@microsoft/fast-foundation"
|
|
4855
4788
|
},
|
|
4856
|
-
"
|
|
4789
|
+
"tagName": "%%prefix%%-banner",
|
|
4790
|
+
"customElement": true
|
|
4857
4791
|
},
|
|
4858
4792
|
{
|
|
4859
4793
|
"kind": "variable",
|
|
4860
|
-
"name": "
|
|
4861
|
-
"description": "The Foundation
|
|
4794
|
+
"name": "foundationBanner",
|
|
4795
|
+
"description": "The Foundation Banner",
|
|
4862
4796
|
"privacy": "public"
|
|
4863
4797
|
}
|
|
4864
4798
|
],
|
|
4865
4799
|
"exports": [
|
|
4866
4800
|
{
|
|
4867
4801
|
"kind": "js",
|
|
4868
|
-
"name": "
|
|
4869
|
-
"declaration": {
|
|
4870
|
-
"name": "Badge",
|
|
4871
|
-
"module": "src/badge/badge.ts"
|
|
4872
|
-
}
|
|
4873
|
-
},
|
|
4874
|
-
{
|
|
4875
|
-
"kind": "js",
|
|
4876
|
-
"name": "foundationBadgeShadowOptions",
|
|
4802
|
+
"name": "foundationBannerShadowOptions",
|
|
4877
4803
|
"declaration": {
|
|
4878
|
-
"name": "
|
|
4879
|
-
"module": "src/
|
|
4804
|
+
"name": "foundationBannerShadowOptions",
|
|
4805
|
+
"module": "src/banner/banner.ts"
|
|
4880
4806
|
}
|
|
4881
4807
|
},
|
|
4882
4808
|
{
|
|
4883
4809
|
"kind": "js",
|
|
4884
|
-
"name": "
|
|
4810
|
+
"name": "Banner",
|
|
4885
4811
|
"declaration": {
|
|
4886
|
-
"name": "
|
|
4887
|
-
"module": "src/
|
|
4812
|
+
"name": "Banner",
|
|
4813
|
+
"module": "src/banner/banner.ts"
|
|
4888
4814
|
}
|
|
4889
4815
|
},
|
|
4890
4816
|
{
|
|
4891
4817
|
"kind": "js",
|
|
4892
|
-
"name": "
|
|
4818
|
+
"name": "foundationBanner",
|
|
4893
4819
|
"declaration": {
|
|
4894
|
-
"name": "
|
|
4895
|
-
"module": "src/
|
|
4820
|
+
"name": "foundationBanner",
|
|
4821
|
+
"module": "src/banner/banner.ts"
|
|
4896
4822
|
}
|
|
4897
4823
|
}
|
|
4898
4824
|
]
|
|
4899
4825
|
},
|
|
4900
4826
|
{
|
|
4901
4827
|
"kind": "javascript-module",
|
|
4902
|
-
"path": "src/
|
|
4828
|
+
"path": "src/banner/index.ts",
|
|
4903
4829
|
"declarations": [],
|
|
4904
4830
|
"exports": [
|
|
4905
4831
|
{
|
|
@@ -4907,7 +4833,7 @@
|
|
|
4907
4833
|
"name": "*",
|
|
4908
4834
|
"declaration": {
|
|
4909
4835
|
"name": "*",
|
|
4910
|
-
"package": "./
|
|
4836
|
+
"package": "./banner.styles"
|
|
4911
4837
|
}
|
|
4912
4838
|
},
|
|
4913
4839
|
{
|
|
@@ -4915,7 +4841,7 @@
|
|
|
4915
4841
|
"name": "*",
|
|
4916
4842
|
"declaration": {
|
|
4917
4843
|
"name": "*",
|
|
4918
|
-
"package": "./
|
|
4844
|
+
"package": "./banner.template"
|
|
4919
4845
|
}
|
|
4920
4846
|
},
|
|
4921
4847
|
{
|
|
@@ -4923,132 +4849,188 @@
|
|
|
4923
4849
|
"name": "*",
|
|
4924
4850
|
"declaration": {
|
|
4925
4851
|
"name": "*",
|
|
4926
|
-
"package": "./
|
|
4852
|
+
"package": "./banner"
|
|
4927
4853
|
}
|
|
4928
4854
|
}
|
|
4929
4855
|
]
|
|
4930
4856
|
},
|
|
4931
4857
|
{
|
|
4932
4858
|
"kind": "javascript-module",
|
|
4933
|
-
"path": "src/
|
|
4859
|
+
"path": "src/badge/badge.styles.ts",
|
|
4934
4860
|
"declarations": [
|
|
4935
4861
|
{
|
|
4936
|
-
"kind": "
|
|
4937
|
-
"name": "
|
|
4938
|
-
"
|
|
4939
|
-
"
|
|
4862
|
+
"kind": "function",
|
|
4863
|
+
"name": "foundationBadgeStyles",
|
|
4864
|
+
"return": {
|
|
4865
|
+
"type": {
|
|
4866
|
+
"text": "ElementStyles"
|
|
4867
|
+
}
|
|
4940
4868
|
},
|
|
4941
|
-
"
|
|
4869
|
+
"parameters": [
|
|
4870
|
+
{
|
|
4871
|
+
"name": "context",
|
|
4872
|
+
"type": {
|
|
4873
|
+
"text": "ElementDefinitionContext"
|
|
4874
|
+
}
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"name": "definition",
|
|
4878
|
+
"type": {
|
|
4879
|
+
"text": "FoundationElementDefinition"
|
|
4880
|
+
}
|
|
4881
|
+
}
|
|
4882
|
+
]
|
|
4942
4883
|
}
|
|
4943
4884
|
],
|
|
4944
4885
|
"exports": [
|
|
4945
4886
|
{
|
|
4946
4887
|
"kind": "js",
|
|
4947
|
-
"name": "
|
|
4888
|
+
"name": "foundationBadgeStyles",
|
|
4948
4889
|
"declaration": {
|
|
4949
|
-
"name": "
|
|
4950
|
-
"module": "src/
|
|
4890
|
+
"name": "foundationBadgeStyles",
|
|
4891
|
+
"module": "src/badge/badge.styles.ts"
|
|
4951
4892
|
}
|
|
4952
4893
|
}
|
|
4953
4894
|
]
|
|
4954
4895
|
},
|
|
4955
4896
|
{
|
|
4956
4897
|
"kind": "javascript-module",
|
|
4957
|
-
"path": "src/
|
|
4898
|
+
"path": "src/badge/badge.template.ts",
|
|
4958
4899
|
"declarations": [
|
|
4959
4900
|
{
|
|
4960
4901
|
"kind": "function",
|
|
4961
|
-
"name": "
|
|
4902
|
+
"name": "foundationBadgeTemplate",
|
|
4903
|
+
"return": {
|
|
4904
|
+
"type": {
|
|
4905
|
+
"text": "ViewTemplate<Badge>"
|
|
4906
|
+
}
|
|
4907
|
+
},
|
|
4962
4908
|
"parameters": [
|
|
4963
4909
|
{
|
|
4964
|
-
"name": "
|
|
4910
|
+
"name": "context",
|
|
4965
4911
|
"type": {
|
|
4966
|
-
"text": "
|
|
4912
|
+
"text": "ElementDefinitionContext"
|
|
4913
|
+
}
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"name": "definition",
|
|
4917
|
+
"type": {
|
|
4918
|
+
"text": "FoundationElementDefinition"
|
|
4967
4919
|
}
|
|
4968
4920
|
}
|
|
4969
4921
|
]
|
|
4970
|
-
},
|
|
4971
|
-
{
|
|
4972
|
-
"kind": "variable",
|
|
4973
|
-
"name": "foundationBannerTemplate",
|
|
4974
|
-
"default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
|
|
4975
4922
|
}
|
|
4976
4923
|
],
|
|
4977
4924
|
"exports": [
|
|
4978
4925
|
{
|
|
4979
4926
|
"kind": "js",
|
|
4980
|
-
"name": "
|
|
4981
|
-
"declaration": {
|
|
4982
|
-
"name": "getBannerTemplate",
|
|
4983
|
-
"module": "src/banner/banner.template.ts"
|
|
4984
|
-
}
|
|
4985
|
-
},
|
|
4986
|
-
{
|
|
4987
|
-
"kind": "js",
|
|
4988
|
-
"name": "foundationBannerTemplate",
|
|
4927
|
+
"name": "foundationBadgeTemplate",
|
|
4989
4928
|
"declaration": {
|
|
4990
|
-
"name": "
|
|
4991
|
-
"module": "src/
|
|
4929
|
+
"name": "foundationBadgeTemplate",
|
|
4930
|
+
"module": "src/badge/badge.template.ts"
|
|
4992
4931
|
}
|
|
4993
4932
|
}
|
|
4994
4933
|
]
|
|
4995
4934
|
},
|
|
4996
4935
|
{
|
|
4997
4936
|
"kind": "javascript-module",
|
|
4998
|
-
"path": "src/
|
|
4937
|
+
"path": "src/badge/badge.ts",
|
|
4999
4938
|
"declarations": [
|
|
5000
|
-
{
|
|
5001
|
-
"kind": "variable",
|
|
5002
|
-
"name": "foundationBannerShadowOptions",
|
|
5003
|
-
"type": {
|
|
5004
|
-
"text": "ShadowRootInit"
|
|
5005
|
-
},
|
|
5006
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
5007
|
-
},
|
|
5008
4939
|
{
|
|
5009
4940
|
"kind": "class",
|
|
5010
4941
|
"description": "",
|
|
5011
|
-
"name": "
|
|
5012
|
-
"
|
|
4942
|
+
"name": "Badge",
|
|
4943
|
+
"superclass": {
|
|
4944
|
+
"name": "FASTBadge",
|
|
4945
|
+
"package": "@microsoft/fast-components"
|
|
4946
|
+
},
|
|
4947
|
+
"tagName": "%%prefix%%-badge",
|
|
4948
|
+
"customElement": true,
|
|
4949
|
+
"attributes": [
|
|
5013
4950
|
{
|
|
5014
|
-
"
|
|
5015
|
-
"name": "banner",
|
|
4951
|
+
"name": "fill",
|
|
5016
4952
|
"type": {
|
|
5017
|
-
"text": "
|
|
4953
|
+
"text": "string"
|
|
5018
4954
|
},
|
|
5019
|
-
"
|
|
4955
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4956
|
+
"fieldName": "fill",
|
|
4957
|
+
"inheritedFrom": {
|
|
4958
|
+
"name": "Badge",
|
|
4959
|
+
"module": "src/badge/badge.ts"
|
|
4960
|
+
}
|
|
5020
4961
|
},
|
|
5021
4962
|
{
|
|
5022
|
-
"
|
|
5023
|
-
"name": "dismissAnimation",
|
|
4963
|
+
"name": "color",
|
|
5024
4964
|
"type": {
|
|
5025
|
-
"text": "
|
|
4965
|
+
"text": "string"
|
|
5026
4966
|
},
|
|
5027
|
-
"
|
|
4967
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4968
|
+
"fieldName": "color",
|
|
4969
|
+
"inheritedFrom": {
|
|
4970
|
+
"name": "Badge",
|
|
4971
|
+
"module": "src/badge/badge.ts"
|
|
4972
|
+
}
|
|
5028
4973
|
},
|
|
4974
|
+
{
|
|
4975
|
+
"type": {
|
|
4976
|
+
"text": "boolean"
|
|
4977
|
+
},
|
|
4978
|
+
"description": "Indicates the element should be circular",
|
|
4979
|
+
"fieldName": "circular",
|
|
4980
|
+
"inheritedFrom": {
|
|
4981
|
+
"name": "Badge",
|
|
4982
|
+
"module": "src/badge/badge.ts"
|
|
4983
|
+
}
|
|
4984
|
+
}
|
|
4985
|
+
],
|
|
4986
|
+
"members": [
|
|
5029
4987
|
{
|
|
5030
4988
|
"kind": "field",
|
|
5031
|
-
"name": "
|
|
4989
|
+
"name": "fill",
|
|
5032
4990
|
"type": {
|
|
5033
|
-
"text": "
|
|
4991
|
+
"text": "string"
|
|
4992
|
+
},
|
|
4993
|
+
"privacy": "public",
|
|
4994
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4995
|
+
"inheritedFrom": {
|
|
4996
|
+
"name": "Badge",
|
|
4997
|
+
"module": "src/badge/badge.ts"
|
|
5034
4998
|
}
|
|
5035
4999
|
},
|
|
5036
5000
|
{
|
|
5037
|
-
"kind": "
|
|
5038
|
-
"name": "
|
|
5001
|
+
"kind": "field",
|
|
5002
|
+
"name": "color",
|
|
5003
|
+
"type": {
|
|
5004
|
+
"text": "string"
|
|
5005
|
+
},
|
|
5039
5006
|
"privacy": "public",
|
|
5040
|
-
"
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5007
|
+
"description": "Indicates the badge should have a filled style.",
|
|
5008
|
+
"inheritedFrom": {
|
|
5009
|
+
"name": "Badge",
|
|
5010
|
+
"module": "src/badge/badge.ts"
|
|
5011
|
+
}
|
|
5012
|
+
},
|
|
5013
|
+
{
|
|
5014
|
+
"kind": "field",
|
|
5015
|
+
"name": "circular",
|
|
5016
|
+
"type": {
|
|
5017
|
+
"text": "boolean"
|
|
5044
5018
|
},
|
|
5045
|
-
"
|
|
5019
|
+
"privacy": "public",
|
|
5020
|
+
"description": "Indicates the element should be circular",
|
|
5021
|
+
"inheritedFrom": {
|
|
5022
|
+
"name": "Badge",
|
|
5023
|
+
"module": "src/badge/badge.ts"
|
|
5024
|
+
}
|
|
5046
5025
|
},
|
|
5047
5026
|
{
|
|
5048
|
-
"kind": "
|
|
5049
|
-
"name": "
|
|
5027
|
+
"kind": "field",
|
|
5028
|
+
"name": "generateBadgeStyle",
|
|
5050
5029
|
"privacy": "public",
|
|
5051
|
-
"
|
|
5030
|
+
"inheritedFrom": {
|
|
5031
|
+
"name": "Badge",
|
|
5032
|
+
"module": "src/badge/badge.ts"
|
|
5033
|
+
}
|
|
5052
5034
|
},
|
|
5053
5035
|
{
|
|
5054
5036
|
"kind": "field",
|
|
@@ -5161,51 +5143,69 @@
|
|
|
5161
5143
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5162
5144
|
}
|
|
5163
5145
|
}
|
|
5164
|
-
]
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5146
|
+
]
|
|
5147
|
+
},
|
|
5148
|
+
{
|
|
5149
|
+
"kind": "variable",
|
|
5150
|
+
"name": "foundationBadgeShadowOptions",
|
|
5151
|
+
"type": {
|
|
5152
|
+
"text": "ShadowRootInit"
|
|
5168
5153
|
},
|
|
5169
|
-
"
|
|
5170
|
-
"customElement": true
|
|
5154
|
+
"default": "undefined"
|
|
5171
5155
|
},
|
|
5172
5156
|
{
|
|
5173
5157
|
"kind": "variable",
|
|
5174
|
-
"name": "
|
|
5175
|
-
"
|
|
5158
|
+
"name": "defaultBadgeConfig",
|
|
5159
|
+
"type": {
|
|
5160
|
+
"text": "object"
|
|
5161
|
+
},
|
|
5162
|
+
"default": "{}"
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"kind": "variable",
|
|
5166
|
+
"name": "foundationBadge",
|
|
5167
|
+
"description": "The Foundation Badge",
|
|
5176
5168
|
"privacy": "public"
|
|
5177
5169
|
}
|
|
5178
5170
|
],
|
|
5179
5171
|
"exports": [
|
|
5180
5172
|
{
|
|
5181
5173
|
"kind": "js",
|
|
5182
|
-
"name": "
|
|
5174
|
+
"name": "Badge",
|
|
5183
5175
|
"declaration": {
|
|
5184
|
-
"name": "
|
|
5185
|
-
"module": "src/
|
|
5176
|
+
"name": "Badge",
|
|
5177
|
+
"module": "src/badge/badge.ts"
|
|
5186
5178
|
}
|
|
5187
5179
|
},
|
|
5188
5180
|
{
|
|
5189
5181
|
"kind": "js",
|
|
5190
|
-
"name": "
|
|
5182
|
+
"name": "foundationBadgeShadowOptions",
|
|
5191
5183
|
"declaration": {
|
|
5192
|
-
"name": "
|
|
5193
|
-
"module": "src/
|
|
5184
|
+
"name": "foundationBadgeShadowOptions",
|
|
5185
|
+
"module": "src/badge/badge.ts"
|
|
5194
5186
|
}
|
|
5195
5187
|
},
|
|
5196
5188
|
{
|
|
5197
5189
|
"kind": "js",
|
|
5198
|
-
"name": "
|
|
5190
|
+
"name": "defaultBadgeConfig",
|
|
5199
5191
|
"declaration": {
|
|
5200
|
-
"name": "
|
|
5201
|
-
"module": "src/
|
|
5192
|
+
"name": "defaultBadgeConfig",
|
|
5193
|
+
"module": "src/badge/badge.ts"
|
|
5194
|
+
}
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "js",
|
|
5198
|
+
"name": "foundationBadge",
|
|
5199
|
+
"declaration": {
|
|
5200
|
+
"name": "foundationBadge",
|
|
5201
|
+
"module": "src/badge/badge.ts"
|
|
5202
5202
|
}
|
|
5203
5203
|
}
|
|
5204
5204
|
]
|
|
5205
5205
|
},
|
|
5206
5206
|
{
|
|
5207
5207
|
"kind": "javascript-module",
|
|
5208
|
-
"path": "src/
|
|
5208
|
+
"path": "src/badge/index.ts",
|
|
5209
5209
|
"declarations": [],
|
|
5210
5210
|
"exports": [
|
|
5211
5211
|
{
|
|
@@ -5213,7 +5213,7 @@
|
|
|
5213
5213
|
"name": "*",
|
|
5214
5214
|
"declaration": {
|
|
5215
5215
|
"name": "*",
|
|
5216
|
-
"package": "./
|
|
5216
|
+
"package": "./badge.template"
|
|
5217
5217
|
}
|
|
5218
5218
|
},
|
|
5219
5219
|
{
|
|
@@ -5221,7 +5221,7 @@
|
|
|
5221
5221
|
"name": "*",
|
|
5222
5222
|
"declaration": {
|
|
5223
5223
|
"name": "*",
|
|
5224
|
-
"package": "./
|
|
5224
|
+
"package": "./badge.styles"
|
|
5225
5225
|
}
|
|
5226
5226
|
},
|
|
5227
5227
|
{
|
|
@@ -5229,7 +5229,7 @@
|
|
|
5229
5229
|
"name": "*",
|
|
5230
5230
|
"declaration": {
|
|
5231
5231
|
"name": "*",
|
|
5232
|
-
"package": "./
|
|
5232
|
+
"package": "./badge"
|
|
5233
5233
|
}
|
|
5234
5234
|
}
|
|
5235
5235
|
]
|