@genesislcap/foundation-ui 14.467.1 → 14.467.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1398,6 +1398,37 @@
1398
1398
  }
1399
1399
  ]
1400
1400
  },
1401
+ {
1402
+ "kind": "javascript-module",
1403
+ "path": "src/_config/index.ts",
1404
+ "declarations": [],
1405
+ "exports": [
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./styles"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./tokens"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./values"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1401
1432
  {
1402
1433
  "kind": "javascript-module",
1403
1434
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1794,34 +1825,11 @@
1794
1825
  },
1795
1826
  {
1796
1827
  "kind": "javascript-module",
1797
- "path": "src/actions-menu/actions-menu.styles.ts",
1828
+ "path": "src/accordion/accordion.styles.ts",
1798
1829
  "declarations": [
1799
1830
  {
1800
1831
  "kind": "function",
1801
- "name": "actionsMenuBaseStyles",
1802
- "return": {
1803
- "type": {
1804
- "text": "ElementStyles"
1805
- }
1806
- },
1807
- "parameters": [
1808
- {
1809
- "name": "context",
1810
- "type": {
1811
- "text": "ElementDefinitionContext"
1812
- }
1813
- },
1814
- {
1815
- "name": "definition",
1816
- "type": {
1817
- "text": "FoundationElementDefinition"
1818
- }
1819
- }
1820
- ]
1821
- },
1822
- {
1823
- "kind": "function",
1824
- "name": "foundationActionsMenuStyles",
1832
+ "name": "foundationAccordionStyles",
1825
1833
  "return": {
1826
1834
  "type": {
1827
1835
  "text": "ElementStyles"
@@ -1846,269 +1854,277 @@
1846
1854
  "exports": [
1847
1855
  {
1848
1856
  "kind": "js",
1849
- "name": "actionsMenuBaseStyles",
1850
- "declaration": {
1851
- "name": "actionsMenuBaseStyles",
1852
- "module": "src/actions-menu/actions-menu.styles.ts"
1853
- }
1854
- },
1855
- {
1856
- "kind": "js",
1857
- "name": "foundationActionsMenuStyles",
1857
+ "name": "foundationAccordionStyles",
1858
1858
  "declaration": {
1859
- "name": "foundationActionsMenuStyles",
1860
- "module": "src/actions-menu/actions-menu.styles.ts"
1859
+ "name": "foundationAccordionStyles",
1860
+ "module": "src/accordion/accordion.styles.ts"
1861
1861
  }
1862
1862
  }
1863
1863
  ]
1864
1864
  },
1865
1865
  {
1866
1866
  "kind": "javascript-module",
1867
- "path": "src/actions-menu/actions-menu.template.ts",
1867
+ "path": "src/accordion/accordion.template.ts",
1868
1868
  "declarations": [
1869
1869
  {
1870
1870
  "kind": "function",
1871
- "name": "menuTemplate",
1871
+ "name": "foundationAccordionTemplate",
1872
+ "return": {
1873
+ "type": {
1874
+ "text": "ViewTemplate<Accordion>"
1875
+ }
1876
+ },
1872
1877
  "parameters": [
1873
1878
  {
1874
- "name": "prefix",
1879
+ "name": "context",
1875
1880
  "type": {
1876
- "text": "string"
1881
+ "text": "ElementDefinitionContext"
1877
1882
  }
1878
- }
1879
- ]
1880
- },
1881
- {
1882
- "kind": "function",
1883
- "name": "singleOptionTemplate",
1884
- "parameters": [
1883
+ },
1885
1884
  {
1886
- "name": "prefix",
1885
+ "name": "definition",
1887
1886
  "type": {
1888
- "text": "string"
1887
+ "text": "FoundationElementDefinition"
1889
1888
  }
1890
1889
  }
1891
1890
  ]
1892
- },
1893
- {
1894
- "kind": "variable",
1895
- "name": "foundationActionsMenuTemplate",
1896
- "type": {
1897
- "text": "ViewTemplate<ActionsMenu>"
1898
- },
1899
- "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`"
1900
1891
  }
1901
1892
  ],
1902
1893
  "exports": [
1903
1894
  {
1904
1895
  "kind": "js",
1905
- "name": "menuTemplate",
1906
- "declaration": {
1907
- "name": "menuTemplate",
1908
- "module": "src/actions-menu/actions-menu.template.ts"
1909
- }
1910
- },
1911
- {
1912
- "kind": "js",
1913
- "name": "singleOptionTemplate",
1914
- "declaration": {
1915
- "name": "singleOptionTemplate",
1916
- "module": "src/actions-menu/actions-menu.template.ts"
1917
- }
1918
- },
1919
- {
1920
- "kind": "js",
1921
- "name": "foundationActionsMenuTemplate",
1896
+ "name": "foundationAccordionTemplate",
1922
1897
  "declaration": {
1923
- "name": "foundationActionsMenuTemplate",
1924
- "module": "src/actions-menu/actions-menu.template.ts"
1898
+ "name": "foundationAccordionTemplate",
1899
+ "module": "src/accordion/accordion.template.ts"
1925
1900
  }
1926
1901
  }
1927
1902
  ]
1928
1903
  },
1929
1904
  {
1930
1905
  "kind": "javascript-module",
1931
- "path": "src/actions-menu/actions-menu.ts",
1906
+ "path": "src/accordion/accordion.ts",
1932
1907
  "declarations": [
1933
1908
  {
1934
1909
  "kind": "class",
1935
1910
  "description": "",
1936
- "name": "ActionsMenu",
1937
- "members": [
1911
+ "name": "Accordion",
1912
+ "superclass": {
1913
+ "name": "FASTAccordion",
1914
+ "package": "@microsoft/fast-foundation"
1915
+ },
1916
+ "tagName": "%%prefix%%-accordion",
1917
+ "customElement": true,
1918
+ "attributes": [
1938
1919
  {
1939
- "kind": "field",
1940
- "name": "actions",
1920
+ "name": "expand-mode",
1941
1921
  "type": {
1942
- "text": "ActionMenuItem[]"
1922
+ "text": "AccordionExpandMode"
1923
+ },
1924
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1925
+ "fieldName": "expandmode",
1926
+ "inheritedFrom": {
1927
+ "name": "Accordion",
1928
+ "module": "src/accordion/accordion.ts"
1943
1929
  }
1944
- },
1930
+ }
1931
+ ],
1932
+ "members": [
1945
1933
  {
1946
1934
  "kind": "field",
1947
- "name": "isVertical",
1935
+ "name": "expandmode",
1948
1936
  "type": {
1949
- "text": "boolean"
1937
+ "text": "AccordionExpandMode"
1950
1938
  },
1951
- "default": "false"
1939
+ "privacy": "public",
1940
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1941
+ "inheritedFrom": {
1942
+ "name": "Accordion",
1943
+ "module": "src/accordion/accordion.ts"
1944
+ }
1952
1945
  },
1953
1946
  {
1954
1947
  "kind": "field",
1955
- "name": "addDefaultActions",
1948
+ "name": "activeid",
1956
1949
  "type": {
1957
- "text": "boolean"
1950
+ "text": "string | null"
1958
1951
  },
1959
- "default": "true"
1952
+ "privacy": "private",
1953
+ "inheritedFrom": {
1954
+ "name": "Accordion",
1955
+ "module": "src/accordion/accordion.ts"
1956
+ }
1960
1957
  },
1961
1958
  {
1962
1959
  "kind": "field",
1963
- "name": "autoCloseOnAction",
1960
+ "name": "activeItemIndex",
1964
1961
  "type": {
1965
- "text": "boolean"
1962
+ "text": "number"
1966
1963
  },
1967
- "default": "true"
1968
- },
1969
- {
1970
- "kind": "field",
1971
- "name": "classNames",
1972
- "type": {
1973
- "text": "string"
1964
+ "privacy": "private",
1965
+ "default": "0",
1966
+ "inheritedFrom": {
1967
+ "name": "Accordion",
1968
+ "module": "src/accordion/accordion.ts"
1974
1969
  }
1975
1970
  },
1976
1971
  {
1977
1972
  "kind": "field",
1978
- "name": "definition",
1973
+ "name": "accordionIds",
1979
1974
  "type": {
1980
- "text": "any"
1975
+ "text": "Array<string | null>"
1976
+ },
1977
+ "privacy": "private",
1978
+ "inheritedFrom": {
1979
+ "name": "Accordion",
1980
+ "module": "src/accordion/accordion.ts"
1981
1981
  }
1982
1982
  },
1983
1983
  {
1984
1984
  "kind": "field",
1985
- "name": "name",
1986
- "type": {
1987
- "text": "string"
1988
- },
1989
- "default": "'Actions'"
1985
+ "name": "change",
1986
+ "privacy": "private",
1987
+ "inheritedFrom": {
1988
+ "name": "Accordion",
1989
+ "module": "src/accordion/accordion.ts"
1990
+ }
1990
1991
  },
1991
1992
  {
1992
- "kind": "field",
1993
- "name": "open",
1994
- "type": {
1995
- "text": "boolean"
1993
+ "kind": "method",
1994
+ "name": "findExpandedItem",
1995
+ "privacy": "private",
1996
+ "return": {
1997
+ "type": {
1998
+ "text": "AccordionItem | null"
1999
+ }
1996
2000
  },
1997
- "default": "false"
1998
- },
1999
- {
2000
- "kind": "field",
2001
- "name": "buttonAppearance",
2002
- "type": {
2003
- "text": "string"
2001
+ "inheritedFrom": {
2002
+ "name": "Accordion",
2003
+ "module": "src/accordion/accordion.ts"
2004
2004
  }
2005
2005
  },
2006
2006
  {
2007
2007
  "kind": "field",
2008
- "name": "hideDisabled",
2009
- "type": {
2010
- "text": "boolean"
2011
- },
2012
- "default": "false"
2008
+ "name": "setItems",
2009
+ "privacy": "private",
2010
+ "inheritedFrom": {
2011
+ "name": "Accordion",
2012
+ "module": "src/accordion/accordion.ts"
2013
+ }
2013
2014
  },
2014
2015
  {
2015
- "kind": "field",
2016
- "name": "hideMenuSingleOption",
2017
- "type": {
2018
- "text": "boolean"
2016
+ "kind": "method",
2017
+ "name": "resetItems",
2018
+ "privacy": "private",
2019
+ "return": {
2020
+ "type": {
2021
+ "text": "void"
2022
+ }
2019
2023
  },
2020
- "default": "false"
2024
+ "inheritedFrom": {
2025
+ "name": "Accordion",
2026
+ "module": "src/accordion/accordion.ts"
2027
+ }
2021
2028
  },
2022
2029
  {
2023
2030
  "kind": "field",
2024
- "name": "singleOption",
2025
- "type": {
2026
- "text": "ActionMenuItem"
2031
+ "name": "removeItemListeners",
2032
+ "privacy": "private",
2033
+ "inheritedFrom": {
2034
+ "name": "Accordion",
2035
+ "module": "src/accordion/accordion.ts"
2027
2036
  }
2028
2037
  },
2029
2038
  {
2030
2039
  "kind": "field",
2031
- "name": "actionsMenu",
2032
- "type": {
2033
- "text": "HTMLElement"
2040
+ "name": "activeItemChange",
2041
+ "privacy": "private",
2042
+ "inheritedFrom": {
2043
+ "name": "Accordion",
2044
+ "module": "src/accordion/accordion.ts"
2034
2045
  }
2035
2046
  },
2036
2047
  {
2037
2048
  "kind": "method",
2038
- "name": "definitionChanged",
2039
- "privacy": "protected",
2040
- "parameters": [
2041
- {
2042
- "name": "oldValue",
2043
- "type": {
2044
- "text": "any"
2045
- }
2046
- },
2047
- {
2048
- "name": "newValue",
2049
- "type": {
2050
- "text": "any"
2051
- }
2049
+ "name": "getItemIds",
2050
+ "privacy": "private",
2051
+ "return": {
2052
+ "type": {
2053
+ "text": "Array<string | null>"
2052
2054
  }
2053
- ]
2054
- },
2055
- {
2056
- "kind": "method",
2057
- "name": "openChanged",
2058
- "privacy": "protected"
2059
- },
2060
- {
2061
- "kind": "method",
2062
- "name": "toggleActionsMenuVisibility"
2055
+ },
2056
+ "inheritedFrom": {
2057
+ "name": "Accordion",
2058
+ "module": "src/accordion/accordion.ts"
2059
+ }
2063
2060
  },
2064
2061
  {
2065
2062
  "kind": "method",
2066
- "name": "onActionMenuItemClick",
2067
- "parameters": [
2068
- {
2069
- "name": "callback",
2070
- "type": {
2071
- "text": "(rowData) => void | any"
2072
- }
2063
+ "name": "isSingleExpandMode",
2064
+ "privacy": "private",
2065
+ "return": {
2066
+ "type": {
2067
+ "text": "boolean"
2073
2068
  }
2074
- ]
2069
+ },
2070
+ "inheritedFrom": {
2071
+ "name": "Accordion",
2072
+ "module": "src/accordion/accordion.ts"
2073
+ }
2075
2074
  },
2076
2075
  {
2077
2076
  "kind": "field",
2078
- "name": "allActions",
2079
- "type": {
2080
- "text": "ActionMenuItem[]"
2081
- },
2082
- "readonly": true
2077
+ "name": "handleItemKeyDown",
2078
+ "privacy": "private",
2079
+ "inheritedFrom": {
2080
+ "name": "Accordion",
2081
+ "module": "src/accordion/accordion.ts"
2082
+ }
2083
2083
  },
2084
2084
  {
2085
2085
  "kind": "field",
2086
- "name": "rowData",
2087
- "readonly": true
2086
+ "name": "handleItemFocus",
2087
+ "privacy": "private",
2088
+ "inheritedFrom": {
2089
+ "name": "Accordion",
2090
+ "module": "src/accordion/accordion.ts"
2091
+ }
2088
2092
  },
2089
2093
  {
2090
2094
  "kind": "method",
2091
- "name": "getLabel",
2095
+ "name": "adjust",
2096
+ "privacy": "private",
2097
+ "return": {
2098
+ "type": {
2099
+ "text": "void"
2100
+ }
2101
+ },
2092
2102
  "parameters": [
2093
2103
  {
2094
- "name": "name",
2104
+ "name": "adjustment",
2095
2105
  "type": {
2096
- "text": "string | ((rowData: any) => string)"
2106
+ "text": "number"
2097
2107
  }
2098
2108
  }
2099
- ]
2109
+ ],
2110
+ "inheritedFrom": {
2111
+ "name": "Accordion",
2112
+ "module": "src/accordion/accordion.ts"
2113
+ }
2100
2114
  },
2101
2115
  {
2102
2116
  "kind": "method",
2103
- "name": "getTemplate",
2104
- "parameters": [
2105
- {
2106
- "name": "prefix",
2107
- "type": {
2108
- "text": "string"
2109
- }
2117
+ "name": "focusItem",
2118
+ "privacy": "private",
2119
+ "return": {
2120
+ "type": {
2121
+ "text": "void"
2110
2122
  }
2111
- ]
2123
+ },
2124
+ "inheritedFrom": {
2125
+ "name": "Accordion",
2126
+ "module": "src/accordion/accordion.ts"
2127
+ }
2112
2128
  },
2113
2129
  {
2114
2130
  "kind": "field",
@@ -2222,107 +2238,78 @@
2222
2238
  }
2223
2239
  }
2224
2240
  ],
2225
- "attributes": [
2226
- {
2227
- "name": "is-vertical",
2228
- "type": {
2229
- "text": "boolean"
2230
- },
2231
- "default": "false",
2232
- "fieldName": "isVertical"
2233
- },
2234
- {
2235
- "name": "add-default-actions",
2236
- "type": {
2237
- "text": "boolean"
2238
- },
2239
- "default": "true",
2240
- "fieldName": "addDefaultActions"
2241
- },
2242
- {
2243
- "name": "auto-close-on-action",
2244
- "type": {
2245
- "text": "boolean"
2246
- },
2247
- "default": "true",
2248
- "fieldName": "autoCloseOnAction"
2249
- },
2250
- {
2251
- "name": "name",
2252
- "type": {
2253
- "text": "string"
2254
- },
2255
- "default": "'Actions'",
2256
- "fieldName": "name"
2257
- },
2258
- {
2259
- "name": "open",
2260
- "type": {
2261
- "text": "boolean"
2262
- },
2263
- "default": "false",
2264
- "fieldName": "open"
2265
- },
2266
- {
2267
- "name": "buttonAppearance",
2268
- "type": {
2269
- "text": "string"
2270
- },
2271
- "fieldName": "buttonAppearance"
2272
- },
2273
- {
2274
- "name": "hide-disabled",
2275
- "type": {
2276
- "text": "boolean"
2277
- },
2278
- "default": "false",
2279
- "fieldName": "hideDisabled"
2280
- },
2241
+ "events": [
2281
2242
  {
2282
- "name": "hide-menu-single-option",
2283
- "type": {
2284
- "text": "boolean"
2285
- },
2286
- "default": "false",
2287
- "fieldName": "hideMenuSingleOption"
2243
+ "description": "Fires a custom 'change' event when the active item changes",
2244
+ "name": "change",
2245
+ "inheritedFrom": {
2246
+ "name": "Accordion",
2247
+ "module": "src/accordion/accordion.ts"
2248
+ }
2288
2249
  }
2289
- ],
2290
- "superclass": {
2291
- "name": "FoundationElement",
2292
- "package": "@microsoft/fast-foundation"
2250
+ ]
2251
+ },
2252
+ {
2253
+ "kind": "variable",
2254
+ "name": "foundationAccordionShadowOptions",
2255
+ "type": {
2256
+ "text": "ShadowRootInit"
2293
2257
  },
2294
- "tagName": "%%prefix%%-actions-menu",
2295
- "customElement": true
2258
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2296
2259
  },
2297
2260
  {
2298
2261
  "kind": "variable",
2299
- "name": "foundationActionsMenu",
2300
- "description": "The Foundation Actions Menu",
2262
+ "name": "defaultAccordionConfig",
2263
+ "type": {
2264
+ "text": "object"
2265
+ },
2266
+ "default": "{}"
2267
+ },
2268
+ {
2269
+ "kind": "variable",
2270
+ "name": "foundationAccordion",
2271
+ "description": "The Foundation Accordion",
2301
2272
  "privacy": "public"
2302
2273
  }
2303
2274
  ],
2304
2275
  "exports": [
2305
2276
  {
2306
2277
  "kind": "js",
2307
- "name": "ActionsMenu",
2278
+ "name": "Accordion",
2308
2279
  "declaration": {
2309
- "name": "ActionsMenu",
2310
- "module": "src/actions-menu/actions-menu.ts"
2280
+ "name": "Accordion",
2281
+ "module": "src/accordion/accordion.ts"
2311
2282
  }
2312
2283
  },
2313
2284
  {
2314
2285
  "kind": "js",
2315
- "name": "foundationActionsMenu",
2286
+ "name": "foundationAccordionShadowOptions",
2316
2287
  "declaration": {
2317
- "name": "foundationActionsMenu",
2318
- "module": "src/actions-menu/actions-menu.ts"
2288
+ "name": "foundationAccordionShadowOptions",
2289
+ "module": "src/accordion/accordion.ts"
2290
+ }
2291
+ },
2292
+ {
2293
+ "kind": "js",
2294
+ "name": "defaultAccordionConfig",
2295
+ "declaration": {
2296
+ "name": "defaultAccordionConfig",
2297
+ "module": "src/accordion/accordion.ts"
2298
+ }
2299
+ },
2300
+ {
2301
+ "kind": "js",
2302
+ "name": "foundationAccordion",
2303
+ "declaration": {
2304
+ "name": "foundationAccordion",
2305
+ "module": "src/accordion/accordion.ts"
2319
2306
  }
2320
2307
  }
2321
2308
  ]
2322
2309
  },
2323
2310
  {
2324
2311
  "kind": "javascript-module",
2325
- "path": "src/actions-menu/index.ts",
2312
+ "path": "src/accordion/index.ts",
2326
2313
  "declarations": [],
2327
2314
  "exports": [
2328
2315
  {
@@ -2330,7 +2317,7 @@
2330
2317
  "name": "*",
2331
2318
  "declaration": {
2332
2319
  "name": "*",
2333
- "package": "./actions-menu.styles"
2320
+ "package": "./accordion.template"
2334
2321
  }
2335
2322
  },
2336
2323
  {
@@ -2338,7 +2325,7 @@
2338
2325
  "name": "*",
2339
2326
  "declaration": {
2340
2327
  "name": "*",
2341
- "package": "./actions-menu.template"
2328
+ "package": "./accordion.styles"
2342
2329
  }
2343
2330
  },
2344
2331
  {
@@ -2346,18 +2333,41 @@
2346
2333
  "name": "*",
2347
2334
  "declaration": {
2348
2335
  "name": "*",
2349
- "package": "./actions-menu"
2336
+ "package": "./accordion"
2350
2337
  }
2351
2338
  }
2352
2339
  ]
2353
2340
  },
2354
2341
  {
2355
2342
  "kind": "javascript-module",
2356
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2343
+ "path": "src/actions-menu/actions-menu.styles.ts",
2357
2344
  "declarations": [
2358
2345
  {
2359
2346
  "kind": "function",
2360
- "name": "foundationAiIndicatorStyles",
2347
+ "name": "actionsMenuBaseStyles",
2348
+ "return": {
2349
+ "type": {
2350
+ "text": "ElementStyles"
2351
+ }
2352
+ },
2353
+ "parameters": [
2354
+ {
2355
+ "name": "context",
2356
+ "type": {
2357
+ "text": "ElementDefinitionContext"
2358
+ }
2359
+ },
2360
+ {
2361
+ "name": "definition",
2362
+ "type": {
2363
+ "text": "FoundationElementDefinition"
2364
+ }
2365
+ }
2366
+ ]
2367
+ },
2368
+ {
2369
+ "kind": "function",
2370
+ "name": "foundationActionsMenuStyles",
2361
2371
  "return": {
2362
2372
  "type": {
2363
2373
  "text": "ElementStyles"
@@ -2382,225 +2392,269 @@
2382
2392
  "exports": [
2383
2393
  {
2384
2394
  "kind": "js",
2385
- "name": "foundationAiIndicatorStyles",
2395
+ "name": "actionsMenuBaseStyles",
2386
2396
  "declaration": {
2387
- "name": "foundationAiIndicatorStyles",
2388
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2397
+ "name": "actionsMenuBaseStyles",
2398
+ "module": "src/actions-menu/actions-menu.styles.ts"
2399
+ }
2400
+ },
2401
+ {
2402
+ "kind": "js",
2403
+ "name": "foundationActionsMenuStyles",
2404
+ "declaration": {
2405
+ "name": "foundationActionsMenuStyles",
2406
+ "module": "src/actions-menu/actions-menu.styles.ts"
2389
2407
  }
2390
2408
  }
2391
2409
  ]
2392
2410
  },
2393
2411
  {
2394
2412
  "kind": "javascript-module",
2395
- "path": "src/ai-indicator/ai-indicator.template.ts",
2413
+ "path": "src/actions-menu/actions-menu.template.ts",
2396
2414
  "declarations": [
2415
+ {
2416
+ "kind": "function",
2417
+ "name": "menuTemplate",
2418
+ "parameters": [
2419
+ {
2420
+ "name": "prefix",
2421
+ "type": {
2422
+ "text": "string"
2423
+ }
2424
+ }
2425
+ ]
2426
+ },
2427
+ {
2428
+ "kind": "function",
2429
+ "name": "singleOptionTemplate",
2430
+ "parameters": [
2431
+ {
2432
+ "name": "prefix",
2433
+ "type": {
2434
+ "text": "string"
2435
+ }
2436
+ }
2437
+ ]
2438
+ },
2397
2439
  {
2398
2440
  "kind": "variable",
2399
- "name": "foundationAiIndicatorTemplate",
2441
+ "name": "foundationActionsMenuTemplate",
2400
2442
  "type": {
2401
- "text": "ViewTemplate<AiIndicator>"
2443
+ "text": "ViewTemplate<ActionsMenu>"
2402
2444
  },
2403
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2445
+ "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`"
2404
2446
  }
2405
2447
  ],
2406
2448
  "exports": [
2407
2449
  {
2408
2450
  "kind": "js",
2409
- "name": "foundationAiIndicatorTemplate",
2451
+ "name": "menuTemplate",
2410
2452
  "declaration": {
2411
- "name": "foundationAiIndicatorTemplate",
2412
- "module": "src/ai-indicator/ai-indicator.template.ts"
2453
+ "name": "menuTemplate",
2454
+ "module": "src/actions-menu/actions-menu.template.ts"
2455
+ }
2456
+ },
2457
+ {
2458
+ "kind": "js",
2459
+ "name": "singleOptionTemplate",
2460
+ "declaration": {
2461
+ "name": "singleOptionTemplate",
2462
+ "module": "src/actions-menu/actions-menu.template.ts"
2463
+ }
2464
+ },
2465
+ {
2466
+ "kind": "js",
2467
+ "name": "foundationActionsMenuTemplate",
2468
+ "declaration": {
2469
+ "name": "foundationActionsMenuTemplate",
2470
+ "module": "src/actions-menu/actions-menu.template.ts"
2413
2471
  }
2414
2472
  }
2415
2473
  ]
2416
2474
  },
2417
2475
  {
2418
2476
  "kind": "javascript-module",
2419
- "path": "src/ai-indicator/ai-indicator.ts",
2477
+ "path": "src/actions-menu/actions-menu.ts",
2420
2478
  "declarations": [
2421
2479
  {
2422
2480
  "kind": "class",
2423
2481
  "description": "",
2424
- "name": "AiIndicator",
2482
+ "name": "ActionsMenu",
2425
2483
  "members": [
2426
2484
  {
2427
2485
  "kind": "field",
2428
- "name": "providerRegistry",
2486
+ "name": "actions",
2429
2487
  "type": {
2430
- "text": "AIProviderRegistry"
2488
+ "text": "ActionMenuItem[]"
2431
2489
  }
2432
2490
  },
2433
2491
  {
2434
2492
  "kind": "field",
2435
- "name": "aiProvider",
2493
+ "name": "isVertical",
2436
2494
  "type": {
2437
- "text": "AIProvider | undefined"
2495
+ "text": "boolean"
2438
2496
  },
2439
- "privacy": "private",
2440
- "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.",
2441
- "readonly": true
2497
+ "default": "false"
2442
2498
  },
2443
2499
  {
2444
2500
  "kind": "field",
2445
- "name": "status",
2501
+ "name": "addDefaultActions",
2446
2502
  "type": {
2447
- "text": "AIStatus | null"
2503
+ "text": "boolean"
2448
2504
  },
2449
- "default": "null"
2505
+ "default": "true"
2450
2506
  },
2451
2507
  {
2452
2508
  "kind": "field",
2453
- "name": "open",
2509
+ "name": "autoCloseOnAction",
2454
2510
  "type": {
2455
2511
  "text": "boolean"
2456
2512
  },
2457
- "default": "false"
2513
+ "default": "true"
2458
2514
  },
2459
2515
  {
2460
2516
  "kind": "field",
2461
- "name": "state",
2517
+ "name": "classNames",
2462
2518
  "type": {
2463
- "text": "AIIndicatorState"
2464
- },
2465
- "default": "'none'"
2519
+ "text": "string"
2520
+ }
2466
2521
  },
2467
2522
  {
2468
2523
  "kind": "field",
2469
- "name": "isInstalling",
2524
+ "name": "definition",
2470
2525
  "type": {
2471
- "text": "boolean"
2472
- },
2473
- "default": "false"
2526
+ "text": "any"
2527
+ }
2474
2528
  },
2475
2529
  {
2476
2530
  "kind": "field",
2477
- "name": "pollTimer",
2531
+ "name": "name",
2478
2532
  "type": {
2479
- "text": "ReturnType<typeof setInterval> | null"
2533
+ "text": "string"
2480
2534
  },
2481
- "privacy": "private",
2482
- "default": "null"
2535
+ "default": "'Actions'"
2483
2536
  },
2484
2537
  {
2485
2538
  "kind": "field",
2486
- "name": "clickOutside",
2487
- "privacy": "private"
2539
+ "name": "open",
2540
+ "type": {
2541
+ "text": "boolean"
2542
+ },
2543
+ "default": "false"
2488
2544
  },
2489
2545
  {
2490
2546
  "kind": "field",
2491
- "name": "chromeStatusLabel",
2547
+ "name": "buttonAppearance",
2492
2548
  "type": {
2493
- "text": "string | null"
2494
- },
2495
- "readonly": true
2549
+ "text": "string"
2550
+ }
2496
2551
  },
2497
2552
  {
2498
2553
  "kind": "field",
2499
- "name": "canInstall",
2554
+ "name": "hideDisabled",
2500
2555
  "type": {
2501
2556
  "text": "boolean"
2502
2557
  },
2503
- "readonly": true
2558
+ "default": "false"
2504
2559
  },
2505
2560
  {
2506
2561
  "kind": "field",
2507
- "name": "isDownloading",
2562
+ "name": "hideMenuSingleOption",
2508
2563
  "type": {
2509
2564
  "text": "boolean"
2510
2565
  },
2511
- "readonly": true
2566
+ "default": "false"
2512
2567
  },
2513
2568
  {
2514
- "kind": "method",
2515
- "name": "openChanged",
2516
- "return": {
2517
- "type": {
2518
- "text": "void"
2519
- }
2569
+ "kind": "field",
2570
+ "name": "singleOption",
2571
+ "type": {
2572
+ "text": "ActionMenuItem"
2573
+ }
2574
+ },
2575
+ {
2576
+ "kind": "field",
2577
+ "name": "actionsMenu",
2578
+ "type": {
2579
+ "text": "HTMLElement"
2520
2580
  }
2521
2581
  },
2522
2582
  {
2523
2583
  "kind": "method",
2524
- "name": "handleClickOutside",
2525
- "privacy": "private",
2584
+ "name": "definitionChanged",
2585
+ "privacy": "protected",
2526
2586
  "parameters": [
2527
2587
  {
2528
- "name": "event",
2588
+ "name": "oldValue",
2529
2589
  "type": {
2530
- "text": "MouseEvent"
2590
+ "text": "any"
2591
+ }
2592
+ },
2593
+ {
2594
+ "name": "newValue",
2595
+ "type": {
2596
+ "text": "any"
2531
2597
  }
2532
2598
  }
2533
2599
  ]
2534
2600
  },
2535
2601
  {
2536
2602
  "kind": "method",
2537
- "name": "toggleDropdown"
2603
+ "name": "openChanged",
2604
+ "privacy": "protected"
2538
2605
  },
2539
2606
  {
2540
2607
  "kind": "method",
2541
- "name": "refreshStatus",
2542
- "return": {
2543
- "type": {
2544
- "text": "Promise<void>"
2545
- }
2546
- }
2608
+ "name": "toggleActionsMenuVisibility"
2547
2609
  },
2548
2610
  {
2549
2611
  "kind": "method",
2550
- "name": "deriveState",
2551
- "privacy": "private",
2552
- "return": {
2553
- "type": {
2554
- "text": "AIIndicatorState"
2555
- }
2556
- },
2612
+ "name": "onActionMenuItemClick",
2557
2613
  "parameters": [
2558
2614
  {
2559
- "name": "s",
2615
+ "name": "callback",
2560
2616
  "type": {
2561
- "text": "AIStatus | null"
2617
+ "text": "(rowData) => void | any"
2562
2618
  }
2563
2619
  }
2564
2620
  ]
2565
2621
  },
2566
2622
  {
2567
- "kind": "method",
2568
- "name": "maybeStartPolling",
2569
- "privacy": "private",
2570
- "return": {
2571
- "type": {
2572
- "text": "void"
2573
- }
2574
- }
2623
+ "kind": "field",
2624
+ "name": "allActions",
2625
+ "type": {
2626
+ "text": "ActionMenuItem[]"
2627
+ },
2628
+ "readonly": true
2575
2629
  },
2576
2630
  {
2577
- "kind": "method",
2578
- "name": "startPolling",
2579
- "privacy": "private",
2580
- "return": {
2581
- "type": {
2582
- "text": "void"
2583
- }
2584
- }
2631
+ "kind": "field",
2632
+ "name": "rowData",
2633
+ "readonly": true
2585
2634
  },
2586
2635
  {
2587
2636
  "kind": "method",
2588
- "name": "stopPolling",
2589
- "privacy": "private",
2590
- "return": {
2591
- "type": {
2592
- "text": "void"
2637
+ "name": "getLabel",
2638
+ "parameters": [
2639
+ {
2640
+ "name": "name",
2641
+ "type": {
2642
+ "text": "string | ((rowData: any) => string)"
2643
+ }
2593
2644
  }
2594
- }
2645
+ ]
2595
2646
  },
2596
2647
  {
2597
2648
  "kind": "method",
2598
- "name": "onInstall",
2599
- "return": {
2600
- "type": {
2601
- "text": "Promise<void>"
2649
+ "name": "getTemplate",
2650
+ "parameters": [
2651
+ {
2652
+ "name": "prefix",
2653
+ "type": {
2654
+ "text": "string"
2655
+ }
2602
2656
  }
2603
- }
2657
+ ]
2604
2658
  },
2605
2659
  {
2606
2660
  "kind": "field",
@@ -2714,88 +2768,131 @@
2714
2768
  }
2715
2769
  }
2716
2770
  ],
2771
+ "attributes": [
2772
+ {
2773
+ "name": "is-vertical",
2774
+ "type": {
2775
+ "text": "boolean"
2776
+ },
2777
+ "default": "false",
2778
+ "fieldName": "isVertical"
2779
+ },
2780
+ {
2781
+ "name": "add-default-actions",
2782
+ "type": {
2783
+ "text": "boolean"
2784
+ },
2785
+ "default": "true",
2786
+ "fieldName": "addDefaultActions"
2787
+ },
2788
+ {
2789
+ "name": "auto-close-on-action",
2790
+ "type": {
2791
+ "text": "boolean"
2792
+ },
2793
+ "default": "true",
2794
+ "fieldName": "autoCloseOnAction"
2795
+ },
2796
+ {
2797
+ "name": "name",
2798
+ "type": {
2799
+ "text": "string"
2800
+ },
2801
+ "default": "'Actions'",
2802
+ "fieldName": "name"
2803
+ },
2804
+ {
2805
+ "name": "open",
2806
+ "type": {
2807
+ "text": "boolean"
2808
+ },
2809
+ "default": "false",
2810
+ "fieldName": "open"
2811
+ },
2812
+ {
2813
+ "name": "buttonAppearance",
2814
+ "type": {
2815
+ "text": "string"
2816
+ },
2817
+ "fieldName": "buttonAppearance"
2818
+ },
2819
+ {
2820
+ "name": "hide-disabled",
2821
+ "type": {
2822
+ "text": "boolean"
2823
+ },
2824
+ "default": "false",
2825
+ "fieldName": "hideDisabled"
2826
+ },
2827
+ {
2828
+ "name": "hide-menu-single-option",
2829
+ "type": {
2830
+ "text": "boolean"
2831
+ },
2832
+ "default": "false",
2833
+ "fieldName": "hideMenuSingleOption"
2834
+ }
2835
+ ],
2717
2836
  "superclass": {
2718
2837
  "name": "FoundationElement",
2719
2838
  "package": "@microsoft/fast-foundation"
2720
2839
  },
2721
- "tagName": "%%prefix%%-ai-indicator",
2840
+ "tagName": "%%prefix%%-actions-menu",
2722
2841
  "customElement": true
2723
2842
  },
2724
2843
  {
2725
2844
  "kind": "variable",
2726
- "name": "foundationAiIndicator"
2845
+ "name": "foundationActionsMenu",
2846
+ "description": "The Foundation Actions Menu",
2847
+ "privacy": "public"
2727
2848
  }
2728
2849
  ],
2729
2850
  "exports": [
2730
2851
  {
2731
2852
  "kind": "js",
2732
- "name": "AiIndicator",
2853
+ "name": "ActionsMenu",
2733
2854
  "declaration": {
2734
- "name": "AiIndicator",
2735
- "module": "src/ai-indicator/ai-indicator.ts"
2855
+ "name": "ActionsMenu",
2856
+ "module": "src/actions-menu/actions-menu.ts"
2736
2857
  }
2737
2858
  },
2738
2859
  {
2739
2860
  "kind": "js",
2740
- "name": "foundationAiIndicator",
2861
+ "name": "foundationActionsMenu",
2741
2862
  "declaration": {
2742
- "name": "foundationAiIndicator",
2743
- "module": "src/ai-indicator/ai-indicator.ts"
2863
+ "name": "foundationActionsMenu",
2864
+ "module": "src/actions-menu/actions-menu.ts"
2744
2865
  }
2745
2866
  }
2746
2867
  ]
2747
2868
  },
2748
2869
  {
2749
2870
  "kind": "javascript-module",
2750
- "path": "src/ai-indicator/index.ts",
2871
+ "path": "src/actions-menu/index.ts",
2751
2872
  "declarations": [],
2752
2873
  "exports": [
2753
2874
  {
2754
2875
  "kind": "js",
2755
- "name": "AiIndicator",
2756
- "declaration": {
2757
- "name": "AiIndicator",
2758
- "module": "./ai-indicator"
2759
- }
2760
- },
2761
- {
2762
- "kind": "js",
2763
- "name": "foundationAiIndicator",
2764
- "declaration": {
2765
- "name": "foundationAiIndicator",
2766
- "module": "./ai-indicator"
2767
- }
2768
- },
2769
- {
2770
- "kind": "js",
2771
- "name": "type",
2772
- "declaration": {
2773
- "name": "type",
2774
- "module": "./ai-indicator"
2775
- }
2776
- },
2777
- {
2778
- "kind": "js",
2779
- "name": "AIIndicatorState",
2876
+ "name": "*",
2780
2877
  "declaration": {
2781
- "name": "AIIndicatorState",
2782
- "module": "./ai-indicator"
2878
+ "name": "*",
2879
+ "package": "./actions-menu.styles"
2783
2880
  }
2784
2881
  },
2785
2882
  {
2786
2883
  "kind": "js",
2787
- "name": "foundationAiIndicatorTemplate",
2884
+ "name": "*",
2788
2885
  "declaration": {
2789
- "name": "foundationAiIndicatorTemplate",
2790
- "module": "./ai-indicator.template"
2886
+ "name": "*",
2887
+ "package": "./actions-menu.template"
2791
2888
  }
2792
2889
  },
2793
2890
  {
2794
2891
  "kind": "js",
2795
- "name": "foundationAiIndicatorStyles",
2892
+ "name": "*",
2796
2893
  "declaration": {
2797
- "name": "foundationAiIndicatorStyles",
2798
- "module": "./ai-indicator.styles"
2894
+ "name": "*",
2895
+ "package": "./actions-menu"
2799
2896
  }
2800
2897
  }
2801
2898
  ]
@@ -3411,11 +3508,11 @@
3411
3508
  },
3412
3509
  {
3413
3510
  "kind": "javascript-module",
3414
- "path": "src/accordion/accordion.styles.ts",
3511
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3415
3512
  "declarations": [
3416
3513
  {
3417
3514
  "kind": "function",
3418
- "name": "foundationAccordionStyles",
3515
+ "name": "foundationAiIndicatorStyles",
3419
3516
  "return": {
3420
3517
  "type": {
3421
3518
  "text": "ElementStyles"
@@ -3440,276 +3537,224 @@
3440
3537
  "exports": [
3441
3538
  {
3442
3539
  "kind": "js",
3443
- "name": "foundationAccordionStyles",
3540
+ "name": "foundationAiIndicatorStyles",
3444
3541
  "declaration": {
3445
- "name": "foundationAccordionStyles",
3446
- "module": "src/accordion/accordion.styles.ts"
3542
+ "name": "foundationAiIndicatorStyles",
3543
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3447
3544
  }
3448
3545
  }
3449
3546
  ]
3450
3547
  },
3451
3548
  {
3452
3549
  "kind": "javascript-module",
3453
- "path": "src/accordion/accordion.template.ts",
3550
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3454
3551
  "declarations": [
3455
3552
  {
3456
- "kind": "function",
3457
- "name": "foundationAccordionTemplate",
3458
- "return": {
3459
- "type": {
3460
- "text": "ViewTemplate<Accordion>"
3461
- }
3553
+ "kind": "variable",
3554
+ "name": "foundationAiIndicatorTemplate",
3555
+ "type": {
3556
+ "text": "ViewTemplate<AiIndicator>"
3462
3557
  },
3463
- "parameters": [
3464
- {
3465
- "name": "context",
3466
- "type": {
3467
- "text": "ElementDefinitionContext"
3468
- }
3469
- },
3470
- {
3471
- "name": "definition",
3472
- "type": {
3473
- "text": "FoundationElementDefinition"
3474
- }
3475
- }
3476
- ]
3558
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3477
3559
  }
3478
3560
  ],
3479
3561
  "exports": [
3480
3562
  {
3481
3563
  "kind": "js",
3482
- "name": "foundationAccordionTemplate",
3564
+ "name": "foundationAiIndicatorTemplate",
3483
3565
  "declaration": {
3484
- "name": "foundationAccordionTemplate",
3485
- "module": "src/accordion/accordion.template.ts"
3566
+ "name": "foundationAiIndicatorTemplate",
3567
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3486
3568
  }
3487
3569
  }
3488
3570
  ]
3489
3571
  },
3490
3572
  {
3491
3573
  "kind": "javascript-module",
3492
- "path": "src/accordion/accordion.ts",
3574
+ "path": "src/ai-indicator/ai-indicator.ts",
3493
3575
  "declarations": [
3494
3576
  {
3495
3577
  "kind": "class",
3496
3578
  "description": "",
3497
- "name": "Accordion",
3498
- "superclass": {
3499
- "name": "FASTAccordion",
3500
- "package": "@microsoft/fast-foundation"
3501
- },
3502
- "tagName": "%%prefix%%-accordion",
3503
- "customElement": true,
3504
- "attributes": [
3579
+ "name": "AiIndicator",
3580
+ "members": [
3505
3581
  {
3506
- "name": "expand-mode",
3582
+ "kind": "field",
3583
+ "name": "providerRegistry",
3507
3584
  "type": {
3508
- "text": "AccordionExpandMode"
3509
- },
3510
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3511
- "fieldName": "expandmode",
3512
- "inheritedFrom": {
3513
- "name": "Accordion",
3514
- "module": "src/accordion/accordion.ts"
3585
+ "text": "AIProviderRegistry"
3515
3586
  }
3516
- }
3517
- ],
3518
- "members": [
3587
+ },
3519
3588
  {
3520
3589
  "kind": "field",
3521
- "name": "expandmode",
3590
+ "name": "aiProvider",
3522
3591
  "type": {
3523
- "text": "AccordionExpandMode"
3592
+ "text": "AIProvider | undefined"
3524
3593
  },
3525
- "privacy": "public",
3526
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3527
- "inheritedFrom": {
3528
- "name": "Accordion",
3529
- "module": "src/accordion/accordion.ts"
3530
- }
3594
+ "privacy": "private",
3595
+ "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.",
3596
+ "readonly": true
3531
3597
  },
3532
3598
  {
3533
3599
  "kind": "field",
3534
- "name": "activeid",
3600
+ "name": "status",
3535
3601
  "type": {
3536
- "text": "string | null"
3602
+ "text": "AIStatus | null"
3537
3603
  },
3538
- "privacy": "private",
3539
- "inheritedFrom": {
3540
- "name": "Accordion",
3541
- "module": "src/accordion/accordion.ts"
3542
- }
3604
+ "default": "null"
3543
3605
  },
3544
3606
  {
3545
3607
  "kind": "field",
3546
- "name": "activeItemIndex",
3608
+ "name": "open",
3547
3609
  "type": {
3548
- "text": "number"
3610
+ "text": "boolean"
3549
3611
  },
3550
- "privacy": "private",
3551
- "default": "0",
3552
- "inheritedFrom": {
3553
- "name": "Accordion",
3554
- "module": "src/accordion/accordion.ts"
3555
- }
3612
+ "default": "false"
3556
3613
  },
3557
3614
  {
3558
3615
  "kind": "field",
3559
- "name": "accordionIds",
3616
+ "name": "state",
3560
3617
  "type": {
3561
- "text": "Array<string | null>"
3618
+ "text": "AIIndicatorState"
3562
3619
  },
3563
- "privacy": "private",
3564
- "inheritedFrom": {
3565
- "name": "Accordion",
3566
- "module": "src/accordion/accordion.ts"
3567
- }
3620
+ "default": "'none'"
3568
3621
  },
3569
3622
  {
3570
3623
  "kind": "field",
3571
- "name": "change",
3572
- "privacy": "private",
3573
- "inheritedFrom": {
3574
- "name": "Accordion",
3575
- "module": "src/accordion/accordion.ts"
3576
- }
3624
+ "name": "isInstalling",
3625
+ "type": {
3626
+ "text": "boolean"
3627
+ },
3628
+ "default": "false"
3577
3629
  },
3578
3630
  {
3579
- "kind": "method",
3580
- "name": "findExpandedItem",
3631
+ "kind": "field",
3632
+ "name": "pollTimer",
3633
+ "type": {
3634
+ "text": "ReturnType<typeof setInterval> | null"
3635
+ },
3581
3636
  "privacy": "private",
3582
- "return": {
3583
- "type": {
3584
- "text": "AccordionItem | null"
3585
- }
3637
+ "default": "null"
3638
+ },
3639
+ {
3640
+ "kind": "field",
3641
+ "name": "clickOutside",
3642
+ "privacy": "private"
3643
+ },
3644
+ {
3645
+ "kind": "field",
3646
+ "name": "chromeStatusLabel",
3647
+ "type": {
3648
+ "text": "string | null"
3586
3649
  },
3587
- "inheritedFrom": {
3588
- "name": "Accordion",
3589
- "module": "src/accordion/accordion.ts"
3590
- }
3650
+ "readonly": true
3591
3651
  },
3592
3652
  {
3593
3653
  "kind": "field",
3594
- "name": "setItems",
3595
- "privacy": "private",
3596
- "inheritedFrom": {
3597
- "name": "Accordion",
3598
- "module": "src/accordion/accordion.ts"
3599
- }
3654
+ "name": "canInstall",
3655
+ "type": {
3656
+ "text": "boolean"
3657
+ },
3658
+ "readonly": true
3659
+ },
3660
+ {
3661
+ "kind": "field",
3662
+ "name": "isDownloading",
3663
+ "type": {
3664
+ "text": "boolean"
3665
+ },
3666
+ "readonly": true
3600
3667
  },
3601
3668
  {
3602
3669
  "kind": "method",
3603
- "name": "resetItems",
3604
- "privacy": "private",
3670
+ "name": "openChanged",
3605
3671
  "return": {
3606
3672
  "type": {
3607
3673
  "text": "void"
3608
3674
  }
3609
- },
3610
- "inheritedFrom": {
3611
- "name": "Accordion",
3612
- "module": "src/accordion/accordion.ts"
3613
3675
  }
3614
3676
  },
3615
3677
  {
3616
- "kind": "field",
3617
- "name": "removeItemListeners",
3678
+ "kind": "method",
3679
+ "name": "handleClickOutside",
3618
3680
  "privacy": "private",
3619
- "inheritedFrom": {
3620
- "name": "Accordion",
3621
- "module": "src/accordion/accordion.ts"
3622
- }
3681
+ "parameters": [
3682
+ {
3683
+ "name": "event",
3684
+ "type": {
3685
+ "text": "MouseEvent"
3686
+ }
3687
+ }
3688
+ ]
3623
3689
  },
3624
3690
  {
3625
- "kind": "field",
3626
- "name": "activeItemChange",
3627
- "privacy": "private",
3628
- "inheritedFrom": {
3629
- "name": "Accordion",
3630
- "module": "src/accordion/accordion.ts"
3631
- }
3691
+ "kind": "method",
3692
+ "name": "toggleDropdown"
3632
3693
  },
3633
3694
  {
3634
3695
  "kind": "method",
3635
- "name": "getItemIds",
3636
- "privacy": "private",
3696
+ "name": "refreshStatus",
3637
3697
  "return": {
3638
3698
  "type": {
3639
- "text": "Array<string | null>"
3699
+ "text": "Promise<void>"
3640
3700
  }
3641
- },
3642
- "inheritedFrom": {
3643
- "name": "Accordion",
3644
- "module": "src/accordion/accordion.ts"
3645
3701
  }
3646
3702
  },
3647
3703
  {
3648
3704
  "kind": "method",
3649
- "name": "isSingleExpandMode",
3705
+ "name": "deriveState",
3650
3706
  "privacy": "private",
3651
3707
  "return": {
3652
3708
  "type": {
3653
- "text": "boolean"
3709
+ "text": "AIIndicatorState"
3654
3710
  }
3655
3711
  },
3656
- "inheritedFrom": {
3657
- "name": "Accordion",
3658
- "module": "src/accordion/accordion.ts"
3659
- }
3712
+ "parameters": [
3713
+ {
3714
+ "name": "s",
3715
+ "type": {
3716
+ "text": "AIStatus | null"
3717
+ }
3718
+ }
3719
+ ]
3660
3720
  },
3661
3721
  {
3662
- "kind": "field",
3663
- "name": "handleItemKeyDown",
3722
+ "kind": "method",
3723
+ "name": "maybeStartPolling",
3664
3724
  "privacy": "private",
3665
- "inheritedFrom": {
3666
- "name": "Accordion",
3667
- "module": "src/accordion/accordion.ts"
3725
+ "return": {
3726
+ "type": {
3727
+ "text": "void"
3728
+ }
3668
3729
  }
3669
3730
  },
3670
3731
  {
3671
- "kind": "field",
3672
- "name": "handleItemFocus",
3732
+ "kind": "method",
3733
+ "name": "startPolling",
3673
3734
  "privacy": "private",
3674
- "inheritedFrom": {
3675
- "name": "Accordion",
3676
- "module": "src/accordion/accordion.ts"
3735
+ "return": {
3736
+ "type": {
3737
+ "text": "void"
3738
+ }
3677
3739
  }
3678
3740
  },
3679
3741
  {
3680
3742
  "kind": "method",
3681
- "name": "adjust",
3743
+ "name": "stopPolling",
3682
3744
  "privacy": "private",
3683
3745
  "return": {
3684
3746
  "type": {
3685
3747
  "text": "void"
3686
3748
  }
3687
- },
3688
- "parameters": [
3689
- {
3690
- "name": "adjustment",
3691
- "type": {
3692
- "text": "number"
3693
- }
3694
- }
3695
- ],
3696
- "inheritedFrom": {
3697
- "name": "Accordion",
3698
- "module": "src/accordion/accordion.ts"
3699
3749
  }
3700
3750
  },
3701
3751
  {
3702
3752
  "kind": "method",
3703
- "name": "focusItem",
3704
- "privacy": "private",
3753
+ "name": "onInstall",
3705
3754
  "return": {
3706
3755
  "type": {
3707
- "text": "void"
3756
+ "text": "Promise<void>"
3708
3757
  }
3709
- },
3710
- "inheritedFrom": {
3711
- "name": "Accordion",
3712
- "module": "src/accordion/accordion.ts"
3713
3758
  }
3714
3759
  },
3715
3760
  {
@@ -3824,133 +3869,88 @@
3824
3869
  }
3825
3870
  }
3826
3871
  ],
3827
- "events": [
3828
- {
3829
- "description": "Fires a custom 'change' event when the active item changes",
3830
- "name": "change",
3831
- "inheritedFrom": {
3832
- "name": "Accordion",
3833
- "module": "src/accordion/accordion.ts"
3834
- }
3835
- }
3836
- ]
3837
- },
3838
- {
3839
- "kind": "variable",
3840
- "name": "foundationAccordionShadowOptions",
3841
- "type": {
3842
- "text": "ShadowRootInit"
3843
- },
3844
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3845
- },
3846
- {
3847
- "kind": "variable",
3848
- "name": "defaultAccordionConfig",
3849
- "type": {
3850
- "text": "object"
3872
+ "superclass": {
3873
+ "name": "FoundationElement",
3874
+ "package": "@microsoft/fast-foundation"
3851
3875
  },
3852
- "default": "{}"
3876
+ "tagName": "%%prefix%%-ai-indicator",
3877
+ "customElement": true
3853
3878
  },
3854
3879
  {
3855
3880
  "kind": "variable",
3856
- "name": "foundationAccordion",
3857
- "description": "The Foundation Accordion",
3858
- "privacy": "public"
3881
+ "name": "foundationAiIndicator"
3859
3882
  }
3860
3883
  ],
3861
3884
  "exports": [
3862
3885
  {
3863
3886
  "kind": "js",
3864
- "name": "Accordion",
3865
- "declaration": {
3866
- "name": "Accordion",
3867
- "module": "src/accordion/accordion.ts"
3868
- }
3869
- },
3870
- {
3871
- "kind": "js",
3872
- "name": "foundationAccordionShadowOptions",
3873
- "declaration": {
3874
- "name": "foundationAccordionShadowOptions",
3875
- "module": "src/accordion/accordion.ts"
3876
- }
3877
- },
3878
- {
3879
- "kind": "js",
3880
- "name": "defaultAccordionConfig",
3887
+ "name": "AiIndicator",
3881
3888
  "declaration": {
3882
- "name": "defaultAccordionConfig",
3883
- "module": "src/accordion/accordion.ts"
3889
+ "name": "AiIndicator",
3890
+ "module": "src/ai-indicator/ai-indicator.ts"
3884
3891
  }
3885
3892
  },
3886
3893
  {
3887
3894
  "kind": "js",
3888
- "name": "foundationAccordion",
3895
+ "name": "foundationAiIndicator",
3889
3896
  "declaration": {
3890
- "name": "foundationAccordion",
3891
- "module": "src/accordion/accordion.ts"
3897
+ "name": "foundationAiIndicator",
3898
+ "module": "src/ai-indicator/ai-indicator.ts"
3892
3899
  }
3893
3900
  }
3894
3901
  ]
3895
3902
  },
3896
3903
  {
3897
3904
  "kind": "javascript-module",
3898
- "path": "src/accordion/index.ts",
3905
+ "path": "src/ai-indicator/index.ts",
3899
3906
  "declarations": [],
3900
3907
  "exports": [
3901
3908
  {
3902
3909
  "kind": "js",
3903
- "name": "*",
3910
+ "name": "AiIndicator",
3904
3911
  "declaration": {
3905
- "name": "*",
3906
- "package": "./accordion.template"
3912
+ "name": "AiIndicator",
3913
+ "module": "./ai-indicator"
3907
3914
  }
3908
3915
  },
3909
3916
  {
3910
3917
  "kind": "js",
3911
- "name": "*",
3918
+ "name": "foundationAiIndicator",
3912
3919
  "declaration": {
3913
- "name": "*",
3914
- "package": "./accordion.styles"
3920
+ "name": "foundationAiIndicator",
3921
+ "module": "./ai-indicator"
3915
3922
  }
3916
3923
  },
3917
3924
  {
3918
3925
  "kind": "js",
3919
- "name": "*",
3926
+ "name": "type",
3920
3927
  "declaration": {
3921
- "name": "*",
3922
- "package": "./accordion"
3928
+ "name": "type",
3929
+ "module": "./ai-indicator"
3923
3930
  }
3924
- }
3925
- ]
3926
- },
3927
- {
3928
- "kind": "javascript-module",
3929
- "path": "src/_config/index.ts",
3930
- "declarations": [],
3931
- "exports": [
3931
+ },
3932
3932
  {
3933
3933
  "kind": "js",
3934
- "name": "*",
3934
+ "name": "AIIndicatorState",
3935
3935
  "declaration": {
3936
- "name": "*",
3937
- "package": "./styles"
3936
+ "name": "AIIndicatorState",
3937
+ "module": "./ai-indicator"
3938
3938
  }
3939
3939
  },
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "*",
3942
+ "name": "foundationAiIndicatorTemplate",
3943
3943
  "declaration": {
3944
- "name": "*",
3945
- "package": "./tokens"
3944
+ "name": "foundationAiIndicatorTemplate",
3945
+ "module": "./ai-indicator.template"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "*",
3950
+ "name": "foundationAiIndicatorStyles",
3951
3951
  "declaration": {
3952
- "name": "*",
3953
- "package": "./values"
3952
+ "name": "foundationAiIndicatorStyles",
3953
+ "module": "./ai-indicator.styles"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -57711,197 +57711,6 @@
57711
57711
  }
57712
57712
  ]
57713
57713
  },
57714
- {
57715
- "kind": "javascript-module",
57716
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57717
- "declarations": [],
57718
- "exports": []
57719
- },
57720
- {
57721
- "kind": "javascript-module",
57722
- "path": "src/ai-criteria-search/validation/operator-map.ts",
57723
- "declarations": [
57724
- {
57725
- "kind": "function",
57726
- "name": "groupsToCriteria",
57727
- "return": {
57728
- "type": {
57729
- "text": "string"
57730
- }
57731
- },
57732
- "parameters": [
57733
- {
57734
- "name": "groups",
57735
- "type": {
57736
- "text": "CriteriaGroup[]"
57737
- }
57738
- }
57739
- ],
57740
- "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
57741
- },
57742
- {
57743
- "kind": "variable",
57744
- "name": "STRING_OPERATORS",
57745
- "type": {
57746
- "text": "CriteriaOperator[]"
57747
- },
57748
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57749
- },
57750
- {
57751
- "kind": "variable",
57752
- "name": "NUMERIC_OPERATORS",
57753
- "type": {
57754
- "text": "CriteriaOperator[]"
57755
- },
57756
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57757
- },
57758
- {
57759
- "kind": "variable",
57760
- "name": "DATE_OPERATORS",
57761
- "type": {
57762
- "text": "CriteriaOperator[]"
57763
- },
57764
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57765
- },
57766
- {
57767
- "kind": "variable",
57768
- "name": "DATETIME_OPERATORS",
57769
- "type": {
57770
- "text": "CriteriaOperator[]"
57771
- },
57772
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57773
- },
57774
- {
57775
- "kind": "variable",
57776
- "name": "OPERATOR_DISPLAY_LABEL",
57777
- "type": {
57778
- "text": "Record<CriteriaOperator, string>"
57779
- },
57780
- "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
57781
- }
57782
- ],
57783
- "exports": [
57784
- {
57785
- "kind": "js",
57786
- "name": "groupsToCriteria",
57787
- "declaration": {
57788
- "name": "groupsToCriteria",
57789
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57790
- }
57791
- },
57792
- {
57793
- "kind": "js",
57794
- "name": "STRING_OPERATORS",
57795
- "declaration": {
57796
- "name": "STRING_OPERATORS",
57797
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57798
- }
57799
- },
57800
- {
57801
- "kind": "js",
57802
- "name": "NUMERIC_OPERATORS",
57803
- "declaration": {
57804
- "name": "NUMERIC_OPERATORS",
57805
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57806
- }
57807
- },
57808
- {
57809
- "kind": "js",
57810
- "name": "DATE_OPERATORS",
57811
- "declaration": {
57812
- "name": "DATE_OPERATORS",
57813
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57814
- }
57815
- },
57816
- {
57817
- "kind": "js",
57818
- "name": "DATETIME_OPERATORS",
57819
- "declaration": {
57820
- "name": "DATETIME_OPERATORS",
57821
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57822
- }
57823
- },
57824
- {
57825
- "kind": "js",
57826
- "name": "OPERATOR_DISPLAY_LABEL",
57827
- "declaration": {
57828
- "name": "OPERATOR_DISPLAY_LABEL",
57829
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57830
- }
57831
- }
57832
- ]
57833
- },
57834
- {
57835
- "kind": "javascript-module",
57836
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
57837
- "declarations": [
57838
- {
57839
- "kind": "function",
57840
- "name": "validateClauses",
57841
- "return": {
57842
- "type": {
57843
- "text": "ValidationResult"
57844
- }
57845
- },
57846
- "parameters": [
57847
- {
57848
- "name": "clauses",
57849
- "type": {
57850
- "text": "CriteriaClause[]"
57851
- }
57852
- },
57853
- {
57854
- "name": "fieldMetadata",
57855
- "type": {
57856
- "text": "MetadataDetail[] | string[]"
57857
- }
57858
- }
57859
- ]
57860
- },
57861
- {
57862
- "kind": "function",
57863
- "name": "validateGroups",
57864
- "return": {
57865
- "type": {
57866
- "text": "GroupsValidationResult"
57867
- }
57868
- },
57869
- "parameters": [
57870
- {
57871
- "name": "groups",
57872
- "type": {
57873
- "text": "CriteriaGroup[]"
57874
- }
57875
- },
57876
- {
57877
- "name": "fieldMetadata",
57878
- "type": {
57879
- "text": "MetadataDetail[] | string[]"
57880
- }
57881
- }
57882
- ],
57883
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57884
- }
57885
- ],
57886
- "exports": [
57887
- {
57888
- "kind": "js",
57889
- "name": "validateClauses",
57890
- "declaration": {
57891
- "name": "validateClauses",
57892
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
57893
- }
57894
- },
57895
- {
57896
- "kind": "js",
57897
- "name": "validateGroups",
57898
- "declaration": {
57899
- "name": "validateGroups",
57900
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
57901
- }
57902
- }
57903
- ]
57904
- },
57905
57714
  {
57906
57715
  "kind": "javascript-module",
57907
57716
  "path": "src/_config/styles/colors.ts",
@@ -59274,6 +59083,197 @@
59274
59083
  "declarations": [],
59275
59084
  "exports": []
59276
59085
  },
59086
+ {
59087
+ "kind": "javascript-module",
59088
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
59089
+ "declarations": [],
59090
+ "exports": []
59091
+ },
59092
+ {
59093
+ "kind": "javascript-module",
59094
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
59095
+ "declarations": [
59096
+ {
59097
+ "kind": "function",
59098
+ "name": "groupsToCriteria",
59099
+ "return": {
59100
+ "type": {
59101
+ "text": "string"
59102
+ }
59103
+ },
59104
+ "parameters": [
59105
+ {
59106
+ "name": "groups",
59107
+ "type": {
59108
+ "text": "CriteriaGroup[]"
59109
+ }
59110
+ }
59111
+ ],
59112
+ "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
59113
+ },
59114
+ {
59115
+ "kind": "variable",
59116
+ "name": "STRING_OPERATORS",
59117
+ "type": {
59118
+ "text": "CriteriaOperator[]"
59119
+ },
59120
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
59121
+ },
59122
+ {
59123
+ "kind": "variable",
59124
+ "name": "NUMERIC_OPERATORS",
59125
+ "type": {
59126
+ "text": "CriteriaOperator[]"
59127
+ },
59128
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
59129
+ },
59130
+ {
59131
+ "kind": "variable",
59132
+ "name": "DATE_OPERATORS",
59133
+ "type": {
59134
+ "text": "CriteriaOperator[]"
59135
+ },
59136
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
59137
+ },
59138
+ {
59139
+ "kind": "variable",
59140
+ "name": "DATETIME_OPERATORS",
59141
+ "type": {
59142
+ "text": "CriteriaOperator[]"
59143
+ },
59144
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
59145
+ },
59146
+ {
59147
+ "kind": "variable",
59148
+ "name": "OPERATOR_DISPLAY_LABEL",
59149
+ "type": {
59150
+ "text": "Record<CriteriaOperator, string>"
59151
+ },
59152
+ "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
59153
+ }
59154
+ ],
59155
+ "exports": [
59156
+ {
59157
+ "kind": "js",
59158
+ "name": "groupsToCriteria",
59159
+ "declaration": {
59160
+ "name": "groupsToCriteria",
59161
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
59162
+ }
59163
+ },
59164
+ {
59165
+ "kind": "js",
59166
+ "name": "STRING_OPERATORS",
59167
+ "declaration": {
59168
+ "name": "STRING_OPERATORS",
59169
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
59170
+ }
59171
+ },
59172
+ {
59173
+ "kind": "js",
59174
+ "name": "NUMERIC_OPERATORS",
59175
+ "declaration": {
59176
+ "name": "NUMERIC_OPERATORS",
59177
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
59178
+ }
59179
+ },
59180
+ {
59181
+ "kind": "js",
59182
+ "name": "DATE_OPERATORS",
59183
+ "declaration": {
59184
+ "name": "DATE_OPERATORS",
59185
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
59186
+ }
59187
+ },
59188
+ {
59189
+ "kind": "js",
59190
+ "name": "DATETIME_OPERATORS",
59191
+ "declaration": {
59192
+ "name": "DATETIME_OPERATORS",
59193
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
59194
+ }
59195
+ },
59196
+ {
59197
+ "kind": "js",
59198
+ "name": "OPERATOR_DISPLAY_LABEL",
59199
+ "declaration": {
59200
+ "name": "OPERATOR_DISPLAY_LABEL",
59201
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
59202
+ }
59203
+ }
59204
+ ]
59205
+ },
59206
+ {
59207
+ "kind": "javascript-module",
59208
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
59209
+ "declarations": [
59210
+ {
59211
+ "kind": "function",
59212
+ "name": "validateClauses",
59213
+ "return": {
59214
+ "type": {
59215
+ "text": "ValidationResult"
59216
+ }
59217
+ },
59218
+ "parameters": [
59219
+ {
59220
+ "name": "clauses",
59221
+ "type": {
59222
+ "text": "CriteriaClause[]"
59223
+ }
59224
+ },
59225
+ {
59226
+ "name": "fieldMetadata",
59227
+ "type": {
59228
+ "text": "MetadataDetail[] | string[]"
59229
+ }
59230
+ }
59231
+ ]
59232
+ },
59233
+ {
59234
+ "kind": "function",
59235
+ "name": "validateGroups",
59236
+ "return": {
59237
+ "type": {
59238
+ "text": "GroupsValidationResult"
59239
+ }
59240
+ },
59241
+ "parameters": [
59242
+ {
59243
+ "name": "groups",
59244
+ "type": {
59245
+ "text": "CriteriaGroup[]"
59246
+ }
59247
+ },
59248
+ {
59249
+ "name": "fieldMetadata",
59250
+ "type": {
59251
+ "text": "MetadataDetail[] | string[]"
59252
+ }
59253
+ }
59254
+ ],
59255
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
59256
+ }
59257
+ ],
59258
+ "exports": [
59259
+ {
59260
+ "kind": "js",
59261
+ "name": "validateClauses",
59262
+ "declaration": {
59263
+ "name": "validateClauses",
59264
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
59265
+ }
59266
+ },
59267
+ {
59268
+ "kind": "js",
59269
+ "name": "validateGroups",
59270
+ "declaration": {
59271
+ "name": "validateGroups",
59272
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
59273
+ }
59274
+ }
59275
+ ]
59276
+ },
59277
59277
  {
59278
59278
  "kind": "javascript-module",
59279
59279
  "path": "src/environment-indicator/utils/configure.ts",