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