@genesislcap/foundation-ui 15.10.2 → 15.10.3-GENC-1494.2
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 +810 -810
- package/dist/dts/react.d.ts +13 -13
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +7 -7
- package/package.json +19 -19
|
@@ -1455,11 +1455,11 @@
|
|
|
1455
1455
|
},
|
|
1456
1456
|
{
|
|
1457
1457
|
"kind": "javascript-module",
|
|
1458
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1458
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1459
1459
|
"declarations": [
|
|
1460
1460
|
{
|
|
1461
1461
|
"kind": "function",
|
|
1462
|
-
"name": "
|
|
1462
|
+
"name": "foundationAccordionItemStyles",
|
|
1463
1463
|
"return": {
|
|
1464
1464
|
"type": {
|
|
1465
1465
|
"text": "ElementStyles"
|
|
@@ -1484,24 +1484,24 @@
|
|
|
1484
1484
|
"exports": [
|
|
1485
1485
|
{
|
|
1486
1486
|
"kind": "js",
|
|
1487
|
-
"name": "
|
|
1487
|
+
"name": "foundationAccordionItemStyles",
|
|
1488
1488
|
"declaration": {
|
|
1489
|
-
"name": "
|
|
1490
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1489
|
+
"name": "foundationAccordionItemStyles",
|
|
1490
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1491
1491
|
}
|
|
1492
1492
|
}
|
|
1493
1493
|
]
|
|
1494
1494
|
},
|
|
1495
1495
|
{
|
|
1496
1496
|
"kind": "javascript-module",
|
|
1497
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1497
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1498
1498
|
"declarations": [
|
|
1499
1499
|
{
|
|
1500
1500
|
"kind": "function",
|
|
1501
|
-
"name": "
|
|
1501
|
+
"name": "foundationAccordionItemTemplate",
|
|
1502
1502
|
"return": {
|
|
1503
1503
|
"type": {
|
|
1504
|
-
"text": "ViewTemplate<
|
|
1504
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1505
1505
|
}
|
|
1506
1506
|
},
|
|
1507
1507
|
"parameters": [
|
|
@@ -1523,237 +1523,116 @@
|
|
|
1523
1523
|
"exports": [
|
|
1524
1524
|
{
|
|
1525
1525
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1526
|
+
"name": "foundationAccordionItemTemplate",
|
|
1527
1527
|
"declaration": {
|
|
1528
|
-
"name": "
|
|
1529
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1528
|
+
"name": "foundationAccordionItemTemplate",
|
|
1529
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1530
1530
|
}
|
|
1531
1531
|
}
|
|
1532
1532
|
]
|
|
1533
1533
|
},
|
|
1534
1534
|
{
|
|
1535
1535
|
"kind": "javascript-module",
|
|
1536
|
-
"path": "src/accordion/accordion.ts",
|
|
1536
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1537
1537
|
"declarations": [
|
|
1538
1538
|
{
|
|
1539
1539
|
"kind": "class",
|
|
1540
1540
|
"description": "",
|
|
1541
|
-
"name": "
|
|
1541
|
+
"name": "AccordionItem",
|
|
1542
1542
|
"superclass": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"package": "@microsoft/fast-
|
|
1543
|
+
"name": "FASTAccordionItem",
|
|
1544
|
+
"package": "@microsoft/fast-components"
|
|
1545
1545
|
},
|
|
1546
|
-
"tagName": "%%prefix%%-accordion",
|
|
1546
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1547
1547
|
"customElement": true,
|
|
1548
1548
|
"attributes": [
|
|
1549
1549
|
{
|
|
1550
|
-
"name": "
|
|
1551
|
-
"type": {
|
|
1552
|
-
"text": "AccordionExpandMode"
|
|
1553
|
-
},
|
|
1554
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1555
|
-
"fieldName": "expandmode",
|
|
1556
|
-
"inheritedFrom": {
|
|
1557
|
-
"name": "Accordion",
|
|
1558
|
-
"module": "src/accordion/accordion.ts"
|
|
1559
|
-
}
|
|
1560
|
-
}
|
|
1561
|
-
],
|
|
1562
|
-
"members": [
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "field",
|
|
1565
|
-
"name": "expandmode",
|
|
1550
|
+
"name": "heading-level",
|
|
1566
1551
|
"type": {
|
|
1567
|
-
"text": "
|
|
1552
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1568
1553
|
},
|
|
1569
|
-
"
|
|
1570
|
-
"description": "
|
|
1554
|
+
"default": "2",
|
|
1555
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1556
|
+
"fieldName": "headinglevel",
|
|
1571
1557
|
"inheritedFrom": {
|
|
1572
|
-
"name": "
|
|
1573
|
-
"module": "src/accordion/accordion.ts"
|
|
1558
|
+
"name": "AccordionItem",
|
|
1559
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1574
1560
|
}
|
|
1575
1561
|
},
|
|
1576
1562
|
{
|
|
1577
|
-
"kind": "field",
|
|
1578
|
-
"name": "activeid",
|
|
1579
1563
|
"type": {
|
|
1580
|
-
"text": "
|
|
1564
|
+
"text": "boolean"
|
|
1581
1565
|
},
|
|
1582
|
-
"
|
|
1566
|
+
"default": "false",
|
|
1567
|
+
"description": "Expands or collapses the item.",
|
|
1568
|
+
"fieldName": "expanded",
|
|
1583
1569
|
"inheritedFrom": {
|
|
1584
|
-
"name": "
|
|
1585
|
-
"module": "src/accordion/accordion.ts"
|
|
1570
|
+
"name": "AccordionItem",
|
|
1571
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1586
1572
|
}
|
|
1587
1573
|
},
|
|
1588
1574
|
{
|
|
1589
|
-
"
|
|
1590
|
-
"name": "activeItemIndex",
|
|
1575
|
+
"name": "id",
|
|
1591
1576
|
"type": {
|
|
1592
|
-
"text": "
|
|
1577
|
+
"text": "string"
|
|
1593
1578
|
},
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1579
|
+
"description": "The item ID",
|
|
1580
|
+
"fieldName": "id",
|
|
1596
1581
|
"inheritedFrom": {
|
|
1597
|
-
"name": "
|
|
1598
|
-
"module": "src/accordion/accordion.ts"
|
|
1582
|
+
"name": "AccordionItem",
|
|
1583
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1599
1584
|
}
|
|
1600
|
-
}
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"members": [
|
|
1601
1588
|
{
|
|
1602
1589
|
"kind": "field",
|
|
1603
|
-
"name": "
|
|
1590
|
+
"name": "headinglevel",
|
|
1604
1591
|
"type": {
|
|
1605
|
-
"text": "
|
|
1606
|
-
},
|
|
1607
|
-
"privacy": "private",
|
|
1608
|
-
"inheritedFrom": {
|
|
1609
|
-
"name": "Accordion",
|
|
1610
|
-
"module": "src/accordion/accordion.ts"
|
|
1611
|
-
}
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"kind": "field",
|
|
1615
|
-
"name": "change",
|
|
1616
|
-
"privacy": "private",
|
|
1617
|
-
"inheritedFrom": {
|
|
1618
|
-
"name": "Accordion",
|
|
1619
|
-
"module": "src/accordion/accordion.ts"
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "method",
|
|
1624
|
-
"name": "findExpandedItem",
|
|
1625
|
-
"privacy": "private",
|
|
1626
|
-
"return": {
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "AccordionItem | null"
|
|
1629
|
-
}
|
|
1592
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1630
1593
|
},
|
|
1594
|
+
"privacy": "public",
|
|
1595
|
+
"default": "2",
|
|
1596
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1631
1597
|
"inheritedFrom": {
|
|
1632
|
-
"name": "
|
|
1633
|
-
"module": "src/accordion/accordion.ts"
|
|
1598
|
+
"name": "AccordionItem",
|
|
1599
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1634
1600
|
}
|
|
1635
1601
|
},
|
|
1636
1602
|
{
|
|
1637
1603
|
"kind": "field",
|
|
1638
|
-
"name": "
|
|
1639
|
-
"
|
|
1640
|
-
|
|
1641
|
-
"name": "Accordion",
|
|
1642
|
-
"module": "src/accordion/accordion.ts"
|
|
1643
|
-
}
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"kind": "method",
|
|
1647
|
-
"name": "resetItems",
|
|
1648
|
-
"privacy": "private",
|
|
1649
|
-
"return": {
|
|
1650
|
-
"type": {
|
|
1651
|
-
"text": "void"
|
|
1652
|
-
}
|
|
1604
|
+
"name": "expanded",
|
|
1605
|
+
"type": {
|
|
1606
|
+
"text": "boolean"
|
|
1653
1607
|
},
|
|
1608
|
+
"privacy": "public",
|
|
1609
|
+
"default": "false",
|
|
1610
|
+
"description": "Expands or collapses the item.",
|
|
1654
1611
|
"inheritedFrom": {
|
|
1655
|
-
"name": "
|
|
1656
|
-
"module": "src/accordion/accordion.ts"
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "field",
|
|
1661
|
-
"name": "removeItemListeners",
|
|
1662
|
-
"privacy": "private",
|
|
1663
|
-
"inheritedFrom": {
|
|
1664
|
-
"name": "Accordion",
|
|
1665
|
-
"module": "src/accordion/accordion.ts"
|
|
1612
|
+
"name": "AccordionItem",
|
|
1613
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1666
1614
|
}
|
|
1667
1615
|
},
|
|
1668
1616
|
{
|
|
1669
1617
|
"kind": "field",
|
|
1670
|
-
"name": "
|
|
1671
|
-
"
|
|
1672
|
-
|
|
1673
|
-
"name": "Accordion",
|
|
1674
|
-
"module": "src/accordion/accordion.ts"
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"kind": "method",
|
|
1679
|
-
"name": "getItemIds",
|
|
1680
|
-
"privacy": "private",
|
|
1681
|
-
"return": {
|
|
1682
|
-
"type": {
|
|
1683
|
-
"text": "Array<string | null>"
|
|
1684
|
-
}
|
|
1685
|
-
},
|
|
1686
|
-
"inheritedFrom": {
|
|
1687
|
-
"name": "Accordion",
|
|
1688
|
-
"module": "src/accordion/accordion.ts"
|
|
1689
|
-
}
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"kind": "method",
|
|
1693
|
-
"name": "isSingleExpandMode",
|
|
1694
|
-
"privacy": "private",
|
|
1695
|
-
"return": {
|
|
1696
|
-
"type": {
|
|
1697
|
-
"text": "boolean"
|
|
1698
|
-
}
|
|
1618
|
+
"name": "id",
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "string"
|
|
1699
1621
|
},
|
|
1622
|
+
"privacy": "public",
|
|
1623
|
+
"description": "The item ID",
|
|
1700
1624
|
"inheritedFrom": {
|
|
1701
|
-
"name": "
|
|
1702
|
-
"module": "src/accordion/accordion.ts"
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"kind": "field",
|
|
1707
|
-
"name": "handleItemKeyDown",
|
|
1708
|
-
"privacy": "private",
|
|
1709
|
-
"inheritedFrom": {
|
|
1710
|
-
"name": "Accordion",
|
|
1711
|
-
"module": "src/accordion/accordion.ts"
|
|
1625
|
+
"name": "AccordionItem",
|
|
1626
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1712
1627
|
}
|
|
1713
1628
|
},
|
|
1714
1629
|
{
|
|
1715
1630
|
"kind": "field",
|
|
1716
|
-
"name": "
|
|
1717
|
-
"privacy": "private",
|
|
1718
|
-
"inheritedFrom": {
|
|
1719
|
-
"name": "Accordion",
|
|
1720
|
-
"module": "src/accordion/accordion.ts"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"kind": "method",
|
|
1725
|
-
"name": "adjust",
|
|
1726
|
-
"privacy": "private",
|
|
1727
|
-
"return": {
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "void"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
"parameters": [
|
|
1733
|
-
{
|
|
1734
|
-
"name": "adjustment",
|
|
1735
|
-
"type": {
|
|
1736
|
-
"text": "number"
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
],
|
|
1740
|
-
"inheritedFrom": {
|
|
1741
|
-
"name": "Accordion",
|
|
1742
|
-
"module": "src/accordion/accordion.ts"
|
|
1743
|
-
}
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "method",
|
|
1747
|
-
"name": "focusItem",
|
|
1631
|
+
"name": "change",
|
|
1748
1632
|
"privacy": "private",
|
|
1749
|
-
"return": {
|
|
1750
|
-
"type": {
|
|
1751
|
-
"text": "void"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
1633
|
"inheritedFrom": {
|
|
1755
|
-
"name": "
|
|
1756
|
-
"module": "src/accordion/accordion.ts"
|
|
1634
|
+
"name": "AccordionItem",
|
|
1635
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1757
1636
|
}
|
|
1758
1637
|
},
|
|
1759
1638
|
{
|
|
@@ -1870,18 +1749,18 @@
|
|
|
1870
1749
|
],
|
|
1871
1750
|
"events": [
|
|
1872
1751
|
{
|
|
1873
|
-
"description": "Fires a custom 'change' event when the
|
|
1752
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1874
1753
|
"name": "change",
|
|
1875
1754
|
"inheritedFrom": {
|
|
1876
|
-
"name": "
|
|
1877
|
-
"module": "src/accordion/accordion.ts"
|
|
1755
|
+
"name": "AccordionItem",
|
|
1756
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1878
1757
|
}
|
|
1879
1758
|
}
|
|
1880
1759
|
]
|
|
1881
1760
|
},
|
|
1882
1761
|
{
|
|
1883
1762
|
"kind": "variable",
|
|
1884
|
-
"name": "
|
|
1763
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1885
1764
|
"type": {
|
|
1886
1765
|
"text": "ShadowRootInit"
|
|
1887
1766
|
},
|
|
@@ -1889,57 +1768,57 @@
|
|
|
1889
1768
|
},
|
|
1890
1769
|
{
|
|
1891
1770
|
"kind": "variable",
|
|
1892
|
-
"name": "
|
|
1771
|
+
"name": "defaultAccordionItemConfig",
|
|
1893
1772
|
"type": {
|
|
1894
1773
|
"text": "object"
|
|
1895
1774
|
},
|
|
1896
|
-
"default": "{}"
|
|
1775
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1897
1776
|
},
|
|
1898
1777
|
{
|
|
1899
1778
|
"kind": "variable",
|
|
1900
|
-
"name": "
|
|
1901
|
-
"description": "The Foundation Accordion",
|
|
1779
|
+
"name": "foundationAccordionItem",
|
|
1780
|
+
"description": "The Foundation Accordion Item",
|
|
1902
1781
|
"privacy": "public"
|
|
1903
1782
|
}
|
|
1904
1783
|
],
|
|
1905
1784
|
"exports": [
|
|
1906
1785
|
{
|
|
1907
1786
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
1787
|
+
"name": "AccordionItem",
|
|
1909
1788
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "src/accordion/accordion.ts"
|
|
1789
|
+
"name": "AccordionItem",
|
|
1790
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1912
1791
|
}
|
|
1913
1792
|
},
|
|
1914
1793
|
{
|
|
1915
1794
|
"kind": "js",
|
|
1916
|
-
"name": "
|
|
1795
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1917
1796
|
"declaration": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/accordion/accordion.ts"
|
|
1797
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1798
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1920
1799
|
}
|
|
1921
1800
|
},
|
|
1922
1801
|
{
|
|
1923
1802
|
"kind": "js",
|
|
1924
|
-
"name": "
|
|
1803
|
+
"name": "defaultAccordionItemConfig",
|
|
1925
1804
|
"declaration": {
|
|
1926
|
-
"name": "
|
|
1927
|
-
"module": "src/accordion/accordion.ts"
|
|
1805
|
+
"name": "defaultAccordionItemConfig",
|
|
1806
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1928
1807
|
}
|
|
1929
1808
|
},
|
|
1930
1809
|
{
|
|
1931
1810
|
"kind": "js",
|
|
1932
|
-
"name": "
|
|
1811
|
+
"name": "foundationAccordionItem",
|
|
1933
1812
|
"declaration": {
|
|
1934
|
-
"name": "
|
|
1935
|
-
"module": "src/accordion/accordion.ts"
|
|
1813
|
+
"name": "foundationAccordionItem",
|
|
1814
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1936
1815
|
}
|
|
1937
1816
|
}
|
|
1938
1817
|
]
|
|
1939
1818
|
},
|
|
1940
1819
|
{
|
|
1941
1820
|
"kind": "javascript-module",
|
|
1942
|
-
"path": "src/accordion/index.ts",
|
|
1821
|
+
"path": "src/accordion-item/index.ts",
|
|
1943
1822
|
"declarations": [],
|
|
1944
1823
|
"exports": [
|
|
1945
1824
|
{
|
|
@@ -1947,7 +1826,7 @@
|
|
|
1947
1826
|
"name": "*",
|
|
1948
1827
|
"declaration": {
|
|
1949
1828
|
"name": "*",
|
|
1950
|
-
"package": "./accordion.template"
|
|
1829
|
+
"package": "./accordion-item.template"
|
|
1951
1830
|
}
|
|
1952
1831
|
},
|
|
1953
1832
|
{
|
|
@@ -1955,7 +1834,7 @@
|
|
|
1955
1834
|
"name": "*",
|
|
1956
1835
|
"declaration": {
|
|
1957
1836
|
"name": "*",
|
|
1958
|
-
"package": "./accordion.styles"
|
|
1837
|
+
"package": "./accordion-item.styles"
|
|
1959
1838
|
}
|
|
1960
1839
|
},
|
|
1961
1840
|
{
|
|
@@ -1963,7 +1842,7 @@
|
|
|
1963
1842
|
"name": "*",
|
|
1964
1843
|
"declaration": {
|
|
1965
1844
|
"name": "*",
|
|
1966
|
-
"package": "./accordion"
|
|
1845
|
+
"package": "./accordion-item"
|
|
1967
1846
|
}
|
|
1968
1847
|
}
|
|
1969
1848
|
]
|
|
@@ -2541,208 +2420,275 @@
|
|
|
2541
2420
|
},
|
|
2542
2421
|
{
|
|
2543
2422
|
"kind": "javascript-module",
|
|
2544
|
-
"path": "src/
|
|
2423
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2545
2424
|
"declarations": [
|
|
2546
2425
|
{
|
|
2547
|
-
"kind": "
|
|
2548
|
-
"name": "
|
|
2549
|
-
"
|
|
2426
|
+
"kind": "function",
|
|
2427
|
+
"name": "foundationAccordionStyles",
|
|
2428
|
+
"return": {
|
|
2429
|
+
"type": {
|
|
2430
|
+
"text": "ElementStyles"
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2433
|
+
"parameters": [
|
|
2434
|
+
{
|
|
2435
|
+
"name": "context",
|
|
2436
|
+
"type": {
|
|
2437
|
+
"text": "ElementDefinitionContext"
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "definition",
|
|
2442
|
+
"type": {
|
|
2443
|
+
"text": "FoundationElementDefinition"
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2550
2447
|
}
|
|
2551
2448
|
],
|
|
2552
2449
|
"exports": [
|
|
2553
2450
|
{
|
|
2554
2451
|
"kind": "js",
|
|
2555
|
-
"name": "
|
|
2452
|
+
"name": "foundationAccordionStyles",
|
|
2556
2453
|
"declaration": {
|
|
2557
|
-
"name": "
|
|
2558
|
-
"module": "src/
|
|
2454
|
+
"name": "foundationAccordionStyles",
|
|
2455
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2559
2456
|
}
|
|
2560
2457
|
}
|
|
2561
2458
|
]
|
|
2562
2459
|
},
|
|
2563
2460
|
{
|
|
2564
2461
|
"kind": "javascript-module",
|
|
2565
|
-
"path": "src/
|
|
2462
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2566
2463
|
"declarations": [
|
|
2567
2464
|
{
|
|
2568
|
-
"kind": "
|
|
2569
|
-
"name": "
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2465
|
+
"kind": "function",
|
|
2466
|
+
"name": "foundationAccordionTemplate",
|
|
2467
|
+
"return": {
|
|
2468
|
+
"type": {
|
|
2469
|
+
"text": "ViewTemplate<Accordion>"
|
|
2470
|
+
}
|
|
2572
2471
|
},
|
|
2573
|
-
"
|
|
2472
|
+
"parameters": [
|
|
2473
|
+
{
|
|
2474
|
+
"name": "context",
|
|
2475
|
+
"type": {
|
|
2476
|
+
"text": "ElementDefinitionContext"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "definition",
|
|
2481
|
+
"type": {
|
|
2482
|
+
"text": "FoundationElementDefinition"
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
]
|
|
2574
2486
|
}
|
|
2575
2487
|
],
|
|
2576
2488
|
"exports": [
|
|
2577
2489
|
{
|
|
2578
2490
|
"kind": "js",
|
|
2579
|
-
"name": "
|
|
2491
|
+
"name": "foundationAccordionTemplate",
|
|
2580
2492
|
"declaration": {
|
|
2581
|
-
"name": "
|
|
2582
|
-
"module": "src/
|
|
2493
|
+
"name": "foundationAccordionTemplate",
|
|
2494
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2583
2495
|
}
|
|
2584
2496
|
}
|
|
2585
2497
|
]
|
|
2586
2498
|
},
|
|
2587
2499
|
{
|
|
2588
2500
|
"kind": "javascript-module",
|
|
2589
|
-
"path": "src/
|
|
2501
|
+
"path": "src/accordion/accordion.ts",
|
|
2590
2502
|
"declarations": [
|
|
2591
2503
|
{
|
|
2592
2504
|
"kind": "class",
|
|
2593
|
-
"description": "
|
|
2594
|
-
"name": "
|
|
2595
|
-
"
|
|
2505
|
+
"description": "",
|
|
2506
|
+
"name": "Accordion",
|
|
2507
|
+
"superclass": {
|
|
2508
|
+
"name": "FASTAccordion",
|
|
2509
|
+
"package": "@microsoft/fast-foundation"
|
|
2510
|
+
},
|
|
2511
|
+
"tagName": "%%prefix%%-accordion",
|
|
2512
|
+
"customElement": true,
|
|
2513
|
+
"attributes": [
|
|
2596
2514
|
{
|
|
2597
|
-
"
|
|
2598
|
-
"name": "providerRegistry",
|
|
2515
|
+
"name": "expand-mode",
|
|
2599
2516
|
"type": {
|
|
2600
|
-
"text": "
|
|
2517
|
+
"text": "AccordionExpandMode"
|
|
2518
|
+
},
|
|
2519
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2520
|
+
"fieldName": "expandmode",
|
|
2521
|
+
"inheritedFrom": {
|
|
2522
|
+
"name": "Accordion",
|
|
2523
|
+
"module": "src/accordion/accordion.ts"
|
|
2601
2524
|
}
|
|
2602
|
-
}
|
|
2525
|
+
}
|
|
2526
|
+
],
|
|
2527
|
+
"members": [
|
|
2603
2528
|
{
|
|
2604
2529
|
"kind": "field",
|
|
2605
|
-
"name": "
|
|
2530
|
+
"name": "expandmode",
|
|
2606
2531
|
"type": {
|
|
2607
|
-
"text": "
|
|
2532
|
+
"text": "AccordionExpandMode"
|
|
2608
2533
|
},
|
|
2609
|
-
"
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
"type": {
|
|
2615
|
-
"text": "boolean"
|
|
2534
|
+
"privacy": "public",
|
|
2535
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2536
|
+
"inheritedFrom": {
|
|
2537
|
+
"name": "Accordion",
|
|
2538
|
+
"module": "src/accordion/accordion.ts"
|
|
2616
2539
|
}
|
|
2617
2540
|
},
|
|
2618
2541
|
{
|
|
2619
2542
|
"kind": "field",
|
|
2620
|
-
"name": "
|
|
2543
|
+
"name": "activeid",
|
|
2621
2544
|
"type": {
|
|
2622
|
-
"text": "string"
|
|
2545
|
+
"text": "string | null"
|
|
2623
2546
|
},
|
|
2624
|
-
"
|
|
2547
|
+
"privacy": "private",
|
|
2548
|
+
"inheritedFrom": {
|
|
2549
|
+
"name": "Accordion",
|
|
2550
|
+
"module": "src/accordion/accordion.ts"
|
|
2551
|
+
}
|
|
2625
2552
|
},
|
|
2626
2553
|
{
|
|
2627
2554
|
"kind": "field",
|
|
2628
|
-
"name": "
|
|
2555
|
+
"name": "activeItemIndex",
|
|
2629
2556
|
"type": {
|
|
2630
|
-
"text": "
|
|
2557
|
+
"text": "number"
|
|
2631
2558
|
},
|
|
2632
|
-
"
|
|
2559
|
+
"privacy": "private",
|
|
2560
|
+
"default": "0",
|
|
2561
|
+
"inheritedFrom": {
|
|
2562
|
+
"name": "Accordion",
|
|
2563
|
+
"module": "src/accordion/accordion.ts"
|
|
2564
|
+
}
|
|
2633
2565
|
},
|
|
2634
2566
|
{
|
|
2635
2567
|
"kind": "field",
|
|
2636
|
-
"name": "
|
|
2568
|
+
"name": "accordionIds",
|
|
2637
2569
|
"type": {
|
|
2638
|
-
"text": "string | null"
|
|
2570
|
+
"text": "Array<string | null>"
|
|
2639
2571
|
},
|
|
2640
|
-
"
|
|
2572
|
+
"privacy": "private",
|
|
2573
|
+
"inheritedFrom": {
|
|
2574
|
+
"name": "Accordion",
|
|
2575
|
+
"module": "src/accordion/accordion.ts"
|
|
2576
|
+
}
|
|
2641
2577
|
},
|
|
2642
2578
|
{
|
|
2643
2579
|
"kind": "field",
|
|
2644
|
-
"name": "
|
|
2645
|
-
"
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2580
|
+
"name": "change",
|
|
2581
|
+
"privacy": "private",
|
|
2582
|
+
"inheritedFrom": {
|
|
2583
|
+
"name": "Accordion",
|
|
2584
|
+
"module": "src/accordion/accordion.ts"
|
|
2585
|
+
}
|
|
2649
2586
|
},
|
|
2650
2587
|
{
|
|
2651
|
-
"kind": "
|
|
2652
|
-
"name": "
|
|
2653
|
-
"
|
|
2654
|
-
|
|
2588
|
+
"kind": "method",
|
|
2589
|
+
"name": "findExpandedItem",
|
|
2590
|
+
"privacy": "private",
|
|
2591
|
+
"return": {
|
|
2592
|
+
"type": {
|
|
2593
|
+
"text": "AccordionItem | null"
|
|
2594
|
+
}
|
|
2655
2595
|
},
|
|
2656
|
-
"
|
|
2596
|
+
"inheritedFrom": {
|
|
2597
|
+
"name": "Accordion",
|
|
2598
|
+
"module": "src/accordion/accordion.ts"
|
|
2599
|
+
}
|
|
2657
2600
|
},
|
|
2658
2601
|
{
|
|
2659
2602
|
"kind": "field",
|
|
2660
|
-
"name": "
|
|
2661
|
-
"
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2603
|
+
"name": "setItems",
|
|
2604
|
+
"privacy": "private",
|
|
2605
|
+
"inheritedFrom": {
|
|
2606
|
+
"name": "Accordion",
|
|
2607
|
+
"module": "src/accordion/accordion.ts"
|
|
2608
|
+
}
|
|
2665
2609
|
},
|
|
2666
2610
|
{
|
|
2667
|
-
"kind": "
|
|
2668
|
-
"name": "
|
|
2669
|
-
"
|
|
2670
|
-
|
|
2611
|
+
"kind": "method",
|
|
2612
|
+
"name": "resetItems",
|
|
2613
|
+
"privacy": "private",
|
|
2614
|
+
"return": {
|
|
2615
|
+
"type": {
|
|
2616
|
+
"text": "void"
|
|
2617
|
+
}
|
|
2671
2618
|
},
|
|
2672
|
-
"
|
|
2619
|
+
"inheritedFrom": {
|
|
2620
|
+
"name": "Accordion",
|
|
2621
|
+
"module": "src/accordion/accordion.ts"
|
|
2622
|
+
}
|
|
2673
2623
|
},
|
|
2674
2624
|
{
|
|
2675
2625
|
"kind": "field",
|
|
2676
|
-
"name": "
|
|
2677
|
-
"
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2626
|
+
"name": "removeItemListeners",
|
|
2627
|
+
"privacy": "private",
|
|
2628
|
+
"inheritedFrom": {
|
|
2629
|
+
"name": "Accordion",
|
|
2630
|
+
"module": "src/accordion/accordion.ts"
|
|
2631
|
+
}
|
|
2681
2632
|
},
|
|
2682
2633
|
{
|
|
2683
2634
|
"kind": "field",
|
|
2684
|
-
"name": "
|
|
2685
|
-
"type": {
|
|
2686
|
-
"text": "(() => void) | null"
|
|
2687
|
-
},
|
|
2635
|
+
"name": "activeItemChange",
|
|
2688
2636
|
"privacy": "private",
|
|
2689
|
-
"
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
"name": "speechApplyDebounceTimer",
|
|
2694
|
-
"type": {
|
|
2695
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
2696
|
-
},
|
|
2697
|
-
"privacy": "private",
|
|
2698
|
-
"default": "null"
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"kind": "field",
|
|
2702
|
-
"name": "speechAvailable",
|
|
2703
|
-
"type": {
|
|
2704
|
-
"text": "boolean"
|
|
2705
|
-
},
|
|
2706
|
-
"readonly": true
|
|
2707
|
-
},
|
|
2708
|
-
{
|
|
2709
|
-
"kind": "field",
|
|
2710
|
-
"name": "criteriaChips",
|
|
2711
|
-
"type": {
|
|
2712
|
-
"text": "CriteriaChip[]"
|
|
2713
|
-
},
|
|
2714
|
-
"readonly": true
|
|
2637
|
+
"inheritedFrom": {
|
|
2638
|
+
"name": "Accordion",
|
|
2639
|
+
"module": "src/accordion/accordion.ts"
|
|
2640
|
+
}
|
|
2715
2641
|
},
|
|
2716
2642
|
{
|
|
2717
2643
|
"kind": "method",
|
|
2718
|
-
"name": "
|
|
2644
|
+
"name": "getItemIds",
|
|
2719
2645
|
"privacy": "private",
|
|
2720
2646
|
"return": {
|
|
2721
2647
|
"type": {
|
|
2722
|
-
"text": "string"
|
|
2648
|
+
"text": "Array<string | null>"
|
|
2723
2649
|
}
|
|
2724
2650
|
},
|
|
2725
|
-
"
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
"text": "string"
|
|
2730
|
-
}
|
|
2731
|
-
}
|
|
2732
|
-
]
|
|
2651
|
+
"inheritedFrom": {
|
|
2652
|
+
"name": "Accordion",
|
|
2653
|
+
"module": "src/accordion/accordion.ts"
|
|
2654
|
+
}
|
|
2733
2655
|
},
|
|
2734
2656
|
{
|
|
2735
2657
|
"kind": "method",
|
|
2736
|
-
"name": "
|
|
2658
|
+
"name": "isSingleExpandMode",
|
|
2659
|
+
"privacy": "private",
|
|
2737
2660
|
"return": {
|
|
2738
2661
|
"type": {
|
|
2739
|
-
"text": "
|
|
2662
|
+
"text": "boolean"
|
|
2740
2663
|
}
|
|
2664
|
+
},
|
|
2665
|
+
"inheritedFrom": {
|
|
2666
|
+
"name": "Accordion",
|
|
2667
|
+
"module": "src/accordion/accordion.ts"
|
|
2668
|
+
}
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"kind": "field",
|
|
2672
|
+
"name": "handleItemKeyDown",
|
|
2673
|
+
"privacy": "private",
|
|
2674
|
+
"inheritedFrom": {
|
|
2675
|
+
"name": "Accordion",
|
|
2676
|
+
"module": "src/accordion/accordion.ts"
|
|
2677
|
+
}
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"kind": "field",
|
|
2681
|
+
"name": "handleItemFocus",
|
|
2682
|
+
"privacy": "private",
|
|
2683
|
+
"inheritedFrom": {
|
|
2684
|
+
"name": "Accordion",
|
|
2685
|
+
"module": "src/accordion/accordion.ts"
|
|
2741
2686
|
}
|
|
2742
2687
|
},
|
|
2743
2688
|
{
|
|
2744
2689
|
"kind": "method",
|
|
2745
|
-
"name": "
|
|
2690
|
+
"name": "adjust",
|
|
2691
|
+
"privacy": "private",
|
|
2746
2692
|
"return": {
|
|
2747
2693
|
"type": {
|
|
2748
2694
|
"text": "void"
|
|
@@ -2750,49 +2696,31 @@
|
|
|
2750
2696
|
},
|
|
2751
2697
|
"parameters": [
|
|
2752
2698
|
{
|
|
2753
|
-
"name": "
|
|
2754
|
-
"type": {
|
|
2755
|
-
"text": "number"
|
|
2756
|
-
}
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"name": "clauseIndex",
|
|
2699
|
+
"name": "adjustment",
|
|
2760
2700
|
"type": {
|
|
2761
2701
|
"text": "number"
|
|
2762
2702
|
}
|
|
2763
2703
|
}
|
|
2764
|
-
]
|
|
2704
|
+
],
|
|
2705
|
+
"inheritedFrom": {
|
|
2706
|
+
"name": "Accordion",
|
|
2707
|
+
"module": "src/accordion/accordion.ts"
|
|
2708
|
+
}
|
|
2765
2709
|
},
|
|
2766
2710
|
{
|
|
2767
2711
|
"kind": "method",
|
|
2768
|
-
"name": "
|
|
2712
|
+
"name": "focusItem",
|
|
2713
|
+
"privacy": "private",
|
|
2769
2714
|
"return": {
|
|
2770
2715
|
"type": {
|
|
2771
2716
|
"text": "void"
|
|
2772
2717
|
}
|
|
2718
|
+
},
|
|
2719
|
+
"inheritedFrom": {
|
|
2720
|
+
"name": "Accordion",
|
|
2721
|
+
"module": "src/accordion/accordion.ts"
|
|
2773
2722
|
}
|
|
2774
2723
|
},
|
|
2775
|
-
{
|
|
2776
|
-
"kind": "method",
|
|
2777
|
-
"name": "handleSubmit"
|
|
2778
|
-
},
|
|
2779
|
-
{
|
|
2780
|
-
"kind": "method",
|
|
2781
|
-
"name": "handleBlur"
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"kind": "method",
|
|
2785
|
-
"name": "clear"
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"kind": "method",
|
|
2789
|
-
"name": "toggleSpeechInput"
|
|
2790
|
-
},
|
|
2791
|
-
{
|
|
2792
|
-
"kind": "method",
|
|
2793
|
-
"name": "clearSpeechApplyDebounce",
|
|
2794
|
-
"privacy": "private"
|
|
2795
|
-
},
|
|
2796
2724
|
{
|
|
2797
2725
|
"kind": "field",
|
|
2798
2726
|
"name": "_presentation",
|
|
@@ -2907,48 +2835,26 @@
|
|
|
2907
2835
|
],
|
|
2908
2836
|
"events": [
|
|
2909
2837
|
{
|
|
2910
|
-
"description": "
|
|
2911
|
-
"name": "
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
}
|
|
2917
|
-
],
|
|
2918
|
-
"attributes": [
|
|
2919
|
-
{
|
|
2920
|
-
"name": "placeholder",
|
|
2921
|
-
"type": {
|
|
2922
|
-
"text": "string"
|
|
2923
|
-
},
|
|
2924
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2925
|
-
"fieldName": "placeholder"
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"type": {
|
|
2929
|
-
"text": "boolean"
|
|
2930
|
-
},
|
|
2931
|
-
"fieldName": "disabled"
|
|
2838
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2839
|
+
"name": "change",
|
|
2840
|
+
"inheritedFrom": {
|
|
2841
|
+
"name": "Accordion",
|
|
2842
|
+
"module": "src/accordion/accordion.ts"
|
|
2843
|
+
}
|
|
2932
2844
|
}
|
|
2933
|
-
]
|
|
2934
|
-
"superclass": {
|
|
2935
|
-
"name": "FoundationElement",
|
|
2936
|
-
"package": "@microsoft/fast-foundation"
|
|
2937
|
-
},
|
|
2938
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2939
|
-
"customElement": true
|
|
2845
|
+
]
|
|
2940
2846
|
},
|
|
2941
2847
|
{
|
|
2942
2848
|
"kind": "variable",
|
|
2943
|
-
"name": "
|
|
2849
|
+
"name": "foundationAccordionShadowOptions",
|
|
2944
2850
|
"type": {
|
|
2945
2851
|
"text": "ShadowRootInit"
|
|
2946
2852
|
},
|
|
2947
|
-
"default": "
|
|
2853
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2948
2854
|
},
|
|
2949
2855
|
{
|
|
2950
2856
|
"kind": "variable",
|
|
2951
|
-
"name": "
|
|
2857
|
+
"name": "defaultAccordionConfig",
|
|
2952
2858
|
"type": {
|
|
2953
2859
|
"text": "object"
|
|
2954
2860
|
},
|
|
@@ -2956,298 +2862,188 @@
|
|
|
2956
2862
|
},
|
|
2957
2863
|
{
|
|
2958
2864
|
"kind": "variable",
|
|
2959
|
-
"name": "
|
|
2865
|
+
"name": "foundationAccordion",
|
|
2866
|
+
"description": "The Foundation Accordion",
|
|
2867
|
+
"privacy": "public"
|
|
2960
2868
|
}
|
|
2961
2869
|
],
|
|
2962
2870
|
"exports": [
|
|
2963
2871
|
{
|
|
2964
2872
|
"kind": "js",
|
|
2965
|
-
"name": "
|
|
2873
|
+
"name": "Accordion",
|
|
2966
2874
|
"declaration": {
|
|
2967
|
-
"name": "
|
|
2968
|
-
"module": "src/
|
|
2875
|
+
"name": "Accordion",
|
|
2876
|
+
"module": "src/accordion/accordion.ts"
|
|
2969
2877
|
}
|
|
2970
2878
|
},
|
|
2971
2879
|
{
|
|
2972
2880
|
"kind": "js",
|
|
2973
|
-
"name": "
|
|
2881
|
+
"name": "foundationAccordionShadowOptions",
|
|
2974
2882
|
"declaration": {
|
|
2975
|
-
"name": "
|
|
2976
|
-
"module": "src/
|
|
2883
|
+
"name": "foundationAccordionShadowOptions",
|
|
2884
|
+
"module": "src/accordion/accordion.ts"
|
|
2977
2885
|
}
|
|
2978
2886
|
},
|
|
2979
2887
|
{
|
|
2980
2888
|
"kind": "js",
|
|
2981
|
-
"name": "
|
|
2889
|
+
"name": "defaultAccordionConfig",
|
|
2982
2890
|
"declaration": {
|
|
2983
|
-
"name": "
|
|
2984
|
-
"module": "src/
|
|
2891
|
+
"name": "defaultAccordionConfig",
|
|
2892
|
+
"module": "src/accordion/accordion.ts"
|
|
2985
2893
|
}
|
|
2986
2894
|
},
|
|
2987
2895
|
{
|
|
2988
2896
|
"kind": "js",
|
|
2989
|
-
"name": "
|
|
2897
|
+
"name": "foundationAccordion",
|
|
2990
2898
|
"declaration": {
|
|
2991
|
-
"name": "
|
|
2992
|
-
"module": "src/
|
|
2899
|
+
"name": "foundationAccordion",
|
|
2900
|
+
"module": "src/accordion/accordion.ts"
|
|
2993
2901
|
}
|
|
2994
2902
|
}
|
|
2995
2903
|
]
|
|
2996
2904
|
},
|
|
2997
2905
|
{
|
|
2998
2906
|
"kind": "javascript-module",
|
|
2999
|
-
"path": "src/
|
|
2907
|
+
"path": "src/accordion/index.ts",
|
|
3000
2908
|
"declarations": [],
|
|
3001
2909
|
"exports": [
|
|
3002
2910
|
{
|
|
3003
2911
|
"kind": "js",
|
|
3004
|
-
"name": "
|
|
2912
|
+
"name": "*",
|
|
3005
2913
|
"declaration": {
|
|
3006
|
-
"name": "
|
|
3007
|
-
"
|
|
2914
|
+
"name": "*",
|
|
2915
|
+
"package": "./accordion.template"
|
|
3008
2916
|
}
|
|
3009
2917
|
},
|
|
3010
2918
|
{
|
|
3011
2919
|
"kind": "js",
|
|
3012
|
-
"name": "
|
|
2920
|
+
"name": "*",
|
|
3013
2921
|
"declaration": {
|
|
3014
|
-
"name": "
|
|
3015
|
-
"
|
|
2922
|
+
"name": "*",
|
|
2923
|
+
"package": "./accordion.styles"
|
|
3016
2924
|
}
|
|
3017
2925
|
},
|
|
3018
2926
|
{
|
|
3019
2927
|
"kind": "js",
|
|
3020
|
-
"name": "
|
|
2928
|
+
"name": "*",
|
|
3021
2929
|
"declaration": {
|
|
3022
|
-
"name": "
|
|
3023
|
-
"
|
|
2930
|
+
"name": "*",
|
|
2931
|
+
"package": "./accordion"
|
|
3024
2932
|
}
|
|
3025
|
-
}
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "javascript-module",
|
|
2938
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2939
|
+
"declarations": [
|
|
3026
2940
|
{
|
|
3027
|
-
"kind": "
|
|
3028
|
-
"name": "
|
|
3029
|
-
"
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
},
|
|
2941
|
+
"kind": "variable",
|
|
2942
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2943
|
+
"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`"
|
|
2944
|
+
}
|
|
2945
|
+
],
|
|
2946
|
+
"exports": [
|
|
3034
2947
|
{
|
|
3035
2948
|
"kind": "js",
|
|
3036
2949
|
"name": "foundationAiCriteriaSearchStyles",
|
|
3037
2950
|
"declaration": {
|
|
3038
2951
|
"name": "foundationAiCriteriaSearchStyles",
|
|
3039
|
-
"module": "
|
|
2952
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3040
2953
|
}
|
|
3041
|
-
}
|
|
2954
|
+
}
|
|
2955
|
+
]
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"kind": "javascript-module",
|
|
2959
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2960
|
+
"declarations": [
|
|
2961
|
+
{
|
|
2962
|
+
"kind": "variable",
|
|
2963
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2966
|
+
},
|
|
2967
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2968
|
+
}
|
|
2969
|
+
],
|
|
2970
|
+
"exports": [
|
|
3042
2971
|
{
|
|
3043
2972
|
"kind": "js",
|
|
3044
2973
|
"name": "foundationAiCriteriaSearchTemplate",
|
|
3045
2974
|
"declaration": {
|
|
3046
2975
|
"name": "foundationAiCriteriaSearchTemplate",
|
|
3047
|
-
"module": "
|
|
2976
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3048
2977
|
}
|
|
3049
|
-
}
|
|
2978
|
+
}
|
|
2979
|
+
]
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"kind": "javascript-module",
|
|
2983
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2984
|
+
"declarations": [
|
|
3050
2985
|
{
|
|
3051
|
-
"kind": "
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3054
|
-
|
|
3055
|
-
"package": "./validation/criteria-ir"
|
|
3056
|
-
}
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"kind": "js",
|
|
3060
|
-
"name": "*",
|
|
3061
|
-
"declaration": {
|
|
3062
|
-
"name": "*",
|
|
3063
|
-
"package": "./validation/operator-map"
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"kind": "js",
|
|
3068
|
-
"name": "*",
|
|
3069
|
-
"declaration": {
|
|
3070
|
-
"name": "*",
|
|
3071
|
-
"package": "./validation/schema-validator"
|
|
3072
|
-
}
|
|
3073
|
-
}
|
|
3074
|
-
]
|
|
3075
|
-
},
|
|
3076
|
-
{
|
|
3077
|
-
"kind": "javascript-module",
|
|
3078
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3079
|
-
"declarations": [
|
|
3080
|
-
{
|
|
3081
|
-
"kind": "function",
|
|
3082
|
-
"name": "formatValidationErrors",
|
|
3083
|
-
"return": {
|
|
3084
|
-
"type": {
|
|
3085
|
-
"text": "string"
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
"parameters": [
|
|
2986
|
+
"kind": "class",
|
|
2987
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2988
|
+
"name": "AiCriteriaSearch",
|
|
2989
|
+
"members": [
|
|
3089
2990
|
{
|
|
3090
|
-
"
|
|
2991
|
+
"kind": "field",
|
|
2992
|
+
"name": "providerRegistry",
|
|
3091
2993
|
"type": {
|
|
3092
|
-
"text": "
|
|
2994
|
+
"text": "AIProviderRegistry"
|
|
3093
2995
|
}
|
|
3094
|
-
}
|
|
3095
|
-
],
|
|
3096
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"kind": "function",
|
|
3100
|
-
"name": "showCriteriaError",
|
|
3101
|
-
"return": {
|
|
3102
|
-
"type": {
|
|
3103
|
-
"text": "void"
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
"parameters": [
|
|
2996
|
+
},
|
|
3107
2997
|
{
|
|
3108
|
-
"
|
|
2998
|
+
"kind": "field",
|
|
2999
|
+
"name": "placeholder",
|
|
3109
3000
|
"type": {
|
|
3110
3001
|
"text": "string"
|
|
3111
3002
|
},
|
|
3112
|
-
"
|
|
3003
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3113
3004
|
},
|
|
3114
3005
|
{
|
|
3115
|
-
"
|
|
3006
|
+
"kind": "field",
|
|
3007
|
+
"name": "disabled",
|
|
3116
3008
|
"type": {
|
|
3117
|
-
"text": "
|
|
3118
|
-
}
|
|
3119
|
-
"description": "Error message to display"
|
|
3009
|
+
"text": "boolean"
|
|
3010
|
+
}
|
|
3120
3011
|
},
|
|
3121
3012
|
{
|
|
3122
|
-
"
|
|
3013
|
+
"kind": "field",
|
|
3014
|
+
"name": "inputValue",
|
|
3123
3015
|
"type": {
|
|
3124
3016
|
"text": "string"
|
|
3125
3017
|
},
|
|
3126
|
-
"
|
|
3127
|
-
}
|
|
3128
|
-
],
|
|
3129
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3130
|
-
}
|
|
3131
|
-
],
|
|
3132
|
-
"exports": [
|
|
3133
|
-
{
|
|
3134
|
-
"kind": "js",
|
|
3135
|
-
"name": "formatValidationErrors",
|
|
3136
|
-
"declaration": {
|
|
3137
|
-
"name": "formatValidationErrors",
|
|
3138
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3139
|
-
}
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"kind": "js",
|
|
3143
|
-
"name": "showCriteriaError",
|
|
3144
|
-
"declaration": {
|
|
3145
|
-
"name": "showCriteriaError",
|
|
3146
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3147
|
-
}
|
|
3148
|
-
}
|
|
3149
|
-
]
|
|
3150
|
-
},
|
|
3151
|
-
{
|
|
3152
|
-
"kind": "javascript-module",
|
|
3153
|
-
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3154
|
-
"declarations": [
|
|
3155
|
-
{
|
|
3156
|
-
"kind": "function",
|
|
3157
|
-
"name": "foundationAiIndicatorStyles",
|
|
3158
|
-
"return": {
|
|
3159
|
-
"type": {
|
|
3160
|
-
"text": "ElementStyles"
|
|
3161
|
-
}
|
|
3162
|
-
},
|
|
3163
|
-
"parameters": [
|
|
3164
|
-
{
|
|
3165
|
-
"name": "context",
|
|
3166
|
-
"type": {
|
|
3167
|
-
"text": "ElementDefinitionContext"
|
|
3168
|
-
}
|
|
3018
|
+
"default": "''"
|
|
3169
3019
|
},
|
|
3170
|
-
{
|
|
3171
|
-
"name": "definition",
|
|
3172
|
-
"type": {
|
|
3173
|
-
"text": "FoundationElementDefinition"
|
|
3174
|
-
}
|
|
3175
|
-
}
|
|
3176
|
-
]
|
|
3177
|
-
}
|
|
3178
|
-
],
|
|
3179
|
-
"exports": [
|
|
3180
|
-
{
|
|
3181
|
-
"kind": "js",
|
|
3182
|
-
"name": "foundationAiIndicatorStyles",
|
|
3183
|
-
"declaration": {
|
|
3184
|
-
"name": "foundationAiIndicatorStyles",
|
|
3185
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3186
|
-
}
|
|
3187
|
-
}
|
|
3188
|
-
]
|
|
3189
|
-
},
|
|
3190
|
-
{
|
|
3191
|
-
"kind": "javascript-module",
|
|
3192
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3193
|
-
"declarations": [
|
|
3194
|
-
{
|
|
3195
|
-
"kind": "variable",
|
|
3196
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3197
|
-
"type": {
|
|
3198
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
3199
|
-
},
|
|
3200
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3201
|
-
}
|
|
3202
|
-
],
|
|
3203
|
-
"exports": [
|
|
3204
|
-
{
|
|
3205
|
-
"kind": "js",
|
|
3206
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3207
|
-
"declaration": {
|
|
3208
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3209
|
-
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3210
|
-
}
|
|
3211
|
-
}
|
|
3212
|
-
]
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"kind": "javascript-module",
|
|
3216
|
-
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3217
|
-
"declarations": [
|
|
3218
|
-
{
|
|
3219
|
-
"kind": "class",
|
|
3220
|
-
"description": "",
|
|
3221
|
-
"name": "AiIndicator",
|
|
3222
|
-
"members": [
|
|
3223
3020
|
{
|
|
3224
3021
|
"kind": "field",
|
|
3225
|
-
"name": "
|
|
3022
|
+
"name": "isInterpreting",
|
|
3226
3023
|
"type": {
|
|
3227
|
-
"text": "
|
|
3228
|
-
}
|
|
3024
|
+
"text": "boolean"
|
|
3025
|
+
},
|
|
3026
|
+
"default": "false"
|
|
3229
3027
|
},
|
|
3230
3028
|
{
|
|
3231
3029
|
"kind": "field",
|
|
3232
|
-
"name": "
|
|
3030
|
+
"name": "lastValidCriteria",
|
|
3233
3031
|
"type": {
|
|
3234
|
-
"text": "
|
|
3032
|
+
"text": "string | null"
|
|
3235
3033
|
},
|
|
3236
|
-
"
|
|
3237
|
-
"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.",
|
|
3238
|
-
"readonly": true
|
|
3034
|
+
"default": "null"
|
|
3239
3035
|
},
|
|
3240
3036
|
{
|
|
3241
3037
|
"kind": "field",
|
|
3242
|
-
"name": "
|
|
3038
|
+
"name": "activeGroups",
|
|
3243
3039
|
"type": {
|
|
3244
|
-
"text": "
|
|
3040
|
+
"text": "CriteriaGroup[]"
|
|
3245
3041
|
},
|
|
3246
|
-
"default": "
|
|
3042
|
+
"default": "[]"
|
|
3247
3043
|
},
|
|
3248
3044
|
{
|
|
3249
3045
|
"kind": "field",
|
|
3250
|
-
"name": "
|
|
3046
|
+
"name": "showingChips",
|
|
3251
3047
|
"type": {
|
|
3252
3048
|
"text": "boolean"
|
|
3253
3049
|
},
|
|
@@ -3255,15 +3051,15 @@
|
|
|
3255
3051
|
},
|
|
3256
3052
|
{
|
|
3257
3053
|
"kind": "field",
|
|
3258
|
-
"name": "
|
|
3054
|
+
"name": "fieldMetadata",
|
|
3259
3055
|
"type": {
|
|
3260
|
-
"text": "
|
|
3056
|
+
"text": "MetadataDetail[] | string[]"
|
|
3261
3057
|
},
|
|
3262
|
-
"default": "
|
|
3058
|
+
"default": "[]"
|
|
3263
3059
|
},
|
|
3264
3060
|
{
|
|
3265
3061
|
"kind": "field",
|
|
3266
|
-
"name": "
|
|
3062
|
+
"name": "isRecording",
|
|
3267
3063
|
"type": {
|
|
3268
3064
|
"text": "boolean"
|
|
3269
3065
|
},
|
|
@@ -3271,29 +3067,33 @@
|
|
|
3271
3067
|
},
|
|
3272
3068
|
{
|
|
3273
3069
|
"kind": "field",
|
|
3274
|
-
"name": "
|
|
3070
|
+
"name": "textAreaRef",
|
|
3275
3071
|
"type": {
|
|
3276
|
-
"text": "
|
|
3072
|
+
"text": "HTMLTextAreaElement"
|
|
3277
3073
|
},
|
|
3278
|
-
"privacy": "
|
|
3279
|
-
"default": "null"
|
|
3074
|
+
"privacy": "public"
|
|
3280
3075
|
},
|
|
3281
3076
|
{
|
|
3282
3077
|
"kind": "field",
|
|
3283
|
-
"name": "
|
|
3284
|
-
"
|
|
3078
|
+
"name": "stopRecording",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "(() => void) | null"
|
|
3081
|
+
},
|
|
3082
|
+
"privacy": "private",
|
|
3083
|
+
"default": "null"
|
|
3285
3084
|
},
|
|
3286
3085
|
{
|
|
3287
3086
|
"kind": "field",
|
|
3288
|
-
"name": "
|
|
3087
|
+
"name": "speechApplyDebounceTimer",
|
|
3289
3088
|
"type": {
|
|
3290
|
-
"text": "
|
|
3089
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3291
3090
|
},
|
|
3292
|
-
"
|
|
3091
|
+
"privacy": "private",
|
|
3092
|
+
"default": "null"
|
|
3293
3093
|
},
|
|
3294
3094
|
{
|
|
3295
3095
|
"kind": "field",
|
|
3296
|
-
"name": "
|
|
3096
|
+
"name": "speechAvailable",
|
|
3297
3097
|
"type": {
|
|
3298
3098
|
"text": "boolean"
|
|
3299
3099
|
},
|
|
@@ -3301,69 +3101,65 @@
|
|
|
3301
3101
|
},
|
|
3302
3102
|
{
|
|
3303
3103
|
"kind": "field",
|
|
3304
|
-
"name": "
|
|
3104
|
+
"name": "criteriaChips",
|
|
3305
3105
|
"type": {
|
|
3306
|
-
"text": "
|
|
3106
|
+
"text": "CriteriaChip[]"
|
|
3307
3107
|
},
|
|
3308
3108
|
"readonly": true
|
|
3309
3109
|
},
|
|
3310
3110
|
{
|
|
3311
3111
|
"kind": "method",
|
|
3312
|
-
"name": "
|
|
3112
|
+
"name": "getFieldLabel",
|
|
3113
|
+
"privacy": "private",
|
|
3313
3114
|
"return": {
|
|
3314
3115
|
"type": {
|
|
3315
|
-
"text": "
|
|
3116
|
+
"text": "string"
|
|
3316
3117
|
}
|
|
3317
|
-
}
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"kind": "method",
|
|
3321
|
-
"name": "handleClickOutside",
|
|
3322
|
-
"privacy": "private",
|
|
3118
|
+
},
|
|
3323
3119
|
"parameters": [
|
|
3324
3120
|
{
|
|
3325
|
-
"name": "
|
|
3121
|
+
"name": "fieldName",
|
|
3326
3122
|
"type": {
|
|
3327
|
-
"text": "
|
|
3123
|
+
"text": "string"
|
|
3328
3124
|
}
|
|
3329
3125
|
}
|
|
3330
3126
|
]
|
|
3331
3127
|
},
|
|
3332
3128
|
{
|
|
3333
3129
|
"kind": "method",
|
|
3334
|
-
"name": "
|
|
3335
|
-
},
|
|
3336
|
-
{
|
|
3337
|
-
"kind": "method",
|
|
3338
|
-
"name": "refreshStatus",
|
|
3130
|
+
"name": "toggleCriteriaView",
|
|
3339
3131
|
"return": {
|
|
3340
3132
|
"type": {
|
|
3341
|
-
"text": "
|
|
3133
|
+
"text": "void"
|
|
3342
3134
|
}
|
|
3343
3135
|
}
|
|
3344
3136
|
},
|
|
3345
3137
|
{
|
|
3346
3138
|
"kind": "method",
|
|
3347
|
-
"name": "
|
|
3348
|
-
"privacy": "private",
|
|
3139
|
+
"name": "removeChip",
|
|
3349
3140
|
"return": {
|
|
3350
3141
|
"type": {
|
|
3351
|
-
"text": "
|
|
3142
|
+
"text": "void"
|
|
3352
3143
|
}
|
|
3353
3144
|
},
|
|
3354
3145
|
"parameters": [
|
|
3355
3146
|
{
|
|
3356
|
-
"name": "
|
|
3147
|
+
"name": "groupIndex",
|
|
3357
3148
|
"type": {
|
|
3358
|
-
"text": "
|
|
3149
|
+
"text": "number"
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "clauseIndex",
|
|
3154
|
+
"type": {
|
|
3155
|
+
"text": "number"
|
|
3359
3156
|
}
|
|
3360
3157
|
}
|
|
3361
3158
|
]
|
|
3362
3159
|
},
|
|
3363
3160
|
{
|
|
3364
3161
|
"kind": "method",
|
|
3365
|
-
"name": "
|
|
3366
|
-
"privacy": "private",
|
|
3162
|
+
"name": "clearChips",
|
|
3367
3163
|
"return": {
|
|
3368
3164
|
"type": {
|
|
3369
3165
|
"text": "void"
|
|
@@ -3372,32 +3168,24 @@
|
|
|
3372
3168
|
},
|
|
3373
3169
|
{
|
|
3374
3170
|
"kind": "method",
|
|
3375
|
-
"name": "
|
|
3376
|
-
"privacy": "private",
|
|
3377
|
-
"return": {
|
|
3378
|
-
"type": {
|
|
3379
|
-
"text": "void"
|
|
3380
|
-
}
|
|
3381
|
-
}
|
|
3171
|
+
"name": "handleSubmit"
|
|
3382
3172
|
},
|
|
3383
3173
|
{
|
|
3384
3174
|
"kind": "method",
|
|
3385
|
-
"name": "
|
|
3386
|
-
"privacy": "private",
|
|
3387
|
-
"return": {
|
|
3388
|
-
"type": {
|
|
3389
|
-
"text": "void"
|
|
3390
|
-
}
|
|
3391
|
-
}
|
|
3175
|
+
"name": "handleBlur"
|
|
3392
3176
|
},
|
|
3393
3177
|
{
|
|
3394
3178
|
"kind": "method",
|
|
3395
|
-
"name": "
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3179
|
+
"name": "clear"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "method",
|
|
3183
|
+
"name": "toggleSpeechInput"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"kind": "method",
|
|
3187
|
+
"name": "clearSpeechApplyDebounce",
|
|
3188
|
+
"privacy": "private"
|
|
3401
3189
|
},
|
|
3402
3190
|
{
|
|
3403
3191
|
"kind": "field",
|
|
@@ -3511,141 +3299,259 @@
|
|
|
3511
3299
|
}
|
|
3512
3300
|
}
|
|
3513
3301
|
],
|
|
3302
|
+
"events": [
|
|
3303
|
+
{
|
|
3304
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3305
|
+
"name": "criteria-changed"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3309
|
+
"name": "validation-errors"
|
|
3310
|
+
}
|
|
3311
|
+
],
|
|
3312
|
+
"attributes": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "placeholder",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "string"
|
|
3317
|
+
},
|
|
3318
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3319
|
+
"fieldName": "placeholder"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "boolean"
|
|
3324
|
+
},
|
|
3325
|
+
"fieldName": "disabled"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3514
3328
|
"superclass": {
|
|
3515
3329
|
"name": "FoundationElement",
|
|
3516
3330
|
"package": "@microsoft/fast-foundation"
|
|
3517
3331
|
},
|
|
3518
|
-
"tagName": "%%prefix%%-ai-
|
|
3519
|
-
"customElement": true
|
|
3332
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3333
|
+
"customElement": true
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "variable",
|
|
3337
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3338
|
+
"type": {
|
|
3339
|
+
"text": "ShadowRootInit"
|
|
3340
|
+
},
|
|
3341
|
+
"default": "undefined"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "variable",
|
|
3345
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3346
|
+
"type": {
|
|
3347
|
+
"text": "object"
|
|
3348
|
+
},
|
|
3349
|
+
"default": "{}"
|
|
3520
3350
|
},
|
|
3521
3351
|
{
|
|
3522
3352
|
"kind": "variable",
|
|
3523
|
-
"name": "
|
|
3353
|
+
"name": "foundationAiCriteriaSearch"
|
|
3524
3354
|
}
|
|
3525
3355
|
],
|
|
3526
3356
|
"exports": [
|
|
3527
3357
|
{
|
|
3528
3358
|
"kind": "js",
|
|
3529
|
-
"name": "
|
|
3359
|
+
"name": "AiCriteriaSearch",
|
|
3530
3360
|
"declaration": {
|
|
3531
|
-
"name": "
|
|
3532
|
-
"module": "src/ai-
|
|
3361
|
+
"name": "AiCriteriaSearch",
|
|
3362
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3533
3363
|
}
|
|
3534
3364
|
},
|
|
3535
3365
|
{
|
|
3536
3366
|
"kind": "js",
|
|
3537
|
-
"name": "
|
|
3367
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3538
3368
|
"declaration": {
|
|
3539
|
-
"name": "
|
|
3540
|
-
"module": "src/ai-
|
|
3369
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3370
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "js",
|
|
3375
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3376
|
+
"declaration": {
|
|
3377
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3378
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"kind": "js",
|
|
3383
|
+
"name": "foundationAiCriteriaSearch",
|
|
3384
|
+
"declaration": {
|
|
3385
|
+
"name": "foundationAiCriteriaSearch",
|
|
3386
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3541
3387
|
}
|
|
3542
3388
|
}
|
|
3543
3389
|
]
|
|
3544
3390
|
},
|
|
3545
3391
|
{
|
|
3546
3392
|
"kind": "javascript-module",
|
|
3547
|
-
"path": "src/ai-
|
|
3393
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3548
3394
|
"declarations": [],
|
|
3549
3395
|
"exports": [
|
|
3550
3396
|
{
|
|
3551
3397
|
"kind": "js",
|
|
3552
|
-
"name": "
|
|
3398
|
+
"name": "AiCriteriaSearch",
|
|
3553
3399
|
"declaration": {
|
|
3554
|
-
"name": "
|
|
3555
|
-
"module": "./ai-
|
|
3400
|
+
"name": "AiCriteriaSearch",
|
|
3401
|
+
"module": "./ai-criteria-search"
|
|
3556
3402
|
}
|
|
3557
3403
|
},
|
|
3558
3404
|
{
|
|
3559
3405
|
"kind": "js",
|
|
3560
|
-
"name": "
|
|
3406
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3561
3407
|
"declaration": {
|
|
3562
|
-
"name": "
|
|
3563
|
-
"module": "./ai-
|
|
3408
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3409
|
+
"module": "./ai-criteria-search"
|
|
3564
3410
|
}
|
|
3565
3411
|
},
|
|
3566
3412
|
{
|
|
3567
3413
|
"kind": "js",
|
|
3568
|
-
"name": "
|
|
3414
|
+
"name": "foundationAiCriteriaSearch",
|
|
3569
3415
|
"declaration": {
|
|
3570
|
-
"name": "
|
|
3571
|
-
"module": "./ai-
|
|
3416
|
+
"name": "foundationAiCriteriaSearch",
|
|
3417
|
+
"module": "./ai-criteria-search"
|
|
3572
3418
|
}
|
|
3573
3419
|
},
|
|
3574
3420
|
{
|
|
3575
3421
|
"kind": "js",
|
|
3576
|
-
"name": "
|
|
3422
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3577
3423
|
"declaration": {
|
|
3578
|
-
"name": "
|
|
3579
|
-
"module": "./ai-
|
|
3424
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3425
|
+
"module": "./ai-criteria-search"
|
|
3580
3426
|
}
|
|
3581
3427
|
},
|
|
3582
3428
|
{
|
|
3583
3429
|
"kind": "js",
|
|
3584
|
-
"name": "
|
|
3430
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3585
3431
|
"declaration": {
|
|
3586
|
-
"name": "
|
|
3587
|
-
"module": "./ai-
|
|
3432
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3433
|
+
"module": "./ai-criteria-search.styles"
|
|
3588
3434
|
}
|
|
3589
3435
|
},
|
|
3590
3436
|
{
|
|
3591
3437
|
"kind": "js",
|
|
3592
|
-
"name": "
|
|
3438
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3593
3439
|
"declaration": {
|
|
3594
|
-
"name": "
|
|
3595
|
-
"module": "./ai-
|
|
3440
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3441
|
+
"module": "./ai-criteria-search.template"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "js",
|
|
3446
|
+
"name": "*",
|
|
3447
|
+
"declaration": {
|
|
3448
|
+
"name": "*",
|
|
3449
|
+
"package": "./validation/criteria-ir"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "js",
|
|
3454
|
+
"name": "*",
|
|
3455
|
+
"declaration": {
|
|
3456
|
+
"name": "*",
|
|
3457
|
+
"package": "./validation/operator-map"
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"kind": "js",
|
|
3462
|
+
"name": "*",
|
|
3463
|
+
"declaration": {
|
|
3464
|
+
"name": "*",
|
|
3465
|
+
"package": "./validation/schema-validator"
|
|
3596
3466
|
}
|
|
3597
3467
|
}
|
|
3598
3468
|
]
|
|
3599
3469
|
},
|
|
3600
3470
|
{
|
|
3601
3471
|
"kind": "javascript-module",
|
|
3602
|
-
"path": "src/
|
|
3472
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3603
3473
|
"declarations": [
|
|
3604
3474
|
{
|
|
3605
3475
|
"kind": "function",
|
|
3606
|
-
"name": "
|
|
3476
|
+
"name": "formatValidationErrors",
|
|
3607
3477
|
"return": {
|
|
3608
3478
|
"type": {
|
|
3609
|
-
"text": "
|
|
3479
|
+
"text": "string"
|
|
3610
3480
|
}
|
|
3611
3481
|
},
|
|
3612
3482
|
"parameters": [
|
|
3613
3483
|
{
|
|
3614
|
-
"name": "
|
|
3484
|
+
"name": "errors",
|
|
3615
3485
|
"type": {
|
|
3616
|
-
"text": "
|
|
3486
|
+
"text": "ValidationError[]"
|
|
3617
3487
|
}
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"kind": "function",
|
|
3494
|
+
"name": "showCriteriaError",
|
|
3495
|
+
"return": {
|
|
3496
|
+
"type": {
|
|
3497
|
+
"text": "void"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
"parameters": [
|
|
3501
|
+
{
|
|
3502
|
+
"name": "title",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"text": "string"
|
|
3505
|
+
},
|
|
3506
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3618
3507
|
},
|
|
3619
3508
|
{
|
|
3620
|
-
"name": "
|
|
3509
|
+
"name": "body",
|
|
3621
3510
|
"type": {
|
|
3622
|
-
"text": "
|
|
3623
|
-
}
|
|
3511
|
+
"text": "string"
|
|
3512
|
+
},
|
|
3513
|
+
"description": "Error message to display"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "tagName",
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "string"
|
|
3519
|
+
},
|
|
3520
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3624
3521
|
}
|
|
3625
|
-
]
|
|
3522
|
+
],
|
|
3523
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3626
3524
|
}
|
|
3627
3525
|
],
|
|
3628
3526
|
"exports": [
|
|
3629
3527
|
{
|
|
3630
3528
|
"kind": "js",
|
|
3631
|
-
"name": "
|
|
3529
|
+
"name": "formatValidationErrors",
|
|
3632
3530
|
"declaration": {
|
|
3633
|
-
"name": "
|
|
3634
|
-
"module": "src/
|
|
3531
|
+
"name": "formatValidationErrors",
|
|
3532
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"kind": "js",
|
|
3537
|
+
"name": "showCriteriaError",
|
|
3538
|
+
"declaration": {
|
|
3539
|
+
"name": "showCriteriaError",
|
|
3540
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3635
3541
|
}
|
|
3636
3542
|
}
|
|
3637
3543
|
]
|
|
3638
3544
|
},
|
|
3639
3545
|
{
|
|
3640
3546
|
"kind": "javascript-module",
|
|
3641
|
-
"path": "src/
|
|
3547
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3642
3548
|
"declarations": [
|
|
3643
3549
|
{
|
|
3644
3550
|
"kind": "function",
|
|
3645
|
-
"name": "
|
|
3551
|
+
"name": "foundationAiIndicatorStyles",
|
|
3646
3552
|
"return": {
|
|
3647
3553
|
"type": {
|
|
3648
|
-
"text": "
|
|
3554
|
+
"text": "ElementStyles"
|
|
3649
3555
|
}
|
|
3650
3556
|
},
|
|
3651
3557
|
"parameters": [
|
|
@@ -3667,116 +3573,224 @@
|
|
|
3667
3573
|
"exports": [
|
|
3668
3574
|
{
|
|
3669
3575
|
"kind": "js",
|
|
3670
|
-
"name": "
|
|
3576
|
+
"name": "foundationAiIndicatorStyles",
|
|
3671
3577
|
"declaration": {
|
|
3672
|
-
"name": "
|
|
3673
|
-
"module": "src/
|
|
3578
|
+
"name": "foundationAiIndicatorStyles",
|
|
3579
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3674
3580
|
}
|
|
3675
3581
|
}
|
|
3676
3582
|
]
|
|
3677
3583
|
},
|
|
3678
3584
|
{
|
|
3679
3585
|
"kind": "javascript-module",
|
|
3680
|
-
"path": "src/
|
|
3586
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3587
|
+
"declarations": [
|
|
3588
|
+
{
|
|
3589
|
+
"kind": "variable",
|
|
3590
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3591
|
+
"type": {
|
|
3592
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3593
|
+
},
|
|
3594
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"exports": [
|
|
3598
|
+
{
|
|
3599
|
+
"kind": "js",
|
|
3600
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3601
|
+
"declaration": {
|
|
3602
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3603
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
]
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"kind": "javascript-module",
|
|
3610
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3681
3611
|
"declarations": [
|
|
3682
3612
|
{
|
|
3683
3613
|
"kind": "class",
|
|
3684
3614
|
"description": "",
|
|
3685
|
-
"name": "
|
|
3686
|
-
"
|
|
3687
|
-
"name": "FASTAccordionItem",
|
|
3688
|
-
"package": "@microsoft/fast-components"
|
|
3689
|
-
},
|
|
3690
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
3691
|
-
"customElement": true,
|
|
3692
|
-
"attributes": [
|
|
3615
|
+
"name": "AiIndicator",
|
|
3616
|
+
"members": [
|
|
3693
3617
|
{
|
|
3694
|
-
"
|
|
3618
|
+
"kind": "field",
|
|
3619
|
+
"name": "providerRegistry",
|
|
3695
3620
|
"type": {
|
|
3696
|
-
"text": "
|
|
3697
|
-
},
|
|
3698
|
-
"default": "2",
|
|
3699
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
3700
|
-
"fieldName": "headinglevel",
|
|
3701
|
-
"inheritedFrom": {
|
|
3702
|
-
"name": "AccordionItem",
|
|
3703
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
3621
|
+
"text": "AIProviderRegistry"
|
|
3704
3622
|
}
|
|
3705
3623
|
},
|
|
3706
3624
|
{
|
|
3625
|
+
"kind": "field",
|
|
3626
|
+
"name": "aiProvider",
|
|
3627
|
+
"type": {
|
|
3628
|
+
"text": "AIProvider | undefined"
|
|
3629
|
+
},
|
|
3630
|
+
"privacy": "private",
|
|
3631
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3632
|
+
"readonly": true
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"kind": "field",
|
|
3636
|
+
"name": "status",
|
|
3637
|
+
"type": {
|
|
3638
|
+
"text": "AIStatus | null"
|
|
3639
|
+
},
|
|
3640
|
+
"default": "null"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"kind": "field",
|
|
3644
|
+
"name": "open",
|
|
3645
|
+
"type": {
|
|
3646
|
+
"text": "boolean"
|
|
3647
|
+
},
|
|
3648
|
+
"default": "false"
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"kind": "field",
|
|
3652
|
+
"name": "state",
|
|
3653
|
+
"type": {
|
|
3654
|
+
"text": "AIIndicatorState"
|
|
3655
|
+
},
|
|
3656
|
+
"default": "'none'"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "field",
|
|
3660
|
+
"name": "isInstalling",
|
|
3707
3661
|
"type": {
|
|
3708
3662
|
"text": "boolean"
|
|
3709
3663
|
},
|
|
3710
|
-
"default": "false"
|
|
3711
|
-
"description": "Expands or collapses the item.",
|
|
3712
|
-
"fieldName": "expanded",
|
|
3713
|
-
"inheritedFrom": {
|
|
3714
|
-
"name": "AccordionItem",
|
|
3715
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
3716
|
-
}
|
|
3664
|
+
"default": "false"
|
|
3717
3665
|
},
|
|
3718
3666
|
{
|
|
3719
|
-
"
|
|
3667
|
+
"kind": "field",
|
|
3668
|
+
"name": "pollTimer",
|
|
3720
3669
|
"type": {
|
|
3721
|
-
"text": "
|
|
3670
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3722
3671
|
},
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3725
|
-
|
|
3726
|
-
"name": "AccordionItem",
|
|
3727
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
3728
|
-
}
|
|
3729
|
-
}
|
|
3730
|
-
],
|
|
3731
|
-
"members": [
|
|
3672
|
+
"privacy": "private",
|
|
3673
|
+
"default": "null"
|
|
3674
|
+
},
|
|
3732
3675
|
{
|
|
3733
3676
|
"kind": "field",
|
|
3734
|
-
"name": "
|
|
3677
|
+
"name": "clickOutside",
|
|
3678
|
+
"privacy": "private"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"kind": "field",
|
|
3682
|
+
"name": "chromeStatusLabel",
|
|
3735
3683
|
"type": {
|
|
3736
|
-
"text": "
|
|
3684
|
+
"text": "string | null"
|
|
3737
3685
|
},
|
|
3738
|
-
"
|
|
3739
|
-
"default": "2",
|
|
3740
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
3741
|
-
"inheritedFrom": {
|
|
3742
|
-
"name": "AccordionItem",
|
|
3743
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
3744
|
-
}
|
|
3686
|
+
"readonly": true
|
|
3745
3687
|
},
|
|
3746
3688
|
{
|
|
3747
3689
|
"kind": "field",
|
|
3748
|
-
"name": "
|
|
3690
|
+
"name": "canInstall",
|
|
3749
3691
|
"type": {
|
|
3750
3692
|
"text": "boolean"
|
|
3751
3693
|
},
|
|
3752
|
-
"
|
|
3753
|
-
"default": "false",
|
|
3754
|
-
"description": "Expands or collapses the item.",
|
|
3755
|
-
"inheritedFrom": {
|
|
3756
|
-
"name": "AccordionItem",
|
|
3757
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
3758
|
-
}
|
|
3694
|
+
"readonly": true
|
|
3759
3695
|
},
|
|
3760
3696
|
{
|
|
3761
3697
|
"kind": "field",
|
|
3762
|
-
"name": "
|
|
3698
|
+
"name": "isDownloading",
|
|
3763
3699
|
"type": {
|
|
3764
|
-
"text": "
|
|
3700
|
+
"text": "boolean"
|
|
3765
3701
|
},
|
|
3766
|
-
"
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3702
|
+
"readonly": true
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"kind": "method",
|
|
3706
|
+
"name": "openChanged",
|
|
3707
|
+
"return": {
|
|
3708
|
+
"type": {
|
|
3709
|
+
"text": "void"
|
|
3710
|
+
}
|
|
3771
3711
|
}
|
|
3772
3712
|
},
|
|
3773
3713
|
{
|
|
3774
|
-
"kind": "
|
|
3775
|
-
"name": "
|
|
3714
|
+
"kind": "method",
|
|
3715
|
+
"name": "handleClickOutside",
|
|
3776
3716
|
"privacy": "private",
|
|
3777
|
-
"
|
|
3778
|
-
|
|
3779
|
-
|
|
3717
|
+
"parameters": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "event",
|
|
3720
|
+
"type": {
|
|
3721
|
+
"text": "MouseEvent"
|
|
3722
|
+
}
|
|
3723
|
+
}
|
|
3724
|
+
]
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"kind": "method",
|
|
3728
|
+
"name": "toggleDropdown"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"kind": "method",
|
|
3732
|
+
"name": "refreshStatus",
|
|
3733
|
+
"return": {
|
|
3734
|
+
"type": {
|
|
3735
|
+
"text": "Promise<void>"
|
|
3736
|
+
}
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"kind": "method",
|
|
3741
|
+
"name": "deriveState",
|
|
3742
|
+
"privacy": "private",
|
|
3743
|
+
"return": {
|
|
3744
|
+
"type": {
|
|
3745
|
+
"text": "AIIndicatorState"
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
"parameters": [
|
|
3749
|
+
{
|
|
3750
|
+
"name": "s",
|
|
3751
|
+
"type": {
|
|
3752
|
+
"text": "AIStatus | null"
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
]
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"kind": "method",
|
|
3759
|
+
"name": "maybeStartPolling",
|
|
3760
|
+
"privacy": "private",
|
|
3761
|
+
"return": {
|
|
3762
|
+
"type": {
|
|
3763
|
+
"text": "void"
|
|
3764
|
+
}
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"kind": "method",
|
|
3769
|
+
"name": "startPolling",
|
|
3770
|
+
"privacy": "private",
|
|
3771
|
+
"return": {
|
|
3772
|
+
"type": {
|
|
3773
|
+
"text": "void"
|
|
3774
|
+
}
|
|
3775
|
+
}
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"kind": "method",
|
|
3779
|
+
"name": "stopPolling",
|
|
3780
|
+
"privacy": "private",
|
|
3781
|
+
"return": {
|
|
3782
|
+
"type": {
|
|
3783
|
+
"text": "void"
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "method",
|
|
3789
|
+
"name": "onInstall",
|
|
3790
|
+
"return": {
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "Promise<void>"
|
|
3793
|
+
}
|
|
3780
3794
|
}
|
|
3781
3795
|
},
|
|
3782
3796
|
{
|
|
@@ -3891,102 +3905,88 @@
|
|
|
3891
3905
|
}
|
|
3892
3906
|
}
|
|
3893
3907
|
],
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
"name": "change",
|
|
3898
|
-
"inheritedFrom": {
|
|
3899
|
-
"name": "AccordionItem",
|
|
3900
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
3901
|
-
}
|
|
3902
|
-
}
|
|
3903
|
-
]
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"kind": "variable",
|
|
3907
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
3908
|
-
"type": {
|
|
3909
|
-
"text": "ShadowRootInit"
|
|
3910
|
-
},
|
|
3911
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"kind": "variable",
|
|
3915
|
-
"name": "defaultAccordionItemConfig",
|
|
3916
|
-
"type": {
|
|
3917
|
-
"text": "object"
|
|
3908
|
+
"superclass": {
|
|
3909
|
+
"name": "FoundationElement",
|
|
3910
|
+
"package": "@microsoft/fast-foundation"
|
|
3918
3911
|
},
|
|
3919
|
-
"
|
|
3912
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3913
|
+
"customElement": true
|
|
3920
3914
|
},
|
|
3921
3915
|
{
|
|
3922
3916
|
"kind": "variable",
|
|
3923
|
-
"name": "
|
|
3924
|
-
"description": "The Foundation Accordion Item",
|
|
3925
|
-
"privacy": "public"
|
|
3917
|
+
"name": "foundationAiIndicator"
|
|
3926
3918
|
}
|
|
3927
3919
|
],
|
|
3928
3920
|
"exports": [
|
|
3929
3921
|
{
|
|
3930
3922
|
"kind": "js",
|
|
3931
|
-
"name": "
|
|
3923
|
+
"name": "AiIndicator",
|
|
3932
3924
|
"declaration": {
|
|
3933
|
-
"name": "
|
|
3934
|
-
"module": "src/
|
|
3925
|
+
"name": "AiIndicator",
|
|
3926
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3935
3927
|
}
|
|
3936
3928
|
},
|
|
3937
3929
|
{
|
|
3938
3930
|
"kind": "js",
|
|
3939
|
-
"name": "
|
|
3931
|
+
"name": "foundationAiIndicator",
|
|
3940
3932
|
"declaration": {
|
|
3941
|
-
"name": "
|
|
3942
|
-
"module": "src/
|
|
3933
|
+
"name": "foundationAiIndicator",
|
|
3934
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3937
|
+
]
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"kind": "javascript-module",
|
|
3941
|
+
"path": "src/ai-indicator/index.ts",
|
|
3942
|
+
"declarations": [],
|
|
3943
|
+
"exports": [
|
|
3944
|
+
{
|
|
3945
|
+
"kind": "js",
|
|
3946
|
+
"name": "AiIndicator",
|
|
3947
|
+
"declaration": {
|
|
3948
|
+
"name": "AiIndicator",
|
|
3949
|
+
"module": "./ai-indicator"
|
|
3943
3950
|
}
|
|
3944
3951
|
},
|
|
3945
3952
|
{
|
|
3946
3953
|
"kind": "js",
|
|
3947
|
-
"name": "
|
|
3954
|
+
"name": "foundationAiIndicator",
|
|
3948
3955
|
"declaration": {
|
|
3949
|
-
"name": "
|
|
3950
|
-
"module": "
|
|
3956
|
+
"name": "foundationAiIndicator",
|
|
3957
|
+
"module": "./ai-indicator"
|
|
3951
3958
|
}
|
|
3952
3959
|
},
|
|
3953
3960
|
{
|
|
3954
3961
|
"kind": "js",
|
|
3955
|
-
"name": "
|
|
3962
|
+
"name": "type",
|
|
3956
3963
|
"declaration": {
|
|
3957
|
-
"name": "
|
|
3958
|
-
"module": "
|
|
3964
|
+
"name": "type",
|
|
3965
|
+
"module": "./ai-indicator"
|
|
3959
3966
|
}
|
|
3960
|
-
}
|
|
3961
|
-
]
|
|
3962
|
-
},
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "javascript-module",
|
|
3965
|
-
"path": "src/accordion-item/index.ts",
|
|
3966
|
-
"declarations": [],
|
|
3967
|
-
"exports": [
|
|
3967
|
+
},
|
|
3968
3968
|
{
|
|
3969
3969
|
"kind": "js",
|
|
3970
|
-
"name": "
|
|
3970
|
+
"name": "AIIndicatorState",
|
|
3971
3971
|
"declaration": {
|
|
3972
|
-
"name": "
|
|
3973
|
-
"
|
|
3972
|
+
"name": "AIIndicatorState",
|
|
3973
|
+
"module": "./ai-indicator"
|
|
3974
3974
|
}
|
|
3975
3975
|
},
|
|
3976
3976
|
{
|
|
3977
3977
|
"kind": "js",
|
|
3978
|
-
"name": "
|
|
3978
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3979
3979
|
"declaration": {
|
|
3980
|
-
"name": "
|
|
3981
|
-
"
|
|
3980
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3981
|
+
"module": "./ai-indicator.template"
|
|
3982
3982
|
}
|
|
3983
3983
|
},
|
|
3984
3984
|
{
|
|
3985
3985
|
"kind": "js",
|
|
3986
|
-
"name": "
|
|
3986
|
+
"name": "foundationAiIndicatorStyles",
|
|
3987
3987
|
"declaration": {
|
|
3988
|
-
"name": "
|
|
3989
|
-
"
|
|
3988
|
+
"name": "foundationAiIndicatorStyles",
|
|
3989
|
+
"module": "./ai-indicator.styles"
|
|
3990
3990
|
}
|
|
3991
3991
|
}
|
|
3992
3992
|
]
|