@genesislcap/foundation-ui 15.7.2 → 15.7.3-alpha-94532c4.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 +882 -882
- package/dist/dts/react.d.ts +13 -13
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +7 -7
- package/package.json +19 -19
|
@@ -1424,42 +1424,11 @@
|
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/
|
|
1428
|
-
"declarations": [],
|
|
1429
|
-
"exports": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./styles"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./tokens"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "./values"
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
|
-
]
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "javascript-module",
|
|
1458
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1427
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1459
1428
|
"declarations": [
|
|
1460
1429
|
{
|
|
1461
1430
|
"kind": "function",
|
|
1462
|
-
"name": "
|
|
1431
|
+
"name": "foundationAccordionItemStyles",
|
|
1463
1432
|
"return": {
|
|
1464
1433
|
"type": {
|
|
1465
1434
|
"text": "ElementStyles"
|
|
@@ -1484,24 +1453,24 @@
|
|
|
1484
1453
|
"exports": [
|
|
1485
1454
|
{
|
|
1486
1455
|
"kind": "js",
|
|
1487
|
-
"name": "
|
|
1456
|
+
"name": "foundationAccordionItemStyles",
|
|
1488
1457
|
"declaration": {
|
|
1489
|
-
"name": "
|
|
1490
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1458
|
+
"name": "foundationAccordionItemStyles",
|
|
1459
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1491
1460
|
}
|
|
1492
1461
|
}
|
|
1493
1462
|
]
|
|
1494
1463
|
},
|
|
1495
1464
|
{
|
|
1496
1465
|
"kind": "javascript-module",
|
|
1497
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1466
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1498
1467
|
"declarations": [
|
|
1499
1468
|
{
|
|
1500
1469
|
"kind": "function",
|
|
1501
|
-
"name": "
|
|
1470
|
+
"name": "foundationAccordionItemTemplate",
|
|
1502
1471
|
"return": {
|
|
1503
1472
|
"type": {
|
|
1504
|
-
"text": "ViewTemplate<
|
|
1473
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1505
1474
|
}
|
|
1506
1475
|
},
|
|
1507
1476
|
"parameters": [
|
|
@@ -1523,365 +1492,244 @@
|
|
|
1523
1492
|
"exports": [
|
|
1524
1493
|
{
|
|
1525
1494
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1495
|
+
"name": "foundationAccordionItemTemplate",
|
|
1527
1496
|
"declaration": {
|
|
1528
|
-
"name": "
|
|
1529
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1497
|
+
"name": "foundationAccordionItemTemplate",
|
|
1498
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1530
1499
|
}
|
|
1531
1500
|
}
|
|
1532
1501
|
]
|
|
1533
1502
|
},
|
|
1534
1503
|
{
|
|
1535
1504
|
"kind": "javascript-module",
|
|
1536
|
-
"path": "src/accordion/accordion.ts",
|
|
1505
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1537
1506
|
"declarations": [
|
|
1538
1507
|
{
|
|
1539
1508
|
"kind": "class",
|
|
1540
1509
|
"description": "",
|
|
1541
|
-
"name": "
|
|
1510
|
+
"name": "AccordionItem",
|
|
1542
1511
|
"superclass": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"package": "@microsoft/fast-
|
|
1512
|
+
"name": "FASTAccordionItem",
|
|
1513
|
+
"package": "@microsoft/fast-components"
|
|
1545
1514
|
},
|
|
1546
|
-
"tagName": "%%prefix%%-accordion",
|
|
1515
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1547
1516
|
"customElement": true,
|
|
1548
1517
|
"attributes": [
|
|
1549
1518
|
{
|
|
1550
|
-
"name": "
|
|
1519
|
+
"name": "heading-level",
|
|
1551
1520
|
"type": {
|
|
1552
|
-
"text": "
|
|
1521
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1553
1522
|
},
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1523
|
+
"default": "2",
|
|
1524
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1525
|
+
"fieldName": "headinglevel",
|
|
1556
1526
|
"inheritedFrom": {
|
|
1557
|
-
"name": "
|
|
1558
|
-
"module": "src/accordion/accordion.ts"
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "boolean"
|
|
1534
|
+
},
|
|
1535
|
+
"default": "false",
|
|
1536
|
+
"description": "Expands or collapses the item.",
|
|
1537
|
+
"fieldName": "expanded",
|
|
1538
|
+
"inheritedFrom": {
|
|
1539
|
+
"name": "AccordionItem",
|
|
1540
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"name": "id",
|
|
1545
|
+
"type": {
|
|
1546
|
+
"text": "string"
|
|
1547
|
+
},
|
|
1548
|
+
"description": "The item ID",
|
|
1549
|
+
"fieldName": "id",
|
|
1550
|
+
"inheritedFrom": {
|
|
1551
|
+
"name": "AccordionItem",
|
|
1552
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1559
1553
|
}
|
|
1560
1554
|
}
|
|
1561
1555
|
],
|
|
1562
1556
|
"members": [
|
|
1563
1557
|
{
|
|
1564
1558
|
"kind": "field",
|
|
1565
|
-
"name": "
|
|
1559
|
+
"name": "headinglevel",
|
|
1566
1560
|
"type": {
|
|
1567
|
-
"text": "
|
|
1561
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1568
1562
|
},
|
|
1569
1563
|
"privacy": "public",
|
|
1570
|
-
"
|
|
1564
|
+
"default": "2",
|
|
1565
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1571
1566
|
"inheritedFrom": {
|
|
1572
|
-
"name": "
|
|
1573
|
-
"module": "src/accordion/accordion.ts"
|
|
1567
|
+
"name": "AccordionItem",
|
|
1568
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1574
1569
|
}
|
|
1575
1570
|
},
|
|
1576
1571
|
{
|
|
1577
1572
|
"kind": "field",
|
|
1578
|
-
"name": "
|
|
1573
|
+
"name": "expanded",
|
|
1579
1574
|
"type": {
|
|
1580
|
-
"text": "
|
|
1575
|
+
"text": "boolean"
|
|
1581
1576
|
},
|
|
1582
|
-
"privacy": "
|
|
1577
|
+
"privacy": "public",
|
|
1578
|
+
"default": "false",
|
|
1579
|
+
"description": "Expands or collapses the item.",
|
|
1583
1580
|
"inheritedFrom": {
|
|
1584
|
-
"name": "
|
|
1585
|
-
"module": "src/accordion/accordion.ts"
|
|
1581
|
+
"name": "AccordionItem",
|
|
1582
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1586
1583
|
}
|
|
1587
1584
|
},
|
|
1588
1585
|
{
|
|
1589
1586
|
"kind": "field",
|
|
1590
|
-
"name": "
|
|
1587
|
+
"name": "id",
|
|
1591
1588
|
"type": {
|
|
1592
|
-
"text": "
|
|
1589
|
+
"text": "string"
|
|
1593
1590
|
},
|
|
1594
|
-
"privacy": "
|
|
1595
|
-
"
|
|
1591
|
+
"privacy": "public",
|
|
1592
|
+
"description": "The item ID",
|
|
1596
1593
|
"inheritedFrom": {
|
|
1597
|
-
"name": "
|
|
1598
|
-
"module": "src/accordion/accordion.ts"
|
|
1594
|
+
"name": "AccordionItem",
|
|
1595
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1599
1596
|
}
|
|
1600
1597
|
},
|
|
1601
1598
|
{
|
|
1602
1599
|
"kind": "field",
|
|
1603
|
-
"name": "
|
|
1604
|
-
"type": {
|
|
1605
|
-
"text": "Array<string | null>"
|
|
1606
|
-
},
|
|
1600
|
+
"name": "change",
|
|
1607
1601
|
"privacy": "private",
|
|
1608
1602
|
"inheritedFrom": {
|
|
1609
|
-
"name": "
|
|
1610
|
-
"module": "src/accordion/accordion.ts"
|
|
1603
|
+
"name": "AccordionItem",
|
|
1604
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1611
1605
|
}
|
|
1612
1606
|
},
|
|
1613
1607
|
{
|
|
1614
1608
|
"kind": "field",
|
|
1615
|
-
"name": "
|
|
1609
|
+
"name": "_presentation",
|
|
1610
|
+
"type": {
|
|
1611
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1612
|
+
},
|
|
1616
1613
|
"privacy": "private",
|
|
1614
|
+
"default": "void 0",
|
|
1617
1615
|
"inheritedFrom": {
|
|
1618
|
-
"name": "
|
|
1619
|
-
"module": "src/
|
|
1616
|
+
"name": "FoundationElement",
|
|
1617
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1620
1618
|
}
|
|
1621
1619
|
},
|
|
1622
1620
|
{
|
|
1623
|
-
"kind": "
|
|
1624
|
-
"name": "
|
|
1625
|
-
"
|
|
1626
|
-
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "AccordionItem | null"
|
|
1629
|
-
}
|
|
1621
|
+
"kind": "field",
|
|
1622
|
+
"name": "$presentation",
|
|
1623
|
+
"type": {
|
|
1624
|
+
"text": "ComponentPresentation | null"
|
|
1630
1625
|
},
|
|
1626
|
+
"privacy": "public",
|
|
1627
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1631
1628
|
"inheritedFrom": {
|
|
1632
|
-
"name": "
|
|
1633
|
-
"module": "src/
|
|
1629
|
+
"name": "FoundationElement",
|
|
1630
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1634
1631
|
}
|
|
1635
1632
|
},
|
|
1636
1633
|
{
|
|
1637
1634
|
"kind": "field",
|
|
1638
|
-
"name": "
|
|
1639
|
-
"
|
|
1635
|
+
"name": "template",
|
|
1636
|
+
"type": {
|
|
1637
|
+
"text": "ElementViewTemplate | void | null"
|
|
1638
|
+
},
|
|
1639
|
+
"privacy": "public",
|
|
1640
|
+
"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.",
|
|
1640
1641
|
"inheritedFrom": {
|
|
1641
|
-
"name": "
|
|
1642
|
-
"module": "src/
|
|
1642
|
+
"name": "FoundationElement",
|
|
1643
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1643
1644
|
}
|
|
1644
1645
|
},
|
|
1645
1646
|
{
|
|
1646
1647
|
"kind": "method",
|
|
1647
|
-
"name": "
|
|
1648
|
-
"privacy": "
|
|
1648
|
+
"name": "templateChanged",
|
|
1649
|
+
"privacy": "protected",
|
|
1649
1650
|
"return": {
|
|
1650
1651
|
"type": {
|
|
1651
1652
|
"text": "void"
|
|
1652
1653
|
}
|
|
1653
1654
|
},
|
|
1654
1655
|
"inheritedFrom": {
|
|
1655
|
-
"name": "
|
|
1656
|
-
"module": "src/
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "field",
|
|
1661
|
-
"name": "removeItemListeners",
|
|
1662
|
-
"privacy": "private",
|
|
1663
|
-
"inheritedFrom": {
|
|
1664
|
-
"name": "Accordion",
|
|
1665
|
-
"module": "src/accordion/accordion.ts"
|
|
1656
|
+
"name": "FoundationElement",
|
|
1657
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1666
1658
|
}
|
|
1667
1659
|
},
|
|
1668
1660
|
{
|
|
1669
1661
|
"kind": "field",
|
|
1670
|
-
"name": "
|
|
1671
|
-
"
|
|
1662
|
+
"name": "styles",
|
|
1663
|
+
"type": {
|
|
1664
|
+
"text": "ElementStyles | void | null"
|
|
1665
|
+
},
|
|
1666
|
+
"privacy": "public",
|
|
1667
|
+
"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.",
|
|
1672
1668
|
"inheritedFrom": {
|
|
1673
|
-
"name": "
|
|
1674
|
-
"module": "src/
|
|
1669
|
+
"name": "FoundationElement",
|
|
1670
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1675
1671
|
}
|
|
1676
1672
|
},
|
|
1677
1673
|
{
|
|
1678
1674
|
"kind": "method",
|
|
1679
|
-
"name": "
|
|
1680
|
-
"privacy": "
|
|
1675
|
+
"name": "stylesChanged",
|
|
1676
|
+
"privacy": "protected",
|
|
1681
1677
|
"return": {
|
|
1682
1678
|
"type": {
|
|
1683
|
-
"text": "
|
|
1679
|
+
"text": "void"
|
|
1684
1680
|
}
|
|
1685
1681
|
},
|
|
1686
1682
|
"inheritedFrom": {
|
|
1687
|
-
"name": "
|
|
1688
|
-
"module": "src/
|
|
1683
|
+
"name": "FoundationElement",
|
|
1684
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1689
1685
|
}
|
|
1690
1686
|
},
|
|
1691
1687
|
{
|
|
1692
1688
|
"kind": "method",
|
|
1693
|
-
"name": "
|
|
1694
|
-
"privacy": "
|
|
1689
|
+
"name": "compose",
|
|
1690
|
+
"privacy": "public",
|
|
1691
|
+
"static": true,
|
|
1695
1692
|
"return": {
|
|
1696
1693
|
"type": {
|
|
1697
|
-
"text": "
|
|
1694
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1698
1695
|
}
|
|
1699
1696
|
},
|
|
1697
|
+
"parameters": [
|
|
1698
|
+
{
|
|
1699
|
+
"name": "this",
|
|
1700
|
+
"type": {
|
|
1701
|
+
"text": "K"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "elementDefinition",
|
|
1706
|
+
"type": {
|
|
1707
|
+
"text": "T"
|
|
1708
|
+
},
|
|
1709
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1700
1713
|
"inheritedFrom": {
|
|
1701
|
-
"name": "
|
|
1702
|
-
"module": "src/
|
|
1714
|
+
"name": "FoundationElement",
|
|
1715
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1703
1716
|
}
|
|
1704
|
-
}
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"events": [
|
|
1705
1720
|
{
|
|
1706
|
-
"
|
|
1707
|
-
"name": "handleItemKeyDown",
|
|
1708
|
-
"privacy": "private",
|
|
1709
|
-
"inheritedFrom": {
|
|
1710
|
-
"name": "Accordion",
|
|
1711
|
-
"module": "src/accordion/accordion.ts"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "field",
|
|
1716
|
-
"name": "handleItemFocus",
|
|
1717
|
-
"privacy": "private",
|
|
1718
|
-
"inheritedFrom": {
|
|
1719
|
-
"name": "Accordion",
|
|
1720
|
-
"module": "src/accordion/accordion.ts"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"kind": "method",
|
|
1725
|
-
"name": "adjust",
|
|
1726
|
-
"privacy": "private",
|
|
1727
|
-
"return": {
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "void"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
"parameters": [
|
|
1733
|
-
{
|
|
1734
|
-
"name": "adjustment",
|
|
1735
|
-
"type": {
|
|
1736
|
-
"text": "number"
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
],
|
|
1740
|
-
"inheritedFrom": {
|
|
1741
|
-
"name": "Accordion",
|
|
1742
|
-
"module": "src/accordion/accordion.ts"
|
|
1743
|
-
}
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "method",
|
|
1747
|
-
"name": "focusItem",
|
|
1748
|
-
"privacy": "private",
|
|
1749
|
-
"return": {
|
|
1750
|
-
"type": {
|
|
1751
|
-
"text": "void"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
"inheritedFrom": {
|
|
1755
|
-
"name": "Accordion",
|
|
1756
|
-
"module": "src/accordion/accordion.ts"
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"kind": "field",
|
|
1761
|
-
"name": "_presentation",
|
|
1762
|
-
"type": {
|
|
1763
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1764
|
-
},
|
|
1765
|
-
"privacy": "private",
|
|
1766
|
-
"default": "void 0",
|
|
1767
|
-
"inheritedFrom": {
|
|
1768
|
-
"name": "FoundationElement",
|
|
1769
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1770
|
-
}
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"kind": "field",
|
|
1774
|
-
"name": "$presentation",
|
|
1775
|
-
"type": {
|
|
1776
|
-
"text": "ComponentPresentation | null"
|
|
1777
|
-
},
|
|
1778
|
-
"privacy": "public",
|
|
1779
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1780
|
-
"inheritedFrom": {
|
|
1781
|
-
"name": "FoundationElement",
|
|
1782
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1783
|
-
}
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"kind": "field",
|
|
1787
|
-
"name": "template",
|
|
1788
|
-
"type": {
|
|
1789
|
-
"text": "ElementViewTemplate | void | null"
|
|
1790
|
-
},
|
|
1791
|
-
"privacy": "public",
|
|
1792
|
-
"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.",
|
|
1793
|
-
"inheritedFrom": {
|
|
1794
|
-
"name": "FoundationElement",
|
|
1795
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1796
|
-
}
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"kind": "method",
|
|
1800
|
-
"name": "templateChanged",
|
|
1801
|
-
"privacy": "protected",
|
|
1802
|
-
"return": {
|
|
1803
|
-
"type": {
|
|
1804
|
-
"text": "void"
|
|
1805
|
-
}
|
|
1806
|
-
},
|
|
1807
|
-
"inheritedFrom": {
|
|
1808
|
-
"name": "FoundationElement",
|
|
1809
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"kind": "field",
|
|
1814
|
-
"name": "styles",
|
|
1815
|
-
"type": {
|
|
1816
|
-
"text": "ElementStyles | void | null"
|
|
1817
|
-
},
|
|
1818
|
-
"privacy": "public",
|
|
1819
|
-
"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.",
|
|
1820
|
-
"inheritedFrom": {
|
|
1821
|
-
"name": "FoundationElement",
|
|
1822
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"kind": "method",
|
|
1827
|
-
"name": "stylesChanged",
|
|
1828
|
-
"privacy": "protected",
|
|
1829
|
-
"return": {
|
|
1830
|
-
"type": {
|
|
1831
|
-
"text": "void"
|
|
1832
|
-
}
|
|
1833
|
-
},
|
|
1834
|
-
"inheritedFrom": {
|
|
1835
|
-
"name": "FoundationElement",
|
|
1836
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"kind": "method",
|
|
1841
|
-
"name": "compose",
|
|
1842
|
-
"privacy": "public",
|
|
1843
|
-
"static": true,
|
|
1844
|
-
"return": {
|
|
1845
|
-
"type": {
|
|
1846
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
"parameters": [
|
|
1850
|
-
{
|
|
1851
|
-
"name": "this",
|
|
1852
|
-
"type": {
|
|
1853
|
-
"text": "K"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"name": "elementDefinition",
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "T"
|
|
1860
|
-
},
|
|
1861
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1862
|
-
}
|
|
1863
|
-
],
|
|
1864
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1865
|
-
"inheritedFrom": {
|
|
1866
|
-
"name": "FoundationElement",
|
|
1867
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1868
|
-
}
|
|
1869
|
-
}
|
|
1870
|
-
],
|
|
1871
|
-
"events": [
|
|
1872
|
-
{
|
|
1873
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
1721
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1874
1722
|
"name": "change",
|
|
1875
1723
|
"inheritedFrom": {
|
|
1876
|
-
"name": "
|
|
1877
|
-
"module": "src/accordion/accordion.ts"
|
|
1724
|
+
"name": "AccordionItem",
|
|
1725
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1878
1726
|
}
|
|
1879
1727
|
}
|
|
1880
1728
|
]
|
|
1881
1729
|
},
|
|
1882
1730
|
{
|
|
1883
1731
|
"kind": "variable",
|
|
1884
|
-
"name": "
|
|
1732
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1885
1733
|
"type": {
|
|
1886
1734
|
"text": "ShadowRootInit"
|
|
1887
1735
|
},
|
|
@@ -1889,57 +1737,57 @@
|
|
|
1889
1737
|
},
|
|
1890
1738
|
{
|
|
1891
1739
|
"kind": "variable",
|
|
1892
|
-
"name": "
|
|
1740
|
+
"name": "defaultAccordionItemConfig",
|
|
1893
1741
|
"type": {
|
|
1894
1742
|
"text": "object"
|
|
1895
1743
|
},
|
|
1896
|
-
"default": "{}"
|
|
1744
|
+
"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}"
|
|
1897
1745
|
},
|
|
1898
1746
|
{
|
|
1899
1747
|
"kind": "variable",
|
|
1900
|
-
"name": "
|
|
1901
|
-
"description": "The Foundation Accordion",
|
|
1748
|
+
"name": "foundationAccordionItem",
|
|
1749
|
+
"description": "The Foundation Accordion Item",
|
|
1902
1750
|
"privacy": "public"
|
|
1903
1751
|
}
|
|
1904
1752
|
],
|
|
1905
1753
|
"exports": [
|
|
1906
1754
|
{
|
|
1907
1755
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
1756
|
+
"name": "AccordionItem",
|
|
1909
1757
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "src/accordion/accordion.ts"
|
|
1758
|
+
"name": "AccordionItem",
|
|
1759
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1912
1760
|
}
|
|
1913
1761
|
},
|
|
1914
1762
|
{
|
|
1915
1763
|
"kind": "js",
|
|
1916
|
-
"name": "
|
|
1764
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1917
1765
|
"declaration": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/accordion/accordion.ts"
|
|
1766
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1767
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1920
1768
|
}
|
|
1921
1769
|
},
|
|
1922
1770
|
{
|
|
1923
1771
|
"kind": "js",
|
|
1924
|
-
"name": "
|
|
1772
|
+
"name": "defaultAccordionItemConfig",
|
|
1925
1773
|
"declaration": {
|
|
1926
|
-
"name": "
|
|
1927
|
-
"module": "src/accordion/accordion.ts"
|
|
1774
|
+
"name": "defaultAccordionItemConfig",
|
|
1775
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1928
1776
|
}
|
|
1929
1777
|
},
|
|
1930
1778
|
{
|
|
1931
1779
|
"kind": "js",
|
|
1932
|
-
"name": "
|
|
1780
|
+
"name": "foundationAccordionItem",
|
|
1933
1781
|
"declaration": {
|
|
1934
|
-
"name": "
|
|
1935
|
-
"module": "src/accordion/accordion.ts"
|
|
1782
|
+
"name": "foundationAccordionItem",
|
|
1783
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1936
1784
|
}
|
|
1937
1785
|
}
|
|
1938
1786
|
]
|
|
1939
1787
|
},
|
|
1940
1788
|
{
|
|
1941
1789
|
"kind": "javascript-module",
|
|
1942
|
-
"path": "src/accordion/index.ts",
|
|
1790
|
+
"path": "src/accordion-item/index.ts",
|
|
1943
1791
|
"declarations": [],
|
|
1944
1792
|
"exports": [
|
|
1945
1793
|
{
|
|
@@ -1947,7 +1795,7 @@
|
|
|
1947
1795
|
"name": "*",
|
|
1948
1796
|
"declaration": {
|
|
1949
1797
|
"name": "*",
|
|
1950
|
-
"package": "./accordion.template"
|
|
1798
|
+
"package": "./accordion-item.template"
|
|
1951
1799
|
}
|
|
1952
1800
|
},
|
|
1953
1801
|
{
|
|
@@ -1955,7 +1803,7 @@
|
|
|
1955
1803
|
"name": "*",
|
|
1956
1804
|
"declaration": {
|
|
1957
1805
|
"name": "*",
|
|
1958
|
-
"package": "./accordion.styles"
|
|
1806
|
+
"package": "./accordion-item.styles"
|
|
1959
1807
|
}
|
|
1960
1808
|
},
|
|
1961
1809
|
{
|
|
@@ -1963,18 +1811,72 @@
|
|
|
1963
1811
|
"name": "*",
|
|
1964
1812
|
"declaration": {
|
|
1965
1813
|
"name": "*",
|
|
1966
|
-
"package": "./accordion"
|
|
1814
|
+
"package": "./accordion-item"
|
|
1967
1815
|
}
|
|
1968
1816
|
}
|
|
1969
1817
|
]
|
|
1970
1818
|
},
|
|
1971
1819
|
{
|
|
1972
1820
|
"kind": "javascript-module",
|
|
1973
|
-
"path": "src/
|
|
1821
|
+
"path": "src/_config/index.ts",
|
|
1822
|
+
"declarations": [],
|
|
1823
|
+
"exports": [
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "js",
|
|
1826
|
+
"name": "*",
|
|
1827
|
+
"declaration": {
|
|
1828
|
+
"name": "*",
|
|
1829
|
+
"package": "./styles"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"kind": "js",
|
|
1834
|
+
"name": "*",
|
|
1835
|
+
"declaration": {
|
|
1836
|
+
"name": "*",
|
|
1837
|
+
"package": "./tokens"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "js",
|
|
1842
|
+
"name": "*",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "*",
|
|
1845
|
+
"package": "./values"
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"kind": "javascript-module",
|
|
1852
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1974
1853
|
"declarations": [
|
|
1975
1854
|
{
|
|
1976
1855
|
"kind": "function",
|
|
1977
|
-
"name": "
|
|
1856
|
+
"name": "actionsMenuBaseStyles",
|
|
1857
|
+
"return": {
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "ElementStyles"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"parameters": [
|
|
1863
|
+
{
|
|
1864
|
+
"name": "context",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "ElementDefinitionContext"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "definition",
|
|
1871
|
+
"type": {
|
|
1872
|
+
"text": "FoundationElementDefinition"
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
]
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"kind": "function",
|
|
1879
|
+
"name": "foundationActionsMenuStyles",
|
|
1978
1880
|
"return": {
|
|
1979
1881
|
"type": {
|
|
1980
1882
|
"text": "ElementStyles"
|
|
@@ -1999,156 +1901,281 @@
|
|
|
1999
1901
|
"exports": [
|
|
2000
1902
|
{
|
|
2001
1903
|
"kind": "js",
|
|
2002
|
-
"name": "
|
|
1904
|
+
"name": "actionsMenuBaseStyles",
|
|
2003
1905
|
"declaration": {
|
|
2004
|
-
"name": "
|
|
2005
|
-
"module": "src/
|
|
1906
|
+
"name": "actionsMenuBaseStyles",
|
|
1907
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"kind": "js",
|
|
1912
|
+
"name": "foundationActionsMenuStyles",
|
|
1913
|
+
"declaration": {
|
|
1914
|
+
"name": "foundationActionsMenuStyles",
|
|
1915
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2006
1916
|
}
|
|
2007
1917
|
}
|
|
2008
1918
|
]
|
|
2009
1919
|
},
|
|
2010
1920
|
{
|
|
2011
1921
|
"kind": "javascript-module",
|
|
2012
|
-
"path": "src/
|
|
1922
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2013
1923
|
"declarations": [
|
|
2014
1924
|
{
|
|
2015
1925
|
"kind": "function",
|
|
2016
|
-
"name": "
|
|
2017
|
-
"return": {
|
|
2018
|
-
"type": {
|
|
2019
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
2020
|
-
}
|
|
2021
|
-
},
|
|
1926
|
+
"name": "menuTemplate",
|
|
2022
1927
|
"parameters": [
|
|
2023
1928
|
{
|
|
2024
|
-
"name": "
|
|
1929
|
+
"name": "prefix",
|
|
2025
1930
|
"type": {
|
|
2026
|
-
"text": "
|
|
1931
|
+
"text": "string"
|
|
2027
1932
|
}
|
|
2028
|
-
}
|
|
1933
|
+
}
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"kind": "function",
|
|
1938
|
+
"name": "singleOptionTemplate",
|
|
1939
|
+
"parameters": [
|
|
2029
1940
|
{
|
|
2030
|
-
"name": "
|
|
1941
|
+
"name": "prefix",
|
|
2031
1942
|
"type": {
|
|
2032
|
-
"text": "
|
|
1943
|
+
"text": "string"
|
|
2033
1944
|
}
|
|
2034
1945
|
}
|
|
2035
1946
|
]
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"kind": "variable",
|
|
1950
|
+
"name": "foundationActionsMenuTemplate",
|
|
1951
|
+
"type": {
|
|
1952
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1953
|
+
},
|
|
1954
|
+
"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`"
|
|
2036
1955
|
}
|
|
2037
1956
|
],
|
|
2038
1957
|
"exports": [
|
|
2039
1958
|
{
|
|
2040
1959
|
"kind": "js",
|
|
2041
|
-
"name": "
|
|
1960
|
+
"name": "menuTemplate",
|
|
2042
1961
|
"declaration": {
|
|
2043
|
-
"name": "
|
|
2044
|
-
"module": "src/
|
|
1962
|
+
"name": "menuTemplate",
|
|
1963
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "js",
|
|
1968
|
+
"name": "singleOptionTemplate",
|
|
1969
|
+
"declaration": {
|
|
1970
|
+
"name": "singleOptionTemplate",
|
|
1971
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "js",
|
|
1976
|
+
"name": "foundationActionsMenuTemplate",
|
|
1977
|
+
"declaration": {
|
|
1978
|
+
"name": "foundationActionsMenuTemplate",
|
|
1979
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2045
1980
|
}
|
|
2046
1981
|
}
|
|
2047
1982
|
]
|
|
2048
1983
|
},
|
|
2049
1984
|
{
|
|
2050
1985
|
"kind": "javascript-module",
|
|
2051
|
-
"path": "src/
|
|
1986
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2052
1987
|
"declarations": [
|
|
2053
1988
|
{
|
|
2054
1989
|
"kind": "class",
|
|
2055
1990
|
"description": "",
|
|
2056
|
-
"name": "
|
|
2057
|
-
"
|
|
2058
|
-
"name": "FASTAccordionItem",
|
|
2059
|
-
"package": "@microsoft/fast-components"
|
|
2060
|
-
},
|
|
2061
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2062
|
-
"customElement": true,
|
|
2063
|
-
"attributes": [
|
|
1991
|
+
"name": "ActionsMenu",
|
|
1992
|
+
"members": [
|
|
2064
1993
|
{
|
|
2065
|
-
"
|
|
1994
|
+
"kind": "field",
|
|
1995
|
+
"name": "actions",
|
|
2066
1996
|
"type": {
|
|
2067
|
-
"text": "
|
|
1997
|
+
"text": "ActionMenuItem[]"
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"kind": "field",
|
|
2002
|
+
"name": "isVertical",
|
|
2003
|
+
"type": {
|
|
2004
|
+
"text": "boolean"
|
|
2068
2005
|
},
|
|
2069
|
-
"default": "
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
"
|
|
2073
|
-
|
|
2074
|
-
|
|
2006
|
+
"default": "false"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "field",
|
|
2010
|
+
"name": "addDefaultActions",
|
|
2011
|
+
"type": {
|
|
2012
|
+
"text": "boolean"
|
|
2013
|
+
},
|
|
2014
|
+
"default": "true"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "field",
|
|
2018
|
+
"name": "autoCloseOnAction",
|
|
2019
|
+
"type": {
|
|
2020
|
+
"text": "boolean"
|
|
2021
|
+
},
|
|
2022
|
+
"default": "true"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"kind": "field",
|
|
2026
|
+
"name": "classNames",
|
|
2027
|
+
"type": {
|
|
2028
|
+
"text": "string"
|
|
2075
2029
|
}
|
|
2076
2030
|
},
|
|
2077
2031
|
{
|
|
2032
|
+
"kind": "field",
|
|
2033
|
+
"name": "definition",
|
|
2034
|
+
"type": {
|
|
2035
|
+
"text": "any"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "field",
|
|
2040
|
+
"name": "name",
|
|
2041
|
+
"type": {
|
|
2042
|
+
"text": "string"
|
|
2043
|
+
},
|
|
2044
|
+
"default": "'Actions'"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "field",
|
|
2048
|
+
"name": "open",
|
|
2078
2049
|
"type": {
|
|
2079
2050
|
"text": "boolean"
|
|
2080
2051
|
},
|
|
2081
|
-
"default": "false"
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
"
|
|
2085
|
-
|
|
2086
|
-
|
|
2052
|
+
"default": "false"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "field",
|
|
2056
|
+
"name": "buttonAppearance",
|
|
2057
|
+
"type": {
|
|
2058
|
+
"text": "string"
|
|
2087
2059
|
}
|
|
2088
2060
|
},
|
|
2089
2061
|
{
|
|
2090
|
-
"
|
|
2091
|
-
"
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
"
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2062
|
+
"kind": "field",
|
|
2063
|
+
"name": "hideDisabled",
|
|
2064
|
+
"type": {
|
|
2065
|
+
"text": "boolean"
|
|
2066
|
+
},
|
|
2067
|
+
"default": "false"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "field",
|
|
2071
|
+
"name": "hideMenuSingleOption",
|
|
2072
|
+
"type": {
|
|
2073
|
+
"text": "boolean"
|
|
2074
|
+
},
|
|
2075
|
+
"default": "false"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "field",
|
|
2079
|
+
"name": "singleOption",
|
|
2080
|
+
"type": {
|
|
2081
|
+
"text": "ActionMenuItem"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "actionsMenu",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "HTMLElement"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"kind": "field",
|
|
2093
|
+
"name": "actionsOpener",
|
|
2094
|
+
"type": {
|
|
2095
|
+
"text": "HTMLElement"
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "method",
|
|
2100
|
+
"name": "updateMenuPosition",
|
|
2101
|
+
"privacy": "private"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"kind": "method",
|
|
2105
|
+
"name": "definitionChanged",
|
|
2106
|
+
"privacy": "protected",
|
|
2107
|
+
"parameters": [
|
|
2108
|
+
{
|
|
2109
|
+
"name": "oldValue",
|
|
2110
|
+
"type": {
|
|
2111
|
+
"text": "any"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"name": "newValue",
|
|
2116
|
+
"type": {
|
|
2117
|
+
"text": "any"
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
]
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"kind": "method",
|
|
2124
|
+
"name": "openChanged",
|
|
2125
|
+
"privacy": "protected"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"kind": "method",
|
|
2129
|
+
"name": "toggleActionsMenuVisibility"
|
|
2130
|
+
},
|
|
2103
2131
|
{
|
|
2104
|
-
"kind": "
|
|
2105
|
-
"name": "
|
|
2106
|
-
"
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2115
|
-
}
|
|
2132
|
+
"kind": "method",
|
|
2133
|
+
"name": "onActionMenuItemClick",
|
|
2134
|
+
"parameters": [
|
|
2135
|
+
{
|
|
2136
|
+
"name": "callback",
|
|
2137
|
+
"type": {
|
|
2138
|
+
"text": "(rowData) => void | any"
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
]
|
|
2116
2142
|
},
|
|
2117
2143
|
{
|
|
2118
2144
|
"kind": "field",
|
|
2119
|
-
"name": "
|
|
2145
|
+
"name": "allActions",
|
|
2120
2146
|
"type": {
|
|
2121
|
-
"text": "
|
|
2147
|
+
"text": "ActionMenuItem[]"
|
|
2122
2148
|
},
|
|
2123
|
-
"
|
|
2124
|
-
"default": "false",
|
|
2125
|
-
"description": "Expands or collapses the item.",
|
|
2126
|
-
"inheritedFrom": {
|
|
2127
|
-
"name": "AccordionItem",
|
|
2128
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2129
|
-
}
|
|
2149
|
+
"readonly": true
|
|
2130
2150
|
},
|
|
2131
2151
|
{
|
|
2132
2152
|
"kind": "field",
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2135
|
-
"text": "string"
|
|
2136
|
-
},
|
|
2137
|
-
"privacy": "public",
|
|
2138
|
-
"description": "The item ID",
|
|
2139
|
-
"inheritedFrom": {
|
|
2140
|
-
"name": "AccordionItem",
|
|
2141
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2142
|
-
}
|
|
2153
|
+
"name": "rowData",
|
|
2154
|
+
"readonly": true
|
|
2143
2155
|
},
|
|
2144
2156
|
{
|
|
2145
|
-
"kind": "
|
|
2146
|
-
"name": "
|
|
2147
|
-
"
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2157
|
+
"kind": "method",
|
|
2158
|
+
"name": "getLabel",
|
|
2159
|
+
"parameters": [
|
|
2160
|
+
{
|
|
2161
|
+
"name": "name",
|
|
2162
|
+
"type": {
|
|
2163
|
+
"text": "string | ((rowData: any) => string)"
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
]
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"kind": "method",
|
|
2170
|
+
"name": "getTemplate",
|
|
2171
|
+
"parameters": [
|
|
2172
|
+
{
|
|
2173
|
+
"name": "prefix",
|
|
2174
|
+
"type": {
|
|
2175
|
+
"text": "string"
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
]
|
|
2152
2179
|
},
|
|
2153
2180
|
{
|
|
2154
2181
|
"kind": "field",
|
|
@@ -2262,78 +2289,107 @@
|
|
|
2262
2289
|
}
|
|
2263
2290
|
}
|
|
2264
2291
|
],
|
|
2265
|
-
"
|
|
2292
|
+
"attributes": [
|
|
2266
2293
|
{
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2294
|
+
"name": "is-vertical",
|
|
2295
|
+
"type": {
|
|
2296
|
+
"text": "boolean"
|
|
2297
|
+
},
|
|
2298
|
+
"default": "false",
|
|
2299
|
+
"fieldName": "isVertical"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "add-default-actions",
|
|
2303
|
+
"type": {
|
|
2304
|
+
"text": "boolean"
|
|
2305
|
+
},
|
|
2306
|
+
"default": "true",
|
|
2307
|
+
"fieldName": "addDefaultActions"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "auto-close-on-action",
|
|
2311
|
+
"type": {
|
|
2312
|
+
"text": "boolean"
|
|
2313
|
+
},
|
|
2314
|
+
"default": "true",
|
|
2315
|
+
"fieldName": "autoCloseOnAction"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"name": "name",
|
|
2319
|
+
"type": {
|
|
2320
|
+
"text": "string"
|
|
2321
|
+
},
|
|
2322
|
+
"default": "'Actions'",
|
|
2323
|
+
"fieldName": "name"
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"name": "open",
|
|
2327
|
+
"type": {
|
|
2328
|
+
"text": "boolean"
|
|
2329
|
+
},
|
|
2330
|
+
"default": "false",
|
|
2331
|
+
"fieldName": "open"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"name": "buttonAppearance",
|
|
2335
|
+
"type": {
|
|
2336
|
+
"text": "string"
|
|
2337
|
+
},
|
|
2338
|
+
"fieldName": "buttonAppearance"
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"name": "hide-disabled",
|
|
2342
|
+
"type": {
|
|
2343
|
+
"text": "boolean"
|
|
2344
|
+
},
|
|
2345
|
+
"default": "false",
|
|
2346
|
+
"fieldName": "hideDisabled"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "hide-menu-single-option",
|
|
2350
|
+
"type": {
|
|
2351
|
+
"text": "boolean"
|
|
2352
|
+
},
|
|
2353
|
+
"default": "false",
|
|
2354
|
+
"fieldName": "hideMenuSingleOption"
|
|
2273
2355
|
}
|
|
2274
|
-
]
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2279
|
-
"type": {
|
|
2280
|
-
"text": "ShadowRootInit"
|
|
2281
|
-
},
|
|
2282
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "variable",
|
|
2286
|
-
"name": "defaultAccordionItemConfig",
|
|
2287
|
-
"type": {
|
|
2288
|
-
"text": "object"
|
|
2356
|
+
],
|
|
2357
|
+
"superclass": {
|
|
2358
|
+
"name": "FoundationElement",
|
|
2359
|
+
"package": "@microsoft/fast-foundation"
|
|
2289
2360
|
},
|
|
2290
|
-
"
|
|
2361
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2362
|
+
"customElement": true
|
|
2291
2363
|
},
|
|
2292
2364
|
{
|
|
2293
2365
|
"kind": "variable",
|
|
2294
|
-
"name": "
|
|
2295
|
-
"description": "The Foundation
|
|
2366
|
+
"name": "foundationActionsMenu",
|
|
2367
|
+
"description": "The Foundation Actions Menu",
|
|
2296
2368
|
"privacy": "public"
|
|
2297
2369
|
}
|
|
2298
2370
|
],
|
|
2299
2371
|
"exports": [
|
|
2300
2372
|
{
|
|
2301
2373
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2303
|
-
"declaration": {
|
|
2304
|
-
"name": "AccordionItem",
|
|
2305
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2306
|
-
}
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"kind": "js",
|
|
2310
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2311
|
-
"declaration": {
|
|
2312
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2313
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"kind": "js",
|
|
2318
|
-
"name": "defaultAccordionItemConfig",
|
|
2374
|
+
"name": "ActionsMenu",
|
|
2319
2375
|
"declaration": {
|
|
2320
|
-
"name": "
|
|
2321
|
-
"module": "src/
|
|
2376
|
+
"name": "ActionsMenu",
|
|
2377
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2322
2378
|
}
|
|
2323
2379
|
},
|
|
2324
2380
|
{
|
|
2325
2381
|
"kind": "js",
|
|
2326
|
-
"name": "
|
|
2382
|
+
"name": "foundationActionsMenu",
|
|
2327
2383
|
"declaration": {
|
|
2328
|
-
"name": "
|
|
2329
|
-
"module": "src/
|
|
2384
|
+
"name": "foundationActionsMenu",
|
|
2385
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2330
2386
|
}
|
|
2331
2387
|
}
|
|
2332
2388
|
]
|
|
2333
2389
|
},
|
|
2334
2390
|
{
|
|
2335
2391
|
"kind": "javascript-module",
|
|
2336
|
-
"path": "src/
|
|
2392
|
+
"path": "src/actions-menu/index.ts",
|
|
2337
2393
|
"declarations": [],
|
|
2338
2394
|
"exports": [
|
|
2339
2395
|
{
|
|
@@ -2341,7 +2397,7 @@
|
|
|
2341
2397
|
"name": "*",
|
|
2342
2398
|
"declaration": {
|
|
2343
2399
|
"name": "*",
|
|
2344
|
-
"package": "./
|
|
2400
|
+
"package": "./actions-menu.styles"
|
|
2345
2401
|
}
|
|
2346
2402
|
},
|
|
2347
2403
|
{
|
|
@@ -2349,7 +2405,7 @@
|
|
|
2349
2405
|
"name": "*",
|
|
2350
2406
|
"declaration": {
|
|
2351
2407
|
"name": "*",
|
|
2352
|
-
"package": "./
|
|
2408
|
+
"package": "./actions-menu.template"
|
|
2353
2409
|
}
|
|
2354
2410
|
},
|
|
2355
2411
|
{
|
|
@@ -2357,41 +2413,18 @@
|
|
|
2357
2413
|
"name": "*",
|
|
2358
2414
|
"declaration": {
|
|
2359
2415
|
"name": "*",
|
|
2360
|
-
"package": "./
|
|
2416
|
+
"package": "./actions-menu"
|
|
2361
2417
|
}
|
|
2362
|
-
}
|
|
2363
|
-
]
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"kind": "javascript-module",
|
|
2367
|
-
"path": "src/
|
|
2368
|
-
"declarations": [
|
|
2369
|
-
{
|
|
2370
|
-
"kind": "function",
|
|
2371
|
-
"name": "actionsMenuBaseStyles",
|
|
2372
|
-
"return": {
|
|
2373
|
-
"type": {
|
|
2374
|
-
"text": "ElementStyles"
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
"parameters": [
|
|
2378
|
-
{
|
|
2379
|
-
"name": "context",
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "ElementDefinitionContext"
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"name": "definition",
|
|
2386
|
-
"type": {
|
|
2387
|
-
"text": "FoundationElementDefinition"
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
2390
|
-
]
|
|
2391
|
-
},
|
|
2418
|
+
}
|
|
2419
|
+
]
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"kind": "javascript-module",
|
|
2423
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2424
|
+
"declarations": [
|
|
2392
2425
|
{
|
|
2393
2426
|
"kind": "function",
|
|
2394
|
-
"name": "
|
|
2427
|
+
"name": "foundationAiIndicatorStyles",
|
|
2395
2428
|
"return": {
|
|
2396
2429
|
"type": {
|
|
2397
2430
|
"text": "ElementStyles"
|
|
@@ -2416,151 +2449,91 @@
|
|
|
2416
2449
|
"exports": [
|
|
2417
2450
|
{
|
|
2418
2451
|
"kind": "js",
|
|
2419
|
-
"name": "
|
|
2420
|
-
"declaration": {
|
|
2421
|
-
"name": "actionsMenuBaseStyles",
|
|
2422
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "js",
|
|
2427
|
-
"name": "foundationActionsMenuStyles",
|
|
2452
|
+
"name": "foundationAiIndicatorStyles",
|
|
2428
2453
|
"declaration": {
|
|
2429
|
-
"name": "
|
|
2430
|
-
"module": "src/
|
|
2454
|
+
"name": "foundationAiIndicatorStyles",
|
|
2455
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2431
2456
|
}
|
|
2432
2457
|
}
|
|
2433
2458
|
]
|
|
2434
2459
|
},
|
|
2435
2460
|
{
|
|
2436
2461
|
"kind": "javascript-module",
|
|
2437
|
-
"path": "src/
|
|
2462
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2438
2463
|
"declarations": [
|
|
2439
|
-
{
|
|
2440
|
-
"kind": "function",
|
|
2441
|
-
"name": "menuTemplate",
|
|
2442
|
-
"parameters": [
|
|
2443
|
-
{
|
|
2444
|
-
"name": "prefix",
|
|
2445
|
-
"type": {
|
|
2446
|
-
"text": "string"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "function",
|
|
2453
|
-
"name": "singleOptionTemplate",
|
|
2454
|
-
"parameters": [
|
|
2455
|
-
{
|
|
2456
|
-
"name": "prefix",
|
|
2457
|
-
"type": {
|
|
2458
|
-
"text": "string"
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
2464
|
{
|
|
2464
2465
|
"kind": "variable",
|
|
2465
|
-
"name": "
|
|
2466
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2466
2467
|
"type": {
|
|
2467
|
-
"text": "ViewTemplate<
|
|
2468
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2468
2469
|
},
|
|
2469
|
-
"default": "html`\n
|
|
2470
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2470
2471
|
}
|
|
2471
2472
|
],
|
|
2472
2473
|
"exports": [
|
|
2473
2474
|
{
|
|
2474
2475
|
"kind": "js",
|
|
2475
|
-
"name": "
|
|
2476
|
-
"declaration": {
|
|
2477
|
-
"name": "menuTemplate",
|
|
2478
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"kind": "js",
|
|
2483
|
-
"name": "singleOptionTemplate",
|
|
2484
|
-
"declaration": {
|
|
2485
|
-
"name": "singleOptionTemplate",
|
|
2486
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2487
|
-
}
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "js",
|
|
2491
|
-
"name": "foundationActionsMenuTemplate",
|
|
2476
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2492
2477
|
"declaration": {
|
|
2493
|
-
"name": "
|
|
2494
|
-
"module": "src/
|
|
2478
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2479
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2495
2480
|
}
|
|
2496
2481
|
}
|
|
2497
2482
|
]
|
|
2498
2483
|
},
|
|
2499
2484
|
{
|
|
2500
2485
|
"kind": "javascript-module",
|
|
2501
|
-
"path": "src/
|
|
2486
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2502
2487
|
"declarations": [
|
|
2503
2488
|
{
|
|
2504
2489
|
"kind": "class",
|
|
2505
2490
|
"description": "",
|
|
2506
|
-
"name": "
|
|
2491
|
+
"name": "AiIndicator",
|
|
2507
2492
|
"members": [
|
|
2508
2493
|
{
|
|
2509
2494
|
"kind": "field",
|
|
2510
|
-
"name": "
|
|
2495
|
+
"name": "providerRegistry",
|
|
2511
2496
|
"type": {
|
|
2512
|
-
"text": "
|
|
2497
|
+
"text": "AIProviderRegistry"
|
|
2513
2498
|
}
|
|
2514
2499
|
},
|
|
2515
2500
|
{
|
|
2516
2501
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2502
|
+
"name": "aiProvider",
|
|
2518
2503
|
"type": {
|
|
2519
|
-
"text": "
|
|
2504
|
+
"text": "AIProvider | undefined"
|
|
2520
2505
|
},
|
|
2521
|
-
"
|
|
2506
|
+
"privacy": "private",
|
|
2507
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2508
|
+
"readonly": true
|
|
2522
2509
|
},
|
|
2523
2510
|
{
|
|
2524
2511
|
"kind": "field",
|
|
2525
|
-
"name": "
|
|
2512
|
+
"name": "status",
|
|
2526
2513
|
"type": {
|
|
2527
|
-
"text": "
|
|
2514
|
+
"text": "AIStatus | null"
|
|
2528
2515
|
},
|
|
2529
|
-
"default": "
|
|
2516
|
+
"default": "null"
|
|
2530
2517
|
},
|
|
2531
2518
|
{
|
|
2532
2519
|
"kind": "field",
|
|
2533
|
-
"name": "
|
|
2520
|
+
"name": "open",
|
|
2534
2521
|
"type": {
|
|
2535
2522
|
"text": "boolean"
|
|
2536
2523
|
},
|
|
2537
|
-
"default": "
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"kind": "field",
|
|
2541
|
-
"name": "classNames",
|
|
2542
|
-
"type": {
|
|
2543
|
-
"text": "string"
|
|
2544
|
-
}
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"kind": "field",
|
|
2548
|
-
"name": "definition",
|
|
2549
|
-
"type": {
|
|
2550
|
-
"text": "any"
|
|
2551
|
-
}
|
|
2524
|
+
"default": "false"
|
|
2552
2525
|
},
|
|
2553
2526
|
{
|
|
2554
2527
|
"kind": "field",
|
|
2555
|
-
"name": "
|
|
2528
|
+
"name": "state",
|
|
2556
2529
|
"type": {
|
|
2557
|
-
"text": "
|
|
2530
|
+
"text": "AIIndicatorState"
|
|
2558
2531
|
},
|
|
2559
|
-
"default": "'
|
|
2532
|
+
"default": "'none'"
|
|
2560
2533
|
},
|
|
2561
2534
|
{
|
|
2562
2535
|
"kind": "field",
|
|
2563
|
-
"name": "
|
|
2536
|
+
"name": "isInstalling",
|
|
2564
2537
|
"type": {
|
|
2565
2538
|
"text": "boolean"
|
|
2566
2539
|
},
|
|
@@ -2568,129 +2541,133 @@
|
|
|
2568
2541
|
},
|
|
2569
2542
|
{
|
|
2570
2543
|
"kind": "field",
|
|
2571
|
-
"name": "
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "string"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "field",
|
|
2578
|
-
"name": "hideDisabled",
|
|
2544
|
+
"name": "pollTimer",
|
|
2579
2545
|
"type": {
|
|
2580
|
-
"text": "
|
|
2546
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2581
2547
|
},
|
|
2582
|
-
"
|
|
2548
|
+
"privacy": "private",
|
|
2549
|
+
"default": "null"
|
|
2583
2550
|
},
|
|
2584
2551
|
{
|
|
2585
2552
|
"kind": "field",
|
|
2586
|
-
"name": "
|
|
2587
|
-
"
|
|
2588
|
-
"text": "boolean"
|
|
2589
|
-
},
|
|
2590
|
-
"default": "false"
|
|
2553
|
+
"name": "clickOutside",
|
|
2554
|
+
"privacy": "private"
|
|
2591
2555
|
},
|
|
2592
2556
|
{
|
|
2593
2557
|
"kind": "field",
|
|
2594
|
-
"name": "
|
|
2558
|
+
"name": "chromeStatusLabel",
|
|
2595
2559
|
"type": {
|
|
2596
|
-
"text": "
|
|
2597
|
-
}
|
|
2560
|
+
"text": "string | null"
|
|
2561
|
+
},
|
|
2562
|
+
"readonly": true
|
|
2598
2563
|
},
|
|
2599
2564
|
{
|
|
2600
2565
|
"kind": "field",
|
|
2601
|
-
"name": "
|
|
2566
|
+
"name": "canInstall",
|
|
2602
2567
|
"type": {
|
|
2603
|
-
"text": "
|
|
2604
|
-
}
|
|
2568
|
+
"text": "boolean"
|
|
2569
|
+
},
|
|
2570
|
+
"readonly": true
|
|
2605
2571
|
},
|
|
2606
2572
|
{
|
|
2607
2573
|
"kind": "field",
|
|
2608
|
-
"name": "
|
|
2574
|
+
"name": "isDownloading",
|
|
2609
2575
|
"type": {
|
|
2610
|
-
"text": "
|
|
2611
|
-
}
|
|
2576
|
+
"text": "boolean"
|
|
2577
|
+
},
|
|
2578
|
+
"readonly": true
|
|
2612
2579
|
},
|
|
2613
2580
|
{
|
|
2614
2581
|
"kind": "method",
|
|
2615
|
-
"name": "
|
|
2616
|
-
"
|
|
2582
|
+
"name": "openChanged",
|
|
2583
|
+
"return": {
|
|
2584
|
+
"type": {
|
|
2585
|
+
"text": "void"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2617
2588
|
},
|
|
2618
2589
|
{
|
|
2619
2590
|
"kind": "method",
|
|
2620
|
-
"name": "
|
|
2621
|
-
"privacy": "
|
|
2591
|
+
"name": "handleClickOutside",
|
|
2592
|
+
"privacy": "private",
|
|
2622
2593
|
"parameters": [
|
|
2623
2594
|
{
|
|
2624
|
-
"name": "
|
|
2625
|
-
"type": {
|
|
2626
|
-
"text": "any"
|
|
2627
|
-
}
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"name": "newValue",
|
|
2595
|
+
"name": "event",
|
|
2631
2596
|
"type": {
|
|
2632
|
-
"text": "
|
|
2597
|
+
"text": "MouseEvent"
|
|
2633
2598
|
}
|
|
2634
2599
|
}
|
|
2635
2600
|
]
|
|
2636
2601
|
},
|
|
2637
2602
|
{
|
|
2638
2603
|
"kind": "method",
|
|
2639
|
-
"name": "
|
|
2640
|
-
"privacy": "protected"
|
|
2604
|
+
"name": "toggleDropdown"
|
|
2641
2605
|
},
|
|
2642
2606
|
{
|
|
2643
2607
|
"kind": "method",
|
|
2644
|
-
"name": "
|
|
2608
|
+
"name": "refreshStatus",
|
|
2609
|
+
"return": {
|
|
2610
|
+
"type": {
|
|
2611
|
+
"text": "Promise<void>"
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2645
2614
|
},
|
|
2646
2615
|
{
|
|
2647
2616
|
"kind": "method",
|
|
2648
|
-
"name": "
|
|
2617
|
+
"name": "deriveState",
|
|
2618
|
+
"privacy": "private",
|
|
2619
|
+
"return": {
|
|
2620
|
+
"type": {
|
|
2621
|
+
"text": "AIIndicatorState"
|
|
2622
|
+
}
|
|
2623
|
+
},
|
|
2649
2624
|
"parameters": [
|
|
2650
2625
|
{
|
|
2651
|
-
"name": "
|
|
2626
|
+
"name": "s",
|
|
2652
2627
|
"type": {
|
|
2653
|
-
"text": "
|
|
2628
|
+
"text": "AIStatus | null"
|
|
2654
2629
|
}
|
|
2655
2630
|
}
|
|
2656
2631
|
]
|
|
2657
2632
|
},
|
|
2658
2633
|
{
|
|
2659
|
-
"kind": "
|
|
2660
|
-
"name": "
|
|
2661
|
-
"
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
"kind": "field",
|
|
2668
|
-
"name": "rowData",
|
|
2669
|
-
"readonly": true
|
|
2634
|
+
"kind": "method",
|
|
2635
|
+
"name": "maybeStartPolling",
|
|
2636
|
+
"privacy": "private",
|
|
2637
|
+
"return": {
|
|
2638
|
+
"type": {
|
|
2639
|
+
"text": "void"
|
|
2640
|
+
}
|
|
2641
|
+
}
|
|
2670
2642
|
},
|
|
2671
2643
|
{
|
|
2672
2644
|
"kind": "method",
|
|
2673
|
-
"name": "
|
|
2674
|
-
"
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
"
|
|
2678
|
-
"text": "string | ((rowData: any) => string)"
|
|
2679
|
-
}
|
|
2645
|
+
"name": "startPolling",
|
|
2646
|
+
"privacy": "private",
|
|
2647
|
+
"return": {
|
|
2648
|
+
"type": {
|
|
2649
|
+
"text": "void"
|
|
2680
2650
|
}
|
|
2681
|
-
|
|
2651
|
+
}
|
|
2682
2652
|
},
|
|
2683
2653
|
{
|
|
2684
2654
|
"kind": "method",
|
|
2685
|
-
"name": "
|
|
2686
|
-
"
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
"
|
|
2690
|
-
"text": "string"
|
|
2691
|
-
}
|
|
2655
|
+
"name": "stopPolling",
|
|
2656
|
+
"privacy": "private",
|
|
2657
|
+
"return": {
|
|
2658
|
+
"type": {
|
|
2659
|
+
"text": "void"
|
|
2692
2660
|
}
|
|
2693
|
-
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"kind": "method",
|
|
2665
|
+
"name": "onInstall",
|
|
2666
|
+
"return": {
|
|
2667
|
+
"type": {
|
|
2668
|
+
"text": "Promise<void>"
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2694
2671
|
},
|
|
2695
2672
|
{
|
|
2696
2673
|
"kind": "field",
|
|
@@ -2804,131 +2781,88 @@
|
|
|
2804
2781
|
}
|
|
2805
2782
|
}
|
|
2806
2783
|
],
|
|
2807
|
-
"attributes": [
|
|
2808
|
-
{
|
|
2809
|
-
"name": "is-vertical",
|
|
2810
|
-
"type": {
|
|
2811
|
-
"text": "boolean"
|
|
2812
|
-
},
|
|
2813
|
-
"default": "false",
|
|
2814
|
-
"fieldName": "isVertical"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"name": "add-default-actions",
|
|
2818
|
-
"type": {
|
|
2819
|
-
"text": "boolean"
|
|
2820
|
-
},
|
|
2821
|
-
"default": "true",
|
|
2822
|
-
"fieldName": "addDefaultActions"
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "auto-close-on-action",
|
|
2826
|
-
"type": {
|
|
2827
|
-
"text": "boolean"
|
|
2828
|
-
},
|
|
2829
|
-
"default": "true",
|
|
2830
|
-
"fieldName": "autoCloseOnAction"
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"name": "name",
|
|
2834
|
-
"type": {
|
|
2835
|
-
"text": "string"
|
|
2836
|
-
},
|
|
2837
|
-
"default": "'Actions'",
|
|
2838
|
-
"fieldName": "name"
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"name": "open",
|
|
2842
|
-
"type": {
|
|
2843
|
-
"text": "boolean"
|
|
2844
|
-
},
|
|
2845
|
-
"default": "false",
|
|
2846
|
-
"fieldName": "open"
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"name": "buttonAppearance",
|
|
2850
|
-
"type": {
|
|
2851
|
-
"text": "string"
|
|
2852
|
-
},
|
|
2853
|
-
"fieldName": "buttonAppearance"
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"name": "hide-disabled",
|
|
2857
|
-
"type": {
|
|
2858
|
-
"text": "boolean"
|
|
2859
|
-
},
|
|
2860
|
-
"default": "false",
|
|
2861
|
-
"fieldName": "hideDisabled"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"name": "hide-menu-single-option",
|
|
2865
|
-
"type": {
|
|
2866
|
-
"text": "boolean"
|
|
2867
|
-
},
|
|
2868
|
-
"default": "false",
|
|
2869
|
-
"fieldName": "hideMenuSingleOption"
|
|
2870
|
-
}
|
|
2871
|
-
],
|
|
2872
2784
|
"superclass": {
|
|
2873
2785
|
"name": "FoundationElement",
|
|
2874
2786
|
"package": "@microsoft/fast-foundation"
|
|
2875
2787
|
},
|
|
2876
|
-
"tagName": "%%prefix%%-
|
|
2788
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2877
2789
|
"customElement": true
|
|
2878
2790
|
},
|
|
2879
2791
|
{
|
|
2880
2792
|
"kind": "variable",
|
|
2881
|
-
"name": "
|
|
2882
|
-
"description": "The Foundation Actions Menu",
|
|
2883
|
-
"privacy": "public"
|
|
2793
|
+
"name": "foundationAiIndicator"
|
|
2884
2794
|
}
|
|
2885
2795
|
],
|
|
2886
2796
|
"exports": [
|
|
2887
2797
|
{
|
|
2888
2798
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2799
|
+
"name": "AiIndicator",
|
|
2890
2800
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
2801
|
+
"name": "AiIndicator",
|
|
2802
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2893
2803
|
}
|
|
2894
2804
|
},
|
|
2895
2805
|
{
|
|
2896
2806
|
"kind": "js",
|
|
2897
|
-
"name": "
|
|
2807
|
+
"name": "foundationAiIndicator",
|
|
2898
2808
|
"declaration": {
|
|
2899
|
-
"name": "
|
|
2900
|
-
"module": "src/
|
|
2809
|
+
"name": "foundationAiIndicator",
|
|
2810
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2901
2811
|
}
|
|
2902
2812
|
}
|
|
2903
2813
|
]
|
|
2904
2814
|
},
|
|
2905
2815
|
{
|
|
2906
2816
|
"kind": "javascript-module",
|
|
2907
|
-
"path": "src/
|
|
2817
|
+
"path": "src/ai-indicator/index.ts",
|
|
2908
2818
|
"declarations": [],
|
|
2909
2819
|
"exports": [
|
|
2910
2820
|
{
|
|
2911
2821
|
"kind": "js",
|
|
2912
|
-
"name": "
|
|
2822
|
+
"name": "AiIndicator",
|
|
2913
2823
|
"declaration": {
|
|
2914
|
-
"name": "
|
|
2915
|
-
"
|
|
2824
|
+
"name": "AiIndicator",
|
|
2825
|
+
"module": "./ai-indicator"
|
|
2916
2826
|
}
|
|
2917
2827
|
},
|
|
2918
2828
|
{
|
|
2919
2829
|
"kind": "js",
|
|
2920
|
-
"name": "
|
|
2830
|
+
"name": "foundationAiIndicator",
|
|
2921
2831
|
"declaration": {
|
|
2922
|
-
"name": "
|
|
2923
|
-
"
|
|
2832
|
+
"name": "foundationAiIndicator",
|
|
2833
|
+
"module": "./ai-indicator"
|
|
2924
2834
|
}
|
|
2925
2835
|
},
|
|
2926
2836
|
{
|
|
2927
2837
|
"kind": "js",
|
|
2928
|
-
"name": "
|
|
2838
|
+
"name": "type",
|
|
2929
2839
|
"declaration": {
|
|
2930
|
-
"name": "
|
|
2931
|
-
"
|
|
2840
|
+
"name": "type",
|
|
2841
|
+
"module": "./ai-indicator"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"kind": "js",
|
|
2846
|
+
"name": "AIIndicatorState",
|
|
2847
|
+
"declaration": {
|
|
2848
|
+
"name": "AIIndicatorState",
|
|
2849
|
+
"module": "./ai-indicator"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"kind": "js",
|
|
2854
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2855
|
+
"declaration": {
|
|
2856
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2857
|
+
"module": "./ai-indicator.template"
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"kind": "js",
|
|
2862
|
+
"name": "foundationAiIndicatorStyles",
|
|
2863
|
+
"declaration": {
|
|
2864
|
+
"name": "foundationAiIndicatorStyles",
|
|
2865
|
+
"module": "./ai-indicator.styles"
|
|
2932
2866
|
}
|
|
2933
2867
|
}
|
|
2934
2868
|
]
|
|
@@ -3544,11 +3478,11 @@
|
|
|
3544
3478
|
},
|
|
3545
3479
|
{
|
|
3546
3480
|
"kind": "javascript-module",
|
|
3547
|
-
"path": "src/
|
|
3481
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3548
3482
|
"declarations": [
|
|
3549
3483
|
{
|
|
3550
3484
|
"kind": "function",
|
|
3551
|
-
"name": "
|
|
3485
|
+
"name": "foundationAccordionStyles",
|
|
3552
3486
|
"return": {
|
|
3553
3487
|
"type": {
|
|
3554
3488
|
"text": "ElementStyles"
|
|
@@ -3573,224 +3507,276 @@
|
|
|
3573
3507
|
"exports": [
|
|
3574
3508
|
{
|
|
3575
3509
|
"kind": "js",
|
|
3576
|
-
"name": "
|
|
3510
|
+
"name": "foundationAccordionStyles",
|
|
3577
3511
|
"declaration": {
|
|
3578
|
-
"name": "
|
|
3579
|
-
"module": "src/
|
|
3512
|
+
"name": "foundationAccordionStyles",
|
|
3513
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3580
3514
|
}
|
|
3581
3515
|
}
|
|
3582
3516
|
]
|
|
3583
3517
|
},
|
|
3584
3518
|
{
|
|
3585
3519
|
"kind": "javascript-module",
|
|
3586
|
-
"path": "src/
|
|
3520
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3587
3521
|
"declarations": [
|
|
3588
3522
|
{
|
|
3589
|
-
"kind": "
|
|
3590
|
-
"name": "
|
|
3591
|
-
"
|
|
3592
|
-
"
|
|
3523
|
+
"kind": "function",
|
|
3524
|
+
"name": "foundationAccordionTemplate",
|
|
3525
|
+
"return": {
|
|
3526
|
+
"type": {
|
|
3527
|
+
"text": "ViewTemplate<Accordion>"
|
|
3528
|
+
}
|
|
3593
3529
|
},
|
|
3594
|
-
"
|
|
3530
|
+
"parameters": [
|
|
3531
|
+
{
|
|
3532
|
+
"name": "context",
|
|
3533
|
+
"type": {
|
|
3534
|
+
"text": "ElementDefinitionContext"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"name": "definition",
|
|
3539
|
+
"type": {
|
|
3540
|
+
"text": "FoundationElementDefinition"
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
]
|
|
3595
3544
|
}
|
|
3596
3545
|
],
|
|
3597
3546
|
"exports": [
|
|
3598
3547
|
{
|
|
3599
3548
|
"kind": "js",
|
|
3600
|
-
"name": "
|
|
3549
|
+
"name": "foundationAccordionTemplate",
|
|
3601
3550
|
"declaration": {
|
|
3602
|
-
"name": "
|
|
3603
|
-
"module": "src/
|
|
3551
|
+
"name": "foundationAccordionTemplate",
|
|
3552
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3604
3553
|
}
|
|
3605
3554
|
}
|
|
3606
3555
|
]
|
|
3607
3556
|
},
|
|
3608
3557
|
{
|
|
3609
3558
|
"kind": "javascript-module",
|
|
3610
|
-
"path": "src/
|
|
3559
|
+
"path": "src/accordion/accordion.ts",
|
|
3611
3560
|
"declarations": [
|
|
3612
3561
|
{
|
|
3613
3562
|
"kind": "class",
|
|
3614
3563
|
"description": "",
|
|
3615
|
-
"name": "
|
|
3616
|
-
"
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"kind": "field",
|
|
3626
|
-
"name": "aiProvider",
|
|
3627
|
-
"type": {
|
|
3628
|
-
"text": "AIProvider | undefined"
|
|
3629
|
-
},
|
|
3630
|
-
"privacy": "private",
|
|
3631
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3632
|
-
"readonly": true
|
|
3633
|
-
},
|
|
3564
|
+
"name": "Accordion",
|
|
3565
|
+
"superclass": {
|
|
3566
|
+
"name": "FASTAccordion",
|
|
3567
|
+
"package": "@microsoft/fast-foundation"
|
|
3568
|
+
},
|
|
3569
|
+
"tagName": "%%prefix%%-accordion",
|
|
3570
|
+
"customElement": true,
|
|
3571
|
+
"attributes": [
|
|
3634
3572
|
{
|
|
3635
|
-
"
|
|
3636
|
-
"name": "status",
|
|
3573
|
+
"name": "expand-mode",
|
|
3637
3574
|
"type": {
|
|
3638
|
-
"text": "
|
|
3575
|
+
"text": "AccordionExpandMode"
|
|
3639
3576
|
},
|
|
3640
|
-
"
|
|
3641
|
-
|
|
3577
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3578
|
+
"fieldName": "expandmode",
|
|
3579
|
+
"inheritedFrom": {
|
|
3580
|
+
"name": "Accordion",
|
|
3581
|
+
"module": "src/accordion/accordion.ts"
|
|
3582
|
+
}
|
|
3583
|
+
}
|
|
3584
|
+
],
|
|
3585
|
+
"members": [
|
|
3642
3586
|
{
|
|
3643
3587
|
"kind": "field",
|
|
3644
|
-
"name": "
|
|
3588
|
+
"name": "expandmode",
|
|
3645
3589
|
"type": {
|
|
3646
|
-
"text": "
|
|
3590
|
+
"text": "AccordionExpandMode"
|
|
3647
3591
|
},
|
|
3648
|
-
"
|
|
3592
|
+
"privacy": "public",
|
|
3593
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3594
|
+
"inheritedFrom": {
|
|
3595
|
+
"name": "Accordion",
|
|
3596
|
+
"module": "src/accordion/accordion.ts"
|
|
3597
|
+
}
|
|
3649
3598
|
},
|
|
3650
3599
|
{
|
|
3651
3600
|
"kind": "field",
|
|
3652
|
-
"name": "
|
|
3601
|
+
"name": "activeid",
|
|
3653
3602
|
"type": {
|
|
3654
|
-
"text": "
|
|
3603
|
+
"text": "string | null"
|
|
3655
3604
|
},
|
|
3656
|
-
"
|
|
3605
|
+
"privacy": "private",
|
|
3606
|
+
"inheritedFrom": {
|
|
3607
|
+
"name": "Accordion",
|
|
3608
|
+
"module": "src/accordion/accordion.ts"
|
|
3609
|
+
}
|
|
3657
3610
|
},
|
|
3658
3611
|
{
|
|
3659
3612
|
"kind": "field",
|
|
3660
|
-
"name": "
|
|
3613
|
+
"name": "activeItemIndex",
|
|
3661
3614
|
"type": {
|
|
3662
|
-
"text": "
|
|
3615
|
+
"text": "number"
|
|
3663
3616
|
},
|
|
3664
|
-
"
|
|
3617
|
+
"privacy": "private",
|
|
3618
|
+
"default": "0",
|
|
3619
|
+
"inheritedFrom": {
|
|
3620
|
+
"name": "Accordion",
|
|
3621
|
+
"module": "src/accordion/accordion.ts"
|
|
3622
|
+
}
|
|
3665
3623
|
},
|
|
3666
3624
|
{
|
|
3667
3625
|
"kind": "field",
|
|
3668
|
-
"name": "
|
|
3626
|
+
"name": "accordionIds",
|
|
3669
3627
|
"type": {
|
|
3670
|
-
"text": "
|
|
3628
|
+
"text": "Array<string | null>"
|
|
3671
3629
|
},
|
|
3672
3630
|
"privacy": "private",
|
|
3673
|
-
"
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
"name": "clickOutside",
|
|
3678
|
-
"privacy": "private"
|
|
3631
|
+
"inheritedFrom": {
|
|
3632
|
+
"name": "Accordion",
|
|
3633
|
+
"module": "src/accordion/accordion.ts"
|
|
3634
|
+
}
|
|
3679
3635
|
},
|
|
3680
3636
|
{
|
|
3681
3637
|
"kind": "field",
|
|
3682
|
-
"name": "
|
|
3683
|
-
"
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3638
|
+
"name": "change",
|
|
3639
|
+
"privacy": "private",
|
|
3640
|
+
"inheritedFrom": {
|
|
3641
|
+
"name": "Accordion",
|
|
3642
|
+
"module": "src/accordion/accordion.ts"
|
|
3643
|
+
}
|
|
3687
3644
|
},
|
|
3688
3645
|
{
|
|
3689
|
-
"kind": "
|
|
3690
|
-
"name": "
|
|
3691
|
-
"
|
|
3692
|
-
|
|
3646
|
+
"kind": "method",
|
|
3647
|
+
"name": "findExpandedItem",
|
|
3648
|
+
"privacy": "private",
|
|
3649
|
+
"return": {
|
|
3650
|
+
"type": {
|
|
3651
|
+
"text": "AccordionItem | null"
|
|
3652
|
+
}
|
|
3693
3653
|
},
|
|
3694
|
-
"
|
|
3654
|
+
"inheritedFrom": {
|
|
3655
|
+
"name": "Accordion",
|
|
3656
|
+
"module": "src/accordion/accordion.ts"
|
|
3657
|
+
}
|
|
3695
3658
|
},
|
|
3696
3659
|
{
|
|
3697
3660
|
"kind": "field",
|
|
3698
|
-
"name": "
|
|
3699
|
-
"
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3661
|
+
"name": "setItems",
|
|
3662
|
+
"privacy": "private",
|
|
3663
|
+
"inheritedFrom": {
|
|
3664
|
+
"name": "Accordion",
|
|
3665
|
+
"module": "src/accordion/accordion.ts"
|
|
3666
|
+
}
|
|
3703
3667
|
},
|
|
3704
3668
|
{
|
|
3705
3669
|
"kind": "method",
|
|
3706
|
-
"name": "
|
|
3670
|
+
"name": "resetItems",
|
|
3671
|
+
"privacy": "private",
|
|
3707
3672
|
"return": {
|
|
3708
3673
|
"type": {
|
|
3709
3674
|
"text": "void"
|
|
3710
3675
|
}
|
|
3676
|
+
},
|
|
3677
|
+
"inheritedFrom": {
|
|
3678
|
+
"name": "Accordion",
|
|
3679
|
+
"module": "src/accordion/accordion.ts"
|
|
3711
3680
|
}
|
|
3712
3681
|
},
|
|
3713
3682
|
{
|
|
3714
|
-
"kind": "
|
|
3715
|
-
"name": "
|
|
3683
|
+
"kind": "field",
|
|
3684
|
+
"name": "removeItemListeners",
|
|
3716
3685
|
"privacy": "private",
|
|
3717
|
-
"
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
"text": "MouseEvent"
|
|
3722
|
-
}
|
|
3723
|
-
}
|
|
3724
|
-
]
|
|
3686
|
+
"inheritedFrom": {
|
|
3687
|
+
"name": "Accordion",
|
|
3688
|
+
"module": "src/accordion/accordion.ts"
|
|
3689
|
+
}
|
|
3725
3690
|
},
|
|
3726
3691
|
{
|
|
3727
|
-
"kind": "
|
|
3728
|
-
"name": "
|
|
3692
|
+
"kind": "field",
|
|
3693
|
+
"name": "activeItemChange",
|
|
3694
|
+
"privacy": "private",
|
|
3695
|
+
"inheritedFrom": {
|
|
3696
|
+
"name": "Accordion",
|
|
3697
|
+
"module": "src/accordion/accordion.ts"
|
|
3698
|
+
}
|
|
3729
3699
|
},
|
|
3730
3700
|
{
|
|
3731
3701
|
"kind": "method",
|
|
3732
|
-
"name": "
|
|
3702
|
+
"name": "getItemIds",
|
|
3703
|
+
"privacy": "private",
|
|
3733
3704
|
"return": {
|
|
3734
3705
|
"type": {
|
|
3735
|
-
"text": "
|
|
3706
|
+
"text": "Array<string | null>"
|
|
3736
3707
|
}
|
|
3708
|
+
},
|
|
3709
|
+
"inheritedFrom": {
|
|
3710
|
+
"name": "Accordion",
|
|
3711
|
+
"module": "src/accordion/accordion.ts"
|
|
3737
3712
|
}
|
|
3738
3713
|
},
|
|
3739
3714
|
{
|
|
3740
3715
|
"kind": "method",
|
|
3741
|
-
"name": "
|
|
3716
|
+
"name": "isSingleExpandMode",
|
|
3742
3717
|
"privacy": "private",
|
|
3743
3718
|
"return": {
|
|
3744
3719
|
"type": {
|
|
3745
|
-
"text": "
|
|
3720
|
+
"text": "boolean"
|
|
3746
3721
|
}
|
|
3747
3722
|
},
|
|
3748
|
-
"
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
"text": "AIStatus | null"
|
|
3753
|
-
}
|
|
3754
|
-
}
|
|
3755
|
-
]
|
|
3723
|
+
"inheritedFrom": {
|
|
3724
|
+
"name": "Accordion",
|
|
3725
|
+
"module": "src/accordion/accordion.ts"
|
|
3726
|
+
}
|
|
3756
3727
|
},
|
|
3757
3728
|
{
|
|
3758
|
-
"kind": "
|
|
3759
|
-
"name": "
|
|
3729
|
+
"kind": "field",
|
|
3730
|
+
"name": "handleItemKeyDown",
|
|
3760
3731
|
"privacy": "private",
|
|
3761
|
-
"
|
|
3762
|
-
"
|
|
3763
|
-
|
|
3764
|
-
}
|
|
3732
|
+
"inheritedFrom": {
|
|
3733
|
+
"name": "Accordion",
|
|
3734
|
+
"module": "src/accordion/accordion.ts"
|
|
3765
3735
|
}
|
|
3766
3736
|
},
|
|
3767
3737
|
{
|
|
3768
|
-
"kind": "
|
|
3769
|
-
"name": "
|
|
3738
|
+
"kind": "field",
|
|
3739
|
+
"name": "handleItemFocus",
|
|
3770
3740
|
"privacy": "private",
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3773
|
-
|
|
3774
|
-
}
|
|
3741
|
+
"inheritedFrom": {
|
|
3742
|
+
"name": "Accordion",
|
|
3743
|
+
"module": "src/accordion/accordion.ts"
|
|
3775
3744
|
}
|
|
3776
3745
|
},
|
|
3777
3746
|
{
|
|
3778
3747
|
"kind": "method",
|
|
3779
|
-
"name": "
|
|
3748
|
+
"name": "adjust",
|
|
3780
3749
|
"privacy": "private",
|
|
3781
3750
|
"return": {
|
|
3782
3751
|
"type": {
|
|
3783
3752
|
"text": "void"
|
|
3784
3753
|
}
|
|
3754
|
+
},
|
|
3755
|
+
"parameters": [
|
|
3756
|
+
{
|
|
3757
|
+
"name": "adjustment",
|
|
3758
|
+
"type": {
|
|
3759
|
+
"text": "number"
|
|
3760
|
+
}
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"inheritedFrom": {
|
|
3764
|
+
"name": "Accordion",
|
|
3765
|
+
"module": "src/accordion/accordion.ts"
|
|
3785
3766
|
}
|
|
3786
3767
|
},
|
|
3787
3768
|
{
|
|
3788
3769
|
"kind": "method",
|
|
3789
|
-
"name": "
|
|
3770
|
+
"name": "focusItem",
|
|
3771
|
+
"privacy": "private",
|
|
3790
3772
|
"return": {
|
|
3791
3773
|
"type": {
|
|
3792
|
-
"text": "
|
|
3774
|
+
"text": "void"
|
|
3793
3775
|
}
|
|
3776
|
+
},
|
|
3777
|
+
"inheritedFrom": {
|
|
3778
|
+
"name": "Accordion",
|
|
3779
|
+
"module": "src/accordion/accordion.ts"
|
|
3794
3780
|
}
|
|
3795
3781
|
},
|
|
3796
3782
|
{
|
|
@@ -3905,88 +3891,102 @@
|
|
|
3905
3891
|
}
|
|
3906
3892
|
}
|
|
3907
3893
|
],
|
|
3908
|
-
"
|
|
3909
|
-
|
|
3910
|
-
|
|
3894
|
+
"events": [
|
|
3895
|
+
{
|
|
3896
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3897
|
+
"name": "change",
|
|
3898
|
+
"inheritedFrom": {
|
|
3899
|
+
"name": "Accordion",
|
|
3900
|
+
"module": "src/accordion/accordion.ts"
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3903
|
+
]
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"kind": "variable",
|
|
3907
|
+
"name": "foundationAccordionShadowOptions",
|
|
3908
|
+
"type": {
|
|
3909
|
+
"text": "ShadowRootInit"
|
|
3911
3910
|
},
|
|
3912
|
-
"
|
|
3913
|
-
"customElement": true
|
|
3911
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3914
3912
|
},
|
|
3915
3913
|
{
|
|
3916
3914
|
"kind": "variable",
|
|
3917
|
-
"name": "
|
|
3915
|
+
"name": "defaultAccordionConfig",
|
|
3916
|
+
"type": {
|
|
3917
|
+
"text": "object"
|
|
3918
|
+
},
|
|
3919
|
+
"default": "{}"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "variable",
|
|
3923
|
+
"name": "foundationAccordion",
|
|
3924
|
+
"description": "The Foundation Accordion",
|
|
3925
|
+
"privacy": "public"
|
|
3918
3926
|
}
|
|
3919
3927
|
],
|
|
3920
3928
|
"exports": [
|
|
3921
3929
|
{
|
|
3922
3930
|
"kind": "js",
|
|
3923
|
-
"name": "
|
|
3931
|
+
"name": "Accordion",
|
|
3924
3932
|
"declaration": {
|
|
3925
|
-
"name": "
|
|
3926
|
-
"module": "src/
|
|
3933
|
+
"name": "Accordion",
|
|
3934
|
+
"module": "src/accordion/accordion.ts"
|
|
3927
3935
|
}
|
|
3928
3936
|
},
|
|
3929
3937
|
{
|
|
3930
3938
|
"kind": "js",
|
|
3931
|
-
"name": "
|
|
3932
|
-
"declaration": {
|
|
3933
|
-
"name": "foundationAiIndicator",
|
|
3934
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3935
|
-
}
|
|
3936
|
-
}
|
|
3937
|
-
]
|
|
3938
|
-
},
|
|
3939
|
-
{
|
|
3940
|
-
"kind": "javascript-module",
|
|
3941
|
-
"path": "src/ai-indicator/index.ts",
|
|
3942
|
-
"declarations": [],
|
|
3943
|
-
"exports": [
|
|
3944
|
-
{
|
|
3945
|
-
"kind": "js",
|
|
3946
|
-
"name": "AiIndicator",
|
|
3939
|
+
"name": "foundationAccordionShadowOptions",
|
|
3947
3940
|
"declaration": {
|
|
3948
|
-
"name": "
|
|
3949
|
-
"module": "
|
|
3941
|
+
"name": "foundationAccordionShadowOptions",
|
|
3942
|
+
"module": "src/accordion/accordion.ts"
|
|
3950
3943
|
}
|
|
3951
3944
|
},
|
|
3952
3945
|
{
|
|
3953
3946
|
"kind": "js",
|
|
3954
|
-
"name": "
|
|
3947
|
+
"name": "defaultAccordionConfig",
|
|
3955
3948
|
"declaration": {
|
|
3956
|
-
"name": "
|
|
3957
|
-
"module": "
|
|
3949
|
+
"name": "defaultAccordionConfig",
|
|
3950
|
+
"module": "src/accordion/accordion.ts"
|
|
3958
3951
|
}
|
|
3959
3952
|
},
|
|
3960
3953
|
{
|
|
3961
3954
|
"kind": "js",
|
|
3962
|
-
"name": "
|
|
3955
|
+
"name": "foundationAccordion",
|
|
3963
3956
|
"declaration": {
|
|
3964
|
-
"name": "
|
|
3965
|
-
"module": "
|
|
3957
|
+
"name": "foundationAccordion",
|
|
3958
|
+
"module": "src/accordion/accordion.ts"
|
|
3966
3959
|
}
|
|
3967
|
-
}
|
|
3960
|
+
}
|
|
3961
|
+
]
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"kind": "javascript-module",
|
|
3965
|
+
"path": "src/accordion/index.ts",
|
|
3966
|
+
"declarations": [],
|
|
3967
|
+
"exports": [
|
|
3968
3968
|
{
|
|
3969
3969
|
"kind": "js",
|
|
3970
|
-
"name": "
|
|
3970
|
+
"name": "*",
|
|
3971
3971
|
"declaration": {
|
|
3972
|
-
"name": "
|
|
3973
|
-
"
|
|
3972
|
+
"name": "*",
|
|
3973
|
+
"package": "./accordion.template"
|
|
3974
3974
|
}
|
|
3975
3975
|
},
|
|
3976
3976
|
{
|
|
3977
3977
|
"kind": "js",
|
|
3978
|
-
"name": "
|
|
3978
|
+
"name": "*",
|
|
3979
3979
|
"declaration": {
|
|
3980
|
-
"name": "
|
|
3981
|
-
"
|
|
3980
|
+
"name": "*",
|
|
3981
|
+
"package": "./accordion.styles"
|
|
3982
3982
|
}
|
|
3983
3983
|
},
|
|
3984
3984
|
{
|
|
3985
3985
|
"kind": "js",
|
|
3986
|
-
"name": "
|
|
3986
|
+
"name": "*",
|
|
3987
3987
|
"declaration": {
|
|
3988
|
-
"name": "
|
|
3989
|
-
"
|
|
3988
|
+
"name": "*",
|
|
3989
|
+
"package": "./accordion"
|
|
3990
3990
|
}
|
|
3991
3991
|
}
|
|
3992
3992
|
]
|