@genesislcap/foundation-ui 15.8.2 → 15.8.3-PTC-0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +845 -818
- package/dist/dts/icon/icon.d.ts +15 -0
- package/dist/dts/icon/icon.d.ts.map +1 -1
- package/dist/dts/icon/icon.styles.d.ts.map +1 -1
- package/dist/dts/icon/icon.template.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- package/dist/esm/icon/icon.js +42 -0
- package/dist/esm/icon/icon.styles.js +16 -5
- package/dist/esm/icon/icon.template.js +8 -2
- package/dist/foundation-ui.api.json +35 -0
- package/dist/foundation-ui.d.ts +15 -0
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -1818,42 +1818,34 @@
|
|
|
1818
1818
|
},
|
|
1819
1819
|
{
|
|
1820
1820
|
"kind": "javascript-module",
|
|
1821
|
-
"path": "src/
|
|
1822
|
-
"declarations": [
|
|
1823
|
-
"exports": [
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "js",
|
|
1826
|
-
"name": "*",
|
|
1827
|
-
"declaration": {
|
|
1828
|
-
"name": "*",
|
|
1829
|
-
"package": "./styles"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1821
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1822
|
+
"declarations": [
|
|
1832
1823
|
{
|
|
1833
|
-
"kind": "
|
|
1834
|
-
"name": "
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
|
|
1838
|
-
|
|
1824
|
+
"kind": "function",
|
|
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
|
+
]
|
|
1839
1845
|
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "js",
|
|
1842
|
-
"name": "*",
|
|
1843
|
-
"declaration": {
|
|
1844
|
-
"name": "*",
|
|
1845
|
-
"package": "./values"
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
]
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"kind": "javascript-module",
|
|
1852
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1853
|
-
"declarations": [
|
|
1854
1846
|
{
|
|
1855
1847
|
"kind": "function",
|
|
1856
|
-
"name": "
|
|
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,138 @@
|
|
|
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/
|
|
2353
|
+
"name": "foundationActionsMenu",
|
|
2354
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2314
2355
|
}
|
|
2315
|
-
}
|
|
2356
|
+
}
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "javascript-module",
|
|
2361
|
+
"path": "src/actions-menu/index.ts",
|
|
2362
|
+
"declarations": [],
|
|
2363
|
+
"exports": [
|
|
2316
2364
|
{
|
|
2317
2365
|
"kind": "js",
|
|
2318
|
-
"name": "
|
|
2366
|
+
"name": "*",
|
|
2319
2367
|
"declaration": {
|
|
2320
|
-
"name": "
|
|
2321
|
-
"
|
|
2368
|
+
"name": "*",
|
|
2369
|
+
"package": "./actions-menu.styles"
|
|
2322
2370
|
}
|
|
2323
2371
|
},
|
|
2324
2372
|
{
|
|
2325
2373
|
"kind": "js",
|
|
2326
|
-
"name": "
|
|
2374
|
+
"name": "*",
|
|
2327
2375
|
"declaration": {
|
|
2328
|
-
"name": "
|
|
2329
|
-
"
|
|
2376
|
+
"name": "*",
|
|
2377
|
+
"package": "./actions-menu.template"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"kind": "js",
|
|
2382
|
+
"name": "*",
|
|
2383
|
+
"declaration": {
|
|
2384
|
+
"name": "*",
|
|
2385
|
+
"package": "./actions-menu"
|
|
2330
2386
|
}
|
|
2331
2387
|
}
|
|
2332
2388
|
]
|
|
2333
2389
|
},
|
|
2334
2390
|
{
|
|
2335
2391
|
"kind": "javascript-module",
|
|
2336
|
-
"path": "src/
|
|
2392
|
+
"path": "src/_config/index.ts",
|
|
2337
2393
|
"declarations": [],
|
|
2338
2394
|
"exports": [
|
|
2339
2395
|
{
|
|
@@ -2341,7 +2397,7 @@
|
|
|
2341
2397
|
"name": "*",
|
|
2342
2398
|
"declaration": {
|
|
2343
2399
|
"name": "*",
|
|
2344
|
-
"package": "./
|
|
2400
|
+
"package": "./styles"
|
|
2345
2401
|
}
|
|
2346
2402
|
},
|
|
2347
2403
|
{
|
|
@@ -2349,7 +2405,7 @@
|
|
|
2349
2405
|
"name": "*",
|
|
2350
2406
|
"declaration": {
|
|
2351
2407
|
"name": "*",
|
|
2352
|
-
"package": "./
|
|
2408
|
+
"package": "./tokens"
|
|
2353
2409
|
}
|
|
2354
2410
|
},
|
|
2355
2411
|
{
|
|
@@ -2357,210 +2413,122 @@
|
|
|
2357
2413
|
"name": "*",
|
|
2358
2414
|
"declaration": {
|
|
2359
2415
|
"name": "*",
|
|
2360
|
-
"package": "./
|
|
2416
|
+
"package": "./values"
|
|
2361
2417
|
}
|
|
2362
2418
|
}
|
|
2363
2419
|
]
|
|
2364
2420
|
},
|
|
2365
2421
|
{
|
|
2366
2422
|
"kind": "javascript-module",
|
|
2367
|
-
"path": "src/
|
|
2423
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2368
2424
|
"declarations": [
|
|
2369
2425
|
{
|
|
2370
|
-
"kind": "
|
|
2371
|
-
"name": "
|
|
2372
|
-
"
|
|
2373
|
-
"type": {
|
|
2374
|
-
"text": "ElementStyles"
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
"parameters": [
|
|
2378
|
-
{
|
|
2379
|
-
"name": "context",
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "ElementDefinitionContext"
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"name": "definition",
|
|
2386
|
-
"type": {
|
|
2387
|
-
"text": "FoundationElementDefinition"
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
2390
|
-
]
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"kind": "function",
|
|
2394
|
-
"name": "foundationActionsMenuStyles",
|
|
2395
|
-
"return": {
|
|
2396
|
-
"type": {
|
|
2397
|
-
"text": "ElementStyles"
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
|
-
"parameters": [
|
|
2401
|
-
{
|
|
2402
|
-
"name": "context",
|
|
2403
|
-
"type": {
|
|
2404
|
-
"text": "ElementDefinitionContext"
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "definition",
|
|
2409
|
-
"type": {
|
|
2410
|
-
"text": "FoundationElementDefinition"
|
|
2411
|
-
}
|
|
2412
|
-
}
|
|
2413
|
-
]
|
|
2426
|
+
"kind": "variable",
|
|
2427
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2428
|
+
"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`"
|
|
2414
2429
|
}
|
|
2415
2430
|
],
|
|
2416
2431
|
"exports": [
|
|
2417
2432
|
{
|
|
2418
2433
|
"kind": "js",
|
|
2419
|
-
"name": "
|
|
2420
|
-
"declaration": {
|
|
2421
|
-
"name": "actionsMenuBaseStyles",
|
|
2422
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "js",
|
|
2427
|
-
"name": "foundationActionsMenuStyles",
|
|
2434
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2428
2435
|
"declaration": {
|
|
2429
|
-
"name": "
|
|
2430
|
-
"module": "src/
|
|
2436
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2437
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2431
2438
|
}
|
|
2432
2439
|
}
|
|
2433
2440
|
]
|
|
2434
2441
|
},
|
|
2435
2442
|
{
|
|
2436
2443
|
"kind": "javascript-module",
|
|
2437
|
-
"path": "src/
|
|
2444
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2438
2445
|
"declarations": [
|
|
2439
|
-
{
|
|
2440
|
-
"kind": "function",
|
|
2441
|
-
"name": "menuTemplate",
|
|
2442
|
-
"parameters": [
|
|
2443
|
-
{
|
|
2444
|
-
"name": "prefix",
|
|
2445
|
-
"type": {
|
|
2446
|
-
"text": "string"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "function",
|
|
2453
|
-
"name": "singleOptionTemplate",
|
|
2454
|
-
"parameters": [
|
|
2455
|
-
{
|
|
2456
|
-
"name": "prefix",
|
|
2457
|
-
"type": {
|
|
2458
|
-
"text": "string"
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
2446
|
{
|
|
2464
2447
|
"kind": "variable",
|
|
2465
|
-
"name": "
|
|
2448
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2466
2449
|
"type": {
|
|
2467
|
-
"text": "ViewTemplate<
|
|
2450
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2468
2451
|
},
|
|
2469
|
-
"default": "html`\n
|
|
2452
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2470
2453
|
}
|
|
2471
2454
|
],
|
|
2472
2455
|
"exports": [
|
|
2473
2456
|
{
|
|
2474
2457
|
"kind": "js",
|
|
2475
|
-
"name": "
|
|
2476
|
-
"declaration": {
|
|
2477
|
-
"name": "menuTemplate",
|
|
2478
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"kind": "js",
|
|
2483
|
-
"name": "singleOptionTemplate",
|
|
2484
|
-
"declaration": {
|
|
2485
|
-
"name": "singleOptionTemplate",
|
|
2486
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2487
|
-
}
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "js",
|
|
2491
|
-
"name": "foundationActionsMenuTemplate",
|
|
2458
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2492
2459
|
"declaration": {
|
|
2493
|
-
"name": "
|
|
2494
|
-
"module": "src/
|
|
2460
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2461
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2495
2462
|
}
|
|
2496
2463
|
}
|
|
2497
2464
|
]
|
|
2498
2465
|
},
|
|
2499
2466
|
{
|
|
2500
2467
|
"kind": "javascript-module",
|
|
2501
|
-
"path": "src/
|
|
2468
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2502
2469
|
"declarations": [
|
|
2503
2470
|
{
|
|
2504
2471
|
"kind": "class",
|
|
2505
|
-
"description": "",
|
|
2506
|
-
"name": "
|
|
2472
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2473
|
+
"name": "AiCriteriaSearch",
|
|
2507
2474
|
"members": [
|
|
2508
2475
|
{
|
|
2509
2476
|
"kind": "field",
|
|
2510
|
-
"name": "
|
|
2477
|
+
"name": "providerRegistry",
|
|
2511
2478
|
"type": {
|
|
2512
|
-
"text": "
|
|
2479
|
+
"text": "AIProviderRegistry"
|
|
2513
2480
|
}
|
|
2514
2481
|
},
|
|
2515
2482
|
{
|
|
2516
2483
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2484
|
+
"name": "placeholder",
|
|
2518
2485
|
"type": {
|
|
2519
|
-
"text": "
|
|
2486
|
+
"text": "string"
|
|
2520
2487
|
},
|
|
2521
|
-
"default": "
|
|
2488
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2522
2489
|
},
|
|
2523
2490
|
{
|
|
2524
2491
|
"kind": "field",
|
|
2525
|
-
"name": "
|
|
2492
|
+
"name": "disabled",
|
|
2526
2493
|
"type": {
|
|
2527
2494
|
"text": "boolean"
|
|
2528
|
-
}
|
|
2529
|
-
"default": "true"
|
|
2495
|
+
}
|
|
2530
2496
|
},
|
|
2531
2497
|
{
|
|
2532
2498
|
"kind": "field",
|
|
2533
|
-
"name": "
|
|
2499
|
+
"name": "inputValue",
|
|
2534
2500
|
"type": {
|
|
2535
|
-
"text": "
|
|
2501
|
+
"text": "string"
|
|
2536
2502
|
},
|
|
2537
|
-
"default": "
|
|
2503
|
+
"default": "''"
|
|
2538
2504
|
},
|
|
2539
2505
|
{
|
|
2540
2506
|
"kind": "field",
|
|
2541
|
-
"name": "
|
|
2507
|
+
"name": "isInterpreting",
|
|
2542
2508
|
"type": {
|
|
2543
|
-
"text": "
|
|
2544
|
-
}
|
|
2509
|
+
"text": "boolean"
|
|
2510
|
+
},
|
|
2511
|
+
"default": "false"
|
|
2545
2512
|
},
|
|
2546
2513
|
{
|
|
2547
2514
|
"kind": "field",
|
|
2548
|
-
"name": "
|
|
2515
|
+
"name": "lastValidCriteria",
|
|
2549
2516
|
"type": {
|
|
2550
|
-
"text": "
|
|
2551
|
-
}
|
|
2517
|
+
"text": "string | null"
|
|
2518
|
+
},
|
|
2519
|
+
"default": "null"
|
|
2552
2520
|
},
|
|
2553
2521
|
{
|
|
2554
2522
|
"kind": "field",
|
|
2555
|
-
"name": "
|
|
2523
|
+
"name": "activeGroups",
|
|
2556
2524
|
"type": {
|
|
2557
|
-
"text": "
|
|
2525
|
+
"text": "CriteriaGroup[]"
|
|
2558
2526
|
},
|
|
2559
|
-
"default": "
|
|
2527
|
+
"default": "[]"
|
|
2560
2528
|
},
|
|
2561
2529
|
{
|
|
2562
2530
|
"kind": "field",
|
|
2563
|
-
"name": "
|
|
2531
|
+
"name": "showingChips",
|
|
2564
2532
|
"type": {
|
|
2565
2533
|
"text": "boolean"
|
|
2566
2534
|
},
|
|
@@ -2568,14 +2536,15 @@
|
|
|
2568
2536
|
},
|
|
2569
2537
|
{
|
|
2570
2538
|
"kind": "field",
|
|
2571
|
-
"name": "
|
|
2539
|
+
"name": "fieldMetadata",
|
|
2572
2540
|
"type": {
|
|
2573
|
-
"text": "string"
|
|
2574
|
-
}
|
|
2541
|
+
"text": "MetadataDetail[] | string[]"
|
|
2542
|
+
},
|
|
2543
|
+
"default": "[]"
|
|
2575
2544
|
},
|
|
2576
2545
|
{
|
|
2577
2546
|
"kind": "field",
|
|
2578
|
-
"name": "
|
|
2547
|
+
"name": "isRecording",
|
|
2579
2548
|
"type": {
|
|
2580
2549
|
"text": "boolean"
|
|
2581
2550
|
},
|
|
@@ -2583,114 +2552,125 @@
|
|
|
2583
2552
|
},
|
|
2584
2553
|
{
|
|
2585
2554
|
"kind": "field",
|
|
2586
|
-
"name": "
|
|
2555
|
+
"name": "textAreaRef",
|
|
2587
2556
|
"type": {
|
|
2588
|
-
"text": "
|
|
2557
|
+
"text": "HTMLTextAreaElement"
|
|
2589
2558
|
},
|
|
2590
|
-
"
|
|
2559
|
+
"privacy": "public"
|
|
2591
2560
|
},
|
|
2592
2561
|
{
|
|
2593
2562
|
"kind": "field",
|
|
2594
|
-
"name": "
|
|
2563
|
+
"name": "stopRecording",
|
|
2595
2564
|
"type": {
|
|
2596
|
-
"text": "
|
|
2597
|
-
}
|
|
2565
|
+
"text": "(() => void) | null"
|
|
2566
|
+
},
|
|
2567
|
+
"privacy": "private",
|
|
2568
|
+
"default": "null"
|
|
2598
2569
|
},
|
|
2599
2570
|
{
|
|
2600
2571
|
"kind": "field",
|
|
2601
|
-
"name": "
|
|
2572
|
+
"name": "speechApplyDebounceTimer",
|
|
2602
2573
|
"type": {
|
|
2603
|
-
"text": "
|
|
2604
|
-
}
|
|
2574
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2575
|
+
},
|
|
2576
|
+
"privacy": "private",
|
|
2577
|
+
"default": "null"
|
|
2605
2578
|
},
|
|
2606
2579
|
{
|
|
2607
2580
|
"kind": "field",
|
|
2608
|
-
"name": "
|
|
2581
|
+
"name": "speechAvailable",
|
|
2609
2582
|
"type": {
|
|
2610
|
-
"text": "
|
|
2611
|
-
}
|
|
2583
|
+
"text": "boolean"
|
|
2584
|
+
},
|
|
2585
|
+
"readonly": true
|
|
2612
2586
|
},
|
|
2613
2587
|
{
|
|
2614
|
-
"kind": "
|
|
2615
|
-
"name": "
|
|
2616
|
-
"
|
|
2588
|
+
"kind": "field",
|
|
2589
|
+
"name": "criteriaChips",
|
|
2590
|
+
"type": {
|
|
2591
|
+
"text": "CriteriaChip[]"
|
|
2592
|
+
},
|
|
2593
|
+
"readonly": true
|
|
2617
2594
|
},
|
|
2618
2595
|
{
|
|
2619
2596
|
"kind": "method",
|
|
2620
|
-
"name": "
|
|
2621
|
-
"privacy": "
|
|
2597
|
+
"name": "getFieldLabel",
|
|
2598
|
+
"privacy": "private",
|
|
2599
|
+
"return": {
|
|
2600
|
+
"type": {
|
|
2601
|
+
"text": "string"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2622
2604
|
"parameters": [
|
|
2623
2605
|
{
|
|
2624
|
-
"name": "
|
|
2606
|
+
"name": "fieldName",
|
|
2625
2607
|
"type": {
|
|
2626
|
-
"text": "
|
|
2627
|
-
}
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"name": "newValue",
|
|
2631
|
-
"type": {
|
|
2632
|
-
"text": "any"
|
|
2608
|
+
"text": "string"
|
|
2633
2609
|
}
|
|
2634
2610
|
}
|
|
2635
2611
|
]
|
|
2636
2612
|
},
|
|
2637
2613
|
{
|
|
2638
2614
|
"kind": "method",
|
|
2639
|
-
"name": "
|
|
2640
|
-
"
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2615
|
+
"name": "toggleCriteriaView",
|
|
2616
|
+
"return": {
|
|
2617
|
+
"type": {
|
|
2618
|
+
"text": "void"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2645
2621
|
},
|
|
2646
2622
|
{
|
|
2647
2623
|
"kind": "method",
|
|
2648
|
-
"name": "
|
|
2624
|
+
"name": "removeChip",
|
|
2625
|
+
"return": {
|
|
2626
|
+
"type": {
|
|
2627
|
+
"text": "void"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2649
2630
|
"parameters": [
|
|
2650
2631
|
{
|
|
2651
|
-
"name": "
|
|
2632
|
+
"name": "groupIndex",
|
|
2652
2633
|
"type": {
|
|
2653
|
-
"text": "
|
|
2634
|
+
"text": "number"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"name": "clauseIndex",
|
|
2639
|
+
"type": {
|
|
2640
|
+
"text": "number"
|
|
2654
2641
|
}
|
|
2655
2642
|
}
|
|
2656
2643
|
]
|
|
2657
2644
|
},
|
|
2658
2645
|
{
|
|
2659
|
-
"kind": "
|
|
2660
|
-
"name": "
|
|
2661
|
-
"
|
|
2662
|
-
"
|
|
2663
|
-
|
|
2664
|
-
|
|
2646
|
+
"kind": "method",
|
|
2647
|
+
"name": "clearChips",
|
|
2648
|
+
"return": {
|
|
2649
|
+
"type": {
|
|
2650
|
+
"text": "void"
|
|
2651
|
+
}
|
|
2652
|
+
}
|
|
2665
2653
|
},
|
|
2666
2654
|
{
|
|
2667
|
-
"kind": "
|
|
2668
|
-
"name": "
|
|
2669
|
-
"readonly": true
|
|
2655
|
+
"kind": "method",
|
|
2656
|
+
"name": "handleSubmit"
|
|
2670
2657
|
},
|
|
2671
2658
|
{
|
|
2672
2659
|
"kind": "method",
|
|
2673
|
-
"name": "
|
|
2674
|
-
"parameters": [
|
|
2675
|
-
{
|
|
2676
|
-
"name": "name",
|
|
2677
|
-
"type": {
|
|
2678
|
-
"text": "string | ((rowData: any) => string)"
|
|
2679
|
-
}
|
|
2680
|
-
}
|
|
2681
|
-
]
|
|
2660
|
+
"name": "handleBlur"
|
|
2682
2661
|
},
|
|
2683
2662
|
{
|
|
2684
2663
|
"kind": "method",
|
|
2685
|
-
"name": "
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2664
|
+
"name": "clear"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"kind": "method",
|
|
2668
|
+
"name": "toggleSpeechInput"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"kind": "method",
|
|
2672
|
+
"name": "clearSpeechApplyDebounce",
|
|
2673
|
+
"privacy": "private"
|
|
2694
2674
|
},
|
|
2695
2675
|
{
|
|
2696
2676
|
"kind": "field",
|
|
@@ -2804,339 +2784,520 @@
|
|
|
2804
2784
|
}
|
|
2805
2785
|
}
|
|
2806
2786
|
],
|
|
2807
|
-
"
|
|
2808
|
-
{
|
|
2809
|
-
"name": "is-vertical",
|
|
2810
|
-
"type": {
|
|
2811
|
-
"text": "boolean"
|
|
2812
|
-
},
|
|
2813
|
-
"default": "false",
|
|
2814
|
-
"fieldName": "isVertical"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"name": "add-default-actions",
|
|
2818
|
-
"type": {
|
|
2819
|
-
"text": "boolean"
|
|
2820
|
-
},
|
|
2821
|
-
"default": "true",
|
|
2822
|
-
"fieldName": "addDefaultActions"
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "auto-close-on-action",
|
|
2826
|
-
"type": {
|
|
2827
|
-
"text": "boolean"
|
|
2828
|
-
},
|
|
2829
|
-
"default": "true",
|
|
2830
|
-
"fieldName": "autoCloseOnAction"
|
|
2831
|
-
},
|
|
2787
|
+
"events": [
|
|
2832
2788
|
{
|
|
2833
|
-
"
|
|
2834
|
-
"
|
|
2835
|
-
"text": "string"
|
|
2836
|
-
},
|
|
2837
|
-
"default": "'Actions'",
|
|
2838
|
-
"fieldName": "name"
|
|
2789
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2790
|
+
"name": "criteria-changed"
|
|
2839
2791
|
},
|
|
2840
2792
|
{
|
|
2841
|
-
"
|
|
2842
|
-
"
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
"fieldName": "open"
|
|
2847
|
-
},
|
|
2793
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2794
|
+
"name": "validation-errors"
|
|
2795
|
+
}
|
|
2796
|
+
],
|
|
2797
|
+
"attributes": [
|
|
2848
2798
|
{
|
|
2849
|
-
"name": "
|
|
2799
|
+
"name": "placeholder",
|
|
2850
2800
|
"type": {
|
|
2851
2801
|
"text": "string"
|
|
2852
2802
|
},
|
|
2853
|
-
"
|
|
2854
|
-
|
|
2855
|
-
{
|
|
2856
|
-
"name": "hide-disabled",
|
|
2857
|
-
"type": {
|
|
2858
|
-
"text": "boolean"
|
|
2859
|
-
},
|
|
2860
|
-
"default": "false",
|
|
2861
|
-
"fieldName": "hideDisabled"
|
|
2803
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2804
|
+
"fieldName": "placeholder"
|
|
2862
2805
|
},
|
|
2863
2806
|
{
|
|
2864
|
-
"name": "hide-menu-single-option",
|
|
2865
2807
|
"type": {
|
|
2866
2808
|
"text": "boolean"
|
|
2867
2809
|
},
|
|
2868
|
-
"
|
|
2869
|
-
"fieldName": "hideMenuSingleOption"
|
|
2810
|
+
"fieldName": "disabled"
|
|
2870
2811
|
}
|
|
2871
2812
|
],
|
|
2872
2813
|
"superclass": {
|
|
2873
2814
|
"name": "FoundationElement",
|
|
2874
2815
|
"package": "@microsoft/fast-foundation"
|
|
2875
2816
|
},
|
|
2876
|
-
"tagName": "%%prefix%%-
|
|
2817
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2877
2818
|
"customElement": true
|
|
2878
2819
|
},
|
|
2879
2820
|
{
|
|
2880
2821
|
"kind": "variable",
|
|
2881
|
-
"name": "
|
|
2882
|
-
"
|
|
2883
|
-
|
|
2822
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2823
|
+
"type": {
|
|
2824
|
+
"text": "ShadowRootInit"
|
|
2825
|
+
},
|
|
2826
|
+
"default": "undefined"
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"kind": "variable",
|
|
2830
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2831
|
+
"type": {
|
|
2832
|
+
"text": "object"
|
|
2833
|
+
},
|
|
2834
|
+
"default": "{}"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"kind": "variable",
|
|
2838
|
+
"name": "foundationAiCriteriaSearch"
|
|
2884
2839
|
}
|
|
2885
2840
|
],
|
|
2886
2841
|
"exports": [
|
|
2887
2842
|
{
|
|
2888
2843
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2844
|
+
"name": "AiCriteriaSearch",
|
|
2890
2845
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
2846
|
+
"name": "AiCriteriaSearch",
|
|
2847
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2893
2848
|
}
|
|
2894
2849
|
},
|
|
2895
2850
|
{
|
|
2896
2851
|
"kind": "js",
|
|
2897
|
-
"name": "
|
|
2852
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2898
2853
|
"declaration": {
|
|
2899
|
-
"name": "
|
|
2900
|
-
"module": "src/
|
|
2854
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2855
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "js",
|
|
2860
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2861
|
+
"declaration": {
|
|
2862
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2863
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"kind": "js",
|
|
2868
|
+
"name": "foundationAiCriteriaSearch",
|
|
2869
|
+
"declaration": {
|
|
2870
|
+
"name": "foundationAiCriteriaSearch",
|
|
2871
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2901
2872
|
}
|
|
2902
2873
|
}
|
|
2903
2874
|
]
|
|
2904
2875
|
},
|
|
2905
2876
|
{
|
|
2906
2877
|
"kind": "javascript-module",
|
|
2907
|
-
"path": "src/
|
|
2878
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2908
2879
|
"declarations": [],
|
|
2909
2880
|
"exports": [
|
|
2910
2881
|
{
|
|
2911
2882
|
"kind": "js",
|
|
2912
|
-
"name": "
|
|
2883
|
+
"name": "AiCriteriaSearch",
|
|
2913
2884
|
"declaration": {
|
|
2914
|
-
"name": "
|
|
2915
|
-
"
|
|
2885
|
+
"name": "AiCriteriaSearch",
|
|
2886
|
+
"module": "./ai-criteria-search"
|
|
2916
2887
|
}
|
|
2917
2888
|
},
|
|
2918
2889
|
{
|
|
2919
2890
|
"kind": "js",
|
|
2920
|
-
"name": "
|
|
2891
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2921
2892
|
"declaration": {
|
|
2922
|
-
"name": "
|
|
2923
|
-
"
|
|
2893
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2894
|
+
"module": "./ai-criteria-search"
|
|
2924
2895
|
}
|
|
2925
2896
|
},
|
|
2926
2897
|
{
|
|
2927
2898
|
"kind": "js",
|
|
2928
|
-
"name": "
|
|
2899
|
+
"name": "foundationAiCriteriaSearch",
|
|
2929
2900
|
"declaration": {
|
|
2930
|
-
"name": "
|
|
2931
|
-
"
|
|
2901
|
+
"name": "foundationAiCriteriaSearch",
|
|
2902
|
+
"module": "./ai-criteria-search"
|
|
2932
2903
|
}
|
|
2933
|
-
}
|
|
2934
|
-
]
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
"kind": "javascript-module",
|
|
2938
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2939
|
-
"declarations": [
|
|
2904
|
+
},
|
|
2940
2905
|
{
|
|
2941
|
-
"kind": "
|
|
2942
|
-
"name": "
|
|
2943
|
-
"
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2906
|
+
"kind": "js",
|
|
2907
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2908
|
+
"declaration": {
|
|
2909
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2910
|
+
"module": "./ai-criteria-search"
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2947
2913
|
{
|
|
2948
2914
|
"kind": "js",
|
|
2949
2915
|
"name": "foundationAiCriteriaSearchStyles",
|
|
2950
2916
|
"declaration": {
|
|
2951
2917
|
"name": "foundationAiCriteriaSearchStyles",
|
|
2952
|
-
"module": "
|
|
2918
|
+
"module": "./ai-criteria-search.styles"
|
|
2953
2919
|
}
|
|
2954
|
-
}
|
|
2955
|
-
]
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"kind": "javascript-module",
|
|
2959
|
-
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2960
|
-
"declarations": [
|
|
2961
|
-
{
|
|
2962
|
-
"kind": "variable",
|
|
2963
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2964
|
-
"type": {
|
|
2965
|
-
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2966
|
-
},
|
|
2967
|
-
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2968
|
-
}
|
|
2969
|
-
],
|
|
2970
|
-
"exports": [
|
|
2920
|
+
},
|
|
2971
2921
|
{
|
|
2972
2922
|
"kind": "js",
|
|
2973
2923
|
"name": "foundationAiCriteriaSearchTemplate",
|
|
2974
2924
|
"declaration": {
|
|
2975
2925
|
"name": "foundationAiCriteriaSearchTemplate",
|
|
2976
|
-
"module": "
|
|
2926
|
+
"module": "./ai-criteria-search.template"
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"kind": "js",
|
|
2931
|
+
"name": "*",
|
|
2932
|
+
"declaration": {
|
|
2933
|
+
"name": "*",
|
|
2934
|
+
"package": "./validation/criteria-ir"
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"kind": "js",
|
|
2939
|
+
"name": "*",
|
|
2940
|
+
"declaration": {
|
|
2941
|
+
"name": "*",
|
|
2942
|
+
"package": "./validation/operator-map"
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"kind": "js",
|
|
2947
|
+
"name": "*",
|
|
2948
|
+
"declaration": {
|
|
2949
|
+
"name": "*",
|
|
2950
|
+
"package": "./validation/schema-validator"
|
|
2977
2951
|
}
|
|
2978
2952
|
}
|
|
2979
2953
|
]
|
|
2980
2954
|
},
|
|
2981
2955
|
{
|
|
2982
2956
|
"kind": "javascript-module",
|
|
2983
|
-
"path": "src/ai-criteria-search/
|
|
2957
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2984
2958
|
"declarations": [
|
|
2985
2959
|
{
|
|
2986
|
-
"kind": "
|
|
2987
|
-
"
|
|
2988
|
-
"
|
|
2989
|
-
|
|
2960
|
+
"kind": "function",
|
|
2961
|
+
"name": "formatValidationErrors",
|
|
2962
|
+
"return": {
|
|
2963
|
+
"type": {
|
|
2964
|
+
"text": "string"
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2967
|
+
"parameters": [
|
|
2990
2968
|
{
|
|
2991
|
-
"
|
|
2992
|
-
"name": "providerRegistry",
|
|
2969
|
+
"name": "errors",
|
|
2993
2970
|
"type": {
|
|
2994
|
-
"text": "
|
|
2971
|
+
"text": "ValidationError[]"
|
|
2995
2972
|
}
|
|
2996
|
-
}
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"kind": "function",
|
|
2979
|
+
"name": "showCriteriaError",
|
|
2980
|
+
"return": {
|
|
2981
|
+
"type": {
|
|
2982
|
+
"text": "void"
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
"parameters": [
|
|
2997
2986
|
{
|
|
2998
|
-
"
|
|
2999
|
-
"name": "placeholder",
|
|
2987
|
+
"name": "title",
|
|
3000
2988
|
"type": {
|
|
3001
2989
|
"text": "string"
|
|
3002
2990
|
},
|
|
3003
|
-
"
|
|
2991
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3004
2992
|
},
|
|
3005
2993
|
{
|
|
3006
|
-
"
|
|
3007
|
-
"name": "disabled",
|
|
2994
|
+
"name": "body",
|
|
3008
2995
|
"type": {
|
|
3009
|
-
"text": "
|
|
3010
|
-
}
|
|
2996
|
+
"text": "string"
|
|
2997
|
+
},
|
|
2998
|
+
"description": "Error message to display"
|
|
3011
2999
|
},
|
|
3012
3000
|
{
|
|
3013
|
-
"
|
|
3014
|
-
"name": "inputValue",
|
|
3001
|
+
"name": "tagName",
|
|
3015
3002
|
"type": {
|
|
3016
3003
|
"text": "string"
|
|
3017
3004
|
},
|
|
3018
|
-
"
|
|
3005
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3006
|
+
}
|
|
3007
|
+
],
|
|
3008
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3009
|
+
}
|
|
3010
|
+
],
|
|
3011
|
+
"exports": [
|
|
3012
|
+
{
|
|
3013
|
+
"kind": "js",
|
|
3014
|
+
"name": "formatValidationErrors",
|
|
3015
|
+
"declaration": {
|
|
3016
|
+
"name": "formatValidationErrors",
|
|
3017
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"kind": "js",
|
|
3022
|
+
"name": "showCriteriaError",
|
|
3023
|
+
"declaration": {
|
|
3024
|
+
"name": "showCriteriaError",
|
|
3025
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
]
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "javascript-module",
|
|
3032
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3033
|
+
"declarations": [
|
|
3034
|
+
{
|
|
3035
|
+
"kind": "function",
|
|
3036
|
+
"name": "foundationAccordionStyles",
|
|
3037
|
+
"return": {
|
|
3038
|
+
"type": {
|
|
3039
|
+
"text": "ElementStyles"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
"parameters": [
|
|
3043
|
+
{
|
|
3044
|
+
"name": "context",
|
|
3045
|
+
"type": {
|
|
3046
|
+
"text": "ElementDefinitionContext"
|
|
3047
|
+
}
|
|
3019
3048
|
},
|
|
3020
3049
|
{
|
|
3021
|
-
"
|
|
3022
|
-
"name": "isInterpreting",
|
|
3050
|
+
"name": "definition",
|
|
3023
3051
|
"type": {
|
|
3024
|
-
"text": "
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3052
|
+
"text": "FoundationElementDefinition"
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3055
|
+
]
|
|
3056
|
+
}
|
|
3057
|
+
],
|
|
3058
|
+
"exports": [
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "js",
|
|
3061
|
+
"name": "foundationAccordionStyles",
|
|
3062
|
+
"declaration": {
|
|
3063
|
+
"name": "foundationAccordionStyles",
|
|
3064
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
]
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"kind": "javascript-module",
|
|
3071
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3072
|
+
"declarations": [
|
|
3073
|
+
{
|
|
3074
|
+
"kind": "function",
|
|
3075
|
+
"name": "foundationAccordionTemplate",
|
|
3076
|
+
"return": {
|
|
3077
|
+
"type": {
|
|
3078
|
+
"text": "ViewTemplate<Accordion>"
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
3081
|
+
"parameters": [
|
|
3082
|
+
{
|
|
3083
|
+
"name": "context",
|
|
3084
|
+
"type": {
|
|
3085
|
+
"text": "ElementDefinitionContext"
|
|
3086
|
+
}
|
|
3027
3087
|
},
|
|
3028
3088
|
{
|
|
3029
|
-
"
|
|
3030
|
-
"name": "lastValidCriteria",
|
|
3089
|
+
"name": "definition",
|
|
3031
3090
|
"type": {
|
|
3032
|
-
"text": "
|
|
3091
|
+
"text": "FoundationElementDefinition"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
]
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
|
+
"exports": [
|
|
3098
|
+
{
|
|
3099
|
+
"kind": "js",
|
|
3100
|
+
"name": "foundationAccordionTemplate",
|
|
3101
|
+
"declaration": {
|
|
3102
|
+
"name": "foundationAccordionTemplate",
|
|
3103
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
3106
|
+
]
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"kind": "javascript-module",
|
|
3110
|
+
"path": "src/accordion/accordion.ts",
|
|
3111
|
+
"declarations": [
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "class",
|
|
3114
|
+
"description": "",
|
|
3115
|
+
"name": "Accordion",
|
|
3116
|
+
"superclass": {
|
|
3117
|
+
"name": "FASTAccordion",
|
|
3118
|
+
"package": "@microsoft/fast-foundation"
|
|
3119
|
+
},
|
|
3120
|
+
"tagName": "%%prefix%%-accordion",
|
|
3121
|
+
"customElement": true,
|
|
3122
|
+
"attributes": [
|
|
3123
|
+
{
|
|
3124
|
+
"name": "expand-mode",
|
|
3125
|
+
"type": {
|
|
3126
|
+
"text": "AccordionExpandMode"
|
|
3033
3127
|
},
|
|
3034
|
-
"
|
|
3035
|
-
|
|
3128
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3129
|
+
"fieldName": "expandmode",
|
|
3130
|
+
"inheritedFrom": {
|
|
3131
|
+
"name": "Accordion",
|
|
3132
|
+
"module": "src/accordion/accordion.ts"
|
|
3133
|
+
}
|
|
3134
|
+
}
|
|
3135
|
+
],
|
|
3136
|
+
"members": [
|
|
3036
3137
|
{
|
|
3037
3138
|
"kind": "field",
|
|
3038
|
-
"name": "
|
|
3139
|
+
"name": "expandmode",
|
|
3039
3140
|
"type": {
|
|
3040
|
-
"text": "
|
|
3141
|
+
"text": "AccordionExpandMode"
|
|
3041
3142
|
},
|
|
3042
|
-
"
|
|
3143
|
+
"privacy": "public",
|
|
3144
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3145
|
+
"inheritedFrom": {
|
|
3146
|
+
"name": "Accordion",
|
|
3147
|
+
"module": "src/accordion/accordion.ts"
|
|
3148
|
+
}
|
|
3043
3149
|
},
|
|
3044
3150
|
{
|
|
3045
3151
|
"kind": "field",
|
|
3046
|
-
"name": "
|
|
3152
|
+
"name": "activeid",
|
|
3047
3153
|
"type": {
|
|
3048
|
-
"text": "
|
|
3154
|
+
"text": "string | null"
|
|
3049
3155
|
},
|
|
3050
|
-
"
|
|
3156
|
+
"privacy": "private",
|
|
3157
|
+
"inheritedFrom": {
|
|
3158
|
+
"name": "Accordion",
|
|
3159
|
+
"module": "src/accordion/accordion.ts"
|
|
3160
|
+
}
|
|
3051
3161
|
},
|
|
3052
3162
|
{
|
|
3053
3163
|
"kind": "field",
|
|
3054
|
-
"name": "
|
|
3164
|
+
"name": "activeItemIndex",
|
|
3055
3165
|
"type": {
|
|
3056
|
-
"text": "
|
|
3166
|
+
"text": "number"
|
|
3057
3167
|
},
|
|
3058
|
-
"
|
|
3168
|
+
"privacy": "private",
|
|
3169
|
+
"default": "0",
|
|
3170
|
+
"inheritedFrom": {
|
|
3171
|
+
"name": "Accordion",
|
|
3172
|
+
"module": "src/accordion/accordion.ts"
|
|
3173
|
+
}
|
|
3059
3174
|
},
|
|
3060
3175
|
{
|
|
3061
3176
|
"kind": "field",
|
|
3062
|
-
"name": "
|
|
3177
|
+
"name": "accordionIds",
|
|
3063
3178
|
"type": {
|
|
3064
|
-
"text": "
|
|
3179
|
+
"text": "Array<string | null>"
|
|
3065
3180
|
},
|
|
3066
|
-
"
|
|
3181
|
+
"privacy": "private",
|
|
3182
|
+
"inheritedFrom": {
|
|
3183
|
+
"name": "Accordion",
|
|
3184
|
+
"module": "src/accordion/accordion.ts"
|
|
3185
|
+
}
|
|
3067
3186
|
},
|
|
3068
3187
|
{
|
|
3069
3188
|
"kind": "field",
|
|
3070
|
-
"name": "
|
|
3071
|
-
"
|
|
3072
|
-
|
|
3189
|
+
"name": "change",
|
|
3190
|
+
"privacy": "private",
|
|
3191
|
+
"inheritedFrom": {
|
|
3192
|
+
"name": "Accordion",
|
|
3193
|
+
"module": "src/accordion/accordion.ts"
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"kind": "method",
|
|
3198
|
+
"name": "findExpandedItem",
|
|
3199
|
+
"privacy": "private",
|
|
3200
|
+
"return": {
|
|
3201
|
+
"type": {
|
|
3202
|
+
"text": "AccordionItem | null"
|
|
3203
|
+
}
|
|
3073
3204
|
},
|
|
3074
|
-
"
|
|
3205
|
+
"inheritedFrom": {
|
|
3206
|
+
"name": "Accordion",
|
|
3207
|
+
"module": "src/accordion/accordion.ts"
|
|
3208
|
+
}
|
|
3075
3209
|
},
|
|
3076
3210
|
{
|
|
3077
3211
|
"kind": "field",
|
|
3078
|
-
"name": "
|
|
3079
|
-
"type": {
|
|
3080
|
-
"text": "(() => void) | null"
|
|
3081
|
-
},
|
|
3212
|
+
"name": "setItems",
|
|
3082
3213
|
"privacy": "private",
|
|
3083
|
-
"
|
|
3214
|
+
"inheritedFrom": {
|
|
3215
|
+
"name": "Accordion",
|
|
3216
|
+
"module": "src/accordion/accordion.ts"
|
|
3217
|
+
}
|
|
3084
3218
|
},
|
|
3085
3219
|
{
|
|
3086
|
-
"kind": "
|
|
3087
|
-
"name": "
|
|
3088
|
-
"type": {
|
|
3089
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
3090
|
-
},
|
|
3220
|
+
"kind": "method",
|
|
3221
|
+
"name": "resetItems",
|
|
3091
3222
|
"privacy": "private",
|
|
3092
|
-
"
|
|
3223
|
+
"return": {
|
|
3224
|
+
"type": {
|
|
3225
|
+
"text": "void"
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
"inheritedFrom": {
|
|
3229
|
+
"name": "Accordion",
|
|
3230
|
+
"module": "src/accordion/accordion.ts"
|
|
3231
|
+
}
|
|
3093
3232
|
},
|
|
3094
3233
|
{
|
|
3095
3234
|
"kind": "field",
|
|
3096
|
-
"name": "
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3235
|
+
"name": "removeItemListeners",
|
|
3236
|
+
"privacy": "private",
|
|
3237
|
+
"inheritedFrom": {
|
|
3238
|
+
"name": "Accordion",
|
|
3239
|
+
"module": "src/accordion/accordion.ts"
|
|
3240
|
+
}
|
|
3101
3241
|
},
|
|
3102
3242
|
{
|
|
3103
3243
|
"kind": "field",
|
|
3104
|
-
"name": "
|
|
3105
|
-
"
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3244
|
+
"name": "activeItemChange",
|
|
3245
|
+
"privacy": "private",
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "Accordion",
|
|
3248
|
+
"module": "src/accordion/accordion.ts"
|
|
3249
|
+
}
|
|
3109
3250
|
},
|
|
3110
3251
|
{
|
|
3111
3252
|
"kind": "method",
|
|
3112
|
-
"name": "
|
|
3253
|
+
"name": "getItemIds",
|
|
3113
3254
|
"privacy": "private",
|
|
3114
3255
|
"return": {
|
|
3115
3256
|
"type": {
|
|
3116
|
-
"text": "string"
|
|
3257
|
+
"text": "Array<string | null>"
|
|
3117
3258
|
}
|
|
3118
3259
|
},
|
|
3119
|
-
"
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
"text": "string"
|
|
3124
|
-
}
|
|
3125
|
-
}
|
|
3126
|
-
]
|
|
3260
|
+
"inheritedFrom": {
|
|
3261
|
+
"name": "Accordion",
|
|
3262
|
+
"module": "src/accordion/accordion.ts"
|
|
3263
|
+
}
|
|
3127
3264
|
},
|
|
3128
3265
|
{
|
|
3129
3266
|
"kind": "method",
|
|
3130
|
-
"name": "
|
|
3267
|
+
"name": "isSingleExpandMode",
|
|
3268
|
+
"privacy": "private",
|
|
3131
3269
|
"return": {
|
|
3132
3270
|
"type": {
|
|
3133
|
-
"text": "
|
|
3271
|
+
"text": "boolean"
|
|
3134
3272
|
}
|
|
3273
|
+
},
|
|
3274
|
+
"inheritedFrom": {
|
|
3275
|
+
"name": "Accordion",
|
|
3276
|
+
"module": "src/accordion/accordion.ts"
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"kind": "field",
|
|
3281
|
+
"name": "handleItemKeyDown",
|
|
3282
|
+
"privacy": "private",
|
|
3283
|
+
"inheritedFrom": {
|
|
3284
|
+
"name": "Accordion",
|
|
3285
|
+
"module": "src/accordion/accordion.ts"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"kind": "field",
|
|
3290
|
+
"name": "handleItemFocus",
|
|
3291
|
+
"privacy": "private",
|
|
3292
|
+
"inheritedFrom": {
|
|
3293
|
+
"name": "Accordion",
|
|
3294
|
+
"module": "src/accordion/accordion.ts"
|
|
3135
3295
|
}
|
|
3136
3296
|
},
|
|
3137
3297
|
{
|
|
3138
3298
|
"kind": "method",
|
|
3139
|
-
"name": "
|
|
3299
|
+
"name": "adjust",
|
|
3300
|
+
"privacy": "private",
|
|
3140
3301
|
"return": {
|
|
3141
3302
|
"type": {
|
|
3142
3303
|
"text": "void"
|
|
@@ -3144,49 +3305,31 @@
|
|
|
3144
3305
|
},
|
|
3145
3306
|
"parameters": [
|
|
3146
3307
|
{
|
|
3147
|
-
"name": "
|
|
3148
|
-
"type": {
|
|
3149
|
-
"text": "number"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"name": "clauseIndex",
|
|
3308
|
+
"name": "adjustment",
|
|
3154
3309
|
"type": {
|
|
3155
3310
|
"text": "number"
|
|
3156
3311
|
}
|
|
3157
3312
|
}
|
|
3158
|
-
]
|
|
3313
|
+
],
|
|
3314
|
+
"inheritedFrom": {
|
|
3315
|
+
"name": "Accordion",
|
|
3316
|
+
"module": "src/accordion/accordion.ts"
|
|
3317
|
+
}
|
|
3159
3318
|
},
|
|
3160
3319
|
{
|
|
3161
3320
|
"kind": "method",
|
|
3162
|
-
"name": "
|
|
3321
|
+
"name": "focusItem",
|
|
3322
|
+
"privacy": "private",
|
|
3163
3323
|
"return": {
|
|
3164
3324
|
"type": {
|
|
3165
3325
|
"text": "void"
|
|
3166
3326
|
}
|
|
3327
|
+
},
|
|
3328
|
+
"inheritedFrom": {
|
|
3329
|
+
"name": "Accordion",
|
|
3330
|
+
"module": "src/accordion/accordion.ts"
|
|
3167
3331
|
}
|
|
3168
3332
|
},
|
|
3169
|
-
{
|
|
3170
|
-
"kind": "method",
|
|
3171
|
-
"name": "handleSubmit"
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"kind": "method",
|
|
3175
|
-
"name": "handleBlur"
|
|
3176
|
-
},
|
|
3177
|
-
{
|
|
3178
|
-
"kind": "method",
|
|
3179
|
-
"name": "clear"
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
"kind": "method",
|
|
3183
|
-
"name": "toggleSpeechInput"
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"kind": "method",
|
|
3187
|
-
"name": "clearSpeechApplyDebounce",
|
|
3188
|
-
"privacy": "private"
|
|
3189
|
-
},
|
|
3190
3333
|
{
|
|
3191
3334
|
"kind": "field",
|
|
3192
3335
|
"name": "_presentation",
|
|
@@ -3301,48 +3444,26 @@
|
|
|
3301
3444
|
],
|
|
3302
3445
|
"events": [
|
|
3303
3446
|
{
|
|
3304
|
-
"description": "
|
|
3305
|
-
"name": "
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
}
|
|
3311
|
-
],
|
|
3312
|
-
"attributes": [
|
|
3313
|
-
{
|
|
3314
|
-
"name": "placeholder",
|
|
3315
|
-
"type": {
|
|
3316
|
-
"text": "string"
|
|
3317
|
-
},
|
|
3318
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3319
|
-
"fieldName": "placeholder"
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
"type": {
|
|
3323
|
-
"text": "boolean"
|
|
3324
|
-
},
|
|
3325
|
-
"fieldName": "disabled"
|
|
3447
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3448
|
+
"name": "change",
|
|
3449
|
+
"inheritedFrom": {
|
|
3450
|
+
"name": "Accordion",
|
|
3451
|
+
"module": "src/accordion/accordion.ts"
|
|
3452
|
+
}
|
|
3326
3453
|
}
|
|
3327
|
-
]
|
|
3328
|
-
"superclass": {
|
|
3329
|
-
"name": "FoundationElement",
|
|
3330
|
-
"package": "@microsoft/fast-foundation"
|
|
3331
|
-
},
|
|
3332
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3333
|
-
"customElement": true
|
|
3454
|
+
]
|
|
3334
3455
|
},
|
|
3335
3456
|
{
|
|
3336
3457
|
"kind": "variable",
|
|
3337
|
-
"name": "
|
|
3458
|
+
"name": "foundationAccordionShadowOptions",
|
|
3338
3459
|
"type": {
|
|
3339
3460
|
"text": "ShadowRootInit"
|
|
3340
3461
|
},
|
|
3341
|
-
"default": "
|
|
3462
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3342
3463
|
},
|
|
3343
3464
|
{
|
|
3344
3465
|
"kind": "variable",
|
|
3345
|
-
"name": "
|
|
3466
|
+
"name": "defaultAccordionConfig",
|
|
3346
3467
|
"type": {
|
|
3347
3468
|
"text": "object"
|
|
3348
3469
|
},
|
|
@@ -3350,103 +3471,57 @@
|
|
|
3350
3471
|
},
|
|
3351
3472
|
{
|
|
3352
3473
|
"kind": "variable",
|
|
3353
|
-
"name": "
|
|
3474
|
+
"name": "foundationAccordion",
|
|
3475
|
+
"description": "The Foundation Accordion",
|
|
3476
|
+
"privacy": "public"
|
|
3354
3477
|
}
|
|
3355
3478
|
],
|
|
3356
3479
|
"exports": [
|
|
3357
3480
|
{
|
|
3358
3481
|
"kind": "js",
|
|
3359
|
-
"name": "
|
|
3482
|
+
"name": "Accordion",
|
|
3360
3483
|
"declaration": {
|
|
3361
|
-
"name": "
|
|
3362
|
-
"module": "src/
|
|
3484
|
+
"name": "Accordion",
|
|
3485
|
+
"module": "src/accordion/accordion.ts"
|
|
3363
3486
|
}
|
|
3364
3487
|
},
|
|
3365
3488
|
{
|
|
3366
3489
|
"kind": "js",
|
|
3367
|
-
"name": "
|
|
3490
|
+
"name": "foundationAccordionShadowOptions",
|
|
3368
3491
|
"declaration": {
|
|
3369
|
-
"name": "
|
|
3370
|
-
"module": "src/
|
|
3492
|
+
"name": "foundationAccordionShadowOptions",
|
|
3493
|
+
"module": "src/accordion/accordion.ts"
|
|
3371
3494
|
}
|
|
3372
3495
|
},
|
|
3373
3496
|
{
|
|
3374
3497
|
"kind": "js",
|
|
3375
|
-
"name": "
|
|
3498
|
+
"name": "defaultAccordionConfig",
|
|
3376
3499
|
"declaration": {
|
|
3377
|
-
"name": "
|
|
3378
|
-
"module": "src/
|
|
3500
|
+
"name": "defaultAccordionConfig",
|
|
3501
|
+
"module": "src/accordion/accordion.ts"
|
|
3379
3502
|
}
|
|
3380
3503
|
},
|
|
3381
3504
|
{
|
|
3382
3505
|
"kind": "js",
|
|
3383
|
-
"name": "
|
|
3506
|
+
"name": "foundationAccordion",
|
|
3384
3507
|
"declaration": {
|
|
3385
|
-
"name": "
|
|
3386
|
-
"module": "src/
|
|
3508
|
+
"name": "foundationAccordion",
|
|
3509
|
+
"module": "src/accordion/accordion.ts"
|
|
3387
3510
|
}
|
|
3388
3511
|
}
|
|
3389
3512
|
]
|
|
3390
3513
|
},
|
|
3391
3514
|
{
|
|
3392
3515
|
"kind": "javascript-module",
|
|
3393
|
-
"path": "src/
|
|
3516
|
+
"path": "src/accordion/index.ts",
|
|
3394
3517
|
"declarations": [],
|
|
3395
3518
|
"exports": [
|
|
3396
|
-
{
|
|
3397
|
-
"kind": "js",
|
|
3398
|
-
"name": "AiCriteriaSearch",
|
|
3399
|
-
"declaration": {
|
|
3400
|
-
"name": "AiCriteriaSearch",
|
|
3401
|
-
"module": "./ai-criteria-search"
|
|
3402
|
-
}
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"kind": "js",
|
|
3406
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3407
|
-
"declaration": {
|
|
3408
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3409
|
-
"module": "./ai-criteria-search"
|
|
3410
|
-
}
|
|
3411
|
-
},
|
|
3412
|
-
{
|
|
3413
|
-
"kind": "js",
|
|
3414
|
-
"name": "foundationAiCriteriaSearch",
|
|
3415
|
-
"declaration": {
|
|
3416
|
-
"name": "foundationAiCriteriaSearch",
|
|
3417
|
-
"module": "./ai-criteria-search"
|
|
3418
|
-
}
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"kind": "js",
|
|
3422
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3423
|
-
"declaration": {
|
|
3424
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3425
|
-
"module": "./ai-criteria-search"
|
|
3426
|
-
}
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "js",
|
|
3430
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3431
|
-
"declaration": {
|
|
3432
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3433
|
-
"module": "./ai-criteria-search.styles"
|
|
3434
|
-
}
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"kind": "js",
|
|
3438
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3439
|
-
"declaration": {
|
|
3440
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3441
|
-
"module": "./ai-criteria-search.template"
|
|
3442
|
-
}
|
|
3443
|
-
},
|
|
3444
3519
|
{
|
|
3445
3520
|
"kind": "js",
|
|
3446
3521
|
"name": "*",
|
|
3447
3522
|
"declaration": {
|
|
3448
3523
|
"name": "*",
|
|
3449
|
-
"package": "./
|
|
3524
|
+
"package": "./accordion.template"
|
|
3450
3525
|
}
|
|
3451
3526
|
},
|
|
3452
3527
|
{
|
|
@@ -3454,7 +3529,7 @@
|
|
|
3454
3529
|
"name": "*",
|
|
3455
3530
|
"declaration": {
|
|
3456
3531
|
"name": "*",
|
|
3457
|
-
"package": "./
|
|
3532
|
+
"package": "./accordion.styles"
|
|
3458
3533
|
}
|
|
3459
3534
|
},
|
|
3460
3535
|
{
|
|
@@ -3462,82 +3537,7 @@
|
|
|
3462
3537
|
"name": "*",
|
|
3463
3538
|
"declaration": {
|
|
3464
3539
|
"name": "*",
|
|
3465
|
-
"package": "./
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
]
|
|
3469
|
-
},
|
|
3470
|
-
{
|
|
3471
|
-
"kind": "javascript-module",
|
|
3472
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3473
|
-
"declarations": [
|
|
3474
|
-
{
|
|
3475
|
-
"kind": "function",
|
|
3476
|
-
"name": "formatValidationErrors",
|
|
3477
|
-
"return": {
|
|
3478
|
-
"type": {
|
|
3479
|
-
"text": "string"
|
|
3480
|
-
}
|
|
3481
|
-
},
|
|
3482
|
-
"parameters": [
|
|
3483
|
-
{
|
|
3484
|
-
"name": "errors",
|
|
3485
|
-
"type": {
|
|
3486
|
-
"text": "ValidationError[]"
|
|
3487
|
-
}
|
|
3488
|
-
}
|
|
3489
|
-
],
|
|
3490
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"kind": "function",
|
|
3494
|
-
"name": "showCriteriaError",
|
|
3495
|
-
"return": {
|
|
3496
|
-
"type": {
|
|
3497
|
-
"text": "void"
|
|
3498
|
-
}
|
|
3499
|
-
},
|
|
3500
|
-
"parameters": [
|
|
3501
|
-
{
|
|
3502
|
-
"name": "title",
|
|
3503
|
-
"type": {
|
|
3504
|
-
"text": "string"
|
|
3505
|
-
},
|
|
3506
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3507
|
-
},
|
|
3508
|
-
{
|
|
3509
|
-
"name": "body",
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "string"
|
|
3512
|
-
},
|
|
3513
|
-
"description": "Error message to display"
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
"name": "tagName",
|
|
3517
|
-
"type": {
|
|
3518
|
-
"text": "string"
|
|
3519
|
-
},
|
|
3520
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3521
|
-
}
|
|
3522
|
-
],
|
|
3523
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3524
|
-
}
|
|
3525
|
-
],
|
|
3526
|
-
"exports": [
|
|
3527
|
-
{
|
|
3528
|
-
"kind": "js",
|
|
3529
|
-
"name": "formatValidationErrors",
|
|
3530
|
-
"declaration": {
|
|
3531
|
-
"name": "formatValidationErrors",
|
|
3532
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3533
|
-
}
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
"kind": "js",
|
|
3537
|
-
"name": "showCriteriaError",
|
|
3538
|
-
"declaration": {
|
|
3539
|
-
"name": "showCriteriaError",
|
|
3540
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3540
|
+
"package": "./accordion"
|
|
3541
3541
|
}
|
|
3542
3542
|
}
|
|
3543
3543
|
]
|
|
@@ -28847,6 +28847,23 @@
|
|
|
28847
28847
|
},
|
|
28848
28848
|
"default": "false"
|
|
28849
28849
|
},
|
|
28850
|
+
{
|
|
28851
|
+
"kind": "field",
|
|
28852
|
+
"name": "tooltipElement",
|
|
28853
|
+
"type": {
|
|
28854
|
+
"text": "HTMLElement | undefined"
|
|
28855
|
+
},
|
|
28856
|
+
"description": "The tooltip bubble stays in this component's template and shadow root, but is promoted\nto the browser top layer via the Popover API when shown — the top layer escapes ancestor\nstacking contexts, transforms and overflow clipping, which is what lets virtualized\ngrid rows (absolutely-positioned, later-DOM-order siblings) paint over an in-place\nbubble. It is a plain `div` rather than `<%%prefix%%-tooltip>`: FASTTooltip's template\nrenders `<${tagFor(AnchoredRegion)}>`, and that lookup misses for the subclassed\ngenesis components (compose() without `baseClass`), so the tooltip component renders an\nempty shadow root — none of its placement or visibility machinery ever worked here.\nPlacement is manual from the anchor's `getBoundingClientRect()` (see showTooltip)."
|
|
28857
|
+
},
|
|
28858
|
+
{
|
|
28859
|
+
"kind": "field",
|
|
28860
|
+
"name": "tooltipShowTimer",
|
|
28861
|
+
"type": {
|
|
28862
|
+
"text": "number | null"
|
|
28863
|
+
},
|
|
28864
|
+
"privacy": "private",
|
|
28865
|
+
"default": "null"
|
|
28866
|
+
},
|
|
28850
28867
|
{
|
|
28851
28868
|
"kind": "field",
|
|
28852
28869
|
"name": "name",
|
|
@@ -28924,6 +28941,16 @@
|
|
|
28924
28941
|
}
|
|
28925
28942
|
]
|
|
28926
28943
|
},
|
|
28944
|
+
{
|
|
28945
|
+
"kind": "field",
|
|
28946
|
+
"name": "showTooltip",
|
|
28947
|
+
"privacy": "private"
|
|
28948
|
+
},
|
|
28949
|
+
{
|
|
28950
|
+
"kind": "field",
|
|
28951
|
+
"name": "hideTooltip",
|
|
28952
|
+
"privacy": "private"
|
|
28953
|
+
},
|
|
28927
28954
|
{
|
|
28928
28955
|
"kind": "method",
|
|
28929
28956
|
"name": "getDefaultTooltipConfig"
|