@genesislcap/foundation-ui 15.22.0 → 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 +694 -667
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- 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 +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +18 -18
|
@@ -1918,6 +1918,521 @@
|
|
|
1918
1918
|
}
|
|
1919
1919
|
]
|
|
1920
1920
|
},
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "javascript-module",
|
|
1923
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1924
|
+
"declarations": [
|
|
1925
|
+
{
|
|
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
|
+
]
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"exports": [
|
|
1950
|
+
{
|
|
1951
|
+
"kind": "js",
|
|
1952
|
+
"name": "foundationAccordionStyles",
|
|
1953
|
+
"declaration": {
|
|
1954
|
+
"name": "foundationAccordionStyles",
|
|
1955
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
]
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"kind": "javascript-module",
|
|
1962
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1963
|
+
"declarations": [
|
|
1964
|
+
{
|
|
1965
|
+
"kind": "function",
|
|
1966
|
+
"name": "foundationAccordionTemplate",
|
|
1967
|
+
"return": {
|
|
1968
|
+
"type": {
|
|
1969
|
+
"text": "ViewTemplate<Accordion>"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
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
|
+
]
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"exports": [
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "js",
|
|
1991
|
+
"name": "foundationAccordionTemplate",
|
|
1992
|
+
"declaration": {
|
|
1993
|
+
"name": "foundationAccordionTemplate",
|
|
1994
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
]
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "javascript-module",
|
|
2001
|
+
"path": "src/accordion/accordion.ts",
|
|
2002
|
+
"declarations": [
|
|
2003
|
+
{
|
|
2004
|
+
"kind": "class",
|
|
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": [
|
|
2014
|
+
{
|
|
2015
|
+
"name": "expand-mode",
|
|
2016
|
+
"type": {
|
|
2017
|
+
"text": "AccordionExpandMode"
|
|
2018
|
+
},
|
|
2019
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2020
|
+
"fieldName": "expandmode",
|
|
2021
|
+
"inheritedFrom": {
|
|
2022
|
+
"name": "Accordion",
|
|
2023
|
+
"module": "src/accordion/accordion.ts"
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"members": [
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "field",
|
|
2030
|
+
"name": "expandmode",
|
|
2031
|
+
"type": {
|
|
2032
|
+
"text": "AccordionExpandMode"
|
|
2033
|
+
},
|
|
2034
|
+
"privacy": "public",
|
|
2035
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2036
|
+
"inheritedFrom": {
|
|
2037
|
+
"name": "Accordion",
|
|
2038
|
+
"module": "src/accordion/accordion.ts"
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"kind": "field",
|
|
2043
|
+
"name": "activeid",
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "string | null"
|
|
2046
|
+
},
|
|
2047
|
+
"privacy": "private",
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "Accordion",
|
|
2050
|
+
"module": "src/accordion/accordion.ts"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "activeItemIndex",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "number"
|
|
2058
|
+
},
|
|
2059
|
+
"privacy": "private",
|
|
2060
|
+
"default": "0",
|
|
2061
|
+
"inheritedFrom": {
|
|
2062
|
+
"name": "Accordion",
|
|
2063
|
+
"module": "src/accordion/accordion.ts"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"kind": "field",
|
|
2068
|
+
"name": "accordionIds",
|
|
2069
|
+
"type": {
|
|
2070
|
+
"text": "Array<string | null>"
|
|
2071
|
+
},
|
|
2072
|
+
"privacy": "private",
|
|
2073
|
+
"inheritedFrom": {
|
|
2074
|
+
"name": "Accordion",
|
|
2075
|
+
"module": "src/accordion/accordion.ts"
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"kind": "field",
|
|
2080
|
+
"name": "change",
|
|
2081
|
+
"privacy": "private",
|
|
2082
|
+
"inheritedFrom": {
|
|
2083
|
+
"name": "Accordion",
|
|
2084
|
+
"module": "src/accordion/accordion.ts"
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"kind": "method",
|
|
2089
|
+
"name": "findExpandedItem",
|
|
2090
|
+
"privacy": "private",
|
|
2091
|
+
"return": {
|
|
2092
|
+
"type": {
|
|
2093
|
+
"text": "AccordionItem | null"
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2096
|
+
"inheritedFrom": {
|
|
2097
|
+
"name": "Accordion",
|
|
2098
|
+
"module": "src/accordion/accordion.ts"
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"kind": "field",
|
|
2103
|
+
"name": "setItems",
|
|
2104
|
+
"privacy": "private",
|
|
2105
|
+
"inheritedFrom": {
|
|
2106
|
+
"name": "Accordion",
|
|
2107
|
+
"module": "src/accordion/accordion.ts"
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"kind": "method",
|
|
2112
|
+
"name": "resetItems",
|
|
2113
|
+
"privacy": "private",
|
|
2114
|
+
"return": {
|
|
2115
|
+
"type": {
|
|
2116
|
+
"text": "void"
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
"inheritedFrom": {
|
|
2120
|
+
"name": "Accordion",
|
|
2121
|
+
"module": "src/accordion/accordion.ts"
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"kind": "field",
|
|
2126
|
+
"name": "removeItemListeners",
|
|
2127
|
+
"privacy": "private",
|
|
2128
|
+
"inheritedFrom": {
|
|
2129
|
+
"name": "Accordion",
|
|
2130
|
+
"module": "src/accordion/accordion.ts"
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"kind": "field",
|
|
2135
|
+
"name": "activeItemChange",
|
|
2136
|
+
"privacy": "private",
|
|
2137
|
+
"inheritedFrom": {
|
|
2138
|
+
"name": "Accordion",
|
|
2139
|
+
"module": "src/accordion/accordion.ts"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "method",
|
|
2144
|
+
"name": "getItemIds",
|
|
2145
|
+
"privacy": "private",
|
|
2146
|
+
"return": {
|
|
2147
|
+
"type": {
|
|
2148
|
+
"text": "Array<string | null>"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
"inheritedFrom": {
|
|
2152
|
+
"name": "Accordion",
|
|
2153
|
+
"module": "src/accordion/accordion.ts"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"kind": "method",
|
|
2158
|
+
"name": "isSingleExpandMode",
|
|
2159
|
+
"privacy": "private",
|
|
2160
|
+
"return": {
|
|
2161
|
+
"type": {
|
|
2162
|
+
"text": "boolean"
|
|
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"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"kind": "method",
|
|
2190
|
+
"name": "adjust",
|
|
2191
|
+
"privacy": "private",
|
|
2192
|
+
"return": {
|
|
2193
|
+
"type": {
|
|
2194
|
+
"text": "void"
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
"parameters": [
|
|
2198
|
+
{
|
|
2199
|
+
"name": "adjustment",
|
|
2200
|
+
"type": {
|
|
2201
|
+
"text": "number"
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
],
|
|
2205
|
+
"inheritedFrom": {
|
|
2206
|
+
"name": "Accordion",
|
|
2207
|
+
"module": "src/accordion/accordion.ts"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"kind": "method",
|
|
2212
|
+
"name": "focusItem",
|
|
2213
|
+
"privacy": "private",
|
|
2214
|
+
"return": {
|
|
2215
|
+
"type": {
|
|
2216
|
+
"text": "void"
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
"inheritedFrom": {
|
|
2220
|
+
"name": "Accordion",
|
|
2221
|
+
"module": "src/accordion/accordion.ts"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"kind": "field",
|
|
2226
|
+
"name": "_presentation",
|
|
2227
|
+
"type": {
|
|
2228
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2229
|
+
},
|
|
2230
|
+
"privacy": "private",
|
|
2231
|
+
"default": "void 0",
|
|
2232
|
+
"inheritedFrom": {
|
|
2233
|
+
"name": "FoundationElement",
|
|
2234
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"kind": "field",
|
|
2239
|
+
"name": "$presentation",
|
|
2240
|
+
"type": {
|
|
2241
|
+
"text": "ComponentPresentation | null"
|
|
2242
|
+
},
|
|
2243
|
+
"privacy": "public",
|
|
2244
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2245
|
+
"inheritedFrom": {
|
|
2246
|
+
"name": "FoundationElement",
|
|
2247
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"kind": "field",
|
|
2252
|
+
"name": "template",
|
|
2253
|
+
"type": {
|
|
2254
|
+
"text": "ElementViewTemplate | void | null"
|
|
2255
|
+
},
|
|
2256
|
+
"privacy": "public",
|
|
2257
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2258
|
+
"inheritedFrom": {
|
|
2259
|
+
"name": "FoundationElement",
|
|
2260
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"kind": "method",
|
|
2265
|
+
"name": "templateChanged",
|
|
2266
|
+
"privacy": "protected",
|
|
2267
|
+
"return": {
|
|
2268
|
+
"type": {
|
|
2269
|
+
"text": "void"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
"inheritedFrom": {
|
|
2273
|
+
"name": "FoundationElement",
|
|
2274
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"kind": "field",
|
|
2279
|
+
"name": "styles",
|
|
2280
|
+
"type": {
|
|
2281
|
+
"text": "ElementStyles | void | null"
|
|
2282
|
+
},
|
|
2283
|
+
"privacy": "public",
|
|
2284
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2285
|
+
"inheritedFrom": {
|
|
2286
|
+
"name": "FoundationElement",
|
|
2287
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2288
|
+
}
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"kind": "method",
|
|
2292
|
+
"name": "stylesChanged",
|
|
2293
|
+
"privacy": "protected",
|
|
2294
|
+
"return": {
|
|
2295
|
+
"type": {
|
|
2296
|
+
"text": "void"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
"inheritedFrom": {
|
|
2300
|
+
"name": "FoundationElement",
|
|
2301
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "method",
|
|
2306
|
+
"name": "compose",
|
|
2307
|
+
"privacy": "public",
|
|
2308
|
+
"static": true,
|
|
2309
|
+
"return": {
|
|
2310
|
+
"type": {
|
|
2311
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"parameters": [
|
|
2315
|
+
{
|
|
2316
|
+
"name": "this",
|
|
2317
|
+
"type": {
|
|
2318
|
+
"text": "K"
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "elementDefinition",
|
|
2323
|
+
"type": {
|
|
2324
|
+
"text": "T"
|
|
2325
|
+
},
|
|
2326
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2329
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2330
|
+
"inheritedFrom": {
|
|
2331
|
+
"name": "FoundationElement",
|
|
2332
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"events": [
|
|
2337
|
+
{
|
|
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
|
+
}
|
|
2344
|
+
}
|
|
2345
|
+
]
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"kind": "variable",
|
|
2349
|
+
"name": "foundationAccordionShadowOptions",
|
|
2350
|
+
"type": {
|
|
2351
|
+
"text": "ShadowRootInit"
|
|
2352
|
+
},
|
|
2353
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"kind": "variable",
|
|
2357
|
+
"name": "defaultAccordionConfig",
|
|
2358
|
+
"type": {
|
|
2359
|
+
"text": "object"
|
|
2360
|
+
},
|
|
2361
|
+
"default": "{}"
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"kind": "variable",
|
|
2365
|
+
"name": "foundationAccordion",
|
|
2366
|
+
"description": "The Foundation Accordion",
|
|
2367
|
+
"privacy": "public"
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
"exports": [
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "js",
|
|
2373
|
+
"name": "Accordion",
|
|
2374
|
+
"declaration": {
|
|
2375
|
+
"name": "Accordion",
|
|
2376
|
+
"module": "src/accordion/accordion.ts"
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"kind": "js",
|
|
2381
|
+
"name": "foundationAccordionShadowOptions",
|
|
2382
|
+
"declaration": {
|
|
2383
|
+
"name": "foundationAccordionShadowOptions",
|
|
2384
|
+
"module": "src/accordion/accordion.ts"
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"kind": "js",
|
|
2389
|
+
"name": "defaultAccordionConfig",
|
|
2390
|
+
"declaration": {
|
|
2391
|
+
"name": "defaultAccordionConfig",
|
|
2392
|
+
"module": "src/accordion/accordion.ts"
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"kind": "js",
|
|
2397
|
+
"name": "foundationAccordion",
|
|
2398
|
+
"declaration": {
|
|
2399
|
+
"name": "foundationAccordion",
|
|
2400
|
+
"module": "src/accordion/accordion.ts"
|
|
2401
|
+
}
|
|
2402
|
+
}
|
|
2403
|
+
]
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "javascript-module",
|
|
2407
|
+
"path": "src/accordion/index.ts",
|
|
2408
|
+
"declarations": [],
|
|
2409
|
+
"exports": [
|
|
2410
|
+
{
|
|
2411
|
+
"kind": "js",
|
|
2412
|
+
"name": "*",
|
|
2413
|
+
"declaration": {
|
|
2414
|
+
"name": "*",
|
|
2415
|
+
"package": "./accordion.template"
|
|
2416
|
+
}
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"kind": "js",
|
|
2420
|
+
"name": "*",
|
|
2421
|
+
"declaration": {
|
|
2422
|
+
"name": "*",
|
|
2423
|
+
"package": "./accordion.styles"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "js",
|
|
2428
|
+
"name": "*",
|
|
2429
|
+
"declaration": {
|
|
2430
|
+
"name": "*",
|
|
2431
|
+
"package": "./accordion"
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
]
|
|
2435
|
+
},
|
|
1921
2436
|
{
|
|
1922
2437
|
"kind": "javascript-module",
|
|
1923
2438
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -3129,725 +3644,224 @@
|
|
|
3129
3644
|
"exports": [
|
|
3130
3645
|
{
|
|
3131
3646
|
"kind": "js",
|
|
3132
|
-
"name": "foundationAiIndicatorStyles",
|
|
3133
|
-
"declaration": {
|
|
3134
|
-
"name": "foundationAiIndicatorStyles",
|
|
3135
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
]
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"kind": "javascript-module",
|
|
3142
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3143
|
-
"declarations": [
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "variable",
|
|
3146
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3147
|
-
"type": {
|
|
3148
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
3149
|
-
},
|
|
3150
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3151
|
-
}
|
|
3152
|
-
],
|
|
3153
|
-
"exports": [
|
|
3154
|
-
{
|
|
3155
|
-
"kind": "js",
|
|
3156
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3157
|
-
"declaration": {
|
|
3158
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3159
|
-
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3160
|
-
}
|
|
3161
|
-
}
|
|
3162
|
-
]
|
|
3163
|
-
},
|
|
3164
|
-
{
|
|
3165
|
-
"kind": "javascript-module",
|
|
3166
|
-
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3167
|
-
"declarations": [
|
|
3168
|
-
{
|
|
3169
|
-
"kind": "class",
|
|
3170
|
-
"description": "",
|
|
3171
|
-
"name": "AiIndicator",
|
|
3172
|
-
"members": [
|
|
3173
|
-
{
|
|
3174
|
-
"kind": "field",
|
|
3175
|
-
"name": "providerRegistry",
|
|
3176
|
-
"type": {
|
|
3177
|
-
"text": "AIProviderRegistry"
|
|
3178
|
-
}
|
|
3179
|
-
},
|
|
3180
|
-
{
|
|
3181
|
-
"kind": "field",
|
|
3182
|
-
"name": "aiProvider",
|
|
3183
|
-
"type": {
|
|
3184
|
-
"text": "AIProvider | undefined"
|
|
3185
|
-
},
|
|
3186
|
-
"privacy": "private",
|
|
3187
|
-
"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.",
|
|
3188
|
-
"readonly": true
|
|
3189
|
-
},
|
|
3190
|
-
{
|
|
3191
|
-
"kind": "field",
|
|
3192
|
-
"name": "status",
|
|
3193
|
-
"type": {
|
|
3194
|
-
"text": "AIStatus | null"
|
|
3195
|
-
},
|
|
3196
|
-
"default": "null"
|
|
3197
|
-
},
|
|
3198
|
-
{
|
|
3199
|
-
"kind": "field",
|
|
3200
|
-
"name": "open",
|
|
3201
|
-
"type": {
|
|
3202
|
-
"text": "boolean"
|
|
3203
|
-
},
|
|
3204
|
-
"default": "false"
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"kind": "field",
|
|
3208
|
-
"name": "state",
|
|
3209
|
-
"type": {
|
|
3210
|
-
"text": "AIIndicatorState"
|
|
3211
|
-
},
|
|
3212
|
-
"default": "'none'"
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"kind": "field",
|
|
3216
|
-
"name": "isInstalling",
|
|
3217
|
-
"type": {
|
|
3218
|
-
"text": "boolean"
|
|
3219
|
-
},
|
|
3220
|
-
"default": "false"
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"kind": "field",
|
|
3224
|
-
"name": "pollTimer",
|
|
3225
|
-
"type": {
|
|
3226
|
-
"text": "ReturnType<typeof setInterval> | null"
|
|
3227
|
-
},
|
|
3228
|
-
"privacy": "private",
|
|
3229
|
-
"default": "null"
|
|
3230
|
-
},
|
|
3231
|
-
{
|
|
3232
|
-
"kind": "field",
|
|
3233
|
-
"name": "clickOutside",
|
|
3234
|
-
"privacy": "private"
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "field",
|
|
3238
|
-
"name": "chromeStatusLabel",
|
|
3239
|
-
"type": {
|
|
3240
|
-
"text": "string | null"
|
|
3241
|
-
},
|
|
3242
|
-
"readonly": true
|
|
3243
|
-
},
|
|
3244
|
-
{
|
|
3245
|
-
"kind": "field",
|
|
3246
|
-
"name": "canInstall",
|
|
3247
|
-
"type": {
|
|
3248
|
-
"text": "boolean"
|
|
3249
|
-
},
|
|
3250
|
-
"readonly": true
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"kind": "field",
|
|
3254
|
-
"name": "isDownloading",
|
|
3255
|
-
"type": {
|
|
3256
|
-
"text": "boolean"
|
|
3257
|
-
},
|
|
3258
|
-
"readonly": true
|
|
3259
|
-
},
|
|
3260
|
-
{
|
|
3261
|
-
"kind": "method",
|
|
3262
|
-
"name": "openChanged",
|
|
3263
|
-
"return": {
|
|
3264
|
-
"type": {
|
|
3265
|
-
"text": "void"
|
|
3266
|
-
}
|
|
3267
|
-
}
|
|
3268
|
-
},
|
|
3269
|
-
{
|
|
3270
|
-
"kind": "method",
|
|
3271
|
-
"name": "handleClickOutside",
|
|
3272
|
-
"privacy": "private",
|
|
3273
|
-
"parameters": [
|
|
3274
|
-
{
|
|
3275
|
-
"name": "event",
|
|
3276
|
-
"type": {
|
|
3277
|
-
"text": "MouseEvent"
|
|
3278
|
-
}
|
|
3279
|
-
}
|
|
3280
|
-
]
|
|
3281
|
-
},
|
|
3282
|
-
{
|
|
3283
|
-
"kind": "method",
|
|
3284
|
-
"name": "toggleDropdown"
|
|
3285
|
-
},
|
|
3286
|
-
{
|
|
3287
|
-
"kind": "method",
|
|
3288
|
-
"name": "refreshStatus",
|
|
3289
|
-
"return": {
|
|
3290
|
-
"type": {
|
|
3291
|
-
"text": "Promise<void>"
|
|
3292
|
-
}
|
|
3293
|
-
}
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
"kind": "method",
|
|
3297
|
-
"name": "deriveState",
|
|
3298
|
-
"privacy": "private",
|
|
3299
|
-
"return": {
|
|
3300
|
-
"type": {
|
|
3301
|
-
"text": "AIIndicatorState"
|
|
3302
|
-
}
|
|
3303
|
-
},
|
|
3304
|
-
"parameters": [
|
|
3305
|
-
{
|
|
3306
|
-
"name": "s",
|
|
3307
|
-
"type": {
|
|
3308
|
-
"text": "AIStatus | null"
|
|
3309
|
-
}
|
|
3310
|
-
}
|
|
3311
|
-
]
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"kind": "method",
|
|
3315
|
-
"name": "maybeStartPolling",
|
|
3316
|
-
"privacy": "private",
|
|
3317
|
-
"return": {
|
|
3318
|
-
"type": {
|
|
3319
|
-
"text": "void"
|
|
3320
|
-
}
|
|
3321
|
-
}
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"kind": "method",
|
|
3325
|
-
"name": "startPolling",
|
|
3326
|
-
"privacy": "private",
|
|
3327
|
-
"return": {
|
|
3328
|
-
"type": {
|
|
3329
|
-
"text": "void"
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "method",
|
|
3335
|
-
"name": "stopPolling",
|
|
3336
|
-
"privacy": "private",
|
|
3337
|
-
"return": {
|
|
3338
|
-
"type": {
|
|
3339
|
-
"text": "void"
|
|
3340
|
-
}
|
|
3341
|
-
}
|
|
3342
|
-
},
|
|
3343
|
-
{
|
|
3344
|
-
"kind": "method",
|
|
3345
|
-
"name": "onInstall",
|
|
3346
|
-
"return": {
|
|
3347
|
-
"type": {
|
|
3348
|
-
"text": "Promise<void>"
|
|
3349
|
-
}
|
|
3350
|
-
}
|
|
3351
|
-
},
|
|
3352
|
-
{
|
|
3353
|
-
"kind": "field",
|
|
3354
|
-
"name": "_presentation",
|
|
3355
|
-
"type": {
|
|
3356
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3357
|
-
},
|
|
3358
|
-
"privacy": "private",
|
|
3359
|
-
"default": "void 0",
|
|
3360
|
-
"inheritedFrom": {
|
|
3361
|
-
"name": "FoundationElement",
|
|
3362
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3363
|
-
}
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"kind": "field",
|
|
3367
|
-
"name": "$presentation",
|
|
3368
|
-
"type": {
|
|
3369
|
-
"text": "ComponentPresentation | null"
|
|
3370
|
-
},
|
|
3371
|
-
"privacy": "public",
|
|
3372
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3373
|
-
"inheritedFrom": {
|
|
3374
|
-
"name": "FoundationElement",
|
|
3375
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3376
|
-
}
|
|
3377
|
-
},
|
|
3378
|
-
{
|
|
3379
|
-
"kind": "field",
|
|
3380
|
-
"name": "template",
|
|
3381
|
-
"type": {
|
|
3382
|
-
"text": "ElementViewTemplate | void | null"
|
|
3383
|
-
},
|
|
3384
|
-
"privacy": "public",
|
|
3385
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3386
|
-
"inheritedFrom": {
|
|
3387
|
-
"name": "FoundationElement",
|
|
3388
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3389
|
-
}
|
|
3390
|
-
},
|
|
3391
|
-
{
|
|
3392
|
-
"kind": "method",
|
|
3393
|
-
"name": "templateChanged",
|
|
3394
|
-
"privacy": "protected",
|
|
3395
|
-
"return": {
|
|
3396
|
-
"type": {
|
|
3397
|
-
"text": "void"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
"inheritedFrom": {
|
|
3401
|
-
"name": "FoundationElement",
|
|
3402
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3403
|
-
}
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"kind": "field",
|
|
3407
|
-
"name": "styles",
|
|
3408
|
-
"type": {
|
|
3409
|
-
"text": "ElementStyles | void | null"
|
|
3410
|
-
},
|
|
3411
|
-
"privacy": "public",
|
|
3412
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3413
|
-
"inheritedFrom": {
|
|
3414
|
-
"name": "FoundationElement",
|
|
3415
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3416
|
-
}
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "method",
|
|
3420
|
-
"name": "stylesChanged",
|
|
3421
|
-
"privacy": "protected",
|
|
3422
|
-
"return": {
|
|
3423
|
-
"type": {
|
|
3424
|
-
"text": "void"
|
|
3425
|
-
}
|
|
3426
|
-
},
|
|
3427
|
-
"inheritedFrom": {
|
|
3428
|
-
"name": "FoundationElement",
|
|
3429
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3430
|
-
}
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"kind": "method",
|
|
3434
|
-
"name": "compose",
|
|
3435
|
-
"privacy": "public",
|
|
3436
|
-
"static": true,
|
|
3437
|
-
"return": {
|
|
3438
|
-
"type": {
|
|
3439
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3440
|
-
}
|
|
3441
|
-
},
|
|
3442
|
-
"parameters": [
|
|
3443
|
-
{
|
|
3444
|
-
"name": "this",
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "K"
|
|
3447
|
-
}
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"name": "elementDefinition",
|
|
3451
|
-
"type": {
|
|
3452
|
-
"text": "T"
|
|
3453
|
-
},
|
|
3454
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3455
|
-
}
|
|
3456
|
-
],
|
|
3457
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3458
|
-
"inheritedFrom": {
|
|
3459
|
-
"name": "FoundationElement",
|
|
3460
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3461
|
-
}
|
|
3462
|
-
}
|
|
3463
|
-
],
|
|
3464
|
-
"superclass": {
|
|
3465
|
-
"name": "FoundationElement",
|
|
3466
|
-
"package": "@microsoft/fast-foundation"
|
|
3467
|
-
},
|
|
3468
|
-
"tagName": "%%prefix%%-ai-indicator",
|
|
3469
|
-
"customElement": true
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "variable",
|
|
3473
|
-
"name": "foundationAiIndicator"
|
|
3474
|
-
}
|
|
3475
|
-
],
|
|
3476
|
-
"exports": [
|
|
3477
|
-
{
|
|
3478
|
-
"kind": "js",
|
|
3479
|
-
"name": "AiIndicator",
|
|
3480
|
-
"declaration": {
|
|
3481
|
-
"name": "AiIndicator",
|
|
3482
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3483
|
-
}
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"kind": "js",
|
|
3487
|
-
"name": "foundationAiIndicator",
|
|
3488
|
-
"declaration": {
|
|
3489
|
-
"name": "foundationAiIndicator",
|
|
3490
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3491
|
-
}
|
|
3492
|
-
}
|
|
3493
|
-
]
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"kind": "javascript-module",
|
|
3497
|
-
"path": "src/ai-indicator/index.ts",
|
|
3498
|
-
"declarations": [],
|
|
3499
|
-
"exports": [
|
|
3500
|
-
{
|
|
3501
|
-
"kind": "js",
|
|
3502
|
-
"name": "AiIndicator",
|
|
3503
|
-
"declaration": {
|
|
3504
|
-
"name": "AiIndicator",
|
|
3505
|
-
"module": "./ai-indicator"
|
|
3506
|
-
}
|
|
3507
|
-
},
|
|
3508
|
-
{
|
|
3509
|
-
"kind": "js",
|
|
3510
|
-
"name": "foundationAiIndicator",
|
|
3511
|
-
"declaration": {
|
|
3512
|
-
"name": "foundationAiIndicator",
|
|
3513
|
-
"module": "./ai-indicator"
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"kind": "js",
|
|
3518
|
-
"name": "type",
|
|
3519
|
-
"declaration": {
|
|
3520
|
-
"name": "type",
|
|
3521
|
-
"module": "./ai-indicator"
|
|
3522
|
-
}
|
|
3523
|
-
},
|
|
3524
|
-
{
|
|
3525
|
-
"kind": "js",
|
|
3526
|
-
"name": "AIIndicatorState",
|
|
3527
|
-
"declaration": {
|
|
3528
|
-
"name": "AIIndicatorState",
|
|
3529
|
-
"module": "./ai-indicator"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "js",
|
|
3534
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3535
|
-
"declaration": {
|
|
3536
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3537
|
-
"module": "./ai-indicator.template"
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"kind": "js",
|
|
3542
|
-
"name": "foundationAiIndicatorStyles",
|
|
3543
|
-
"declaration": {
|
|
3544
|
-
"name": "foundationAiIndicatorStyles",
|
|
3545
|
-
"module": "./ai-indicator.styles"
|
|
3546
|
-
}
|
|
3547
|
-
}
|
|
3548
|
-
]
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"kind": "javascript-module",
|
|
3552
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3553
|
-
"declarations": [
|
|
3554
|
-
{
|
|
3555
|
-
"kind": "function",
|
|
3556
|
-
"name": "foundationAccordionStyles",
|
|
3557
|
-
"return": {
|
|
3558
|
-
"type": {
|
|
3559
|
-
"text": "ElementStyles"
|
|
3560
|
-
}
|
|
3561
|
-
},
|
|
3562
|
-
"parameters": [
|
|
3563
|
-
{
|
|
3564
|
-
"name": "context",
|
|
3565
|
-
"type": {
|
|
3566
|
-
"text": "ElementDefinitionContext"
|
|
3567
|
-
}
|
|
3568
|
-
},
|
|
3569
|
-
{
|
|
3570
|
-
"name": "definition",
|
|
3571
|
-
"type": {
|
|
3572
|
-
"text": "FoundationElementDefinition"
|
|
3573
|
-
}
|
|
3574
|
-
}
|
|
3575
|
-
]
|
|
3576
|
-
}
|
|
3577
|
-
],
|
|
3578
|
-
"exports": [
|
|
3579
|
-
{
|
|
3580
|
-
"kind": "js",
|
|
3581
|
-
"name": "foundationAccordionStyles",
|
|
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",
|