@genesislcap/foundation-ui 14.430.2-FUI-2528.7 → 14.430.2-FUI-2528.9
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 +744 -744
- 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
|
@@ -1400,11 +1400,11 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1403
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1404
1404
|
"declarations": [
|
|
1405
1405
|
{
|
|
1406
1406
|
"kind": "function",
|
|
1407
|
-
"name": "
|
|
1407
|
+
"name": "foundationAccordionItemStyles",
|
|
1408
1408
|
"return": {
|
|
1409
1409
|
"type": {
|
|
1410
1410
|
"text": "ElementStyles"
|
|
@@ -1429,24 +1429,24 @@
|
|
|
1429
1429
|
"exports": [
|
|
1430
1430
|
{
|
|
1431
1431
|
"kind": "js",
|
|
1432
|
-
"name": "
|
|
1432
|
+
"name": "foundationAccordionItemStyles",
|
|
1433
1433
|
"declaration": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1434
|
+
"name": "foundationAccordionItemStyles",
|
|
1435
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
]
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1442
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1443
1443
|
"declarations": [
|
|
1444
1444
|
{
|
|
1445
1445
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1446
|
+
"name": "foundationAccordionItemTemplate",
|
|
1447
1447
|
"return": {
|
|
1448
1448
|
"type": {
|
|
1449
|
-
"text": "ViewTemplate<
|
|
1449
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
"parameters": [
|
|
@@ -1468,237 +1468,116 @@
|
|
|
1468
1468
|
"exports": [
|
|
1469
1469
|
{
|
|
1470
1470
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1471
|
+
"name": "foundationAccordionItemTemplate",
|
|
1472
1472
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1473
|
+
"name": "foundationAccordionItemTemplate",
|
|
1474
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
]
|
|
1478
1478
|
},
|
|
1479
1479
|
{
|
|
1480
1480
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/accordion/accordion.ts",
|
|
1481
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1482
1482
|
"declarations": [
|
|
1483
1483
|
{
|
|
1484
1484
|
"kind": "class",
|
|
1485
1485
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1486
|
+
"name": "AccordionItem",
|
|
1487
1487
|
"superclass": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"package": "@microsoft/fast-
|
|
1488
|
+
"name": "FASTAccordionItem",
|
|
1489
|
+
"package": "@microsoft/fast-components"
|
|
1490
1490
|
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion",
|
|
1491
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1492
1492
|
"customElement": true,
|
|
1493
1493
|
"attributes": [
|
|
1494
1494
|
{
|
|
1495
|
-
"name": "
|
|
1496
|
-
"type": {
|
|
1497
|
-
"text": "AccordionExpandMode"
|
|
1498
|
-
},
|
|
1499
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1500
|
-
"fieldName": "expandmode",
|
|
1501
|
-
"inheritedFrom": {
|
|
1502
|
-
"name": "Accordion",
|
|
1503
|
-
"module": "src/accordion/accordion.ts"
|
|
1504
|
-
}
|
|
1505
|
-
}
|
|
1506
|
-
],
|
|
1507
|
-
"members": [
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "field",
|
|
1510
|
-
"name": "expandmode",
|
|
1495
|
+
"name": "heading-level",
|
|
1511
1496
|
"type": {
|
|
1512
|
-
"text": "
|
|
1497
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1513
1498
|
},
|
|
1514
|
-
"
|
|
1515
|
-
"description": "
|
|
1499
|
+
"default": "2",
|
|
1500
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1501
|
+
"fieldName": "headinglevel",
|
|
1516
1502
|
"inheritedFrom": {
|
|
1517
|
-
"name": "
|
|
1518
|
-
"module": "src/accordion/accordion.ts"
|
|
1503
|
+
"name": "AccordionItem",
|
|
1504
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1519
1505
|
}
|
|
1520
1506
|
},
|
|
1521
1507
|
{
|
|
1522
|
-
"kind": "field",
|
|
1523
|
-
"name": "activeid",
|
|
1524
1508
|
"type": {
|
|
1525
|
-
"text": "
|
|
1509
|
+
"text": "boolean"
|
|
1526
1510
|
},
|
|
1527
|
-
"
|
|
1511
|
+
"default": "false",
|
|
1512
|
+
"description": "Expands or collapses the item.",
|
|
1513
|
+
"fieldName": "expanded",
|
|
1528
1514
|
"inheritedFrom": {
|
|
1529
|
-
"name": "
|
|
1530
|
-
"module": "src/accordion/accordion.ts"
|
|
1515
|
+
"name": "AccordionItem",
|
|
1516
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1531
1517
|
}
|
|
1532
1518
|
},
|
|
1533
1519
|
{
|
|
1534
|
-
"
|
|
1535
|
-
"name": "activeItemIndex",
|
|
1520
|
+
"name": "id",
|
|
1536
1521
|
"type": {
|
|
1537
|
-
"text": "
|
|
1522
|
+
"text": "string"
|
|
1538
1523
|
},
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1524
|
+
"description": "The item ID",
|
|
1525
|
+
"fieldName": "id",
|
|
1541
1526
|
"inheritedFrom": {
|
|
1542
|
-
"name": "
|
|
1543
|
-
"module": "src/accordion/accordion.ts"
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1544
1529
|
}
|
|
1545
|
-
}
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"members": [
|
|
1546
1533
|
{
|
|
1547
1534
|
"kind": "field",
|
|
1548
|
-
"name": "
|
|
1535
|
+
"name": "headinglevel",
|
|
1549
1536
|
"type": {
|
|
1550
|
-
"text": "
|
|
1551
|
-
},
|
|
1552
|
-
"privacy": "private",
|
|
1553
|
-
"inheritedFrom": {
|
|
1554
|
-
"name": "Accordion",
|
|
1555
|
-
"module": "src/accordion/accordion.ts"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "field",
|
|
1560
|
-
"name": "change",
|
|
1561
|
-
"privacy": "private",
|
|
1562
|
-
"inheritedFrom": {
|
|
1563
|
-
"name": "Accordion",
|
|
1564
|
-
"module": "src/accordion/accordion.ts"
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"kind": "method",
|
|
1569
|
-
"name": "findExpandedItem",
|
|
1570
|
-
"privacy": "private",
|
|
1571
|
-
"return": {
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "AccordionItem | null"
|
|
1574
|
-
}
|
|
1537
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1575
1538
|
},
|
|
1539
|
+
"privacy": "public",
|
|
1540
|
+
"default": "2",
|
|
1541
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1576
1542
|
"inheritedFrom": {
|
|
1577
|
-
"name": "
|
|
1578
|
-
"module": "src/accordion/accordion.ts"
|
|
1543
|
+
"name": "AccordionItem",
|
|
1544
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1579
1545
|
}
|
|
1580
1546
|
},
|
|
1581
1547
|
{
|
|
1582
1548
|
"kind": "field",
|
|
1583
|
-
"name": "
|
|
1584
|
-
"
|
|
1585
|
-
|
|
1586
|
-
"name": "Accordion",
|
|
1587
|
-
"module": "src/accordion/accordion.ts"
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "method",
|
|
1592
|
-
"name": "resetItems",
|
|
1593
|
-
"privacy": "private",
|
|
1594
|
-
"return": {
|
|
1595
|
-
"type": {
|
|
1596
|
-
"text": "void"
|
|
1597
|
-
}
|
|
1549
|
+
"name": "expanded",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "boolean"
|
|
1598
1552
|
},
|
|
1553
|
+
"privacy": "public",
|
|
1554
|
+
"default": "false",
|
|
1555
|
+
"description": "Expands or collapses the item.",
|
|
1599
1556
|
"inheritedFrom": {
|
|
1600
|
-
"name": "
|
|
1601
|
-
"module": "src/accordion/accordion.ts"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "field",
|
|
1606
|
-
"name": "removeItemListeners",
|
|
1607
|
-
"privacy": "private",
|
|
1608
|
-
"inheritedFrom": {
|
|
1609
|
-
"name": "Accordion",
|
|
1610
|
-
"module": "src/accordion/accordion.ts"
|
|
1557
|
+
"name": "AccordionItem",
|
|
1558
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1611
1559
|
}
|
|
1612
1560
|
},
|
|
1613
1561
|
{
|
|
1614
1562
|
"kind": "field",
|
|
1615
|
-
"name": "
|
|
1616
|
-
"
|
|
1617
|
-
|
|
1618
|
-
"name": "Accordion",
|
|
1619
|
-
"module": "src/accordion/accordion.ts"
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "method",
|
|
1624
|
-
"name": "getItemIds",
|
|
1625
|
-
"privacy": "private",
|
|
1626
|
-
"return": {
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "Array<string | null>"
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
"inheritedFrom": {
|
|
1632
|
-
"name": "Accordion",
|
|
1633
|
-
"module": "src/accordion/accordion.ts"
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"kind": "method",
|
|
1638
|
-
"name": "isSingleExpandMode",
|
|
1639
|
-
"privacy": "private",
|
|
1640
|
-
"return": {
|
|
1641
|
-
"type": {
|
|
1642
|
-
"text": "boolean"
|
|
1643
|
-
}
|
|
1563
|
+
"name": "id",
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "string"
|
|
1644
1566
|
},
|
|
1567
|
+
"privacy": "public",
|
|
1568
|
+
"description": "The item ID",
|
|
1645
1569
|
"inheritedFrom": {
|
|
1646
|
-
"name": "
|
|
1647
|
-
"module": "src/accordion/accordion.ts"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"kind": "field",
|
|
1652
|
-
"name": "handleItemKeyDown",
|
|
1653
|
-
"privacy": "private",
|
|
1654
|
-
"inheritedFrom": {
|
|
1655
|
-
"name": "Accordion",
|
|
1656
|
-
"module": "src/accordion/accordion.ts"
|
|
1570
|
+
"name": "AccordionItem",
|
|
1571
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1657
1572
|
}
|
|
1658
1573
|
},
|
|
1659
1574
|
{
|
|
1660
1575
|
"kind": "field",
|
|
1661
|
-
"name": "
|
|
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",
|
|
1576
|
+
"name": "change",
|
|
1693
1577
|
"privacy": "private",
|
|
1694
|
-
"return": {
|
|
1695
|
-
"type": {
|
|
1696
|
-
"text": "void"
|
|
1697
|
-
}
|
|
1698
|
-
},
|
|
1699
1578
|
"inheritedFrom": {
|
|
1700
|
-
"name": "
|
|
1701
|
-
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
"name": "AccordionItem",
|
|
1580
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1702
1581
|
}
|
|
1703
1582
|
},
|
|
1704
1583
|
{
|
|
@@ -1815,18 +1694,18 @@
|
|
|
1815
1694
|
],
|
|
1816
1695
|
"events": [
|
|
1817
1696
|
{
|
|
1818
|
-
"description": "Fires a custom 'change' event when the
|
|
1697
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1819
1698
|
"name": "change",
|
|
1820
1699
|
"inheritedFrom": {
|
|
1821
|
-
"name": "
|
|
1822
|
-
"module": "src/accordion/accordion.ts"
|
|
1700
|
+
"name": "AccordionItem",
|
|
1701
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1823
1702
|
}
|
|
1824
1703
|
}
|
|
1825
1704
|
]
|
|
1826
1705
|
},
|
|
1827
1706
|
{
|
|
1828
1707
|
"kind": "variable",
|
|
1829
|
-
"name": "
|
|
1708
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1830
1709
|
"type": {
|
|
1831
1710
|
"text": "ShadowRootInit"
|
|
1832
1711
|
},
|
|
@@ -1834,57 +1713,57 @@
|
|
|
1834
1713
|
},
|
|
1835
1714
|
{
|
|
1836
1715
|
"kind": "variable",
|
|
1837
|
-
"name": "
|
|
1716
|
+
"name": "defaultAccordionItemConfig",
|
|
1838
1717
|
"type": {
|
|
1839
1718
|
"text": "object"
|
|
1840
1719
|
},
|
|
1841
|
-
"default": "{}"
|
|
1720
|
+
"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
1721
|
},
|
|
1843
1722
|
{
|
|
1844
1723
|
"kind": "variable",
|
|
1845
|
-
"name": "
|
|
1846
|
-
"description": "The Foundation Accordion",
|
|
1724
|
+
"name": "foundationAccordionItem",
|
|
1725
|
+
"description": "The Foundation Accordion Item",
|
|
1847
1726
|
"privacy": "public"
|
|
1848
1727
|
}
|
|
1849
1728
|
],
|
|
1850
1729
|
"exports": [
|
|
1851
1730
|
{
|
|
1852
1731
|
"kind": "js",
|
|
1853
|
-
"name": "
|
|
1732
|
+
"name": "AccordionItem",
|
|
1854
1733
|
"declaration": {
|
|
1855
|
-
"name": "
|
|
1856
|
-
"module": "src/accordion/accordion.ts"
|
|
1734
|
+
"name": "AccordionItem",
|
|
1735
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1857
1736
|
}
|
|
1858
1737
|
},
|
|
1859
1738
|
{
|
|
1860
1739
|
"kind": "js",
|
|
1861
|
-
"name": "
|
|
1740
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1862
1741
|
"declaration": {
|
|
1863
|
-
"name": "
|
|
1864
|
-
"module": "src/accordion/accordion.ts"
|
|
1742
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1743
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1865
1744
|
}
|
|
1866
1745
|
},
|
|
1867
1746
|
{
|
|
1868
1747
|
"kind": "js",
|
|
1869
|
-
"name": "
|
|
1748
|
+
"name": "defaultAccordionItemConfig",
|
|
1870
1749
|
"declaration": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/accordion/accordion.ts"
|
|
1750
|
+
"name": "defaultAccordionItemConfig",
|
|
1751
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1873
1752
|
}
|
|
1874
1753
|
},
|
|
1875
1754
|
{
|
|
1876
1755
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1756
|
+
"name": "foundationAccordionItem",
|
|
1878
1757
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/accordion/accordion.ts"
|
|
1758
|
+
"name": "foundationAccordionItem",
|
|
1759
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1881
1760
|
}
|
|
1882
1761
|
}
|
|
1883
1762
|
]
|
|
1884
1763
|
},
|
|
1885
1764
|
{
|
|
1886
1765
|
"kind": "javascript-module",
|
|
1887
|
-
"path": "src/accordion/index.ts",
|
|
1766
|
+
"path": "src/accordion-item/index.ts",
|
|
1888
1767
|
"declarations": [],
|
|
1889
1768
|
"exports": [
|
|
1890
1769
|
{
|
|
@@ -1892,7 +1771,7 @@
|
|
|
1892
1771
|
"name": "*",
|
|
1893
1772
|
"declaration": {
|
|
1894
1773
|
"name": "*",
|
|
1895
|
-
"package": "./accordion.template"
|
|
1774
|
+
"package": "./accordion-item.template"
|
|
1896
1775
|
}
|
|
1897
1776
|
},
|
|
1898
1777
|
{
|
|
@@ -1900,7 +1779,7 @@
|
|
|
1900
1779
|
"name": "*",
|
|
1901
1780
|
"declaration": {
|
|
1902
1781
|
"name": "*",
|
|
1903
|
-
"package": "./accordion.styles"
|
|
1782
|
+
"package": "./accordion-item.styles"
|
|
1904
1783
|
}
|
|
1905
1784
|
},
|
|
1906
1785
|
{
|
|
@@ -1908,7 +1787,7 @@
|
|
|
1908
1787
|
"name": "*",
|
|
1909
1788
|
"declaration": {
|
|
1910
1789
|
"name": "*",
|
|
1911
|
-
"package": "./accordion"
|
|
1790
|
+
"package": "./accordion-item"
|
|
1912
1791
|
}
|
|
1913
1792
|
}
|
|
1914
1793
|
]
|
|
@@ -1946,11 +1825,34 @@
|
|
|
1946
1825
|
},
|
|
1947
1826
|
{
|
|
1948
1827
|
"kind": "javascript-module",
|
|
1949
|
-
"path": "src/
|
|
1828
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1950
1829
|
"declarations": [
|
|
1951
1830
|
{
|
|
1952
1831
|
"kind": "function",
|
|
1953
|
-
"name": "
|
|
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
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"kind": "function",
|
|
1855
|
+
"name": "foundationActionsMenuStyles",
|
|
1954
1856
|
"return": {
|
|
1955
1857
|
"type": {
|
|
1956
1858
|
"text": "ElementStyles"
|
|
@@ -1975,157 +1877,270 @@
|
|
|
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": "
|
|
2044
|
-
},
|
|
2045
|
-
"default": "2",
|
|
2046
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2047
|
-
"fieldName": "headinglevel",
|
|
2048
|
-
"inheritedFrom": {
|
|
2049
|
-
"name": "AccordionItem",
|
|
2050
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1973
|
+
"text": "ActionMenuItem[]"
|
|
2051
1974
|
}
|
|
2052
1975
|
},
|
|
2053
1976
|
{
|
|
1977
|
+
"kind": "field",
|
|
1978
|
+
"name": "isVertical",
|
|
2054
1979
|
"type": {
|
|
2055
1980
|
"text": "boolean"
|
|
2056
1981
|
},
|
|
2057
|
-
"default": "false"
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
"
|
|
2061
|
-
|
|
2062
|
-
|
|
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"
|
|
2063
2005
|
}
|
|
2064
2006
|
},
|
|
2065
2007
|
{
|
|
2066
|
-
"
|
|
2008
|
+
"kind": "field",
|
|
2009
|
+
"name": "definition",
|
|
2010
|
+
"type": {
|
|
2011
|
+
"text": "any"
|
|
2012
|
+
}
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"kind": "field",
|
|
2016
|
+
"name": "name",
|
|
2067
2017
|
"type": {
|
|
2068
2018
|
"text": "string"
|
|
2069
2019
|
},
|
|
2070
|
-
"
|
|
2071
|
-
|
|
2072
|
-
"inheritedFrom": {
|
|
2073
|
-
"name": "AccordionItem",
|
|
2074
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2075
|
-
}
|
|
2076
|
-
}
|
|
2077
|
-
],
|
|
2078
|
-
"members": [
|
|
2020
|
+
"default": "'Actions'"
|
|
2021
|
+
},
|
|
2079
2022
|
{
|
|
2080
2023
|
"kind": "field",
|
|
2081
|
-
"name": "
|
|
2024
|
+
"name": "open",
|
|
2082
2025
|
"type": {
|
|
2083
|
-
"text": "
|
|
2026
|
+
"text": "boolean"
|
|
2084
2027
|
},
|
|
2085
|
-
"
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
"
|
|
2089
|
-
|
|
2090
|
-
|
|
2028
|
+
"default": "false"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "field",
|
|
2032
|
+
"name": "buttonAppearance",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"text": "string"
|
|
2091
2035
|
}
|
|
2092
2036
|
},
|
|
2093
2037
|
{
|
|
2094
2038
|
"kind": "field",
|
|
2095
|
-
"name": "
|
|
2039
|
+
"name": "hideDisabled",
|
|
2096
2040
|
"type": {
|
|
2097
2041
|
"text": "boolean"
|
|
2098
2042
|
},
|
|
2099
|
-
"
|
|
2100
|
-
"default": "false",
|
|
2101
|
-
"description": "Expands or collapses the item.",
|
|
2102
|
-
"inheritedFrom": {
|
|
2103
|
-
"name": "AccordionItem",
|
|
2104
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2105
|
-
}
|
|
2043
|
+
"default": "false"
|
|
2106
2044
|
},
|
|
2107
2045
|
{
|
|
2108
2046
|
"kind": "field",
|
|
2109
|
-
"name": "
|
|
2047
|
+
"name": "hideMenuSingleOption",
|
|
2110
2048
|
"type": {
|
|
2111
|
-
"text": "
|
|
2049
|
+
"text": "boolean"
|
|
2112
2050
|
},
|
|
2113
|
-
"
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2051
|
+
"default": "false"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "singleOption",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "ActionMenuItem"
|
|
2118
2058
|
}
|
|
2119
2059
|
},
|
|
2120
2060
|
{
|
|
2121
2061
|
"kind": "field",
|
|
2122
|
-
"name": "
|
|
2123
|
-
"
|
|
2124
|
-
|
|
2125
|
-
"name": "AccordionItem",
|
|
2126
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2062
|
+
"name": "actionsMenu",
|
|
2063
|
+
"type": {
|
|
2064
|
+
"text": "HTMLElement"
|
|
2127
2065
|
}
|
|
2128
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
|
+
{
|
|
2108
|
+
"kind": "field",
|
|
2109
|
+
"name": "allActions",
|
|
2110
|
+
"type": {
|
|
2111
|
+
"text": "ActionMenuItem[]"
|
|
2112
|
+
},
|
|
2113
|
+
"readonly": true
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "field",
|
|
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
|
+
]
|
|
2143
|
+
},
|
|
2129
2144
|
{
|
|
2130
2145
|
"kind": "field",
|
|
2131
2146
|
"name": "_presentation",
|
|
@@ -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,214 +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
|
-
},
|
|
3079
|
+
"name": "Accordion",
|
|
3080
|
+
"superclass": {
|
|
3081
|
+
"name": "FASTAccordion",
|
|
3082
|
+
"package": "@microsoft/fast-foundation"
|
|
3083
|
+
},
|
|
3084
|
+
"tagName": "%%prefix%%-accordion",
|
|
3085
|
+
"customElement": true,
|
|
3086
|
+
"attributes": [
|
|
3029
3087
|
{
|
|
3030
|
-
"
|
|
3031
|
-
"name": "status",
|
|
3088
|
+
"name": "expand-mode",
|
|
3032
3089
|
"type": {
|
|
3033
|
-
"text": "
|
|
3090
|
+
"text": "AccordionExpandMode"
|
|
3034
3091
|
},
|
|
3035
|
-
"
|
|
3036
|
-
|
|
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": [
|
|
3037
3101
|
{
|
|
3038
3102
|
"kind": "field",
|
|
3039
|
-
"name": "
|
|
3103
|
+
"name": "expandmode",
|
|
3040
3104
|
"type": {
|
|
3041
|
-
"text": "
|
|
3105
|
+
"text": "AccordionExpandMode"
|
|
3042
3106
|
},
|
|
3043
|
-
"
|
|
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
|
+
}
|
|
3044
3113
|
},
|
|
3045
3114
|
{
|
|
3046
3115
|
"kind": "field",
|
|
3047
|
-
"name": "
|
|
3116
|
+
"name": "activeid",
|
|
3048
3117
|
"type": {
|
|
3049
|
-
"text": "
|
|
3118
|
+
"text": "string | null"
|
|
3050
3119
|
},
|
|
3051
|
-
"
|
|
3120
|
+
"privacy": "private",
|
|
3121
|
+
"inheritedFrom": {
|
|
3122
|
+
"name": "Accordion",
|
|
3123
|
+
"module": "src/accordion/accordion.ts"
|
|
3124
|
+
}
|
|
3052
3125
|
},
|
|
3053
3126
|
{
|
|
3054
3127
|
"kind": "field",
|
|
3055
|
-
"name": "
|
|
3128
|
+
"name": "activeItemIndex",
|
|
3056
3129
|
"type": {
|
|
3057
|
-
"text": "
|
|
3130
|
+
"text": "number"
|
|
3058
3131
|
},
|
|
3059
|
-
"
|
|
3132
|
+
"privacy": "private",
|
|
3133
|
+
"default": "0",
|
|
3134
|
+
"inheritedFrom": {
|
|
3135
|
+
"name": "Accordion",
|
|
3136
|
+
"module": "src/accordion/accordion.ts"
|
|
3137
|
+
}
|
|
3060
3138
|
},
|
|
3061
3139
|
{
|
|
3062
3140
|
"kind": "field",
|
|
3063
|
-
"name": "
|
|
3141
|
+
"name": "accordionIds",
|
|
3064
3142
|
"type": {
|
|
3065
|
-
"text": "
|
|
3143
|
+
"text": "Array<string | null>"
|
|
3066
3144
|
},
|
|
3067
3145
|
"privacy": "private",
|
|
3068
|
-
"
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
"name": "clickOutside",
|
|
3073
|
-
"privacy": "private"
|
|
3146
|
+
"inheritedFrom": {
|
|
3147
|
+
"name": "Accordion",
|
|
3148
|
+
"module": "src/accordion/accordion.ts"
|
|
3149
|
+
}
|
|
3074
3150
|
},
|
|
3075
3151
|
{
|
|
3076
3152
|
"kind": "field",
|
|
3077
|
-
"name": "
|
|
3078
|
-
"
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3153
|
+
"name": "change",
|
|
3154
|
+
"privacy": "private",
|
|
3155
|
+
"inheritedFrom": {
|
|
3156
|
+
"name": "Accordion",
|
|
3157
|
+
"module": "src/accordion/accordion.ts"
|
|
3158
|
+
}
|
|
3082
3159
|
},
|
|
3083
3160
|
{
|
|
3084
|
-
"kind": "
|
|
3085
|
-
"name": "
|
|
3086
|
-
"
|
|
3087
|
-
|
|
3161
|
+
"kind": "method",
|
|
3162
|
+
"name": "findExpandedItem",
|
|
3163
|
+
"privacy": "private",
|
|
3164
|
+
"return": {
|
|
3165
|
+
"type": {
|
|
3166
|
+
"text": "AccordionItem | null"
|
|
3167
|
+
}
|
|
3088
3168
|
},
|
|
3089
|
-
"
|
|
3169
|
+
"inheritedFrom": {
|
|
3170
|
+
"name": "Accordion",
|
|
3171
|
+
"module": "src/accordion/accordion.ts"
|
|
3172
|
+
}
|
|
3090
3173
|
},
|
|
3091
3174
|
{
|
|
3092
3175
|
"kind": "field",
|
|
3093
|
-
"name": "
|
|
3094
|
-
"
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3176
|
+
"name": "setItems",
|
|
3177
|
+
"privacy": "private",
|
|
3178
|
+
"inheritedFrom": {
|
|
3179
|
+
"name": "Accordion",
|
|
3180
|
+
"module": "src/accordion/accordion.ts"
|
|
3181
|
+
}
|
|
3098
3182
|
},
|
|
3099
3183
|
{
|
|
3100
3184
|
"kind": "method",
|
|
3101
|
-
"name": "
|
|
3185
|
+
"name": "resetItems",
|
|
3186
|
+
"privacy": "private",
|
|
3102
3187
|
"return": {
|
|
3103
3188
|
"type": {
|
|
3104
3189
|
"text": "void"
|
|
3105
3190
|
}
|
|
3191
|
+
},
|
|
3192
|
+
"inheritedFrom": {
|
|
3193
|
+
"name": "Accordion",
|
|
3194
|
+
"module": "src/accordion/accordion.ts"
|
|
3106
3195
|
}
|
|
3107
3196
|
},
|
|
3108
3197
|
{
|
|
3109
|
-
"kind": "
|
|
3110
|
-
"name": "
|
|
3198
|
+
"kind": "field",
|
|
3199
|
+
"name": "removeItemListeners",
|
|
3111
3200
|
"privacy": "private",
|
|
3112
|
-
"
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
"text": "MouseEvent"
|
|
3117
|
-
}
|
|
3118
|
-
}
|
|
3119
|
-
]
|
|
3201
|
+
"inheritedFrom": {
|
|
3202
|
+
"name": "Accordion",
|
|
3203
|
+
"module": "src/accordion/accordion.ts"
|
|
3204
|
+
}
|
|
3120
3205
|
},
|
|
3121
3206
|
{
|
|
3122
|
-
"kind": "
|
|
3123
|
-
"name": "
|
|
3207
|
+
"kind": "field",
|
|
3208
|
+
"name": "activeItemChange",
|
|
3209
|
+
"privacy": "private",
|
|
3210
|
+
"inheritedFrom": {
|
|
3211
|
+
"name": "Accordion",
|
|
3212
|
+
"module": "src/accordion/accordion.ts"
|
|
3213
|
+
}
|
|
3124
3214
|
},
|
|
3125
3215
|
{
|
|
3126
3216
|
"kind": "method",
|
|
3127
|
-
"name": "
|
|
3217
|
+
"name": "getItemIds",
|
|
3218
|
+
"privacy": "private",
|
|
3128
3219
|
"return": {
|
|
3129
3220
|
"type": {
|
|
3130
|
-
"text": "
|
|
3221
|
+
"text": "Array<string | null>"
|
|
3131
3222
|
}
|
|
3223
|
+
},
|
|
3224
|
+
"inheritedFrom": {
|
|
3225
|
+
"name": "Accordion",
|
|
3226
|
+
"module": "src/accordion/accordion.ts"
|
|
3132
3227
|
}
|
|
3133
3228
|
},
|
|
3134
3229
|
{
|
|
3135
3230
|
"kind": "method",
|
|
3136
|
-
"name": "
|
|
3231
|
+
"name": "isSingleExpandMode",
|
|
3137
3232
|
"privacy": "private",
|
|
3138
3233
|
"return": {
|
|
3139
3234
|
"type": {
|
|
3140
|
-
"text": "
|
|
3235
|
+
"text": "boolean"
|
|
3141
3236
|
}
|
|
3142
3237
|
},
|
|
3143
|
-
"
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
"text": "AIStatus | null"
|
|
3148
|
-
}
|
|
3149
|
-
}
|
|
3150
|
-
]
|
|
3238
|
+
"inheritedFrom": {
|
|
3239
|
+
"name": "Accordion",
|
|
3240
|
+
"module": "src/accordion/accordion.ts"
|
|
3241
|
+
}
|
|
3151
3242
|
},
|
|
3152
3243
|
{
|
|
3153
|
-
"kind": "
|
|
3154
|
-
"name": "
|
|
3244
|
+
"kind": "field",
|
|
3245
|
+
"name": "handleItemKeyDown",
|
|
3155
3246
|
"privacy": "private",
|
|
3156
|
-
"
|
|
3157
|
-
"
|
|
3158
|
-
|
|
3159
|
-
}
|
|
3247
|
+
"inheritedFrom": {
|
|
3248
|
+
"name": "Accordion",
|
|
3249
|
+
"module": "src/accordion/accordion.ts"
|
|
3160
3250
|
}
|
|
3161
3251
|
},
|
|
3162
3252
|
{
|
|
3163
|
-
"kind": "
|
|
3164
|
-
"name": "
|
|
3253
|
+
"kind": "field",
|
|
3254
|
+
"name": "handleItemFocus",
|
|
3165
3255
|
"privacy": "private",
|
|
3166
|
-
"
|
|
3167
|
-
"
|
|
3168
|
-
|
|
3169
|
-
}
|
|
3256
|
+
"inheritedFrom": {
|
|
3257
|
+
"name": "Accordion",
|
|
3258
|
+
"module": "src/accordion/accordion.ts"
|
|
3170
3259
|
}
|
|
3171
3260
|
},
|
|
3172
3261
|
{
|
|
3173
3262
|
"kind": "method",
|
|
3174
|
-
"name": "
|
|
3263
|
+
"name": "adjust",
|
|
3175
3264
|
"privacy": "private",
|
|
3176
3265
|
"return": {
|
|
3177
3266
|
"type": {
|
|
3178
3267
|
"text": "void"
|
|
3179
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"
|
|
3180
3281
|
}
|
|
3181
3282
|
},
|
|
3182
3283
|
{
|
|
3183
3284
|
"kind": "method",
|
|
3184
|
-
"name": "
|
|
3285
|
+
"name": "focusItem",
|
|
3286
|
+
"privacy": "private",
|
|
3185
3287
|
"return": {
|
|
3186
3288
|
"type": {
|
|
3187
|
-
"text": "
|
|
3289
|
+
"text": "void"
|
|
3188
3290
|
}
|
|
3291
|
+
},
|
|
3292
|
+
"inheritedFrom": {
|
|
3293
|
+
"name": "Accordion",
|
|
3294
|
+
"module": "src/accordion/accordion.ts"
|
|
3189
3295
|
}
|
|
3190
3296
|
},
|
|
3191
3297
|
{
|
|
@@ -3300,122 +3406,113 @@
|
|
|
3300
3406
|
}
|
|
3301
3407
|
}
|
|
3302
3408
|
],
|
|
3303
|
-
"
|
|
3304
|
-
|
|
3305
|
-
|
|
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"
|
|
3306
3425
|
},
|
|
3307
|
-
"
|
|
3308
|
-
"customElement": true
|
|
3426
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3309
3427
|
},
|
|
3310
3428
|
{
|
|
3311
3429
|
"kind": "variable",
|
|
3312
|
-
"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"
|
|
3313
3441
|
}
|
|
3314
3442
|
],
|
|
3315
3443
|
"exports": [
|
|
3316
3444
|
{
|
|
3317
3445
|
"kind": "js",
|
|
3318
|
-
"name": "
|
|
3446
|
+
"name": "Accordion",
|
|
3319
3447
|
"declaration": {
|
|
3320
|
-
"name": "
|
|
3321
|
-
"module": "src/
|
|
3448
|
+
"name": "Accordion",
|
|
3449
|
+
"module": "src/accordion/accordion.ts"
|
|
3322
3450
|
}
|
|
3323
3451
|
},
|
|
3324
3452
|
{
|
|
3325
3453
|
"kind": "js",
|
|
3326
|
-
"name": "
|
|
3327
|
-
"declaration": {
|
|
3328
|
-
"name": "foundationAiIndicator",
|
|
3329
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
]
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"kind": "javascript-module",
|
|
3336
|
-
"path": "src/ai-indicator/index.ts",
|
|
3337
|
-
"declarations": [],
|
|
3338
|
-
"exports": [
|
|
3339
|
-
{
|
|
3340
|
-
"kind": "js",
|
|
3341
|
-
"name": "AiIndicator",
|
|
3454
|
+
"name": "foundationAccordionShadowOptions",
|
|
3342
3455
|
"declaration": {
|
|
3343
|
-
"name": "
|
|
3344
|
-
"module": "
|
|
3456
|
+
"name": "foundationAccordionShadowOptions",
|
|
3457
|
+
"module": "src/accordion/accordion.ts"
|
|
3345
3458
|
}
|
|
3346
3459
|
},
|
|
3347
3460
|
{
|
|
3348
3461
|
"kind": "js",
|
|
3349
|
-
"name": "
|
|
3462
|
+
"name": "defaultAccordionConfig",
|
|
3350
3463
|
"declaration": {
|
|
3351
|
-
"name": "
|
|
3352
|
-
"module": "
|
|
3464
|
+
"name": "defaultAccordionConfig",
|
|
3465
|
+
"module": "src/accordion/accordion.ts"
|
|
3353
3466
|
}
|
|
3354
3467
|
},
|
|
3355
3468
|
{
|
|
3356
3469
|
"kind": "js",
|
|
3357
|
-
"name": "
|
|
3470
|
+
"name": "foundationAccordion",
|
|
3358
3471
|
"declaration": {
|
|
3359
|
-
"name": "
|
|
3360
|
-
"module": "
|
|
3472
|
+
"name": "foundationAccordion",
|
|
3473
|
+
"module": "src/accordion/accordion.ts"
|
|
3361
3474
|
}
|
|
3362
|
-
}
|
|
3475
|
+
}
|
|
3476
|
+
]
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"kind": "javascript-module",
|
|
3480
|
+
"path": "src/accordion/index.ts",
|
|
3481
|
+
"declarations": [],
|
|
3482
|
+
"exports": [
|
|
3363
3483
|
{
|
|
3364
3484
|
"kind": "js",
|
|
3365
|
-
"name": "
|
|
3485
|
+
"name": "*",
|
|
3366
3486
|
"declaration": {
|
|
3367
|
-
"name": "
|
|
3368
|
-
"
|
|
3487
|
+
"name": "*",
|
|
3488
|
+
"package": "./accordion.template"
|
|
3369
3489
|
}
|
|
3370
3490
|
},
|
|
3371
3491
|
{
|
|
3372
3492
|
"kind": "js",
|
|
3373
|
-
"name": "
|
|
3493
|
+
"name": "*",
|
|
3374
3494
|
"declaration": {
|
|
3375
|
-
"name": "
|
|
3376
|
-
"
|
|
3495
|
+
"name": "*",
|
|
3496
|
+
"package": "./accordion.styles"
|
|
3377
3497
|
}
|
|
3378
3498
|
},
|
|
3379
3499
|
{
|
|
3380
3500
|
"kind": "js",
|
|
3381
|
-
"name": "
|
|
3501
|
+
"name": "*",
|
|
3382
3502
|
"declaration": {
|
|
3383
|
-
"name": "
|
|
3384
|
-
"
|
|
3503
|
+
"name": "*",
|
|
3504
|
+
"package": "./accordion"
|
|
3385
3505
|
}
|
|
3386
3506
|
}
|
|
3387
3507
|
]
|
|
3388
3508
|
},
|
|
3389
3509
|
{
|
|
3390
3510
|
"kind": "javascript-module",
|
|
3391
|
-
"path": "src/
|
|
3511
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3392
3512
|
"declarations": [
|
|
3393
3513
|
{
|
|
3394
3514
|
"kind": "function",
|
|
3395
|
-
"name": "
|
|
3396
|
-
"return": {
|
|
3397
|
-
"type": {
|
|
3398
|
-
"text": "ElementStyles"
|
|
3399
|
-
}
|
|
3400
|
-
},
|
|
3401
|
-
"parameters": [
|
|
3402
|
-
{
|
|
3403
|
-
"name": "context",
|
|
3404
|
-
"type": {
|
|
3405
|
-
"text": "ElementDefinitionContext"
|
|
3406
|
-
}
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"name": "definition",
|
|
3410
|
-
"type": {
|
|
3411
|
-
"text": "FoundationElementDefinition"
|
|
3412
|
-
}
|
|
3413
|
-
}
|
|
3414
|
-
]
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"kind": "function",
|
|
3418
|
-
"name": "foundationActionsMenuStyles",
|
|
3515
|
+
"name": "foundationAiIndicatorStyles",
|
|
3419
3516
|
"return": {
|
|
3420
3517
|
"type": {
|
|
3421
3518
|
"text": "ElementStyles"
|
|
@@ -3440,151 +3537,81 @@
|
|
|
3440
3537
|
"exports": [
|
|
3441
3538
|
{
|
|
3442
3539
|
"kind": "js",
|
|
3443
|
-
"name": "
|
|
3444
|
-
"declaration": {
|
|
3445
|
-
"name": "actionsMenuBaseStyles",
|
|
3446
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3447
|
-
}
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"kind": "js",
|
|
3451
|
-
"name": "foundationActionsMenuStyles",
|
|
3540
|
+
"name": "foundationAiIndicatorStyles",
|
|
3452
3541
|
"declaration": {
|
|
3453
|
-
"name": "
|
|
3454
|
-
"module": "src/
|
|
3542
|
+
"name": "foundationAiIndicatorStyles",
|
|
3543
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3455
3544
|
}
|
|
3456
3545
|
}
|
|
3457
3546
|
]
|
|
3458
3547
|
},
|
|
3459
3548
|
{
|
|
3460
3549
|
"kind": "javascript-module",
|
|
3461
|
-
"path": "src/
|
|
3550
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3462
3551
|
"declarations": [
|
|
3463
|
-
{
|
|
3464
|
-
"kind": "function",
|
|
3465
|
-
"name": "menuTemplate",
|
|
3466
|
-
"parameters": [
|
|
3467
|
-
{
|
|
3468
|
-
"name": "prefix",
|
|
3469
|
-
"type": {
|
|
3470
|
-
"text": "string"
|
|
3471
|
-
}
|
|
3472
|
-
}
|
|
3473
|
-
]
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
"kind": "function",
|
|
3477
|
-
"name": "singleOptionTemplate",
|
|
3478
|
-
"parameters": [
|
|
3479
|
-
{
|
|
3480
|
-
"name": "prefix",
|
|
3481
|
-
"type": {
|
|
3482
|
-
"text": "string"
|
|
3483
|
-
}
|
|
3484
|
-
}
|
|
3485
|
-
]
|
|
3486
|
-
},
|
|
3487
3552
|
{
|
|
3488
3553
|
"kind": "variable",
|
|
3489
|
-
"name": "
|
|
3554
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3490
3555
|
"type": {
|
|
3491
|
-
"text": "ViewTemplate<
|
|
3556
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3492
3557
|
},
|
|
3493
|
-
"default": "html`\n
|
|
3558
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3494
3559
|
}
|
|
3495
3560
|
],
|
|
3496
3561
|
"exports": [
|
|
3497
3562
|
{
|
|
3498
3563
|
"kind": "js",
|
|
3499
|
-
"name": "
|
|
3500
|
-
"declaration": {
|
|
3501
|
-
"name": "menuTemplate",
|
|
3502
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3503
|
-
}
|
|
3504
|
-
},
|
|
3505
|
-
{
|
|
3506
|
-
"kind": "js",
|
|
3507
|
-
"name": "singleOptionTemplate",
|
|
3508
|
-
"declaration": {
|
|
3509
|
-
"name": "singleOptionTemplate",
|
|
3510
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3511
|
-
}
|
|
3512
|
-
},
|
|
3513
|
-
{
|
|
3514
|
-
"kind": "js",
|
|
3515
|
-
"name": "foundationActionsMenuTemplate",
|
|
3564
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3516
3565
|
"declaration": {
|
|
3517
|
-
"name": "
|
|
3518
|
-
"module": "src/
|
|
3566
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3567
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3519
3568
|
}
|
|
3520
3569
|
}
|
|
3521
3570
|
]
|
|
3522
3571
|
},
|
|
3523
3572
|
{
|
|
3524
3573
|
"kind": "javascript-module",
|
|
3525
|
-
"path": "src/
|
|
3574
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3526
3575
|
"declarations": [
|
|
3527
3576
|
{
|
|
3528
3577
|
"kind": "class",
|
|
3529
3578
|
"description": "",
|
|
3530
|
-
"name": "
|
|
3579
|
+
"name": "AiIndicator",
|
|
3531
3580
|
"members": [
|
|
3532
3581
|
{
|
|
3533
3582
|
"kind": "field",
|
|
3534
|
-
"name": "
|
|
3583
|
+
"name": "aiProvider",
|
|
3535
3584
|
"type": {
|
|
3536
|
-
"text": "
|
|
3585
|
+
"text": "AIProvider"
|
|
3537
3586
|
}
|
|
3538
3587
|
},
|
|
3539
3588
|
{
|
|
3540
3589
|
"kind": "field",
|
|
3541
|
-
"name": "
|
|
3542
|
-
"type": {
|
|
3543
|
-
"text": "boolean"
|
|
3544
|
-
},
|
|
3545
|
-
"default": "false"
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"kind": "field",
|
|
3549
|
-
"name": "addDefaultActions",
|
|
3590
|
+
"name": "status",
|
|
3550
3591
|
"type": {
|
|
3551
|
-
"text": "
|
|
3592
|
+
"text": "AIStatus | null"
|
|
3552
3593
|
},
|
|
3553
|
-
"default": "
|
|
3594
|
+
"default": "null"
|
|
3554
3595
|
},
|
|
3555
3596
|
{
|
|
3556
3597
|
"kind": "field",
|
|
3557
|
-
"name": "
|
|
3598
|
+
"name": "open",
|
|
3558
3599
|
"type": {
|
|
3559
3600
|
"text": "boolean"
|
|
3560
3601
|
},
|
|
3561
|
-
"default": "
|
|
3562
|
-
},
|
|
3563
|
-
{
|
|
3564
|
-
"kind": "field",
|
|
3565
|
-
"name": "classNames",
|
|
3566
|
-
"type": {
|
|
3567
|
-
"text": "string"
|
|
3568
|
-
}
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
"kind": "field",
|
|
3572
|
-
"name": "definition",
|
|
3573
|
-
"type": {
|
|
3574
|
-
"text": "any"
|
|
3575
|
-
}
|
|
3602
|
+
"default": "false"
|
|
3576
3603
|
},
|
|
3577
3604
|
{
|
|
3578
3605
|
"kind": "field",
|
|
3579
|
-
"name": "
|
|
3606
|
+
"name": "state",
|
|
3580
3607
|
"type": {
|
|
3581
|
-
"text": "
|
|
3608
|
+
"text": "AIIndicatorState"
|
|
3582
3609
|
},
|
|
3583
|
-
"default": "'
|
|
3610
|
+
"default": "'none'"
|
|
3584
3611
|
},
|
|
3585
3612
|
{
|
|
3586
3613
|
"kind": "field",
|
|
3587
|
-
"name": "
|
|
3614
|
+
"name": "isInstalling",
|
|
3588
3615
|
"type": {
|
|
3589
3616
|
"text": "boolean"
|
|
3590
3617
|
},
|
|
@@ -3592,117 +3619,133 @@
|
|
|
3592
3619
|
},
|
|
3593
3620
|
{
|
|
3594
3621
|
"kind": "field",
|
|
3595
|
-
"name": "
|
|
3622
|
+
"name": "pollTimer",
|
|
3596
3623
|
"type": {
|
|
3597
|
-
"text": "
|
|
3598
|
-
}
|
|
3624
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3625
|
+
},
|
|
3626
|
+
"privacy": "private",
|
|
3627
|
+
"default": "null"
|
|
3599
3628
|
},
|
|
3600
3629
|
{
|
|
3601
3630
|
"kind": "field",
|
|
3602
|
-
"name": "
|
|
3631
|
+
"name": "clickOutside",
|
|
3632
|
+
"privacy": "private"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"kind": "field",
|
|
3636
|
+
"name": "chromeStatusLabel",
|
|
3603
3637
|
"type": {
|
|
3604
|
-
"text": "
|
|
3638
|
+
"text": "string | null"
|
|
3605
3639
|
},
|
|
3606
|
-
"
|
|
3640
|
+
"readonly": true
|
|
3607
3641
|
},
|
|
3608
3642
|
{
|
|
3609
3643
|
"kind": "field",
|
|
3610
|
-
"name": "
|
|
3644
|
+
"name": "canInstall",
|
|
3611
3645
|
"type": {
|
|
3612
3646
|
"text": "boolean"
|
|
3613
3647
|
},
|
|
3614
|
-
"
|
|
3648
|
+
"readonly": true
|
|
3615
3649
|
},
|
|
3616
3650
|
{
|
|
3617
3651
|
"kind": "field",
|
|
3618
|
-
"name": "
|
|
3652
|
+
"name": "isDownloading",
|
|
3619
3653
|
"type": {
|
|
3620
|
-
"text": "
|
|
3621
|
-
}
|
|
3654
|
+
"text": "boolean"
|
|
3655
|
+
},
|
|
3656
|
+
"readonly": true
|
|
3622
3657
|
},
|
|
3623
3658
|
{
|
|
3624
|
-
"kind": "
|
|
3625
|
-
"name": "
|
|
3626
|
-
"
|
|
3627
|
-
"
|
|
3659
|
+
"kind": "method",
|
|
3660
|
+
"name": "openChanged",
|
|
3661
|
+
"return": {
|
|
3662
|
+
"type": {
|
|
3663
|
+
"text": "void"
|
|
3664
|
+
}
|
|
3628
3665
|
}
|
|
3629
3666
|
},
|
|
3630
3667
|
{
|
|
3631
3668
|
"kind": "method",
|
|
3632
|
-
"name": "
|
|
3633
|
-
"privacy": "
|
|
3669
|
+
"name": "handleClickOutside",
|
|
3670
|
+
"privacy": "private",
|
|
3634
3671
|
"parameters": [
|
|
3635
3672
|
{
|
|
3636
|
-
"name": "
|
|
3637
|
-
"type": {
|
|
3638
|
-
"text": "any"
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"name": "newValue",
|
|
3673
|
+
"name": "event",
|
|
3643
3674
|
"type": {
|
|
3644
|
-
"text": "
|
|
3675
|
+
"text": "MouseEvent"
|
|
3645
3676
|
}
|
|
3646
3677
|
}
|
|
3647
3678
|
]
|
|
3648
3679
|
},
|
|
3649
3680
|
{
|
|
3650
3681
|
"kind": "method",
|
|
3651
|
-
"name": "
|
|
3652
|
-
"privacy": "protected"
|
|
3682
|
+
"name": "toggleDropdown"
|
|
3653
3683
|
},
|
|
3654
3684
|
{
|
|
3655
3685
|
"kind": "method",
|
|
3656
|
-
"name": "
|
|
3686
|
+
"name": "refreshStatus",
|
|
3687
|
+
"return": {
|
|
3688
|
+
"type": {
|
|
3689
|
+
"text": "Promise<void>"
|
|
3690
|
+
}
|
|
3691
|
+
}
|
|
3657
3692
|
},
|
|
3658
3693
|
{
|
|
3659
3694
|
"kind": "method",
|
|
3660
|
-
"name": "
|
|
3695
|
+
"name": "deriveState",
|
|
3696
|
+
"privacy": "private",
|
|
3697
|
+
"return": {
|
|
3698
|
+
"type": {
|
|
3699
|
+
"text": "AIIndicatorState"
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3661
3702
|
"parameters": [
|
|
3662
3703
|
{
|
|
3663
|
-
"name": "
|
|
3704
|
+
"name": "s",
|
|
3664
3705
|
"type": {
|
|
3665
|
-
"text": "
|
|
3706
|
+
"text": "AIStatus | null"
|
|
3666
3707
|
}
|
|
3667
3708
|
}
|
|
3668
3709
|
]
|
|
3669
3710
|
},
|
|
3670
3711
|
{
|
|
3671
|
-
"kind": "
|
|
3672
|
-
"name": "
|
|
3673
|
-
"
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3712
|
+
"kind": "method",
|
|
3713
|
+
"name": "maybeStartPolling",
|
|
3714
|
+
"privacy": "private",
|
|
3715
|
+
"return": {
|
|
3716
|
+
"type": {
|
|
3717
|
+
"text": "void"
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3677
3720
|
},
|
|
3678
3721
|
{
|
|
3679
|
-
"kind": "
|
|
3680
|
-
"name": "
|
|
3681
|
-
"
|
|
3722
|
+
"kind": "method",
|
|
3723
|
+
"name": "startPolling",
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"return": {
|
|
3726
|
+
"type": {
|
|
3727
|
+
"text": "void"
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3682
3730
|
},
|
|
3683
3731
|
{
|
|
3684
3732
|
"kind": "method",
|
|
3685
|
-
"name": "
|
|
3686
|
-
"
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
"
|
|
3690
|
-
"text": "string | ((rowData: any) => string)"
|
|
3691
|
-
}
|
|
3733
|
+
"name": "stopPolling",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"return": {
|
|
3736
|
+
"type": {
|
|
3737
|
+
"text": "void"
|
|
3692
3738
|
}
|
|
3693
|
-
|
|
3739
|
+
}
|
|
3694
3740
|
},
|
|
3695
3741
|
{
|
|
3696
3742
|
"kind": "method",
|
|
3697
|
-
"name": "
|
|
3698
|
-
"
|
|
3699
|
-
{
|
|
3700
|
-
"
|
|
3701
|
-
"type": {
|
|
3702
|
-
"text": "string"
|
|
3703
|
-
}
|
|
3743
|
+
"name": "onInstall",
|
|
3744
|
+
"return": {
|
|
3745
|
+
"type": {
|
|
3746
|
+
"text": "Promise<void>"
|
|
3704
3747
|
}
|
|
3705
|
-
|
|
3748
|
+
}
|
|
3706
3749
|
},
|
|
3707
3750
|
{
|
|
3708
3751
|
"kind": "field",
|
|
@@ -3816,131 +3859,88 @@
|
|
|
3816
3859
|
}
|
|
3817
3860
|
}
|
|
3818
3861
|
],
|
|
3819
|
-
"attributes": [
|
|
3820
|
-
{
|
|
3821
|
-
"name": "is-vertical",
|
|
3822
|
-
"type": {
|
|
3823
|
-
"text": "boolean"
|
|
3824
|
-
},
|
|
3825
|
-
"default": "false",
|
|
3826
|
-
"fieldName": "isVertical"
|
|
3827
|
-
},
|
|
3828
|
-
{
|
|
3829
|
-
"name": "add-default-actions",
|
|
3830
|
-
"type": {
|
|
3831
|
-
"text": "boolean"
|
|
3832
|
-
},
|
|
3833
|
-
"default": "true",
|
|
3834
|
-
"fieldName": "addDefaultActions"
|
|
3835
|
-
},
|
|
3836
|
-
{
|
|
3837
|
-
"name": "auto-close-on-action",
|
|
3838
|
-
"type": {
|
|
3839
|
-
"text": "boolean"
|
|
3840
|
-
},
|
|
3841
|
-
"default": "true",
|
|
3842
|
-
"fieldName": "autoCloseOnAction"
|
|
3843
|
-
},
|
|
3844
|
-
{
|
|
3845
|
-
"name": "name",
|
|
3846
|
-
"type": {
|
|
3847
|
-
"text": "string"
|
|
3848
|
-
},
|
|
3849
|
-
"default": "'Actions'",
|
|
3850
|
-
"fieldName": "name"
|
|
3851
|
-
},
|
|
3852
|
-
{
|
|
3853
|
-
"name": "open",
|
|
3854
|
-
"type": {
|
|
3855
|
-
"text": "boolean"
|
|
3856
|
-
},
|
|
3857
|
-
"default": "false",
|
|
3858
|
-
"fieldName": "open"
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"name": "buttonAppearance",
|
|
3862
|
-
"type": {
|
|
3863
|
-
"text": "string"
|
|
3864
|
-
},
|
|
3865
|
-
"fieldName": "buttonAppearance"
|
|
3866
|
-
},
|
|
3867
|
-
{
|
|
3868
|
-
"name": "hide-disabled",
|
|
3869
|
-
"type": {
|
|
3870
|
-
"text": "boolean"
|
|
3871
|
-
},
|
|
3872
|
-
"default": "false",
|
|
3873
|
-
"fieldName": "hideDisabled"
|
|
3874
|
-
},
|
|
3875
|
-
{
|
|
3876
|
-
"name": "hide-menu-single-option",
|
|
3877
|
-
"type": {
|
|
3878
|
-
"text": "boolean"
|
|
3879
|
-
},
|
|
3880
|
-
"default": "false",
|
|
3881
|
-
"fieldName": "hideMenuSingleOption"
|
|
3882
|
-
}
|
|
3883
|
-
],
|
|
3884
3862
|
"superclass": {
|
|
3885
3863
|
"name": "FoundationElement",
|
|
3886
3864
|
"package": "@microsoft/fast-foundation"
|
|
3887
3865
|
},
|
|
3888
|
-
"tagName": "%%prefix%%-
|
|
3866
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3889
3867
|
"customElement": true
|
|
3890
3868
|
},
|
|
3891
3869
|
{
|
|
3892
3870
|
"kind": "variable",
|
|
3893
|
-
"name": "
|
|
3894
|
-
"description": "The Foundation Actions Menu",
|
|
3895
|
-
"privacy": "public"
|
|
3871
|
+
"name": "foundationAiIndicator"
|
|
3896
3872
|
}
|
|
3897
3873
|
],
|
|
3898
3874
|
"exports": [
|
|
3899
3875
|
{
|
|
3900
3876
|
"kind": "js",
|
|
3901
|
-
"name": "
|
|
3877
|
+
"name": "AiIndicator",
|
|
3902
3878
|
"declaration": {
|
|
3903
|
-
"name": "
|
|
3904
|
-
"module": "src/
|
|
3879
|
+
"name": "AiIndicator",
|
|
3880
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3905
3881
|
}
|
|
3906
3882
|
},
|
|
3907
3883
|
{
|
|
3908
3884
|
"kind": "js",
|
|
3909
|
-
"name": "
|
|
3885
|
+
"name": "foundationAiIndicator",
|
|
3910
3886
|
"declaration": {
|
|
3911
|
-
"name": "
|
|
3912
|
-
"module": "src/
|
|
3887
|
+
"name": "foundationAiIndicator",
|
|
3888
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3913
3889
|
}
|
|
3914
3890
|
}
|
|
3915
3891
|
]
|
|
3916
3892
|
},
|
|
3917
3893
|
{
|
|
3918
3894
|
"kind": "javascript-module",
|
|
3919
|
-
"path": "src/
|
|
3895
|
+
"path": "src/ai-indicator/index.ts",
|
|
3920
3896
|
"declarations": [],
|
|
3921
3897
|
"exports": [
|
|
3922
3898
|
{
|
|
3923
3899
|
"kind": "js",
|
|
3924
|
-
"name": "
|
|
3900
|
+
"name": "AiIndicator",
|
|
3925
3901
|
"declaration": {
|
|
3926
|
-
"name": "
|
|
3927
|
-
"
|
|
3902
|
+
"name": "AiIndicator",
|
|
3903
|
+
"module": "./ai-indicator"
|
|
3928
3904
|
}
|
|
3929
3905
|
},
|
|
3930
3906
|
{
|
|
3931
3907
|
"kind": "js",
|
|
3932
|
-
"name": "
|
|
3908
|
+
"name": "foundationAiIndicator",
|
|
3933
3909
|
"declaration": {
|
|
3934
|
-
"name": "
|
|
3935
|
-
"
|
|
3910
|
+
"name": "foundationAiIndicator",
|
|
3911
|
+
"module": "./ai-indicator"
|
|
3936
3912
|
}
|
|
3937
3913
|
},
|
|
3938
3914
|
{
|
|
3939
3915
|
"kind": "js",
|
|
3940
|
-
"name": "
|
|
3916
|
+
"name": "type",
|
|
3941
3917
|
"declaration": {
|
|
3942
|
-
"name": "
|
|
3943
|
-
"
|
|
3918
|
+
"name": "type",
|
|
3919
|
+
"module": "./ai-indicator"
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"kind": "js",
|
|
3924
|
+
"name": "AIIndicatorState",
|
|
3925
|
+
"declaration": {
|
|
3926
|
+
"name": "AIIndicatorState",
|
|
3927
|
+
"module": "./ai-indicator"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "js",
|
|
3932
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3933
|
+
"declaration": {
|
|
3934
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3935
|
+
"module": "./ai-indicator.template"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"kind": "js",
|
|
3940
|
+
"name": "foundationAiIndicatorStyles",
|
|
3941
|
+
"declaration": {
|
|
3942
|
+
"name": "foundationAiIndicatorStyles",
|
|
3943
|
+
"module": "./ai-indicator.styles"
|
|
3944
3944
|
}
|
|
3945
3945
|
}
|
|
3946
3946
|
]
|