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