@genesislcap/foundation-ui 15.21.1 → 15.22.1
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 +937 -910
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/react.d.ts +18 -18
- package/dist/dts/utils/options-datasource-utils.d.ts +8 -0
- package/dist/dts/utils/options-datasource-utils.d.ts.map +1 -1
- package/dist/esm/options-datasource/options-datasource.js +21 -3
- package/dist/esm/utils/options-datasource-utils.js +21 -0
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +10 -10
- package/package.json +18 -18
|
@@ -1920,208 +1920,275 @@
|
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
1922
1922
|
"kind": "javascript-module",
|
|
1923
|
-
"path": "src/
|
|
1923
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1924
1924
|
"declarations": [
|
|
1925
1925
|
{
|
|
1926
|
-
"kind": "
|
|
1927
|
-
"name": "
|
|
1928
|
-
"
|
|
1926
|
+
"kind": "function",
|
|
1927
|
+
"name": "foundationAccordionStyles",
|
|
1928
|
+
"return": {
|
|
1929
|
+
"type": {
|
|
1930
|
+
"text": "ElementStyles"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
"parameters": [
|
|
1934
|
+
{
|
|
1935
|
+
"name": "context",
|
|
1936
|
+
"type": {
|
|
1937
|
+
"text": "ElementDefinitionContext"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "definition",
|
|
1942
|
+
"type": {
|
|
1943
|
+
"text": "FoundationElementDefinition"
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
]
|
|
1929
1947
|
}
|
|
1930
1948
|
],
|
|
1931
1949
|
"exports": [
|
|
1932
1950
|
{
|
|
1933
1951
|
"kind": "js",
|
|
1934
|
-
"name": "
|
|
1952
|
+
"name": "foundationAccordionStyles",
|
|
1935
1953
|
"declaration": {
|
|
1936
|
-
"name": "
|
|
1937
|
-
"module": "src/
|
|
1954
|
+
"name": "foundationAccordionStyles",
|
|
1955
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1938
1956
|
}
|
|
1939
1957
|
}
|
|
1940
1958
|
]
|
|
1941
1959
|
},
|
|
1942
1960
|
{
|
|
1943
1961
|
"kind": "javascript-module",
|
|
1944
|
-
"path": "src/
|
|
1962
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1945
1963
|
"declarations": [
|
|
1946
1964
|
{
|
|
1947
|
-
"kind": "
|
|
1948
|
-
"name": "
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1965
|
+
"kind": "function",
|
|
1966
|
+
"name": "foundationAccordionTemplate",
|
|
1967
|
+
"return": {
|
|
1968
|
+
"type": {
|
|
1969
|
+
"text": "ViewTemplate<Accordion>"
|
|
1970
|
+
}
|
|
1951
1971
|
},
|
|
1952
|
-
"
|
|
1972
|
+
"parameters": [
|
|
1973
|
+
{
|
|
1974
|
+
"name": "context",
|
|
1975
|
+
"type": {
|
|
1976
|
+
"text": "ElementDefinitionContext"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "definition",
|
|
1981
|
+
"type": {
|
|
1982
|
+
"text": "FoundationElementDefinition"
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
]
|
|
1953
1986
|
}
|
|
1954
1987
|
],
|
|
1955
1988
|
"exports": [
|
|
1956
1989
|
{
|
|
1957
1990
|
"kind": "js",
|
|
1958
|
-
"name": "
|
|
1991
|
+
"name": "foundationAccordionTemplate",
|
|
1959
1992
|
"declaration": {
|
|
1960
|
-
"name": "
|
|
1961
|
-
"module": "src/
|
|
1993
|
+
"name": "foundationAccordionTemplate",
|
|
1994
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1962
1995
|
}
|
|
1963
1996
|
}
|
|
1964
1997
|
]
|
|
1965
1998
|
},
|
|
1966
1999
|
{
|
|
1967
2000
|
"kind": "javascript-module",
|
|
1968
|
-
"path": "src/
|
|
2001
|
+
"path": "src/accordion/accordion.ts",
|
|
1969
2002
|
"declarations": [
|
|
1970
2003
|
{
|
|
1971
2004
|
"kind": "class",
|
|
1972
|
-
"description": "
|
|
1973
|
-
"name": "
|
|
1974
|
-
"
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
},
|
|
2005
|
+
"description": "",
|
|
2006
|
+
"name": "Accordion",
|
|
2007
|
+
"superclass": {
|
|
2008
|
+
"name": "FASTAccordion",
|
|
2009
|
+
"package": "@microsoft/fast-foundation"
|
|
2010
|
+
},
|
|
2011
|
+
"tagName": "%%prefix%%-accordion",
|
|
2012
|
+
"customElement": true,
|
|
2013
|
+
"attributes": [
|
|
1982
2014
|
{
|
|
1983
|
-
"
|
|
1984
|
-
"name": "placeholder",
|
|
2015
|
+
"name": "expand-mode",
|
|
1985
2016
|
"type": {
|
|
1986
|
-
"text": "
|
|
2017
|
+
"text": "AccordionExpandMode"
|
|
1987
2018
|
},
|
|
1988
|
-
"
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
"type": {
|
|
1994
|
-
"text": "boolean"
|
|
2019
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2020
|
+
"fieldName": "expandmode",
|
|
2021
|
+
"inheritedFrom": {
|
|
2022
|
+
"name": "Accordion",
|
|
2023
|
+
"module": "src/accordion/accordion.ts"
|
|
1995
2024
|
}
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
"name": "inputValue",
|
|
2000
|
-
"type": {
|
|
2001
|
-
"text": "string"
|
|
2002
|
-
},
|
|
2003
|
-
"default": "''"
|
|
2004
|
-
},
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"members": [
|
|
2005
2028
|
{
|
|
2006
2029
|
"kind": "field",
|
|
2007
|
-
"name": "
|
|
2030
|
+
"name": "expandmode",
|
|
2008
2031
|
"type": {
|
|
2009
|
-
"text": "
|
|
2032
|
+
"text": "AccordionExpandMode"
|
|
2010
2033
|
},
|
|
2011
|
-
"
|
|
2034
|
+
"privacy": "public",
|
|
2035
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2036
|
+
"inheritedFrom": {
|
|
2037
|
+
"name": "Accordion",
|
|
2038
|
+
"module": "src/accordion/accordion.ts"
|
|
2039
|
+
}
|
|
2012
2040
|
},
|
|
2013
2041
|
{
|
|
2014
2042
|
"kind": "field",
|
|
2015
|
-
"name": "
|
|
2043
|
+
"name": "activeid",
|
|
2016
2044
|
"type": {
|
|
2017
2045
|
"text": "string | null"
|
|
2018
2046
|
},
|
|
2019
|
-
"
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
"type": {
|
|
2025
|
-
"text": "CriteriaGroup[]"
|
|
2026
|
-
},
|
|
2027
|
-
"default": "[]"
|
|
2047
|
+
"privacy": "private",
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "Accordion",
|
|
2050
|
+
"module": "src/accordion/accordion.ts"
|
|
2051
|
+
}
|
|
2028
2052
|
},
|
|
2029
2053
|
{
|
|
2030
2054
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2055
|
+
"name": "activeItemIndex",
|
|
2032
2056
|
"type": {
|
|
2033
|
-
"text": "
|
|
2057
|
+
"text": "number"
|
|
2034
2058
|
},
|
|
2035
|
-
"
|
|
2059
|
+
"privacy": "private",
|
|
2060
|
+
"default": "0",
|
|
2061
|
+
"inheritedFrom": {
|
|
2062
|
+
"name": "Accordion",
|
|
2063
|
+
"module": "src/accordion/accordion.ts"
|
|
2064
|
+
}
|
|
2036
2065
|
},
|
|
2037
2066
|
{
|
|
2038
2067
|
"kind": "field",
|
|
2039
|
-
"name": "
|
|
2068
|
+
"name": "accordionIds",
|
|
2040
2069
|
"type": {
|
|
2041
|
-
"text": "
|
|
2070
|
+
"text": "Array<string | null>"
|
|
2042
2071
|
},
|
|
2043
|
-
"
|
|
2072
|
+
"privacy": "private",
|
|
2073
|
+
"inheritedFrom": {
|
|
2074
|
+
"name": "Accordion",
|
|
2075
|
+
"module": "src/accordion/accordion.ts"
|
|
2076
|
+
}
|
|
2044
2077
|
},
|
|
2045
2078
|
{
|
|
2046
2079
|
"kind": "field",
|
|
2047
|
-
"name": "
|
|
2048
|
-
"
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2080
|
+
"name": "change",
|
|
2081
|
+
"privacy": "private",
|
|
2082
|
+
"inheritedFrom": {
|
|
2083
|
+
"name": "Accordion",
|
|
2084
|
+
"module": "src/accordion/accordion.ts"
|
|
2085
|
+
}
|
|
2052
2086
|
},
|
|
2053
2087
|
{
|
|
2054
|
-
"kind": "
|
|
2055
|
-
"name": "
|
|
2056
|
-
"
|
|
2057
|
-
|
|
2088
|
+
"kind": "method",
|
|
2089
|
+
"name": "findExpandedItem",
|
|
2090
|
+
"privacy": "private",
|
|
2091
|
+
"return": {
|
|
2092
|
+
"type": {
|
|
2093
|
+
"text": "AccordionItem | null"
|
|
2094
|
+
}
|
|
2058
2095
|
},
|
|
2059
|
-
"
|
|
2096
|
+
"inheritedFrom": {
|
|
2097
|
+
"name": "Accordion",
|
|
2098
|
+
"module": "src/accordion/accordion.ts"
|
|
2099
|
+
}
|
|
2060
2100
|
},
|
|
2061
2101
|
{
|
|
2062
2102
|
"kind": "field",
|
|
2063
|
-
"name": "
|
|
2064
|
-
"type": {
|
|
2065
|
-
"text": "(() => void) | null"
|
|
2066
|
-
},
|
|
2103
|
+
"name": "setItems",
|
|
2067
2104
|
"privacy": "private",
|
|
2068
|
-
"
|
|
2105
|
+
"inheritedFrom": {
|
|
2106
|
+
"name": "Accordion",
|
|
2107
|
+
"module": "src/accordion/accordion.ts"
|
|
2108
|
+
}
|
|
2069
2109
|
},
|
|
2070
2110
|
{
|
|
2071
|
-
"kind": "
|
|
2072
|
-
"name": "
|
|
2073
|
-
"type": {
|
|
2074
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
2075
|
-
},
|
|
2111
|
+
"kind": "method",
|
|
2112
|
+
"name": "resetItems",
|
|
2076
2113
|
"privacy": "private",
|
|
2077
|
-
"
|
|
2114
|
+
"return": {
|
|
2115
|
+
"type": {
|
|
2116
|
+
"text": "void"
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
"inheritedFrom": {
|
|
2120
|
+
"name": "Accordion",
|
|
2121
|
+
"module": "src/accordion/accordion.ts"
|
|
2122
|
+
}
|
|
2078
2123
|
},
|
|
2079
2124
|
{
|
|
2080
2125
|
"kind": "field",
|
|
2081
|
-
"name": "
|
|
2082
|
-
"
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2126
|
+
"name": "removeItemListeners",
|
|
2127
|
+
"privacy": "private",
|
|
2128
|
+
"inheritedFrom": {
|
|
2129
|
+
"name": "Accordion",
|
|
2130
|
+
"module": "src/accordion/accordion.ts"
|
|
2131
|
+
}
|
|
2086
2132
|
},
|
|
2087
2133
|
{
|
|
2088
2134
|
"kind": "field",
|
|
2089
|
-
"name": "
|
|
2090
|
-
"
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2135
|
+
"name": "activeItemChange",
|
|
2136
|
+
"privacy": "private",
|
|
2137
|
+
"inheritedFrom": {
|
|
2138
|
+
"name": "Accordion",
|
|
2139
|
+
"module": "src/accordion/accordion.ts"
|
|
2140
|
+
}
|
|
2094
2141
|
},
|
|
2095
2142
|
{
|
|
2096
2143
|
"kind": "method",
|
|
2097
|
-
"name": "
|
|
2144
|
+
"name": "getItemIds",
|
|
2098
2145
|
"privacy": "private",
|
|
2099
2146
|
"return": {
|
|
2100
2147
|
"type": {
|
|
2101
|
-
"text": "string"
|
|
2148
|
+
"text": "Array<string | null>"
|
|
2102
2149
|
}
|
|
2103
2150
|
},
|
|
2104
|
-
"
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
"text": "string"
|
|
2109
|
-
}
|
|
2110
|
-
}
|
|
2111
|
-
]
|
|
2151
|
+
"inheritedFrom": {
|
|
2152
|
+
"name": "Accordion",
|
|
2153
|
+
"module": "src/accordion/accordion.ts"
|
|
2154
|
+
}
|
|
2112
2155
|
},
|
|
2113
2156
|
{
|
|
2114
2157
|
"kind": "method",
|
|
2115
|
-
"name": "
|
|
2158
|
+
"name": "isSingleExpandMode",
|
|
2159
|
+
"privacy": "private",
|
|
2116
2160
|
"return": {
|
|
2117
2161
|
"type": {
|
|
2118
|
-
"text": "
|
|
2162
|
+
"text": "boolean"
|
|
2119
2163
|
}
|
|
2164
|
+
},
|
|
2165
|
+
"inheritedFrom": {
|
|
2166
|
+
"name": "Accordion",
|
|
2167
|
+
"module": "src/accordion/accordion.ts"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "field",
|
|
2172
|
+
"name": "handleItemKeyDown",
|
|
2173
|
+
"privacy": "private",
|
|
2174
|
+
"inheritedFrom": {
|
|
2175
|
+
"name": "Accordion",
|
|
2176
|
+
"module": "src/accordion/accordion.ts"
|
|
2177
|
+
}
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"kind": "field",
|
|
2181
|
+
"name": "handleItemFocus",
|
|
2182
|
+
"privacy": "private",
|
|
2183
|
+
"inheritedFrom": {
|
|
2184
|
+
"name": "Accordion",
|
|
2185
|
+
"module": "src/accordion/accordion.ts"
|
|
2120
2186
|
}
|
|
2121
2187
|
},
|
|
2122
2188
|
{
|
|
2123
2189
|
"kind": "method",
|
|
2124
|
-
"name": "
|
|
2190
|
+
"name": "adjust",
|
|
2191
|
+
"privacy": "private",
|
|
2125
2192
|
"return": {
|
|
2126
2193
|
"type": {
|
|
2127
2194
|
"text": "void"
|
|
@@ -2129,49 +2196,31 @@
|
|
|
2129
2196
|
},
|
|
2130
2197
|
"parameters": [
|
|
2131
2198
|
{
|
|
2132
|
-
"name": "
|
|
2133
|
-
"type": {
|
|
2134
|
-
"text": "number"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"name": "clauseIndex",
|
|
2199
|
+
"name": "adjustment",
|
|
2139
2200
|
"type": {
|
|
2140
2201
|
"text": "number"
|
|
2141
2202
|
}
|
|
2142
2203
|
}
|
|
2143
|
-
]
|
|
2204
|
+
],
|
|
2205
|
+
"inheritedFrom": {
|
|
2206
|
+
"name": "Accordion",
|
|
2207
|
+
"module": "src/accordion/accordion.ts"
|
|
2208
|
+
}
|
|
2144
2209
|
},
|
|
2145
2210
|
{
|
|
2146
2211
|
"kind": "method",
|
|
2147
|
-
"name": "
|
|
2212
|
+
"name": "focusItem",
|
|
2213
|
+
"privacy": "private",
|
|
2148
2214
|
"return": {
|
|
2149
2215
|
"type": {
|
|
2150
2216
|
"text": "void"
|
|
2151
2217
|
}
|
|
2218
|
+
},
|
|
2219
|
+
"inheritedFrom": {
|
|
2220
|
+
"name": "Accordion",
|
|
2221
|
+
"module": "src/accordion/accordion.ts"
|
|
2152
2222
|
}
|
|
2153
2223
|
},
|
|
2154
|
-
{
|
|
2155
|
-
"kind": "method",
|
|
2156
|
-
"name": "handleSubmit"
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"kind": "method",
|
|
2160
|
-
"name": "handleBlur"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"kind": "method",
|
|
2164
|
-
"name": "clear"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"kind": "method",
|
|
2168
|
-
"name": "toggleSpeechInput"
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"kind": "method",
|
|
2172
|
-
"name": "clearSpeechApplyDebounce",
|
|
2173
|
-
"privacy": "private"
|
|
2174
|
-
},
|
|
2175
2224
|
{
|
|
2176
2225
|
"kind": "field",
|
|
2177
2226
|
"name": "_presentation",
|
|
@@ -2286,48 +2335,26 @@
|
|
|
2286
2335
|
],
|
|
2287
2336
|
"events": [
|
|
2288
2337
|
{
|
|
2289
|
-
"description": "
|
|
2290
|
-
"name": "
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
}
|
|
2296
|
-
],
|
|
2297
|
-
"attributes": [
|
|
2298
|
-
{
|
|
2299
|
-
"name": "placeholder",
|
|
2300
|
-
"type": {
|
|
2301
|
-
"text": "string"
|
|
2302
|
-
},
|
|
2303
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2304
|
-
"fieldName": "placeholder"
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
"type": {
|
|
2308
|
-
"text": "boolean"
|
|
2309
|
-
},
|
|
2310
|
-
"fieldName": "disabled"
|
|
2338
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2339
|
+
"name": "change",
|
|
2340
|
+
"inheritedFrom": {
|
|
2341
|
+
"name": "Accordion",
|
|
2342
|
+
"module": "src/accordion/accordion.ts"
|
|
2343
|
+
}
|
|
2311
2344
|
}
|
|
2312
|
-
]
|
|
2313
|
-
"superclass": {
|
|
2314
|
-
"name": "FoundationElement",
|
|
2315
|
-
"package": "@microsoft/fast-foundation"
|
|
2316
|
-
},
|
|
2317
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2318
|
-
"customElement": true
|
|
2345
|
+
]
|
|
2319
2346
|
},
|
|
2320
2347
|
{
|
|
2321
2348
|
"kind": "variable",
|
|
2322
|
-
"name": "
|
|
2349
|
+
"name": "foundationAccordionShadowOptions",
|
|
2323
2350
|
"type": {
|
|
2324
2351
|
"text": "ShadowRootInit"
|
|
2325
2352
|
},
|
|
2326
|
-
"default": "
|
|
2353
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2327
2354
|
},
|
|
2328
2355
|
{
|
|
2329
2356
|
"kind": "variable",
|
|
2330
|
-
"name": "
|
|
2357
|
+
"name": "defaultAccordionConfig",
|
|
2331
2358
|
"type": {
|
|
2332
2359
|
"text": "object"
|
|
2333
2360
|
},
|
|
@@ -2335,103 +2362,57 @@
|
|
|
2335
2362
|
},
|
|
2336
2363
|
{
|
|
2337
2364
|
"kind": "variable",
|
|
2338
|
-
"name": "
|
|
2365
|
+
"name": "foundationAccordion",
|
|
2366
|
+
"description": "The Foundation Accordion",
|
|
2367
|
+
"privacy": "public"
|
|
2339
2368
|
}
|
|
2340
2369
|
],
|
|
2341
2370
|
"exports": [
|
|
2342
2371
|
{
|
|
2343
2372
|
"kind": "js",
|
|
2344
|
-
"name": "
|
|
2373
|
+
"name": "Accordion",
|
|
2345
2374
|
"declaration": {
|
|
2346
|
-
"name": "
|
|
2347
|
-
"module": "src/
|
|
2375
|
+
"name": "Accordion",
|
|
2376
|
+
"module": "src/accordion/accordion.ts"
|
|
2348
2377
|
}
|
|
2349
2378
|
},
|
|
2350
2379
|
{
|
|
2351
2380
|
"kind": "js",
|
|
2352
|
-
"name": "
|
|
2381
|
+
"name": "foundationAccordionShadowOptions",
|
|
2353
2382
|
"declaration": {
|
|
2354
|
-
"name": "
|
|
2355
|
-
"module": "src/
|
|
2383
|
+
"name": "foundationAccordionShadowOptions",
|
|
2384
|
+
"module": "src/accordion/accordion.ts"
|
|
2356
2385
|
}
|
|
2357
2386
|
},
|
|
2358
2387
|
{
|
|
2359
2388
|
"kind": "js",
|
|
2360
|
-
"name": "
|
|
2389
|
+
"name": "defaultAccordionConfig",
|
|
2361
2390
|
"declaration": {
|
|
2362
|
-
"name": "
|
|
2363
|
-
"module": "src/
|
|
2391
|
+
"name": "defaultAccordionConfig",
|
|
2392
|
+
"module": "src/accordion/accordion.ts"
|
|
2364
2393
|
}
|
|
2365
2394
|
},
|
|
2366
2395
|
{
|
|
2367
2396
|
"kind": "js",
|
|
2368
|
-
"name": "
|
|
2397
|
+
"name": "foundationAccordion",
|
|
2369
2398
|
"declaration": {
|
|
2370
|
-
"name": "
|
|
2371
|
-
"module": "src/
|
|
2399
|
+
"name": "foundationAccordion",
|
|
2400
|
+
"module": "src/accordion/accordion.ts"
|
|
2372
2401
|
}
|
|
2373
2402
|
}
|
|
2374
2403
|
]
|
|
2375
2404
|
},
|
|
2376
2405
|
{
|
|
2377
2406
|
"kind": "javascript-module",
|
|
2378
|
-
"path": "src/
|
|
2407
|
+
"path": "src/accordion/index.ts",
|
|
2379
2408
|
"declarations": [],
|
|
2380
2409
|
"exports": [
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "js",
|
|
2383
|
-
"name": "AiCriteriaSearch",
|
|
2384
|
-
"declaration": {
|
|
2385
|
-
"name": "AiCriteriaSearch",
|
|
2386
|
-
"module": "./ai-criteria-search"
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"kind": "js",
|
|
2391
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2392
|
-
"declaration": {
|
|
2393
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2394
|
-
"module": "./ai-criteria-search"
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"kind": "js",
|
|
2399
|
-
"name": "foundationAiCriteriaSearch",
|
|
2400
|
-
"declaration": {
|
|
2401
|
-
"name": "foundationAiCriteriaSearch",
|
|
2402
|
-
"module": "./ai-criteria-search"
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2405
|
-
{
|
|
2406
|
-
"kind": "js",
|
|
2407
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2408
|
-
"declaration": {
|
|
2409
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2410
|
-
"module": "./ai-criteria-search"
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
"kind": "js",
|
|
2415
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2416
|
-
"declaration": {
|
|
2417
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2418
|
-
"module": "./ai-criteria-search.styles"
|
|
2419
|
-
}
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"kind": "js",
|
|
2423
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2424
|
-
"declaration": {
|
|
2425
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2426
|
-
"module": "./ai-criteria-search.template"
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
2410
|
{
|
|
2430
2411
|
"kind": "js",
|
|
2431
2412
|
"name": "*",
|
|
2432
2413
|
"declaration": {
|
|
2433
2414
|
"name": "*",
|
|
2434
|
-
"package": "./
|
|
2415
|
+
"package": "./accordion.template"
|
|
2435
2416
|
}
|
|
2436
2417
|
},
|
|
2437
2418
|
{
|
|
@@ -2439,7 +2420,7 @@
|
|
|
2439
2420
|
"name": "*",
|
|
2440
2421
|
"declaration": {
|
|
2441
2422
|
"name": "*",
|
|
2442
|
-
"package": "./
|
|
2423
|
+
"package": "./accordion.styles"
|
|
2443
2424
|
}
|
|
2444
2425
|
},
|
|
2445
2426
|
{
|
|
@@ -2447,336 +2428,340 @@
|
|
|
2447
2428
|
"name": "*",
|
|
2448
2429
|
"declaration": {
|
|
2449
2430
|
"name": "*",
|
|
2450
|
-
"package": "./
|
|
2431
|
+
"package": "./accordion"
|
|
2451
2432
|
}
|
|
2452
2433
|
}
|
|
2453
2434
|
]
|
|
2454
2435
|
},
|
|
2455
2436
|
{
|
|
2456
2437
|
"kind": "javascript-module",
|
|
2457
|
-
"path": "src/
|
|
2438
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2458
2439
|
"declarations": [
|
|
2459
2440
|
{
|
|
2460
2441
|
"kind": "function",
|
|
2461
|
-
"name": "
|
|
2442
|
+
"name": "actionsMenuBaseStyles",
|
|
2462
2443
|
"return": {
|
|
2463
2444
|
"type": {
|
|
2464
|
-
"text": "
|
|
2445
|
+
"text": "ElementStyles"
|
|
2465
2446
|
}
|
|
2466
2447
|
},
|
|
2467
2448
|
"parameters": [
|
|
2468
2449
|
{
|
|
2469
|
-
"name": "
|
|
2450
|
+
"name": "context",
|
|
2470
2451
|
"type": {
|
|
2471
|
-
"text": "
|
|
2452
|
+
"text": "ElementDefinitionContext"
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "definition",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "FoundationElementDefinition"
|
|
2472
2459
|
}
|
|
2473
2460
|
}
|
|
2474
|
-
]
|
|
2475
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2461
|
+
]
|
|
2476
2462
|
},
|
|
2477
2463
|
{
|
|
2478
2464
|
"kind": "function",
|
|
2479
|
-
"name": "
|
|
2465
|
+
"name": "foundationActionsMenuStyles",
|
|
2480
2466
|
"return": {
|
|
2481
2467
|
"type": {
|
|
2482
|
-
"text": "
|
|
2468
|
+
"text": "ElementStyles"
|
|
2483
2469
|
}
|
|
2484
2470
|
},
|
|
2485
2471
|
"parameters": [
|
|
2486
2472
|
{
|
|
2487
|
-
"name": "
|
|
2488
|
-
"type": {
|
|
2489
|
-
"text": "string"
|
|
2490
|
-
},
|
|
2491
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"name": "body",
|
|
2473
|
+
"name": "context",
|
|
2495
2474
|
"type": {
|
|
2496
|
-
"text": "
|
|
2497
|
-
}
|
|
2498
|
-
"description": "Error message to display"
|
|
2475
|
+
"text": "ElementDefinitionContext"
|
|
2476
|
+
}
|
|
2499
2477
|
},
|
|
2500
2478
|
{
|
|
2501
|
-
"name": "
|
|
2479
|
+
"name": "definition",
|
|
2502
2480
|
"type": {
|
|
2503
|
-
"text": "
|
|
2504
|
-
}
|
|
2505
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2481
|
+
"text": "FoundationElementDefinition"
|
|
2482
|
+
}
|
|
2506
2483
|
}
|
|
2507
|
-
]
|
|
2508
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2484
|
+
]
|
|
2509
2485
|
}
|
|
2510
2486
|
],
|
|
2511
2487
|
"exports": [
|
|
2512
2488
|
{
|
|
2513
2489
|
"kind": "js",
|
|
2514
|
-
"name": "
|
|
2490
|
+
"name": "actionsMenuBaseStyles",
|
|
2515
2491
|
"declaration": {
|
|
2516
|
-
"name": "
|
|
2517
|
-
"module": "src/
|
|
2492
|
+
"name": "actionsMenuBaseStyles",
|
|
2493
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2518
2494
|
}
|
|
2519
2495
|
},
|
|
2520
2496
|
{
|
|
2521
2497
|
"kind": "js",
|
|
2522
|
-
"name": "
|
|
2498
|
+
"name": "foundationActionsMenuStyles",
|
|
2523
2499
|
"declaration": {
|
|
2524
|
-
"name": "
|
|
2525
|
-
"module": "src/
|
|
2500
|
+
"name": "foundationActionsMenuStyles",
|
|
2501
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2526
2502
|
}
|
|
2527
2503
|
}
|
|
2528
2504
|
]
|
|
2529
2505
|
},
|
|
2530
2506
|
{
|
|
2531
2507
|
"kind": "javascript-module",
|
|
2532
|
-
"path": "src/
|
|
2508
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2533
2509
|
"declarations": [
|
|
2534
2510
|
{
|
|
2535
2511
|
"kind": "function",
|
|
2536
|
-
"name": "
|
|
2537
|
-
"return": {
|
|
2538
|
-
"type": {
|
|
2539
|
-
"text": "ElementStyles"
|
|
2540
|
-
}
|
|
2541
|
-
},
|
|
2512
|
+
"name": "menuTemplate",
|
|
2542
2513
|
"parameters": [
|
|
2543
2514
|
{
|
|
2544
|
-
"name": "
|
|
2515
|
+
"name": "prefix",
|
|
2545
2516
|
"type": {
|
|
2546
|
-
"text": "
|
|
2517
|
+
"text": "string"
|
|
2547
2518
|
}
|
|
2548
|
-
}
|
|
2519
|
+
}
|
|
2520
|
+
]
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"kind": "function",
|
|
2524
|
+
"name": "singleOptionTemplate",
|
|
2525
|
+
"parameters": [
|
|
2549
2526
|
{
|
|
2550
|
-
"name": "
|
|
2527
|
+
"name": "prefix",
|
|
2551
2528
|
"type": {
|
|
2552
|
-
"text": "
|
|
2529
|
+
"text": "string"
|
|
2553
2530
|
}
|
|
2554
2531
|
}
|
|
2555
2532
|
]
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"kind": "variable",
|
|
2536
|
+
"name": "foundationActionsMenuTemplate",
|
|
2537
|
+
"type": {
|
|
2538
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2539
|
+
},
|
|
2540
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2556
2541
|
}
|
|
2557
2542
|
],
|
|
2558
2543
|
"exports": [
|
|
2559
2544
|
{
|
|
2560
2545
|
"kind": "js",
|
|
2561
|
-
"name": "
|
|
2546
|
+
"name": "menuTemplate",
|
|
2562
2547
|
"declaration": {
|
|
2563
|
-
"name": "
|
|
2564
|
-
"module": "src/
|
|
2548
|
+
"name": "menuTemplate",
|
|
2549
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2565
2550
|
}
|
|
2566
|
-
}
|
|
2567
|
-
]
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"kind": "javascript-module",
|
|
2571
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2572
|
-
"declarations": [
|
|
2551
|
+
},
|
|
2573
2552
|
{
|
|
2574
|
-
"kind": "
|
|
2575
|
-
"name": "
|
|
2576
|
-
"
|
|
2577
|
-
"
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
}
|
|
2581
|
-
],
|
|
2582
|
-
"exports": [
|
|
2553
|
+
"kind": "js",
|
|
2554
|
+
"name": "singleOptionTemplate",
|
|
2555
|
+
"declaration": {
|
|
2556
|
+
"name": "singleOptionTemplate",
|
|
2557
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2583
2560
|
{
|
|
2584
2561
|
"kind": "js",
|
|
2585
|
-
"name": "
|
|
2562
|
+
"name": "foundationActionsMenuTemplate",
|
|
2586
2563
|
"declaration": {
|
|
2587
|
-
"name": "
|
|
2588
|
-
"module": "src/
|
|
2564
|
+
"name": "foundationActionsMenuTemplate",
|
|
2565
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2589
2566
|
}
|
|
2590
2567
|
}
|
|
2591
2568
|
]
|
|
2592
2569
|
},
|
|
2593
2570
|
{
|
|
2594
2571
|
"kind": "javascript-module",
|
|
2595
|
-
"path": "src/
|
|
2572
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2596
2573
|
"declarations": [
|
|
2597
2574
|
{
|
|
2598
2575
|
"kind": "class",
|
|
2599
2576
|
"description": "",
|
|
2600
|
-
"name": "
|
|
2577
|
+
"name": "ActionsMenu",
|
|
2601
2578
|
"members": [
|
|
2602
2579
|
{
|
|
2603
2580
|
"kind": "field",
|
|
2604
|
-
"name": "
|
|
2581
|
+
"name": "actions",
|
|
2605
2582
|
"type": {
|
|
2606
|
-
"text": "
|
|
2583
|
+
"text": "ActionMenuItem[]"
|
|
2607
2584
|
}
|
|
2608
2585
|
},
|
|
2609
2586
|
{
|
|
2610
2587
|
"kind": "field",
|
|
2611
|
-
"name": "
|
|
2588
|
+
"name": "isVertical",
|
|
2612
2589
|
"type": {
|
|
2613
|
-
"text": "
|
|
2590
|
+
"text": "boolean"
|
|
2614
2591
|
},
|
|
2615
|
-
"
|
|
2616
|
-
"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.",
|
|
2617
|
-
"readonly": true
|
|
2592
|
+
"default": "false"
|
|
2618
2593
|
},
|
|
2619
2594
|
{
|
|
2620
2595
|
"kind": "field",
|
|
2621
|
-
"name": "
|
|
2596
|
+
"name": "addDefaultActions",
|
|
2622
2597
|
"type": {
|
|
2623
|
-
"text": "
|
|
2598
|
+
"text": "boolean"
|
|
2624
2599
|
},
|
|
2625
|
-
"default": "
|
|
2600
|
+
"default": "true"
|
|
2626
2601
|
},
|
|
2627
2602
|
{
|
|
2628
2603
|
"kind": "field",
|
|
2629
|
-
"name": "
|
|
2604
|
+
"name": "autoCloseOnAction",
|
|
2630
2605
|
"type": {
|
|
2631
2606
|
"text": "boolean"
|
|
2632
2607
|
},
|
|
2633
|
-
"default": "
|
|
2608
|
+
"default": "true"
|
|
2634
2609
|
},
|
|
2635
2610
|
{
|
|
2636
2611
|
"kind": "field",
|
|
2637
|
-
"name": "
|
|
2612
|
+
"name": "classNames",
|
|
2638
2613
|
"type": {
|
|
2639
|
-
"text": "
|
|
2640
|
-
}
|
|
2641
|
-
"default": "'none'"
|
|
2614
|
+
"text": "string"
|
|
2615
|
+
}
|
|
2642
2616
|
},
|
|
2643
2617
|
{
|
|
2644
2618
|
"kind": "field",
|
|
2645
|
-
"name": "
|
|
2619
|
+
"name": "definition",
|
|
2646
2620
|
"type": {
|
|
2647
|
-
"text": "
|
|
2648
|
-
}
|
|
2649
|
-
"default": "false"
|
|
2621
|
+
"text": "any"
|
|
2622
|
+
}
|
|
2650
2623
|
},
|
|
2651
2624
|
{
|
|
2652
2625
|
"kind": "field",
|
|
2653
|
-
"name": "
|
|
2626
|
+
"name": "name",
|
|
2654
2627
|
"type": {
|
|
2655
|
-
"text": "
|
|
2628
|
+
"text": "string"
|
|
2656
2629
|
},
|
|
2657
|
-
"
|
|
2658
|
-
"default": "null"
|
|
2630
|
+
"default": "'Actions'"
|
|
2659
2631
|
},
|
|
2660
2632
|
{
|
|
2661
2633
|
"kind": "field",
|
|
2662
|
-
"name": "
|
|
2663
|
-
"
|
|
2634
|
+
"name": "open",
|
|
2635
|
+
"type": {
|
|
2636
|
+
"text": "boolean"
|
|
2637
|
+
},
|
|
2638
|
+
"default": "false"
|
|
2664
2639
|
},
|
|
2665
2640
|
{
|
|
2666
2641
|
"kind": "field",
|
|
2667
|
-
"name": "
|
|
2642
|
+
"name": "buttonAppearance",
|
|
2668
2643
|
"type": {
|
|
2669
|
-
"text": "string
|
|
2670
|
-
}
|
|
2671
|
-
"readonly": true
|
|
2644
|
+
"text": "string"
|
|
2645
|
+
}
|
|
2672
2646
|
},
|
|
2673
2647
|
{
|
|
2674
2648
|
"kind": "field",
|
|
2675
|
-
"name": "
|
|
2649
|
+
"name": "hideDisabled",
|
|
2676
2650
|
"type": {
|
|
2677
2651
|
"text": "boolean"
|
|
2678
2652
|
},
|
|
2679
|
-
"
|
|
2653
|
+
"default": "false"
|
|
2680
2654
|
},
|
|
2681
2655
|
{
|
|
2682
2656
|
"kind": "field",
|
|
2683
|
-
"name": "
|
|
2657
|
+
"name": "hideMenuSingleOption",
|
|
2684
2658
|
"type": {
|
|
2685
2659
|
"text": "boolean"
|
|
2686
2660
|
},
|
|
2687
|
-
"
|
|
2661
|
+
"default": "false"
|
|
2688
2662
|
},
|
|
2689
2663
|
{
|
|
2690
|
-
"kind": "
|
|
2691
|
-
"name": "
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2694
|
-
|
|
2695
|
-
|
|
2664
|
+
"kind": "field",
|
|
2665
|
+
"name": "singleOption",
|
|
2666
|
+
"type": {
|
|
2667
|
+
"text": "ActionMenuItem"
|
|
2668
|
+
}
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"kind": "field",
|
|
2672
|
+
"name": "actionsMenu",
|
|
2673
|
+
"type": {
|
|
2674
|
+
"text": "HTMLElement"
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"kind": "field",
|
|
2679
|
+
"name": "actionsOpener",
|
|
2680
|
+
"type": {
|
|
2681
|
+
"text": "HTMLElement"
|
|
2696
2682
|
}
|
|
2697
2683
|
},
|
|
2698
2684
|
{
|
|
2699
2685
|
"kind": "method",
|
|
2700
|
-
"name": "
|
|
2701
|
-
"privacy": "private"
|
|
2686
|
+
"name": "updateMenuPosition",
|
|
2687
|
+
"privacy": "private"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "method",
|
|
2691
|
+
"name": "definitionChanged",
|
|
2692
|
+
"privacy": "protected",
|
|
2702
2693
|
"parameters": [
|
|
2703
2694
|
{
|
|
2704
|
-
"name": "
|
|
2695
|
+
"name": "oldValue",
|
|
2705
2696
|
"type": {
|
|
2706
|
-
"text": "
|
|
2697
|
+
"text": "any"
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"name": "newValue",
|
|
2702
|
+
"type": {
|
|
2703
|
+
"text": "any"
|
|
2707
2704
|
}
|
|
2708
2705
|
}
|
|
2709
2706
|
]
|
|
2710
2707
|
},
|
|
2711
2708
|
{
|
|
2712
2709
|
"kind": "method",
|
|
2713
|
-
"name": "
|
|
2710
|
+
"name": "openChanged",
|
|
2711
|
+
"privacy": "protected"
|
|
2714
2712
|
},
|
|
2715
2713
|
{
|
|
2716
2714
|
"kind": "method",
|
|
2717
|
-
"name": "
|
|
2718
|
-
"return": {
|
|
2719
|
-
"type": {
|
|
2720
|
-
"text": "Promise<void>"
|
|
2721
|
-
}
|
|
2722
|
-
}
|
|
2715
|
+
"name": "toggleActionsMenuVisibility"
|
|
2723
2716
|
},
|
|
2724
2717
|
{
|
|
2725
2718
|
"kind": "method",
|
|
2726
|
-
"name": "
|
|
2727
|
-
"privacy": "private",
|
|
2728
|
-
"return": {
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "AIIndicatorState"
|
|
2731
|
-
}
|
|
2732
|
-
},
|
|
2719
|
+
"name": "onActionMenuItemClick",
|
|
2733
2720
|
"parameters": [
|
|
2734
2721
|
{
|
|
2735
|
-
"name": "
|
|
2722
|
+
"name": "callback",
|
|
2736
2723
|
"type": {
|
|
2737
|
-
"text": "
|
|
2724
|
+
"text": "(rowData) => void | any"
|
|
2738
2725
|
}
|
|
2739
2726
|
}
|
|
2740
2727
|
]
|
|
2741
2728
|
},
|
|
2742
2729
|
{
|
|
2743
|
-
"kind": "
|
|
2744
|
-
"name": "
|
|
2745
|
-
"
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
}
|
|
2750
|
-
}
|
|
2730
|
+
"kind": "field",
|
|
2731
|
+
"name": "allActions",
|
|
2732
|
+
"type": {
|
|
2733
|
+
"text": "ActionMenuItem[]"
|
|
2734
|
+
},
|
|
2735
|
+
"readonly": true
|
|
2751
2736
|
},
|
|
2752
2737
|
{
|
|
2753
|
-
"kind": "
|
|
2754
|
-
"name": "
|
|
2755
|
-
"
|
|
2756
|
-
"return": {
|
|
2757
|
-
"type": {
|
|
2758
|
-
"text": "void"
|
|
2759
|
-
}
|
|
2760
|
-
}
|
|
2738
|
+
"kind": "field",
|
|
2739
|
+
"name": "rowData",
|
|
2740
|
+
"readonly": true
|
|
2761
2741
|
},
|
|
2762
2742
|
{
|
|
2763
2743
|
"kind": "method",
|
|
2764
|
-
"name": "
|
|
2765
|
-
"
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
"
|
|
2744
|
+
"name": "getLabel",
|
|
2745
|
+
"parameters": [
|
|
2746
|
+
{
|
|
2747
|
+
"name": "name",
|
|
2748
|
+
"type": {
|
|
2749
|
+
"text": "string | ((rowData: any) => string)"
|
|
2750
|
+
}
|
|
2769
2751
|
}
|
|
2770
|
-
|
|
2752
|
+
]
|
|
2771
2753
|
},
|
|
2772
2754
|
{
|
|
2773
2755
|
"kind": "method",
|
|
2774
|
-
"name": "
|
|
2775
|
-
"
|
|
2776
|
-
|
|
2777
|
-
"
|
|
2756
|
+
"name": "getTemplate",
|
|
2757
|
+
"parameters": [
|
|
2758
|
+
{
|
|
2759
|
+
"name": "prefix",
|
|
2760
|
+
"type": {
|
|
2761
|
+
"text": "string"
|
|
2762
|
+
}
|
|
2778
2763
|
}
|
|
2779
|
-
|
|
2764
|
+
]
|
|
2780
2765
|
},
|
|
2781
2766
|
{
|
|
2782
2767
|
"kind": "field",
|
|
@@ -2890,291 +2875,246 @@
|
|
|
2890
2875
|
}
|
|
2891
2876
|
}
|
|
2892
2877
|
],
|
|
2878
|
+
"attributes": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "is-vertical",
|
|
2881
|
+
"type": {
|
|
2882
|
+
"text": "boolean"
|
|
2883
|
+
},
|
|
2884
|
+
"default": "false",
|
|
2885
|
+
"fieldName": "isVertical"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"name": "add-default-actions",
|
|
2889
|
+
"type": {
|
|
2890
|
+
"text": "boolean"
|
|
2891
|
+
},
|
|
2892
|
+
"default": "true",
|
|
2893
|
+
"fieldName": "addDefaultActions"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"name": "auto-close-on-action",
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "boolean"
|
|
2899
|
+
},
|
|
2900
|
+
"default": "true",
|
|
2901
|
+
"fieldName": "autoCloseOnAction"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"name": "name",
|
|
2905
|
+
"type": {
|
|
2906
|
+
"text": "string"
|
|
2907
|
+
},
|
|
2908
|
+
"default": "'Actions'",
|
|
2909
|
+
"fieldName": "name"
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"name": "open",
|
|
2913
|
+
"type": {
|
|
2914
|
+
"text": "boolean"
|
|
2915
|
+
},
|
|
2916
|
+
"default": "false",
|
|
2917
|
+
"fieldName": "open"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"name": "buttonAppearance",
|
|
2921
|
+
"type": {
|
|
2922
|
+
"text": "string"
|
|
2923
|
+
},
|
|
2924
|
+
"fieldName": "buttonAppearance"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"name": "hide-disabled",
|
|
2928
|
+
"type": {
|
|
2929
|
+
"text": "boolean"
|
|
2930
|
+
},
|
|
2931
|
+
"default": "false",
|
|
2932
|
+
"fieldName": "hideDisabled"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"name": "hide-menu-single-option",
|
|
2936
|
+
"type": {
|
|
2937
|
+
"text": "boolean"
|
|
2938
|
+
},
|
|
2939
|
+
"default": "false",
|
|
2940
|
+
"fieldName": "hideMenuSingleOption"
|
|
2941
|
+
}
|
|
2942
|
+
],
|
|
2893
2943
|
"superclass": {
|
|
2894
2944
|
"name": "FoundationElement",
|
|
2895
2945
|
"package": "@microsoft/fast-foundation"
|
|
2896
2946
|
},
|
|
2897
|
-
"tagName": "%%prefix%%-
|
|
2947
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2898
2948
|
"customElement": true
|
|
2899
2949
|
},
|
|
2900
2950
|
{
|
|
2901
2951
|
"kind": "variable",
|
|
2902
|
-
"name": "
|
|
2952
|
+
"name": "foundationActionsMenu",
|
|
2953
|
+
"description": "The Foundation Actions Menu",
|
|
2954
|
+
"privacy": "public"
|
|
2903
2955
|
}
|
|
2904
2956
|
],
|
|
2905
2957
|
"exports": [
|
|
2906
2958
|
{
|
|
2907
2959
|
"kind": "js",
|
|
2908
|
-
"name": "
|
|
2960
|
+
"name": "ActionsMenu",
|
|
2909
2961
|
"declaration": {
|
|
2910
|
-
"name": "
|
|
2911
|
-
"module": "src/
|
|
2962
|
+
"name": "ActionsMenu",
|
|
2963
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2912
2964
|
}
|
|
2913
2965
|
},
|
|
2914
2966
|
{
|
|
2915
2967
|
"kind": "js",
|
|
2916
|
-
"name": "
|
|
2968
|
+
"name": "foundationActionsMenu",
|
|
2917
2969
|
"declaration": {
|
|
2918
|
-
"name": "
|
|
2919
|
-
"module": "src/
|
|
2970
|
+
"name": "foundationActionsMenu",
|
|
2971
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2920
2972
|
}
|
|
2921
2973
|
}
|
|
2922
2974
|
]
|
|
2923
2975
|
},
|
|
2924
2976
|
{
|
|
2925
2977
|
"kind": "javascript-module",
|
|
2926
|
-
"path": "src/
|
|
2978
|
+
"path": "src/actions-menu/index.ts",
|
|
2927
2979
|
"declarations": [],
|
|
2928
2980
|
"exports": [
|
|
2929
2981
|
{
|
|
2930
2982
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
2932
|
-
"declaration": {
|
|
2933
|
-
"name": "AiIndicator",
|
|
2934
|
-
"module": "./ai-indicator"
|
|
2935
|
-
}
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
"kind": "js",
|
|
2939
|
-
"name": "foundationAiIndicator",
|
|
2940
|
-
"declaration": {
|
|
2941
|
-
"name": "foundationAiIndicator",
|
|
2942
|
-
"module": "./ai-indicator"
|
|
2943
|
-
}
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"kind": "js",
|
|
2947
|
-
"name": "type",
|
|
2948
|
-
"declaration": {
|
|
2949
|
-
"name": "type",
|
|
2950
|
-
"module": "./ai-indicator"
|
|
2951
|
-
}
|
|
2952
|
-
},
|
|
2953
|
-
{
|
|
2954
|
-
"kind": "js",
|
|
2955
|
-
"name": "AIIndicatorState",
|
|
2983
|
+
"name": "*",
|
|
2956
2984
|
"declaration": {
|
|
2957
|
-
"name": "
|
|
2958
|
-
"
|
|
2985
|
+
"name": "*",
|
|
2986
|
+
"package": "./actions-menu.styles"
|
|
2959
2987
|
}
|
|
2960
2988
|
},
|
|
2961
2989
|
{
|
|
2962
2990
|
"kind": "js",
|
|
2963
|
-
"name": "
|
|
2991
|
+
"name": "*",
|
|
2964
2992
|
"declaration": {
|
|
2965
|
-
"name": "
|
|
2966
|
-
"
|
|
2993
|
+
"name": "*",
|
|
2994
|
+
"package": "./actions-menu.template"
|
|
2967
2995
|
}
|
|
2968
2996
|
},
|
|
2969
2997
|
{
|
|
2970
2998
|
"kind": "js",
|
|
2971
|
-
"name": "
|
|
2999
|
+
"name": "*",
|
|
2972
3000
|
"declaration": {
|
|
2973
|
-
"name": "
|
|
2974
|
-
"
|
|
3001
|
+
"name": "*",
|
|
3002
|
+
"package": "./actions-menu"
|
|
2975
3003
|
}
|
|
2976
3004
|
}
|
|
2977
3005
|
]
|
|
2978
3006
|
},
|
|
2979
3007
|
{
|
|
2980
3008
|
"kind": "javascript-module",
|
|
2981
|
-
"path": "src/
|
|
3009
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2982
3010
|
"declarations": [
|
|
2983
3011
|
{
|
|
2984
|
-
"kind": "
|
|
2985
|
-
"name": "
|
|
2986
|
-
"
|
|
2987
|
-
"type": {
|
|
2988
|
-
"text": "ElementStyles"
|
|
2989
|
-
}
|
|
2990
|
-
},
|
|
2991
|
-
"parameters": [
|
|
2992
|
-
{
|
|
2993
|
-
"name": "context",
|
|
2994
|
-
"type": {
|
|
2995
|
-
"text": "ElementDefinitionContext"
|
|
2996
|
-
}
|
|
2997
|
-
},
|
|
2998
|
-
{
|
|
2999
|
-
"name": "definition",
|
|
3000
|
-
"type": {
|
|
3001
|
-
"text": "FoundationElementDefinition"
|
|
3002
|
-
}
|
|
3003
|
-
}
|
|
3004
|
-
]
|
|
3005
|
-
},
|
|
3006
|
-
{
|
|
3007
|
-
"kind": "function",
|
|
3008
|
-
"name": "foundationActionsMenuStyles",
|
|
3009
|
-
"return": {
|
|
3010
|
-
"type": {
|
|
3011
|
-
"text": "ElementStyles"
|
|
3012
|
-
}
|
|
3013
|
-
},
|
|
3014
|
-
"parameters": [
|
|
3015
|
-
{
|
|
3016
|
-
"name": "context",
|
|
3017
|
-
"type": {
|
|
3018
|
-
"text": "ElementDefinitionContext"
|
|
3019
|
-
}
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"name": "definition",
|
|
3023
|
-
"type": {
|
|
3024
|
-
"text": "FoundationElementDefinition"
|
|
3025
|
-
}
|
|
3026
|
-
}
|
|
3027
|
-
]
|
|
3012
|
+
"kind": "variable",
|
|
3013
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3014
|
+
"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`"
|
|
3028
3015
|
}
|
|
3029
3016
|
],
|
|
3030
3017
|
"exports": [
|
|
3031
3018
|
{
|
|
3032
3019
|
"kind": "js",
|
|
3033
|
-
"name": "
|
|
3034
|
-
"declaration": {
|
|
3035
|
-
"name": "actionsMenuBaseStyles",
|
|
3036
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3037
|
-
}
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"kind": "js",
|
|
3041
|
-
"name": "foundationActionsMenuStyles",
|
|
3020
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3042
3021
|
"declaration": {
|
|
3043
|
-
"name": "
|
|
3044
|
-
"module": "src/
|
|
3022
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3023
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3045
3024
|
}
|
|
3046
3025
|
}
|
|
3047
3026
|
]
|
|
3048
3027
|
},
|
|
3049
3028
|
{
|
|
3050
3029
|
"kind": "javascript-module",
|
|
3051
|
-
"path": "src/
|
|
3030
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3052
3031
|
"declarations": [
|
|
3053
|
-
{
|
|
3054
|
-
"kind": "function",
|
|
3055
|
-
"name": "menuTemplate",
|
|
3056
|
-
"parameters": [
|
|
3057
|
-
{
|
|
3058
|
-
"name": "prefix",
|
|
3059
|
-
"type": {
|
|
3060
|
-
"text": "string"
|
|
3061
|
-
}
|
|
3062
|
-
}
|
|
3063
|
-
]
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"kind": "function",
|
|
3067
|
-
"name": "singleOptionTemplate",
|
|
3068
|
-
"parameters": [
|
|
3069
|
-
{
|
|
3070
|
-
"name": "prefix",
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "string"
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
]
|
|
3076
|
-
},
|
|
3077
3032
|
{
|
|
3078
3033
|
"kind": "variable",
|
|
3079
|
-
"name": "
|
|
3034
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3080
3035
|
"type": {
|
|
3081
|
-
"text": "ViewTemplate<
|
|
3036
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3082
3037
|
},
|
|
3083
|
-
"default": "html`\n
|
|
3038
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3084
3039
|
}
|
|
3085
3040
|
],
|
|
3086
3041
|
"exports": [
|
|
3087
3042
|
{
|
|
3088
3043
|
"kind": "js",
|
|
3089
|
-
"name": "
|
|
3090
|
-
"declaration": {
|
|
3091
|
-
"name": "menuTemplate",
|
|
3092
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"kind": "js",
|
|
3097
|
-
"name": "singleOptionTemplate",
|
|
3098
|
-
"declaration": {
|
|
3099
|
-
"name": "singleOptionTemplate",
|
|
3100
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3101
|
-
}
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"kind": "js",
|
|
3105
|
-
"name": "foundationActionsMenuTemplate",
|
|
3044
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3106
3045
|
"declaration": {
|
|
3107
|
-
"name": "
|
|
3108
|
-
"module": "src/
|
|
3046
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3047
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3109
3048
|
}
|
|
3110
3049
|
}
|
|
3111
3050
|
]
|
|
3112
3051
|
},
|
|
3113
3052
|
{
|
|
3114
3053
|
"kind": "javascript-module",
|
|
3115
|
-
"path": "src/
|
|
3054
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3116
3055
|
"declarations": [
|
|
3117
3056
|
{
|
|
3118
3057
|
"kind": "class",
|
|
3119
|
-
"description": "",
|
|
3120
|
-
"name": "
|
|
3058
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
3059
|
+
"name": "AiCriteriaSearch",
|
|
3121
3060
|
"members": [
|
|
3122
3061
|
{
|
|
3123
3062
|
"kind": "field",
|
|
3124
|
-
"name": "
|
|
3063
|
+
"name": "providerRegistry",
|
|
3125
3064
|
"type": {
|
|
3126
|
-
"text": "
|
|
3065
|
+
"text": "AIProviderRegistry"
|
|
3127
3066
|
}
|
|
3128
3067
|
},
|
|
3129
3068
|
{
|
|
3130
3069
|
"kind": "field",
|
|
3131
|
-
"name": "
|
|
3070
|
+
"name": "placeholder",
|
|
3132
3071
|
"type": {
|
|
3133
|
-
"text": "
|
|
3072
|
+
"text": "string"
|
|
3134
3073
|
},
|
|
3135
|
-
"default": "
|
|
3074
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3136
3075
|
},
|
|
3137
3076
|
{
|
|
3138
3077
|
"kind": "field",
|
|
3139
|
-
"name": "
|
|
3078
|
+
"name": "disabled",
|
|
3140
3079
|
"type": {
|
|
3141
3080
|
"text": "boolean"
|
|
3142
|
-
}
|
|
3143
|
-
"default": "true"
|
|
3081
|
+
}
|
|
3144
3082
|
},
|
|
3145
3083
|
{
|
|
3146
3084
|
"kind": "field",
|
|
3147
|
-
"name": "
|
|
3085
|
+
"name": "inputValue",
|
|
3148
3086
|
"type": {
|
|
3149
|
-
"text": "
|
|
3087
|
+
"text": "string"
|
|
3150
3088
|
},
|
|
3151
|
-
"default": "
|
|
3089
|
+
"default": "''"
|
|
3152
3090
|
},
|
|
3153
3091
|
{
|
|
3154
3092
|
"kind": "field",
|
|
3155
|
-
"name": "
|
|
3093
|
+
"name": "isInterpreting",
|
|
3156
3094
|
"type": {
|
|
3157
|
-
"text": "
|
|
3158
|
-
}
|
|
3095
|
+
"text": "boolean"
|
|
3096
|
+
},
|
|
3097
|
+
"default": "false"
|
|
3159
3098
|
},
|
|
3160
3099
|
{
|
|
3161
3100
|
"kind": "field",
|
|
3162
|
-
"name": "
|
|
3101
|
+
"name": "lastValidCriteria",
|
|
3163
3102
|
"type": {
|
|
3164
|
-
"text": "
|
|
3165
|
-
}
|
|
3103
|
+
"text": "string | null"
|
|
3104
|
+
},
|
|
3105
|
+
"default": "null"
|
|
3166
3106
|
},
|
|
3167
3107
|
{
|
|
3168
3108
|
"kind": "field",
|
|
3169
|
-
"name": "
|
|
3109
|
+
"name": "activeGroups",
|
|
3170
3110
|
"type": {
|
|
3171
|
-
"text": "
|
|
3111
|
+
"text": "CriteriaGroup[]"
|
|
3172
3112
|
},
|
|
3173
|
-
"default": "
|
|
3113
|
+
"default": "[]"
|
|
3174
3114
|
},
|
|
3175
3115
|
{
|
|
3176
3116
|
"kind": "field",
|
|
3177
|
-
"name": "
|
|
3117
|
+
"name": "showingChips",
|
|
3178
3118
|
"type": {
|
|
3179
3119
|
"text": "boolean"
|
|
3180
3120
|
},
|
|
@@ -3182,14 +3122,15 @@
|
|
|
3182
3122
|
},
|
|
3183
3123
|
{
|
|
3184
3124
|
"kind": "field",
|
|
3185
|
-
"name": "
|
|
3125
|
+
"name": "fieldMetadata",
|
|
3186
3126
|
"type": {
|
|
3187
|
-
"text": "string"
|
|
3188
|
-
}
|
|
3127
|
+
"text": "MetadataDetail[] | string[]"
|
|
3128
|
+
},
|
|
3129
|
+
"default": "[]"
|
|
3189
3130
|
},
|
|
3190
3131
|
{
|
|
3191
3132
|
"kind": "field",
|
|
3192
|
-
"name": "
|
|
3133
|
+
"name": "isRecording",
|
|
3193
3134
|
"type": {
|
|
3194
3135
|
"text": "boolean"
|
|
3195
3136
|
},
|
|
@@ -3197,114 +3138,125 @@
|
|
|
3197
3138
|
},
|
|
3198
3139
|
{
|
|
3199
3140
|
"kind": "field",
|
|
3200
|
-
"name": "
|
|
3141
|
+
"name": "textAreaRef",
|
|
3201
3142
|
"type": {
|
|
3202
|
-
"text": "
|
|
3143
|
+
"text": "HTMLTextAreaElement"
|
|
3203
3144
|
},
|
|
3204
|
-
"
|
|
3145
|
+
"privacy": "public"
|
|
3205
3146
|
},
|
|
3206
3147
|
{
|
|
3207
3148
|
"kind": "field",
|
|
3208
|
-
"name": "
|
|
3149
|
+
"name": "stopRecording",
|
|
3209
3150
|
"type": {
|
|
3210
|
-
"text": "
|
|
3211
|
-
}
|
|
3151
|
+
"text": "(() => void) | null"
|
|
3152
|
+
},
|
|
3153
|
+
"privacy": "private",
|
|
3154
|
+
"default": "null"
|
|
3212
3155
|
},
|
|
3213
3156
|
{
|
|
3214
3157
|
"kind": "field",
|
|
3215
|
-
"name": "
|
|
3158
|
+
"name": "speechApplyDebounceTimer",
|
|
3216
3159
|
"type": {
|
|
3217
|
-
"text": "
|
|
3218
|
-
}
|
|
3160
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3161
|
+
},
|
|
3162
|
+
"privacy": "private",
|
|
3163
|
+
"default": "null"
|
|
3219
3164
|
},
|
|
3220
3165
|
{
|
|
3221
3166
|
"kind": "field",
|
|
3222
|
-
"name": "
|
|
3167
|
+
"name": "speechAvailable",
|
|
3223
3168
|
"type": {
|
|
3224
|
-
"text": "
|
|
3225
|
-
}
|
|
3169
|
+
"text": "boolean"
|
|
3170
|
+
},
|
|
3171
|
+
"readonly": true
|
|
3226
3172
|
},
|
|
3227
3173
|
{
|
|
3228
|
-
"kind": "
|
|
3229
|
-
"name": "
|
|
3230
|
-
"
|
|
3174
|
+
"kind": "field",
|
|
3175
|
+
"name": "criteriaChips",
|
|
3176
|
+
"type": {
|
|
3177
|
+
"text": "CriteriaChip[]"
|
|
3178
|
+
},
|
|
3179
|
+
"readonly": true
|
|
3231
3180
|
},
|
|
3232
3181
|
{
|
|
3233
3182
|
"kind": "method",
|
|
3234
|
-
"name": "
|
|
3235
|
-
"privacy": "
|
|
3183
|
+
"name": "getFieldLabel",
|
|
3184
|
+
"privacy": "private",
|
|
3185
|
+
"return": {
|
|
3186
|
+
"type": {
|
|
3187
|
+
"text": "string"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3236
3190
|
"parameters": [
|
|
3237
3191
|
{
|
|
3238
|
-
"name": "
|
|
3239
|
-
"type": {
|
|
3240
|
-
"text": "any"
|
|
3241
|
-
}
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"name": "newValue",
|
|
3192
|
+
"name": "fieldName",
|
|
3245
3193
|
"type": {
|
|
3246
|
-
"text": "
|
|
3194
|
+
"text": "string"
|
|
3247
3195
|
}
|
|
3248
3196
|
}
|
|
3249
3197
|
]
|
|
3250
3198
|
},
|
|
3251
3199
|
{
|
|
3252
3200
|
"kind": "method",
|
|
3253
|
-
"name": "
|
|
3254
|
-
"
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3201
|
+
"name": "toggleCriteriaView",
|
|
3202
|
+
"return": {
|
|
3203
|
+
"type": {
|
|
3204
|
+
"text": "void"
|
|
3205
|
+
}
|
|
3206
|
+
}
|
|
3259
3207
|
},
|
|
3260
3208
|
{
|
|
3261
3209
|
"kind": "method",
|
|
3262
|
-
"name": "
|
|
3210
|
+
"name": "removeChip",
|
|
3211
|
+
"return": {
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "void"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3263
3216
|
"parameters": [
|
|
3264
3217
|
{
|
|
3265
|
-
"name": "
|
|
3218
|
+
"name": "groupIndex",
|
|
3266
3219
|
"type": {
|
|
3267
|
-
"text": "
|
|
3220
|
+
"text": "number"
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"name": "clauseIndex",
|
|
3225
|
+
"type": {
|
|
3226
|
+
"text": "number"
|
|
3268
3227
|
}
|
|
3269
3228
|
}
|
|
3270
3229
|
]
|
|
3271
3230
|
},
|
|
3272
3231
|
{
|
|
3273
|
-
"kind": "
|
|
3274
|
-
"name": "
|
|
3275
|
-
"
|
|
3276
|
-
"
|
|
3277
|
-
|
|
3278
|
-
|
|
3232
|
+
"kind": "method",
|
|
3233
|
+
"name": "clearChips",
|
|
3234
|
+
"return": {
|
|
3235
|
+
"type": {
|
|
3236
|
+
"text": "void"
|
|
3237
|
+
}
|
|
3238
|
+
}
|
|
3279
3239
|
},
|
|
3280
3240
|
{
|
|
3281
|
-
"kind": "
|
|
3282
|
-
"name": "
|
|
3283
|
-
"readonly": true
|
|
3241
|
+
"kind": "method",
|
|
3242
|
+
"name": "handleSubmit"
|
|
3284
3243
|
},
|
|
3285
3244
|
{
|
|
3286
3245
|
"kind": "method",
|
|
3287
|
-
"name": "
|
|
3288
|
-
"parameters": [
|
|
3289
|
-
{
|
|
3290
|
-
"name": "name",
|
|
3291
|
-
"type": {
|
|
3292
|
-
"text": "string | ((rowData: any) => string)"
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
]
|
|
3246
|
+
"name": "handleBlur"
|
|
3296
3247
|
},
|
|
3297
3248
|
{
|
|
3298
3249
|
"kind": "method",
|
|
3299
|
-
"name": "
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3250
|
+
"name": "clear"
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"kind": "method",
|
|
3254
|
+
"name": "toggleSpeechInput"
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"kind": "method",
|
|
3258
|
+
"name": "clearSpeechApplyDebounce",
|
|
3259
|
+
"privacy": "private"
|
|
3308
3260
|
},
|
|
3309
3261
|
{
|
|
3310
3262
|
"kind": "field",
|
|
@@ -3418,115 +3370,154 @@
|
|
|
3418
3370
|
}
|
|
3419
3371
|
}
|
|
3420
3372
|
],
|
|
3421
|
-
"
|
|
3422
|
-
{
|
|
3423
|
-
"name": "is-vertical",
|
|
3424
|
-
"type": {
|
|
3425
|
-
"text": "boolean"
|
|
3426
|
-
},
|
|
3427
|
-
"default": "false",
|
|
3428
|
-
"fieldName": "isVertical"
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"name": "add-default-actions",
|
|
3432
|
-
"type": {
|
|
3433
|
-
"text": "boolean"
|
|
3434
|
-
},
|
|
3435
|
-
"default": "true",
|
|
3436
|
-
"fieldName": "addDefaultActions"
|
|
3437
|
-
},
|
|
3438
|
-
{
|
|
3439
|
-
"name": "auto-close-on-action",
|
|
3440
|
-
"type": {
|
|
3441
|
-
"text": "boolean"
|
|
3442
|
-
},
|
|
3443
|
-
"default": "true",
|
|
3444
|
-
"fieldName": "autoCloseOnAction"
|
|
3445
|
-
},
|
|
3373
|
+
"events": [
|
|
3446
3374
|
{
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3449
|
-
"text": "string"
|
|
3450
|
-
},
|
|
3451
|
-
"default": "'Actions'",
|
|
3452
|
-
"fieldName": "name"
|
|
3375
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3376
|
+
"name": "criteria-changed"
|
|
3453
3377
|
},
|
|
3454
3378
|
{
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
"fieldName": "open"
|
|
3461
|
-
},
|
|
3379
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3380
|
+
"name": "validation-errors"
|
|
3381
|
+
}
|
|
3382
|
+
],
|
|
3383
|
+
"attributes": [
|
|
3462
3384
|
{
|
|
3463
|
-
"name": "
|
|
3385
|
+
"name": "placeholder",
|
|
3464
3386
|
"type": {
|
|
3465
3387
|
"text": "string"
|
|
3466
3388
|
},
|
|
3467
|
-
"
|
|
3389
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3390
|
+
"fieldName": "placeholder"
|
|
3468
3391
|
},
|
|
3469
3392
|
{
|
|
3470
|
-
"name": "hide-disabled",
|
|
3471
3393
|
"type": {
|
|
3472
3394
|
"text": "boolean"
|
|
3473
3395
|
},
|
|
3474
|
-
"
|
|
3475
|
-
"fieldName": "hideDisabled"
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"name": "hide-menu-single-option",
|
|
3479
|
-
"type": {
|
|
3480
|
-
"text": "boolean"
|
|
3481
|
-
},
|
|
3482
|
-
"default": "false",
|
|
3483
|
-
"fieldName": "hideMenuSingleOption"
|
|
3396
|
+
"fieldName": "disabled"
|
|
3484
3397
|
}
|
|
3485
3398
|
],
|
|
3486
3399
|
"superclass": {
|
|
3487
3400
|
"name": "FoundationElement",
|
|
3488
3401
|
"package": "@microsoft/fast-foundation"
|
|
3489
3402
|
},
|
|
3490
|
-
"tagName": "%%prefix%%-
|
|
3403
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3491
3404
|
"customElement": true
|
|
3492
3405
|
},
|
|
3493
3406
|
{
|
|
3494
3407
|
"kind": "variable",
|
|
3495
|
-
"name": "
|
|
3496
|
-
"
|
|
3497
|
-
|
|
3408
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3409
|
+
"type": {
|
|
3410
|
+
"text": "ShadowRootInit"
|
|
3411
|
+
},
|
|
3412
|
+
"default": "undefined"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"kind": "variable",
|
|
3416
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3417
|
+
"type": {
|
|
3418
|
+
"text": "object"
|
|
3419
|
+
},
|
|
3420
|
+
"default": "{}"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"kind": "variable",
|
|
3424
|
+
"name": "foundationAiCriteriaSearch"
|
|
3498
3425
|
}
|
|
3499
3426
|
],
|
|
3500
3427
|
"exports": [
|
|
3501
3428
|
{
|
|
3502
3429
|
"kind": "js",
|
|
3503
|
-
"name": "
|
|
3430
|
+
"name": "AiCriteriaSearch",
|
|
3504
3431
|
"declaration": {
|
|
3505
|
-
"name": "
|
|
3506
|
-
"module": "src/
|
|
3432
|
+
"name": "AiCriteriaSearch",
|
|
3433
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3507
3434
|
}
|
|
3508
3435
|
},
|
|
3509
3436
|
{
|
|
3510
3437
|
"kind": "js",
|
|
3511
|
-
"name": "
|
|
3438
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3512
3439
|
"declaration": {
|
|
3513
|
-
"name": "
|
|
3514
|
-
"module": "src/
|
|
3440
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3441
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "js",
|
|
3446
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3447
|
+
"declaration": {
|
|
3448
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3449
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "js",
|
|
3454
|
+
"name": "foundationAiCriteriaSearch",
|
|
3455
|
+
"declaration": {
|
|
3456
|
+
"name": "foundationAiCriteriaSearch",
|
|
3457
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3515
3458
|
}
|
|
3516
3459
|
}
|
|
3517
3460
|
]
|
|
3518
3461
|
},
|
|
3519
3462
|
{
|
|
3520
3463
|
"kind": "javascript-module",
|
|
3521
|
-
"path": "src/
|
|
3464
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3522
3465
|
"declarations": [],
|
|
3523
3466
|
"exports": [
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "js",
|
|
3469
|
+
"name": "AiCriteriaSearch",
|
|
3470
|
+
"declaration": {
|
|
3471
|
+
"name": "AiCriteriaSearch",
|
|
3472
|
+
"module": "./ai-criteria-search"
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"kind": "js",
|
|
3477
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3478
|
+
"declaration": {
|
|
3479
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3480
|
+
"module": "./ai-criteria-search"
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"kind": "js",
|
|
3485
|
+
"name": "foundationAiCriteriaSearch",
|
|
3486
|
+
"declaration": {
|
|
3487
|
+
"name": "foundationAiCriteriaSearch",
|
|
3488
|
+
"module": "./ai-criteria-search"
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"kind": "js",
|
|
3493
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3494
|
+
"declaration": {
|
|
3495
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3496
|
+
"module": "./ai-criteria-search"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"kind": "js",
|
|
3501
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3502
|
+
"declaration": {
|
|
3503
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3504
|
+
"module": "./ai-criteria-search.styles"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"kind": "js",
|
|
3509
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3510
|
+
"declaration": {
|
|
3511
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3512
|
+
"module": "./ai-criteria-search.template"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3524
3515
|
{
|
|
3525
3516
|
"kind": "js",
|
|
3526
3517
|
"name": "*",
|
|
3527
3518
|
"declaration": {
|
|
3528
3519
|
"name": "*",
|
|
3529
|
-
"package": "./
|
|
3520
|
+
"package": "./validation/criteria-ir"
|
|
3530
3521
|
}
|
|
3531
3522
|
},
|
|
3532
3523
|
{
|
|
@@ -3534,7 +3525,7 @@
|
|
|
3534
3525
|
"name": "*",
|
|
3535
3526
|
"declaration": {
|
|
3536
3527
|
"name": "*",
|
|
3537
|
-
"package": "./
|
|
3528
|
+
"package": "./validation/operator-map"
|
|
3538
3529
|
}
|
|
3539
3530
|
},
|
|
3540
3531
|
{
|
|
@@ -3542,18 +3533,93 @@
|
|
|
3542
3533
|
"name": "*",
|
|
3543
3534
|
"declaration": {
|
|
3544
3535
|
"name": "*",
|
|
3545
|
-
"package": "./
|
|
3536
|
+
"package": "./validation/schema-validator"
|
|
3546
3537
|
}
|
|
3547
3538
|
}
|
|
3548
3539
|
]
|
|
3549
3540
|
},
|
|
3550
3541
|
{
|
|
3551
3542
|
"kind": "javascript-module",
|
|
3552
|
-
"path": "src/
|
|
3543
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3553
3544
|
"declarations": [
|
|
3554
3545
|
{
|
|
3555
3546
|
"kind": "function",
|
|
3556
|
-
"name": "
|
|
3547
|
+
"name": "formatValidationErrors",
|
|
3548
|
+
"return": {
|
|
3549
|
+
"type": {
|
|
3550
|
+
"text": "string"
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
"parameters": [
|
|
3554
|
+
{
|
|
3555
|
+
"name": "errors",
|
|
3556
|
+
"type": {
|
|
3557
|
+
"text": "ValidationError[]"
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
],
|
|
3561
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"kind": "function",
|
|
3565
|
+
"name": "showCriteriaError",
|
|
3566
|
+
"return": {
|
|
3567
|
+
"type": {
|
|
3568
|
+
"text": "void"
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3571
|
+
"parameters": [
|
|
3572
|
+
{
|
|
3573
|
+
"name": "title",
|
|
3574
|
+
"type": {
|
|
3575
|
+
"text": "string"
|
|
3576
|
+
},
|
|
3577
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"name": "body",
|
|
3581
|
+
"type": {
|
|
3582
|
+
"text": "string"
|
|
3583
|
+
},
|
|
3584
|
+
"description": "Error message to display"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "tagName",
|
|
3588
|
+
"type": {
|
|
3589
|
+
"text": "string"
|
|
3590
|
+
},
|
|
3591
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3592
|
+
}
|
|
3593
|
+
],
|
|
3594
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"exports": [
|
|
3598
|
+
{
|
|
3599
|
+
"kind": "js",
|
|
3600
|
+
"name": "formatValidationErrors",
|
|
3601
|
+
"declaration": {
|
|
3602
|
+
"name": "formatValidationErrors",
|
|
3603
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"kind": "js",
|
|
3608
|
+
"name": "showCriteriaError",
|
|
3609
|
+
"declaration": {
|
|
3610
|
+
"name": "showCriteriaError",
|
|
3611
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
]
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"kind": "javascript-module",
|
|
3618
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3619
|
+
"declarations": [
|
|
3620
|
+
{
|
|
3621
|
+
"kind": "function",
|
|
3622
|
+
"name": "foundationAiIndicatorStyles",
|
|
3557
3623
|
"return": {
|
|
3558
3624
|
"type": {
|
|
3559
3625
|
"text": "ElementStyles"
|
|
@@ -3578,276 +3644,224 @@
|
|
|
3578
3644
|
"exports": [
|
|
3579
3645
|
{
|
|
3580
3646
|
"kind": "js",
|
|
3581
|
-
"name": "
|
|
3647
|
+
"name": "foundationAiIndicatorStyles",
|
|
3582
3648
|
"declaration": {
|
|
3583
|
-
"name": "
|
|
3584
|
-
"module": "src/
|
|
3649
|
+
"name": "foundationAiIndicatorStyles",
|
|
3650
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3585
3651
|
}
|
|
3586
3652
|
}
|
|
3587
3653
|
]
|
|
3588
3654
|
},
|
|
3589
3655
|
{
|
|
3590
3656
|
"kind": "javascript-module",
|
|
3591
|
-
"path": "src/
|
|
3657
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3592
3658
|
"declarations": [
|
|
3593
3659
|
{
|
|
3594
|
-
"kind": "
|
|
3595
|
-
"name": "
|
|
3596
|
-
"
|
|
3597
|
-
"
|
|
3598
|
-
"text": "ViewTemplate<Accordion>"
|
|
3599
|
-
}
|
|
3660
|
+
"kind": "variable",
|
|
3661
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3662
|
+
"type": {
|
|
3663
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3600
3664
|
},
|
|
3601
|
-
"
|
|
3602
|
-
{
|
|
3603
|
-
"name": "context",
|
|
3604
|
-
"type": {
|
|
3605
|
-
"text": "ElementDefinitionContext"
|
|
3606
|
-
}
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"name": "definition",
|
|
3610
|
-
"type": {
|
|
3611
|
-
"text": "FoundationElementDefinition"
|
|
3612
|
-
}
|
|
3613
|
-
}
|
|
3614
|
-
]
|
|
3665
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3615
3666
|
}
|
|
3616
3667
|
],
|
|
3617
3668
|
"exports": [
|
|
3618
3669
|
{
|
|
3619
3670
|
"kind": "js",
|
|
3620
|
-
"name": "
|
|
3671
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3621
3672
|
"declaration": {
|
|
3622
|
-
"name": "
|
|
3623
|
-
"module": "src/
|
|
3673
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3674
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3624
3675
|
}
|
|
3625
3676
|
}
|
|
3626
3677
|
]
|
|
3627
3678
|
},
|
|
3628
3679
|
{
|
|
3629
3680
|
"kind": "javascript-module",
|
|
3630
|
-
"path": "src/
|
|
3681
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3631
3682
|
"declarations": [
|
|
3632
3683
|
{
|
|
3633
3684
|
"kind": "class",
|
|
3634
3685
|
"description": "",
|
|
3635
|
-
"name": "
|
|
3636
|
-
"
|
|
3637
|
-
"name": "FASTAccordion",
|
|
3638
|
-
"package": "@microsoft/fast-foundation"
|
|
3639
|
-
},
|
|
3640
|
-
"tagName": "%%prefix%%-accordion",
|
|
3641
|
-
"customElement": true,
|
|
3642
|
-
"attributes": [
|
|
3686
|
+
"name": "AiIndicator",
|
|
3687
|
+
"members": [
|
|
3643
3688
|
{
|
|
3644
|
-
"
|
|
3689
|
+
"kind": "field",
|
|
3690
|
+
"name": "providerRegistry",
|
|
3645
3691
|
"type": {
|
|
3646
|
-
"text": "
|
|
3647
|
-
},
|
|
3648
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3649
|
-
"fieldName": "expandmode",
|
|
3650
|
-
"inheritedFrom": {
|
|
3651
|
-
"name": "Accordion",
|
|
3652
|
-
"module": "src/accordion/accordion.ts"
|
|
3692
|
+
"text": "AIProviderRegistry"
|
|
3653
3693
|
}
|
|
3654
|
-
}
|
|
3655
|
-
],
|
|
3656
|
-
"members": [
|
|
3694
|
+
},
|
|
3657
3695
|
{
|
|
3658
3696
|
"kind": "field",
|
|
3659
|
-
"name": "
|
|
3697
|
+
"name": "aiProvider",
|
|
3660
3698
|
"type": {
|
|
3661
|
-
"text": "
|
|
3699
|
+
"text": "AIProvider | undefined"
|
|
3662
3700
|
},
|
|
3663
|
-
"privacy": "
|
|
3664
|
-
"description": "
|
|
3665
|
-
"
|
|
3666
|
-
"name": "Accordion",
|
|
3667
|
-
"module": "src/accordion/accordion.ts"
|
|
3668
|
-
}
|
|
3701
|
+
"privacy": "private",
|
|
3702
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3703
|
+
"readonly": true
|
|
3669
3704
|
},
|
|
3670
3705
|
{
|
|
3671
3706
|
"kind": "field",
|
|
3672
|
-
"name": "
|
|
3707
|
+
"name": "status",
|
|
3673
3708
|
"type": {
|
|
3674
|
-
"text": "
|
|
3709
|
+
"text": "AIStatus | null"
|
|
3675
3710
|
},
|
|
3676
|
-
"
|
|
3677
|
-
"inheritedFrom": {
|
|
3678
|
-
"name": "Accordion",
|
|
3679
|
-
"module": "src/accordion/accordion.ts"
|
|
3680
|
-
}
|
|
3711
|
+
"default": "null"
|
|
3681
3712
|
},
|
|
3682
3713
|
{
|
|
3683
3714
|
"kind": "field",
|
|
3684
|
-
"name": "
|
|
3715
|
+
"name": "open",
|
|
3685
3716
|
"type": {
|
|
3686
|
-
"text": "
|
|
3717
|
+
"text": "boolean"
|
|
3687
3718
|
},
|
|
3688
|
-
"
|
|
3689
|
-
"default": "0",
|
|
3690
|
-
"inheritedFrom": {
|
|
3691
|
-
"name": "Accordion",
|
|
3692
|
-
"module": "src/accordion/accordion.ts"
|
|
3693
|
-
}
|
|
3719
|
+
"default": "false"
|
|
3694
3720
|
},
|
|
3695
3721
|
{
|
|
3696
3722
|
"kind": "field",
|
|
3697
|
-
"name": "
|
|
3723
|
+
"name": "state",
|
|
3698
3724
|
"type": {
|
|
3699
|
-
"text": "
|
|
3725
|
+
"text": "AIIndicatorState"
|
|
3700
3726
|
},
|
|
3701
|
-
"
|
|
3702
|
-
"inheritedFrom": {
|
|
3703
|
-
"name": "Accordion",
|
|
3704
|
-
"module": "src/accordion/accordion.ts"
|
|
3705
|
-
}
|
|
3727
|
+
"default": "'none'"
|
|
3706
3728
|
},
|
|
3707
3729
|
{
|
|
3708
3730
|
"kind": "field",
|
|
3709
|
-
"name": "
|
|
3710
|
-
"
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
}
|
|
3731
|
+
"name": "isInstalling",
|
|
3732
|
+
"type": {
|
|
3733
|
+
"text": "boolean"
|
|
3734
|
+
},
|
|
3735
|
+
"default": "false"
|
|
3715
3736
|
},
|
|
3716
3737
|
{
|
|
3717
|
-
"kind": "
|
|
3718
|
-
"name": "
|
|
3738
|
+
"kind": "field",
|
|
3739
|
+
"name": "pollTimer",
|
|
3740
|
+
"type": {
|
|
3741
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3742
|
+
},
|
|
3719
3743
|
"privacy": "private",
|
|
3720
|
-
"
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3744
|
+
"default": "null"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"kind": "field",
|
|
3748
|
+
"name": "clickOutside",
|
|
3749
|
+
"privacy": "private"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "field",
|
|
3753
|
+
"name": "chromeStatusLabel",
|
|
3754
|
+
"type": {
|
|
3755
|
+
"text": "string | null"
|
|
3724
3756
|
},
|
|
3725
|
-
"
|
|
3726
|
-
"name": "Accordion",
|
|
3727
|
-
"module": "src/accordion/accordion.ts"
|
|
3728
|
-
}
|
|
3757
|
+
"readonly": true
|
|
3729
3758
|
},
|
|
3730
3759
|
{
|
|
3731
3760
|
"kind": "field",
|
|
3732
|
-
"name": "
|
|
3733
|
-
"
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3761
|
+
"name": "canInstall",
|
|
3762
|
+
"type": {
|
|
3763
|
+
"text": "boolean"
|
|
3764
|
+
},
|
|
3765
|
+
"readonly": true
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"kind": "field",
|
|
3769
|
+
"name": "isDownloading",
|
|
3770
|
+
"type": {
|
|
3771
|
+
"text": "boolean"
|
|
3772
|
+
},
|
|
3773
|
+
"readonly": true
|
|
3738
3774
|
},
|
|
3739
3775
|
{
|
|
3740
3776
|
"kind": "method",
|
|
3741
|
-
"name": "
|
|
3742
|
-
"privacy": "private",
|
|
3777
|
+
"name": "openChanged",
|
|
3743
3778
|
"return": {
|
|
3744
3779
|
"type": {
|
|
3745
3780
|
"text": "void"
|
|
3746
3781
|
}
|
|
3747
|
-
},
|
|
3748
|
-
"inheritedFrom": {
|
|
3749
|
-
"name": "Accordion",
|
|
3750
|
-
"module": "src/accordion/accordion.ts"
|
|
3751
3782
|
}
|
|
3752
3783
|
},
|
|
3753
3784
|
{
|
|
3754
|
-
"kind": "
|
|
3755
|
-
"name": "
|
|
3785
|
+
"kind": "method",
|
|
3786
|
+
"name": "handleClickOutside",
|
|
3756
3787
|
"privacy": "private",
|
|
3757
|
-
"
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3788
|
+
"parameters": [
|
|
3789
|
+
{
|
|
3790
|
+
"name": "event",
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "MouseEvent"
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
]
|
|
3761
3796
|
},
|
|
3762
3797
|
{
|
|
3763
|
-
"kind": "
|
|
3764
|
-
"name": "
|
|
3765
|
-
"privacy": "private",
|
|
3766
|
-
"inheritedFrom": {
|
|
3767
|
-
"name": "Accordion",
|
|
3768
|
-
"module": "src/accordion/accordion.ts"
|
|
3769
|
-
}
|
|
3798
|
+
"kind": "method",
|
|
3799
|
+
"name": "toggleDropdown"
|
|
3770
3800
|
},
|
|
3771
3801
|
{
|
|
3772
3802
|
"kind": "method",
|
|
3773
|
-
"name": "
|
|
3774
|
-
"privacy": "private",
|
|
3803
|
+
"name": "refreshStatus",
|
|
3775
3804
|
"return": {
|
|
3776
3805
|
"type": {
|
|
3777
|
-
"text": "
|
|
3806
|
+
"text": "Promise<void>"
|
|
3778
3807
|
}
|
|
3779
|
-
},
|
|
3780
|
-
"inheritedFrom": {
|
|
3781
|
-
"name": "Accordion",
|
|
3782
|
-
"module": "src/accordion/accordion.ts"
|
|
3783
3808
|
}
|
|
3784
3809
|
},
|
|
3785
3810
|
{
|
|
3786
3811
|
"kind": "method",
|
|
3787
|
-
"name": "
|
|
3812
|
+
"name": "deriveState",
|
|
3788
3813
|
"privacy": "private",
|
|
3789
3814
|
"return": {
|
|
3790
3815
|
"type": {
|
|
3791
|
-
"text": "
|
|
3816
|
+
"text": "AIIndicatorState"
|
|
3792
3817
|
}
|
|
3793
3818
|
},
|
|
3794
|
-
"
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3819
|
+
"parameters": [
|
|
3820
|
+
{
|
|
3821
|
+
"name": "s",
|
|
3822
|
+
"type": {
|
|
3823
|
+
"text": "AIStatus | null"
|
|
3824
|
+
}
|
|
3825
|
+
}
|
|
3826
|
+
]
|
|
3798
3827
|
},
|
|
3799
3828
|
{
|
|
3800
|
-
"kind": "
|
|
3801
|
-
"name": "
|
|
3829
|
+
"kind": "method",
|
|
3830
|
+
"name": "maybeStartPolling",
|
|
3802
3831
|
"privacy": "private",
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3805
|
-
|
|
3832
|
+
"return": {
|
|
3833
|
+
"type": {
|
|
3834
|
+
"text": "void"
|
|
3835
|
+
}
|
|
3806
3836
|
}
|
|
3807
3837
|
},
|
|
3808
3838
|
{
|
|
3809
|
-
"kind": "
|
|
3810
|
-
"name": "
|
|
3839
|
+
"kind": "method",
|
|
3840
|
+
"name": "startPolling",
|
|
3811
3841
|
"privacy": "private",
|
|
3812
|
-
"
|
|
3813
|
-
"
|
|
3814
|
-
|
|
3842
|
+
"return": {
|
|
3843
|
+
"type": {
|
|
3844
|
+
"text": "void"
|
|
3845
|
+
}
|
|
3815
3846
|
}
|
|
3816
3847
|
},
|
|
3817
3848
|
{
|
|
3818
3849
|
"kind": "method",
|
|
3819
|
-
"name": "
|
|
3850
|
+
"name": "stopPolling",
|
|
3820
3851
|
"privacy": "private",
|
|
3821
3852
|
"return": {
|
|
3822
3853
|
"type": {
|
|
3823
3854
|
"text": "void"
|
|
3824
3855
|
}
|
|
3825
|
-
},
|
|
3826
|
-
"parameters": [
|
|
3827
|
-
{
|
|
3828
|
-
"name": "adjustment",
|
|
3829
|
-
"type": {
|
|
3830
|
-
"text": "number"
|
|
3831
|
-
}
|
|
3832
|
-
}
|
|
3833
|
-
],
|
|
3834
|
-
"inheritedFrom": {
|
|
3835
|
-
"name": "Accordion",
|
|
3836
|
-
"module": "src/accordion/accordion.ts"
|
|
3837
3856
|
}
|
|
3838
3857
|
},
|
|
3839
3858
|
{
|
|
3840
3859
|
"kind": "method",
|
|
3841
|
-
"name": "
|
|
3842
|
-
"privacy": "private",
|
|
3860
|
+
"name": "onInstall",
|
|
3843
3861
|
"return": {
|
|
3844
3862
|
"type": {
|
|
3845
|
-
"text": "void"
|
|
3863
|
+
"text": "Promise<void>"
|
|
3846
3864
|
}
|
|
3847
|
-
},
|
|
3848
|
-
"inheritedFrom": {
|
|
3849
|
-
"name": "Accordion",
|
|
3850
|
-
"module": "src/accordion/accordion.ts"
|
|
3851
3865
|
}
|
|
3852
3866
|
},
|
|
3853
3867
|
{
|
|
@@ -3962,102 +3976,88 @@
|
|
|
3962
3976
|
}
|
|
3963
3977
|
}
|
|
3964
3978
|
],
|
|
3965
|
-
"
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
"name": "change",
|
|
3969
|
-
"inheritedFrom": {
|
|
3970
|
-
"name": "Accordion",
|
|
3971
|
-
"module": "src/accordion/accordion.ts"
|
|
3972
|
-
}
|
|
3973
|
-
}
|
|
3974
|
-
]
|
|
3975
|
-
},
|
|
3976
|
-
{
|
|
3977
|
-
"kind": "variable",
|
|
3978
|
-
"name": "foundationAccordionShadowOptions",
|
|
3979
|
-
"type": {
|
|
3980
|
-
"text": "ShadowRootInit"
|
|
3981
|
-
},
|
|
3982
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"kind": "variable",
|
|
3986
|
-
"name": "defaultAccordionConfig",
|
|
3987
|
-
"type": {
|
|
3988
|
-
"text": "object"
|
|
3979
|
+
"superclass": {
|
|
3980
|
+
"name": "FoundationElement",
|
|
3981
|
+
"package": "@microsoft/fast-foundation"
|
|
3989
3982
|
},
|
|
3990
|
-
"
|
|
3983
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3984
|
+
"customElement": true
|
|
3991
3985
|
},
|
|
3992
3986
|
{
|
|
3993
3987
|
"kind": "variable",
|
|
3994
|
-
"name": "
|
|
3995
|
-
"description": "The Foundation Accordion",
|
|
3996
|
-
"privacy": "public"
|
|
3988
|
+
"name": "foundationAiIndicator"
|
|
3997
3989
|
}
|
|
3998
3990
|
],
|
|
3999
3991
|
"exports": [
|
|
4000
3992
|
{
|
|
4001
3993
|
"kind": "js",
|
|
4002
|
-
"name": "
|
|
3994
|
+
"name": "AiIndicator",
|
|
4003
3995
|
"declaration": {
|
|
4004
|
-
"name": "
|
|
4005
|
-
"module": "src/
|
|
3996
|
+
"name": "AiIndicator",
|
|
3997
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
4006
3998
|
}
|
|
4007
3999
|
},
|
|
4008
4000
|
{
|
|
4009
4001
|
"kind": "js",
|
|
4010
|
-
"name": "
|
|
4002
|
+
"name": "foundationAiIndicator",
|
|
4011
4003
|
"declaration": {
|
|
4012
|
-
"name": "
|
|
4013
|
-
"module": "src/
|
|
4004
|
+
"name": "foundationAiIndicator",
|
|
4005
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
4006
|
+
}
|
|
4007
|
+
}
|
|
4008
|
+
]
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"kind": "javascript-module",
|
|
4012
|
+
"path": "src/ai-indicator/index.ts",
|
|
4013
|
+
"declarations": [],
|
|
4014
|
+
"exports": [
|
|
4015
|
+
{
|
|
4016
|
+
"kind": "js",
|
|
4017
|
+
"name": "AiIndicator",
|
|
4018
|
+
"declaration": {
|
|
4019
|
+
"name": "AiIndicator",
|
|
4020
|
+
"module": "./ai-indicator"
|
|
4014
4021
|
}
|
|
4015
4022
|
},
|
|
4016
4023
|
{
|
|
4017
4024
|
"kind": "js",
|
|
4018
|
-
"name": "
|
|
4025
|
+
"name": "foundationAiIndicator",
|
|
4019
4026
|
"declaration": {
|
|
4020
|
-
"name": "
|
|
4021
|
-
"module": "
|
|
4027
|
+
"name": "foundationAiIndicator",
|
|
4028
|
+
"module": "./ai-indicator"
|
|
4022
4029
|
}
|
|
4023
4030
|
},
|
|
4024
4031
|
{
|
|
4025
4032
|
"kind": "js",
|
|
4026
|
-
"name": "
|
|
4033
|
+
"name": "type",
|
|
4027
4034
|
"declaration": {
|
|
4028
|
-
"name": "
|
|
4029
|
-
"module": "
|
|
4035
|
+
"name": "type",
|
|
4036
|
+
"module": "./ai-indicator"
|
|
4030
4037
|
}
|
|
4031
|
-
}
|
|
4032
|
-
]
|
|
4033
|
-
},
|
|
4034
|
-
{
|
|
4035
|
-
"kind": "javascript-module",
|
|
4036
|
-
"path": "src/accordion/index.ts",
|
|
4037
|
-
"declarations": [],
|
|
4038
|
-
"exports": [
|
|
4038
|
+
},
|
|
4039
4039
|
{
|
|
4040
4040
|
"kind": "js",
|
|
4041
|
-
"name": "
|
|
4041
|
+
"name": "AIIndicatorState",
|
|
4042
4042
|
"declaration": {
|
|
4043
|
-
"name": "
|
|
4044
|
-
"
|
|
4043
|
+
"name": "AIIndicatorState",
|
|
4044
|
+
"module": "./ai-indicator"
|
|
4045
4045
|
}
|
|
4046
4046
|
},
|
|
4047
4047
|
{
|
|
4048
4048
|
"kind": "js",
|
|
4049
|
-
"name": "
|
|
4049
|
+
"name": "foundationAiIndicatorTemplate",
|
|
4050
4050
|
"declaration": {
|
|
4051
|
-
"name": "
|
|
4052
|
-
"
|
|
4051
|
+
"name": "foundationAiIndicatorTemplate",
|
|
4052
|
+
"module": "./ai-indicator.template"
|
|
4053
4053
|
}
|
|
4054
4054
|
},
|
|
4055
4055
|
{
|
|
4056
4056
|
"kind": "js",
|
|
4057
|
-
"name": "
|
|
4057
|
+
"name": "foundationAiIndicatorStyles",
|
|
4058
4058
|
"declaration": {
|
|
4059
|
-
"name": "
|
|
4060
|
-
"
|
|
4059
|
+
"name": "foundationAiIndicatorStyles",
|
|
4060
|
+
"module": "./ai-indicator.styles"
|
|
4061
4061
|
}
|
|
4062
4062
|
}
|
|
4063
4063
|
]
|
|
@@ -59158,6 +59158,25 @@
|
|
|
59158
59158
|
}
|
|
59159
59159
|
]
|
|
59160
59160
|
},
|
|
59161
|
+
{
|
|
59162
|
+
"kind": "function",
|
|
59163
|
+
"name": "resolveByValueCriteriaBuilder",
|
|
59164
|
+
"parameters": [
|
|
59165
|
+
{
|
|
59166
|
+
"name": "datasource",
|
|
59167
|
+
"type": {
|
|
59168
|
+
"text": "OptionsDatasource | MultiselectDatasource"
|
|
59169
|
+
}
|
|
59170
|
+
},
|
|
59171
|
+
{
|
|
59172
|
+
"name": "value",
|
|
59173
|
+
"type": {
|
|
59174
|
+
"text": "string | number"
|
|
59175
|
+
}
|
|
59176
|
+
}
|
|
59177
|
+
],
|
|
59178
|
+
"description": "Resolves a known field value (e.g. a bound `initialSelectedValue`) by exact match on\n`valueField`, as opposed to dataserverCriteriaBuilder, which treats `value` as\ntyped search text and matches it against `labelField`. Using the label-based search to\nresolve an initial value only works by coincidence: an id like `\"CP123\"` will not be found\nby searching a `NAME`/label column for that same string."
|
|
59179
|
+
},
|
|
59161
59180
|
{
|
|
59162
59181
|
"kind": "function",
|
|
59163
59182
|
"name": "requestServerCriteriaBuilder",
|
|
@@ -59186,6 +59205,14 @@
|
|
|
59186
59205
|
"module": "src/utils/options-datasource-utils.ts"
|
|
59187
59206
|
}
|
|
59188
59207
|
},
|
|
59208
|
+
{
|
|
59209
|
+
"kind": "js",
|
|
59210
|
+
"name": "resolveByValueCriteriaBuilder",
|
|
59211
|
+
"declaration": {
|
|
59212
|
+
"name": "resolveByValueCriteriaBuilder",
|
|
59213
|
+
"module": "src/utils/options-datasource-utils.ts"
|
|
59214
|
+
}
|
|
59215
|
+
},
|
|
59189
59216
|
{
|
|
59190
59217
|
"kind": "js",
|
|
59191
59218
|
"name": "requestServerCriteriaBuilder",
|