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