@genesislcap/foundation-ui 14.435.0 → 14.436.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.
@@ -1794,11 +1794,34 @@
1794
1794
  },
1795
1795
  {
1796
1796
  "kind": "javascript-module",
1797
- "path": "src/accordion/accordion.styles.ts",
1797
+ "path": "src/actions-menu/actions-menu.styles.ts",
1798
1798
  "declarations": [
1799
1799
  {
1800
1800
  "kind": "function",
1801
- "name": "foundationAccordionStyles",
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",
1802
1825
  "return": {
1803
1826
  "type": {
1804
1827
  "text": "ElementStyles"
@@ -1823,276 +1846,750 @@
1823
1846
  "exports": [
1824
1847
  {
1825
1848
  "kind": "js",
1826
- "name": "foundationAccordionStyles",
1849
+ "name": "actionsMenuBaseStyles",
1827
1850
  "declaration": {
1828
- "name": "foundationAccordionStyles",
1829
- "module": "src/accordion/accordion.styles.ts"
1851
+ "name": "actionsMenuBaseStyles",
1852
+ "module": "src/actions-menu/actions-menu.styles.ts"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "foundationActionsMenuStyles",
1858
+ "declaration": {
1859
+ "name": "foundationActionsMenuStyles",
1860
+ "module": "src/actions-menu/actions-menu.styles.ts"
1830
1861
  }
1831
1862
  }
1832
1863
  ]
1833
1864
  },
1834
1865
  {
1835
1866
  "kind": "javascript-module",
1836
- "path": "src/accordion/accordion.template.ts",
1867
+ "path": "src/actions-menu/actions-menu.template.ts",
1837
1868
  "declarations": [
1838
1869
  {
1839
1870
  "kind": "function",
1840
- "name": "foundationAccordionTemplate",
1841
- "return": {
1842
- "type": {
1843
- "text": "ViewTemplate<Accordion>"
1844
- }
1845
- },
1871
+ "name": "menuTemplate",
1846
1872
  "parameters": [
1847
1873
  {
1848
- "name": "context",
1874
+ "name": "prefix",
1849
1875
  "type": {
1850
- "text": "ElementDefinitionContext"
1876
+ "text": "string"
1851
1877
  }
1852
- },
1878
+ }
1879
+ ]
1880
+ },
1881
+ {
1882
+ "kind": "function",
1883
+ "name": "singleOptionTemplate",
1884
+ "parameters": [
1853
1885
  {
1854
- "name": "definition",
1886
+ "name": "prefix",
1855
1887
  "type": {
1856
- "text": "FoundationElementDefinition"
1888
+ "text": "string"
1857
1889
  }
1858
1890
  }
1859
1891
  ]
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`"
1860
1900
  }
1861
1901
  ],
1862
1902
  "exports": [
1863
1903
  {
1864
1904
  "kind": "js",
1865
- "name": "foundationAccordionTemplate",
1905
+ "name": "menuTemplate",
1866
1906
  "declaration": {
1867
- "name": "foundationAccordionTemplate",
1868
- "module": "src/accordion/accordion.template.ts"
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",
1922
+ "declaration": {
1923
+ "name": "foundationActionsMenuTemplate",
1924
+ "module": "src/actions-menu/actions-menu.template.ts"
1869
1925
  }
1870
1926
  }
1871
1927
  ]
1872
1928
  },
1873
1929
  {
1874
1930
  "kind": "javascript-module",
1875
- "path": "src/accordion/accordion.ts",
1931
+ "path": "src/actions-menu/actions-menu.ts",
1876
1932
  "declarations": [
1877
1933
  {
1878
1934
  "kind": "class",
1879
1935
  "description": "",
1880
- "name": "Accordion",
1881
- "superclass": {
1882
- "name": "FASTAccordion",
1883
- "package": "@microsoft/fast-foundation"
1884
- },
1885
- "tagName": "%%prefix%%-accordion",
1886
- "customElement": true,
1887
- "attributes": [
1936
+ "name": "ActionsMenu",
1937
+ "members": [
1888
1938
  {
1889
- "name": "expand-mode",
1939
+ "kind": "field",
1940
+ "name": "actions",
1890
1941
  "type": {
1891
- "text": "AccordionExpandMode"
1942
+ "text": "ActionMenuItem[]"
1943
+ }
1944
+ },
1945
+ {
1946
+ "kind": "field",
1947
+ "name": "isVertical",
1948
+ "type": {
1949
+ "text": "boolean"
1892
1950
  },
1893
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1894
- "fieldName": "expandmode",
1895
- "inheritedFrom": {
1896
- "name": "Accordion",
1897
- "module": "src/accordion/accordion.ts"
1951
+ "default": "false"
1952
+ },
1953
+ {
1954
+ "kind": "field",
1955
+ "name": "addDefaultActions",
1956
+ "type": {
1957
+ "text": "boolean"
1958
+ },
1959
+ "default": "true"
1960
+ },
1961
+ {
1962
+ "kind": "field",
1963
+ "name": "autoCloseOnAction",
1964
+ "type": {
1965
+ "text": "boolean"
1966
+ },
1967
+ "default": "true"
1968
+ },
1969
+ {
1970
+ "kind": "field",
1971
+ "name": "classNames",
1972
+ "type": {
1973
+ "text": "string"
1898
1974
  }
1899
- }
1900
- ],
1901
- "members": [
1975
+ },
1902
1976
  {
1903
1977
  "kind": "field",
1904
- "name": "expandmode",
1978
+ "name": "definition",
1905
1979
  "type": {
1906
- "text": "AccordionExpandMode"
1980
+ "text": "any"
1981
+ }
1982
+ },
1983
+ {
1984
+ "kind": "field",
1985
+ "name": "name",
1986
+ "type": {
1987
+ "text": "string"
1907
1988
  },
1908
- "privacy": "public",
1909
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1910
- "inheritedFrom": {
1911
- "name": "Accordion",
1912
- "module": "src/accordion/accordion.ts"
1989
+ "default": "'Actions'"
1990
+ },
1991
+ {
1992
+ "kind": "field",
1993
+ "name": "open",
1994
+ "type": {
1995
+ "text": "boolean"
1996
+ },
1997
+ "default": "false"
1998
+ },
1999
+ {
2000
+ "kind": "field",
2001
+ "name": "buttonAppearance",
2002
+ "type": {
2003
+ "text": "string"
1913
2004
  }
1914
2005
  },
1915
2006
  {
1916
2007
  "kind": "field",
1917
- "name": "activeid",
2008
+ "name": "hideDisabled",
1918
2009
  "type": {
1919
- "text": "string | null"
2010
+ "text": "boolean"
1920
2011
  },
1921
- "privacy": "private",
1922
- "inheritedFrom": {
1923
- "name": "Accordion",
1924
- "module": "src/accordion/accordion.ts"
2012
+ "default": "false"
2013
+ },
2014
+ {
2015
+ "kind": "field",
2016
+ "name": "hideMenuSingleOption",
2017
+ "type": {
2018
+ "text": "boolean"
2019
+ },
2020
+ "default": "false"
2021
+ },
2022
+ {
2023
+ "kind": "field",
2024
+ "name": "singleOption",
2025
+ "type": {
2026
+ "text": "ActionMenuItem"
1925
2027
  }
1926
2028
  },
1927
2029
  {
1928
2030
  "kind": "field",
1929
- "name": "activeItemIndex",
2031
+ "name": "actionsMenu",
1930
2032
  "type": {
1931
- "text": "number"
2033
+ "text": "HTMLElement"
2034
+ }
2035
+ },
2036
+ {
2037
+ "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
+ }
2052
+ }
2053
+ ]
2054
+ },
2055
+ {
2056
+ "kind": "method",
2057
+ "name": "openChanged",
2058
+ "privacy": "protected"
2059
+ },
2060
+ {
2061
+ "kind": "method",
2062
+ "name": "toggleActionsMenuVisibility"
2063
+ },
2064
+ {
2065
+ "kind": "method",
2066
+ "name": "onActionMenuItemClick",
2067
+ "parameters": [
2068
+ {
2069
+ "name": "callback",
2070
+ "type": {
2071
+ "text": "(rowData) => void | any"
2072
+ }
2073
+ }
2074
+ ]
2075
+ },
2076
+ {
2077
+ "kind": "field",
2078
+ "name": "allActions",
2079
+ "type": {
2080
+ "text": "ActionMenuItem[]"
2081
+ },
2082
+ "readonly": true
2083
+ },
2084
+ {
2085
+ "kind": "field",
2086
+ "name": "rowData",
2087
+ "readonly": true
2088
+ },
2089
+ {
2090
+ "kind": "method",
2091
+ "name": "getLabel",
2092
+ "parameters": [
2093
+ {
2094
+ "name": "name",
2095
+ "type": {
2096
+ "text": "string | ((rowData: any) => string)"
2097
+ }
2098
+ }
2099
+ ]
2100
+ },
2101
+ {
2102
+ "kind": "method",
2103
+ "name": "getTemplate",
2104
+ "parameters": [
2105
+ {
2106
+ "name": "prefix",
2107
+ "type": {
2108
+ "text": "string"
2109
+ }
2110
+ }
2111
+ ]
2112
+ },
2113
+ {
2114
+ "kind": "field",
2115
+ "name": "_presentation",
2116
+ "type": {
2117
+ "text": "ComponentPresentation | null | undefined"
1932
2118
  },
1933
2119
  "privacy": "private",
1934
- "default": "0",
2120
+ "default": "void 0",
1935
2121
  "inheritedFrom": {
1936
- "name": "Accordion",
1937
- "module": "src/accordion/accordion.ts"
2122
+ "name": "FoundationElement",
2123
+ "module": "src/foundation-element/foundation-element.ts"
1938
2124
  }
1939
2125
  },
1940
2126
  {
1941
2127
  "kind": "field",
1942
- "name": "accordionIds",
2128
+ "name": "$presentation",
1943
2129
  "type": {
1944
- "text": "Array<string | null>"
2130
+ "text": "ComponentPresentation | null"
1945
2131
  },
1946
- "privacy": "private",
2132
+ "privacy": "public",
2133
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1947
2134
  "inheritedFrom": {
1948
- "name": "Accordion",
1949
- "module": "src/accordion/accordion.ts"
2135
+ "name": "FoundationElement",
2136
+ "module": "src/foundation-element/foundation-element.ts"
1950
2137
  }
1951
2138
  },
1952
2139
  {
1953
2140
  "kind": "field",
1954
- "name": "change",
1955
- "privacy": "private",
2141
+ "name": "template",
2142
+ "type": {
2143
+ "text": "ElementViewTemplate | void | null"
2144
+ },
2145
+ "privacy": "public",
2146
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1956
2147
  "inheritedFrom": {
1957
- "name": "Accordion",
1958
- "module": "src/accordion/accordion.ts"
2148
+ "name": "FoundationElement",
2149
+ "module": "src/foundation-element/foundation-element.ts"
1959
2150
  }
1960
2151
  },
1961
2152
  {
1962
2153
  "kind": "method",
1963
- "name": "findExpandedItem",
1964
- "privacy": "private",
2154
+ "name": "templateChanged",
2155
+ "privacy": "protected",
1965
2156
  "return": {
1966
2157
  "type": {
1967
- "text": "AccordionItem | null"
2158
+ "text": "void"
1968
2159
  }
1969
2160
  },
1970
2161
  "inheritedFrom": {
1971
- "name": "Accordion",
1972
- "module": "src/accordion/accordion.ts"
2162
+ "name": "FoundationElement",
2163
+ "module": "src/foundation-element/foundation-element.ts"
1973
2164
  }
1974
2165
  },
1975
2166
  {
1976
2167
  "kind": "field",
1977
- "name": "setItems",
1978
- "privacy": "private",
2168
+ "name": "styles",
2169
+ "type": {
2170
+ "text": "ElementStyles | void | null"
2171
+ },
2172
+ "privacy": "public",
2173
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1979
2174
  "inheritedFrom": {
1980
- "name": "Accordion",
1981
- "module": "src/accordion/accordion.ts"
2175
+ "name": "FoundationElement",
2176
+ "module": "src/foundation-element/foundation-element.ts"
1982
2177
  }
1983
2178
  },
1984
2179
  {
1985
2180
  "kind": "method",
1986
- "name": "resetItems",
1987
- "privacy": "private",
2181
+ "name": "stylesChanged",
2182
+ "privacy": "protected",
1988
2183
  "return": {
1989
2184
  "type": {
1990
2185
  "text": "void"
1991
2186
  }
1992
2187
  },
1993
2188
  "inheritedFrom": {
1994
- "name": "Accordion",
1995
- "module": "src/accordion/accordion.ts"
2189
+ "name": "FoundationElement",
2190
+ "module": "src/foundation-element/foundation-element.ts"
1996
2191
  }
1997
2192
  },
1998
2193
  {
1999
- "kind": "field",
2000
- "name": "removeItemListeners",
2001
- "privacy": "private",
2194
+ "kind": "method",
2195
+ "name": "compose",
2196
+ "privacy": "public",
2197
+ "static": true,
2198
+ "return": {
2199
+ "type": {
2200
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2201
+ }
2202
+ },
2203
+ "parameters": [
2204
+ {
2205
+ "name": "this",
2206
+ "type": {
2207
+ "text": "K"
2208
+ }
2209
+ },
2210
+ {
2211
+ "name": "elementDefinition",
2212
+ "type": {
2213
+ "text": "T"
2214
+ },
2215
+ "description": "The definition of the element to create the registry\nfunction for."
2216
+ }
2217
+ ],
2218
+ "description": "Defines an element registry function with a set of element definition defaults.",
2002
2219
  "inheritedFrom": {
2003
- "name": "Accordion",
2004
- "module": "src/accordion/accordion.ts"
2220
+ "name": "FoundationElement",
2221
+ "module": "src/foundation-element/foundation-element.ts"
2222
+ }
2223
+ }
2224
+ ],
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
+ },
2281
+ {
2282
+ "name": "hide-menu-single-option",
2283
+ "type": {
2284
+ "text": "boolean"
2285
+ },
2286
+ "default": "false",
2287
+ "fieldName": "hideMenuSingleOption"
2288
+ }
2289
+ ],
2290
+ "superclass": {
2291
+ "name": "FoundationElement",
2292
+ "package": "@microsoft/fast-foundation"
2293
+ },
2294
+ "tagName": "%%prefix%%-actions-menu",
2295
+ "customElement": true
2296
+ },
2297
+ {
2298
+ "kind": "variable",
2299
+ "name": "foundationActionsMenu",
2300
+ "description": "The Foundation Actions Menu",
2301
+ "privacy": "public"
2302
+ }
2303
+ ],
2304
+ "exports": [
2305
+ {
2306
+ "kind": "js",
2307
+ "name": "ActionsMenu",
2308
+ "declaration": {
2309
+ "name": "ActionsMenu",
2310
+ "module": "src/actions-menu/actions-menu.ts"
2311
+ }
2312
+ },
2313
+ {
2314
+ "kind": "js",
2315
+ "name": "foundationActionsMenu",
2316
+ "declaration": {
2317
+ "name": "foundationActionsMenu",
2318
+ "module": "src/actions-menu/actions-menu.ts"
2319
+ }
2320
+ }
2321
+ ]
2322
+ },
2323
+ {
2324
+ "kind": "javascript-module",
2325
+ "path": "src/actions-menu/index.ts",
2326
+ "declarations": [],
2327
+ "exports": [
2328
+ {
2329
+ "kind": "js",
2330
+ "name": "*",
2331
+ "declaration": {
2332
+ "name": "*",
2333
+ "package": "./actions-menu.styles"
2334
+ }
2335
+ },
2336
+ {
2337
+ "kind": "js",
2338
+ "name": "*",
2339
+ "declaration": {
2340
+ "name": "*",
2341
+ "package": "./actions-menu.template"
2342
+ }
2343
+ },
2344
+ {
2345
+ "kind": "js",
2346
+ "name": "*",
2347
+ "declaration": {
2348
+ "name": "*",
2349
+ "package": "./actions-menu"
2350
+ }
2351
+ }
2352
+ ]
2353
+ },
2354
+ {
2355
+ "kind": "javascript-module",
2356
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2357
+ "declarations": [
2358
+ {
2359
+ "kind": "function",
2360
+ "name": "foundationAiIndicatorStyles",
2361
+ "return": {
2362
+ "type": {
2363
+ "text": "ElementStyles"
2364
+ }
2365
+ },
2366
+ "parameters": [
2367
+ {
2368
+ "name": "context",
2369
+ "type": {
2370
+ "text": "ElementDefinitionContext"
2005
2371
  }
2006
2372
  },
2373
+ {
2374
+ "name": "definition",
2375
+ "type": {
2376
+ "text": "FoundationElementDefinition"
2377
+ }
2378
+ }
2379
+ ]
2380
+ }
2381
+ ],
2382
+ "exports": [
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "foundationAiIndicatorStyles",
2386
+ "declaration": {
2387
+ "name": "foundationAiIndicatorStyles",
2388
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2389
+ }
2390
+ }
2391
+ ]
2392
+ },
2393
+ {
2394
+ "kind": "javascript-module",
2395
+ "path": "src/ai-indicator/ai-indicator.template.ts",
2396
+ "declarations": [
2397
+ {
2398
+ "kind": "variable",
2399
+ "name": "foundationAiIndicatorTemplate",
2400
+ "type": {
2401
+ "text": "ViewTemplate<AiIndicator>"
2402
+ },
2403
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2404
+ }
2405
+ ],
2406
+ "exports": [
2407
+ {
2408
+ "kind": "js",
2409
+ "name": "foundationAiIndicatorTemplate",
2410
+ "declaration": {
2411
+ "name": "foundationAiIndicatorTemplate",
2412
+ "module": "src/ai-indicator/ai-indicator.template.ts"
2413
+ }
2414
+ }
2415
+ ]
2416
+ },
2417
+ {
2418
+ "kind": "javascript-module",
2419
+ "path": "src/ai-indicator/ai-indicator.ts",
2420
+ "declarations": [
2421
+ {
2422
+ "kind": "class",
2423
+ "description": "",
2424
+ "name": "AiIndicator",
2425
+ "members": [
2007
2426
  {
2008
2427
  "kind": "field",
2009
- "name": "activeItemChange",
2428
+ "name": "aiProvider",
2429
+ "type": {
2430
+ "text": "AIProvider"
2431
+ }
2432
+ },
2433
+ {
2434
+ "kind": "field",
2435
+ "name": "status",
2436
+ "type": {
2437
+ "text": "AIStatus | null"
2438
+ },
2439
+ "default": "null"
2440
+ },
2441
+ {
2442
+ "kind": "field",
2443
+ "name": "open",
2444
+ "type": {
2445
+ "text": "boolean"
2446
+ },
2447
+ "default": "false"
2448
+ },
2449
+ {
2450
+ "kind": "field",
2451
+ "name": "state",
2452
+ "type": {
2453
+ "text": "AIIndicatorState"
2454
+ },
2455
+ "default": "'none'"
2456
+ },
2457
+ {
2458
+ "kind": "field",
2459
+ "name": "isInstalling",
2460
+ "type": {
2461
+ "text": "boolean"
2462
+ },
2463
+ "default": "false"
2464
+ },
2465
+ {
2466
+ "kind": "field",
2467
+ "name": "pollTimer",
2468
+ "type": {
2469
+ "text": "ReturnType<typeof setInterval> | null"
2470
+ },
2010
2471
  "privacy": "private",
2011
- "inheritedFrom": {
2012
- "name": "Accordion",
2013
- "module": "src/accordion/accordion.ts"
2472
+ "default": "null"
2473
+ },
2474
+ {
2475
+ "kind": "field",
2476
+ "name": "clickOutside",
2477
+ "privacy": "private"
2478
+ },
2479
+ {
2480
+ "kind": "field",
2481
+ "name": "chromeStatusLabel",
2482
+ "type": {
2483
+ "text": "string | null"
2484
+ },
2485
+ "readonly": true
2486
+ },
2487
+ {
2488
+ "kind": "field",
2489
+ "name": "canInstall",
2490
+ "type": {
2491
+ "text": "boolean"
2492
+ },
2493
+ "readonly": true
2494
+ },
2495
+ {
2496
+ "kind": "field",
2497
+ "name": "isDownloading",
2498
+ "type": {
2499
+ "text": "boolean"
2500
+ },
2501
+ "readonly": true
2502
+ },
2503
+ {
2504
+ "kind": "method",
2505
+ "name": "openChanged",
2506
+ "return": {
2507
+ "type": {
2508
+ "text": "void"
2509
+ }
2014
2510
  }
2015
2511
  },
2016
2512
  {
2017
2513
  "kind": "method",
2018
- "name": "getItemIds",
2514
+ "name": "handleClickOutside",
2019
2515
  "privacy": "private",
2516
+ "parameters": [
2517
+ {
2518
+ "name": "event",
2519
+ "type": {
2520
+ "text": "MouseEvent"
2521
+ }
2522
+ }
2523
+ ]
2524
+ },
2525
+ {
2526
+ "kind": "method",
2527
+ "name": "toggleDropdown"
2528
+ },
2529
+ {
2530
+ "kind": "method",
2531
+ "name": "refreshStatus",
2020
2532
  "return": {
2021
2533
  "type": {
2022
- "text": "Array<string | null>"
2534
+ "text": "Promise<void>"
2023
2535
  }
2024
- },
2025
- "inheritedFrom": {
2026
- "name": "Accordion",
2027
- "module": "src/accordion/accordion.ts"
2028
2536
  }
2029
2537
  },
2030
2538
  {
2031
2539
  "kind": "method",
2032
- "name": "isSingleExpandMode",
2540
+ "name": "deriveState",
2033
2541
  "privacy": "private",
2034
2542
  "return": {
2035
2543
  "type": {
2036
- "text": "boolean"
2544
+ "text": "AIIndicatorState"
2037
2545
  }
2038
2546
  },
2039
- "inheritedFrom": {
2040
- "name": "Accordion",
2041
- "module": "src/accordion/accordion.ts"
2042
- }
2547
+ "parameters": [
2548
+ {
2549
+ "name": "s",
2550
+ "type": {
2551
+ "text": "AIStatus | null"
2552
+ }
2553
+ }
2554
+ ]
2043
2555
  },
2044
2556
  {
2045
- "kind": "field",
2046
- "name": "handleItemKeyDown",
2557
+ "kind": "method",
2558
+ "name": "maybeStartPolling",
2047
2559
  "privacy": "private",
2048
- "inheritedFrom": {
2049
- "name": "Accordion",
2050
- "module": "src/accordion/accordion.ts"
2560
+ "return": {
2561
+ "type": {
2562
+ "text": "void"
2563
+ }
2051
2564
  }
2052
2565
  },
2053
2566
  {
2054
- "kind": "field",
2055
- "name": "handleItemFocus",
2567
+ "kind": "method",
2568
+ "name": "startPolling",
2056
2569
  "privacy": "private",
2057
- "inheritedFrom": {
2058
- "name": "Accordion",
2059
- "module": "src/accordion/accordion.ts"
2570
+ "return": {
2571
+ "type": {
2572
+ "text": "void"
2573
+ }
2060
2574
  }
2061
2575
  },
2062
2576
  {
2063
2577
  "kind": "method",
2064
- "name": "adjust",
2578
+ "name": "stopPolling",
2065
2579
  "privacy": "private",
2066
2580
  "return": {
2067
2581
  "type": {
2068
2582
  "text": "void"
2069
2583
  }
2070
- },
2071
- "parameters": [
2072
- {
2073
- "name": "adjustment",
2074
- "type": {
2075
- "text": "number"
2076
- }
2077
- }
2078
- ],
2079
- "inheritedFrom": {
2080
- "name": "Accordion",
2081
- "module": "src/accordion/accordion.ts"
2082
2584
  }
2083
2585
  },
2084
2586
  {
2085
2587
  "kind": "method",
2086
- "name": "focusItem",
2087
- "privacy": "private",
2588
+ "name": "onInstall",
2088
2589
  "return": {
2089
2590
  "type": {
2090
- "text": "void"
2591
+ "text": "Promise<void>"
2091
2592
  }
2092
- },
2093
- "inheritedFrom": {
2094
- "name": "Accordion",
2095
- "module": "src/accordion/accordion.ts"
2096
2593
  }
2097
2594
  },
2098
2595
  {
@@ -2198,142 +2695,97 @@
2198
2695
  "text": "T"
2199
2696
  },
2200
2697
  "description": "The definition of the element to create the registry\nfunction for."
2201
- }
2202
- ],
2203
- "description": "Defines an element registry function with a set of element definition defaults.",
2204
- "inheritedFrom": {
2205
- "name": "FoundationElement",
2206
- "module": "src/foundation-element/foundation-element.ts"
2207
- }
2208
- }
2209
- ],
2210
- "events": [
2211
- {
2212
- "description": "Fires a custom 'change' event when the active item changes",
2213
- "name": "change",
2214
- "inheritedFrom": {
2215
- "name": "Accordion",
2216
- "module": "src/accordion/accordion.ts"
2217
- }
2218
- }
2219
- ]
2220
- },
2221
- {
2222
- "kind": "variable",
2223
- "name": "foundationAccordionShadowOptions",
2224
- "type": {
2225
- "text": "ShadowRootInit"
2226
- },
2227
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2228
- },
2229
- {
2230
- "kind": "variable",
2231
- "name": "defaultAccordionConfig",
2232
- "type": {
2233
- "text": "object"
2698
+ }
2699
+ ],
2700
+ "description": "Defines an element registry function with a set of element definition defaults.",
2701
+ "inheritedFrom": {
2702
+ "name": "FoundationElement",
2703
+ "module": "src/foundation-element/foundation-element.ts"
2704
+ }
2705
+ }
2706
+ ],
2707
+ "superclass": {
2708
+ "name": "FoundationElement",
2709
+ "package": "@microsoft/fast-foundation"
2234
2710
  },
2235
- "default": "{}"
2711
+ "tagName": "%%prefix%%-ai-indicator",
2712
+ "customElement": true
2236
2713
  },
2237
2714
  {
2238
2715
  "kind": "variable",
2239
- "name": "foundationAccordion",
2240
- "description": "The Foundation Accordion",
2241
- "privacy": "public"
2716
+ "name": "foundationAiIndicator"
2242
2717
  }
2243
2718
  ],
2244
2719
  "exports": [
2245
2720
  {
2246
2721
  "kind": "js",
2247
- "name": "Accordion",
2248
- "declaration": {
2249
- "name": "Accordion",
2250
- "module": "src/accordion/accordion.ts"
2251
- }
2252
- },
2253
- {
2254
- "kind": "js",
2255
- "name": "foundationAccordionShadowOptions",
2256
- "declaration": {
2257
- "name": "foundationAccordionShadowOptions",
2258
- "module": "src/accordion/accordion.ts"
2259
- }
2260
- },
2261
- {
2262
- "kind": "js",
2263
- "name": "defaultAccordionConfig",
2722
+ "name": "AiIndicator",
2264
2723
  "declaration": {
2265
- "name": "defaultAccordionConfig",
2266
- "module": "src/accordion/accordion.ts"
2724
+ "name": "AiIndicator",
2725
+ "module": "src/ai-indicator/ai-indicator.ts"
2267
2726
  }
2268
2727
  },
2269
2728
  {
2270
2729
  "kind": "js",
2271
- "name": "foundationAccordion",
2730
+ "name": "foundationAiIndicator",
2272
2731
  "declaration": {
2273
- "name": "foundationAccordion",
2274
- "module": "src/accordion/accordion.ts"
2732
+ "name": "foundationAiIndicator",
2733
+ "module": "src/ai-indicator/ai-indicator.ts"
2275
2734
  }
2276
2735
  }
2277
2736
  ]
2278
2737
  },
2279
2738
  {
2280
2739
  "kind": "javascript-module",
2281
- "path": "src/accordion/index.ts",
2740
+ "path": "src/ai-indicator/index.ts",
2282
2741
  "declarations": [],
2283
2742
  "exports": [
2284
2743
  {
2285
2744
  "kind": "js",
2286
- "name": "*",
2745
+ "name": "AiIndicator",
2287
2746
  "declaration": {
2288
- "name": "*",
2289
- "package": "./accordion.template"
2747
+ "name": "AiIndicator",
2748
+ "module": "./ai-indicator"
2290
2749
  }
2291
2750
  },
2292
2751
  {
2293
2752
  "kind": "js",
2294
- "name": "*",
2753
+ "name": "foundationAiIndicator",
2295
2754
  "declaration": {
2296
- "name": "*",
2297
- "package": "./accordion.styles"
2755
+ "name": "foundationAiIndicator",
2756
+ "module": "./ai-indicator"
2298
2757
  }
2299
2758
  },
2300
2759
  {
2301
2760
  "kind": "js",
2302
- "name": "*",
2761
+ "name": "type",
2303
2762
  "declaration": {
2304
- "name": "*",
2305
- "package": "./accordion"
2763
+ "name": "type",
2764
+ "module": "./ai-indicator"
2306
2765
  }
2307
- }
2308
- ]
2309
- },
2310
- {
2311
- "kind": "javascript-module",
2312
- "path": "src/_config/index.ts",
2313
- "declarations": [],
2314
- "exports": [
2766
+ },
2315
2767
  {
2316
2768
  "kind": "js",
2317
- "name": "*",
2769
+ "name": "AIIndicatorState",
2318
2770
  "declaration": {
2319
- "name": "*",
2320
- "package": "./styles"
2771
+ "name": "AIIndicatorState",
2772
+ "module": "./ai-indicator"
2321
2773
  }
2322
2774
  },
2323
2775
  {
2324
2776
  "kind": "js",
2325
- "name": "*",
2777
+ "name": "foundationAiIndicatorTemplate",
2326
2778
  "declaration": {
2327
- "name": "*",
2328
- "package": "./tokens"
2779
+ "name": "foundationAiIndicatorTemplate",
2780
+ "module": "./ai-indicator.template"
2329
2781
  }
2330
2782
  },
2331
2783
  {
2332
2784
  "kind": "js",
2333
- "name": "*",
2785
+ "name": "foundationAiIndicatorStyles",
2334
2786
  "declaration": {
2335
- "name": "*",
2336
- "package": "./values"
2787
+ "name": "foundationAiIndicatorStyles",
2788
+ "module": "./ai-indicator.styles"
2337
2789
  }
2338
2790
  }
2339
2791
  ]
@@ -2940,482 +3392,51 @@
2940
3392
  {
2941
3393
  "kind": "js",
2942
3394
  "name": "showCriteriaError",
2943
- "declaration": {
2944
- "name": "showCriteriaError",
2945
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2946
- }
2947
- }
2948
- ]
2949
- },
2950
- {
2951
- "kind": "javascript-module",
2952
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2953
- "declarations": [
2954
- {
2955
- "kind": "function",
2956
- "name": "foundationAiIndicatorStyles",
2957
- "return": {
2958
- "type": {
2959
- "text": "ElementStyles"
2960
- }
2961
- },
2962
- "parameters": [
2963
- {
2964
- "name": "context",
2965
- "type": {
2966
- "text": "ElementDefinitionContext"
2967
- }
2968
- },
2969
- {
2970
- "name": "definition",
2971
- "type": {
2972
- "text": "FoundationElementDefinition"
2973
- }
2974
- }
2975
- ]
2976
- }
2977
- ],
2978
- "exports": [
2979
- {
2980
- "kind": "js",
2981
- "name": "foundationAiIndicatorStyles",
2982
- "declaration": {
2983
- "name": "foundationAiIndicatorStyles",
2984
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2985
- }
2986
- }
2987
- ]
2988
- },
2989
- {
2990
- "kind": "javascript-module",
2991
- "path": "src/ai-indicator/ai-indicator.template.ts",
2992
- "declarations": [
2993
- {
2994
- "kind": "variable",
2995
- "name": "foundationAiIndicatorTemplate",
2996
- "type": {
2997
- "text": "ViewTemplate<AiIndicator>"
2998
- },
2999
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3000
- }
3001
- ],
3002
- "exports": [
3003
- {
3004
- "kind": "js",
3005
- "name": "foundationAiIndicatorTemplate",
3006
- "declaration": {
3007
- "name": "foundationAiIndicatorTemplate",
3008
- "module": "src/ai-indicator/ai-indicator.template.ts"
3009
- }
3010
- }
3011
- ]
3012
- },
3013
- {
3014
- "kind": "javascript-module",
3015
- "path": "src/ai-indicator/ai-indicator.ts",
3016
- "declarations": [
3017
- {
3018
- "kind": "class",
3019
- "description": "",
3020
- "name": "AiIndicator",
3021
- "members": [
3022
- {
3023
- "kind": "field",
3024
- "name": "aiProvider",
3025
- "type": {
3026
- "text": "AIProvider"
3027
- }
3028
- },
3029
- {
3030
- "kind": "field",
3031
- "name": "status",
3032
- "type": {
3033
- "text": "AIStatus | null"
3034
- },
3035
- "default": "null"
3036
- },
3037
- {
3038
- "kind": "field",
3039
- "name": "open",
3040
- "type": {
3041
- "text": "boolean"
3042
- },
3043
- "default": "false"
3044
- },
3045
- {
3046
- "kind": "field",
3047
- "name": "state",
3048
- "type": {
3049
- "text": "AIIndicatorState"
3050
- },
3051
- "default": "'none'"
3052
- },
3053
- {
3054
- "kind": "field",
3055
- "name": "isInstalling",
3056
- "type": {
3057
- "text": "boolean"
3058
- },
3059
- "default": "false"
3060
- },
3061
- {
3062
- "kind": "field",
3063
- "name": "pollTimer",
3064
- "type": {
3065
- "text": "ReturnType<typeof setInterval> | null"
3066
- },
3067
- "privacy": "private",
3068
- "default": "null"
3069
- },
3070
- {
3071
- "kind": "field",
3072
- "name": "clickOutside",
3073
- "privacy": "private"
3074
- },
3075
- {
3076
- "kind": "field",
3077
- "name": "chromeStatusLabel",
3078
- "type": {
3079
- "text": "string | null"
3080
- },
3081
- "readonly": true
3082
- },
3083
- {
3084
- "kind": "field",
3085
- "name": "canInstall",
3086
- "type": {
3087
- "text": "boolean"
3088
- },
3089
- "readonly": true
3090
- },
3091
- {
3092
- "kind": "field",
3093
- "name": "isDownloading",
3094
- "type": {
3095
- "text": "boolean"
3096
- },
3097
- "readonly": true
3098
- },
3099
- {
3100
- "kind": "method",
3101
- "name": "openChanged",
3102
- "return": {
3103
- "type": {
3104
- "text": "void"
3105
- }
3106
- }
3107
- },
3108
- {
3109
- "kind": "method",
3110
- "name": "handleClickOutside",
3111
- "privacy": "private",
3112
- "parameters": [
3113
- {
3114
- "name": "event",
3115
- "type": {
3116
- "text": "MouseEvent"
3117
- }
3118
- }
3119
- ]
3120
- },
3121
- {
3122
- "kind": "method",
3123
- "name": "toggleDropdown"
3124
- },
3125
- {
3126
- "kind": "method",
3127
- "name": "refreshStatus",
3128
- "return": {
3129
- "type": {
3130
- "text": "Promise<void>"
3131
- }
3132
- }
3133
- },
3134
- {
3135
- "kind": "method",
3136
- "name": "deriveState",
3137
- "privacy": "private",
3138
- "return": {
3139
- "type": {
3140
- "text": "AIIndicatorState"
3141
- }
3142
- },
3143
- "parameters": [
3144
- {
3145
- "name": "s",
3146
- "type": {
3147
- "text": "AIStatus | null"
3148
- }
3149
- }
3150
- ]
3151
- },
3152
- {
3153
- "kind": "method",
3154
- "name": "maybeStartPolling",
3155
- "privacy": "private",
3156
- "return": {
3157
- "type": {
3158
- "text": "void"
3159
- }
3160
- }
3161
- },
3162
- {
3163
- "kind": "method",
3164
- "name": "startPolling",
3165
- "privacy": "private",
3166
- "return": {
3167
- "type": {
3168
- "text": "void"
3169
- }
3170
- }
3171
- },
3172
- {
3173
- "kind": "method",
3174
- "name": "stopPolling",
3175
- "privacy": "private",
3176
- "return": {
3177
- "type": {
3178
- "text": "void"
3179
- }
3180
- }
3181
- },
3182
- {
3183
- "kind": "method",
3184
- "name": "onInstall",
3185
- "return": {
3186
- "type": {
3187
- "text": "Promise<void>"
3188
- }
3189
- }
3190
- },
3191
- {
3192
- "kind": "field",
3193
- "name": "_presentation",
3194
- "type": {
3195
- "text": "ComponentPresentation | null | undefined"
3196
- },
3197
- "privacy": "private",
3198
- "default": "void 0",
3199
- "inheritedFrom": {
3200
- "name": "FoundationElement",
3201
- "module": "src/foundation-element/foundation-element.ts"
3202
- }
3203
- },
3204
- {
3205
- "kind": "field",
3206
- "name": "$presentation",
3207
- "type": {
3208
- "text": "ComponentPresentation | null"
3209
- },
3210
- "privacy": "public",
3211
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3212
- "inheritedFrom": {
3213
- "name": "FoundationElement",
3214
- "module": "src/foundation-element/foundation-element.ts"
3215
- }
3216
- },
3217
- {
3218
- "kind": "field",
3219
- "name": "template",
3220
- "type": {
3221
- "text": "ElementViewTemplate | void | null"
3222
- },
3223
- "privacy": "public",
3224
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3225
- "inheritedFrom": {
3226
- "name": "FoundationElement",
3227
- "module": "src/foundation-element/foundation-element.ts"
3228
- }
3229
- },
3230
- {
3231
- "kind": "method",
3232
- "name": "templateChanged",
3233
- "privacy": "protected",
3234
- "return": {
3235
- "type": {
3236
- "text": "void"
3237
- }
3238
- },
3239
- "inheritedFrom": {
3240
- "name": "FoundationElement",
3241
- "module": "src/foundation-element/foundation-element.ts"
3242
- }
3243
- },
3244
- {
3245
- "kind": "field",
3246
- "name": "styles",
3247
- "type": {
3248
- "text": "ElementStyles | void | null"
3249
- },
3250
- "privacy": "public",
3251
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3252
- "inheritedFrom": {
3253
- "name": "FoundationElement",
3254
- "module": "src/foundation-element/foundation-element.ts"
3255
- }
3256
- },
3257
- {
3258
- "kind": "method",
3259
- "name": "stylesChanged",
3260
- "privacy": "protected",
3261
- "return": {
3262
- "type": {
3263
- "text": "void"
3264
- }
3265
- },
3266
- "inheritedFrom": {
3267
- "name": "FoundationElement",
3268
- "module": "src/foundation-element/foundation-element.ts"
3269
- }
3270
- },
3271
- {
3272
- "kind": "method",
3273
- "name": "compose",
3274
- "privacy": "public",
3275
- "static": true,
3276
- "return": {
3277
- "type": {
3278
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3279
- }
3280
- },
3281
- "parameters": [
3282
- {
3283
- "name": "this",
3284
- "type": {
3285
- "text": "K"
3286
- }
3287
- },
3288
- {
3289
- "name": "elementDefinition",
3290
- "type": {
3291
- "text": "T"
3292
- },
3293
- "description": "The definition of the element to create the registry\nfunction for."
3294
- }
3295
- ],
3296
- "description": "Defines an element registry function with a set of element definition defaults.",
3297
- "inheritedFrom": {
3298
- "name": "FoundationElement",
3299
- "module": "src/foundation-element/foundation-element.ts"
3300
- }
3301
- }
3302
- ],
3303
- "superclass": {
3304
- "name": "FoundationElement",
3305
- "package": "@microsoft/fast-foundation"
3306
- },
3307
- "tagName": "%%prefix%%-ai-indicator",
3308
- "customElement": true
3309
- },
3310
- {
3311
- "kind": "variable",
3312
- "name": "foundationAiIndicator"
3313
- }
3314
- ],
3315
- "exports": [
3316
- {
3317
- "kind": "js",
3318
- "name": "AiIndicator",
3319
- "declaration": {
3320
- "name": "AiIndicator",
3321
- "module": "src/ai-indicator/ai-indicator.ts"
3322
- }
3323
- },
3324
- {
3325
- "kind": "js",
3326
- "name": "foundationAiIndicator",
3327
- "declaration": {
3328
- "name": "foundationAiIndicator",
3329
- "module": "src/ai-indicator/ai-indicator.ts"
3330
- }
3331
- }
3332
- ]
3333
- },
3334
- {
3335
- "kind": "javascript-module",
3336
- "path": "src/ai-indicator/index.ts",
3337
- "declarations": [],
3338
- "exports": [
3339
- {
3340
- "kind": "js",
3341
- "name": "AiIndicator",
3342
- "declaration": {
3343
- "name": "AiIndicator",
3344
- "module": "./ai-indicator"
3345
- }
3346
- },
3347
- {
3348
- "kind": "js",
3349
- "name": "foundationAiIndicator",
3350
- "declaration": {
3351
- "name": "foundationAiIndicator",
3352
- "module": "./ai-indicator"
3353
- }
3354
- },
3355
- {
3356
- "kind": "js",
3357
- "name": "type",
3358
- "declaration": {
3359
- "name": "type",
3360
- "module": "./ai-indicator"
3395
+ "declaration": {
3396
+ "name": "showCriteriaError",
3397
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3361
3398
  }
3362
- },
3399
+ }
3400
+ ]
3401
+ },
3402
+ {
3403
+ "kind": "javascript-module",
3404
+ "path": "src/_config/index.ts",
3405
+ "declarations": [],
3406
+ "exports": [
3363
3407
  {
3364
3408
  "kind": "js",
3365
- "name": "AIIndicatorState",
3409
+ "name": "*",
3366
3410
  "declaration": {
3367
- "name": "AIIndicatorState",
3368
- "module": "./ai-indicator"
3411
+ "name": "*",
3412
+ "package": "./styles"
3369
3413
  }
3370
3414
  },
3371
3415
  {
3372
3416
  "kind": "js",
3373
- "name": "foundationAiIndicatorTemplate",
3417
+ "name": "*",
3374
3418
  "declaration": {
3375
- "name": "foundationAiIndicatorTemplate",
3376
- "module": "./ai-indicator.template"
3419
+ "name": "*",
3420
+ "package": "./tokens"
3377
3421
  }
3378
3422
  },
3379
3423
  {
3380
3424
  "kind": "js",
3381
- "name": "foundationAiIndicatorStyles",
3425
+ "name": "*",
3382
3426
  "declaration": {
3383
- "name": "foundationAiIndicatorStyles",
3384
- "module": "./ai-indicator.styles"
3427
+ "name": "*",
3428
+ "package": "./values"
3385
3429
  }
3386
3430
  }
3387
3431
  ]
3388
3432
  },
3389
3433
  {
3390
3434
  "kind": "javascript-module",
3391
- "path": "src/actions-menu/actions-menu.styles.ts",
3435
+ "path": "src/accordion/accordion.styles.ts",
3392
3436
  "declarations": [
3393
3437
  {
3394
3438
  "kind": "function",
3395
- "name": "actionsMenuBaseStyles",
3396
- "return": {
3397
- "type": {
3398
- "text": "ElementStyles"
3399
- }
3400
- },
3401
- "parameters": [
3402
- {
3403
- "name": "context",
3404
- "type": {
3405
- "text": "ElementDefinitionContext"
3406
- }
3407
- },
3408
- {
3409
- "name": "definition",
3410
- "type": {
3411
- "text": "FoundationElementDefinition"
3412
- }
3413
- }
3414
- ]
3415
- },
3416
- {
3417
- "kind": "function",
3418
- "name": "foundationActionsMenuStyles",
3439
+ "name": "foundationAccordionStyles",
3419
3440
  "return": {
3420
3441
  "type": {
3421
3442
  "text": "ElementStyles"
@@ -3440,269 +3461,277 @@
3440
3461
  "exports": [
3441
3462
  {
3442
3463
  "kind": "js",
3443
- "name": "actionsMenuBaseStyles",
3444
- "declaration": {
3445
- "name": "actionsMenuBaseStyles",
3446
- "module": "src/actions-menu/actions-menu.styles.ts"
3447
- }
3448
- },
3449
- {
3450
- "kind": "js",
3451
- "name": "foundationActionsMenuStyles",
3464
+ "name": "foundationAccordionStyles",
3452
3465
  "declaration": {
3453
- "name": "foundationActionsMenuStyles",
3454
- "module": "src/actions-menu/actions-menu.styles.ts"
3466
+ "name": "foundationAccordionStyles",
3467
+ "module": "src/accordion/accordion.styles.ts"
3455
3468
  }
3456
3469
  }
3457
3470
  ]
3458
3471
  },
3459
3472
  {
3460
3473
  "kind": "javascript-module",
3461
- "path": "src/actions-menu/actions-menu.template.ts",
3474
+ "path": "src/accordion/accordion.template.ts",
3462
3475
  "declarations": [
3463
3476
  {
3464
3477
  "kind": "function",
3465
- "name": "menuTemplate",
3478
+ "name": "foundationAccordionTemplate",
3479
+ "return": {
3480
+ "type": {
3481
+ "text": "ViewTemplate<Accordion>"
3482
+ }
3483
+ },
3466
3484
  "parameters": [
3467
3485
  {
3468
- "name": "prefix",
3486
+ "name": "context",
3469
3487
  "type": {
3470
- "text": "string"
3488
+ "text": "ElementDefinitionContext"
3471
3489
  }
3472
- }
3473
- ]
3474
- },
3475
- {
3476
- "kind": "function",
3477
- "name": "singleOptionTemplate",
3478
- "parameters": [
3490
+ },
3479
3491
  {
3480
- "name": "prefix",
3492
+ "name": "definition",
3481
3493
  "type": {
3482
- "text": "string"
3494
+ "text": "FoundationElementDefinition"
3483
3495
  }
3484
3496
  }
3485
3497
  ]
3486
- },
3487
- {
3488
- "kind": "variable",
3489
- "name": "foundationActionsMenuTemplate",
3490
- "type": {
3491
- "text": "ViewTemplate<ActionsMenu>"
3492
- },
3493
- "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`"
3494
3498
  }
3495
3499
  ],
3496
3500
  "exports": [
3497
3501
  {
3498
3502
  "kind": "js",
3499
- "name": "menuTemplate",
3500
- "declaration": {
3501
- "name": "menuTemplate",
3502
- "module": "src/actions-menu/actions-menu.template.ts"
3503
- }
3504
- },
3505
- {
3506
- "kind": "js",
3507
- "name": "singleOptionTemplate",
3508
- "declaration": {
3509
- "name": "singleOptionTemplate",
3510
- "module": "src/actions-menu/actions-menu.template.ts"
3511
- }
3512
- },
3513
- {
3514
- "kind": "js",
3515
- "name": "foundationActionsMenuTemplate",
3503
+ "name": "foundationAccordionTemplate",
3516
3504
  "declaration": {
3517
- "name": "foundationActionsMenuTemplate",
3518
- "module": "src/actions-menu/actions-menu.template.ts"
3505
+ "name": "foundationAccordionTemplate",
3506
+ "module": "src/accordion/accordion.template.ts"
3519
3507
  }
3520
3508
  }
3521
3509
  ]
3522
3510
  },
3523
3511
  {
3524
3512
  "kind": "javascript-module",
3525
- "path": "src/actions-menu/actions-menu.ts",
3513
+ "path": "src/accordion/accordion.ts",
3526
3514
  "declarations": [
3527
3515
  {
3528
3516
  "kind": "class",
3529
3517
  "description": "",
3530
- "name": "ActionsMenu",
3531
- "members": [
3518
+ "name": "Accordion",
3519
+ "superclass": {
3520
+ "name": "FASTAccordion",
3521
+ "package": "@microsoft/fast-foundation"
3522
+ },
3523
+ "tagName": "%%prefix%%-accordion",
3524
+ "customElement": true,
3525
+ "attributes": [
3532
3526
  {
3533
- "kind": "field",
3534
- "name": "actions",
3527
+ "name": "expand-mode",
3535
3528
  "type": {
3536
- "text": "ActionMenuItem[]"
3529
+ "text": "AccordionExpandMode"
3530
+ },
3531
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3532
+ "fieldName": "expandmode",
3533
+ "inheritedFrom": {
3534
+ "name": "Accordion",
3535
+ "module": "src/accordion/accordion.ts"
3537
3536
  }
3538
- },
3537
+ }
3538
+ ],
3539
+ "members": [
3539
3540
  {
3540
3541
  "kind": "field",
3541
- "name": "isVertical",
3542
+ "name": "expandmode",
3542
3543
  "type": {
3543
- "text": "boolean"
3544
+ "text": "AccordionExpandMode"
3544
3545
  },
3545
- "default": "false"
3546
+ "privacy": "public",
3547
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3548
+ "inheritedFrom": {
3549
+ "name": "Accordion",
3550
+ "module": "src/accordion/accordion.ts"
3551
+ }
3546
3552
  },
3547
3553
  {
3548
3554
  "kind": "field",
3549
- "name": "addDefaultActions",
3555
+ "name": "activeid",
3550
3556
  "type": {
3551
- "text": "boolean"
3557
+ "text": "string | null"
3552
3558
  },
3553
- "default": "true"
3559
+ "privacy": "private",
3560
+ "inheritedFrom": {
3561
+ "name": "Accordion",
3562
+ "module": "src/accordion/accordion.ts"
3563
+ }
3554
3564
  },
3555
3565
  {
3556
3566
  "kind": "field",
3557
- "name": "autoCloseOnAction",
3567
+ "name": "activeItemIndex",
3558
3568
  "type": {
3559
- "text": "boolean"
3569
+ "text": "number"
3560
3570
  },
3561
- "default": "true"
3562
- },
3563
- {
3564
- "kind": "field",
3565
- "name": "classNames",
3566
- "type": {
3567
- "text": "string"
3571
+ "privacy": "private",
3572
+ "default": "0",
3573
+ "inheritedFrom": {
3574
+ "name": "Accordion",
3575
+ "module": "src/accordion/accordion.ts"
3568
3576
  }
3569
3577
  },
3570
3578
  {
3571
3579
  "kind": "field",
3572
- "name": "definition",
3580
+ "name": "accordionIds",
3573
3581
  "type": {
3574
- "text": "any"
3582
+ "text": "Array<string | null>"
3583
+ },
3584
+ "privacy": "private",
3585
+ "inheritedFrom": {
3586
+ "name": "Accordion",
3587
+ "module": "src/accordion/accordion.ts"
3575
3588
  }
3576
3589
  },
3577
3590
  {
3578
3591
  "kind": "field",
3579
- "name": "name",
3580
- "type": {
3581
- "text": "string"
3582
- },
3583
- "default": "'Actions'"
3592
+ "name": "change",
3593
+ "privacy": "private",
3594
+ "inheritedFrom": {
3595
+ "name": "Accordion",
3596
+ "module": "src/accordion/accordion.ts"
3597
+ }
3584
3598
  },
3585
3599
  {
3586
- "kind": "field",
3587
- "name": "open",
3588
- "type": {
3589
- "text": "boolean"
3600
+ "kind": "method",
3601
+ "name": "findExpandedItem",
3602
+ "privacy": "private",
3603
+ "return": {
3604
+ "type": {
3605
+ "text": "AccordionItem | null"
3606
+ }
3590
3607
  },
3591
- "default": "false"
3592
- },
3593
- {
3594
- "kind": "field",
3595
- "name": "buttonAppearance",
3596
- "type": {
3597
- "text": "string"
3608
+ "inheritedFrom": {
3609
+ "name": "Accordion",
3610
+ "module": "src/accordion/accordion.ts"
3598
3611
  }
3599
3612
  },
3600
3613
  {
3601
3614
  "kind": "field",
3602
- "name": "hideDisabled",
3603
- "type": {
3604
- "text": "boolean"
3605
- },
3606
- "default": "false"
3615
+ "name": "setItems",
3616
+ "privacy": "private",
3617
+ "inheritedFrom": {
3618
+ "name": "Accordion",
3619
+ "module": "src/accordion/accordion.ts"
3620
+ }
3607
3621
  },
3608
3622
  {
3609
- "kind": "field",
3610
- "name": "hideMenuSingleOption",
3611
- "type": {
3612
- "text": "boolean"
3623
+ "kind": "method",
3624
+ "name": "resetItems",
3625
+ "privacy": "private",
3626
+ "return": {
3627
+ "type": {
3628
+ "text": "void"
3629
+ }
3613
3630
  },
3614
- "default": "false"
3631
+ "inheritedFrom": {
3632
+ "name": "Accordion",
3633
+ "module": "src/accordion/accordion.ts"
3634
+ }
3615
3635
  },
3616
3636
  {
3617
3637
  "kind": "field",
3618
- "name": "singleOption",
3619
- "type": {
3620
- "text": "ActionMenuItem"
3638
+ "name": "removeItemListeners",
3639
+ "privacy": "private",
3640
+ "inheritedFrom": {
3641
+ "name": "Accordion",
3642
+ "module": "src/accordion/accordion.ts"
3621
3643
  }
3622
3644
  },
3623
3645
  {
3624
3646
  "kind": "field",
3625
- "name": "actionsMenu",
3626
- "type": {
3627
- "text": "HTMLElement"
3647
+ "name": "activeItemChange",
3648
+ "privacy": "private",
3649
+ "inheritedFrom": {
3650
+ "name": "Accordion",
3651
+ "module": "src/accordion/accordion.ts"
3628
3652
  }
3629
3653
  },
3630
3654
  {
3631
3655
  "kind": "method",
3632
- "name": "definitionChanged",
3633
- "privacy": "protected",
3634
- "parameters": [
3635
- {
3636
- "name": "oldValue",
3637
- "type": {
3638
- "text": "any"
3639
- }
3640
- },
3641
- {
3642
- "name": "newValue",
3643
- "type": {
3644
- "text": "any"
3645
- }
3656
+ "name": "getItemIds",
3657
+ "privacy": "private",
3658
+ "return": {
3659
+ "type": {
3660
+ "text": "Array<string | null>"
3646
3661
  }
3647
- ]
3648
- },
3649
- {
3650
- "kind": "method",
3651
- "name": "openChanged",
3652
- "privacy": "protected"
3653
- },
3654
- {
3655
- "kind": "method",
3656
- "name": "toggleActionsMenuVisibility"
3662
+ },
3663
+ "inheritedFrom": {
3664
+ "name": "Accordion",
3665
+ "module": "src/accordion/accordion.ts"
3666
+ }
3657
3667
  },
3658
3668
  {
3659
3669
  "kind": "method",
3660
- "name": "onActionMenuItemClick",
3661
- "parameters": [
3662
- {
3663
- "name": "callback",
3664
- "type": {
3665
- "text": "(rowData) => void | any"
3666
- }
3670
+ "name": "isSingleExpandMode",
3671
+ "privacy": "private",
3672
+ "return": {
3673
+ "type": {
3674
+ "text": "boolean"
3667
3675
  }
3668
- ]
3676
+ },
3677
+ "inheritedFrom": {
3678
+ "name": "Accordion",
3679
+ "module": "src/accordion/accordion.ts"
3680
+ }
3669
3681
  },
3670
3682
  {
3671
3683
  "kind": "field",
3672
- "name": "allActions",
3673
- "type": {
3674
- "text": "ActionMenuItem[]"
3675
- },
3676
- "readonly": true
3684
+ "name": "handleItemKeyDown",
3685
+ "privacy": "private",
3686
+ "inheritedFrom": {
3687
+ "name": "Accordion",
3688
+ "module": "src/accordion/accordion.ts"
3689
+ }
3677
3690
  },
3678
3691
  {
3679
3692
  "kind": "field",
3680
- "name": "rowData",
3681
- "readonly": true
3693
+ "name": "handleItemFocus",
3694
+ "privacy": "private",
3695
+ "inheritedFrom": {
3696
+ "name": "Accordion",
3697
+ "module": "src/accordion/accordion.ts"
3698
+ }
3682
3699
  },
3683
3700
  {
3684
3701
  "kind": "method",
3685
- "name": "getLabel",
3702
+ "name": "adjust",
3703
+ "privacy": "private",
3704
+ "return": {
3705
+ "type": {
3706
+ "text": "void"
3707
+ }
3708
+ },
3686
3709
  "parameters": [
3687
3710
  {
3688
- "name": "name",
3711
+ "name": "adjustment",
3689
3712
  "type": {
3690
- "text": "string | ((rowData: any) => string)"
3713
+ "text": "number"
3691
3714
  }
3692
3715
  }
3693
- ]
3716
+ ],
3717
+ "inheritedFrom": {
3718
+ "name": "Accordion",
3719
+ "module": "src/accordion/accordion.ts"
3720
+ }
3694
3721
  },
3695
3722
  {
3696
3723
  "kind": "method",
3697
- "name": "getTemplate",
3698
- "parameters": [
3699
- {
3700
- "name": "prefix",
3701
- "type": {
3702
- "text": "string"
3703
- }
3724
+ "name": "focusItem",
3725
+ "privacy": "private",
3726
+ "return": {
3727
+ "type": {
3728
+ "text": "void"
3704
3729
  }
3705
- ]
3730
+ },
3731
+ "inheritedFrom": {
3732
+ "name": "Accordion",
3733
+ "module": "src/accordion/accordion.ts"
3734
+ }
3706
3735
  },
3707
3736
  {
3708
3737
  "kind": "field",
@@ -3816,107 +3845,78 @@
3816
3845
  }
3817
3846
  }
3818
3847
  ],
3819
- "attributes": [
3820
- {
3821
- "name": "is-vertical",
3822
- "type": {
3823
- "text": "boolean"
3824
- },
3825
- "default": "false",
3826
- "fieldName": "isVertical"
3827
- },
3828
- {
3829
- "name": "add-default-actions",
3830
- "type": {
3831
- "text": "boolean"
3832
- },
3833
- "default": "true",
3834
- "fieldName": "addDefaultActions"
3835
- },
3836
- {
3837
- "name": "auto-close-on-action",
3838
- "type": {
3839
- "text": "boolean"
3840
- },
3841
- "default": "true",
3842
- "fieldName": "autoCloseOnAction"
3843
- },
3844
- {
3845
- "name": "name",
3846
- "type": {
3847
- "text": "string"
3848
- },
3849
- "default": "'Actions'",
3850
- "fieldName": "name"
3851
- },
3852
- {
3853
- "name": "open",
3854
- "type": {
3855
- "text": "boolean"
3856
- },
3857
- "default": "false",
3858
- "fieldName": "open"
3859
- },
3860
- {
3861
- "name": "buttonAppearance",
3862
- "type": {
3863
- "text": "string"
3864
- },
3865
- "fieldName": "buttonAppearance"
3866
- },
3867
- {
3868
- "name": "hide-disabled",
3869
- "type": {
3870
- "text": "boolean"
3871
- },
3872
- "default": "false",
3873
- "fieldName": "hideDisabled"
3874
- },
3848
+ "events": [
3875
3849
  {
3876
- "name": "hide-menu-single-option",
3877
- "type": {
3878
- "text": "boolean"
3879
- },
3880
- "default": "false",
3881
- "fieldName": "hideMenuSingleOption"
3850
+ "description": "Fires a custom 'change' event when the active item changes",
3851
+ "name": "change",
3852
+ "inheritedFrom": {
3853
+ "name": "Accordion",
3854
+ "module": "src/accordion/accordion.ts"
3855
+ }
3882
3856
  }
3883
- ],
3884
- "superclass": {
3885
- "name": "FoundationElement",
3886
- "package": "@microsoft/fast-foundation"
3857
+ ]
3858
+ },
3859
+ {
3860
+ "kind": "variable",
3861
+ "name": "foundationAccordionShadowOptions",
3862
+ "type": {
3863
+ "text": "ShadowRootInit"
3887
3864
  },
3888
- "tagName": "%%prefix%%-actions-menu",
3889
- "customElement": true
3865
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3890
3866
  },
3891
3867
  {
3892
3868
  "kind": "variable",
3893
- "name": "foundationActionsMenu",
3894
- "description": "The Foundation Actions Menu",
3869
+ "name": "defaultAccordionConfig",
3870
+ "type": {
3871
+ "text": "object"
3872
+ },
3873
+ "default": "{}"
3874
+ },
3875
+ {
3876
+ "kind": "variable",
3877
+ "name": "foundationAccordion",
3878
+ "description": "The Foundation Accordion",
3895
3879
  "privacy": "public"
3896
3880
  }
3897
3881
  ],
3898
3882
  "exports": [
3899
3883
  {
3900
3884
  "kind": "js",
3901
- "name": "ActionsMenu",
3885
+ "name": "Accordion",
3902
3886
  "declaration": {
3903
- "name": "ActionsMenu",
3904
- "module": "src/actions-menu/actions-menu.ts"
3887
+ "name": "Accordion",
3888
+ "module": "src/accordion/accordion.ts"
3905
3889
  }
3906
3890
  },
3907
3891
  {
3908
3892
  "kind": "js",
3909
- "name": "foundationActionsMenu",
3893
+ "name": "foundationAccordionShadowOptions",
3910
3894
  "declaration": {
3911
- "name": "foundationActionsMenu",
3912
- "module": "src/actions-menu/actions-menu.ts"
3895
+ "name": "foundationAccordionShadowOptions",
3896
+ "module": "src/accordion/accordion.ts"
3897
+ }
3898
+ },
3899
+ {
3900
+ "kind": "js",
3901
+ "name": "defaultAccordionConfig",
3902
+ "declaration": {
3903
+ "name": "defaultAccordionConfig",
3904
+ "module": "src/accordion/accordion.ts"
3905
+ }
3906
+ },
3907
+ {
3908
+ "kind": "js",
3909
+ "name": "foundationAccordion",
3910
+ "declaration": {
3911
+ "name": "foundationAccordion",
3912
+ "module": "src/accordion/accordion.ts"
3913
3913
  }
3914
3914
  }
3915
3915
  ]
3916
3916
  },
3917
3917
  {
3918
3918
  "kind": "javascript-module",
3919
- "path": "src/actions-menu/index.ts",
3919
+ "path": "src/accordion/index.ts",
3920
3920
  "declarations": [],
3921
3921
  "exports": [
3922
3922
  {
@@ -3924,7 +3924,7 @@
3924
3924
  "name": "*",
3925
3925
  "declaration": {
3926
3926
  "name": "*",
3927
- "package": "./actions-menu.styles"
3927
+ "package": "./accordion.template"
3928
3928
  }
3929
3929
  },
3930
3930
  {
@@ -3932,7 +3932,7 @@
3932
3932
  "name": "*",
3933
3933
  "declaration": {
3934
3934
  "name": "*",
3935
- "package": "./actions-menu.template"
3935
+ "package": "./accordion.styles"
3936
3936
  }
3937
3937
  },
3938
3938
  {
@@ -3940,7 +3940,7 @@
3940
3940
  "name": "*",
3941
3941
  "declaration": {
3942
3942
  "name": "*",
3943
- "package": "./actions-menu"
3943
+ "package": "./accordion"
3944
3944
  }
3945
3945
  }
3946
3946
  ]
@@ -56527,6 +56527,197 @@
56527
56527
  }
56528
56528
  ]
56529
56529
  },
56530
+ {
56531
+ "kind": "javascript-module",
56532
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
56533
+ "declarations": [],
56534
+ "exports": []
56535
+ },
56536
+ {
56537
+ "kind": "javascript-module",
56538
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
56539
+ "declarations": [
56540
+ {
56541
+ "kind": "function",
56542
+ "name": "groupsToCriteria",
56543
+ "return": {
56544
+ "type": {
56545
+ "text": "string"
56546
+ }
56547
+ },
56548
+ "parameters": [
56549
+ {
56550
+ "name": "groups",
56551
+ "type": {
56552
+ "text": "CriteriaGroup[]"
56553
+ }
56554
+ }
56555
+ ],
56556
+ "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."
56557
+ },
56558
+ {
56559
+ "kind": "variable",
56560
+ "name": "STRING_OPERATORS",
56561
+ "type": {
56562
+ "text": "CriteriaOperator[]"
56563
+ },
56564
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
56565
+ },
56566
+ {
56567
+ "kind": "variable",
56568
+ "name": "NUMERIC_OPERATORS",
56569
+ "type": {
56570
+ "text": "CriteriaOperator[]"
56571
+ },
56572
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
56573
+ },
56574
+ {
56575
+ "kind": "variable",
56576
+ "name": "DATE_OPERATORS",
56577
+ "type": {
56578
+ "text": "CriteriaOperator[]"
56579
+ },
56580
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
56581
+ },
56582
+ {
56583
+ "kind": "variable",
56584
+ "name": "DATETIME_OPERATORS",
56585
+ "type": {
56586
+ "text": "CriteriaOperator[]"
56587
+ },
56588
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
56589
+ },
56590
+ {
56591
+ "kind": "variable",
56592
+ "name": "OPERATOR_DISPLAY_LABEL",
56593
+ "type": {
56594
+ "text": "Record<CriteriaOperator, string>"
56595
+ },
56596
+ "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}"
56597
+ }
56598
+ ],
56599
+ "exports": [
56600
+ {
56601
+ "kind": "js",
56602
+ "name": "groupsToCriteria",
56603
+ "declaration": {
56604
+ "name": "groupsToCriteria",
56605
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56606
+ }
56607
+ },
56608
+ {
56609
+ "kind": "js",
56610
+ "name": "STRING_OPERATORS",
56611
+ "declaration": {
56612
+ "name": "STRING_OPERATORS",
56613
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56614
+ }
56615
+ },
56616
+ {
56617
+ "kind": "js",
56618
+ "name": "NUMERIC_OPERATORS",
56619
+ "declaration": {
56620
+ "name": "NUMERIC_OPERATORS",
56621
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56622
+ }
56623
+ },
56624
+ {
56625
+ "kind": "js",
56626
+ "name": "DATE_OPERATORS",
56627
+ "declaration": {
56628
+ "name": "DATE_OPERATORS",
56629
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56630
+ }
56631
+ },
56632
+ {
56633
+ "kind": "js",
56634
+ "name": "DATETIME_OPERATORS",
56635
+ "declaration": {
56636
+ "name": "DATETIME_OPERATORS",
56637
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56638
+ }
56639
+ },
56640
+ {
56641
+ "kind": "js",
56642
+ "name": "OPERATOR_DISPLAY_LABEL",
56643
+ "declaration": {
56644
+ "name": "OPERATOR_DISPLAY_LABEL",
56645
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56646
+ }
56647
+ }
56648
+ ]
56649
+ },
56650
+ {
56651
+ "kind": "javascript-module",
56652
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
56653
+ "declarations": [
56654
+ {
56655
+ "kind": "function",
56656
+ "name": "validateClauses",
56657
+ "return": {
56658
+ "type": {
56659
+ "text": "ValidationResult"
56660
+ }
56661
+ },
56662
+ "parameters": [
56663
+ {
56664
+ "name": "clauses",
56665
+ "type": {
56666
+ "text": "CriteriaClause[]"
56667
+ }
56668
+ },
56669
+ {
56670
+ "name": "fieldMetadata",
56671
+ "type": {
56672
+ "text": "MetadataDetail[] | string[]"
56673
+ }
56674
+ }
56675
+ ]
56676
+ },
56677
+ {
56678
+ "kind": "function",
56679
+ "name": "validateGroups",
56680
+ "return": {
56681
+ "type": {
56682
+ "text": "GroupsValidationResult"
56683
+ }
56684
+ },
56685
+ "parameters": [
56686
+ {
56687
+ "name": "groups",
56688
+ "type": {
56689
+ "text": "CriteriaGroup[]"
56690
+ }
56691
+ },
56692
+ {
56693
+ "name": "fieldMetadata",
56694
+ "type": {
56695
+ "text": "MetadataDetail[] | string[]"
56696
+ }
56697
+ }
56698
+ ],
56699
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
56700
+ }
56701
+ ],
56702
+ "exports": [
56703
+ {
56704
+ "kind": "js",
56705
+ "name": "validateClauses",
56706
+ "declaration": {
56707
+ "name": "validateClauses",
56708
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56709
+ }
56710
+ },
56711
+ {
56712
+ "kind": "js",
56713
+ "name": "validateGroups",
56714
+ "declaration": {
56715
+ "name": "validateGroups",
56716
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56717
+ }
56718
+ }
56719
+ ]
56720
+ },
56530
56721
  {
56531
56722
  "kind": "javascript-module",
56532
56723
  "path": "src/_config/styles/colors.ts",
@@ -57899,197 +58090,6 @@
57899
58090
  "declarations": [],
57900
58091
  "exports": []
57901
58092
  },
57902
- {
57903
- "kind": "javascript-module",
57904
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57905
- "declarations": [],
57906
- "exports": []
57907
- },
57908
- {
57909
- "kind": "javascript-module",
57910
- "path": "src/ai-criteria-search/validation/operator-map.ts",
57911
- "declarations": [
57912
- {
57913
- "kind": "function",
57914
- "name": "groupsToCriteria",
57915
- "return": {
57916
- "type": {
57917
- "text": "string"
57918
- }
57919
- },
57920
- "parameters": [
57921
- {
57922
- "name": "groups",
57923
- "type": {
57924
- "text": "CriteriaGroup[]"
57925
- }
57926
- }
57927
- ],
57928
- "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."
57929
- },
57930
- {
57931
- "kind": "variable",
57932
- "name": "STRING_OPERATORS",
57933
- "type": {
57934
- "text": "CriteriaOperator[]"
57935
- },
57936
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57937
- },
57938
- {
57939
- "kind": "variable",
57940
- "name": "NUMERIC_OPERATORS",
57941
- "type": {
57942
- "text": "CriteriaOperator[]"
57943
- },
57944
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57945
- },
57946
- {
57947
- "kind": "variable",
57948
- "name": "DATE_OPERATORS",
57949
- "type": {
57950
- "text": "CriteriaOperator[]"
57951
- },
57952
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57953
- },
57954
- {
57955
- "kind": "variable",
57956
- "name": "DATETIME_OPERATORS",
57957
- "type": {
57958
- "text": "CriteriaOperator[]"
57959
- },
57960
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57961
- },
57962
- {
57963
- "kind": "variable",
57964
- "name": "OPERATOR_DISPLAY_LABEL",
57965
- "type": {
57966
- "text": "Record<CriteriaOperator, string>"
57967
- },
57968
- "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}"
57969
- }
57970
- ],
57971
- "exports": [
57972
- {
57973
- "kind": "js",
57974
- "name": "groupsToCriteria",
57975
- "declaration": {
57976
- "name": "groupsToCriteria",
57977
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57978
- }
57979
- },
57980
- {
57981
- "kind": "js",
57982
- "name": "STRING_OPERATORS",
57983
- "declaration": {
57984
- "name": "STRING_OPERATORS",
57985
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57986
- }
57987
- },
57988
- {
57989
- "kind": "js",
57990
- "name": "NUMERIC_OPERATORS",
57991
- "declaration": {
57992
- "name": "NUMERIC_OPERATORS",
57993
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57994
- }
57995
- },
57996
- {
57997
- "kind": "js",
57998
- "name": "DATE_OPERATORS",
57999
- "declaration": {
58000
- "name": "DATE_OPERATORS",
58001
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58002
- }
58003
- },
58004
- {
58005
- "kind": "js",
58006
- "name": "DATETIME_OPERATORS",
58007
- "declaration": {
58008
- "name": "DATETIME_OPERATORS",
58009
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58010
- }
58011
- },
58012
- {
58013
- "kind": "js",
58014
- "name": "OPERATOR_DISPLAY_LABEL",
58015
- "declaration": {
58016
- "name": "OPERATOR_DISPLAY_LABEL",
58017
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58018
- }
58019
- }
58020
- ]
58021
- },
58022
- {
58023
- "kind": "javascript-module",
58024
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
58025
- "declarations": [
58026
- {
58027
- "kind": "function",
58028
- "name": "validateClauses",
58029
- "return": {
58030
- "type": {
58031
- "text": "ValidationResult"
58032
- }
58033
- },
58034
- "parameters": [
58035
- {
58036
- "name": "clauses",
58037
- "type": {
58038
- "text": "CriteriaClause[]"
58039
- }
58040
- },
58041
- {
58042
- "name": "fieldMetadata",
58043
- "type": {
58044
- "text": "MetadataDetail[] | string[]"
58045
- }
58046
- }
58047
- ]
58048
- },
58049
- {
58050
- "kind": "function",
58051
- "name": "validateGroups",
58052
- "return": {
58053
- "type": {
58054
- "text": "GroupsValidationResult"
58055
- }
58056
- },
58057
- "parameters": [
58058
- {
58059
- "name": "groups",
58060
- "type": {
58061
- "text": "CriteriaGroup[]"
58062
- }
58063
- },
58064
- {
58065
- "name": "fieldMetadata",
58066
- "type": {
58067
- "text": "MetadataDetail[] | string[]"
58068
- }
58069
- }
58070
- ],
58071
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58072
- }
58073
- ],
58074
- "exports": [
58075
- {
58076
- "kind": "js",
58077
- "name": "validateClauses",
58078
- "declaration": {
58079
- "name": "validateClauses",
58080
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58081
- }
58082
- },
58083
- {
58084
- "kind": "js",
58085
- "name": "validateGroups",
58086
- "declaration": {
58087
- "name": "validateGroups",
58088
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58089
- }
58090
- }
58091
- ]
58092
- },
58093
58093
  {
58094
58094
  "kind": "javascript-module",
58095
58095
  "path": "src/environment-indicator/utils/configure.ts",