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