@genesislcap/foundation-ui 14.496.2-alpha-da9ccbd.0 → 14.497.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.
@@ -1406,37 +1406,6 @@
1406
1406
  }
1407
1407
  ]
1408
1408
  },
1409
- {
1410
- "kind": "javascript-module",
1411
- "path": "src/_config/index.ts",
1412
- "declarations": [],
1413
- "exports": [
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./styles"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./tokens"
1428
- }
1429
- },
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./values"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
1409
  {
1441
1410
  "kind": "javascript-module",
1442
1411
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1833,11 +1802,34 @@
1833
1802
  },
1834
1803
  {
1835
1804
  "kind": "javascript-module",
1836
- "path": "src/accordion/accordion.styles.ts",
1805
+ "path": "src/actions-menu/actions-menu.styles.ts",
1837
1806
  "declarations": [
1838
1807
  {
1839
1808
  "kind": "function",
1840
- "name": "foundationAccordionStyles",
1809
+ "name": "actionsMenuBaseStyles",
1810
+ "return": {
1811
+ "type": {
1812
+ "text": "ElementStyles"
1813
+ }
1814
+ },
1815
+ "parameters": [
1816
+ {
1817
+ "name": "context",
1818
+ "type": {
1819
+ "text": "ElementDefinitionContext"
1820
+ }
1821
+ },
1822
+ {
1823
+ "name": "definition",
1824
+ "type": {
1825
+ "text": "FoundationElementDefinition"
1826
+ }
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "kind": "function",
1832
+ "name": "foundationActionsMenuStyles",
1841
1833
  "return": {
1842
1834
  "type": {
1843
1835
  "text": "ElementStyles"
@@ -1862,277 +1854,269 @@
1862
1854
  "exports": [
1863
1855
  {
1864
1856
  "kind": "js",
1865
- "name": "foundationAccordionStyles",
1857
+ "name": "actionsMenuBaseStyles",
1866
1858
  "declaration": {
1867
- "name": "foundationAccordionStyles",
1868
- "module": "src/accordion/accordion.styles.ts"
1859
+ "name": "actionsMenuBaseStyles",
1860
+ "module": "src/actions-menu/actions-menu.styles.ts"
1861
+ }
1862
+ },
1863
+ {
1864
+ "kind": "js",
1865
+ "name": "foundationActionsMenuStyles",
1866
+ "declaration": {
1867
+ "name": "foundationActionsMenuStyles",
1868
+ "module": "src/actions-menu/actions-menu.styles.ts"
1869
1869
  }
1870
1870
  }
1871
1871
  ]
1872
1872
  },
1873
1873
  {
1874
1874
  "kind": "javascript-module",
1875
- "path": "src/accordion/accordion.template.ts",
1875
+ "path": "src/actions-menu/actions-menu.template.ts",
1876
1876
  "declarations": [
1877
1877
  {
1878
1878
  "kind": "function",
1879
- "name": "foundationAccordionTemplate",
1880
- "return": {
1881
- "type": {
1882
- "text": "ViewTemplate<Accordion>"
1883
- }
1884
- },
1879
+ "name": "menuTemplate",
1885
1880
  "parameters": [
1886
1881
  {
1887
- "name": "context",
1882
+ "name": "prefix",
1888
1883
  "type": {
1889
- "text": "ElementDefinitionContext"
1884
+ "text": "string"
1890
1885
  }
1891
- },
1886
+ }
1887
+ ]
1888
+ },
1889
+ {
1890
+ "kind": "function",
1891
+ "name": "singleOptionTemplate",
1892
+ "parameters": [
1892
1893
  {
1893
- "name": "definition",
1894
+ "name": "prefix",
1894
1895
  "type": {
1895
- "text": "FoundationElementDefinition"
1896
+ "text": "string"
1896
1897
  }
1897
1898
  }
1898
1899
  ]
1900
+ },
1901
+ {
1902
+ "kind": "variable",
1903
+ "name": "foundationActionsMenuTemplate",
1904
+ "type": {
1905
+ "text": "ViewTemplate<ActionsMenu>"
1906
+ },
1907
+ "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`"
1899
1908
  }
1900
1909
  ],
1901
1910
  "exports": [
1902
1911
  {
1903
1912
  "kind": "js",
1904
- "name": "foundationAccordionTemplate",
1913
+ "name": "menuTemplate",
1905
1914
  "declaration": {
1906
- "name": "foundationAccordionTemplate",
1907
- "module": "src/accordion/accordion.template.ts"
1915
+ "name": "menuTemplate",
1916
+ "module": "src/actions-menu/actions-menu.template.ts"
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "js",
1921
+ "name": "singleOptionTemplate",
1922
+ "declaration": {
1923
+ "name": "singleOptionTemplate",
1924
+ "module": "src/actions-menu/actions-menu.template.ts"
1925
+ }
1926
+ },
1927
+ {
1928
+ "kind": "js",
1929
+ "name": "foundationActionsMenuTemplate",
1930
+ "declaration": {
1931
+ "name": "foundationActionsMenuTemplate",
1932
+ "module": "src/actions-menu/actions-menu.template.ts"
1908
1933
  }
1909
1934
  }
1910
1935
  ]
1911
1936
  },
1912
1937
  {
1913
1938
  "kind": "javascript-module",
1914
- "path": "src/accordion/accordion.ts",
1939
+ "path": "src/actions-menu/actions-menu.ts",
1915
1940
  "declarations": [
1916
1941
  {
1917
1942
  "kind": "class",
1918
1943
  "description": "",
1919
- "name": "Accordion",
1920
- "superclass": {
1921
- "name": "FASTAccordion",
1922
- "package": "@microsoft/fast-foundation"
1923
- },
1924
- "tagName": "%%prefix%%-accordion",
1925
- "customElement": true,
1926
- "attributes": [
1944
+ "name": "ActionsMenu",
1945
+ "members": [
1927
1946
  {
1928
- "name": "expand-mode",
1947
+ "kind": "field",
1948
+ "name": "actions",
1929
1949
  "type": {
1930
- "text": "AccordionExpandMode"
1931
- },
1932
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1933
- "fieldName": "expandmode",
1934
- "inheritedFrom": {
1935
- "name": "Accordion",
1936
- "module": "src/accordion/accordion.ts"
1950
+ "text": "ActionMenuItem[]"
1937
1951
  }
1938
- }
1939
- ],
1940
- "members": [
1952
+ },
1941
1953
  {
1942
1954
  "kind": "field",
1943
- "name": "expandmode",
1955
+ "name": "isVertical",
1944
1956
  "type": {
1945
- "text": "AccordionExpandMode"
1957
+ "text": "boolean"
1946
1958
  },
1947
- "privacy": "public",
1948
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1949
- "inheritedFrom": {
1950
- "name": "Accordion",
1951
- "module": "src/accordion/accordion.ts"
1952
- }
1959
+ "default": "false"
1953
1960
  },
1954
1961
  {
1955
1962
  "kind": "field",
1956
- "name": "activeid",
1963
+ "name": "addDefaultActions",
1957
1964
  "type": {
1958
- "text": "string | null"
1965
+ "text": "boolean"
1959
1966
  },
1960
- "privacy": "private",
1961
- "inheritedFrom": {
1962
- "name": "Accordion",
1963
- "module": "src/accordion/accordion.ts"
1964
- }
1967
+ "default": "true"
1965
1968
  },
1966
1969
  {
1967
1970
  "kind": "field",
1968
- "name": "activeItemIndex",
1971
+ "name": "autoCloseOnAction",
1969
1972
  "type": {
1970
- "text": "number"
1973
+ "text": "boolean"
1971
1974
  },
1972
- "privacy": "private",
1973
- "default": "0",
1974
- "inheritedFrom": {
1975
- "name": "Accordion",
1976
- "module": "src/accordion/accordion.ts"
1977
- }
1975
+ "default": "true"
1978
1976
  },
1979
1977
  {
1980
1978
  "kind": "field",
1981
- "name": "accordionIds",
1979
+ "name": "classNames",
1982
1980
  "type": {
1983
- "text": "Array<string | null>"
1984
- },
1985
- "privacy": "private",
1986
- "inheritedFrom": {
1987
- "name": "Accordion",
1988
- "module": "src/accordion/accordion.ts"
1981
+ "text": "string"
1989
1982
  }
1990
1983
  },
1991
1984
  {
1992
1985
  "kind": "field",
1993
- "name": "change",
1994
- "privacy": "private",
1995
- "inheritedFrom": {
1996
- "name": "Accordion",
1997
- "module": "src/accordion/accordion.ts"
1986
+ "name": "definition",
1987
+ "type": {
1988
+ "text": "any"
1998
1989
  }
1999
1990
  },
2000
1991
  {
2001
- "kind": "method",
2002
- "name": "findExpandedItem",
2003
- "privacy": "private",
2004
- "return": {
2005
- "type": {
2006
- "text": "AccordionItem | null"
2007
- }
1992
+ "kind": "field",
1993
+ "name": "name",
1994
+ "type": {
1995
+ "text": "string"
2008
1996
  },
2009
- "inheritedFrom": {
2010
- "name": "Accordion",
2011
- "module": "src/accordion/accordion.ts"
2012
- }
1997
+ "default": "'Actions'"
2013
1998
  },
2014
1999
  {
2015
2000
  "kind": "field",
2016
- "name": "setItems",
2017
- "privacy": "private",
2018
- "inheritedFrom": {
2019
- "name": "Accordion",
2020
- "module": "src/accordion/accordion.ts"
2001
+ "name": "open",
2002
+ "type": {
2003
+ "text": "boolean"
2004
+ },
2005
+ "default": "false"
2006
+ },
2007
+ {
2008
+ "kind": "field",
2009
+ "name": "buttonAppearance",
2010
+ "type": {
2011
+ "text": "string"
2021
2012
  }
2022
2013
  },
2023
2014
  {
2024
- "kind": "method",
2025
- "name": "resetItems",
2026
- "privacy": "private",
2027
- "return": {
2028
- "type": {
2029
- "text": "void"
2030
- }
2015
+ "kind": "field",
2016
+ "name": "hideDisabled",
2017
+ "type": {
2018
+ "text": "boolean"
2031
2019
  },
2032
- "inheritedFrom": {
2033
- "name": "Accordion",
2034
- "module": "src/accordion/accordion.ts"
2035
- }
2020
+ "default": "false"
2036
2021
  },
2037
2022
  {
2038
2023
  "kind": "field",
2039
- "name": "removeItemListeners",
2040
- "privacy": "private",
2041
- "inheritedFrom": {
2042
- "name": "Accordion",
2043
- "module": "src/accordion/accordion.ts"
2024
+ "name": "hideMenuSingleOption",
2025
+ "type": {
2026
+ "text": "boolean"
2027
+ },
2028
+ "default": "false"
2029
+ },
2030
+ {
2031
+ "kind": "field",
2032
+ "name": "singleOption",
2033
+ "type": {
2034
+ "text": "ActionMenuItem"
2044
2035
  }
2045
2036
  },
2046
2037
  {
2047
2038
  "kind": "field",
2048
- "name": "activeItemChange",
2049
- "privacy": "private",
2050
- "inheritedFrom": {
2051
- "name": "Accordion",
2052
- "module": "src/accordion/accordion.ts"
2039
+ "name": "actionsMenu",
2040
+ "type": {
2041
+ "text": "HTMLElement"
2053
2042
  }
2054
2043
  },
2055
2044
  {
2056
2045
  "kind": "method",
2057
- "name": "getItemIds",
2058
- "privacy": "private",
2059
- "return": {
2060
- "type": {
2061
- "text": "Array<string | null>"
2046
+ "name": "definitionChanged",
2047
+ "privacy": "protected",
2048
+ "parameters": [
2049
+ {
2050
+ "name": "oldValue",
2051
+ "type": {
2052
+ "text": "any"
2053
+ }
2054
+ },
2055
+ {
2056
+ "name": "newValue",
2057
+ "type": {
2058
+ "text": "any"
2059
+ }
2062
2060
  }
2063
- },
2064
- "inheritedFrom": {
2065
- "name": "Accordion",
2066
- "module": "src/accordion/accordion.ts"
2067
- }
2061
+ ]
2068
2062
  },
2069
2063
  {
2070
2064
  "kind": "method",
2071
- "name": "isSingleExpandMode",
2072
- "privacy": "private",
2073
- "return": {
2074
- "type": {
2075
- "text": "boolean"
2065
+ "name": "openChanged",
2066
+ "privacy": "protected"
2067
+ },
2068
+ {
2069
+ "kind": "method",
2070
+ "name": "toggleActionsMenuVisibility"
2071
+ },
2072
+ {
2073
+ "kind": "method",
2074
+ "name": "onActionMenuItemClick",
2075
+ "parameters": [
2076
+ {
2077
+ "name": "callback",
2078
+ "type": {
2079
+ "text": "(rowData) => void | any"
2080
+ }
2076
2081
  }
2077
- },
2078
- "inheritedFrom": {
2079
- "name": "Accordion",
2080
- "module": "src/accordion/accordion.ts"
2081
- }
2082
+ ]
2082
2083
  },
2083
2084
  {
2084
2085
  "kind": "field",
2085
- "name": "handleItemKeyDown",
2086
- "privacy": "private",
2087
- "inheritedFrom": {
2088
- "name": "Accordion",
2089
- "module": "src/accordion/accordion.ts"
2090
- }
2086
+ "name": "allActions",
2087
+ "type": {
2088
+ "text": "ActionMenuItem[]"
2089
+ },
2090
+ "readonly": true
2091
2091
  },
2092
2092
  {
2093
2093
  "kind": "field",
2094
- "name": "handleItemFocus",
2095
- "privacy": "private",
2096
- "inheritedFrom": {
2097
- "name": "Accordion",
2098
- "module": "src/accordion/accordion.ts"
2099
- }
2094
+ "name": "rowData",
2095
+ "readonly": true
2100
2096
  },
2101
2097
  {
2102
2098
  "kind": "method",
2103
- "name": "adjust",
2104
- "privacy": "private",
2105
- "return": {
2106
- "type": {
2107
- "text": "void"
2108
- }
2109
- },
2099
+ "name": "getLabel",
2110
2100
  "parameters": [
2111
2101
  {
2112
- "name": "adjustment",
2102
+ "name": "name",
2113
2103
  "type": {
2114
- "text": "number"
2104
+ "text": "string | ((rowData: any) => string)"
2115
2105
  }
2116
2106
  }
2117
- ],
2118
- "inheritedFrom": {
2119
- "name": "Accordion",
2120
- "module": "src/accordion/accordion.ts"
2121
- }
2107
+ ]
2122
2108
  },
2123
2109
  {
2124
2110
  "kind": "method",
2125
- "name": "focusItem",
2126
- "privacy": "private",
2127
- "return": {
2128
- "type": {
2129
- "text": "void"
2111
+ "name": "getTemplate",
2112
+ "parameters": [
2113
+ {
2114
+ "name": "prefix",
2115
+ "type": {
2116
+ "text": "string"
2117
+ }
2130
2118
  }
2131
- },
2132
- "inheritedFrom": {
2133
- "name": "Accordion",
2134
- "module": "src/accordion/accordion.ts"
2135
- }
2119
+ ]
2136
2120
  },
2137
2121
  {
2138
2122
  "kind": "field",
@@ -2246,78 +2230,107 @@
2246
2230
  }
2247
2231
  }
2248
2232
  ],
2249
- "events": [
2233
+ "attributes": [
2250
2234
  {
2251
- "description": "Fires a custom 'change' event when the active item changes",
2252
- "name": "change",
2253
- "inheritedFrom": {
2254
- "name": "Accordion",
2255
- "module": "src/accordion/accordion.ts"
2256
- }
2235
+ "name": "is-vertical",
2236
+ "type": {
2237
+ "text": "boolean"
2238
+ },
2239
+ "default": "false",
2240
+ "fieldName": "isVertical"
2241
+ },
2242
+ {
2243
+ "name": "add-default-actions",
2244
+ "type": {
2245
+ "text": "boolean"
2246
+ },
2247
+ "default": "true",
2248
+ "fieldName": "addDefaultActions"
2249
+ },
2250
+ {
2251
+ "name": "auto-close-on-action",
2252
+ "type": {
2253
+ "text": "boolean"
2254
+ },
2255
+ "default": "true",
2256
+ "fieldName": "autoCloseOnAction"
2257
+ },
2258
+ {
2259
+ "name": "name",
2260
+ "type": {
2261
+ "text": "string"
2262
+ },
2263
+ "default": "'Actions'",
2264
+ "fieldName": "name"
2265
+ },
2266
+ {
2267
+ "name": "open",
2268
+ "type": {
2269
+ "text": "boolean"
2270
+ },
2271
+ "default": "false",
2272
+ "fieldName": "open"
2273
+ },
2274
+ {
2275
+ "name": "buttonAppearance",
2276
+ "type": {
2277
+ "text": "string"
2278
+ },
2279
+ "fieldName": "buttonAppearance"
2280
+ },
2281
+ {
2282
+ "name": "hide-disabled",
2283
+ "type": {
2284
+ "text": "boolean"
2285
+ },
2286
+ "default": "false",
2287
+ "fieldName": "hideDisabled"
2288
+ },
2289
+ {
2290
+ "name": "hide-menu-single-option",
2291
+ "type": {
2292
+ "text": "boolean"
2293
+ },
2294
+ "default": "false",
2295
+ "fieldName": "hideMenuSingleOption"
2257
2296
  }
2258
- ]
2259
- },
2260
- {
2261
- "kind": "variable",
2262
- "name": "foundationAccordionShadowOptions",
2263
- "type": {
2264
- "text": "ShadowRootInit"
2265
- },
2266
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2267
- },
2268
- {
2269
- "kind": "variable",
2270
- "name": "defaultAccordionConfig",
2271
- "type": {
2272
- "text": "object"
2297
+ ],
2298
+ "superclass": {
2299
+ "name": "FoundationElement",
2300
+ "package": "@microsoft/fast-foundation"
2273
2301
  },
2274
- "default": "{}"
2302
+ "tagName": "%%prefix%%-actions-menu",
2303
+ "customElement": true
2275
2304
  },
2276
2305
  {
2277
2306
  "kind": "variable",
2278
- "name": "foundationAccordion",
2279
- "description": "The Foundation Accordion",
2307
+ "name": "foundationActionsMenu",
2308
+ "description": "The Foundation Actions Menu",
2280
2309
  "privacy": "public"
2281
2310
  }
2282
2311
  ],
2283
2312
  "exports": [
2284
2313
  {
2285
2314
  "kind": "js",
2286
- "name": "Accordion",
2287
- "declaration": {
2288
- "name": "Accordion",
2289
- "module": "src/accordion/accordion.ts"
2290
- }
2291
- },
2292
- {
2293
- "kind": "js",
2294
- "name": "foundationAccordionShadowOptions",
2295
- "declaration": {
2296
- "name": "foundationAccordionShadowOptions",
2297
- "module": "src/accordion/accordion.ts"
2298
- }
2299
- },
2300
- {
2301
- "kind": "js",
2302
- "name": "defaultAccordionConfig",
2315
+ "name": "ActionsMenu",
2303
2316
  "declaration": {
2304
- "name": "defaultAccordionConfig",
2305
- "module": "src/accordion/accordion.ts"
2317
+ "name": "ActionsMenu",
2318
+ "module": "src/actions-menu/actions-menu.ts"
2306
2319
  }
2307
2320
  },
2308
2321
  {
2309
2322
  "kind": "js",
2310
- "name": "foundationAccordion",
2323
+ "name": "foundationActionsMenu",
2311
2324
  "declaration": {
2312
- "name": "foundationAccordion",
2313
- "module": "src/accordion/accordion.ts"
2325
+ "name": "foundationActionsMenu",
2326
+ "module": "src/actions-menu/actions-menu.ts"
2314
2327
  }
2315
2328
  }
2316
2329
  ]
2317
2330
  },
2318
2331
  {
2319
2332
  "kind": "javascript-module",
2320
- "path": "src/accordion/index.ts",
2333
+ "path": "src/actions-menu/index.ts",
2321
2334
  "declarations": [],
2322
2335
  "exports": [
2323
2336
  {
@@ -2325,7 +2338,7 @@
2325
2338
  "name": "*",
2326
2339
  "declaration": {
2327
2340
  "name": "*",
2328
- "package": "./accordion.template"
2341
+ "package": "./actions-menu.styles"
2329
2342
  }
2330
2343
  },
2331
2344
  {
@@ -2333,7 +2346,7 @@
2333
2346
  "name": "*",
2334
2347
  "declaration": {
2335
2348
  "name": "*",
2336
- "package": "./accordion.styles"
2349
+ "package": "./actions-menu.template"
2337
2350
  }
2338
2351
  },
2339
2352
  {
@@ -2341,41 +2354,18 @@
2341
2354
  "name": "*",
2342
2355
  "declaration": {
2343
2356
  "name": "*",
2344
- "package": "./accordion"
2357
+ "package": "./actions-menu"
2345
2358
  }
2346
2359
  }
2347
2360
  ]
2348
2361
  },
2349
2362
  {
2350
2363
  "kind": "javascript-module",
2351
- "path": "src/actions-menu/actions-menu.styles.ts",
2364
+ "path": "src/accordion/accordion.styles.ts",
2352
2365
  "declarations": [
2353
2366
  {
2354
2367
  "kind": "function",
2355
- "name": "actionsMenuBaseStyles",
2356
- "return": {
2357
- "type": {
2358
- "text": "ElementStyles"
2359
- }
2360
- },
2361
- "parameters": [
2362
- {
2363
- "name": "context",
2364
- "type": {
2365
- "text": "ElementDefinitionContext"
2366
- }
2367
- },
2368
- {
2369
- "name": "definition",
2370
- "type": {
2371
- "text": "FoundationElementDefinition"
2372
- }
2373
- }
2374
- ]
2375
- },
2376
- {
2377
- "kind": "function",
2378
- "name": "foundationActionsMenuStyles",
2368
+ "name": "foundationAccordionStyles",
2379
2369
  "return": {
2380
2370
  "type": {
2381
2371
  "text": "ElementStyles"
@@ -2400,269 +2390,277 @@
2400
2390
  "exports": [
2401
2391
  {
2402
2392
  "kind": "js",
2403
- "name": "actionsMenuBaseStyles",
2404
- "declaration": {
2405
- "name": "actionsMenuBaseStyles",
2406
- "module": "src/actions-menu/actions-menu.styles.ts"
2407
- }
2408
- },
2409
- {
2410
- "kind": "js",
2411
- "name": "foundationActionsMenuStyles",
2393
+ "name": "foundationAccordionStyles",
2412
2394
  "declaration": {
2413
- "name": "foundationActionsMenuStyles",
2414
- "module": "src/actions-menu/actions-menu.styles.ts"
2395
+ "name": "foundationAccordionStyles",
2396
+ "module": "src/accordion/accordion.styles.ts"
2415
2397
  }
2416
2398
  }
2417
2399
  ]
2418
2400
  },
2419
2401
  {
2420
2402
  "kind": "javascript-module",
2421
- "path": "src/actions-menu/actions-menu.template.ts",
2403
+ "path": "src/accordion/accordion.template.ts",
2422
2404
  "declarations": [
2423
2405
  {
2424
2406
  "kind": "function",
2425
- "name": "menuTemplate",
2407
+ "name": "foundationAccordionTemplate",
2408
+ "return": {
2409
+ "type": {
2410
+ "text": "ViewTemplate<Accordion>"
2411
+ }
2412
+ },
2426
2413
  "parameters": [
2427
2414
  {
2428
- "name": "prefix",
2415
+ "name": "context",
2429
2416
  "type": {
2430
- "text": "string"
2417
+ "text": "ElementDefinitionContext"
2431
2418
  }
2432
- }
2433
- ]
2434
- },
2435
- {
2436
- "kind": "function",
2437
- "name": "singleOptionTemplate",
2438
- "parameters": [
2419
+ },
2439
2420
  {
2440
- "name": "prefix",
2421
+ "name": "definition",
2441
2422
  "type": {
2442
- "text": "string"
2423
+ "text": "FoundationElementDefinition"
2443
2424
  }
2444
2425
  }
2445
2426
  ]
2446
- },
2447
- {
2448
- "kind": "variable",
2449
- "name": "foundationActionsMenuTemplate",
2450
- "type": {
2451
- "text": "ViewTemplate<ActionsMenu>"
2452
- },
2453
- "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`"
2454
2427
  }
2455
2428
  ],
2456
2429
  "exports": [
2457
2430
  {
2458
2431
  "kind": "js",
2459
- "name": "menuTemplate",
2460
- "declaration": {
2461
- "name": "menuTemplate",
2462
- "module": "src/actions-menu/actions-menu.template.ts"
2463
- }
2464
- },
2465
- {
2466
- "kind": "js",
2467
- "name": "singleOptionTemplate",
2468
- "declaration": {
2469
- "name": "singleOptionTemplate",
2470
- "module": "src/actions-menu/actions-menu.template.ts"
2471
- }
2472
- },
2473
- {
2474
- "kind": "js",
2475
- "name": "foundationActionsMenuTemplate",
2432
+ "name": "foundationAccordionTemplate",
2476
2433
  "declaration": {
2477
- "name": "foundationActionsMenuTemplate",
2478
- "module": "src/actions-menu/actions-menu.template.ts"
2434
+ "name": "foundationAccordionTemplate",
2435
+ "module": "src/accordion/accordion.template.ts"
2479
2436
  }
2480
2437
  }
2481
2438
  ]
2482
2439
  },
2483
2440
  {
2484
2441
  "kind": "javascript-module",
2485
- "path": "src/actions-menu/actions-menu.ts",
2442
+ "path": "src/accordion/accordion.ts",
2486
2443
  "declarations": [
2487
2444
  {
2488
2445
  "kind": "class",
2489
2446
  "description": "",
2490
- "name": "ActionsMenu",
2491
- "members": [
2447
+ "name": "Accordion",
2448
+ "superclass": {
2449
+ "name": "FASTAccordion",
2450
+ "package": "@microsoft/fast-foundation"
2451
+ },
2452
+ "tagName": "%%prefix%%-accordion",
2453
+ "customElement": true,
2454
+ "attributes": [
2492
2455
  {
2493
- "kind": "field",
2494
- "name": "actions",
2456
+ "name": "expand-mode",
2495
2457
  "type": {
2496
- "text": "ActionMenuItem[]"
2458
+ "text": "AccordionExpandMode"
2459
+ },
2460
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2461
+ "fieldName": "expandmode",
2462
+ "inheritedFrom": {
2463
+ "name": "Accordion",
2464
+ "module": "src/accordion/accordion.ts"
2497
2465
  }
2498
- },
2466
+ }
2467
+ ],
2468
+ "members": [
2499
2469
  {
2500
2470
  "kind": "field",
2501
- "name": "isVertical",
2471
+ "name": "expandmode",
2502
2472
  "type": {
2503
- "text": "boolean"
2473
+ "text": "AccordionExpandMode"
2504
2474
  },
2505
- "default": "false"
2475
+ "privacy": "public",
2476
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2477
+ "inheritedFrom": {
2478
+ "name": "Accordion",
2479
+ "module": "src/accordion/accordion.ts"
2480
+ }
2506
2481
  },
2507
2482
  {
2508
2483
  "kind": "field",
2509
- "name": "addDefaultActions",
2484
+ "name": "activeid",
2510
2485
  "type": {
2511
- "text": "boolean"
2486
+ "text": "string | null"
2512
2487
  },
2513
- "default": "true"
2488
+ "privacy": "private",
2489
+ "inheritedFrom": {
2490
+ "name": "Accordion",
2491
+ "module": "src/accordion/accordion.ts"
2492
+ }
2514
2493
  },
2515
2494
  {
2516
2495
  "kind": "field",
2517
- "name": "autoCloseOnAction",
2496
+ "name": "activeItemIndex",
2518
2497
  "type": {
2519
- "text": "boolean"
2498
+ "text": "number"
2520
2499
  },
2521
- "default": "true"
2522
- },
2523
- {
2524
- "kind": "field",
2525
- "name": "classNames",
2526
- "type": {
2527
- "text": "string"
2500
+ "privacy": "private",
2501
+ "default": "0",
2502
+ "inheritedFrom": {
2503
+ "name": "Accordion",
2504
+ "module": "src/accordion/accordion.ts"
2528
2505
  }
2529
2506
  },
2530
2507
  {
2531
2508
  "kind": "field",
2532
- "name": "definition",
2509
+ "name": "accordionIds",
2533
2510
  "type": {
2534
- "text": "any"
2511
+ "text": "Array<string | null>"
2512
+ },
2513
+ "privacy": "private",
2514
+ "inheritedFrom": {
2515
+ "name": "Accordion",
2516
+ "module": "src/accordion/accordion.ts"
2535
2517
  }
2536
2518
  },
2537
2519
  {
2538
2520
  "kind": "field",
2539
- "name": "name",
2540
- "type": {
2541
- "text": "string"
2542
- },
2543
- "default": "'Actions'"
2521
+ "name": "change",
2522
+ "privacy": "private",
2523
+ "inheritedFrom": {
2524
+ "name": "Accordion",
2525
+ "module": "src/accordion/accordion.ts"
2526
+ }
2544
2527
  },
2545
2528
  {
2546
- "kind": "field",
2547
- "name": "open",
2548
- "type": {
2549
- "text": "boolean"
2529
+ "kind": "method",
2530
+ "name": "findExpandedItem",
2531
+ "privacy": "private",
2532
+ "return": {
2533
+ "type": {
2534
+ "text": "AccordionItem | null"
2535
+ }
2550
2536
  },
2551
- "default": "false"
2552
- },
2553
- {
2554
- "kind": "field",
2555
- "name": "buttonAppearance",
2556
- "type": {
2557
- "text": "string"
2537
+ "inheritedFrom": {
2538
+ "name": "Accordion",
2539
+ "module": "src/accordion/accordion.ts"
2558
2540
  }
2559
2541
  },
2560
2542
  {
2561
2543
  "kind": "field",
2562
- "name": "hideDisabled",
2563
- "type": {
2564
- "text": "boolean"
2565
- },
2566
- "default": "false"
2544
+ "name": "setItems",
2545
+ "privacy": "private",
2546
+ "inheritedFrom": {
2547
+ "name": "Accordion",
2548
+ "module": "src/accordion/accordion.ts"
2549
+ }
2567
2550
  },
2568
2551
  {
2569
- "kind": "field",
2570
- "name": "hideMenuSingleOption",
2571
- "type": {
2572
- "text": "boolean"
2552
+ "kind": "method",
2553
+ "name": "resetItems",
2554
+ "privacy": "private",
2555
+ "return": {
2556
+ "type": {
2557
+ "text": "void"
2558
+ }
2573
2559
  },
2574
- "default": "false"
2560
+ "inheritedFrom": {
2561
+ "name": "Accordion",
2562
+ "module": "src/accordion/accordion.ts"
2563
+ }
2575
2564
  },
2576
2565
  {
2577
2566
  "kind": "field",
2578
- "name": "singleOption",
2579
- "type": {
2580
- "text": "ActionMenuItem"
2567
+ "name": "removeItemListeners",
2568
+ "privacy": "private",
2569
+ "inheritedFrom": {
2570
+ "name": "Accordion",
2571
+ "module": "src/accordion/accordion.ts"
2581
2572
  }
2582
2573
  },
2583
2574
  {
2584
2575
  "kind": "field",
2585
- "name": "actionsMenu",
2586
- "type": {
2587
- "text": "HTMLElement"
2576
+ "name": "activeItemChange",
2577
+ "privacy": "private",
2578
+ "inheritedFrom": {
2579
+ "name": "Accordion",
2580
+ "module": "src/accordion/accordion.ts"
2588
2581
  }
2589
2582
  },
2590
2583
  {
2591
2584
  "kind": "method",
2592
- "name": "definitionChanged",
2593
- "privacy": "protected",
2594
- "parameters": [
2595
- {
2596
- "name": "oldValue",
2597
- "type": {
2598
- "text": "any"
2599
- }
2600
- },
2601
- {
2602
- "name": "newValue",
2603
- "type": {
2604
- "text": "any"
2605
- }
2585
+ "name": "getItemIds",
2586
+ "privacy": "private",
2587
+ "return": {
2588
+ "type": {
2589
+ "text": "Array<string | null>"
2606
2590
  }
2607
- ]
2608
- },
2609
- {
2610
- "kind": "method",
2611
- "name": "openChanged",
2612
- "privacy": "protected"
2613
- },
2614
- {
2615
- "kind": "method",
2616
- "name": "toggleActionsMenuVisibility"
2591
+ },
2592
+ "inheritedFrom": {
2593
+ "name": "Accordion",
2594
+ "module": "src/accordion/accordion.ts"
2595
+ }
2617
2596
  },
2618
2597
  {
2619
2598
  "kind": "method",
2620
- "name": "onActionMenuItemClick",
2621
- "parameters": [
2622
- {
2623
- "name": "callback",
2624
- "type": {
2625
- "text": "(rowData) => void | any"
2626
- }
2599
+ "name": "isSingleExpandMode",
2600
+ "privacy": "private",
2601
+ "return": {
2602
+ "type": {
2603
+ "text": "boolean"
2627
2604
  }
2628
- ]
2605
+ },
2606
+ "inheritedFrom": {
2607
+ "name": "Accordion",
2608
+ "module": "src/accordion/accordion.ts"
2609
+ }
2629
2610
  },
2630
2611
  {
2631
2612
  "kind": "field",
2632
- "name": "allActions",
2633
- "type": {
2634
- "text": "ActionMenuItem[]"
2635
- },
2636
- "readonly": true
2613
+ "name": "handleItemKeyDown",
2614
+ "privacy": "private",
2615
+ "inheritedFrom": {
2616
+ "name": "Accordion",
2617
+ "module": "src/accordion/accordion.ts"
2618
+ }
2637
2619
  },
2638
2620
  {
2639
2621
  "kind": "field",
2640
- "name": "rowData",
2641
- "readonly": true
2622
+ "name": "handleItemFocus",
2623
+ "privacy": "private",
2624
+ "inheritedFrom": {
2625
+ "name": "Accordion",
2626
+ "module": "src/accordion/accordion.ts"
2627
+ }
2642
2628
  },
2643
2629
  {
2644
2630
  "kind": "method",
2645
- "name": "getLabel",
2631
+ "name": "adjust",
2632
+ "privacy": "private",
2633
+ "return": {
2634
+ "type": {
2635
+ "text": "void"
2636
+ }
2637
+ },
2646
2638
  "parameters": [
2647
2639
  {
2648
- "name": "name",
2640
+ "name": "adjustment",
2649
2641
  "type": {
2650
- "text": "string | ((rowData: any) => string)"
2642
+ "text": "number"
2651
2643
  }
2652
2644
  }
2653
- ]
2645
+ ],
2646
+ "inheritedFrom": {
2647
+ "name": "Accordion",
2648
+ "module": "src/accordion/accordion.ts"
2649
+ }
2654
2650
  },
2655
2651
  {
2656
2652
  "kind": "method",
2657
- "name": "getTemplate",
2658
- "parameters": [
2659
- {
2660
- "name": "prefix",
2661
- "type": {
2662
- "text": "string"
2663
- }
2653
+ "name": "focusItem",
2654
+ "privacy": "private",
2655
+ "return": {
2656
+ "type": {
2657
+ "text": "void"
2664
2658
  }
2665
- ]
2659
+ },
2660
+ "inheritedFrom": {
2661
+ "name": "Accordion",
2662
+ "module": "src/accordion/accordion.ts"
2663
+ }
2666
2664
  },
2667
2665
  {
2668
2666
  "kind": "field",
@@ -2776,107 +2774,78 @@
2776
2774
  }
2777
2775
  }
2778
2776
  ],
2779
- "attributes": [
2780
- {
2781
- "name": "is-vertical",
2782
- "type": {
2783
- "text": "boolean"
2784
- },
2785
- "default": "false",
2786
- "fieldName": "isVertical"
2787
- },
2788
- {
2789
- "name": "add-default-actions",
2790
- "type": {
2791
- "text": "boolean"
2792
- },
2793
- "default": "true",
2794
- "fieldName": "addDefaultActions"
2795
- },
2796
- {
2797
- "name": "auto-close-on-action",
2798
- "type": {
2799
- "text": "boolean"
2800
- },
2801
- "default": "true",
2802
- "fieldName": "autoCloseOnAction"
2803
- },
2804
- {
2805
- "name": "name",
2806
- "type": {
2807
- "text": "string"
2808
- },
2809
- "default": "'Actions'",
2810
- "fieldName": "name"
2811
- },
2812
- {
2813
- "name": "open",
2814
- "type": {
2815
- "text": "boolean"
2816
- },
2817
- "default": "false",
2818
- "fieldName": "open"
2819
- },
2820
- {
2821
- "name": "buttonAppearance",
2822
- "type": {
2823
- "text": "string"
2824
- },
2825
- "fieldName": "buttonAppearance"
2826
- },
2827
- {
2828
- "name": "hide-disabled",
2829
- "type": {
2830
- "text": "boolean"
2831
- },
2832
- "default": "false",
2833
- "fieldName": "hideDisabled"
2834
- },
2777
+ "events": [
2835
2778
  {
2836
- "name": "hide-menu-single-option",
2837
- "type": {
2838
- "text": "boolean"
2839
- },
2840
- "default": "false",
2841
- "fieldName": "hideMenuSingleOption"
2779
+ "description": "Fires a custom 'change' event when the active item changes",
2780
+ "name": "change",
2781
+ "inheritedFrom": {
2782
+ "name": "Accordion",
2783
+ "module": "src/accordion/accordion.ts"
2784
+ }
2842
2785
  }
2843
- ],
2844
- "superclass": {
2845
- "name": "FoundationElement",
2846
- "package": "@microsoft/fast-foundation"
2786
+ ]
2787
+ },
2788
+ {
2789
+ "kind": "variable",
2790
+ "name": "foundationAccordionShadowOptions",
2791
+ "type": {
2792
+ "text": "ShadowRootInit"
2847
2793
  },
2848
- "tagName": "%%prefix%%-actions-menu",
2849
- "customElement": true
2794
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2850
2795
  },
2851
2796
  {
2852
2797
  "kind": "variable",
2853
- "name": "foundationActionsMenu",
2854
- "description": "The Foundation Actions Menu",
2798
+ "name": "defaultAccordionConfig",
2799
+ "type": {
2800
+ "text": "object"
2801
+ },
2802
+ "default": "{}"
2803
+ },
2804
+ {
2805
+ "kind": "variable",
2806
+ "name": "foundationAccordion",
2807
+ "description": "The Foundation Accordion",
2855
2808
  "privacy": "public"
2856
2809
  }
2857
2810
  ],
2858
2811
  "exports": [
2859
2812
  {
2860
2813
  "kind": "js",
2861
- "name": "ActionsMenu",
2814
+ "name": "Accordion",
2862
2815
  "declaration": {
2863
- "name": "ActionsMenu",
2864
- "module": "src/actions-menu/actions-menu.ts"
2816
+ "name": "Accordion",
2817
+ "module": "src/accordion/accordion.ts"
2865
2818
  }
2866
2819
  },
2867
2820
  {
2868
2821
  "kind": "js",
2869
- "name": "foundationActionsMenu",
2822
+ "name": "foundationAccordionShadowOptions",
2870
2823
  "declaration": {
2871
- "name": "foundationActionsMenu",
2872
- "module": "src/actions-menu/actions-menu.ts"
2824
+ "name": "foundationAccordionShadowOptions",
2825
+ "module": "src/accordion/accordion.ts"
2826
+ }
2827
+ },
2828
+ {
2829
+ "kind": "js",
2830
+ "name": "defaultAccordionConfig",
2831
+ "declaration": {
2832
+ "name": "defaultAccordionConfig",
2833
+ "module": "src/accordion/accordion.ts"
2834
+ }
2835
+ },
2836
+ {
2837
+ "kind": "js",
2838
+ "name": "foundationAccordion",
2839
+ "declaration": {
2840
+ "name": "foundationAccordion",
2841
+ "module": "src/accordion/accordion.ts"
2873
2842
  }
2874
2843
  }
2875
2844
  ]
2876
2845
  },
2877
2846
  {
2878
2847
  "kind": "javascript-module",
2879
- "path": "src/actions-menu/index.ts",
2848
+ "path": "src/accordion/index.ts",
2880
2849
  "declarations": [],
2881
2850
  "exports": [
2882
2851
  {
@@ -2884,7 +2853,7 @@
2884
2853
  "name": "*",
2885
2854
  "declaration": {
2886
2855
  "name": "*",
2887
- "package": "./actions-menu.styles"
2856
+ "package": "./accordion.template"
2888
2857
  }
2889
2858
  },
2890
2859
  {
@@ -2892,7 +2861,7 @@
2892
2861
  "name": "*",
2893
2862
  "declaration": {
2894
2863
  "name": "*",
2895
- "package": "./actions-menu.template"
2864
+ "package": "./accordion.styles"
2896
2865
  }
2897
2866
  },
2898
2867
  {
@@ -2900,7 +2869,7 @@
2900
2869
  "name": "*",
2901
2870
  "declaration": {
2902
2871
  "name": "*",
2903
- "package": "./actions-menu"
2872
+ "package": "./accordion"
2904
2873
  }
2905
2874
  }
2906
2875
  ]
@@ -3514,6 +3483,37 @@
3514
3483
  }
3515
3484
  ]
3516
3485
  },
3486
+ {
3487
+ "kind": "javascript-module",
3488
+ "path": "src/_config/index.ts",
3489
+ "declarations": [],
3490
+ "exports": [
3491
+ {
3492
+ "kind": "js",
3493
+ "name": "*",
3494
+ "declaration": {
3495
+ "name": "*",
3496
+ "package": "./styles"
3497
+ }
3498
+ },
3499
+ {
3500
+ "kind": "js",
3501
+ "name": "*",
3502
+ "declaration": {
3503
+ "name": "*",
3504
+ "package": "./tokens"
3505
+ }
3506
+ },
3507
+ {
3508
+ "kind": "js",
3509
+ "name": "*",
3510
+ "declaration": {
3511
+ "name": "*",
3512
+ "package": "./values"
3513
+ }
3514
+ }
3515
+ ]
3516
+ },
3517
3517
  {
3518
3518
  "kind": "javascript-module",
3519
3519
  "path": "src/ai-indicator/ai-indicator.styles.ts",
@@ -58705,6 +58705,197 @@
58705
58705
  }
58706
58706
  ]
58707
58707
  },
58708
+ {
58709
+ "kind": "javascript-module",
58710
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
58711
+ "declarations": [],
58712
+ "exports": []
58713
+ },
58714
+ {
58715
+ "kind": "javascript-module",
58716
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
58717
+ "declarations": [
58718
+ {
58719
+ "kind": "function",
58720
+ "name": "groupsToCriteria",
58721
+ "return": {
58722
+ "type": {
58723
+ "text": "string"
58724
+ }
58725
+ },
58726
+ "parameters": [
58727
+ {
58728
+ "name": "groups",
58729
+ "type": {
58730
+ "text": "CriteriaGroup[]"
58731
+ }
58732
+ }
58733
+ ],
58734
+ "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."
58735
+ },
58736
+ {
58737
+ "kind": "variable",
58738
+ "name": "STRING_OPERATORS",
58739
+ "type": {
58740
+ "text": "CriteriaOperator[]"
58741
+ },
58742
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
58743
+ },
58744
+ {
58745
+ "kind": "variable",
58746
+ "name": "NUMERIC_OPERATORS",
58747
+ "type": {
58748
+ "text": "CriteriaOperator[]"
58749
+ },
58750
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
58751
+ },
58752
+ {
58753
+ "kind": "variable",
58754
+ "name": "DATE_OPERATORS",
58755
+ "type": {
58756
+ "text": "CriteriaOperator[]"
58757
+ },
58758
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
58759
+ },
58760
+ {
58761
+ "kind": "variable",
58762
+ "name": "DATETIME_OPERATORS",
58763
+ "type": {
58764
+ "text": "CriteriaOperator[]"
58765
+ },
58766
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
58767
+ },
58768
+ {
58769
+ "kind": "variable",
58770
+ "name": "OPERATOR_DISPLAY_LABEL",
58771
+ "type": {
58772
+ "text": "Record<CriteriaOperator, string>"
58773
+ },
58774
+ "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}"
58775
+ }
58776
+ ],
58777
+ "exports": [
58778
+ {
58779
+ "kind": "js",
58780
+ "name": "groupsToCriteria",
58781
+ "declaration": {
58782
+ "name": "groupsToCriteria",
58783
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58784
+ }
58785
+ },
58786
+ {
58787
+ "kind": "js",
58788
+ "name": "STRING_OPERATORS",
58789
+ "declaration": {
58790
+ "name": "STRING_OPERATORS",
58791
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58792
+ }
58793
+ },
58794
+ {
58795
+ "kind": "js",
58796
+ "name": "NUMERIC_OPERATORS",
58797
+ "declaration": {
58798
+ "name": "NUMERIC_OPERATORS",
58799
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58800
+ }
58801
+ },
58802
+ {
58803
+ "kind": "js",
58804
+ "name": "DATE_OPERATORS",
58805
+ "declaration": {
58806
+ "name": "DATE_OPERATORS",
58807
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58808
+ }
58809
+ },
58810
+ {
58811
+ "kind": "js",
58812
+ "name": "DATETIME_OPERATORS",
58813
+ "declaration": {
58814
+ "name": "DATETIME_OPERATORS",
58815
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58816
+ }
58817
+ },
58818
+ {
58819
+ "kind": "js",
58820
+ "name": "OPERATOR_DISPLAY_LABEL",
58821
+ "declaration": {
58822
+ "name": "OPERATOR_DISPLAY_LABEL",
58823
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58824
+ }
58825
+ }
58826
+ ]
58827
+ },
58828
+ {
58829
+ "kind": "javascript-module",
58830
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
58831
+ "declarations": [
58832
+ {
58833
+ "kind": "function",
58834
+ "name": "validateClauses",
58835
+ "return": {
58836
+ "type": {
58837
+ "text": "ValidationResult"
58838
+ }
58839
+ },
58840
+ "parameters": [
58841
+ {
58842
+ "name": "clauses",
58843
+ "type": {
58844
+ "text": "CriteriaClause[]"
58845
+ }
58846
+ },
58847
+ {
58848
+ "name": "fieldMetadata",
58849
+ "type": {
58850
+ "text": "MetadataDetail[] | string[]"
58851
+ }
58852
+ }
58853
+ ]
58854
+ },
58855
+ {
58856
+ "kind": "function",
58857
+ "name": "validateGroups",
58858
+ "return": {
58859
+ "type": {
58860
+ "text": "GroupsValidationResult"
58861
+ }
58862
+ },
58863
+ "parameters": [
58864
+ {
58865
+ "name": "groups",
58866
+ "type": {
58867
+ "text": "CriteriaGroup[]"
58868
+ }
58869
+ },
58870
+ {
58871
+ "name": "fieldMetadata",
58872
+ "type": {
58873
+ "text": "MetadataDetail[] | string[]"
58874
+ }
58875
+ }
58876
+ ],
58877
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58878
+ }
58879
+ ],
58880
+ "exports": [
58881
+ {
58882
+ "kind": "js",
58883
+ "name": "validateClauses",
58884
+ "declaration": {
58885
+ "name": "validateClauses",
58886
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58887
+ }
58888
+ },
58889
+ {
58890
+ "kind": "js",
58891
+ "name": "validateGroups",
58892
+ "declaration": {
58893
+ "name": "validateGroups",
58894
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58895
+ }
58896
+ }
58897
+ ]
58898
+ },
58708
58899
  {
58709
58900
  "kind": "javascript-module",
58710
58901
  "path": "src/_config/styles/colors.ts",
@@ -60077,197 +60268,6 @@
60077
60268
  "declarations": [],
60078
60269
  "exports": []
60079
60270
  },
60080
- {
60081
- "kind": "javascript-module",
60082
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
60083
- "declarations": [],
60084
- "exports": []
60085
- },
60086
- {
60087
- "kind": "javascript-module",
60088
- "path": "src/ai-criteria-search/validation/operator-map.ts",
60089
- "declarations": [
60090
- {
60091
- "kind": "function",
60092
- "name": "groupsToCriteria",
60093
- "return": {
60094
- "type": {
60095
- "text": "string"
60096
- }
60097
- },
60098
- "parameters": [
60099
- {
60100
- "name": "groups",
60101
- "type": {
60102
- "text": "CriteriaGroup[]"
60103
- }
60104
- }
60105
- ],
60106
- "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."
60107
- },
60108
- {
60109
- "kind": "variable",
60110
- "name": "STRING_OPERATORS",
60111
- "type": {
60112
- "text": "CriteriaOperator[]"
60113
- },
60114
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
60115
- },
60116
- {
60117
- "kind": "variable",
60118
- "name": "NUMERIC_OPERATORS",
60119
- "type": {
60120
- "text": "CriteriaOperator[]"
60121
- },
60122
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
60123
- },
60124
- {
60125
- "kind": "variable",
60126
- "name": "DATE_OPERATORS",
60127
- "type": {
60128
- "text": "CriteriaOperator[]"
60129
- },
60130
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
60131
- },
60132
- {
60133
- "kind": "variable",
60134
- "name": "DATETIME_OPERATORS",
60135
- "type": {
60136
- "text": "CriteriaOperator[]"
60137
- },
60138
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
60139
- },
60140
- {
60141
- "kind": "variable",
60142
- "name": "OPERATOR_DISPLAY_LABEL",
60143
- "type": {
60144
- "text": "Record<CriteriaOperator, string>"
60145
- },
60146
- "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}"
60147
- }
60148
- ],
60149
- "exports": [
60150
- {
60151
- "kind": "js",
60152
- "name": "groupsToCriteria",
60153
- "declaration": {
60154
- "name": "groupsToCriteria",
60155
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60156
- }
60157
- },
60158
- {
60159
- "kind": "js",
60160
- "name": "STRING_OPERATORS",
60161
- "declaration": {
60162
- "name": "STRING_OPERATORS",
60163
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60164
- }
60165
- },
60166
- {
60167
- "kind": "js",
60168
- "name": "NUMERIC_OPERATORS",
60169
- "declaration": {
60170
- "name": "NUMERIC_OPERATORS",
60171
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60172
- }
60173
- },
60174
- {
60175
- "kind": "js",
60176
- "name": "DATE_OPERATORS",
60177
- "declaration": {
60178
- "name": "DATE_OPERATORS",
60179
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60180
- }
60181
- },
60182
- {
60183
- "kind": "js",
60184
- "name": "DATETIME_OPERATORS",
60185
- "declaration": {
60186
- "name": "DATETIME_OPERATORS",
60187
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60188
- }
60189
- },
60190
- {
60191
- "kind": "js",
60192
- "name": "OPERATOR_DISPLAY_LABEL",
60193
- "declaration": {
60194
- "name": "OPERATOR_DISPLAY_LABEL",
60195
- "module": "src/ai-criteria-search/validation/operator-map.ts"
60196
- }
60197
- }
60198
- ]
60199
- },
60200
- {
60201
- "kind": "javascript-module",
60202
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
60203
- "declarations": [
60204
- {
60205
- "kind": "function",
60206
- "name": "validateClauses",
60207
- "return": {
60208
- "type": {
60209
- "text": "ValidationResult"
60210
- }
60211
- },
60212
- "parameters": [
60213
- {
60214
- "name": "clauses",
60215
- "type": {
60216
- "text": "CriteriaClause[]"
60217
- }
60218
- },
60219
- {
60220
- "name": "fieldMetadata",
60221
- "type": {
60222
- "text": "MetadataDetail[] | string[]"
60223
- }
60224
- }
60225
- ]
60226
- },
60227
- {
60228
- "kind": "function",
60229
- "name": "validateGroups",
60230
- "return": {
60231
- "type": {
60232
- "text": "GroupsValidationResult"
60233
- }
60234
- },
60235
- "parameters": [
60236
- {
60237
- "name": "groups",
60238
- "type": {
60239
- "text": "CriteriaGroup[]"
60240
- }
60241
- },
60242
- {
60243
- "name": "fieldMetadata",
60244
- "type": {
60245
- "text": "MetadataDetail[] | string[]"
60246
- }
60247
- }
60248
- ],
60249
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
60250
- }
60251
- ],
60252
- "exports": [
60253
- {
60254
- "kind": "js",
60255
- "name": "validateClauses",
60256
- "declaration": {
60257
- "name": "validateClauses",
60258
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
60259
- }
60260
- },
60261
- {
60262
- "kind": "js",
60263
- "name": "validateGroups",
60264
- "declaration": {
60265
- "name": "validateGroups",
60266
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
60267
- }
60268
- }
60269
- ]
60270
- },
60271
60271
  {
60272
60272
  "kind": "javascript-module",
60273
60273
  "path": "src/environment-indicator/utils/configure.ts",