@genesislcap/foundation-ui 14.442.0 → 14.443.1-alpha-3fbf238.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +861 -861
- package/dist/dts/react.d.ts +16 -16
- package/dist/react.cjs +10 -10
- package/dist/react.mjs +8 -8
- package/package.json +19 -19
|
@@ -1431,11 +1431,34 @@
|
|
|
1431
1431
|
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"kind": "javascript-module",
|
|
1434
|
-
"path": "src/
|
|
1434
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1435
1435
|
"declarations": [
|
|
1436
1436
|
{
|
|
1437
1437
|
"kind": "function",
|
|
1438
|
-
"name": "
|
|
1438
|
+
"name": "actionsMenuBaseStyles",
|
|
1439
|
+
"return": {
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "ElementStyles"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"parameters": [
|
|
1445
|
+
{
|
|
1446
|
+
"name": "context",
|
|
1447
|
+
"type": {
|
|
1448
|
+
"text": "ElementDefinitionContext"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "definition",
|
|
1453
|
+
"type": {
|
|
1454
|
+
"text": "FoundationElementDefinition"
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "function",
|
|
1461
|
+
"name": "foundationActionsMenuStyles",
|
|
1439
1462
|
"return": {
|
|
1440
1463
|
"type": {
|
|
1441
1464
|
"text": "ElementStyles"
|
|
@@ -1460,230 +1483,343 @@
|
|
|
1460
1483
|
"exports": [
|
|
1461
1484
|
{
|
|
1462
1485
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1486
|
+
"name": "actionsMenuBaseStyles",
|
|
1464
1487
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"module": "src/
|
|
1488
|
+
"name": "actionsMenuBaseStyles",
|
|
1489
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "js",
|
|
1494
|
+
"name": "foundationActionsMenuStyles",
|
|
1495
|
+
"declaration": {
|
|
1496
|
+
"name": "foundationActionsMenuStyles",
|
|
1497
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1467
1498
|
}
|
|
1468
1499
|
}
|
|
1469
1500
|
]
|
|
1470
1501
|
},
|
|
1471
1502
|
{
|
|
1472
1503
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/
|
|
1504
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1474
1505
|
"declarations": [
|
|
1475
1506
|
{
|
|
1476
1507
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"return": {
|
|
1479
|
-
"type": {
|
|
1480
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1508
|
+
"name": "menuTemplate",
|
|
1483
1509
|
"parameters": [
|
|
1484
1510
|
{
|
|
1485
|
-
"name": "
|
|
1511
|
+
"name": "prefix",
|
|
1486
1512
|
"type": {
|
|
1487
|
-
"text": "
|
|
1513
|
+
"text": "string"
|
|
1488
1514
|
}
|
|
1489
|
-
}
|
|
1515
|
+
}
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"kind": "function",
|
|
1520
|
+
"name": "singleOptionTemplate",
|
|
1521
|
+
"parameters": [
|
|
1490
1522
|
{
|
|
1491
|
-
"name": "
|
|
1523
|
+
"name": "prefix",
|
|
1492
1524
|
"type": {
|
|
1493
|
-
"text": "
|
|
1525
|
+
"text": "string"
|
|
1494
1526
|
}
|
|
1495
1527
|
}
|
|
1496
1528
|
]
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "variable",
|
|
1532
|
+
"name": "foundationActionsMenuTemplate",
|
|
1533
|
+
"type": {
|
|
1534
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1535
|
+
},
|
|
1536
|
+
"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`"
|
|
1497
1537
|
}
|
|
1498
1538
|
],
|
|
1499
1539
|
"exports": [
|
|
1500
1540
|
{
|
|
1501
1541
|
"kind": "js",
|
|
1502
|
-
"name": "
|
|
1542
|
+
"name": "menuTemplate",
|
|
1503
1543
|
"declaration": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"module": "src/
|
|
1544
|
+
"name": "menuTemplate",
|
|
1545
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "js",
|
|
1550
|
+
"name": "singleOptionTemplate",
|
|
1551
|
+
"declaration": {
|
|
1552
|
+
"name": "singleOptionTemplate",
|
|
1553
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "js",
|
|
1558
|
+
"name": "foundationActionsMenuTemplate",
|
|
1559
|
+
"declaration": {
|
|
1560
|
+
"name": "foundationActionsMenuTemplate",
|
|
1561
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1506
1562
|
}
|
|
1507
1563
|
}
|
|
1508
1564
|
]
|
|
1509
1565
|
},
|
|
1510
1566
|
{
|
|
1511
1567
|
"kind": "javascript-module",
|
|
1512
|
-
"path": "src/
|
|
1568
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1513
1569
|
"declarations": [
|
|
1514
1570
|
{
|
|
1515
1571
|
"kind": "class",
|
|
1516
1572
|
"description": "",
|
|
1517
|
-
"name": "
|
|
1518
|
-
"
|
|
1519
|
-
"name": "FASTAccordionItem",
|
|
1520
|
-
"package": "@microsoft/fast-components"
|
|
1521
|
-
},
|
|
1522
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1523
|
-
"customElement": true,
|
|
1524
|
-
"attributes": [
|
|
1573
|
+
"name": "ActionsMenu",
|
|
1574
|
+
"members": [
|
|
1525
1575
|
{
|
|
1526
|
-
"
|
|
1576
|
+
"kind": "field",
|
|
1577
|
+
"name": "actions",
|
|
1527
1578
|
"type": {
|
|
1528
|
-
"text": "
|
|
1529
|
-
},
|
|
1530
|
-
"default": "2",
|
|
1531
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1532
|
-
"fieldName": "headinglevel",
|
|
1533
|
-
"inheritedFrom": {
|
|
1534
|
-
"name": "AccordionItem",
|
|
1535
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1579
|
+
"text": "ActionMenuItem[]"
|
|
1536
1580
|
}
|
|
1537
1581
|
},
|
|
1538
1582
|
{
|
|
1583
|
+
"kind": "field",
|
|
1584
|
+
"name": "isVertical",
|
|
1539
1585
|
"type": {
|
|
1540
1586
|
"text": "boolean"
|
|
1541
1587
|
},
|
|
1542
|
-
"default": "false"
|
|
1543
|
-
"description": "Expands or collapses the item.",
|
|
1544
|
-
"fieldName": "expanded",
|
|
1545
|
-
"inheritedFrom": {
|
|
1546
|
-
"name": "AccordionItem",
|
|
1547
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1548
|
-
}
|
|
1588
|
+
"default": "false"
|
|
1549
1589
|
},
|
|
1550
|
-
{
|
|
1551
|
-
"name": "id",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "string"
|
|
1554
|
-
},
|
|
1555
|
-
"description": "The item ID",
|
|
1556
|
-
"fieldName": "id",
|
|
1557
|
-
"inheritedFrom": {
|
|
1558
|
-
"name": "AccordionItem",
|
|
1559
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
],
|
|
1563
|
-
"members": [
|
|
1564
1590
|
{
|
|
1565
1591
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1592
|
+
"name": "addDefaultActions",
|
|
1567
1593
|
"type": {
|
|
1568
|
-
"text": "
|
|
1594
|
+
"text": "boolean"
|
|
1569
1595
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"default": "2",
|
|
1572
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1573
|
-
"inheritedFrom": {
|
|
1574
|
-
"name": "AccordionItem",
|
|
1575
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1576
|
-
}
|
|
1596
|
+
"default": "true"
|
|
1577
1597
|
},
|
|
1578
1598
|
{
|
|
1579
1599
|
"kind": "field",
|
|
1580
|
-
"name": "
|
|
1600
|
+
"name": "autoCloseOnAction",
|
|
1581
1601
|
"type": {
|
|
1582
1602
|
"text": "boolean"
|
|
1583
1603
|
},
|
|
1584
|
-
"
|
|
1585
|
-
"default": "false",
|
|
1586
|
-
"description": "Expands or collapses the item.",
|
|
1587
|
-
"inheritedFrom": {
|
|
1588
|
-
"name": "AccordionItem",
|
|
1589
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1590
|
-
}
|
|
1604
|
+
"default": "true"
|
|
1591
1605
|
},
|
|
1592
1606
|
{
|
|
1593
1607
|
"kind": "field",
|
|
1594
|
-
"name": "
|
|
1608
|
+
"name": "classNames",
|
|
1595
1609
|
"type": {
|
|
1596
1610
|
"text": "string"
|
|
1597
|
-
},
|
|
1598
|
-
"privacy": "public",
|
|
1599
|
-
"description": "The item ID",
|
|
1600
|
-
"inheritedFrom": {
|
|
1601
|
-
"name": "AccordionItem",
|
|
1602
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1603
1611
|
}
|
|
1604
1612
|
},
|
|
1605
1613
|
{
|
|
1606
1614
|
"kind": "field",
|
|
1607
|
-
"name": "
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1610
|
-
"name": "AccordionItem",
|
|
1611
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1615
|
+
"name": "definition",
|
|
1616
|
+
"type": {
|
|
1617
|
+
"text": "any"
|
|
1612
1618
|
}
|
|
1613
1619
|
},
|
|
1614
1620
|
{
|
|
1615
1621
|
"kind": "field",
|
|
1616
|
-
"name": "
|
|
1622
|
+
"name": "name",
|
|
1617
1623
|
"type": {
|
|
1618
|
-
"text": "
|
|
1624
|
+
"text": "string"
|
|
1619
1625
|
},
|
|
1620
|
-
"
|
|
1621
|
-
"default": "void 0",
|
|
1622
|
-
"inheritedFrom": {
|
|
1623
|
-
"name": "FoundationElement",
|
|
1624
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1625
|
-
}
|
|
1626
|
+
"default": "'Actions'"
|
|
1626
1627
|
},
|
|
1627
1628
|
{
|
|
1628
1629
|
"kind": "field",
|
|
1629
|
-
"name": "
|
|
1630
|
+
"name": "open",
|
|
1630
1631
|
"type": {
|
|
1631
|
-
"text": "
|
|
1632
|
+
"text": "boolean"
|
|
1632
1633
|
},
|
|
1633
|
-
"
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1634
|
+
"default": "false"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "field",
|
|
1638
|
+
"name": "buttonAppearance",
|
|
1639
|
+
"type": {
|
|
1640
|
+
"text": "string"
|
|
1638
1641
|
}
|
|
1639
1642
|
},
|
|
1640
1643
|
{
|
|
1641
1644
|
"kind": "field",
|
|
1642
|
-
"name": "
|
|
1645
|
+
"name": "hideDisabled",
|
|
1643
1646
|
"type": {
|
|
1644
|
-
"text": "
|
|
1647
|
+
"text": "boolean"
|
|
1645
1648
|
},
|
|
1646
|
-
"
|
|
1647
|
-
"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.",
|
|
1648
|
-
"inheritedFrom": {
|
|
1649
|
-
"name": "FoundationElement",
|
|
1650
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1651
|
-
}
|
|
1649
|
+
"default": "false"
|
|
1652
1650
|
},
|
|
1653
1651
|
{
|
|
1654
|
-
"kind": "
|
|
1655
|
-
"name": "
|
|
1656
|
-
"
|
|
1657
|
-
|
|
1658
|
-
"type": {
|
|
1659
|
-
"text": "void"
|
|
1660
|
-
}
|
|
1652
|
+
"kind": "field",
|
|
1653
|
+
"name": "hideMenuSingleOption",
|
|
1654
|
+
"type": {
|
|
1655
|
+
"text": "boolean"
|
|
1661
1656
|
},
|
|
1662
|
-
"
|
|
1663
|
-
|
|
1664
|
-
|
|
1657
|
+
"default": "false"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "field",
|
|
1661
|
+
"name": "singleOption",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "ActionMenuItem"
|
|
1665
1664
|
}
|
|
1666
1665
|
},
|
|
1667
1666
|
{
|
|
1668
1667
|
"kind": "field",
|
|
1669
|
-
"name": "
|
|
1668
|
+
"name": "actionsMenu",
|
|
1670
1669
|
"type": {
|
|
1671
|
-
"text": "
|
|
1672
|
-
},
|
|
1673
|
-
"privacy": "public",
|
|
1674
|
-
"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.",
|
|
1675
|
-
"inheritedFrom": {
|
|
1676
|
-
"name": "FoundationElement",
|
|
1677
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1670
|
+
"text": "HTMLElement"
|
|
1678
1671
|
}
|
|
1679
1672
|
},
|
|
1680
1673
|
{
|
|
1681
1674
|
"kind": "method",
|
|
1682
|
-
"name": "
|
|
1675
|
+
"name": "definitionChanged",
|
|
1683
1676
|
"privacy": "protected",
|
|
1684
|
-
"
|
|
1685
|
-
|
|
1686
|
-
"
|
|
1677
|
+
"parameters": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "oldValue",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "any"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "newValue",
|
|
1686
|
+
"type": {
|
|
1687
|
+
"text": "any"
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "method",
|
|
1694
|
+
"name": "openChanged",
|
|
1695
|
+
"privacy": "protected"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "method",
|
|
1699
|
+
"name": "toggleActionsMenuVisibility"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "method",
|
|
1703
|
+
"name": "onActionMenuItemClick",
|
|
1704
|
+
"parameters": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "callback",
|
|
1707
|
+
"type": {
|
|
1708
|
+
"text": "(rowData) => void | any"
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
]
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "field",
|
|
1715
|
+
"name": "allActions",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "ActionMenuItem[]"
|
|
1718
|
+
},
|
|
1719
|
+
"readonly": true
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "field",
|
|
1723
|
+
"name": "rowData",
|
|
1724
|
+
"readonly": true
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "method",
|
|
1728
|
+
"name": "getLabel",
|
|
1729
|
+
"parameters": [
|
|
1730
|
+
{
|
|
1731
|
+
"name": "name",
|
|
1732
|
+
"type": {
|
|
1733
|
+
"text": "string | ((rowData: any) => string)"
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "method",
|
|
1740
|
+
"name": "getTemplate",
|
|
1741
|
+
"parameters": [
|
|
1742
|
+
{
|
|
1743
|
+
"name": "prefix",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "string"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"kind": "field",
|
|
1752
|
+
"name": "_presentation",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1755
|
+
},
|
|
1756
|
+
"privacy": "private",
|
|
1757
|
+
"default": "void 0",
|
|
1758
|
+
"inheritedFrom": {
|
|
1759
|
+
"name": "FoundationElement",
|
|
1760
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "field",
|
|
1765
|
+
"name": "$presentation",
|
|
1766
|
+
"type": {
|
|
1767
|
+
"text": "ComponentPresentation | null"
|
|
1768
|
+
},
|
|
1769
|
+
"privacy": "public",
|
|
1770
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1771
|
+
"inheritedFrom": {
|
|
1772
|
+
"name": "FoundationElement",
|
|
1773
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "field",
|
|
1778
|
+
"name": "template",
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "ElementViewTemplate | void | null"
|
|
1781
|
+
},
|
|
1782
|
+
"privacy": "public",
|
|
1783
|
+
"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.",
|
|
1784
|
+
"inheritedFrom": {
|
|
1785
|
+
"name": "FoundationElement",
|
|
1786
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"kind": "method",
|
|
1791
|
+
"name": "templateChanged",
|
|
1792
|
+
"privacy": "protected",
|
|
1793
|
+
"return": {
|
|
1794
|
+
"type": {
|
|
1795
|
+
"text": "void"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"inheritedFrom": {
|
|
1799
|
+
"name": "FoundationElement",
|
|
1800
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "field",
|
|
1805
|
+
"name": "styles",
|
|
1806
|
+
"type": {
|
|
1807
|
+
"text": "ElementStyles | void | null"
|
|
1808
|
+
},
|
|
1809
|
+
"privacy": "public",
|
|
1810
|
+
"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.",
|
|
1811
|
+
"inheritedFrom": {
|
|
1812
|
+
"name": "FoundationElement",
|
|
1813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "method",
|
|
1818
|
+
"name": "stylesChanged",
|
|
1819
|
+
"privacy": "protected",
|
|
1820
|
+
"return": {
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "void"
|
|
1687
1823
|
}
|
|
1688
1824
|
},
|
|
1689
1825
|
"inheritedFrom": {
|
|
@@ -1723,78 +1859,107 @@
|
|
|
1723
1859
|
}
|
|
1724
1860
|
}
|
|
1725
1861
|
],
|
|
1726
|
-
"
|
|
1862
|
+
"attributes": [
|
|
1727
1863
|
{
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1864
|
+
"name": "is-vertical",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "boolean"
|
|
1867
|
+
},
|
|
1868
|
+
"default": "false",
|
|
1869
|
+
"fieldName": "isVertical"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "add-default-actions",
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "boolean"
|
|
1875
|
+
},
|
|
1876
|
+
"default": "true",
|
|
1877
|
+
"fieldName": "addDefaultActions"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "auto-close-on-action",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "boolean"
|
|
1883
|
+
},
|
|
1884
|
+
"default": "true",
|
|
1885
|
+
"fieldName": "autoCloseOnAction"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "name",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "string"
|
|
1891
|
+
},
|
|
1892
|
+
"default": "'Actions'",
|
|
1893
|
+
"fieldName": "name"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "open",
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "boolean"
|
|
1899
|
+
},
|
|
1900
|
+
"default": "false",
|
|
1901
|
+
"fieldName": "open"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "buttonAppearance",
|
|
1905
|
+
"type": {
|
|
1906
|
+
"text": "string"
|
|
1907
|
+
},
|
|
1908
|
+
"fieldName": "buttonAppearance"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "hide-disabled",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "boolean"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideDisabled"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "hide-menu-single-option",
|
|
1920
|
+
"type": {
|
|
1921
|
+
"text": "boolean"
|
|
1922
|
+
},
|
|
1923
|
+
"default": "false",
|
|
1924
|
+
"fieldName": "hideMenuSingleOption"
|
|
1734
1925
|
}
|
|
1735
|
-
]
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1740
|
-
"type": {
|
|
1741
|
-
"text": "ShadowRootInit"
|
|
1742
|
-
},
|
|
1743
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "variable",
|
|
1747
|
-
"name": "defaultAccordionItemConfig",
|
|
1748
|
-
"type": {
|
|
1749
|
-
"text": "object"
|
|
1926
|
+
],
|
|
1927
|
+
"superclass": {
|
|
1928
|
+
"name": "FoundationElement",
|
|
1929
|
+
"package": "@microsoft/fast-foundation"
|
|
1750
1930
|
},
|
|
1751
|
-
"
|
|
1931
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1932
|
+
"customElement": true
|
|
1752
1933
|
},
|
|
1753
1934
|
{
|
|
1754
1935
|
"kind": "variable",
|
|
1755
|
-
"name": "
|
|
1756
|
-
"description": "The Foundation
|
|
1936
|
+
"name": "foundationActionsMenu",
|
|
1937
|
+
"description": "The Foundation Actions Menu",
|
|
1757
1938
|
"privacy": "public"
|
|
1758
1939
|
}
|
|
1759
1940
|
],
|
|
1760
1941
|
"exports": [
|
|
1761
1942
|
{
|
|
1762
1943
|
"kind": "js",
|
|
1763
|
-
"name": "
|
|
1764
|
-
"declaration": {
|
|
1765
|
-
"name": "AccordionItem",
|
|
1766
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1767
|
-
}
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "js",
|
|
1771
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1772
|
-
"declaration": {
|
|
1773
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1774
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "js",
|
|
1779
|
-
"name": "defaultAccordionItemConfig",
|
|
1944
|
+
"name": "ActionsMenu",
|
|
1780
1945
|
"declaration": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"module": "src/
|
|
1946
|
+
"name": "ActionsMenu",
|
|
1947
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1783
1948
|
}
|
|
1784
1949
|
},
|
|
1785
1950
|
{
|
|
1786
1951
|
"kind": "js",
|
|
1787
|
-
"name": "
|
|
1952
|
+
"name": "foundationActionsMenu",
|
|
1788
1953
|
"declaration": {
|
|
1789
|
-
"name": "
|
|
1790
|
-
"module": "src/
|
|
1954
|
+
"name": "foundationActionsMenu",
|
|
1955
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1791
1956
|
}
|
|
1792
1957
|
}
|
|
1793
1958
|
]
|
|
1794
1959
|
},
|
|
1795
1960
|
{
|
|
1796
1961
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/
|
|
1962
|
+
"path": "src/actions-menu/index.ts",
|
|
1798
1963
|
"declarations": [],
|
|
1799
1964
|
"exports": [
|
|
1800
1965
|
{
|
|
@@ -1802,7 +1967,7 @@
|
|
|
1802
1967
|
"name": "*",
|
|
1803
1968
|
"declaration": {
|
|
1804
1969
|
"name": "*",
|
|
1805
|
-
"package": "./
|
|
1970
|
+
"package": "./actions-menu.styles"
|
|
1806
1971
|
}
|
|
1807
1972
|
},
|
|
1808
1973
|
{
|
|
@@ -1810,7 +1975,7 @@
|
|
|
1810
1975
|
"name": "*",
|
|
1811
1976
|
"declaration": {
|
|
1812
1977
|
"name": "*",
|
|
1813
|
-
"package": "./
|
|
1978
|
+
"package": "./actions-menu.template"
|
|
1814
1979
|
}
|
|
1815
1980
|
},
|
|
1816
1981
|
{
|
|
@@ -1818,41 +1983,18 @@
|
|
|
1818
1983
|
"name": "*",
|
|
1819
1984
|
"declaration": {
|
|
1820
1985
|
"name": "*",
|
|
1821
|
-
"package": "./
|
|
1986
|
+
"package": "./actions-menu"
|
|
1822
1987
|
}
|
|
1823
1988
|
}
|
|
1824
1989
|
]
|
|
1825
1990
|
},
|
|
1826
1991
|
{
|
|
1827
1992
|
"kind": "javascript-module",
|
|
1828
|
-
"path": "src/
|
|
1993
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1829
1994
|
"declarations": [
|
|
1830
1995
|
{
|
|
1831
1996
|
"kind": "function",
|
|
1832
|
-
"name": "
|
|
1833
|
-
"return": {
|
|
1834
|
-
"type": {
|
|
1835
|
-
"text": "ElementStyles"
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
|
-
"parameters": [
|
|
1839
|
-
{
|
|
1840
|
-
"name": "context",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "ElementDefinitionContext"
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"name": "definition",
|
|
1847
|
-
"type": {
|
|
1848
|
-
"text": "FoundationElementDefinition"
|
|
1849
|
-
}
|
|
1850
|
-
}
|
|
1851
|
-
]
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"kind": "function",
|
|
1855
|
-
"name": "foundationActionsMenuStyles",
|
|
1997
|
+
"name": "foundationAccordionItemStyles",
|
|
1856
1998
|
"return": {
|
|
1857
1999
|
"type": {
|
|
1858
2000
|
"text": "ElementStyles"
|
|
@@ -1877,269 +2019,156 @@
|
|
|
1877
2019
|
"exports": [
|
|
1878
2020
|
{
|
|
1879
2021
|
"kind": "js",
|
|
1880
|
-
"name": "
|
|
1881
|
-
"declaration": {
|
|
1882
|
-
"name": "actionsMenuBaseStyles",
|
|
1883
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"kind": "js",
|
|
1888
|
-
"name": "foundationActionsMenuStyles",
|
|
2022
|
+
"name": "foundationAccordionItemStyles",
|
|
1889
2023
|
"declaration": {
|
|
1890
|
-
"name": "
|
|
1891
|
-
"module": "src/
|
|
2024
|
+
"name": "foundationAccordionItemStyles",
|
|
2025
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1892
2026
|
}
|
|
1893
2027
|
}
|
|
1894
2028
|
]
|
|
1895
2029
|
},
|
|
1896
2030
|
{
|
|
1897
2031
|
"kind": "javascript-module",
|
|
1898
|
-
"path": "src/
|
|
2032
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1899
2033
|
"declarations": [
|
|
1900
2034
|
{
|
|
1901
2035
|
"kind": "function",
|
|
1902
|
-
"name": "
|
|
2036
|
+
"name": "foundationAccordionItemTemplate",
|
|
2037
|
+
"return": {
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
1903
2042
|
"parameters": [
|
|
1904
2043
|
{
|
|
1905
|
-
"name": "
|
|
2044
|
+
"name": "context",
|
|
1906
2045
|
"type": {
|
|
1907
|
-
"text": "
|
|
2046
|
+
"text": "ElementDefinitionContext"
|
|
1908
2047
|
}
|
|
1909
|
-
}
|
|
1910
|
-
]
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"kind": "function",
|
|
1914
|
-
"name": "singleOptionTemplate",
|
|
1915
|
-
"parameters": [
|
|
2048
|
+
},
|
|
1916
2049
|
{
|
|
1917
|
-
"name": "
|
|
2050
|
+
"name": "definition",
|
|
1918
2051
|
"type": {
|
|
1919
|
-
"text": "
|
|
2052
|
+
"text": "FoundationElementDefinition"
|
|
1920
2053
|
}
|
|
1921
2054
|
}
|
|
1922
2055
|
]
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "variable",
|
|
1926
|
-
"name": "foundationActionsMenuTemplate",
|
|
1927
|
-
"type": {
|
|
1928
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1929
|
-
},
|
|
1930
|
-
"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`"
|
|
1931
2056
|
}
|
|
1932
2057
|
],
|
|
1933
2058
|
"exports": [
|
|
1934
2059
|
{
|
|
1935
2060
|
"kind": "js",
|
|
1936
|
-
"name": "
|
|
1937
|
-
"declaration": {
|
|
1938
|
-
"name": "menuTemplate",
|
|
1939
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "js",
|
|
1944
|
-
"name": "singleOptionTemplate",
|
|
1945
|
-
"declaration": {
|
|
1946
|
-
"name": "singleOptionTemplate",
|
|
1947
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"kind": "js",
|
|
1952
|
-
"name": "foundationActionsMenuTemplate",
|
|
2061
|
+
"name": "foundationAccordionItemTemplate",
|
|
1953
2062
|
"declaration": {
|
|
1954
|
-
"name": "
|
|
1955
|
-
"module": "src/
|
|
2063
|
+
"name": "foundationAccordionItemTemplate",
|
|
2064
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1956
2065
|
}
|
|
1957
2066
|
}
|
|
1958
2067
|
]
|
|
1959
2068
|
},
|
|
1960
2069
|
{
|
|
1961
2070
|
"kind": "javascript-module",
|
|
1962
|
-
"path": "src/
|
|
2071
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1963
2072
|
"declarations": [
|
|
1964
2073
|
{
|
|
1965
2074
|
"kind": "class",
|
|
1966
2075
|
"description": "",
|
|
1967
|
-
"name": "
|
|
1968
|
-
"
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"kind": "field",
|
|
1978
|
-
"name": "isVertical",
|
|
1979
|
-
"type": {
|
|
1980
|
-
"text": "boolean"
|
|
1981
|
-
},
|
|
1982
|
-
"default": "false"
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "field",
|
|
1986
|
-
"name": "addDefaultActions",
|
|
1987
|
-
"type": {
|
|
1988
|
-
"text": "boolean"
|
|
1989
|
-
},
|
|
1990
|
-
"default": "true"
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"kind": "field",
|
|
1994
|
-
"name": "autoCloseOnAction",
|
|
1995
|
-
"type": {
|
|
1996
|
-
"text": "boolean"
|
|
1997
|
-
},
|
|
1998
|
-
"default": "true"
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "field",
|
|
2002
|
-
"name": "classNames",
|
|
2003
|
-
"type": {
|
|
2004
|
-
"text": "string"
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"kind": "field",
|
|
2009
|
-
"name": "definition",
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "any"
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2076
|
+
"name": "AccordionItem",
|
|
2077
|
+
"superclass": {
|
|
2078
|
+
"name": "FASTAccordionItem",
|
|
2079
|
+
"package": "@microsoft/fast-components"
|
|
2080
|
+
},
|
|
2081
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2082
|
+
"customElement": true,
|
|
2083
|
+
"attributes": [
|
|
2014
2084
|
{
|
|
2015
|
-
"
|
|
2016
|
-
"name": "name",
|
|
2085
|
+
"name": "heading-level",
|
|
2017
2086
|
"type": {
|
|
2018
|
-
"text": "
|
|
2087
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2019
2088
|
},
|
|
2020
|
-
"default": "
|
|
2089
|
+
"default": "2",
|
|
2090
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2091
|
+
"fieldName": "headinglevel",
|
|
2092
|
+
"inheritedFrom": {
|
|
2093
|
+
"name": "AccordionItem",
|
|
2094
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2095
|
+
}
|
|
2021
2096
|
},
|
|
2022
2097
|
{
|
|
2023
|
-
"kind": "field",
|
|
2024
|
-
"name": "open",
|
|
2025
2098
|
"type": {
|
|
2026
2099
|
"text": "boolean"
|
|
2027
2100
|
},
|
|
2028
|
-
"default": "false"
|
|
2101
|
+
"default": "false",
|
|
2102
|
+
"description": "Expands or collapses the item.",
|
|
2103
|
+
"fieldName": "expanded",
|
|
2104
|
+
"inheritedFrom": {
|
|
2105
|
+
"name": "AccordionItem",
|
|
2106
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2107
|
+
}
|
|
2029
2108
|
},
|
|
2030
2109
|
{
|
|
2031
|
-
"
|
|
2032
|
-
"name": "buttonAppearance",
|
|
2110
|
+
"name": "id",
|
|
2033
2111
|
"type": {
|
|
2034
2112
|
"text": "string"
|
|
2113
|
+
},
|
|
2114
|
+
"description": "The item ID",
|
|
2115
|
+
"fieldName": "id",
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "AccordionItem",
|
|
2118
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2035
2119
|
}
|
|
2036
|
-
}
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"members": [
|
|
2037
2123
|
{
|
|
2038
2124
|
"kind": "field",
|
|
2039
|
-
"name": "
|
|
2125
|
+
"name": "headinglevel",
|
|
2040
2126
|
"type": {
|
|
2041
|
-
"text": "
|
|
2127
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2042
2128
|
},
|
|
2043
|
-
"
|
|
2129
|
+
"privacy": "public",
|
|
2130
|
+
"default": "2",
|
|
2131
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2132
|
+
"inheritedFrom": {
|
|
2133
|
+
"name": "AccordionItem",
|
|
2134
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2135
|
+
}
|
|
2044
2136
|
},
|
|
2045
2137
|
{
|
|
2046
2138
|
"kind": "field",
|
|
2047
|
-
"name": "
|
|
2139
|
+
"name": "expanded",
|
|
2048
2140
|
"type": {
|
|
2049
2141
|
"text": "boolean"
|
|
2050
2142
|
},
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
"
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
"text": "ActionMenuItem"
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "field",
|
|
2062
|
-
"name": "actionsMenu",
|
|
2063
|
-
"type": {
|
|
2064
|
-
"text": "HTMLElement"
|
|
2143
|
+
"privacy": "public",
|
|
2144
|
+
"default": "false",
|
|
2145
|
+
"description": "Expands or collapses the item.",
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "AccordionItem",
|
|
2148
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2065
2149
|
}
|
|
2066
2150
|
},
|
|
2067
|
-
{
|
|
2068
|
-
"kind": "method",
|
|
2069
|
-
"name": "definitionChanged",
|
|
2070
|
-
"privacy": "protected",
|
|
2071
|
-
"parameters": [
|
|
2072
|
-
{
|
|
2073
|
-
"name": "oldValue",
|
|
2074
|
-
"type": {
|
|
2075
|
-
"text": "any"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"name": "newValue",
|
|
2080
|
-
"type": {
|
|
2081
|
-
"text": "any"
|
|
2082
|
-
}
|
|
2083
|
-
}
|
|
2084
|
-
]
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "method",
|
|
2088
|
-
"name": "openChanged",
|
|
2089
|
-
"privacy": "protected"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "method",
|
|
2093
|
-
"name": "toggleActionsMenuVisibility"
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"kind": "method",
|
|
2097
|
-
"name": "onActionMenuItemClick",
|
|
2098
|
-
"parameters": [
|
|
2099
|
-
{
|
|
2100
|
-
"name": "callback",
|
|
2101
|
-
"type": {
|
|
2102
|
-
"text": "(rowData) => void | any"
|
|
2103
|
-
}
|
|
2104
|
-
}
|
|
2105
|
-
]
|
|
2106
|
-
},
|
|
2107
2151
|
{
|
|
2108
2152
|
"kind": "field",
|
|
2109
|
-
"name": "
|
|
2153
|
+
"name": "id",
|
|
2110
2154
|
"type": {
|
|
2111
|
-
"text": "
|
|
2155
|
+
"text": "string"
|
|
2112
2156
|
},
|
|
2113
|
-
"
|
|
2157
|
+
"privacy": "public",
|
|
2158
|
+
"description": "The item ID",
|
|
2159
|
+
"inheritedFrom": {
|
|
2160
|
+
"name": "AccordionItem",
|
|
2161
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2162
|
+
}
|
|
2114
2163
|
},
|
|
2115
2164
|
{
|
|
2116
2165
|
"kind": "field",
|
|
2117
|
-
"name": "
|
|
2118
|
-
"
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
"parameters": [
|
|
2124
|
-
{
|
|
2125
|
-
"name": "name",
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "string | ((rowData: any) => string)"
|
|
2128
|
-
}
|
|
2129
|
-
}
|
|
2130
|
-
]
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"kind": "method",
|
|
2134
|
-
"name": "getTemplate",
|
|
2135
|
-
"parameters": [
|
|
2136
|
-
{
|
|
2137
|
-
"name": "prefix",
|
|
2138
|
-
"type": {
|
|
2139
|
-
"text": "string"
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
]
|
|
2166
|
+
"name": "change",
|
|
2167
|
+
"privacy": "private",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "AccordionItem",
|
|
2170
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2171
|
+
}
|
|
2143
2172
|
},
|
|
2144
2173
|
{
|
|
2145
2174
|
"kind": "field",
|
|
@@ -2253,107 +2282,78 @@
|
|
|
2253
2282
|
}
|
|
2254
2283
|
}
|
|
2255
2284
|
],
|
|
2256
|
-
"
|
|
2257
|
-
{
|
|
2258
|
-
"name": "is-vertical",
|
|
2259
|
-
"type": {
|
|
2260
|
-
"text": "boolean"
|
|
2261
|
-
},
|
|
2262
|
-
"default": "false",
|
|
2263
|
-
"fieldName": "isVertical"
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "add-default-actions",
|
|
2267
|
-
"type": {
|
|
2268
|
-
"text": "boolean"
|
|
2269
|
-
},
|
|
2270
|
-
"default": "true",
|
|
2271
|
-
"fieldName": "addDefaultActions"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "auto-close-on-action",
|
|
2275
|
-
"type": {
|
|
2276
|
-
"text": "boolean"
|
|
2277
|
-
},
|
|
2278
|
-
"default": "true",
|
|
2279
|
-
"fieldName": "autoCloseOnAction"
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "name",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "string"
|
|
2285
|
-
},
|
|
2286
|
-
"default": "'Actions'",
|
|
2287
|
-
"fieldName": "name"
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "open",
|
|
2291
|
-
"type": {
|
|
2292
|
-
"text": "boolean"
|
|
2293
|
-
},
|
|
2294
|
-
"default": "false",
|
|
2295
|
-
"fieldName": "open"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "buttonAppearance",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "string"
|
|
2301
|
-
},
|
|
2302
|
-
"fieldName": "buttonAppearance"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "hide-disabled",
|
|
2306
|
-
"type": {
|
|
2307
|
-
"text": "boolean"
|
|
2308
|
-
},
|
|
2309
|
-
"default": "false",
|
|
2310
|
-
"fieldName": "hideDisabled"
|
|
2311
|
-
},
|
|
2285
|
+
"events": [
|
|
2312
2286
|
{
|
|
2313
|
-
"
|
|
2314
|
-
"
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2287
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2288
|
+
"name": "change",
|
|
2289
|
+
"inheritedFrom": {
|
|
2290
|
+
"name": "AccordionItem",
|
|
2291
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2292
|
+
}
|
|
2319
2293
|
}
|
|
2320
|
-
]
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "variable",
|
|
2298
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "ShadowRootInit"
|
|
2324
2301
|
},
|
|
2325
|
-
"
|
|
2326
|
-
|
|
2302
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "variable",
|
|
2306
|
+
"name": "defaultAccordionItemConfig",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "object"
|
|
2309
|
+
},
|
|
2310
|
+
"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}"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "variable",
|
|
2314
|
+
"name": "foundationAccordionItem",
|
|
2315
|
+
"description": "The Foundation Accordion Item",
|
|
2316
|
+
"privacy": "public"
|
|
2317
|
+
}
|
|
2318
|
+
],
|
|
2319
|
+
"exports": [
|
|
2320
|
+
{
|
|
2321
|
+
"kind": "js",
|
|
2322
|
+
"name": "AccordionItem",
|
|
2323
|
+
"declaration": {
|
|
2324
|
+
"name": "AccordionItem",
|
|
2325
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"kind": "js",
|
|
2330
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2331
|
+
"declaration": {
|
|
2332
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2333
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2334
|
+
}
|
|
2327
2335
|
},
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "variable",
|
|
2330
|
-
"name": "foundationActionsMenu",
|
|
2331
|
-
"description": "The Foundation Actions Menu",
|
|
2332
|
-
"privacy": "public"
|
|
2333
|
-
}
|
|
2334
|
-
],
|
|
2335
|
-
"exports": [
|
|
2336
2336
|
{
|
|
2337
2337
|
"kind": "js",
|
|
2338
|
-
"name": "
|
|
2338
|
+
"name": "defaultAccordionItemConfig",
|
|
2339
2339
|
"declaration": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"module": "src/
|
|
2340
|
+
"name": "defaultAccordionItemConfig",
|
|
2341
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
2342
|
}
|
|
2343
2343
|
},
|
|
2344
2344
|
{
|
|
2345
2345
|
"kind": "js",
|
|
2346
|
-
"name": "
|
|
2346
|
+
"name": "foundationAccordionItem",
|
|
2347
2347
|
"declaration": {
|
|
2348
|
-
"name": "
|
|
2349
|
-
"module": "src/
|
|
2348
|
+
"name": "foundationAccordionItem",
|
|
2349
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2350
2350
|
}
|
|
2351
2351
|
}
|
|
2352
2352
|
]
|
|
2353
2353
|
},
|
|
2354
2354
|
{
|
|
2355
2355
|
"kind": "javascript-module",
|
|
2356
|
-
"path": "src/
|
|
2356
|
+
"path": "src/accordion-item/index.ts",
|
|
2357
2357
|
"declarations": [],
|
|
2358
2358
|
"exports": [
|
|
2359
2359
|
{
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
"name": "*",
|
|
2362
2362
|
"declaration": {
|
|
2363
2363
|
"name": "*",
|
|
2364
|
-
"package": "./
|
|
2364
|
+
"package": "./accordion-item.template"
|
|
2365
2365
|
}
|
|
2366
2366
|
},
|
|
2367
2367
|
{
|
|
@@ -2369,7 +2369,7 @@
|
|
|
2369
2369
|
"name": "*",
|
|
2370
2370
|
"declaration": {
|
|
2371
2371
|
"name": "*",
|
|
2372
|
-
"package": "./
|
|
2372
|
+
"package": "./accordion-item.styles"
|
|
2373
2373
|
}
|
|
2374
2374
|
},
|
|
2375
2375
|
{
|
|
@@ -2377,7 +2377,7 @@
|
|
|
2377
2377
|
"name": "*",
|
|
2378
2378
|
"declaration": {
|
|
2379
2379
|
"name": "*",
|
|
2380
|
-
"package": "./
|
|
2380
|
+
"package": "./accordion-item"
|
|
2381
2381
|
}
|
|
2382
2382
|
}
|
|
2383
2383
|
]
|
|
@@ -2993,11 +2993,11 @@
|
|
|
2993
2993
|
},
|
|
2994
2994
|
{
|
|
2995
2995
|
"kind": "javascript-module",
|
|
2996
|
-
"path": "src/
|
|
2996
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2997
2997
|
"declarations": [
|
|
2998
2998
|
{
|
|
2999
2999
|
"kind": "function",
|
|
3000
|
-
"name": "
|
|
3000
|
+
"name": "foundationAiIndicatorStyles",
|
|
3001
3001
|
"return": {
|
|
3002
3002
|
"type": {
|
|
3003
3003
|
"text": "ElementStyles"
|
|
@@ -3022,276 +3022,214 @@
|
|
|
3022
3022
|
"exports": [
|
|
3023
3023
|
{
|
|
3024
3024
|
"kind": "js",
|
|
3025
|
-
"name": "
|
|
3025
|
+
"name": "foundationAiIndicatorStyles",
|
|
3026
3026
|
"declaration": {
|
|
3027
|
-
"name": "
|
|
3028
|
-
"module": "src/
|
|
3027
|
+
"name": "foundationAiIndicatorStyles",
|
|
3028
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3029
3029
|
}
|
|
3030
3030
|
}
|
|
3031
3031
|
]
|
|
3032
3032
|
},
|
|
3033
3033
|
{
|
|
3034
3034
|
"kind": "javascript-module",
|
|
3035
|
-
"path": "src/
|
|
3035
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3036
3036
|
"declarations": [
|
|
3037
3037
|
{
|
|
3038
|
-
"kind": "
|
|
3039
|
-
"name": "
|
|
3040
|
-
"
|
|
3041
|
-
"
|
|
3042
|
-
"text": "ViewTemplate<Accordion>"
|
|
3043
|
-
}
|
|
3038
|
+
"kind": "variable",
|
|
3039
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3040
|
+
"type": {
|
|
3041
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3044
3042
|
},
|
|
3045
|
-
"
|
|
3046
|
-
{
|
|
3047
|
-
"name": "context",
|
|
3048
|
-
"type": {
|
|
3049
|
-
"text": "ElementDefinitionContext"
|
|
3050
|
-
}
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"name": "definition",
|
|
3054
|
-
"type": {
|
|
3055
|
-
"text": "FoundationElementDefinition"
|
|
3056
|
-
}
|
|
3057
|
-
}
|
|
3058
|
-
]
|
|
3043
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3059
3044
|
}
|
|
3060
3045
|
],
|
|
3061
3046
|
"exports": [
|
|
3062
3047
|
{
|
|
3063
3048
|
"kind": "js",
|
|
3064
|
-
"name": "
|
|
3049
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3065
3050
|
"declaration": {
|
|
3066
|
-
"name": "
|
|
3067
|
-
"module": "src/
|
|
3051
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3052
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3068
3053
|
}
|
|
3069
3054
|
}
|
|
3070
3055
|
]
|
|
3071
3056
|
},
|
|
3072
3057
|
{
|
|
3073
3058
|
"kind": "javascript-module",
|
|
3074
|
-
"path": "src/
|
|
3059
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3075
3060
|
"declarations": [
|
|
3076
3061
|
{
|
|
3077
3062
|
"kind": "class",
|
|
3078
3063
|
"description": "",
|
|
3079
|
-
"name": "
|
|
3080
|
-
"superclass": {
|
|
3081
|
-
"name": "FASTAccordion",
|
|
3082
|
-
"package": "@microsoft/fast-foundation"
|
|
3083
|
-
},
|
|
3084
|
-
"tagName": "%%prefix%%-accordion",
|
|
3085
|
-
"customElement": true,
|
|
3086
|
-
"attributes": [
|
|
3087
|
-
{
|
|
3088
|
-
"name": "expand-mode",
|
|
3089
|
-
"type": {
|
|
3090
|
-
"text": "AccordionExpandMode"
|
|
3091
|
-
},
|
|
3092
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3093
|
-
"fieldName": "expandmode",
|
|
3094
|
-
"inheritedFrom": {
|
|
3095
|
-
"name": "Accordion",
|
|
3096
|
-
"module": "src/accordion/accordion.ts"
|
|
3097
|
-
}
|
|
3098
|
-
}
|
|
3099
|
-
],
|
|
3064
|
+
"name": "AiIndicator",
|
|
3100
3065
|
"members": [
|
|
3101
3066
|
{
|
|
3102
3067
|
"kind": "field",
|
|
3103
|
-
"name": "
|
|
3068
|
+
"name": "aiProvider",
|
|
3104
3069
|
"type": {
|
|
3105
|
-
"text": "
|
|
3106
|
-
},
|
|
3107
|
-
"privacy": "public",
|
|
3108
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3109
|
-
"inheritedFrom": {
|
|
3110
|
-
"name": "Accordion",
|
|
3111
|
-
"module": "src/accordion/accordion.ts"
|
|
3070
|
+
"text": "AIProvider"
|
|
3112
3071
|
}
|
|
3113
3072
|
},
|
|
3114
3073
|
{
|
|
3115
3074
|
"kind": "field",
|
|
3116
|
-
"name": "
|
|
3075
|
+
"name": "status",
|
|
3117
3076
|
"type": {
|
|
3118
|
-
"text": "
|
|
3077
|
+
"text": "AIStatus | null"
|
|
3119
3078
|
},
|
|
3120
|
-
"
|
|
3121
|
-
"inheritedFrom": {
|
|
3122
|
-
"name": "Accordion",
|
|
3123
|
-
"module": "src/accordion/accordion.ts"
|
|
3124
|
-
}
|
|
3079
|
+
"default": "null"
|
|
3125
3080
|
},
|
|
3126
3081
|
{
|
|
3127
3082
|
"kind": "field",
|
|
3128
|
-
"name": "
|
|
3083
|
+
"name": "open",
|
|
3129
3084
|
"type": {
|
|
3130
|
-
"text": "
|
|
3085
|
+
"text": "boolean"
|
|
3131
3086
|
},
|
|
3132
|
-
"
|
|
3133
|
-
"default": "0",
|
|
3134
|
-
"inheritedFrom": {
|
|
3135
|
-
"name": "Accordion",
|
|
3136
|
-
"module": "src/accordion/accordion.ts"
|
|
3137
|
-
}
|
|
3087
|
+
"default": "false"
|
|
3138
3088
|
},
|
|
3139
3089
|
{
|
|
3140
3090
|
"kind": "field",
|
|
3141
|
-
"name": "
|
|
3091
|
+
"name": "state",
|
|
3142
3092
|
"type": {
|
|
3143
|
-
"text": "
|
|
3093
|
+
"text": "AIIndicatorState"
|
|
3144
3094
|
},
|
|
3145
|
-
"
|
|
3146
|
-
"inheritedFrom": {
|
|
3147
|
-
"name": "Accordion",
|
|
3148
|
-
"module": "src/accordion/accordion.ts"
|
|
3149
|
-
}
|
|
3095
|
+
"default": "'none'"
|
|
3150
3096
|
},
|
|
3151
3097
|
{
|
|
3152
3098
|
"kind": "field",
|
|
3153
|
-
"name": "
|
|
3154
|
-
"
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
}
|
|
3099
|
+
"name": "isInstalling",
|
|
3100
|
+
"type": {
|
|
3101
|
+
"text": "boolean"
|
|
3102
|
+
},
|
|
3103
|
+
"default": "false"
|
|
3159
3104
|
},
|
|
3160
3105
|
{
|
|
3161
|
-
"kind": "
|
|
3162
|
-
"name": "
|
|
3163
|
-
"
|
|
3164
|
-
|
|
3165
|
-
"type": {
|
|
3166
|
-
"text": "AccordionItem | null"
|
|
3167
|
-
}
|
|
3106
|
+
"kind": "field",
|
|
3107
|
+
"name": "pollTimer",
|
|
3108
|
+
"type": {
|
|
3109
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3168
3110
|
},
|
|
3169
|
-
"
|
|
3170
|
-
|
|
3171
|
-
"module": "src/accordion/accordion.ts"
|
|
3172
|
-
}
|
|
3111
|
+
"privacy": "private",
|
|
3112
|
+
"default": "null"
|
|
3173
3113
|
},
|
|
3174
3114
|
{
|
|
3175
3115
|
"kind": "field",
|
|
3176
|
-
"name": "
|
|
3177
|
-
"privacy": "private"
|
|
3178
|
-
"inheritedFrom": {
|
|
3179
|
-
"name": "Accordion",
|
|
3180
|
-
"module": "src/accordion/accordion.ts"
|
|
3181
|
-
}
|
|
3116
|
+
"name": "clickOutside",
|
|
3117
|
+
"privacy": "private"
|
|
3182
3118
|
},
|
|
3183
3119
|
{
|
|
3184
|
-
"kind": "
|
|
3185
|
-
"name": "
|
|
3186
|
-
"
|
|
3187
|
-
|
|
3188
|
-
"type": {
|
|
3189
|
-
"text": "void"
|
|
3190
|
-
}
|
|
3120
|
+
"kind": "field",
|
|
3121
|
+
"name": "chromeStatusLabel",
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "string | null"
|
|
3191
3124
|
},
|
|
3192
|
-
"
|
|
3193
|
-
"name": "Accordion",
|
|
3194
|
-
"module": "src/accordion/accordion.ts"
|
|
3195
|
-
}
|
|
3125
|
+
"readonly": true
|
|
3196
3126
|
},
|
|
3197
3127
|
{
|
|
3198
3128
|
"kind": "field",
|
|
3199
|
-
"name": "
|
|
3200
|
-
"
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
}
|
|
3129
|
+
"name": "canInstall",
|
|
3130
|
+
"type": {
|
|
3131
|
+
"text": "boolean"
|
|
3132
|
+
},
|
|
3133
|
+
"readonly": true
|
|
3205
3134
|
},
|
|
3206
3135
|
{
|
|
3207
3136
|
"kind": "field",
|
|
3208
|
-
"name": "
|
|
3209
|
-
"
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
}
|
|
3137
|
+
"name": "isDownloading",
|
|
3138
|
+
"type": {
|
|
3139
|
+
"text": "boolean"
|
|
3140
|
+
},
|
|
3141
|
+
"readonly": true
|
|
3214
3142
|
},
|
|
3215
3143
|
{
|
|
3216
3144
|
"kind": "method",
|
|
3217
|
-
"name": "
|
|
3218
|
-
"privacy": "private",
|
|
3145
|
+
"name": "openChanged",
|
|
3219
3146
|
"return": {
|
|
3220
3147
|
"type": {
|
|
3221
|
-
"text": "
|
|
3148
|
+
"text": "void"
|
|
3222
3149
|
}
|
|
3223
|
-
},
|
|
3224
|
-
"inheritedFrom": {
|
|
3225
|
-
"name": "Accordion",
|
|
3226
|
-
"module": "src/accordion/accordion.ts"
|
|
3227
3150
|
}
|
|
3228
3151
|
},
|
|
3229
3152
|
{
|
|
3230
3153
|
"kind": "method",
|
|
3231
|
-
"name": "
|
|
3154
|
+
"name": "handleClickOutside",
|
|
3232
3155
|
"privacy": "private",
|
|
3233
|
-
"
|
|
3234
|
-
|
|
3235
|
-
"
|
|
3156
|
+
"parameters": [
|
|
3157
|
+
{
|
|
3158
|
+
"name": "event",
|
|
3159
|
+
"type": {
|
|
3160
|
+
"text": "MouseEvent"
|
|
3161
|
+
}
|
|
3236
3162
|
}
|
|
3237
|
-
|
|
3238
|
-
"inheritedFrom": {
|
|
3239
|
-
"name": "Accordion",
|
|
3240
|
-
"module": "src/accordion/accordion.ts"
|
|
3241
|
-
}
|
|
3163
|
+
]
|
|
3242
3164
|
},
|
|
3243
3165
|
{
|
|
3244
|
-
"kind": "
|
|
3245
|
-
"name": "
|
|
3246
|
-
"privacy": "private",
|
|
3247
|
-
"inheritedFrom": {
|
|
3248
|
-
"name": "Accordion",
|
|
3249
|
-
"module": "src/accordion/accordion.ts"
|
|
3250
|
-
}
|
|
3166
|
+
"kind": "method",
|
|
3167
|
+
"name": "toggleDropdown"
|
|
3251
3168
|
},
|
|
3252
3169
|
{
|
|
3253
|
-
"kind": "
|
|
3254
|
-
"name": "
|
|
3255
|
-
"
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3170
|
+
"kind": "method",
|
|
3171
|
+
"name": "refreshStatus",
|
|
3172
|
+
"return": {
|
|
3173
|
+
"type": {
|
|
3174
|
+
"text": "Promise<void>"
|
|
3175
|
+
}
|
|
3259
3176
|
}
|
|
3260
3177
|
},
|
|
3261
3178
|
{
|
|
3262
3179
|
"kind": "method",
|
|
3263
|
-
"name": "
|
|
3180
|
+
"name": "deriveState",
|
|
3264
3181
|
"privacy": "private",
|
|
3265
3182
|
"return": {
|
|
3266
3183
|
"type": {
|
|
3267
|
-
"text": "
|
|
3184
|
+
"text": "AIIndicatorState"
|
|
3268
3185
|
}
|
|
3269
3186
|
},
|
|
3270
3187
|
"parameters": [
|
|
3271
3188
|
{
|
|
3272
|
-
"name": "
|
|
3189
|
+
"name": "s",
|
|
3273
3190
|
"type": {
|
|
3274
|
-
"text": "
|
|
3191
|
+
"text": "AIStatus | null"
|
|
3275
3192
|
}
|
|
3276
3193
|
}
|
|
3277
|
-
]
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3194
|
+
]
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"kind": "method",
|
|
3198
|
+
"name": "maybeStartPolling",
|
|
3199
|
+
"privacy": "private",
|
|
3200
|
+
"return": {
|
|
3201
|
+
"type": {
|
|
3202
|
+
"text": "void"
|
|
3203
|
+
}
|
|
3281
3204
|
}
|
|
3282
3205
|
},
|
|
3283
3206
|
{
|
|
3284
3207
|
"kind": "method",
|
|
3285
|
-
"name": "
|
|
3208
|
+
"name": "startPolling",
|
|
3286
3209
|
"privacy": "private",
|
|
3287
3210
|
"return": {
|
|
3288
3211
|
"type": {
|
|
3289
3212
|
"text": "void"
|
|
3290
3213
|
}
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"kind": "method",
|
|
3218
|
+
"name": "stopPolling",
|
|
3219
|
+
"privacy": "private",
|
|
3220
|
+
"return": {
|
|
3221
|
+
"type": {
|
|
3222
|
+
"text": "void"
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"kind": "method",
|
|
3228
|
+
"name": "onInstall",
|
|
3229
|
+
"return": {
|
|
3230
|
+
"type": {
|
|
3231
|
+
"text": "Promise<void>"
|
|
3232
|
+
}
|
|
3295
3233
|
}
|
|
3296
3234
|
},
|
|
3297
3235
|
{
|
|
@@ -3406,113 +3344,99 @@
|
|
|
3406
3344
|
}
|
|
3407
3345
|
}
|
|
3408
3346
|
],
|
|
3409
|
-
"
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
"name": "change",
|
|
3413
|
-
"inheritedFrom": {
|
|
3414
|
-
"name": "Accordion",
|
|
3415
|
-
"module": "src/accordion/accordion.ts"
|
|
3416
|
-
}
|
|
3417
|
-
}
|
|
3418
|
-
]
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"kind": "variable",
|
|
3422
|
-
"name": "foundationAccordionShadowOptions",
|
|
3423
|
-
"type": {
|
|
3424
|
-
"text": "ShadowRootInit"
|
|
3425
|
-
},
|
|
3426
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "variable",
|
|
3430
|
-
"name": "defaultAccordionConfig",
|
|
3431
|
-
"type": {
|
|
3432
|
-
"text": "object"
|
|
3347
|
+
"superclass": {
|
|
3348
|
+
"name": "FoundationElement",
|
|
3349
|
+
"package": "@microsoft/fast-foundation"
|
|
3433
3350
|
},
|
|
3434
|
-
"
|
|
3351
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3352
|
+
"customElement": true
|
|
3435
3353
|
},
|
|
3436
3354
|
{
|
|
3437
3355
|
"kind": "variable",
|
|
3438
|
-
"name": "
|
|
3439
|
-
"description": "The Foundation Accordion",
|
|
3440
|
-
"privacy": "public"
|
|
3356
|
+
"name": "foundationAiIndicator"
|
|
3441
3357
|
}
|
|
3442
3358
|
],
|
|
3443
3359
|
"exports": [
|
|
3444
3360
|
{
|
|
3445
3361
|
"kind": "js",
|
|
3446
|
-
"name": "
|
|
3362
|
+
"name": "AiIndicator",
|
|
3447
3363
|
"declaration": {
|
|
3448
|
-
"name": "
|
|
3449
|
-
"module": "src/
|
|
3364
|
+
"name": "AiIndicator",
|
|
3365
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3450
3366
|
}
|
|
3451
3367
|
},
|
|
3452
3368
|
{
|
|
3453
3369
|
"kind": "js",
|
|
3454
|
-
"name": "
|
|
3370
|
+
"name": "foundationAiIndicator",
|
|
3455
3371
|
"declaration": {
|
|
3456
|
-
"name": "
|
|
3457
|
-
"module": "src/
|
|
3372
|
+
"name": "foundationAiIndicator",
|
|
3373
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3374
|
+
}
|
|
3375
|
+
}
|
|
3376
|
+
]
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"kind": "javascript-module",
|
|
3380
|
+
"path": "src/ai-indicator/index.ts",
|
|
3381
|
+
"declarations": [],
|
|
3382
|
+
"exports": [
|
|
3383
|
+
{
|
|
3384
|
+
"kind": "js",
|
|
3385
|
+
"name": "AiIndicator",
|
|
3386
|
+
"declaration": {
|
|
3387
|
+
"name": "AiIndicator",
|
|
3388
|
+
"module": "./ai-indicator"
|
|
3458
3389
|
}
|
|
3459
3390
|
},
|
|
3460
3391
|
{
|
|
3461
3392
|
"kind": "js",
|
|
3462
|
-
"name": "
|
|
3393
|
+
"name": "foundationAiIndicator",
|
|
3463
3394
|
"declaration": {
|
|
3464
|
-
"name": "
|
|
3465
|
-
"module": "
|
|
3395
|
+
"name": "foundationAiIndicator",
|
|
3396
|
+
"module": "./ai-indicator"
|
|
3466
3397
|
}
|
|
3467
3398
|
},
|
|
3468
3399
|
{
|
|
3469
3400
|
"kind": "js",
|
|
3470
|
-
"name": "
|
|
3401
|
+
"name": "type",
|
|
3471
3402
|
"declaration": {
|
|
3472
|
-
"name": "
|
|
3473
|
-
"module": "
|
|
3403
|
+
"name": "type",
|
|
3404
|
+
"module": "./ai-indicator"
|
|
3474
3405
|
}
|
|
3475
|
-
}
|
|
3476
|
-
]
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
3479
|
-
"kind": "javascript-module",
|
|
3480
|
-
"path": "src/accordion/index.ts",
|
|
3481
|
-
"declarations": [],
|
|
3482
|
-
"exports": [
|
|
3406
|
+
},
|
|
3483
3407
|
{
|
|
3484
3408
|
"kind": "js",
|
|
3485
|
-
"name": "
|
|
3409
|
+
"name": "AIIndicatorState",
|
|
3486
3410
|
"declaration": {
|
|
3487
|
-
"name": "
|
|
3488
|
-
"
|
|
3411
|
+
"name": "AIIndicatorState",
|
|
3412
|
+
"module": "./ai-indicator"
|
|
3489
3413
|
}
|
|
3490
3414
|
},
|
|
3491
3415
|
{
|
|
3492
3416
|
"kind": "js",
|
|
3493
|
-
"name": "
|
|
3417
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3494
3418
|
"declaration": {
|
|
3495
|
-
"name": "
|
|
3496
|
-
"
|
|
3419
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3420
|
+
"module": "./ai-indicator.template"
|
|
3497
3421
|
}
|
|
3498
3422
|
},
|
|
3499
3423
|
{
|
|
3500
3424
|
"kind": "js",
|
|
3501
|
-
"name": "
|
|
3425
|
+
"name": "foundationAiIndicatorStyles",
|
|
3502
3426
|
"declaration": {
|
|
3503
|
-
"name": "
|
|
3504
|
-
"
|
|
3427
|
+
"name": "foundationAiIndicatorStyles",
|
|
3428
|
+
"module": "./ai-indicator.styles"
|
|
3505
3429
|
}
|
|
3506
3430
|
}
|
|
3507
3431
|
]
|
|
3508
3432
|
},
|
|
3509
3433
|
{
|
|
3510
3434
|
"kind": "javascript-module",
|
|
3511
|
-
"path": "src/
|
|
3435
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3512
3436
|
"declarations": [
|
|
3513
3437
|
{
|
|
3514
3438
|
"kind": "function",
|
|
3515
|
-
"name": "
|
|
3439
|
+
"name": "foundationAccordionStyles",
|
|
3516
3440
|
"return": {
|
|
3517
3441
|
"type": {
|
|
3518
3442
|
"text": "ElementStyles"
|
|
@@ -3537,214 +3461,276 @@
|
|
|
3537
3461
|
"exports": [
|
|
3538
3462
|
{
|
|
3539
3463
|
"kind": "js",
|
|
3540
|
-
"name": "
|
|
3464
|
+
"name": "foundationAccordionStyles",
|
|
3541
3465
|
"declaration": {
|
|
3542
|
-
"name": "
|
|
3543
|
-
"module": "src/
|
|
3466
|
+
"name": "foundationAccordionStyles",
|
|
3467
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3544
3468
|
}
|
|
3545
3469
|
}
|
|
3546
3470
|
]
|
|
3547
3471
|
},
|
|
3548
3472
|
{
|
|
3549
3473
|
"kind": "javascript-module",
|
|
3550
|
-
"path": "src/
|
|
3474
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3551
3475
|
"declarations": [
|
|
3552
3476
|
{
|
|
3553
|
-
"kind": "
|
|
3554
|
-
"name": "
|
|
3555
|
-
"
|
|
3556
|
-
"
|
|
3477
|
+
"kind": "function",
|
|
3478
|
+
"name": "foundationAccordionTemplate",
|
|
3479
|
+
"return": {
|
|
3480
|
+
"type": {
|
|
3481
|
+
"text": "ViewTemplate<Accordion>"
|
|
3482
|
+
}
|
|
3557
3483
|
},
|
|
3558
|
-
"
|
|
3484
|
+
"parameters": [
|
|
3485
|
+
{
|
|
3486
|
+
"name": "context",
|
|
3487
|
+
"type": {
|
|
3488
|
+
"text": "ElementDefinitionContext"
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "definition",
|
|
3493
|
+
"type": {
|
|
3494
|
+
"text": "FoundationElementDefinition"
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3497
|
+
]
|
|
3559
3498
|
}
|
|
3560
3499
|
],
|
|
3561
3500
|
"exports": [
|
|
3562
3501
|
{
|
|
3563
3502
|
"kind": "js",
|
|
3564
|
-
"name": "
|
|
3503
|
+
"name": "foundationAccordionTemplate",
|
|
3565
3504
|
"declaration": {
|
|
3566
|
-
"name": "
|
|
3567
|
-
"module": "src/
|
|
3505
|
+
"name": "foundationAccordionTemplate",
|
|
3506
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3568
3507
|
}
|
|
3569
3508
|
}
|
|
3570
3509
|
]
|
|
3571
3510
|
},
|
|
3572
3511
|
{
|
|
3573
3512
|
"kind": "javascript-module",
|
|
3574
|
-
"path": "src/
|
|
3513
|
+
"path": "src/accordion/accordion.ts",
|
|
3575
3514
|
"declarations": [
|
|
3576
3515
|
{
|
|
3577
3516
|
"kind": "class",
|
|
3578
3517
|
"description": "",
|
|
3579
|
-
"name": "
|
|
3580
|
-
"
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
},
|
|
3518
|
+
"name": "Accordion",
|
|
3519
|
+
"superclass": {
|
|
3520
|
+
"name": "FASTAccordion",
|
|
3521
|
+
"package": "@microsoft/fast-foundation"
|
|
3522
|
+
},
|
|
3523
|
+
"tagName": "%%prefix%%-accordion",
|
|
3524
|
+
"customElement": true,
|
|
3525
|
+
"attributes": [
|
|
3588
3526
|
{
|
|
3589
|
-
"
|
|
3590
|
-
"name": "status",
|
|
3527
|
+
"name": "expand-mode",
|
|
3591
3528
|
"type": {
|
|
3592
|
-
"text": "
|
|
3529
|
+
"text": "AccordionExpandMode"
|
|
3593
3530
|
},
|
|
3594
|
-
"
|
|
3595
|
-
|
|
3531
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3532
|
+
"fieldName": "expandmode",
|
|
3533
|
+
"inheritedFrom": {
|
|
3534
|
+
"name": "Accordion",
|
|
3535
|
+
"module": "src/accordion/accordion.ts"
|
|
3536
|
+
}
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"members": [
|
|
3596
3540
|
{
|
|
3597
3541
|
"kind": "field",
|
|
3598
|
-
"name": "
|
|
3542
|
+
"name": "expandmode",
|
|
3599
3543
|
"type": {
|
|
3600
|
-
"text": "
|
|
3544
|
+
"text": "AccordionExpandMode"
|
|
3601
3545
|
},
|
|
3602
|
-
"
|
|
3546
|
+
"privacy": "public",
|
|
3547
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3548
|
+
"inheritedFrom": {
|
|
3549
|
+
"name": "Accordion",
|
|
3550
|
+
"module": "src/accordion/accordion.ts"
|
|
3551
|
+
}
|
|
3603
3552
|
},
|
|
3604
3553
|
{
|
|
3605
3554
|
"kind": "field",
|
|
3606
|
-
"name": "
|
|
3555
|
+
"name": "activeid",
|
|
3607
3556
|
"type": {
|
|
3608
|
-
"text": "
|
|
3557
|
+
"text": "string | null"
|
|
3609
3558
|
},
|
|
3610
|
-
"
|
|
3559
|
+
"privacy": "private",
|
|
3560
|
+
"inheritedFrom": {
|
|
3561
|
+
"name": "Accordion",
|
|
3562
|
+
"module": "src/accordion/accordion.ts"
|
|
3563
|
+
}
|
|
3611
3564
|
},
|
|
3612
3565
|
{
|
|
3613
3566
|
"kind": "field",
|
|
3614
|
-
"name": "
|
|
3567
|
+
"name": "activeItemIndex",
|
|
3615
3568
|
"type": {
|
|
3616
|
-
"text": "
|
|
3569
|
+
"text": "number"
|
|
3617
3570
|
},
|
|
3618
|
-
"
|
|
3571
|
+
"privacy": "private",
|
|
3572
|
+
"default": "0",
|
|
3573
|
+
"inheritedFrom": {
|
|
3574
|
+
"name": "Accordion",
|
|
3575
|
+
"module": "src/accordion/accordion.ts"
|
|
3576
|
+
}
|
|
3619
3577
|
},
|
|
3620
3578
|
{
|
|
3621
3579
|
"kind": "field",
|
|
3622
|
-
"name": "
|
|
3580
|
+
"name": "accordionIds",
|
|
3623
3581
|
"type": {
|
|
3624
|
-
"text": "
|
|
3582
|
+
"text": "Array<string | null>"
|
|
3625
3583
|
},
|
|
3626
3584
|
"privacy": "private",
|
|
3627
|
-
"
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
"name": "clickOutside",
|
|
3632
|
-
"privacy": "private"
|
|
3585
|
+
"inheritedFrom": {
|
|
3586
|
+
"name": "Accordion",
|
|
3587
|
+
"module": "src/accordion/accordion.ts"
|
|
3588
|
+
}
|
|
3633
3589
|
},
|
|
3634
3590
|
{
|
|
3635
3591
|
"kind": "field",
|
|
3636
|
-
"name": "
|
|
3637
|
-
"
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3592
|
+
"name": "change",
|
|
3593
|
+
"privacy": "private",
|
|
3594
|
+
"inheritedFrom": {
|
|
3595
|
+
"name": "Accordion",
|
|
3596
|
+
"module": "src/accordion/accordion.ts"
|
|
3597
|
+
}
|
|
3641
3598
|
},
|
|
3642
3599
|
{
|
|
3643
|
-
"kind": "
|
|
3644
|
-
"name": "
|
|
3645
|
-
"
|
|
3646
|
-
|
|
3600
|
+
"kind": "method",
|
|
3601
|
+
"name": "findExpandedItem",
|
|
3602
|
+
"privacy": "private",
|
|
3603
|
+
"return": {
|
|
3604
|
+
"type": {
|
|
3605
|
+
"text": "AccordionItem | null"
|
|
3606
|
+
}
|
|
3647
3607
|
},
|
|
3648
|
-
"
|
|
3608
|
+
"inheritedFrom": {
|
|
3609
|
+
"name": "Accordion",
|
|
3610
|
+
"module": "src/accordion/accordion.ts"
|
|
3611
|
+
}
|
|
3649
3612
|
},
|
|
3650
3613
|
{
|
|
3651
3614
|
"kind": "field",
|
|
3652
|
-
"name": "
|
|
3653
|
-
"
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3615
|
+
"name": "setItems",
|
|
3616
|
+
"privacy": "private",
|
|
3617
|
+
"inheritedFrom": {
|
|
3618
|
+
"name": "Accordion",
|
|
3619
|
+
"module": "src/accordion/accordion.ts"
|
|
3620
|
+
}
|
|
3657
3621
|
},
|
|
3658
3622
|
{
|
|
3659
3623
|
"kind": "method",
|
|
3660
|
-
"name": "
|
|
3624
|
+
"name": "resetItems",
|
|
3625
|
+
"privacy": "private",
|
|
3661
3626
|
"return": {
|
|
3662
3627
|
"type": {
|
|
3663
3628
|
"text": "void"
|
|
3664
3629
|
}
|
|
3630
|
+
},
|
|
3631
|
+
"inheritedFrom": {
|
|
3632
|
+
"name": "Accordion",
|
|
3633
|
+
"module": "src/accordion/accordion.ts"
|
|
3665
3634
|
}
|
|
3666
3635
|
},
|
|
3667
3636
|
{
|
|
3668
|
-
"kind": "
|
|
3669
|
-
"name": "
|
|
3637
|
+
"kind": "field",
|
|
3638
|
+
"name": "removeItemListeners",
|
|
3670
3639
|
"privacy": "private",
|
|
3671
|
-
"
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
"text": "MouseEvent"
|
|
3676
|
-
}
|
|
3677
|
-
}
|
|
3678
|
-
]
|
|
3640
|
+
"inheritedFrom": {
|
|
3641
|
+
"name": "Accordion",
|
|
3642
|
+
"module": "src/accordion/accordion.ts"
|
|
3643
|
+
}
|
|
3679
3644
|
},
|
|
3680
3645
|
{
|
|
3681
|
-
"kind": "
|
|
3682
|
-
"name": "
|
|
3646
|
+
"kind": "field",
|
|
3647
|
+
"name": "activeItemChange",
|
|
3648
|
+
"privacy": "private",
|
|
3649
|
+
"inheritedFrom": {
|
|
3650
|
+
"name": "Accordion",
|
|
3651
|
+
"module": "src/accordion/accordion.ts"
|
|
3652
|
+
}
|
|
3683
3653
|
},
|
|
3684
3654
|
{
|
|
3685
3655
|
"kind": "method",
|
|
3686
|
-
"name": "
|
|
3656
|
+
"name": "getItemIds",
|
|
3657
|
+
"privacy": "private",
|
|
3687
3658
|
"return": {
|
|
3688
3659
|
"type": {
|
|
3689
|
-
"text": "
|
|
3660
|
+
"text": "Array<string | null>"
|
|
3690
3661
|
}
|
|
3662
|
+
},
|
|
3663
|
+
"inheritedFrom": {
|
|
3664
|
+
"name": "Accordion",
|
|
3665
|
+
"module": "src/accordion/accordion.ts"
|
|
3691
3666
|
}
|
|
3692
3667
|
},
|
|
3693
3668
|
{
|
|
3694
3669
|
"kind": "method",
|
|
3695
|
-
"name": "
|
|
3670
|
+
"name": "isSingleExpandMode",
|
|
3696
3671
|
"privacy": "private",
|
|
3697
3672
|
"return": {
|
|
3698
3673
|
"type": {
|
|
3699
|
-
"text": "
|
|
3674
|
+
"text": "boolean"
|
|
3700
3675
|
}
|
|
3701
3676
|
},
|
|
3702
|
-
"
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
"text": "AIStatus | null"
|
|
3707
|
-
}
|
|
3708
|
-
}
|
|
3709
|
-
]
|
|
3677
|
+
"inheritedFrom": {
|
|
3678
|
+
"name": "Accordion",
|
|
3679
|
+
"module": "src/accordion/accordion.ts"
|
|
3680
|
+
}
|
|
3710
3681
|
},
|
|
3711
3682
|
{
|
|
3712
|
-
"kind": "
|
|
3713
|
-
"name": "
|
|
3683
|
+
"kind": "field",
|
|
3684
|
+
"name": "handleItemKeyDown",
|
|
3714
3685
|
"privacy": "private",
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3717
|
-
|
|
3718
|
-
}
|
|
3686
|
+
"inheritedFrom": {
|
|
3687
|
+
"name": "Accordion",
|
|
3688
|
+
"module": "src/accordion/accordion.ts"
|
|
3719
3689
|
}
|
|
3720
3690
|
},
|
|
3721
3691
|
{
|
|
3722
|
-
"kind": "
|
|
3723
|
-
"name": "
|
|
3692
|
+
"kind": "field",
|
|
3693
|
+
"name": "handleItemFocus",
|
|
3724
3694
|
"privacy": "private",
|
|
3725
|
-
"
|
|
3726
|
-
"
|
|
3727
|
-
|
|
3728
|
-
}
|
|
3695
|
+
"inheritedFrom": {
|
|
3696
|
+
"name": "Accordion",
|
|
3697
|
+
"module": "src/accordion/accordion.ts"
|
|
3729
3698
|
}
|
|
3730
3699
|
},
|
|
3731
3700
|
{
|
|
3732
3701
|
"kind": "method",
|
|
3733
|
-
"name": "
|
|
3702
|
+
"name": "adjust",
|
|
3734
3703
|
"privacy": "private",
|
|
3735
3704
|
"return": {
|
|
3736
3705
|
"type": {
|
|
3737
3706
|
"text": "void"
|
|
3738
3707
|
}
|
|
3708
|
+
},
|
|
3709
|
+
"parameters": [
|
|
3710
|
+
{
|
|
3711
|
+
"name": "adjustment",
|
|
3712
|
+
"type": {
|
|
3713
|
+
"text": "number"
|
|
3714
|
+
}
|
|
3715
|
+
}
|
|
3716
|
+
],
|
|
3717
|
+
"inheritedFrom": {
|
|
3718
|
+
"name": "Accordion",
|
|
3719
|
+
"module": "src/accordion/accordion.ts"
|
|
3739
3720
|
}
|
|
3740
3721
|
},
|
|
3741
3722
|
{
|
|
3742
3723
|
"kind": "method",
|
|
3743
|
-
"name": "
|
|
3724
|
+
"name": "focusItem",
|
|
3725
|
+
"privacy": "private",
|
|
3744
3726
|
"return": {
|
|
3745
3727
|
"type": {
|
|
3746
|
-
"text": "
|
|
3728
|
+
"text": "void"
|
|
3747
3729
|
}
|
|
3730
|
+
},
|
|
3731
|
+
"inheritedFrom": {
|
|
3732
|
+
"name": "Accordion",
|
|
3733
|
+
"module": "src/accordion/accordion.ts"
|
|
3748
3734
|
}
|
|
3749
3735
|
},
|
|
3750
3736
|
{
|
|
@@ -3859,88 +3845,102 @@
|
|
|
3859
3845
|
}
|
|
3860
3846
|
}
|
|
3861
3847
|
],
|
|
3862
|
-
"
|
|
3863
|
-
|
|
3864
|
-
|
|
3848
|
+
"events": [
|
|
3849
|
+
{
|
|
3850
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3851
|
+
"name": "change",
|
|
3852
|
+
"inheritedFrom": {
|
|
3853
|
+
"name": "Accordion",
|
|
3854
|
+
"module": "src/accordion/accordion.ts"
|
|
3855
|
+
}
|
|
3856
|
+
}
|
|
3857
|
+
]
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"kind": "variable",
|
|
3861
|
+
"name": "foundationAccordionShadowOptions",
|
|
3862
|
+
"type": {
|
|
3863
|
+
"text": "ShadowRootInit"
|
|
3865
3864
|
},
|
|
3866
|
-
"
|
|
3867
|
-
"customElement": true
|
|
3865
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3868
3866
|
},
|
|
3869
3867
|
{
|
|
3870
3868
|
"kind": "variable",
|
|
3871
|
-
"name": "
|
|
3869
|
+
"name": "defaultAccordionConfig",
|
|
3870
|
+
"type": {
|
|
3871
|
+
"text": "object"
|
|
3872
|
+
},
|
|
3873
|
+
"default": "{}"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"kind": "variable",
|
|
3877
|
+
"name": "foundationAccordion",
|
|
3878
|
+
"description": "The Foundation Accordion",
|
|
3879
|
+
"privacy": "public"
|
|
3872
3880
|
}
|
|
3873
3881
|
],
|
|
3874
3882
|
"exports": [
|
|
3875
3883
|
{
|
|
3876
3884
|
"kind": "js",
|
|
3877
|
-
"name": "
|
|
3885
|
+
"name": "Accordion",
|
|
3878
3886
|
"declaration": {
|
|
3879
|
-
"name": "
|
|
3880
|
-
"module": "src/
|
|
3887
|
+
"name": "Accordion",
|
|
3888
|
+
"module": "src/accordion/accordion.ts"
|
|
3881
3889
|
}
|
|
3882
3890
|
},
|
|
3883
3891
|
{
|
|
3884
3892
|
"kind": "js",
|
|
3885
|
-
"name": "
|
|
3886
|
-
"declaration": {
|
|
3887
|
-
"name": "foundationAiIndicator",
|
|
3888
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3889
|
-
}
|
|
3890
|
-
}
|
|
3891
|
-
]
|
|
3892
|
-
},
|
|
3893
|
-
{
|
|
3894
|
-
"kind": "javascript-module",
|
|
3895
|
-
"path": "src/ai-indicator/index.ts",
|
|
3896
|
-
"declarations": [],
|
|
3897
|
-
"exports": [
|
|
3898
|
-
{
|
|
3899
|
-
"kind": "js",
|
|
3900
|
-
"name": "AiIndicator",
|
|
3893
|
+
"name": "foundationAccordionShadowOptions",
|
|
3901
3894
|
"declaration": {
|
|
3902
|
-
"name": "
|
|
3903
|
-
"module": "
|
|
3895
|
+
"name": "foundationAccordionShadowOptions",
|
|
3896
|
+
"module": "src/accordion/accordion.ts"
|
|
3904
3897
|
}
|
|
3905
3898
|
},
|
|
3906
3899
|
{
|
|
3907
3900
|
"kind": "js",
|
|
3908
|
-
"name": "
|
|
3901
|
+
"name": "defaultAccordionConfig",
|
|
3909
3902
|
"declaration": {
|
|
3910
|
-
"name": "
|
|
3911
|
-
"module": "
|
|
3903
|
+
"name": "defaultAccordionConfig",
|
|
3904
|
+
"module": "src/accordion/accordion.ts"
|
|
3912
3905
|
}
|
|
3913
3906
|
},
|
|
3914
3907
|
{
|
|
3915
3908
|
"kind": "js",
|
|
3916
|
-
"name": "
|
|
3909
|
+
"name": "foundationAccordion",
|
|
3917
3910
|
"declaration": {
|
|
3918
|
-
"name": "
|
|
3919
|
-
"module": "
|
|
3911
|
+
"name": "foundationAccordion",
|
|
3912
|
+
"module": "src/accordion/accordion.ts"
|
|
3920
3913
|
}
|
|
3921
|
-
}
|
|
3914
|
+
}
|
|
3915
|
+
]
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "javascript-module",
|
|
3919
|
+
"path": "src/accordion/index.ts",
|
|
3920
|
+
"declarations": [],
|
|
3921
|
+
"exports": [
|
|
3922
3922
|
{
|
|
3923
3923
|
"kind": "js",
|
|
3924
|
-
"name": "
|
|
3924
|
+
"name": "*",
|
|
3925
3925
|
"declaration": {
|
|
3926
|
-
"name": "
|
|
3927
|
-
"
|
|
3926
|
+
"name": "*",
|
|
3927
|
+
"package": "./accordion.template"
|
|
3928
3928
|
}
|
|
3929
3929
|
},
|
|
3930
3930
|
{
|
|
3931
3931
|
"kind": "js",
|
|
3932
|
-
"name": "
|
|
3932
|
+
"name": "*",
|
|
3933
3933
|
"declaration": {
|
|
3934
|
-
"name": "
|
|
3935
|
-
"
|
|
3934
|
+
"name": "*",
|
|
3935
|
+
"package": "./accordion.styles"
|
|
3936
3936
|
}
|
|
3937
3937
|
},
|
|
3938
3938
|
{
|
|
3939
3939
|
"kind": "js",
|
|
3940
|
-
"name": "
|
|
3940
|
+
"name": "*",
|
|
3941
3941
|
"declaration": {
|
|
3942
|
-
"name": "
|
|
3943
|
-
"
|
|
3942
|
+
"name": "*",
|
|
3943
|
+
"package": "./accordion"
|
|
3944
3944
|
}
|
|
3945
3945
|
}
|
|
3946
3946
|
]
|