@genesislcap/foundation-ui 14.192.0 → 14.192.2-publicpath.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +990 -990
- package/package.json +16 -16
|
@@ -1471,34 +1471,11 @@
|
|
|
1471
1471
|
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/
|
|
1474
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1475
1475
|
"declarations": [
|
|
1476
1476
|
{
|
|
1477
1477
|
"kind": "function",
|
|
1478
|
-
"name": "
|
|
1479
|
-
"return": {
|
|
1480
|
-
"type": {
|
|
1481
|
-
"text": "ElementStyles"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"parameters": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "context",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "ElementDefinitionContext"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "definition",
|
|
1493
|
-
"type": {
|
|
1494
|
-
"text": "FoundationElementDefinition"
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "function",
|
|
1501
|
-
"name": "foundationActionsMenuStyles",
|
|
1478
|
+
"name": "foundationAnchorStyles",
|
|
1502
1479
|
"return": {
|
|
1503
1480
|
"type": {
|
|
1504
1481
|
"text": "ElementStyles"
|
|
@@ -1523,269 +1500,292 @@
|
|
|
1523
1500
|
"exports": [
|
|
1524
1501
|
{
|
|
1525
1502
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1527
|
-
"declaration": {
|
|
1528
|
-
"name": "actionsMenuBaseStyles",
|
|
1529
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"kind": "js",
|
|
1534
|
-
"name": "foundationActionsMenuStyles",
|
|
1503
|
+
"name": "foundationAnchorStyles",
|
|
1535
1504
|
"declaration": {
|
|
1536
|
-
"name": "
|
|
1537
|
-
"module": "src/
|
|
1505
|
+
"name": "foundationAnchorStyles",
|
|
1506
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1538
1507
|
}
|
|
1539
1508
|
}
|
|
1540
1509
|
]
|
|
1541
1510
|
},
|
|
1542
1511
|
{
|
|
1543
1512
|
"kind": "javascript-module",
|
|
1544
|
-
"path": "src/
|
|
1513
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1545
1514
|
"declarations": [
|
|
1546
1515
|
{
|
|
1547
1516
|
"kind": "function",
|
|
1548
|
-
"name": "
|
|
1517
|
+
"name": "foundationAnchorTemplate",
|
|
1518
|
+
"return": {
|
|
1519
|
+
"type": {
|
|
1520
|
+
"text": "ViewTemplate<Anchor>"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1549
1523
|
"parameters": [
|
|
1550
1524
|
{
|
|
1551
|
-
"name": "
|
|
1525
|
+
"name": "context",
|
|
1552
1526
|
"type": {
|
|
1553
|
-
"text": "
|
|
1527
|
+
"text": "ElementDefinitionContext"
|
|
1554
1528
|
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "function",
|
|
1560
|
-
"name": "singleOptionTemplate",
|
|
1561
|
-
"parameters": [
|
|
1529
|
+
},
|
|
1562
1530
|
{
|
|
1563
|
-
"name": "
|
|
1531
|
+
"name": "definition",
|
|
1564
1532
|
"type": {
|
|
1565
|
-
"text": "
|
|
1533
|
+
"text": "FoundationElementDefinition"
|
|
1566
1534
|
}
|
|
1567
1535
|
}
|
|
1568
1536
|
]
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"kind": "variable",
|
|
1572
|
-
"name": "foundationActionsMenuTemplate",
|
|
1573
|
-
"type": {
|
|
1574
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1575
|
-
},
|
|
1576
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1577
1537
|
}
|
|
1578
1538
|
],
|
|
1579
1539
|
"exports": [
|
|
1580
1540
|
{
|
|
1581
1541
|
"kind": "js",
|
|
1582
|
-
"name": "
|
|
1583
|
-
"declaration": {
|
|
1584
|
-
"name": "menuTemplate",
|
|
1585
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"kind": "js",
|
|
1590
|
-
"name": "singleOptionTemplate",
|
|
1591
|
-
"declaration": {
|
|
1592
|
-
"name": "singleOptionTemplate",
|
|
1593
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "js",
|
|
1598
|
-
"name": "foundationActionsMenuTemplate",
|
|
1542
|
+
"name": "foundationAnchorTemplate",
|
|
1599
1543
|
"declaration": {
|
|
1600
|
-
"name": "
|
|
1601
|
-
"module": "src/
|
|
1544
|
+
"name": "foundationAnchorTemplate",
|
|
1545
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1602
1546
|
}
|
|
1603
1547
|
}
|
|
1604
1548
|
]
|
|
1605
1549
|
},
|
|
1606
1550
|
{
|
|
1607
1551
|
"kind": "javascript-module",
|
|
1608
|
-
"path": "src/
|
|
1552
|
+
"path": "src/anchor/anchor.ts",
|
|
1609
1553
|
"declarations": [
|
|
1610
1554
|
{
|
|
1611
1555
|
"kind": "class",
|
|
1612
1556
|
"description": "",
|
|
1613
|
-
"name": "
|
|
1614
|
-
"
|
|
1557
|
+
"name": "Anchor",
|
|
1558
|
+
"superclass": {
|
|
1559
|
+
"name": "FASTAnchor",
|
|
1560
|
+
"package": "@microsoft/fast-components"
|
|
1561
|
+
},
|
|
1562
|
+
"tagName": "%%prefix%%-anchor",
|
|
1563
|
+
"customElement": true,
|
|
1564
|
+
"attributes": [
|
|
1615
1565
|
{
|
|
1616
|
-
"
|
|
1617
|
-
"name": "actions",
|
|
1566
|
+
"name": "download",
|
|
1618
1567
|
"type": {
|
|
1619
|
-
"text": "
|
|
1568
|
+
"text": "string"
|
|
1569
|
+
},
|
|
1570
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1571
|
+
"fieldName": "download",
|
|
1572
|
+
"inheritedFrom": {
|
|
1573
|
+
"name": "Anchor",
|
|
1574
|
+
"module": "src/anchor/anchor.ts"
|
|
1620
1575
|
}
|
|
1621
1576
|
},
|
|
1622
1577
|
{
|
|
1623
|
-
"
|
|
1624
|
-
"name": "isVertical",
|
|
1578
|
+
"name": "href",
|
|
1625
1579
|
"type": {
|
|
1626
|
-
"text": "
|
|
1580
|
+
"text": "string"
|
|
1627
1581
|
},
|
|
1628
|
-
"
|
|
1582
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1583
|
+
"fieldName": "href",
|
|
1584
|
+
"inheritedFrom": {
|
|
1585
|
+
"name": "Anchor",
|
|
1586
|
+
"module": "src/anchor/anchor.ts"
|
|
1587
|
+
}
|
|
1629
1588
|
},
|
|
1630
1589
|
{
|
|
1631
|
-
"
|
|
1632
|
-
"name": "addDefaultActions",
|
|
1590
|
+
"name": "hreflang",
|
|
1633
1591
|
"type": {
|
|
1634
|
-
"text": "
|
|
1592
|
+
"text": "string"
|
|
1635
1593
|
},
|
|
1636
|
-
"
|
|
1594
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1595
|
+
"fieldName": "hreflang",
|
|
1596
|
+
"inheritedFrom": {
|
|
1597
|
+
"name": "Anchor",
|
|
1598
|
+
"module": "src/anchor/anchor.ts"
|
|
1599
|
+
}
|
|
1637
1600
|
},
|
|
1638
1601
|
{
|
|
1639
|
-
"
|
|
1640
|
-
"name": "autoCloseOnAction",
|
|
1602
|
+
"name": "ping",
|
|
1641
1603
|
"type": {
|
|
1642
|
-
"text": "
|
|
1604
|
+
"text": "string"
|
|
1643
1605
|
},
|
|
1644
|
-
"
|
|
1606
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1607
|
+
"fieldName": "ping",
|
|
1608
|
+
"inheritedFrom": {
|
|
1609
|
+
"name": "Anchor",
|
|
1610
|
+
"module": "src/anchor/anchor.ts"
|
|
1611
|
+
}
|
|
1645
1612
|
},
|
|
1646
1613
|
{
|
|
1647
|
-
"
|
|
1648
|
-
"name": "classNames",
|
|
1614
|
+
"name": "referrerpolicy",
|
|
1649
1615
|
"type": {
|
|
1650
1616
|
"text": "string"
|
|
1617
|
+
},
|
|
1618
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1619
|
+
"fieldName": "referrerpolicy",
|
|
1620
|
+
"inheritedFrom": {
|
|
1621
|
+
"name": "Anchor",
|
|
1622
|
+
"module": "src/anchor/anchor.ts"
|
|
1651
1623
|
}
|
|
1652
1624
|
},
|
|
1653
1625
|
{
|
|
1654
|
-
"
|
|
1655
|
-
"name": "definition",
|
|
1626
|
+
"name": "rel",
|
|
1656
1627
|
"type": {
|
|
1657
|
-
"text": "
|
|
1628
|
+
"text": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1631
|
+
"fieldName": "rel",
|
|
1632
|
+
"inheritedFrom": {
|
|
1633
|
+
"name": "Anchor",
|
|
1634
|
+
"module": "src/anchor/anchor.ts"
|
|
1658
1635
|
}
|
|
1659
1636
|
},
|
|
1660
1637
|
{
|
|
1661
|
-
"
|
|
1662
|
-
"name": "name",
|
|
1638
|
+
"name": "target",
|
|
1663
1639
|
"type": {
|
|
1664
|
-
"text": "
|
|
1640
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1665
1641
|
},
|
|
1666
|
-
"
|
|
1642
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1643
|
+
"fieldName": "target",
|
|
1644
|
+
"inheritedFrom": {
|
|
1645
|
+
"name": "Anchor",
|
|
1646
|
+
"module": "src/anchor/anchor.ts"
|
|
1647
|
+
}
|
|
1667
1648
|
},
|
|
1668
1649
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"name": "open",
|
|
1650
|
+
"name": "type",
|
|
1671
1651
|
"type": {
|
|
1672
|
-
"text": "
|
|
1652
|
+
"text": "string"
|
|
1673
1653
|
},
|
|
1674
|
-
"
|
|
1675
|
-
|
|
1654
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1655
|
+
"fieldName": "type",
|
|
1656
|
+
"inheritedFrom": {
|
|
1657
|
+
"name": "Anchor",
|
|
1658
|
+
"module": "src/anchor/anchor.ts"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
"members": [
|
|
1676
1663
|
{
|
|
1677
1664
|
"kind": "field",
|
|
1678
|
-
"name": "
|
|
1665
|
+
"name": "download",
|
|
1679
1666
|
"type": {
|
|
1680
1667
|
"text": "string"
|
|
1668
|
+
},
|
|
1669
|
+
"privacy": "public",
|
|
1670
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1671
|
+
"inheritedFrom": {
|
|
1672
|
+
"name": "Anchor",
|
|
1673
|
+
"module": "src/anchor/anchor.ts"
|
|
1681
1674
|
}
|
|
1682
1675
|
},
|
|
1683
1676
|
{
|
|
1684
1677
|
"kind": "field",
|
|
1685
|
-
"name": "
|
|
1678
|
+
"name": "href",
|
|
1686
1679
|
"type": {
|
|
1687
|
-
"text": "
|
|
1680
|
+
"text": "string"
|
|
1688
1681
|
},
|
|
1689
|
-
"
|
|
1682
|
+
"privacy": "public",
|
|
1683
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1684
|
+
"inheritedFrom": {
|
|
1685
|
+
"name": "Anchor",
|
|
1686
|
+
"module": "src/anchor/anchor.ts"
|
|
1687
|
+
}
|
|
1690
1688
|
},
|
|
1691
1689
|
{
|
|
1692
1690
|
"kind": "field",
|
|
1693
|
-
"name": "
|
|
1691
|
+
"name": "hreflang",
|
|
1694
1692
|
"type": {
|
|
1695
|
-
"text": "
|
|
1693
|
+
"text": "string"
|
|
1696
1694
|
},
|
|
1697
|
-
"
|
|
1695
|
+
"privacy": "public",
|
|
1696
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1697
|
+
"inheritedFrom": {
|
|
1698
|
+
"name": "Anchor",
|
|
1699
|
+
"module": "src/anchor/anchor.ts"
|
|
1700
|
+
}
|
|
1698
1701
|
},
|
|
1699
1702
|
{
|
|
1700
1703
|
"kind": "field",
|
|
1701
|
-
"name": "
|
|
1704
|
+
"name": "ping",
|
|
1702
1705
|
"type": {
|
|
1703
|
-
"text": "
|
|
1706
|
+
"text": "string"
|
|
1707
|
+
},
|
|
1708
|
+
"privacy": "public",
|
|
1709
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1710
|
+
"inheritedFrom": {
|
|
1711
|
+
"name": "Anchor",
|
|
1712
|
+
"module": "src/anchor/anchor.ts"
|
|
1704
1713
|
}
|
|
1705
1714
|
},
|
|
1706
1715
|
{
|
|
1707
1716
|
"kind": "field",
|
|
1708
|
-
"name": "
|
|
1717
|
+
"name": "referrerpolicy",
|
|
1709
1718
|
"type": {
|
|
1710
|
-
"text": "
|
|
1719
|
+
"text": "string"
|
|
1720
|
+
},
|
|
1721
|
+
"privacy": "public",
|
|
1722
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1723
|
+
"inheritedFrom": {
|
|
1724
|
+
"name": "Anchor",
|
|
1725
|
+
"module": "src/anchor/anchor.ts"
|
|
1711
1726
|
}
|
|
1712
1727
|
},
|
|
1713
1728
|
{
|
|
1714
|
-
"kind": "
|
|
1715
|
-
"name": "
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
"name": "newValue",
|
|
1726
|
-
"type": {
|
|
1727
|
-
"text": "any"
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "method",
|
|
1734
|
-
"name": "openChanged",
|
|
1735
|
-
"privacy": "protected"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"kind": "method",
|
|
1739
|
-
"name": "toggleActionsMenuVisibility"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"kind": "method",
|
|
1743
|
-
"name": "onActionMenuItemClick",
|
|
1744
|
-
"parameters": [
|
|
1745
|
-
{
|
|
1746
|
-
"name": "callback",
|
|
1747
|
-
"type": {
|
|
1748
|
-
"text": "(rowData) => void | any"
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
]
|
|
1729
|
+
"kind": "field",
|
|
1730
|
+
"name": "rel",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "string"
|
|
1733
|
+
},
|
|
1734
|
+
"privacy": "public",
|
|
1735
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1736
|
+
"inheritedFrom": {
|
|
1737
|
+
"name": "Anchor",
|
|
1738
|
+
"module": "src/anchor/anchor.ts"
|
|
1739
|
+
}
|
|
1752
1740
|
},
|
|
1753
1741
|
{
|
|
1754
1742
|
"kind": "field",
|
|
1755
|
-
"name": "
|
|
1743
|
+
"name": "target",
|
|
1756
1744
|
"type": {
|
|
1757
|
-
"text": "
|
|
1745
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1758
1746
|
},
|
|
1759
|
-
"
|
|
1747
|
+
"privacy": "public",
|
|
1748
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1749
|
+
"inheritedFrom": {
|
|
1750
|
+
"name": "Anchor",
|
|
1751
|
+
"module": "src/anchor/anchor.ts"
|
|
1752
|
+
}
|
|
1760
1753
|
},
|
|
1761
1754
|
{
|
|
1762
1755
|
"kind": "field",
|
|
1763
|
-
"name": "
|
|
1764
|
-
"
|
|
1756
|
+
"name": "type",
|
|
1757
|
+
"type": {
|
|
1758
|
+
"text": "string"
|
|
1759
|
+
},
|
|
1760
|
+
"privacy": "public",
|
|
1761
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1762
|
+
"inheritedFrom": {
|
|
1763
|
+
"name": "Anchor",
|
|
1764
|
+
"module": "src/anchor/anchor.ts"
|
|
1765
|
+
}
|
|
1765
1766
|
},
|
|
1766
1767
|
{
|
|
1767
|
-
"kind": "
|
|
1768
|
-
"name": "
|
|
1769
|
-
"
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1768
|
+
"kind": "field",
|
|
1769
|
+
"name": "control",
|
|
1770
|
+
"type": {
|
|
1771
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1772
|
+
},
|
|
1773
|
+
"privacy": "public",
|
|
1774
|
+
"description": "References the root element",
|
|
1775
|
+
"inheritedFrom": {
|
|
1776
|
+
"name": "Anchor",
|
|
1777
|
+
"module": "src/anchor/anchor.ts"
|
|
1778
|
+
}
|
|
1777
1779
|
},
|
|
1778
1780
|
{
|
|
1779
|
-
"kind": "
|
|
1780
|
-
"name": "
|
|
1781
|
-
"
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
}
|
|
1788
|
-
]
|
|
1781
|
+
"kind": "field",
|
|
1782
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1783
|
+
"privacy": "private",
|
|
1784
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1785
|
+
"inheritedFrom": {
|
|
1786
|
+
"name": "Anchor",
|
|
1787
|
+
"module": "src/anchor/anchor.ts"
|
|
1788
|
+
}
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
1791
|
"kind": "field",
|
|
@@ -1898,108 +1898,69 @@
|
|
|
1898
1898
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1899
1899
|
}
|
|
1900
1900
|
}
|
|
1901
|
-
]
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
"default": "false",
|
|
1909
|
-
"fieldName": "isVertical"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"name": "add-default-actions",
|
|
1913
|
-
"type": {
|
|
1914
|
-
"text": "boolean"
|
|
1915
|
-
},
|
|
1916
|
-
"default": "true",
|
|
1917
|
-
"fieldName": "addDefaultActions"
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"name": "auto-close-on-action",
|
|
1921
|
-
"type": {
|
|
1922
|
-
"text": "boolean"
|
|
1923
|
-
},
|
|
1924
|
-
"default": "true",
|
|
1925
|
-
"fieldName": "autoCloseOnAction"
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"name": "name",
|
|
1929
|
-
"type": {
|
|
1930
|
-
"text": "string"
|
|
1931
|
-
},
|
|
1932
|
-
"default": "'Actions'",
|
|
1933
|
-
"fieldName": "name"
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"name": "open",
|
|
1937
|
-
"type": {
|
|
1938
|
-
"text": "boolean"
|
|
1939
|
-
},
|
|
1940
|
-
"default": "false",
|
|
1941
|
-
"fieldName": "open"
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"name": "buttonAppearance",
|
|
1945
|
-
"type": {
|
|
1946
|
-
"text": "string"
|
|
1947
|
-
},
|
|
1948
|
-
"fieldName": "buttonAppearance"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"name": "hide-disabled",
|
|
1952
|
-
"type": {
|
|
1953
|
-
"text": "boolean"
|
|
1954
|
-
},
|
|
1955
|
-
"default": "false",
|
|
1956
|
-
"fieldName": "hideDisabled"
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"name": "hide-menu-single-option",
|
|
1960
|
-
"type": {
|
|
1961
|
-
"text": "boolean"
|
|
1962
|
-
},
|
|
1963
|
-
"default": "false",
|
|
1964
|
-
"fieldName": "hideMenuSingleOption"
|
|
1965
|
-
}
|
|
1966
|
-
],
|
|
1967
|
-
"superclass": {
|
|
1968
|
-
"name": "FoundationElement",
|
|
1969
|
-
"package": "@microsoft/fast-foundation"
|
|
1901
|
+
]
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "variable",
|
|
1905
|
+
"name": "foundationAnchorShadowOptions",
|
|
1906
|
+
"type": {
|
|
1907
|
+
"text": "ShadowRootInit"
|
|
1970
1908
|
},
|
|
1971
|
-
"
|
|
1972
|
-
"customElement": true
|
|
1909
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1973
1910
|
},
|
|
1974
1911
|
{
|
|
1975
1912
|
"kind": "variable",
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1913
|
+
"name": "defaultAnchorConfig",
|
|
1914
|
+
"type": {
|
|
1915
|
+
"text": "object"
|
|
1916
|
+
},
|
|
1917
|
+
"default": "{}"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "variable",
|
|
1921
|
+
"name": "foundationAnchor",
|
|
1922
|
+
"description": "The Foundation Anchor",
|
|
1978
1923
|
"privacy": "public"
|
|
1979
1924
|
}
|
|
1980
1925
|
],
|
|
1981
1926
|
"exports": [
|
|
1982
1927
|
{
|
|
1983
1928
|
"kind": "js",
|
|
1984
|
-
"name": "
|
|
1929
|
+
"name": "Anchor",
|
|
1985
1930
|
"declaration": {
|
|
1986
|
-
"name": "
|
|
1987
|
-
"module": "src/
|
|
1931
|
+
"name": "Anchor",
|
|
1932
|
+
"module": "src/anchor/anchor.ts"
|
|
1988
1933
|
}
|
|
1989
1934
|
},
|
|
1990
1935
|
{
|
|
1991
1936
|
"kind": "js",
|
|
1992
|
-
"name": "
|
|
1937
|
+
"name": "foundationAnchorShadowOptions",
|
|
1993
1938
|
"declaration": {
|
|
1994
|
-
"name": "
|
|
1995
|
-
"module": "src/
|
|
1939
|
+
"name": "foundationAnchorShadowOptions",
|
|
1940
|
+
"module": "src/anchor/anchor.ts"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "defaultAnchorConfig",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "defaultAnchorConfig",
|
|
1948
|
+
"module": "src/anchor/anchor.ts"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "foundationAnchor",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "foundationAnchor",
|
|
1956
|
+
"module": "src/anchor/anchor.ts"
|
|
1996
1957
|
}
|
|
1997
1958
|
}
|
|
1998
1959
|
]
|
|
1999
1960
|
},
|
|
2000
1961
|
{
|
|
2001
1962
|
"kind": "javascript-module",
|
|
2002
|
-
"path": "src/
|
|
1963
|
+
"path": "src/anchor/index.ts",
|
|
2003
1964
|
"declarations": [],
|
|
2004
1965
|
"exports": [
|
|
2005
1966
|
{
|
|
@@ -2007,7 +1968,7 @@
|
|
|
2007
1968
|
"name": "*",
|
|
2008
1969
|
"declaration": {
|
|
2009
1970
|
"name": "*",
|
|
2010
|
-
"package": "./
|
|
1971
|
+
"package": "./anchor.template"
|
|
2011
1972
|
}
|
|
2012
1973
|
},
|
|
2013
1974
|
{
|
|
@@ -2015,7 +1976,7 @@
|
|
|
2015
1976
|
"name": "*",
|
|
2016
1977
|
"declaration": {
|
|
2017
1978
|
"name": "*",
|
|
2018
|
-
"package": "./
|
|
1979
|
+
"package": "./anchor.styles"
|
|
2019
1980
|
}
|
|
2020
1981
|
},
|
|
2021
1982
|
{
|
|
@@ -2023,18 +1984,18 @@
|
|
|
2023
1984
|
"name": "*",
|
|
2024
1985
|
"declaration": {
|
|
2025
1986
|
"name": "*",
|
|
2026
|
-
"package": "./
|
|
1987
|
+
"package": "./anchor"
|
|
2027
1988
|
}
|
|
2028
1989
|
}
|
|
2029
1990
|
]
|
|
2030
1991
|
},
|
|
2031
1992
|
{
|
|
2032
1993
|
"kind": "javascript-module",
|
|
2033
|
-
"path": "src/
|
|
1994
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2034
1995
|
"declarations": [
|
|
2035
1996
|
{
|
|
2036
1997
|
"kind": "function",
|
|
2037
|
-
"name": "
|
|
1998
|
+
"name": "actionsMenuBaseStyles",
|
|
2038
1999
|
"return": {
|
|
2039
2000
|
"type": {
|
|
2040
2001
|
"text": "ElementStyles"
|
|
@@ -2054,29 +2015,13 @@
|
|
|
2054
2015
|
}
|
|
2055
2016
|
}
|
|
2056
2017
|
]
|
|
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": [
|
|
2018
|
+
},
|
|
2074
2019
|
{
|
|
2075
2020
|
"kind": "function",
|
|
2076
|
-
"name": "
|
|
2021
|
+
"name": "foundationActionsMenuStyles",
|
|
2077
2022
|
"return": {
|
|
2078
2023
|
"type": {
|
|
2079
|
-
"text": "
|
|
2024
|
+
"text": "ElementStyles"
|
|
2080
2025
|
}
|
|
2081
2026
|
},
|
|
2082
2027
|
"parameters": [
|
|
@@ -2098,253 +2043,269 @@
|
|
|
2098
2043
|
"exports": [
|
|
2099
2044
|
{
|
|
2100
2045
|
"kind": "js",
|
|
2101
|
-
"name": "
|
|
2046
|
+
"name": "actionsMenuBaseStyles",
|
|
2102
2047
|
"declaration": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"module": "src/
|
|
2048
|
+
"name": "actionsMenuBaseStyles",
|
|
2049
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"kind": "js",
|
|
2054
|
+
"name": "foundationActionsMenuStyles",
|
|
2055
|
+
"declaration": {
|
|
2056
|
+
"name": "foundationActionsMenuStyles",
|
|
2057
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2105
2058
|
}
|
|
2106
2059
|
}
|
|
2107
2060
|
]
|
|
2108
2061
|
},
|
|
2109
2062
|
{
|
|
2110
2063
|
"kind": "javascript-module",
|
|
2111
|
-
"path": "src/
|
|
2064
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2112
2065
|
"declarations": [
|
|
2113
2066
|
{
|
|
2114
|
-
"kind": "
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2117
|
-
"superclass": {
|
|
2118
|
-
"name": "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",
|
|
2131
|
-
"inheritedFrom": {
|
|
2132
|
-
"name": "Anchor",
|
|
2133
|
-
"module": "src/anchor/anchor.ts"
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2067
|
+
"kind": "function",
|
|
2068
|
+
"name": "menuTemplate",
|
|
2069
|
+
"parameters": [
|
|
2136
2070
|
{
|
|
2137
|
-
"name": "
|
|
2071
|
+
"name": "prefix",
|
|
2138
2072
|
"type": {
|
|
2139
2073
|
"text": "string"
|
|
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",
|
|
2143
|
-
"inheritedFrom": {
|
|
2144
|
-
"name": "Anchor",
|
|
2145
|
-
"module": "src/anchor/anchor.ts"
|
|
2146
2074
|
}
|
|
2147
|
-
}
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"kind": "function",
|
|
2080
|
+
"name": "singleOptionTemplate",
|
|
2081
|
+
"parameters": [
|
|
2148
2082
|
{
|
|
2149
|
-
"name": "
|
|
2083
|
+
"name": "prefix",
|
|
2150
2084
|
"type": {
|
|
2151
2085
|
"text": "string"
|
|
2152
|
-
},
|
|
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",
|
|
2155
|
-
"inheritedFrom": {
|
|
2156
|
-
"name": "Anchor",
|
|
2157
|
-
"module": "src/anchor/anchor.ts"
|
|
2158
2086
|
}
|
|
2159
|
-
}
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "variable",
|
|
2092
|
+
"name": "foundationActionsMenuTemplate",
|
|
2093
|
+
"type": {
|
|
2094
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2095
|
+
},
|
|
2096
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2097
|
+
}
|
|
2098
|
+
],
|
|
2099
|
+
"exports": [
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "js",
|
|
2102
|
+
"name": "menuTemplate",
|
|
2103
|
+
"declaration": {
|
|
2104
|
+
"name": "menuTemplate",
|
|
2105
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "js",
|
|
2110
|
+
"name": "singleOptionTemplate",
|
|
2111
|
+
"declaration": {
|
|
2112
|
+
"name": "singleOptionTemplate",
|
|
2113
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "js",
|
|
2118
|
+
"name": "foundationActionsMenuTemplate",
|
|
2119
|
+
"declaration": {
|
|
2120
|
+
"name": "foundationActionsMenuTemplate",
|
|
2121
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"kind": "javascript-module",
|
|
2128
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2129
|
+
"declarations": [
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "class",
|
|
2132
|
+
"description": "",
|
|
2133
|
+
"name": "ActionsMenu",
|
|
2134
|
+
"members": [
|
|
2160
2135
|
{
|
|
2161
|
-
"
|
|
2136
|
+
"kind": "field",
|
|
2137
|
+
"name": "actions",
|
|
2162
2138
|
"type": {
|
|
2163
|
-
"text": "
|
|
2164
|
-
},
|
|
2165
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2166
|
-
"fieldName": "ping",
|
|
2167
|
-
"inheritedFrom": {
|
|
2168
|
-
"name": "Anchor",
|
|
2169
|
-
"module": "src/anchor/anchor.ts"
|
|
2139
|
+
"text": "ActionMenuItem[]"
|
|
2170
2140
|
}
|
|
2171
2141
|
},
|
|
2172
2142
|
{
|
|
2173
|
-
"
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "isVertical",
|
|
2174
2145
|
"type": {
|
|
2175
|
-
"text": "
|
|
2146
|
+
"text": "boolean"
|
|
2176
2147
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"fieldName": "referrerpolicy",
|
|
2179
|
-
"inheritedFrom": {
|
|
2180
|
-
"name": "Anchor",
|
|
2181
|
-
"module": "src/anchor/anchor.ts"
|
|
2182
|
-
}
|
|
2148
|
+
"default": "false"
|
|
2183
2149
|
},
|
|
2184
2150
|
{
|
|
2185
|
-
"
|
|
2151
|
+
"kind": "field",
|
|
2152
|
+
"name": "addDefaultActions",
|
|
2186
2153
|
"type": {
|
|
2187
|
-
"text": "
|
|
2154
|
+
"text": "boolean"
|
|
2188
2155
|
},
|
|
2189
|
-
"
|
|
2190
|
-
"fieldName": "rel",
|
|
2191
|
-
"inheritedFrom": {
|
|
2192
|
-
"name": "Anchor",
|
|
2193
|
-
"module": "src/anchor/anchor.ts"
|
|
2194
|
-
}
|
|
2156
|
+
"default": "true"
|
|
2195
2157
|
},
|
|
2196
2158
|
{
|
|
2197
|
-
"
|
|
2159
|
+
"kind": "field",
|
|
2160
|
+
"name": "autoCloseOnAction",
|
|
2198
2161
|
"type": {
|
|
2199
|
-
"text": "
|
|
2162
|
+
"text": "boolean"
|
|
2200
2163
|
},
|
|
2201
|
-
"
|
|
2202
|
-
"fieldName": "target",
|
|
2203
|
-
"inheritedFrom": {
|
|
2204
|
-
"name": "Anchor",
|
|
2205
|
-
"module": "src/anchor/anchor.ts"
|
|
2206
|
-
}
|
|
2164
|
+
"default": "true"
|
|
2207
2165
|
},
|
|
2208
2166
|
{
|
|
2209
|
-
"
|
|
2167
|
+
"kind": "field",
|
|
2168
|
+
"name": "classNames",
|
|
2210
2169
|
"type": {
|
|
2211
2170
|
"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
2171
|
}
|
|
2219
|
-
}
|
|
2220
|
-
],
|
|
2221
|
-
"members": [
|
|
2172
|
+
},
|
|
2222
2173
|
{
|
|
2223
2174
|
"kind": "field",
|
|
2224
|
-
"name": "
|
|
2175
|
+
"name": "definition",
|
|
2225
2176
|
"type": {
|
|
2226
|
-
"text": "
|
|
2227
|
-
},
|
|
2228
|
-
"privacy": "public",
|
|
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.",
|
|
2230
|
-
"inheritedFrom": {
|
|
2231
|
-
"name": "Anchor",
|
|
2232
|
-
"module": "src/anchor/anchor.ts"
|
|
2177
|
+
"text": "any"
|
|
2233
2178
|
}
|
|
2234
2179
|
},
|
|
2235
2180
|
{
|
|
2236
2181
|
"kind": "field",
|
|
2237
|
-
"name": "
|
|
2182
|
+
"name": "name",
|
|
2238
2183
|
"type": {
|
|
2239
2184
|
"text": "string"
|
|
2240
2185
|
},
|
|
2241
|
-
"
|
|
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.",
|
|
2243
|
-
"inheritedFrom": {
|
|
2244
|
-
"name": "Anchor",
|
|
2245
|
-
"module": "src/anchor/anchor.ts"
|
|
2246
|
-
}
|
|
2186
|
+
"default": "'Actions'"
|
|
2247
2187
|
},
|
|
2248
2188
|
{
|
|
2249
2189
|
"kind": "field",
|
|
2250
|
-
"name": "
|
|
2190
|
+
"name": "open",
|
|
2251
2191
|
"type": {
|
|
2252
|
-
"text": "
|
|
2192
|
+
"text": "boolean"
|
|
2253
2193
|
},
|
|
2254
|
-
"
|
|
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.",
|
|
2256
|
-
"inheritedFrom": {
|
|
2257
|
-
"name": "Anchor",
|
|
2258
|
-
"module": "src/anchor/anchor.ts"
|
|
2259
|
-
}
|
|
2194
|
+
"default": "false"
|
|
2260
2195
|
},
|
|
2261
2196
|
{
|
|
2262
2197
|
"kind": "field",
|
|
2263
|
-
"name": "
|
|
2198
|
+
"name": "buttonAppearance",
|
|
2264
2199
|
"type": {
|
|
2265
2200
|
"text": "string"
|
|
2266
|
-
},
|
|
2267
|
-
"privacy": "public",
|
|
2268
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2269
|
-
"inheritedFrom": {
|
|
2270
|
-
"name": "Anchor",
|
|
2271
|
-
"module": "src/anchor/anchor.ts"
|
|
2272
2201
|
}
|
|
2273
2202
|
},
|
|
2274
2203
|
{
|
|
2275
2204
|
"kind": "field",
|
|
2276
|
-
"name": "
|
|
2205
|
+
"name": "hideDisabled",
|
|
2277
2206
|
"type": {
|
|
2278
|
-
"text": "
|
|
2207
|
+
"text": "boolean"
|
|
2279
2208
|
},
|
|
2280
|
-
"
|
|
2281
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2282
|
-
"inheritedFrom": {
|
|
2283
|
-
"name": "Anchor",
|
|
2284
|
-
"module": "src/anchor/anchor.ts"
|
|
2285
|
-
}
|
|
2209
|
+
"default": "false"
|
|
2286
2210
|
},
|
|
2287
2211
|
{
|
|
2288
2212
|
"kind": "field",
|
|
2289
|
-
"name": "
|
|
2213
|
+
"name": "hideMenuSingleOption",
|
|
2290
2214
|
"type": {
|
|
2291
|
-
"text": "
|
|
2215
|
+
"text": "boolean"
|
|
2292
2216
|
},
|
|
2293
|
-
"
|
|
2294
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2295
|
-
"inheritedFrom": {
|
|
2296
|
-
"name": "Anchor",
|
|
2297
|
-
"module": "src/anchor/anchor.ts"
|
|
2298
|
-
}
|
|
2217
|
+
"default": "false"
|
|
2299
2218
|
},
|
|
2300
2219
|
{
|
|
2301
2220
|
"kind": "field",
|
|
2302
|
-
"name": "
|
|
2221
|
+
"name": "singleOption",
|
|
2303
2222
|
"type": {
|
|
2304
|
-
"text": "
|
|
2305
|
-
},
|
|
2306
|
-
"privacy": "public",
|
|
2307
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2308
|
-
"inheritedFrom": {
|
|
2309
|
-
"name": "Anchor",
|
|
2310
|
-
"module": "src/anchor/anchor.ts"
|
|
2223
|
+
"text": "ActionMenuItem"
|
|
2311
2224
|
}
|
|
2312
2225
|
},
|
|
2313
2226
|
{
|
|
2314
2227
|
"kind": "field",
|
|
2315
|
-
"name": "
|
|
2228
|
+
"name": "actionsMenu",
|
|
2316
2229
|
"type": {
|
|
2317
|
-
"text": "
|
|
2318
|
-
},
|
|
2319
|
-
"privacy": "public",
|
|
2320
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2321
|
-
"inheritedFrom": {
|
|
2322
|
-
"name": "Anchor",
|
|
2323
|
-
"module": "src/anchor/anchor.ts"
|
|
2230
|
+
"text": "HTMLElement"
|
|
2324
2231
|
}
|
|
2325
2232
|
},
|
|
2233
|
+
{
|
|
2234
|
+
"kind": "method",
|
|
2235
|
+
"name": "definitionChanged",
|
|
2236
|
+
"privacy": "protected",
|
|
2237
|
+
"parameters": [
|
|
2238
|
+
{
|
|
2239
|
+
"name": "oldValue",
|
|
2240
|
+
"type": {
|
|
2241
|
+
"text": "any"
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "newValue",
|
|
2246
|
+
"type": {
|
|
2247
|
+
"text": "any"
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"kind": "method",
|
|
2254
|
+
"name": "openChanged",
|
|
2255
|
+
"privacy": "protected"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "method",
|
|
2259
|
+
"name": "toggleActionsMenuVisibility"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "method",
|
|
2263
|
+
"name": "onActionMenuItemClick",
|
|
2264
|
+
"parameters": [
|
|
2265
|
+
{
|
|
2266
|
+
"name": "callback",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "(rowData) => void | any"
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2326
2273
|
{
|
|
2327
2274
|
"kind": "field",
|
|
2328
|
-
"name": "
|
|
2275
|
+
"name": "allActions",
|
|
2329
2276
|
"type": {
|
|
2330
|
-
"text": "
|
|
2277
|
+
"text": "ActionMenuItem[]"
|
|
2331
2278
|
},
|
|
2332
|
-
"
|
|
2333
|
-
"description": "References the root element",
|
|
2334
|
-
"inheritedFrom": {
|
|
2335
|
-
"name": "Anchor",
|
|
2336
|
-
"module": "src/anchor/anchor.ts"
|
|
2337
|
-
}
|
|
2279
|
+
"readonly": true
|
|
2338
2280
|
},
|
|
2339
2281
|
{
|
|
2340
2282
|
"kind": "field",
|
|
2341
|
-
"name": "
|
|
2342
|
-
"
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2283
|
+
"name": "rowData",
|
|
2284
|
+
"readonly": true
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "method",
|
|
2288
|
+
"name": "getLabel",
|
|
2289
|
+
"parameters": [
|
|
2290
|
+
{
|
|
2291
|
+
"name": "name",
|
|
2292
|
+
"type": {
|
|
2293
|
+
"text": "string | ((rowData: any) => string)"
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"kind": "method",
|
|
2300
|
+
"name": "getTemplate",
|
|
2301
|
+
"parameters": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "prefix",
|
|
2304
|
+
"type": {
|
|
2305
|
+
"text": "string"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
]
|
|
2348
2309
|
},
|
|
2349
2310
|
{
|
|
2350
2311
|
"kind": "field",
|
|
@@ -2457,69 +2418,108 @@
|
|
|
2457
2418
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2458
2419
|
}
|
|
2459
2420
|
}
|
|
2460
|
-
]
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2421
|
+
],
|
|
2422
|
+
"attributes": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "is-vertical",
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "boolean"
|
|
2427
|
+
},
|
|
2428
|
+
"default": "false",
|
|
2429
|
+
"fieldName": "isVertical"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "add-default-actions",
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"default": "true",
|
|
2437
|
+
"fieldName": "addDefaultActions"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "auto-close-on-action",
|
|
2441
|
+
"type": {
|
|
2442
|
+
"text": "boolean"
|
|
2443
|
+
},
|
|
2444
|
+
"default": "true",
|
|
2445
|
+
"fieldName": "autoCloseOnAction"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "name",
|
|
2449
|
+
"type": {
|
|
2450
|
+
"text": "string"
|
|
2451
|
+
},
|
|
2452
|
+
"default": "'Actions'",
|
|
2453
|
+
"fieldName": "name"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "open",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "boolean"
|
|
2459
|
+
},
|
|
2460
|
+
"default": "false",
|
|
2461
|
+
"fieldName": "open"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "buttonAppearance",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "string"
|
|
2467
|
+
},
|
|
2468
|
+
"fieldName": "buttonAppearance"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "hide-disabled",
|
|
2472
|
+
"type": {
|
|
2473
|
+
"text": "boolean"
|
|
2474
|
+
},
|
|
2475
|
+
"default": "false",
|
|
2476
|
+
"fieldName": "hideDisabled"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"name": "hide-menu-single-option",
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "boolean"
|
|
2482
|
+
},
|
|
2483
|
+
"default": "false",
|
|
2484
|
+
"fieldName": "hideMenuSingleOption"
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"superclass": {
|
|
2488
|
+
"name": "FoundationElement",
|
|
2489
|
+
"package": "@microsoft/fast-foundation"
|
|
2475
2490
|
},
|
|
2476
|
-
"
|
|
2491
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2492
|
+
"customElement": true
|
|
2477
2493
|
},
|
|
2478
2494
|
{
|
|
2479
2495
|
"kind": "variable",
|
|
2480
|
-
"name": "
|
|
2481
|
-
"description": "The Foundation
|
|
2496
|
+
"name": "foundationActionsMenu",
|
|
2497
|
+
"description": "The Foundation Actions Menu",
|
|
2482
2498
|
"privacy": "public"
|
|
2483
2499
|
}
|
|
2484
2500
|
],
|
|
2485
2501
|
"exports": [
|
|
2486
2502
|
{
|
|
2487
2503
|
"kind": "js",
|
|
2488
|
-
"name": "
|
|
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",
|
|
2504
|
+
"name": "ActionsMenu",
|
|
2505
2505
|
"declaration": {
|
|
2506
|
-
"name": "
|
|
2507
|
-
"module": "src/
|
|
2506
|
+
"name": "ActionsMenu",
|
|
2507
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2508
2508
|
}
|
|
2509
2509
|
},
|
|
2510
2510
|
{
|
|
2511
2511
|
"kind": "js",
|
|
2512
|
-
"name": "
|
|
2512
|
+
"name": "foundationActionsMenu",
|
|
2513
2513
|
"declaration": {
|
|
2514
|
-
"name": "
|
|
2515
|
-
"module": "src/
|
|
2514
|
+
"name": "foundationActionsMenu",
|
|
2515
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2516
2516
|
}
|
|
2517
2517
|
}
|
|
2518
2518
|
]
|
|
2519
2519
|
},
|
|
2520
2520
|
{
|
|
2521
2521
|
"kind": "javascript-module",
|
|
2522
|
-
"path": "src/
|
|
2522
|
+
"path": "src/actions-menu/index.ts",
|
|
2523
2523
|
"declarations": [],
|
|
2524
2524
|
"exports": [
|
|
2525
2525
|
{
|
|
@@ -2527,7 +2527,7 @@
|
|
|
2527
2527
|
"name": "*",
|
|
2528
2528
|
"declaration": {
|
|
2529
2529
|
"name": "*",
|
|
2530
|
-
"package": "./
|
|
2530
|
+
"package": "./actions-menu.styles"
|
|
2531
2531
|
}
|
|
2532
2532
|
},
|
|
2533
2533
|
{
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
"name": "*",
|
|
2536
2536
|
"declaration": {
|
|
2537
2537
|
"name": "*",
|
|
2538
|
-
"package": "./
|
|
2538
|
+
"package": "./actions-menu.template"
|
|
2539
2539
|
}
|
|
2540
2540
|
},
|
|
2541
2541
|
{
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
"name": "*",
|
|
2544
2544
|
"declaration": {
|
|
2545
2545
|
"name": "*",
|
|
2546
|
-
"package": "./
|
|
2546
|
+
"package": "./actions-menu"
|
|
2547
2547
|
}
|
|
2548
2548
|
}
|
|
2549
2549
|
]
|
|
@@ -15855,323 +15855,6 @@
|
|
|
15855
15855
|
}
|
|
15856
15856
|
]
|
|
15857
15857
|
},
|
|
15858
|
-
{
|
|
15859
|
-
"kind": "javascript-module",
|
|
15860
|
-
"path": "src/error-dialog/error-dialog.styles.ts",
|
|
15861
|
-
"declarations": [
|
|
15862
|
-
{
|
|
15863
|
-
"kind": "variable",
|
|
15864
|
-
"name": "foundationErrorDialogStyles",
|
|
15865
|
-
"type": {
|
|
15866
|
-
"text": "ElementStyles"
|
|
15867
|
-
},
|
|
15868
|
-
"default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
|
|
15869
|
-
}
|
|
15870
|
-
],
|
|
15871
|
-
"exports": [
|
|
15872
|
-
{
|
|
15873
|
-
"kind": "js",
|
|
15874
|
-
"name": "foundationErrorDialogStyles",
|
|
15875
|
-
"declaration": {
|
|
15876
|
-
"name": "foundationErrorDialogStyles",
|
|
15877
|
-
"module": "src/error-dialog/error-dialog.styles.ts"
|
|
15878
|
-
}
|
|
15879
|
-
}
|
|
15880
|
-
]
|
|
15881
|
-
},
|
|
15882
|
-
{
|
|
15883
|
-
"kind": "javascript-module",
|
|
15884
|
-
"path": "src/error-dialog/error-dialog.template.ts",
|
|
15885
|
-
"declarations": [
|
|
15886
|
-
{
|
|
15887
|
-
"kind": "function",
|
|
15888
|
-
"name": "getErrorDialogTemplate",
|
|
15889
|
-
"parameters": [
|
|
15890
|
-
{
|
|
15891
|
-
"name": "prefix",
|
|
15892
|
-
"type": {
|
|
15893
|
-
"text": "string"
|
|
15894
|
-
}
|
|
15895
|
-
}
|
|
15896
|
-
]
|
|
15897
|
-
},
|
|
15898
|
-
{
|
|
15899
|
-
"kind": "variable",
|
|
15900
|
-
"name": "errorDialogTemplate",
|
|
15901
|
-
"default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
|
|
15902
|
-
}
|
|
15903
|
-
],
|
|
15904
|
-
"exports": [
|
|
15905
|
-
{
|
|
15906
|
-
"kind": "js",
|
|
15907
|
-
"name": "getErrorDialogTemplate",
|
|
15908
|
-
"declaration": {
|
|
15909
|
-
"name": "getErrorDialogTemplate",
|
|
15910
|
-
"module": "src/error-dialog/error-dialog.template.ts"
|
|
15911
|
-
}
|
|
15912
|
-
},
|
|
15913
|
-
{
|
|
15914
|
-
"kind": "js",
|
|
15915
|
-
"name": "errorDialogTemplate",
|
|
15916
|
-
"declaration": {
|
|
15917
|
-
"name": "errorDialogTemplate",
|
|
15918
|
-
"module": "src/error-dialog/error-dialog.template.ts"
|
|
15919
|
-
}
|
|
15920
|
-
}
|
|
15921
|
-
]
|
|
15922
|
-
},
|
|
15923
|
-
{
|
|
15924
|
-
"kind": "javascript-module",
|
|
15925
|
-
"path": "src/error-dialog/error-dialog.ts",
|
|
15926
|
-
"declarations": [
|
|
15927
|
-
{
|
|
15928
|
-
"kind": "variable",
|
|
15929
|
-
"name": "foundationErrorDialogShadowOptions",
|
|
15930
|
-
"type": {
|
|
15931
|
-
"text": "ShadowRootInit"
|
|
15932
|
-
},
|
|
15933
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
15934
|
-
},
|
|
15935
|
-
{
|
|
15936
|
-
"kind": "class",
|
|
15937
|
-
"description": "",
|
|
15938
|
-
"name": "ErrorDialog",
|
|
15939
|
-
"members": [
|
|
15940
|
-
{
|
|
15941
|
-
"kind": "field",
|
|
15942
|
-
"name": "dialog",
|
|
15943
|
-
"type": {
|
|
15944
|
-
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
15945
|
-
},
|
|
15946
|
-
"privacy": "public"
|
|
15947
|
-
},
|
|
15948
|
-
{
|
|
15949
|
-
"kind": "field",
|
|
15950
|
-
"name": "error",
|
|
15951
|
-
"type": {
|
|
15952
|
-
"text": "ErrorStructure"
|
|
15953
|
-
}
|
|
15954
|
-
},
|
|
15955
|
-
{
|
|
15956
|
-
"kind": "field",
|
|
15957
|
-
"name": "notification",
|
|
15958
|
-
"type": {
|
|
15959
|
-
"text": "NotificationStructure"
|
|
15960
|
-
}
|
|
15961
|
-
},
|
|
15962
|
-
{
|
|
15963
|
-
"kind": "method",
|
|
15964
|
-
"name": "show",
|
|
15965
|
-
"privacy": "public",
|
|
15966
|
-
"return": {
|
|
15967
|
-
"type": {
|
|
15968
|
-
"text": "void"
|
|
15969
|
-
}
|
|
15970
|
-
},
|
|
15971
|
-
"description": "Show the Error Dialog."
|
|
15972
|
-
},
|
|
15973
|
-
{
|
|
15974
|
-
"kind": "method",
|
|
15975
|
-
"name": "dismiss",
|
|
15976
|
-
"privacy": "public",
|
|
15977
|
-
"description": "Dismiss the Error Dialog from display and calls the dismissing action."
|
|
15978
|
-
},
|
|
15979
|
-
{
|
|
15980
|
-
"kind": "method",
|
|
15981
|
-
"name": "closeDialog",
|
|
15982
|
-
"privacy": "public",
|
|
15983
|
-
"return": {
|
|
15984
|
-
"type": {
|
|
15985
|
-
"text": "void"
|
|
15986
|
-
}
|
|
15987
|
-
},
|
|
15988
|
-
"description": "Dismiss the Error Dialog from display."
|
|
15989
|
-
},
|
|
15990
|
-
{
|
|
15991
|
-
"kind": "field",
|
|
15992
|
-
"name": "_presentation",
|
|
15993
|
-
"type": {
|
|
15994
|
-
"text": "ComponentPresentation | null | undefined"
|
|
15995
|
-
},
|
|
15996
|
-
"privacy": "private",
|
|
15997
|
-
"default": "void 0",
|
|
15998
|
-
"inheritedFrom": {
|
|
15999
|
-
"name": "FoundationElement",
|
|
16000
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16001
|
-
}
|
|
16002
|
-
},
|
|
16003
|
-
{
|
|
16004
|
-
"kind": "field",
|
|
16005
|
-
"name": "$presentation",
|
|
16006
|
-
"type": {
|
|
16007
|
-
"text": "ComponentPresentation | null"
|
|
16008
|
-
},
|
|
16009
|
-
"privacy": "public",
|
|
16010
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16011
|
-
"inheritedFrom": {
|
|
16012
|
-
"name": "FoundationElement",
|
|
16013
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16014
|
-
}
|
|
16015
|
-
},
|
|
16016
|
-
{
|
|
16017
|
-
"kind": "field",
|
|
16018
|
-
"name": "template",
|
|
16019
|
-
"type": {
|
|
16020
|
-
"text": "ElementViewTemplate | void | null"
|
|
16021
|
-
},
|
|
16022
|
-
"privacy": "public",
|
|
16023
|
-
"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.",
|
|
16024
|
-
"inheritedFrom": {
|
|
16025
|
-
"name": "FoundationElement",
|
|
16026
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16027
|
-
}
|
|
16028
|
-
},
|
|
16029
|
-
{
|
|
16030
|
-
"kind": "method",
|
|
16031
|
-
"name": "templateChanged",
|
|
16032
|
-
"privacy": "protected",
|
|
16033
|
-
"return": {
|
|
16034
|
-
"type": {
|
|
16035
|
-
"text": "void"
|
|
16036
|
-
}
|
|
16037
|
-
},
|
|
16038
|
-
"inheritedFrom": {
|
|
16039
|
-
"name": "FoundationElement",
|
|
16040
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16041
|
-
}
|
|
16042
|
-
},
|
|
16043
|
-
{
|
|
16044
|
-
"kind": "field",
|
|
16045
|
-
"name": "styles",
|
|
16046
|
-
"type": {
|
|
16047
|
-
"text": "ElementStyles | void | null"
|
|
16048
|
-
},
|
|
16049
|
-
"privacy": "public",
|
|
16050
|
-
"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.",
|
|
16051
|
-
"inheritedFrom": {
|
|
16052
|
-
"name": "FoundationElement",
|
|
16053
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16054
|
-
}
|
|
16055
|
-
},
|
|
16056
|
-
{
|
|
16057
|
-
"kind": "method",
|
|
16058
|
-
"name": "stylesChanged",
|
|
16059
|
-
"privacy": "protected",
|
|
16060
|
-
"return": {
|
|
16061
|
-
"type": {
|
|
16062
|
-
"text": "void"
|
|
16063
|
-
}
|
|
16064
|
-
},
|
|
16065
|
-
"inheritedFrom": {
|
|
16066
|
-
"name": "FoundationElement",
|
|
16067
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16068
|
-
}
|
|
16069
|
-
},
|
|
16070
|
-
{
|
|
16071
|
-
"kind": "method",
|
|
16072
|
-
"name": "compose",
|
|
16073
|
-
"privacy": "public",
|
|
16074
|
-
"static": true,
|
|
16075
|
-
"return": {
|
|
16076
|
-
"type": {
|
|
16077
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16078
|
-
}
|
|
16079
|
-
},
|
|
16080
|
-
"parameters": [
|
|
16081
|
-
{
|
|
16082
|
-
"name": "this",
|
|
16083
|
-
"type": {
|
|
16084
|
-
"text": "K"
|
|
16085
|
-
}
|
|
16086
|
-
},
|
|
16087
|
-
{
|
|
16088
|
-
"name": "elementDefinition",
|
|
16089
|
-
"type": {
|
|
16090
|
-
"text": "T"
|
|
16091
|
-
},
|
|
16092
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
16093
|
-
}
|
|
16094
|
-
],
|
|
16095
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16096
|
-
"inheritedFrom": {
|
|
16097
|
-
"name": "FoundationElement",
|
|
16098
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16099
|
-
}
|
|
16100
|
-
}
|
|
16101
|
-
],
|
|
16102
|
-
"superclass": {
|
|
16103
|
-
"name": "FoundationElement",
|
|
16104
|
-
"package": "@microsoft/fast-foundation"
|
|
16105
|
-
},
|
|
16106
|
-
"tagName": "%%prefix%%-error-dialog",
|
|
16107
|
-
"deprecated": "true",
|
|
16108
|
-
"customElement": true
|
|
16109
|
-
},
|
|
16110
|
-
{
|
|
16111
|
-
"kind": "variable",
|
|
16112
|
-
"name": "foundationErrorDialog",
|
|
16113
|
-
"description": "The Foundation Error Dialog",
|
|
16114
|
-
"privacy": "public"
|
|
16115
|
-
}
|
|
16116
|
-
],
|
|
16117
|
-
"exports": [
|
|
16118
|
-
{
|
|
16119
|
-
"kind": "js",
|
|
16120
|
-
"name": "foundationErrorDialogShadowOptions",
|
|
16121
|
-
"declaration": {
|
|
16122
|
-
"name": "foundationErrorDialogShadowOptions",
|
|
16123
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16124
|
-
}
|
|
16125
|
-
},
|
|
16126
|
-
{
|
|
16127
|
-
"kind": "js",
|
|
16128
|
-
"name": "ErrorDialog",
|
|
16129
|
-
"declaration": {
|
|
16130
|
-
"name": "ErrorDialog",
|
|
16131
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16132
|
-
}
|
|
16133
|
-
},
|
|
16134
|
-
{
|
|
16135
|
-
"kind": "js",
|
|
16136
|
-
"name": "foundationErrorDialog",
|
|
16137
|
-
"declaration": {
|
|
16138
|
-
"name": "foundationErrorDialog",
|
|
16139
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16140
|
-
}
|
|
16141
|
-
}
|
|
16142
|
-
]
|
|
16143
|
-
},
|
|
16144
|
-
{
|
|
16145
|
-
"kind": "javascript-module",
|
|
16146
|
-
"path": "src/error-dialog/index.ts",
|
|
16147
|
-
"declarations": [],
|
|
16148
|
-
"exports": [
|
|
16149
|
-
{
|
|
16150
|
-
"kind": "js",
|
|
16151
|
-
"name": "*",
|
|
16152
|
-
"declaration": {
|
|
16153
|
-
"name": "*",
|
|
16154
|
-
"package": "./error-dialog.template"
|
|
16155
|
-
}
|
|
16156
|
-
},
|
|
16157
|
-
{
|
|
16158
|
-
"kind": "js",
|
|
16159
|
-
"name": "*",
|
|
16160
|
-
"declaration": {
|
|
16161
|
-
"name": "*",
|
|
16162
|
-
"package": "./error-dialog"
|
|
16163
|
-
}
|
|
16164
|
-
},
|
|
16165
|
-
{
|
|
16166
|
-
"kind": "js",
|
|
16167
|
-
"name": "*",
|
|
16168
|
-
"declaration": {
|
|
16169
|
-
"name": "*",
|
|
16170
|
-
"package": "./error-dialog.styles"
|
|
16171
|
-
}
|
|
16172
|
-
}
|
|
16173
|
-
]
|
|
16174
|
-
},
|
|
16175
15858
|
{
|
|
16176
15859
|
"kind": "javascript-module",
|
|
16177
15860
|
"path": "src/file-upload/file-upload.styles.ts",
|
|
@@ -16894,6 +16577,323 @@
|
|
|
16894
16577
|
}
|
|
16895
16578
|
]
|
|
16896
16579
|
},
|
|
16580
|
+
{
|
|
16581
|
+
"kind": "javascript-module",
|
|
16582
|
+
"path": "src/error-dialog/error-dialog.styles.ts",
|
|
16583
|
+
"declarations": [
|
|
16584
|
+
{
|
|
16585
|
+
"kind": "variable",
|
|
16586
|
+
"name": "foundationErrorDialogStyles",
|
|
16587
|
+
"type": {
|
|
16588
|
+
"text": "ElementStyles"
|
|
16589
|
+
},
|
|
16590
|
+
"default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
|
|
16591
|
+
}
|
|
16592
|
+
],
|
|
16593
|
+
"exports": [
|
|
16594
|
+
{
|
|
16595
|
+
"kind": "js",
|
|
16596
|
+
"name": "foundationErrorDialogStyles",
|
|
16597
|
+
"declaration": {
|
|
16598
|
+
"name": "foundationErrorDialogStyles",
|
|
16599
|
+
"module": "src/error-dialog/error-dialog.styles.ts"
|
|
16600
|
+
}
|
|
16601
|
+
}
|
|
16602
|
+
]
|
|
16603
|
+
},
|
|
16604
|
+
{
|
|
16605
|
+
"kind": "javascript-module",
|
|
16606
|
+
"path": "src/error-dialog/error-dialog.template.ts",
|
|
16607
|
+
"declarations": [
|
|
16608
|
+
{
|
|
16609
|
+
"kind": "function",
|
|
16610
|
+
"name": "getErrorDialogTemplate",
|
|
16611
|
+
"parameters": [
|
|
16612
|
+
{
|
|
16613
|
+
"name": "prefix",
|
|
16614
|
+
"type": {
|
|
16615
|
+
"text": "string"
|
|
16616
|
+
}
|
|
16617
|
+
}
|
|
16618
|
+
]
|
|
16619
|
+
},
|
|
16620
|
+
{
|
|
16621
|
+
"kind": "variable",
|
|
16622
|
+
"name": "errorDialogTemplate",
|
|
16623
|
+
"default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
|
|
16624
|
+
}
|
|
16625
|
+
],
|
|
16626
|
+
"exports": [
|
|
16627
|
+
{
|
|
16628
|
+
"kind": "js",
|
|
16629
|
+
"name": "getErrorDialogTemplate",
|
|
16630
|
+
"declaration": {
|
|
16631
|
+
"name": "getErrorDialogTemplate",
|
|
16632
|
+
"module": "src/error-dialog/error-dialog.template.ts"
|
|
16633
|
+
}
|
|
16634
|
+
},
|
|
16635
|
+
{
|
|
16636
|
+
"kind": "js",
|
|
16637
|
+
"name": "errorDialogTemplate",
|
|
16638
|
+
"declaration": {
|
|
16639
|
+
"name": "errorDialogTemplate",
|
|
16640
|
+
"module": "src/error-dialog/error-dialog.template.ts"
|
|
16641
|
+
}
|
|
16642
|
+
}
|
|
16643
|
+
]
|
|
16644
|
+
},
|
|
16645
|
+
{
|
|
16646
|
+
"kind": "javascript-module",
|
|
16647
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
16648
|
+
"declarations": [
|
|
16649
|
+
{
|
|
16650
|
+
"kind": "variable",
|
|
16651
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16652
|
+
"type": {
|
|
16653
|
+
"text": "ShadowRootInit"
|
|
16654
|
+
},
|
|
16655
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
16656
|
+
},
|
|
16657
|
+
{
|
|
16658
|
+
"kind": "class",
|
|
16659
|
+
"description": "",
|
|
16660
|
+
"name": "ErrorDialog",
|
|
16661
|
+
"members": [
|
|
16662
|
+
{
|
|
16663
|
+
"kind": "field",
|
|
16664
|
+
"name": "dialog",
|
|
16665
|
+
"type": {
|
|
16666
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
16667
|
+
},
|
|
16668
|
+
"privacy": "public"
|
|
16669
|
+
},
|
|
16670
|
+
{
|
|
16671
|
+
"kind": "field",
|
|
16672
|
+
"name": "error",
|
|
16673
|
+
"type": {
|
|
16674
|
+
"text": "ErrorStructure"
|
|
16675
|
+
}
|
|
16676
|
+
},
|
|
16677
|
+
{
|
|
16678
|
+
"kind": "field",
|
|
16679
|
+
"name": "notification",
|
|
16680
|
+
"type": {
|
|
16681
|
+
"text": "NotificationStructure"
|
|
16682
|
+
}
|
|
16683
|
+
},
|
|
16684
|
+
{
|
|
16685
|
+
"kind": "method",
|
|
16686
|
+
"name": "show",
|
|
16687
|
+
"privacy": "public",
|
|
16688
|
+
"return": {
|
|
16689
|
+
"type": {
|
|
16690
|
+
"text": "void"
|
|
16691
|
+
}
|
|
16692
|
+
},
|
|
16693
|
+
"description": "Show the Error Dialog."
|
|
16694
|
+
},
|
|
16695
|
+
{
|
|
16696
|
+
"kind": "method",
|
|
16697
|
+
"name": "dismiss",
|
|
16698
|
+
"privacy": "public",
|
|
16699
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action."
|
|
16700
|
+
},
|
|
16701
|
+
{
|
|
16702
|
+
"kind": "method",
|
|
16703
|
+
"name": "closeDialog",
|
|
16704
|
+
"privacy": "public",
|
|
16705
|
+
"return": {
|
|
16706
|
+
"type": {
|
|
16707
|
+
"text": "void"
|
|
16708
|
+
}
|
|
16709
|
+
},
|
|
16710
|
+
"description": "Dismiss the Error Dialog from display."
|
|
16711
|
+
},
|
|
16712
|
+
{
|
|
16713
|
+
"kind": "field",
|
|
16714
|
+
"name": "_presentation",
|
|
16715
|
+
"type": {
|
|
16716
|
+
"text": "ComponentPresentation | null | undefined"
|
|
16717
|
+
},
|
|
16718
|
+
"privacy": "private",
|
|
16719
|
+
"default": "void 0",
|
|
16720
|
+
"inheritedFrom": {
|
|
16721
|
+
"name": "FoundationElement",
|
|
16722
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16723
|
+
}
|
|
16724
|
+
},
|
|
16725
|
+
{
|
|
16726
|
+
"kind": "field",
|
|
16727
|
+
"name": "$presentation",
|
|
16728
|
+
"type": {
|
|
16729
|
+
"text": "ComponentPresentation | null"
|
|
16730
|
+
},
|
|
16731
|
+
"privacy": "public",
|
|
16732
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16733
|
+
"inheritedFrom": {
|
|
16734
|
+
"name": "FoundationElement",
|
|
16735
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16736
|
+
}
|
|
16737
|
+
},
|
|
16738
|
+
{
|
|
16739
|
+
"kind": "field",
|
|
16740
|
+
"name": "template",
|
|
16741
|
+
"type": {
|
|
16742
|
+
"text": "ElementViewTemplate | void | null"
|
|
16743
|
+
},
|
|
16744
|
+
"privacy": "public",
|
|
16745
|
+
"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.",
|
|
16746
|
+
"inheritedFrom": {
|
|
16747
|
+
"name": "FoundationElement",
|
|
16748
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16749
|
+
}
|
|
16750
|
+
},
|
|
16751
|
+
{
|
|
16752
|
+
"kind": "method",
|
|
16753
|
+
"name": "templateChanged",
|
|
16754
|
+
"privacy": "protected",
|
|
16755
|
+
"return": {
|
|
16756
|
+
"type": {
|
|
16757
|
+
"text": "void"
|
|
16758
|
+
}
|
|
16759
|
+
},
|
|
16760
|
+
"inheritedFrom": {
|
|
16761
|
+
"name": "FoundationElement",
|
|
16762
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16763
|
+
}
|
|
16764
|
+
},
|
|
16765
|
+
{
|
|
16766
|
+
"kind": "field",
|
|
16767
|
+
"name": "styles",
|
|
16768
|
+
"type": {
|
|
16769
|
+
"text": "ElementStyles | void | null"
|
|
16770
|
+
},
|
|
16771
|
+
"privacy": "public",
|
|
16772
|
+
"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.",
|
|
16773
|
+
"inheritedFrom": {
|
|
16774
|
+
"name": "FoundationElement",
|
|
16775
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16776
|
+
}
|
|
16777
|
+
},
|
|
16778
|
+
{
|
|
16779
|
+
"kind": "method",
|
|
16780
|
+
"name": "stylesChanged",
|
|
16781
|
+
"privacy": "protected",
|
|
16782
|
+
"return": {
|
|
16783
|
+
"type": {
|
|
16784
|
+
"text": "void"
|
|
16785
|
+
}
|
|
16786
|
+
},
|
|
16787
|
+
"inheritedFrom": {
|
|
16788
|
+
"name": "FoundationElement",
|
|
16789
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16790
|
+
}
|
|
16791
|
+
},
|
|
16792
|
+
{
|
|
16793
|
+
"kind": "method",
|
|
16794
|
+
"name": "compose",
|
|
16795
|
+
"privacy": "public",
|
|
16796
|
+
"static": true,
|
|
16797
|
+
"return": {
|
|
16798
|
+
"type": {
|
|
16799
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16800
|
+
}
|
|
16801
|
+
},
|
|
16802
|
+
"parameters": [
|
|
16803
|
+
{
|
|
16804
|
+
"name": "this",
|
|
16805
|
+
"type": {
|
|
16806
|
+
"text": "K"
|
|
16807
|
+
}
|
|
16808
|
+
},
|
|
16809
|
+
{
|
|
16810
|
+
"name": "elementDefinition",
|
|
16811
|
+
"type": {
|
|
16812
|
+
"text": "T"
|
|
16813
|
+
},
|
|
16814
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
16815
|
+
}
|
|
16816
|
+
],
|
|
16817
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16818
|
+
"inheritedFrom": {
|
|
16819
|
+
"name": "FoundationElement",
|
|
16820
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16821
|
+
}
|
|
16822
|
+
}
|
|
16823
|
+
],
|
|
16824
|
+
"superclass": {
|
|
16825
|
+
"name": "FoundationElement",
|
|
16826
|
+
"package": "@microsoft/fast-foundation"
|
|
16827
|
+
},
|
|
16828
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
16829
|
+
"deprecated": "true",
|
|
16830
|
+
"customElement": true
|
|
16831
|
+
},
|
|
16832
|
+
{
|
|
16833
|
+
"kind": "variable",
|
|
16834
|
+
"name": "foundationErrorDialog",
|
|
16835
|
+
"description": "The Foundation Error Dialog",
|
|
16836
|
+
"privacy": "public"
|
|
16837
|
+
}
|
|
16838
|
+
],
|
|
16839
|
+
"exports": [
|
|
16840
|
+
{
|
|
16841
|
+
"kind": "js",
|
|
16842
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16843
|
+
"declaration": {
|
|
16844
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16845
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16846
|
+
}
|
|
16847
|
+
},
|
|
16848
|
+
{
|
|
16849
|
+
"kind": "js",
|
|
16850
|
+
"name": "ErrorDialog",
|
|
16851
|
+
"declaration": {
|
|
16852
|
+
"name": "ErrorDialog",
|
|
16853
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16854
|
+
}
|
|
16855
|
+
},
|
|
16856
|
+
{
|
|
16857
|
+
"kind": "js",
|
|
16858
|
+
"name": "foundationErrorDialog",
|
|
16859
|
+
"declaration": {
|
|
16860
|
+
"name": "foundationErrorDialog",
|
|
16861
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16862
|
+
}
|
|
16863
|
+
}
|
|
16864
|
+
]
|
|
16865
|
+
},
|
|
16866
|
+
{
|
|
16867
|
+
"kind": "javascript-module",
|
|
16868
|
+
"path": "src/error-dialog/index.ts",
|
|
16869
|
+
"declarations": [],
|
|
16870
|
+
"exports": [
|
|
16871
|
+
{
|
|
16872
|
+
"kind": "js",
|
|
16873
|
+
"name": "*",
|
|
16874
|
+
"declaration": {
|
|
16875
|
+
"name": "*",
|
|
16876
|
+
"package": "./error-dialog.template"
|
|
16877
|
+
}
|
|
16878
|
+
},
|
|
16879
|
+
{
|
|
16880
|
+
"kind": "js",
|
|
16881
|
+
"name": "*",
|
|
16882
|
+
"declaration": {
|
|
16883
|
+
"name": "*",
|
|
16884
|
+
"package": "./error-dialog"
|
|
16885
|
+
}
|
|
16886
|
+
},
|
|
16887
|
+
{
|
|
16888
|
+
"kind": "js",
|
|
16889
|
+
"name": "*",
|
|
16890
|
+
"declaration": {
|
|
16891
|
+
"name": "*",
|
|
16892
|
+
"package": "./error-dialog.styles"
|
|
16893
|
+
}
|
|
16894
|
+
}
|
|
16895
|
+
]
|
|
16896
|
+
},
|
|
16897
16897
|
{
|
|
16898
16898
|
"kind": "javascript-module",
|
|
16899
16899
|
"path": "src/filter/filter.styles.ts",
|
|
@@ -40721,188 +40721,6 @@
|
|
|
40721
40721
|
}
|
|
40722
40722
|
]
|
|
40723
40723
|
},
|
|
40724
|
-
{
|
|
40725
|
-
"kind": "javascript-module",
|
|
40726
|
-
"path": "src/tree-view/index.ts",
|
|
40727
|
-
"declarations": [],
|
|
40728
|
-
"exports": [
|
|
40729
|
-
{
|
|
40730
|
-
"kind": "js",
|
|
40731
|
-
"name": "*",
|
|
40732
|
-
"declaration": {
|
|
40733
|
-
"name": "*",
|
|
40734
|
-
"package": "./tree-view.template"
|
|
40735
|
-
}
|
|
40736
|
-
},
|
|
40737
|
-
{
|
|
40738
|
-
"kind": "js",
|
|
40739
|
-
"name": "*",
|
|
40740
|
-
"declaration": {
|
|
40741
|
-
"name": "*",
|
|
40742
|
-
"package": "./tree-view.styles"
|
|
40743
|
-
}
|
|
40744
|
-
},
|
|
40745
|
-
{
|
|
40746
|
-
"kind": "js",
|
|
40747
|
-
"name": "*",
|
|
40748
|
-
"declaration": {
|
|
40749
|
-
"name": "*",
|
|
40750
|
-
"package": "./tree-view"
|
|
40751
|
-
}
|
|
40752
|
-
}
|
|
40753
|
-
]
|
|
40754
|
-
},
|
|
40755
|
-
{
|
|
40756
|
-
"kind": "javascript-module",
|
|
40757
|
-
"path": "src/tree-view/tree-view.styles.ts",
|
|
40758
|
-
"declarations": [
|
|
40759
|
-
{
|
|
40760
|
-
"kind": "function",
|
|
40761
|
-
"name": "foundationTreeViewStyles",
|
|
40762
|
-
"return": {
|
|
40763
|
-
"type": {
|
|
40764
|
-
"text": "ElementStyles"
|
|
40765
|
-
}
|
|
40766
|
-
},
|
|
40767
|
-
"parameters": [
|
|
40768
|
-
{
|
|
40769
|
-
"name": "context",
|
|
40770
|
-
"type": {
|
|
40771
|
-
"text": "ElementDefinitionContext"
|
|
40772
|
-
}
|
|
40773
|
-
},
|
|
40774
|
-
{
|
|
40775
|
-
"name": "definition",
|
|
40776
|
-
"type": {
|
|
40777
|
-
"text": "FoundationElementDefinition"
|
|
40778
|
-
}
|
|
40779
|
-
}
|
|
40780
|
-
]
|
|
40781
|
-
}
|
|
40782
|
-
],
|
|
40783
|
-
"exports": [
|
|
40784
|
-
{
|
|
40785
|
-
"kind": "js",
|
|
40786
|
-
"name": "foundationTreeViewStyles",
|
|
40787
|
-
"declaration": {
|
|
40788
|
-
"name": "foundationTreeViewStyles",
|
|
40789
|
-
"module": "src/tree-view/tree-view.styles.ts"
|
|
40790
|
-
}
|
|
40791
|
-
}
|
|
40792
|
-
]
|
|
40793
|
-
},
|
|
40794
|
-
{
|
|
40795
|
-
"kind": "javascript-module",
|
|
40796
|
-
"path": "src/tree-view/tree-view.template.ts",
|
|
40797
|
-
"declarations": [
|
|
40798
|
-
{
|
|
40799
|
-
"kind": "function",
|
|
40800
|
-
"name": "foundationTreeViewTemplate",
|
|
40801
|
-
"return": {
|
|
40802
|
-
"type": {
|
|
40803
|
-
"text": "ViewTemplate<TreeView>"
|
|
40804
|
-
}
|
|
40805
|
-
},
|
|
40806
|
-
"parameters": [
|
|
40807
|
-
{
|
|
40808
|
-
"name": "context",
|
|
40809
|
-
"type": {
|
|
40810
|
-
"text": "ElementDefinitionContext"
|
|
40811
|
-
}
|
|
40812
|
-
},
|
|
40813
|
-
{
|
|
40814
|
-
"name": "definition",
|
|
40815
|
-
"type": {
|
|
40816
|
-
"text": "FoundationElementDefinition"
|
|
40817
|
-
}
|
|
40818
|
-
}
|
|
40819
|
-
]
|
|
40820
|
-
}
|
|
40821
|
-
],
|
|
40822
|
-
"exports": [
|
|
40823
|
-
{
|
|
40824
|
-
"kind": "js",
|
|
40825
|
-
"name": "foundationTreeViewTemplate",
|
|
40826
|
-
"declaration": {
|
|
40827
|
-
"name": "foundationTreeViewTemplate",
|
|
40828
|
-
"module": "src/tree-view/tree-view.template.ts"
|
|
40829
|
-
}
|
|
40830
|
-
}
|
|
40831
|
-
]
|
|
40832
|
-
},
|
|
40833
|
-
{
|
|
40834
|
-
"kind": "javascript-module",
|
|
40835
|
-
"path": "src/tree-view/tree-view.ts",
|
|
40836
|
-
"declarations": [
|
|
40837
|
-
{
|
|
40838
|
-
"kind": "class",
|
|
40839
|
-
"description": "",
|
|
40840
|
-
"name": "TreeView",
|
|
40841
|
-
"superclass": {
|
|
40842
|
-
"name": "FASTTreeView",
|
|
40843
|
-
"package": "@microsoft/fast-foundation"
|
|
40844
|
-
},
|
|
40845
|
-
"tagName": "%%prefix%%-tree-view",
|
|
40846
|
-
"customElement": true
|
|
40847
|
-
},
|
|
40848
|
-
{
|
|
40849
|
-
"kind": "variable",
|
|
40850
|
-
"name": "foundationTreeViewShadowOptions",
|
|
40851
|
-
"type": {
|
|
40852
|
-
"text": "ShadowRootInit"
|
|
40853
|
-
},
|
|
40854
|
-
"default": "undefined"
|
|
40855
|
-
},
|
|
40856
|
-
{
|
|
40857
|
-
"kind": "variable",
|
|
40858
|
-
"name": "defaultTreeViewConfig",
|
|
40859
|
-
"type": {
|
|
40860
|
-
"text": "object"
|
|
40861
|
-
},
|
|
40862
|
-
"default": "{}"
|
|
40863
|
-
},
|
|
40864
|
-
{
|
|
40865
|
-
"kind": "variable",
|
|
40866
|
-
"name": "foundationTreeView",
|
|
40867
|
-
"description": "The Foundation Tree View",
|
|
40868
|
-
"privacy": "public"
|
|
40869
|
-
}
|
|
40870
|
-
],
|
|
40871
|
-
"exports": [
|
|
40872
|
-
{
|
|
40873
|
-
"kind": "js",
|
|
40874
|
-
"name": "TreeView",
|
|
40875
|
-
"declaration": {
|
|
40876
|
-
"name": "TreeView",
|
|
40877
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40878
|
-
}
|
|
40879
|
-
},
|
|
40880
|
-
{
|
|
40881
|
-
"kind": "js",
|
|
40882
|
-
"name": "foundationTreeViewShadowOptions",
|
|
40883
|
-
"declaration": {
|
|
40884
|
-
"name": "foundationTreeViewShadowOptions",
|
|
40885
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40886
|
-
}
|
|
40887
|
-
},
|
|
40888
|
-
{
|
|
40889
|
-
"kind": "js",
|
|
40890
|
-
"name": "defaultTreeViewConfig",
|
|
40891
|
-
"declaration": {
|
|
40892
|
-
"name": "defaultTreeViewConfig",
|
|
40893
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40894
|
-
}
|
|
40895
|
-
},
|
|
40896
|
-
{
|
|
40897
|
-
"kind": "js",
|
|
40898
|
-
"name": "foundationTreeView",
|
|
40899
|
-
"declaration": {
|
|
40900
|
-
"name": "foundationTreeView",
|
|
40901
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40902
|
-
}
|
|
40903
|
-
}
|
|
40904
|
-
]
|
|
40905
|
-
},
|
|
40906
40724
|
{
|
|
40907
40725
|
"kind": "javascript-module",
|
|
40908
40726
|
"path": "src/url-input/index.ts",
|
|
@@ -41622,6 +41440,188 @@
|
|
|
41622
41440
|
}
|
|
41623
41441
|
]
|
|
41624
41442
|
},
|
|
41443
|
+
{
|
|
41444
|
+
"kind": "javascript-module",
|
|
41445
|
+
"path": "src/tree-view/index.ts",
|
|
41446
|
+
"declarations": [],
|
|
41447
|
+
"exports": [
|
|
41448
|
+
{
|
|
41449
|
+
"kind": "js",
|
|
41450
|
+
"name": "*",
|
|
41451
|
+
"declaration": {
|
|
41452
|
+
"name": "*",
|
|
41453
|
+
"package": "./tree-view.template"
|
|
41454
|
+
}
|
|
41455
|
+
},
|
|
41456
|
+
{
|
|
41457
|
+
"kind": "js",
|
|
41458
|
+
"name": "*",
|
|
41459
|
+
"declaration": {
|
|
41460
|
+
"name": "*",
|
|
41461
|
+
"package": "./tree-view.styles"
|
|
41462
|
+
}
|
|
41463
|
+
},
|
|
41464
|
+
{
|
|
41465
|
+
"kind": "js",
|
|
41466
|
+
"name": "*",
|
|
41467
|
+
"declaration": {
|
|
41468
|
+
"name": "*",
|
|
41469
|
+
"package": "./tree-view"
|
|
41470
|
+
}
|
|
41471
|
+
}
|
|
41472
|
+
]
|
|
41473
|
+
},
|
|
41474
|
+
{
|
|
41475
|
+
"kind": "javascript-module",
|
|
41476
|
+
"path": "src/tree-view/tree-view.styles.ts",
|
|
41477
|
+
"declarations": [
|
|
41478
|
+
{
|
|
41479
|
+
"kind": "function",
|
|
41480
|
+
"name": "foundationTreeViewStyles",
|
|
41481
|
+
"return": {
|
|
41482
|
+
"type": {
|
|
41483
|
+
"text": "ElementStyles"
|
|
41484
|
+
}
|
|
41485
|
+
},
|
|
41486
|
+
"parameters": [
|
|
41487
|
+
{
|
|
41488
|
+
"name": "context",
|
|
41489
|
+
"type": {
|
|
41490
|
+
"text": "ElementDefinitionContext"
|
|
41491
|
+
}
|
|
41492
|
+
},
|
|
41493
|
+
{
|
|
41494
|
+
"name": "definition",
|
|
41495
|
+
"type": {
|
|
41496
|
+
"text": "FoundationElementDefinition"
|
|
41497
|
+
}
|
|
41498
|
+
}
|
|
41499
|
+
]
|
|
41500
|
+
}
|
|
41501
|
+
],
|
|
41502
|
+
"exports": [
|
|
41503
|
+
{
|
|
41504
|
+
"kind": "js",
|
|
41505
|
+
"name": "foundationTreeViewStyles",
|
|
41506
|
+
"declaration": {
|
|
41507
|
+
"name": "foundationTreeViewStyles",
|
|
41508
|
+
"module": "src/tree-view/tree-view.styles.ts"
|
|
41509
|
+
}
|
|
41510
|
+
}
|
|
41511
|
+
]
|
|
41512
|
+
},
|
|
41513
|
+
{
|
|
41514
|
+
"kind": "javascript-module",
|
|
41515
|
+
"path": "src/tree-view/tree-view.template.ts",
|
|
41516
|
+
"declarations": [
|
|
41517
|
+
{
|
|
41518
|
+
"kind": "function",
|
|
41519
|
+
"name": "foundationTreeViewTemplate",
|
|
41520
|
+
"return": {
|
|
41521
|
+
"type": {
|
|
41522
|
+
"text": "ViewTemplate<TreeView>"
|
|
41523
|
+
}
|
|
41524
|
+
},
|
|
41525
|
+
"parameters": [
|
|
41526
|
+
{
|
|
41527
|
+
"name": "context",
|
|
41528
|
+
"type": {
|
|
41529
|
+
"text": "ElementDefinitionContext"
|
|
41530
|
+
}
|
|
41531
|
+
},
|
|
41532
|
+
{
|
|
41533
|
+
"name": "definition",
|
|
41534
|
+
"type": {
|
|
41535
|
+
"text": "FoundationElementDefinition"
|
|
41536
|
+
}
|
|
41537
|
+
}
|
|
41538
|
+
]
|
|
41539
|
+
}
|
|
41540
|
+
],
|
|
41541
|
+
"exports": [
|
|
41542
|
+
{
|
|
41543
|
+
"kind": "js",
|
|
41544
|
+
"name": "foundationTreeViewTemplate",
|
|
41545
|
+
"declaration": {
|
|
41546
|
+
"name": "foundationTreeViewTemplate",
|
|
41547
|
+
"module": "src/tree-view/tree-view.template.ts"
|
|
41548
|
+
}
|
|
41549
|
+
}
|
|
41550
|
+
]
|
|
41551
|
+
},
|
|
41552
|
+
{
|
|
41553
|
+
"kind": "javascript-module",
|
|
41554
|
+
"path": "src/tree-view/tree-view.ts",
|
|
41555
|
+
"declarations": [
|
|
41556
|
+
{
|
|
41557
|
+
"kind": "class",
|
|
41558
|
+
"description": "",
|
|
41559
|
+
"name": "TreeView",
|
|
41560
|
+
"superclass": {
|
|
41561
|
+
"name": "FASTTreeView",
|
|
41562
|
+
"package": "@microsoft/fast-foundation"
|
|
41563
|
+
},
|
|
41564
|
+
"tagName": "%%prefix%%-tree-view",
|
|
41565
|
+
"customElement": true
|
|
41566
|
+
},
|
|
41567
|
+
{
|
|
41568
|
+
"kind": "variable",
|
|
41569
|
+
"name": "foundationTreeViewShadowOptions",
|
|
41570
|
+
"type": {
|
|
41571
|
+
"text": "ShadowRootInit"
|
|
41572
|
+
},
|
|
41573
|
+
"default": "undefined"
|
|
41574
|
+
},
|
|
41575
|
+
{
|
|
41576
|
+
"kind": "variable",
|
|
41577
|
+
"name": "defaultTreeViewConfig",
|
|
41578
|
+
"type": {
|
|
41579
|
+
"text": "object"
|
|
41580
|
+
},
|
|
41581
|
+
"default": "{}"
|
|
41582
|
+
},
|
|
41583
|
+
{
|
|
41584
|
+
"kind": "variable",
|
|
41585
|
+
"name": "foundationTreeView",
|
|
41586
|
+
"description": "The Foundation Tree View",
|
|
41587
|
+
"privacy": "public"
|
|
41588
|
+
}
|
|
41589
|
+
],
|
|
41590
|
+
"exports": [
|
|
41591
|
+
{
|
|
41592
|
+
"kind": "js",
|
|
41593
|
+
"name": "TreeView",
|
|
41594
|
+
"declaration": {
|
|
41595
|
+
"name": "TreeView",
|
|
41596
|
+
"module": "src/tree-view/tree-view.ts"
|
|
41597
|
+
}
|
|
41598
|
+
},
|
|
41599
|
+
{
|
|
41600
|
+
"kind": "js",
|
|
41601
|
+
"name": "foundationTreeViewShadowOptions",
|
|
41602
|
+
"declaration": {
|
|
41603
|
+
"name": "foundationTreeViewShadowOptions",
|
|
41604
|
+
"module": "src/tree-view/tree-view.ts"
|
|
41605
|
+
}
|
|
41606
|
+
},
|
|
41607
|
+
{
|
|
41608
|
+
"kind": "js",
|
|
41609
|
+
"name": "defaultTreeViewConfig",
|
|
41610
|
+
"declaration": {
|
|
41611
|
+
"name": "defaultTreeViewConfig",
|
|
41612
|
+
"module": "src/tree-view/tree-view.ts"
|
|
41613
|
+
}
|
|
41614
|
+
},
|
|
41615
|
+
{
|
|
41616
|
+
"kind": "js",
|
|
41617
|
+
"name": "foundationTreeView",
|
|
41618
|
+
"declaration": {
|
|
41619
|
+
"name": "foundationTreeView",
|
|
41620
|
+
"module": "src/tree-view/tree-view.ts"
|
|
41621
|
+
}
|
|
41622
|
+
}
|
|
41623
|
+
]
|
|
41624
|
+
},
|
|
41625
41625
|
{
|
|
41626
41626
|
"kind": "javascript-module",
|
|
41627
41627
|
"path": "src/utils/base-datasource.ts",
|