@genesislcap/foundation-ui 15.3.5 → 15.4.1-GENC-1475.5
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 +1091 -1091
- package/dist/dts/react.d.ts +18 -18
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +10 -10
- package/package.json +19 -19
|
@@ -1424,11 +1424,11 @@
|
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/accordion
|
|
1427
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1428
1428
|
"declarations": [
|
|
1429
1429
|
{
|
|
1430
1430
|
"kind": "function",
|
|
1431
|
-
"name": "
|
|
1431
|
+
"name": "foundationAccordionStyles",
|
|
1432
1432
|
"return": {
|
|
1433
1433
|
"type": {
|
|
1434
1434
|
"text": "ElementStyles"
|
|
@@ -1453,24 +1453,24 @@
|
|
|
1453
1453
|
"exports": [
|
|
1454
1454
|
{
|
|
1455
1455
|
"kind": "js",
|
|
1456
|
-
"name": "
|
|
1456
|
+
"name": "foundationAccordionStyles",
|
|
1457
1457
|
"declaration": {
|
|
1458
|
-
"name": "
|
|
1459
|
-
"module": "src/accordion
|
|
1458
|
+
"name": "foundationAccordionStyles",
|
|
1459
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
1462
|
]
|
|
1463
1463
|
},
|
|
1464
1464
|
{
|
|
1465
1465
|
"kind": "javascript-module",
|
|
1466
|
-
"path": "src/accordion
|
|
1466
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1467
1467
|
"declarations": [
|
|
1468
1468
|
{
|
|
1469
1469
|
"kind": "function",
|
|
1470
|
-
"name": "
|
|
1470
|
+
"name": "foundationAccordionTemplate",
|
|
1471
1471
|
"return": {
|
|
1472
1472
|
"type": {
|
|
1473
|
-
"text": "ViewTemplate<
|
|
1473
|
+
"text": "ViewTemplate<Accordion>"
|
|
1474
1474
|
}
|
|
1475
1475
|
},
|
|
1476
1476
|
"parameters": [
|
|
@@ -1492,116 +1492,237 @@
|
|
|
1492
1492
|
"exports": [
|
|
1493
1493
|
{
|
|
1494
1494
|
"kind": "js",
|
|
1495
|
-
"name": "
|
|
1495
|
+
"name": "foundationAccordionTemplate",
|
|
1496
1496
|
"declaration": {
|
|
1497
|
-
"name": "
|
|
1498
|
-
"module": "src/accordion
|
|
1497
|
+
"name": "foundationAccordionTemplate",
|
|
1498
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1499
1499
|
}
|
|
1500
1500
|
}
|
|
1501
1501
|
]
|
|
1502
1502
|
},
|
|
1503
1503
|
{
|
|
1504
1504
|
"kind": "javascript-module",
|
|
1505
|
-
"path": "src/accordion
|
|
1505
|
+
"path": "src/accordion/accordion.ts",
|
|
1506
1506
|
"declarations": [
|
|
1507
1507
|
{
|
|
1508
1508
|
"kind": "class",
|
|
1509
1509
|
"description": "",
|
|
1510
|
-
"name": "
|
|
1510
|
+
"name": "Accordion",
|
|
1511
1511
|
"superclass": {
|
|
1512
|
-
"name": "
|
|
1513
|
-
"package": "@microsoft/fast-
|
|
1512
|
+
"name": "FASTAccordion",
|
|
1513
|
+
"package": "@microsoft/fast-foundation"
|
|
1514
1514
|
},
|
|
1515
|
-
"tagName": "%%prefix%%-accordion
|
|
1515
|
+
"tagName": "%%prefix%%-accordion",
|
|
1516
1516
|
"customElement": true,
|
|
1517
1517
|
"attributes": [
|
|
1518
1518
|
{
|
|
1519
|
-
"name": "
|
|
1519
|
+
"name": "expand-mode",
|
|
1520
1520
|
"type": {
|
|
1521
|
-
"text": "
|
|
1521
|
+
"text": "AccordionExpandMode"
|
|
1522
1522
|
},
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1525
|
-
"fieldName": "headinglevel",
|
|
1523
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1524
|
+
"fieldName": "expandmode",
|
|
1526
1525
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/accordion
|
|
1526
|
+
"name": "Accordion",
|
|
1527
|
+
"module": "src/accordion/accordion.ts"
|
|
1529
1528
|
}
|
|
1530
|
-
}
|
|
1529
|
+
}
|
|
1530
|
+
],
|
|
1531
|
+
"members": [
|
|
1531
1532
|
{
|
|
1533
|
+
"kind": "field",
|
|
1534
|
+
"name": "expandmode",
|
|
1532
1535
|
"type": {
|
|
1533
|
-
"text": "
|
|
1536
|
+
"text": "AccordionExpandMode"
|
|
1534
1537
|
},
|
|
1535
|
-
"
|
|
1536
|
-
"description": "
|
|
1537
|
-
"fieldName": "expanded",
|
|
1538
|
+
"privacy": "public",
|
|
1539
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1538
1540
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/accordion
|
|
1541
|
+
"name": "Accordion",
|
|
1542
|
+
"module": "src/accordion/accordion.ts"
|
|
1541
1543
|
}
|
|
1542
1544
|
},
|
|
1543
1545
|
{
|
|
1544
|
-
"
|
|
1546
|
+
"kind": "field",
|
|
1547
|
+
"name": "activeid",
|
|
1545
1548
|
"type": {
|
|
1546
|
-
"text": "string"
|
|
1549
|
+
"text": "string | null"
|
|
1547
1550
|
},
|
|
1548
|
-
"
|
|
1549
|
-
"fieldName": "id",
|
|
1551
|
+
"privacy": "private",
|
|
1550
1552
|
"inheritedFrom": {
|
|
1551
|
-
"name": "
|
|
1552
|
-
"module": "src/accordion
|
|
1553
|
+
"name": "Accordion",
|
|
1554
|
+
"module": "src/accordion/accordion.ts"
|
|
1553
1555
|
}
|
|
1554
|
-
}
|
|
1555
|
-
],
|
|
1556
|
-
"members": [
|
|
1556
|
+
},
|
|
1557
1557
|
{
|
|
1558
1558
|
"kind": "field",
|
|
1559
|
-
"name": "
|
|
1559
|
+
"name": "activeItemIndex",
|
|
1560
1560
|
"type": {
|
|
1561
|
-
"text": "
|
|
1561
|
+
"text": "number"
|
|
1562
1562
|
},
|
|
1563
|
-
"privacy": "
|
|
1564
|
-
"default": "
|
|
1565
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1563
|
+
"privacy": "private",
|
|
1564
|
+
"default": "0",
|
|
1566
1565
|
"inheritedFrom": {
|
|
1567
|
-
"name": "
|
|
1568
|
-
"module": "src/accordion
|
|
1566
|
+
"name": "Accordion",
|
|
1567
|
+
"module": "src/accordion/accordion.ts"
|
|
1569
1568
|
}
|
|
1570
1569
|
},
|
|
1571
1570
|
{
|
|
1572
1571
|
"kind": "field",
|
|
1573
|
-
"name": "
|
|
1572
|
+
"name": "accordionIds",
|
|
1574
1573
|
"type": {
|
|
1575
|
-
"text": "
|
|
1574
|
+
"text": "Array<string | null>"
|
|
1576
1575
|
},
|
|
1577
|
-
"privacy": "
|
|
1578
|
-
"default": "false",
|
|
1579
|
-
"description": "Expands or collapses the item.",
|
|
1576
|
+
"privacy": "private",
|
|
1580
1577
|
"inheritedFrom": {
|
|
1581
|
-
"name": "
|
|
1582
|
-
"module": "src/accordion
|
|
1578
|
+
"name": "Accordion",
|
|
1579
|
+
"module": "src/accordion/accordion.ts"
|
|
1583
1580
|
}
|
|
1584
1581
|
},
|
|
1585
1582
|
{
|
|
1586
1583
|
"kind": "field",
|
|
1587
|
-
"name": "
|
|
1588
|
-
"
|
|
1589
|
-
|
|
1584
|
+
"name": "change",
|
|
1585
|
+
"privacy": "private",
|
|
1586
|
+
"inheritedFrom": {
|
|
1587
|
+
"name": "Accordion",
|
|
1588
|
+
"module": "src/accordion/accordion.ts"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "method",
|
|
1593
|
+
"name": "findExpandedItem",
|
|
1594
|
+
"privacy": "private",
|
|
1595
|
+
"return": {
|
|
1596
|
+
"type": {
|
|
1597
|
+
"text": "AccordionItem | null"
|
|
1598
|
+
}
|
|
1590
1599
|
},
|
|
1591
|
-
"privacy": "public",
|
|
1592
|
-
"description": "The item ID",
|
|
1593
1600
|
"inheritedFrom": {
|
|
1594
|
-
"name": "
|
|
1595
|
-
"module": "src/accordion
|
|
1601
|
+
"name": "Accordion",
|
|
1602
|
+
"module": "src/accordion/accordion.ts"
|
|
1596
1603
|
}
|
|
1597
1604
|
},
|
|
1598
1605
|
{
|
|
1599
1606
|
"kind": "field",
|
|
1600
|
-
"name": "
|
|
1607
|
+
"name": "setItems",
|
|
1601
1608
|
"privacy": "private",
|
|
1602
1609
|
"inheritedFrom": {
|
|
1603
|
-
"name": "
|
|
1604
|
-
"module": "src/accordion
|
|
1610
|
+
"name": "Accordion",
|
|
1611
|
+
"module": "src/accordion/accordion.ts"
|
|
1612
|
+
}
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "method",
|
|
1616
|
+
"name": "resetItems",
|
|
1617
|
+
"privacy": "private",
|
|
1618
|
+
"return": {
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "void"
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
"inheritedFrom": {
|
|
1624
|
+
"name": "Accordion",
|
|
1625
|
+
"module": "src/accordion/accordion.ts"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "field",
|
|
1630
|
+
"name": "removeItemListeners",
|
|
1631
|
+
"privacy": "private",
|
|
1632
|
+
"inheritedFrom": {
|
|
1633
|
+
"name": "Accordion",
|
|
1634
|
+
"module": "src/accordion/accordion.ts"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "activeItemChange",
|
|
1640
|
+
"privacy": "private",
|
|
1641
|
+
"inheritedFrom": {
|
|
1642
|
+
"name": "Accordion",
|
|
1643
|
+
"module": "src/accordion/accordion.ts"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "method",
|
|
1648
|
+
"name": "getItemIds",
|
|
1649
|
+
"privacy": "private",
|
|
1650
|
+
"return": {
|
|
1651
|
+
"type": {
|
|
1652
|
+
"text": "Array<string | null>"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"inheritedFrom": {
|
|
1656
|
+
"name": "Accordion",
|
|
1657
|
+
"module": "src/accordion/accordion.ts"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "method",
|
|
1662
|
+
"name": "isSingleExpandMode",
|
|
1663
|
+
"privacy": "private",
|
|
1664
|
+
"return": {
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "boolean"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
"inheritedFrom": {
|
|
1670
|
+
"name": "Accordion",
|
|
1671
|
+
"module": "src/accordion/accordion.ts"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"kind": "field",
|
|
1676
|
+
"name": "handleItemKeyDown",
|
|
1677
|
+
"privacy": "private",
|
|
1678
|
+
"inheritedFrom": {
|
|
1679
|
+
"name": "Accordion",
|
|
1680
|
+
"module": "src/accordion/accordion.ts"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "field",
|
|
1685
|
+
"name": "handleItemFocus",
|
|
1686
|
+
"privacy": "private",
|
|
1687
|
+
"inheritedFrom": {
|
|
1688
|
+
"name": "Accordion",
|
|
1689
|
+
"module": "src/accordion/accordion.ts"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "method",
|
|
1694
|
+
"name": "adjust",
|
|
1695
|
+
"privacy": "private",
|
|
1696
|
+
"return": {
|
|
1697
|
+
"type": {
|
|
1698
|
+
"text": "void"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"parameters": [
|
|
1702
|
+
{
|
|
1703
|
+
"name": "adjustment",
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "number"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
],
|
|
1709
|
+
"inheritedFrom": {
|
|
1710
|
+
"name": "Accordion",
|
|
1711
|
+
"module": "src/accordion/accordion.ts"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "method",
|
|
1716
|
+
"name": "focusItem",
|
|
1717
|
+
"privacy": "private",
|
|
1718
|
+
"return": {
|
|
1719
|
+
"type": {
|
|
1720
|
+
"text": "void"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"inheritedFrom": {
|
|
1724
|
+
"name": "Accordion",
|
|
1725
|
+
"module": "src/accordion/accordion.ts"
|
|
1605
1726
|
}
|
|
1606
1727
|
},
|
|
1607
1728
|
{
|
|
@@ -1718,18 +1839,18 @@
|
|
|
1718
1839
|
],
|
|
1719
1840
|
"events": [
|
|
1720
1841
|
{
|
|
1721
|
-
"description": "Fires a custom 'change' event when the
|
|
1842
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1722
1843
|
"name": "change",
|
|
1723
1844
|
"inheritedFrom": {
|
|
1724
|
-
"name": "
|
|
1725
|
-
"module": "src/accordion
|
|
1845
|
+
"name": "Accordion",
|
|
1846
|
+
"module": "src/accordion/accordion.ts"
|
|
1726
1847
|
}
|
|
1727
1848
|
}
|
|
1728
1849
|
]
|
|
1729
1850
|
},
|
|
1730
1851
|
{
|
|
1731
1852
|
"kind": "variable",
|
|
1732
|
-
"name": "
|
|
1853
|
+
"name": "foundationAccordionShadowOptions",
|
|
1733
1854
|
"type": {
|
|
1734
1855
|
"text": "ShadowRootInit"
|
|
1735
1856
|
},
|
|
@@ -1737,88 +1858,57 @@
|
|
|
1737
1858
|
},
|
|
1738
1859
|
{
|
|
1739
1860
|
"kind": "variable",
|
|
1740
|
-
"name": "
|
|
1861
|
+
"name": "defaultAccordionConfig",
|
|
1741
1862
|
"type": {
|
|
1742
1863
|
"text": "object"
|
|
1743
1864
|
},
|
|
1744
|
-
"default": "{
|
|
1865
|
+
"default": "{}"
|
|
1745
1866
|
},
|
|
1746
1867
|
{
|
|
1747
1868
|
"kind": "variable",
|
|
1748
|
-
"name": "
|
|
1749
|
-
"description": "The Foundation Accordion
|
|
1869
|
+
"name": "foundationAccordion",
|
|
1870
|
+
"description": "The Foundation Accordion",
|
|
1750
1871
|
"privacy": "public"
|
|
1751
1872
|
}
|
|
1752
1873
|
],
|
|
1753
1874
|
"exports": [
|
|
1754
1875
|
{
|
|
1755
1876
|
"kind": "js",
|
|
1756
|
-
"name": "
|
|
1757
|
-
"declaration": {
|
|
1758
|
-
"name": "AccordionItem",
|
|
1759
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"kind": "js",
|
|
1764
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1765
|
-
"declaration": {
|
|
1766
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1767
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"kind": "js",
|
|
1772
|
-
"name": "defaultAccordionItemConfig",
|
|
1877
|
+
"name": "Accordion",
|
|
1773
1878
|
"declaration": {
|
|
1774
|
-
"name": "
|
|
1775
|
-
"module": "src/accordion
|
|
1879
|
+
"name": "Accordion",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1776
1881
|
}
|
|
1777
1882
|
},
|
|
1778
1883
|
{
|
|
1779
1884
|
"kind": "js",
|
|
1780
|
-
"name": "
|
|
1781
|
-
"declaration": {
|
|
1782
|
-
"name": "foundationAccordionItem",
|
|
1783
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
]
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"kind": "javascript-module",
|
|
1790
|
-
"path": "src/accordion-item/index.ts",
|
|
1791
|
-
"declarations": [],
|
|
1792
|
-
"exports": [
|
|
1793
|
-
{
|
|
1794
|
-
"kind": "js",
|
|
1795
|
-
"name": "*",
|
|
1885
|
+
"name": "foundationAccordionShadowOptions",
|
|
1796
1886
|
"declaration": {
|
|
1797
|
-
"name": "
|
|
1798
|
-
"
|
|
1887
|
+
"name": "foundationAccordionShadowOptions",
|
|
1888
|
+
"module": "src/accordion/accordion.ts"
|
|
1799
1889
|
}
|
|
1800
1890
|
},
|
|
1801
1891
|
{
|
|
1802
1892
|
"kind": "js",
|
|
1803
|
-
"name": "
|
|
1893
|
+
"name": "defaultAccordionConfig",
|
|
1804
1894
|
"declaration": {
|
|
1805
|
-
"name": "
|
|
1806
|
-
"
|
|
1895
|
+
"name": "defaultAccordionConfig",
|
|
1896
|
+
"module": "src/accordion/accordion.ts"
|
|
1807
1897
|
}
|
|
1808
1898
|
},
|
|
1809
1899
|
{
|
|
1810
1900
|
"kind": "js",
|
|
1811
|
-
"name": "
|
|
1901
|
+
"name": "foundationAccordion",
|
|
1812
1902
|
"declaration": {
|
|
1813
|
-
"name": "
|
|
1814
|
-
"
|
|
1903
|
+
"name": "foundationAccordion",
|
|
1904
|
+
"module": "src/accordion/accordion.ts"
|
|
1815
1905
|
}
|
|
1816
1906
|
}
|
|
1817
1907
|
]
|
|
1818
1908
|
},
|
|
1819
1909
|
{
|
|
1820
1910
|
"kind": "javascript-module",
|
|
1821
|
-
"path": "src/
|
|
1911
|
+
"path": "src/accordion/index.ts",
|
|
1822
1912
|
"declarations": [],
|
|
1823
1913
|
"exports": [
|
|
1824
1914
|
{
|
|
@@ -1826,7 +1916,7 @@
|
|
|
1826
1916
|
"name": "*",
|
|
1827
1917
|
"declaration": {
|
|
1828
1918
|
"name": "*",
|
|
1829
|
-
"package": "./
|
|
1919
|
+
"package": "./accordion.template"
|
|
1830
1920
|
}
|
|
1831
1921
|
},
|
|
1832
1922
|
{
|
|
@@ -1834,7 +1924,7 @@
|
|
|
1834
1924
|
"name": "*",
|
|
1835
1925
|
"declaration": {
|
|
1836
1926
|
"name": "*",
|
|
1837
|
-
"package": "./
|
|
1927
|
+
"package": "./accordion.styles"
|
|
1838
1928
|
}
|
|
1839
1929
|
},
|
|
1840
1930
|
{
|
|
@@ -1842,41 +1932,18 @@
|
|
|
1842
1932
|
"name": "*",
|
|
1843
1933
|
"declaration": {
|
|
1844
1934
|
"name": "*",
|
|
1845
|
-
"package": "./
|
|
1935
|
+
"package": "./accordion"
|
|
1846
1936
|
}
|
|
1847
1937
|
}
|
|
1848
1938
|
]
|
|
1849
1939
|
},
|
|
1850
1940
|
{
|
|
1851
1941
|
"kind": "javascript-module",
|
|
1852
|
-
"path": "src/
|
|
1942
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1853
1943
|
"declarations": [
|
|
1854
1944
|
{
|
|
1855
1945
|
"kind": "function",
|
|
1856
|
-
"name": "
|
|
1857
|
-
"return": {
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "ElementStyles"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
"parameters": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "context",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "ElementDefinitionContext"
|
|
1867
|
-
}
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "definition",
|
|
1871
|
-
"type": {
|
|
1872
|
-
"text": "FoundationElementDefinition"
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
]
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"kind": "function",
|
|
1879
|
-
"name": "foundationActionsMenuStyles",
|
|
1946
|
+
"name": "foundationAccordionItemStyles",
|
|
1880
1947
|
"return": {
|
|
1881
1948
|
"type": {
|
|
1882
1949
|
"text": "ElementStyles"
|
|
@@ -1901,287 +1968,162 @@
|
|
|
1901
1968
|
"exports": [
|
|
1902
1969
|
{
|
|
1903
1970
|
"kind": "js",
|
|
1904
|
-
"name": "
|
|
1905
|
-
"declaration": {
|
|
1906
|
-
"name": "actionsMenuBaseStyles",
|
|
1907
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"kind": "js",
|
|
1912
|
-
"name": "foundationActionsMenuStyles",
|
|
1971
|
+
"name": "foundationAccordionItemStyles",
|
|
1913
1972
|
"declaration": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/
|
|
1973
|
+
"name": "foundationAccordionItemStyles",
|
|
1974
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1916
1975
|
}
|
|
1917
1976
|
}
|
|
1918
1977
|
]
|
|
1919
1978
|
},
|
|
1920
1979
|
{
|
|
1921
1980
|
"kind": "javascript-module",
|
|
1922
|
-
"path": "src/
|
|
1981
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1923
1982
|
"declarations": [
|
|
1924
1983
|
{
|
|
1925
1984
|
"kind": "function",
|
|
1926
|
-
"name": "
|
|
1985
|
+
"name": "foundationAccordionItemTemplate",
|
|
1986
|
+
"return": {
|
|
1987
|
+
"type": {
|
|
1988
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1927
1991
|
"parameters": [
|
|
1928
1992
|
{
|
|
1929
|
-
"name": "
|
|
1993
|
+
"name": "context",
|
|
1930
1994
|
"type": {
|
|
1931
|
-
"text": "
|
|
1995
|
+
"text": "ElementDefinitionContext"
|
|
1932
1996
|
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "function",
|
|
1938
|
-
"name": "singleOptionTemplate",
|
|
1939
|
-
"parameters": [
|
|
1997
|
+
},
|
|
1940
1998
|
{
|
|
1941
|
-
"name": "
|
|
1999
|
+
"name": "definition",
|
|
1942
2000
|
"type": {
|
|
1943
|
-
"text": "
|
|
2001
|
+
"text": "FoundationElementDefinition"
|
|
1944
2002
|
}
|
|
1945
2003
|
}
|
|
1946
2004
|
]
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "variable",
|
|
1950
|
-
"name": "foundationActionsMenuTemplate",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1955
2005
|
}
|
|
1956
2006
|
],
|
|
1957
2007
|
"exports": [
|
|
1958
2008
|
{
|
|
1959
2009
|
"kind": "js",
|
|
1960
|
-
"name": "
|
|
1961
|
-
"declaration": {
|
|
1962
|
-
"name": "menuTemplate",
|
|
1963
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1964
|
-
}
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "js",
|
|
1968
|
-
"name": "singleOptionTemplate",
|
|
1969
|
-
"declaration": {
|
|
1970
|
-
"name": "singleOptionTemplate",
|
|
1971
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"kind": "js",
|
|
1976
|
-
"name": "foundationActionsMenuTemplate",
|
|
2010
|
+
"name": "foundationAccordionItemTemplate",
|
|
1977
2011
|
"declaration": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "src/
|
|
2012
|
+
"name": "foundationAccordionItemTemplate",
|
|
2013
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1980
2014
|
}
|
|
1981
2015
|
}
|
|
1982
2016
|
]
|
|
1983
2017
|
},
|
|
1984
2018
|
{
|
|
1985
2019
|
"kind": "javascript-module",
|
|
1986
|
-
"path": "src/
|
|
2020
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1987
2021
|
"declarations": [
|
|
1988
2022
|
{
|
|
1989
2023
|
"kind": "class",
|
|
1990
2024
|
"description": "",
|
|
1991
|
-
"name": "
|
|
1992
|
-
"
|
|
2025
|
+
"name": "AccordionItem",
|
|
2026
|
+
"superclass": {
|
|
2027
|
+
"name": "FASTAccordionItem",
|
|
2028
|
+
"package": "@microsoft/fast-components"
|
|
2029
|
+
},
|
|
2030
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2031
|
+
"customElement": true,
|
|
2032
|
+
"attributes": [
|
|
1993
2033
|
{
|
|
1994
|
-
"
|
|
1995
|
-
"name": "actions",
|
|
2034
|
+
"name": "heading-level",
|
|
1996
2035
|
"type": {
|
|
1997
|
-
"text": "
|
|
2036
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2037
|
+
},
|
|
2038
|
+
"default": "2",
|
|
2039
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2040
|
+
"fieldName": "headinglevel",
|
|
2041
|
+
"inheritedFrom": {
|
|
2042
|
+
"name": "AccordionItem",
|
|
2043
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1998
2044
|
}
|
|
1999
2045
|
},
|
|
2000
2046
|
{
|
|
2001
|
-
"kind": "field",
|
|
2002
|
-
"name": "isVertical",
|
|
2003
2047
|
"type": {
|
|
2004
2048
|
"text": "boolean"
|
|
2005
2049
|
},
|
|
2006
|
-
"default": "false"
|
|
2050
|
+
"default": "false",
|
|
2051
|
+
"description": "Expands or collapses the item.",
|
|
2052
|
+
"fieldName": "expanded",
|
|
2053
|
+
"inheritedFrom": {
|
|
2054
|
+
"name": "AccordionItem",
|
|
2055
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2056
|
+
}
|
|
2007
2057
|
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "id",
|
|
2060
|
+
"type": {
|
|
2061
|
+
"text": "string"
|
|
2062
|
+
},
|
|
2063
|
+
"description": "The item ID",
|
|
2064
|
+
"fieldName": "id",
|
|
2065
|
+
"inheritedFrom": {
|
|
2066
|
+
"name": "AccordionItem",
|
|
2067
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
],
|
|
2071
|
+
"members": [
|
|
2008
2072
|
{
|
|
2009
2073
|
"kind": "field",
|
|
2010
|
-
"name": "
|
|
2074
|
+
"name": "headinglevel",
|
|
2011
2075
|
"type": {
|
|
2012
|
-
"text": "
|
|
2076
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2013
2077
|
},
|
|
2014
|
-
"
|
|
2078
|
+
"privacy": "public",
|
|
2079
|
+
"default": "2",
|
|
2080
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2081
|
+
"inheritedFrom": {
|
|
2082
|
+
"name": "AccordionItem",
|
|
2083
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2084
|
+
}
|
|
2015
2085
|
},
|
|
2016
2086
|
{
|
|
2017
2087
|
"kind": "field",
|
|
2018
|
-
"name": "
|
|
2088
|
+
"name": "expanded",
|
|
2019
2089
|
"type": {
|
|
2020
2090
|
"text": "boolean"
|
|
2021
2091
|
},
|
|
2022
|
-
"
|
|
2092
|
+
"privacy": "public",
|
|
2093
|
+
"default": "false",
|
|
2094
|
+
"description": "Expands or collapses the item.",
|
|
2095
|
+
"inheritedFrom": {
|
|
2096
|
+
"name": "AccordionItem",
|
|
2097
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2098
|
+
}
|
|
2023
2099
|
},
|
|
2024
2100
|
{
|
|
2025
2101
|
"kind": "field",
|
|
2026
|
-
"name": "
|
|
2102
|
+
"name": "id",
|
|
2027
2103
|
"type": {
|
|
2028
2104
|
"text": "string"
|
|
2105
|
+
},
|
|
2106
|
+
"privacy": "public",
|
|
2107
|
+
"description": "The item ID",
|
|
2108
|
+
"inheritedFrom": {
|
|
2109
|
+
"name": "AccordionItem",
|
|
2110
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2029
2111
|
}
|
|
2030
2112
|
},
|
|
2031
2113
|
{
|
|
2032
2114
|
"kind": "field",
|
|
2033
|
-
"name": "
|
|
2034
|
-
"
|
|
2035
|
-
|
|
2115
|
+
"name": "change",
|
|
2116
|
+
"privacy": "private",
|
|
2117
|
+
"inheritedFrom": {
|
|
2118
|
+
"name": "AccordionItem",
|
|
2119
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2036
2120
|
}
|
|
2037
2121
|
},
|
|
2038
2122
|
{
|
|
2039
2123
|
"kind": "field",
|
|
2040
|
-
"name": "
|
|
2124
|
+
"name": "_presentation",
|
|
2041
2125
|
"type": {
|
|
2042
|
-
"text": "
|
|
2043
|
-
},
|
|
2044
|
-
"default": "'Actions'"
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"kind": "field",
|
|
2048
|
-
"name": "open",
|
|
2049
|
-
"type": {
|
|
2050
|
-
"text": "boolean"
|
|
2051
|
-
},
|
|
2052
|
-
"default": "false"
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"kind": "field",
|
|
2056
|
-
"name": "buttonAppearance",
|
|
2057
|
-
"type": {
|
|
2058
|
-
"text": "string"
|
|
2059
|
-
}
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"kind": "field",
|
|
2063
|
-
"name": "hideDisabled",
|
|
2064
|
-
"type": {
|
|
2065
|
-
"text": "boolean"
|
|
2066
|
-
},
|
|
2067
|
-
"default": "false"
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
"kind": "field",
|
|
2071
|
-
"name": "hideMenuSingleOption",
|
|
2072
|
-
"type": {
|
|
2073
|
-
"text": "boolean"
|
|
2074
|
-
},
|
|
2075
|
-
"default": "false"
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
"kind": "field",
|
|
2079
|
-
"name": "singleOption",
|
|
2080
|
-
"type": {
|
|
2081
|
-
"text": "ActionMenuItem"
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"kind": "field",
|
|
2086
|
-
"name": "actionsMenu",
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "HTMLElement"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "field",
|
|
2093
|
-
"name": "actionsOpener",
|
|
2094
|
-
"type": {
|
|
2095
|
-
"text": "HTMLElement"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"kind": "method",
|
|
2100
|
-
"name": "updateMenuPosition",
|
|
2101
|
-
"privacy": "private"
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"kind": "method",
|
|
2105
|
-
"name": "definitionChanged",
|
|
2106
|
-
"privacy": "protected",
|
|
2107
|
-
"parameters": [
|
|
2108
|
-
{
|
|
2109
|
-
"name": "oldValue",
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "any"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"name": "newValue",
|
|
2116
|
-
"type": {
|
|
2117
|
-
"text": "any"
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
|
-
]
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"kind": "method",
|
|
2124
|
-
"name": "openChanged",
|
|
2125
|
-
"privacy": "protected"
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"kind": "method",
|
|
2129
|
-
"name": "toggleActionsMenuVisibility"
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"kind": "method",
|
|
2133
|
-
"name": "onActionMenuItemClick",
|
|
2134
|
-
"parameters": [
|
|
2135
|
-
{
|
|
2136
|
-
"name": "callback",
|
|
2137
|
-
"type": {
|
|
2138
|
-
"text": "(rowData) => void | any"
|
|
2139
|
-
}
|
|
2140
|
-
}
|
|
2141
|
-
]
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"kind": "field",
|
|
2145
|
-
"name": "allActions",
|
|
2146
|
-
"type": {
|
|
2147
|
-
"text": "ActionMenuItem[]"
|
|
2148
|
-
},
|
|
2149
|
-
"readonly": true
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "field",
|
|
2153
|
-
"name": "rowData",
|
|
2154
|
-
"readonly": true
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"kind": "method",
|
|
2158
|
-
"name": "getLabel",
|
|
2159
|
-
"parameters": [
|
|
2160
|
-
{
|
|
2161
|
-
"name": "name",
|
|
2162
|
-
"type": {
|
|
2163
|
-
"text": "string | ((rowData: any) => string)"
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
|
-
]
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"kind": "method",
|
|
2170
|
-
"name": "getTemplate",
|
|
2171
|
-
"parameters": [
|
|
2172
|
-
{
|
|
2173
|
-
"name": "prefix",
|
|
2174
|
-
"type": {
|
|
2175
|
-
"text": "string"
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2178
|
-
]
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"kind": "field",
|
|
2182
|
-
"name": "_presentation",
|
|
2183
|
-
"type": {
|
|
2184
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2126
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2185
2127
|
},
|
|
2186
2128
|
"privacy": "private",
|
|
2187
2129
|
"default": "void 0",
|
|
@@ -2289,115 +2231,86 @@
|
|
|
2289
2231
|
}
|
|
2290
2232
|
}
|
|
2291
2233
|
],
|
|
2292
|
-
"
|
|
2293
|
-
{
|
|
2294
|
-
"name": "is-vertical",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "boolean"
|
|
2297
|
-
},
|
|
2298
|
-
"default": "false",
|
|
2299
|
-
"fieldName": "isVertical"
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"name": "add-default-actions",
|
|
2303
|
-
"type": {
|
|
2304
|
-
"text": "boolean"
|
|
2305
|
-
},
|
|
2306
|
-
"default": "true",
|
|
2307
|
-
"fieldName": "addDefaultActions"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"name": "auto-close-on-action",
|
|
2311
|
-
"type": {
|
|
2312
|
-
"text": "boolean"
|
|
2313
|
-
},
|
|
2314
|
-
"default": "true",
|
|
2315
|
-
"fieldName": "autoCloseOnAction"
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "name",
|
|
2319
|
-
"type": {
|
|
2320
|
-
"text": "string"
|
|
2321
|
-
},
|
|
2322
|
-
"default": "'Actions'",
|
|
2323
|
-
"fieldName": "name"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "open",
|
|
2327
|
-
"type": {
|
|
2328
|
-
"text": "boolean"
|
|
2329
|
-
},
|
|
2330
|
-
"default": "false",
|
|
2331
|
-
"fieldName": "open"
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "buttonAppearance",
|
|
2335
|
-
"type": {
|
|
2336
|
-
"text": "string"
|
|
2337
|
-
},
|
|
2338
|
-
"fieldName": "buttonAppearance"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "hide-disabled",
|
|
2342
|
-
"type": {
|
|
2343
|
-
"text": "boolean"
|
|
2344
|
-
},
|
|
2345
|
-
"default": "false",
|
|
2346
|
-
"fieldName": "hideDisabled"
|
|
2347
|
-
},
|
|
2234
|
+
"events": [
|
|
2348
2235
|
{
|
|
2349
|
-
"
|
|
2350
|
-
"
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2236
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2237
|
+
"name": "change",
|
|
2238
|
+
"inheritedFrom": {
|
|
2239
|
+
"name": "AccordionItem",
|
|
2240
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2241
|
+
}
|
|
2355
2242
|
}
|
|
2356
|
-
]
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2243
|
+
]
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "variable",
|
|
2247
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2248
|
+
"type": {
|
|
2249
|
+
"text": "ShadowRootInit"
|
|
2360
2250
|
},
|
|
2361
|
-
"
|
|
2362
|
-
"customElement": true
|
|
2251
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2363
2252
|
},
|
|
2364
2253
|
{
|
|
2365
2254
|
"kind": "variable",
|
|
2366
|
-
"name": "
|
|
2367
|
-
"
|
|
2255
|
+
"name": "defaultAccordionItemConfig",
|
|
2256
|
+
"type": {
|
|
2257
|
+
"text": "object"
|
|
2258
|
+
},
|
|
2259
|
+
"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}"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "variable",
|
|
2263
|
+
"name": "foundationAccordionItem",
|
|
2264
|
+
"description": "The Foundation Accordion Item",
|
|
2368
2265
|
"privacy": "public"
|
|
2369
2266
|
}
|
|
2370
2267
|
],
|
|
2371
2268
|
"exports": [
|
|
2372
2269
|
{
|
|
2373
2270
|
"kind": "js",
|
|
2374
|
-
"name": "
|
|
2271
|
+
"name": "AccordionItem",
|
|
2375
2272
|
"declaration": {
|
|
2376
|
-
"name": "
|
|
2377
|
-
"module": "src/
|
|
2273
|
+
"name": "AccordionItem",
|
|
2274
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2378
2275
|
}
|
|
2379
2276
|
},
|
|
2380
2277
|
{
|
|
2381
2278
|
"kind": "js",
|
|
2382
|
-
"name": "
|
|
2279
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2383
2280
|
"declaration": {
|
|
2384
|
-
"name": "
|
|
2385
|
-
"module": "src/
|
|
2281
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2282
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2386
2283
|
}
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "js",
|
|
2287
|
+
"name": "defaultAccordionItemConfig",
|
|
2288
|
+
"declaration": {
|
|
2289
|
+
"name": "defaultAccordionItemConfig",
|
|
2290
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"kind": "js",
|
|
2295
|
+
"name": "foundationAccordionItem",
|
|
2296
|
+
"declaration": {
|
|
2297
|
+
"name": "foundationAccordionItem",
|
|
2298
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
]
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"kind": "javascript-module",
|
|
2305
|
+
"path": "src/accordion-item/index.ts",
|
|
2306
|
+
"declarations": [],
|
|
2394
2307
|
"exports": [
|
|
2395
2308
|
{
|
|
2396
2309
|
"kind": "js",
|
|
2397
2310
|
"name": "*",
|
|
2398
2311
|
"declaration": {
|
|
2399
2312
|
"name": "*",
|
|
2400
|
-
"package": "./
|
|
2313
|
+
"package": "./accordion-item.template"
|
|
2401
2314
|
}
|
|
2402
2315
|
},
|
|
2403
2316
|
{
|
|
@@ -2405,7 +2318,7 @@
|
|
|
2405
2318
|
"name": "*",
|
|
2406
2319
|
"declaration": {
|
|
2407
2320
|
"name": "*",
|
|
2408
|
-
"package": "./
|
|
2321
|
+
"package": "./accordion-item.styles"
|
|
2409
2322
|
}
|
|
2410
2323
|
},
|
|
2411
2324
|
{
|
|
@@ -2413,122 +2326,241 @@
|
|
|
2413
2326
|
"name": "*",
|
|
2414
2327
|
"declaration": {
|
|
2415
2328
|
"name": "*",
|
|
2416
|
-
"package": "./
|
|
2329
|
+
"package": "./accordion-item"
|
|
2417
2330
|
}
|
|
2418
2331
|
}
|
|
2419
2332
|
]
|
|
2420
2333
|
},
|
|
2421
2334
|
{
|
|
2422
2335
|
"kind": "javascript-module",
|
|
2423
|
-
"path": "src/
|
|
2336
|
+
"path": "src/_config/index.ts",
|
|
2337
|
+
"declarations": [],
|
|
2338
|
+
"exports": [
|
|
2339
|
+
{
|
|
2340
|
+
"kind": "js",
|
|
2341
|
+
"name": "*",
|
|
2342
|
+
"declaration": {
|
|
2343
|
+
"name": "*",
|
|
2344
|
+
"package": "./styles"
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"kind": "js",
|
|
2349
|
+
"name": "*",
|
|
2350
|
+
"declaration": {
|
|
2351
|
+
"name": "*",
|
|
2352
|
+
"package": "./tokens"
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"kind": "js",
|
|
2357
|
+
"name": "*",
|
|
2358
|
+
"declaration": {
|
|
2359
|
+
"name": "*",
|
|
2360
|
+
"package": "./values"
|
|
2361
|
+
}
|
|
2362
|
+
}
|
|
2363
|
+
]
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"kind": "javascript-module",
|
|
2367
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2424
2368
|
"declarations": [
|
|
2425
2369
|
{
|
|
2426
|
-
"kind": "
|
|
2427
|
-
"name": "
|
|
2428
|
-
"
|
|
2370
|
+
"kind": "function",
|
|
2371
|
+
"name": "actionsMenuBaseStyles",
|
|
2372
|
+
"return": {
|
|
2373
|
+
"type": {
|
|
2374
|
+
"text": "ElementStyles"
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2377
|
+
"parameters": [
|
|
2378
|
+
{
|
|
2379
|
+
"name": "context",
|
|
2380
|
+
"type": {
|
|
2381
|
+
"text": "ElementDefinitionContext"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "definition",
|
|
2386
|
+
"type": {
|
|
2387
|
+
"text": "FoundationElementDefinition"
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
2390
|
+
]
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "function",
|
|
2394
|
+
"name": "foundationActionsMenuStyles",
|
|
2395
|
+
"return": {
|
|
2396
|
+
"type": {
|
|
2397
|
+
"text": "ElementStyles"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
"parameters": [
|
|
2401
|
+
{
|
|
2402
|
+
"name": "context",
|
|
2403
|
+
"type": {
|
|
2404
|
+
"text": "ElementDefinitionContext"
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "definition",
|
|
2409
|
+
"type": {
|
|
2410
|
+
"text": "FoundationElementDefinition"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
]
|
|
2429
2414
|
}
|
|
2430
2415
|
],
|
|
2431
2416
|
"exports": [
|
|
2432
2417
|
{
|
|
2433
2418
|
"kind": "js",
|
|
2434
|
-
"name": "
|
|
2419
|
+
"name": "actionsMenuBaseStyles",
|
|
2435
2420
|
"declaration": {
|
|
2436
|
-
"name": "
|
|
2437
|
-
"module": "src/
|
|
2421
|
+
"name": "actionsMenuBaseStyles",
|
|
2422
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "js",
|
|
2427
|
+
"name": "foundationActionsMenuStyles",
|
|
2428
|
+
"declaration": {
|
|
2429
|
+
"name": "foundationActionsMenuStyles",
|
|
2430
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2438
2431
|
}
|
|
2439
2432
|
}
|
|
2440
2433
|
]
|
|
2441
2434
|
},
|
|
2442
2435
|
{
|
|
2443
2436
|
"kind": "javascript-module",
|
|
2444
|
-
"path": "src/
|
|
2437
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2445
2438
|
"declarations": [
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "function",
|
|
2441
|
+
"name": "menuTemplate",
|
|
2442
|
+
"parameters": [
|
|
2443
|
+
{
|
|
2444
|
+
"name": "prefix",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "string"
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
]
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"kind": "function",
|
|
2453
|
+
"name": "singleOptionTemplate",
|
|
2454
|
+
"parameters": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "prefix",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "string"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
]
|
|
2462
|
+
},
|
|
2446
2463
|
{
|
|
2447
2464
|
"kind": "variable",
|
|
2448
|
-
"name": "
|
|
2465
|
+
"name": "foundationActionsMenuTemplate",
|
|
2449
2466
|
"type": {
|
|
2450
|
-
"text": "ViewTemplate<
|
|
2467
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2451
2468
|
},
|
|
2452
|
-
"default": "html`\n ${(x) =>
|
|
2469
|
+
"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`"
|
|
2453
2470
|
}
|
|
2454
2471
|
],
|
|
2455
2472
|
"exports": [
|
|
2456
2473
|
{
|
|
2457
2474
|
"kind": "js",
|
|
2458
|
-
"name": "
|
|
2475
|
+
"name": "menuTemplate",
|
|
2459
2476
|
"declaration": {
|
|
2460
|
-
"name": "
|
|
2461
|
-
"module": "src/
|
|
2477
|
+
"name": "menuTemplate",
|
|
2478
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"kind": "js",
|
|
2483
|
+
"name": "singleOptionTemplate",
|
|
2484
|
+
"declaration": {
|
|
2485
|
+
"name": "singleOptionTemplate",
|
|
2486
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"kind": "js",
|
|
2491
|
+
"name": "foundationActionsMenuTemplate",
|
|
2492
|
+
"declaration": {
|
|
2493
|
+
"name": "foundationActionsMenuTemplate",
|
|
2494
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2462
2495
|
}
|
|
2463
2496
|
}
|
|
2464
2497
|
]
|
|
2465
2498
|
},
|
|
2466
2499
|
{
|
|
2467
2500
|
"kind": "javascript-module",
|
|
2468
|
-
"path": "src/
|
|
2501
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2469
2502
|
"declarations": [
|
|
2470
2503
|
{
|
|
2471
2504
|
"kind": "class",
|
|
2472
|
-
"description": "
|
|
2473
|
-
"name": "
|
|
2505
|
+
"description": "",
|
|
2506
|
+
"name": "ActionsMenu",
|
|
2474
2507
|
"members": [
|
|
2475
2508
|
{
|
|
2476
2509
|
"kind": "field",
|
|
2477
|
-
"name": "
|
|
2510
|
+
"name": "actions",
|
|
2478
2511
|
"type": {
|
|
2479
|
-
"text": "
|
|
2512
|
+
"text": "ActionMenuItem[]"
|
|
2480
2513
|
}
|
|
2481
2514
|
},
|
|
2482
2515
|
{
|
|
2483
2516
|
"kind": "field",
|
|
2484
|
-
"name": "
|
|
2517
|
+
"name": "isVertical",
|
|
2485
2518
|
"type": {
|
|
2486
|
-
"text": "
|
|
2519
|
+
"text": "boolean"
|
|
2487
2520
|
},
|
|
2488
|
-
"default": "
|
|
2521
|
+
"default": "false"
|
|
2489
2522
|
},
|
|
2490
2523
|
{
|
|
2491
2524
|
"kind": "field",
|
|
2492
|
-
"name": "
|
|
2525
|
+
"name": "addDefaultActions",
|
|
2493
2526
|
"type": {
|
|
2494
2527
|
"text": "boolean"
|
|
2495
|
-
}
|
|
2528
|
+
},
|
|
2529
|
+
"default": "true"
|
|
2496
2530
|
},
|
|
2497
2531
|
{
|
|
2498
2532
|
"kind": "field",
|
|
2499
|
-
"name": "
|
|
2533
|
+
"name": "autoCloseOnAction",
|
|
2500
2534
|
"type": {
|
|
2501
|
-
"text": "
|
|
2535
|
+
"text": "boolean"
|
|
2502
2536
|
},
|
|
2503
|
-
"default": "
|
|
2537
|
+
"default": "true"
|
|
2504
2538
|
},
|
|
2505
2539
|
{
|
|
2506
2540
|
"kind": "field",
|
|
2507
|
-
"name": "
|
|
2541
|
+
"name": "classNames",
|
|
2508
2542
|
"type": {
|
|
2509
|
-
"text": "
|
|
2510
|
-
}
|
|
2511
|
-
"default": "false"
|
|
2543
|
+
"text": "string"
|
|
2544
|
+
}
|
|
2512
2545
|
},
|
|
2513
2546
|
{
|
|
2514
2547
|
"kind": "field",
|
|
2515
|
-
"name": "
|
|
2548
|
+
"name": "definition",
|
|
2516
2549
|
"type": {
|
|
2517
|
-
"text": "
|
|
2518
|
-
}
|
|
2519
|
-
"default": "null"
|
|
2550
|
+
"text": "any"
|
|
2551
|
+
}
|
|
2520
2552
|
},
|
|
2521
2553
|
{
|
|
2522
2554
|
"kind": "field",
|
|
2523
|
-
"name": "
|
|
2555
|
+
"name": "name",
|
|
2524
2556
|
"type": {
|
|
2525
|
-
"text": "
|
|
2557
|
+
"text": "string"
|
|
2526
2558
|
},
|
|
2527
|
-
"default": "
|
|
2559
|
+
"default": "'Actions'"
|
|
2528
2560
|
},
|
|
2529
2561
|
{
|
|
2530
2562
|
"kind": "field",
|
|
2531
|
-
"name": "
|
|
2563
|
+
"name": "open",
|
|
2532
2564
|
"type": {
|
|
2533
2565
|
"text": "boolean"
|
|
2534
2566
|
},
|
|
@@ -2536,15 +2568,14 @@
|
|
|
2536
2568
|
},
|
|
2537
2569
|
{
|
|
2538
2570
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2571
|
+
"name": "buttonAppearance",
|
|
2540
2572
|
"type": {
|
|
2541
|
-
"text": "
|
|
2542
|
-
}
|
|
2543
|
-
"default": "[]"
|
|
2573
|
+
"text": "string"
|
|
2574
|
+
}
|
|
2544
2575
|
},
|
|
2545
2576
|
{
|
|
2546
2577
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2578
|
+
"name": "hideDisabled",
|
|
2548
2579
|
"type": {
|
|
2549
2580
|
"text": "boolean"
|
|
2550
2581
|
},
|
|
@@ -2552,125 +2583,114 @@
|
|
|
2552
2583
|
},
|
|
2553
2584
|
{
|
|
2554
2585
|
"kind": "field",
|
|
2555
|
-
"name": "
|
|
2586
|
+
"name": "hideMenuSingleOption",
|
|
2556
2587
|
"type": {
|
|
2557
|
-
"text": "
|
|
2588
|
+
"text": "boolean"
|
|
2558
2589
|
},
|
|
2559
|
-
"
|
|
2590
|
+
"default": "false"
|
|
2560
2591
|
},
|
|
2561
2592
|
{
|
|
2562
2593
|
"kind": "field",
|
|
2563
|
-
"name": "
|
|
2594
|
+
"name": "singleOption",
|
|
2564
2595
|
"type": {
|
|
2565
|
-
"text": "
|
|
2566
|
-
}
|
|
2567
|
-
"privacy": "private",
|
|
2568
|
-
"default": "null"
|
|
2596
|
+
"text": "ActionMenuItem"
|
|
2597
|
+
}
|
|
2569
2598
|
},
|
|
2570
2599
|
{
|
|
2571
2600
|
"kind": "field",
|
|
2572
|
-
"name": "
|
|
2601
|
+
"name": "actionsMenu",
|
|
2573
2602
|
"type": {
|
|
2574
|
-
"text": "
|
|
2575
|
-
}
|
|
2576
|
-
"privacy": "private",
|
|
2577
|
-
"default": "null"
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"kind": "field",
|
|
2581
|
-
"name": "speechAvailable",
|
|
2582
|
-
"type": {
|
|
2583
|
-
"text": "boolean"
|
|
2584
|
-
},
|
|
2585
|
-
"readonly": true
|
|
2603
|
+
"text": "HTMLElement"
|
|
2604
|
+
}
|
|
2586
2605
|
},
|
|
2587
2606
|
{
|
|
2588
2607
|
"kind": "field",
|
|
2589
|
-
"name": "
|
|
2608
|
+
"name": "actionsOpener",
|
|
2590
2609
|
"type": {
|
|
2591
|
-
"text": "
|
|
2592
|
-
}
|
|
2593
|
-
"readonly": true
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"kind": "method",
|
|
2597
|
-
"name": "getFieldLabel",
|
|
2598
|
-
"privacy": "private",
|
|
2599
|
-
"return": {
|
|
2600
|
-
"type": {
|
|
2601
|
-
"text": "string"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
"parameters": [
|
|
2605
|
-
{
|
|
2606
|
-
"name": "fieldName",
|
|
2607
|
-
"type": {
|
|
2608
|
-
"text": "string"
|
|
2609
|
-
}
|
|
2610
|
-
}
|
|
2611
|
-
]
|
|
2610
|
+
"text": "HTMLElement"
|
|
2611
|
+
}
|
|
2612
2612
|
},
|
|
2613
2613
|
{
|
|
2614
2614
|
"kind": "method",
|
|
2615
|
-
"name": "
|
|
2616
|
-
"
|
|
2617
|
-
"type": {
|
|
2618
|
-
"text": "void"
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2615
|
+
"name": "updateMenuPosition",
|
|
2616
|
+
"privacy": "private"
|
|
2621
2617
|
},
|
|
2622
2618
|
{
|
|
2623
2619
|
"kind": "method",
|
|
2624
|
-
"name": "
|
|
2625
|
-
"
|
|
2626
|
-
"type": {
|
|
2627
|
-
"text": "void"
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2620
|
+
"name": "definitionChanged",
|
|
2621
|
+
"privacy": "protected",
|
|
2630
2622
|
"parameters": [
|
|
2631
2623
|
{
|
|
2632
|
-
"name": "
|
|
2624
|
+
"name": "oldValue",
|
|
2633
2625
|
"type": {
|
|
2634
|
-
"text": "
|
|
2626
|
+
"text": "any"
|
|
2635
2627
|
}
|
|
2636
2628
|
},
|
|
2637
2629
|
{
|
|
2638
|
-
"name": "
|
|
2630
|
+
"name": "newValue",
|
|
2639
2631
|
"type": {
|
|
2640
|
-
"text": "
|
|
2632
|
+
"text": "any"
|
|
2641
2633
|
}
|
|
2642
2634
|
}
|
|
2643
2635
|
]
|
|
2644
2636
|
},
|
|
2645
2637
|
{
|
|
2646
2638
|
"kind": "method",
|
|
2647
|
-
"name": "
|
|
2648
|
-
"
|
|
2649
|
-
"type": {
|
|
2650
|
-
"text": "void"
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2639
|
+
"name": "openChanged",
|
|
2640
|
+
"privacy": "protected"
|
|
2653
2641
|
},
|
|
2654
2642
|
{
|
|
2655
2643
|
"kind": "method",
|
|
2656
|
-
"name": "
|
|
2644
|
+
"name": "toggleActionsMenuVisibility"
|
|
2657
2645
|
},
|
|
2658
2646
|
{
|
|
2659
2647
|
"kind": "method",
|
|
2660
|
-
"name": "
|
|
2648
|
+
"name": "onActionMenuItemClick",
|
|
2649
|
+
"parameters": [
|
|
2650
|
+
{
|
|
2651
|
+
"name": "callback",
|
|
2652
|
+
"type": {
|
|
2653
|
+
"text": "(rowData) => void | any"
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
]
|
|
2661
2657
|
},
|
|
2662
2658
|
{
|
|
2663
|
-
"kind": "
|
|
2664
|
-
"name": "
|
|
2659
|
+
"kind": "field",
|
|
2660
|
+
"name": "allActions",
|
|
2661
|
+
"type": {
|
|
2662
|
+
"text": "ActionMenuItem[]"
|
|
2663
|
+
},
|
|
2664
|
+
"readonly": true
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"kind": "field",
|
|
2668
|
+
"name": "rowData",
|
|
2669
|
+
"readonly": true
|
|
2665
2670
|
},
|
|
2666
2671
|
{
|
|
2667
2672
|
"kind": "method",
|
|
2668
|
-
"name": "
|
|
2673
|
+
"name": "getLabel",
|
|
2674
|
+
"parameters": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "name",
|
|
2677
|
+
"type": {
|
|
2678
|
+
"text": "string | ((rowData: any) => string)"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2669
2682
|
},
|
|
2670
2683
|
{
|
|
2671
2684
|
"kind": "method",
|
|
2672
|
-
"name": "
|
|
2673
|
-
"
|
|
2685
|
+
"name": "getTemplate",
|
|
2686
|
+
"parameters": [
|
|
2687
|
+
{
|
|
2688
|
+
"name": "prefix",
|
|
2689
|
+
"type": {
|
|
2690
|
+
"text": "string"
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2674
2694
|
},
|
|
2675
2695
|
{
|
|
2676
2696
|
"kind": "field",
|
|
@@ -2784,154 +2804,115 @@
|
|
|
2784
2804
|
}
|
|
2785
2805
|
}
|
|
2786
2806
|
],
|
|
2787
|
-
"
|
|
2807
|
+
"attributes": [
|
|
2788
2808
|
{
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2809
|
+
"name": "is-vertical",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"text": "boolean"
|
|
2812
|
+
},
|
|
2813
|
+
"default": "false",
|
|
2814
|
+
"fieldName": "isVertical"
|
|
2791
2815
|
},
|
|
2792
2816
|
{
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2817
|
+
"name": "add-default-actions",
|
|
2818
|
+
"type": {
|
|
2819
|
+
"text": "boolean"
|
|
2820
|
+
},
|
|
2821
|
+
"default": "true",
|
|
2822
|
+
"fieldName": "addDefaultActions"
|
|
2823
|
+
},
|
|
2798
2824
|
{
|
|
2799
|
-
"name": "
|
|
2825
|
+
"name": "auto-close-on-action",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "boolean"
|
|
2828
|
+
},
|
|
2829
|
+
"default": "true",
|
|
2830
|
+
"fieldName": "autoCloseOnAction"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "name",
|
|
2800
2834
|
"type": {
|
|
2801
2835
|
"text": "string"
|
|
2802
2836
|
},
|
|
2803
|
-
"default": "'
|
|
2804
|
-
"fieldName": "
|
|
2837
|
+
"default": "'Actions'",
|
|
2838
|
+
"fieldName": "name"
|
|
2805
2839
|
},
|
|
2806
2840
|
{
|
|
2841
|
+
"name": "open",
|
|
2807
2842
|
"type": {
|
|
2808
2843
|
"text": "boolean"
|
|
2809
2844
|
},
|
|
2810
|
-
"
|
|
2845
|
+
"default": "false",
|
|
2846
|
+
"fieldName": "open"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "buttonAppearance",
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "string"
|
|
2852
|
+
},
|
|
2853
|
+
"fieldName": "buttonAppearance"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "hide-disabled",
|
|
2857
|
+
"type": {
|
|
2858
|
+
"text": "boolean"
|
|
2859
|
+
},
|
|
2860
|
+
"default": "false",
|
|
2861
|
+
"fieldName": "hideDisabled"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "hide-menu-single-option",
|
|
2865
|
+
"type": {
|
|
2866
|
+
"text": "boolean"
|
|
2867
|
+
},
|
|
2868
|
+
"default": "false",
|
|
2869
|
+
"fieldName": "hideMenuSingleOption"
|
|
2811
2870
|
}
|
|
2812
2871
|
],
|
|
2813
2872
|
"superclass": {
|
|
2814
2873
|
"name": "FoundationElement",
|
|
2815
2874
|
"package": "@microsoft/fast-foundation"
|
|
2816
2875
|
},
|
|
2817
|
-
"tagName": "%%prefix%%-
|
|
2876
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2818
2877
|
"customElement": true
|
|
2819
2878
|
},
|
|
2820
2879
|
{
|
|
2821
2880
|
"kind": "variable",
|
|
2822
|
-
"name": "
|
|
2823
|
-
"
|
|
2824
|
-
|
|
2825
|
-
},
|
|
2826
|
-
"default": "undefined"
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"kind": "variable",
|
|
2830
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2831
|
-
"type": {
|
|
2832
|
-
"text": "object"
|
|
2833
|
-
},
|
|
2834
|
-
"default": "{}"
|
|
2835
|
-
},
|
|
2836
|
-
{
|
|
2837
|
-
"kind": "variable",
|
|
2838
|
-
"name": "foundationAiCriteriaSearch"
|
|
2881
|
+
"name": "foundationActionsMenu",
|
|
2882
|
+
"description": "The Foundation Actions Menu",
|
|
2883
|
+
"privacy": "public"
|
|
2839
2884
|
}
|
|
2840
2885
|
],
|
|
2841
2886
|
"exports": [
|
|
2842
2887
|
{
|
|
2843
2888
|
"kind": "js",
|
|
2844
|
-
"name": "
|
|
2845
|
-
"declaration": {
|
|
2846
|
-
"name": "AiCriteriaSearch",
|
|
2847
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"kind": "js",
|
|
2852
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2853
|
-
"declaration": {
|
|
2854
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2855
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2856
|
-
}
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"kind": "js",
|
|
2860
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2889
|
+
"name": "ActionsMenu",
|
|
2861
2890
|
"declaration": {
|
|
2862
|
-
"name": "
|
|
2863
|
-
"module": "src/
|
|
2891
|
+
"name": "ActionsMenu",
|
|
2892
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2864
2893
|
}
|
|
2865
2894
|
},
|
|
2866
2895
|
{
|
|
2867
2896
|
"kind": "js",
|
|
2868
|
-
"name": "
|
|
2897
|
+
"name": "foundationActionsMenu",
|
|
2869
2898
|
"declaration": {
|
|
2870
|
-
"name": "
|
|
2871
|
-
"module": "src/
|
|
2899
|
+
"name": "foundationActionsMenu",
|
|
2900
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2872
2901
|
}
|
|
2873
2902
|
}
|
|
2874
2903
|
]
|
|
2875
2904
|
},
|
|
2876
2905
|
{
|
|
2877
2906
|
"kind": "javascript-module",
|
|
2878
|
-
"path": "src/
|
|
2907
|
+
"path": "src/actions-menu/index.ts",
|
|
2879
2908
|
"declarations": [],
|
|
2880
2909
|
"exports": [
|
|
2881
|
-
{
|
|
2882
|
-
"kind": "js",
|
|
2883
|
-
"name": "AiCriteriaSearch",
|
|
2884
|
-
"declaration": {
|
|
2885
|
-
"name": "AiCriteriaSearch",
|
|
2886
|
-
"module": "./ai-criteria-search"
|
|
2887
|
-
}
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"kind": "js",
|
|
2891
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2892
|
-
"declaration": {
|
|
2893
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2894
|
-
"module": "./ai-criteria-search"
|
|
2895
|
-
}
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"kind": "js",
|
|
2899
|
-
"name": "foundationAiCriteriaSearch",
|
|
2900
|
-
"declaration": {
|
|
2901
|
-
"name": "foundationAiCriteriaSearch",
|
|
2902
|
-
"module": "./ai-criteria-search"
|
|
2903
|
-
}
|
|
2904
|
-
},
|
|
2905
|
-
{
|
|
2906
|
-
"kind": "js",
|
|
2907
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2908
|
-
"declaration": {
|
|
2909
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2910
|
-
"module": "./ai-criteria-search"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "js",
|
|
2915
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2916
|
-
"declaration": {
|
|
2917
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2918
|
-
"module": "./ai-criteria-search.styles"
|
|
2919
|
-
}
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "js",
|
|
2923
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2924
|
-
"declaration": {
|
|
2925
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2926
|
-
"module": "./ai-criteria-search.template"
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
2910
|
{
|
|
2930
2911
|
"kind": "js",
|
|
2931
2912
|
"name": "*",
|
|
2932
2913
|
"declaration": {
|
|
2933
2914
|
"name": "*",
|
|
2934
|
-
"package": "./
|
|
2915
|
+
"package": "./actions-menu.styles"
|
|
2935
2916
|
}
|
|
2936
2917
|
},
|
|
2937
2918
|
{
|
|
@@ -2939,7 +2920,7 @@
|
|
|
2939
2920
|
"name": "*",
|
|
2940
2921
|
"declaration": {
|
|
2941
2922
|
"name": "*",
|
|
2942
|
-
"package": "./
|
|
2923
|
+
"package": "./actions-menu.template"
|
|
2943
2924
|
}
|
|
2944
2925
|
},
|
|
2945
2926
|
{
|
|
@@ -2947,93 +2928,18 @@
|
|
|
2947
2928
|
"name": "*",
|
|
2948
2929
|
"declaration": {
|
|
2949
2930
|
"name": "*",
|
|
2950
|
-
"package": "./
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
]
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
"kind": "javascript-module",
|
|
2957
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2958
|
-
"declarations": [
|
|
2959
|
-
{
|
|
2960
|
-
"kind": "function",
|
|
2961
|
-
"name": "formatValidationErrors",
|
|
2962
|
-
"return": {
|
|
2963
|
-
"type": {
|
|
2964
|
-
"text": "string"
|
|
2965
|
-
}
|
|
2966
|
-
},
|
|
2967
|
-
"parameters": [
|
|
2968
|
-
{
|
|
2969
|
-
"name": "errors",
|
|
2970
|
-
"type": {
|
|
2971
|
-
"text": "ValidationError[]"
|
|
2972
|
-
}
|
|
2973
|
-
}
|
|
2974
|
-
],
|
|
2975
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"kind": "function",
|
|
2979
|
-
"name": "showCriteriaError",
|
|
2980
|
-
"return": {
|
|
2981
|
-
"type": {
|
|
2982
|
-
"text": "void"
|
|
2983
|
-
}
|
|
2984
|
-
},
|
|
2985
|
-
"parameters": [
|
|
2986
|
-
{
|
|
2987
|
-
"name": "title",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "string"
|
|
2990
|
-
},
|
|
2991
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"name": "body",
|
|
2995
|
-
"type": {
|
|
2996
|
-
"text": "string"
|
|
2997
|
-
},
|
|
2998
|
-
"description": "Error message to display"
|
|
2999
|
-
},
|
|
3000
|
-
{
|
|
3001
|
-
"name": "tagName",
|
|
3002
|
-
"type": {
|
|
3003
|
-
"text": "string"
|
|
3004
|
-
},
|
|
3005
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3006
|
-
}
|
|
3007
|
-
],
|
|
3008
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3009
|
-
}
|
|
3010
|
-
],
|
|
3011
|
-
"exports": [
|
|
3012
|
-
{
|
|
3013
|
-
"kind": "js",
|
|
3014
|
-
"name": "formatValidationErrors",
|
|
3015
|
-
"declaration": {
|
|
3016
|
-
"name": "formatValidationErrors",
|
|
3017
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"kind": "js",
|
|
3022
|
-
"name": "showCriteriaError",
|
|
3023
|
-
"declaration": {
|
|
3024
|
-
"name": "showCriteriaError",
|
|
3025
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2931
|
+
"package": "./actions-menu"
|
|
3026
2932
|
}
|
|
3027
2933
|
}
|
|
3028
2934
|
]
|
|
3029
2935
|
},
|
|
3030
2936
|
{
|
|
3031
2937
|
"kind": "javascript-module",
|
|
3032
|
-
"path": "src/
|
|
2938
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3033
2939
|
"declarations": [
|
|
3034
2940
|
{
|
|
3035
2941
|
"kind": "function",
|
|
3036
|
-
"name": "
|
|
2942
|
+
"name": "foundationAiIndicatorStyles",
|
|
3037
2943
|
"return": {
|
|
3038
2944
|
"type": {
|
|
3039
2945
|
"text": "ElementStyles"
|
|
@@ -3058,276 +2964,224 @@
|
|
|
3058
2964
|
"exports": [
|
|
3059
2965
|
{
|
|
3060
2966
|
"kind": "js",
|
|
3061
|
-
"name": "
|
|
2967
|
+
"name": "foundationAiIndicatorStyles",
|
|
3062
2968
|
"declaration": {
|
|
3063
|
-
"name": "
|
|
3064
|
-
"module": "src/
|
|
2969
|
+
"name": "foundationAiIndicatorStyles",
|
|
2970
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3065
2971
|
}
|
|
3066
2972
|
}
|
|
3067
2973
|
]
|
|
3068
2974
|
},
|
|
3069
2975
|
{
|
|
3070
2976
|
"kind": "javascript-module",
|
|
3071
|
-
"path": "src/
|
|
2977
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3072
2978
|
"declarations": [
|
|
3073
|
-
{
|
|
3074
|
-
"kind": "
|
|
3075
|
-
"name": "
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
},
|
|
3081
|
-
"parameters": [
|
|
3082
|
-
{
|
|
3083
|
-
"name": "context",
|
|
3084
|
-
"type": {
|
|
3085
|
-
"text": "ElementDefinitionContext"
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "definition",
|
|
3090
|
-
"type": {
|
|
3091
|
-
"text": "FoundationElementDefinition"
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
]
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "variable",
|
|
2981
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2982
|
+
"type": {
|
|
2983
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2984
|
+
},
|
|
2985
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3095
2986
|
}
|
|
3096
2987
|
],
|
|
3097
2988
|
"exports": [
|
|
3098
2989
|
{
|
|
3099
2990
|
"kind": "js",
|
|
3100
|
-
"name": "
|
|
2991
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3101
2992
|
"declaration": {
|
|
3102
|
-
"name": "
|
|
3103
|
-
"module": "src/
|
|
2993
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2994
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3104
2995
|
}
|
|
3105
2996
|
}
|
|
3106
2997
|
]
|
|
3107
2998
|
},
|
|
3108
2999
|
{
|
|
3109
3000
|
"kind": "javascript-module",
|
|
3110
|
-
"path": "src/
|
|
3001
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3111
3002
|
"declarations": [
|
|
3112
3003
|
{
|
|
3113
3004
|
"kind": "class",
|
|
3114
3005
|
"description": "",
|
|
3115
|
-
"name": "
|
|
3116
|
-
"
|
|
3117
|
-
"name": "FASTAccordion",
|
|
3118
|
-
"package": "@microsoft/fast-foundation"
|
|
3119
|
-
},
|
|
3120
|
-
"tagName": "%%prefix%%-accordion",
|
|
3121
|
-
"customElement": true,
|
|
3122
|
-
"attributes": [
|
|
3006
|
+
"name": "AiIndicator",
|
|
3007
|
+
"members": [
|
|
3123
3008
|
{
|
|
3124
|
-
"
|
|
3009
|
+
"kind": "field",
|
|
3010
|
+
"name": "providerRegistry",
|
|
3125
3011
|
"type": {
|
|
3126
|
-
"text": "
|
|
3127
|
-
},
|
|
3128
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3129
|
-
"fieldName": "expandmode",
|
|
3130
|
-
"inheritedFrom": {
|
|
3131
|
-
"name": "Accordion",
|
|
3132
|
-
"module": "src/accordion/accordion.ts"
|
|
3012
|
+
"text": "AIProviderRegistry"
|
|
3133
3013
|
}
|
|
3134
|
-
}
|
|
3135
|
-
],
|
|
3136
|
-
"members": [
|
|
3014
|
+
},
|
|
3137
3015
|
{
|
|
3138
3016
|
"kind": "field",
|
|
3139
|
-
"name": "
|
|
3017
|
+
"name": "aiProvider",
|
|
3140
3018
|
"type": {
|
|
3141
|
-
"text": "
|
|
3019
|
+
"text": "AIProvider | undefined"
|
|
3142
3020
|
},
|
|
3143
|
-
"privacy": "
|
|
3144
|
-
"description": "
|
|
3145
|
-
"
|
|
3146
|
-
"name": "Accordion",
|
|
3147
|
-
"module": "src/accordion/accordion.ts"
|
|
3148
|
-
}
|
|
3021
|
+
"privacy": "private",
|
|
3022
|
+
"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.",
|
|
3023
|
+
"readonly": true
|
|
3149
3024
|
},
|
|
3150
3025
|
{
|
|
3151
3026
|
"kind": "field",
|
|
3152
|
-
"name": "
|
|
3027
|
+
"name": "status",
|
|
3153
3028
|
"type": {
|
|
3154
|
-
"text": "
|
|
3029
|
+
"text": "AIStatus | null"
|
|
3155
3030
|
},
|
|
3156
|
-
"
|
|
3157
|
-
"inheritedFrom": {
|
|
3158
|
-
"name": "Accordion",
|
|
3159
|
-
"module": "src/accordion/accordion.ts"
|
|
3160
|
-
}
|
|
3031
|
+
"default": "null"
|
|
3161
3032
|
},
|
|
3162
3033
|
{
|
|
3163
3034
|
"kind": "field",
|
|
3164
|
-
"name": "
|
|
3035
|
+
"name": "open",
|
|
3165
3036
|
"type": {
|
|
3166
|
-
"text": "
|
|
3037
|
+
"text": "boolean"
|
|
3167
3038
|
},
|
|
3168
|
-
"
|
|
3169
|
-
"default": "0",
|
|
3170
|
-
"inheritedFrom": {
|
|
3171
|
-
"name": "Accordion",
|
|
3172
|
-
"module": "src/accordion/accordion.ts"
|
|
3173
|
-
}
|
|
3039
|
+
"default": "false"
|
|
3174
3040
|
},
|
|
3175
3041
|
{
|
|
3176
3042
|
"kind": "field",
|
|
3177
|
-
"name": "
|
|
3043
|
+
"name": "state",
|
|
3178
3044
|
"type": {
|
|
3179
|
-
"text": "
|
|
3045
|
+
"text": "AIIndicatorState"
|
|
3180
3046
|
},
|
|
3181
|
-
"
|
|
3182
|
-
"inheritedFrom": {
|
|
3183
|
-
"name": "Accordion",
|
|
3184
|
-
"module": "src/accordion/accordion.ts"
|
|
3185
|
-
}
|
|
3047
|
+
"default": "'none'"
|
|
3186
3048
|
},
|
|
3187
3049
|
{
|
|
3188
3050
|
"kind": "field",
|
|
3189
|
-
"name": "
|
|
3190
|
-
"
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
}
|
|
3051
|
+
"name": "isInstalling",
|
|
3052
|
+
"type": {
|
|
3053
|
+
"text": "boolean"
|
|
3054
|
+
},
|
|
3055
|
+
"default": "false"
|
|
3195
3056
|
},
|
|
3196
3057
|
{
|
|
3197
|
-
"kind": "
|
|
3198
|
-
"name": "
|
|
3058
|
+
"kind": "field",
|
|
3059
|
+
"name": "pollTimer",
|
|
3060
|
+
"type": {
|
|
3061
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3062
|
+
},
|
|
3199
3063
|
"privacy": "private",
|
|
3200
|
-
"
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3064
|
+
"default": "null"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"kind": "field",
|
|
3068
|
+
"name": "clickOutside",
|
|
3069
|
+
"privacy": "private"
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"kind": "field",
|
|
3073
|
+
"name": "chromeStatusLabel",
|
|
3074
|
+
"type": {
|
|
3075
|
+
"text": "string | null"
|
|
3204
3076
|
},
|
|
3205
|
-
"
|
|
3206
|
-
"name": "Accordion",
|
|
3207
|
-
"module": "src/accordion/accordion.ts"
|
|
3208
|
-
}
|
|
3077
|
+
"readonly": true
|
|
3209
3078
|
},
|
|
3210
3079
|
{
|
|
3211
3080
|
"kind": "field",
|
|
3212
|
-
"name": "
|
|
3213
|
-
"
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3081
|
+
"name": "canInstall",
|
|
3082
|
+
"type": {
|
|
3083
|
+
"text": "boolean"
|
|
3084
|
+
},
|
|
3085
|
+
"readonly": true
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"kind": "field",
|
|
3089
|
+
"name": "isDownloading",
|
|
3090
|
+
"type": {
|
|
3091
|
+
"text": "boolean"
|
|
3092
|
+
},
|
|
3093
|
+
"readonly": true
|
|
3218
3094
|
},
|
|
3219
3095
|
{
|
|
3220
3096
|
"kind": "method",
|
|
3221
|
-
"name": "
|
|
3222
|
-
"privacy": "private",
|
|
3097
|
+
"name": "openChanged",
|
|
3223
3098
|
"return": {
|
|
3224
3099
|
"type": {
|
|
3225
3100
|
"text": "void"
|
|
3226
3101
|
}
|
|
3227
|
-
},
|
|
3228
|
-
"inheritedFrom": {
|
|
3229
|
-
"name": "Accordion",
|
|
3230
|
-
"module": "src/accordion/accordion.ts"
|
|
3231
3102
|
}
|
|
3232
3103
|
},
|
|
3233
3104
|
{
|
|
3234
|
-
"kind": "
|
|
3235
|
-
"name": "
|
|
3105
|
+
"kind": "method",
|
|
3106
|
+
"name": "handleClickOutside",
|
|
3236
3107
|
"privacy": "private",
|
|
3237
|
-
"
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3108
|
+
"parameters": [
|
|
3109
|
+
{
|
|
3110
|
+
"name": "event",
|
|
3111
|
+
"type": {
|
|
3112
|
+
"text": "MouseEvent"
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
]
|
|
3241
3116
|
},
|
|
3242
3117
|
{
|
|
3243
|
-
"kind": "
|
|
3244
|
-
"name": "
|
|
3245
|
-
"privacy": "private",
|
|
3246
|
-
"inheritedFrom": {
|
|
3247
|
-
"name": "Accordion",
|
|
3248
|
-
"module": "src/accordion/accordion.ts"
|
|
3249
|
-
}
|
|
3118
|
+
"kind": "method",
|
|
3119
|
+
"name": "toggleDropdown"
|
|
3250
3120
|
},
|
|
3251
3121
|
{
|
|
3252
3122
|
"kind": "method",
|
|
3253
|
-
"name": "
|
|
3254
|
-
"privacy": "private",
|
|
3123
|
+
"name": "refreshStatus",
|
|
3255
3124
|
"return": {
|
|
3256
3125
|
"type": {
|
|
3257
|
-
"text": "
|
|
3126
|
+
"text": "Promise<void>"
|
|
3258
3127
|
}
|
|
3259
|
-
},
|
|
3260
|
-
"inheritedFrom": {
|
|
3261
|
-
"name": "Accordion",
|
|
3262
|
-
"module": "src/accordion/accordion.ts"
|
|
3263
3128
|
}
|
|
3264
3129
|
},
|
|
3265
3130
|
{
|
|
3266
3131
|
"kind": "method",
|
|
3267
|
-
"name": "
|
|
3132
|
+
"name": "deriveState",
|
|
3268
3133
|
"privacy": "private",
|
|
3269
3134
|
"return": {
|
|
3270
3135
|
"type": {
|
|
3271
|
-
"text": "
|
|
3136
|
+
"text": "AIIndicatorState"
|
|
3272
3137
|
}
|
|
3273
3138
|
},
|
|
3274
|
-
"
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3139
|
+
"parameters": [
|
|
3140
|
+
{
|
|
3141
|
+
"name": "s",
|
|
3142
|
+
"type": {
|
|
3143
|
+
"text": "AIStatus | null"
|
|
3144
|
+
}
|
|
3145
|
+
}
|
|
3146
|
+
]
|
|
3278
3147
|
},
|
|
3279
3148
|
{
|
|
3280
|
-
"kind": "
|
|
3281
|
-
"name": "
|
|
3149
|
+
"kind": "method",
|
|
3150
|
+
"name": "maybeStartPolling",
|
|
3282
3151
|
"privacy": "private",
|
|
3283
|
-
"
|
|
3284
|
-
"
|
|
3285
|
-
|
|
3152
|
+
"return": {
|
|
3153
|
+
"type": {
|
|
3154
|
+
"text": "void"
|
|
3155
|
+
}
|
|
3286
3156
|
}
|
|
3287
3157
|
},
|
|
3288
3158
|
{
|
|
3289
|
-
"kind": "
|
|
3290
|
-
"name": "
|
|
3159
|
+
"kind": "method",
|
|
3160
|
+
"name": "startPolling",
|
|
3291
3161
|
"privacy": "private",
|
|
3292
|
-
"
|
|
3293
|
-
"
|
|
3294
|
-
|
|
3162
|
+
"return": {
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "void"
|
|
3165
|
+
}
|
|
3295
3166
|
}
|
|
3296
3167
|
},
|
|
3297
3168
|
{
|
|
3298
3169
|
"kind": "method",
|
|
3299
|
-
"name": "
|
|
3170
|
+
"name": "stopPolling",
|
|
3300
3171
|
"privacy": "private",
|
|
3301
3172
|
"return": {
|
|
3302
3173
|
"type": {
|
|
3303
3174
|
"text": "void"
|
|
3304
3175
|
}
|
|
3305
|
-
},
|
|
3306
|
-
"parameters": [
|
|
3307
|
-
{
|
|
3308
|
-
"name": "adjustment",
|
|
3309
|
-
"type": {
|
|
3310
|
-
"text": "number"
|
|
3311
|
-
}
|
|
3312
|
-
}
|
|
3313
|
-
],
|
|
3314
|
-
"inheritedFrom": {
|
|
3315
|
-
"name": "Accordion",
|
|
3316
|
-
"module": "src/accordion/accordion.ts"
|
|
3317
3176
|
}
|
|
3318
3177
|
},
|
|
3319
3178
|
{
|
|
3320
3179
|
"kind": "method",
|
|
3321
|
-
"name": "
|
|
3322
|
-
"privacy": "private",
|
|
3180
|
+
"name": "onInstall",
|
|
3323
3181
|
"return": {
|
|
3324
3182
|
"type": {
|
|
3325
|
-
"text": "void"
|
|
3183
|
+
"text": "Promise<void>"
|
|
3326
3184
|
}
|
|
3327
|
-
},
|
|
3328
|
-
"inheritedFrom": {
|
|
3329
|
-
"name": "Accordion",
|
|
3330
|
-
"module": "src/accordion/accordion.ts"
|
|
3331
3185
|
}
|
|
3332
3186
|
},
|
|
3333
3187
|
{
|
|
@@ -3437,182 +3291,150 @@
|
|
|
3437
3291
|
],
|
|
3438
3292
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3439
3293
|
"inheritedFrom": {
|
|
3440
|
-
"name": "FoundationElement",
|
|
3441
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3442
|
-
}
|
|
3443
|
-
}
|
|
3444
|
-
],
|
|
3445
|
-
"events": [
|
|
3446
|
-
{
|
|
3447
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
3448
|
-
"name": "change",
|
|
3449
|
-
"inheritedFrom": {
|
|
3450
|
-
"name": "Accordion",
|
|
3451
|
-
"module": "src/accordion/accordion.ts"
|
|
3294
|
+
"name": "FoundationElement",
|
|
3295
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3452
3296
|
}
|
|
3453
3297
|
}
|
|
3454
|
-
]
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
"name": "foundationAccordionShadowOptions",
|
|
3459
|
-
"type": {
|
|
3460
|
-
"text": "ShadowRootInit"
|
|
3461
|
-
},
|
|
3462
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "variable",
|
|
3466
|
-
"name": "defaultAccordionConfig",
|
|
3467
|
-
"type": {
|
|
3468
|
-
"text": "object"
|
|
3298
|
+
],
|
|
3299
|
+
"superclass": {
|
|
3300
|
+
"name": "FoundationElement",
|
|
3301
|
+
"package": "@microsoft/fast-foundation"
|
|
3469
3302
|
},
|
|
3470
|
-
"
|
|
3303
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3304
|
+
"customElement": true
|
|
3471
3305
|
},
|
|
3472
3306
|
{
|
|
3473
3307
|
"kind": "variable",
|
|
3474
|
-
"name": "
|
|
3475
|
-
"description": "The Foundation Accordion",
|
|
3476
|
-
"privacy": "public"
|
|
3308
|
+
"name": "foundationAiIndicator"
|
|
3477
3309
|
}
|
|
3478
3310
|
],
|
|
3479
3311
|
"exports": [
|
|
3480
3312
|
{
|
|
3481
3313
|
"kind": "js",
|
|
3482
|
-
"name": "
|
|
3314
|
+
"name": "AiIndicator",
|
|
3483
3315
|
"declaration": {
|
|
3484
|
-
"name": "
|
|
3485
|
-
"module": "src/
|
|
3316
|
+
"name": "AiIndicator",
|
|
3317
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3486
3318
|
}
|
|
3487
3319
|
},
|
|
3488
3320
|
{
|
|
3489
3321
|
"kind": "js",
|
|
3490
|
-
"name": "
|
|
3322
|
+
"name": "foundationAiIndicator",
|
|
3491
3323
|
"declaration": {
|
|
3492
|
-
"name": "
|
|
3493
|
-
"module": "src/
|
|
3324
|
+
"name": "foundationAiIndicator",
|
|
3325
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
]
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"kind": "javascript-module",
|
|
3332
|
+
"path": "src/ai-indicator/index.ts",
|
|
3333
|
+
"declarations": [],
|
|
3334
|
+
"exports": [
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "js",
|
|
3337
|
+
"name": "AiIndicator",
|
|
3338
|
+
"declaration": {
|
|
3339
|
+
"name": "AiIndicator",
|
|
3340
|
+
"module": "./ai-indicator"
|
|
3494
3341
|
}
|
|
3495
3342
|
},
|
|
3496
3343
|
{
|
|
3497
3344
|
"kind": "js",
|
|
3498
|
-
"name": "
|
|
3345
|
+
"name": "foundationAiIndicator",
|
|
3499
3346
|
"declaration": {
|
|
3500
|
-
"name": "
|
|
3501
|
-
"module": "
|
|
3347
|
+
"name": "foundationAiIndicator",
|
|
3348
|
+
"module": "./ai-indicator"
|
|
3502
3349
|
}
|
|
3503
3350
|
},
|
|
3504
3351
|
{
|
|
3505
3352
|
"kind": "js",
|
|
3506
|
-
"name": "
|
|
3353
|
+
"name": "type",
|
|
3507
3354
|
"declaration": {
|
|
3508
|
-
"name": "
|
|
3509
|
-
"module": "
|
|
3355
|
+
"name": "type",
|
|
3356
|
+
"module": "./ai-indicator"
|
|
3510
3357
|
}
|
|
3511
|
-
}
|
|
3512
|
-
]
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"kind": "javascript-module",
|
|
3516
|
-
"path": "src/accordion/index.ts",
|
|
3517
|
-
"declarations": [],
|
|
3518
|
-
"exports": [
|
|
3358
|
+
},
|
|
3519
3359
|
{
|
|
3520
3360
|
"kind": "js",
|
|
3521
|
-
"name": "
|
|
3361
|
+
"name": "AIIndicatorState",
|
|
3522
3362
|
"declaration": {
|
|
3523
|
-
"name": "
|
|
3524
|
-
"
|
|
3363
|
+
"name": "AIIndicatorState",
|
|
3364
|
+
"module": "./ai-indicator"
|
|
3525
3365
|
}
|
|
3526
3366
|
},
|
|
3527
3367
|
{
|
|
3528
3368
|
"kind": "js",
|
|
3529
|
-
"name": "
|
|
3369
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3530
3370
|
"declaration": {
|
|
3531
|
-
"name": "
|
|
3532
|
-
"
|
|
3371
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3372
|
+
"module": "./ai-indicator.template"
|
|
3533
3373
|
}
|
|
3534
3374
|
},
|
|
3535
3375
|
{
|
|
3536
3376
|
"kind": "js",
|
|
3537
|
-
"name": "
|
|
3377
|
+
"name": "foundationAiIndicatorStyles",
|
|
3538
3378
|
"declaration": {
|
|
3539
|
-
"name": "
|
|
3540
|
-
"
|
|
3379
|
+
"name": "foundationAiIndicatorStyles",
|
|
3380
|
+
"module": "./ai-indicator.styles"
|
|
3541
3381
|
}
|
|
3542
3382
|
}
|
|
3543
3383
|
]
|
|
3544
3384
|
},
|
|
3545
3385
|
{
|
|
3546
3386
|
"kind": "javascript-module",
|
|
3547
|
-
"path": "src/ai-
|
|
3387
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
3548
3388
|
"declarations": [
|
|
3549
3389
|
{
|
|
3550
|
-
"kind": "
|
|
3551
|
-
"name": "
|
|
3552
|
-
"
|
|
3553
|
-
"type": {
|
|
3554
|
-
"text": "ElementStyles"
|
|
3555
|
-
}
|
|
3556
|
-
},
|
|
3557
|
-
"parameters": [
|
|
3558
|
-
{
|
|
3559
|
-
"name": "context",
|
|
3560
|
-
"type": {
|
|
3561
|
-
"text": "ElementDefinitionContext"
|
|
3562
|
-
}
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"name": "definition",
|
|
3566
|
-
"type": {
|
|
3567
|
-
"text": "FoundationElementDefinition"
|
|
3568
|
-
}
|
|
3569
|
-
}
|
|
3570
|
-
]
|
|
3390
|
+
"kind": "variable",
|
|
3391
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3392
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
3571
3393
|
}
|
|
3572
3394
|
],
|
|
3573
3395
|
"exports": [
|
|
3574
3396
|
{
|
|
3575
3397
|
"kind": "js",
|
|
3576
|
-
"name": "
|
|
3398
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3577
3399
|
"declaration": {
|
|
3578
|
-
"name": "
|
|
3579
|
-
"module": "src/ai-
|
|
3400
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3401
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3580
3402
|
}
|
|
3581
3403
|
}
|
|
3582
3404
|
]
|
|
3583
3405
|
},
|
|
3584
3406
|
{
|
|
3585
3407
|
"kind": "javascript-module",
|
|
3586
|
-
"path": "src/ai-
|
|
3408
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3587
3409
|
"declarations": [
|
|
3588
3410
|
{
|
|
3589
3411
|
"kind": "variable",
|
|
3590
|
-
"name": "
|
|
3412
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3591
3413
|
"type": {
|
|
3592
|
-
"text": "ViewTemplate<
|
|
3414
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3593
3415
|
},
|
|
3594
|
-
"default": "html`\n ${(x) =>
|
|
3416
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3595
3417
|
}
|
|
3596
3418
|
],
|
|
3597
3419
|
"exports": [
|
|
3598
3420
|
{
|
|
3599
3421
|
"kind": "js",
|
|
3600
|
-
"name": "
|
|
3422
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3601
3423
|
"declaration": {
|
|
3602
|
-
"name": "
|
|
3603
|
-
"module": "src/ai-
|
|
3424
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3425
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3604
3426
|
}
|
|
3605
3427
|
}
|
|
3606
3428
|
]
|
|
3607
3429
|
},
|
|
3608
3430
|
{
|
|
3609
3431
|
"kind": "javascript-module",
|
|
3610
|
-
"path": "src/ai-
|
|
3432
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3611
3433
|
"declarations": [
|
|
3612
3434
|
{
|
|
3613
3435
|
"kind": "class",
|
|
3614
|
-
"description": "",
|
|
3615
|
-
"name": "
|
|
3436
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
3437
|
+
"name": "AiCriteriaSearch",
|
|
3616
3438
|
"members": [
|
|
3617
3439
|
{
|
|
3618
3440
|
"kind": "field",
|
|
@@ -3623,25 +3445,54 @@
|
|
|
3623
3445
|
},
|
|
3624
3446
|
{
|
|
3625
3447
|
"kind": "field",
|
|
3626
|
-
"name": "
|
|
3448
|
+
"name": "placeholder",
|
|
3627
3449
|
"type": {
|
|
3628
|
-
"text": "
|
|
3450
|
+
"text": "string"
|
|
3629
3451
|
},
|
|
3630
|
-
"
|
|
3631
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3632
|
-
"readonly": true
|
|
3452
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3633
3453
|
},
|
|
3634
3454
|
{
|
|
3635
3455
|
"kind": "field",
|
|
3636
|
-
"name": "
|
|
3456
|
+
"name": "disabled",
|
|
3637
3457
|
"type": {
|
|
3638
|
-
"text": "
|
|
3458
|
+
"text": "boolean"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"kind": "field",
|
|
3463
|
+
"name": "inputValue",
|
|
3464
|
+
"type": {
|
|
3465
|
+
"text": "string"
|
|
3466
|
+
},
|
|
3467
|
+
"default": "''"
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"kind": "field",
|
|
3471
|
+
"name": "isInterpreting",
|
|
3472
|
+
"type": {
|
|
3473
|
+
"text": "boolean"
|
|
3474
|
+
},
|
|
3475
|
+
"default": "false"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"kind": "field",
|
|
3479
|
+
"name": "lastValidCriteria",
|
|
3480
|
+
"type": {
|
|
3481
|
+
"text": "string | null"
|
|
3639
3482
|
},
|
|
3640
3483
|
"default": "null"
|
|
3641
3484
|
},
|
|
3642
3485
|
{
|
|
3643
3486
|
"kind": "field",
|
|
3644
|
-
"name": "
|
|
3487
|
+
"name": "activeGroups",
|
|
3488
|
+
"type": {
|
|
3489
|
+
"text": "CriteriaGroup[]"
|
|
3490
|
+
},
|
|
3491
|
+
"default": "[]"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"kind": "field",
|
|
3495
|
+
"name": "showingChips",
|
|
3645
3496
|
"type": {
|
|
3646
3497
|
"text": "boolean"
|
|
3647
3498
|
},
|
|
@@ -3649,15 +3500,15 @@
|
|
|
3649
3500
|
},
|
|
3650
3501
|
{
|
|
3651
3502
|
"kind": "field",
|
|
3652
|
-
"name": "
|
|
3503
|
+
"name": "fieldMetadata",
|
|
3653
3504
|
"type": {
|
|
3654
|
-
"text": "
|
|
3505
|
+
"text": "MetadataDetail[] | string[]"
|
|
3655
3506
|
},
|
|
3656
|
-
"default": "
|
|
3507
|
+
"default": "[]"
|
|
3657
3508
|
},
|
|
3658
3509
|
{
|
|
3659
3510
|
"kind": "field",
|
|
3660
|
-
"name": "
|
|
3511
|
+
"name": "isRecording",
|
|
3661
3512
|
"type": {
|
|
3662
3513
|
"text": "boolean"
|
|
3663
3514
|
},
|
|
@@ -3665,29 +3516,33 @@
|
|
|
3665
3516
|
},
|
|
3666
3517
|
{
|
|
3667
3518
|
"kind": "field",
|
|
3668
|
-
"name": "
|
|
3519
|
+
"name": "textAreaRef",
|
|
3669
3520
|
"type": {
|
|
3670
|
-
"text": "
|
|
3521
|
+
"text": "HTMLTextAreaElement"
|
|
3671
3522
|
},
|
|
3672
|
-
"privacy": "
|
|
3673
|
-
"default": "null"
|
|
3523
|
+
"privacy": "public"
|
|
3674
3524
|
},
|
|
3675
3525
|
{
|
|
3676
3526
|
"kind": "field",
|
|
3677
|
-
"name": "
|
|
3678
|
-
"
|
|
3527
|
+
"name": "stopRecording",
|
|
3528
|
+
"type": {
|
|
3529
|
+
"text": "(() => void) | null"
|
|
3530
|
+
},
|
|
3531
|
+
"privacy": "private",
|
|
3532
|
+
"default": "null"
|
|
3679
3533
|
},
|
|
3680
3534
|
{
|
|
3681
3535
|
"kind": "field",
|
|
3682
|
-
"name": "
|
|
3536
|
+
"name": "speechApplyDebounceTimer",
|
|
3683
3537
|
"type": {
|
|
3684
|
-
"text": "
|
|
3538
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3685
3539
|
},
|
|
3686
|
-
"
|
|
3540
|
+
"privacy": "private",
|
|
3541
|
+
"default": "null"
|
|
3687
3542
|
},
|
|
3688
3543
|
{
|
|
3689
3544
|
"kind": "field",
|
|
3690
|
-
"name": "
|
|
3545
|
+
"name": "speechAvailable",
|
|
3691
3546
|
"type": {
|
|
3692
3547
|
"text": "boolean"
|
|
3693
3548
|
},
|
|
@@ -3695,69 +3550,65 @@
|
|
|
3695
3550
|
},
|
|
3696
3551
|
{
|
|
3697
3552
|
"kind": "field",
|
|
3698
|
-
"name": "
|
|
3553
|
+
"name": "criteriaChips",
|
|
3699
3554
|
"type": {
|
|
3700
|
-
"text": "
|
|
3555
|
+
"text": "CriteriaChip[]"
|
|
3701
3556
|
},
|
|
3702
3557
|
"readonly": true
|
|
3703
3558
|
},
|
|
3704
3559
|
{
|
|
3705
3560
|
"kind": "method",
|
|
3706
|
-
"name": "
|
|
3561
|
+
"name": "getFieldLabel",
|
|
3562
|
+
"privacy": "private",
|
|
3707
3563
|
"return": {
|
|
3708
3564
|
"type": {
|
|
3709
|
-
"text": "
|
|
3565
|
+
"text": "string"
|
|
3710
3566
|
}
|
|
3711
|
-
}
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"kind": "method",
|
|
3715
|
-
"name": "handleClickOutside",
|
|
3716
|
-
"privacy": "private",
|
|
3567
|
+
},
|
|
3717
3568
|
"parameters": [
|
|
3718
3569
|
{
|
|
3719
|
-
"name": "
|
|
3570
|
+
"name": "fieldName",
|
|
3720
3571
|
"type": {
|
|
3721
|
-
"text": "
|
|
3572
|
+
"text": "string"
|
|
3722
3573
|
}
|
|
3723
3574
|
}
|
|
3724
3575
|
]
|
|
3725
3576
|
},
|
|
3726
3577
|
{
|
|
3727
3578
|
"kind": "method",
|
|
3728
|
-
"name": "
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
"kind": "method",
|
|
3732
|
-
"name": "refreshStatus",
|
|
3579
|
+
"name": "toggleCriteriaView",
|
|
3733
3580
|
"return": {
|
|
3734
3581
|
"type": {
|
|
3735
|
-
"text": "
|
|
3582
|
+
"text": "void"
|
|
3736
3583
|
}
|
|
3737
3584
|
}
|
|
3738
3585
|
},
|
|
3739
3586
|
{
|
|
3740
3587
|
"kind": "method",
|
|
3741
|
-
"name": "
|
|
3742
|
-
"privacy": "private",
|
|
3588
|
+
"name": "removeChip",
|
|
3743
3589
|
"return": {
|
|
3744
3590
|
"type": {
|
|
3745
|
-
"text": "
|
|
3591
|
+
"text": "void"
|
|
3746
3592
|
}
|
|
3747
3593
|
},
|
|
3748
3594
|
"parameters": [
|
|
3749
3595
|
{
|
|
3750
|
-
"name": "
|
|
3596
|
+
"name": "groupIndex",
|
|
3751
3597
|
"type": {
|
|
3752
|
-
"text": "
|
|
3598
|
+
"text": "number"
|
|
3599
|
+
}
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "clauseIndex",
|
|
3603
|
+
"type": {
|
|
3604
|
+
"text": "number"
|
|
3753
3605
|
}
|
|
3754
3606
|
}
|
|
3755
3607
|
]
|
|
3756
3608
|
},
|
|
3757
3609
|
{
|
|
3758
3610
|
"kind": "method",
|
|
3759
|
-
"name": "
|
|
3760
|
-
"privacy": "private",
|
|
3611
|
+
"name": "clearChips",
|
|
3761
3612
|
"return": {
|
|
3762
3613
|
"type": {
|
|
3763
3614
|
"text": "void"
|
|
@@ -3766,32 +3617,24 @@
|
|
|
3766
3617
|
},
|
|
3767
3618
|
{
|
|
3768
3619
|
"kind": "method",
|
|
3769
|
-
"name": "
|
|
3770
|
-
"privacy": "private",
|
|
3771
|
-
"return": {
|
|
3772
|
-
"type": {
|
|
3773
|
-
"text": "void"
|
|
3774
|
-
}
|
|
3775
|
-
}
|
|
3620
|
+
"name": "handleSubmit"
|
|
3776
3621
|
},
|
|
3777
3622
|
{
|
|
3778
3623
|
"kind": "method",
|
|
3779
|
-
"name": "
|
|
3780
|
-
"privacy": "private",
|
|
3781
|
-
"return": {
|
|
3782
|
-
"type": {
|
|
3783
|
-
"text": "void"
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3624
|
+
"name": "handleBlur"
|
|
3786
3625
|
},
|
|
3787
3626
|
{
|
|
3788
3627
|
"kind": "method",
|
|
3789
|
-
"name": "
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3628
|
+
"name": "clear"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"kind": "method",
|
|
3632
|
+
"name": "toggleSpeechInput"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"kind": "method",
|
|
3636
|
+
"name": "clearSpeechApplyDebounce",
|
|
3637
|
+
"privacy": "private"
|
|
3795
3638
|
},
|
|
3796
3639
|
{
|
|
3797
3640
|
"kind": "field",
|
|
@@ -3905,88 +3748,245 @@
|
|
|
3905
3748
|
}
|
|
3906
3749
|
}
|
|
3907
3750
|
],
|
|
3751
|
+
"events": [
|
|
3752
|
+
{
|
|
3753
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3754
|
+
"name": "criteria-changed"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3758
|
+
"name": "validation-errors"
|
|
3759
|
+
}
|
|
3760
|
+
],
|
|
3761
|
+
"attributes": [
|
|
3762
|
+
{
|
|
3763
|
+
"name": "placeholder",
|
|
3764
|
+
"type": {
|
|
3765
|
+
"text": "string"
|
|
3766
|
+
},
|
|
3767
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3768
|
+
"fieldName": "placeholder"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"type": {
|
|
3772
|
+
"text": "boolean"
|
|
3773
|
+
},
|
|
3774
|
+
"fieldName": "disabled"
|
|
3775
|
+
}
|
|
3776
|
+
],
|
|
3908
3777
|
"superclass": {
|
|
3909
3778
|
"name": "FoundationElement",
|
|
3910
3779
|
"package": "@microsoft/fast-foundation"
|
|
3911
3780
|
},
|
|
3912
|
-
"tagName": "%%prefix%%-ai-
|
|
3781
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3913
3782
|
"customElement": true
|
|
3914
3783
|
},
|
|
3915
3784
|
{
|
|
3916
3785
|
"kind": "variable",
|
|
3917
|
-
"name": "
|
|
3786
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3787
|
+
"type": {
|
|
3788
|
+
"text": "ShadowRootInit"
|
|
3789
|
+
},
|
|
3790
|
+
"default": "undefined"
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"kind": "variable",
|
|
3794
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3795
|
+
"type": {
|
|
3796
|
+
"text": "object"
|
|
3797
|
+
},
|
|
3798
|
+
"default": "{}"
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "variable",
|
|
3802
|
+
"name": "foundationAiCriteriaSearch"
|
|
3918
3803
|
}
|
|
3919
3804
|
],
|
|
3920
3805
|
"exports": [
|
|
3921
3806
|
{
|
|
3922
3807
|
"kind": "js",
|
|
3923
|
-
"name": "
|
|
3808
|
+
"name": "AiCriteriaSearch",
|
|
3924
3809
|
"declaration": {
|
|
3925
|
-
"name": "
|
|
3926
|
-
"module": "src/ai-
|
|
3810
|
+
"name": "AiCriteriaSearch",
|
|
3811
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3927
3812
|
}
|
|
3928
3813
|
},
|
|
3929
3814
|
{
|
|
3930
3815
|
"kind": "js",
|
|
3931
|
-
"name": "
|
|
3816
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3932
3817
|
"declaration": {
|
|
3933
|
-
"name": "
|
|
3934
|
-
"module": "src/ai-
|
|
3818
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3819
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "js",
|
|
3824
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3825
|
+
"declaration": {
|
|
3826
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3827
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"kind": "js",
|
|
3832
|
+
"name": "foundationAiCriteriaSearch",
|
|
3833
|
+
"declaration": {
|
|
3834
|
+
"name": "foundationAiCriteriaSearch",
|
|
3835
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3935
3836
|
}
|
|
3936
3837
|
}
|
|
3937
3838
|
]
|
|
3938
3839
|
},
|
|
3939
3840
|
{
|
|
3940
3841
|
"kind": "javascript-module",
|
|
3941
|
-
"path": "src/ai-
|
|
3842
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3942
3843
|
"declarations": [],
|
|
3943
3844
|
"exports": [
|
|
3944
3845
|
{
|
|
3945
3846
|
"kind": "js",
|
|
3946
|
-
"name": "
|
|
3847
|
+
"name": "AiCriteriaSearch",
|
|
3947
3848
|
"declaration": {
|
|
3948
|
-
"name": "
|
|
3949
|
-
"module": "./ai-
|
|
3849
|
+
"name": "AiCriteriaSearch",
|
|
3850
|
+
"module": "./ai-criteria-search"
|
|
3950
3851
|
}
|
|
3951
3852
|
},
|
|
3952
3853
|
{
|
|
3953
3854
|
"kind": "js",
|
|
3954
|
-
"name": "
|
|
3855
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3955
3856
|
"declaration": {
|
|
3956
|
-
"name": "
|
|
3957
|
-
"module": "./ai-
|
|
3857
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3858
|
+
"module": "./ai-criteria-search"
|
|
3958
3859
|
}
|
|
3959
3860
|
},
|
|
3960
3861
|
{
|
|
3961
3862
|
"kind": "js",
|
|
3962
|
-
"name": "
|
|
3863
|
+
"name": "foundationAiCriteriaSearch",
|
|
3963
3864
|
"declaration": {
|
|
3964
|
-
"name": "
|
|
3965
|
-
"module": "./ai-
|
|
3865
|
+
"name": "foundationAiCriteriaSearch",
|
|
3866
|
+
"module": "./ai-criteria-search"
|
|
3966
3867
|
}
|
|
3967
3868
|
},
|
|
3968
3869
|
{
|
|
3969
3870
|
"kind": "js",
|
|
3970
|
-
"name": "
|
|
3871
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3971
3872
|
"declaration": {
|
|
3972
|
-
"name": "
|
|
3973
|
-
"module": "./ai-
|
|
3873
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3874
|
+
"module": "./ai-criteria-search"
|
|
3974
3875
|
}
|
|
3975
3876
|
},
|
|
3976
3877
|
{
|
|
3977
3878
|
"kind": "js",
|
|
3978
|
-
"name": "
|
|
3879
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3979
3880
|
"declaration": {
|
|
3980
|
-
"name": "
|
|
3981
|
-
"module": "./ai-
|
|
3881
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3882
|
+
"module": "./ai-criteria-search.styles"
|
|
3982
3883
|
}
|
|
3983
3884
|
},
|
|
3984
3885
|
{
|
|
3985
3886
|
"kind": "js",
|
|
3986
|
-
"name": "
|
|
3887
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3987
3888
|
"declaration": {
|
|
3988
|
-
"name": "
|
|
3989
|
-
"module": "./ai-
|
|
3889
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3890
|
+
"module": "./ai-criteria-search.template"
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"kind": "js",
|
|
3895
|
+
"name": "*",
|
|
3896
|
+
"declaration": {
|
|
3897
|
+
"name": "*",
|
|
3898
|
+
"package": "./validation/criteria-ir"
|
|
3899
|
+
}
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"kind": "js",
|
|
3903
|
+
"name": "*",
|
|
3904
|
+
"declaration": {
|
|
3905
|
+
"name": "*",
|
|
3906
|
+
"package": "./validation/operator-map"
|
|
3907
|
+
}
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"kind": "js",
|
|
3911
|
+
"name": "*",
|
|
3912
|
+
"declaration": {
|
|
3913
|
+
"name": "*",
|
|
3914
|
+
"package": "./validation/schema-validator"
|
|
3915
|
+
}
|
|
3916
|
+
}
|
|
3917
|
+
]
|
|
3918
|
+
},
|
|
3919
|
+
{
|
|
3920
|
+
"kind": "javascript-module",
|
|
3921
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3922
|
+
"declarations": [
|
|
3923
|
+
{
|
|
3924
|
+
"kind": "function",
|
|
3925
|
+
"name": "formatValidationErrors",
|
|
3926
|
+
"return": {
|
|
3927
|
+
"type": {
|
|
3928
|
+
"text": "string"
|
|
3929
|
+
}
|
|
3930
|
+
},
|
|
3931
|
+
"parameters": [
|
|
3932
|
+
{
|
|
3933
|
+
"name": "errors",
|
|
3934
|
+
"type": {
|
|
3935
|
+
"text": "ValidationError[]"
|
|
3936
|
+
}
|
|
3937
|
+
}
|
|
3938
|
+
],
|
|
3939
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3940
|
+
},
|
|
3941
|
+
{
|
|
3942
|
+
"kind": "function",
|
|
3943
|
+
"name": "showCriteriaError",
|
|
3944
|
+
"return": {
|
|
3945
|
+
"type": {
|
|
3946
|
+
"text": "void"
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
"parameters": [
|
|
3950
|
+
{
|
|
3951
|
+
"name": "title",
|
|
3952
|
+
"type": {
|
|
3953
|
+
"text": "string"
|
|
3954
|
+
},
|
|
3955
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"name": "body",
|
|
3959
|
+
"type": {
|
|
3960
|
+
"text": "string"
|
|
3961
|
+
},
|
|
3962
|
+
"description": "Error message to display"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "tagName",
|
|
3966
|
+
"type": {
|
|
3967
|
+
"text": "string"
|
|
3968
|
+
},
|
|
3969
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3970
|
+
}
|
|
3971
|
+
],
|
|
3972
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3973
|
+
}
|
|
3974
|
+
],
|
|
3975
|
+
"exports": [
|
|
3976
|
+
{
|
|
3977
|
+
"kind": "js",
|
|
3978
|
+
"name": "formatValidationErrors",
|
|
3979
|
+
"declaration": {
|
|
3980
|
+
"name": "formatValidationErrors",
|
|
3981
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"kind": "js",
|
|
3986
|
+
"name": "showCriteriaError",
|
|
3987
|
+
"declaration": {
|
|
3988
|
+
"name": "showCriteriaError",
|
|
3989
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3990
3990
|
}
|
|
3991
3991
|
}
|
|
3992
3992
|
]
|