@genesislcap/foundation-ui 14.451.1 → 14.451.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.
@@ -1825,203 +1825,115 @@
1825
1825
  },
1826
1826
  {
1827
1827
  "kind": "javascript-module",
1828
- "path": "src/actions-menu/actions-menu.styles.ts",
1828
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1829
1829
  "declarations": [
1830
1830
  {
1831
- "kind": "function",
1832
- "name": "actionsMenuBaseStyles",
1833
- "return": {
1834
- "type": {
1835
- "text": "ElementStyles"
1836
- }
1837
- },
1838
- "parameters": [
1839
- {
1840
- "name": "context",
1841
- "type": {
1842
- "text": "ElementDefinitionContext"
1843
- }
1844
- },
1845
- {
1846
- "name": "definition",
1847
- "type": {
1848
- "text": "FoundationElementDefinition"
1849
- }
1850
- }
1851
- ]
1852
- },
1853
- {
1854
- "kind": "function",
1855
- "name": "foundationActionsMenuStyles",
1856
- "return": {
1857
- "type": {
1858
- "text": "ElementStyles"
1859
- }
1860
- },
1861
- "parameters": [
1862
- {
1863
- "name": "context",
1864
- "type": {
1865
- "text": "ElementDefinitionContext"
1866
- }
1867
- },
1868
- {
1869
- "name": "definition",
1870
- "type": {
1871
- "text": "FoundationElementDefinition"
1872
- }
1873
- }
1874
- ]
1831
+ "kind": "variable",
1832
+ "name": "foundationAiCriteriaSearchStyles",
1833
+ "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
1875
1834
  }
1876
1835
  ],
1877
1836
  "exports": [
1878
1837
  {
1879
1838
  "kind": "js",
1880
- "name": "actionsMenuBaseStyles",
1881
- "declaration": {
1882
- "name": "actionsMenuBaseStyles",
1883
- "module": "src/actions-menu/actions-menu.styles.ts"
1884
- }
1885
- },
1886
- {
1887
- "kind": "js",
1888
- "name": "foundationActionsMenuStyles",
1839
+ "name": "foundationAiCriteriaSearchStyles",
1889
1840
  "declaration": {
1890
- "name": "foundationActionsMenuStyles",
1891
- "module": "src/actions-menu/actions-menu.styles.ts"
1841
+ "name": "foundationAiCriteriaSearchStyles",
1842
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1892
1843
  }
1893
1844
  }
1894
1845
  ]
1895
1846
  },
1896
1847
  {
1897
1848
  "kind": "javascript-module",
1898
- "path": "src/actions-menu/actions-menu.template.ts",
1849
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1899
1850
  "declarations": [
1900
- {
1901
- "kind": "function",
1902
- "name": "menuTemplate",
1903
- "parameters": [
1904
- {
1905
- "name": "prefix",
1906
- "type": {
1907
- "text": "string"
1908
- }
1909
- }
1910
- ]
1911
- },
1912
- {
1913
- "kind": "function",
1914
- "name": "singleOptionTemplate",
1915
- "parameters": [
1916
- {
1917
- "name": "prefix",
1918
- "type": {
1919
- "text": "string"
1920
- }
1921
- }
1922
- ]
1923
- },
1924
1851
  {
1925
1852
  "kind": "variable",
1926
- "name": "foundationActionsMenuTemplate",
1853
+ "name": "foundationAiCriteriaSearchTemplate",
1927
1854
  "type": {
1928
- "text": "ViewTemplate<ActionsMenu>"
1855
+ "text": "ViewTemplate<AiCriteriaSearch>"
1929
1856
  },
1930
- "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`"
1857
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
1931
1858
  }
1932
1859
  ],
1933
1860
  "exports": [
1934
1861
  {
1935
1862
  "kind": "js",
1936
- "name": "menuTemplate",
1937
- "declaration": {
1938
- "name": "menuTemplate",
1939
- "module": "src/actions-menu/actions-menu.template.ts"
1940
- }
1941
- },
1942
- {
1943
- "kind": "js",
1944
- "name": "singleOptionTemplate",
1945
- "declaration": {
1946
- "name": "singleOptionTemplate",
1947
- "module": "src/actions-menu/actions-menu.template.ts"
1948
- }
1949
- },
1950
- {
1951
- "kind": "js",
1952
- "name": "foundationActionsMenuTemplate",
1863
+ "name": "foundationAiCriteriaSearchTemplate",
1953
1864
  "declaration": {
1954
- "name": "foundationActionsMenuTemplate",
1955
- "module": "src/actions-menu/actions-menu.template.ts"
1865
+ "name": "foundationAiCriteriaSearchTemplate",
1866
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1956
1867
  }
1957
1868
  }
1958
1869
  ]
1959
1870
  },
1960
1871
  {
1961
1872
  "kind": "javascript-module",
1962
- "path": "src/actions-menu/actions-menu.ts",
1873
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
1963
1874
  "declarations": [
1964
1875
  {
1965
1876
  "kind": "class",
1966
- "description": "",
1967
- "name": "ActionsMenu",
1877
+ "description": "Natural-language criteria search input with AI interpretation.",
1878
+ "name": "AiCriteriaSearch",
1968
1879
  "members": [
1969
1880
  {
1970
1881
  "kind": "field",
1971
- "name": "actions",
1882
+ "name": "providerRegistry",
1972
1883
  "type": {
1973
- "text": "ActionMenuItem[]"
1884
+ "text": "AIProviderRegistry"
1974
1885
  }
1975
1886
  },
1976
1887
  {
1977
1888
  "kind": "field",
1978
- "name": "isVertical",
1889
+ "name": "placeholder",
1979
1890
  "type": {
1980
- "text": "boolean"
1891
+ "text": "string"
1981
1892
  },
1982
- "default": "false"
1893
+ "default": "'Describe your search criteria in natural language...'"
1983
1894
  },
1984
1895
  {
1985
1896
  "kind": "field",
1986
- "name": "addDefaultActions",
1897
+ "name": "disabled",
1987
1898
  "type": {
1988
1899
  "text": "boolean"
1989
- },
1990
- "default": "true"
1900
+ }
1991
1901
  },
1992
1902
  {
1993
1903
  "kind": "field",
1994
- "name": "autoCloseOnAction",
1904
+ "name": "inputValue",
1995
1905
  "type": {
1996
- "text": "boolean"
1906
+ "text": "string"
1997
1907
  },
1998
- "default": "true"
1908
+ "default": "''"
1999
1909
  },
2000
1910
  {
2001
1911
  "kind": "field",
2002
- "name": "classNames",
1912
+ "name": "isInterpreting",
2003
1913
  "type": {
2004
- "text": "string"
2005
- }
1914
+ "text": "boolean"
1915
+ },
1916
+ "default": "false"
2006
1917
  },
2007
1918
  {
2008
1919
  "kind": "field",
2009
- "name": "definition",
1920
+ "name": "lastValidCriteria",
2010
1921
  "type": {
2011
- "text": "any"
2012
- }
1922
+ "text": "string | null"
1923
+ },
1924
+ "default": "null"
2013
1925
  },
2014
1926
  {
2015
1927
  "kind": "field",
2016
- "name": "name",
1928
+ "name": "activeGroups",
2017
1929
  "type": {
2018
- "text": "string"
1930
+ "text": "CriteriaGroup[]"
2019
1931
  },
2020
- "default": "'Actions'"
1932
+ "default": "[]"
2021
1933
  },
2022
1934
  {
2023
1935
  "kind": "field",
2024
- "name": "open",
1936
+ "name": "showingChips",
2025
1937
  "type": {
2026
1938
  "text": "boolean"
2027
1939
  },
@@ -2029,14 +1941,15 @@
2029
1941
  },
2030
1942
  {
2031
1943
  "kind": "field",
2032
- "name": "buttonAppearance",
1944
+ "name": "fieldMetadata",
2033
1945
  "type": {
2034
- "text": "string"
2035
- }
1946
+ "text": "MetadataDetail[] | string[]"
1947
+ },
1948
+ "default": "[]"
2036
1949
  },
2037
1950
  {
2038
1951
  "kind": "field",
2039
- "name": "hideDisabled",
1952
+ "name": "isRecording",
2040
1953
  "type": {
2041
1954
  "text": "boolean"
2042
1955
  },
@@ -2044,102 +1957,125 @@
2044
1957
  },
2045
1958
  {
2046
1959
  "kind": "field",
2047
- "name": "hideMenuSingleOption",
1960
+ "name": "textAreaRef",
2048
1961
  "type": {
2049
- "text": "boolean"
1962
+ "text": "HTMLTextAreaElement"
2050
1963
  },
2051
- "default": "false"
1964
+ "privacy": "public"
2052
1965
  },
2053
1966
  {
2054
1967
  "kind": "field",
2055
- "name": "singleOption",
1968
+ "name": "stopRecording",
2056
1969
  "type": {
2057
- "text": "ActionMenuItem"
2058
- }
1970
+ "text": "(() => void) | null"
1971
+ },
1972
+ "privacy": "private",
1973
+ "default": "null"
2059
1974
  },
2060
1975
  {
2061
1976
  "kind": "field",
2062
- "name": "actionsMenu",
1977
+ "name": "speechApplyDebounceTimer",
2063
1978
  "type": {
2064
- "text": "HTMLElement"
2065
- }
1979
+ "text": "ReturnType<typeof setTimeout> | null"
1980
+ },
1981
+ "privacy": "private",
1982
+ "default": "null"
1983
+ },
1984
+ {
1985
+ "kind": "field",
1986
+ "name": "speechAvailable",
1987
+ "type": {
1988
+ "text": "boolean"
1989
+ },
1990
+ "readonly": true
1991
+ },
1992
+ {
1993
+ "kind": "field",
1994
+ "name": "criteriaChips",
1995
+ "type": {
1996
+ "text": "CriteriaChip[]"
1997
+ },
1998
+ "readonly": true
2066
1999
  },
2067
2000
  {
2068
2001
  "kind": "method",
2069
- "name": "definitionChanged",
2070
- "privacy": "protected",
2002
+ "name": "getFieldLabel",
2003
+ "privacy": "private",
2004
+ "return": {
2005
+ "type": {
2006
+ "text": "string"
2007
+ }
2008
+ },
2071
2009
  "parameters": [
2072
2010
  {
2073
- "name": "oldValue",
2074
- "type": {
2075
- "text": "any"
2076
- }
2077
- },
2078
- {
2079
- "name": "newValue",
2011
+ "name": "fieldName",
2080
2012
  "type": {
2081
- "text": "any"
2013
+ "text": "string"
2082
2014
  }
2083
2015
  }
2084
2016
  ]
2085
2017
  },
2086
2018
  {
2087
2019
  "kind": "method",
2088
- "name": "openChanged",
2089
- "privacy": "protected"
2090
- },
2091
- {
2092
- "kind": "method",
2093
- "name": "toggleActionsMenuVisibility"
2020
+ "name": "toggleCriteriaView",
2021
+ "return": {
2022
+ "type": {
2023
+ "text": "void"
2024
+ }
2025
+ }
2094
2026
  },
2095
2027
  {
2096
2028
  "kind": "method",
2097
- "name": "onActionMenuItemClick",
2029
+ "name": "removeChip",
2030
+ "return": {
2031
+ "type": {
2032
+ "text": "void"
2033
+ }
2034
+ },
2098
2035
  "parameters": [
2099
2036
  {
2100
- "name": "callback",
2037
+ "name": "groupIndex",
2101
2038
  "type": {
2102
- "text": "(rowData) => void | any"
2039
+ "text": "number"
2103
2040
  }
2104
- }
2041
+ },
2042
+ {
2043
+ "name": "clauseIndex",
2044
+ "type": {
2045
+ "text": "number"
2046
+ }
2047
+ }
2105
2048
  ]
2106
2049
  },
2107
2050
  {
2108
- "kind": "field",
2109
- "name": "allActions",
2110
- "type": {
2111
- "text": "ActionMenuItem[]"
2112
- },
2113
- "readonly": true
2051
+ "kind": "method",
2052
+ "name": "clearChips",
2053
+ "return": {
2054
+ "type": {
2055
+ "text": "void"
2056
+ }
2057
+ }
2114
2058
  },
2115
2059
  {
2116
- "kind": "field",
2117
- "name": "rowData",
2118
- "readonly": true
2060
+ "kind": "method",
2061
+ "name": "handleSubmit"
2119
2062
  },
2120
2063
  {
2121
2064
  "kind": "method",
2122
- "name": "getLabel",
2123
- "parameters": [
2124
- {
2125
- "name": "name",
2126
- "type": {
2127
- "text": "string | ((rowData: any) => string)"
2128
- }
2129
- }
2130
- ]
2065
+ "name": "handleBlur"
2131
2066
  },
2132
2067
  {
2133
2068
  "kind": "method",
2134
- "name": "getTemplate",
2135
- "parameters": [
2136
- {
2137
- "name": "prefix",
2138
- "type": {
2139
- "text": "string"
2140
- }
2141
- }
2142
- ]
2069
+ "name": "clear"
2070
+ },
2071
+ {
2072
+ "kind": "method",
2073
+ "name": "toggleSpeechInput"
2074
+ },
2075
+ {
2076
+ "kind": "method",
2077
+ "name": "clearSpeechApplyDebounce",
2078
+ "privacy": "private"
2143
2079
  },
2144
2080
  {
2145
2081
  "kind": "field",
@@ -2253,115 +2189,154 @@
2253
2189
  }
2254
2190
  }
2255
2191
  ],
2256
- "attributes": [
2257
- {
2258
- "name": "is-vertical",
2259
- "type": {
2260
- "text": "boolean"
2261
- },
2262
- "default": "false",
2263
- "fieldName": "isVertical"
2264
- },
2265
- {
2266
- "name": "add-default-actions",
2267
- "type": {
2268
- "text": "boolean"
2269
- },
2270
- "default": "true",
2271
- "fieldName": "addDefaultActions"
2272
- },
2273
- {
2274
- "name": "auto-close-on-action",
2275
- "type": {
2276
- "text": "boolean"
2277
- },
2278
- "default": "true",
2279
- "fieldName": "autoCloseOnAction"
2280
- },
2192
+ "events": [
2281
2193
  {
2282
- "name": "name",
2283
- "type": {
2284
- "text": "string"
2285
- },
2286
- "default": "'Actions'",
2287
- "fieldName": "name"
2194
+ "description": "Fired when interpreted criteria is applied or cleared",
2195
+ "name": "criteria-changed"
2288
2196
  },
2289
2197
  {
2290
- "name": "open",
2291
- "type": {
2292
- "text": "boolean"
2293
- },
2294
- "default": "false",
2295
- "fieldName": "open"
2296
- },
2198
+ "description": "Fired when interpreted criteria contains invalid clauses",
2199
+ "name": "validation-errors"
2200
+ }
2201
+ ],
2202
+ "attributes": [
2297
2203
  {
2298
- "name": "buttonAppearance",
2204
+ "name": "placeholder",
2299
2205
  "type": {
2300
2206
  "text": "string"
2301
2207
  },
2302
- "fieldName": "buttonAppearance"
2303
- },
2304
- {
2305
- "name": "hide-disabled",
2306
- "type": {
2307
- "text": "boolean"
2308
- },
2309
- "default": "false",
2310
- "fieldName": "hideDisabled"
2208
+ "default": "'Describe your search criteria in natural language...'",
2209
+ "fieldName": "placeholder"
2311
2210
  },
2312
2211
  {
2313
- "name": "hide-menu-single-option",
2314
2212
  "type": {
2315
2213
  "text": "boolean"
2316
2214
  },
2317
- "default": "false",
2318
- "fieldName": "hideMenuSingleOption"
2215
+ "fieldName": "disabled"
2319
2216
  }
2320
2217
  ],
2321
2218
  "superclass": {
2322
2219
  "name": "FoundationElement",
2323
2220
  "package": "@microsoft/fast-foundation"
2324
2221
  },
2325
- "tagName": "%%prefix%%-actions-menu",
2222
+ "tagName": "%%prefix%%-ai-criteria-search",
2326
2223
  "customElement": true
2327
2224
  },
2328
2225
  {
2329
2226
  "kind": "variable",
2330
- "name": "foundationActionsMenu",
2331
- "description": "The Foundation Actions Menu",
2332
- "privacy": "public"
2227
+ "name": "foundationAiCriteriaSearchShadowOptions",
2228
+ "type": {
2229
+ "text": "ShadowRootInit"
2230
+ },
2231
+ "default": "undefined"
2232
+ },
2233
+ {
2234
+ "kind": "variable",
2235
+ "name": "defaultAiCriteriaSearchConfig",
2236
+ "type": {
2237
+ "text": "object"
2238
+ },
2239
+ "default": "{}"
2240
+ },
2241
+ {
2242
+ "kind": "variable",
2243
+ "name": "foundationAiCriteriaSearch"
2333
2244
  }
2334
2245
  ],
2335
2246
  "exports": [
2336
2247
  {
2337
2248
  "kind": "js",
2338
- "name": "ActionsMenu",
2249
+ "name": "AiCriteriaSearch",
2339
2250
  "declaration": {
2340
- "name": "ActionsMenu",
2341
- "module": "src/actions-menu/actions-menu.ts"
2251
+ "name": "AiCriteriaSearch",
2252
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2342
2253
  }
2343
2254
  },
2344
2255
  {
2345
2256
  "kind": "js",
2346
- "name": "foundationActionsMenu",
2257
+ "name": "foundationAiCriteriaSearchShadowOptions",
2347
2258
  "declaration": {
2348
- "name": "foundationActionsMenu",
2349
- "module": "src/actions-menu/actions-menu.ts"
2259
+ "name": "foundationAiCriteriaSearchShadowOptions",
2260
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2261
+ }
2262
+ },
2263
+ {
2264
+ "kind": "js",
2265
+ "name": "defaultAiCriteriaSearchConfig",
2266
+ "declaration": {
2267
+ "name": "defaultAiCriteriaSearchConfig",
2268
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2269
+ }
2270
+ },
2271
+ {
2272
+ "kind": "js",
2273
+ "name": "foundationAiCriteriaSearch",
2274
+ "declaration": {
2275
+ "name": "foundationAiCriteriaSearch",
2276
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2350
2277
  }
2351
2278
  }
2352
2279
  ]
2353
2280
  },
2354
2281
  {
2355
2282
  "kind": "javascript-module",
2356
- "path": "src/actions-menu/index.ts",
2283
+ "path": "src/ai-criteria-search/index.ts",
2357
2284
  "declarations": [],
2358
2285
  "exports": [
2286
+ {
2287
+ "kind": "js",
2288
+ "name": "AiCriteriaSearch",
2289
+ "declaration": {
2290
+ "name": "AiCriteriaSearch",
2291
+ "module": "./ai-criteria-search"
2292
+ }
2293
+ },
2294
+ {
2295
+ "kind": "js",
2296
+ "name": "defaultAiCriteriaSearchConfig",
2297
+ "declaration": {
2298
+ "name": "defaultAiCriteriaSearchConfig",
2299
+ "module": "./ai-criteria-search"
2300
+ }
2301
+ },
2302
+ {
2303
+ "kind": "js",
2304
+ "name": "foundationAiCriteriaSearch",
2305
+ "declaration": {
2306
+ "name": "foundationAiCriteriaSearch",
2307
+ "module": "./ai-criteria-search"
2308
+ }
2309
+ },
2310
+ {
2311
+ "kind": "js",
2312
+ "name": "foundationAiCriteriaSearchShadowOptions",
2313
+ "declaration": {
2314
+ "name": "foundationAiCriteriaSearchShadowOptions",
2315
+ "module": "./ai-criteria-search"
2316
+ }
2317
+ },
2318
+ {
2319
+ "kind": "js",
2320
+ "name": "foundationAiCriteriaSearchStyles",
2321
+ "declaration": {
2322
+ "name": "foundationAiCriteriaSearchStyles",
2323
+ "module": "./ai-criteria-search.styles"
2324
+ }
2325
+ },
2326
+ {
2327
+ "kind": "js",
2328
+ "name": "foundationAiCriteriaSearchTemplate",
2329
+ "declaration": {
2330
+ "name": "foundationAiCriteriaSearchTemplate",
2331
+ "module": "./ai-criteria-search.template"
2332
+ }
2333
+ },
2359
2334
  {
2360
2335
  "kind": "js",
2361
2336
  "name": "*",
2362
2337
  "declaration": {
2363
2338
  "name": "*",
2364
- "package": "./actions-menu.styles"
2339
+ "package": "./validation/criteria-ir"
2365
2340
  }
2366
2341
  },
2367
2342
  {
@@ -2369,7 +2344,7 @@
2369
2344
  "name": "*",
2370
2345
  "declaration": {
2371
2346
  "name": "*",
2372
- "package": "./actions-menu.template"
2347
+ "package": "./validation/operator-map"
2373
2348
  }
2374
2349
  },
2375
2350
  {
@@ -2377,60 +2352,119 @@
2377
2352
  "name": "*",
2378
2353
  "declaration": {
2379
2354
  "name": "*",
2380
- "package": "./actions-menu"
2355
+ "package": "./validation/schema-validator"
2381
2356
  }
2382
2357
  }
2383
2358
  ]
2384
2359
  },
2385
2360
  {
2386
2361
  "kind": "javascript-module",
2387
- "path": "src/accordion/accordion.styles.ts",
2362
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
2388
2363
  "declarations": [
2389
2364
  {
2390
2365
  "kind": "function",
2391
- "name": "foundationAccordionStyles",
2366
+ "name": "formatValidationErrors",
2392
2367
  "return": {
2393
2368
  "type": {
2394
- "text": "ElementStyles"
2369
+ "text": "string"
2395
2370
  }
2396
2371
  },
2397
2372
  "parameters": [
2398
2373
  {
2399
- "name": "context",
2374
+ "name": "errors",
2400
2375
  "type": {
2401
- "text": "ElementDefinitionContext"
2376
+ "text": "ValidationError[]"
2402
2377
  }
2378
+ }
2379
+ ],
2380
+ "description": "Formats validation errors into a user-friendly message."
2381
+ },
2382
+ {
2383
+ "kind": "function",
2384
+ "name": "showCriteriaError",
2385
+ "return": {
2386
+ "type": {
2387
+ "text": "void"
2388
+ }
2389
+ },
2390
+ "parameters": [
2391
+ {
2392
+ "name": "title",
2393
+ "type": {
2394
+ "text": "string"
2395
+ },
2396
+ "description": "Notification title (e.g. \"Criteria validation error\")"
2403
2397
  },
2404
2398
  {
2405
- "name": "definition",
2399
+ "name": "body",
2406
2400
  "type": {
2407
- "text": "FoundationElementDefinition"
2408
- }
2401
+ "text": "string"
2402
+ },
2403
+ "description": "Error message to display"
2404
+ },
2405
+ {
2406
+ "name": "tagName",
2407
+ "type": {
2408
+ "text": "string"
2409
+ },
2410
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2409
2411
  }
2410
- ]
2412
+ ],
2413
+ "description": "Shows a criteria error as a toast notification."
2411
2414
  }
2412
2415
  ],
2413
2416
  "exports": [
2414
2417
  {
2415
2418
  "kind": "js",
2416
- "name": "foundationAccordionStyles",
2419
+ "name": "formatValidationErrors",
2417
2420
  "declaration": {
2418
- "name": "foundationAccordionStyles",
2419
- "module": "src/accordion/accordion.styles.ts"
2421
+ "name": "formatValidationErrors",
2422
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2423
+ }
2424
+ },
2425
+ {
2426
+ "kind": "js",
2427
+ "name": "showCriteriaError",
2428
+ "declaration": {
2429
+ "name": "showCriteriaError",
2430
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2420
2431
  }
2421
2432
  }
2422
2433
  ]
2423
2434
  },
2424
2435
  {
2425
2436
  "kind": "javascript-module",
2426
- "path": "src/accordion/accordion.template.ts",
2437
+ "path": "src/actions-menu/actions-menu.styles.ts",
2427
2438
  "declarations": [
2428
2439
  {
2429
2440
  "kind": "function",
2430
- "name": "foundationAccordionTemplate",
2441
+ "name": "actionsMenuBaseStyles",
2431
2442
  "return": {
2432
2443
  "type": {
2433
- "text": "ViewTemplate<Accordion>"
2444
+ "text": "ElementStyles"
2445
+ }
2446
+ },
2447
+ "parameters": [
2448
+ {
2449
+ "name": "context",
2450
+ "type": {
2451
+ "text": "ElementDefinitionContext"
2452
+ }
2453
+ },
2454
+ {
2455
+ "name": "definition",
2456
+ "type": {
2457
+ "text": "FoundationElementDefinition"
2458
+ }
2459
+ }
2460
+ ]
2461
+ },
2462
+ {
2463
+ "kind": "function",
2464
+ "name": "foundationActionsMenuStyles",
2465
+ "return": {
2466
+ "type": {
2467
+ "text": "ElementStyles"
2434
2468
  }
2435
2469
  },
2436
2470
  "parameters": [
@@ -2452,238 +2486,269 @@
2452
2486
  "exports": [
2453
2487
  {
2454
2488
  "kind": "js",
2455
- "name": "foundationAccordionTemplate",
2489
+ "name": "actionsMenuBaseStyles",
2456
2490
  "declaration": {
2457
- "name": "foundationAccordionTemplate",
2458
- "module": "src/accordion/accordion.template.ts"
2491
+ "name": "actionsMenuBaseStyles",
2492
+ "module": "src/actions-menu/actions-menu.styles.ts"
2493
+ }
2494
+ },
2495
+ {
2496
+ "kind": "js",
2497
+ "name": "foundationActionsMenuStyles",
2498
+ "declaration": {
2499
+ "name": "foundationActionsMenuStyles",
2500
+ "module": "src/actions-menu/actions-menu.styles.ts"
2459
2501
  }
2460
2502
  }
2461
2503
  ]
2462
2504
  },
2463
2505
  {
2464
2506
  "kind": "javascript-module",
2465
- "path": "src/accordion/accordion.ts",
2507
+ "path": "src/actions-menu/actions-menu.template.ts",
2466
2508
  "declarations": [
2467
2509
  {
2468
- "kind": "class",
2469
- "description": "",
2470
- "name": "Accordion",
2471
- "superclass": {
2472
- "name": "FASTAccordion",
2473
- "package": "@microsoft/fast-foundation"
2474
- },
2475
- "tagName": "%%prefix%%-accordion",
2476
- "customElement": true,
2477
- "attributes": [
2510
+ "kind": "function",
2511
+ "name": "menuTemplate",
2512
+ "parameters": [
2478
2513
  {
2479
- "name": "expand-mode",
2514
+ "name": "prefix",
2480
2515
  "type": {
2481
- "text": "AccordionExpandMode"
2482
- },
2483
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2484
- "fieldName": "expandmode",
2485
- "inheritedFrom": {
2486
- "name": "Accordion",
2487
- "module": "src/accordion/accordion.ts"
2516
+ "text": "string"
2488
2517
  }
2489
2518
  }
2490
- ],
2519
+ ]
2520
+ },
2521
+ {
2522
+ "kind": "function",
2523
+ "name": "singleOptionTemplate",
2524
+ "parameters": [
2525
+ {
2526
+ "name": "prefix",
2527
+ "type": {
2528
+ "text": "string"
2529
+ }
2530
+ }
2531
+ ]
2532
+ },
2533
+ {
2534
+ "kind": "variable",
2535
+ "name": "foundationActionsMenuTemplate",
2536
+ "type": {
2537
+ "text": "ViewTemplate<ActionsMenu>"
2538
+ },
2539
+ "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`"
2540
+ }
2541
+ ],
2542
+ "exports": [
2543
+ {
2544
+ "kind": "js",
2545
+ "name": "menuTemplate",
2546
+ "declaration": {
2547
+ "name": "menuTemplate",
2548
+ "module": "src/actions-menu/actions-menu.template.ts"
2549
+ }
2550
+ },
2551
+ {
2552
+ "kind": "js",
2553
+ "name": "singleOptionTemplate",
2554
+ "declaration": {
2555
+ "name": "singleOptionTemplate",
2556
+ "module": "src/actions-menu/actions-menu.template.ts"
2557
+ }
2558
+ },
2559
+ {
2560
+ "kind": "js",
2561
+ "name": "foundationActionsMenuTemplate",
2562
+ "declaration": {
2563
+ "name": "foundationActionsMenuTemplate",
2564
+ "module": "src/actions-menu/actions-menu.template.ts"
2565
+ }
2566
+ }
2567
+ ]
2568
+ },
2569
+ {
2570
+ "kind": "javascript-module",
2571
+ "path": "src/actions-menu/actions-menu.ts",
2572
+ "declarations": [
2573
+ {
2574
+ "kind": "class",
2575
+ "description": "",
2576
+ "name": "ActionsMenu",
2491
2577
  "members": [
2492
2578
  {
2493
2579
  "kind": "field",
2494
- "name": "expandmode",
2580
+ "name": "actions",
2495
2581
  "type": {
2496
- "text": "AccordionExpandMode"
2497
- },
2498
- "privacy": "public",
2499
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2500
- "inheritedFrom": {
2501
- "name": "Accordion",
2502
- "module": "src/accordion/accordion.ts"
2582
+ "text": "ActionMenuItem[]"
2503
2583
  }
2504
2584
  },
2505
2585
  {
2506
2586
  "kind": "field",
2507
- "name": "activeid",
2587
+ "name": "isVertical",
2508
2588
  "type": {
2509
- "text": "string | null"
2589
+ "text": "boolean"
2510
2590
  },
2511
- "privacy": "private",
2512
- "inheritedFrom": {
2513
- "name": "Accordion",
2514
- "module": "src/accordion/accordion.ts"
2515
- }
2591
+ "default": "false"
2516
2592
  },
2517
2593
  {
2518
2594
  "kind": "field",
2519
- "name": "activeItemIndex",
2595
+ "name": "addDefaultActions",
2520
2596
  "type": {
2521
- "text": "number"
2597
+ "text": "boolean"
2522
2598
  },
2523
- "privacy": "private",
2524
- "default": "0",
2525
- "inheritedFrom": {
2526
- "name": "Accordion",
2527
- "module": "src/accordion/accordion.ts"
2528
- }
2599
+ "default": "true"
2529
2600
  },
2530
2601
  {
2531
2602
  "kind": "field",
2532
- "name": "accordionIds",
2603
+ "name": "autoCloseOnAction",
2533
2604
  "type": {
2534
- "text": "Array<string | null>"
2605
+ "text": "boolean"
2535
2606
  },
2536
- "privacy": "private",
2537
- "inheritedFrom": {
2538
- "name": "Accordion",
2539
- "module": "src/accordion/accordion.ts"
2540
- }
2607
+ "default": "true"
2541
2608
  },
2542
2609
  {
2543
2610
  "kind": "field",
2544
- "name": "change",
2545
- "privacy": "private",
2546
- "inheritedFrom": {
2547
- "name": "Accordion",
2548
- "module": "src/accordion/accordion.ts"
2611
+ "name": "classNames",
2612
+ "type": {
2613
+ "text": "string"
2549
2614
  }
2550
2615
  },
2551
2616
  {
2552
- "kind": "method",
2553
- "name": "findExpandedItem",
2554
- "privacy": "private",
2555
- "return": {
2556
- "type": {
2557
- "text": "AccordionItem | null"
2558
- }
2559
- },
2560
- "inheritedFrom": {
2561
- "name": "Accordion",
2562
- "module": "src/accordion/accordion.ts"
2617
+ "kind": "field",
2618
+ "name": "definition",
2619
+ "type": {
2620
+ "text": "any"
2563
2621
  }
2564
2622
  },
2565
2623
  {
2566
2624
  "kind": "field",
2567
- "name": "setItems",
2568
- "privacy": "private",
2569
- "inheritedFrom": {
2570
- "name": "Accordion",
2571
- "module": "src/accordion/accordion.ts"
2572
- }
2625
+ "name": "name",
2626
+ "type": {
2627
+ "text": "string"
2628
+ },
2629
+ "default": "'Actions'"
2573
2630
  },
2574
2631
  {
2575
- "kind": "method",
2576
- "name": "resetItems",
2577
- "privacy": "private",
2578
- "return": {
2579
- "type": {
2580
- "text": "void"
2581
- }
2632
+ "kind": "field",
2633
+ "name": "open",
2634
+ "type": {
2635
+ "text": "boolean"
2582
2636
  },
2583
- "inheritedFrom": {
2584
- "name": "Accordion",
2585
- "module": "src/accordion/accordion.ts"
2586
- }
2637
+ "default": "false"
2587
2638
  },
2588
2639
  {
2589
2640
  "kind": "field",
2590
- "name": "removeItemListeners",
2591
- "privacy": "private",
2592
- "inheritedFrom": {
2593
- "name": "Accordion",
2594
- "module": "src/accordion/accordion.ts"
2641
+ "name": "buttonAppearance",
2642
+ "type": {
2643
+ "text": "string"
2595
2644
  }
2596
2645
  },
2597
2646
  {
2598
2647
  "kind": "field",
2599
- "name": "activeItemChange",
2600
- "privacy": "private",
2601
- "inheritedFrom": {
2602
- "name": "Accordion",
2603
- "module": "src/accordion/accordion.ts"
2648
+ "name": "hideDisabled",
2649
+ "type": {
2650
+ "text": "boolean"
2651
+ },
2652
+ "default": "false"
2653
+ },
2654
+ {
2655
+ "kind": "field",
2656
+ "name": "hideMenuSingleOption",
2657
+ "type": {
2658
+ "text": "boolean"
2659
+ },
2660
+ "default": "false"
2661
+ },
2662
+ {
2663
+ "kind": "field",
2664
+ "name": "singleOption",
2665
+ "type": {
2666
+ "text": "ActionMenuItem"
2667
+ }
2668
+ },
2669
+ {
2670
+ "kind": "field",
2671
+ "name": "actionsMenu",
2672
+ "type": {
2673
+ "text": "HTMLElement"
2604
2674
  }
2605
2675
  },
2606
2676
  {
2607
2677
  "kind": "method",
2608
- "name": "getItemIds",
2609
- "privacy": "private",
2610
- "return": {
2611
- "type": {
2612
- "text": "Array<string | null>"
2678
+ "name": "definitionChanged",
2679
+ "privacy": "protected",
2680
+ "parameters": [
2681
+ {
2682
+ "name": "oldValue",
2683
+ "type": {
2684
+ "text": "any"
2685
+ }
2686
+ },
2687
+ {
2688
+ "name": "newValue",
2689
+ "type": {
2690
+ "text": "any"
2691
+ }
2613
2692
  }
2614
- },
2615
- "inheritedFrom": {
2616
- "name": "Accordion",
2617
- "module": "src/accordion/accordion.ts"
2618
- }
2693
+ ]
2619
2694
  },
2620
2695
  {
2621
2696
  "kind": "method",
2622
- "name": "isSingleExpandMode",
2623
- "privacy": "private",
2624
- "return": {
2625
- "type": {
2626
- "text": "boolean"
2697
+ "name": "openChanged",
2698
+ "privacy": "protected"
2699
+ },
2700
+ {
2701
+ "kind": "method",
2702
+ "name": "toggleActionsMenuVisibility"
2703
+ },
2704
+ {
2705
+ "kind": "method",
2706
+ "name": "onActionMenuItemClick",
2707
+ "parameters": [
2708
+ {
2709
+ "name": "callback",
2710
+ "type": {
2711
+ "text": "(rowData) => void | any"
2712
+ }
2627
2713
  }
2628
- },
2629
- "inheritedFrom": {
2630
- "name": "Accordion",
2631
- "module": "src/accordion/accordion.ts"
2632
- }
2714
+ ]
2633
2715
  },
2634
2716
  {
2635
2717
  "kind": "field",
2636
- "name": "handleItemKeyDown",
2637
- "privacy": "private",
2638
- "inheritedFrom": {
2639
- "name": "Accordion",
2640
- "module": "src/accordion/accordion.ts"
2641
- }
2718
+ "name": "allActions",
2719
+ "type": {
2720
+ "text": "ActionMenuItem[]"
2721
+ },
2722
+ "readonly": true
2642
2723
  },
2643
2724
  {
2644
2725
  "kind": "field",
2645
- "name": "handleItemFocus",
2646
- "privacy": "private",
2647
- "inheritedFrom": {
2648
- "name": "Accordion",
2649
- "module": "src/accordion/accordion.ts"
2650
- }
2726
+ "name": "rowData",
2727
+ "readonly": true
2651
2728
  },
2652
2729
  {
2653
2730
  "kind": "method",
2654
- "name": "adjust",
2655
- "privacy": "private",
2656
- "return": {
2657
- "type": {
2658
- "text": "void"
2659
- }
2660
- },
2731
+ "name": "getLabel",
2661
2732
  "parameters": [
2662
2733
  {
2663
- "name": "adjustment",
2734
+ "name": "name",
2664
2735
  "type": {
2665
- "text": "number"
2736
+ "text": "string | ((rowData: any) => string)"
2666
2737
  }
2667
2738
  }
2668
- ],
2669
- "inheritedFrom": {
2670
- "name": "Accordion",
2671
- "module": "src/accordion/accordion.ts"
2672
- }
2739
+ ]
2673
2740
  },
2674
2741
  {
2675
2742
  "kind": "method",
2676
- "name": "focusItem",
2677
- "privacy": "private",
2678
- "return": {
2679
- "type": {
2680
- "text": "void"
2743
+ "name": "getTemplate",
2744
+ "parameters": [
2745
+ {
2746
+ "name": "prefix",
2747
+ "type": {
2748
+ "text": "string"
2749
+ }
2681
2750
  }
2682
- },
2683
- "inheritedFrom": {
2684
- "name": "Accordion",
2685
- "module": "src/accordion/accordion.ts"
2686
- }
2751
+ ]
2687
2752
  },
2688
2753
  {
2689
2754
  "kind": "field",
@@ -2797,86 +2862,115 @@
2797
2862
  }
2798
2863
  }
2799
2864
  ],
2800
- "events": [
2865
+ "attributes": [
2801
2866
  {
2802
- "description": "Fires a custom 'change' event when the active item changes",
2803
- "name": "change",
2804
- "inheritedFrom": {
2805
- "name": "Accordion",
2806
- "module": "src/accordion/accordion.ts"
2807
- }
2867
+ "name": "is-vertical",
2868
+ "type": {
2869
+ "text": "boolean"
2870
+ },
2871
+ "default": "false",
2872
+ "fieldName": "isVertical"
2873
+ },
2874
+ {
2875
+ "name": "add-default-actions",
2876
+ "type": {
2877
+ "text": "boolean"
2878
+ },
2879
+ "default": "true",
2880
+ "fieldName": "addDefaultActions"
2881
+ },
2882
+ {
2883
+ "name": "auto-close-on-action",
2884
+ "type": {
2885
+ "text": "boolean"
2886
+ },
2887
+ "default": "true",
2888
+ "fieldName": "autoCloseOnAction"
2889
+ },
2890
+ {
2891
+ "name": "name",
2892
+ "type": {
2893
+ "text": "string"
2894
+ },
2895
+ "default": "'Actions'",
2896
+ "fieldName": "name"
2897
+ },
2898
+ {
2899
+ "name": "open",
2900
+ "type": {
2901
+ "text": "boolean"
2902
+ },
2903
+ "default": "false",
2904
+ "fieldName": "open"
2905
+ },
2906
+ {
2907
+ "name": "buttonAppearance",
2908
+ "type": {
2909
+ "text": "string"
2910
+ },
2911
+ "fieldName": "buttonAppearance"
2912
+ },
2913
+ {
2914
+ "name": "hide-disabled",
2915
+ "type": {
2916
+ "text": "boolean"
2917
+ },
2918
+ "default": "false",
2919
+ "fieldName": "hideDisabled"
2920
+ },
2921
+ {
2922
+ "name": "hide-menu-single-option",
2923
+ "type": {
2924
+ "text": "boolean"
2925
+ },
2926
+ "default": "false",
2927
+ "fieldName": "hideMenuSingleOption"
2808
2928
  }
2809
- ]
2810
- },
2811
- {
2812
- "kind": "variable",
2813
- "name": "foundationAccordionShadowOptions",
2814
- "type": {
2815
- "text": "ShadowRootInit"
2816
- },
2817
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2818
- },
2819
- {
2820
- "kind": "variable",
2821
- "name": "defaultAccordionConfig",
2822
- "type": {
2823
- "text": "object"
2929
+ ],
2930
+ "superclass": {
2931
+ "name": "FoundationElement",
2932
+ "package": "@microsoft/fast-foundation"
2824
2933
  },
2825
- "default": "{}"
2934
+ "tagName": "%%prefix%%-actions-menu",
2935
+ "customElement": true
2826
2936
  },
2827
2937
  {
2828
2938
  "kind": "variable",
2829
- "name": "foundationAccordion",
2830
- "description": "The Foundation Accordion",
2939
+ "name": "foundationActionsMenu",
2940
+ "description": "The Foundation Actions Menu",
2831
2941
  "privacy": "public"
2832
2942
  }
2833
2943
  ],
2834
2944
  "exports": [
2835
2945
  {
2836
2946
  "kind": "js",
2837
- "name": "Accordion",
2947
+ "name": "ActionsMenu",
2838
2948
  "declaration": {
2839
- "name": "Accordion",
2840
- "module": "src/accordion/accordion.ts"
2949
+ "name": "ActionsMenu",
2950
+ "module": "src/actions-menu/actions-menu.ts"
2841
2951
  }
2842
2952
  },
2843
2953
  {
2844
2954
  "kind": "js",
2845
- "name": "foundationAccordionShadowOptions",
2955
+ "name": "foundationActionsMenu",
2846
2956
  "declaration": {
2847
- "name": "foundationAccordionShadowOptions",
2848
- "module": "src/accordion/accordion.ts"
2957
+ "name": "foundationActionsMenu",
2958
+ "module": "src/actions-menu/actions-menu.ts"
2849
2959
  }
2850
- },
2960
+ }
2961
+ ]
2962
+ },
2963
+ {
2964
+ "kind": "javascript-module",
2965
+ "path": "src/actions-menu/index.ts",
2966
+ "declarations": [],
2967
+ "exports": [
2851
2968
  {
2852
2969
  "kind": "js",
2853
- "name": "defaultAccordionConfig",
2854
- "declaration": {
2855
- "name": "defaultAccordionConfig",
2856
- "module": "src/accordion/accordion.ts"
2857
- }
2858
- },
2859
- {
2860
- "kind": "js",
2861
- "name": "foundationAccordion",
2862
- "declaration": {
2863
- "name": "foundationAccordion",
2864
- "module": "src/accordion/accordion.ts"
2865
- }
2866
- }
2867
- ]
2868
- },
2869
- {
2870
- "kind": "javascript-module",
2871
- "path": "src/accordion/index.ts",
2872
- "declarations": [],
2873
- "exports": [
2874
- {
2875
- "kind": "js",
2876
- "name": "*",
2970
+ "name": "*",
2877
2971
  "declaration": {
2878
2972
  "name": "*",
2879
- "package": "./accordion.template"
2973
+ "package": "./actions-menu.styles"
2880
2974
  }
2881
2975
  },
2882
2976
  {
@@ -2884,7 +2978,7 @@
2884
2978
  "name": "*",
2885
2979
  "declaration": {
2886
2980
  "name": "*",
2887
- "package": "./accordion.styles"
2981
+ "package": "./actions-menu.template"
2888
2982
  }
2889
2983
  },
2890
2984
  {
@@ -2892,215 +2986,282 @@
2892
2986
  "name": "*",
2893
2987
  "declaration": {
2894
2988
  "name": "*",
2895
- "package": "./accordion"
2989
+ "package": "./actions-menu"
2896
2990
  }
2897
2991
  }
2898
2992
  ]
2899
2993
  },
2900
2994
  {
2901
2995
  "kind": "javascript-module",
2902
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2996
+ "path": "src/accordion/accordion.styles.ts",
2903
2997
  "declarations": [
2904
2998
  {
2905
- "kind": "variable",
2906
- "name": "foundationAiCriteriaSearchStyles",
2907
- "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
2999
+ "kind": "function",
3000
+ "name": "foundationAccordionStyles",
3001
+ "return": {
3002
+ "type": {
3003
+ "text": "ElementStyles"
3004
+ }
3005
+ },
3006
+ "parameters": [
3007
+ {
3008
+ "name": "context",
3009
+ "type": {
3010
+ "text": "ElementDefinitionContext"
3011
+ }
3012
+ },
3013
+ {
3014
+ "name": "definition",
3015
+ "type": {
3016
+ "text": "FoundationElementDefinition"
3017
+ }
3018
+ }
3019
+ ]
2908
3020
  }
2909
3021
  ],
2910
3022
  "exports": [
2911
3023
  {
2912
3024
  "kind": "js",
2913
- "name": "foundationAiCriteriaSearchStyles",
3025
+ "name": "foundationAccordionStyles",
2914
3026
  "declaration": {
2915
- "name": "foundationAiCriteriaSearchStyles",
2916
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
3027
+ "name": "foundationAccordionStyles",
3028
+ "module": "src/accordion/accordion.styles.ts"
2917
3029
  }
2918
3030
  }
2919
3031
  ]
2920
3032
  },
2921
3033
  {
2922
3034
  "kind": "javascript-module",
2923
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
3035
+ "path": "src/accordion/accordion.template.ts",
2924
3036
  "declarations": [
2925
3037
  {
2926
- "kind": "variable",
2927
- "name": "foundationAiCriteriaSearchTemplate",
2928
- "type": {
2929
- "text": "ViewTemplate<AiCriteriaSearch>"
3038
+ "kind": "function",
3039
+ "name": "foundationAccordionTemplate",
3040
+ "return": {
3041
+ "type": {
3042
+ "text": "ViewTemplate<Accordion>"
3043
+ }
2930
3044
  },
2931
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
3045
+ "parameters": [
3046
+ {
3047
+ "name": "context",
3048
+ "type": {
3049
+ "text": "ElementDefinitionContext"
3050
+ }
3051
+ },
3052
+ {
3053
+ "name": "definition",
3054
+ "type": {
3055
+ "text": "FoundationElementDefinition"
3056
+ }
3057
+ }
3058
+ ]
2932
3059
  }
2933
3060
  ],
2934
3061
  "exports": [
2935
3062
  {
2936
3063
  "kind": "js",
2937
- "name": "foundationAiCriteriaSearchTemplate",
3064
+ "name": "foundationAccordionTemplate",
2938
3065
  "declaration": {
2939
- "name": "foundationAiCriteriaSearchTemplate",
2940
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
3066
+ "name": "foundationAccordionTemplate",
3067
+ "module": "src/accordion/accordion.template.ts"
2941
3068
  }
2942
3069
  }
2943
3070
  ]
2944
3071
  },
2945
3072
  {
2946
3073
  "kind": "javascript-module",
2947
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
3074
+ "path": "src/accordion/accordion.ts",
2948
3075
  "declarations": [
2949
3076
  {
2950
3077
  "kind": "class",
2951
- "description": "Natural-language criteria search input with AI interpretation.",
2952
- "name": "AiCriteriaSearch",
2953
- "members": [
2954
- {
2955
- "kind": "field",
2956
- "name": "providerRegistry",
2957
- "type": {
2958
- "text": "AIProviderRegistry"
2959
- }
2960
- },
3078
+ "description": "",
3079
+ "name": "Accordion",
3080
+ "superclass": {
3081
+ "name": "FASTAccordion",
3082
+ "package": "@microsoft/fast-foundation"
3083
+ },
3084
+ "tagName": "%%prefix%%-accordion",
3085
+ "customElement": true,
3086
+ "attributes": [
2961
3087
  {
2962
- "kind": "field",
2963
- "name": "placeholder",
3088
+ "name": "expand-mode",
2964
3089
  "type": {
2965
- "text": "string"
3090
+ "text": "AccordionExpandMode"
2966
3091
  },
2967
- "default": "'Describe your search criteria in natural language...'"
2968
- },
2969
- {
2970
- "kind": "field",
2971
- "name": "disabled",
2972
- "type": {
2973
- "text": "boolean"
3092
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3093
+ "fieldName": "expandmode",
3094
+ "inheritedFrom": {
3095
+ "name": "Accordion",
3096
+ "module": "src/accordion/accordion.ts"
2974
3097
  }
2975
- },
2976
- {
2977
- "kind": "field",
2978
- "name": "inputValue",
2979
- "type": {
2980
- "text": "string"
2981
- },
2982
- "default": "''"
2983
- },
3098
+ }
3099
+ ],
3100
+ "members": [
2984
3101
  {
2985
3102
  "kind": "field",
2986
- "name": "isInterpreting",
3103
+ "name": "expandmode",
2987
3104
  "type": {
2988
- "text": "boolean"
3105
+ "text": "AccordionExpandMode"
2989
3106
  },
2990
- "default": "false"
3107
+ "privacy": "public",
3108
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3109
+ "inheritedFrom": {
3110
+ "name": "Accordion",
3111
+ "module": "src/accordion/accordion.ts"
3112
+ }
2991
3113
  },
2992
3114
  {
2993
3115
  "kind": "field",
2994
- "name": "lastValidCriteria",
3116
+ "name": "activeid",
2995
3117
  "type": {
2996
3118
  "text": "string | null"
2997
3119
  },
2998
- "default": "null"
2999
- },
3000
- {
3001
- "kind": "field",
3002
- "name": "activeGroups",
3003
- "type": {
3004
- "text": "CriteriaGroup[]"
3005
- },
3006
- "default": "[]"
3120
+ "privacy": "private",
3121
+ "inheritedFrom": {
3122
+ "name": "Accordion",
3123
+ "module": "src/accordion/accordion.ts"
3124
+ }
3007
3125
  },
3008
3126
  {
3009
3127
  "kind": "field",
3010
- "name": "showingChips",
3128
+ "name": "activeItemIndex",
3011
3129
  "type": {
3012
- "text": "boolean"
3130
+ "text": "number"
3013
3131
  },
3014
- "default": "false"
3132
+ "privacy": "private",
3133
+ "default": "0",
3134
+ "inheritedFrom": {
3135
+ "name": "Accordion",
3136
+ "module": "src/accordion/accordion.ts"
3137
+ }
3015
3138
  },
3016
3139
  {
3017
3140
  "kind": "field",
3018
- "name": "fieldMetadata",
3141
+ "name": "accordionIds",
3019
3142
  "type": {
3020
- "text": "MetadataDetail[] | string[]"
3143
+ "text": "Array<string | null>"
3021
3144
  },
3022
- "default": "[]"
3145
+ "privacy": "private",
3146
+ "inheritedFrom": {
3147
+ "name": "Accordion",
3148
+ "module": "src/accordion/accordion.ts"
3149
+ }
3023
3150
  },
3024
3151
  {
3025
3152
  "kind": "field",
3026
- "name": "isRecording",
3027
- "type": {
3028
- "text": "boolean"
3029
- },
3030
- "default": "false"
3153
+ "name": "change",
3154
+ "privacy": "private",
3155
+ "inheritedFrom": {
3156
+ "name": "Accordion",
3157
+ "module": "src/accordion/accordion.ts"
3158
+ }
3031
3159
  },
3032
3160
  {
3033
- "kind": "field",
3034
- "name": "textAreaRef",
3035
- "type": {
3036
- "text": "HTMLTextAreaElement"
3161
+ "kind": "method",
3162
+ "name": "findExpandedItem",
3163
+ "privacy": "private",
3164
+ "return": {
3165
+ "type": {
3166
+ "text": "AccordionItem | null"
3167
+ }
3037
3168
  },
3038
- "privacy": "public"
3169
+ "inheritedFrom": {
3170
+ "name": "Accordion",
3171
+ "module": "src/accordion/accordion.ts"
3172
+ }
3039
3173
  },
3040
3174
  {
3041
3175
  "kind": "field",
3042
- "name": "stopRecording",
3043
- "type": {
3044
- "text": "(() => void) | null"
3045
- },
3176
+ "name": "setItems",
3046
3177
  "privacy": "private",
3047
- "default": "null"
3178
+ "inheritedFrom": {
3179
+ "name": "Accordion",
3180
+ "module": "src/accordion/accordion.ts"
3181
+ }
3048
3182
  },
3049
3183
  {
3050
- "kind": "field",
3051
- "name": "speechApplyDebounceTimer",
3052
- "type": {
3053
- "text": "ReturnType<typeof setTimeout> | null"
3054
- },
3184
+ "kind": "method",
3185
+ "name": "resetItems",
3055
3186
  "privacy": "private",
3056
- "default": "null"
3187
+ "return": {
3188
+ "type": {
3189
+ "text": "void"
3190
+ }
3191
+ },
3192
+ "inheritedFrom": {
3193
+ "name": "Accordion",
3194
+ "module": "src/accordion/accordion.ts"
3195
+ }
3057
3196
  },
3058
3197
  {
3059
3198
  "kind": "field",
3060
- "name": "speechAvailable",
3061
- "type": {
3062
- "text": "boolean"
3063
- },
3064
- "readonly": true
3199
+ "name": "removeItemListeners",
3200
+ "privacy": "private",
3201
+ "inheritedFrom": {
3202
+ "name": "Accordion",
3203
+ "module": "src/accordion/accordion.ts"
3204
+ }
3065
3205
  },
3066
3206
  {
3067
3207
  "kind": "field",
3068
- "name": "criteriaChips",
3069
- "type": {
3070
- "text": "CriteriaChip[]"
3071
- },
3072
- "readonly": true
3208
+ "name": "activeItemChange",
3209
+ "privacy": "private",
3210
+ "inheritedFrom": {
3211
+ "name": "Accordion",
3212
+ "module": "src/accordion/accordion.ts"
3213
+ }
3073
3214
  },
3074
3215
  {
3075
3216
  "kind": "method",
3076
- "name": "getFieldLabel",
3217
+ "name": "getItemIds",
3077
3218
  "privacy": "private",
3078
3219
  "return": {
3079
3220
  "type": {
3080
- "text": "string"
3221
+ "text": "Array<string | null>"
3081
3222
  }
3082
3223
  },
3083
- "parameters": [
3084
- {
3085
- "name": "fieldName",
3086
- "type": {
3087
- "text": "string"
3088
- }
3089
- }
3090
- ]
3224
+ "inheritedFrom": {
3225
+ "name": "Accordion",
3226
+ "module": "src/accordion/accordion.ts"
3227
+ }
3091
3228
  },
3092
3229
  {
3093
3230
  "kind": "method",
3094
- "name": "toggleCriteriaView",
3231
+ "name": "isSingleExpandMode",
3232
+ "privacy": "private",
3095
3233
  "return": {
3096
3234
  "type": {
3097
- "text": "void"
3235
+ "text": "boolean"
3098
3236
  }
3237
+ },
3238
+ "inheritedFrom": {
3239
+ "name": "Accordion",
3240
+ "module": "src/accordion/accordion.ts"
3241
+ }
3242
+ },
3243
+ {
3244
+ "kind": "field",
3245
+ "name": "handleItemKeyDown",
3246
+ "privacy": "private",
3247
+ "inheritedFrom": {
3248
+ "name": "Accordion",
3249
+ "module": "src/accordion/accordion.ts"
3250
+ }
3251
+ },
3252
+ {
3253
+ "kind": "field",
3254
+ "name": "handleItemFocus",
3255
+ "privacy": "private",
3256
+ "inheritedFrom": {
3257
+ "name": "Accordion",
3258
+ "module": "src/accordion/accordion.ts"
3099
3259
  }
3100
3260
  },
3101
3261
  {
3102
3262
  "kind": "method",
3103
- "name": "removeChip",
3263
+ "name": "adjust",
3264
+ "privacy": "private",
3104
3265
  "return": {
3105
3266
  "type": {
3106
3267
  "text": "void"
@@ -3108,49 +3269,31 @@
3108
3269
  },
3109
3270
  "parameters": [
3110
3271
  {
3111
- "name": "groupIndex",
3112
- "type": {
3113
- "text": "number"
3114
- }
3115
- },
3116
- {
3117
- "name": "clauseIndex",
3272
+ "name": "adjustment",
3118
3273
  "type": {
3119
3274
  "text": "number"
3120
3275
  }
3121
3276
  }
3122
- ]
3277
+ ],
3278
+ "inheritedFrom": {
3279
+ "name": "Accordion",
3280
+ "module": "src/accordion/accordion.ts"
3281
+ }
3123
3282
  },
3124
3283
  {
3125
3284
  "kind": "method",
3126
- "name": "clearChips",
3285
+ "name": "focusItem",
3286
+ "privacy": "private",
3127
3287
  "return": {
3128
3288
  "type": {
3129
3289
  "text": "void"
3130
3290
  }
3291
+ },
3292
+ "inheritedFrom": {
3293
+ "name": "Accordion",
3294
+ "module": "src/accordion/accordion.ts"
3131
3295
  }
3132
3296
  },
3133
- {
3134
- "kind": "method",
3135
- "name": "handleSubmit"
3136
- },
3137
- {
3138
- "kind": "method",
3139
- "name": "handleBlur"
3140
- },
3141
- {
3142
- "kind": "method",
3143
- "name": "clear"
3144
- },
3145
- {
3146
- "kind": "method",
3147
- "name": "toggleSpeechInput"
3148
- },
3149
- {
3150
- "kind": "method",
3151
- "name": "clearSpeechApplyDebounce",
3152
- "privacy": "private"
3153
- },
3154
3297
  {
3155
3298
  "kind": "field",
3156
3299
  "name": "_presentation",
@@ -3265,48 +3408,26 @@
3265
3408
  ],
3266
3409
  "events": [
3267
3410
  {
3268
- "description": "Fired when interpreted criteria is applied or cleared",
3269
- "name": "criteria-changed"
3270
- },
3271
- {
3272
- "description": "Fired when interpreted criteria contains invalid clauses",
3273
- "name": "validation-errors"
3274
- }
3275
- ],
3276
- "attributes": [
3277
- {
3278
- "name": "placeholder",
3279
- "type": {
3280
- "text": "string"
3281
- },
3282
- "default": "'Describe your search criteria in natural language...'",
3283
- "fieldName": "placeholder"
3284
- },
3285
- {
3286
- "type": {
3287
- "text": "boolean"
3288
- },
3289
- "fieldName": "disabled"
3411
+ "description": "Fires a custom 'change' event when the active item changes",
3412
+ "name": "change",
3413
+ "inheritedFrom": {
3414
+ "name": "Accordion",
3415
+ "module": "src/accordion/accordion.ts"
3416
+ }
3290
3417
  }
3291
- ],
3292
- "superclass": {
3293
- "name": "FoundationElement",
3294
- "package": "@microsoft/fast-foundation"
3295
- },
3296
- "tagName": "%%prefix%%-ai-criteria-search",
3297
- "customElement": true
3418
+ ]
3298
3419
  },
3299
3420
  {
3300
3421
  "kind": "variable",
3301
- "name": "foundationAiCriteriaSearchShadowOptions",
3422
+ "name": "foundationAccordionShadowOptions",
3302
3423
  "type": {
3303
3424
  "text": "ShadowRootInit"
3304
3425
  },
3305
- "default": "undefined"
3426
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3306
3427
  },
3307
3428
  {
3308
3429
  "kind": "variable",
3309
- "name": "defaultAiCriteriaSearchConfig",
3430
+ "name": "defaultAccordionConfig",
3310
3431
  "type": {
3311
3432
  "text": "object"
3312
3433
  },
@@ -3314,103 +3435,57 @@
3314
3435
  },
3315
3436
  {
3316
3437
  "kind": "variable",
3317
- "name": "foundationAiCriteriaSearch"
3438
+ "name": "foundationAccordion",
3439
+ "description": "The Foundation Accordion",
3440
+ "privacy": "public"
3318
3441
  }
3319
3442
  ],
3320
3443
  "exports": [
3321
3444
  {
3322
3445
  "kind": "js",
3323
- "name": "AiCriteriaSearch",
3446
+ "name": "Accordion",
3324
3447
  "declaration": {
3325
- "name": "AiCriteriaSearch",
3326
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3448
+ "name": "Accordion",
3449
+ "module": "src/accordion/accordion.ts"
3327
3450
  }
3328
3451
  },
3329
3452
  {
3330
3453
  "kind": "js",
3331
- "name": "foundationAiCriteriaSearchShadowOptions",
3454
+ "name": "foundationAccordionShadowOptions",
3332
3455
  "declaration": {
3333
- "name": "foundationAiCriteriaSearchShadowOptions",
3334
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3456
+ "name": "foundationAccordionShadowOptions",
3457
+ "module": "src/accordion/accordion.ts"
3335
3458
  }
3336
3459
  },
3337
3460
  {
3338
3461
  "kind": "js",
3339
- "name": "defaultAiCriteriaSearchConfig",
3462
+ "name": "defaultAccordionConfig",
3340
3463
  "declaration": {
3341
- "name": "defaultAiCriteriaSearchConfig",
3342
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3464
+ "name": "defaultAccordionConfig",
3465
+ "module": "src/accordion/accordion.ts"
3343
3466
  }
3344
3467
  },
3345
3468
  {
3346
3469
  "kind": "js",
3347
- "name": "foundationAiCriteriaSearch",
3470
+ "name": "foundationAccordion",
3348
3471
  "declaration": {
3349
- "name": "foundationAiCriteriaSearch",
3350
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3472
+ "name": "foundationAccordion",
3473
+ "module": "src/accordion/accordion.ts"
3351
3474
  }
3352
3475
  }
3353
3476
  ]
3354
3477
  },
3355
3478
  {
3356
3479
  "kind": "javascript-module",
3357
- "path": "src/ai-criteria-search/index.ts",
3480
+ "path": "src/accordion/index.ts",
3358
3481
  "declarations": [],
3359
3482
  "exports": [
3360
- {
3361
- "kind": "js",
3362
- "name": "AiCriteriaSearch",
3363
- "declaration": {
3364
- "name": "AiCriteriaSearch",
3365
- "module": "./ai-criteria-search"
3366
- }
3367
- },
3368
- {
3369
- "kind": "js",
3370
- "name": "defaultAiCriteriaSearchConfig",
3371
- "declaration": {
3372
- "name": "defaultAiCriteriaSearchConfig",
3373
- "module": "./ai-criteria-search"
3374
- }
3375
- },
3376
- {
3377
- "kind": "js",
3378
- "name": "foundationAiCriteriaSearch",
3379
- "declaration": {
3380
- "name": "foundationAiCriteriaSearch",
3381
- "module": "./ai-criteria-search"
3382
- }
3383
- },
3384
- {
3385
- "kind": "js",
3386
- "name": "foundationAiCriteriaSearchShadowOptions",
3387
- "declaration": {
3388
- "name": "foundationAiCriteriaSearchShadowOptions",
3389
- "module": "./ai-criteria-search"
3390
- }
3391
- },
3392
- {
3393
- "kind": "js",
3394
- "name": "foundationAiCriteriaSearchStyles",
3395
- "declaration": {
3396
- "name": "foundationAiCriteriaSearchStyles",
3397
- "module": "./ai-criteria-search.styles"
3398
- }
3399
- },
3400
- {
3401
- "kind": "js",
3402
- "name": "foundationAiCriteriaSearchTemplate",
3403
- "declaration": {
3404
- "name": "foundationAiCriteriaSearchTemplate",
3405
- "module": "./ai-criteria-search.template"
3406
- }
3407
- },
3408
3483
  {
3409
3484
  "kind": "js",
3410
3485
  "name": "*",
3411
3486
  "declaration": {
3412
3487
  "name": "*",
3413
- "package": "./validation/criteria-ir"
3488
+ "package": "./accordion.template"
3414
3489
  }
3415
3490
  },
3416
3491
  {
@@ -3418,7 +3493,7 @@
3418
3493
  "name": "*",
3419
3494
  "declaration": {
3420
3495
  "name": "*",
3421
- "package": "./validation/operator-map"
3496
+ "package": "./accordion.styles"
3422
3497
  }
3423
3498
  },
3424
3499
  {
@@ -3426,82 +3501,7 @@
3426
3501
  "name": "*",
3427
3502
  "declaration": {
3428
3503
  "name": "*",
3429
- "package": "./validation/schema-validator"
3430
- }
3431
- }
3432
- ]
3433
- },
3434
- {
3435
- "kind": "javascript-module",
3436
- "path": "src/ai-criteria-search/validation-error-notification.ts",
3437
- "declarations": [
3438
- {
3439
- "kind": "function",
3440
- "name": "formatValidationErrors",
3441
- "return": {
3442
- "type": {
3443
- "text": "string"
3444
- }
3445
- },
3446
- "parameters": [
3447
- {
3448
- "name": "errors",
3449
- "type": {
3450
- "text": "ValidationError[]"
3451
- }
3452
- }
3453
- ],
3454
- "description": "Formats validation errors into a user-friendly message."
3455
- },
3456
- {
3457
- "kind": "function",
3458
- "name": "showCriteriaError",
3459
- "return": {
3460
- "type": {
3461
- "text": "void"
3462
- }
3463
- },
3464
- "parameters": [
3465
- {
3466
- "name": "title",
3467
- "type": {
3468
- "text": "string"
3469
- },
3470
- "description": "Notification title (e.g. \"Criteria validation error\")"
3471
- },
3472
- {
3473
- "name": "body",
3474
- "type": {
3475
- "text": "string"
3476
- },
3477
- "description": "Error message to display"
3478
- },
3479
- {
3480
- "name": "tagName",
3481
- "type": {
3482
- "text": "string"
3483
- },
3484
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3485
- }
3486
- ],
3487
- "description": "Shows a criteria error as a toast notification."
3488
- }
3489
- ],
3490
- "exports": [
3491
- {
3492
- "kind": "js",
3493
- "name": "formatValidationErrors",
3494
- "declaration": {
3495
- "name": "formatValidationErrors",
3496
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3497
- }
3498
- },
3499
- {
3500
- "kind": "js",
3501
- "name": "showCriteriaError",
3502
- "declaration": {
3503
- "name": "showCriteriaError",
3504
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3504
+ "package": "./accordion"
3505
3505
  }
3506
3506
  }
3507
3507
  ]