@genesislcap/foundation-ui 15.37.0 → 15.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1920,11 +1920,34 @@
1920
1920
  },
1921
1921
  {
1922
1922
  "kind": "javascript-module",
1923
- "path": "src/accordion/accordion.styles.ts",
1923
+ "path": "src/actions-menu/actions-menu.styles.ts",
1924
1924
  "declarations": [
1925
1925
  {
1926
1926
  "kind": "function",
1927
- "name": "foundationAccordionStyles",
1927
+ "name": "actionsMenuBaseStyles",
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
+ "kind": "function",
1950
+ "name": "foundationActionsMenuStyles",
1928
1951
  "return": {
1929
1952
  "type": {
1930
1953
  "text": "ElementStyles"
@@ -1949,277 +1972,281 @@
1949
1972
  "exports": [
1950
1973
  {
1951
1974
  "kind": "js",
1952
- "name": "foundationAccordionStyles",
1975
+ "name": "actionsMenuBaseStyles",
1953
1976
  "declaration": {
1954
- "name": "foundationAccordionStyles",
1955
- "module": "src/accordion/accordion.styles.ts"
1977
+ "name": "actionsMenuBaseStyles",
1978
+ "module": "src/actions-menu/actions-menu.styles.ts"
1979
+ }
1980
+ },
1981
+ {
1982
+ "kind": "js",
1983
+ "name": "foundationActionsMenuStyles",
1984
+ "declaration": {
1985
+ "name": "foundationActionsMenuStyles",
1986
+ "module": "src/actions-menu/actions-menu.styles.ts"
1956
1987
  }
1957
1988
  }
1958
1989
  ]
1959
1990
  },
1960
1991
  {
1961
1992
  "kind": "javascript-module",
1962
- "path": "src/accordion/accordion.template.ts",
1993
+ "path": "src/actions-menu/actions-menu.template.ts",
1963
1994
  "declarations": [
1964
1995
  {
1965
1996
  "kind": "function",
1966
- "name": "foundationAccordionTemplate",
1967
- "return": {
1968
- "type": {
1969
- "text": "ViewTemplate<Accordion>"
1970
- }
1971
- },
1997
+ "name": "menuTemplate",
1972
1998
  "parameters": [
1973
1999
  {
1974
- "name": "context",
2000
+ "name": "prefix",
1975
2001
  "type": {
1976
- "text": "ElementDefinitionContext"
2002
+ "text": "string"
1977
2003
  }
1978
- },
2004
+ }
2005
+ ]
2006
+ },
2007
+ {
2008
+ "kind": "function",
2009
+ "name": "singleOptionTemplate",
2010
+ "parameters": [
1979
2011
  {
1980
- "name": "definition",
2012
+ "name": "prefix",
1981
2013
  "type": {
1982
- "text": "FoundationElementDefinition"
2014
+ "text": "string"
1983
2015
  }
1984
2016
  }
1985
2017
  ]
2018
+ },
2019
+ {
2020
+ "kind": "variable",
2021
+ "name": "foundationActionsMenuTemplate",
2022
+ "type": {
2023
+ "text": "ViewTemplate<ActionsMenu>"
2024
+ },
2025
+ "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`"
1986
2026
  }
1987
2027
  ],
1988
2028
  "exports": [
1989
2029
  {
1990
2030
  "kind": "js",
1991
- "name": "foundationAccordionTemplate",
2031
+ "name": "menuTemplate",
1992
2032
  "declaration": {
1993
- "name": "foundationAccordionTemplate",
1994
- "module": "src/accordion/accordion.template.ts"
2033
+ "name": "menuTemplate",
2034
+ "module": "src/actions-menu/actions-menu.template.ts"
2035
+ }
2036
+ },
2037
+ {
2038
+ "kind": "js",
2039
+ "name": "singleOptionTemplate",
2040
+ "declaration": {
2041
+ "name": "singleOptionTemplate",
2042
+ "module": "src/actions-menu/actions-menu.template.ts"
2043
+ }
2044
+ },
2045
+ {
2046
+ "kind": "js",
2047
+ "name": "foundationActionsMenuTemplate",
2048
+ "declaration": {
2049
+ "name": "foundationActionsMenuTemplate",
2050
+ "module": "src/actions-menu/actions-menu.template.ts"
1995
2051
  }
1996
2052
  }
1997
2053
  ]
1998
2054
  },
1999
2055
  {
2000
2056
  "kind": "javascript-module",
2001
- "path": "src/accordion/accordion.ts",
2057
+ "path": "src/actions-menu/actions-menu.ts",
2002
2058
  "declarations": [
2003
2059
  {
2004
2060
  "kind": "class",
2005
2061
  "description": "",
2006
- "name": "Accordion",
2007
- "superclass": {
2008
- "name": "FASTAccordion",
2009
- "package": "@microsoft/fast-foundation"
2010
- },
2011
- "tagName": "%%prefix%%-accordion",
2012
- "customElement": true,
2013
- "attributes": [
2062
+ "name": "ActionsMenu",
2063
+ "members": [
2014
2064
  {
2015
- "name": "expand-mode",
2065
+ "kind": "field",
2066
+ "name": "actions",
2016
2067
  "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"
2068
+ "text": "ActionMenuItem[]"
2024
2069
  }
2025
- }
2026
- ],
2027
- "members": [
2070
+ },
2028
2071
  {
2029
2072
  "kind": "field",
2030
- "name": "expandmode",
2073
+ "name": "isVertical",
2031
2074
  "type": {
2032
- "text": "AccordionExpandMode"
2075
+ "text": "boolean"
2033
2076
  },
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
- }
2077
+ "default": "false"
2040
2078
  },
2041
2079
  {
2042
2080
  "kind": "field",
2043
- "name": "activeid",
2081
+ "name": "addDefaultActions",
2044
2082
  "type": {
2045
- "text": "string | null"
2083
+ "text": "boolean"
2046
2084
  },
2047
- "privacy": "private",
2048
- "inheritedFrom": {
2049
- "name": "Accordion",
2050
- "module": "src/accordion/accordion.ts"
2051
- }
2085
+ "default": "true"
2052
2086
  },
2053
2087
  {
2054
2088
  "kind": "field",
2055
- "name": "activeItemIndex",
2089
+ "name": "autoCloseOnAction",
2056
2090
  "type": {
2057
- "text": "number"
2091
+ "text": "boolean"
2058
2092
  },
2059
- "privacy": "private",
2060
- "default": "0",
2061
- "inheritedFrom": {
2062
- "name": "Accordion",
2063
- "module": "src/accordion/accordion.ts"
2064
- }
2093
+ "default": "true"
2065
2094
  },
2066
2095
  {
2067
2096
  "kind": "field",
2068
- "name": "accordionIds",
2097
+ "name": "classNames",
2069
2098
  "type": {
2070
- "text": "Array<string | null>"
2071
- },
2072
- "privacy": "private",
2073
- "inheritedFrom": {
2074
- "name": "Accordion",
2075
- "module": "src/accordion/accordion.ts"
2099
+ "text": "string"
2076
2100
  }
2077
2101
  },
2078
2102
  {
2079
2103
  "kind": "field",
2080
- "name": "change",
2081
- "privacy": "private",
2082
- "inheritedFrom": {
2083
- "name": "Accordion",
2084
- "module": "src/accordion/accordion.ts"
2104
+ "name": "definition",
2105
+ "type": {
2106
+ "text": "any"
2085
2107
  }
2086
2108
  },
2087
2109
  {
2088
- "kind": "method",
2089
- "name": "findExpandedItem",
2090
- "privacy": "private",
2091
- "return": {
2092
- "type": {
2093
- "text": "AccordionItem | null"
2094
- }
2110
+ "kind": "field",
2111
+ "name": "name",
2112
+ "type": {
2113
+ "text": "string"
2095
2114
  },
2096
- "inheritedFrom": {
2097
- "name": "Accordion",
2098
- "module": "src/accordion/accordion.ts"
2099
- }
2115
+ "default": "'Actions'"
2100
2116
  },
2101
2117
  {
2102
2118
  "kind": "field",
2103
- "name": "setItems",
2104
- "privacy": "private",
2105
- "inheritedFrom": {
2106
- "name": "Accordion",
2107
- "module": "src/accordion/accordion.ts"
2119
+ "name": "open",
2120
+ "type": {
2121
+ "text": "boolean"
2122
+ },
2123
+ "default": "false"
2124
+ },
2125
+ {
2126
+ "kind": "field",
2127
+ "name": "buttonAppearance",
2128
+ "type": {
2129
+ "text": "string"
2108
2130
  }
2109
2131
  },
2110
2132
  {
2111
- "kind": "method",
2112
- "name": "resetItems",
2113
- "privacy": "private",
2114
- "return": {
2115
- "type": {
2116
- "text": "void"
2117
- }
2133
+ "kind": "field",
2134
+ "name": "hideDisabled",
2135
+ "type": {
2136
+ "text": "boolean"
2118
2137
  },
2119
- "inheritedFrom": {
2120
- "name": "Accordion",
2121
- "module": "src/accordion/accordion.ts"
2138
+ "default": "false"
2139
+ },
2140
+ {
2141
+ "kind": "field",
2142
+ "name": "hideMenuSingleOption",
2143
+ "type": {
2144
+ "text": "boolean"
2145
+ },
2146
+ "default": "false"
2147
+ },
2148
+ {
2149
+ "kind": "field",
2150
+ "name": "singleOption",
2151
+ "type": {
2152
+ "text": "ActionMenuItem"
2122
2153
  }
2123
2154
  },
2124
2155
  {
2125
2156
  "kind": "field",
2126
- "name": "removeItemListeners",
2127
- "privacy": "private",
2128
- "inheritedFrom": {
2129
- "name": "Accordion",
2130
- "module": "src/accordion/accordion.ts"
2157
+ "name": "actionsMenu",
2158
+ "type": {
2159
+ "text": "HTMLElement"
2131
2160
  }
2132
2161
  },
2133
2162
  {
2134
- "kind": "field",
2135
- "name": "activeItemChange",
2136
- "privacy": "private",
2137
- "inheritedFrom": {
2138
- "name": "Accordion",
2139
- "module": "src/accordion/accordion.ts"
2140
- }
2163
+ "kind": "field",
2164
+ "name": "actionsOpener",
2165
+ "type": {
2166
+ "text": "HTMLElement"
2167
+ }
2168
+ },
2169
+ {
2170
+ "kind": "method",
2171
+ "name": "updateMenuPosition",
2172
+ "privacy": "private"
2173
+ },
2174
+ {
2175
+ "kind": "method",
2176
+ "name": "definitionChanged",
2177
+ "privacy": "protected",
2178
+ "parameters": [
2179
+ {
2180
+ "name": "oldValue",
2181
+ "type": {
2182
+ "text": "any"
2183
+ }
2184
+ },
2185
+ {
2186
+ "name": "newValue",
2187
+ "type": {
2188
+ "text": "any"
2189
+ }
2190
+ }
2191
+ ]
2192
+ },
2193
+ {
2194
+ "kind": "method",
2195
+ "name": "openChanged",
2196
+ "privacy": "protected"
2141
2197
  },
2142
2198
  {
2143
2199
  "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
- }
2200
+ "name": "toggleActionsMenuVisibility"
2155
2201
  },
2156
2202
  {
2157
2203
  "kind": "method",
2158
- "name": "isSingleExpandMode",
2159
- "privacy": "private",
2160
- "return": {
2161
- "type": {
2162
- "text": "boolean"
2204
+ "name": "onActionMenuItemClick",
2205
+ "parameters": [
2206
+ {
2207
+ "name": "callback",
2208
+ "type": {
2209
+ "text": "(rowData) => void | any"
2210
+ }
2163
2211
  }
2164
- },
2165
- "inheritedFrom": {
2166
- "name": "Accordion",
2167
- "module": "src/accordion/accordion.ts"
2168
- }
2212
+ ]
2169
2213
  },
2170
2214
  {
2171
2215
  "kind": "field",
2172
- "name": "handleItemKeyDown",
2173
- "privacy": "private",
2174
- "inheritedFrom": {
2175
- "name": "Accordion",
2176
- "module": "src/accordion/accordion.ts"
2177
- }
2216
+ "name": "allActions",
2217
+ "type": {
2218
+ "text": "ActionMenuItem[]"
2219
+ },
2220
+ "readonly": true
2178
2221
  },
2179
2222
  {
2180
2223
  "kind": "field",
2181
- "name": "handleItemFocus",
2182
- "privacy": "private",
2183
- "inheritedFrom": {
2184
- "name": "Accordion",
2185
- "module": "src/accordion/accordion.ts"
2186
- }
2224
+ "name": "rowData",
2225
+ "readonly": true
2187
2226
  },
2188
2227
  {
2189
2228
  "kind": "method",
2190
- "name": "adjust",
2191
- "privacy": "private",
2192
- "return": {
2193
- "type": {
2194
- "text": "void"
2195
- }
2196
- },
2229
+ "name": "getLabel",
2197
2230
  "parameters": [
2198
2231
  {
2199
- "name": "adjustment",
2232
+ "name": "name",
2200
2233
  "type": {
2201
- "text": "number"
2234
+ "text": "string | ((rowData: any) => string)"
2202
2235
  }
2203
2236
  }
2204
- ],
2205
- "inheritedFrom": {
2206
- "name": "Accordion",
2207
- "module": "src/accordion/accordion.ts"
2208
- }
2237
+ ]
2209
2238
  },
2210
2239
  {
2211
2240
  "kind": "method",
2212
- "name": "focusItem",
2213
- "privacy": "private",
2214
- "return": {
2215
- "type": {
2216
- "text": "void"
2241
+ "name": "getTemplate",
2242
+ "parameters": [
2243
+ {
2244
+ "name": "prefix",
2245
+ "type": {
2246
+ "text": "string"
2247
+ }
2217
2248
  }
2218
- },
2219
- "inheritedFrom": {
2220
- "name": "Accordion",
2221
- "module": "src/accordion/accordion.ts"
2222
- }
2249
+ ]
2223
2250
  },
2224
2251
  {
2225
2252
  "kind": "field",
@@ -2333,78 +2360,107 @@
2333
2360
  }
2334
2361
  }
2335
2362
  ],
2336
- "events": [
2363
+ "attributes": [
2337
2364
  {
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
- }
2365
+ "name": "is-vertical",
2366
+ "type": {
2367
+ "text": "boolean"
2368
+ },
2369
+ "default": "false",
2370
+ "fieldName": "isVertical"
2371
+ },
2372
+ {
2373
+ "name": "add-default-actions",
2374
+ "type": {
2375
+ "text": "boolean"
2376
+ },
2377
+ "default": "true",
2378
+ "fieldName": "addDefaultActions"
2379
+ },
2380
+ {
2381
+ "name": "auto-close-on-action",
2382
+ "type": {
2383
+ "text": "boolean"
2384
+ },
2385
+ "default": "true",
2386
+ "fieldName": "autoCloseOnAction"
2387
+ },
2388
+ {
2389
+ "name": "name",
2390
+ "type": {
2391
+ "text": "string"
2392
+ },
2393
+ "default": "'Actions'",
2394
+ "fieldName": "name"
2395
+ },
2396
+ {
2397
+ "name": "open",
2398
+ "type": {
2399
+ "text": "boolean"
2400
+ },
2401
+ "default": "false",
2402
+ "fieldName": "open"
2403
+ },
2404
+ {
2405
+ "name": "buttonAppearance",
2406
+ "type": {
2407
+ "text": "string"
2408
+ },
2409
+ "fieldName": "buttonAppearance"
2410
+ },
2411
+ {
2412
+ "name": "hide-disabled",
2413
+ "type": {
2414
+ "text": "boolean"
2415
+ },
2416
+ "default": "false",
2417
+ "fieldName": "hideDisabled"
2418
+ },
2419
+ {
2420
+ "name": "hide-menu-single-option",
2421
+ "type": {
2422
+ "text": "boolean"
2423
+ },
2424
+ "default": "false",
2425
+ "fieldName": "hideMenuSingleOption"
2344
2426
  }
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"
2427
+ ],
2428
+ "superclass": {
2429
+ "name": "FoundationElement",
2430
+ "package": "@microsoft/fast-foundation"
2360
2431
  },
2361
- "default": "{}"
2432
+ "tagName": "%%prefix%%-actions-menu",
2433
+ "customElement": true
2362
2434
  },
2363
2435
  {
2364
2436
  "kind": "variable",
2365
- "name": "foundationAccordion",
2366
- "description": "The Foundation Accordion",
2437
+ "name": "foundationActionsMenu",
2438
+ "description": "The Foundation Actions Menu",
2367
2439
  "privacy": "public"
2368
2440
  }
2369
2441
  ],
2370
2442
  "exports": [
2371
2443
  {
2372
2444
  "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",
2445
+ "name": "ActionsMenu",
2390
2446
  "declaration": {
2391
- "name": "defaultAccordionConfig",
2392
- "module": "src/accordion/accordion.ts"
2447
+ "name": "ActionsMenu",
2448
+ "module": "src/actions-menu/actions-menu.ts"
2393
2449
  }
2394
2450
  },
2395
2451
  {
2396
2452
  "kind": "js",
2397
- "name": "foundationAccordion",
2453
+ "name": "foundationActionsMenu",
2398
2454
  "declaration": {
2399
- "name": "foundationAccordion",
2400
- "module": "src/accordion/accordion.ts"
2455
+ "name": "foundationActionsMenu",
2456
+ "module": "src/actions-menu/actions-menu.ts"
2401
2457
  }
2402
2458
  }
2403
2459
  ]
2404
2460
  },
2405
2461
  {
2406
2462
  "kind": "javascript-module",
2407
- "path": "src/accordion/index.ts",
2463
+ "path": "src/actions-menu/index.ts",
2408
2464
  "declarations": [],
2409
2465
  "exports": [
2410
2466
  {
@@ -2412,7 +2468,7 @@
2412
2468
  "name": "*",
2413
2469
  "declaration": {
2414
2470
  "name": "*",
2415
- "package": "./accordion.template"
2471
+ "package": "./actions-menu.styles"
2416
2472
  }
2417
2473
  },
2418
2474
  {
@@ -2420,7 +2476,7 @@
2420
2476
  "name": "*",
2421
2477
  "declaration": {
2422
2478
  "name": "*",
2423
- "package": "./accordion.styles"
2479
+ "package": "./actions-menu.template"
2424
2480
  }
2425
2481
  },
2426
2482
  {
@@ -2428,41 +2484,18 @@
2428
2484
  "name": "*",
2429
2485
  "declaration": {
2430
2486
  "name": "*",
2431
- "package": "./accordion"
2487
+ "package": "./actions-menu"
2432
2488
  }
2433
- }
2434
- ]
2435
- },
2436
- {
2437
- "kind": "javascript-module",
2438
- "path": "src/actions-menu/actions-menu.styles.ts",
2439
- "declarations": [
2440
- {
2441
- "kind": "function",
2442
- "name": "actionsMenuBaseStyles",
2443
- "return": {
2444
- "type": {
2445
- "text": "ElementStyles"
2446
- }
2447
- },
2448
- "parameters": [
2449
- {
2450
- "name": "context",
2451
- "type": {
2452
- "text": "ElementDefinitionContext"
2453
- }
2454
- },
2455
- {
2456
- "name": "definition",
2457
- "type": {
2458
- "text": "FoundationElementDefinition"
2459
- }
2460
- }
2461
- ]
2462
- },
2489
+ }
2490
+ ]
2491
+ },
2492
+ {
2493
+ "kind": "javascript-module",
2494
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2495
+ "declarations": [
2463
2496
  {
2464
2497
  "kind": "function",
2465
- "name": "foundationActionsMenuStyles",
2498
+ "name": "foundationAiIndicatorStyles",
2466
2499
  "return": {
2467
2500
  "type": {
2468
2501
  "text": "ElementStyles"
@@ -2487,151 +2520,91 @@
2487
2520
  "exports": [
2488
2521
  {
2489
2522
  "kind": "js",
2490
- "name": "actionsMenuBaseStyles",
2491
- "declaration": {
2492
- "name": "actionsMenuBaseStyles",
2493
- "module": "src/actions-menu/actions-menu.styles.ts"
2494
- }
2495
- },
2496
- {
2497
- "kind": "js",
2498
- "name": "foundationActionsMenuStyles",
2523
+ "name": "foundationAiIndicatorStyles",
2499
2524
  "declaration": {
2500
- "name": "foundationActionsMenuStyles",
2501
- "module": "src/actions-menu/actions-menu.styles.ts"
2525
+ "name": "foundationAiIndicatorStyles",
2526
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2502
2527
  }
2503
2528
  }
2504
2529
  ]
2505
2530
  },
2506
2531
  {
2507
2532
  "kind": "javascript-module",
2508
- "path": "src/actions-menu/actions-menu.template.ts",
2533
+ "path": "src/ai-indicator/ai-indicator.template.ts",
2509
2534
  "declarations": [
2510
- {
2511
- "kind": "function",
2512
- "name": "menuTemplate",
2513
- "parameters": [
2514
- {
2515
- "name": "prefix",
2516
- "type": {
2517
- "text": "string"
2518
- }
2519
- }
2520
- ]
2521
- },
2522
- {
2523
- "kind": "function",
2524
- "name": "singleOptionTemplate",
2525
- "parameters": [
2526
- {
2527
- "name": "prefix",
2528
- "type": {
2529
- "text": "string"
2530
- }
2531
- }
2532
- ]
2533
- },
2534
2535
  {
2535
2536
  "kind": "variable",
2536
- "name": "foundationActionsMenuTemplate",
2537
+ "name": "foundationAiIndicatorTemplate",
2537
2538
  "type": {
2538
- "text": "ViewTemplate<ActionsMenu>"
2539
+ "text": "ViewTemplate<AiIndicator>"
2539
2540
  },
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`"
2541
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2541
2542
  }
2542
2543
  ],
2543
2544
  "exports": [
2544
2545
  {
2545
2546
  "kind": "js",
2546
- "name": "menuTemplate",
2547
- "declaration": {
2548
- "name": "menuTemplate",
2549
- "module": "src/actions-menu/actions-menu.template.ts"
2550
- }
2551
- },
2552
- {
2553
- "kind": "js",
2554
- "name": "singleOptionTemplate",
2555
- "declaration": {
2556
- "name": "singleOptionTemplate",
2557
- "module": "src/actions-menu/actions-menu.template.ts"
2558
- }
2559
- },
2560
- {
2561
- "kind": "js",
2562
- "name": "foundationActionsMenuTemplate",
2547
+ "name": "foundationAiIndicatorTemplate",
2563
2548
  "declaration": {
2564
- "name": "foundationActionsMenuTemplate",
2565
- "module": "src/actions-menu/actions-menu.template.ts"
2549
+ "name": "foundationAiIndicatorTemplate",
2550
+ "module": "src/ai-indicator/ai-indicator.template.ts"
2566
2551
  }
2567
2552
  }
2568
2553
  ]
2569
2554
  },
2570
2555
  {
2571
2556
  "kind": "javascript-module",
2572
- "path": "src/actions-menu/actions-menu.ts",
2557
+ "path": "src/ai-indicator/ai-indicator.ts",
2573
2558
  "declarations": [
2574
2559
  {
2575
2560
  "kind": "class",
2576
2561
  "description": "",
2577
- "name": "ActionsMenu",
2562
+ "name": "AiIndicator",
2578
2563
  "members": [
2579
2564
  {
2580
2565
  "kind": "field",
2581
- "name": "actions",
2566
+ "name": "providerRegistry",
2582
2567
  "type": {
2583
- "text": "ActionMenuItem[]"
2568
+ "text": "AIProviderRegistry"
2584
2569
  }
2585
2570
  },
2586
2571
  {
2587
2572
  "kind": "field",
2588
- "name": "isVertical",
2573
+ "name": "aiProvider",
2589
2574
  "type": {
2590
- "text": "boolean"
2575
+ "text": "AIProvider | undefined"
2591
2576
  },
2592
- "default": "false"
2577
+ "privacy": "private",
2578
+ "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.",
2579
+ "readonly": true
2593
2580
  },
2594
2581
  {
2595
2582
  "kind": "field",
2596
- "name": "addDefaultActions",
2583
+ "name": "status",
2597
2584
  "type": {
2598
- "text": "boolean"
2585
+ "text": "AIStatus | null"
2599
2586
  },
2600
- "default": "true"
2587
+ "default": "null"
2601
2588
  },
2602
2589
  {
2603
2590
  "kind": "field",
2604
- "name": "autoCloseOnAction",
2591
+ "name": "open",
2605
2592
  "type": {
2606
2593
  "text": "boolean"
2607
2594
  },
2608
- "default": "true"
2609
- },
2610
- {
2611
- "kind": "field",
2612
- "name": "classNames",
2613
- "type": {
2614
- "text": "string"
2615
- }
2616
- },
2617
- {
2618
- "kind": "field",
2619
- "name": "definition",
2620
- "type": {
2621
- "text": "any"
2622
- }
2595
+ "default": "false"
2623
2596
  },
2624
2597
  {
2625
2598
  "kind": "field",
2626
- "name": "name",
2599
+ "name": "state",
2627
2600
  "type": {
2628
- "text": "string"
2601
+ "text": "AIIndicatorState"
2629
2602
  },
2630
- "default": "'Actions'"
2603
+ "default": "'none'"
2631
2604
  },
2632
2605
  {
2633
2606
  "kind": "field",
2634
- "name": "open",
2607
+ "name": "isInstalling",
2635
2608
  "type": {
2636
2609
  "text": "boolean"
2637
2610
  },
@@ -2639,129 +2612,133 @@
2639
2612
  },
2640
2613
  {
2641
2614
  "kind": "field",
2642
- "name": "buttonAppearance",
2643
- "type": {
2644
- "text": "string"
2645
- }
2646
- },
2647
- {
2648
- "kind": "field",
2649
- "name": "hideDisabled",
2615
+ "name": "pollTimer",
2650
2616
  "type": {
2651
- "text": "boolean"
2617
+ "text": "ReturnType<typeof setInterval> | null"
2652
2618
  },
2653
- "default": "false"
2619
+ "privacy": "private",
2620
+ "default": "null"
2654
2621
  },
2655
2622
  {
2656
2623
  "kind": "field",
2657
- "name": "hideMenuSingleOption",
2658
- "type": {
2659
- "text": "boolean"
2660
- },
2661
- "default": "false"
2624
+ "name": "clickOutside",
2625
+ "privacy": "private"
2662
2626
  },
2663
2627
  {
2664
2628
  "kind": "field",
2665
- "name": "singleOption",
2629
+ "name": "chromeStatusLabel",
2666
2630
  "type": {
2667
- "text": "ActionMenuItem"
2668
- }
2631
+ "text": "string | null"
2632
+ },
2633
+ "readonly": true
2669
2634
  },
2670
2635
  {
2671
2636
  "kind": "field",
2672
- "name": "actionsMenu",
2637
+ "name": "canInstall",
2673
2638
  "type": {
2674
- "text": "HTMLElement"
2675
- }
2639
+ "text": "boolean"
2640
+ },
2641
+ "readonly": true
2676
2642
  },
2677
2643
  {
2678
2644
  "kind": "field",
2679
- "name": "actionsOpener",
2645
+ "name": "isDownloading",
2680
2646
  "type": {
2681
- "text": "HTMLElement"
2682
- }
2647
+ "text": "boolean"
2648
+ },
2649
+ "readonly": true
2683
2650
  },
2684
2651
  {
2685
2652
  "kind": "method",
2686
- "name": "updateMenuPosition",
2687
- "privacy": "private"
2653
+ "name": "openChanged",
2654
+ "return": {
2655
+ "type": {
2656
+ "text": "void"
2657
+ }
2658
+ }
2688
2659
  },
2689
2660
  {
2690
2661
  "kind": "method",
2691
- "name": "definitionChanged",
2692
- "privacy": "protected",
2662
+ "name": "handleClickOutside",
2663
+ "privacy": "private",
2693
2664
  "parameters": [
2694
2665
  {
2695
- "name": "oldValue",
2696
- "type": {
2697
- "text": "any"
2698
- }
2699
- },
2700
- {
2701
- "name": "newValue",
2666
+ "name": "event",
2702
2667
  "type": {
2703
- "text": "any"
2668
+ "text": "MouseEvent"
2704
2669
  }
2705
2670
  }
2706
2671
  ]
2707
2672
  },
2708
2673
  {
2709
2674
  "kind": "method",
2710
- "name": "openChanged",
2711
- "privacy": "protected"
2675
+ "name": "toggleDropdown"
2712
2676
  },
2713
2677
  {
2714
2678
  "kind": "method",
2715
- "name": "toggleActionsMenuVisibility"
2679
+ "name": "refreshStatus",
2680
+ "return": {
2681
+ "type": {
2682
+ "text": "Promise<void>"
2683
+ }
2684
+ }
2716
2685
  },
2717
2686
  {
2718
2687
  "kind": "method",
2719
- "name": "onActionMenuItemClick",
2688
+ "name": "deriveState",
2689
+ "privacy": "private",
2690
+ "return": {
2691
+ "type": {
2692
+ "text": "AIIndicatorState"
2693
+ }
2694
+ },
2720
2695
  "parameters": [
2721
2696
  {
2722
- "name": "callback",
2697
+ "name": "s",
2723
2698
  "type": {
2724
- "text": "(rowData) => void | any"
2699
+ "text": "AIStatus | null"
2725
2700
  }
2726
2701
  }
2727
2702
  ]
2728
2703
  },
2729
2704
  {
2730
- "kind": "field",
2731
- "name": "allActions",
2732
- "type": {
2733
- "text": "ActionMenuItem[]"
2734
- },
2735
- "readonly": true
2736
- },
2737
- {
2738
- "kind": "field",
2739
- "name": "rowData",
2740
- "readonly": true
2705
+ "kind": "method",
2706
+ "name": "maybeStartPolling",
2707
+ "privacy": "private",
2708
+ "return": {
2709
+ "type": {
2710
+ "text": "void"
2711
+ }
2712
+ }
2741
2713
  },
2742
2714
  {
2743
2715
  "kind": "method",
2744
- "name": "getLabel",
2745
- "parameters": [
2746
- {
2747
- "name": "name",
2748
- "type": {
2749
- "text": "string | ((rowData: any) => string)"
2750
- }
2716
+ "name": "startPolling",
2717
+ "privacy": "private",
2718
+ "return": {
2719
+ "type": {
2720
+ "text": "void"
2751
2721
  }
2752
- ]
2722
+ }
2753
2723
  },
2754
2724
  {
2755
2725
  "kind": "method",
2756
- "name": "getTemplate",
2757
- "parameters": [
2758
- {
2759
- "name": "prefix",
2760
- "type": {
2761
- "text": "string"
2762
- }
2726
+ "name": "stopPolling",
2727
+ "privacy": "private",
2728
+ "return": {
2729
+ "type": {
2730
+ "text": "void"
2763
2731
  }
2764
- ]
2732
+ }
2733
+ },
2734
+ {
2735
+ "kind": "method",
2736
+ "name": "onInstall",
2737
+ "return": {
2738
+ "type": {
2739
+ "text": "Promise<void>"
2740
+ }
2741
+ }
2765
2742
  },
2766
2743
  {
2767
2744
  "kind": "field",
@@ -2875,131 +2852,88 @@
2875
2852
  }
2876
2853
  }
2877
2854
  ],
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
- ],
2943
2855
  "superclass": {
2944
2856
  "name": "FoundationElement",
2945
2857
  "package": "@microsoft/fast-foundation"
2946
2858
  },
2947
- "tagName": "%%prefix%%-actions-menu",
2859
+ "tagName": "%%prefix%%-ai-indicator",
2948
2860
  "customElement": true
2949
2861
  },
2950
2862
  {
2951
2863
  "kind": "variable",
2952
- "name": "foundationActionsMenu",
2953
- "description": "The Foundation Actions Menu",
2954
- "privacy": "public"
2864
+ "name": "foundationAiIndicator"
2955
2865
  }
2956
2866
  ],
2957
2867
  "exports": [
2958
2868
  {
2959
2869
  "kind": "js",
2960
- "name": "ActionsMenu",
2870
+ "name": "AiIndicator",
2961
2871
  "declaration": {
2962
- "name": "ActionsMenu",
2963
- "module": "src/actions-menu/actions-menu.ts"
2872
+ "name": "AiIndicator",
2873
+ "module": "src/ai-indicator/ai-indicator.ts"
2964
2874
  }
2965
2875
  },
2966
2876
  {
2967
2877
  "kind": "js",
2968
- "name": "foundationActionsMenu",
2878
+ "name": "foundationAiIndicator",
2969
2879
  "declaration": {
2970
- "name": "foundationActionsMenu",
2971
- "module": "src/actions-menu/actions-menu.ts"
2880
+ "name": "foundationAiIndicator",
2881
+ "module": "src/ai-indicator/ai-indicator.ts"
2972
2882
  }
2973
2883
  }
2974
2884
  ]
2975
2885
  },
2976
2886
  {
2977
2887
  "kind": "javascript-module",
2978
- "path": "src/actions-menu/index.ts",
2888
+ "path": "src/ai-indicator/index.ts",
2979
2889
  "declarations": [],
2980
2890
  "exports": [
2981
2891
  {
2982
2892
  "kind": "js",
2983
- "name": "*",
2893
+ "name": "AiIndicator",
2984
2894
  "declaration": {
2985
- "name": "*",
2986
- "package": "./actions-menu.styles"
2895
+ "name": "AiIndicator",
2896
+ "module": "./ai-indicator"
2987
2897
  }
2988
2898
  },
2989
2899
  {
2990
2900
  "kind": "js",
2991
- "name": "*",
2901
+ "name": "foundationAiIndicator",
2992
2902
  "declaration": {
2993
- "name": "*",
2994
- "package": "./actions-menu.template"
2903
+ "name": "foundationAiIndicator",
2904
+ "module": "./ai-indicator"
2995
2905
  }
2996
2906
  },
2997
2907
  {
2998
2908
  "kind": "js",
2999
- "name": "*",
2909
+ "name": "type",
3000
2910
  "declaration": {
3001
- "name": "*",
3002
- "package": "./actions-menu"
2911
+ "name": "type",
2912
+ "module": "./ai-indicator"
2913
+ }
2914
+ },
2915
+ {
2916
+ "kind": "js",
2917
+ "name": "AIIndicatorState",
2918
+ "declaration": {
2919
+ "name": "AIIndicatorState",
2920
+ "module": "./ai-indicator"
2921
+ }
2922
+ },
2923
+ {
2924
+ "kind": "js",
2925
+ "name": "foundationAiIndicatorTemplate",
2926
+ "declaration": {
2927
+ "name": "foundationAiIndicatorTemplate",
2928
+ "module": "./ai-indicator.template"
2929
+ }
2930
+ },
2931
+ {
2932
+ "kind": "js",
2933
+ "name": "foundationAiIndicatorStyles",
2934
+ "declaration": {
2935
+ "name": "foundationAiIndicatorStyles",
2936
+ "module": "./ai-indicator.styles"
3003
2937
  }
3004
2938
  }
3005
2939
  ]
@@ -3615,11 +3549,11 @@
3615
3549
  },
3616
3550
  {
3617
3551
  "kind": "javascript-module",
3618
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3552
+ "path": "src/accordion/accordion.styles.ts",
3619
3553
  "declarations": [
3620
3554
  {
3621
3555
  "kind": "function",
3622
- "name": "foundationAiIndicatorStyles",
3556
+ "name": "foundationAccordionStyles",
3623
3557
  "return": {
3624
3558
  "type": {
3625
3559
  "text": "ElementStyles"
@@ -3644,224 +3578,276 @@
3644
3578
  "exports": [
3645
3579
  {
3646
3580
  "kind": "js",
3647
- "name": "foundationAiIndicatorStyles",
3581
+ "name": "foundationAccordionStyles",
3648
3582
  "declaration": {
3649
- "name": "foundationAiIndicatorStyles",
3650
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3583
+ "name": "foundationAccordionStyles",
3584
+ "module": "src/accordion/accordion.styles.ts"
3651
3585
  }
3652
3586
  }
3653
3587
  ]
3654
3588
  },
3655
3589
  {
3656
3590
  "kind": "javascript-module",
3657
- "path": "src/ai-indicator/ai-indicator.template.ts",
3591
+ "path": "src/accordion/accordion.template.ts",
3658
3592
  "declarations": [
3659
3593
  {
3660
- "kind": "variable",
3661
- "name": "foundationAiIndicatorTemplate",
3662
- "type": {
3663
- "text": "ViewTemplate<AiIndicator>"
3594
+ "kind": "function",
3595
+ "name": "foundationAccordionTemplate",
3596
+ "return": {
3597
+ "type": {
3598
+ "text": "ViewTemplate<Accordion>"
3599
+ }
3664
3600
  },
3665
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3601
+ "parameters": [
3602
+ {
3603
+ "name": "context",
3604
+ "type": {
3605
+ "text": "ElementDefinitionContext"
3606
+ }
3607
+ },
3608
+ {
3609
+ "name": "definition",
3610
+ "type": {
3611
+ "text": "FoundationElementDefinition"
3612
+ }
3613
+ }
3614
+ ]
3666
3615
  }
3667
3616
  ],
3668
3617
  "exports": [
3669
3618
  {
3670
3619
  "kind": "js",
3671
- "name": "foundationAiIndicatorTemplate",
3620
+ "name": "foundationAccordionTemplate",
3672
3621
  "declaration": {
3673
- "name": "foundationAiIndicatorTemplate",
3674
- "module": "src/ai-indicator/ai-indicator.template.ts"
3622
+ "name": "foundationAccordionTemplate",
3623
+ "module": "src/accordion/accordion.template.ts"
3675
3624
  }
3676
3625
  }
3677
3626
  ]
3678
3627
  },
3679
3628
  {
3680
3629
  "kind": "javascript-module",
3681
- "path": "src/ai-indicator/ai-indicator.ts",
3630
+ "path": "src/accordion/accordion.ts",
3682
3631
  "declarations": [
3683
3632
  {
3684
3633
  "kind": "class",
3685
3634
  "description": "",
3686
- "name": "AiIndicator",
3687
- "members": [
3688
- {
3689
- "kind": "field",
3690
- "name": "providerRegistry",
3691
- "type": {
3692
- "text": "AIProviderRegistry"
3693
- }
3694
- },
3695
- {
3696
- "kind": "field",
3697
- "name": "aiProvider",
3698
- "type": {
3699
- "text": "AIProvider | undefined"
3700
- },
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
3704
- },
3635
+ "name": "Accordion",
3636
+ "superclass": {
3637
+ "name": "FASTAccordion",
3638
+ "package": "@microsoft/fast-foundation"
3639
+ },
3640
+ "tagName": "%%prefix%%-accordion",
3641
+ "customElement": true,
3642
+ "attributes": [
3705
3643
  {
3706
- "kind": "field",
3707
- "name": "status",
3644
+ "name": "expand-mode",
3708
3645
  "type": {
3709
- "text": "AIStatus | null"
3646
+ "text": "AccordionExpandMode"
3710
3647
  },
3711
- "default": "null"
3712
- },
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"
3653
+ }
3654
+ }
3655
+ ],
3656
+ "members": [
3713
3657
  {
3714
3658
  "kind": "field",
3715
- "name": "open",
3659
+ "name": "expandmode",
3716
3660
  "type": {
3717
- "text": "boolean"
3661
+ "text": "AccordionExpandMode"
3718
3662
  },
3719
- "default": "false"
3663
+ "privacy": "public",
3664
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3665
+ "inheritedFrom": {
3666
+ "name": "Accordion",
3667
+ "module": "src/accordion/accordion.ts"
3668
+ }
3720
3669
  },
3721
3670
  {
3722
3671
  "kind": "field",
3723
- "name": "state",
3672
+ "name": "activeid",
3724
3673
  "type": {
3725
- "text": "AIIndicatorState"
3674
+ "text": "string | null"
3726
3675
  },
3727
- "default": "'none'"
3676
+ "privacy": "private",
3677
+ "inheritedFrom": {
3678
+ "name": "Accordion",
3679
+ "module": "src/accordion/accordion.ts"
3680
+ }
3728
3681
  },
3729
3682
  {
3730
3683
  "kind": "field",
3731
- "name": "isInstalling",
3684
+ "name": "activeItemIndex",
3732
3685
  "type": {
3733
- "text": "boolean"
3686
+ "text": "number"
3734
3687
  },
3735
- "default": "false"
3688
+ "privacy": "private",
3689
+ "default": "0",
3690
+ "inheritedFrom": {
3691
+ "name": "Accordion",
3692
+ "module": "src/accordion/accordion.ts"
3693
+ }
3736
3694
  },
3737
3695
  {
3738
3696
  "kind": "field",
3739
- "name": "pollTimer",
3697
+ "name": "accordionIds",
3740
3698
  "type": {
3741
- "text": "ReturnType<typeof setInterval> | null"
3699
+ "text": "Array<string | null>"
3742
3700
  },
3743
3701
  "privacy": "private",
3744
- "default": "null"
3745
- },
3746
- {
3747
- "kind": "field",
3748
- "name": "clickOutside",
3749
- "privacy": "private"
3702
+ "inheritedFrom": {
3703
+ "name": "Accordion",
3704
+ "module": "src/accordion/accordion.ts"
3705
+ }
3750
3706
  },
3751
3707
  {
3752
3708
  "kind": "field",
3753
- "name": "chromeStatusLabel",
3754
- "type": {
3755
- "text": "string | null"
3756
- },
3757
- "readonly": true
3709
+ "name": "change",
3710
+ "privacy": "private",
3711
+ "inheritedFrom": {
3712
+ "name": "Accordion",
3713
+ "module": "src/accordion/accordion.ts"
3714
+ }
3758
3715
  },
3759
3716
  {
3760
- "kind": "field",
3761
- "name": "canInstall",
3762
- "type": {
3763
- "text": "boolean"
3717
+ "kind": "method",
3718
+ "name": "findExpandedItem",
3719
+ "privacy": "private",
3720
+ "return": {
3721
+ "type": {
3722
+ "text": "AccordionItem | null"
3723
+ }
3764
3724
  },
3765
- "readonly": true
3725
+ "inheritedFrom": {
3726
+ "name": "Accordion",
3727
+ "module": "src/accordion/accordion.ts"
3728
+ }
3766
3729
  },
3767
3730
  {
3768
3731
  "kind": "field",
3769
- "name": "isDownloading",
3770
- "type": {
3771
- "text": "boolean"
3772
- },
3773
- "readonly": true
3732
+ "name": "setItems",
3733
+ "privacy": "private",
3734
+ "inheritedFrom": {
3735
+ "name": "Accordion",
3736
+ "module": "src/accordion/accordion.ts"
3737
+ }
3774
3738
  },
3775
3739
  {
3776
3740
  "kind": "method",
3777
- "name": "openChanged",
3741
+ "name": "resetItems",
3742
+ "privacy": "private",
3778
3743
  "return": {
3779
3744
  "type": {
3780
3745
  "text": "void"
3781
3746
  }
3747
+ },
3748
+ "inheritedFrom": {
3749
+ "name": "Accordion",
3750
+ "module": "src/accordion/accordion.ts"
3782
3751
  }
3783
3752
  },
3784
3753
  {
3785
- "kind": "method",
3786
- "name": "handleClickOutside",
3754
+ "kind": "field",
3755
+ "name": "removeItemListeners",
3787
3756
  "privacy": "private",
3788
- "parameters": [
3789
- {
3790
- "name": "event",
3791
- "type": {
3792
- "text": "MouseEvent"
3793
- }
3794
- }
3795
- ]
3757
+ "inheritedFrom": {
3758
+ "name": "Accordion",
3759
+ "module": "src/accordion/accordion.ts"
3760
+ }
3796
3761
  },
3797
3762
  {
3798
- "kind": "method",
3799
- "name": "toggleDropdown"
3763
+ "kind": "field",
3764
+ "name": "activeItemChange",
3765
+ "privacy": "private",
3766
+ "inheritedFrom": {
3767
+ "name": "Accordion",
3768
+ "module": "src/accordion/accordion.ts"
3769
+ }
3800
3770
  },
3801
3771
  {
3802
3772
  "kind": "method",
3803
- "name": "refreshStatus",
3773
+ "name": "getItemIds",
3774
+ "privacy": "private",
3804
3775
  "return": {
3805
3776
  "type": {
3806
- "text": "Promise<void>"
3777
+ "text": "Array<string | null>"
3807
3778
  }
3779
+ },
3780
+ "inheritedFrom": {
3781
+ "name": "Accordion",
3782
+ "module": "src/accordion/accordion.ts"
3808
3783
  }
3809
3784
  },
3810
3785
  {
3811
3786
  "kind": "method",
3812
- "name": "deriveState",
3787
+ "name": "isSingleExpandMode",
3813
3788
  "privacy": "private",
3814
3789
  "return": {
3815
3790
  "type": {
3816
- "text": "AIIndicatorState"
3791
+ "text": "boolean"
3817
3792
  }
3818
3793
  },
3819
- "parameters": [
3820
- {
3821
- "name": "s",
3822
- "type": {
3823
- "text": "AIStatus | null"
3824
- }
3825
- }
3826
- ]
3794
+ "inheritedFrom": {
3795
+ "name": "Accordion",
3796
+ "module": "src/accordion/accordion.ts"
3797
+ }
3827
3798
  },
3828
3799
  {
3829
- "kind": "method",
3830
- "name": "maybeStartPolling",
3800
+ "kind": "field",
3801
+ "name": "handleItemKeyDown",
3831
3802
  "privacy": "private",
3832
- "return": {
3833
- "type": {
3834
- "text": "void"
3835
- }
3803
+ "inheritedFrom": {
3804
+ "name": "Accordion",
3805
+ "module": "src/accordion/accordion.ts"
3836
3806
  }
3837
3807
  },
3838
3808
  {
3839
- "kind": "method",
3840
- "name": "startPolling",
3809
+ "kind": "field",
3810
+ "name": "handleItemFocus",
3841
3811
  "privacy": "private",
3842
- "return": {
3843
- "type": {
3844
- "text": "void"
3845
- }
3812
+ "inheritedFrom": {
3813
+ "name": "Accordion",
3814
+ "module": "src/accordion/accordion.ts"
3846
3815
  }
3847
3816
  },
3848
3817
  {
3849
3818
  "kind": "method",
3850
- "name": "stopPolling",
3819
+ "name": "adjust",
3851
3820
  "privacy": "private",
3852
3821
  "return": {
3853
3822
  "type": {
3854
3823
  "text": "void"
3855
3824
  }
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"
3856
3837
  }
3857
3838
  },
3858
3839
  {
3859
3840
  "kind": "method",
3860
- "name": "onInstall",
3841
+ "name": "focusItem",
3842
+ "privacy": "private",
3861
3843
  "return": {
3862
3844
  "type": {
3863
- "text": "Promise<void>"
3845
+ "text": "void"
3864
3846
  }
3847
+ },
3848
+ "inheritedFrom": {
3849
+ "name": "Accordion",
3850
+ "module": "src/accordion/accordion.ts"
3865
3851
  }
3866
3852
  },
3867
3853
  {
@@ -3976,88 +3962,102 @@
3976
3962
  }
3977
3963
  }
3978
3964
  ],
3979
- "superclass": {
3980
- "name": "FoundationElement",
3981
- "package": "@microsoft/fast-foundation"
3965
+ "events": [
3966
+ {
3967
+ "description": "Fires a custom 'change' event when the active item changes",
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"
3982
3981
  },
3983
- "tagName": "%%prefix%%-ai-indicator",
3984
- "customElement": true
3982
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3985
3983
  },
3986
3984
  {
3987
3985
  "kind": "variable",
3988
- "name": "foundationAiIndicator"
3986
+ "name": "defaultAccordionConfig",
3987
+ "type": {
3988
+ "text": "object"
3989
+ },
3990
+ "default": "{}"
3991
+ },
3992
+ {
3993
+ "kind": "variable",
3994
+ "name": "foundationAccordion",
3995
+ "description": "The Foundation Accordion",
3996
+ "privacy": "public"
3989
3997
  }
3990
3998
  ],
3991
3999
  "exports": [
3992
4000
  {
3993
4001
  "kind": "js",
3994
- "name": "AiIndicator",
4002
+ "name": "Accordion",
3995
4003
  "declaration": {
3996
- "name": "AiIndicator",
3997
- "module": "src/ai-indicator/ai-indicator.ts"
4004
+ "name": "Accordion",
4005
+ "module": "src/accordion/accordion.ts"
3998
4006
  }
3999
4007
  },
4000
4008
  {
4001
4009
  "kind": "js",
4002
- "name": "foundationAiIndicator",
4003
- "declaration": {
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",
4010
+ "name": "foundationAccordionShadowOptions",
4018
4011
  "declaration": {
4019
- "name": "AiIndicator",
4020
- "module": "./ai-indicator"
4012
+ "name": "foundationAccordionShadowOptions",
4013
+ "module": "src/accordion/accordion.ts"
4021
4014
  }
4022
4015
  },
4023
4016
  {
4024
4017
  "kind": "js",
4025
- "name": "foundationAiIndicator",
4018
+ "name": "defaultAccordionConfig",
4026
4019
  "declaration": {
4027
- "name": "foundationAiIndicator",
4028
- "module": "./ai-indicator"
4020
+ "name": "defaultAccordionConfig",
4021
+ "module": "src/accordion/accordion.ts"
4029
4022
  }
4030
4023
  },
4031
4024
  {
4032
4025
  "kind": "js",
4033
- "name": "type",
4026
+ "name": "foundationAccordion",
4034
4027
  "declaration": {
4035
- "name": "type",
4036
- "module": "./ai-indicator"
4028
+ "name": "foundationAccordion",
4029
+ "module": "src/accordion/accordion.ts"
4037
4030
  }
4038
- },
4031
+ }
4032
+ ]
4033
+ },
4034
+ {
4035
+ "kind": "javascript-module",
4036
+ "path": "src/accordion/index.ts",
4037
+ "declarations": [],
4038
+ "exports": [
4039
4039
  {
4040
4040
  "kind": "js",
4041
- "name": "AIIndicatorState",
4041
+ "name": "*",
4042
4042
  "declaration": {
4043
- "name": "AIIndicatorState",
4044
- "module": "./ai-indicator"
4043
+ "name": "*",
4044
+ "package": "./accordion.template"
4045
4045
  }
4046
4046
  },
4047
4047
  {
4048
4048
  "kind": "js",
4049
- "name": "foundationAiIndicatorTemplate",
4049
+ "name": "*",
4050
4050
  "declaration": {
4051
- "name": "foundationAiIndicatorTemplate",
4052
- "module": "./ai-indicator.template"
4051
+ "name": "*",
4052
+ "package": "./accordion.styles"
4053
4053
  }
4054
4054
  },
4055
4055
  {
4056
4056
  "kind": "js",
4057
- "name": "foundationAiIndicatorStyles",
4057
+ "name": "*",
4058
4058
  "declaration": {
4059
- "name": "foundationAiIndicatorStyles",
4060
- "module": "./ai-indicator.styles"
4059
+ "name": "*",
4060
+ "package": "./accordion"
4061
4061
  }
4062
4062
  }
4063
4063
  ]