@genesislcap/foundation-ui 14.319.0 → 14.320.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 +1229 -1229
- package/package.json +18 -18
|
@@ -1255,6 +1255,37 @@
|
|
|
1255
1255
|
}
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "javascript-module",
|
|
1260
|
+
"path": "src/_config/index.ts",
|
|
1261
|
+
"declarations": [],
|
|
1262
|
+
"exports": [
|
|
1263
|
+
{
|
|
1264
|
+
"kind": "js",
|
|
1265
|
+
"name": "*",
|
|
1266
|
+
"declaration": {
|
|
1267
|
+
"name": "*",
|
|
1268
|
+
"package": "./styles"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"kind": "js",
|
|
1273
|
+
"name": "*",
|
|
1274
|
+
"declaration": {
|
|
1275
|
+
"name": "*",
|
|
1276
|
+
"package": "./tokens"
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "js",
|
|
1281
|
+
"name": "*",
|
|
1282
|
+
"declaration": {
|
|
1283
|
+
"name": "*",
|
|
1284
|
+
"package": "./values"
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
1258
1289
|
{
|
|
1259
1290
|
"kind": "javascript-module",
|
|
1260
1291
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1439,65 +1470,11 @@
|
|
|
1439
1470
|
},
|
|
1440
1471
|
{
|
|
1441
1472
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/
|
|
1443
|
-
"declarations": [],
|
|
1444
|
-
"exports": [
|
|
1445
|
-
{
|
|
1446
|
-
"kind": "js",
|
|
1447
|
-
"name": "*",
|
|
1448
|
-
"declaration": {
|
|
1449
|
-
"name": "*",
|
|
1450
|
-
"package": "./styles"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"kind": "js",
|
|
1455
|
-
"name": "*",
|
|
1456
|
-
"declaration": {
|
|
1457
|
-
"name": "*",
|
|
1458
|
-
"package": "./tokens"
|
|
1459
|
-
}
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "js",
|
|
1463
|
-
"name": "*",
|
|
1464
|
-
"declaration": {
|
|
1465
|
-
"name": "*",
|
|
1466
|
-
"package": "./values"
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
]
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1473
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1474
1474
|
"declarations": [
|
|
1475
1475
|
{
|
|
1476
1476
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"return": {
|
|
1479
|
-
"type": {
|
|
1480
|
-
"text": "ElementStyles"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1483
|
-
"parameters": [
|
|
1484
|
-
{
|
|
1485
|
-
"name": "context",
|
|
1486
|
-
"type": {
|
|
1487
|
-
"text": "ElementDefinitionContext"
|
|
1488
|
-
}
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"name": "definition",
|
|
1492
|
-
"type": {
|
|
1493
|
-
"text": "FoundationElementDefinition"
|
|
1494
|
-
}
|
|
1495
|
-
}
|
|
1496
|
-
]
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"kind": "function",
|
|
1500
|
-
"name": "foundationActionsMenuStyles",
|
|
1477
|
+
"name": "foundationAccordionItemStyles",
|
|
1501
1478
|
"return": {
|
|
1502
1479
|
"type": {
|
|
1503
1480
|
"text": "ElementStyles"
|
|
@@ -1522,282 +1499,169 @@
|
|
|
1522
1499
|
"exports": [
|
|
1523
1500
|
{
|
|
1524
1501
|
"kind": "js",
|
|
1525
|
-
"name": "
|
|
1526
|
-
"declaration": {
|
|
1527
|
-
"name": "actionsMenuBaseStyles",
|
|
1528
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"kind": "js",
|
|
1533
|
-
"name": "foundationActionsMenuStyles",
|
|
1502
|
+
"name": "foundationAccordionItemStyles",
|
|
1534
1503
|
"declaration": {
|
|
1535
|
-
"name": "
|
|
1536
|
-
"module": "src/
|
|
1504
|
+
"name": "foundationAccordionItemStyles",
|
|
1505
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1537
1506
|
}
|
|
1538
1507
|
}
|
|
1539
1508
|
]
|
|
1540
1509
|
},
|
|
1541
1510
|
{
|
|
1542
1511
|
"kind": "javascript-module",
|
|
1543
|
-
"path": "src/
|
|
1512
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1544
1513
|
"declarations": [
|
|
1545
1514
|
{
|
|
1546
1515
|
"kind": "function",
|
|
1547
|
-
"name": "
|
|
1516
|
+
"name": "foundationAccordionItemTemplate",
|
|
1517
|
+
"return": {
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1548
1522
|
"parameters": [
|
|
1549
1523
|
{
|
|
1550
|
-
"name": "
|
|
1524
|
+
"name": "context",
|
|
1551
1525
|
"type": {
|
|
1552
|
-
"text": "
|
|
1526
|
+
"text": "ElementDefinitionContext"
|
|
1553
1527
|
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "function",
|
|
1559
|
-
"name": "singleOptionTemplate",
|
|
1560
|
-
"parameters": [
|
|
1528
|
+
},
|
|
1561
1529
|
{
|
|
1562
|
-
"name": "
|
|
1530
|
+
"name": "definition",
|
|
1563
1531
|
"type": {
|
|
1564
|
-
"text": "
|
|
1532
|
+
"text": "FoundationElementDefinition"
|
|
1565
1533
|
}
|
|
1566
1534
|
}
|
|
1567
1535
|
]
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "variable",
|
|
1571
|
-
"name": "foundationActionsMenuTemplate",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1574
|
-
},
|
|
1575
|
-
"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`"
|
|
1576
1536
|
}
|
|
1577
1537
|
],
|
|
1578
1538
|
"exports": [
|
|
1579
1539
|
{
|
|
1580
1540
|
"kind": "js",
|
|
1581
|
-
"name": "
|
|
1582
|
-
"declaration": {
|
|
1583
|
-
"name": "menuTemplate",
|
|
1584
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "js",
|
|
1589
|
-
"name": "singleOptionTemplate",
|
|
1590
|
-
"declaration": {
|
|
1591
|
-
"name": "singleOptionTemplate",
|
|
1592
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"kind": "js",
|
|
1597
|
-
"name": "foundationActionsMenuTemplate",
|
|
1541
|
+
"name": "foundationAccordionItemTemplate",
|
|
1598
1542
|
"declaration": {
|
|
1599
|
-
"name": "
|
|
1600
|
-
"module": "src/
|
|
1543
|
+
"name": "foundationAccordionItemTemplate",
|
|
1544
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1601
1545
|
}
|
|
1602
1546
|
}
|
|
1603
1547
|
]
|
|
1604
1548
|
},
|
|
1605
1549
|
{
|
|
1606
1550
|
"kind": "javascript-module",
|
|
1607
|
-
"path": "src/
|
|
1551
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1608
1552
|
"declarations": [
|
|
1609
1553
|
{
|
|
1610
1554
|
"kind": "class",
|
|
1611
1555
|
"description": "",
|
|
1612
|
-
"name": "
|
|
1613
|
-
"
|
|
1556
|
+
"name": "AccordionItem",
|
|
1557
|
+
"superclass": {
|
|
1558
|
+
"name": "FASTAccordionItem",
|
|
1559
|
+
"package": "@microsoft/fast-components"
|
|
1560
|
+
},
|
|
1561
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1562
|
+
"customElement": true,
|
|
1563
|
+
"attributes": [
|
|
1614
1564
|
{
|
|
1615
|
-
"
|
|
1616
|
-
"name": "actions",
|
|
1565
|
+
"name": "heading-level",
|
|
1617
1566
|
"type": {
|
|
1618
|
-
"text": "
|
|
1567
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1568
|
+
},
|
|
1569
|
+
"default": "2",
|
|
1570
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1571
|
+
"fieldName": "headinglevel",
|
|
1572
|
+
"inheritedFrom": {
|
|
1573
|
+
"name": "AccordionItem",
|
|
1574
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1619
1575
|
}
|
|
1620
1576
|
},
|
|
1621
1577
|
{
|
|
1622
|
-
"kind": "field",
|
|
1623
|
-
"name": "isVertical",
|
|
1624
1578
|
"type": {
|
|
1625
1579
|
"text": "boolean"
|
|
1626
1580
|
},
|
|
1627
|
-
"default": "false"
|
|
1581
|
+
"default": "false",
|
|
1582
|
+
"description": "Expands or collapses the item.",
|
|
1583
|
+
"fieldName": "expanded",
|
|
1584
|
+
"inheritedFrom": {
|
|
1585
|
+
"name": "AccordionItem",
|
|
1586
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1587
|
+
}
|
|
1628
1588
|
},
|
|
1589
|
+
{
|
|
1590
|
+
"name": "id",
|
|
1591
|
+
"type": {
|
|
1592
|
+
"text": "string"
|
|
1593
|
+
},
|
|
1594
|
+
"description": "The item ID",
|
|
1595
|
+
"fieldName": "id",
|
|
1596
|
+
"inheritedFrom": {
|
|
1597
|
+
"name": "AccordionItem",
|
|
1598
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
],
|
|
1602
|
+
"members": [
|
|
1629
1603
|
{
|
|
1630
1604
|
"kind": "field",
|
|
1631
|
-
"name": "
|
|
1605
|
+
"name": "headinglevel",
|
|
1632
1606
|
"type": {
|
|
1633
|
-
"text": "
|
|
1607
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1634
1608
|
},
|
|
1635
|
-
"
|
|
1609
|
+
"privacy": "public",
|
|
1610
|
+
"default": "2",
|
|
1611
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1612
|
+
"inheritedFrom": {
|
|
1613
|
+
"name": "AccordionItem",
|
|
1614
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1615
|
+
}
|
|
1636
1616
|
},
|
|
1637
1617
|
{
|
|
1638
1618
|
"kind": "field",
|
|
1639
|
-
"name": "
|
|
1619
|
+
"name": "expanded",
|
|
1640
1620
|
"type": {
|
|
1641
1621
|
"text": "boolean"
|
|
1642
1622
|
},
|
|
1643
|
-
"
|
|
1623
|
+
"privacy": "public",
|
|
1624
|
+
"default": "false",
|
|
1625
|
+
"description": "Expands or collapses the item.",
|
|
1626
|
+
"inheritedFrom": {
|
|
1627
|
+
"name": "AccordionItem",
|
|
1628
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1629
|
+
}
|
|
1644
1630
|
},
|
|
1645
1631
|
{
|
|
1646
1632
|
"kind": "field",
|
|
1647
|
-
"name": "
|
|
1633
|
+
"name": "id",
|
|
1648
1634
|
"type": {
|
|
1649
1635
|
"text": "string"
|
|
1636
|
+
},
|
|
1637
|
+
"privacy": "public",
|
|
1638
|
+
"description": "The item ID",
|
|
1639
|
+
"inheritedFrom": {
|
|
1640
|
+
"name": "AccordionItem",
|
|
1641
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1650
1642
|
}
|
|
1651
1643
|
},
|
|
1652
1644
|
{
|
|
1653
1645
|
"kind": "field",
|
|
1654
|
-
"name": "
|
|
1655
|
-
"
|
|
1656
|
-
|
|
1646
|
+
"name": "change",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"inheritedFrom": {
|
|
1649
|
+
"name": "AccordionItem",
|
|
1650
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1657
1651
|
}
|
|
1658
1652
|
},
|
|
1659
1653
|
{
|
|
1660
1654
|
"kind": "field",
|
|
1661
|
-
"name": "
|
|
1655
|
+
"name": "_presentation",
|
|
1662
1656
|
"type": {
|
|
1663
|
-
"text": "
|
|
1657
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1664
1658
|
},
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
"text": "boolean"
|
|
1672
|
-
},
|
|
1673
|
-
"default": "false"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "field",
|
|
1677
|
-
"name": "buttonAppearance",
|
|
1678
|
-
"type": {
|
|
1679
|
-
"text": "string"
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"kind": "field",
|
|
1684
|
-
"name": "hideDisabled",
|
|
1685
|
-
"type": {
|
|
1686
|
-
"text": "boolean"
|
|
1687
|
-
},
|
|
1688
|
-
"default": "false"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"kind": "field",
|
|
1692
|
-
"name": "hideMenuSingleOption",
|
|
1693
|
-
"type": {
|
|
1694
|
-
"text": "boolean"
|
|
1695
|
-
},
|
|
1696
|
-
"default": "false"
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "field",
|
|
1700
|
-
"name": "singleOption",
|
|
1701
|
-
"type": {
|
|
1702
|
-
"text": "ActionMenuItem"
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"kind": "field",
|
|
1707
|
-
"name": "actionsMenu",
|
|
1708
|
-
"type": {
|
|
1709
|
-
"text": "HTMLElement"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "method",
|
|
1714
|
-
"name": "definitionChanged",
|
|
1715
|
-
"privacy": "protected",
|
|
1716
|
-
"parameters": [
|
|
1717
|
-
{
|
|
1718
|
-
"name": "oldValue",
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "any"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"name": "newValue",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "any"
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
1729
|
-
]
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"kind": "method",
|
|
1733
|
-
"name": "openChanged",
|
|
1734
|
-
"privacy": "protected"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"kind": "method",
|
|
1738
|
-
"name": "toggleActionsMenuVisibility"
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "method",
|
|
1742
|
-
"name": "onActionMenuItemClick",
|
|
1743
|
-
"parameters": [
|
|
1744
|
-
{
|
|
1745
|
-
"name": "callback",
|
|
1746
|
-
"type": {
|
|
1747
|
-
"text": "(rowData) => void | any"
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
]
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"kind": "field",
|
|
1754
|
-
"name": "allActions",
|
|
1755
|
-
"type": {
|
|
1756
|
-
"text": "ActionMenuItem[]"
|
|
1757
|
-
},
|
|
1758
|
-
"readonly": true
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "field",
|
|
1762
|
-
"name": "rowData",
|
|
1763
|
-
"readonly": true
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "method",
|
|
1767
|
-
"name": "getLabel",
|
|
1768
|
-
"parameters": [
|
|
1769
|
-
{
|
|
1770
|
-
"name": "name",
|
|
1771
|
-
"type": {
|
|
1772
|
-
"text": "string | ((rowData: any) => string)"
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
]
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "method",
|
|
1779
|
-
"name": "getTemplate",
|
|
1780
|
-
"parameters": [
|
|
1781
|
-
{
|
|
1782
|
-
"name": "prefix",
|
|
1783
|
-
"type": {
|
|
1784
|
-
"text": "string"
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
]
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"kind": "field",
|
|
1791
|
-
"name": "_presentation",
|
|
1792
|
-
"type": {
|
|
1793
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1794
|
-
},
|
|
1795
|
-
"privacy": "private",
|
|
1796
|
-
"default": "void 0",
|
|
1797
|
-
"inheritedFrom": {
|
|
1798
|
-
"name": "FoundationElement",
|
|
1799
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1800
|
-
}
|
|
1659
|
+
"privacy": "private",
|
|
1660
|
+
"default": "void 0",
|
|
1661
|
+
"inheritedFrom": {
|
|
1662
|
+
"name": "FoundationElement",
|
|
1663
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1664
|
+
}
|
|
1801
1665
|
},
|
|
1802
1666
|
{
|
|
1803
1667
|
"kind": "field",
|
|
@@ -1898,123 +1762,86 @@
|
|
|
1898
1762
|
}
|
|
1899
1763
|
}
|
|
1900
1764
|
],
|
|
1901
|
-
"
|
|
1902
|
-
{
|
|
1903
|
-
"name": "is-vertical",
|
|
1904
|
-
"type": {
|
|
1905
|
-
"text": "boolean"
|
|
1906
|
-
},
|
|
1907
|
-
"default": "false",
|
|
1908
|
-
"fieldName": "isVertical"
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "add-default-actions",
|
|
1912
|
-
"type": {
|
|
1913
|
-
"text": "boolean"
|
|
1914
|
-
},
|
|
1915
|
-
"default": "true",
|
|
1916
|
-
"fieldName": "addDefaultActions"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"name": "auto-close-on-action",
|
|
1920
|
-
"type": {
|
|
1921
|
-
"text": "boolean"
|
|
1922
|
-
},
|
|
1923
|
-
"default": "true",
|
|
1924
|
-
"fieldName": "autoCloseOnAction"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "name",
|
|
1928
|
-
"type": {
|
|
1929
|
-
"text": "string"
|
|
1930
|
-
},
|
|
1931
|
-
"default": "'Actions'",
|
|
1932
|
-
"fieldName": "name"
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "open",
|
|
1936
|
-
"type": {
|
|
1937
|
-
"text": "boolean"
|
|
1938
|
-
},
|
|
1939
|
-
"default": "false",
|
|
1940
|
-
"fieldName": "open"
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"name": "buttonAppearance",
|
|
1944
|
-
"type": {
|
|
1945
|
-
"text": "string"
|
|
1946
|
-
},
|
|
1947
|
-
"fieldName": "buttonAppearance"
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"name": "hide-disabled",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "boolean"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "false",
|
|
1955
|
-
"fieldName": "hideDisabled"
|
|
1956
|
-
},
|
|
1765
|
+
"events": [
|
|
1957
1766
|
{
|
|
1958
|
-
"
|
|
1959
|
-
"
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1767
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1768
|
+
"name": "change",
|
|
1769
|
+
"inheritedFrom": {
|
|
1770
|
+
"name": "AccordionItem",
|
|
1771
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1772
|
+
}
|
|
1964
1773
|
}
|
|
1965
|
-
]
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1774
|
+
]
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "variable",
|
|
1778
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "ShadowRootInit"
|
|
1969
1781
|
},
|
|
1970
|
-
"
|
|
1971
|
-
"customElement": true
|
|
1782
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1972
1783
|
},
|
|
1973
1784
|
{
|
|
1974
1785
|
"kind": "variable",
|
|
1975
|
-
"name": "
|
|
1976
|
-
"
|
|
1786
|
+
"name": "defaultAccordionItemConfig",
|
|
1787
|
+
"type": {
|
|
1788
|
+
"text": "object"
|
|
1789
|
+
},
|
|
1790
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "variable",
|
|
1794
|
+
"name": "foundationAccordionItem",
|
|
1795
|
+
"description": "The Foundation Accordion Item",
|
|
1977
1796
|
"privacy": "public"
|
|
1978
1797
|
}
|
|
1979
1798
|
],
|
|
1980
1799
|
"exports": [
|
|
1981
1800
|
{
|
|
1982
1801
|
"kind": "js",
|
|
1983
|
-
"name": "
|
|
1802
|
+
"name": "AccordionItem",
|
|
1984
1803
|
"declaration": {
|
|
1985
|
-
"name": "
|
|
1986
|
-
"module": "src/
|
|
1804
|
+
"name": "AccordionItem",
|
|
1805
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1987
1806
|
}
|
|
1988
1807
|
},
|
|
1989
1808
|
{
|
|
1990
1809
|
"kind": "js",
|
|
1991
|
-
"name": "
|
|
1810
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1992
1811
|
"declaration": {
|
|
1993
|
-
"name": "
|
|
1994
|
-
"module": "src/
|
|
1812
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1813
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1995
1814
|
}
|
|
1996
|
-
}
|
|
1997
|
-
]
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "javascript-module",
|
|
2001
|
-
"path": "src/actions-menu/index.ts",
|
|
2002
|
-
"declarations": [],
|
|
2003
|
-
"exports": [
|
|
1815
|
+
},
|
|
2004
1816
|
{
|
|
2005
1817
|
"kind": "js",
|
|
2006
|
-
"name": "
|
|
1818
|
+
"name": "defaultAccordionItemConfig",
|
|
2007
1819
|
"declaration": {
|
|
2008
|
-
"name": "
|
|
2009
|
-
"
|
|
1820
|
+
"name": "defaultAccordionItemConfig",
|
|
1821
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2010
1822
|
}
|
|
2011
1823
|
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "js",
|
|
1826
|
+
"name": "foundationAccordionItem",
|
|
1827
|
+
"declaration": {
|
|
1828
|
+
"name": "foundationAccordionItem",
|
|
1829
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "javascript-module",
|
|
1836
|
+
"path": "src/accordion-item/index.ts",
|
|
1837
|
+
"declarations": [],
|
|
1838
|
+
"exports": [
|
|
2012
1839
|
{
|
|
2013
1840
|
"kind": "js",
|
|
2014
1841
|
"name": "*",
|
|
2015
1842
|
"declaration": {
|
|
2016
1843
|
"name": "*",
|
|
2017
|
-
"package": "./
|
|
1844
|
+
"package": "./accordion-item.template"
|
|
2018
1845
|
}
|
|
2019
1846
|
},
|
|
2020
1847
|
{
|
|
@@ -2022,18 +1849,49 @@
|
|
|
2022
1849
|
"name": "*",
|
|
2023
1850
|
"declaration": {
|
|
2024
1851
|
"name": "*",
|
|
2025
|
-
"package": "./
|
|
1852
|
+
"package": "./accordion-item.styles"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "js",
|
|
1857
|
+
"name": "*",
|
|
1858
|
+
"declaration": {
|
|
1859
|
+
"name": "*",
|
|
1860
|
+
"package": "./accordion-item"
|
|
2026
1861
|
}
|
|
2027
1862
|
}
|
|
2028
1863
|
]
|
|
2029
1864
|
},
|
|
2030
1865
|
{
|
|
2031
1866
|
"kind": "javascript-module",
|
|
2032
|
-
"path": "src/
|
|
1867
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2033
1868
|
"declarations": [
|
|
2034
1869
|
{
|
|
2035
1870
|
"kind": "function",
|
|
2036
|
-
"name": "
|
|
1871
|
+
"name": "actionsMenuBaseStyles",
|
|
1872
|
+
"return": {
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "ElementStyles"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"parameters": [
|
|
1878
|
+
{
|
|
1879
|
+
"name": "context",
|
|
1880
|
+
"type": {
|
|
1881
|
+
"text": "ElementDefinitionContext"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "definition",
|
|
1886
|
+
"type": {
|
|
1887
|
+
"text": "FoundationElementDefinition"
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"kind": "function",
|
|
1894
|
+
"name": "foundationActionsMenuStyles",
|
|
2037
1895
|
"return": {
|
|
2038
1896
|
"type": {
|
|
2039
1897
|
"text": "ElementStyles"
|
|
@@ -2058,292 +1916,269 @@
|
|
|
2058
1916
|
"exports": [
|
|
2059
1917
|
{
|
|
2060
1918
|
"kind": "js",
|
|
2061
|
-
"name": "
|
|
1919
|
+
"name": "actionsMenuBaseStyles",
|
|
2062
1920
|
"declaration": {
|
|
2063
|
-
"name": "
|
|
2064
|
-
"module": "src/
|
|
1921
|
+
"name": "actionsMenuBaseStyles",
|
|
1922
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"kind": "js",
|
|
1927
|
+
"name": "foundationActionsMenuStyles",
|
|
1928
|
+
"declaration": {
|
|
1929
|
+
"name": "foundationActionsMenuStyles",
|
|
1930
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2065
1931
|
}
|
|
2066
1932
|
}
|
|
2067
1933
|
]
|
|
2068
1934
|
},
|
|
2069
1935
|
{
|
|
2070
1936
|
"kind": "javascript-module",
|
|
2071
|
-
"path": "src/
|
|
1937
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2072
1938
|
"declarations": [
|
|
2073
1939
|
{
|
|
2074
1940
|
"kind": "function",
|
|
2075
|
-
"name": "
|
|
2076
|
-
"return": {
|
|
2077
|
-
"type": {
|
|
2078
|
-
"text": "ViewTemplate<Anchor>"
|
|
2079
|
-
}
|
|
2080
|
-
},
|
|
1941
|
+
"name": "menuTemplate",
|
|
2081
1942
|
"parameters": [
|
|
2082
1943
|
{
|
|
2083
|
-
"name": "
|
|
1944
|
+
"name": "prefix",
|
|
2084
1945
|
"type": {
|
|
2085
|
-
"text": "
|
|
1946
|
+
"text": "string"
|
|
2086
1947
|
}
|
|
2087
|
-
}
|
|
1948
|
+
}
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "function",
|
|
1953
|
+
"name": "singleOptionTemplate",
|
|
1954
|
+
"parameters": [
|
|
2088
1955
|
{
|
|
2089
|
-
"name": "
|
|
1956
|
+
"name": "prefix",
|
|
2090
1957
|
"type": {
|
|
2091
|
-
"text": "
|
|
1958
|
+
"text": "string"
|
|
2092
1959
|
}
|
|
2093
1960
|
}
|
|
2094
1961
|
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"kind": "variable",
|
|
1965
|
+
"name": "foundationActionsMenuTemplate",
|
|
1966
|
+
"type": {
|
|
1967
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1968
|
+
},
|
|
1969
|
+
"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`"
|
|
2095
1970
|
}
|
|
2096
1971
|
],
|
|
2097
1972
|
"exports": [
|
|
2098
1973
|
{
|
|
2099
1974
|
"kind": "js",
|
|
2100
|
-
"name": "
|
|
1975
|
+
"name": "menuTemplate",
|
|
2101
1976
|
"declaration": {
|
|
2102
|
-
"name": "
|
|
2103
|
-
"module": "src/
|
|
1977
|
+
"name": "menuTemplate",
|
|
1978
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "js",
|
|
1983
|
+
"name": "singleOptionTemplate",
|
|
1984
|
+
"declaration": {
|
|
1985
|
+
"name": "singleOptionTemplate",
|
|
1986
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "js",
|
|
1991
|
+
"name": "foundationActionsMenuTemplate",
|
|
1992
|
+
"declaration": {
|
|
1993
|
+
"name": "foundationActionsMenuTemplate",
|
|
1994
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2104
1995
|
}
|
|
2105
1996
|
}
|
|
2106
1997
|
]
|
|
2107
1998
|
},
|
|
2108
1999
|
{
|
|
2109
2000
|
"kind": "javascript-module",
|
|
2110
|
-
"path": "src/
|
|
2001
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2111
2002
|
"declarations": [
|
|
2112
2003
|
{
|
|
2113
2004
|
"kind": "class",
|
|
2114
2005
|
"description": "",
|
|
2115
|
-
"name": "
|
|
2116
|
-
"
|
|
2117
|
-
"name": "FASTAnchor",
|
|
2118
|
-
"package": "@microsoft/fast-components"
|
|
2119
|
-
},
|
|
2120
|
-
"tagName": "%%prefix%%-anchor",
|
|
2121
|
-
"customElement": true,
|
|
2122
|
-
"attributes": [
|
|
2006
|
+
"name": "ActionsMenu",
|
|
2007
|
+
"members": [
|
|
2123
2008
|
{
|
|
2124
|
-
"
|
|
2009
|
+
"kind": "field",
|
|
2010
|
+
"name": "actions",
|
|
2125
2011
|
"type": {
|
|
2126
|
-
"text": "
|
|
2127
|
-
},
|
|
2128
|
-
"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.",
|
|
2129
|
-
"fieldName": "download",
|
|
2130
|
-
"inheritedFrom": {
|
|
2131
|
-
"name": "Anchor",
|
|
2132
|
-
"module": "src/anchor/anchor.ts"
|
|
2012
|
+
"text": "ActionMenuItem[]"
|
|
2133
2013
|
}
|
|
2134
2014
|
},
|
|
2135
2015
|
{
|
|
2136
|
-
"
|
|
2016
|
+
"kind": "field",
|
|
2017
|
+
"name": "isVertical",
|
|
2137
2018
|
"type": {
|
|
2138
|
-
"text": "
|
|
2019
|
+
"text": "boolean"
|
|
2139
2020
|
},
|
|
2140
|
-
"
|
|
2141
|
-
"fieldName": "href",
|
|
2142
|
-
"inheritedFrom": {
|
|
2143
|
-
"name": "Anchor",
|
|
2144
|
-
"module": "src/anchor/anchor.ts"
|
|
2145
|
-
}
|
|
2021
|
+
"default": "false"
|
|
2146
2022
|
},
|
|
2147
2023
|
{
|
|
2148
|
-
"
|
|
2024
|
+
"kind": "field",
|
|
2025
|
+
"name": "addDefaultActions",
|
|
2149
2026
|
"type": {
|
|
2150
|
-
"text": "
|
|
2027
|
+
"text": "boolean"
|
|
2151
2028
|
},
|
|
2152
|
-
"
|
|
2153
|
-
"fieldName": "hreflang",
|
|
2154
|
-
"inheritedFrom": {
|
|
2155
|
-
"name": "Anchor",
|
|
2156
|
-
"module": "src/anchor/anchor.ts"
|
|
2157
|
-
}
|
|
2029
|
+
"default": "true"
|
|
2158
2030
|
},
|
|
2159
2031
|
{
|
|
2160
|
-
"
|
|
2032
|
+
"kind": "field",
|
|
2033
|
+
"name": "autoCloseOnAction",
|
|
2161
2034
|
"type": {
|
|
2162
|
-
"text": "
|
|
2035
|
+
"text": "boolean"
|
|
2163
2036
|
},
|
|
2164
|
-
"
|
|
2165
|
-
"fieldName": "ping",
|
|
2166
|
-
"inheritedFrom": {
|
|
2167
|
-
"name": "Anchor",
|
|
2168
|
-
"module": "src/anchor/anchor.ts"
|
|
2169
|
-
}
|
|
2037
|
+
"default": "true"
|
|
2170
2038
|
},
|
|
2171
2039
|
{
|
|
2172
|
-
"
|
|
2040
|
+
"kind": "field",
|
|
2041
|
+
"name": "classNames",
|
|
2173
2042
|
"type": {
|
|
2174
2043
|
"text": "string"
|
|
2175
|
-
},
|
|
2176
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2177
|
-
"fieldName": "referrerpolicy",
|
|
2178
|
-
"inheritedFrom": {
|
|
2179
|
-
"name": "Anchor",
|
|
2180
|
-
"module": "src/anchor/anchor.ts"
|
|
2181
2044
|
}
|
|
2182
2045
|
},
|
|
2183
2046
|
{
|
|
2184
|
-
"
|
|
2047
|
+
"kind": "field",
|
|
2048
|
+
"name": "definition",
|
|
2185
2049
|
"type": {
|
|
2186
|
-
"text": "
|
|
2187
|
-
},
|
|
2188
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2189
|
-
"fieldName": "rel",
|
|
2190
|
-
"inheritedFrom": {
|
|
2191
|
-
"name": "Anchor",
|
|
2192
|
-
"module": "src/anchor/anchor.ts"
|
|
2050
|
+
"text": "any"
|
|
2193
2051
|
}
|
|
2194
2052
|
},
|
|
2195
2053
|
{
|
|
2196
|
-
"
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "name",
|
|
2197
2056
|
"type": {
|
|
2198
|
-
"text": "
|
|
2057
|
+
"text": "string"
|
|
2199
2058
|
},
|
|
2200
|
-
"
|
|
2201
|
-
"fieldName": "target",
|
|
2202
|
-
"inheritedFrom": {
|
|
2203
|
-
"name": "Anchor",
|
|
2204
|
-
"module": "src/anchor/anchor.ts"
|
|
2205
|
-
}
|
|
2059
|
+
"default": "'Actions'"
|
|
2206
2060
|
},
|
|
2207
2061
|
{
|
|
2208
|
-
"
|
|
2062
|
+
"kind": "field",
|
|
2063
|
+
"name": "open",
|
|
2209
2064
|
"type": {
|
|
2210
|
-
"text": "
|
|
2065
|
+
"text": "boolean"
|
|
2211
2066
|
},
|
|
2212
|
-
"
|
|
2213
|
-
|
|
2214
|
-
"inheritedFrom": {
|
|
2215
|
-
"name": "Anchor",
|
|
2216
|
-
"module": "src/anchor/anchor.ts"
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
],
|
|
2220
|
-
"members": [
|
|
2067
|
+
"default": "false"
|
|
2068
|
+
},
|
|
2221
2069
|
{
|
|
2222
2070
|
"kind": "field",
|
|
2223
|
-
"name": "
|
|
2071
|
+
"name": "buttonAppearance",
|
|
2224
2072
|
"type": {
|
|
2225
2073
|
"text": "string"
|
|
2226
|
-
},
|
|
2227
|
-
"privacy": "public",
|
|
2228
|
-
"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.",
|
|
2229
|
-
"inheritedFrom": {
|
|
2230
|
-
"name": "Anchor",
|
|
2231
|
-
"module": "src/anchor/anchor.ts"
|
|
2232
2074
|
}
|
|
2233
2075
|
},
|
|
2234
2076
|
{
|
|
2235
2077
|
"kind": "field",
|
|
2236
|
-
"name": "
|
|
2078
|
+
"name": "hideDisabled",
|
|
2237
2079
|
"type": {
|
|
2238
|
-
"text": "
|
|
2080
|
+
"text": "boolean"
|
|
2239
2081
|
},
|
|
2240
|
-
"
|
|
2241
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2242
|
-
"inheritedFrom": {
|
|
2243
|
-
"name": "Anchor",
|
|
2244
|
-
"module": "src/anchor/anchor.ts"
|
|
2245
|
-
}
|
|
2082
|
+
"default": "false"
|
|
2246
2083
|
},
|
|
2247
2084
|
{
|
|
2248
2085
|
"kind": "field",
|
|
2249
|
-
"name": "
|
|
2086
|
+
"name": "hideMenuSingleOption",
|
|
2250
2087
|
"type": {
|
|
2251
|
-
"text": "
|
|
2088
|
+
"text": "boolean"
|
|
2252
2089
|
},
|
|
2253
|
-
"
|
|
2254
|
-
"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.",
|
|
2255
|
-
"inheritedFrom": {
|
|
2256
|
-
"name": "Anchor",
|
|
2257
|
-
"module": "src/anchor/anchor.ts"
|
|
2258
|
-
}
|
|
2090
|
+
"default": "false"
|
|
2259
2091
|
},
|
|
2260
2092
|
{
|
|
2261
2093
|
"kind": "field",
|
|
2262
|
-
"name": "
|
|
2094
|
+
"name": "singleOption",
|
|
2263
2095
|
"type": {
|
|
2264
|
-
"text": "
|
|
2265
|
-
},
|
|
2266
|
-
"privacy": "public",
|
|
2267
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2268
|
-
"inheritedFrom": {
|
|
2269
|
-
"name": "Anchor",
|
|
2270
|
-
"module": "src/anchor/anchor.ts"
|
|
2096
|
+
"text": "ActionMenuItem"
|
|
2271
2097
|
}
|
|
2272
2098
|
},
|
|
2273
2099
|
{
|
|
2274
2100
|
"kind": "field",
|
|
2275
|
-
"name": "
|
|
2101
|
+
"name": "actionsMenu",
|
|
2276
2102
|
"type": {
|
|
2277
|
-
"text": "
|
|
2278
|
-
},
|
|
2279
|
-
"privacy": "public",
|
|
2280
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2281
|
-
"inheritedFrom": {
|
|
2282
|
-
"name": "Anchor",
|
|
2283
|
-
"module": "src/anchor/anchor.ts"
|
|
2103
|
+
"text": "HTMLElement"
|
|
2284
2104
|
}
|
|
2285
2105
|
},
|
|
2286
2106
|
{
|
|
2287
|
-
"kind": "
|
|
2288
|
-
"name": "
|
|
2289
|
-
"
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2107
|
+
"kind": "method",
|
|
2108
|
+
"name": "definitionChanged",
|
|
2109
|
+
"privacy": "protected",
|
|
2110
|
+
"parameters": [
|
|
2111
|
+
{
|
|
2112
|
+
"name": "oldValue",
|
|
2113
|
+
"type": {
|
|
2114
|
+
"text": "any"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "newValue",
|
|
2119
|
+
"type": {
|
|
2120
|
+
"text": "any"
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
]
|
|
2298
2124
|
},
|
|
2299
2125
|
{
|
|
2300
|
-
"kind": "
|
|
2301
|
-
"name": "
|
|
2302
|
-
"
|
|
2303
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2304
|
-
},
|
|
2305
|
-
"privacy": "public",
|
|
2306
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2307
|
-
"inheritedFrom": {
|
|
2308
|
-
"name": "Anchor",
|
|
2309
|
-
"module": "src/anchor/anchor.ts"
|
|
2310
|
-
}
|
|
2126
|
+
"kind": "method",
|
|
2127
|
+
"name": "openChanged",
|
|
2128
|
+
"privacy": "protected"
|
|
2311
2129
|
},
|
|
2312
2130
|
{
|
|
2313
|
-
"kind": "
|
|
2314
|
-
"name": "
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
"
|
|
2319
|
-
"
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2131
|
+
"kind": "method",
|
|
2132
|
+
"name": "toggleActionsMenuVisibility"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"kind": "method",
|
|
2136
|
+
"name": "onActionMenuItemClick",
|
|
2137
|
+
"parameters": [
|
|
2138
|
+
{
|
|
2139
|
+
"name": "callback",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "(rowData) => void | any"
|
|
2142
|
+
}
|
|
2143
|
+
}
|
|
2144
|
+
]
|
|
2324
2145
|
},
|
|
2325
2146
|
{
|
|
2326
2147
|
"kind": "field",
|
|
2327
|
-
"name": "
|
|
2148
|
+
"name": "allActions",
|
|
2328
2149
|
"type": {
|
|
2329
|
-
"text": "
|
|
2150
|
+
"text": "ActionMenuItem[]"
|
|
2330
2151
|
},
|
|
2331
|
-
"
|
|
2332
|
-
"description": "References the root element",
|
|
2333
|
-
"inheritedFrom": {
|
|
2334
|
-
"name": "Anchor",
|
|
2335
|
-
"module": "src/anchor/anchor.ts"
|
|
2336
|
-
}
|
|
2152
|
+
"readonly": true
|
|
2337
2153
|
},
|
|
2338
2154
|
{
|
|
2339
2155
|
"kind": "field",
|
|
2340
|
-
"name": "
|
|
2341
|
-
"
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2156
|
+
"name": "rowData",
|
|
2157
|
+
"readonly": true
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"kind": "method",
|
|
2161
|
+
"name": "getLabel",
|
|
2162
|
+
"parameters": [
|
|
2163
|
+
{
|
|
2164
|
+
"name": "name",
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "string | ((rowData: any) => string)"
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
]
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"kind": "method",
|
|
2173
|
+
"name": "getTemplate",
|
|
2174
|
+
"parameters": [
|
|
2175
|
+
{
|
|
2176
|
+
"name": "prefix",
|
|
2177
|
+
"type": {
|
|
2178
|
+
"text": "string"
|
|
2179
|
+
}
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
2347
2182
|
},
|
|
2348
2183
|
{
|
|
2349
2184
|
"kind": "field",
|
|
@@ -2456,69 +2291,108 @@
|
|
|
2456
2291
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2457
2292
|
}
|
|
2458
2293
|
}
|
|
2459
|
-
]
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2294
|
+
],
|
|
2295
|
+
"attributes": [
|
|
2296
|
+
{
|
|
2297
|
+
"name": "is-vertical",
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": "boolean"
|
|
2300
|
+
},
|
|
2301
|
+
"default": "false",
|
|
2302
|
+
"fieldName": "isVertical"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "add-default-actions",
|
|
2306
|
+
"type": {
|
|
2307
|
+
"text": "boolean"
|
|
2308
|
+
},
|
|
2309
|
+
"default": "true",
|
|
2310
|
+
"fieldName": "addDefaultActions"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "auto-close-on-action",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"default": "true",
|
|
2318
|
+
"fieldName": "autoCloseOnAction"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "name",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "string"
|
|
2324
|
+
},
|
|
2325
|
+
"default": "'Actions'",
|
|
2326
|
+
"fieldName": "name"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "open",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "boolean"
|
|
2332
|
+
},
|
|
2333
|
+
"default": "false",
|
|
2334
|
+
"fieldName": "open"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "buttonAppearance",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "string"
|
|
2340
|
+
},
|
|
2341
|
+
"fieldName": "buttonAppearance"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "hide-disabled",
|
|
2345
|
+
"type": {
|
|
2346
|
+
"text": "boolean"
|
|
2347
|
+
},
|
|
2348
|
+
"default": "false",
|
|
2349
|
+
"fieldName": "hideDisabled"
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"name": "hide-menu-single-option",
|
|
2353
|
+
"type": {
|
|
2354
|
+
"text": "boolean"
|
|
2355
|
+
},
|
|
2356
|
+
"default": "false",
|
|
2357
|
+
"fieldName": "hideMenuSingleOption"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"superclass": {
|
|
2361
|
+
"name": "FoundationElement",
|
|
2362
|
+
"package": "@microsoft/fast-foundation"
|
|
2474
2363
|
},
|
|
2475
|
-
"
|
|
2364
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2365
|
+
"customElement": true
|
|
2476
2366
|
},
|
|
2477
2367
|
{
|
|
2478
2368
|
"kind": "variable",
|
|
2479
|
-
"name": "
|
|
2480
|
-
"description": "The Foundation
|
|
2369
|
+
"name": "foundationActionsMenu",
|
|
2370
|
+
"description": "The Foundation Actions Menu",
|
|
2481
2371
|
"privacy": "public"
|
|
2482
2372
|
}
|
|
2483
2373
|
],
|
|
2484
2374
|
"exports": [
|
|
2485
2375
|
{
|
|
2486
2376
|
"kind": "js",
|
|
2487
|
-
"name": "
|
|
2488
|
-
"declaration": {
|
|
2489
|
-
"name": "Anchor",
|
|
2490
|
-
"module": "src/anchor/anchor.ts"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"kind": "js",
|
|
2495
|
-
"name": "foundationAnchorShadowOptions",
|
|
2496
|
-
"declaration": {
|
|
2497
|
-
"name": "foundationAnchorShadowOptions",
|
|
2498
|
-
"module": "src/anchor/anchor.ts"
|
|
2499
|
-
}
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"kind": "js",
|
|
2503
|
-
"name": "defaultAnchorConfig",
|
|
2377
|
+
"name": "ActionsMenu",
|
|
2504
2378
|
"declaration": {
|
|
2505
|
-
"name": "
|
|
2506
|
-
"module": "src/
|
|
2379
|
+
"name": "ActionsMenu",
|
|
2380
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2507
2381
|
}
|
|
2508
2382
|
},
|
|
2509
2383
|
{
|
|
2510
2384
|
"kind": "js",
|
|
2511
|
-
"name": "
|
|
2385
|
+
"name": "foundationActionsMenu",
|
|
2512
2386
|
"declaration": {
|
|
2513
|
-
"name": "
|
|
2514
|
-
"module": "src/
|
|
2387
|
+
"name": "foundationActionsMenu",
|
|
2388
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2515
2389
|
}
|
|
2516
2390
|
}
|
|
2517
2391
|
]
|
|
2518
2392
|
},
|
|
2519
2393
|
{
|
|
2520
2394
|
"kind": "javascript-module",
|
|
2521
|
-
"path": "src/
|
|
2395
|
+
"path": "src/actions-menu/index.ts",
|
|
2522
2396
|
"declarations": [],
|
|
2523
2397
|
"exports": [
|
|
2524
2398
|
{
|
|
@@ -2526,7 +2400,7 @@
|
|
|
2526
2400
|
"name": "*",
|
|
2527
2401
|
"declaration": {
|
|
2528
2402
|
"name": "*",
|
|
2529
|
-
"package": "./
|
|
2403
|
+
"package": "./actions-menu.styles"
|
|
2530
2404
|
}
|
|
2531
2405
|
},
|
|
2532
2406
|
{
|
|
@@ -2534,7 +2408,7 @@
|
|
|
2534
2408
|
"name": "*",
|
|
2535
2409
|
"declaration": {
|
|
2536
2410
|
"name": "*",
|
|
2537
|
-
"package": "./
|
|
2411
|
+
"package": "./actions-menu.template"
|
|
2538
2412
|
}
|
|
2539
2413
|
},
|
|
2540
2414
|
{
|
|
@@ -2542,21 +2416,21 @@
|
|
|
2542
2416
|
"name": "*",
|
|
2543
2417
|
"declaration": {
|
|
2544
2418
|
"name": "*",
|
|
2545
|
-
"package": "./
|
|
2419
|
+
"package": "./actions-menu"
|
|
2546
2420
|
}
|
|
2547
2421
|
}
|
|
2548
2422
|
]
|
|
2549
2423
|
},
|
|
2550
2424
|
{
|
|
2551
2425
|
"kind": "javascript-module",
|
|
2552
|
-
"path": "src/
|
|
2426
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2553
2427
|
"declarations": [
|
|
2554
2428
|
{
|
|
2555
2429
|
"kind": "function",
|
|
2556
|
-
"name": "
|
|
2430
|
+
"name": "foundationAnchorStyles",
|
|
2557
2431
|
"return": {
|
|
2558
2432
|
"type": {
|
|
2559
|
-
"text": "
|
|
2433
|
+
"text": "ElementStyles"
|
|
2560
2434
|
}
|
|
2561
2435
|
},
|
|
2562
2436
|
"parameters": [
|
|
@@ -2578,24 +2452,24 @@
|
|
|
2578
2452
|
"exports": [
|
|
2579
2453
|
{
|
|
2580
2454
|
"kind": "js",
|
|
2581
|
-
"name": "
|
|
2455
|
+
"name": "foundationAnchorStyles",
|
|
2582
2456
|
"declaration": {
|
|
2583
|
-
"name": "
|
|
2584
|
-
"module": "src/
|
|
2457
|
+
"name": "foundationAnchorStyles",
|
|
2458
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2585
2459
|
}
|
|
2586
2460
|
}
|
|
2587
2461
|
]
|
|
2588
2462
|
},
|
|
2589
2463
|
{
|
|
2590
2464
|
"kind": "javascript-module",
|
|
2591
|
-
"path": "src/
|
|
2465
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2592
2466
|
"declarations": [
|
|
2593
2467
|
{
|
|
2594
2468
|
"kind": "function",
|
|
2595
|
-
"name": "
|
|
2469
|
+
"name": "foundationAnchorTemplate",
|
|
2596
2470
|
"return": {
|
|
2597
2471
|
"type": {
|
|
2598
|
-
"text": "
|
|
2472
|
+
"text": "ViewTemplate<Anchor>"
|
|
2599
2473
|
}
|
|
2600
2474
|
},
|
|
2601
2475
|
"parameters": [
|
|
@@ -2617,237 +2491,757 @@
|
|
|
2617
2491
|
"exports": [
|
|
2618
2492
|
{
|
|
2619
2493
|
"kind": "js",
|
|
2620
|
-
"name": "
|
|
2494
|
+
"name": "foundationAnchorTemplate",
|
|
2621
2495
|
"declaration": {
|
|
2622
|
-
"name": "
|
|
2623
|
-
"module": "src/
|
|
2496
|
+
"name": "foundationAnchorTemplate",
|
|
2497
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2624
2498
|
}
|
|
2625
2499
|
}
|
|
2626
2500
|
]
|
|
2627
2501
|
},
|
|
2628
2502
|
{
|
|
2629
2503
|
"kind": "javascript-module",
|
|
2630
|
-
"path": "src/
|
|
2504
|
+
"path": "src/anchor/anchor.ts",
|
|
2631
2505
|
"declarations": [
|
|
2632
2506
|
{
|
|
2633
2507
|
"kind": "class",
|
|
2634
2508
|
"description": "",
|
|
2635
|
-
"name": "
|
|
2509
|
+
"name": "Anchor",
|
|
2636
2510
|
"superclass": {
|
|
2637
|
-
"name": "
|
|
2511
|
+
"name": "FASTAnchor",
|
|
2638
2512
|
"package": "@microsoft/fast-components"
|
|
2639
2513
|
},
|
|
2640
|
-
"tagName": "%%prefix%%-
|
|
2514
|
+
"tagName": "%%prefix%%-anchor",
|
|
2641
2515
|
"customElement": true,
|
|
2642
2516
|
"attributes": [
|
|
2643
2517
|
{
|
|
2644
|
-
"name": "
|
|
2518
|
+
"name": "download",
|
|
2645
2519
|
"type": {
|
|
2646
2520
|
"text": "string"
|
|
2647
2521
|
},
|
|
2648
|
-
"
|
|
2649
|
-
"
|
|
2650
|
-
"fieldName": "anchor",
|
|
2522
|
+
"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.",
|
|
2523
|
+
"fieldName": "download",
|
|
2651
2524
|
"inheritedFrom": {
|
|
2652
|
-
"name": "
|
|
2653
|
-
"module": "src/
|
|
2525
|
+
"name": "Anchor",
|
|
2526
|
+
"module": "src/anchor/anchor.ts"
|
|
2654
2527
|
}
|
|
2655
2528
|
},
|
|
2656
2529
|
{
|
|
2657
|
-
"name": "
|
|
2530
|
+
"name": "href",
|
|
2658
2531
|
"type": {
|
|
2659
2532
|
"text": "string"
|
|
2660
2533
|
},
|
|
2661
|
-
"
|
|
2662
|
-
"
|
|
2663
|
-
"fieldName": "viewport",
|
|
2534
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2535
|
+
"fieldName": "href",
|
|
2664
2536
|
"inheritedFrom": {
|
|
2665
|
-
"name": "
|
|
2666
|
-
"module": "src/
|
|
2537
|
+
"name": "Anchor",
|
|
2538
|
+
"module": "src/anchor/anchor.ts"
|
|
2667
2539
|
}
|
|
2668
2540
|
},
|
|
2669
2541
|
{
|
|
2670
|
-
"name": "
|
|
2542
|
+
"name": "hreflang",
|
|
2671
2543
|
"type": {
|
|
2672
|
-
"text": "
|
|
2544
|
+
"text": "string"
|
|
2673
2545
|
},
|
|
2674
|
-
"
|
|
2675
|
-
"
|
|
2676
|
-
"fieldName": "horizontalPositioningMode",
|
|
2546
|
+
"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.",
|
|
2547
|
+
"fieldName": "hreflang",
|
|
2677
2548
|
"inheritedFrom": {
|
|
2678
|
-
"name": "
|
|
2679
|
-
"module": "src/
|
|
2549
|
+
"name": "Anchor",
|
|
2550
|
+
"module": "src/anchor/anchor.ts"
|
|
2680
2551
|
}
|
|
2681
2552
|
},
|
|
2682
2553
|
{
|
|
2683
|
-
"name": "
|
|
2554
|
+
"name": "ping",
|
|
2684
2555
|
"type": {
|
|
2685
|
-
"text": "
|
|
2556
|
+
"text": "string"
|
|
2686
2557
|
},
|
|
2687
|
-
"
|
|
2688
|
-
"
|
|
2689
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2558
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2559
|
+
"fieldName": "ping",
|
|
2690
2560
|
"inheritedFrom": {
|
|
2691
|
-
"name": "
|
|
2692
|
-
"module": "src/
|
|
2561
|
+
"name": "Anchor",
|
|
2562
|
+
"module": "src/anchor/anchor.ts"
|
|
2693
2563
|
}
|
|
2694
2564
|
},
|
|
2695
2565
|
{
|
|
2696
|
-
"name": "
|
|
2566
|
+
"name": "referrerpolicy",
|
|
2697
2567
|
"type": {
|
|
2698
|
-
"text": "
|
|
2568
|
+
"text": "string"
|
|
2699
2569
|
},
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2702
|
-
"fieldName": "horizontalViewportLock",
|
|
2570
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2571
|
+
"fieldName": "referrerpolicy",
|
|
2703
2572
|
"inheritedFrom": {
|
|
2704
|
-
"name": "
|
|
2705
|
-
"module": "src/
|
|
2573
|
+
"name": "Anchor",
|
|
2574
|
+
"module": "src/anchor/anchor.ts"
|
|
2706
2575
|
}
|
|
2707
2576
|
},
|
|
2708
2577
|
{
|
|
2709
|
-
"name": "
|
|
2578
|
+
"name": "rel",
|
|
2710
2579
|
"type": {
|
|
2711
|
-
"text": "
|
|
2580
|
+
"text": "string"
|
|
2712
2581
|
},
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2715
|
-
"fieldName": "horizontalInset",
|
|
2582
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2583
|
+
"fieldName": "rel",
|
|
2716
2584
|
"inheritedFrom": {
|
|
2717
|
-
"name": "
|
|
2718
|
-
"module": "src/
|
|
2585
|
+
"name": "Anchor",
|
|
2586
|
+
"module": "src/anchor/anchor.ts"
|
|
2719
2587
|
}
|
|
2720
2588
|
},
|
|
2721
2589
|
{
|
|
2722
|
-
"name": "
|
|
2590
|
+
"name": "target",
|
|
2723
2591
|
"type": {
|
|
2724
|
-
"text": "
|
|
2592
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2725
2593
|
},
|
|
2726
|
-
"description": "
|
|
2727
|
-
"fieldName": "
|
|
2594
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2595
|
+
"fieldName": "target",
|
|
2728
2596
|
"inheritedFrom": {
|
|
2729
|
-
"name": "
|
|
2730
|
-
"module": "src/
|
|
2597
|
+
"name": "Anchor",
|
|
2598
|
+
"module": "src/anchor/anchor.ts"
|
|
2731
2599
|
}
|
|
2732
2600
|
},
|
|
2733
2601
|
{
|
|
2734
|
-
"name": "
|
|
2602
|
+
"name": "type",
|
|
2735
2603
|
"type": {
|
|
2736
|
-
"text": "
|
|
2604
|
+
"text": "string"
|
|
2737
2605
|
},
|
|
2738
|
-
"
|
|
2739
|
-
"
|
|
2740
|
-
"fieldName": "horizontalScaling",
|
|
2606
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2607
|
+
"fieldName": "type",
|
|
2741
2608
|
"inheritedFrom": {
|
|
2742
|
-
"name": "
|
|
2743
|
-
"module": "src/
|
|
2609
|
+
"name": "Anchor",
|
|
2610
|
+
"module": "src/anchor/anchor.ts"
|
|
2744
2611
|
}
|
|
2745
|
-
}
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"members": [
|
|
2746
2615
|
{
|
|
2747
|
-
"
|
|
2616
|
+
"kind": "field",
|
|
2617
|
+
"name": "download",
|
|
2748
2618
|
"type": {
|
|
2749
|
-
"text": "
|
|
2619
|
+
"text": "string"
|
|
2750
2620
|
},
|
|
2751
|
-
"
|
|
2752
|
-
"description": "
|
|
2753
|
-
"fieldName": "verticalPositioningMode",
|
|
2621
|
+
"privacy": "public",
|
|
2622
|
+
"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.",
|
|
2754
2623
|
"inheritedFrom": {
|
|
2755
|
-
"name": "
|
|
2756
|
-
"module": "src/
|
|
2624
|
+
"name": "Anchor",
|
|
2625
|
+
"module": "src/anchor/anchor.ts"
|
|
2757
2626
|
}
|
|
2758
2627
|
},
|
|
2759
2628
|
{
|
|
2760
|
-
"
|
|
2629
|
+
"kind": "field",
|
|
2630
|
+
"name": "href",
|
|
2761
2631
|
"type": {
|
|
2762
|
-
"text": "
|
|
2632
|
+
"text": "string"
|
|
2763
2633
|
},
|
|
2764
|
-
"
|
|
2765
|
-
"description": "The
|
|
2766
|
-
"fieldName": "verticalDefaultPosition",
|
|
2634
|
+
"privacy": "public",
|
|
2635
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2767
2636
|
"inheritedFrom": {
|
|
2768
|
-
"name": "
|
|
2769
|
-
"module": "src/
|
|
2637
|
+
"name": "Anchor",
|
|
2638
|
+
"module": "src/anchor/anchor.ts"
|
|
2770
2639
|
}
|
|
2771
2640
|
},
|
|
2772
2641
|
{
|
|
2773
|
-
"
|
|
2642
|
+
"kind": "field",
|
|
2643
|
+
"name": "hreflang",
|
|
2774
2644
|
"type": {
|
|
2775
|
-
"text": "
|
|
2645
|
+
"text": "string"
|
|
2776
2646
|
},
|
|
2777
|
-
"
|
|
2778
|
-
"description": "
|
|
2779
|
-
"fieldName": "verticalViewportLock",
|
|
2647
|
+
"privacy": "public",
|
|
2648
|
+
"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.",
|
|
2780
2649
|
"inheritedFrom": {
|
|
2781
|
-
"name": "
|
|
2782
|
-
"module": "src/
|
|
2650
|
+
"name": "Anchor",
|
|
2651
|
+
"module": "src/anchor/anchor.ts"
|
|
2783
2652
|
}
|
|
2784
2653
|
},
|
|
2785
2654
|
{
|
|
2786
|
-
"
|
|
2655
|
+
"kind": "field",
|
|
2656
|
+
"name": "ping",
|
|
2787
2657
|
"type": {
|
|
2788
|
-
"text": "
|
|
2658
|
+
"text": "string"
|
|
2789
2659
|
},
|
|
2790
|
-
"
|
|
2791
|
-
"description": "
|
|
2792
|
-
"fieldName": "verticalInset",
|
|
2660
|
+
"privacy": "public",
|
|
2661
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2793
2662
|
"inheritedFrom": {
|
|
2794
|
-
"name": "
|
|
2795
|
-
"module": "src/
|
|
2663
|
+
"name": "Anchor",
|
|
2664
|
+
"module": "src/anchor/anchor.ts"
|
|
2796
2665
|
}
|
|
2797
2666
|
},
|
|
2798
2667
|
{
|
|
2799
|
-
"
|
|
2668
|
+
"kind": "field",
|
|
2669
|
+
"name": "referrerpolicy",
|
|
2800
2670
|
"type": {
|
|
2801
|
-
"text": "
|
|
2671
|
+
"text": "string"
|
|
2802
2672
|
},
|
|
2803
|
-
"
|
|
2804
|
-
"
|
|
2673
|
+
"privacy": "public",
|
|
2674
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2805
2675
|
"inheritedFrom": {
|
|
2806
|
-
"name": "
|
|
2807
|
-
"module": "src/
|
|
2676
|
+
"name": "Anchor",
|
|
2677
|
+
"module": "src/anchor/anchor.ts"
|
|
2808
2678
|
}
|
|
2809
2679
|
},
|
|
2810
2680
|
{
|
|
2811
|
-
"
|
|
2681
|
+
"kind": "field",
|
|
2682
|
+
"name": "rel",
|
|
2812
2683
|
"type": {
|
|
2813
|
-
"text": "
|
|
2684
|
+
"text": "string"
|
|
2814
2685
|
},
|
|
2815
|
-
"
|
|
2816
|
-
"description": "
|
|
2817
|
-
"fieldName": "verticalScaling",
|
|
2686
|
+
"privacy": "public",
|
|
2687
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2818
2688
|
"inheritedFrom": {
|
|
2819
|
-
"name": "
|
|
2820
|
-
"module": "src/
|
|
2689
|
+
"name": "Anchor",
|
|
2690
|
+
"module": "src/anchor/anchor.ts"
|
|
2821
2691
|
}
|
|
2822
2692
|
},
|
|
2823
2693
|
{
|
|
2824
|
-
"
|
|
2694
|
+
"kind": "field",
|
|
2695
|
+
"name": "target",
|
|
2825
2696
|
"type": {
|
|
2826
|
-
"text": "
|
|
2697
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2827
2698
|
},
|
|
2828
|
-
"
|
|
2829
|
-
"description": "
|
|
2830
|
-
"fieldName": "fixedPlacement",
|
|
2699
|
+
"privacy": "public",
|
|
2700
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2831
2701
|
"inheritedFrom": {
|
|
2832
|
-
"name": "
|
|
2833
|
-
"module": "src/
|
|
2702
|
+
"name": "Anchor",
|
|
2703
|
+
"module": "src/anchor/anchor.ts"
|
|
2834
2704
|
}
|
|
2835
2705
|
},
|
|
2836
2706
|
{
|
|
2837
|
-
"
|
|
2707
|
+
"kind": "field",
|
|
2708
|
+
"name": "type",
|
|
2838
2709
|
"type": {
|
|
2839
|
-
"text": "
|
|
2710
|
+
"text": "string"
|
|
2840
2711
|
},
|
|
2841
|
-
"
|
|
2842
|
-
"description": "
|
|
2843
|
-
"fieldName": "autoUpdateMode",
|
|
2712
|
+
"privacy": "public",
|
|
2713
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2844
2714
|
"inheritedFrom": {
|
|
2845
|
-
"name": "
|
|
2846
|
-
"module": "src/
|
|
2715
|
+
"name": "Anchor",
|
|
2716
|
+
"module": "src/anchor/anchor.ts"
|
|
2847
2717
|
}
|
|
2848
|
-
}
|
|
2849
|
-
|
|
2850
|
-
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"kind": "field",
|
|
2721
|
+
"name": "control",
|
|
2722
|
+
"type": {
|
|
2723
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2724
|
+
},
|
|
2725
|
+
"privacy": "public",
|
|
2726
|
+
"description": "References the root element",
|
|
2727
|
+
"inheritedFrom": {
|
|
2728
|
+
"name": "Anchor",
|
|
2729
|
+
"module": "src/anchor/anchor.ts"
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"kind": "field",
|
|
2734
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2735
|
+
"privacy": "private",
|
|
2736
|
+
"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",
|
|
2737
|
+
"inheritedFrom": {
|
|
2738
|
+
"name": "Anchor",
|
|
2739
|
+
"module": "src/anchor/anchor.ts"
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"kind": "field",
|
|
2744
|
+
"name": "_presentation",
|
|
2745
|
+
"type": {
|
|
2746
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2747
|
+
},
|
|
2748
|
+
"privacy": "private",
|
|
2749
|
+
"default": "void 0",
|
|
2750
|
+
"inheritedFrom": {
|
|
2751
|
+
"name": "FoundationElement",
|
|
2752
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "field",
|
|
2757
|
+
"name": "$presentation",
|
|
2758
|
+
"type": {
|
|
2759
|
+
"text": "ComponentPresentation | null"
|
|
2760
|
+
},
|
|
2761
|
+
"privacy": "public",
|
|
2762
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2763
|
+
"inheritedFrom": {
|
|
2764
|
+
"name": "FoundationElement",
|
|
2765
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "field",
|
|
2770
|
+
"name": "template",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "ElementViewTemplate | void | null"
|
|
2773
|
+
},
|
|
2774
|
+
"privacy": "public",
|
|
2775
|
+
"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.",
|
|
2776
|
+
"inheritedFrom": {
|
|
2777
|
+
"name": "FoundationElement",
|
|
2778
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"kind": "method",
|
|
2783
|
+
"name": "templateChanged",
|
|
2784
|
+
"privacy": "protected",
|
|
2785
|
+
"return": {
|
|
2786
|
+
"type": {
|
|
2787
|
+
"text": "void"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2790
|
+
"inheritedFrom": {
|
|
2791
|
+
"name": "FoundationElement",
|
|
2792
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "field",
|
|
2797
|
+
"name": "styles",
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "ElementStyles | void | null"
|
|
2800
|
+
},
|
|
2801
|
+
"privacy": "public",
|
|
2802
|
+
"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.",
|
|
2803
|
+
"inheritedFrom": {
|
|
2804
|
+
"name": "FoundationElement",
|
|
2805
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2806
|
+
}
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "method",
|
|
2810
|
+
"name": "stylesChanged",
|
|
2811
|
+
"privacy": "protected",
|
|
2812
|
+
"return": {
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "void"
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2817
|
+
"inheritedFrom": {
|
|
2818
|
+
"name": "FoundationElement",
|
|
2819
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2820
|
+
}
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"kind": "method",
|
|
2824
|
+
"name": "compose",
|
|
2825
|
+
"privacy": "public",
|
|
2826
|
+
"static": true,
|
|
2827
|
+
"return": {
|
|
2828
|
+
"type": {
|
|
2829
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
"parameters": [
|
|
2833
|
+
{
|
|
2834
|
+
"name": "this",
|
|
2835
|
+
"type": {
|
|
2836
|
+
"text": "K"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "elementDefinition",
|
|
2841
|
+
"type": {
|
|
2842
|
+
"text": "T"
|
|
2843
|
+
},
|
|
2844
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2845
|
+
}
|
|
2846
|
+
],
|
|
2847
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2848
|
+
"inheritedFrom": {
|
|
2849
|
+
"name": "FoundationElement",
|
|
2850
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
]
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "variable",
|
|
2857
|
+
"name": "foundationAnchorShadowOptions",
|
|
2858
|
+
"type": {
|
|
2859
|
+
"text": "ShadowRootInit"
|
|
2860
|
+
},
|
|
2861
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"kind": "variable",
|
|
2865
|
+
"name": "defaultAnchorConfig",
|
|
2866
|
+
"type": {
|
|
2867
|
+
"text": "object"
|
|
2868
|
+
},
|
|
2869
|
+
"default": "{}"
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"kind": "variable",
|
|
2873
|
+
"name": "foundationAnchor",
|
|
2874
|
+
"description": "The Foundation Anchor",
|
|
2875
|
+
"privacy": "public"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"exports": [
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "js",
|
|
2881
|
+
"name": "Anchor",
|
|
2882
|
+
"declaration": {
|
|
2883
|
+
"name": "Anchor",
|
|
2884
|
+
"module": "src/anchor/anchor.ts"
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"kind": "js",
|
|
2889
|
+
"name": "foundationAnchorShadowOptions",
|
|
2890
|
+
"declaration": {
|
|
2891
|
+
"name": "foundationAnchorShadowOptions",
|
|
2892
|
+
"module": "src/anchor/anchor.ts"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"kind": "js",
|
|
2897
|
+
"name": "defaultAnchorConfig",
|
|
2898
|
+
"declaration": {
|
|
2899
|
+
"name": "defaultAnchorConfig",
|
|
2900
|
+
"module": "src/anchor/anchor.ts"
|
|
2901
|
+
}
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"kind": "js",
|
|
2905
|
+
"name": "foundationAnchor",
|
|
2906
|
+
"declaration": {
|
|
2907
|
+
"name": "foundationAnchor",
|
|
2908
|
+
"module": "src/anchor/anchor.ts"
|
|
2909
|
+
}
|
|
2910
|
+
}
|
|
2911
|
+
]
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"kind": "javascript-module",
|
|
2915
|
+
"path": "src/anchor/index.ts",
|
|
2916
|
+
"declarations": [],
|
|
2917
|
+
"exports": [
|
|
2918
|
+
{
|
|
2919
|
+
"kind": "js",
|
|
2920
|
+
"name": "*",
|
|
2921
|
+
"declaration": {
|
|
2922
|
+
"name": "*",
|
|
2923
|
+
"package": "./anchor.template"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"kind": "js",
|
|
2928
|
+
"name": "*",
|
|
2929
|
+
"declaration": {
|
|
2930
|
+
"name": "*",
|
|
2931
|
+
"package": "./anchor.styles"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "js",
|
|
2936
|
+
"name": "*",
|
|
2937
|
+
"declaration": {
|
|
2938
|
+
"name": "*",
|
|
2939
|
+
"package": "./anchor"
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
]
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "javascript-module",
|
|
2946
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2947
|
+
"declarations": [
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "function",
|
|
2950
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2951
|
+
"return": {
|
|
2952
|
+
"type": {
|
|
2953
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
"parameters": [
|
|
2957
|
+
{
|
|
2958
|
+
"name": "context",
|
|
2959
|
+
"type": {
|
|
2960
|
+
"text": "ElementDefinitionContext"
|
|
2961
|
+
}
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "definition",
|
|
2965
|
+
"type": {
|
|
2966
|
+
"text": "FoundationElementDefinition"
|
|
2967
|
+
}
|
|
2968
|
+
}
|
|
2969
|
+
]
|
|
2970
|
+
}
|
|
2971
|
+
],
|
|
2972
|
+
"exports": [
|
|
2973
|
+
{
|
|
2974
|
+
"kind": "js",
|
|
2975
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2976
|
+
"declaration": {
|
|
2977
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2978
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
]
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"kind": "javascript-module",
|
|
2985
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2986
|
+
"declarations": [
|
|
2987
|
+
{
|
|
2988
|
+
"kind": "function",
|
|
2989
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2990
|
+
"return": {
|
|
2991
|
+
"type": {
|
|
2992
|
+
"text": "ElementStyles"
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
"parameters": [
|
|
2996
|
+
{
|
|
2997
|
+
"name": "context",
|
|
2998
|
+
"type": {
|
|
2999
|
+
"text": "ElementDefinitionContext"
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "definition",
|
|
3004
|
+
"type": {
|
|
3005
|
+
"text": "FoundationElementDefinition"
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
3008
|
+
]
|
|
3009
|
+
}
|
|
3010
|
+
],
|
|
3011
|
+
"exports": [
|
|
3012
|
+
{
|
|
3013
|
+
"kind": "js",
|
|
3014
|
+
"name": "foundationAnchoredRegionStyles",
|
|
3015
|
+
"declaration": {
|
|
3016
|
+
"name": "foundationAnchoredRegionStyles",
|
|
3017
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
]
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"kind": "javascript-module",
|
|
3024
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
3025
|
+
"declarations": [
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "class",
|
|
3028
|
+
"description": "",
|
|
3029
|
+
"name": "AnchoredRegion",
|
|
3030
|
+
"superclass": {
|
|
3031
|
+
"name": "FASTAnchoredRegion",
|
|
3032
|
+
"package": "@microsoft/fast-components"
|
|
3033
|
+
},
|
|
3034
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
3035
|
+
"customElement": true,
|
|
3036
|
+
"attributes": [
|
|
3037
|
+
{
|
|
3038
|
+
"name": "anchor",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "string"
|
|
3041
|
+
},
|
|
3042
|
+
"default": "\"\"",
|
|
3043
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3044
|
+
"fieldName": "anchor",
|
|
3045
|
+
"inheritedFrom": {
|
|
3046
|
+
"name": "AnchoredRegion",
|
|
3047
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"name": "viewport",
|
|
3052
|
+
"type": {
|
|
3053
|
+
"text": "string"
|
|
3054
|
+
},
|
|
3055
|
+
"default": "\"\"",
|
|
3056
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3057
|
+
"fieldName": "viewport",
|
|
3058
|
+
"inheritedFrom": {
|
|
3059
|
+
"name": "AnchoredRegion",
|
|
3060
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3061
|
+
}
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "horizontal-positioning-mode",
|
|
3065
|
+
"type": {
|
|
3066
|
+
"text": "AxisPositioningMode"
|
|
3067
|
+
},
|
|
3068
|
+
"default": "\"uncontrolled\"",
|
|
3069
|
+
"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",
|
|
3070
|
+
"fieldName": "horizontalPositioningMode",
|
|
3071
|
+
"inheritedFrom": {
|
|
3072
|
+
"name": "AnchoredRegion",
|
|
3073
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"name": "horizontal-default-position",
|
|
3078
|
+
"type": {
|
|
3079
|
+
"text": "HorizontalPosition"
|
|
3080
|
+
},
|
|
3081
|
+
"default": "\"unset\"",
|
|
3082
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3083
|
+
"fieldName": "horizontalDefaultPosition",
|
|
3084
|
+
"inheritedFrom": {
|
|
3085
|
+
"name": "AnchoredRegion",
|
|
3086
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "horizontal-viewport-lock",
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": "boolean"
|
|
3093
|
+
},
|
|
3094
|
+
"default": "false",
|
|
3095
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3096
|
+
"fieldName": "horizontalViewportLock",
|
|
3097
|
+
"inheritedFrom": {
|
|
3098
|
+
"name": "AnchoredRegion",
|
|
3099
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "horizontal-inset",
|
|
3104
|
+
"type": {
|
|
3105
|
+
"text": "boolean"
|
|
3106
|
+
},
|
|
3107
|
+
"default": "false",
|
|
3108
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3109
|
+
"fieldName": "horizontalInset",
|
|
3110
|
+
"inheritedFrom": {
|
|
3111
|
+
"name": "AnchoredRegion",
|
|
3112
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"name": "horizontal-threshold",
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "number"
|
|
3119
|
+
},
|
|
3120
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3121
|
+
"fieldName": "horizontalThreshold",
|
|
3122
|
+
"inheritedFrom": {
|
|
3123
|
+
"name": "AnchoredRegion",
|
|
3124
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"name": "horizontal-scaling",
|
|
3129
|
+
"type": {
|
|
3130
|
+
"text": "AxisScalingMode"
|
|
3131
|
+
},
|
|
3132
|
+
"default": "\"content\"",
|
|
3133
|
+
"description": "Defines how the width of the region is calculated",
|
|
3134
|
+
"fieldName": "horizontalScaling",
|
|
3135
|
+
"inheritedFrom": {
|
|
3136
|
+
"name": "AnchoredRegion",
|
|
3137
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "vertical-positioning-mode",
|
|
3142
|
+
"type": {
|
|
3143
|
+
"text": "AxisPositioningMode"
|
|
3144
|
+
},
|
|
3145
|
+
"default": "\"uncontrolled\"",
|
|
3146
|
+
"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",
|
|
3147
|
+
"fieldName": "verticalPositioningMode",
|
|
3148
|
+
"inheritedFrom": {
|
|
3149
|
+
"name": "AnchoredRegion",
|
|
3150
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3151
|
+
}
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"name": "vertical-default-position",
|
|
3155
|
+
"type": {
|
|
3156
|
+
"text": "VerticalPosition"
|
|
3157
|
+
},
|
|
3158
|
+
"default": "\"unset\"",
|
|
3159
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3160
|
+
"fieldName": "verticalDefaultPosition",
|
|
3161
|
+
"inheritedFrom": {
|
|
3162
|
+
"name": "AnchoredRegion",
|
|
3163
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3164
|
+
}
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"name": "vertical-viewport-lock",
|
|
3168
|
+
"type": {
|
|
3169
|
+
"text": "boolean"
|
|
3170
|
+
},
|
|
3171
|
+
"default": "false",
|
|
3172
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3173
|
+
"fieldName": "verticalViewportLock",
|
|
3174
|
+
"inheritedFrom": {
|
|
3175
|
+
"name": "AnchoredRegion",
|
|
3176
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
3179
|
+
{
|
|
3180
|
+
"name": "vertical-inset",
|
|
3181
|
+
"type": {
|
|
3182
|
+
"text": "boolean"
|
|
3183
|
+
},
|
|
3184
|
+
"default": "false",
|
|
3185
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3186
|
+
"fieldName": "verticalInset",
|
|
3187
|
+
"inheritedFrom": {
|
|
3188
|
+
"name": "AnchoredRegion",
|
|
3189
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "vertical-threshold",
|
|
3194
|
+
"type": {
|
|
3195
|
+
"text": "number"
|
|
3196
|
+
},
|
|
3197
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3198
|
+
"fieldName": "verticalThreshold",
|
|
3199
|
+
"inheritedFrom": {
|
|
3200
|
+
"name": "AnchoredRegion",
|
|
3201
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"name": "vertical-scaling",
|
|
3206
|
+
"type": {
|
|
3207
|
+
"text": "AxisScalingMode"
|
|
3208
|
+
},
|
|
3209
|
+
"default": "\"content\"",
|
|
3210
|
+
"description": "Defines how the height of the region is calculated",
|
|
3211
|
+
"fieldName": "verticalScaling",
|
|
3212
|
+
"inheritedFrom": {
|
|
3213
|
+
"name": "AnchoredRegion",
|
|
3214
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3215
|
+
}
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"name": "fixed-placement",
|
|
3219
|
+
"type": {
|
|
3220
|
+
"text": "boolean"
|
|
3221
|
+
},
|
|
3222
|
+
"default": "false",
|
|
3223
|
+
"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,",
|
|
3224
|
+
"fieldName": "fixedPlacement",
|
|
3225
|
+
"inheritedFrom": {
|
|
3226
|
+
"name": "AnchoredRegion",
|
|
3227
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "auto-update-mode",
|
|
3232
|
+
"type": {
|
|
3233
|
+
"text": "AutoUpdateMode"
|
|
3234
|
+
},
|
|
3235
|
+
"default": "\"anchor\"",
|
|
3236
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3237
|
+
"fieldName": "autoUpdateMode",
|
|
3238
|
+
"inheritedFrom": {
|
|
3239
|
+
"name": "AnchoredRegion",
|
|
3240
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3241
|
+
}
|
|
3242
|
+
}
|
|
3243
|
+
],
|
|
3244
|
+
"members": [
|
|
2851
3245
|
{
|
|
2852
3246
|
"kind": "field",
|
|
2853
3247
|
"name": "anchor",
|
|
@@ -3709,149 +4103,9 @@
|
|
|
3709
4103
|
},
|
|
3710
4104
|
{
|
|
3711
4105
|
"kind": "field",
|
|
3712
|
-
"name": "startObservers",
|
|
3713
|
-
"privacy": "private",
|
|
3714
|
-
"description": "starts observers",
|
|
3715
|
-
"inheritedFrom": {
|
|
3716
|
-
"name": "AnchoredRegion",
|
|
3717
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "field",
|
|
3722
|
-
"name": "requestPositionUpdates",
|
|
3723
|
-
"privacy": "private",
|
|
3724
|
-
"description": "get position updates",
|
|
3725
|
-
"inheritedFrom": {
|
|
3726
|
-
"name": "AnchoredRegion",
|
|
3727
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
"kind": "field",
|
|
3732
|
-
"name": "stopObservers",
|
|
3733
|
-
"privacy": "private",
|
|
3734
|
-
"description": "stops observers",
|
|
3735
|
-
"inheritedFrom": {
|
|
3736
|
-
"name": "AnchoredRegion",
|
|
3737
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3738
|
-
}
|
|
3739
|
-
},
|
|
3740
|
-
{
|
|
3741
|
-
"kind": "field",
|
|
3742
|
-
"name": "getViewport",
|
|
3743
|
-
"privacy": "private",
|
|
3744
|
-
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3745
|
-
"inheritedFrom": {
|
|
3746
|
-
"name": "AnchoredRegion",
|
|
3747
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3748
|
-
}
|
|
3749
|
-
},
|
|
3750
|
-
{
|
|
3751
|
-
"kind": "field",
|
|
3752
|
-
"name": "getAnchor",
|
|
3753
|
-
"privacy": "private",
|
|
3754
|
-
"description": "Gets the anchor element by id",
|
|
3755
|
-
"inheritedFrom": {
|
|
3756
|
-
"name": "AnchoredRegion",
|
|
3757
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3758
|
-
}
|
|
3759
|
-
},
|
|
3760
|
-
{
|
|
3761
|
-
"kind": "field",
|
|
3762
|
-
"name": "handleIntersection",
|
|
3763
|
-
"privacy": "private",
|
|
3764
|
-
"description": "Handle intersections",
|
|
3765
|
-
"inheritedFrom": {
|
|
3766
|
-
"name": "AnchoredRegion",
|
|
3767
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3768
|
-
}
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"kind": "field",
|
|
3772
|
-
"name": "applyIntersectionEntries",
|
|
3773
|
-
"privacy": "private",
|
|
3774
|
-
"description": "iterate through intersection entries and apply data",
|
|
3775
|
-
"inheritedFrom": {
|
|
3776
|
-
"name": "AnchoredRegion",
|
|
3777
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"kind": "field",
|
|
3782
|
-
"name": "updateRegionOffset",
|
|
3783
|
-
"privacy": "private",
|
|
3784
|
-
"description": "Update the offset values",
|
|
3785
|
-
"inheritedFrom": {
|
|
3786
|
-
"name": "AnchoredRegion",
|
|
3787
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3788
|
-
}
|
|
3789
|
-
},
|
|
3790
|
-
{
|
|
3791
|
-
"kind": "field",
|
|
3792
|
-
"name": "isRectDifferent",
|
|
3793
|
-
"privacy": "private",
|
|
3794
|
-
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3795
|
-
"inheritedFrom": {
|
|
3796
|
-
"name": "AnchoredRegion",
|
|
3797
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3798
|
-
}
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"kind": "field",
|
|
3802
|
-
"name": "handleResize",
|
|
3803
|
-
"privacy": "private",
|
|
3804
|
-
"description": "Handle resize events",
|
|
3805
|
-
"inheritedFrom": {
|
|
3806
|
-
"name": "AnchoredRegion",
|
|
3807
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3808
|
-
}
|
|
3809
|
-
},
|
|
3810
|
-
{
|
|
3811
|
-
"kind": "field",
|
|
3812
|
-
"name": "reset",
|
|
3813
|
-
"privacy": "private",
|
|
3814
|
-
"description": "resets the component",
|
|
3815
|
-
"inheritedFrom": {
|
|
3816
|
-
"name": "AnchoredRegion",
|
|
3817
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3818
|
-
}
|
|
3819
|
-
},
|
|
3820
|
-
{
|
|
3821
|
-
"kind": "field",
|
|
3822
|
-
"name": "updateLayout",
|
|
3823
|
-
"privacy": "private",
|
|
3824
|
-
"description": "Recalculate layout related state values",
|
|
3825
|
-
"inheritedFrom": {
|
|
3826
|
-
"name": "AnchoredRegion",
|
|
3827
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3828
|
-
}
|
|
3829
|
-
},
|
|
3830
|
-
{
|
|
3831
|
-
"kind": "field",
|
|
3832
|
-
"name": "updateRegionStyle",
|
|
3833
|
-
"privacy": "private",
|
|
3834
|
-
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3835
|
-
"inheritedFrom": {
|
|
3836
|
-
"name": "AnchoredRegion",
|
|
3837
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3838
|
-
}
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"kind": "field",
|
|
3842
|
-
"name": "updatePositionClasses",
|
|
3843
|
-
"privacy": "private",
|
|
3844
|
-
"description": "Updates the css classes that reflect the current position of the element",
|
|
3845
|
-
"inheritedFrom": {
|
|
3846
|
-
"name": "AnchoredRegion",
|
|
3847
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"kind": "field",
|
|
3852
|
-
"name": "setHorizontalPosition",
|
|
4106
|
+
"name": "startObservers",
|
|
3853
4107
|
"privacy": "private",
|
|
3854
|
-
"description": "
|
|
4108
|
+
"description": "starts observers",
|
|
3855
4109
|
"inheritedFrom": {
|
|
3856
4110
|
"name": "AnchoredRegion",
|
|
3857
4111
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3859,9 +4113,9 @@
|
|
|
3859
4113
|
},
|
|
3860
4114
|
{
|
|
3861
4115
|
"kind": "field",
|
|
3862
|
-
"name": "
|
|
4116
|
+
"name": "requestPositionUpdates",
|
|
3863
4117
|
"privacy": "private",
|
|
3864
|
-
"description": "
|
|
4118
|
+
"description": "get position updates",
|
|
3865
4119
|
"inheritedFrom": {
|
|
3866
4120
|
"name": "AnchoredRegion",
|
|
3867
4121
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3869,9 +4123,9 @@
|
|
|
3869
4123
|
},
|
|
3870
4124
|
{
|
|
3871
4125
|
"kind": "field",
|
|
3872
|
-
"name": "
|
|
4126
|
+
"name": "stopObservers",
|
|
3873
4127
|
"privacy": "private",
|
|
3874
|
-
"description": "
|
|
4128
|
+
"description": "stops observers",
|
|
3875
4129
|
"inheritedFrom": {
|
|
3876
4130
|
"name": "AnchoredRegion",
|
|
3877
4131
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3879,9 +4133,9 @@
|
|
|
3879
4133
|
},
|
|
3880
4134
|
{
|
|
3881
4135
|
"kind": "field",
|
|
3882
|
-
"name": "
|
|
4136
|
+
"name": "getViewport",
|
|
3883
4137
|
"privacy": "private",
|
|
3884
|
-
"description": "
|
|
4138
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3885
4139
|
"inheritedFrom": {
|
|
3886
4140
|
"name": "AnchoredRegion",
|
|
3887
4141
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3889,9 +4143,9 @@
|
|
|
3889
4143
|
},
|
|
3890
4144
|
{
|
|
3891
4145
|
"kind": "field",
|
|
3892
|
-
"name": "
|
|
4146
|
+
"name": "getAnchor",
|
|
3893
4147
|
"privacy": "private",
|
|
3894
|
-
"description": "
|
|
4148
|
+
"description": "Gets the anchor element by id",
|
|
3895
4149
|
"inheritedFrom": {
|
|
3896
4150
|
"name": "AnchoredRegion",
|
|
3897
4151
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3899,9 +4153,9 @@
|
|
|
3899
4153
|
},
|
|
3900
4154
|
{
|
|
3901
4155
|
"kind": "field",
|
|
3902
|
-
"name": "
|
|
4156
|
+
"name": "handleIntersection",
|
|
3903
4157
|
"privacy": "private",
|
|
3904
|
-
"description": "
|
|
4158
|
+
"description": "Handle intersections",
|
|
3905
4159
|
"inheritedFrom": {
|
|
3906
4160
|
"name": "AnchoredRegion",
|
|
3907
4161
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3909,9 +4163,9 @@
|
|
|
3909
4163
|
},
|
|
3910
4164
|
{
|
|
3911
4165
|
"kind": "field",
|
|
3912
|
-
"name": "
|
|
4166
|
+
"name": "applyIntersectionEntries",
|
|
3913
4167
|
"privacy": "private",
|
|
3914
|
-
"description": "
|
|
4168
|
+
"description": "iterate through intersection entries and apply data",
|
|
3915
4169
|
"inheritedFrom": {
|
|
3916
4170
|
"name": "AnchoredRegion",
|
|
3917
4171
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3919,404 +4173,142 @@
|
|
|
3919
4173
|
},
|
|
3920
4174
|
{
|
|
3921
4175
|
"kind": "field",
|
|
3922
|
-
"name": "
|
|
3923
|
-
"type": {
|
|
3924
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3925
|
-
},
|
|
4176
|
+
"name": "updateRegionOffset",
|
|
3926
4177
|
"privacy": "private",
|
|
3927
|
-
"
|
|
3928
|
-
"inheritedFrom": {
|
|
3929
|
-
"name": "FoundationElement",
|
|
3930
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3931
|
-
}
|
|
3932
|
-
},
|
|
3933
|
-
{
|
|
3934
|
-
"kind": "field",
|
|
3935
|
-
"name": "$presentation",
|
|
3936
|
-
"type": {
|
|
3937
|
-
"text": "ComponentPresentation | null"
|
|
3938
|
-
},
|
|
3939
|
-
"privacy": "public",
|
|
3940
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3941
|
-
"inheritedFrom": {
|
|
3942
|
-
"name": "FoundationElement",
|
|
3943
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3944
|
-
}
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"kind": "field",
|
|
3948
|
-
"name": "template",
|
|
3949
|
-
"type": {
|
|
3950
|
-
"text": "ElementViewTemplate | void | null"
|
|
3951
|
-
},
|
|
3952
|
-
"privacy": "public",
|
|
3953
|
-
"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.",
|
|
3954
|
-
"inheritedFrom": {
|
|
3955
|
-
"name": "FoundationElement",
|
|
3956
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3957
|
-
}
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"kind": "method",
|
|
3961
|
-
"name": "templateChanged",
|
|
3962
|
-
"privacy": "protected",
|
|
3963
|
-
"return": {
|
|
3964
|
-
"type": {
|
|
3965
|
-
"text": "void"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
4178
|
+
"description": "Update the offset values",
|
|
3968
4179
|
"inheritedFrom": {
|
|
3969
|
-
"name": "
|
|
3970
|
-
"module": "src/
|
|
4180
|
+
"name": "AnchoredRegion",
|
|
4181
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3971
4182
|
}
|
|
3972
4183
|
},
|
|
3973
4184
|
{
|
|
3974
4185
|
"kind": "field",
|
|
3975
|
-
"name": "
|
|
3976
|
-
"
|
|
3977
|
-
|
|
3978
|
-
},
|
|
3979
|
-
"privacy": "public",
|
|
3980
|
-
"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.",
|
|
3981
|
-
"inheritedFrom": {
|
|
3982
|
-
"name": "FoundationElement",
|
|
3983
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3984
|
-
}
|
|
3985
|
-
},
|
|
3986
|
-
{
|
|
3987
|
-
"kind": "method",
|
|
3988
|
-
"name": "stylesChanged",
|
|
3989
|
-
"privacy": "protected",
|
|
3990
|
-
"return": {
|
|
3991
|
-
"type": {
|
|
3992
|
-
"text": "void"
|
|
3993
|
-
}
|
|
3994
|
-
},
|
|
3995
|
-
"inheritedFrom": {
|
|
3996
|
-
"name": "FoundationElement",
|
|
3997
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3998
|
-
}
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"kind": "method",
|
|
4002
|
-
"name": "compose",
|
|
4003
|
-
"privacy": "public",
|
|
4004
|
-
"static": true,
|
|
4005
|
-
"return": {
|
|
4006
|
-
"type": {
|
|
4007
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4008
|
-
}
|
|
4009
|
-
},
|
|
4010
|
-
"parameters": [
|
|
4011
|
-
{
|
|
4012
|
-
"name": "this",
|
|
4013
|
-
"type": {
|
|
4014
|
-
"text": "K"
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "elementDefinition",
|
|
4019
|
-
"type": {
|
|
4020
|
-
"text": "T"
|
|
4021
|
-
},
|
|
4022
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4023
|
-
}
|
|
4024
|
-
],
|
|
4025
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4026
|
-
"inheritedFrom": {
|
|
4027
|
-
"name": "FoundationElement",
|
|
4028
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4029
|
-
}
|
|
4030
|
-
}
|
|
4031
|
-
],
|
|
4032
|
-
"events": [
|
|
4033
|
-
{
|
|
4034
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4035
|
-
"name": "loaded",
|
|
4186
|
+
"name": "isRectDifferent",
|
|
4187
|
+
"privacy": "private",
|
|
4188
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
4036
4189
|
"inheritedFrom": {
|
|
4037
4190
|
"name": "AnchoredRegion",
|
|
4038
4191
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4039
4192
|
}
|
|
4040
4193
|
},
|
|
4041
4194
|
{
|
|
4042
|
-
"
|
|
4043
|
-
"name": "
|
|
4195
|
+
"kind": "field",
|
|
4196
|
+
"name": "handleResize",
|
|
4197
|
+
"privacy": "private",
|
|
4198
|
+
"description": "Handle resize events",
|
|
4044
4199
|
"inheritedFrom": {
|
|
4045
4200
|
"name": "AnchoredRegion",
|
|
4046
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4047
|
-
}
|
|
4048
|
-
}
|
|
4049
|
-
]
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"kind": "variable",
|
|
4053
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4054
|
-
"type": {
|
|
4055
|
-
"text": "ShadowRootInit"
|
|
4056
|
-
},
|
|
4057
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4058
|
-
},
|
|
4059
|
-
{
|
|
4060
|
-
"kind": "variable",
|
|
4061
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4062
|
-
"type": {
|
|
4063
|
-
"text": "object"
|
|
4064
|
-
},
|
|
4065
|
-
"default": "{}"
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"kind": "variable",
|
|
4069
|
-
"name": "foundationAnchoredRegion",
|
|
4070
|
-
"description": "The Foundation Anchored Region",
|
|
4071
|
-
"privacy": "public"
|
|
4072
|
-
}
|
|
4073
|
-
],
|
|
4074
|
-
"exports": [
|
|
4075
|
-
{
|
|
4076
|
-
"kind": "js",
|
|
4077
|
-
"name": "AnchoredRegion",
|
|
4078
|
-
"declaration": {
|
|
4079
|
-
"name": "AnchoredRegion",
|
|
4080
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"kind": "js",
|
|
4085
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4086
|
-
"declaration": {
|
|
4087
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4088
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"kind": "js",
|
|
4093
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4094
|
-
"declaration": {
|
|
4095
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4096
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4097
|
-
}
|
|
4098
|
-
},
|
|
4099
|
-
{
|
|
4100
|
-
"kind": "js",
|
|
4101
|
-
"name": "foundationAnchoredRegion",
|
|
4102
|
-
"declaration": {
|
|
4103
|
-
"name": "foundationAnchoredRegion",
|
|
4104
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4105
|
-
}
|
|
4106
|
-
}
|
|
4107
|
-
]
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"kind": "javascript-module",
|
|
4111
|
-
"path": "src/anchored-region/index.ts",
|
|
4112
|
-
"declarations": [],
|
|
4113
|
-
"exports": [
|
|
4114
|
-
{
|
|
4115
|
-
"kind": "js",
|
|
4116
|
-
"name": "*",
|
|
4117
|
-
"declaration": {
|
|
4118
|
-
"name": "*",
|
|
4119
|
-
"package": "./anchor-region.template"
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
{
|
|
4123
|
-
"kind": "js",
|
|
4124
|
-
"name": "*",
|
|
4125
|
-
"declaration": {
|
|
4126
|
-
"name": "*",
|
|
4127
|
-
"package": "./anchored-region.styles"
|
|
4128
|
-
}
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"kind": "js",
|
|
4132
|
-
"name": "*",
|
|
4133
|
-
"declaration": {
|
|
4134
|
-
"name": "*",
|
|
4135
|
-
"package": "./anchored-region"
|
|
4136
|
-
}
|
|
4137
|
-
}
|
|
4138
|
-
]
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
"kind": "javascript-module",
|
|
4142
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
4143
|
-
"declarations": [
|
|
4144
|
-
{
|
|
4145
|
-
"kind": "function",
|
|
4146
|
-
"name": "foundationAccordionItemStyles",
|
|
4147
|
-
"return": {
|
|
4148
|
-
"type": {
|
|
4149
|
-
"text": "ElementStyles"
|
|
4150
|
-
}
|
|
4151
|
-
},
|
|
4152
|
-
"parameters": [
|
|
4201
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4202
|
+
}
|
|
4203
|
+
},
|
|
4153
4204
|
{
|
|
4154
|
-
"
|
|
4155
|
-
"
|
|
4156
|
-
|
|
4205
|
+
"kind": "field",
|
|
4206
|
+
"name": "reset",
|
|
4207
|
+
"privacy": "private",
|
|
4208
|
+
"description": "resets the component",
|
|
4209
|
+
"inheritedFrom": {
|
|
4210
|
+
"name": "AnchoredRegion",
|
|
4211
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4157
4212
|
}
|
|
4158
4213
|
},
|
|
4159
4214
|
{
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
|
|
4215
|
+
"kind": "field",
|
|
4216
|
+
"name": "updateLayout",
|
|
4217
|
+
"privacy": "private",
|
|
4218
|
+
"description": "Recalculate layout related state values",
|
|
4219
|
+
"inheritedFrom": {
|
|
4220
|
+
"name": "AnchoredRegion",
|
|
4221
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4163
4222
|
}
|
|
4164
|
-
}
|
|
4165
|
-
]
|
|
4166
|
-
}
|
|
4167
|
-
],
|
|
4168
|
-
"exports": [
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "js",
|
|
4171
|
-
"name": "foundationAccordionItemStyles",
|
|
4172
|
-
"declaration": {
|
|
4173
|
-
"name": "foundationAccordionItemStyles",
|
|
4174
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
4175
|
-
}
|
|
4176
|
-
}
|
|
4177
|
-
]
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"kind": "javascript-module",
|
|
4181
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
4182
|
-
"declarations": [
|
|
4183
|
-
{
|
|
4184
|
-
"kind": "function",
|
|
4185
|
-
"name": "foundationAccordionItemTemplate",
|
|
4186
|
-
"return": {
|
|
4187
|
-
"type": {
|
|
4188
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
"parameters": [
|
|
4223
|
+
},
|
|
4192
4224
|
{
|
|
4193
|
-
"
|
|
4194
|
-
"
|
|
4195
|
-
|
|
4225
|
+
"kind": "field",
|
|
4226
|
+
"name": "updateRegionStyle",
|
|
4227
|
+
"privacy": "private",
|
|
4228
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4229
|
+
"inheritedFrom": {
|
|
4230
|
+
"name": "AnchoredRegion",
|
|
4231
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4196
4232
|
}
|
|
4197
4233
|
},
|
|
4198
4234
|
{
|
|
4199
|
-
"
|
|
4200
|
-
"
|
|
4201
|
-
|
|
4235
|
+
"kind": "field",
|
|
4236
|
+
"name": "updatePositionClasses",
|
|
4237
|
+
"privacy": "private",
|
|
4238
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4239
|
+
"inheritedFrom": {
|
|
4240
|
+
"name": "AnchoredRegion",
|
|
4241
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4202
4242
|
}
|
|
4203
|
-
}
|
|
4204
|
-
]
|
|
4205
|
-
}
|
|
4206
|
-
],
|
|
4207
|
-
"exports": [
|
|
4208
|
-
{
|
|
4209
|
-
"kind": "js",
|
|
4210
|
-
"name": "foundationAccordionItemTemplate",
|
|
4211
|
-
"declaration": {
|
|
4212
|
-
"name": "foundationAccordionItemTemplate",
|
|
4213
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
4214
|
-
}
|
|
4215
|
-
}
|
|
4216
|
-
]
|
|
4217
|
-
},
|
|
4218
|
-
{
|
|
4219
|
-
"kind": "javascript-module",
|
|
4220
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
4221
|
-
"declarations": [
|
|
4222
|
-
{
|
|
4223
|
-
"kind": "class",
|
|
4224
|
-
"description": "",
|
|
4225
|
-
"name": "AccordionItem",
|
|
4226
|
-
"superclass": {
|
|
4227
|
-
"name": "FASTAccordionItem",
|
|
4228
|
-
"package": "@microsoft/fast-components"
|
|
4229
|
-
},
|
|
4230
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
4231
|
-
"customElement": true,
|
|
4232
|
-
"attributes": [
|
|
4243
|
+
},
|
|
4233
4244
|
{
|
|
4234
|
-
"
|
|
4235
|
-
"
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
"default": "2",
|
|
4239
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
4240
|
-
"fieldName": "headinglevel",
|
|
4245
|
+
"kind": "field",
|
|
4246
|
+
"name": "setHorizontalPosition",
|
|
4247
|
+
"privacy": "private",
|
|
4248
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4241
4249
|
"inheritedFrom": {
|
|
4242
|
-
"name": "
|
|
4243
|
-
"module": "src/
|
|
4250
|
+
"name": "AnchoredRegion",
|
|
4251
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4244
4252
|
}
|
|
4245
4253
|
},
|
|
4246
4254
|
{
|
|
4247
|
-
"
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
"
|
|
4251
|
-
"description": "Expands or collapses the item.",
|
|
4252
|
-
"fieldName": "expanded",
|
|
4255
|
+
"kind": "field",
|
|
4256
|
+
"name": "setVerticalPosition",
|
|
4257
|
+
"privacy": "private",
|
|
4258
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4253
4259
|
"inheritedFrom": {
|
|
4254
|
-
"name": "
|
|
4255
|
-
"module": "src/
|
|
4260
|
+
"name": "AnchoredRegion",
|
|
4261
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4256
4262
|
}
|
|
4257
4263
|
},
|
|
4258
4264
|
{
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
"description": "The item ID",
|
|
4264
|
-
"fieldName": "id",
|
|
4265
|
+
"kind": "field",
|
|
4266
|
+
"name": "getPositioningOptions",
|
|
4267
|
+
"privacy": "private",
|
|
4268
|
+
"description": "Get available positions based on positioning mode",
|
|
4265
4269
|
"inheritedFrom": {
|
|
4266
|
-
"name": "
|
|
4267
|
-
"module": "src/
|
|
4270
|
+
"name": "AnchoredRegion",
|
|
4271
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4268
4272
|
}
|
|
4269
|
-
}
|
|
4270
|
-
],
|
|
4271
|
-
"members": [
|
|
4273
|
+
},
|
|
4272
4274
|
{
|
|
4273
4275
|
"kind": "field",
|
|
4274
|
-
"name": "
|
|
4275
|
-
"
|
|
4276
|
-
|
|
4277
|
-
},
|
|
4278
|
-
"privacy": "public",
|
|
4279
|
-
"default": "2",
|
|
4280
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
4276
|
+
"name": "getAvailableSpace",
|
|
4277
|
+
"privacy": "private",
|
|
4278
|
+
"description": "Get the space available for a particular relative position",
|
|
4281
4279
|
"inheritedFrom": {
|
|
4282
|
-
"name": "
|
|
4283
|
-
"module": "src/
|
|
4280
|
+
"name": "AnchoredRegion",
|
|
4281
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4284
4282
|
}
|
|
4285
4283
|
},
|
|
4286
4284
|
{
|
|
4287
4285
|
"kind": "field",
|
|
4288
|
-
"name": "
|
|
4289
|
-
"
|
|
4290
|
-
|
|
4291
|
-
},
|
|
4292
|
-
"privacy": "public",
|
|
4293
|
-
"default": "false",
|
|
4294
|
-
"description": "Expands or collapses the item.",
|
|
4286
|
+
"name": "getNextRegionDimension",
|
|
4287
|
+
"privacy": "private",
|
|
4288
|
+
"description": "Get region dimensions",
|
|
4295
4289
|
"inheritedFrom": {
|
|
4296
|
-
"name": "
|
|
4297
|
-
"module": "src/
|
|
4290
|
+
"name": "AnchoredRegion",
|
|
4291
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4298
4292
|
}
|
|
4299
4293
|
},
|
|
4300
4294
|
{
|
|
4301
4295
|
"kind": "field",
|
|
4302
|
-
"name": "
|
|
4303
|
-
"
|
|
4304
|
-
|
|
4305
|
-
},
|
|
4306
|
-
"privacy": "public",
|
|
4307
|
-
"description": "The item ID",
|
|
4296
|
+
"name": "startAutoUpdateEventListeners",
|
|
4297
|
+
"privacy": "private",
|
|
4298
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4308
4299
|
"inheritedFrom": {
|
|
4309
|
-
"name": "
|
|
4310
|
-
"module": "src/
|
|
4300
|
+
"name": "AnchoredRegion",
|
|
4301
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4311
4302
|
}
|
|
4312
4303
|
},
|
|
4313
4304
|
{
|
|
4314
4305
|
"kind": "field",
|
|
4315
|
-
"name": "
|
|
4306
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4316
4307
|
"privacy": "private",
|
|
4308
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4317
4309
|
"inheritedFrom": {
|
|
4318
|
-
"name": "
|
|
4319
|
-
"module": "src/
|
|
4310
|
+
"name": "AnchoredRegion",
|
|
4311
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4320
4312
|
}
|
|
4321
4313
|
},
|
|
4322
4314
|
{
|
|
@@ -4433,18 +4425,26 @@
|
|
|
4433
4425
|
],
|
|
4434
4426
|
"events": [
|
|
4435
4427
|
{
|
|
4436
|
-
"description": "Fires a custom '
|
|
4437
|
-
"name": "
|
|
4428
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4429
|
+
"name": "loaded",
|
|
4438
4430
|
"inheritedFrom": {
|
|
4439
|
-
"name": "
|
|
4440
|
-
"module": "src/
|
|
4431
|
+
"name": "AnchoredRegion",
|
|
4432
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4433
|
+
}
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4437
|
+
"name": "positionchange",
|
|
4438
|
+
"inheritedFrom": {
|
|
4439
|
+
"name": "AnchoredRegion",
|
|
4440
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4441
4441
|
}
|
|
4442
4442
|
}
|
|
4443
4443
|
]
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
4446
|
"kind": "variable",
|
|
4447
|
-
"name": "
|
|
4447
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4448
4448
|
"type": {
|
|
4449
4449
|
"text": "ShadowRootInit"
|
|
4450
4450
|
},
|
|
@@ -4452,57 +4452,57 @@
|
|
|
4452
4452
|
},
|
|
4453
4453
|
{
|
|
4454
4454
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4455
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4456
4456
|
"type": {
|
|
4457
4457
|
"text": "object"
|
|
4458
4458
|
},
|
|
4459
|
-
"default": "{
|
|
4459
|
+
"default": "{}"
|
|
4460
4460
|
},
|
|
4461
4461
|
{
|
|
4462
4462
|
"kind": "variable",
|
|
4463
|
-
"name": "
|
|
4464
|
-
"description": "The Foundation
|
|
4463
|
+
"name": "foundationAnchoredRegion",
|
|
4464
|
+
"description": "The Foundation Anchored Region",
|
|
4465
4465
|
"privacy": "public"
|
|
4466
4466
|
}
|
|
4467
4467
|
],
|
|
4468
4468
|
"exports": [
|
|
4469
4469
|
{
|
|
4470
4470
|
"kind": "js",
|
|
4471
|
-
"name": "
|
|
4471
|
+
"name": "AnchoredRegion",
|
|
4472
4472
|
"declaration": {
|
|
4473
|
-
"name": "
|
|
4474
|
-
"module": "src/
|
|
4473
|
+
"name": "AnchoredRegion",
|
|
4474
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4475
4475
|
}
|
|
4476
4476
|
},
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4479
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4480
4480
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/
|
|
4481
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4482
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
4486
4486
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4487
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4489
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4490
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
4494
4494
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4495
|
+
"name": "foundationAnchoredRegion",
|
|
4496
4496
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4497
|
+
"name": "foundationAnchoredRegion",
|
|
4498
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4499
4499
|
}
|
|
4500
4500
|
}
|
|
4501
4501
|
]
|
|
4502
4502
|
},
|
|
4503
4503
|
{
|
|
4504
4504
|
"kind": "javascript-module",
|
|
4505
|
-
"path": "src/
|
|
4505
|
+
"path": "src/anchored-region/index.ts",
|
|
4506
4506
|
"declarations": [],
|
|
4507
4507
|
"exports": [
|
|
4508
4508
|
{
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"name": "*",
|
|
4511
4511
|
"declaration": {
|
|
4512
4512
|
"name": "*",
|
|
4513
|
-
"package": "./
|
|
4513
|
+
"package": "./anchor-region.template"
|
|
4514
4514
|
}
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./anchored-region.styles"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4529
|
+
"package": "./anchored-region"
|
|
4530
4530
|
}
|
|
4531
4531
|
}
|
|
4532
4532
|
]
|