@genesislcap/foundation-ui 15.4.1 → 15.6.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 +925 -925
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
|
@@ -1422,37 +1422,6 @@
|
|
|
1422
1422
|
}
|
|
1423
1423
|
]
|
|
1424
1424
|
},
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/_config/index.ts",
|
|
1428
|
-
"declarations": [],
|
|
1429
|
-
"exports": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./styles"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./tokens"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "./values"
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
|
-
]
|
|
1455
|
-
},
|
|
1456
1425
|
{
|
|
1457
1426
|
"kind": "javascript-module",
|
|
1458
1427
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1849,11 +1818,34 @@
|
|
|
1849
1818
|
},
|
|
1850
1819
|
{
|
|
1851
1820
|
"kind": "javascript-module",
|
|
1852
|
-
"path": "src/
|
|
1821
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1853
1822
|
"declarations": [
|
|
1854
1823
|
{
|
|
1855
1824
|
"kind": "function",
|
|
1856
|
-
"name": "
|
|
1825
|
+
"name": "actionsMenuBaseStyles",
|
|
1826
|
+
"return": {
|
|
1827
|
+
"type": {
|
|
1828
|
+
"text": "ElementStyles"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"parameters": [
|
|
1832
|
+
{
|
|
1833
|
+
"name": "context",
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "ElementDefinitionContext"
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "definition",
|
|
1840
|
+
"type": {
|
|
1841
|
+
"text": "FoundationElementDefinition"
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
]
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"kind": "function",
|
|
1848
|
+
"name": "foundationActionsMenuStyles",
|
|
1857
1849
|
"return": {
|
|
1858
1850
|
"type": {
|
|
1859
1851
|
"text": "ElementStyles"
|
|
@@ -1878,277 +1870,281 @@
|
|
|
1878
1870
|
"exports": [
|
|
1879
1871
|
{
|
|
1880
1872
|
"kind": "js",
|
|
1881
|
-
"name": "
|
|
1873
|
+
"name": "actionsMenuBaseStyles",
|
|
1882
1874
|
"declaration": {
|
|
1883
|
-
"name": "
|
|
1884
|
-
"module": "src/
|
|
1875
|
+
"name": "actionsMenuBaseStyles",
|
|
1876
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "js",
|
|
1881
|
+
"name": "foundationActionsMenuStyles",
|
|
1882
|
+
"declaration": {
|
|
1883
|
+
"name": "foundationActionsMenuStyles",
|
|
1884
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1885
1885
|
}
|
|
1886
1886
|
}
|
|
1887
1887
|
]
|
|
1888
1888
|
},
|
|
1889
1889
|
{
|
|
1890
1890
|
"kind": "javascript-module",
|
|
1891
|
-
"path": "src/
|
|
1891
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1892
1892
|
"declarations": [
|
|
1893
1893
|
{
|
|
1894
1894
|
"kind": "function",
|
|
1895
|
-
"name": "
|
|
1896
|
-
"return": {
|
|
1897
|
-
"type": {
|
|
1898
|
-
"text": "ViewTemplate<Accordion>"
|
|
1899
|
-
}
|
|
1900
|
-
},
|
|
1895
|
+
"name": "menuTemplate",
|
|
1901
1896
|
"parameters": [
|
|
1902
1897
|
{
|
|
1903
|
-
"name": "
|
|
1898
|
+
"name": "prefix",
|
|
1904
1899
|
"type": {
|
|
1905
|
-
"text": "
|
|
1900
|
+
"text": "string"
|
|
1906
1901
|
}
|
|
1907
|
-
}
|
|
1902
|
+
}
|
|
1903
|
+
]
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"kind": "function",
|
|
1907
|
+
"name": "singleOptionTemplate",
|
|
1908
|
+
"parameters": [
|
|
1908
1909
|
{
|
|
1909
|
-
"name": "
|
|
1910
|
+
"name": "prefix",
|
|
1910
1911
|
"type": {
|
|
1911
|
-
"text": "
|
|
1912
|
+
"text": "string"
|
|
1912
1913
|
}
|
|
1913
1914
|
}
|
|
1914
1915
|
]
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"kind": "variable",
|
|
1919
|
+
"name": "foundationActionsMenuTemplate",
|
|
1920
|
+
"type": {
|
|
1921
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1922
|
+
},
|
|
1923
|
+
"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`"
|
|
1915
1924
|
}
|
|
1916
1925
|
],
|
|
1917
1926
|
"exports": [
|
|
1918
1927
|
{
|
|
1919
1928
|
"kind": "js",
|
|
1920
|
-
"name": "
|
|
1929
|
+
"name": "menuTemplate",
|
|
1921
1930
|
"declaration": {
|
|
1922
|
-
"name": "
|
|
1923
|
-
"module": "src/
|
|
1931
|
+
"name": "menuTemplate",
|
|
1932
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "singleOptionTemplate",
|
|
1938
|
+
"declaration": {
|
|
1939
|
+
"name": "singleOptionTemplate",
|
|
1940
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "foundationActionsMenuTemplate",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "foundationActionsMenuTemplate",
|
|
1948
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1924
1949
|
}
|
|
1925
1950
|
}
|
|
1926
1951
|
]
|
|
1927
1952
|
},
|
|
1928
1953
|
{
|
|
1929
1954
|
"kind": "javascript-module",
|
|
1930
|
-
"path": "src/
|
|
1955
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1931
1956
|
"declarations": [
|
|
1932
1957
|
{
|
|
1933
1958
|
"kind": "class",
|
|
1934
1959
|
"description": "",
|
|
1935
|
-
"name": "
|
|
1936
|
-
"
|
|
1937
|
-
"name": "FASTAccordion",
|
|
1938
|
-
"package": "@microsoft/fast-foundation"
|
|
1939
|
-
},
|
|
1940
|
-
"tagName": "%%prefix%%-accordion",
|
|
1941
|
-
"customElement": true,
|
|
1942
|
-
"attributes": [
|
|
1960
|
+
"name": "ActionsMenu",
|
|
1961
|
+
"members": [
|
|
1943
1962
|
{
|
|
1944
|
-
"
|
|
1963
|
+
"kind": "field",
|
|
1964
|
+
"name": "actions",
|
|
1945
1965
|
"type": {
|
|
1946
|
-
"text": "
|
|
1947
|
-
},
|
|
1948
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1949
|
-
"fieldName": "expandmode",
|
|
1950
|
-
"inheritedFrom": {
|
|
1951
|
-
"name": "Accordion",
|
|
1952
|
-
"module": "src/accordion/accordion.ts"
|
|
1966
|
+
"text": "ActionMenuItem[]"
|
|
1953
1967
|
}
|
|
1954
|
-
}
|
|
1955
|
-
],
|
|
1956
|
-
"members": [
|
|
1968
|
+
},
|
|
1957
1969
|
{
|
|
1958
1970
|
"kind": "field",
|
|
1959
|
-
"name": "
|
|
1971
|
+
"name": "isVertical",
|
|
1960
1972
|
"type": {
|
|
1961
|
-
"text": "
|
|
1973
|
+
"text": "boolean"
|
|
1962
1974
|
},
|
|
1963
|
-
"
|
|
1964
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1965
|
-
"inheritedFrom": {
|
|
1966
|
-
"name": "Accordion",
|
|
1967
|
-
"module": "src/accordion/accordion.ts"
|
|
1968
|
-
}
|
|
1975
|
+
"default": "false"
|
|
1969
1976
|
},
|
|
1970
1977
|
{
|
|
1971
1978
|
"kind": "field",
|
|
1972
|
-
"name": "
|
|
1979
|
+
"name": "addDefaultActions",
|
|
1973
1980
|
"type": {
|
|
1974
|
-
"text": "
|
|
1981
|
+
"text": "boolean"
|
|
1975
1982
|
},
|
|
1976
|
-
"
|
|
1977
|
-
"inheritedFrom": {
|
|
1978
|
-
"name": "Accordion",
|
|
1979
|
-
"module": "src/accordion/accordion.ts"
|
|
1980
|
-
}
|
|
1983
|
+
"default": "true"
|
|
1981
1984
|
},
|
|
1982
1985
|
{
|
|
1983
1986
|
"kind": "field",
|
|
1984
|
-
"name": "
|
|
1987
|
+
"name": "autoCloseOnAction",
|
|
1985
1988
|
"type": {
|
|
1986
|
-
"text": "
|
|
1989
|
+
"text": "boolean"
|
|
1987
1990
|
},
|
|
1988
|
-
"
|
|
1989
|
-
"default": "0",
|
|
1990
|
-
"inheritedFrom": {
|
|
1991
|
-
"name": "Accordion",
|
|
1992
|
-
"module": "src/accordion/accordion.ts"
|
|
1993
|
-
}
|
|
1991
|
+
"default": "true"
|
|
1994
1992
|
},
|
|
1995
1993
|
{
|
|
1996
1994
|
"kind": "field",
|
|
1997
|
-
"name": "
|
|
1995
|
+
"name": "classNames",
|
|
1998
1996
|
"type": {
|
|
1999
|
-
"text": "
|
|
2000
|
-
},
|
|
2001
|
-
"privacy": "private",
|
|
2002
|
-
"inheritedFrom": {
|
|
2003
|
-
"name": "Accordion",
|
|
2004
|
-
"module": "src/accordion/accordion.ts"
|
|
1997
|
+
"text": "string"
|
|
2005
1998
|
}
|
|
2006
1999
|
},
|
|
2007
2000
|
{
|
|
2008
2001
|
"kind": "field",
|
|
2009
|
-
"name": "
|
|
2010
|
-
"
|
|
2011
|
-
|
|
2012
|
-
"name": "Accordion",
|
|
2013
|
-
"module": "src/accordion/accordion.ts"
|
|
2002
|
+
"name": "definition",
|
|
2003
|
+
"type": {
|
|
2004
|
+
"text": "any"
|
|
2014
2005
|
}
|
|
2015
2006
|
},
|
|
2016
2007
|
{
|
|
2017
|
-
"kind": "
|
|
2018
|
-
"name": "
|
|
2019
|
-
"
|
|
2020
|
-
|
|
2021
|
-
"type": {
|
|
2022
|
-
"text": "AccordionItem | null"
|
|
2023
|
-
}
|
|
2008
|
+
"kind": "field",
|
|
2009
|
+
"name": "name",
|
|
2010
|
+
"type": {
|
|
2011
|
+
"text": "string"
|
|
2024
2012
|
},
|
|
2025
|
-
"
|
|
2026
|
-
"name": "Accordion",
|
|
2027
|
-
"module": "src/accordion/accordion.ts"
|
|
2028
|
-
}
|
|
2013
|
+
"default": "'Actions'"
|
|
2029
2014
|
},
|
|
2030
2015
|
{
|
|
2031
2016
|
"kind": "field",
|
|
2032
|
-
"name": "
|
|
2033
|
-
"
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
}
|
|
2017
|
+
"name": "open",
|
|
2018
|
+
"type": {
|
|
2019
|
+
"text": "boolean"
|
|
2020
|
+
},
|
|
2021
|
+
"default": "false"
|
|
2038
2022
|
},
|
|
2039
2023
|
{
|
|
2040
|
-
"kind": "
|
|
2041
|
-
"name": "
|
|
2042
|
-
"
|
|
2043
|
-
|
|
2044
|
-
"type": {
|
|
2045
|
-
"text": "void"
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
"inheritedFrom": {
|
|
2049
|
-
"name": "Accordion",
|
|
2050
|
-
"module": "src/accordion/accordion.ts"
|
|
2024
|
+
"kind": "field",
|
|
2025
|
+
"name": "buttonAppearance",
|
|
2026
|
+
"type": {
|
|
2027
|
+
"text": "string"
|
|
2051
2028
|
}
|
|
2052
2029
|
},
|
|
2053
2030
|
{
|
|
2054
2031
|
"kind": "field",
|
|
2055
|
-
"name": "
|
|
2056
|
-
"
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
}
|
|
2032
|
+
"name": "hideDisabled",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"text": "boolean"
|
|
2035
|
+
},
|
|
2036
|
+
"default": "false"
|
|
2061
2037
|
},
|
|
2062
2038
|
{
|
|
2063
2039
|
"kind": "field",
|
|
2064
|
-
"name": "
|
|
2065
|
-
"
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2040
|
+
"name": "hideMenuSingleOption",
|
|
2041
|
+
"type": {
|
|
2042
|
+
"text": "boolean"
|
|
2043
|
+
},
|
|
2044
|
+
"default": "false"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "field",
|
|
2048
|
+
"name": "singleOption",
|
|
2049
|
+
"type": {
|
|
2050
|
+
"text": "ActionMenuItem"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "actionsMenu",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "HTMLElement"
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"kind": "field",
|
|
2062
|
+
"name": "actionsOpener",
|
|
2063
|
+
"type": {
|
|
2064
|
+
"text": "HTMLElement"
|
|
2069
2065
|
}
|
|
2070
2066
|
},
|
|
2071
2067
|
{
|
|
2072
2068
|
"kind": "method",
|
|
2073
|
-
"name": "
|
|
2074
|
-
"privacy": "private"
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2069
|
+
"name": "updateMenuPosition",
|
|
2070
|
+
"privacy": "private"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "method",
|
|
2074
|
+
"name": "definitionChanged",
|
|
2075
|
+
"privacy": "protected",
|
|
2076
|
+
"parameters": [
|
|
2077
|
+
{
|
|
2078
|
+
"name": "oldValue",
|
|
2079
|
+
"type": {
|
|
2080
|
+
"text": "any"
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"name": "newValue",
|
|
2085
|
+
"type": {
|
|
2086
|
+
"text": "any"
|
|
2087
|
+
}
|
|
2078
2088
|
}
|
|
2079
|
-
|
|
2080
|
-
"inheritedFrom": {
|
|
2081
|
-
"name": "Accordion",
|
|
2082
|
-
"module": "src/accordion/accordion.ts"
|
|
2083
|
-
}
|
|
2089
|
+
]
|
|
2084
2090
|
},
|
|
2085
2091
|
{
|
|
2086
2092
|
"kind": "method",
|
|
2087
|
-
"name": "
|
|
2088
|
-
"privacy": "
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2093
|
+
"name": "openChanged",
|
|
2094
|
+
"privacy": "protected"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"kind": "method",
|
|
2098
|
+
"name": "toggleActionsMenuVisibility"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "method",
|
|
2102
|
+
"name": "onActionMenuItemClick",
|
|
2103
|
+
"parameters": [
|
|
2104
|
+
{
|
|
2105
|
+
"name": "callback",
|
|
2106
|
+
"type": {
|
|
2107
|
+
"text": "(rowData) => void | any"
|
|
2108
|
+
}
|
|
2092
2109
|
}
|
|
2093
|
-
|
|
2094
|
-
"inheritedFrom": {
|
|
2095
|
-
"name": "Accordion",
|
|
2096
|
-
"module": "src/accordion/accordion.ts"
|
|
2097
|
-
}
|
|
2110
|
+
]
|
|
2098
2111
|
},
|
|
2099
2112
|
{
|
|
2100
2113
|
"kind": "field",
|
|
2101
|
-
"name": "
|
|
2102
|
-
"
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
}
|
|
2114
|
+
"name": "allActions",
|
|
2115
|
+
"type": {
|
|
2116
|
+
"text": "ActionMenuItem[]"
|
|
2117
|
+
},
|
|
2118
|
+
"readonly": true
|
|
2107
2119
|
},
|
|
2108
2120
|
{
|
|
2109
2121
|
"kind": "field",
|
|
2110
|
-
"name": "
|
|
2111
|
-
"
|
|
2112
|
-
"inheritedFrom": {
|
|
2113
|
-
"name": "Accordion",
|
|
2114
|
-
"module": "src/accordion/accordion.ts"
|
|
2115
|
-
}
|
|
2122
|
+
"name": "rowData",
|
|
2123
|
+
"readonly": true
|
|
2116
2124
|
},
|
|
2117
2125
|
{
|
|
2118
2126
|
"kind": "method",
|
|
2119
|
-
"name": "
|
|
2120
|
-
"privacy": "private",
|
|
2121
|
-
"return": {
|
|
2122
|
-
"type": {
|
|
2123
|
-
"text": "void"
|
|
2124
|
-
}
|
|
2125
|
-
},
|
|
2127
|
+
"name": "getLabel",
|
|
2126
2128
|
"parameters": [
|
|
2127
2129
|
{
|
|
2128
|
-
"name": "
|
|
2130
|
+
"name": "name",
|
|
2129
2131
|
"type": {
|
|
2130
|
-
"text": "
|
|
2132
|
+
"text": "string | ((rowData: any) => string)"
|
|
2131
2133
|
}
|
|
2132
2134
|
}
|
|
2133
|
-
]
|
|
2134
|
-
"inheritedFrom": {
|
|
2135
|
-
"name": "Accordion",
|
|
2136
|
-
"module": "src/accordion/accordion.ts"
|
|
2137
|
-
}
|
|
2135
|
+
]
|
|
2138
2136
|
},
|
|
2139
2137
|
{
|
|
2140
2138
|
"kind": "method",
|
|
2141
|
-
"name": "
|
|
2142
|
-
"
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
"
|
|
2139
|
+
"name": "getTemplate",
|
|
2140
|
+
"parameters": [
|
|
2141
|
+
{
|
|
2142
|
+
"name": "prefix",
|
|
2143
|
+
"type": {
|
|
2144
|
+
"text": "string"
|
|
2145
|
+
}
|
|
2146
2146
|
}
|
|
2147
|
-
|
|
2148
|
-
"inheritedFrom": {
|
|
2149
|
-
"name": "Accordion",
|
|
2150
|
-
"module": "src/accordion/accordion.ts"
|
|
2151
|
-
}
|
|
2147
|
+
]
|
|
2152
2148
|
},
|
|
2153
2149
|
{
|
|
2154
2150
|
"kind": "field",
|
|
@@ -2262,78 +2258,107 @@
|
|
|
2262
2258
|
}
|
|
2263
2259
|
}
|
|
2264
2260
|
],
|
|
2265
|
-
"
|
|
2261
|
+
"attributes": [
|
|
2266
2262
|
{
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2263
|
+
"name": "is-vertical",
|
|
2264
|
+
"type": {
|
|
2265
|
+
"text": "boolean"
|
|
2266
|
+
},
|
|
2267
|
+
"default": "false",
|
|
2268
|
+
"fieldName": "isVertical"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"name": "add-default-actions",
|
|
2272
|
+
"type": {
|
|
2273
|
+
"text": "boolean"
|
|
2274
|
+
},
|
|
2275
|
+
"default": "true",
|
|
2276
|
+
"fieldName": "addDefaultActions"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "auto-close-on-action",
|
|
2280
|
+
"type": {
|
|
2281
|
+
"text": "boolean"
|
|
2282
|
+
},
|
|
2283
|
+
"default": "true",
|
|
2284
|
+
"fieldName": "autoCloseOnAction"
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"name": "name",
|
|
2288
|
+
"type": {
|
|
2289
|
+
"text": "string"
|
|
2290
|
+
},
|
|
2291
|
+
"default": "'Actions'",
|
|
2292
|
+
"fieldName": "name"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "open",
|
|
2296
|
+
"type": {
|
|
2297
|
+
"text": "boolean"
|
|
2298
|
+
},
|
|
2299
|
+
"default": "false",
|
|
2300
|
+
"fieldName": "open"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "buttonAppearance",
|
|
2304
|
+
"type": {
|
|
2305
|
+
"text": "string"
|
|
2306
|
+
},
|
|
2307
|
+
"fieldName": "buttonAppearance"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "hide-disabled",
|
|
2311
|
+
"type": {
|
|
2312
|
+
"text": "boolean"
|
|
2313
|
+
},
|
|
2314
|
+
"default": "false",
|
|
2315
|
+
"fieldName": "hideDisabled"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"name": "hide-menu-single-option",
|
|
2319
|
+
"type": {
|
|
2320
|
+
"text": "boolean"
|
|
2321
|
+
},
|
|
2322
|
+
"default": "false",
|
|
2323
|
+
"fieldName": "hideMenuSingleOption"
|
|
2273
2324
|
}
|
|
2274
|
-
]
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
"name": "foundationAccordionShadowOptions",
|
|
2279
|
-
"type": {
|
|
2280
|
-
"text": "ShadowRootInit"
|
|
2281
|
-
},
|
|
2282
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "variable",
|
|
2286
|
-
"name": "defaultAccordionConfig",
|
|
2287
|
-
"type": {
|
|
2288
|
-
"text": "object"
|
|
2325
|
+
],
|
|
2326
|
+
"superclass": {
|
|
2327
|
+
"name": "FoundationElement",
|
|
2328
|
+
"package": "@microsoft/fast-foundation"
|
|
2289
2329
|
},
|
|
2290
|
-
"
|
|
2330
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2331
|
+
"customElement": true
|
|
2291
2332
|
},
|
|
2292
2333
|
{
|
|
2293
2334
|
"kind": "variable",
|
|
2294
|
-
"name": "
|
|
2295
|
-
"description": "The Foundation
|
|
2335
|
+
"name": "foundationActionsMenu",
|
|
2336
|
+
"description": "The Foundation Actions Menu",
|
|
2296
2337
|
"privacy": "public"
|
|
2297
2338
|
}
|
|
2298
2339
|
],
|
|
2299
2340
|
"exports": [
|
|
2300
2341
|
{
|
|
2301
2342
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2343
|
+
"name": "ActionsMenu",
|
|
2303
2344
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2345
|
+
"name": "ActionsMenu",
|
|
2346
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2306
2347
|
}
|
|
2307
2348
|
},
|
|
2308
2349
|
{
|
|
2309
2350
|
"kind": "js",
|
|
2310
|
-
"name": "
|
|
2351
|
+
"name": "foundationActionsMenu",
|
|
2311
2352
|
"declaration": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"kind": "js",
|
|
2318
|
-
"name": "defaultAccordionConfig",
|
|
2319
|
-
"declaration": {
|
|
2320
|
-
"name": "defaultAccordionConfig",
|
|
2321
|
-
"module": "src/accordion/accordion.ts"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"kind": "js",
|
|
2326
|
-
"name": "foundationAccordion",
|
|
2327
|
-
"declaration": {
|
|
2328
|
-
"name": "foundationAccordion",
|
|
2329
|
-
"module": "src/accordion/accordion.ts"
|
|
2353
|
+
"name": "foundationActionsMenu",
|
|
2354
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2330
2355
|
}
|
|
2331
2356
|
}
|
|
2332
2357
|
]
|
|
2333
2358
|
},
|
|
2334
2359
|
{
|
|
2335
2360
|
"kind": "javascript-module",
|
|
2336
|
-
"path": "src/
|
|
2361
|
+
"path": "src/actions-menu/index.ts",
|
|
2337
2362
|
"declarations": [],
|
|
2338
2363
|
"exports": [
|
|
2339
2364
|
{
|
|
@@ -2341,7 +2366,7 @@
|
|
|
2341
2366
|
"name": "*",
|
|
2342
2367
|
"declaration": {
|
|
2343
2368
|
"name": "*",
|
|
2344
|
-
"package": "./
|
|
2369
|
+
"package": "./actions-menu.styles"
|
|
2345
2370
|
}
|
|
2346
2371
|
},
|
|
2347
2372
|
{
|
|
@@ -2349,7 +2374,7 @@
|
|
|
2349
2374
|
"name": "*",
|
|
2350
2375
|
"declaration": {
|
|
2351
2376
|
"name": "*",
|
|
2352
|
-
"package": "./
|
|
2377
|
+
"package": "./actions-menu.template"
|
|
2353
2378
|
}
|
|
2354
2379
|
},
|
|
2355
2380
|
{
|
|
@@ -2357,64 +2382,82 @@
|
|
|
2357
2382
|
"name": "*",
|
|
2358
2383
|
"declaration": {
|
|
2359
2384
|
"name": "*",
|
|
2360
|
-
"package": "./
|
|
2385
|
+
"package": "./actions-menu"
|
|
2361
2386
|
}
|
|
2362
2387
|
}
|
|
2363
2388
|
]
|
|
2364
2389
|
},
|
|
2365
2390
|
{
|
|
2366
2391
|
"kind": "javascript-module",
|
|
2367
|
-
"path": "src/ai-
|
|
2392
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2368
2393
|
"declarations": [
|
|
2369
2394
|
{
|
|
2370
|
-
"kind": "
|
|
2371
|
-
"name": "
|
|
2372
|
-
"
|
|
2395
|
+
"kind": "function",
|
|
2396
|
+
"name": "foundationAiIndicatorStyles",
|
|
2397
|
+
"return": {
|
|
2398
|
+
"type": {
|
|
2399
|
+
"text": "ElementStyles"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
"parameters": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "context",
|
|
2405
|
+
"type": {
|
|
2406
|
+
"text": "ElementDefinitionContext"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "definition",
|
|
2411
|
+
"type": {
|
|
2412
|
+
"text": "FoundationElementDefinition"
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
]
|
|
2373
2416
|
}
|
|
2374
2417
|
],
|
|
2375
2418
|
"exports": [
|
|
2376
2419
|
{
|
|
2377
2420
|
"kind": "js",
|
|
2378
|
-
"name": "
|
|
2421
|
+
"name": "foundationAiIndicatorStyles",
|
|
2379
2422
|
"declaration": {
|
|
2380
|
-
"name": "
|
|
2381
|
-
"module": "src/ai-
|
|
2423
|
+
"name": "foundationAiIndicatorStyles",
|
|
2424
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2382
2425
|
}
|
|
2383
2426
|
}
|
|
2384
2427
|
]
|
|
2385
2428
|
},
|
|
2386
2429
|
{
|
|
2387
2430
|
"kind": "javascript-module",
|
|
2388
|
-
"path": "src/ai-
|
|
2431
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2389
2432
|
"declarations": [
|
|
2390
2433
|
{
|
|
2391
2434
|
"kind": "variable",
|
|
2392
|
-
"name": "
|
|
2435
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2393
2436
|
"type": {
|
|
2394
|
-
"text": "ViewTemplate<
|
|
2437
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2395
2438
|
},
|
|
2396
|
-
"default": "html`\n ${(x) =>
|
|
2439
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2397
2440
|
}
|
|
2398
2441
|
],
|
|
2399
2442
|
"exports": [
|
|
2400
2443
|
{
|
|
2401
2444
|
"kind": "js",
|
|
2402
|
-
"name": "
|
|
2445
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2403
2446
|
"declaration": {
|
|
2404
|
-
"name": "
|
|
2405
|
-
"module": "src/ai-
|
|
2447
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2448
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2406
2449
|
}
|
|
2407
2450
|
}
|
|
2408
2451
|
]
|
|
2409
2452
|
},
|
|
2410
2453
|
{
|
|
2411
2454
|
"kind": "javascript-module",
|
|
2412
|
-
"path": "src/ai-
|
|
2455
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2413
2456
|
"declarations": [
|
|
2414
2457
|
{
|
|
2415
2458
|
"kind": "class",
|
|
2416
|
-
"description": "
|
|
2417
|
-
"name": "
|
|
2459
|
+
"description": "",
|
|
2460
|
+
"name": "AiIndicator",
|
|
2418
2461
|
"members": [
|
|
2419
2462
|
{
|
|
2420
2463
|
"kind": "field",
|
|
@@ -2425,54 +2468,25 @@
|
|
|
2425
2468
|
},
|
|
2426
2469
|
{
|
|
2427
2470
|
"kind": "field",
|
|
2428
|
-
"name": "
|
|
2429
|
-
"type": {
|
|
2430
|
-
"text": "string"
|
|
2431
|
-
},
|
|
2432
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"kind": "field",
|
|
2436
|
-
"name": "disabled",
|
|
2437
|
-
"type": {
|
|
2438
|
-
"text": "boolean"
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"kind": "field",
|
|
2443
|
-
"name": "inputValue",
|
|
2444
|
-
"type": {
|
|
2445
|
-
"text": "string"
|
|
2446
|
-
},
|
|
2447
|
-
"default": "''"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"kind": "field",
|
|
2451
|
-
"name": "isInterpreting",
|
|
2471
|
+
"name": "aiProvider",
|
|
2452
2472
|
"type": {
|
|
2453
|
-
"text": "
|
|
2473
|
+
"text": "AIProvider | undefined"
|
|
2454
2474
|
},
|
|
2455
|
-
"
|
|
2475
|
+
"privacy": "private",
|
|
2476
|
+
"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.",
|
|
2477
|
+
"readonly": true
|
|
2456
2478
|
},
|
|
2457
2479
|
{
|
|
2458
2480
|
"kind": "field",
|
|
2459
|
-
"name": "
|
|
2481
|
+
"name": "status",
|
|
2460
2482
|
"type": {
|
|
2461
|
-
"text": "
|
|
2483
|
+
"text": "AIStatus | null"
|
|
2462
2484
|
},
|
|
2463
2485
|
"default": "null"
|
|
2464
2486
|
},
|
|
2465
2487
|
{
|
|
2466
2488
|
"kind": "field",
|
|
2467
|
-
"name": "
|
|
2468
|
-
"type": {
|
|
2469
|
-
"text": "CriteriaGroup[]"
|
|
2470
|
-
},
|
|
2471
|
-
"default": "[]"
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"kind": "field",
|
|
2475
|
-
"name": "showingChips",
|
|
2489
|
+
"name": "open",
|
|
2476
2490
|
"type": {
|
|
2477
2491
|
"text": "boolean"
|
|
2478
2492
|
},
|
|
@@ -2480,15 +2494,15 @@
|
|
|
2480
2494
|
},
|
|
2481
2495
|
{
|
|
2482
2496
|
"kind": "field",
|
|
2483
|
-
"name": "
|
|
2497
|
+
"name": "state",
|
|
2484
2498
|
"type": {
|
|
2485
|
-
"text": "
|
|
2499
|
+
"text": "AIIndicatorState"
|
|
2486
2500
|
},
|
|
2487
|
-
"default": "
|
|
2501
|
+
"default": "'none'"
|
|
2488
2502
|
},
|
|
2489
2503
|
{
|
|
2490
2504
|
"kind": "field",
|
|
2491
|
-
"name": "
|
|
2505
|
+
"name": "isInstalling",
|
|
2492
2506
|
"type": {
|
|
2493
2507
|
"text": "boolean"
|
|
2494
2508
|
},
|
|
@@ -2496,33 +2510,29 @@
|
|
|
2496
2510
|
},
|
|
2497
2511
|
{
|
|
2498
2512
|
"kind": "field",
|
|
2499
|
-
"name": "
|
|
2513
|
+
"name": "pollTimer",
|
|
2500
2514
|
"type": {
|
|
2501
|
-
"text": "
|
|
2515
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2502
2516
|
},
|
|
2503
|
-
"privacy": "
|
|
2517
|
+
"privacy": "private",
|
|
2518
|
+
"default": "null"
|
|
2504
2519
|
},
|
|
2505
2520
|
{
|
|
2506
2521
|
"kind": "field",
|
|
2507
|
-
"name": "
|
|
2508
|
-
"
|
|
2509
|
-
"text": "(() => void) | null"
|
|
2510
|
-
},
|
|
2511
|
-
"privacy": "private",
|
|
2512
|
-
"default": "null"
|
|
2522
|
+
"name": "clickOutside",
|
|
2523
|
+
"privacy": "private"
|
|
2513
2524
|
},
|
|
2514
2525
|
{
|
|
2515
2526
|
"kind": "field",
|
|
2516
|
-
"name": "
|
|
2527
|
+
"name": "chromeStatusLabel",
|
|
2517
2528
|
"type": {
|
|
2518
|
-
"text": "
|
|
2529
|
+
"text": "string | null"
|
|
2519
2530
|
},
|
|
2520
|
-
"
|
|
2521
|
-
"default": "null"
|
|
2531
|
+
"readonly": true
|
|
2522
2532
|
},
|
|
2523
2533
|
{
|
|
2524
2534
|
"kind": "field",
|
|
2525
|
-
"name": "
|
|
2535
|
+
"name": "canInstall",
|
|
2526
2536
|
"type": {
|
|
2527
2537
|
"text": "boolean"
|
|
2528
2538
|
},
|
|
@@ -2530,65 +2540,69 @@
|
|
|
2530
2540
|
},
|
|
2531
2541
|
{
|
|
2532
2542
|
"kind": "field",
|
|
2533
|
-
"name": "
|
|
2543
|
+
"name": "isDownloading",
|
|
2534
2544
|
"type": {
|
|
2535
|
-
"text": "
|
|
2545
|
+
"text": "boolean"
|
|
2536
2546
|
},
|
|
2537
2547
|
"readonly": true
|
|
2538
2548
|
},
|
|
2539
2549
|
{
|
|
2540
2550
|
"kind": "method",
|
|
2541
|
-
"name": "
|
|
2542
|
-
"privacy": "private",
|
|
2551
|
+
"name": "openChanged",
|
|
2543
2552
|
"return": {
|
|
2544
2553
|
"type": {
|
|
2545
|
-
"text": "
|
|
2554
|
+
"text": "void"
|
|
2546
2555
|
}
|
|
2547
|
-
}
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"kind": "method",
|
|
2560
|
+
"name": "handleClickOutside",
|
|
2561
|
+
"privacy": "private",
|
|
2548
2562
|
"parameters": [
|
|
2549
2563
|
{
|
|
2550
|
-
"name": "
|
|
2564
|
+
"name": "event",
|
|
2551
2565
|
"type": {
|
|
2552
|
-
"text": "
|
|
2566
|
+
"text": "MouseEvent"
|
|
2553
2567
|
}
|
|
2554
2568
|
}
|
|
2555
2569
|
]
|
|
2556
2570
|
},
|
|
2557
2571
|
{
|
|
2558
2572
|
"kind": "method",
|
|
2559
|
-
"name": "
|
|
2573
|
+
"name": "toggleDropdown"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"kind": "method",
|
|
2577
|
+
"name": "refreshStatus",
|
|
2560
2578
|
"return": {
|
|
2561
2579
|
"type": {
|
|
2562
|
-
"text": "void"
|
|
2580
|
+
"text": "Promise<void>"
|
|
2563
2581
|
}
|
|
2564
2582
|
}
|
|
2565
2583
|
},
|
|
2566
2584
|
{
|
|
2567
2585
|
"kind": "method",
|
|
2568
|
-
"name": "
|
|
2586
|
+
"name": "deriveState",
|
|
2587
|
+
"privacy": "private",
|
|
2569
2588
|
"return": {
|
|
2570
2589
|
"type": {
|
|
2571
|
-
"text": "
|
|
2590
|
+
"text": "AIIndicatorState"
|
|
2572
2591
|
}
|
|
2573
2592
|
},
|
|
2574
2593
|
"parameters": [
|
|
2575
2594
|
{
|
|
2576
|
-
"name": "
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": "number"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"name": "clauseIndex",
|
|
2595
|
+
"name": "s",
|
|
2583
2596
|
"type": {
|
|
2584
|
-
"text": "
|
|
2597
|
+
"text": "AIStatus | null"
|
|
2585
2598
|
}
|
|
2586
2599
|
}
|
|
2587
2600
|
]
|
|
2588
2601
|
},
|
|
2589
2602
|
{
|
|
2590
2603
|
"kind": "method",
|
|
2591
|
-
"name": "
|
|
2604
|
+
"name": "maybeStartPolling",
|
|
2605
|
+
"privacy": "private",
|
|
2592
2606
|
"return": {
|
|
2593
2607
|
"type": {
|
|
2594
2608
|
"text": "void"
|
|
@@ -2597,24 +2611,32 @@
|
|
|
2597
2611
|
},
|
|
2598
2612
|
{
|
|
2599
2613
|
"kind": "method",
|
|
2600
|
-
"name": "
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
"kind": "method",
|
|
2608
|
-
"name": "clear"
|
|
2614
|
+
"name": "startPolling",
|
|
2615
|
+
"privacy": "private",
|
|
2616
|
+
"return": {
|
|
2617
|
+
"type": {
|
|
2618
|
+
"text": "void"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2609
2621
|
},
|
|
2610
2622
|
{
|
|
2611
2623
|
"kind": "method",
|
|
2612
|
-
"name": "
|
|
2624
|
+
"name": "stopPolling",
|
|
2625
|
+
"privacy": "private",
|
|
2626
|
+
"return": {
|
|
2627
|
+
"type": {
|
|
2628
|
+
"text": "void"
|
|
2629
|
+
}
|
|
2630
|
+
}
|
|
2613
2631
|
},
|
|
2614
2632
|
{
|
|
2615
2633
|
"kind": "method",
|
|
2616
|
-
"name": "
|
|
2617
|
-
"
|
|
2634
|
+
"name": "onInstall",
|
|
2635
|
+
"return": {
|
|
2636
|
+
"type": {
|
|
2637
|
+
"text": "Promise<void>"
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2618
2640
|
},
|
|
2619
2641
|
{
|
|
2620
2642
|
"kind": "field",
|
|
@@ -2728,154 +2750,103 @@
|
|
|
2728
2750
|
}
|
|
2729
2751
|
}
|
|
2730
2752
|
],
|
|
2731
|
-
"events": [
|
|
2732
|
-
{
|
|
2733
|
-
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2734
|
-
"name": "criteria-changed"
|
|
2735
|
-
},
|
|
2736
|
-
{
|
|
2737
|
-
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2738
|
-
"name": "validation-errors"
|
|
2739
|
-
}
|
|
2740
|
-
],
|
|
2741
|
-
"attributes": [
|
|
2742
|
-
{
|
|
2743
|
-
"name": "placeholder",
|
|
2744
|
-
"type": {
|
|
2745
|
-
"text": "string"
|
|
2746
|
-
},
|
|
2747
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2748
|
-
"fieldName": "placeholder"
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"type": {
|
|
2752
|
-
"text": "boolean"
|
|
2753
|
-
},
|
|
2754
|
-
"fieldName": "disabled"
|
|
2755
|
-
}
|
|
2756
|
-
],
|
|
2757
2753
|
"superclass": {
|
|
2758
2754
|
"name": "FoundationElement",
|
|
2759
2755
|
"package": "@microsoft/fast-foundation"
|
|
2760
2756
|
},
|
|
2761
|
-
"tagName": "%%prefix%%-ai-
|
|
2757
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2762
2758
|
"customElement": true
|
|
2763
2759
|
},
|
|
2764
2760
|
{
|
|
2765
2761
|
"kind": "variable",
|
|
2766
|
-
"name": "
|
|
2767
|
-
"type": {
|
|
2768
|
-
"text": "ShadowRootInit"
|
|
2769
|
-
},
|
|
2770
|
-
"default": "undefined"
|
|
2771
|
-
},
|
|
2772
|
-
{
|
|
2773
|
-
"kind": "variable",
|
|
2774
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2775
|
-
"type": {
|
|
2776
|
-
"text": "object"
|
|
2777
|
-
},
|
|
2778
|
-
"default": "{}"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"kind": "variable",
|
|
2782
|
-
"name": "foundationAiCriteriaSearch"
|
|
2762
|
+
"name": "foundationAiIndicator"
|
|
2783
2763
|
}
|
|
2784
2764
|
],
|
|
2785
2765
|
"exports": [
|
|
2786
2766
|
{
|
|
2787
2767
|
"kind": "js",
|
|
2788
|
-
"name": "
|
|
2789
|
-
"declaration": {
|
|
2790
|
-
"name": "AiCriteriaSearch",
|
|
2791
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
"kind": "js",
|
|
2796
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2797
|
-
"declaration": {
|
|
2798
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2799
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2800
|
-
}
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"kind": "js",
|
|
2804
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2768
|
+
"name": "AiIndicator",
|
|
2805
2769
|
"declaration": {
|
|
2806
|
-
"name": "
|
|
2807
|
-
"module": "src/ai-
|
|
2770
|
+
"name": "AiIndicator",
|
|
2771
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2808
2772
|
}
|
|
2809
2773
|
},
|
|
2810
2774
|
{
|
|
2811
2775
|
"kind": "js",
|
|
2812
|
-
"name": "
|
|
2776
|
+
"name": "foundationAiIndicator",
|
|
2813
2777
|
"declaration": {
|
|
2814
|
-
"name": "
|
|
2815
|
-
"module": "src/ai-
|
|
2778
|
+
"name": "foundationAiIndicator",
|
|
2779
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2816
2780
|
}
|
|
2817
2781
|
}
|
|
2818
2782
|
]
|
|
2819
2783
|
},
|
|
2820
2784
|
{
|
|
2821
2785
|
"kind": "javascript-module",
|
|
2822
|
-
"path": "src/ai-
|
|
2786
|
+
"path": "src/ai-indicator/index.ts",
|
|
2823
2787
|
"declarations": [],
|
|
2824
2788
|
"exports": [
|
|
2825
2789
|
{
|
|
2826
2790
|
"kind": "js",
|
|
2827
|
-
"name": "
|
|
2791
|
+
"name": "AiIndicator",
|
|
2828
2792
|
"declaration": {
|
|
2829
|
-
"name": "
|
|
2830
|
-
"module": "./ai-
|
|
2793
|
+
"name": "AiIndicator",
|
|
2794
|
+
"module": "./ai-indicator"
|
|
2831
2795
|
}
|
|
2832
2796
|
},
|
|
2833
2797
|
{
|
|
2834
2798
|
"kind": "js",
|
|
2835
|
-
"name": "
|
|
2799
|
+
"name": "foundationAiIndicator",
|
|
2836
2800
|
"declaration": {
|
|
2837
|
-
"name": "
|
|
2838
|
-
"module": "./ai-
|
|
2801
|
+
"name": "foundationAiIndicator",
|
|
2802
|
+
"module": "./ai-indicator"
|
|
2839
2803
|
}
|
|
2840
2804
|
},
|
|
2841
2805
|
{
|
|
2842
2806
|
"kind": "js",
|
|
2843
|
-
"name": "
|
|
2807
|
+
"name": "type",
|
|
2844
2808
|
"declaration": {
|
|
2845
|
-
"name": "
|
|
2846
|
-
"module": "./ai-
|
|
2809
|
+
"name": "type",
|
|
2810
|
+
"module": "./ai-indicator"
|
|
2847
2811
|
}
|
|
2848
2812
|
},
|
|
2849
2813
|
{
|
|
2850
2814
|
"kind": "js",
|
|
2851
|
-
"name": "
|
|
2815
|
+
"name": "AIIndicatorState",
|
|
2852
2816
|
"declaration": {
|
|
2853
|
-
"name": "
|
|
2854
|
-
"module": "./ai-
|
|
2817
|
+
"name": "AIIndicatorState",
|
|
2818
|
+
"module": "./ai-indicator"
|
|
2855
2819
|
}
|
|
2856
2820
|
},
|
|
2857
2821
|
{
|
|
2858
2822
|
"kind": "js",
|
|
2859
|
-
"name": "
|
|
2823
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2860
2824
|
"declaration": {
|
|
2861
|
-
"name": "
|
|
2862
|
-
"module": "./ai-
|
|
2825
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2826
|
+
"module": "./ai-indicator.template"
|
|
2863
2827
|
}
|
|
2864
2828
|
},
|
|
2865
2829
|
{
|
|
2866
2830
|
"kind": "js",
|
|
2867
|
-
"name": "
|
|
2831
|
+
"name": "foundationAiIndicatorStyles",
|
|
2868
2832
|
"declaration": {
|
|
2869
|
-
"name": "
|
|
2870
|
-
"module": "./ai-
|
|
2833
|
+
"name": "foundationAiIndicatorStyles",
|
|
2834
|
+
"module": "./ai-indicator.styles"
|
|
2871
2835
|
}
|
|
2872
|
-
}
|
|
2836
|
+
}
|
|
2837
|
+
]
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"kind": "javascript-module",
|
|
2841
|
+
"path": "src/_config/index.ts",
|
|
2842
|
+
"declarations": [],
|
|
2843
|
+
"exports": [
|
|
2873
2844
|
{
|
|
2874
2845
|
"kind": "js",
|
|
2875
2846
|
"name": "*",
|
|
2876
2847
|
"declaration": {
|
|
2877
2848
|
"name": "*",
|
|
2878
|
-
"package": "./
|
|
2849
|
+
"package": "./styles"
|
|
2879
2850
|
}
|
|
2880
2851
|
},
|
|
2881
2852
|
{
|
|
@@ -2883,7 +2854,7 @@
|
|
|
2883
2854
|
"name": "*",
|
|
2884
2855
|
"declaration": {
|
|
2885
2856
|
"name": "*",
|
|
2886
|
-
"package": "./
|
|
2857
|
+
"package": "./tokens"
|
|
2887
2858
|
}
|
|
2888
2859
|
},
|
|
2889
2860
|
{
|
|
@@ -2891,157 +2862,64 @@
|
|
|
2891
2862
|
"name": "*",
|
|
2892
2863
|
"declaration": {
|
|
2893
2864
|
"name": "*",
|
|
2894
|
-
"package": "./
|
|
2895
|
-
}
|
|
2896
|
-
}
|
|
2897
|
-
]
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"kind": "javascript-module",
|
|
2901
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2902
|
-
"declarations": [
|
|
2903
|
-
{
|
|
2904
|
-
"kind": "function",
|
|
2905
|
-
"name": "formatValidationErrors",
|
|
2906
|
-
"return": {
|
|
2907
|
-
"type": {
|
|
2908
|
-
"text": "string"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
"parameters": [
|
|
2912
|
-
{
|
|
2913
|
-
"name": "errors",
|
|
2914
|
-
"type": {
|
|
2915
|
-
"text": "ValidationError[]"
|
|
2916
|
-
}
|
|
2917
|
-
}
|
|
2918
|
-
],
|
|
2919
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "function",
|
|
2923
|
-
"name": "showCriteriaError",
|
|
2924
|
-
"return": {
|
|
2925
|
-
"type": {
|
|
2926
|
-
"text": "void"
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
|
-
"parameters": [
|
|
2930
|
-
{
|
|
2931
|
-
"name": "title",
|
|
2932
|
-
"type": {
|
|
2933
|
-
"text": "string"
|
|
2934
|
-
},
|
|
2935
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
"name": "body",
|
|
2939
|
-
"type": {
|
|
2940
|
-
"text": "string"
|
|
2941
|
-
},
|
|
2942
|
-
"description": "Error message to display"
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"name": "tagName",
|
|
2946
|
-
"type": {
|
|
2947
|
-
"text": "string"
|
|
2948
|
-
},
|
|
2949
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2950
|
-
}
|
|
2951
|
-
],
|
|
2952
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2953
|
-
}
|
|
2954
|
-
],
|
|
2955
|
-
"exports": [
|
|
2956
|
-
{
|
|
2957
|
-
"kind": "js",
|
|
2958
|
-
"name": "formatValidationErrors",
|
|
2959
|
-
"declaration": {
|
|
2960
|
-
"name": "formatValidationErrors",
|
|
2961
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2962
|
-
}
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
"kind": "js",
|
|
2966
|
-
"name": "showCriteriaError",
|
|
2967
|
-
"declaration": {
|
|
2968
|
-
"name": "showCriteriaError",
|
|
2969
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2865
|
+
"package": "./values"
|
|
2970
2866
|
}
|
|
2971
2867
|
}
|
|
2972
2868
|
]
|
|
2973
2869
|
},
|
|
2974
2870
|
{
|
|
2975
2871
|
"kind": "javascript-module",
|
|
2976
|
-
"path": "src/ai-
|
|
2872
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2977
2873
|
"declarations": [
|
|
2978
2874
|
{
|
|
2979
|
-
"kind": "
|
|
2980
|
-
"name": "
|
|
2981
|
-
"
|
|
2982
|
-
"type": {
|
|
2983
|
-
"text": "ElementStyles"
|
|
2984
|
-
}
|
|
2985
|
-
},
|
|
2986
|
-
"parameters": [
|
|
2987
|
-
{
|
|
2988
|
-
"name": "context",
|
|
2989
|
-
"type": {
|
|
2990
|
-
"text": "ElementDefinitionContext"
|
|
2991
|
-
}
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"name": "definition",
|
|
2995
|
-
"type": {
|
|
2996
|
-
"text": "FoundationElementDefinition"
|
|
2997
|
-
}
|
|
2998
|
-
}
|
|
2999
|
-
]
|
|
2875
|
+
"kind": "variable",
|
|
2876
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2877
|
+
"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`"
|
|
3000
2878
|
}
|
|
3001
2879
|
],
|
|
3002
2880
|
"exports": [
|
|
3003
2881
|
{
|
|
3004
2882
|
"kind": "js",
|
|
3005
|
-
"name": "
|
|
2883
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3006
2884
|
"declaration": {
|
|
3007
|
-
"name": "
|
|
3008
|
-
"module": "src/ai-
|
|
2885
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2886
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3009
2887
|
}
|
|
3010
2888
|
}
|
|
3011
2889
|
]
|
|
3012
2890
|
},
|
|
3013
2891
|
{
|
|
3014
2892
|
"kind": "javascript-module",
|
|
3015
|
-
"path": "src/ai-
|
|
2893
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3016
2894
|
"declarations": [
|
|
3017
2895
|
{
|
|
3018
2896
|
"kind": "variable",
|
|
3019
|
-
"name": "
|
|
2897
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3020
2898
|
"type": {
|
|
3021
|
-
"text": "ViewTemplate<
|
|
2899
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3022
2900
|
},
|
|
3023
|
-
"default": "html`\n ${(x) =>
|
|
2901
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3024
2902
|
}
|
|
3025
2903
|
],
|
|
3026
2904
|
"exports": [
|
|
3027
2905
|
{
|
|
3028
2906
|
"kind": "js",
|
|
3029
|
-
"name": "
|
|
2907
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3030
2908
|
"declaration": {
|
|
3031
|
-
"name": "
|
|
3032
|
-
"module": "src/ai-
|
|
2909
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2910
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3033
2911
|
}
|
|
3034
2912
|
}
|
|
3035
2913
|
]
|
|
3036
2914
|
},
|
|
3037
2915
|
{
|
|
3038
2916
|
"kind": "javascript-module",
|
|
3039
|
-
"path": "src/ai-
|
|
2917
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3040
2918
|
"declarations": [
|
|
3041
2919
|
{
|
|
3042
2920
|
"kind": "class",
|
|
3043
|
-
"description": "",
|
|
3044
|
-
"name": "
|
|
2921
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2922
|
+
"name": "AiCriteriaSearch",
|
|
3045
2923
|
"members": [
|
|
3046
2924
|
{
|
|
3047
2925
|
"kind": "field",
|
|
@@ -3052,41 +2930,30 @@
|
|
|
3052
2930
|
},
|
|
3053
2931
|
{
|
|
3054
2932
|
"kind": "field",
|
|
3055
|
-
"name": "
|
|
3056
|
-
"type": {
|
|
3057
|
-
"text": "AIProvider | undefined"
|
|
3058
|
-
},
|
|
3059
|
-
"privacy": "private",
|
|
3060
|
-
"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.",
|
|
3061
|
-
"readonly": true
|
|
3062
|
-
},
|
|
3063
|
-
{
|
|
3064
|
-
"kind": "field",
|
|
3065
|
-
"name": "status",
|
|
2933
|
+
"name": "placeholder",
|
|
3066
2934
|
"type": {
|
|
3067
|
-
"text": "
|
|
2935
|
+
"text": "string"
|
|
3068
2936
|
},
|
|
3069
|
-
"default": "
|
|
2937
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3070
2938
|
},
|
|
3071
2939
|
{
|
|
3072
2940
|
"kind": "field",
|
|
3073
|
-
"name": "
|
|
2941
|
+
"name": "disabled",
|
|
3074
2942
|
"type": {
|
|
3075
2943
|
"text": "boolean"
|
|
3076
|
-
}
|
|
3077
|
-
"default": "false"
|
|
2944
|
+
}
|
|
3078
2945
|
},
|
|
3079
2946
|
{
|
|
3080
2947
|
"kind": "field",
|
|
3081
|
-
"name": "
|
|
2948
|
+
"name": "inputValue",
|
|
3082
2949
|
"type": {
|
|
3083
|
-
"text": "
|
|
2950
|
+
"text": "string"
|
|
3084
2951
|
},
|
|
3085
|
-
"default": "'
|
|
2952
|
+
"default": "''"
|
|
3086
2953
|
},
|
|
3087
2954
|
{
|
|
3088
2955
|
"kind": "field",
|
|
3089
|
-
"name": "
|
|
2956
|
+
"name": "isInterpreting",
|
|
3090
2957
|
"type": {
|
|
3091
2958
|
"text": "boolean"
|
|
3092
2959
|
},
|
|
@@ -3094,99 +2961,139 @@
|
|
|
3094
2961
|
},
|
|
3095
2962
|
{
|
|
3096
2963
|
"kind": "field",
|
|
3097
|
-
"name": "
|
|
2964
|
+
"name": "lastValidCriteria",
|
|
3098
2965
|
"type": {
|
|
3099
|
-
"text": "
|
|
2966
|
+
"text": "string | null"
|
|
3100
2967
|
},
|
|
3101
|
-
"privacy": "private",
|
|
3102
2968
|
"default": "null"
|
|
3103
2969
|
},
|
|
3104
2970
|
{
|
|
3105
2971
|
"kind": "field",
|
|
3106
|
-
"name": "
|
|
3107
|
-
"
|
|
2972
|
+
"name": "activeGroups",
|
|
2973
|
+
"type": {
|
|
2974
|
+
"text": "CriteriaGroup[]"
|
|
2975
|
+
},
|
|
2976
|
+
"default": "[]"
|
|
3108
2977
|
},
|
|
3109
2978
|
{
|
|
3110
2979
|
"kind": "field",
|
|
3111
|
-
"name": "
|
|
2980
|
+
"name": "showingChips",
|
|
3112
2981
|
"type": {
|
|
3113
|
-
"text": "
|
|
2982
|
+
"text": "boolean"
|
|
3114
2983
|
},
|
|
3115
|
-
"
|
|
2984
|
+
"default": "false"
|
|
3116
2985
|
},
|
|
3117
2986
|
{
|
|
3118
2987
|
"kind": "field",
|
|
3119
|
-
"name": "
|
|
2988
|
+
"name": "fieldMetadata",
|
|
2989
|
+
"type": {
|
|
2990
|
+
"text": "MetadataDetail[] | string[]"
|
|
2991
|
+
},
|
|
2992
|
+
"default": "[]"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"kind": "field",
|
|
2996
|
+
"name": "isRecording",
|
|
3120
2997
|
"type": {
|
|
3121
2998
|
"text": "boolean"
|
|
3122
2999
|
},
|
|
3123
|
-
"
|
|
3000
|
+
"default": "false"
|
|
3124
3001
|
},
|
|
3125
3002
|
{
|
|
3126
3003
|
"kind": "field",
|
|
3127
|
-
"name": "
|
|
3004
|
+
"name": "textAreaRef",
|
|
3005
|
+
"type": {
|
|
3006
|
+
"text": "HTMLTextAreaElement"
|
|
3007
|
+
},
|
|
3008
|
+
"privacy": "public"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"kind": "field",
|
|
3012
|
+
"name": "stopRecording",
|
|
3013
|
+
"type": {
|
|
3014
|
+
"text": "(() => void) | null"
|
|
3015
|
+
},
|
|
3016
|
+
"privacy": "private",
|
|
3017
|
+
"default": "null"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"kind": "field",
|
|
3021
|
+
"name": "speechApplyDebounceTimer",
|
|
3022
|
+
"type": {
|
|
3023
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3024
|
+
},
|
|
3025
|
+
"privacy": "private",
|
|
3026
|
+
"default": "null"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "field",
|
|
3030
|
+
"name": "speechAvailable",
|
|
3128
3031
|
"type": {
|
|
3129
3032
|
"text": "boolean"
|
|
3130
3033
|
},
|
|
3131
3034
|
"readonly": true
|
|
3132
3035
|
},
|
|
3133
3036
|
{
|
|
3134
|
-
"kind": "
|
|
3135
|
-
"name": "
|
|
3136
|
-
"
|
|
3137
|
-
"
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
}
|
|
3037
|
+
"kind": "field",
|
|
3038
|
+
"name": "criteriaChips",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "CriteriaChip[]"
|
|
3041
|
+
},
|
|
3042
|
+
"readonly": true
|
|
3141
3043
|
},
|
|
3142
3044
|
{
|
|
3143
3045
|
"kind": "method",
|
|
3144
|
-
"name": "
|
|
3046
|
+
"name": "getFieldLabel",
|
|
3145
3047
|
"privacy": "private",
|
|
3048
|
+
"return": {
|
|
3049
|
+
"type": {
|
|
3050
|
+
"text": "string"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3146
3053
|
"parameters": [
|
|
3147
3054
|
{
|
|
3148
|
-
"name": "
|
|
3055
|
+
"name": "fieldName",
|
|
3149
3056
|
"type": {
|
|
3150
|
-
"text": "
|
|
3057
|
+
"text": "string"
|
|
3151
3058
|
}
|
|
3152
3059
|
}
|
|
3153
3060
|
]
|
|
3154
3061
|
},
|
|
3155
3062
|
{
|
|
3156
3063
|
"kind": "method",
|
|
3157
|
-
"name": "
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
"kind": "method",
|
|
3161
|
-
"name": "refreshStatus",
|
|
3064
|
+
"name": "toggleCriteriaView",
|
|
3162
3065
|
"return": {
|
|
3163
3066
|
"type": {
|
|
3164
|
-
"text": "
|
|
3067
|
+
"text": "void"
|
|
3165
3068
|
}
|
|
3166
3069
|
}
|
|
3167
3070
|
},
|
|
3168
3071
|
{
|
|
3169
3072
|
"kind": "method",
|
|
3170
|
-
"name": "
|
|
3171
|
-
"privacy": "private",
|
|
3073
|
+
"name": "removeChip",
|
|
3172
3074
|
"return": {
|
|
3173
3075
|
"type": {
|
|
3174
|
-
"text": "
|
|
3076
|
+
"text": "void"
|
|
3175
3077
|
}
|
|
3176
3078
|
},
|
|
3177
3079
|
"parameters": [
|
|
3178
3080
|
{
|
|
3179
|
-
"name": "
|
|
3081
|
+
"name": "groupIndex",
|
|
3180
3082
|
"type": {
|
|
3181
|
-
"text": "
|
|
3083
|
+
"text": "number"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "clauseIndex",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "number"
|
|
3182
3090
|
}
|
|
3183
3091
|
}
|
|
3184
3092
|
]
|
|
3185
3093
|
},
|
|
3186
3094
|
{
|
|
3187
3095
|
"kind": "method",
|
|
3188
|
-
"name": "
|
|
3189
|
-
"privacy": "private",
|
|
3096
|
+
"name": "clearChips",
|
|
3190
3097
|
"return": {
|
|
3191
3098
|
"type": {
|
|
3192
3099
|
"text": "void"
|
|
@@ -3195,32 +3102,24 @@
|
|
|
3195
3102
|
},
|
|
3196
3103
|
{
|
|
3197
3104
|
"kind": "method",
|
|
3198
|
-
"name": "
|
|
3199
|
-
"privacy": "private",
|
|
3200
|
-
"return": {
|
|
3201
|
-
"type": {
|
|
3202
|
-
"text": "void"
|
|
3203
|
-
}
|
|
3204
|
-
}
|
|
3105
|
+
"name": "handleSubmit"
|
|
3205
3106
|
},
|
|
3206
3107
|
{
|
|
3207
3108
|
"kind": "method",
|
|
3208
|
-
"name": "
|
|
3209
|
-
"privacy": "private",
|
|
3210
|
-
"return": {
|
|
3211
|
-
"type": {
|
|
3212
|
-
"text": "void"
|
|
3213
|
-
}
|
|
3214
|
-
}
|
|
3109
|
+
"name": "handleBlur"
|
|
3215
3110
|
},
|
|
3216
3111
|
{
|
|
3217
3112
|
"kind": "method",
|
|
3218
|
-
"name": "
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3113
|
+
"name": "clear"
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "method",
|
|
3117
|
+
"name": "toggleSpeechInput"
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"kind": "method",
|
|
3121
|
+
"name": "clearSpeechApplyDebounce",
|
|
3122
|
+
"privacy": "private"
|
|
3224
3123
|
},
|
|
3225
3124
|
{
|
|
3226
3125
|
"kind": "field",
|
|
@@ -3334,122 +3233,256 @@
|
|
|
3334
3233
|
}
|
|
3335
3234
|
}
|
|
3336
3235
|
],
|
|
3236
|
+
"events": [
|
|
3237
|
+
{
|
|
3238
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3239
|
+
"name": "criteria-changed"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3243
|
+
"name": "validation-errors"
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"attributes": [
|
|
3247
|
+
{
|
|
3248
|
+
"name": "placeholder",
|
|
3249
|
+
"type": {
|
|
3250
|
+
"text": "string"
|
|
3251
|
+
},
|
|
3252
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3253
|
+
"fieldName": "placeholder"
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "boolean"
|
|
3258
|
+
},
|
|
3259
|
+
"fieldName": "disabled"
|
|
3260
|
+
}
|
|
3261
|
+
],
|
|
3337
3262
|
"superclass": {
|
|
3338
3263
|
"name": "FoundationElement",
|
|
3339
3264
|
"package": "@microsoft/fast-foundation"
|
|
3340
3265
|
},
|
|
3341
|
-
"tagName": "%%prefix%%-ai-
|
|
3266
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3342
3267
|
"customElement": true
|
|
3343
3268
|
},
|
|
3344
3269
|
{
|
|
3345
3270
|
"kind": "variable",
|
|
3346
|
-
"name": "
|
|
3271
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3272
|
+
"type": {
|
|
3273
|
+
"text": "ShadowRootInit"
|
|
3274
|
+
},
|
|
3275
|
+
"default": "undefined"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "variable",
|
|
3279
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3280
|
+
"type": {
|
|
3281
|
+
"text": "object"
|
|
3282
|
+
},
|
|
3283
|
+
"default": "{}"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"kind": "variable",
|
|
3287
|
+
"name": "foundationAiCriteriaSearch"
|
|
3347
3288
|
}
|
|
3348
3289
|
],
|
|
3349
3290
|
"exports": [
|
|
3350
3291
|
{
|
|
3351
3292
|
"kind": "js",
|
|
3352
|
-
"name": "
|
|
3293
|
+
"name": "AiCriteriaSearch",
|
|
3353
3294
|
"declaration": {
|
|
3354
|
-
"name": "
|
|
3355
|
-
"module": "src/ai-
|
|
3295
|
+
"name": "AiCriteriaSearch",
|
|
3296
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3356
3297
|
}
|
|
3357
3298
|
},
|
|
3358
3299
|
{
|
|
3359
3300
|
"kind": "js",
|
|
3360
|
-
"name": "
|
|
3301
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3361
3302
|
"declaration": {
|
|
3362
|
-
"name": "
|
|
3363
|
-
"module": "src/ai-
|
|
3303
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3304
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "js",
|
|
3309
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3310
|
+
"declaration": {
|
|
3311
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3312
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3313
|
+
}
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"kind": "js",
|
|
3317
|
+
"name": "foundationAiCriteriaSearch",
|
|
3318
|
+
"declaration": {
|
|
3319
|
+
"name": "foundationAiCriteriaSearch",
|
|
3320
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3364
3321
|
}
|
|
3365
3322
|
}
|
|
3366
3323
|
]
|
|
3367
3324
|
},
|
|
3368
3325
|
{
|
|
3369
3326
|
"kind": "javascript-module",
|
|
3370
|
-
"path": "src/ai-
|
|
3327
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3371
3328
|
"declarations": [],
|
|
3372
3329
|
"exports": [
|
|
3373
3330
|
{
|
|
3374
3331
|
"kind": "js",
|
|
3375
|
-
"name": "
|
|
3332
|
+
"name": "AiCriteriaSearch",
|
|
3376
3333
|
"declaration": {
|
|
3377
|
-
"name": "
|
|
3378
|
-
"module": "./ai-
|
|
3334
|
+
"name": "AiCriteriaSearch",
|
|
3335
|
+
"module": "./ai-criteria-search"
|
|
3379
3336
|
}
|
|
3380
3337
|
},
|
|
3381
3338
|
{
|
|
3382
3339
|
"kind": "js",
|
|
3383
|
-
"name": "
|
|
3340
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3384
3341
|
"declaration": {
|
|
3385
|
-
"name": "
|
|
3386
|
-
"module": "./ai-
|
|
3342
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3343
|
+
"module": "./ai-criteria-search"
|
|
3387
3344
|
}
|
|
3388
3345
|
},
|
|
3389
3346
|
{
|
|
3390
3347
|
"kind": "js",
|
|
3391
|
-
"name": "
|
|
3348
|
+
"name": "foundationAiCriteriaSearch",
|
|
3392
3349
|
"declaration": {
|
|
3393
|
-
"name": "
|
|
3394
|
-
"module": "./ai-
|
|
3350
|
+
"name": "foundationAiCriteriaSearch",
|
|
3351
|
+
"module": "./ai-criteria-search"
|
|
3395
3352
|
}
|
|
3396
3353
|
},
|
|
3397
3354
|
{
|
|
3398
3355
|
"kind": "js",
|
|
3399
|
-
"name": "
|
|
3356
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3400
3357
|
"declaration": {
|
|
3401
|
-
"name": "
|
|
3402
|
-
"module": "./ai-
|
|
3358
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3359
|
+
"module": "./ai-criteria-search"
|
|
3403
3360
|
}
|
|
3404
3361
|
},
|
|
3405
3362
|
{
|
|
3406
3363
|
"kind": "js",
|
|
3407
|
-
"name": "
|
|
3364
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3408
3365
|
"declaration": {
|
|
3409
|
-
"name": "
|
|
3410
|
-
"module": "./ai-
|
|
3366
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3367
|
+
"module": "./ai-criteria-search.styles"
|
|
3411
3368
|
}
|
|
3412
3369
|
},
|
|
3413
3370
|
{
|
|
3414
3371
|
"kind": "js",
|
|
3415
|
-
"name": "
|
|
3372
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3416
3373
|
"declaration": {
|
|
3417
|
-
"name": "
|
|
3418
|
-
"module": "./ai-
|
|
3374
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3375
|
+
"module": "./ai-criteria-search.template"
|
|
3419
3376
|
}
|
|
3420
|
-
}
|
|
3421
|
-
]
|
|
3422
|
-
},
|
|
3423
|
-
{
|
|
3424
|
-
"kind": "javascript-module",
|
|
3425
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3426
|
-
"declarations": [
|
|
3377
|
+
},
|
|
3427
3378
|
{
|
|
3428
|
-
"kind": "
|
|
3429
|
-
"name": "
|
|
3379
|
+
"kind": "js",
|
|
3380
|
+
"name": "*",
|
|
3381
|
+
"declaration": {
|
|
3382
|
+
"name": "*",
|
|
3383
|
+
"package": "./validation/criteria-ir"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "js",
|
|
3388
|
+
"name": "*",
|
|
3389
|
+
"declaration": {
|
|
3390
|
+
"name": "*",
|
|
3391
|
+
"package": "./validation/operator-map"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"kind": "js",
|
|
3396
|
+
"name": "*",
|
|
3397
|
+
"declaration": {
|
|
3398
|
+
"name": "*",
|
|
3399
|
+
"package": "./validation/schema-validator"
|
|
3400
|
+
}
|
|
3401
|
+
}
|
|
3402
|
+
]
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"kind": "javascript-module",
|
|
3406
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3407
|
+
"declarations": [
|
|
3408
|
+
{
|
|
3409
|
+
"kind": "function",
|
|
3410
|
+
"name": "formatValidationErrors",
|
|
3430
3411
|
"return": {
|
|
3431
3412
|
"type": {
|
|
3432
|
-
"text": "
|
|
3413
|
+
"text": "string"
|
|
3433
3414
|
}
|
|
3434
3415
|
},
|
|
3435
3416
|
"parameters": [
|
|
3436
3417
|
{
|
|
3437
|
-
"name": "
|
|
3418
|
+
"name": "errors",
|
|
3438
3419
|
"type": {
|
|
3439
|
-
"text": "
|
|
3420
|
+
"text": "ValidationError[]"
|
|
3440
3421
|
}
|
|
3422
|
+
}
|
|
3423
|
+
],
|
|
3424
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "function",
|
|
3428
|
+
"name": "showCriteriaError",
|
|
3429
|
+
"return": {
|
|
3430
|
+
"type": {
|
|
3431
|
+
"text": "void"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
"parameters": [
|
|
3435
|
+
{
|
|
3436
|
+
"name": "title",
|
|
3437
|
+
"type": {
|
|
3438
|
+
"text": "string"
|
|
3439
|
+
},
|
|
3440
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3441
3441
|
},
|
|
3442
3442
|
{
|
|
3443
|
-
"name": "
|
|
3443
|
+
"name": "body",
|
|
3444
3444
|
"type": {
|
|
3445
|
-
"text": "
|
|
3446
|
-
}
|
|
3445
|
+
"text": "string"
|
|
3446
|
+
},
|
|
3447
|
+
"description": "Error message to display"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "tagName",
|
|
3451
|
+
"type": {
|
|
3452
|
+
"text": "string"
|
|
3453
|
+
},
|
|
3454
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3447
3455
|
}
|
|
3448
|
-
]
|
|
3456
|
+
],
|
|
3457
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3458
|
+
}
|
|
3459
|
+
],
|
|
3460
|
+
"exports": [
|
|
3461
|
+
{
|
|
3462
|
+
"kind": "js",
|
|
3463
|
+
"name": "formatValidationErrors",
|
|
3464
|
+
"declaration": {
|
|
3465
|
+
"name": "formatValidationErrors",
|
|
3466
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3467
|
+
}
|
|
3449
3468
|
},
|
|
3469
|
+
{
|
|
3470
|
+
"kind": "js",
|
|
3471
|
+
"name": "showCriteriaError",
|
|
3472
|
+
"declaration": {
|
|
3473
|
+
"name": "showCriteriaError",
|
|
3474
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3475
|
+
}
|
|
3476
|
+
}
|
|
3477
|
+
]
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"kind": "javascript-module",
|
|
3481
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3482
|
+
"declarations": [
|
|
3450
3483
|
{
|
|
3451
3484
|
"kind": "function",
|
|
3452
|
-
"name": "
|
|
3485
|
+
"name": "foundationAccordionStyles",
|
|
3453
3486
|
"return": {
|
|
3454
3487
|
"type": {
|
|
3455
3488
|
"text": "ElementStyles"
|
|
@@ -3474,281 +3507,277 @@
|
|
|
3474
3507
|
"exports": [
|
|
3475
3508
|
{
|
|
3476
3509
|
"kind": "js",
|
|
3477
|
-
"name": "
|
|
3478
|
-
"declaration": {
|
|
3479
|
-
"name": "actionsMenuBaseStyles",
|
|
3480
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3481
|
-
}
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"kind": "js",
|
|
3485
|
-
"name": "foundationActionsMenuStyles",
|
|
3510
|
+
"name": "foundationAccordionStyles",
|
|
3486
3511
|
"declaration": {
|
|
3487
|
-
"name": "
|
|
3488
|
-
"module": "src/
|
|
3512
|
+
"name": "foundationAccordionStyles",
|
|
3513
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3489
3514
|
}
|
|
3490
3515
|
}
|
|
3491
3516
|
]
|
|
3492
3517
|
},
|
|
3493
3518
|
{
|
|
3494
3519
|
"kind": "javascript-module",
|
|
3495
|
-
"path": "src/
|
|
3520
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3496
3521
|
"declarations": [
|
|
3497
3522
|
{
|
|
3498
3523
|
"kind": "function",
|
|
3499
|
-
"name": "
|
|
3524
|
+
"name": "foundationAccordionTemplate",
|
|
3525
|
+
"return": {
|
|
3526
|
+
"type": {
|
|
3527
|
+
"text": "ViewTemplate<Accordion>"
|
|
3528
|
+
}
|
|
3529
|
+
},
|
|
3500
3530
|
"parameters": [
|
|
3501
3531
|
{
|
|
3502
|
-
"name": "
|
|
3532
|
+
"name": "context",
|
|
3503
3533
|
"type": {
|
|
3504
|
-
"text": "
|
|
3534
|
+
"text": "ElementDefinitionContext"
|
|
3505
3535
|
}
|
|
3506
|
-
}
|
|
3507
|
-
]
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"kind": "function",
|
|
3511
|
-
"name": "singleOptionTemplate",
|
|
3512
|
-
"parameters": [
|
|
3536
|
+
},
|
|
3513
3537
|
{
|
|
3514
|
-
"name": "
|
|
3538
|
+
"name": "definition",
|
|
3515
3539
|
"type": {
|
|
3516
|
-
"text": "
|
|
3540
|
+
"text": "FoundationElementDefinition"
|
|
3517
3541
|
}
|
|
3518
3542
|
}
|
|
3519
3543
|
]
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"kind": "variable",
|
|
3523
|
-
"name": "foundationActionsMenuTemplate",
|
|
3524
|
-
"type": {
|
|
3525
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
3526
|
-
},
|
|
3527
|
-
"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`"
|
|
3528
3544
|
}
|
|
3529
3545
|
],
|
|
3530
3546
|
"exports": [
|
|
3531
3547
|
{
|
|
3532
3548
|
"kind": "js",
|
|
3533
|
-
"name": "
|
|
3534
|
-
"declaration": {
|
|
3535
|
-
"name": "menuTemplate",
|
|
3536
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3537
|
-
}
|
|
3538
|
-
},
|
|
3539
|
-
{
|
|
3540
|
-
"kind": "js",
|
|
3541
|
-
"name": "singleOptionTemplate",
|
|
3542
|
-
"declaration": {
|
|
3543
|
-
"name": "singleOptionTemplate",
|
|
3544
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3545
|
-
}
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"kind": "js",
|
|
3549
|
-
"name": "foundationActionsMenuTemplate",
|
|
3549
|
+
"name": "foundationAccordionTemplate",
|
|
3550
3550
|
"declaration": {
|
|
3551
|
-
"name": "
|
|
3552
|
-
"module": "src/
|
|
3551
|
+
"name": "foundationAccordionTemplate",
|
|
3552
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3553
3553
|
}
|
|
3554
3554
|
}
|
|
3555
3555
|
]
|
|
3556
3556
|
},
|
|
3557
3557
|
{
|
|
3558
3558
|
"kind": "javascript-module",
|
|
3559
|
-
"path": "src/
|
|
3559
|
+
"path": "src/accordion/accordion.ts",
|
|
3560
3560
|
"declarations": [
|
|
3561
3561
|
{
|
|
3562
3562
|
"kind": "class",
|
|
3563
3563
|
"description": "",
|
|
3564
|
-
"name": "
|
|
3565
|
-
"
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"kind": "field",
|
|
3575
|
-
"name": "isVertical",
|
|
3576
|
-
"type": {
|
|
3577
|
-
"text": "boolean"
|
|
3578
|
-
},
|
|
3579
|
-
"default": "false"
|
|
3580
|
-
},
|
|
3564
|
+
"name": "Accordion",
|
|
3565
|
+
"superclass": {
|
|
3566
|
+
"name": "FASTAccordion",
|
|
3567
|
+
"package": "@microsoft/fast-foundation"
|
|
3568
|
+
},
|
|
3569
|
+
"tagName": "%%prefix%%-accordion",
|
|
3570
|
+
"customElement": true,
|
|
3571
|
+
"attributes": [
|
|
3581
3572
|
{
|
|
3582
|
-
"
|
|
3583
|
-
"name": "addDefaultActions",
|
|
3573
|
+
"name": "expand-mode",
|
|
3584
3574
|
"type": {
|
|
3585
|
-
"text": "
|
|
3575
|
+
"text": "AccordionExpandMode"
|
|
3586
3576
|
},
|
|
3587
|
-
"
|
|
3588
|
-
|
|
3577
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3578
|
+
"fieldName": "expandmode",
|
|
3579
|
+
"inheritedFrom": {
|
|
3580
|
+
"name": "Accordion",
|
|
3581
|
+
"module": "src/accordion/accordion.ts"
|
|
3582
|
+
}
|
|
3583
|
+
}
|
|
3584
|
+
],
|
|
3585
|
+
"members": [
|
|
3589
3586
|
{
|
|
3590
3587
|
"kind": "field",
|
|
3591
|
-
"name": "
|
|
3588
|
+
"name": "expandmode",
|
|
3592
3589
|
"type": {
|
|
3593
|
-
"text": "
|
|
3590
|
+
"text": "AccordionExpandMode"
|
|
3594
3591
|
},
|
|
3595
|
-
"
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
"type": {
|
|
3601
|
-
"text": "string"
|
|
3592
|
+
"privacy": "public",
|
|
3593
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3594
|
+
"inheritedFrom": {
|
|
3595
|
+
"name": "Accordion",
|
|
3596
|
+
"module": "src/accordion/accordion.ts"
|
|
3602
3597
|
}
|
|
3603
3598
|
},
|
|
3604
3599
|
{
|
|
3605
3600
|
"kind": "field",
|
|
3606
|
-
"name": "
|
|
3601
|
+
"name": "activeid",
|
|
3607
3602
|
"type": {
|
|
3608
|
-
"text": "
|
|
3603
|
+
"text": "string | null"
|
|
3604
|
+
},
|
|
3605
|
+
"privacy": "private",
|
|
3606
|
+
"inheritedFrom": {
|
|
3607
|
+
"name": "Accordion",
|
|
3608
|
+
"module": "src/accordion/accordion.ts"
|
|
3609
3609
|
}
|
|
3610
3610
|
},
|
|
3611
3611
|
{
|
|
3612
3612
|
"kind": "field",
|
|
3613
|
-
"name": "
|
|
3613
|
+
"name": "activeItemIndex",
|
|
3614
3614
|
"type": {
|
|
3615
|
-
"text": "
|
|
3615
|
+
"text": "number"
|
|
3616
3616
|
},
|
|
3617
|
-
"
|
|
3617
|
+
"privacy": "private",
|
|
3618
|
+
"default": "0",
|
|
3619
|
+
"inheritedFrom": {
|
|
3620
|
+
"name": "Accordion",
|
|
3621
|
+
"module": "src/accordion/accordion.ts"
|
|
3622
|
+
}
|
|
3618
3623
|
},
|
|
3619
3624
|
{
|
|
3620
3625
|
"kind": "field",
|
|
3621
|
-
"name": "
|
|
3626
|
+
"name": "accordionIds",
|
|
3622
3627
|
"type": {
|
|
3623
|
-
"text": "
|
|
3628
|
+
"text": "Array<string | null>"
|
|
3624
3629
|
},
|
|
3625
|
-
"
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
"name": "buttonAppearance",
|
|
3630
|
-
"type": {
|
|
3631
|
-
"text": "string"
|
|
3630
|
+
"privacy": "private",
|
|
3631
|
+
"inheritedFrom": {
|
|
3632
|
+
"name": "Accordion",
|
|
3633
|
+
"module": "src/accordion/accordion.ts"
|
|
3632
3634
|
}
|
|
3633
3635
|
},
|
|
3634
3636
|
{
|
|
3635
3637
|
"kind": "field",
|
|
3636
|
-
"name": "
|
|
3637
|
-
"
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3638
|
+
"name": "change",
|
|
3639
|
+
"privacy": "private",
|
|
3640
|
+
"inheritedFrom": {
|
|
3641
|
+
"name": "Accordion",
|
|
3642
|
+
"module": "src/accordion/accordion.ts"
|
|
3643
|
+
}
|
|
3641
3644
|
},
|
|
3642
3645
|
{
|
|
3643
|
-
"kind": "
|
|
3644
|
-
"name": "
|
|
3645
|
-
"
|
|
3646
|
-
|
|
3646
|
+
"kind": "method",
|
|
3647
|
+
"name": "findExpandedItem",
|
|
3648
|
+
"privacy": "private",
|
|
3649
|
+
"return": {
|
|
3650
|
+
"type": {
|
|
3651
|
+
"text": "AccordionItem | null"
|
|
3652
|
+
}
|
|
3647
3653
|
},
|
|
3648
|
-
"
|
|
3654
|
+
"inheritedFrom": {
|
|
3655
|
+
"name": "Accordion",
|
|
3656
|
+
"module": "src/accordion/accordion.ts"
|
|
3657
|
+
}
|
|
3649
3658
|
},
|
|
3650
3659
|
{
|
|
3651
3660
|
"kind": "field",
|
|
3652
|
-
"name": "
|
|
3653
|
-
"
|
|
3654
|
-
|
|
3661
|
+
"name": "setItems",
|
|
3662
|
+
"privacy": "private",
|
|
3663
|
+
"inheritedFrom": {
|
|
3664
|
+
"name": "Accordion",
|
|
3665
|
+
"module": "src/accordion/accordion.ts"
|
|
3655
3666
|
}
|
|
3656
3667
|
},
|
|
3657
3668
|
{
|
|
3658
|
-
"kind": "
|
|
3659
|
-
"name": "
|
|
3660
|
-
"
|
|
3661
|
-
|
|
3669
|
+
"kind": "method",
|
|
3670
|
+
"name": "resetItems",
|
|
3671
|
+
"privacy": "private",
|
|
3672
|
+
"return": {
|
|
3673
|
+
"type": {
|
|
3674
|
+
"text": "void"
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
"inheritedFrom": {
|
|
3678
|
+
"name": "Accordion",
|
|
3679
|
+
"module": "src/accordion/accordion.ts"
|
|
3662
3680
|
}
|
|
3663
3681
|
},
|
|
3664
3682
|
{
|
|
3665
3683
|
"kind": "field",
|
|
3666
|
-
"name": "
|
|
3667
|
-
"
|
|
3668
|
-
|
|
3684
|
+
"name": "removeItemListeners",
|
|
3685
|
+
"privacy": "private",
|
|
3686
|
+
"inheritedFrom": {
|
|
3687
|
+
"name": "Accordion",
|
|
3688
|
+
"module": "src/accordion/accordion.ts"
|
|
3669
3689
|
}
|
|
3670
3690
|
},
|
|
3671
3691
|
{
|
|
3672
|
-
"kind": "
|
|
3673
|
-
"name": "
|
|
3674
|
-
"privacy": "private"
|
|
3692
|
+
"kind": "field",
|
|
3693
|
+
"name": "activeItemChange",
|
|
3694
|
+
"privacy": "private",
|
|
3695
|
+
"inheritedFrom": {
|
|
3696
|
+
"name": "Accordion",
|
|
3697
|
+
"module": "src/accordion/accordion.ts"
|
|
3698
|
+
}
|
|
3675
3699
|
},
|
|
3676
3700
|
{
|
|
3677
3701
|
"kind": "method",
|
|
3678
|
-
"name": "
|
|
3679
|
-
"privacy": "
|
|
3680
|
-
"
|
|
3681
|
-
{
|
|
3682
|
-
"
|
|
3683
|
-
"type": {
|
|
3684
|
-
"text": "any"
|
|
3685
|
-
}
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"name": "newValue",
|
|
3689
|
-
"type": {
|
|
3690
|
-
"text": "any"
|
|
3691
|
-
}
|
|
3702
|
+
"name": "getItemIds",
|
|
3703
|
+
"privacy": "private",
|
|
3704
|
+
"return": {
|
|
3705
|
+
"type": {
|
|
3706
|
+
"text": "Array<string | null>"
|
|
3692
3707
|
}
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
"privacy": "protected"
|
|
3699
|
-
},
|
|
3700
|
-
{
|
|
3701
|
-
"kind": "method",
|
|
3702
|
-
"name": "toggleActionsMenuVisibility"
|
|
3708
|
+
},
|
|
3709
|
+
"inheritedFrom": {
|
|
3710
|
+
"name": "Accordion",
|
|
3711
|
+
"module": "src/accordion/accordion.ts"
|
|
3712
|
+
}
|
|
3703
3713
|
},
|
|
3704
3714
|
{
|
|
3705
3715
|
"kind": "method",
|
|
3706
|
-
"name": "
|
|
3707
|
-
"
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
"
|
|
3711
|
-
"text": "(rowData) => void | any"
|
|
3712
|
-
}
|
|
3716
|
+
"name": "isSingleExpandMode",
|
|
3717
|
+
"privacy": "private",
|
|
3718
|
+
"return": {
|
|
3719
|
+
"type": {
|
|
3720
|
+
"text": "boolean"
|
|
3713
3721
|
}
|
|
3714
|
-
|
|
3722
|
+
},
|
|
3723
|
+
"inheritedFrom": {
|
|
3724
|
+
"name": "Accordion",
|
|
3725
|
+
"module": "src/accordion/accordion.ts"
|
|
3726
|
+
}
|
|
3715
3727
|
},
|
|
3716
3728
|
{
|
|
3717
3729
|
"kind": "field",
|
|
3718
|
-
"name": "
|
|
3719
|
-
"
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3730
|
+
"name": "handleItemKeyDown",
|
|
3731
|
+
"privacy": "private",
|
|
3732
|
+
"inheritedFrom": {
|
|
3733
|
+
"name": "Accordion",
|
|
3734
|
+
"module": "src/accordion/accordion.ts"
|
|
3735
|
+
}
|
|
3723
3736
|
},
|
|
3724
3737
|
{
|
|
3725
3738
|
"kind": "field",
|
|
3726
|
-
"name": "
|
|
3727
|
-
"
|
|
3739
|
+
"name": "handleItemFocus",
|
|
3740
|
+
"privacy": "private",
|
|
3741
|
+
"inheritedFrom": {
|
|
3742
|
+
"name": "Accordion",
|
|
3743
|
+
"module": "src/accordion/accordion.ts"
|
|
3744
|
+
}
|
|
3728
3745
|
},
|
|
3729
3746
|
{
|
|
3730
3747
|
"kind": "method",
|
|
3731
|
-
"name": "
|
|
3748
|
+
"name": "adjust",
|
|
3749
|
+
"privacy": "private",
|
|
3750
|
+
"return": {
|
|
3751
|
+
"type": {
|
|
3752
|
+
"text": "void"
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3732
3755
|
"parameters": [
|
|
3733
3756
|
{
|
|
3734
|
-
"name": "
|
|
3757
|
+
"name": "adjustment",
|
|
3735
3758
|
"type": {
|
|
3736
|
-
"text": "
|
|
3759
|
+
"text": "number"
|
|
3737
3760
|
}
|
|
3738
3761
|
}
|
|
3739
|
-
]
|
|
3762
|
+
],
|
|
3763
|
+
"inheritedFrom": {
|
|
3764
|
+
"name": "Accordion",
|
|
3765
|
+
"module": "src/accordion/accordion.ts"
|
|
3766
|
+
}
|
|
3740
3767
|
},
|
|
3741
3768
|
{
|
|
3742
3769
|
"kind": "method",
|
|
3743
|
-
"name": "
|
|
3744
|
-
"
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
"
|
|
3748
|
-
"text": "string"
|
|
3749
|
-
}
|
|
3770
|
+
"name": "focusItem",
|
|
3771
|
+
"privacy": "private",
|
|
3772
|
+
"return": {
|
|
3773
|
+
"type": {
|
|
3774
|
+
"text": "void"
|
|
3750
3775
|
}
|
|
3751
|
-
|
|
3776
|
+
},
|
|
3777
|
+
"inheritedFrom": {
|
|
3778
|
+
"name": "Accordion",
|
|
3779
|
+
"module": "src/accordion/accordion.ts"
|
|
3780
|
+
}
|
|
3752
3781
|
},
|
|
3753
3782
|
{
|
|
3754
3783
|
"kind": "field",
|
|
@@ -3862,107 +3891,78 @@
|
|
|
3862
3891
|
}
|
|
3863
3892
|
}
|
|
3864
3893
|
],
|
|
3865
|
-
"
|
|
3866
|
-
{
|
|
3867
|
-
"name": "is-vertical",
|
|
3868
|
-
"type": {
|
|
3869
|
-
"text": "boolean"
|
|
3870
|
-
},
|
|
3871
|
-
"default": "false",
|
|
3872
|
-
"fieldName": "isVertical"
|
|
3873
|
-
},
|
|
3874
|
-
{
|
|
3875
|
-
"name": "add-default-actions",
|
|
3876
|
-
"type": {
|
|
3877
|
-
"text": "boolean"
|
|
3878
|
-
},
|
|
3879
|
-
"default": "true",
|
|
3880
|
-
"fieldName": "addDefaultActions"
|
|
3881
|
-
},
|
|
3882
|
-
{
|
|
3883
|
-
"name": "auto-close-on-action",
|
|
3884
|
-
"type": {
|
|
3885
|
-
"text": "boolean"
|
|
3886
|
-
},
|
|
3887
|
-
"default": "true",
|
|
3888
|
-
"fieldName": "autoCloseOnAction"
|
|
3889
|
-
},
|
|
3890
|
-
{
|
|
3891
|
-
"name": "name",
|
|
3892
|
-
"type": {
|
|
3893
|
-
"text": "string"
|
|
3894
|
-
},
|
|
3895
|
-
"default": "'Actions'",
|
|
3896
|
-
"fieldName": "name"
|
|
3897
|
-
},
|
|
3898
|
-
{
|
|
3899
|
-
"name": "open",
|
|
3900
|
-
"type": {
|
|
3901
|
-
"text": "boolean"
|
|
3902
|
-
},
|
|
3903
|
-
"default": "false",
|
|
3904
|
-
"fieldName": "open"
|
|
3905
|
-
},
|
|
3906
|
-
{
|
|
3907
|
-
"name": "buttonAppearance",
|
|
3908
|
-
"type": {
|
|
3909
|
-
"text": "string"
|
|
3910
|
-
},
|
|
3911
|
-
"fieldName": "buttonAppearance"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"name": "hide-disabled",
|
|
3915
|
-
"type": {
|
|
3916
|
-
"text": "boolean"
|
|
3917
|
-
},
|
|
3918
|
-
"default": "false",
|
|
3919
|
-
"fieldName": "hideDisabled"
|
|
3920
|
-
},
|
|
3894
|
+
"events": [
|
|
3921
3895
|
{
|
|
3922
|
-
"
|
|
3923
|
-
"
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3896
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3897
|
+
"name": "change",
|
|
3898
|
+
"inheritedFrom": {
|
|
3899
|
+
"name": "Accordion",
|
|
3900
|
+
"module": "src/accordion/accordion.ts"
|
|
3901
|
+
}
|
|
3928
3902
|
}
|
|
3929
|
-
]
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3903
|
+
]
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"kind": "variable",
|
|
3907
|
+
"name": "foundationAccordionShadowOptions",
|
|
3908
|
+
"type": {
|
|
3909
|
+
"text": "ShadowRootInit"
|
|
3933
3910
|
},
|
|
3934
|
-
"
|
|
3935
|
-
"customElement": true
|
|
3911
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3936
3912
|
},
|
|
3937
3913
|
{
|
|
3938
3914
|
"kind": "variable",
|
|
3939
|
-
"name": "
|
|
3940
|
-
"
|
|
3915
|
+
"name": "defaultAccordionConfig",
|
|
3916
|
+
"type": {
|
|
3917
|
+
"text": "object"
|
|
3918
|
+
},
|
|
3919
|
+
"default": "{}"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "variable",
|
|
3923
|
+
"name": "foundationAccordion",
|
|
3924
|
+
"description": "The Foundation Accordion",
|
|
3941
3925
|
"privacy": "public"
|
|
3942
3926
|
}
|
|
3943
3927
|
],
|
|
3944
3928
|
"exports": [
|
|
3945
3929
|
{
|
|
3946
3930
|
"kind": "js",
|
|
3947
|
-
"name": "
|
|
3931
|
+
"name": "Accordion",
|
|
3948
3932
|
"declaration": {
|
|
3949
|
-
"name": "
|
|
3950
|
-
"module": "src/
|
|
3933
|
+
"name": "Accordion",
|
|
3934
|
+
"module": "src/accordion/accordion.ts"
|
|
3951
3935
|
}
|
|
3952
3936
|
},
|
|
3953
3937
|
{
|
|
3954
3938
|
"kind": "js",
|
|
3955
|
-
"name": "
|
|
3939
|
+
"name": "foundationAccordionShadowOptions",
|
|
3956
3940
|
"declaration": {
|
|
3957
|
-
"name": "
|
|
3958
|
-
"module": "src/
|
|
3941
|
+
"name": "foundationAccordionShadowOptions",
|
|
3942
|
+
"module": "src/accordion/accordion.ts"
|
|
3943
|
+
}
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"kind": "js",
|
|
3947
|
+
"name": "defaultAccordionConfig",
|
|
3948
|
+
"declaration": {
|
|
3949
|
+
"name": "defaultAccordionConfig",
|
|
3950
|
+
"module": "src/accordion/accordion.ts"
|
|
3951
|
+
}
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"kind": "js",
|
|
3955
|
+
"name": "foundationAccordion",
|
|
3956
|
+
"declaration": {
|
|
3957
|
+
"name": "foundationAccordion",
|
|
3958
|
+
"module": "src/accordion/accordion.ts"
|
|
3959
3959
|
}
|
|
3960
3960
|
}
|
|
3961
3961
|
]
|
|
3962
3962
|
},
|
|
3963
3963
|
{
|
|
3964
3964
|
"kind": "javascript-module",
|
|
3965
|
-
"path": "src/
|
|
3965
|
+
"path": "src/accordion/index.ts",
|
|
3966
3966
|
"declarations": [],
|
|
3967
3967
|
"exports": [
|
|
3968
3968
|
{
|
|
@@ -3970,7 +3970,7 @@
|
|
|
3970
3970
|
"name": "*",
|
|
3971
3971
|
"declaration": {
|
|
3972
3972
|
"name": "*",
|
|
3973
|
-
"package": "./
|
|
3973
|
+
"package": "./accordion.template"
|
|
3974
3974
|
}
|
|
3975
3975
|
},
|
|
3976
3976
|
{
|
|
@@ -3978,7 +3978,7 @@
|
|
|
3978
3978
|
"name": "*",
|
|
3979
3979
|
"declaration": {
|
|
3980
3980
|
"name": "*",
|
|
3981
|
-
"package": "./
|
|
3981
|
+
"package": "./accordion.styles"
|
|
3982
3982
|
}
|
|
3983
3983
|
},
|
|
3984
3984
|
{
|
|
@@ -3986,7 +3986,7 @@
|
|
|
3986
3986
|
"name": "*",
|
|
3987
3987
|
"declaration": {
|
|
3988
3988
|
"name": "*",
|
|
3989
|
-
"package": "./
|
|
3989
|
+
"package": "./accordion"
|
|
3990
3990
|
}
|
|
3991
3991
|
}
|
|
3992
3992
|
]
|