@genesislcap/foundation-ui 14.414.0 → 14.415.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 +746 -746
- package/package.json +19 -19
|
@@ -1683,123 +1683,203 @@
|
|
|
1683
1683
|
},
|
|
1684
1684
|
{
|
|
1685
1685
|
"kind": "javascript-module",
|
|
1686
|
-
"path": "src/
|
|
1686
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1687
1687
|
"declarations": [
|
|
1688
1688
|
{
|
|
1689
|
-
"kind": "
|
|
1690
|
-
"name": "
|
|
1691
|
-
"
|
|
1689
|
+
"kind": "function",
|
|
1690
|
+
"name": "actionsMenuBaseStyles",
|
|
1691
|
+
"return": {
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "ElementStyles"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"parameters": [
|
|
1697
|
+
{
|
|
1698
|
+
"name": "context",
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "ElementDefinitionContext"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "definition",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"text": "FoundationElementDefinition"
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
]
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"kind": "function",
|
|
1713
|
+
"name": "foundationActionsMenuStyles",
|
|
1714
|
+
"return": {
|
|
1715
|
+
"type": {
|
|
1716
|
+
"text": "ElementStyles"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
"parameters": [
|
|
1720
|
+
{
|
|
1721
|
+
"name": "context",
|
|
1722
|
+
"type": {
|
|
1723
|
+
"text": "ElementDefinitionContext"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "definition",
|
|
1728
|
+
"type": {
|
|
1729
|
+
"text": "FoundationElementDefinition"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
]
|
|
1692
1733
|
}
|
|
1693
1734
|
],
|
|
1694
1735
|
"exports": [
|
|
1695
1736
|
{
|
|
1696
1737
|
"kind": "js",
|
|
1697
|
-
"name": "
|
|
1738
|
+
"name": "actionsMenuBaseStyles",
|
|
1698
1739
|
"declaration": {
|
|
1699
|
-
"name": "
|
|
1700
|
-
"module": "src/
|
|
1740
|
+
"name": "actionsMenuBaseStyles",
|
|
1741
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"kind": "js",
|
|
1746
|
+
"name": "foundationActionsMenuStyles",
|
|
1747
|
+
"declaration": {
|
|
1748
|
+
"name": "foundationActionsMenuStyles",
|
|
1749
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1701
1750
|
}
|
|
1702
1751
|
}
|
|
1703
1752
|
]
|
|
1704
1753
|
},
|
|
1705
1754
|
{
|
|
1706
1755
|
"kind": "javascript-module",
|
|
1707
|
-
"path": "src/
|
|
1756
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1708
1757
|
"declarations": [
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "function",
|
|
1760
|
+
"name": "menuTemplate",
|
|
1761
|
+
"parameters": [
|
|
1762
|
+
{
|
|
1763
|
+
"name": "prefix",
|
|
1764
|
+
"type": {
|
|
1765
|
+
"text": "string"
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
]
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "function",
|
|
1772
|
+
"name": "singleOptionTemplate",
|
|
1773
|
+
"parameters": [
|
|
1774
|
+
{
|
|
1775
|
+
"name": "prefix",
|
|
1776
|
+
"type": {
|
|
1777
|
+
"text": "string"
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
]
|
|
1781
|
+
},
|
|
1709
1782
|
{
|
|
1710
1783
|
"kind": "variable",
|
|
1711
|
-
"name": "
|
|
1784
|
+
"name": "foundationActionsMenuTemplate",
|
|
1712
1785
|
"type": {
|
|
1713
|
-
"text": "ViewTemplate<
|
|
1786
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1714
1787
|
},
|
|
1715
|
-
"default": "html`\n ${(x) =>
|
|
1788
|
+
"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`"
|
|
1716
1789
|
}
|
|
1717
1790
|
],
|
|
1718
1791
|
"exports": [
|
|
1719
1792
|
{
|
|
1720
1793
|
"kind": "js",
|
|
1721
|
-
"name": "
|
|
1794
|
+
"name": "menuTemplate",
|
|
1722
1795
|
"declaration": {
|
|
1723
|
-
"name": "
|
|
1724
|
-
"module": "src/
|
|
1796
|
+
"name": "menuTemplate",
|
|
1797
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "js",
|
|
1802
|
+
"name": "singleOptionTemplate",
|
|
1803
|
+
"declaration": {
|
|
1804
|
+
"name": "singleOptionTemplate",
|
|
1805
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "js",
|
|
1810
|
+
"name": "foundationActionsMenuTemplate",
|
|
1811
|
+
"declaration": {
|
|
1812
|
+
"name": "foundationActionsMenuTemplate",
|
|
1813
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1725
1814
|
}
|
|
1726
1815
|
}
|
|
1727
1816
|
]
|
|
1728
1817
|
},
|
|
1729
1818
|
{
|
|
1730
1819
|
"kind": "javascript-module",
|
|
1731
|
-
"path": "src/
|
|
1820
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1732
1821
|
"declarations": [
|
|
1733
1822
|
{
|
|
1734
1823
|
"kind": "class",
|
|
1735
1824
|
"description": "",
|
|
1736
|
-
"name": "
|
|
1825
|
+
"name": "ActionsMenu",
|
|
1737
1826
|
"members": [
|
|
1738
1827
|
{
|
|
1739
1828
|
"kind": "field",
|
|
1740
|
-
"name": "
|
|
1829
|
+
"name": "actions",
|
|
1741
1830
|
"type": {
|
|
1742
|
-
"text": "
|
|
1831
|
+
"text": "ActionMenuItem[]"
|
|
1743
1832
|
}
|
|
1744
1833
|
},
|
|
1745
1834
|
{
|
|
1746
1835
|
"kind": "field",
|
|
1747
|
-
"name": "
|
|
1836
|
+
"name": "isVertical",
|
|
1748
1837
|
"type": {
|
|
1749
|
-
"text": "
|
|
1838
|
+
"text": "boolean"
|
|
1750
1839
|
},
|
|
1751
|
-
"default": "
|
|
1840
|
+
"default": "false"
|
|
1752
1841
|
},
|
|
1753
1842
|
{
|
|
1754
1843
|
"kind": "field",
|
|
1755
|
-
"name": "
|
|
1844
|
+
"name": "addDefaultActions",
|
|
1756
1845
|
"type": {
|
|
1757
1846
|
"text": "boolean"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "field",
|
|
1762
|
-
"name": "mode",
|
|
1763
|
-
"type": {
|
|
1764
|
-
"text": "'append' | 'replace'"
|
|
1765
1847
|
},
|
|
1766
|
-
"default": "
|
|
1848
|
+
"default": "true"
|
|
1767
1849
|
},
|
|
1768
1850
|
{
|
|
1769
1851
|
"kind": "field",
|
|
1770
|
-
"name": "
|
|
1852
|
+
"name": "autoCloseOnAction",
|
|
1771
1853
|
"type": {
|
|
1772
|
-
"text": "
|
|
1854
|
+
"text": "boolean"
|
|
1773
1855
|
},
|
|
1774
|
-
"default": "
|
|
1856
|
+
"default": "true"
|
|
1775
1857
|
},
|
|
1776
1858
|
{
|
|
1777
1859
|
"kind": "field",
|
|
1778
|
-
"name": "
|
|
1860
|
+
"name": "classNames",
|
|
1779
1861
|
"type": {
|
|
1780
|
-
"text": "
|
|
1781
|
-
}
|
|
1782
|
-
"default": "false"
|
|
1862
|
+
"text": "string"
|
|
1863
|
+
}
|
|
1783
1864
|
},
|
|
1784
1865
|
{
|
|
1785
1866
|
"kind": "field",
|
|
1786
|
-
"name": "
|
|
1867
|
+
"name": "definition",
|
|
1787
1868
|
"type": {
|
|
1788
|
-
"text": "
|
|
1789
|
-
}
|
|
1790
|
-
"default": "null"
|
|
1869
|
+
"text": "any"
|
|
1870
|
+
}
|
|
1791
1871
|
},
|
|
1792
1872
|
{
|
|
1793
1873
|
"kind": "field",
|
|
1794
|
-
"name": "
|
|
1874
|
+
"name": "name",
|
|
1795
1875
|
"type": {
|
|
1796
|
-
"text": "
|
|
1876
|
+
"text": "string"
|
|
1797
1877
|
},
|
|
1798
|
-
"default": "
|
|
1878
|
+
"default": "'Actions'"
|
|
1799
1879
|
},
|
|
1800
1880
|
{
|
|
1801
1881
|
"kind": "field",
|
|
1802
|
-
"name": "
|
|
1882
|
+
"name": "open",
|
|
1803
1883
|
"type": {
|
|
1804
1884
|
"text": "boolean"
|
|
1805
1885
|
},
|
|
@@ -1807,85 +1887,135 @@
|
|
|
1807
1887
|
},
|
|
1808
1888
|
{
|
|
1809
1889
|
"kind": "field",
|
|
1810
|
-
"name": "
|
|
1890
|
+
"name": "buttonAppearance",
|
|
1811
1891
|
"type": {
|
|
1812
|
-
"text": "
|
|
1813
|
-
}
|
|
1814
|
-
"privacy": "public"
|
|
1892
|
+
"text": "string"
|
|
1893
|
+
}
|
|
1815
1894
|
},
|
|
1816
1895
|
{
|
|
1817
1896
|
"kind": "field",
|
|
1818
|
-
"name": "
|
|
1897
|
+
"name": "hideDisabled",
|
|
1819
1898
|
"type": {
|
|
1820
|
-
"text": "
|
|
1899
|
+
"text": "boolean"
|
|
1821
1900
|
},
|
|
1822
|
-
"
|
|
1823
|
-
"default": "null"
|
|
1901
|
+
"default": "false"
|
|
1824
1902
|
},
|
|
1825
1903
|
{
|
|
1826
1904
|
"kind": "field",
|
|
1827
|
-
"name": "
|
|
1905
|
+
"name": "hideMenuSingleOption",
|
|
1828
1906
|
"type": {
|
|
1829
|
-
"text": "
|
|
1907
|
+
"text": "boolean"
|
|
1830
1908
|
},
|
|
1831
|
-
"
|
|
1832
|
-
"default": "null"
|
|
1909
|
+
"default": "false"
|
|
1833
1910
|
},
|
|
1834
1911
|
{
|
|
1835
1912
|
"kind": "field",
|
|
1836
|
-
"name": "
|
|
1913
|
+
"name": "singleOption",
|
|
1837
1914
|
"type": {
|
|
1838
|
-
"text": "
|
|
1839
|
-
}
|
|
1840
|
-
"privacy": "private",
|
|
1841
|
-
"default": "''"
|
|
1915
|
+
"text": "ActionMenuItem"
|
|
1916
|
+
}
|
|
1842
1917
|
},
|
|
1843
1918
|
{
|
|
1844
1919
|
"kind": "field",
|
|
1845
|
-
"name": "
|
|
1920
|
+
"name": "actionsMenu",
|
|
1846
1921
|
"type": {
|
|
1847
|
-
"text": "
|
|
1848
|
-
}
|
|
1849
|
-
"readonly": true
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"kind": "method",
|
|
1853
|
-
"name": "handleSubmit"
|
|
1922
|
+
"text": "HTMLElement"
|
|
1923
|
+
}
|
|
1854
1924
|
},
|
|
1855
1925
|
{
|
|
1856
1926
|
"kind": "method",
|
|
1857
|
-
"name": "
|
|
1927
|
+
"name": "definitionChanged",
|
|
1928
|
+
"privacy": "protected",
|
|
1929
|
+
"parameters": [
|
|
1930
|
+
{
|
|
1931
|
+
"name": "oldValue",
|
|
1932
|
+
"type": {
|
|
1933
|
+
"text": "any"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "newValue",
|
|
1938
|
+
"type": {
|
|
1939
|
+
"text": "any"
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1858
1943
|
},
|
|
1859
1944
|
{
|
|
1860
1945
|
"kind": "method",
|
|
1861
|
-
"name": "
|
|
1946
|
+
"name": "openChanged",
|
|
1947
|
+
"privacy": "protected"
|
|
1862
1948
|
},
|
|
1863
1949
|
{
|
|
1864
1950
|
"kind": "method",
|
|
1865
|
-
"name": "
|
|
1951
|
+
"name": "toggleActionsMenuVisibility"
|
|
1866
1952
|
},
|
|
1867
1953
|
{
|
|
1868
1954
|
"kind": "method",
|
|
1869
|
-
"name": "
|
|
1870
|
-
"
|
|
1955
|
+
"name": "onActionMenuItemClick",
|
|
1956
|
+
"parameters": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "callback",
|
|
1959
|
+
"type": {
|
|
1960
|
+
"text": "(rowData) => void | any"
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
]
|
|
1871
1964
|
},
|
|
1872
1965
|
{
|
|
1873
1966
|
"kind": "field",
|
|
1874
|
-
"name": "
|
|
1967
|
+
"name": "allActions",
|
|
1875
1968
|
"type": {
|
|
1876
|
-
"text": "
|
|
1969
|
+
"text": "ActionMenuItem[]"
|
|
1877
1970
|
},
|
|
1878
|
-
"
|
|
1879
|
-
"default": "void 0",
|
|
1880
|
-
"inheritedFrom": {
|
|
1881
|
-
"name": "FoundationElement",
|
|
1882
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1883
|
-
}
|
|
1971
|
+
"readonly": true
|
|
1884
1972
|
},
|
|
1885
1973
|
{
|
|
1886
1974
|
"kind": "field",
|
|
1887
|
-
"name": "
|
|
1888
|
-
"
|
|
1975
|
+
"name": "rowData",
|
|
1976
|
+
"readonly": true
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "method",
|
|
1980
|
+
"name": "getLabel",
|
|
1981
|
+
"parameters": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "name",
|
|
1984
|
+
"type": {
|
|
1985
|
+
"text": "string | ((rowData: any) => string)"
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "method",
|
|
1992
|
+
"name": "getTemplate",
|
|
1993
|
+
"parameters": [
|
|
1994
|
+
{
|
|
1995
|
+
"name": "prefix",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"text": "string"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
]
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "field",
|
|
2004
|
+
"name": "_presentation",
|
|
2005
|
+
"type": {
|
|
2006
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2007
|
+
},
|
|
2008
|
+
"privacy": "private",
|
|
2009
|
+
"default": "void 0",
|
|
2010
|
+
"inheritedFrom": {
|
|
2011
|
+
"name": "FoundationElement",
|
|
2012
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "field",
|
|
2017
|
+
"name": "$presentation",
|
|
2018
|
+
"type": {
|
|
1889
2019
|
"text": "ComponentPresentation | null"
|
|
1890
2020
|
},
|
|
1891
2021
|
"privacy": "public",
|
|
@@ -1983,398 +2113,228 @@
|
|
|
1983
2113
|
],
|
|
1984
2114
|
"attributes": [
|
|
1985
2115
|
{
|
|
1986
|
-
"name": "
|
|
2116
|
+
"name": "is-vertical",
|
|
2117
|
+
"type": {
|
|
2118
|
+
"text": "boolean"
|
|
2119
|
+
},
|
|
2120
|
+
"default": "false",
|
|
2121
|
+
"fieldName": "isVertical"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "add-default-actions",
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "boolean"
|
|
2127
|
+
},
|
|
2128
|
+
"default": "true",
|
|
2129
|
+
"fieldName": "addDefaultActions"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "auto-close-on-action",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "boolean"
|
|
2135
|
+
},
|
|
2136
|
+
"default": "true",
|
|
2137
|
+
"fieldName": "autoCloseOnAction"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"name": "name",
|
|
1987
2141
|
"type": {
|
|
1988
2142
|
"text": "string"
|
|
1989
2143
|
},
|
|
1990
|
-
"default": "'
|
|
1991
|
-
"fieldName": "
|
|
2144
|
+
"default": "'Actions'",
|
|
2145
|
+
"fieldName": "name"
|
|
1992
2146
|
},
|
|
1993
2147
|
{
|
|
2148
|
+
"name": "open",
|
|
1994
2149
|
"type": {
|
|
1995
2150
|
"text": "boolean"
|
|
1996
2151
|
},
|
|
1997
|
-
"
|
|
2152
|
+
"default": "false",
|
|
2153
|
+
"fieldName": "open"
|
|
1998
2154
|
},
|
|
1999
2155
|
{
|
|
2000
|
-
"name": "
|
|
2156
|
+
"name": "buttonAppearance",
|
|
2001
2157
|
"type": {
|
|
2002
|
-
"text": "
|
|
2158
|
+
"text": "string"
|
|
2003
2159
|
},
|
|
2004
|
-
"
|
|
2005
|
-
|
|
2160
|
+
"fieldName": "buttonAppearance"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "hide-disabled",
|
|
2164
|
+
"type": {
|
|
2165
|
+
"text": "boolean"
|
|
2166
|
+
},
|
|
2167
|
+
"default": "false",
|
|
2168
|
+
"fieldName": "hideDisabled"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "hide-menu-single-option",
|
|
2172
|
+
"type": {
|
|
2173
|
+
"text": "boolean"
|
|
2174
|
+
},
|
|
2175
|
+
"default": "false",
|
|
2176
|
+
"fieldName": "hideMenuSingleOption"
|
|
2006
2177
|
}
|
|
2007
2178
|
],
|
|
2008
2179
|
"superclass": {
|
|
2009
2180
|
"name": "FoundationElement",
|
|
2010
2181
|
"package": "@microsoft/fast-foundation"
|
|
2011
2182
|
},
|
|
2012
|
-
"tagName": "%%prefix%%-
|
|
2183
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2013
2184
|
"customElement": true
|
|
2014
2185
|
},
|
|
2015
2186
|
{
|
|
2016
2187
|
"kind": "variable",
|
|
2017
|
-
"name": "
|
|
2018
|
-
"
|
|
2019
|
-
|
|
2020
|
-
},
|
|
2021
|
-
"default": "undefined"
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"kind": "variable",
|
|
2025
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2026
|
-
"type": {
|
|
2027
|
-
"text": "object"
|
|
2028
|
-
},
|
|
2029
|
-
"default": "{}"
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "variable",
|
|
2033
|
-
"name": "foundationAiCriteriaSearch"
|
|
2188
|
+
"name": "foundationActionsMenu",
|
|
2189
|
+
"description": "The Foundation Actions Menu",
|
|
2190
|
+
"privacy": "public"
|
|
2034
2191
|
}
|
|
2035
2192
|
],
|
|
2036
2193
|
"exports": [
|
|
2037
2194
|
{
|
|
2038
2195
|
"kind": "js",
|
|
2039
|
-
"name": "
|
|
2040
|
-
"declaration": {
|
|
2041
|
-
"name": "AiCriteriaSearch",
|
|
2042
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"kind": "js",
|
|
2047
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2048
|
-
"declaration": {
|
|
2049
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2050
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"kind": "js",
|
|
2055
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2196
|
+
"name": "ActionsMenu",
|
|
2056
2197
|
"declaration": {
|
|
2057
|
-
"name": "
|
|
2058
|
-
"module": "src/
|
|
2198
|
+
"name": "ActionsMenu",
|
|
2199
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2059
2200
|
}
|
|
2060
2201
|
},
|
|
2061
2202
|
{
|
|
2062
2203
|
"kind": "js",
|
|
2063
|
-
"name": "
|
|
2204
|
+
"name": "foundationActionsMenu",
|
|
2064
2205
|
"declaration": {
|
|
2065
|
-
"name": "
|
|
2066
|
-
"module": "src/
|
|
2206
|
+
"name": "foundationActionsMenu",
|
|
2207
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2067
2208
|
}
|
|
2068
2209
|
}
|
|
2069
2210
|
]
|
|
2070
2211
|
},
|
|
2071
2212
|
{
|
|
2072
2213
|
"kind": "javascript-module",
|
|
2073
|
-
"path": "src/
|
|
2214
|
+
"path": "src/actions-menu/index.ts",
|
|
2074
2215
|
"declarations": [],
|
|
2075
2216
|
"exports": [
|
|
2076
2217
|
{
|
|
2077
2218
|
"kind": "js",
|
|
2078
|
-
"name": "
|
|
2219
|
+
"name": "*",
|
|
2079
2220
|
"declaration": {
|
|
2080
|
-
"name": "
|
|
2081
|
-
"
|
|
2221
|
+
"name": "*",
|
|
2222
|
+
"package": "./actions-menu.styles"
|
|
2082
2223
|
}
|
|
2083
2224
|
},
|
|
2084
2225
|
{
|
|
2085
2226
|
"kind": "js",
|
|
2086
|
-
"name": "
|
|
2227
|
+
"name": "*",
|
|
2087
2228
|
"declaration": {
|
|
2088
|
-
"name": "
|
|
2089
|
-
"
|
|
2229
|
+
"name": "*",
|
|
2230
|
+
"package": "./actions-menu.template"
|
|
2090
2231
|
}
|
|
2091
2232
|
},
|
|
2092
2233
|
{
|
|
2093
2234
|
"kind": "js",
|
|
2094
|
-
"name": "
|
|
2235
|
+
"name": "*",
|
|
2095
2236
|
"declaration": {
|
|
2096
|
-
"name": "
|
|
2097
|
-
"
|
|
2237
|
+
"name": "*",
|
|
2238
|
+
"package": "./actions-menu"
|
|
2098
2239
|
}
|
|
2099
|
-
}
|
|
2240
|
+
}
|
|
2241
|
+
]
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"kind": "javascript-module",
|
|
2245
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2246
|
+
"declarations": [
|
|
2100
2247
|
{
|
|
2101
|
-
"kind": "
|
|
2102
|
-
"name": "
|
|
2103
|
-
"
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
},
|
|
2248
|
+
"kind": "variable",
|
|
2249
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2250
|
+
"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 .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2251
|
+
}
|
|
2252
|
+
],
|
|
2253
|
+
"exports": [
|
|
2108
2254
|
{
|
|
2109
2255
|
"kind": "js",
|
|
2110
2256
|
"name": "foundationAiCriteriaSearchStyles",
|
|
2111
2257
|
"declaration": {
|
|
2112
2258
|
"name": "foundationAiCriteriaSearchStyles",
|
|
2113
|
-
"module": "
|
|
2259
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2114
2260
|
}
|
|
2115
|
-
}
|
|
2261
|
+
}
|
|
2262
|
+
]
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"kind": "javascript-module",
|
|
2266
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2267
|
+
"declarations": [
|
|
2116
2268
|
{
|
|
2117
|
-
"kind": "
|
|
2269
|
+
"kind": "variable",
|
|
2118
2270
|
"name": "foundationAiCriteriaSearchTemplate",
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2121
|
-
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
"name": "*",
|
|
2127
|
-
"declaration": {
|
|
2128
|
-
"name": "*",
|
|
2129
|
-
"package": "./validation/criteria-ir"
|
|
2130
|
-
}
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"kind": "js",
|
|
2134
|
-
"name": "*",
|
|
2135
|
-
"declaration": {
|
|
2136
|
-
"name": "*",
|
|
2137
|
-
"package": "./validation/operator-map"
|
|
2138
|
-
}
|
|
2139
|
-
},
|
|
2271
|
+
"type": {
|
|
2272
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2273
|
+
},
|
|
2274
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2275
|
+
}
|
|
2276
|
+
],
|
|
2277
|
+
"exports": [
|
|
2140
2278
|
{
|
|
2141
2279
|
"kind": "js",
|
|
2142
|
-
"name": "
|
|
2280
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2143
2281
|
"declaration": {
|
|
2144
|
-
"name": "
|
|
2145
|
-
"
|
|
2282
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2283
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2146
2284
|
}
|
|
2147
2285
|
}
|
|
2148
2286
|
]
|
|
2149
2287
|
},
|
|
2150
2288
|
{
|
|
2151
2289
|
"kind": "javascript-module",
|
|
2152
|
-
"path": "src/ai-criteria-search/
|
|
2290
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2153
2291
|
"declarations": [
|
|
2154
2292
|
{
|
|
2155
|
-
"kind": "
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2158
|
-
|
|
2159
|
-
"text": "string"
|
|
2160
|
-
}
|
|
2161
|
-
},
|
|
2162
|
-
"parameters": [
|
|
2293
|
+
"kind": "class",
|
|
2294
|
+
"description": "",
|
|
2295
|
+
"name": "AiCriteriaSearch",
|
|
2296
|
+
"members": [
|
|
2163
2297
|
{
|
|
2164
|
-
"
|
|
2298
|
+
"kind": "field",
|
|
2299
|
+
"name": "aiProvider",
|
|
2165
2300
|
"type": {
|
|
2166
|
-
"text": "
|
|
2301
|
+
"text": "AIProvider"
|
|
2167
2302
|
}
|
|
2168
|
-
}
|
|
2169
|
-
],
|
|
2170
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"kind": "function",
|
|
2174
|
-
"name": "showCriteriaError",
|
|
2175
|
-
"return": {
|
|
2176
|
-
"type": {
|
|
2177
|
-
"text": "void"
|
|
2178
|
-
}
|
|
2179
|
-
},
|
|
2180
|
-
"parameters": [
|
|
2181
|
-
{
|
|
2182
|
-
"name": "title",
|
|
2183
|
-
"type": {
|
|
2184
|
-
"text": "string"
|
|
2185
|
-
},
|
|
2186
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2187
2303
|
},
|
|
2188
2304
|
{
|
|
2189
|
-
"
|
|
2305
|
+
"kind": "field",
|
|
2306
|
+
"name": "placeholder",
|
|
2190
2307
|
"type": {
|
|
2191
2308
|
"text": "string"
|
|
2192
2309
|
},
|
|
2193
|
-
"
|
|
2310
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2194
2311
|
},
|
|
2195
2312
|
{
|
|
2196
|
-
"
|
|
2197
|
-
"
|
|
2198
|
-
"text": "string"
|
|
2199
|
-
},
|
|
2200
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2201
|
-
}
|
|
2202
|
-
],
|
|
2203
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2204
|
-
}
|
|
2205
|
-
],
|
|
2206
|
-
"exports": [
|
|
2207
|
-
{
|
|
2208
|
-
"kind": "js",
|
|
2209
|
-
"name": "formatValidationErrors",
|
|
2210
|
-
"declaration": {
|
|
2211
|
-
"name": "formatValidationErrors",
|
|
2212
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2213
|
-
}
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"kind": "js",
|
|
2217
|
-
"name": "showCriteriaError",
|
|
2218
|
-
"declaration": {
|
|
2219
|
-
"name": "showCriteriaError",
|
|
2220
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2221
|
-
}
|
|
2222
|
-
}
|
|
2223
|
-
]
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "javascript-module",
|
|
2227
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2228
|
-
"declarations": [
|
|
2229
|
-
{
|
|
2230
|
-
"kind": "function",
|
|
2231
|
-
"name": "actionsMenuBaseStyles",
|
|
2232
|
-
"return": {
|
|
2233
|
-
"type": {
|
|
2234
|
-
"text": "ElementStyles"
|
|
2235
|
-
}
|
|
2236
|
-
},
|
|
2237
|
-
"parameters": [
|
|
2238
|
-
{
|
|
2239
|
-
"name": "context",
|
|
2313
|
+
"kind": "field",
|
|
2314
|
+
"name": "disabled",
|
|
2240
2315
|
"type": {
|
|
2241
|
-
"text": "
|
|
2316
|
+
"text": "boolean"
|
|
2242
2317
|
}
|
|
2243
2318
|
},
|
|
2244
2319
|
{
|
|
2245
|
-
"
|
|
2246
|
-
"
|
|
2247
|
-
"text": "FoundationElementDefinition"
|
|
2248
|
-
}
|
|
2249
|
-
}
|
|
2250
|
-
]
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"kind": "function",
|
|
2254
|
-
"name": "foundationActionsMenuStyles",
|
|
2255
|
-
"return": {
|
|
2256
|
-
"type": {
|
|
2257
|
-
"text": "ElementStyles"
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
"parameters": [
|
|
2261
|
-
{
|
|
2262
|
-
"name": "context",
|
|
2320
|
+
"kind": "field",
|
|
2321
|
+
"name": "mode",
|
|
2263
2322
|
"type": {
|
|
2264
|
-
"text": "
|
|
2265
|
-
}
|
|
2323
|
+
"text": "'append' | 'replace'"
|
|
2324
|
+
},
|
|
2325
|
+
"default": "'replace'"
|
|
2266
2326
|
},
|
|
2267
|
-
{
|
|
2268
|
-
"name": "definition",
|
|
2269
|
-
"type": {
|
|
2270
|
-
"text": "FoundationElementDefinition"
|
|
2271
|
-
}
|
|
2272
|
-
}
|
|
2273
|
-
]
|
|
2274
|
-
}
|
|
2275
|
-
],
|
|
2276
|
-
"exports": [
|
|
2277
|
-
{
|
|
2278
|
-
"kind": "js",
|
|
2279
|
-
"name": "actionsMenuBaseStyles",
|
|
2280
|
-
"declaration": {
|
|
2281
|
-
"name": "actionsMenuBaseStyles",
|
|
2282
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2283
|
-
}
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"kind": "js",
|
|
2287
|
-
"name": "foundationActionsMenuStyles",
|
|
2288
|
-
"declaration": {
|
|
2289
|
-
"name": "foundationActionsMenuStyles",
|
|
2290
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2291
|
-
}
|
|
2292
|
-
}
|
|
2293
|
-
]
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"kind": "javascript-module",
|
|
2297
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2298
|
-
"declarations": [
|
|
2299
|
-
{
|
|
2300
|
-
"kind": "function",
|
|
2301
|
-
"name": "menuTemplate",
|
|
2302
|
-
"parameters": [
|
|
2303
|
-
{
|
|
2304
|
-
"name": "prefix",
|
|
2305
|
-
"type": {
|
|
2306
|
-
"text": "string"
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
2309
|
-
]
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"kind": "function",
|
|
2313
|
-
"name": "singleOptionTemplate",
|
|
2314
|
-
"parameters": [
|
|
2315
|
-
{
|
|
2316
|
-
"name": "prefix",
|
|
2317
|
-
"type": {
|
|
2318
|
-
"text": "string"
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2321
|
-
]
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "variable",
|
|
2325
|
-
"name": "foundationActionsMenuTemplate",
|
|
2326
|
-
"type": {
|
|
2327
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2328
|
-
},
|
|
2329
|
-
"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`"
|
|
2330
|
-
}
|
|
2331
|
-
],
|
|
2332
|
-
"exports": [
|
|
2333
|
-
{
|
|
2334
|
-
"kind": "js",
|
|
2335
|
-
"name": "menuTemplate",
|
|
2336
|
-
"declaration": {
|
|
2337
|
-
"name": "menuTemplate",
|
|
2338
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2339
|
-
}
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"kind": "js",
|
|
2343
|
-
"name": "singleOptionTemplate",
|
|
2344
|
-
"declaration": {
|
|
2345
|
-
"name": "singleOptionTemplate",
|
|
2346
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2347
|
-
}
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "js",
|
|
2351
|
-
"name": "foundationActionsMenuTemplate",
|
|
2352
|
-
"declaration": {
|
|
2353
|
-
"name": "foundationActionsMenuTemplate",
|
|
2354
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
]
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "javascript-module",
|
|
2361
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
2362
|
-
"declarations": [
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "class",
|
|
2365
|
-
"description": "",
|
|
2366
|
-
"name": "ActionsMenu",
|
|
2367
|
-
"members": [
|
|
2368
2327
|
{
|
|
2369
2328
|
"kind": "field",
|
|
2370
|
-
"name": "
|
|
2329
|
+
"name": "inputValue",
|
|
2371
2330
|
"type": {
|
|
2372
|
-
"text": "
|
|
2373
|
-
}
|
|
2331
|
+
"text": "string"
|
|
2332
|
+
},
|
|
2333
|
+
"default": "''"
|
|
2374
2334
|
},
|
|
2375
2335
|
{
|
|
2376
2336
|
"kind": "field",
|
|
2377
|
-
"name": "
|
|
2337
|
+
"name": "isInterpreting",
|
|
2378
2338
|
"type": {
|
|
2379
2339
|
"text": "boolean"
|
|
2380
2340
|
},
|
|
@@ -2382,163 +2342,91 @@
|
|
|
2382
2342
|
},
|
|
2383
2343
|
{
|
|
2384
2344
|
"kind": "field",
|
|
2385
|
-
"name": "
|
|
2345
|
+
"name": "lastValidCriteria",
|
|
2386
2346
|
"type": {
|
|
2387
|
-
"text": "
|
|
2347
|
+
"text": "string | null"
|
|
2388
2348
|
},
|
|
2389
|
-
"default": "
|
|
2349
|
+
"default": "null"
|
|
2390
2350
|
},
|
|
2391
2351
|
{
|
|
2392
2352
|
"kind": "field",
|
|
2393
|
-
"name": "
|
|
2353
|
+
"name": "fieldMetadata",
|
|
2394
2354
|
"type": {
|
|
2395
|
-
"text": "
|
|
2355
|
+
"text": "MetadataDetail[] | string[]"
|
|
2396
2356
|
},
|
|
2397
|
-
"default": "
|
|
2357
|
+
"default": "[]"
|
|
2398
2358
|
},
|
|
2399
2359
|
{
|
|
2400
2360
|
"kind": "field",
|
|
2401
|
-
"name": "
|
|
2361
|
+
"name": "isRecording",
|
|
2402
2362
|
"type": {
|
|
2403
|
-
"text": "
|
|
2404
|
-
}
|
|
2363
|
+
"text": "boolean"
|
|
2364
|
+
},
|
|
2365
|
+
"default": "false"
|
|
2405
2366
|
},
|
|
2406
2367
|
{
|
|
2407
2368
|
"kind": "field",
|
|
2408
|
-
"name": "
|
|
2369
|
+
"name": "textAreaRef",
|
|
2409
2370
|
"type": {
|
|
2410
|
-
"text": "
|
|
2411
|
-
}
|
|
2371
|
+
"text": "HTMLTextAreaElement"
|
|
2372
|
+
},
|
|
2373
|
+
"privacy": "public"
|
|
2412
2374
|
},
|
|
2413
2375
|
{
|
|
2414
2376
|
"kind": "field",
|
|
2415
|
-
"name": "
|
|
2377
|
+
"name": "stopRecording",
|
|
2416
2378
|
"type": {
|
|
2417
|
-
"text": "
|
|
2379
|
+
"text": "(() => void) | null"
|
|
2418
2380
|
},
|
|
2419
|
-
"
|
|
2381
|
+
"privacy": "private",
|
|
2382
|
+
"default": "null"
|
|
2420
2383
|
},
|
|
2421
2384
|
{
|
|
2422
2385
|
"kind": "field",
|
|
2423
|
-
"name": "
|
|
2386
|
+
"name": "speechApplyDebounceTimer",
|
|
2424
2387
|
"type": {
|
|
2425
|
-
"text": "
|
|
2388
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2426
2389
|
},
|
|
2427
|
-
"
|
|
2390
|
+
"privacy": "private",
|
|
2391
|
+
"default": "null"
|
|
2428
2392
|
},
|
|
2429
2393
|
{
|
|
2430
2394
|
"kind": "field",
|
|
2431
|
-
"name": "
|
|
2395
|
+
"name": "baseInputForAppend",
|
|
2432
2396
|
"type": {
|
|
2433
2397
|
"text": "string"
|
|
2434
|
-
}
|
|
2398
|
+
},
|
|
2399
|
+
"privacy": "private",
|
|
2400
|
+
"default": "''"
|
|
2435
2401
|
},
|
|
2436
2402
|
{
|
|
2437
2403
|
"kind": "field",
|
|
2438
|
-
"name": "
|
|
2404
|
+
"name": "speechAvailable",
|
|
2439
2405
|
"type": {
|
|
2440
2406
|
"text": "boolean"
|
|
2441
2407
|
},
|
|
2442
|
-
"
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"kind": "field",
|
|
2446
|
-
"name": "hideMenuSingleOption",
|
|
2447
|
-
"type": {
|
|
2448
|
-
"text": "boolean"
|
|
2449
|
-
},
|
|
2450
|
-
"default": "false"
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"kind": "field",
|
|
2454
|
-
"name": "singleOption",
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "ActionMenuItem"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"kind": "field",
|
|
2461
|
-
"name": "actionsMenu",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "HTMLElement"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"kind": "method",
|
|
2468
|
-
"name": "definitionChanged",
|
|
2469
|
-
"privacy": "protected",
|
|
2470
|
-
"parameters": [
|
|
2471
|
-
{
|
|
2472
|
-
"name": "oldValue",
|
|
2473
|
-
"type": {
|
|
2474
|
-
"text": "any"
|
|
2475
|
-
}
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"name": "newValue",
|
|
2479
|
-
"type": {
|
|
2480
|
-
"text": "any"
|
|
2481
|
-
}
|
|
2482
|
-
}
|
|
2483
|
-
]
|
|
2408
|
+
"readonly": true
|
|
2484
2409
|
},
|
|
2485
2410
|
{
|
|
2486
2411
|
"kind": "method",
|
|
2487
|
-
"name": "
|
|
2488
|
-
"privacy": "protected"
|
|
2412
|
+
"name": "handleSubmit"
|
|
2489
2413
|
},
|
|
2490
2414
|
{
|
|
2491
2415
|
"kind": "method",
|
|
2492
|
-
"name": "
|
|
2416
|
+
"name": "handleBlur"
|
|
2493
2417
|
},
|
|
2494
2418
|
{
|
|
2495
2419
|
"kind": "method",
|
|
2496
|
-
"name": "
|
|
2497
|
-
"parameters": [
|
|
2498
|
-
{
|
|
2499
|
-
"name": "callback",
|
|
2500
|
-
"type": {
|
|
2501
|
-
"text": "(rowData) => void | any"
|
|
2502
|
-
}
|
|
2503
|
-
}
|
|
2504
|
-
]
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"kind": "field",
|
|
2508
|
-
"name": "allActions",
|
|
2509
|
-
"type": {
|
|
2510
|
-
"text": "ActionMenuItem[]"
|
|
2511
|
-
},
|
|
2512
|
-
"readonly": true
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"kind": "field",
|
|
2516
|
-
"name": "rowData",
|
|
2517
|
-
"readonly": true
|
|
2420
|
+
"name": "clear"
|
|
2518
2421
|
},
|
|
2519
2422
|
{
|
|
2520
2423
|
"kind": "method",
|
|
2521
|
-
"name": "
|
|
2522
|
-
"parameters": [
|
|
2523
|
-
{
|
|
2524
|
-
"name": "name",
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "string | ((rowData: any) => string)"
|
|
2527
|
-
}
|
|
2528
|
-
}
|
|
2529
|
-
]
|
|
2424
|
+
"name": "toggleSpeechInput"
|
|
2530
2425
|
},
|
|
2531
2426
|
{
|
|
2532
2427
|
"kind": "method",
|
|
2533
|
-
"name": "
|
|
2534
|
-
"
|
|
2535
|
-
{
|
|
2536
|
-
"name": "prefix",
|
|
2537
|
-
"type": {
|
|
2538
|
-
"text": "string"
|
|
2539
|
-
}
|
|
2540
|
-
}
|
|
2541
|
-
]
|
|
2428
|
+
"name": "clearSpeechApplyDebounce",
|
|
2429
|
+
"privacy": "private"
|
|
2542
2430
|
},
|
|
2543
2431
|
{
|
|
2544
2432
|
"kind": "field",
|
|
@@ -2654,105 +2542,430 @@
|
|
|
2654
2542
|
],
|
|
2655
2543
|
"attributes": [
|
|
2656
2544
|
{
|
|
2657
|
-
"name": "
|
|
2545
|
+
"name": "placeholder",
|
|
2658
2546
|
"type": {
|
|
2659
|
-
"text": "
|
|
2547
|
+
"text": "string"
|
|
2660
2548
|
},
|
|
2661
|
-
"default": "
|
|
2662
|
-
"fieldName": "
|
|
2549
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2550
|
+
"fieldName": "placeholder"
|
|
2663
2551
|
},
|
|
2664
2552
|
{
|
|
2665
|
-
"name": "add-default-actions",
|
|
2666
2553
|
"type": {
|
|
2667
2554
|
"text": "boolean"
|
|
2668
2555
|
},
|
|
2669
|
-
"
|
|
2670
|
-
"fieldName": "addDefaultActions"
|
|
2556
|
+
"fieldName": "disabled"
|
|
2671
2557
|
},
|
|
2672
2558
|
{
|
|
2673
|
-
"name": "
|
|
2559
|
+
"name": "mode",
|
|
2674
2560
|
"type": {
|
|
2675
|
-
"text": "
|
|
2561
|
+
"text": "'append' | 'replace'"
|
|
2676
2562
|
},
|
|
2677
|
-
"default": "
|
|
2678
|
-
"fieldName": "
|
|
2679
|
-
}
|
|
2563
|
+
"default": "'replace'",
|
|
2564
|
+
"fieldName": "mode"
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"superclass": {
|
|
2568
|
+
"name": "FoundationElement",
|
|
2569
|
+
"package": "@microsoft/fast-foundation"
|
|
2570
|
+
},
|
|
2571
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2572
|
+
"customElement": true
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"kind": "variable",
|
|
2576
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2577
|
+
"type": {
|
|
2578
|
+
"text": "ShadowRootInit"
|
|
2579
|
+
},
|
|
2580
|
+
"default": "undefined"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"kind": "variable",
|
|
2584
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2585
|
+
"type": {
|
|
2586
|
+
"text": "object"
|
|
2587
|
+
},
|
|
2588
|
+
"default": "{}"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "variable",
|
|
2592
|
+
"name": "foundationAiCriteriaSearch"
|
|
2593
|
+
}
|
|
2594
|
+
],
|
|
2595
|
+
"exports": [
|
|
2596
|
+
{
|
|
2597
|
+
"kind": "js",
|
|
2598
|
+
"name": "AiCriteriaSearch",
|
|
2599
|
+
"declaration": {
|
|
2600
|
+
"name": "AiCriteriaSearch",
|
|
2601
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"kind": "js",
|
|
2606
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2607
|
+
"declaration": {
|
|
2608
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2609
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"kind": "js",
|
|
2614
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2615
|
+
"declaration": {
|
|
2616
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2617
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"kind": "js",
|
|
2622
|
+
"name": "foundationAiCriteriaSearch",
|
|
2623
|
+
"declaration": {
|
|
2624
|
+
"name": "foundationAiCriteriaSearch",
|
|
2625
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
]
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"kind": "javascript-module",
|
|
2632
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2633
|
+
"declarations": [],
|
|
2634
|
+
"exports": [
|
|
2635
|
+
{
|
|
2636
|
+
"kind": "js",
|
|
2637
|
+
"name": "AiCriteriaSearch",
|
|
2638
|
+
"declaration": {
|
|
2639
|
+
"name": "AiCriteriaSearch",
|
|
2640
|
+
"module": "./ai-criteria-search"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "js",
|
|
2645
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2646
|
+
"declaration": {
|
|
2647
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2648
|
+
"module": "./ai-criteria-search"
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"kind": "js",
|
|
2653
|
+
"name": "foundationAiCriteriaSearch",
|
|
2654
|
+
"declaration": {
|
|
2655
|
+
"name": "foundationAiCriteriaSearch",
|
|
2656
|
+
"module": "./ai-criteria-search"
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "js",
|
|
2661
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2662
|
+
"declaration": {
|
|
2663
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2664
|
+
"module": "./ai-criteria-search"
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"kind": "js",
|
|
2669
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2670
|
+
"declaration": {
|
|
2671
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2672
|
+
"module": "./ai-criteria-search.styles"
|
|
2673
|
+
}
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"kind": "js",
|
|
2677
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2678
|
+
"declaration": {
|
|
2679
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2680
|
+
"module": "./ai-criteria-search.template"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"kind": "js",
|
|
2685
|
+
"name": "*",
|
|
2686
|
+
"declaration": {
|
|
2687
|
+
"name": "*",
|
|
2688
|
+
"package": "./validation/criteria-ir"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"kind": "js",
|
|
2693
|
+
"name": "*",
|
|
2694
|
+
"declaration": {
|
|
2695
|
+
"name": "*",
|
|
2696
|
+
"package": "./validation/operator-map"
|
|
2697
|
+
}
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"kind": "js",
|
|
2701
|
+
"name": "*",
|
|
2702
|
+
"declaration": {
|
|
2703
|
+
"name": "*",
|
|
2704
|
+
"package": "./validation/schema-validator"
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
]
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"kind": "javascript-module",
|
|
2711
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2712
|
+
"declarations": [
|
|
2713
|
+
{
|
|
2714
|
+
"kind": "function",
|
|
2715
|
+
"name": "formatValidationErrors",
|
|
2716
|
+
"return": {
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "string"
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2721
|
+
"parameters": [
|
|
2680
2722
|
{
|
|
2681
|
-
"name": "
|
|
2723
|
+
"name": "errors",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "ValidationError[]"
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "function",
|
|
2733
|
+
"name": "showCriteriaError",
|
|
2734
|
+
"return": {
|
|
2735
|
+
"type": {
|
|
2736
|
+
"text": "void"
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
"parameters": [
|
|
2740
|
+
{
|
|
2741
|
+
"name": "title",
|
|
2682
2742
|
"type": {
|
|
2683
2743
|
"text": "string"
|
|
2684
2744
|
},
|
|
2685
|
-
"
|
|
2686
|
-
"fieldName": "name"
|
|
2745
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2687
2746
|
},
|
|
2688
2747
|
{
|
|
2689
|
-
"name": "
|
|
2748
|
+
"name": "body",
|
|
2690
2749
|
"type": {
|
|
2691
|
-
"text": "
|
|
2750
|
+
"text": "string"
|
|
2692
2751
|
},
|
|
2693
|
-
"
|
|
2694
|
-
"fieldName": "open"
|
|
2752
|
+
"description": "Error message to display"
|
|
2695
2753
|
},
|
|
2696
2754
|
{
|
|
2697
|
-
"name": "
|
|
2755
|
+
"name": "tagName",
|
|
2698
2756
|
"type": {
|
|
2699
2757
|
"text": "string"
|
|
2700
2758
|
},
|
|
2701
|
-
"
|
|
2759
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2760
|
+
}
|
|
2761
|
+
],
|
|
2762
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2763
|
+
}
|
|
2764
|
+
],
|
|
2765
|
+
"exports": [
|
|
2766
|
+
{
|
|
2767
|
+
"kind": "js",
|
|
2768
|
+
"name": "formatValidationErrors",
|
|
2769
|
+
"declaration": {
|
|
2770
|
+
"name": "formatValidationErrors",
|
|
2771
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "js",
|
|
2776
|
+
"name": "showCriteriaError",
|
|
2777
|
+
"declaration": {
|
|
2778
|
+
"name": "showCriteriaError",
|
|
2779
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
]
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"kind": "javascript-module",
|
|
2786
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2787
|
+
"declarations": [
|
|
2788
|
+
{
|
|
2789
|
+
"kind": "function",
|
|
2790
|
+
"name": "foundationAccordionStyles",
|
|
2791
|
+
"return": {
|
|
2792
|
+
"type": {
|
|
2793
|
+
"text": "ElementStyles"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
"parameters": [
|
|
2797
|
+
{
|
|
2798
|
+
"name": "context",
|
|
2799
|
+
"type": {
|
|
2800
|
+
"text": "ElementDefinitionContext"
|
|
2801
|
+
}
|
|
2702
2802
|
},
|
|
2703
2803
|
{
|
|
2704
|
-
"name": "
|
|
2804
|
+
"name": "definition",
|
|
2705
2805
|
"type": {
|
|
2706
|
-
"text": "
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
|
|
2806
|
+
"text": "FoundationElementDefinition"
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
]
|
|
2810
|
+
}
|
|
2811
|
+
],
|
|
2812
|
+
"exports": [
|
|
2813
|
+
{
|
|
2814
|
+
"kind": "js",
|
|
2815
|
+
"name": "foundationAccordionStyles",
|
|
2816
|
+
"declaration": {
|
|
2817
|
+
"name": "foundationAccordionStyles",
|
|
2818
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2819
|
+
}
|
|
2820
|
+
}
|
|
2821
|
+
]
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"kind": "javascript-module",
|
|
2825
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2826
|
+
"declarations": [
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "function",
|
|
2829
|
+
"name": "foundationAccordionTemplate",
|
|
2830
|
+
"return": {
|
|
2831
|
+
"type": {
|
|
2832
|
+
"text": "ViewTemplate<Accordion>"
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
"parameters": [
|
|
2836
|
+
{
|
|
2837
|
+
"name": "context",
|
|
2838
|
+
"type": {
|
|
2839
|
+
"text": "ElementDefinitionContext"
|
|
2840
|
+
}
|
|
2710
2841
|
},
|
|
2711
2842
|
{
|
|
2712
|
-
"name": "
|
|
2843
|
+
"name": "definition",
|
|
2713
2844
|
"type": {
|
|
2714
|
-
"text": "
|
|
2715
|
-
}
|
|
2716
|
-
"default": "false",
|
|
2717
|
-
"fieldName": "hideMenuSingleOption"
|
|
2845
|
+
"text": "FoundationElementDefinition"
|
|
2846
|
+
}
|
|
2718
2847
|
}
|
|
2719
|
-
]
|
|
2848
|
+
]
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"exports": [
|
|
2852
|
+
{
|
|
2853
|
+
"kind": "js",
|
|
2854
|
+
"name": "foundationAccordionTemplate",
|
|
2855
|
+
"declaration": {
|
|
2856
|
+
"name": "foundationAccordionTemplate",
|
|
2857
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2858
|
+
}
|
|
2859
|
+
}
|
|
2860
|
+
]
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"kind": "javascript-module",
|
|
2864
|
+
"path": "src/accordion/accordion.ts",
|
|
2865
|
+
"declarations": [
|
|
2866
|
+
{
|
|
2867
|
+
"kind": "class",
|
|
2868
|
+
"description": "",
|
|
2869
|
+
"name": "Accordion",
|
|
2720
2870
|
"superclass": {
|
|
2721
|
-
"name": "
|
|
2871
|
+
"name": "FASTAccordion",
|
|
2722
2872
|
"package": "@microsoft/fast-foundation"
|
|
2723
2873
|
},
|
|
2724
|
-
"tagName": "%%prefix%%-
|
|
2874
|
+
"tagName": "%%prefix%%-accordion",
|
|
2725
2875
|
"customElement": true
|
|
2726
2876
|
},
|
|
2727
2877
|
{
|
|
2728
2878
|
"kind": "variable",
|
|
2729
|
-
"name": "
|
|
2730
|
-
"
|
|
2879
|
+
"name": "foundationAccordionShadowOptions",
|
|
2880
|
+
"type": {
|
|
2881
|
+
"text": "ShadowRootInit"
|
|
2882
|
+
},
|
|
2883
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "variable",
|
|
2887
|
+
"name": "defaultAccordionConfig",
|
|
2888
|
+
"type": {
|
|
2889
|
+
"text": "object"
|
|
2890
|
+
},
|
|
2891
|
+
"default": "{}"
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "variable",
|
|
2895
|
+
"name": "foundationAccordion",
|
|
2896
|
+
"description": "The Foundation Accordion",
|
|
2731
2897
|
"privacy": "public"
|
|
2732
2898
|
}
|
|
2733
|
-
],
|
|
2899
|
+
],
|
|
2900
|
+
"exports": [
|
|
2901
|
+
{
|
|
2902
|
+
"kind": "js",
|
|
2903
|
+
"name": "Accordion",
|
|
2904
|
+
"declaration": {
|
|
2905
|
+
"name": "Accordion",
|
|
2906
|
+
"module": "src/accordion/accordion.ts"
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "js",
|
|
2911
|
+
"name": "foundationAccordionShadowOptions",
|
|
2912
|
+
"declaration": {
|
|
2913
|
+
"name": "foundationAccordionShadowOptions",
|
|
2914
|
+
"module": "src/accordion/accordion.ts"
|
|
2915
|
+
}
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"kind": "js",
|
|
2919
|
+
"name": "defaultAccordionConfig",
|
|
2920
|
+
"declaration": {
|
|
2921
|
+
"name": "defaultAccordionConfig",
|
|
2922
|
+
"module": "src/accordion/accordion.ts"
|
|
2923
|
+
}
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"kind": "js",
|
|
2927
|
+
"name": "foundationAccordion",
|
|
2928
|
+
"declaration": {
|
|
2929
|
+
"name": "foundationAccordion",
|
|
2930
|
+
"module": "src/accordion/accordion.ts"
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
]
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"kind": "javascript-module",
|
|
2937
|
+
"path": "src/accordion/index.ts",
|
|
2938
|
+
"declarations": [],
|
|
2734
2939
|
"exports": [
|
|
2735
2940
|
{
|
|
2736
2941
|
"kind": "js",
|
|
2737
|
-
"name": "
|
|
2942
|
+
"name": "*",
|
|
2738
2943
|
"declaration": {
|
|
2739
|
-
"name": "
|
|
2740
|
-
"
|
|
2944
|
+
"name": "*",
|
|
2945
|
+
"package": "./accordion.template"
|
|
2741
2946
|
}
|
|
2742
2947
|
},
|
|
2743
2948
|
{
|
|
2744
2949
|
"kind": "js",
|
|
2745
|
-
"name": "
|
|
2950
|
+
"name": "*",
|
|
2746
2951
|
"declaration": {
|
|
2747
|
-
"name": "
|
|
2748
|
-
"
|
|
2952
|
+
"name": "*",
|
|
2953
|
+
"package": "./accordion.styles"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"kind": "js",
|
|
2958
|
+
"name": "*",
|
|
2959
|
+
"declaration": {
|
|
2960
|
+
"name": "*",
|
|
2961
|
+
"package": "./accordion"
|
|
2749
2962
|
}
|
|
2750
2963
|
}
|
|
2751
2964
|
]
|
|
2752
2965
|
},
|
|
2753
2966
|
{
|
|
2754
2967
|
"kind": "javascript-module",
|
|
2755
|
-
"path": "src/
|
|
2968
|
+
"path": "src/_config/index.ts",
|
|
2756
2969
|
"declarations": [],
|
|
2757
2970
|
"exports": [
|
|
2758
2971
|
{
|
|
@@ -2760,7 +2973,7 @@
|
|
|
2760
2973
|
"name": "*",
|
|
2761
2974
|
"declaration": {
|
|
2762
2975
|
"name": "*",
|
|
2763
|
-
"package": "./
|
|
2976
|
+
"package": "./styles"
|
|
2764
2977
|
}
|
|
2765
2978
|
},
|
|
2766
2979
|
{
|
|
@@ -2768,7 +2981,7 @@
|
|
|
2768
2981
|
"name": "*",
|
|
2769
2982
|
"declaration": {
|
|
2770
2983
|
"name": "*",
|
|
2771
|
-
"package": "./
|
|
2984
|
+
"package": "./tokens"
|
|
2772
2985
|
}
|
|
2773
2986
|
},
|
|
2774
2987
|
{
|
|
@@ -2776,7 +2989,7 @@
|
|
|
2776
2989
|
"name": "*",
|
|
2777
2990
|
"declaration": {
|
|
2778
2991
|
"name": "*",
|
|
2779
|
-
"package": "./
|
|
2992
|
+
"package": "./values"
|
|
2780
2993
|
}
|
|
2781
2994
|
}
|
|
2782
2995
|
]
|
|
@@ -3220,219 +3433,6 @@
|
|
|
3220
3433
|
}
|
|
3221
3434
|
]
|
|
3222
3435
|
},
|
|
3223
|
-
{
|
|
3224
|
-
"kind": "javascript-module",
|
|
3225
|
-
"path": "src/_config/index.ts",
|
|
3226
|
-
"declarations": [],
|
|
3227
|
-
"exports": [
|
|
3228
|
-
{
|
|
3229
|
-
"kind": "js",
|
|
3230
|
-
"name": "*",
|
|
3231
|
-
"declaration": {
|
|
3232
|
-
"name": "*",
|
|
3233
|
-
"package": "./styles"
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "js",
|
|
3238
|
-
"name": "*",
|
|
3239
|
-
"declaration": {
|
|
3240
|
-
"name": "*",
|
|
3241
|
-
"package": "./tokens"
|
|
3242
|
-
}
|
|
3243
|
-
},
|
|
3244
|
-
{
|
|
3245
|
-
"kind": "js",
|
|
3246
|
-
"name": "*",
|
|
3247
|
-
"declaration": {
|
|
3248
|
-
"name": "*",
|
|
3249
|
-
"package": "./values"
|
|
3250
|
-
}
|
|
3251
|
-
}
|
|
3252
|
-
]
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "javascript-module",
|
|
3256
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3257
|
-
"declarations": [
|
|
3258
|
-
{
|
|
3259
|
-
"kind": "function",
|
|
3260
|
-
"name": "foundationAccordionStyles",
|
|
3261
|
-
"return": {
|
|
3262
|
-
"type": {
|
|
3263
|
-
"text": "ElementStyles"
|
|
3264
|
-
}
|
|
3265
|
-
},
|
|
3266
|
-
"parameters": [
|
|
3267
|
-
{
|
|
3268
|
-
"name": "context",
|
|
3269
|
-
"type": {
|
|
3270
|
-
"text": "ElementDefinitionContext"
|
|
3271
|
-
}
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"name": "definition",
|
|
3275
|
-
"type": {
|
|
3276
|
-
"text": "FoundationElementDefinition"
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
]
|
|
3280
|
-
}
|
|
3281
|
-
],
|
|
3282
|
-
"exports": [
|
|
3283
|
-
{
|
|
3284
|
-
"kind": "js",
|
|
3285
|
-
"name": "foundationAccordionStyles",
|
|
3286
|
-
"declaration": {
|
|
3287
|
-
"name": "foundationAccordionStyles",
|
|
3288
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3289
|
-
}
|
|
3290
|
-
}
|
|
3291
|
-
]
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"kind": "javascript-module",
|
|
3295
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3296
|
-
"declarations": [
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "function",
|
|
3299
|
-
"name": "foundationAccordionTemplate",
|
|
3300
|
-
"return": {
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": "ViewTemplate<Accordion>"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
"parameters": [
|
|
3306
|
-
{
|
|
3307
|
-
"name": "context",
|
|
3308
|
-
"type": {
|
|
3309
|
-
"text": "ElementDefinitionContext"
|
|
3310
|
-
}
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"name": "definition",
|
|
3314
|
-
"type": {
|
|
3315
|
-
"text": "FoundationElementDefinition"
|
|
3316
|
-
}
|
|
3317
|
-
}
|
|
3318
|
-
]
|
|
3319
|
-
}
|
|
3320
|
-
],
|
|
3321
|
-
"exports": [
|
|
3322
|
-
{
|
|
3323
|
-
"kind": "js",
|
|
3324
|
-
"name": "foundationAccordionTemplate",
|
|
3325
|
-
"declaration": {
|
|
3326
|
-
"name": "foundationAccordionTemplate",
|
|
3327
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3328
|
-
}
|
|
3329
|
-
}
|
|
3330
|
-
]
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"kind": "javascript-module",
|
|
3334
|
-
"path": "src/accordion/accordion.ts",
|
|
3335
|
-
"declarations": [
|
|
3336
|
-
{
|
|
3337
|
-
"kind": "class",
|
|
3338
|
-
"description": "",
|
|
3339
|
-
"name": "Accordion",
|
|
3340
|
-
"superclass": {
|
|
3341
|
-
"name": "FASTAccordion",
|
|
3342
|
-
"package": "@microsoft/fast-foundation"
|
|
3343
|
-
},
|
|
3344
|
-
"tagName": "%%prefix%%-accordion",
|
|
3345
|
-
"customElement": true
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "variable",
|
|
3349
|
-
"name": "foundationAccordionShadowOptions",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"text": "ShadowRootInit"
|
|
3352
|
-
},
|
|
3353
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "variable",
|
|
3357
|
-
"name": "defaultAccordionConfig",
|
|
3358
|
-
"type": {
|
|
3359
|
-
"text": "object"
|
|
3360
|
-
},
|
|
3361
|
-
"default": "{}"
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"kind": "variable",
|
|
3365
|
-
"name": "foundationAccordion",
|
|
3366
|
-
"description": "The Foundation Accordion",
|
|
3367
|
-
"privacy": "public"
|
|
3368
|
-
}
|
|
3369
|
-
],
|
|
3370
|
-
"exports": [
|
|
3371
|
-
{
|
|
3372
|
-
"kind": "js",
|
|
3373
|
-
"name": "Accordion",
|
|
3374
|
-
"declaration": {
|
|
3375
|
-
"name": "Accordion",
|
|
3376
|
-
"module": "src/accordion/accordion.ts"
|
|
3377
|
-
}
|
|
3378
|
-
},
|
|
3379
|
-
{
|
|
3380
|
-
"kind": "js",
|
|
3381
|
-
"name": "foundationAccordionShadowOptions",
|
|
3382
|
-
"declaration": {
|
|
3383
|
-
"name": "foundationAccordionShadowOptions",
|
|
3384
|
-
"module": "src/accordion/accordion.ts"
|
|
3385
|
-
}
|
|
3386
|
-
},
|
|
3387
|
-
{
|
|
3388
|
-
"kind": "js",
|
|
3389
|
-
"name": "defaultAccordionConfig",
|
|
3390
|
-
"declaration": {
|
|
3391
|
-
"name": "defaultAccordionConfig",
|
|
3392
|
-
"module": "src/accordion/accordion.ts"
|
|
3393
|
-
}
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
"kind": "js",
|
|
3397
|
-
"name": "foundationAccordion",
|
|
3398
|
-
"declaration": {
|
|
3399
|
-
"name": "foundationAccordion",
|
|
3400
|
-
"module": "src/accordion/accordion.ts"
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
|
-
]
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"kind": "javascript-module",
|
|
3407
|
-
"path": "src/accordion/index.ts",
|
|
3408
|
-
"declarations": [],
|
|
3409
|
-
"exports": [
|
|
3410
|
-
{
|
|
3411
|
-
"kind": "js",
|
|
3412
|
-
"name": "*",
|
|
3413
|
-
"declaration": {
|
|
3414
|
-
"name": "*",
|
|
3415
|
-
"package": "./accordion.template"
|
|
3416
|
-
}
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "js",
|
|
3420
|
-
"name": "*",
|
|
3421
|
-
"declaration": {
|
|
3422
|
-
"name": "*",
|
|
3423
|
-
"package": "./accordion.styles"
|
|
3424
|
-
}
|
|
3425
|
-
},
|
|
3426
|
-
{
|
|
3427
|
-
"kind": "js",
|
|
3428
|
-
"name": "*",
|
|
3429
|
-
"declaration": {
|
|
3430
|
-
"name": "*",
|
|
3431
|
-
"package": "./accordion"
|
|
3432
|
-
}
|
|
3433
|
-
}
|
|
3434
|
-
]
|
|
3435
|
-
},
|
|
3436
3436
|
{
|
|
3437
3437
|
"kind": "javascript-module",
|
|
3438
3438
|
"path": "src/anchor/anchor.styles.ts",
|